body, html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
  position: relative;
}
/* font-family1: 'Fira Sans Extra Condensed', sans-serif; */
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	display: block;
	border-style: none;
    max-width: 100%;
}
input, 
select,
textarea {
	padding: 6px 10px 7px;
	outline: none;
	border: 2px solid #d6b169;
	color: #000;
	background: transparent;
	width: 100%;
}
textarea {
    resize: none;
    color: #000;
    border: none;
}
button {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
}
input::-moz-placeholder             {color: #9c9a95; transition: opacity 0.3s ease;}
input:-moz-placeholder              {color: #9c9a95; transition: opacity 0.3s ease;}
input[placeholder]                  {color: #9c9a95; transition: opacity 0.3s ease;}
input::-webkit-input-placeholder    {color: #9c9a95; transition: opacity 0.3s ease;}
input:-ms-input-placeholder         {color: #9c9a95; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder    {opacity: 0; outline: none;}
input:focus::-moz-placeholder             {opacity: 0; outline: none;}
input:focus:-moz-placeholder              {opacity: 0; outline: none;}
input:focus:-ms-input-placeholder         {opacity: 0; outline: none;}
textarea::-webkit-input-placeholder {color: #9c9a95; transition: opacity 0.3s ease;}
textarea::-moz-placeholder          {color: #9c9a95; transition: opacity 0.3s ease;}
textarea:-moz-placeholder           {color: #9c9a95; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder      {color: #9c9a95; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
textarea:focus::-moz-placeholder          {opacity: 0; outline: none;}
textarea:focus:-moz-placeholder           {opacity: 0; outline: none;}
textarea:focus:-ms-input-placeholder      {opacity: 0; outline: none;}
form input, 
form select,
form textarea,
form button {
    width: 100%;
}
input.error,
textarea.error {
    border-color: #ff0000 !important;
}
input.validate:focus:invalid {
    border-color: #ff0000 !important;
}
input.validate:valid {
   border-color: green;
}

a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    background:
    transition: background 0.3s ease, color 0.3s ease;
    webkit-transition: background 0.3s ease, color 0.3s ease;
    o-transition: background 0.3s ease, color 0.3s ease;
    moz-transition: background 0.3s ease, color 0.3s ease;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.but {
    margin: 0 15px;
    padding: 5px 20px 4px;
    border: 2px solid #d6b169;
    background: #d6b169;
    font-family: "IntroRegular";
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
     -moz-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
       -o-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
          transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.but.bg-transparent {
    background: transparent;
}
.but.bg-white {
    background: #fff;
    color: #000;
}
.but:hover {
    background: #bfa36c;
    border-color: #bfa36c;
    color: #fff;
}

header {
    padding-top: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
    width: 100%;
}
header nav {
    text-align: center;
    color: #fff;
}
header nav a {
    color: #fff;
}
header nav a:hover {
    color: #fff;
}
.btn-mobile_menu {
  padding: 6px 8px;
  height: 36px;
  position: fixed;
  top: 15px;
  left: 15px;
  display: none;
  cursor: pointer;
  background: #c39947;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  z-index: 1000;
}
.header-top.fixed .btn-mobile_menu {
  margin-top: 22px;
}
.btn-mobile_menu .fa-row {
  margin: 3px 0;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.btn-mobile_menu:hover {
  border-color: #bfa36c;
  background: #bfa36c;
}
.btn-mobile_menu:hover .fa-row {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.btn-mobile_menu.open .fa-row:nth-of-type(1) {
  transform:translateX(0px) translateY(2px) translateZ(0px)
  rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}
.btn-mobile_menu.open .fa-row:nth-of-type(2){
  transform: rotateX(0deg) rotateY(0deg)  translateY(-3px) rotateZ(315deg);
}
.btn-mobile_menu.open .fa-row:nth-of-type(3){
      display:none
}
.tel-mobile {
    display: none;
}
.marg {
    width: 13px;
    display: inline-block;
}
.mail_link {
    display: inline-block;
    border-bottom: 1px solid rgba(214, 177, 105, 0.3);
    -webkit-transition: border-color 0.2s ease;   
       -moz-transition: border-color 0.2s ease;
         -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
}
.mail_link:hover {
    border-color: rgba(214, 177, 105, 0.95);
}
.link-tel,
.contact-info a {
    display: inline-block;
    border-bottom: 1px dotted rgba(214, 177, 105, 0.3);
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.2s ease;   
       -moz-transition: border-color 0.2s ease;
         -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
}
.link-tel:hover,
.contact-info a:hover {
    border-color: rgba(214, 177, 105, 0.95);
}
.contact-info a:focus {
    color: #fff;
}

.hold-fixed-menu {
    padding: 12px 0 14px;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(0,0,0,.8);
    -webkit-transition: all 0.2s ease;   
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.hold-fixed-menu.fixed {
    top: 0;
}
.hold-fixed-menu .logo {
    margin: 0 43px 0 0;
    float: left;
    width: 170px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hold-fixed-menu .logo img {
    background-color: #fff;
    height: 100%;
}



.hold-fixed-menu .fixed-menu {
    float: left;
}
.fixed-menu {
    margin-top: 19px;
    overflow: hidden;
}
.fixed-menu li {
    margin-right: 42px;
    float: left;
}
.fixed-menu li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px dotted #d6b169;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.fixed-menu li a:hover {
    color: #d6b169;
}
.fixed-menu li.active a {
    border-color: transparent;
    color: #d6b169;
}
.fixed-menu li.active a:hover {
    cursor: default;
}
.hold-fixed-menu .tel {
    margin-top: 18px;
    float: right;
    font-size: 18px;
}
.header-left {
    float: left;
    width: 34%;
}
.contact-info {
    margin-bottom: 14px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-align: left;
}
.top-menu {
    overflow: hidden;
    width: 100%;
}
.top-menu li {
    width: 33.3333%;
    float: left;
}
.top-menu li:first-child {
    text-align: left;
}
.top-menu li:last-child {
    text-align: right;
}
.header-left .top-menu li:nth-child(2) {
    text-align: left;
}
.header-left .top-menu li:nth-child(2) a {
    margin-left: 20px;
}
.top-menu li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px dotted #d6b169;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.top-menu li a:hover {
    color: #d6b169;
}
.header-right {
    float: right;
    width: 34%;
}
.header-right .contact-info {
    text-align: right;
}
.logo {
    margin-top: 6px;
    display: inline-flex;
}

.logo img {
    background-color: #fff;
    height: 150px;
}

.footer-socset {
    margin-top: 2px;
    overflow: hidden;
}
.footer-socset li {
  margin-right: 10px;
  float: left;
}
.footer-socset a {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../img/bg/spr_socset.png) no-repeat 0 0;
}
.footer-socset .facebook a {
  background-position: 0 0;
}
.footer-socset .vk a {
  background-position: -41px 0;
}
.footer-socset .twitter a {
  background-position: -82px 0;
}
.footer-socset .youtube a {
  background-position: -123px 0;
}
.footer-socset .instagram a {
  background-position: -164px 0;
}

.soc-top {
    width: 100%;
    display: none;
}
.soc-top .footer-socset {
    left: 50%;
    margin: 0;
    float: left;
    position: relative; 
    overflow: visible;
}
.soc-top .footer-socset li {
    right: 50%;
    float: left;
    position: relative;
}

.box1 {
    margin-bottom: 178px;
    padding-top: 187px;
    height: 640px;
    background: url(../img/bg/bg-box1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}
.box1:after {
    content: "";
    display: block;
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/bg/waves.png) repeat-x 0 0;
}
.box1 h1 {
    margin-bottom: 58px;
    font-family: "IntroRegular";
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.box1 h1 span {
    display: block;
    font-size: 30px;
    font-weight: 400;
}
.box1 .hold-but {
    margin: 0 auto;
    display: block;
}
.box1 .but {    
    padding-left: 3px;
    padding-right: 3px;
    width: 270px;
    display: inline-block;
}
.box1 .but:focus {
    color: #fff;
}
.box1 .img-block {
    margin: 45px auto 0;
    display: block;
    position: relative;
    z-index: 5;
}

.head-center {
    text-align: center;
    overflow: hidden;
}
.head-center h2 {
    margin: 20px 0 32px;
    color: #000;
    position: relative;
    display: inline-block;
    font-family: "IntroRegular";
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
}
.head-center h2:before,
.head-center h2:after {
    content: "";
    display: block;  
    width: 1000px;
    height: 1px;
    background: #d6b169;
    position: absolute;
    top: 21px;
    right: 110%;
}
.head-center h2:after {
    right: auto;
    left: 110%;
}

.hold-products {
    margin: 0 -15px 30px;
    overflow: hidden;
}
.product {
    padding: 0 15px 30px;
    width: 50%;
    float: left;
    display: table;
    position: relative;
}
.product .img-product {
    width: 50%;
    height: 100%;
    display: table-cell;
}
.product .info-product {
    padding: 18px 20px 12px;
    background: #f4f3f0;
}
.product .info-product span {
    display: block;    
    font-size: 14px;
    line-height: 24px;
}
.product .head-product {    
    font-family: "IntroRegular";    
    font-weight: 400;   
    font-size: 28px;
    line-height: 32px;
}
.product .head-product.absolute {
    padding: 15px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    font-size: 22px;
    line-height: 32px;
}
.product .head-product span {
    margin-bottom: 0;
    padding: 5px 7px;
    color: #fff;
    background-color: rgba(243,90,30,.9);    
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}
.product .descript-product {
    margin-bottom: 12px;
    height: 236px;
    overflow: hidden;
}
.product.product-col .descript-product {
    height: 120px;
}
.product .row-price {
    overflow: hidden;
}
.product .row-price .price {
    margin: 7px 0 0;
    width: 50%;
    float: left;
    font-size: 18px;
    list-style: 26px;
}
.product .info-product .row-price .but-prod {
    padding: 5px 2px 4px;
    width: 50%;
    float: left;
    font-size: 18px;
    line-height: 24px;
}
.product .price {
    margin-bottom: 18px;
    font-family: "IntroRegular";
    font-size: 18px;
    color: #542f21;
    font-weight: 400;
}
.product .info-product .but {
    margin: 0 0 8px;
    width: 100%;
}
.product.product-col {
    width: 25%;
    text-align: center;
}
.product.product-col img {
    margin-right: auto;
    margin-left: auto;
}
.product.product-col img.image-mobile {
    display: none;
    position: relative;
}
.product.product-col .head-product {
    font-size: 16px;
    line-height: 24px;
    height: 97px;
    overflow: hidden;
}
.but-prod:hover {
    cursor: pointer;
}
.product.product-col .descript-product {
    height: auto;
}
.box3 {
    padding-bottom: 8px;
}

.box4 {
    padding: 30px 0 70px;
    background: url(../img/bg/bg-box4.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.box4 h2 {
    margin: 20px 0 21px;
    color: #fff;
}
.box4 p {
    margin-bottom: 75px;
    text-align: center;
}
.box4 .but {
    margin: 0;
}
.row-input {
    margin: 0 -7.5px;
    overflow: hidden;
    position: relative;
}
.input-w33 .hold-input {
    padding: 0 7.5px;
    width: 33.3333%;
    float: left;
}
.input-w50 .hold-input {
    padding: 0 7.5px;
    width: 50%;
    float: left;
}
.input-w50 .hold-input.w100 {
    width: 100%;
}
.box4 input {
    color: #fff;
}
.color {
    color: #d6b169;
}
form .bl-qant {
    padding: 0 7.5px 7.5px 0;
    float: left;
    width: 69px;
    position: absolute;
    top: 0;
    left: 5px;
}
.hold-quant {
    padding-left: 74px;
    position: relative;
    overflow: hidden;
}
.quantity {
    width: 59px;
    float: right;
}
.quantity .input-quantity {
    width: 37px;
    height: 39px;
    float: left;
    padding: 1px 2px 3px;
    text-align: center;
    border: none;
    border: 1px solid #d6b169;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
}
.quantity .plus,
.quantity .minus {
    height: 19.5px;
    width: 22px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #d6b169;
    border-width: 1px 1px 1px 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    outline: 0;
    float: right;
    text-align: center;
    line-height: 17px;
    color: #000;
    cursor: pointer;
}
.plus {
    padding: 0 0 6px;
    width: 34px;
    height: 34px;
    float: left;
    border: 1px solid #d6b169;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.quantity .minus {
    border-width: 0 1px 1px 0;
    line-height: 14px;
}
.quantity .plus:hover,
.quantity .minus:hover {
    background: rgba(191, 163, 108, 0.2);
}


h3 {
    font-family: "IntroRegular";
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
}
.box5 {
    padding: 30px 0 54px;
}
.box5 h3 {
    text-align: center;
}
.box6 {
    padding: 44px 0 62px;
    background: #f4f3f0;
}
.box6 h2 {
    margin-bottom: 87px;
}
.ul-payment {
    margin: 0 -15px;    
}
.ul-payment:after {
    content: "";
    display: block;
    clear: both;
}
.ul-payment li {
    padding: 0 15px 30px;
    float: left;
    width: 25%;
}
.ul-payment .hold {
    padding: 14px 20px 42px;
    border: 1px solid #d6b169;
    text-align: center;
}
.ul-payment .image {
    margin-top: -39px;
    padding: 0 17px;
    background: #f4f3f0;
    display: inline-block;
    vertical-align: top;
}
.ul-payment li:nth-child(1) .image {
    margin-top: -47px;
}
.ul-payment .image img {
    display: inline-block;
}
.ul-payment span {
    display: block;
}
.ul-payment .head {
    margin-bottom: 12px;
    font-family: "IntroRegular";
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}


.box7 {
    padding: 80px 0;
    position: relative;
}
.box7 .hold-contacts {
    padding: 30px;
    position: relative;
    z-index: 2;
    width: 50%;
    float: left;
    background: #fff;
}
.head-center.head-left {
    text-align: left;
}
.box7 .block {
    margin-bottom: 27px;
    overflow: hidden;
    display: block;
}
.box7 .hol-image {
    margin-right: 17px;
    padding: 6px;
    border: 1px solid #d6b169;
    float: left;
}
.box7 .text {
    margin-top: -3px;
    float: left;
}
.box7 .text span {
    display: block;
}
.box7 .text .text1 {
    font-size: 14px;
    line-height: 18px;
    color: #646464;
}
.box7 .text .text2 {
    font-size: 18px;
    line-height: 22px;
}
ul.spr-social {
    margin-top: 2px;
    overflow: hidden;
    float: left;
}
ul.spr-social li {
    margin-right: 17px;
    float: left;
}
ul.spr-social li a {
    display: block;
    width: 20px;
    height: 30px;
    background: url(../img/bg/spr-social.png) no-repeat 0 0;
}
ul.spr-social li:nth-child(2) a {
    width: 22px;
    background-position: -20px 0;
}
ul.spr-social li:nth-child(3) a {
    width: 26px;
    background-position: -42px 0;
}
ul.spr-social li a:hover {
    background-position: 0 -30px;
}
ul.spr-social li:nth-child(2) a:hover {
    background-position: -20px -30px;
}
ul.spr-social li:nth-child(3) a:hover {
    background-position: -42px -30px;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    padding: 15px 0;
    background: #38281e;
    color: #fff;
}
footer .copy {
    margin-top: 3px;
    float: left;
    font-size: 14px;
}
footer .hit {
    float: right;
}


/* font-family: "IntroRegular"; */

.modal-hold {
    margin: 0 0 0 -250px;
    padding: 15px 30px 30px;
    position: fixed;
    top: 90px;
    left: 50%;
    display: block;
    width: 500px;
    background: #fff;
}
/* .modal-call-back .modal-hold {
    padding-top: 40px;
} */
.modal .close {
    position: absolute;
    top: 0;
    right: -15px;
    background: url(../img/bg/close.png) no-repeat 0 0;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 1;
}
.modal .close:hover {
    background-position: -18px 0;
}
.modal .but {
    margin: 15px 0 0 0;
}
.modal-hold span {
    display: block;
}
.relative {
    position: relative;
}
.modal .name-product {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.modal-hold  #name-product {
    margin-bottom: 10px;
    padding-right: 15px;
    font-family: "IntroRegular";
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.modal-hold #descript-product {
    margin-bottom: 15px;
}
.modal-hold #price-product {
    margin-bottom: 0;
    padding: 5px 10px 6px;
    font-family: "IntroRegular";
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d6b169;
}
.modal-hold #image-product {
    margin: 0 auto 15px;
    display: block;
}
.modal .but.close {
    display: none;
}
.modal .but.close:hover {
    background: #bfa36c;
    border-color: #bfa36c;
    color: #fff;
}
.modal .but_close {
    margin-top: 20px;
    padding-left: 30px;
    float: left;
    position: relative;
    width: auto;
    display: none;
}
.modal .but_close:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/bg/close.png) no-repeat 0 0;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 1;
}