/*FONTS*/
@font-face {
  font-family: 'Helvetica Neue', sans-serif;
  src: url("../fonts/Helvetica-Neuet300.woff") format("woff"), url("../fonts/Helvetica-Neuet300.woff2") format("woff2");
  font-weight: 300; font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue', sans-serif;
  src: url("../fonts/Helvetica-Neue400.woff") format("woff"), url("../fonts/Helvetica-Neue400.woff2") format("woff2");
  font-weight: 400; font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue', sans-serif;
  src: url("../fonts/Helvetica-Neue600.woff") format("woff"), url("../fonts/Helvetica-Neue600.woff2") format("woff2");
  font-weight: 600; font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue', sans-serif;
  src: url("../fonts/Helvetica-Neue800.woff") format("woff"), url("../fonts/Helvetica-Neue800.woff2") format("woff2");
  font-weight: 800; font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');



* {box-sizing: border-box;}

body {
   font-family: 'Helvetica Neue', sans-serif; font-weight: 400;
}

.main-container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

a {
   text-decoration: none;
   color: #000000;
   font-size: 17px;
}

.main-title-top {
  font-size: 26px; line-height: 34px; text-align: right; letter-spacing: -1.3px;
  margin: 0;
}

h2 {
   font-size: 32px; text-align: center;
}
.base-title {
  color:#3a3a3a; font-size: 38px; line-height: 1.2;  font-weight: 600;
  margin-bottom: 60px; margin-top: 0;
  position: relative;
}
.base-title:after {
  content: '';
  position: absolute; width: 135px; height: 1px; left:50%; bottom: -15px;
  background: #ff7800;
  -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
}
.main-title {
   font-size: 32px; text-align: center;
  padding-bottom: 70px;
}

h2 span, .base-title span, .main-title span {color:#ffc51e}

input, textarea {
  padding: 5px 10px;
  background: #fff; border:1px solid #ff7800; border-radius: 10px;
}

form .wrapp-phone {
  position: relative;
}
form .error {
  font-size: 13px; font-weight: 400; line-height: 1.2;
  position: absolute; left: 0; top: 90%; z-index: 5; padding: 8px 10px;
  background: #fff; border: 1px solid #b2b2b2; border-radius: 5px;
  box-shadow: rgba(0,0,0,.4) 1px 2px 4px;
}
form .error:before {
  content: '';
  display: block; width: 10px; height: 10px; position: absolute; left: 10px; top: -6px;
  background: #fff;
    border-color: transparent; border-top-color: #bababa; border-left-color: #bababa; border-style: solid; border-width: 1px; border-radius: 0;
    -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger {
  display: none;
}
.show767 {display: none;}
.mfp-auto-cursor .mfp-content {
  max-height: 100%;
}
.bg-grey {background-color: #F5F5F5;}
.section {padding: 50px 0;}

.btn {
  color: #000; text-transform: uppercase; font-size: 16px; font-weight: 300; letter-spacing: 0.5px; text-align: center;
  position: relative; z-index: 1; padding: 10px; display: inline-block;
  border: 1px solid #ff7800; border-radius: 10px; overflow: hidden;
-webkit-transition: ease 0.3s;
transition: ease 0.3s;
}
.btn.red {
  color: #fff; border: 1px solid #FF7800;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  background: #FF7800;
}
.btn.red:hover {
  color: #000;
  background: #fff;
}

.kitchen_hidden {
  display: none;
}

.list li {
  position: relative;
  padding-left: 34px;
  padding-top: 5px;
  margin-bottom: 25px;
  font-size: 19px;
}
.list li:last-child {margin-bottom: 0;}
.list li:before {
  content: '';
  width: 40px; height: 40px; display: block; position: absolute; left: 0; top:0;
  background: url('../images/punkt.png') no-repeat;
}


.logo img {
  width: 140px;
}

.wrapp_top-header {
  position: fixed; top: 0; left: 0; width: 100%;
  background: rgba(255,255,255,0.7); z-index: 10;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 7%); border-top: 1px solid #ff7800;
}
.top-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex; -webkit-box-pack:
 justify; -ms-flex-pack: justify; justify-content: space-between;
 -webkit-box-align: center; -ms-flex-align: center; align-items: center;
 padding: 15px 0;
}
.top-header .btn:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.top-header .phone {display: none;}
.top-menu {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex; -ms-flex-pack: distribute; justify-content: space-around;
}
.top-menu li {padding: 0 7px;}
.top-menu a {
   font-size: 14px; text-transform: uppercase; font-weight: 300;
  display: inline-block; position: relative;
  -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear;
}
.top-menu a:hover, .top-menu a.active {
  color: #ff7800;
}
.top-menu a:hover::before, .top-menu a.active:before {
  width: 100%;
}

.top-info {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
 -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}

.top-info .info a {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000000;  font-size: 18px; font-weight: 600;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.top-info .info p {
  color: #ff7800; font-size: 12px; text-align: center; letter-spacing: 0.5px;
}
.top-info .info a:hover {
  color: #ff7800;
}

.top-info figure {
  margin-right: 15px;
}

.call-disigner {

}
.call-disigner.header {
  display: -webkit-box; display: -ms-flexbox; display: flex;
}

.call-disigner.header .btn:first-child {margin-right: 10px;}
.call-disigner .btn {
  color:#fff; letter-spacing: 1px; font-size: 14px;
  padding: 10px 5px; background: #ff7800;
}
.call-disigner .btn:hover {background: #fff;color: #ff7800;}

/*==========================wrapp-intro==================================*/
.wrapp-intro {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  margin-top: 45px; padding: 65px 0; position: relative; min-height: 600px;
  background-image: url('https://fayni-mebli.com/content/goods/38155/picture-38155.jpg');
  background-position: center 25px; background-repeat: no-repeat;
  background-size: cover;
}
.wrapp-intro:before {
  content: '';
  position: absolute; left: 0; right: 0; top:0; bottom: 0; z-index: 0;
  background: rgba(255,255,255,0.6);
}
.wrapp-intro .main-container {position: relative; z-index: 1;}
.wrapp-intro .base-title {color: #000; font-size: 34px; text-align: center; margin-bottom: 15px;}
.intro-text {width: 100%;}
.intro-text-title {}
.intro-text ul {
  color: #ff7800; list-style: disc; font-size: 22px;
  margin: 0 auto; padding-top: 10px; width: 275px;
}
.information .intro-text {position: relative;}
.information .intro-text img {
  position: absolute; top: -30px; left: -20px;
}
.intro-text ul span {color: #333; font-size: 16px;}
.discount-about {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack:justify; -ms-flex-pack: justify; justify-content: space-between;
  padding-top: 40px;
  -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch
}
.wrapp-intro .discount-about-list {padding: 30px 20px;}

.wrapp-img {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wrapp-img img {
  width: 50%; height: auto;
  border-radius: 5px;
}
.intro-form {width:100%; height:102px;margin-bottom: 15px;}

.discount-about-list, .discount-about form {
  padding: 20px;
}

.discount-about-list {
  width: 32%; margin-right: 2%;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%); background: rgba(255, 255, 255, 0.93);
  position: relative;
}

.discount-about-list  .list  li {
  font-size: 16px; line-height: 1.2;
  margin-bottom: 17px;
}
.discount-about-list  .list  li:last-child {margin-bottom: 0;}

.title-project {
  color: #000; font-size: 20px; font-weight: 400; text-align: center;text-transform: uppercase;
  display: block; margin-bottom: 15px;
}

.information {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: flex-start; -ms-flex-align: flex-start; align-items: flex-start;
  text-align: left; font-size: 20px; line-height: 1.2;
  width: 32%; margin-right: 2%; padding: 30px 20px 30px 35px;
    -ms-flex-negative: 0; flex-shrink: 0;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: rgb(255 255 255 / 93%);
}



.information .thin, .discount-about-list .thin{
  font-weight: 300;
  font-size: 17px;
  line-height: 2;
}

.information .bold, .discount-about-list .bold{
  font-weight: 700;
}

.information .bg, .discount-about-list .bg {
  color: #fff;
  display: inline-block; padding: 5px 10px; margin: 5px 0;
  background: #ff7800; border-radius: 7px;
}

.discount-about-list .arrow {
  color: #797979; font-size: 36px;
  position: absolute; right: -24px; top: 55px; z-index: 2;
}

.discount-about form {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  width: 32%; margin-right: 0;
}
.discount-about form input, .discount-about form button {
  width: 100%; height: 50px;
}
.discount-about form button span {font-weight: 800; font-size: 16px;}
.discount-about form .wrapp-phone {
  margin-bottom: 15px;
  width: 100%;
  height: 50px;
}

/*for messangers*/
.buttons-block .button input {display: none;}
.messanger-block {
  margin-bottom: 15px;
}
.wrapp-buttons-group .title {
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.buttons-block {
  display: -webkit-box;   display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.buttons-block .button {
  width: 33.333%; padding: 0 2px;
}
.buttons-block .button i{
  font-size: 15px; font-weight: 300;
  margin-right: 5px;
}
.buttons-block .button label {
  color: #fff; font-size: 12px; font-weight: 600; text-align: center; text-transform: uppercase;
  display: block; width: 100%; padding: 10px 5px;
  border:1px solid transparent; border-radius:7px; cursor: pointer;
  -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear;
}
.buttons-block .button label:hover {background: #fff!important; color: #333;}

.buttons-block .button.viber label {
  background: #675dac; border-color: #675dac;
}
.buttons-block .button input[type=radio]:checked + label {background: #fff!important;}

.buttons-block .button.viber input[type=radio]:checked + label {
  color: #675dac;
  background: #fff; border-color: #675dac;
}

.buttons-block .button.whatsapp label {
  background: #25d366;
  border-color: #0f7d38;
}

.buttons-block .button.whatsapp input[type=radio]:checked + label {
  color: #000; box-shadow: none; position: relative;
}


.buttons-block .button.telegram label {
  background: #15aabf;
  border-color: #076e7d;
}


.buttons-block .button.telegram input[type=radio]:checked + label {
  color: #000; box-shadow: none;
}




.intro {
  display: flex;
  position: relative; z-index: 1;
}
.wrapp_intro-top-title {
  text-align: center; color: #fff;
  width: 100%;
}
.wrapp_intro-top-title .intro-top-title {
  font-size: 24px; line-height: 1; text-align: center; text-transform: lowercase;
  display: inline-block; margin: 0 auto; padding: 8px 15px 11px 15px;
  border: 1px solid; background: #797979; border-radius: 7px;
}

/*==========================end-wrapp-intro==================================*/


/*==========================wrapp-work-wrapp==============================*/
.work-wrapp {
  display: -webkit-box;   display: -ms-flexbox; display: flex;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between
}

.work-item {
  text-align: center;
  width: 22%;  position: relative;
  -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
  box-shadow: 0 2px 15px -5px rgb(0 0 0 / 30%); border-radius: 15px;
  background: #fff; overflow: hidden;
}
.work-item:hover {box-shadow: 0 2px 17px -3px rgb(255 120 0 / 50%);}
.work-item:last-child {margin-right: 0;}

.work-item .number {
  font-size: 32px; font-weight: 600; color: #ff7800;
  position: absolute; left: 1px; top: 1px; z-index: 1;
  display: block; width: 36px; height: 36px;
  background: rgba(255,255,255, 0.75); border-radius: 15px 0 0 0;
}

.work-item img {
  max-width: 100%;
  border-radius: 15px 15px 0 0; border: 1px solid #ccc;
}

.work-item figure {position: relative;}

.work-item p {
  line-height: 1.5; padding: 10px 15px;
  background: #fff;
  -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px);
  -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
}
.work-item:hover p {
  -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px);
}
.title {
  font-size: 21px;
  margin-bottom: 20px;
  display: block;
}

.mark {
  text-align: center; font-size: 18px; line-height: 1.2;
  padding-top: 25px;
}

/*==========================/end/wrapp-work-wrapp==============================*/

.materil-wrapper {
  display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.materil-box {width:20%; margin: 5px 0; padding: 0 5px;}
.materil-box img {
    width: 100%;
    padding: 0 7px;
}

/*========================== type-kitchen==============================*/
.type-kitchen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  margin-top: -10px;
}

.type-kitchen .btn {
  text-align: center; font-size: 14px;
  display: block; margin: 7px 10px; width: 90%;
  background: #fff;
}
.type-kitchen .btn.first {background: #ff7800; color: #fff;}
.type-kitchen .btn:hover {background: #ff7800; color: #fff;}
.type-kitchen .btn.first:hover {background: #fff; color:#ff7800;}
.type-kitchen .type:nth-child(3n) {margin-right: 0}

.type {
  padding: 15px 12px;
  width: 25%;
}
.type .title {
  font-size: 18px; text-align: center;text-transform: uppercase;
  display: block; margin-bottom: 10px;
}
.type .price {
   text-align: center; font-size: 22px; font-weight: 600;
  display: block; margin-bottom: 10px;
}
.type-wrapp {}

.type figure {
  position: relative; overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.type figure img {
  width: 300px;
  height: 235px;
  max-width: 100%;
}
.catalog-text {
  padding: 15px 10px;
  background: #fff; box-shadow: 0 2px 15px -5px rgb(0 0 0 / 30%); border-radius: 0 0 15px 15px;
  -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px);
  -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
}
.type-wrapp:hover .catalog-text {
  -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px);
  box-shadow: 0 2px 17px -3px rgb(255 120 0 / 50%);
}
.more-btn {
  text-align: center; margin-top: 20px;
}
.more-btn .btn:hover {
  background: #ff7800;
    color: #fff;
}
.more-btn .btn {
  cursor: pointer;
}
.more-btn .btn_hidden {
  display: none;
}
.look {
  width: 100%;
  height: 56px;
  background-color: #ff7800;
  border: 0px #ff7800 solid;
  box-shadow: 0px 4px 0px #A87E00;
  font-size: 17px;
}

.place {
  margin-bottom: 7px;
  position: absolute;
  width: 100%;
  left: 0; bottom: 10px;
  background-color: rgba(0, 0, 0, 0.7);;
  padding: 20px;
  text-align: center;
  display: inline-block;

  font-size: 21px;
  color: #ffffff;
}

/*==========================/end/ type-kitchen==============================*/

/*========================== Work ==============================*/
.wrapp-work {
  position: relative;
  background-image: url('https://fayni-mebli.com/content/goods/38155/picture-38155.jpg');
  background-position: center; background-repeat: no-repeat;
  background-size: cover;
}
.wrapp-work:before {
  content: '';
  position: absolute; left: 0; right: 0; top:0; bottom: 0; z-index: 0;
  background: rgba(255,255,255,0.85);
}
/*========================== /end/ Work ==============================*/

/*==========================FOOTER=========================================*/
.footer {
  border-top: 5px solid #ff7800;
  background: #ccc;
}

.logo-footer {
  padding: 19px 14px;
  border-radius: 10px;
}

.wrapp-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wprapp-insta {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  width: 90px;
  border-radius: 10px;
}
.wprapp-insta img {width: 100%;}


.wprapp-insta i {
  font-size: 86px;
    color: #fff;
}

.contact-footer li {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  margin-bottom: 12px;
}

.contact-footer img {
   width: 18px;
   margin-right: 5px;
}

.contact-footer i {
  font-size: 18px;
  margin-right: 5px;
  color: #ff7800;
}

.contact-footer a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
}
.contact-footer a:hover {
  color: #ff7800;
}
.buttom-footer .btn {
  color: #fff;
  width:100%;margin-bottom: 6px; padding: 10px 13px;
  background: #ff7800;
}
.buttom-footer .btn:last-child {margin-bottom: 0;}
.form-footer input {height:38px; width: 100%;}
.form-footer-title {display: block;text-align: center;margin-bottom: 10px;}
.form-footer-title {text-transform: uppercase; font-weight: 600;}
.form-footer .wrapp-phone {margin-bottom: 5px;}
.form-footer .wrapp-phone, .form-footer button {width: 100%;}
.footer-copyright {background: #b9b9b9; color: #fff;}
.footer-copyright .main-container {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  font-size: 14px;
  padding-top: 5px; padding-bottom: 5px;
}
.footer-copyright .main-container a {font-size: 14px;color:#fff;}
/*==========================end-wrapp-contact=========================================*/

/*===========================PoPups============================================*/
.popup_standart {
  max-width: 360px; margin: 0 auto;
  padding: 40px 20px; position: relative;
  background-color: #fff; border-radius: 15px;
}

.popup_standart .btn-close {display: none;}
.popup_standart .btn-close.mfp-close {
  font-size: 34px; line-height: 28px; font-weight: 800; color: #2f2f2f;
  display: block; position: absolute; padding-left: 0; width: 30px; height: 30px;  right: 5px; top: 5px;
  -webkit-transition: ease 0.3s; cursor: pointer;
  transition: ease 0.3s;
}
.popup_standart .title-project {line-height: 1.3;}
.popup_standart .btn-close.mfp-close:hover {
  color: #ff7800;
}

.popup_standart-top {

  text-align: center; margin-bottom: 20px;
    font-size: 22px; text-transform: none;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 25px;
}
.popup_standart#popup_write-director textarea {
  margin-bottom: 0;
}
#popup_messenger {max-width: 400px;}
#popup_messenger .discount-about-list {
  width:100%;
  padding: 0; margin: 0;
  border: none; box-shadow: none;
}
#popup_messenger .discount-about-list .wrapp-phone {
  width: 100%; margin-bottom: 15px;
}
#popup_messenger .discount-about-list .wrapp-phone input {width: 100%; height:45px;}
#popup_messenger .btn {font-size: 15px; width:100%; padding: 15px 8px;margin-top: 15px;}
#popup_messenger .title-project {margin-bottom: 30px;}

.inp_wrap .avtor {
  width: 300px;
  margin-bottom: 10px;
}

.standart-form textarea, .standart-form input  {
  width: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 47px;
    padding: 0 20px;
    font-size: 15px;
    color: #3A3333;
    margin: 10px auto 0;
    border: 1px solid #ff7800;
}
.standart-form input  {height: 53px; font-size: 18px;}
.standart-form textarea {
  margin-bottom: 10px;
}

.standart-form .btn {
  width: 100%; font-size: 20px; margin-top: 30px;
}
.standart-form .error {top: 110%;}

/*===========================/End/===PoPups============================================*/

/*===========================.gallery============================================*/
.close-gallery-bg {
  position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%;
  background: transparent; padding: 0; margin: 0;
}
.close-gallery-bg button {opacity: 0;}
.slick-slider {
  -webkit-user-select: auto!important;
      -moz-user-select: auto!important;
      -ms-user-select: auto!important;
      user-select: auto!important;
      -webkit-touch-callout: default!important;
      -khtml-user-select: auto!important;
      -ms-touch-action: auto!important;
      touch-action: auto!important;
}
.popup-gallery {
  position: relative; padding-top: 15px; padding-bottom: 15px; z-index: 2000;
  width: 85%;  margin: 0 auto; overflow-y: auto!important; max-width: 1160px;
}
.popup-gallery .mfp-close {
  line-height: 32px; color: #000;
  width: 30px; height: 30px; position: absolute; right: 0; top:5px; border-radius: 50%;
   opacity: 1; background: #fff;
  -moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.10);
  -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.10);
  box-shadow: 4px 4px 5px rgba(0,0,0,0.10);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.popup-gallery .mfp-close:hover {
  background: #FF7800; color: #fff;
}
.wrapp-gallery {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  overflow: hidden;
  background-color: #fff; box-shadow: 0 3px 6px rgb(0 0 0 / 16%); border-radius: 15px;
}
.gallery {width: 55%; padding: 15px; position: relative; max-width: 1150px;}
.gallery .item img {height: 100%; width: 100%; }
.gallery-description {width: 45%;}
.gallery-description ul {list-style: disc; margin-left: 15px;}
.gallery-description ul li {margin-bottom: 7px;line-height: 1.2;}
.gallery-description .price-wrapp {font-size: 24px; margin-top: 10px;}
.gallery-description .price-wrapp .price {font-weight: 600;}
.gallery-description {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction: column;
  padding: 20px; box-sizing: border-box;
}
.gallery-description .discount-about-list {
  padding: 0; display: block;
  box-shadow: none; border: none; background: none; padding-top: 30px;
}
.gallery-description .title-project {text-align: left;}
/*.gallery-description .btn {background: #3a3a3a; color: #fff;}
.gallery-description .btn:hover {color: #fff; background: #ff7800;}*/
.gallery .next, .gallery .prev {
  position: absolute; top: 50%; width: 40px; height: 40px;
  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: ease 0.3s; transition: ease 0.3s; z-index: 1000;
  background: rgba(255,255,255,0.3);
  cursor: pointer; border-radius: 50%;
}
.gallery .prev {left: 25px;}
.gallery .next {right: 25px;}
.gallery .next:hover:before, .gallery .prev:hover::before {color:#fff;}

.gallery .prev::before, .gallery .next::before {
  font-size: 42px; color: #fff;
  position: absolute; top: 50%; padding-bottom: 5px;
  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: ease 0.3s; transition: ease 0.3s;
}
.gallery .prev:hover:before, .gallery .next:hover:before {
  color: #FF7800;
}
.gallery .prev::before {
  content: '\2039'; left: 11px;
}
.gallery .next::before {
  content: '\203A'; right: 10px;
}
.gallery .slick-dots {bottom: 20px; width: 95%;}
.gallery .slick-dots li {
  width: 12px; height: 12px;
  background: #fff; border-radius: 50%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.gallery .slick-dots li.slick-active, .gallery  .slick-dots li:hover {
  background: #FF7800;
}
.gallery-description p, .gallery-description span, .gallery-description form textarea, .gallery-description form input {
  margin-bottom: 13px;
}
.gallery-description .btn {
   font-size: 18px;
  width: 100%; height: 44px;
}
.gallery-description figure {
  width: 130px;
  margin-bottom: 5px;
}
.gallery-description figure img {
  width: 100%;
}
.gallery-description {}
.gallery-description p {font-size: 22px; line-height: 26px;}
.gallery-description .title {
  font-size: 26px; font-weight: 600;
}

.gallery-description form .wrapp-phone {margin: 0 auto;}
.gallery-description form textarea, .gallery-description form input {
  background: #fdfdfd;
}

.gallery.slick-dotted.slick-slider {margin-bottom: 0;}

.gallery-description form  {width: 100%;}
.gallery-description form input {height: 44px; font-size: 21px; width: 100%;}
/*===========================/end/===.gallery============================================*/

/*=========================== REVIEW ============================================*/
.rewiev-carousel {
  position: relative;
  margin-bottom: 30px;
  padding: 0 50px;
}

.rewiev-carousel .slick-arrow {
  display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  font-size: 20px;
  position: absolute; top: 50%; z-index: 2; width: 60px; height: 60px; margin-top: -30px;
  background: #fff; border-radius: 50%;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  cursor: pointer;
  -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
  box-shadow: 0px 6px 10px rgb(0,0,0,0.2);
}

.rewiev-carousel .slick-arrow:hover {
  color: #fff;
  background: #ff7800;
}
.rewiev-carousel .slick-arrow i {cursor: pointer;}
.rewiev-carousel .slick-arrow.prev {left: 0;}
.rewiev-carousel .slick-arrow.next {right: 0;}

[class^="wrapp-rewiev"] .slick-dots {
  text-align: center;
  margin: 12px auto 0 -50px; width: 100%;
}

[class^="wrapp-rewiev"].slick-dots li {
    margin: 0;
}

[class^="wrapp-rewiev"] .slick-dots button {
  position: relative;
}
[class^="wrapp-rewiev"] .slick-dots button:before {
  content: ''; color: #d1d1d1!important; font-size: 0;
  width: 12px!important; display: inline-block; margin: 0 5px; height: 12px!important; border-radius: 50%!important;
  position: absolute; left: 0; bottom: 0;
  background: #d1d1d1!important;
}
[class^="wrapp-rewiev"] .slick-dots .slick-active button:before {
  content: '';
  color: #ff7800!important;
  background: #ff7800!important;
}
.rewiev-item  {
  padding: 0 20px;
  background: url(../images/load.gif) no-repeat center;
  background-size: 30px; position: relative;
}
.rewiev-item img {
  max-width: 100%;
}

.wrapp-rewiev-video .rewiev-item, .text-rewiev .rewiev-item {padding-bottom: 25px;}
.text-rewiev .rewiev-item img {box-shadow: 0px 6px 10px rgb(0,0,0,0.2); border-radius: 20px;}
.video-rewiev .rewiev-item img {border-radius: 20px; box-shadow: 0px 6px 10px rgb(0,0,0,0.15);}

.play-button {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  width: 90px; height: 90px;
  position: absolute; left: 50%; top: 50%;
  -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  background: #fff; border-radius: 50%;

}
.play-button i {color: #ff7800; font-size: 30px;}
.play-button::before {
  content: "";
  position: absolute; top: -20%; left: -20%;
  width: 140%; height: 140%;
  background-color: rgba(255,255,255,0.6); border-radius: 50%;
  z-index: -1;
}
.play-button:hover:before {animation: pulse 1.2s infinite; will-change: transform;}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
 }
/*===========================/end/=== REVIEW ============================================*/

#toTop {
  font-size: 30px; line-height: 55px; text-align: center; vertical-align: middle; color: #ff7800;
  position: fixed; left: 7px; bottom: 7px;
  width: 55px;  height: 55px; display: none; border-radius: 50%;
  background: #fff; cursor: pointer;
  box-shadow: 0 0 10px #afadad;
  opacity: 0.5; z-index: 500;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#toTop:hover, #Bottom:hover {
  opacity: 1;
}

#Bottom {
  font-size: 30px; line-height: 55px; text-align: center; vertical-align: middle; color: #fff;
  position: fixed; bottom: 20px; left: 50%; margin-left: -22px; border-radius: 50%; opacity: 0.7; z-index: 500;
  background: #ff7800; width: 55px; height: 55px;
  cursor: pointer; box-shadow: 0 0 10px #ff7800;
  box-shadow: 0 0 10px #ff7800;
}


/*RESPONSIVE*/

@media (min-width: 1200px) {
  .wrapp-intro .main-container {
    width: 90%; max-width: 1550px;
  }
}
@media (min-width: 992px) {
  .wrapp-img {max-height: 136px;}
}
@media (max-width: 1199px) {
  .main-container {width: 992px;}
  .burger  {
    display: block; width: 30px; margin-right: 25px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .burger span {
    display: block; width: 100%; height: 2px;
    background: #000;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .burger span:nth-child(2){
    margin: 5px 0;
  }
  .burger.active span {
    transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
  }
  .burger.active span:nth-child(1) {

    transform: rotate(45deg) translate(13px, 15px);
  }
  .burger.active span:nth-child(2) {
    visibility: hidden;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(11px, -11px);
  }
  nav {
    position: absolute;  width: 100%; top: 68px; left: 0; display: none;
    -webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 8px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
    z-index: 5; background: #fff; padding: 20px 30px;
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {margin-bottom: 20px;}
  nav ul li:last-child {margin-bottom: 0;}
  nav ul li a {font-size: 20px; font-weight: 800;}

  .discount-about-list {width: 40%;}
  .discount-about .information {
    width: 82%; margin-top: 20px; margin-right: 0;
    -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;
  }
  .intro-text ul {
    width: 90%;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    max-height: 100px;
  }

  .work-item {
    width: 220px; margin-right: 17px;
  }

  .discount-about {flex-wrap: wrap; justify-content: center;}
  .discount-about form {
    width: 40%; padding: 0 20px;
    justify-content: center;
  }
}



@media (max-width: 1270px) {
  .wrapp-intro .discount-about-list {padding: 30px 15px;}
  .buttons-block .button {padding: 0 2px;}
  .buttons-block .button label {font-size: 11px;}
  .buttons-block .button i {margin-right: 2px;}
  .gallery-description .btn {font-size: 16px;}
  .gallery .slick-dots li {background: #d1d1d1;}
}
@media (max-width: 1150px) {
    .popup-gallery {width: 950px;}
    .gallery {padding: 15px 25px;}
    .gallery img {width: 100%;}
    .wrapp-gallery {
      -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    }
}
@media (max-width: 1000px) {
  .wrapp-gallery {
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    max-height: 2000px; margin: 0 auto;
  }
  .popup-gallery {width: 80%;}
  .gallery { width: 100%; padding: 0 0 15px 0;}
  .gallery-description {width: 90%;}
  .gallery .slick-dots {width: 90%;}
}

@media (max-width: 650px)  {
  .wrapp-gallery {width: 98%;}
  .gallery .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .gallery-description {width: 96%;}
}

@media (max-width: 991px) {
  .main-container {width: 768px;}
  .top-menu {width: 730px; margin: 0 auto;}
  .call-disigner.header {display: none;}

  .wrapp-intro {padding: 70px 0 70px 0;}
  .intro {
    -webkit-box-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .wrapp_intro-top-title {top: -104px;}
  .wrapp_intro-top-title .intro-top-title {font-size: 22px;}

  .intro-right {width: 45%; margin: 0; padding: 21px 20px;}
  .intro-right .rubl {width: 120px; top: -65px;}
  .intro-right p {font-size: 20px; margin-bottom: 20px;}
  .intro-right span {font-size: inherit;}
  .intro-right span br {display: none;}

  .discount-about-list, .discount-about form {
    width: 48%;
  }
  .discount-about .information {width: 98%;}

  .type-kitchen .type {width: 50%;}
  .type-kitchen .type:nth-child(odd) {padding-left: 0;}
  .type-kitchen .type:nth-child(even) {padding-right: 0;}
  .type figure img {width: 100%; height: auto;}

  .work-item {margin: 1.5%; width: 47%; }
  .work-item:nth-child(odd) {margin-left: 0;}
  .work-item:nth-child(even) {margin-right: 0;}

  .logo-footer {width: 27%; margin-right: 1%;}
  .logo-footer img {max-width: 100%;}
  .contact-footer img {width: 16px;}
  .contact-footer a {font-size: 15px;}
  .insta-footer {width: 90px;}
  .wprapp-insta {width: 80px;}
  .wrapp_form-footer {width: 30%;}
  .form-footer-title {font-size: 15px;}
  .form-footer .wrapp-phone, .form-footer button {font-size: 14px;}
}

@media (max-width: 767px) {
  .main-container {width: 576px;}
  #Bottom, #toTop {width: 40px; height: 40px; line-height: 40px;}
  #Bottom {margin-left: -20px;}
  .mfp-container {
    position: fixed; left: 50%!important; top: 50%!important; overflow-y: auto;
    -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  }
  nav {top: 63px;}
  .base-title {font-size: 30px;}
  .hide767 {display: none;}
  .show767 {display: inline-block;}
  .show767.block {display: block;}

  .top-info figure {display: none;}
  .top-header .phone {display: block; width: 30px;  font-size: 30px; text-align: right;}

  .intro {-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  .wrapp-intro .base-title {font-size: 30px;}

  .wrapp-intro .discount-about-list,.discount-about form {width: 100%;margin-right: 0;}
  .wrapp-intro .discount-about-list {margin-bottom: 20px;}
  .wrapp-intro .discount-about-list p {margin-top: 20px;}
  .discount-about-list .arrow {
    font-size: 38px; text-shadow: 0 1px 2px #000;
    top: auto; right: auto; left: 50%; bottom: -32px; margin-left: -13px;
  }

  .intro-text ul {max-height: 1000px;}

  .wrapp-intro {padding: 70px 0 50px 0; margin-top: 46px;}
  .wrapp_intro-top-title {top: -81px;}
  .wrapp-intro .shkaf {display: none;}
  .title-project {margin-bottom: 25px;}

  .discount-about-list .arrow {color: #ff7800;}

  .why-we {padding-top: 0;}
  .information.in-content {width: 100%;}

  .top-header .btn {display: none;}

  .discount-about .information {margin-bottom: 25px;}
  .discount-about-list .list {margin-bottom: 25px;}
  .discount-about form {width: 60%;}
  .discount-about form input, .discount-about form button {
    width: 100%;
  }
  .discount-about form input {margin-bottom: 15px;}

  .work-item {margin-bottom: 20px;}

  .list li {width: 100%;}

  .type-kitchen .type  {
    width: 50%; margin-right: 0; padding: 10px;
  }
  .type-kitchen .type:nth-child(3n) {margin-right: 0;}
  .type figure img {height: auto;}
  .type-kitchen .btn {font-size: 14px;}
  .type-kitchen .place {font-size: 16px;}

  .wrapp-contact {background-color: #F5F5F5;}
  .contact {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .wrapp-map {width: 100%; margin-bottom: 50px;}
    .map {width: 100%;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);}

    .slider-container .scale {top: 10px;}

    .discount-about {
      -webkit-box-pack: start; -webkit-justify-content: flex-start;   -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .discount-about-list {
      width: 100%;
    }
    .work-item {
      width: 48%;
    }
    .materil-box {width: 50%;}
    .logo-footer, .contact-footer {
      width: 33.333%; margin-right: 0;
    }
    .insta-footer {width: 80px;}
    .wrapp_form-footer {
      display: none;
      width: 100%; margin-top: 30px;
    }
}

@media (max-width: 575px) {
  .main-container {width: 480px;}
  .section {padding: 43px 0;}
  .mark {font-size: 13px;}
  #Bottom {
    width: 35px; height: 35px; line-height: 35px;
    position: absolute; bottom: 5px; z-index: 1; margin-left: -18px;
  }

  h2 {font-size: 26px; line-height: 32px; }
  .base-title {font-size: 26px;}
  .main-title {font-size: 26px; line-height: 32px;}
  .wrapp_intro-top-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -65px;
    left: 0;
  }
  .wrapp_intro-top-title .intro-top-title {
    font-size: 21px;
line-height: 1;
text-align: center;
display: inline-block;
margin: 0 auto;
padding: 8px 15px 11px 15px;
border: 1px solid;
background: #ff7800;
border-radius: 7px;
  }

  .wrapp-intro {position: relative; padding-top: 76px;}

  .top-header .phone {display: block;}

  .discount-about form {width: 85%;}

  .buttons-block .wrapp-customer-parametr span {
    left: -25px;
  }

  .type-kitchen .btn {
    font-size: 13px;
  }
  .type .title {font-size: 16px;}
  .type .price {font-size: 18px;}

  .discount-about input {font-size: 18px;}
  .discount-about .btn {height: 55px; font-size: 16px;}
  .discount-about .btn span {font-size: 18px;}
  .gallery-description .btn {font-size: 14px}

}

@media (max-width: 500px) {
  .popup-gallery {width: 95%;}
}

@media (max-width: 480px) {
  .main-container {width: 100%;}
  h2 {font-size: 24px; line-height: 30px;}
  .main-title {font-size: 26px; line-height: 32px; padding-bottom: 30px;}
  .wrapp-intro {margin-top: 37px; padding-bottom: 50px;}

  .wrapp-img {height: 130px;}

  nav {top: 59px;}

  .logo img {width: 101px;}
  .top-info .info img {width: 18px;}
  .top-info .info a {font-size: 13px;}
  .top-info .info p {font-size: 9px;}
  .title-project {font-size: 18px;}
  .intro-text ul span {font-size: 14px;}
  .information .intro-text img {width: 67px;}
  .intro-form {height: auto;margin-bottom: 0;}

  .gallery .slick-dots {
    width: 77%; margin-bottom: -28px; left: 50%;
    -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .gallery .item img {width: 100%; max-width: 100%;}

  .intro-right {
    padding: 0; border: 0;
  }
  .intro-right form {width: 100%; }
  .intro-right form input {
    border-radius:5px; margin-bottom: 8px;
  }

  .intro-right .rubl {display: none;}

  .discount-about form {width: 100%; padding-left: 0;}

  .buttons-block .button {
    width: 50%; margin-right: 0; padding-right: 0; margin-bottom: 0;
  }
  .buttons-block .wrapp-customer-parametr {
    width: 50%; padding-right: 20px;
  }
  .buttons-block .customer-parametr {
    width: 100%;
  }
  .buttons-block .wrapp-customer-parametr span {left: 0;}
  .type-kitchen .type {width: 100%; padding: 0; margin-bottom: 30px;}
  .type figure img {width: 100%;}
  .type-kitchen .btn {font-size: 14px;}

  .work-item {width: 100%;}
  .materil-box img {padding: 0 3px;}
  .buttons-block .button i {
    display: block; margin-bottom: 5px;
  }

  .rewiev-carousel {padding: 0 40px;}
  .rewiev-item {padding: 0 6px;}
  .play-button {width: 50px; height: 50px; margin-top: -5px;}
  .play-button i {font-size: 20px;}
  .rewiev-carousel .slick-arrow {width: 35px; height: 35px;}
  .rewiev-carousel .slick-arrow i {font-size: 15px;}

  .footer {padding: 25px 0;}
  .wrapp-footer {width: 300px; margin: 0 auto;}
  .logo-footer {
    text-align: center;
    padding-left: 0; width: 100%; padding-right: 0; padding-top: 0;
  }
  .logo-footer img {width: 180px;}
  .insta-footer {text-align: right; width: 37%;}
  .wprapp-insta {display: inline-block;  padding-right: 15px;width: 90px;}
  .contact-footer {
    -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1;
    width: 58%; padding-left: 15px;
  }
  .contact-footer ul {
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;
  }
  .contact-footer ul li {
    width: 100%;
  }
  .contact-footer ul li:last-child {margin-bottom: 0;}
  .contact-footer a {font-size: 14px;}



}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.catalog-text .title{
  font-family: 'Montserrat', sans-serif;
}

.catalog-text .price{
  font-family: 'Montserrat', sans-serif;
}

.address {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
