*::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}
*:-moz-placeholder {
	color: #555;
	opacity: 1;
}
*::-moz-placeholder {
	color: #555;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #555;
	opacity: 1;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'FuturaNewBook';
    font-size: 16px;
    overflow-x: hidden;
}
body, html {
    overflow-x: hidden;
    color: #000;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
header {
    background: url(../img/bg.jpg) center no-repeat;
}
.top-head {
    padding: 20px 0px 25px;
    color: #000;
}
.top-head>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    margin-right: 20px
}
h1 {
    text-align: left;
    font-size: 17px;
    margin: 0;
}
.tell {
    margin-right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tell>div {
    text-align: right;
    margin-right: 45px;
}
.tell a {
    font-size: 24px;
    display: block;
    position: relative;
    font-family: 'FuturaNewHeavy';
}
.tell a:before {
    content: '';
    position: absolute;
    background: url(../img/icon/tel.png) no-repeat;
    width: 20px;
    height: 20px;
    left: -35px;
    top: calc(50% - 10px)
}
.tell p {
    font-size: 18px;
    margin: 5px 0 0;
}

.but {
    font-size: 18px;
    height: 50px;
    width: 195px;
    background: linear-gradient(#ebd89b, #ceb36b);
    color: #000;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all linear .1s;
    border: none;
    font-family: 'FuturaNewDemi';
}
.but:focus {
    outline: none;
}
.but:hover {
    background: linear-gradient(#ceb36b, #ebd89b);
    box-shadow: 0px 0px 10px 0px #ceb36b;
}

.menu {
    background: #2f2f2f;
}
nav.navbar{
    border-radius: 0px;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: none;
    min-height: auto;
    z-index: 99;
}
.nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.navbar-collapse .nav>li a{
    color: #fff; 
    text-align: center;
    font-size: 14px;
    margin: 0px auto;
    padding: 16px 0px;
    transition: all linear .1s;
    width: auto;
    text-transform: uppercase
}
.navbar-collapse .nav>li {
    color: #fff;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.navbar-collapse .nav>li:before {
    position: absolute;
    content: '';
    height: 100%;
    background: #fff;
    width: 1px;
    top: 0;
    left: 0px
}
.navbar-collapse .nav li>a:hover, .navbar-collapse .nav li>a.active {
    transition: all linear .1s;
    color: #ceb36b;
}
.nav>li.dropdown {
    position: relative;
}
.nav>li.dropdown:after {
    width: 13px;
    height: 7px;
    position: absolute;
    content: '';
    background: url(../img/icon/arr.png) center no-repeat;
    top: calc(50% - 5px);
    right: 25px;
}
.nav>li.dropdown>ul {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #2f2f2f;
    padding: 0px 0 10px;
    display: none;
/*    top: 0*/
}
.nav>li.dropdown:hover>ul {
    display: block
}
.nav>li.dropdown ul li {
    list-style: none;
    text-align: center;
}
.nav>li.dropdown>ul>li {
    position: relative;
}
.nav>li.dropdown ul li a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
}
.navbar-toggle+p {
        display: none;
    }
    .navbar-toggle+p+a {
        display: none;
    }
.breadcrumbs {
    margin: 0px 0 10px;
    padding: 0px;
}
.breadcrumbs li {
    list-style: none;
    display: inline-block; 
    color: #acacac;
    font-size: 16px;
    padding-right: 25px;
    position: relative;
}
.breadcrumbs li a {
    color: #797979;
}
.breadcrumbs li.act a{
    color: #000;
    font-size: 16px;
}
.breadcrumbs li:not(.act):after {
    position: absolute;
    content: '';
    width: 5px;
    height: 7px;
    background: url(../img/icon/breadcrumb.png) center no-repeat;
    bottom: 6px;
    right: 8px;
}
.headline, .about h2, .about h3, .content h2, .content h3 {
    text-align: left;
    font-size: 30px;
    font-family: 'FuturaNewHeavy';
    color: #000;
    line-height: 27px;
    margin: 0 0 55px;
    position: relative;
}
.headline:after, .about h2:after, .about h3:after, .content h2:after, .content h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: url(../img/icon/line.png) 0 0 no-repeat;
    left: 0;
    bottom: -15px
}
.main {
    padding: 30px 0 60px;;
}
.main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.page {
    width: 830px;
}

.main-slider {
    background: linear-gradient(to right, #dbdbdb, #f0f0f0);
    box-shadow: 0px 10px 10px 0px #cbcbcb;
}
.main-slider-it {
    padding: 30px 25px 50px 25px;
}
.main-slider-it>div, .main-slider-it>div>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
}
.main-slider-it>div>a:hover {
    color: #2f2f2f;
}
.main-slider-it h3, .main-slider-it h2, .main-slider-it h1 {
    margin: 0 0 20px;
    font-family: 'FuturaNewHeavy';
    font-size: 26px;
}
.main-slider-it a>div {
	padding-right: 15px;
}
.main-slider-it p {
	font-size: 18px;
	font-family: 'FuturaNewMedium';
}
.main-slider-it p:nth-of-type(2n) {
	color: #ceb36b;
}
.main-slider-it img {
    width: 350px;
}
.main-slider .slick-dots {
    bottom: 20px;
    left: 20px;
    width: auto;
}
.about {
    padding: 60px 0;
}
.about p {
    font-size: 18px;
}
.katalog {
    background: #f3f3f3;
    padding: 45px 40px 25px;
}
.page-katalog {
    background: none;
    padding: 45px 0px 25px;
}
.katalog-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-katalog .katalog-bl {
    justify-content: flex-start;
}
.katalog-description {
    margin-bottom: 40px;
}
.katalog-description h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'FuturaNewDemi';
    margin-bottom: 20px;
}
.katalog-description p {
    font-size: 18px;
    margin-bottom: 20px;
}
.katalog-it {
    width: 238px;
    margin: 0 6px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
}
.katalog-it_img {
    display: flex;
    align-items:center;
    height: 100%;
    overflow: hidden;
}
.katalog-it div>img {
    width: auto;
}
.page-katalog .katalog-it {
    border: 1px solid #ededed;
}
.katalog-it:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.21)
}
.katalog-it a.but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}
.katalog-it a.but img {
    margin-left: 12px;
    margin-top: 3px;
}
.katalog-it>div {
    background: #fff;
    padding: 15px 20px 0px 20px;
    flex: 1;
}
.katalog-it>div img {
    margin-bottom: 15px; 
}
.katalog-it p {
    margin: 0;
    font-family: 'FuturaNewMedium';
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 20px 0px 20px;
}
.hits {
    padding: 70px 0 0;
}
.hit-it {
    
}
.hit-it>div {
    width: 395px;
    height: 290px;
    border: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px 20px 10px;
    margin-bottom: 30px;
    background: #fff;
}
.hit-it_container>div:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3)
}
.hit-it_img--cont {
    width: 180px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    margin-right: 5px;
}
.hit-it_img--cont img {
    margin: 0 auto;
/*
    width: 150px;
    height: 180px;
*/
}
.hit-it-content {
    width: 220px;
}
.hit-it_headline {
    font-size: 18px;
    margin: 0 0 15px;
    font-family: 'FuturaNewMedium';
}
.hit-it_descript {
    margin: 0 0 0px;
    
}
.hit-it_link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'FuturaNewMedium';
}
.hit-it_link img {
    margin-left: 10px;
}
.hit-it_price {
    font-size: 26px;
    font-family: 'FuturaNewMedium';
    color: #ceb36b;
    margin: 0;
}

.content {
    background: #f3f3f3;
    padding: 35px 35px 20px;
}
.content p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
}
footer {
    background: url(../img/bg1.jpg) center no-repeat;
}
footer .nav>li.dropdown>ul {
    bottom: 50px
}
.top-foot {
    padding: 40px 0 0px;
}
.top-foot>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.top-foot .logo {
/*    padding: 0px 40px;*/
    margin: 0;
    text-align: center;
    width: 170px;
}
.top-foot .logo img {
    margin: 0 auto;
}
.adress p{
    margin-bottom: 15px;
}
.call p {
    text-align: right;
    margin-bottom: 15px;
}
.footer-nav a {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}

.bot-foot>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.bot-foot p {
    margin: 0;
    font-size: 14px;
}
.bot-foot .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bot-foot .copyright a {
    margin-left: 20px;
}


.sidebar {
    width: 285px;
    position: relative;
}
.sidebar>div {
    margin-bottom: 20px;
}
.sidebar h5 {
    background: #2f2f2f;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.common {
    
}
.common>div {
    padding: 20px 25px;
    border: 1px solid #ededed;
    margin-bottom: -1px;
}
.common p {
    margin: 0;
    font-size: 18px;
    color: #000;
}
.cart a>div {
    display: flex;
    align-items: center;
}
.cart-ico, .file-ico {
    position: relative;
    width: 60px;
}
.cart-ico span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff3333;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    left: 22px;
}
.file a {
    display: flex;
    align-items: center;
}
.common .but {
    width: 100%;
    height: 65px;
}
.katalog-sidebar ul {
    padding: 0;
    margin: 0;
}
.katalog-sidebar li {
    position: relative;
    list-style: none;
    padding: 0px 20px 0px 70px;
    border: 1px solid #ededed;
    margin-bottom: -1px;
    height: 70px;
    display: flex;
    align-items: center;
}
.katalog-sidebar li:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/icon/plus-menu.png);
    left: 20px;
    top: calc(50% - 15px);
}
.katalog-sidebar li a {
    font-size: 18px;
    color: #000;
}

.see-later-it {
    border: 1px solid #ededed;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 25px;
    font-family: 'FuturaNewMedium';
}
.see-later-it>div {
    margin-right: 30px;
    width: 100px;
}
.see-later-it>div img {
    width: 100%;
}
.see-later-it a {
    display: block;
    width: 100%;
}
.see-later-it a:hover {
    color: #000;
    text-decoration: underline
}
/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #fff;
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog{
    margin: 70px auto 0px;
    padding: 0px 0px;
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: #fff !important;
    width: 490px;
    margin: 0px auto;
    position: relative;
}
#thx .modal-content {
    width: 570px;
}
#order .modal-content {
    width: 810px;
}
.modal-body>div {
    width: auto;
    text-align: center;
    padding: 40px;
}
#order .modal-body>div {
    padding: 40px;
}
#order .field-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#order textarea {
    width: 100%;
    resize: none;
    height: 40px;
}
.modal-body>div img {
    margin-bottom: 30px;
}
.modal h6 {
    font-size: 28px;
    margin: 0px auto 20px;
    color: #000;
    font-family: 'FuturaNewDemi';
}
.modal h6 span {
    font-size: 20px;
}
#thx h6 span {
    font-size: 42px;
}
.modal .modal-dialog p {
    font-size: 18px;
    text-align: center;
    color: #000
}
.modal form {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    color: #000;
}
.modal form .chekc-text {
    color: #000;
    border-color: #767676;
    margin-top: 0px;
}
.modal form span {
    border: 1px solid #767676;
}
.input {
    margin: 0px auto 20px;
    display: block;
    width: 210px;
    padding-bottom: 10px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px
}
#order .input {
    margin: 0 0 20px;    
}
.input:focus {
    outline: none;
}
.modal .but{
    margin-top: 10px;
    height: 50px;
    line-height: 18px;
    padding: 0px;
    width: 210px;
}
.modal-dialog .close-crest {
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal-dialog .close-but {
    position: static;
    opacity: 1;
    display: block;
    margin: 20px auto 0;
    left: 0;
    background: linear-gradient(#ebd89b, #ceb36b);
    text-shadow: none;
    float: none
}


.label-control {
    position: relative;
    margin-top: 14px;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    color: #fff;
    margin-left: 0px;
    text-align: center;
}
.label-control input[type="checkbox"] {
    width: 1px  !important;
    height: 1px !important;
    position: relative;
    top: 1px;
    left: 7px;
    z-index: -1;
    opacity: 0;
}
.label-control .chekc-text {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -3px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.chekc-text {
    top: 3px;
    width: auto;
    text-align: center;
}
.label-control .checked-style {
    width: 15px;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    padding: 0px;
    margin-top: 0px;
    border: 1px solid #ceb36b;
    cursor: pointer;
}
.label-control input[type=checkbox]:checked ~ .checked-style {
    background: #ceb36b url(../img/icon/check.png) no-repeat center;
}



/*tovar*/
.name-tovar {
    font-size: 30px;
}
.tovar-block {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}
.tovar h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'FuturaNewDemi';
    margin: 0 0 20px
}
.tovar h4 a {
    text-decoration: underline;
}
.tovar-info {
    padding-right: 40px
}
.tovar-info ul {
    padding-left: 20px;
    margin: 0px 0 30px;
}
.tovar-info li {
    font-size: 18px;
    margin-bottom: 5px;
}
.tovar-info p {
    font-size: 18px;
}
.tovar-price {
    color: #ceb36b;
    font-size: 30px;
    font-family: 'FuturaNewMedium';
    margin-bottom: 30px;
}
.add-tovar {
    width: 235px;
}
.add-tovar img {
    margin-left: 10px;
}
.tovar-gallery {
    width: 210px;
    margin-right: 50px;
    flex: none
}
.tovar-gallery img {
    width: 100%;
}
.tovar-gallery .slick-prev {
    left: -50px;
    top: 45%;
}
.tovar-gallery .slick-next {
    right: -50px;
    top: 45%;
}
.tovar table {
    width: 75%;
    margin-bottom: 30px;
}
.tovar-charact p {
    margin: 0 0 30px;
    font-size: 18px;
}
.tovar table td {
    font-size: 18px;
    padding: 5px 0;
}
.tovar table td:last-child {
    text-align: right;
}
.tovar .sub-table td:first-child {
    padding-left: 30px;
}
.document {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.document img {
    margin-right: 15px;
}

.buy-with {
    padding: 40px;
    background: #f3f3f3;
}
.buy-with .katalog-it {
    height: 340px
}
.contact {
    padding: 50px 0 20px;
}
.contact-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 50px;
}
.contact-bl p {
    font-size: 18px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}
.contact-bl p:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/icon/loc.png) center no-repeat;
    left: 0;
    top: 0;
}
.contact-bl .telle, .contact-bl .mail {
    width: 30%;
}
.contact-bl .telle:before {
    background: url(../img/icon/phone.png) center no-repeat;
}
.contact-bl .calend:before {
    background: url(../img/icon/calendar.png) center no-repeat;
}
.contact-bl .mail:before {
    background: url(../img/icon/mail.png) center no-repeat;
}
#map {
    height: 425px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.2)
}

.cart-block {
    padding: 50px 0 20px;
}
.cart-block table {
    width: 100%;
}
.cart-block th {
    font-size: 14px;
    background: #2f2f2f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    padding: 16px 0;
}
.cart-block td {
    font-size: 18px;
    font-family: 'FuturaNewDemi';
    padding: 22px 15px 22px 30px;
}
.cart-img span {
    width: 80px;
    display: inline-block;
}
.cart-block .cart-name {
    font-size: 16px;
}
.cart-img img {
    width: 100%;
}
.cart-block tr {
    border: 1px solid #ededed;
    margin-bottom: -1px;
}
.cart-price {
    width: 17%;
    text-align: center;
}
.cart-summ {
    width: 20%;
    text-align: center;
}
.cart-count {
    width: 17%;
    text-align: center;
}
.cart-count input {
    width: auto;
    border: none;
    width: 20px;
    text-align: center;
}
.cart-count-numb {
    display: inline-block;
    margin: 0 12px;
}
.cart-summ form {
    display: inline-block;
}
.cart-summ button {
    margin-left: 5px;
    width: 25px;
    background: none;
    border: none;
    position: relative;
    top: -4px;
}
.result-cart {
    margin-top: 30px;
    padding-left: 135px;
    display: flex;
    justify-content: space-between;
}
.result-cart span {
    font-family: 'FuturaNewDemi';
    text-transform: uppercase;
    font-size: 14px;
}
.total-summ {
    color: #ceb36b;
    font-size: 30px;
    text-align: right;
    margin-bottom: 20px;
}
.total-summ span {
    font-size: 30px;
    font-family: 'FuturaNewBook';
}
.filter {
    margin-bottom: 30px;
    padding-top: 40px;
}
.main-filter {
    display: flex;
    justify-content: space-between;
}
.filter .but {
    width: 255px;
    margin-top: 20px;
}
fieldset {
    min-width: auto
}
.select {
    background: url(../img/icon/select.png) 95% 50% no-repeat;
    cursor: pointer;
    outline: none;
    padding: 10px 35px 10px 15px;
    font-size: 18px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
.main-filter .select {
    width: 410px;
}
.mini-select {
    width: 255px;
}
.large-select {
    width: 400px;
}
.range-prise {
    width: 170px;
    position: relative;
}
.range-prise input {
    width: 100%;
    outline: none;
    padding: 10px 15px;
    font-size: 18px;
    border: 1px solid #ededed
}
.range-prise span {
    position: absolute;
    top: 17px;
    right: 15px;
}
.add-filter {
    padding: 20px 0 10px
}
.add-filter h4 {
    font-family: 'FuturaNewDemi';
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0
}
.add-filter>div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.add-filter>div select {
    margin-right: 25px;
}
.headline-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headline-filter span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    padding: 5px 15px
}
.headline-filter span:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 20px solid #f3f3f3;
    border-bottom: 18px solid transparent;
    left: -20px;
    top: 0
}

.posts {
    padding: 40px 0 0;
}
.mini-post {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ceb36b
}
.mini-post_img {
    width: 170px;
    margin-right: 30px;
    flex: none;
}
.mini-post_img img {
    width: 100%;
}
.mini-post_txt {
    width: 100%;
}
.mini-post_txt h3 {
    margin: 0 0 20px;
    font-family: 'FuturaNewDemi';
    font-size: 22px;
    text-transform: uppercase;
}
.mini-post_txt p {
    margin-bottom: 15px;
}
.mini-post_txt .but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 140px;
}
.post-nav {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-nav a {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.post-nav .disabled {
    background: #d8d7d7;
}
.post-nav .but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100px;
}
.post-nav .active {
    font-size: 22px;
    text-decoration: underline;
}
.post img {
    float: left;
    margin: 0 25px 25px 0;
    width: 300px;
}
.post p {
    margin-bottom: 20px;
    font-size: 18px;
}

.page-404 {
    text-align: center;
    width: 100%;
    padding: 50px 0 0
}
.page-404 h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
}
.page-404 p {
    font-size: 30px;
}
.option-tab {
    margin-top: -30px
}
@media screen and (max-width:768px) {
body {
    font-family: 'FuturaNewBook';
    font-size: 16px;
    overflow-x: hidden;
}
body, html {
    overflow-x: hidden;
    color: #000;
}
header {
    background: url(../img/bg.jpg) center no-repeat;
}
.top-head {
    padding: 20px 10px 20px;
    color: #000;
}
.top-head>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 75px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    margin-right: 15px
}
h1 {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.tell {
    display: none;
}
.but {
    font-size: 18px;
    height: 50px;
    width: 195px;
    background: linear-gradient(#ebd89b, #ceb36b);
    color: #000;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all linear .1s;
    border: none;
    font-family: 'FuturaNewDemi';
}
.but:focus {
    outline: none;
}
.but:hover {
    background: linear-gradient(#ceb36b, #ebd89b);
    box-shadow: 0px 0px 10px 0px #ceb36b;
}

.menu {
    background: #2f2f2f;
}
nav.navbar{
    border-radius: 0px;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    background: none;
}
    .navbar-header>div {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px;
        align-items: center;
        flex-direction: row-reverse;
    }
    .navbar-header>div a {
        display: none
    }
    .navbar-header p {
        color: #fff;
        font-family: 'FuturaNewDemi';
        font-size: 30px;
        text-transform: uppercase;
        display: none
    }
    .navbar-toggle {
        top: 5px;
        border: none;
        width: 50px;
    }
    .navbar-toggle[aria-expanded="true"]+p {
        display: block;
    }
    .navbar-toggle[aria-expanded="true"]+p+a {
        display: block;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 50px;
    height: 2px;
    margin-bottom: 13px;
    background: #000 !important;
    transition: all linear .3s;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
    display: none;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
    .navbar-toggle[aria-expanded="true"] .icon-bar {
        background: #fff !important;
    }
.nav {
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0
}
.navbar-collapse .nav>li a{
    color: #fff; 
    text-align: left;
    font-size: 14px;
    margin: 0px auto;
    padding: 14px 0px;
    transition: all linear .1s;
    width: auto;
    text-transform: uppercase;
/*    border: 1px solid;*/
/*    display: inline-block;*/
}
.navbar-collapse .nav>li {
    color: #fff;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-left: 15px;
    text-align: left;
}
.navbar-collapse .nav>li:before {
    position: absolute;
    content: '';
    height: 1px;
    background: #fff;
    width: 100%;
    top: 100%;
    left: 0px
}
    .navbar-collapse .nav>li:last-child:before {
        display: none;
    }
.navbar-collapse .nav li>a:hover, .navbar-collapse .nav li>a.active {
    transition: all linear .1s;
    color: #ceb36b;
}
.nav>li.dropdown {
    position: relative;
}
.nav>li.dropdown:after {
    width: 13px;
    height: 7px;
    position: absolute;
    content: '';
    background: url(../img/icon/arr.png) center no-repeat;
    top: 20px;
    right: 25px;
}
.nav>li.dropdown>ul {
    position: static;
    width: 100%;
    left: 0px;
    background: #2f2f2f;
    padding: 0px 0 10px;
    display: none;
/*    top: 0*/
}
.nav>li.dropdown:hover>ul {
    display: block
}
.nav>li.dropdown ul li {
    list-style: none;
    text-align: center;
    padding-left: 15px;
}
.nav>li.dropdown>ul>li {
    position: relative;
}
.nav>li.dropdown ul li a {
    display: block;
    text-align: left;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
}

.breadcrumbs {
    margin: 0px 0 10px;
    padding: 0px;
}
.breadcrumbs li {
    list-style: none;
    display: inline-block; 
    color: #acacac;
    font-size: 16px;
    padding-right: 25px;
    position: relative;
}
.breadcrumbs li a {
    color: #797979;
}
.breadcrumbs li.act a{
    color: #000;
    font-size: 16px;
}
.breadcrumbs li:not(.act):after {
    position: absolute;
    content: '';
    width: 5px;
    height: 7px;
    background: url(../img/icon/breadcrumb.png) center no-repeat;
    bottom: 6px;
    right: 8px;
}
.headline {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 35px;
}
.main {
    padding: 30px 10px 30px;
}
.main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column-reverse;
}
.page {
    width: 100%;
}

.main-slider {
    background: linear-gradient(to right, #dbdbdb, #f0f0f0);
    box-shadow: 0px 10px 10px 0px #cbcbcb;
}
.main-slider-it {
    padding: 20px 15px 20px 15px;
}
.main-slider-it>div, .main-slider-it>div>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.main-slider-it h3 {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center;
}
    .main-slider-it>div img {
        width: 100%;
    }
.main-slider .slick-dots {
    bottom: 10px;
    left: 10px;
    width: auto;
}
.about {
    padding: 20px 0;
}
.about p {
    font-size: 16px;
}

.katalog {
    background: #f3f3f3;
    padding: 15px 10px 15px;
}
.page-katalog {
    background: none;
    padding: 15px 10px 5px;
}
.katalog-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-katalog .katalog-bl {
    justify-content: space-around;
}
.katalog-description {
    margin-bottom: 20px;
}
.katalog-description h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'FuturaNewDemi';
    margin-bottom: 20px;
}
.katalog-description p {
    font-size: 16px;
    margin-bottom: 20px;
}
.katalog-it {
    width: 280px;
    margin: 0 6px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.katalog-it a.but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}
.katalog-it>div {
    background: #fff;
    padding: 15px 10px 0px 20px;
    flex: 1;
}
.katalog-it>div img {
    margin-bottom: 15px; 
}
.katalog-it>div p {
    font-size: 18px;
    margin-bottom: 10px;
}
.hits {
    padding: 30px 0 0;
}
.hit-it {
    
}
.hit-it>div {
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 20px;
}
.hit-it_img--cont {
    width: 180px;
    text-align: center;
}
.hit-it_img--cont img {
    margin: 0 auto;
    width: 70%
}
.hit-it-content {
    width: 220px;
}
.hit-it_headline {
    font-size: 16px;
    margin: 0 0 10px;
}
.hit-it_descript {
    margin: 0 0 0px;
    
}
.hit-it_link {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.hit-it_link img {
    margin-left: 10px;
}
.hit-it_price {
    font-size: 24px;
}

.content {
    padding: 15px 15px 20px;
}
.content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
}
footer {
    background: url(../img/bg1.jpg) center no-repeat;
}
    footer .menu {
        display: none
    }
.top-foot {
    padding: 5px 0 0px;
}
.top-foot>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.top-foot .logo {
    margin: 0;
    text-align: center;
    width: auto;
/*    width: 50%;*/
}
.top-foot .logo img {
    margin: 0 auto;
}
    .adress {
/*        width: 50%;*/
    }
.adress p{
    margin-bottom: 10px;
}
    .call {
        text-align: center;
        margin: 10px auto;
    }
.call p {
    text-align: center;
    margin-bottom: 15px;
}
    .footer-nav {
        width: 50%;
        display: none;
    }
.footer-nav a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.bot-foot>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.bot-foot p {
    margin: 0;
    font-size: 14px;
}
.bot-foot .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bot-foot .copyright a {
    margin-left: 0px;
}


.sidebar {
    width: 100%;
    position: relative;
}
.sidebar>div {
    margin-bottom: 20px;
}
.sidebar h5 {
    background: #2f2f2f;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.common {
    display: flex;
    flex-wrap: wrap;
}
    .common h5 {
        display: none;
    }
.common>div {
    padding: 10px 5px;
    border: none;
    margin-bottom: 0px;
    width: 50%;
}
.common p {
    margin: 0;
    font-size: 18px;
    color: #000;
}
.cart a>div, #msMiniCart .empty, #msMiniCart .not-empty {
/*    display: flex !important;*/
    align-items: center;
}
.cart-ico, .file-ico {
    position: relative;
    width: 50px;
}
.cart-ico span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff3333;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    left: 22px;
}
.file a {
    display: flex;
    align-items: center;
}
.common .but {
    width: 100%;
    height: 55px;
}
    .katalog-sidebar {
        display: none
    }
    .see-later {
        display: none
    }
.see-later-it {
    border: 1px solid #ededed;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 25px;
    font-family: 'FuturaNewMedium';
}
.see-later-it>div {
    margin-right: 30px
}
.see-later-it a:hover {
    color: #000;
    text-decoration: underline
}
/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #fff;
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog{
    margin: 60px auto 0px;
    padding: 0px 0px;
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: #fff !important;
    width: 92%;
    margin: 0px auto;
    position: relative;
}
#thx .modal-content {
    width: 92%;
}
#order .modal-content {
    width: 92%;
}
.modal-body>div {
    width: auto;
    text-align: center;
    padding: 20px;
}
#order .modal-body>div {
    padding: 20px;
}
#order .field-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#order textarea {
    width: 100%;
    resize: none;
    height: 40px;
}
.modal-body>div img {
    margin-bottom: 10px;
}
.modal h6 {
    font-size: 22px;
    margin: 0px auto 10px;
}
.modal h6 span {
    font-size: 16px;
}
#thx h6 span {
    font-size: 42px;
}
.modal .modal-dialog p {
    font-size: 18px;
    text-align: center;
    color: #000
}
.modal form {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    color: #000;
}
.modal form .chekc-text {
    color: #000;
    border-color: #767676;
    margin-top: 0px;
}
.modal form span {
    border: 1px solid #767676;
}
.input {
    margin: 0px auto 20px;
    display: block;
    width: 95%;
    padding-bottom: 10px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px
}
#order .input {
    margin: 0 0 20px;    
}
.input:focus {
    outline: none;
}
.modal .but{
    margin-top: 10px;
    height: 50px;
    line-height: 18px;
    padding: 0px;
    width: 95%;
}
.modal-dialog .close-crest {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-dialog .close-but {
    position: static;
    opacity: 1;
    display: block;
    margin: 20px auto 0;
    left: 0;
    background: linear-gradient(#ebd89b, #ceb36b);
    text-shadow: none;
    float: none
}


.label-control {
    position: relative;
    margin-top: 14px;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    color: #fff;
    margin-left: 0px;
    text-align: center;
}
.label-control input[type="checkbox"] {
    width: 1px  !important;
    height: 1px !important;
    position: relative;
    top: 1px;
    left: 7px;
    z-index: -1;
    opacity: 0;
}
.label-control .chekc-text {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -3px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.chekc-text {
    top: 3px;
    width: auto;
    text-align: center;
}
.label-control .checked-style {
    width: 15px;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    padding: 0px;
    margin-top: 0px;
    border: 1px solid #ceb36b;
    cursor: pointer;
}
.label-control input[type=checkbox]:checked ~ .checked-style {
    background: #ceb36b url(../img/icon/check.png) no-repeat center;
}



/*tovar*/
.name-tovar {
    font-size: 24px;
}
.tovar-block {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tovar h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'FuturaNewDemi';
    margin: 0 0 20px
}
.tovar h4 a {
    text-decoration: underline;
}
.tovar-info ul {
    padding-left: 20px;
    margin: 0px 0 20px;
}
.tovar-info li {
    font-size: 16px;
    margin-bottom: 5px;
}
.tovar-info p {
    font-size: 18px;
}
.tovar-price {
    color: #ceb36b;
    font-size: 30px;
    margin-bottom: 20px;
}
.add-tovar {
    width: 235px;
    margin-bottom: 20px
}
.add-tovar img {
    margin-left: 10px;
}
.tovar-gallery {
    width: 230px;
    margin-right: 50px;
    margin: 0 auto;
}
.tovar-gallery .slick-prev {
    left: -70px;
    top: 45%;
}
.tovar-gallery .slick-next {
    right: -70px;
    top: 45%;
}
    .tovar-gallery .slick-dots {
        bottom: -40px
    }
.tovar table {
    width: 100%;
    margin-bottom: 20px;
}
.tovar table td {
    font-size: 16px;
    padding: 3px 0;
}
.tovar table td:last-child {
    text-align: right;
}
.tovar .sub-table td:first-child {
    padding-left: 30px;
}

.buy-with {
    padding: 15px;
}
    .buy-with .headline {
        padding-right: 75px
    }
    .buy-with .katalog-it {
        width: 90%;
    }
.contact {
    padding: 20px 0 0px;
}
.contact-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0px;
    flex-direction: column;
}
.contact-bl p {
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
.contact-bl .telle, .contact-bl .mail {
    width: auto;
}
#map {
    height: 265px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.2)
}

.cart-block {
    padding: 20px 0 20px;
}
.cart-block table {
    width: 100%;
}
.cart-block th {
    font-size: 12px;
    padding: 12px 2px;
}
.cart-block td {
    font-size: 12px;
    padding: 2px 2px 2px 2px;
}
.cart-img span {
    width: 40px;
    display: inline-block;
}
.cart-block .cart-name {
    font-size: 12px;
}
.cart-img img {
    width: 100%;
}
.cart-block tr {
    border: 1px solid #ededed;
    margin-bottom: -1px;
}
.cart-price {
    width: auto;
    text-align: center;
    width: 17%;
}
.cart-summ {
    width: auto;
    text-align: center;
}
.cart-count {
    width: auto;
    text-align: center;
}
.cart-count-numb {
    display: inline-block;
    margin: 0 1px;
}
.cart-summ span {
    position: relative;
    margin-left: 0px;
    top: 0px;
}
.result-cart {
    margin-top: 30px;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.result-cart span {
    font-size: 14px;
}
.total-summ {
    color: #ceb36b;
    font-size: 26px;
    text-align: right;
    margin-bottom: 10px;
}
.filter {
    margin-bottom: 30px;
    padding-top: 40px;
}
.main-filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filter .but {
    width: 255px;
    margin-top: 20px;
}
.select {
    background: url(../img/icon/select.png) 95% 50% no-repeat;
    cursor: pointer;
    outline: none;
    padding: 10px 15px;
    font-size: 18px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
.main-filter .select {
    width: 100%;
}
.mini-select {
    width: 100%;
}
.large-select {
    width: 100%;
}
.range-prise {
    width: 48%;
    position: relative;
}
.range-prise input {
    width: 100%;
    outline: none;
    padding: 10px 15px;
    font-size: 18px;
    border: 1px solid #ededed
}
.range-prise span {
    position: absolute;
    top: 17px;
    right: 15px;
}
.add-filter {
    padding: 20px 0 10px
}
.add-filter h4 {
    font-family: 'FuturaNewDemi';
    margin: 10px 0
}
.add-filter>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.headline-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headline-filter span {
    font-size: 14px;
    padding: 5px 5px;
    width: 120px;
}
.headline-filter span:before {
    border-top: 14px solid transparent;
    border-right: 15px solid #f3f3f3;
    border-bottom: 14px solid transparent;
    left: -15px;
}

.posts {
    padding: 20px 0 0;
}
.mini-post {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ceb36b
}
.mini-post_img {
    width: 80%;
    margin-right: 0px;
    margin: 0 auto 20px
}
.mini-post_img img {
    width: 100%;
}
.mini-post_txt h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
.mini-post_txt p {
    margin-bottom: 15px;
}
.mini-post_txt .but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 140px;
}
.post-nav {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-nav a {
    display: inline-block;
    margin-right: 0px;
    font-size: 18px;
    margin: 0 8px;
}
.post-nav .but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 80px;
}
.post-nav .active {
    font-size: 22px;
    text-decoration: underline;
}
.post img {
    float: none;
    margin: 0 auto 20px;
    width: 80%;
    display: block;
}
.post p {
    margin-bottom: 20px;
    font-size: 18px;
}  
    .option-tab {
    margin-top: -20px
}
}