* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

 html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
 }

 body {
    font-family: "Inter Tight", sans-serif;
    margin: 0;
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    
    
     &.no-scroll {
         overflow: hidden;
     }
 }
 

img {
    display: block;
    width: 100%;
    height: auto;
}

svg {
    display: block;
    padding: 0;
    margin: 0;

}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

ul {
    list-style: none;
    
}

button {
    border: 0;
    background: none;
    
}
@media (max-width: 389px) {
    .container {
        padding: 0 15px;
    }
}

.container {
    max-width: 1014px;
    margin: 0 auto 0;
    padding: 0 15px;
}


/* Header */

.header__container {
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 23.5px;
    padding-bottom: 23.5px;

    @media (min-width: 984px) {
        padding-bottom: 0;
    }


}
.logo__header {
    display: flex;
    gap: 10.4px;
    justify-content: center;
    align-items: center;
    color: #FF3A00;
    font-family: "Spline Sans";
    font-size: 8.691px;
    font-weight: 600;
    letter-spacing: 1.912px;
    text-transform: uppercase;
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);

    &:hover {
        color: #FF5624;
     }
}

.logo__header p span {
    display: block;
    font-family: "Tilt Warp";
    font-size: 19.831px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.397px;
    text-transform: uppercase;
}

.logo__header svg {
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.logo__header:hover svg ellipse {
    fill: #FF5624;
}

.nav__list {
    display: none;

    @media (min-width: 984px) {
    width: 494px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
}

.nav__link {
    position: relative;
    padding-bottom: 23.18px;
    color: #505050;
    font-size: 14px;
    font-weight: 700;
    line-height: 3.64;

    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);

    &:hover,
    &:focus {
            color: #FF3A00;
        }

                &.nav__link--current {
                    color: #FF3A00;
                }
        
                &::after {
                    content: "";
                    position: absolute;
                    bottom: -1px;
        
                    display: block;
                    width: 100%;
                    height: 4px;
        
                    background-color: #FF3A00;
                    opacity: 0;
                }
        
                &.nav__link--current::after {
                    opacity: 1;
                }
}

.header__btn {
    display: flex;
    gap: 36.18px;
    
}

.btn__chat {
    display: none;

    @media (min-width: 700px) {
        display: flex;
        gap: 9px;
        width: 138px;
        height: 48px;
        align-items: center;
        justify-content: center;
        color: #505050;
        font-size: 14px;
        font-weight: 700;
         line-height: 3.64;
        border: 1px solid #D1D1D1;
        cursor: pointer;

        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        
            &:hover,
            &:focus {
                background-color: #FF3A00;
                border: 1px solid #FF3A00;
                color: #FFFFFF;
           
                .btn__chat-icon {
                        color: white;
                }
            }
    }
}
.btn__chat-icon {
    color: #FF3A00;
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__chat-mob {

    @media (min-width: 699px) {
            display: none;
    }
}

.btn_mobMenu{
    @media (min-width: 700px) {
        margin-right: 30.75px;
    }
    @media (min-width: 984px) {
        display: none;
    }
}


/* Hero */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    padding-top: 70px;
    padding-bottom: 65.27px;
    background: rgba(53, 53, 53, 0.16);

    @media (min-width: 700px) {
        padding-bottom: 72.53px;
    }

    @media (min-width: 984px) {
        padding-top: 127px;
        padding-bottom: 112.73px;
    }
}

.background__video {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    z-index: -1;
}

.hero__content {

    @media (min-width: 700px){
        display: flex;
        gap: 23.62px;
    }

    @media (min-width: 984px) {
        gap: 164.82px;
    }
}

.hero__title {
    margin-bottom: 31.36px;
    display: inline;
    color: #FFF;
    font-size: 31.067px;
    font-weight: 800;
    line-height: 1.29;
    text-transform: uppercase;
    background: #FF3A00;
    padding-top: 5px;
    padding-bottom: 5px;

    @media (min-width: 700px) {
        margin-bottom: 52.88px;
        font-size: 34.119px;
    }

        @media (min-width: 984px) {
            margin-bottom: 48.1px;
            font-size: 48px;
        }
    
}

.title__bg {
    padding: 0 19px 0 13.89px;
    
    @media (min-width: 700px) {
        padding: 5.48px 22.01px 11px 15.23px;
    }

    @media (min-width: 984px) {
        padding: 7.71px 31.29px 16px 21.43px;
    }
}

.hero__text {
    max-width: 320px;
    margin-top: 31.36px;
    margin-bottom: 16.63px;
    padding: 35.6px 44.39px 35.6px 44.38px;
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    background: #FFF;
    border-left: 3.99px solid #FF3A00;

    @media (min-width:700px) {
        max-width: 491.657px;
        padding: 67.32px 43.67px 65.69px 44.38px;
        margin: 0;
        margin-top: 63.61px;
    }

    @media (min-width: 984px) {
        padding: 51.95px 43.38px 51.95px 47.38px;
    }
}

.hero__list {
    width: 320px;
    padding: 16.61px 16.46px 13.4px 23.39px;
    background: #FFF;

    @media (min-width: 700px) {
        width: 326.379px;
        padding-right: 23.14px;
        padding-left: 24.03px;
    }
}

.hero__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88.17px;
    padding-left: 11.21px;

    @media (min-width: 700px) {
        height: 90.03px;
        padding-left: 16.13px;
    }
}

.hero__item:not(:last-child) {
    border-bottom: 0.929px dashed #B6B6B6;

    @media (min-width: 700px) {
        border-bottom: 1px dashed #B6B6B6;
    }
}

.item__text {
    width: 201.727px;
    padding-left: 17.61px;
    color: #505050;
    font-size: 14.689px;
    font-weight: 700;
    line-height: normal;

    @media (min-width: 700px) {
        width: 206px;
        font-size: 15px;
    }
}

.hero__svg-1 {
    width: 40.414px;
    height: 53.491px;

    @media (min-width: 700px) {
        width: 41.27px;
        height: 54.624px;
    }
}

.hero__svg-2 {
    width: 43.467px;
    height: 43.624px;

    @media (min-width: 700px) {
        width: 44.388px;
        height: 44.548px;
    }
}

.hero__svg-3 {
    width: 48.613px;
    height: 48.656px;

    @media (min-width: 700px) {
        width: 49.642px;
        height: 49.687px;
    }
}

.hero__svg-4 {
    width: 44.237px;
    height: 48.604px;

    @media (min-width: 984px) {
        width: 45.174px;
        height: 49.633px;
    }
}

.hero__svg-5 {
    width: 48.921px;
    height: 47.985px;

    @media (min-width: 700px) {
        width: 49.957px;
        height: 49.001px;
    }
}

.hero__about {
    position: relative;
    padding-top: 70px;
    padding-bottom: 61px;
    padding-left: 15px;

    @media (min-width: 700px) {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 15px;
    }
    @media (min-width: 700px) {
        padding-top: 126px;
        padding-bottom: 133.11px;
    }
}

.hero__block {
    position: relative;
    padding-top: 70px;
    padding-bottom: 39px;

    @media (min-width: 700px) {
        padding-bottom: 70px;
    }
    @media (min-width: 984px) {
        padding-top: 126.46px;
        padding-bottom: 133.11px;
    }
}
.hero__container {
    width: 100%;
    max-width: 729px;
    margin: 0 auto;
    
    @media (min-width: 700px) {
        width: 100%;
        max-width: 1015px;
    }

    @media (min-width: 984px) {
        width: 100%;
    }
}

.hero__title--mob {
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    font-size: 31px;
    font-weight: 800;
    text-align: left;
    line-height: 1.29;
    text-transform: uppercase;
    background: #FF3A00;

    @media (min-width: 700px) {
        display: none;

    }
}

.hero__title--tab {
    display: none;

    @media (min-width: 700px) {
        display: inline;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #FFF;
        text-align: left;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.29;
        text-transform: uppercase;
        background: #FF3A00;
    }

    @media (min-width: 984px) {
        font-size: 48px;
        font-weight: 800;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

.title__bg--page {
    padding-right: 14px;
    padding-left: 14px;
   
    @media (min-width: 700px) {
        padding-left: 13px;
        padding-right: 30px;
    }
    @media (min-width: 984px) {
        padding-right: 10.25pxpx;
    }
}


/* Principles */

.principles {
    padding-top: 52.35px;
    padding-bottom: 53.23px;

    @media (min-width: 700px) {
        padding-top: 77.27px;
        padding-bottom: 56.35px;

    }

    @media (min-width: 984px) {
        position: relative;
        padding-top: 99.36px;
        padding-bottom: 118.94px;
         
    }
}

.principles__container {
    @media (min-width: 700px) {
        display: flex;
        gap: 46.07px;
        justify-content: space-between;
    }
}

.principles__text--medium {
    margin-bottom: 40.39px;
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    
    @media (min-width: 700px) {
        width: 327.062px;
        margin-bottom: 48.94px;
        font-size: 22px;
        line-height: 1.45;
       
    }
    
    @media (min-width: 984px) {
        width: 440px;
        height: 175.057px;
        margin-bottom: 32.46px;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.45;
    }
}

.principles__text {
    margin-bottom: 52.93px;
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;

    @media (min-width: 700px) {
        width: 326.426px;
        margin-bottom: 87px;

    }
    @media (min-width: 984px) {
        width: 440px;
        margin-bottom: 75px;
    }
}

.line {
    width: 160.196px;
    height: 3px;
    margin-bottom: 59.35px;
    background: #FF3A00;

    @media (min-width: 700px) {
        width: 176.527px;
        margin-bottom: 16.01px;
    }

    @media (min-width: 984px) {
        width: 246px;
        margin-bottom: 0;
    }
}

.principles__img {
    max-width: 319.609px;
    margin: 0 auto;
    margin-bottom: 63.65px;

    @media (min-width: 700px) {
        margin: 0;
        max-width: 232px;
        padding-left: 12.56px;
        margin-bottom: 95.36px;
    }

    @media (min-width: 984px) {
        max-width: 232px;
        margin-bottom: 63.51px;
    }
}

.main__text {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
}

.live__chat {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 9999;
        max-width: 130px;
        max-height: 130px;
        padding: 27.99px 27.21px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FF3A00;
        border-radius: 30px 30px 0px 0px;
        border: 1px solid #C8C8C8;
        background: #FFF;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);

        &:hover,
        &:focus {
            background: #FF3A00;
            border: 1px solid #FF3A00;
            color: #FFFFFF;
        }

}

.live__chat svg {
    width: 75.58px;
    height: 74.016px;
}


/* Reviews */

.reviews__section {
    position: relative;
    width: 100%;
    
    background-image: url("../image/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    

}

.reviews__section::before {
    position: absolute;
    top: -0.5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../image/wave.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.reviews__section::after {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../image/wave.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    transform: scaleY(-1);
}

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 82.88px;
    padding-bottom: 80.83px;
    margin: 0 auto;

    @media (min-width: 984px) {
        padding-top: 120.5px;
        padding-bottom: 101.39px;
        flex-direction: row;
        justify-content: center;
        gap: 67.5px;
    }
}

.reviews__block {
    margin-bottom: 30.38px;

    @media (min-width: 700px) {
        width: 699.189px;
        margin-bottom: 35.8px;
    }

    @media (min-width: 984px) {
        width: 425px;
        padding: 0;
    }
}

.reviews__title {
    margin-bottom: 18.55px;
    color: #FF3A00;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.06;

    @media (min-width: 700px) {
        margin-bottom: 17.35px;
        font-size: 36px;
    }
    @media (min-width: 984px) {
        margin-bottom: 17.35px;
        text-align: start;
        font-size: 36px;
    }
}

.reviews__text {
    color: #808080;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

        @media (min-width: 700px) {
            font-size: 22px;
    }

    @media (min-width: 984px) {
        text-align:start
    }

}

.swiper {
    width: 319.359px;
    height: 628.136px;

    background: #FFF;
    box-shadow: 0px 28px 14.9px -13px rgba(0, 0, 0, 0.11);

    @media (min-width: 700px) {
        width: 491.5px;
        height: 532px;
    }

    @media screen {
        margin: 0;
    }
}

.swiper .swiper-pagination {
    bottom: 73.28px;
}

.swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #E4E4E4;
}

.swiper  .swiper-pagination-bullet-active {
    background-color: #FF3A00;
}

.reviews__block-2 {
    position: relative;
    padding-bottom: 20px;
    overflow: visible;
}

.logo__card {
    position: absolute;
    z-index: 9999;
    overflow: visible;
    top: 90.6%;
    left: 37%;
    bottom: -2%;

    @media (min-width: 700px) {
        top: 89%;
        left: 41%;
    }
}


.card__slide {
    overflow: visible;
    width: 319.359px;
    height: 628.136px;
    padding-top: 43.64px;
    padding-right: 25.06px;
    padding-left: 27.84px;

    @media (min-width: 700px) {
        width: 491.5px;
        height: 532px;
        padding-right: 66.55px;
        padding-left: 47.84px;
    }
}

.card__number {
    position: absolute;
    top: 5%;
    right: 7%;
    color: #B2B2B2;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}


.card__title {
    margin-bottom: 18.87px;
    color: #4C4C4C;
    font-size: 34px;
    font-weight: 900;
    line-height:1.06;
}

.card__text {
    padding-bottom: 51.99px;
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;

    border-bottom: #B6B6B6 1px dashed;

    @media (min-width: 700px) {
        padding-bottom: 49.09px;
    }

}

.card__img {
    width: 81px;
    height: 81px;
    margin-bottom: 6.61px;
}

.customer__1 {
    position: absolute;
    top: 60%;
    left: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 700px) {
        top: 53%;
        left: 30%;
    }
}

.customer__2 {
    position: absolute;
    top: 49%;
    left: 18%;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 700px) {
        left: 29%;
    }
}

.customer__3 {
    position: absolute;
    top: 49%;
    left: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 700px) {
        top: 46%;
        left: 32%;
    }
}

.customer__name {
    color: #4C4C4C;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.88;
}

.customer__profession {
    color: #4C4C4C;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.73;
}


/* Possibilities */

.possibilities {
    padding-top: 51.49px;
    padding-bottom: 60.1px;

    @media (min-width: 700px) {
        padding-top: 73.41px;
        padding-bottom: 88.98px;
    }

    @media (min-width: 984px) {
           padding-bottom: 98.66px;
    }
}

.possibilities__title {
    margin-bottom: 29.38px;
    color: #FF3A00;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    line-height:1.06;

    @media (min-width: 700px) {
        margin-bottom: 38.12px;
        font-size: 36px;
    }

    @media (min-width: 984px) {
        margin-bottom: 32.46px;
        text-align: start;
    }
}

.possibilities__block-1 {
    padding-bottom: 51.01px;
    border-bottom: 1px dashed #B6B6B6;

    @media (min-width: 700px) {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 57.42px;
        border-bottom: 1px dashed #B6B6B6;
        padding-bottom: 75.66px;

    }
    @media (min-width: 984px) {
        gap: 137.34px;
        padding-bottom: 66.49px;
    }
}

.block-1__text {
    margin-bottom: 34.67px;
    color: #808080;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        margin-bottom: 0;
        font-size: 22px;
        text-align: start;
        line-height: 1.45;
    }
}

.possibilities__img {
    max-width: 165.286px;
    margin: 0 auto;
    margin-bottom: 41.36px;

    @media (min-width: 700px) {
        max-width: 217px;
        margin-bottom: 66.57px;
    }
    
    @media (min-width: 984px) {
        max-width: 243px;
        margin-top: -80px;
        margin-bottom: 40px;
    }
}

.possibilities__block-2 {
    padding-top: 53.02px;

    @media (min-width: 700px) {
        padding-top: 74.74px;
    }

    @media (min-width: 984px) {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 137.34px;
        padding-top: 75.74px;
    }
}

.small__text {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
}

.small__text--border {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;

    @media (min-width: 700px) {
        border: 0;
        padding: 0;
    }
}

.block2__text {
    margin-bottom: 53.02px;
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        margin-bottom: 48.57px;
        font-size: 22px;
        line-height: 1.45;
    }

    @media (min-width: 984px) {
        margin-bottom: 0;
    }
}

.group__img {
    max-width: 318px;
    margin: 0 auto;
    margin-bottom: 50.56px;

    @media (min-width: 700px) {
        max-width: 332px;
         margin: 0;
    }

    @media (min-width: 984px) {
        max-width: 374px;
        margin-bottom: 52.53px;
    }
}

.group {
        @media (min-width: 700px) {
            display: flex;
            gap: 49.39px;
            align-items: center;
        }

        @media (min-width: 984px) {
            display: block;
        }
}


/* Footer */
.footer {
    width: 100%;
    background: #EAEAEA;
}

.footer__container {
    margin: 0 auto;
    padding-top: 23.14px;
    padding-bottom: 14.25px;
    background: #EAEAEA;

    @media (min-width: 700px) {
        display: flex;
        justify-content: space-between;
        padding-top: 31.36px;
        padding-bottom: 31.36px;
        align-items: center;
            
    }

    @media (min-width: 984px) {
            padding-top: 29.67px;
            padding-bottom: 29.67px;
    }
}

.flogo {
    
    @media (min-width: 700px) {
        display: flex;
        gap: 18.34px;
        align-items: center;
    }

    @media (min-width: 984px) {
        gap: 14.11px;
        margin-right: 37.14px;
    }
}

.footer__logo {
    width: 56x;
    height: 44px;
    margin: 0 auto;

    @media (min-width: 700px) {
        margin: 0;
    }
}

.footer__text {
    color: #9C9C9C;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 3;

    @media (min-width: 700px) {
        text-align: start;
    }
}

.footer__list {
    display: none;

    @media (min-width: 700px) {
        display: flex;
        gap: 25px;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 984px) {
    margin-right: 168.83px
    }
}

.footer__link {
    color: #9C9C9C;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 3.64;

    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
                
        &:hover,
        &:focus {
            color: #FF3A00;
        }
}

.footer__btn {
    display: none;

    @media (min-width: 984px) {
        display: flex;
        gap: 9px;
        width: 138px;
        height: 48px;
        color: #9C9C9C;
        font-size: 14px;
        font-weight: 700;
        line-height: 3.64;
        align-items: center;
        justify-content: center;
        border: 1px solid #D1D1D1;
        cursor: pointer;
    
        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
                
        &:hover,
        &:focus {
            border: 1px solid #FF3A00;
            background: #FF3A00;
            color: #FFFFFF;
        }
            
    }
}

.footer__icon {
    width: 27.674px;
    height: 27.102px;
}

/* Mobile menu */

.mobile__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #FFF;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
}

.mobile-menu__list {
    padding-top: 79.67px;
    padding-right: 56.38px;
    margin-bottom: auto;

    @media (min-width: 700px) {
        padding-top: 68.85px;
        padding-right: 107.2px;
    }
}

.mobile-menu__link {
    display: block;
    color: #4C4C4C;;
    text-align: right;
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 2.08;

    &.link__current {
            color: #FF3A00
        }
    
}

.mobile__menu.is-open {
    transform: translateX(0);
}



/* =======PAGE ABOUT US  ======== */

/* About Us */

.aboutUs {
    padding-top: 66px;
    padding-bottom: 77px;

    @media (min-width: 700px) {
        padding-top: 72px;
        padding-bottom: 110px;
        display: grid;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        column-gap: 53px;
      }

    @media (min-width: 984px) {
        padding-top: 90.5px;
        padding-bottom: 66.04px;
        row-gap: 45px;
        column-gap: 91px;
    }
}

.aboutUs__text-1 {
    margin-bottom: 33px;
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        margin-bottom: 0;
        grid-column: 1 / span 2;
        font-size: 22px;
        line-height: 1.45;
    }

    @media (min-width: 984px) {
        grid-column: 1;
        grid-row: 1;

    }
}

.aboutUs__bear {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 36px;

    @media (min-width: 700px) {
        grid-column: 2;
        grid-row: 2;
        width: 324px;
        height: 359px;
        margin-bottom: 0;
    }

    @media (min-width: 984px) {
        grid-row: 1 / span 2;
        width: 451px;
        height: 500px;
    }
}

.aboutUs__small-text-1 {
    margin-bottom: 37px;
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;

    @media (min-width: 700px) {
        grid-column: 1;
        grid-row: 2;
        margin-bottom: 0;
    }

    @media (min-width: 984px) {
        grid-column: 1;
        grid-row: 2;
    }
}

.aboutUs__text-2 {
    margin-bottom: 46px;
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        grid-column: 1 / span 2;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 1.45;
    }

    @media (min-width: 984px) {
        grid-column: 2;
        grid-row: 3;
    }
}

.aboutUs__planet {
    width: 178px;
    height: 192px;
    margin: 0 auto;
    margin-bottom: 45px;

    @media (min-width: 700px) {
        width: 241.15px;
        height: 260.299px;
        margin-bottom: 0;
        margin-top: 35px;
    }

    @media (min-width: 984px) {
        margin-top: 0;
        grid-row: 3 / span 2;
        width: 271px;
        height: 292px;
    }
}

.aboutUs__small-text-2 {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;

    @media (min-width: 984px) {
        grid-column: 2;
        grid-row: 1;
    }

    @media (min-width: 984px) {
        grid-column: 2;
        grid-row: 4;
    }
}

/* Advantages */

.advantages {
    width: 100%;
    background-image: url('../image/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.advantages__container {
    padding-top: 71px;
    padding-bottom: 77px;


    @media (min-width: 700px) {
        padding-top: 81px;
        padding-bottom: 87px;
    }

    @media (min-width: 984px) {
        padding-top: 80.72px;
        padding-bottom: 60.81px;
        width: 100%;
        max-width: 984px;
        margin: 0 auto;
    }
}

.advantages__title {
    margin-bottom: 20.2px;
    color: #FF3A00;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.06;

    @media (min-width: 700px) {
        font-size: 36px;
        padding-left: 30px;
        padding-right: 30px;
    }
    @media (min-width: 984px) {
        padding: 0;
    }

}

.advantages__text {
    color: #808080;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.2px;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
    }
}

.advantages__list {
    margin-top: 55px;

    @media (min-width: 700px) {
        padding-right: 100px;
    }

    @media (min-width: 984px) {
        display: grid;
        align-items: flex-end;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        padding: 0;
    }
}

.advantages__item {

    @media (min-width: 700px) {
        display: flex;
        gap: 62px;
        align-items: center;
        justify-content: center;
    }

    @media (min-width: 984px) {
        display: block;
    }
}
.advantages__item:not(:last-child) {
    margin-bottom: 49px;

    @media (min-width: 700px) {
        margin-bottom: 80px;
    }

    @media (min-width: 984px) {
        margin: 0;
    }
}

.advantages__img-1 {
    max-width: 107px;
    margin: 0 auto;
    margin-bottom: 37px;

    @media (min-width: 700px) {
        max-width: 143px;
        margin-bottom: 0;
    }

    @media (min-width: 984px) {
        max-width: 150px;
        margin: 0;
        margin-bottom: 62.39px;
    }
}

.advantages__img-2 {
    max-width: 106px;
    margin: 0 auto;
    margin-bottom: 31px;

    @media (min-width: 700px) {
        max-width: 142px;
        margin-bottom: 0;
    }

    @media (min-width: 984px) {
        max-width: 166px;
        margin: 0;
        margin-bottom: 62.39px;
    }

}

.advantages__subtitle {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4C4C4C;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
    }

}

.advantage__subtext {
    color: #4C4C4C;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
            font-size: 22px;
            line-height: 1.45;
    }
}

/* .Guarantee */

.guarantee {
    padding-top: 66px;
    padding-bottom: 77px;

    @media (min-width: 700px) {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    @media (min-width: 984px) {
        padding-top: 94.69px;
        padding-bottom: 94.69px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 83.02px;
    }
}

.guaranter__text {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
        place-self: center;
    }
}

.guarantee__logo {
    margin: 0 auto;
    margin-top: 91px;
    margin-bottom: 76px;
    width: 97px;
    height: 111px;

    @media (min-width: 700px) {
        margin: 0;
        place-self: center;
        width: 97px;
        height: 111px;
    }

    @media (min-width: 984px) {
        place-self: center;
        width: 68px;
        height: 78px;
        margin-bottom: 50px;
    }
}

.guarantee__block {
    @media (min-width: 700px) {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        padding-top: 70px;
    }

    @media (min-width: 984px) {
        display: block;
        padding: 0;
    }
}


/* ======= PAGE ORDER HELP ====== */

/* Trust */

.trust {
    padding-top: 66px;
    padding-bottom: 68px;

    @media (min-width: 700px) {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    @media (min-width: 984px) {
        padding-top: 90.5px;
        padding-bottom: 74.07px;
    }
}

.trust__text {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
    }
}

/* Order  */
.order {
    position: relative;
    width: 100%;

    background-image: url("../image/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.order::before {
    position: absolute;
    top: -0.5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../image/wave.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.order::after {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../image/wave.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    transform: scaleY(-1);
}



.order__container {
    padding-top: 78px;
    padding-bottom: 105.39px;

    @media (min-width: 700px) {
        padding-top: 102px;
        padding-bottom: 95.5px;
        display: flex;
        gap: 49px;
    }

    @media (min-width: 984px) {
        padding-top: 97.49px;
        padding-bottom: 110.37px;
        gap: 102.79px;
    }
}

.order__text {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
}

.order__img {
    max-width: 187px;
    margin-top: 61px;
    margin-bottom: 113px;

    @media (min-width: 700px) {
        max-width: 203px;
        margin-top: 236px;
        margin-bottom: 0;
    }

    @media (min-width: 984px) {
        max-width: 281px;
         margin-top: 182.38px;
    }
}

.order__form {

    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 36px;

    @media (min-width: 700px) {
        margin-bottom: 36px;
    }
    @media (min-width: 984px) {
        margin-bottom: 35.65px;
    }

}

.order__label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #505050;
    font-family: "Inter Tight";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
}

.order__input {
    width: 100%;
    height: 56px;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 16px;
    color: #505050;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid #9E9E9E;
    background: #FFF;

    
    
    @media (min-width: 700px) {
        width: 324px;
    }

    @media (min-width: 984px){
        width: 441.215px;
    }
}

.order__btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 13.48px;
    padding-left: 14.38px;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.58;
    background: #505050;

    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    
        &:hover,
        &:focus {
            background-color:#9E9E9E;
        }
    @media (min-width: 700px) {
        width: 324px;
    }
     @media (min-width: 984px) {
        width: 439px;
     }
}

.btn__arrow {
    color: #FFF;
    text-align: right;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.58;

}

/* Questions */

.questions {
    padding-top: 101.61px;
    padding-bottom: 48px;

    @media (min-width: 700px) {
        padding-top: 83.5px;
        padding-bottom: 83.5px;
    }

    @media (min-width: 984px) {
        padding-top: 96.9px;
        padding-bottom: 71.45px;
    }

}


.questions__title {
    display: none;

    @media (min-width: 700px) {
        display: block;
        margin-bottom: 50px;
        color: #FF3A00;
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        line-height: 1.06;
    }

    @media (min-width: 984px) {
        margin-bottom: 20.2px;
    }
}

.questions__text {
    display: none;

    @media (min-width: 700px) {
        display: block;
        margin-bottom: 50px;
        color: #808080;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.45;
    }

    @media (min-width: 984px) {
        margin-bottom: 79.88px;
    }
}

.questions__item {
    @media (min-width: 700px) {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 2fr;
        gap: 47px;
    }
    @media (min-width: 984px) {
        gap: 70px;
    }
}

.questions__item:not(:last-child) {
    margin-bottom: 34px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #B6B6B6;

    @media (min-width: 700px) {
        margin-bottom: 0;
        padding-bottom: 34px;
        
    }

    @media (min-width: 700px) {
        padding-bottom: 33.65px;
        
    }
}

.questions__item:not(:first-child) {

    @media (min-width: 700px) {
        padding-top: 34px;
    }
}

.questions__subtitle {
    margin-bottom: 15px;
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
}

.questions__answer {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
    }
}

/* Mission */

.mission__container {
    padding-bottom: 48px;

    @media (min-width: 700px) {
        padding-bottom: 66px;
    }
    @media (min-width: 984px) {
        padding-bottom: 89.94px;
    }

}

.mission__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
    background: #FF3A00;
    margin: 0 auto;
    margin-bottom: 58px;

    @media (min-width: 700px) {
        margin-bottom: 57px;
    }

    @media (min-width: 984px) {
        height: 106px;
        margin-bottom: 76.72px;
    }
}

.mission__logo {
    width: 31.296px;
    height: 35.869px;
    margin: 0 auto;

    @media (min-width: 984px) {
        width: 38.425px;
        height: 44.041px;
    }

}

.mission__text {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 34px;

        font-size: 22px;
        line-height: 1.45;
    }

    @media (min-width: 984px) {
        gap: 69.34px;

    }
}

.mission__text--1 {
    margin-bottom: 20px;
}


/* ======= PAGE CONTACT US======= */

/* Support */

.support {
    padding-top: 58px;
    padding-bottom: 73px;
    
    @media (min-width: 700px) {
        padding-top: 72px;
        padding-bottom: 72px; 
    }

    @media (min-width: 984px) {
        padding-top: 90.5px;
        padding-bottom: 73px;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 74.13px
    }

}

.support__text-1,
.support__text-2 {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
    }
}

.support__text-1 {
    margin-bottom: 30px;
}

/* Contact */
.contact {
    position: relative;
    width: 100%;

    background-image: url("../image/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   
}

.contact::before {
    position: absolute;
    top: -0.5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../image/wave.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.contact::after {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../image/wave.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    transform: scaleY(-1);
}

.contact__container {
    padding-top: 78px;
    padding-bottom: 79.39px;
    
    @media (min-width: 700px) {
        padding-top: 74px;
        padding-bottom: 76.5px;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 47px;
    }

    @media (min-width: 984px) {
        padding-top: 100.94px;
        padding-bottom: 89.89px;
        gap: 95px;
    }
}

.contact__text {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;

    @media (min-width: 700px) {
        margin-bottom: 145px;
    }

    @media (min-width: 984px) {
        margin-bottom: 132.69px;
    }
}

.contact__img {
    max-width: 145px;
    margin-top: 45px;
    margin-bottom: 45px;

    @media (min-width: 700px) {
        margin-bottom: 0;
    }
    @media (min-width: 984px) {
        max-width: 165px;
        margin-top: 0;
    }
}

.contact__subtitle {
    margin-bottom: 6px;
    color: #505050;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;

    @media (min-width: 700px) {
        padding-top: 0px;
    }
}

.contact__subtitle:not(:first-child) {
    @media (min-width: 700px) {
        padding-top: 28px;
    }
}

.contact__subtitle:not(:first-child) {
    padding-top: 28px;
    border-top: 1px dashed #FF3A00;
}

.block-2__text {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
}

.block-2__text:not(:last-child) {
    padding-bottom: 28px;

    @media (min-width: 984px) {
            padding-bottom: 21px;
    }
}

.contact__btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
    padding-right: 15.33px;
    padding-left: 14.25px;
    color: #FF3A00;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.58;
    border: 1px solid #FF3A00;
    background: #FFF;

    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    
        &:hover,
        &:focus {
            background-color: #FF3A00;
            color:#FFFFFF;
        }
}

.contact__icon {
    width: 27.674px;
    height: 27.102px;
}

/* Connect */
.connect {
    padding-top: 57.61px;
    padding-bottom: 99px;
    
    @media (min-width: 700px) {
        padding-top: 71.5px;
        padding-bottom: 89.6px;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 47px;
    }

    @media (min-width: 984px) {
        padding-top: 90.5px;
        padding-bottom: 65.37px;
        gap: 72.84px;
    }
}

.connect__block .contact__btn {
    margin-bottom: 0;
}

.connect__text-1 {
    margin-bottom: 45px;
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    @media (min-width: 700px) {
        font-size: 22px;
        line-height: 1.45;
        margin-bottom: 0;
    }
}

.connect__text-2 {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 20px;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1000ms infinite linear;
    -moz-animation: spinner 1000ms infinite linear;
    -ms-animation: spinner 1000ms infinite linear;
    -o-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blur {
    filter: blur(10px);
}

.have-order, .no-order {
    display: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    color: #666 !important;
}

button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn-live-chat {
    text-decoration: none;
}

.b-order-top__cancelled {
    margin: 0 0 63px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}