*{
    margin: 0;
    padding: 0;
    outline: none;
}

:root {
    --swiper-theme-color: #FE720E;
}

::-webkit-scrollbar {
    width: 8px; 
	background: #171C1C;
}

::-webkit-scrollbar-thumb {
    background-color: #FE720E;
	cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff700;
}

a{
    color: #0A0A0A;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

a:hover{
    color: #FE720E;
}

html{
    background: rgb(142, 142, 142);
}

body{
    max-width: 100%;
    width: 100%;
    margin: auto;
    font-family: 'PF Bague Sans Pro';
    background: white;
}

.section{
    margin-top: 150px;
}

.wrapper{
    margin-top: 50px;
}

.title{
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #0A0A0A;
    text-transform: uppercase;
}

.close-menu,
.menu-btn{
    display: none;
}

.container{
    max-width: 1664px;
    width: 86.666667%; /* 1664/1920 */
    margin: 0 auto;
}

.container-big{
    max-width: 93.697917%; /* 1799/1920 */
    width: 100%;
}

.container-big.right{
    margin: 0 0 0 auto;
}

.container-big.left{
    margin: 0 auto 0 0;
}

.button{
    display: block;
    max-width: 18.629808%; /* 310/1664 */
    width: 100%;
    height: 64px;
    background: #FE720E;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border: 2px solid #FE720E;
    box-sizing: border-box;
    transition: .3s;
    color: #ffffff;
    font-weight: 500;
}

.button.transparent{
    background: none;
    color: #0A0A0A;
}

.button.transparent:hover{
    background: #FE720E;
    color: #0A0A0A;
}

a.button:hover{
    color: #0A0A0A;
}

.button:hover{
    box-shadow: 0 0 10px #FE720E;
    transform: translateY(-3px);
}

header{
    padding: 13px 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
}


.logo{
    max-width: 11.658654%; /* 194/1664 */
    width: 100%;
}

.logo img{
    display: block;
    width: 100%;
}

.wrapper-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu{
    list-style: none;
    font-weight: 500;
    display: flex;
    column-gap: 53px;
    width: 100%;
}



.nav-menu .container{
    width: 100%;
}

.header-list_contacts{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    color: #0A0A0A;
}

.header-list_contacts ul{
    list-style: none;
    font-weight: 700;
}

.header-scroll .header-list_contacts{
    font-weight: 700;
    row-gap: 0;
}


.header-list_contacts > li{
    display: flex;
    align-items: center;
    column-gap: 26px;
}

.header-list_contacts img{
    display: block;
    max-width: 52px;
    width: 100%;
}

.header-scroll{
    position: fixed;
    transform: translateY(-100%);
    transition: .3s;
    background: #ffffff;
    border-bottom: 1px solid #FE720E;
}

.header-scroll .logo{
    height: 70px;
}

.header-scroll .logo img{
    height: 100%;
}

.header-scroll.active{
    transform: translateY(0%);
}

.fixed-widjet{
    position: absolute;
    right: 6.770833%; /* 130/1920 */
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.list-fixed_widjet img{
    display: block;
    width: 100%;
}

.list-fixed_widjet li{
    transition: .3s;
}

.list-fixed_widjet li:hover{
    transform: translateY(-5px);
}


.fixed-widjet::before{
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 6px;
    right: 100%;
    background: #FE720E;
    border-radius: 30px;
    margin-right: 30px;
}

.list-fixed_widjet{
    list-style: none;
    display: flex;
    column-gap: 10px;
}

.section-home{
    width: 100%;
    background-image: url(../img/home.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper-home{
    height: 100vh;
    display: flex;
    align-items: center;
    color: #0A0A0A;
    min-height: 900px;
}

h1,
h2{
    font-weight: 400;
    color: #0A0A0A;
}
h1{
    position: relative;
    width: fit-content;
}
h1::before{
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background: #FE720E;
}

.content-home{
    width: 100%;
}

.content-home h5{
    font-weight: 500;
    margin: 90px 0 64px;
}

.wrapper-btns_home{
    display: flex;
    column-gap: 2.163462%; /* 36/1664 */
    width: 100%;
}

.section-arguments h3{
    text-align: center;
    margin-top: 34px;
}

.list-items_arguments{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3.846154%; /* 64/1664 */
    row-gap: 35px;
}

.list-items_arguments > li{
    position: relative;
    box-sizing: border-box;
}

.list-items_arguments > li > div{
    position: relative;
    margin-left: 8.152174%; /* 30/368 */
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
}

.list-items_arguments > li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 100%;
    background: #FE720E;
    border-radius: 30px;
    /* transform: translateX(50px); */
}

.list-items_arguments > li:nth-child(5){
    grid-column-start: 2;
}

/* .section-arguments.active .list-items_arguments > li:nth-child(1)::before{
    animation: items_arguments 1s forwards 1s;
}
.section-arguments.active .list-items_arguments > li:nth-child(2)::before{
    animation: items_arguments 1s forwards 1.5s;
}
.section-arguments.active .list-items_arguments > li:nth-child(3)::before{
    animation: items_arguments 1s forwards 2s;
}
.section-arguments.active .list-items_arguments > li:nth-child(4)::before{
    animation: items_arguments 1s forwards 2.5s;
} */

@keyframes items_arguments {
    0%{
        transform: translateX(50px);
    }
    100%{
        transform: translateX(0%);
    }
}

.list-items_arguments > li p{
    margin-top: 5px;
}

.icon-arguments{
    height: 76px;
}

.icon-arguments img{
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.item-specialization{
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}

.section-specialization .swiper-slide:nth-child(1) .item-specialization{
    background-image: url(../img/specialization/1.webp);
}
.section-specialization .swiper-slide:nth-child(2) .item-specialization{
    background-image: url(../img/specialization/2.webp);
}
.section-specialization .swiper-slide:nth-child(3) .item-specialization{
    background-image: url(../img/specialization/3.webp);
}
.section-specialization .swiper-slide:nth-child(4) .item-specialization{
    background-image: url(../img/specialization/4.webp);
}

.item-specialization .button{
    max-width: 74.519231%; /* 310/416 */
    margin: 0 auto 40px;
    color: white;
}

.swiper-specialization{
    filter: drop-shadow(0px 10px 50px rgba(129, 60, 220, 0.33));
    border-radius: 6px;
}

.item-specialization h4{
    color: #1A2252;
    font-weight: 700;
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 6px;
    text-align: center;
    width: 100%;
}

.section-specialization{
    position: relative;
}

.swiper-specialization .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: auto;
    bottom: 0;
    --swiper-theme-color: #FE720E;
}

.img-about_company{
    max-width: 55.197332%; /* 993/1799 */
    width: 100%;
}

.img-about_company img{
    width: 100%;
    display: block;
}

.about_company h5{
    font-weight: 400;
}

.wrapper-numbers_about_company{
    display: flex;
    column-gap: 70px;
}

.numbers-about_company > span{
    font-weight: 500;
    font-size: 128px;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #0A0A0A;
}

.wrapper-about_company{
    display: flex;
    justify-content: space-between;
}

.content-about_company ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    margin-top: 100px;
}

.content-about_company ul > li{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 21.452145%; /* 130/606 */
}

.content-about_company ul > li::before{
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/icon-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;
    display: block;
}

.wrapper-about_company_two .content-about_company{
    text-align: right;
}   

.wrapper-about_company_two {
    align-items: center;
    column-gap: 8%; /* 144/1800 */
}

.wrapper-about_company_two h3{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.wrapper-about_company_two .content-about_company{
    max-width: 43.357421%; /* 780/1799 */
    margin: 0 0 0 auto;
}

.wrapper-about_company_two .content-about_company p{
    margin-top: 60px;
}

.section-dignity .container > h5{
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.list-items_dignity {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 4.326923%; /* 72/1664 */
    row-gap: 84px;
}

.list-items_dignity > li{
    list-style: none;
    background: rgb(255, 255, 255);
    border: 2px solid #FE720E;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
    padding:  42px 5px 20px;
    box-sizing: border-box;
    color: white;
    font-weight: 500;
}

.list-items_dignity > li p{
    margin-top: 20px;
    color: #0A0A0A;
}

.icon-item_dignity{
    max-width: 27.624309%; /* 100/362 */
    width: 100%;
    margin: 0 auto;
}

.icon-item_dignity img{
    width: 100%;
    display: block;
}

.wrapper-form_zamer form{
    max-width: 39.423077%; /* 656/1664 */
    width: 100%;
    margin: 0 0 0 auto;
}

.wrapper-form_zamer form .button{
    max-width: 47.256098%; /* 310/656 */
    margin: 60px auto 0;
}

form input[type=text]{
    padding: 16px 0 16px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #0A0A0A;
    border-radius: 10px;
    width: 100%;
}

.wrapper-inputs_form_zamer{
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
}

.section-form_zamer h2{
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: right;
    color: #000000;
}

.section-form_zamer{
    background-image: url(../img/form-zamer/img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    /* height: 507px; */
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    padding: 67px 0;
    box-sizing: border-box;
}

.swiper-photo .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-photo .swiper-slide {
    height: 330px;
}

.swiper-photo {
    width: 100%;
    height: 675px;
    margin-left: auto;
    margin-right: auto;
}

.section-photo{
    position: relative;
}

.section-photo .button{
    margin: 0 auto;
}

.img-stage{
    width: 100%;
    height: 100%;
}

.img-stage img{
    display: block;
    width: 100%;
}

.section-consultation{
    background-image: url(../img/consultation.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.section-consultation h2{
    font-weight: 700;
    color: white;
}

.wrapper-consultation{
    display: grid;
    grid-template-columns: 54.747596% 1fr;
    column-gap: 15.024038%; /* 250/1664 */
}

.wrapper-consultation .button{
    max-width: 34.02854%; /* 310/911 */
    margin-top: 44px;
}

.list-consultation {
    list-style: none;
}

.list-consultation > li h3{
    text-align: right;
    color: white;
}

.list-consultation h2{
    text-align: right;
    color: #FE720E;
    margin-top: 20px;
}

.list-question{
    max-width: 56.730769%; /* 944/1664 */
    width: 100%;
    margin: 0 0 0 auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.wrapper-question{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    padding: 80px 0;
}

.wrapper-question .container{
    display: flex;
    align-items: center;
}

.img-question{
    position: absolute;
    left: 0;
    max-width: 39.166667%; /* 752/1920 */
    width: 100%;
}

.img-question img{
    display: block;
    width: 100%;
}

.list-question > li{
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 2px solid #0A0A0A;
}

.text-question h5{
    font-weight: 400;
    margin-top: 20px;
}

.list-question > li .text-question{
    display: none;
}   

.question{
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.question::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(../img/svg/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .3s;
}

.list-question > li.active .question::before{
    transform: rotate(45deg);
}

footer{
    background: #0A0A0A;
    padding: 30px 0 100px;
}

.wrapper-footer{
    display: flex;
    justify-content: space-between;
    color: white;
}

.list-footer{
    list-style: none;
    display: flex;
    column-gap: 50px;
}

.list-footer > li b{
    display: block;
    margin-bottom: 10px;
}

.list-footer > li a{
    color: white;
}

.list-widjet{
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.wrapper-footer_bottom{
    margin-top: 38px;
}

.logoTG{
    max-width: 9.915865%; /* 165/1664 */
    width: 100%;
}

.logoTG img{
    display: block;
    width: 100%;
}

.section-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    overflow: auto;
    backdrop-filter: blur(3px);
    padding: 50px 0;
}

.wrapper-modal{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.modal{
    border: 1px solid #FE720E;
    position: relative;
    background: #fffefe;
    border-radius: 20px;
    padding: 56px 0 72px;
    max-width: 43.90625%; /* 843/1920 */
    width: 100%;
}

.modal form{
    max-width: 60.735469%; /* 512/843 */
    width: 100%;
    margin: auto;
}

.modal form input[type=text]{
    margin-bottom: 27px;
}

.modal form .button{
    max-width: 51.953125%; /* 266/512 */
    width: 100%;
    margin: 53px auto 0;
    height: 49px;
}

.modal h3,
.modal h5{
    text-align: center;
    color: #0A0A0A;
}

.modal h3{
    margin-bottom: 20px;
}

.modal h5{
    margin-bottom: 50px;
}

.modal img{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 35.587189%; /* 300/843 */
    width: 100%;
}

.close-modal{
    display: block;
    position: absolute;
    top: 28px;
    right: 35px;
    max-width: 18px;
    width: 100%;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
}

.close-modal img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}

section.section-thank .modal{
    padding-bottom: 200px;
}

.list-stages{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.846154%; /* 64/1664 */
    row-gap: 25px;
}

.list-stages > li{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.img-stages img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(image.png);
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}

.content-itemStages{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    row-gap: 7px;
    box-sizing: border-box;
}

.number-stages{
    color: #FE720E;
}

.content-itemStages h5,
.content-itemStages p{
    line-height: 1em;
}

.text-stages{
    height: 100%;
    display: flex;
    align-items: center;
}