@font-face {
    font-family: 'Gotham-Bold';
    src: url(../fonts/gothampro_bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Regular';
    src: url(../fonts/gothampro.ttf);
    font-weight: 400;
    font-style: normal;
}

:root{
    --body-bc: #FFF;
    --white: #fff;
    --text-main: #000;
    --text-color: #333;
    --blue-cl: #0067DE;
    --blue-light: #0082ED;
    --blue-dark: #00447C;
    --light-grey: #CECECE;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after{
    box-sizing: border-box;
}


body{
    font-family: 'Gotham-Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--text-main);
    background: var(--body-bc);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    position: relative;
}
.header{
    width: 100%;
    position: relative;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; 
    letter-spacing: 0.27px;
    overflow: hidden;
}
.elipse-left{
    z-index: -2;
    position: absolute;
    top: 10%;
    left: -15%;
    border-radius: 540.831px;
    background: rgba(0, 130, 237, 0.75);
    filter: blur(78.44999694824219px);
    width: 660px;
    height: 192px;
    transform: rotate(18deg);
}
.line-left{
    z-index: -3;
    position: absolute;
    top: 0%;
    left: 1%;
    height: 100%;
}
.bc-right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
.line-left svg{
    stroke-width: 1px;
    stroke: #B9BDC1;
    mix-blend-mode: luminosity;
}
.container {
    max-width: 1648px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 15px 15px;
    border: 1px solid rgba(126, 152, 174, 0.50);
    background: #FFF;
    display: flex;
    flex-direction: row;
    justify-content:center;
    gap: 128px;
    z-index: 10;
    width: 1432px;
}
.logo {
    /* padding: 1rem .5rem 1rem 3rem; */
    margin: 10px 0 10px 150px;
    width: 264px;
    height: 58px;
}
.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-right: 172px;
}
.nav-link {
    font-size: 17px;
    height: 100%;
    padding: 1rem 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: color .3s ease-in-out;
}
.nav-link::after{
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 3px;
    transition: border .3s ease;
}
.nav-link:hover{
    color: var(--blue-cl);
}
.active {
    color: var(--blue-light);
    transition: border .3s ease;
}
.active::after{
    content: "";
    position: absolute;
    top: 97%;
    left: 0;
    width: 100%;
    border: 2px solid var(--blue-light);
    border-radius: 3px;
}



.section {
    width: 100%;
}
.main-section {
    padding-top: 156px;
    display: flex;
    flex-direction: row;
    padding-bottom: 6rem;
    position: relative;
}
.left{
    display: flex;
    flex-direction: column;
}
.right {
    position: absolute;
    top: 10%;
    right: -10%;
}
.earth-img {
    max-width: 880px;
}
.title-container{
    display: flex;
    flex-direction: column;
}
.title {
    font-family: "Gotham-Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.75px;
}
.light-blue {
    background: linear-gradient(235deg, #00C0FF 16.23%, #0083EF 45.22%, #00D0E7 75.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-section .send-title{
    position: relative;
    width: min-content;
}
.main-section .send-title::after{
    content: "";
    position: absolute;
    top: -20%;
    left: -3%;
    width: 16rem;
    border: 1.5rem solid var(--blue-dark);
    border-radius: 112px;
    transform: rotate(-8deg);
    z-index: -3;
}
.descr {
    margin-top: 1rem;
    color: var(--text-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 22.95px */
    letter-spacing: 0.255px;
}
.descr p span{
    text-decoration: underline;
}
.btn {
    background-color: var(--blue-light);
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .75rem;
    max-width: max-content;
    padding: .9rem 1.6rem;
    border-radius: 1.5rem;
    font-size: 1.05rem;
    letter-spacing: 0.255px;
    transition: background-color .3s ease;
}
.btn:hover {
    background-color: var(--blue-cl);
}
.btn .map-icon{
    width: 23px;
    height: 23px;
}
.main-section .btn{
    margin-top: 2rem;
}
.slider {
    display: flex;
    flex-direction: row;
    gap: 2.25rem;
    margin-top: 4rem;
    padding-bottom: 3rem;
    position: relative;
}
.slider__item {
    font-weight: 700;
    max-width: fit-content;
    border-radius: .5rem;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    background-color: var(--body-bc);
    transition: box-shadow .3s ease, border .3s ease;
}
.slider .slider-active{
    border-color: 1px solid #C2C2C2;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
}
.slider-img {
    border-radius: 50%;
    padding: 0.5rem;
    background-color: var(--blue-light);
    margin-bottom: 0.5rem;
}
.slider-dots {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.slider-dot {
    cursor: pointer;
    width: 40px;
    border-radius: .5rem;
    border: .4rem solid var(--light-grey);
    transition: border .3s ease, width .3s ease;
}
.dot-active {
    width: 72px;
    border: .4rem solid var(--blue-light);
}

.main {
    flex: 1;
    width: 100%;
    position: relative;
}
.about {
    display: flex;
    flex-direction: row;
    background-color: #044071;
    padding: 60px 0rem 40px;
    position: relative;
    overflow-x: hidden;
    
}
.about-descr{
    display: flex;
    flex-direction: column;
    max-width: 820px;
    max-width: 1720px;
    position: relative;
    z-index: 2;
}

.container-big{
    max-width: 1828px;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
}
.about-container{
    width: 100%;

}
.about-bc{
    width: 100%;
    height: 100%;
}
.about-bc::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/train.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 60%;
    height: 100%;
}
.subtitle {
    font-family: "Gotham-Bold";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 51.3px */
    letter-spacing: 0.57px;
    color: var(--white);
}
.subtitle span{
    background: linear-gradient(99deg, #0082ED 1.69%, #00E0FF 28.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-descr .text-def{
    margin-top: 8px;
}
.text-def {
    color: var(--white);
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 20.25px */
    letter-spacing: 0.225px;
}
.advantages {
    padding: 8rem 0 12rem;
    position: relative;
}
.advantages::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/advantages-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
}
.advantages .container-sm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-sm {
    max-width: 1426px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.advantages .title {
    margin-bottom: 1rem;
}

.advantages .descr {
    margin-top: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.27px;
}
.advantages .descr span{
    color: var(--blue-light);
}
.advantages-lists {
    margin-top: 6rem;
    display: flex;
    flex-direction: row;
    gap: 12rem;
}

.list-title {
    color: var(--text-color);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 37.8px */
    letter-spacing: 0.42px;
    margin-bottom: 1rem;
}

.offer-item {
    color: var(--text-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 40px */
    letter-spacing: 0.3px;
    padding-left: 1.75rem;
    position: relative;
}
.offer-item::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/icons/done.svg);
}
.availability-item {
    color: var(--text-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 40px */
    letter-spacing: 0.3px;
}
.availability-item span{
    text-decoration: underline;
}


.prices{
    width: 100%;
    padding: 4.5rem 0 2rem;
    background-color: #044071;
    position: relative;
}
.prices::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/price-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}
.prices .container-big{
    position: relative;
    z-index: 1;
}
.prices .title-container{
    color: var(--white);
    position: absolute;
    transform: rotate(-90deg);
    top: 55%;
    left: -13.5rem;
    align-items: center;
}
.prices .title-container:nth-child(2){
    top: 40%;
    transform: rotate(90deg);
    left: unset;
    right: -13.5rem;
}
.prices .title{
    position: relative;
}
.prices .title::after{
    content: "СТОИМОСТЬ УСЛУГ";
    position: absolute;
    bottom: -4rem;
    width: 130%;
    left: 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #727272;
    font-family: "Gotham-Bold";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 118px */
    letter-spacing: 0.885px;
    z-index: -2;

}
.prices .table-container{
    /* border-radius: 15px;
    border: 1px solid #7E98AE;
    background: linear-gradient(249deg, rgba(255, 255, 255, 0.22) 3.13%, rgba(255, 255, 255, 0.00) 101.18%);
    backdrop-filter: blur(10.5px); */
    border: 1px solid #7E98AE;
    border-radius: 15px;
    background: linear-gradient(249deg, rgba(255, 255, 255, 0.22) 3.13%, rgba(255, 255, 255, 0.00) 101.18%);
    backdrop-filter: blur(10.5px);
    
}

.table{  
    background: transparent;
    font-family: "Gotham-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 40px */
    letter-spacing: 0.3px;
}
.thead{
    color: #B8B8B8;
}
.tbody{
    color: #ffffffed;
}
.table,
.thead,
.tbody {
    background-color: transparent;
    width: 100%;
}
.row-head,
.row-body{
    border-bottom: 1px solid #7E98AE;
}
.tbody>.row-body:last-child{
    border-bottom: 0;
}

.table th, .table td {
    font-weight: 400;
    background-color: transparent;
    padding: 1.1rem 5.5rem;
    text-align: left;
}

.prices .container-sm p{
    margin-top: 1.5rem;
    text-align: center;
    color: #9D9D9D;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 24.3px */
    letter-spacing: 0.27px;
    text-decoration-line: underline;
}

.footer {
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
}
.footer p{
    color: var(--text-main);
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}
.footer p span{
    font-weight: 700;
}
.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6rem;
}
.footer-info {
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
}
.footer-info .title {
    margin-bottom: 1.9rem;
    font-size: 2.75rem;
}
.footer-info .title:nth-child(2){
    margin-top: 4rem;
}
.social {
    margin-left: 24px;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}
.phone {
    margin-top: 0.5rem;
}
.number-container{
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
}
.number {
    display: flex;
    align-items: center;
    height: fit-content;
    border-radius: .75rem;
    color: var(--white);
    font-size: 1.05rem;
    background-color: #000;
    padding: 0.25rem 0.5rem;
    transition: background-color .3s ease;
}
.number:hover{
    background-color: #585858;
}
.social-links {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    color: var(--text-main);
}
.social-link p{
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
    letter-spacing: 0.21px;
    transition: color .3s ease;
}
.social-link:hover p{
    color: var(--text-color);
}
.soc-img {
    fill: #000;
    flex: 1;
    max-width: 35px;
    transition: fill .3s ease;
}
.social-link:hover .soc-img{
    fill: #727272;
}
.mail{
    margin-left: 24px;
}
.mail p{
    transition: color .3s ease;
}
.mail:hover p{
    color: #585858;
}
.supports {
    margin-top: 9rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7rem;
    position: relative;
}
.sup-logo-gif {
    max-height: 52px;
    position: relative;
}
.sup-logo-gif::after{
    content: "© 1992-2024. ООО ПРЕДПРИЯТИЕ “ГИФ”";
    position: absolute;
    top: 78%;
    right: -70px;
    color: #848484;
    font-size: .55rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 12.15px */
    letter-spacing: 0.135px;
    z-index: 2;
}
.sups-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}
.map-container {
    height: fit-content;
    position: relative;
    border-radius: 368px;

}
.map-container::before{
    border-radius: 368px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 250px 55px #fff inset;
}
.map {
    border-radius: 368px;
    max-width: 736px;
    max-height: 736px;
}
.search-img {
    position: absolute;
    top: 25%;
    left: 50%;
}
.burger-toggle{
    display: none;
}
.ml-24{
    margin-left: 24px;
}.mt-xl{
    margin-top: 64px;
}

@media screen and (max-width:1900px){
    .right{
        right: 0;
    }
}
@media screen and (max-width:1648px){
    .about-bc::after{
        right: -20%;
        width: 100%;
    }
    .prices .title-container{
        display: none;
    }
    .map {
        border-radius: 368px;
        max-width: 456px;
        max-height: 416px;
    }
    .footer .container{
        gap: 2rem;
    }
    .mail,
    .ml-24,
    .social{
        margin-left: 0;
    }
} 
@media screen and (max-width:1600px){
    .map-container{
        display: none;
    }
    .footer-info{
        width: 100%;
        margin-top: 48px;
    }
}
@media screen and (max-width:1440px){
    .nav{
        width: 80%;
        gap: 16px;
        padding: 0 16px;
    }
    .navbar{
        padding-right: 0;
    }
    .logo{
        margin: 10px 0;
    }
    .right{
        display: none;
    }
    .main-section{
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .main-section .btn{
        margin: 2rem auto;
    }
    .slider{
        margin: 2rem auto;
    }
    .slider-dots{
        left: 50%;
        transform: translateX(-50%);
    }
    .main-section .title-container{
        text-align: left;
    }
    .about-bc::after{
        right: -30%;
        width: 100%;
    }
    .prices .table-container{
        backdrop-filter: none;
    }
    .table th, .table td{
        padding: 6px 12px;
    }
    
}
@media screen and (max-width:1280px){
    .about-bc::after{
        right: -25%;
        width: 100%;
    }
    .nav{
        border: none;
        width: 92%;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: transparent;
        transition: background-color .3s ease, box-shadow .3s ease;
        gap: 0;
        padding: 0 32px;
    }
    .burger-toggle{
        display: block;
        
    }
    .navbar{
        /* display: none; */
        flex-direction: column;
        flex-basis: 100%;
        overflow: hidden;
        transition: height 0.3s ease;
        height: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
        gap: 0;
    }
    .nav-link{
        padding: 0.25rem;
    }
    .nav.mob-active .navbar {
        height: 500px;
    }
    .nav.mob-active{        
        background-color: #fff;
        box-shadow: -1px -5px 20px 0px #000;
    }
}
@media screen and (max-width:1200px){
    .about-bc{
        width: auto;
        height: auto;
    }
    .about-bc::after{
        right: 0;
        opacity: .2;
    }
    .container-big{
        flex-wrap: wrap;        
    }
    .container-big .about-descr{
        width: 100%;
        flex-basis: 100%;
    }
    .advantages-lists{
        gap: 8rem;
    }
}
@media screen and (max-width:991px){
    .main-section .light-blue {        
        position: relative;
        z-index: 3;
        font-size: clamp(26px, 5vw, 50px);
    }
    .main-section .title,
    .main-section .light-blue span{
        position: relative;
        z-index: 3;
    }
    .title {
        font-size: clamp(20px, 5vw, 50px);
    }
    .subtitle{
        font-size: clamp(16px, 4vw, 38px);
    }
    .text-def{
        font-size: clamp(9px, 3vw, 15px);
    }
    .table th, .table td{
        font-size: clamp(8px, 2vw, 20px);
        line-height: normal;
    }
    .prices .container-sm p{
        font-size: clamp(6px, 2vw, 24px);
        letter-spacing: normal;
    }
    .footer-info .title{
        margin-bottom: 6px;
        font-size: clamp(15px, 4vw, 44px);
    }
    .footer p{
        font-size: clamp(8px, 2.5vw, 16px);
    }
    .number{
        font-size: clamp(7px, 1.75vw, 16.6px);
    }
    .social-link{
        font-size: clamp(6px, 2vw, 16.6px);
    }
    .mt-xl{
        margin-top: 30px;
    }
    .elipse-left,
    .line-left,
    .bc-right{
        display: none;
    }
    .main-container{
        background-repeat: no-repeat;
        background-image: url(../images/bc-mob.svg);
        background-position: center center;
        background-size: cover;
    }
    .main-section .send-title::after{
        z-index: 0;
        top: -39%;
        transform: rotate(-6deg);
    }
    .advantages{
        padding: 55px 0 36px;
    }
    .advantages::after{
        background-image: url(../images/advant-mob-bc.svg);
    }
    .advantages-lists{
        margin-top: 22px;
        flex-wrap: wrap;
        gap: 22px;
    }
    .advantages-lists .list{
        width: 100%;
        flex-basis: 100%;
    }
    .prices{
        padding: 18px 0 30px;
    }
    .prices .container-big{
        padding: 0;
    }
    .header-down {
        position: relative;
    }  
    .header-title {
        text-align: center;
        position: absolute;
        white-space: nowrap;
        transition: color 0.9 linear;
        font-size: 95%;
        top: 93%;
        right: 10%;
    }  
    .header-title:hover {
        color: #008cdd;
    }  
}

@media screen and (max-width:767px){
    .title-container{
        gap: 10px;
    }
    .main-section .send-title::after{
        z-index: 0;
        top: -40%;
        width: 10rem;
        transform: rotate(-9deg);
        border-width: 1.25rem;
    }
    .main-section{
        padding-top: 126px;
        padding-bottom: 30px;
    }
    .main-section .btn{
        display: none;
    }
    .slider {
        margin: 1rem auto;
        gap: 0.5rem;
    }
    .slider__item{
        font-size: clamp(10px, 3vw, 16px);
    }
    .slider__item{
        font-size: clamp(7px, 3vw, 14px);
    }
    .list-title{
        font-size: clamp(10px, 3vw, 28px);
        margin-bottom: 0.5rem;
    }
    .offer-item,
    .availability-item{
        font-size: clamp(10px, 3vw, 20px);        
    }
    .advantages .descr{
        font-size: clamp(10px, 2.5vw, 20px);
    }
    .about {
        display: flex;
        flex-direction: row;
        background-color: #044071;
        padding: 18px 0rem 30px;
    }
    .row-body td:first-child{
        text-align: center;
    }
    .row-body td:nth-child(2n){
        max-width: 300px;
    }
    .row-body td:nth-child(3n){
        text-align: right;
    }
    .social-links,
    .social{
        gap: 1rem;
    }
    .soc-img{
        max-width: 21px;
    }
    .supports{
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
        gap: 8px;
    }
    .sup-logo-gif img{
        max-width: 140px;
    }
    .sup-logo-gif::after {
        top: 65%;
        right: -66px;
        font-size: .45rem;
    }
    .sups-logos{
        gap: 12px;
    }
    .rjd-img {
        max-width: 35px;
    }
    .pewete-img {
        max-width: 28px;
    }
    .rusintegral-img {
        max-width: 32px;
    }
}
@media screen and (max-width:480px){
    .main-section .send-title::after {
        top: -80%;
    }
    .container-big,
    .container{
        padding: 0 1rem;
    }
    .title{
        letter-spacing: normal;
    }
    .about-bc::after {
        right: 0;
        opacity: .76;
        background-position: 100% center;
        /* z-index: 10; */
    }
    .offer-item::after{
        width: 12px;
        height: 12px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .offer-item{
        padding-left: 14px;
    }
    .nav{
        width: 100%;
    }
}