.flex{
    display: flex;
}

*{
    margin: 0;
    padding: 0;
    outline: none;
}

html{
    background: rgb(142, 142, 142);
    scroll-behavior: smooth;
}

body{
    max-width: 100%;
    width: 100%;
    margin: auto;
    background: #FFFFFF;
    font-family: 'Century Gothic';
}

a{
    text-decoration: none;
    color: white;
}

button{
    background: none;
    border: none;
    font-family: 'Century Gothic';
    cursor: pointer;
}

.button{
    background: #FF6702;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 100%;
    transition: .3s;
}

.button:hover{
    transform: translateY(-3px);
    box-shadow: 0 0 20px #FF6702;
}

.section{
    margin-top: 100px;
}

.wrapper{
    margin-top: 30px;
}

h3.title{
    font-weight: 700;
}

.button.min{
    height: 50px;
}

.img{
    display: block;
    width: 100%;
}

.container{
    max-width: 1920px;
    width: 81.770833%; /* 1570/1920 */
    margin: 0 auto;
}

header{
    padding: 9px 0;
    background: #000000;
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.logo{
    max-width: 7.961783%; /* 125/1570 */
}

.wrapper-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-header > h5{
    font-weight: 400;
}

.list-social{
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

footer .list-social li{
    max-width: 28px;
    width: 100%;
}

header .list-social li{
    width: 48px;
}


footer .list-social li img{
    filter: drop-shadow(0px 0px 20px #FFF);
}


header .list-social{
    margin: 0 auto;
}

.wrapper-call{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.wrapper-call > div{
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.wrapper-call img{
    max-width: 53px;
}

header .button{
    max-width: 17.324841%; /* 272/1570 */
    margin-left: 4.458599%; /* 70/1570 */
}

.wrapper-home{
    padding-top: 130px;
    box-sizing: border-box;
    height: calc(100vh - 89px);
    max-height: 850px;
    min-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.section-home{
    position: relative;
    background-image: url(../img/home/bg.webp);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-home{
    position: absolute;
    top: 10%;
    right: 0;
    max-width: 56.5625%; /* 1086/1920 */
}

.content-home {
    position: relative;
    padding: 20px 35px;
    box-sizing: border-box;
    max-width: 940px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    border-radius: 20px;
    background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
}

.logo-home{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    max-width: 21.702128%; /* 204/940 */
    transform: translate(-65%, -60%);
}

.logo-home img{
    display: block;
    width: 100%;
}

.content-home .button{
    max-width: 34.042553%; /* 320/940 */
    margin-top: 15px;
}

.wrapper-form_home{
    margin-top: 15px;
    max-width: 65.22293%; /* 1024/1570 */
    background: #FFFFFF;
    border: 2px solid #FF6702;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 45px 8.789063%; /* 90/1024 */
    box-sizing: border-box;
    margin-bottom: -15px;
}

.wrapper-form_home form{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 2.929688%; /* 30/1024 */
}

form input[type=text]{
    font-family: 'Century Gothic';
    font-weight: 400;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px 0 15px 25px;
    box-sizing: border-box;
    color: #A6A3A3;
}

.list-catalog{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 3.821656%; /* 60/1570 */
}

.list-catalog > li{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}

.list-catalog > li h4{
    font-weight: 700;
    position: relative;
}

.list-catalog > li h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    height: 3px;
    width: 50%;
    background: #FF6702;
    border-radius: 2px;
}

.img-catalog{
    height: 340px;
    text-align: center;
}

.img-catalog img{
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.wrapper-info_catalog{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wrapper-info_catalog ul{
    list-style: none;
    display: flex;
    flex-direction: column;row-gap: 5px;
}

.price-catalog{
    font-weight: 700;
    text-align: center;
}

.list-catalog > li .button{
    max-width: 44.444444%; /* 320/720 */
    margin: 20px auto 0;
}

.number-advantages{
    color: #FF6702;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    line-height: 120px;
}

.header-item_advantages{
    display: flex;
    align-items: flex-end;
}

.list-advantages{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10.191083%; /* 160/1570 */
}

.header-item_advantages h2{
    margin-left: 10px;
}

.list-advantages p{
    margin-top: 5px;
}

.banner-advantages{
    position: relative;
    z-index: 1;
}

.section-discount{
    background: #000000;
    padding: 25px 0;
    position: relative;
    color: white;
}

.section-discount::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background: #FFFFFF;
    filter: blur(10px);
}

.img-podarok{
    max-width: 15.286624%; /* 240/1570 */
}

.wrapper-discount{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-discount h4 span{
    color: #FF6702;
}

.section-form_discount .wrapper-form_home{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: -15px;
}

.list-stage_job{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.list-stage_job > li{
    background: #000000;
    box-sizing: border-box;
    color: white;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.list-stage_job > li:nth-child(1){
    background: #FF6702;
}

.list-stage_job > li:nth-child(1) .img-stage_job img{
    object-position: right;
}

.text-stage_job{
    padding: 30px;
    padding-top: 0;
}

.list-stage_job > li p{
    margin-top: 30px;
    font-weight: 700;
}

.img-stage_job{
    height: 270px;
}

.img-stage_job img{
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.wrapper-swiper_about_company{
    position: relative;
    max-width: 49.936306%; /* 784/1570 */
    padding: 10px 0 0 10px;
}

.text-about_company{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.img-about_company{
    height: 400px;
}

.img-about_company img{
    height: 100%;
    object-fit: cover;
}

.wrapper-swiper_about_company::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background: #000000;
}

.wrapper-about_company{
    display: flex;
    align-items: center;
    column-gap: 9.55414%; /* 150/1570 */
}

.wrapper-btn_swiper .swiper-btn{
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    --swiper-theme-color: #FF6702;
}

.wrapper-btn_swiper .swiper-btn::after{
    font-size: inherit;
    width: 24px;
    height: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.wrapper-btn_swiper .swiper-btn.swiper-button-disabled{
    opacity: 1;
    --swiper-theme-color: #ffffff;
}

.wrapper-btn_swiper{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.wrapper-review{
    max-width: 91.719745%; /* 1440/1570 */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.review{
    background: #FFFFFF;
    border: 2px dashed #FF6702;
    padding: 35px;
    padding-bottom: 150px;
    box-sizing: border-box;
    height: 100%;
}

.swiper-review .swiper-slide{
    height: auto;
}

.review h6{
    margin-bottom: 20px;
}

.swiper-pagination,
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal{
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
}

.swiper-pagination{
    text-align: left;
    --swiper-theme-color: #FF6702;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
    margin-right: 18px;
}

.swiper-pagination-bullet{
    width: 24px;
    height: 24px;
}

.section-order{
    background-image: url(../img/order-technik/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-order{
    max-width: 53.694268%; /* 843/1570 */
}

.content-order .button{
    max-width: 37.959668%; /* 320/843 */
}

.img-order{
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 25%);
    max-width: 36.305732%; /* 570/1570 */
    transform: translateX(-50%);
}

.img-order img{
    height: 100%;
}

.wrapper-order{
    position: relative;
    display: flex;
    justify-content: space-between;
    color: white;
}

.content-order{
    padding: 55px 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.content-order form{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.558719%; /* 30/843 */
}

.wrapper-location{
    position: relative;
    height: calc(100vh - 100px);
    width: 100%;
    min-height: 500px;
    
}

.wrapper-location iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-contacts{
    position: relative;
    z-index: 1;
    padding: 40px;
    box-sizing: border-box;
    max-width: 28.66242%; /* 450/1570 */
    width: 100%;
    background: #FFFFFF;
    border: 4px solid #FF6702;
    border-radius: 8px;
}

.list-contacts{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.list-contacts a{
    color: #000000;
}

.wrapper-location .container{
    height: 100%;
    display: flex;
    align-items: center;
}

footer{
    background: #000000;
    padding: 20px 0;
    color: white;
}

.logoTG{
    max-width: 10.573248%; /* 166/1570 */
}

.wrapper-footer{
    display: flex;
    justify-content: space-between;
}

.list-footer{
    list-style: none;
    display: flex;
    column-gap: 60px;
}

.section-modal{
    display: none;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000085;
    overflow: auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.wrapper-modal{
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: auto;
}

.modal{
    position: relative;
    color: white;
    max-width: 43.90625%; /* 843/1920 */
    width: 100%;
    background: #0A0A0A;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
}

.inner-modal{
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    transition: .3s;
}

.inner-modal.active{
    border: 2px solid #FBF50E;
}

.close-modal{
    position: absolute;
    top: 22px;
    right: 28px;
}

.inner-modal form{
    max-width: 64.564943%; /* 512/793 */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-top: 20px;
}

.inner-modal form input[type=text]{
    width: 100%;
}

.inner-modal form .button{
    max-width: 62.5%; /* 320/512 */
    margin-top: 20px;
}

.list-footer .flex{
    column-gap: 5px;
}

footer .wrapper-logo{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.footer-logo{
    max-width: 90px;
}

.advantages-order_rental{
    padding: 50px 0;
    background-image: url(../img/advantages/bg-btn.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantages-order_rental .button{
    max-width: 16.666667%; /* 320/1920 */
    margin: 0 auto;
}