@font-face {
font-family: 'Futura PT Light';
src: url('FuturaPT-Light.eot');
src: url('FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
url('FuturaPT-Light.woff') format('woff'),
url('FuturaPT-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Futura PT Book';
src: url('FuturaPT-Book.eot');
src: url('FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
url('FuturaPT-Book.woff') format('woff'),
url('FuturaPT-Book.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}


* {
  scrollbar-width: thin;
  scrollbar-color: #39c3bd #f0f0f0;
}


*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
*::-webkit-scrollbar-track {
    background: #f0f0f0;
}
*::-webkit-scrollbar-thumb {
     background: #39c3bd;
}


body {
    font-family: 'Futura PT Book', roboto;
    background-color: #edf5f7;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    font-size: 18px;
}

a{
    text-decoration: none;
}

h1{
    margin: 0;
}

.h1 {
    color: #dfbc82;
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    margin: 0;
}
.h1 span {
    font-weight: 100;
    color: #39c3bd;
    font-size: 36px;
}

.h2 {
    color: #333;
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    margin: 0 0 30px 0;
}

.h2 span {
    color: #fff;
   font-weight: 900;
}


.cena {
    text-align: center;
}

.cena span {
    font-weight: 900;
    font-size: 28px;
    line-height: 52px;
}

.video-zag {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 12px 0;
    text-align: center;
}


h2 {
    text-align: center;
    font-family: 'Futura PT Book';
    font-size: 21px;
}


.header-logo img {
    width: 220px;
    padding: 5px 0;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    align-items: center;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.07);
    -moz-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.07);
    box-shadow: 0px 1px 8px 0px rgb(34 60 80 / 7%);
    background-color: #fff;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



#ddmenu li { display: block; position: relative;}

#ddmenu li a {
 
  
  
  
  text-decoration: none;
  
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


#ddmenu ul {
    position: absolute;
    top: 48px;
    width: 100%;
    background: #fff;
    display: none;
    margin: 0;
    padding: 10px 15%;
    list-style: none;
    z-index: 999999999;
}





#ddmenu ul li {
    display: block;
    width: 100%;
    font-size: 0.9em;
}

#ddmenu ul li a {
  display: block;
  width: 100%;
  padding: 6px 7px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}









.instagram-button {
   background: #b89e71;
    padding: 5px 10px!important;
    color: #fff!important;
    border-radius: 8px;
}

.instagram-button:hover {
    background: #39c3bd;
    
}

.navigator-button {
    background: #b89e71;
    padding: 5px 10px!important;
    color: #fff!important;
    border-radius: 8px;
}

.navigator-button:hover {
    background: #39c3bd;
    
}

.whatsapp-button{
    background: #b89e71;
    padding: 5px 10px!important;
    color: #fff!important;
    border-radius: 8px;
}

.whatsapp-button:hover {
    background-color: #39c3bd;
}




.phone-button {
    background: #b89e71;
    padding: 5px 10px!important;
    color: #fff!important;
    border-radius: 8px;
}

.phone-button:hover {
    background-color: #39c3bd;
}





#gallery {
    margin: 25px 0 0 0;
}




.instagram-button-m {
    background: #b89e71;
    padding: 15px 25px!important;
    color: #fff!important;
    border-radius: 8px;
    text-align: center;
}

.instagram-button-m:hover {
    background: #39c3bd;
    
}

.navigator-button-m {
   background: #b89e71;
    padding: 15px 25px!important;
    color: #fff!important;
    border-radius: 8px;
    text-align: center;
}

.navigator-button-m:hover {
   background: #39c3bd;
    
}

.whatsapp-button-m{
    background: #b89e71;
    padding: 15px 25px!important;
    color: #fff!important;
    border-radius: 8px;
    text-align: center;
}

.whatsapp-button-m:hover {
    background: #39c3bd;
}


.phone-button-m {
    background: #b89e71;
    padding: 15px 25px!important;
    color: #fff!important;
    border-radius: 8px;
    text-align: center;
}

.phone-button-m:hover {
   background: #39c3bd;
}




.vml-menu a {
    font-weight: 900;
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #494949;
}

.vml-menu a:hover{
   color:#39c3bd;

}




input[type="submit"]:disabled {
    background-color: #e5e5e5;
}




.header-right{
    display: flex;
}

.menu{
    display: flex;
}
.content-block {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0;
}

.content-block-2 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #131313;
    flex-direction: column-reverse;
    padding: 0 0 35px 0;
}

.left-content-2 {
    flex-basis: 50%;
    padding: 0 4%;
    
}

.list{
    min-height: 80vh; 
    justify-content: center; 
    background-image: url(../images/photo-fon.jpg);
    background-size: cover;
}

.left-content-3 {
    flex-basis: 50%;
    padding: 35px 4% 45px;
    text-align: center;
    background-color: #333333cf;
}


.right-content {
    flex-basis: 50%;
    min-width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 1200px;
    margin: 0px 0 -5px 0px;
}


.left-content {
    flex-basis: 50%;
    padding: 0 4%;
    text-align: center;
}

button {
    font-size: 18px;
    font-family: 'Futura PT Book';
    background-color: #3ed9d2;
    border: none;
    padding: 15px 10%;
    color: #fff;
    font-weight: 100;
    border-radius: 55px;
    margin: 30px 0 0 0;
    cursor: pointer;
}

button:hover {

    background-color: #b89e71;
   
}

a.modal-open, a.modal-open-1, a.modal-open-2, a.modal-open-3, a.modal-open-4 {
    font-size: 18px;
    font-family: 'Futura PT Book';
    background-color: #3ed9d2;
    border: none;
    padding: 15px 10%;
    color: #fff;
    font-weight: 100;
    border-radius: 55px;
    margin: 30px 0 0 0;
    cursor: pointer;
}

a.modal-open:hover, a.modal-open-1:hover, a.modal-open-2:hover, a.modal-open-3:hover, a.modal-open-4:hover{

    background-color: #4efcf4;
   
}

.block-50-description span {
    color: #b89e71;
    padding: 20px 0 0 0;
    font-size: 24px;
    font-weight: 900;
}

.ogrn {
    font-size: 21px;
    color: #717171;
}

.swiper-slide a {
    text-align: center;
    width: 100%;
    display: block;
}

.for-slider-block {
    width: 100%;
    margin: 0;
}


.foto {
     width:100%;
     height:auto;
}

img.logo {
    width: 125px;
    text-align: center;
}

.adress {
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 22px;
    padding: 0 4%;
    text-align: center;
}
.block-sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 75px 0;
    min-height: 50vh;
    justify-content: center;
}

.block-sale-zag {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    width: 85%;
    color: #333;
}

.block-sale-pod-zag {
    text-align: center;
    font-size: 36px;
    margin: 20px 0 0 0;
}

.block-sale-pod-zag span {
    font-weight: 900;
    font-size: 54px;
    color: #39c3bd;
}

.katalog {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
    margin: 75px 0 25px 0;
}

.cart img {
    width: 100%;
}

.cart-mini img {
    width: 100%;
}

.cart {
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
    margin: 0 0.666% 15px;
    align-items: center;
    padding: 0 0 15px 0;
    background-color: #fff;
}
.cart-mini {
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
    margin: 0 8px 15px 8px;
    align-items: center;
    padding: 0 0 15px 0;
}

.scale-mini {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 300px;
}


.scale-mini img {
    transition: 1s!important;
    display: block;
    max-width: 100%;
    object-fit: cover;
}




.cart-mini-zag {
    text-align: center;
    padding: 15px 0 10px 0;
    font-weight: 400;
    font-size: 21px;
}


.cart-zag {
    text-align: center;
    padding: 15px 0 10px 0;
    font-weight: 900;
    font-size: 18px;
    color: #333;
}

.cart-button {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 10px 50px;
    background-color: #39c3bd;
    color: #fff;
    border-radius: 100px;
    border: none;
    font-weight: 400;
}

.cart-button:hover {

    background-color: #b89e71;

}

.only-zag {
    text-align: center;
    padding: 0;
    font-size: 36px;
    font-weight: 900;
    color: #333;
    margin: 45px 0 25px 0;
}
   .scale {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
   }
   .scale img {
    transition: 2s!important;
    display: block;
}
   .scale img:hover {
    transform: scale(1.05); /* Увеличиваем масштаб */
   }

   .scale-mini img:hover {
    transform: scale(1.05); /* Увеличиваем масштаб */
   }

.only-zag h1 {
    text-align: center;
    padding: 0;
    font-size: 46px;
    font-weight: 900;
    color: #333;
    margin: 0;
    font-family: 'Futura PT Book';
    line-height: 125%;
}
.block-50 {
    display: flex;
}

.block-50-p {
    display: flex;
    width: 96%;
    padding: 35px 2%;
}

.block-50-image-p {
    flex-basis: 46%;
    padding: 0 4% 0 0;
}

.block-50-text {
    font-family: 'Futura PT light', roboto;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.block-50-image {
    flex-basis: 50%;
}

.block-50-image img {
    width: 100%;
    margin: 0 0 -5px 0;
}


.block-50-image-p {
    flex-basis: 50%;
}

.block-50-image-p img {
    width: 100%;
    margin: 0 0 -5px 0;
}

.block-50-zag {
    font-weight: 900;
    font-size: 36px;
    padding: 0 13% 10px;
    color: #333;
}


.block-50-description {   
    font-size: 18px;
    color: #333;
    padding: 0 5% 10px 5%;
}

.header-right a {
    padding: 0 15px;
    color: #494949;
}


.header-right a:hover {
    color:#39c3bd;
}


footer a {
    padding: 0 15px;
    color: #494949;
}


footer a:hover {
    color:#39c3bd;
}

.link-progects {
    padding: 0;
    top: 0;
    z-index: 99999;
    margin: -15% 0 0 0;
}

.link-progects a {
    color: #fff;
    background: rgb(57,195,189);
    background: linear-gradient(90deg, rgba(57,195,189,1) 20%, rgba(57,195,189,0) 100%);
    display: block;
    position: relative;
    padding: 20px 35px;
}



.link-for-progects:hover .link-progects a{

color: #39c3bd;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

footer {
    display: flex;
    justify-content: space-between;
    padding: 35px 4% 35px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.07);
    -moz-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.07);
    box-shadow: 0px 1px 8px 0px rgb(34 60 80 / 7%);
    background-color: #fff;
}

.menu a {
    padding: 0 15px;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999999;
    background-color: #333333c4;
}


.modal-block {
    padding: 40px 25px 40px 25px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    max-height: 80vh;
    overflow-y: auto;
    width: 450px;
}

.exit-block {
    font-size: 24px;
    color: #50505091;
    display: flex;
    justify-content: flex-end;
    margin: -30px -15px 0px 0;
    cursor: pointer;
}

form.modal-form {
    display: flex;
    flex-direction: column;
}

.modal-tovar-block {
    display: flex;
    padding: 0 15px 0 0;
    margin: -30px 0 20px;
    border-radius: 12px;
    background-color: #fafafa;
}

.modal-tovar-img img {
    width: 125px;
    border-radius: 10px;
}

.modal-tovar-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    font-weight: 900;
    color: #505050;
    padding: 0 0 0 20px;
}

.modal-tovar-cena {
    font-weight: 100;
    color: #ffd300;
}

label.login-lable {
    color: #606060;
    padding: 20px 0 10px;
        font-size: 18px;
}

input[type="text"] {
    padding: 15px 20px;
    border-radius: 7px;
    border: 1px solid #a8a8a8;
    margin: 0 0 15px;
    font-size: 20px;
}


.ui-visual-focus{
    box-shadow: none!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #39c3bd!important;
    font-weight: normal;
    color: #fff!important;
}


input[type="submit"] {
    background: #39c3bd;
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

select {
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #a8a8a8;
    margin: 0 0 15px;
    font-size: 20px;
}

.modal-comment {
    color: #515151;
    text-align: center;
    padding: 20px 0;
    width: 500px;
    max-width: 100%;
}


.flex {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
}

.flex a {
    font-size: 18px;
    margin: 0 0 12px 10px;
    width: 200px;
    display: block;
    color: #333;
}

.flex a:hover {
    color: #39c3bd;
}



.ui-datepicker {
    width: 435px!important;

}


.ui-datepicker table {
    font-size: 18px!important;
}

.ui-datepicker td {
    padding: 5px!important;
    
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 14px 13px!important;
    text-align: center!important;
    text-decoration: none;
    border-radius: 30px!important;
}

.ui-widget {
    font-family: 'Futura PT Book', roboto!important;
    font-size: 18px!important;
}

.ui-widget-content {
    border: none!important;
}

.ui-widget-header {
    border: none!important;
    background: #ffffff00!important;
}


.ui-state-active {
    border: none!important;
    background: #39c3bd!important;
    color: #464646!important;
}

.ui-state-default{
    border: none!important;
    background: #f6f6f6;
    
    
}

.ui-checkboxradio-label {
    font-size: 18px!important;
    color: #464646;
    padding: 15px!important;
    margin: 0 0 15px;
}


.youtube-video {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}

.youtube-video iframe, .youtube-video object, .youtube-video embed {
position: absolute; 
top: 0; 
left: 0;
width: 100%;
height: 100%; 
}

.youtube-container {
    padding: 75px 20% 0;
}

.m-menu {
    display: flex;
    position: fixed;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999999999999999;
    left: -100%;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.vm-menu {
    display: flex;
    /* justify-content: space-around; */
    width: 100%;
    /* margin: 0 30px; */
}

.vml-menu {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 3% 0 23%;
    padding: 0 0px 0 0;
}

.exit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin: 0;
}

.exit-button {
    padding: 0px;
    margin: 0 0px 10px 9px;
    font-size: 21px;
    color: #464646;
}

.mobile-menu {
    display: none;
}

.content-text {
    padding: 0 20%;
    margin: 35px 0 20px 0;
    font-weight: 100;
    line-height: 200%;
    font-family: 'Futura PT light', roboto;
}


.big-cena-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background-color: #b89e71;
    margin: 0 0 -100px 0;
}



.big-cena-zag {
    font-weight: 900;
    color: #fff;
    font-size: 58px;
    text-align: center;
}

.big-cena-button {
    color: #b89e71;
    background-color: #fff;
    padding: 22px 5%;
    border-radius: 30px;
}


.big-cena-button:hover {
    color: #fff;
    background-color: #3ed9d2;
}

.les-white-for-bg img {
    width: 500px;
    margin: 3px 0 0px 0;
}
.les-white-for-bg {
    background-color: #b89e71;
    padding: 0 30px;
    margin: 0% 0 0 0;
    height: 100px;
}


      .swiper-slide-center {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important;
        width: auto!important;
      }

      .swiper-slide-center img {
        display: block;
        height: 550px;
        object-fit: cover;
      }





.content-text-big {
    font-size: 21px;
    line-height: 36px;
    padding: 0px 10%;
    text-align: left;
}

.big-cena-zag span{

    font-size: 18px;
    font-weight: 100;

}




.youtube-video {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;

}

.youtube-video iframe, .youtube-video object, .youtube-video embed {
position: absolute; 
top: 0; 
left: 0;
width: 100%;
height: 100%; 
}










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

  

   .only-zag {
    text-align: center;
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    margin: 45px 0 25px 0;
    line-height: 34px;
}
.content-text-big {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 5%;
}

h1 {
    margin: 0;
    padding: 0 5%;
    font-size: 28px;
}

     .swiper-slide-center img {
        display: block;
        height: 250px;
        object-fit: cover;
      }

    .mobile-menu {
    display: block;
}

.header-right {
    display: none;
}
.content-block {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column-reverse;
    padding: 0 0 35px 0;
}
.for-slider-block {
    width: 100%;
    margin: 0;
}
.h1 {
    color: #dfbc82;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin: 0;
}
.h2 {

    text-align: center;
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
button {
    font-size: 18px;
    font-family: 'Futura PT Book';
    background-color: #39c3bd;
    border: none;
    padding: 15px 25%;
    color: #fff;
    font-weight: 100;
    border-radius: 55px;
    margin: 15px 0 0 0;
    cursor: pointer;
}
.cart-button {
    text-align: center;
    margin: 15px 0 0 0;
    padding: 15px 20%;
    background-color: #39c3bd;
    color: #fff;
    border-radius: 100px;
}
.right-content {
    flex-basis: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 35px 0;
}
.left-content {
    flex-basis: 50%;
    padding: 0 4%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-content-3 {
    flex-basis: 50%;
    padding: 35px 4% 45px;
    text-align: center;
    background-color: #333333cf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img.logo {
    width: 200px;
    text-align: center;
}

.cart {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 35px 0;
    align-items: center;
    padding: 0 0 15px 0;
}

.cart-mini {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 35px 0;
    align-items: center;
    background-color: #edfaff;
    padding: 0 0 15px 0;
}
.block-50 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 35px 0;
}
.block-50-p {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0 35px 0;
    width: 100%;
}
.block-reverse {
    flex-wrap: wrap-reverse!important;
}

.block-50-text {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.block-50-image {
    flex-basis: 100%;
    margin: 0 0 20px 0;
}

.block-50-image-p {
    flex-basis: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

footer {
    display: flex;
    margin: 45px 0 0px 0;
    justify-content: space-between;
    padding: 25px 4% 0;
    flex-direction: column-reverse;
    align-items: center;
}
.link-progects {
    padding: 0;
    top: 0;
    z-index: 99999;
    margin: -27% 0 0 0;
}

.block-sale-zag {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    width: 85%;
    color: #333;
}

.block-sale-pod-zag {
    text-align: center;
    font-size: 26px;
    margin: 20px 0 0 0;
}
.copyright {
    padding: 0 0 10px 0;
}

.menu {
    display: flex;
    padding: 0 0 10px 0;
    flex-direction: column;
    text-align: center;
}

.menu a {
    padding: 5px 15px;
}
.cart-zag {
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: 900;
    font-size: 21px;
}

.youtube-container {
    padding: 75px 2% 0;
}

.ui-datepicker {
    width: 100%!important;
}

.modal-block {
    padding: 40px 2%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    max-height: 80vh;
    overflow-y: auto;
    width: 450px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 8px 8px!important;
    text-align: center!important;
    text-decoration: none;
    border-radius: 30px!important;
}

.exit-block {
    font-size: 24px;
    color: #50505091;
    display: flex;
    justify-content: flex-end;
    margin: -30px 0px 0px 0;
    cursor: pointer;
}

.in-cont-button-block {
    margin: 10px 0 35px 0;
    font-size: 24px;
}

.footer-phone {
    margin: 0 0 20px 0;
}


.content-text {
    padding: 0 4%;
    margin: 0px 0 20px 0;
}

.header-logo img {
    width: 185px;
    padding: 5px 0 2px 0;
}

.only-zag h1 {
    text-align: center;
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    margin: 0;
    font-family: 'Futura PT Book';
    line-height: 125%;
}
h2 {
    text-align: center;
    font-family: 'Futura PT Book';
    font-size: 18px;
}
header {
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    align-items: center;
    flex-direction: row-reverse;
}

.list {
    min-height: 80vh;
    justify-content: center;
    background-image: url(../images/photo-fon.jpg);
    background-size: cover;
    background-position: center;
}
.big-cena-zag {
    font-weight: 900;
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.les-white-for-bg img {
    width: 250px;
    margin: 0px 0 -1px 0;
    height: fit-content;
}
.les-white-for-bg {
    background-color: #b89e71;
    padding: 0 30px;
    margin: 0% 0 25px 0;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.big-cena-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background-color: #b89e71;
    margin: 0 0 -60px 0;
}
.big-cena-button {
    color: #b89e71;
    background-color: #fff;
    padding: 15px 15%;
    margin: 15px;
}

.block-50-zag {
    font-weight: 900;
    font-size: 32px;
    padding: 0 0% 10px;
    color: #333;
}

h1 {
    margin: 0;
    padding: 0 10%;
    font-size: 28px;
}

  .youtube-container {
    padding: 0px 2% 35px;
}

.cena {
    text-align: center;
    padding: 0 15px 0;
}
}


.max-button {
    background: linear-gradient(135deg, #b89e71 0%, #d9bd86 100%);
    padding: 5px 10px !important;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 900;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    line-height: 1;
}

.max-button span {
    color: #fff !important;
    font-size: 13px;
}

.max-button:hover {
    background: #39c3bd;
    color: #fff !important;
}

.max-button-m {
    background: linear-gradient(135deg, #b89e71 0%, #d9bd86 100%);
    padding: 15px 25px !important;
    color: #fff !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 900;
}

.max-button-m span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 24px;
    margin: 0 8px 0 0;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.max-button-m:hover {
    background: #39c3bd;
    color: #fff !important;
}