/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
    object-fit: contain;
    width: fit-content;
}

html{
    scroll-behavior: smooth;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

input[type='file'] {
	max-width: 100%;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

h1, h2{
    font-family: 'Days One', sans-serif;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: clamp(10px, 2vw, 30px);
  padding-right: clamp(10px, 2vw, 30px);
  position: relative;
}

.container-800{
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: clamp(10px, 2vw, 30px);
  padding-right: clamp(10px, 2vw, 30px);
}

.container-1900{
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;

}

.header{
    background-color: rgba(15, 14, 22, 0.7);
    color: #fff;
    position: relative;
    z-index: 99;
}

.header a{
    color: #fff;
}

.header__box, .header__box-right, .header__menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu ul{
    gap: 50px;
    padding-right: 50px;
    border-right: 1px solid rgba(217, 217, 217, 0.1);
    height: 106px;
    margin-right: 50px;
}

.header__contacts a{
    font-family: 'Days One', sans-serif;
    font-size: 20px; 
}

.header__address .header__city{
    padding-right: 8px;
    border-right:1px solid rgba(255, 255, 255, 0.2);
    margin-right: 8px;
}

.header__address span{
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.hero{
    /* background-image: url(img/hero_bg.png); */
    margin-top: -106px;
    padding-top: 210px;
    color: #fff;
    padding-bottom: 190px;
}

.hero__nav{
    display: flex;
    align-items: center;
    gap:30px;

    font-size: 18px;
    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 30px;
}

.dot{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}

.hero h1{
    font-size: 46px;
    margin-bottom: 40px;
}

.hero__redline{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 99;
    width: fit-content;

    margin-bottom: 62px;
}

.catalog__box .swiper-slide{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.montage__item p{
    margin: auto;
    text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.example__img .swiper-slide {
    height: auto;
    max-height: 410px;
}

.example__img img{
    user-select: none;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.example__img-new img{
object-fit: contain;
}

.hero__redline::before{
    content: "";
    width: 765px;
    height: 50px;
    position: absolute;
    background-color: #EA383B;
    z-index: -1;
    right: calc(100% - 210px);
    top: -10px;
}

.form-button{
    display: block;
    padding: 14px 50px;
    background-color: #fff;
    color: #0F0E16;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    width: fit-content;
}

.text--red{
    color: #EA383B;
    font-size: 18px;
    width: 28px;
}

.adventages__text-box-ul ul {
    margin-bottom: 20px;
}

.adventages__text-box-ul li{
    color: rgba(15, 14, 22, 0.8);
    font-size: 18px;
    font-weight: 600;

    /* display: flex;
    align-items: center;
    gap: 20px; */

    margin-bottom: 20px;
    list-style:disc;
    margin-left: 20px;
}

.guarantee__gallery-box img{
    max-width: 585px;
    object-fit: cover;
    width: 100%;
    max-height: 190px;
}

.adventages__text-box-title{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;

    font-size: 20px;
    font-weight: 700;
    color: #0F0E16;
}

.adventages__text-box{
    margin-top: 40px/*80px*/;
}

.adventages__text-box h2{
    font-size: 40px;
    margin-bottom: 25px;
}

.adventages__box{
    display: flex;
    gap: 80px;
}

.adventages__text-box-ul ul{
    margin-left: 80px;
}

.adventages__box .adventages__bg{
    margin-top: -88px;
    z-index: 999;
}



.guarantee__gallery-box img{
    display: block;
}

.guarantee__red-block{
    height: 280px;
    max-width: 730px;
    width: 100%;
    background-color: #EA383B;
}

.guarantee__gallery-box{
    display: flex;
    align-items: end;
    margin-top: -90px;
}

.guarantee--bold{
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

.guarantee__title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;    
    position: absolute;
    bottom: -250px;
}    

.montage{
    padding-top: 120px;
    padding-bottom: 220px;
    background-color: #282630;
}

.montage h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 70px;
}

.montage__items{
    display: flex;
    margin-bottom: 60px;
}

.montage__item p{
    height: 180px;
    padding-top: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.1);

    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.montage__item--sec p{
    padding-left: 30px;
}

.form-button--red{
    padding: 26px 50px;
    background-color: #EA383B;
    border-radius: 100px;
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.montage .form-button--red{
    margin: 0 auto;
}

.catalog{
    background-color: #EA383B;
    height: 533px;
}

.catalog__box{
    background-color: #fff;
}



.my-button-prev,
.my-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(15, 14, 22, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 40%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-button-prev::before,
.my-button-next::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.my-button-prev {
  left: 10px;
}

.my-button-prev::before {
  border-width: 7px 12px 7px 0;
  border-color: transparent #ccc transparent transparent;
}

.my-button-next {
  right: 10px;
}

.my-button-next::before {
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ccc;
}

.catalog__box{
    padding: 100px 50px 80px 50px;
}

.catalog__text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog__text span{
    font-size: 16px;
    color: rgba(15, 14, 22, 0.6);
    text-align: center;
    display: block;

    margin-bottom: 20px;
}

.catalog__text p{
    color: #0F0E16;
    font-size: 20px;
    text-align: center;
    font-family: 'Days One', sans-serif;
    /* white-space: nowrap; */
}

.catalog__price{
    color: #EA383B;
    margin-top: 35px;
    font-size: 20px;
    font-family: 'Days One', sans-serif;
    text-align: center;
}

.catalog h2{
    color: #0F0E16;
    font-size: 40px;
    margin: 0 auto;
    width: fit-content;

    margin-bottom: 60px;
}

.catalog__box{
    transform: translateY(-100px);
}

.example{
    background-color: #282630;
    padding-top: 220px;
    margin-bottom: 130px;
}

.my-swiper img{
    margin-bottom: 30px;
    height: 225px;
    width: auto;
}

.example h2{
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;
}

.example__text{
    max-width: 430px;
}

.example__item--right{
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
    gap: 30px;
    align-items: flex-start;
}

.example__item--left{
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
}

.example__text h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Days One', sans-serif;
}
.example__text span{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
        font-family: 'Days One', sans-serif;
}
.example__text p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 30px;
}

.example__item--right{
    text-align: right;
}

.example__item--right .example__text{
    margin-right: 50px;
}

.example__item--left{
    text-align: left;
}

.example__item--left .example__text{
    margin-left: 50px;
}

.example__text img{
    padding-top: 30px;
    border-top:2px solid rgba(255, 255, 255, 0.2);
}

.example__video-box{
    background-color: #EA383B;
    padding: 80px 120px 65px 65px;
    margin-top: 120px;
}

.example__video-box-left-flex{
    display: flex;
    align-items: start;
    gap: 40px;
    margin-bottom: 50px;
}

.example__video-box-left-flex p{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.example__video-box-left-flex span{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 600;
    max-width: 500px;
    display: block;
    margin-bottom: 15px;
}

.example__video-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.example__video-box-right p{
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.crew{
    margin-bottom: 45px;
}

.crew h2{
    margin-bottom: 60px;
    font-size: 40px;
    text-align: center;
}

.crew__text span{
    display: block;
    text-align: center;
    color: #0F0E16;
    font-size: 26px;
    margin-bottom: 30px;
    font-family: 'Days One', sans-serif;
    margin-top: 50px;
}

.my-swiper-crew .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.crew__text{
    text-align: center;
    
}
.crew__text .first{
    margin-bottom: 30px;
    font-size: 18px;
    color:rgba(15, 14, 22, 0.6);
}

.crew__text p{
    color:rgba(15, 14, 22, 0.4);
    font-size: 14px;
}

.crew__price{
    max-height: 186px;
    height: 186px;
    padding-bottom: 36px;
    margin-bottom: 36px;
    /* border-bottom: 1px solid rgba(15, 14, 22, 0.05); */
}

.crew__phone{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crew__cont{
    display: flex;
    align-items: center;
    gap: 20px;
}

.crew__phone a{
    font-size: 18px;
    color: #0F0E16;
        font-family: 'Days One', sans-serif;
        margin: auto;
}

.footer{
    background-color: #282630;
    padding: 100px 0;
}

.footer p{
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

a, .form-button, .form-button--red{
    transition: all ease 0.3s;
}

a:hover{
    color: #EA383B;
}

.form-button:hover{
    background-color: #EA383B;
    color: #fff;
}

.form-button--red:hover{
    background-color: #fff;
    color: #0F0E16;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.popup {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 460px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  position: relative;
}


.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: white;
  background: #EA383B;
  padding: 12px 20px;
  border-radius: 4px 4px 0 0;
  margin: -20px -30px 50px -30px;
}


.popup-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}


.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
}


.form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.popup-submit {
  background: #EA383B;
  color: white;
  border: none;
  padding: 12px 20px;
  width: 100%;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 30px;
}

.popup-submit:hover {
  background: #EA383B;
}


.popup-note {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  color: #555;
}

.popup-note a {
  color: #EA383B;
  text-decoration: underline;
}

/* .example__img{
    display: flex;
} */


.burger {
  display: none;
  flex-direction: column;
  width: 30px;
  height: 20px;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.burger span {
  display: block;
  height: 4px;
  background: #EA383B;
  border-radius: 2px;
  transition: 0.3s;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: fit-content;
    background: #fff;
    padding: 100px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: right 0.3s ease;
    z-index: 900;
}

.mobile-menu.active::before{
    content: "";
    position: absolute;
}

.mobile-menu.active {
  right: 0;
}
.mobile-menu a{
    color: #0F0E16;
}

#con p{
    margin:20px 0;
    font-size: 20px;
    color: #0F0E16;
    font-weight:700;
}

#con a, .text-style a{
    color: #EA383B;
    transition: all ease 0.3s;
}

#con a:hover, .text-style a:hover{
    color: #ad2c2f;
}

@media (max-width: 1100px) {
    .example__video-box{
            padding: 40px 20px 40px 20px;
    }
    /* .example__img{
        flex-direction: column;
        gap: 20px;
    } */
    .example__video-box{
        flex-direction: column;
        gap: 50px;
    }
    .header{
        padding: 35px 0;
    }

    .header__contacts{
        margin-top: 40px;
    }
    .header__menu ul{
        text-align: left;
        align-items: start;
    }
  .burger {
    display: flex;
  }

  .hero{
    padding-top: 290px;
  }
    .header {
        position: fixed;
        top: 0;
        width: 100%;
    }
  .header__menu ul {
    flex-direction: column;
    gap: 15px;
  }

  .header__contacts {
    flex-direction: column;
    gap: 10px;
  }

  .header__contacts a {
    font-weight: bold;
  }

  .header__box-right {
    position: relative;
  }
  .header__box-right > .header__menu, .header__box-right .header__contacts-dsc {
    display: none;
  }
  .hero{
    margin-top: -120px;
    background-repeat: no-repeat;
  }
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}





@media(max-width:1660px){
    .montage__items{
        gap: 20px;
        justify-content: space-around;
    }
    .montage__item p{
        border-right: 2px solid rgba(255, 255, 255, 0.1);
        border-left: 2px solid rgba(255, 255, 255, 0.1);
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-left: 30px;
    }
}

@media(max-width:1495px){
    .montage__items{
        flex-wrap: wrap;
    }
        .example__item--right{
            display: block;
            /* flex-direction: column; */
        }
        /* .example__item--left{
            display: block;
        } */
    .example__item--left{
        flex-direction: column-reverse;
    }
    .example__img{

        /* margin: auto; */
        margin-top: 50px;
    }
    .example__text{
        margin: auto;
        margin-right: auto !important;
    }
    .example__item--right .example__text{
        margin-right: 0;
    }
    .example__item--left .example__text{
        margin-left: 0;
    }

    .example__item--right .example__text{
        max-width: none;
        text-align: center;
    }
    .example__item--left .example__text{
        max-width: none;
        text-align: center;
    }
    .guarantee__gallery-box img{
        display: none;
    }

    .guarantee__red-block{
        max-width: none;
    }
    .guarantee__gallery-box{
        margin-top: 0;
    }
    .guarantee__title{
        right: 30px;
        text-align: right;
        bottom: auto;
    }

    .guarantee__red-block{
        height: 140px;
    }
}

.mobile-menu.active{
    display: none;
}

@media (max-width:905px){



    .mobile-menu.active{
        display: flex;
    }

    .adventages__box > img{
        display: none;
    }
    .adventages__text-box{
        margin-top: 0;
    }
    .guarantee__title{
        text-align: left;
        left: 30px;
        right: auto;
    }
    .adventages__text-box{
        padding: 50px 0;
    }
}

    .swiper-slide{
        display: flex !important;
        flex-direction: column;
    }
@media (max-width: 599px){

    #con p{
        margin:20px 0;
        font-size: 14px;
        color: #0F0E16;
        font-weight:700;
    }

    #con h2{
        margin-bottom: 30px;
    }

    .hero h1{
        font-size: 25px;
                text-align: center;
    }
    h2{
        font-size: 25px !important;
        text-align: center !important;
    }
    .hero__nav{
        font-size: 16px;
        justify-content: center;
    }
    .form-button{
        margin: auto;
    }
    .guarantee--bold{
        font-size: 25px;
    }
    .guarantee__title{
        font-size: 20px;
        bottom: -100px;
    }
    .montage{
        padding-top: 80px;
    }

    .example__img{
        /* flex: 0 !important; */
        max-width: fit-content !important;
    }
}

.crew__phone a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.crew__phone a:hover{
    background-color: #ad2c2f;
    color: #fff;
    
}

.example__video-box-right img{
    max-width: 330px;
}



.hero {
  position: relative;
  width: 100%;
  max-height: 760px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 8s ease-in-out, background-image 1s ease-in-out;
  z-index: 0;
}

.hero__bg.active {
  opacity: 1 !important;
  transform: scale(1.1) !important;
  z-index: 1;
}

.rev-btn{
    margin: auto;
    margin-bottom: 120px;
}

.rev-btn a{
    margin: auto;
}   

.adventages__text-box-title:has(~ ul) {
    margin-bottom: 10px;
}

.example__img .my-button-prev, .example__img .my-button-next{
    top: 50%;
}

.example__img img, .example__img{
    user-select: none;
}

.mobile-menu .header__contacts a{
    font-size: 14px;
}

.text-style{
    margin: 120px 0;
}

.text-style p{
    margin-bottom: 15px;
}

.text-style h2{
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 24px;
}

.text-style ul li{
    list-style:disc;
    margin-bottom: 10px;
}
.text-style ul, .text-style ol{
    padding-left: 25px;
}

.text-style ol li{
    margin-bottom: 10px;
}
    
