/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Place Your Custom Styles Here */

.navbar-light {
    position: relative;
}

.df-center {
    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;
}

.navbar-brand-img {
    max-height: 75px;
}

.mons-italic {
    /*font-family: 'Open Sans';*/
    font-style: italic;
}

.pr55 {
    padding-right: 55px;
}

.navbar-nav .nav-link {
    font-family: 'Montserrat';
    font-weight: 500;
}
.navbar-nav .nav-item .nav-link {
    -webkit-transition-duration:0.25s;
         -o-transition-duration:0.25s;
            transition-duration:0.25s;
}

p, span {
    font-family: "Montserrat";
}

.wrapper-list .h5 {
    font-weight: 400;
}

.fa-color-additional .fas  {
    color: rgba(180, 203, 99, 0.9);
}

.fa-color-additional .far  {
    color: rgba(180, 203, 99, 0.9);
}

#map path {
  stroke:white;
  stroke-width: 1px;
  cursor: pointer;
}

#map .city {
  font: 10px sans-serif;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#map > svg {
    display: block;
}

#map div.tooltip {
    position: absolute;           
    text-align: center;  
    padding: 20px;
    color: #E7EBF4;
    color: #CFD5E4;
    background-color: black;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}

#map div.tooltip .list-region_title {
    color: #FAFBFD;
    font-size: 20px;
}

#map div.tooltip p:first-of-type {
    padding-top: 5px;
}

.city  text {
  font-size:13px;
  fill: #F5F5F5;
  text-shadow: 1px 1px 1px #000;
}       

#map {
    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;
}

#map > svg {
    width: 1200px;
    height: 625px;
}

#map > svg {
    position: relative;
}

.regions #accordionGroupExample.accordion {
    display: none;
}

.regions .card-body {
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #030507;
}

.regions .card-btn-arrow {
    color: #42b983;
}

.regions .btn-link:hover {
    color: #42b983;
}

.regions .edit-mt-12 {
    margin-top: 7rem !important;
}

@media screen and (max-width: 1401px) {

    #map > svg {
        /*width: 1000px;*/
        /*height: 521px;*/
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        margin-left: -56px;
    }
    
}

@media screen and (max-width: 1201px) {

    #map > svg {
        /*width: 800px;*/
        /*height: 416px;*/
        position: relative;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        /*margin-left: -151px;*/
        margin-left: -208px;
    }
    
}


@media screen and (max-width: 992px) {

    #map > svg {
        display: none;
    }
    
    .regions #accordionGroupExample.accordion {
        display: block;
    }
    
}

@media screen and (max-width: 767px) {

    .navbar-brand-img {
        max-height: 50px;
    }
    
    .regions .edit-mt-12 {
        margin-top: 0em !important;
    }
    
}

@media screen and (max-height: 767px) {
     #map {
         margin-top: 4rem;
             -webkit-transform: scale(0.95, 0.85);
        -ms-transform: scale(0.95, 0.85);
            transform: scale(0.95, 0.85);
     }
     .regions .edit-mt-12 {
        margin-top: 2rem !important;
    }
    
    .row.mb-4.edit-mt-12 {
        position:absolute;
        top: 4rem;
        width: 100%;
        
    }
}

body.ln-fullpage-active section.is-scrollable.regions .fp-scroller {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}

.city:nth-of-type(5) text  {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.city:nth-of-type(14) text  {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.city:nth-of-type(12) text  {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.city:nth-of-type(10) text  {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.city:nth-of-type(6) text  {
  -webkit-transform: translate(-5px, -5px) ;
      -ms-transform: translate(-5px, -5px) ;
          transform: translate(-5px, -5px) ;
}

.city:nth-of-type(11) text  {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.city:nth-of-type(13) text  {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}


.city:nth-of-type(8) text  {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}

.navbar-dark .navbar-brand .navbar-brand-text, .navbar-dark .navbar-brand .navbar-brand-img {
    filter: none;
}

.exclusive-page .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    /* max-height: 703px; */
    height: 100%;
    width: 100%;
    z-index: -3;
    object-fit: cover;
}
.exclusive-page .portfolio-item .container{
    position: unset;
}
.exclusive-page .slider .portfolio-item{
    position: relative;
}
/*.exclusive-page .slider .portfolio-item .item-media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*.exclusive-page .slider .slick-list, .exclusive-page .slider .slick-track, .exclusive-page .slider .slick-slide,
.exclusive-page .slider .portfolio-item, .exclusive-page .slider .portfolio-item .container{
    height: 100%;
}*/
.hide-nav .slick-dots, .hide-nav .slick-next, .hide-nav .slick-prev{
    display: none !important;
}
.exclusive-page .kitchen-slider img{
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes motion-blur {
  0% {
    filter: url(#blur0);
    transform: scale(1, 1);
  }
  15% {
    filter: url(#blur1);
    transform: scale(1, 0.98);
  }
  30% {
    filter: url(#blur2);
    transform: scale(1, 0.93);
  }
  45% {
    filter: url(#blur3);
    transform: scale(1.1, 0.9);
  }
  60% {
    filter: url(#blur4);
    transform: scale(1.2, 0.88);
  }
  75%,
  100% {
    filter: url(#blur5);
    transform: scale(1.35, 0.85);
  }
}
.do-transition {
  animation: 
    motion-blur 0.1s linear forwards,
    motion-blur 0.4s linear reverse forwards 0.1s;
}
.exclusive-page .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.exclusive-page .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 40px;
    height: 3px;
    padding: 0;
}
.exclusive-page .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.exclusive-page .slick-dots li{
    width: unset;
    height: unset;
}
.exclusive-page .slick-dotted.slick-slider.dots-light .slick-dots li button{
    margin: 0;
}



.free_design {
    padding: 45px 40px;
    background: #272727;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}
.free_design .form__title{
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.form__box {
    margin-bottom: 10px;
}
.form__box.salon_and_money_block{
    margin-bottom: 20px;
}
.form__box:first-child{
    margin-bottom: 10px;
}
.form__text input {
    width: 100%;
    padding: 11px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: unset;
    color: #ffffff;
    background: #272727;;
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.form__text input::placeholder{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.form__text {
    width: 32%;
    margin-bottom: 10px;
}
.free_design .select_form{
    position: relative;
}
.free_design .form__inputs_size {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form .kitchen-form {
    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;
}
.form .kitchen-form .form__control {
    width: 23% !important;
    margin-bottom: 17px !important;
}
.form .app__checkbox {
    position: absolute;
    opacity: 0;
}
.free_design input, .free_design .select_form .select_head, .free_design.select_form .select_head {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.form .kitchen-form .app__checkbox + label {
    margin-bottom: 0;
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    letter-spacing: 0.02em;
    background: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #BABABA;
}
.form .app__checkbox + label {
    margin-left: 0;
    color: #000 !important;
}
.form .kitchen-form .app__checkbox + label img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.form .app__checkbox:checked + label {
    font-weight: 600;
    border: 2px solid #ffffff;
    color: #1A56B0;
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
}
.form .kitchen-form .app__checkbox + label p {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px 2px;
    font-size: 13px !important;
    font-size: 1.3rem;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #000000;
    background: rgba(255, 255, 255, 0.46);
    text-align: center;
}

.form .select_form .select_head:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 1;
    /*-webkit-transform: translate(-50%, -50%) rotate(90deg);*/
    /*transform: translate(-50%, -50%) rotate(90deg);*/
    transform: unset;
    background: url(../images/icons/select-arrow.svg) no-repeat;
    width: 8px;
    height: 4px;
    background-size: contain;
}
.form .select_form .select_head.selected{
    color: #ffffff;
}
.form .select_form .select_head {
    position: relative;
    max-width: 508px;
    max-width: 50.8rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: unset;
    color: rgba(255, 255, 255, 0.5);
    background: #272727;
    padding: 11px 20px 11px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.form .select_form .select_head, .form .select_form .select__item, #free_design::placeholder {
    max-width: 100%;
}
.free_design .message_and_contact_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.free_design .message_and_contact_block .contact_block_form__inputs {
    width: 32%;
    height: 100% !important;
}
.free_design .message_and_contact_block .message_block_form__inputs {
    width: 66%;
}
.form .select_form .select__items {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    top: 38px;
    left: 0;
    -webkit-box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    background: #ffffff;
    border-top: 4px solid #818181;
    border-top: 0.4rem solid #818181;
    z-index: 99;
}
.form .select_form .select__items {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.select__item {
    display: block;
    padding: 7px 3px;
    padding: 0.7rem 0.3rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D1D;
}
.form .select_form .salon_item, .form .select_form .salon_item span {
    display: flex !important;
    align-items: center;
}
form.free_design .shop-error {
    color: red;
}
.free_design .salon_and_money_block .money_block {
    width: 32%;
}

.free_design .message_and_contact_block .form__textarea textarea {
    padding: 10px !important;
    height: 105px !important;
}
.form textarea {
    overflow: hidden;
    padding-top: 10px;
}
.form__textarea textarea {
    width: 100%;
    padding: 10px;
    padding: 1rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: unset;
    color: #ffffff;
    background: #272727;
    border: 1px solid rgba(255, 255, 255, 0.5);
    resize: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.form__textarea textarea::placeholder{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.6);
}


.button__black {
    color: #ffffff;
    background: #2C2C2C;
    border: 2px solid #484848;
    border: 0.2rem solid #484848;
}

.button__black_attach {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-right: 47px;
    padding-right: 4.7rem;
    border: 2px solid #484848;
}
.free_design .message_and_contact_block .button__black_attach {
    padding-right: 0 !important;
    padding: 11px 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    background: #4f4f4f;
}
.button__black_attach:before {
    
    content: url(../images/icons/paper-clip.svg);
    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;
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem;
    background: #161616;
    margin-right: 27px;
    margin-right: 2.7rem;
    display: none;
}
.free_design .message_and_contact_block .button__black_attach:before {
    margin-right: 14px !important;
    width: 44px !important;
    width: 4.4rem !important;
    height: 45px !important;
}
.free_design .message_and_contact_block .contact_block_form__inputs .form__text {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 12px !important;
}
.free_design .message_and_contact_block .button__black_attach .message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.free_design .message_and_contact_block .messenger_upload .message .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: unset;
    color: #FFFFFF;
}
.free_design .message_and_contact_block .messenger_upload .message .descr {
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
}
.free_design .message_and_contact_block .messenger_form_notice {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: unset;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 12px;
}
.free_design .message_block_form__inputs .form__block {
    display: flex;
    align-items: center;
}
#free_design button{
    margin: 0;
    padding: 13px 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
}
.fake-input label {
    position: relative;
    display: flex;
    width: 100%;
    white-space: unset;
}
.form-confident input[type="checkbox"] {
    width: 0 !important;
    height: 0 !important;
    margin-right: 0 !important;
    visibility: hidden;
    display: unset;
}
.fake-input{
    max-width: 229px;
    width: 100%;
}
.fake-checkbox {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 15px;
    border: 1px solid #ffffff;
    margin-right: 14px;
}
.fake-checkbox::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 15px;
    color: #FFFFFF;
    background-color: #007DAE;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='15' transform='matrix(-1 0 0 1 15 0)' fill='white'/%3E%3Cpath d='M3 8.5L7.5 12.5L13 3' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    opacity: 0;
}
.form-checkbox:checked + .fake-checkbox::before, .form-checkbox:checked + .input_error + .fake-checkbox::before {
    opacity: 1;
}
.form-confident .form-text-light-style, .form-confident .form-text-light-style a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
}

.form__block_row {
    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;
}
.form__text, .form__control, .form__textarea, .form__block_row {
    position: relative;
}
.free_design .form__block_row {
    justify-content: flex-end;
    margin-bottom: 0px !important;
    
    justify-content: space-between;
    margin-bottom: 0px !important;
    max-width: 66%;
    width: 100%;
    margin: 0 0 0 auto;
}
.form__block_row {
    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;
}
.processing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 40px;
    height: 18px;
    background: #1A56B0;
    margin: 24px 0;
    margin: 2.4rem 0;
    border: 1px solid #C9C9C9;
    border-radius: 9px;
}
.form__block_row .processing {
    position: relative;
}
.free_design .form__block_row .processing {
    margin: 0px !important;
}
.processing input[type=checkbox] {
    visibility: hidden;
}
.processing label {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
    cursor: pointer;
    background: #BBC1E1;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.free_design .form__block_row .accept_form_notice {
    font-weight: 600;
    font-size: 8px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #818181;
    margin-left: 12px !important;
    width: 121px;
}

.form__block_row .form_error_message_hide {
    display: none;
}
.free_design .salon_and_money_block .salon_block {
    width: 66%;
}
.free_design .salon_and_money_block {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.exclusive-page .ln-section{
    min-height: 50vh;
}
div.input_error{
    position: absolute;
    bottom: -17px;
    font-size: 11px;
    font-weight: 400;
    color: red;
}
.processing input[type=checkbox] {
    visibility: hidden;
}
.processing input[type=checkbox]:checked + label {
    left: 23px;
    background: #FFFFFF;
}
.exclusive-page .modal {
    background: rgba(0,0,0,0.5);
}
.exclusive-page .modal .btn-primary{
    background: #000;
    border: 1px solid #fff;
}
.exclusive-page .modal .text-primary {
    color: #000 !important;
}
.exclusive-page .modal .icon i{
    color: #000;
}
.exclusive-page .modal .bg-primary{
    background-color: #000 !important;
}
.form-group{
    position: relative;
}
.exclusive-page .slider .slick-active{
    animation: fade-in-move-down 1.2s; 
}
@media (max-width: 1625px){
    .free_design .form__block_row{
        max-width: 100%;
    }
}
@media (max-width: 992px){
    .free_design .form__block_row{
        max-width: unset;
    }
}
@media (max-width: 767px){
    .fake-checkbox{
        width: 15px;
    }
    .free_design .salon_and_money_block{
        flex-wrap: wrap;
    }
    .form-confident{
        margin-bottom: 20px;
    }
    .free_design .salon_and_money_block .salon_block,
    .free_design .salon_and_money_block .money_block{
        width: 100%;
    }
    .free_design .salon_and_money_block .salon_block{
        margin-bottom: 10px;
    }
}
@media (max-width: 437px){
    .form .kitchen-form .form__control{
        width: 47% !important;
    }
    .free_design .form__text {
         margin-bottom: 15px !important;
    }
}
@media (max-width: 537px){
.button__black_attach {
    width: 100%;
    padding-right: 31%;
}
.form__text {
    width: 100%;
}
}
@media (min-width: 437px) and (max-width: 768px){
.free_design .salon_and_money_block .salon_block {
    width: 100%;
}
.design-section p{
    max-width: 692px;
    width: 100%;
    font-size: 18px;
}
.free_design .form__block_row .accept_form_notice {
    margin-left: 10px !important;
}
.free_design .message_and_contact_block .button__black_attach .message {
    width: 82%;
}
.form .kitchen-form .form__control {
    width: 48% !important;
    margin-bottom: 12px !important;
}
.free_design .form__text {
    margin-bottom: 15px !important;
}
/*.free_design .salon_and_money_block .money_block {*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    width: 100%;*/
/*}*/
.form__block {
    width: 100% !important;
}
.free_design .salon_and_money_block {
    flex-direction: column;
    margin-bottom: 30px !important;
}
}
@media (max-width: 1200px){
    .free_design .message_and_contact_block{
        flex-wrap: wrap;
    }
    .free_design .message_and_contact_block .contact_block_form__inputs,
    .free_design .message_and_contact_block .message_block_form__inputs{
        width: 100%;
    }
    
}
@media (min-width: 1024px){
    .exclusive-page h1{
        font-size: 65px;
        line-height: 65px;
    }
    .exclusive-page h2{
        font-size: 40px;
        line-height: 49px;
    }
}
@media (max-width: 625px){
    .exclusive-page .ln-section{
        min-height: 50vh;
    }
}
.kitchen-slide h4{
    font-size: 25px;
    line-height: 30px;
}
.kitchen-img{
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
}
.exclusive-page section.d-none{
    display: none !important;
}
.exclusive-page .kitchen-text-block{
    margin-bottom: 50px !important;
}
.exclusive-page .kitchen-text-block h2{
    margin-bottom: 50px !important;
}
.exclusive-page .kitchen-text-block h4{
    font-size: 24px;
    line-height: 26px;
}
.exclusive-page .btn-white:hover {
    background-color: #ffffff66;
}
