@media (max-width: 1009px) {
    
}
@media (max-width:991px){
    .about__content-left {
            max-width: 348px;
    }    
    
    .ellipse__green {
        left: 45%;
    }
    
    .ellipse__red {
        left: 45%;
    }

}
@media (max-width:833px){
    .about .container {
        padding-bottom: 70px;
    }
    .about__text:not(:last-child) {
        margin-bottom: 19px;
    }
    .about__title {
        max-width: 327.422px;
        padding-top: 80px;
        margin-bottom: 46.49px;
    }

    .about__content-rigth::after{
        top: 2%;
        right: 3%;
    }
     .standart ul{
        gap: 52px;
    }
    .standart {
        padding-bottom: 103px;
    }
    .standart__title {
        margin-bottom: 63px;
    }
    .standart ul {
        gap: 52px;
    }
    .standart ul li svg {
        margin-bottom: 35px;
    }
    .hero {
        padding-top: 64px;
        padding-bottom: 67.58px;
    }
    .hero__content{
        flex-direction: column;
        gap: 0;
    }
    .hero__content p{
        max-width: 345px;
        margin-bottom: 31px;
    }
    .hero__top {
        margin-bottom: -29.89px;
    }
    .hero__bottom{
        justify-content: space-between;
        margin-top: 13.11px;
    }
    .hero__title{
        padding-top: 5px;
    }
    .support .container {
        padding-bottom: 60px;
    }
    .support__title {
            margin-bottom: 38px
    };
    .company {
       padding-bottom: 59px;
    }
    .company__title {
        margin-bottom: 56px;
    }
    .company ul li svg {
        margin-bottom: 42px;
    }
    .company ul li p {
        font-size: 14px;
        line-height: normal;
    }
    .quality .container{
        gap: 32px;
        padding-top: 65px;
        padding-bottom:  65px;
    }
    .quality__block-1 svg {
        margin-bottom: 31px;
    }
    .quality__block-2 ul {
        padding-top: 33px;
        margin-bottom: 31.43px;
    }
    .quality__block-2 p {
        font-size: 14px;
        line-height: normal;
    }
    .quality__text{
        width: 201px;
        font-size: 14px;
        line-height: normal;
    }
    .contactUs .container{
        gap: 92px;
    }
    .contactUs p {
        font-size: 14px;
        line-height: normal;
    }
    .contactUs p a {
        font-size: 14px;
    }
    .available {
        padding: 74px 0 76px 0;
    }
    .available__title{
        color: #3F3F3F;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.12;
        text-transform: uppercase;
    }
    .available__content svg{
        margin-bottom: 35px;
    }
    .available__content p {
        max-width: 197px;
        color: #4C4C4C;
        font-size: 14px;
        line-height: normal;
    }
    .connect {
        padding: 71px 0 57px 0;
    }
    .connect ul {
        gap: 33px;
    }
    .connect ul li svg {
        margin-bottom: 30px;
    }
    .status {
        padding: 74px 0 81px 0;
    }
    .status__wrapper {
        gap: 56px;
        justify-content: space-between;
    }
    .status__rigth {
        width: 350px;
    }
    .chat {
        padding: 72px 0 73px 0;
    }
   .chat__wrapper {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 30px;
    }
    .chat__wrapper p {
        margin-bottom: 35px;
    }
    .phone__title{
        max-width: 287px;
    }
    .phone__content {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 30px;
    }
    .email__wrapper {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 30px;
    }
    .email__title{
        max-width: 282px;
    }

}
@media (max-width:767px){
    .logo {
        gap: 11.8px;
    }
    .logo svg {
        width: 38.132px;
        height: 27.237px;
    }
    .logo p{
        font-size: 12.711px;
        line-height: 12.711px;
    }
    .header__down{
        display: none;
    }
    .header__top-rigth{
        display: none;
    }

    .mob__btn{
        display: flex;
        gap: 23px;
        align-items: center;
    }
    .header__btn{
        width: 112px;
        height: 37px;
        gap: 9px;
        color: #FFF;
        text-align: center;
        font-size: 9.846px;
        font-weight: 600;
        line-height: 3.18;
        text-transform: uppercase;

    }
    .header__btn svg {
        width: 24.234px;
        height: 15.933px;
        margin-top: 3px;

    }
    .header__right {
        display: flex;
        flex-direction: column-reverse;
        background: #FFF;
        box-shadow: 0px 2px 9px 0px rgba(0, 4, 70, 0.09);
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        padding: 45px 54px 100px 57px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: 0.3s;
        z-index: -1;
    }
    .header__right.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 5;
    }
    .header__right-row.nav__mob ul{
        flex-direction: column;
        align-items: end;
      }
    .header__right-row .nav__mob ul li a{
        display: block;
        padding: 0;
        text-align: right;
        font-weight: 700;
        font-size: 32px;
        line-height: 2.81;
        color: #3F3F3F;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        transition: 0.3s;
    }
    .b-mobile {
        display: block;
         margin: 0 0 0 10px;
    }
    
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        width: 25px;
        height: 23px;
        transition: 0.3s;
    }
    
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 25px;
    }
    
    .menu-icon.active b {
        transition: 0.5s;
    }
    
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        background: #000;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    
    .menu-icon .b-menu__line_1 {
        top: 0;
    }
    
    .menu-icon .b-menu__line_2 {
        top: 8px;
    }
    
    .menu-icon .b-menu__line_3 {
        top: 16px;
        width: 100%;
    }
    
     .menu-icon.active .b-menu__line {
        background: #0a343e;
    }
    
    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
    }
    
    .menu-icon.active .b-menu__line_2 {
         opacity: 0;
    }
    
    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
    }
    .logo p span{
        display: block;
    }
    .footer__logo{
        margin: 0 auto;
    }
    .footer__nav{
        display: none;
    }
    .support .container {
        display: flex;
        flex-direction: column;
        padding-top: 55px;
        padding-bottom: 60px;
    }
    .support__title{
        font-size: 24px;
        line-height: 1.12;
        margin-bottom: 51px;
    }
    .support svg{
        margin-bottom: 28.4px;
    
    }
    .standart{
        padding-top: 55px;
        padding-bottom: 54px;
    }
    .standart__title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 45px;
    }
    .standart ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 37px;
        row-gap: 25px;
    }
    .standart ul li svg {
        margin-bottom: 31px;
    }
    .standart ul li p{
        max-width: 158px;
    }
    .hero {
        padding-top: 44px;
        padding-bottom: 53.36px;
    }
    .hero__top {
        gap: 26px;
        justify-content: center;
        margin-bottom: 20px;
    }
    .hero__top  svg{
        width: 90px;
        height: 90px;
    }
    .hero__text {
        max-width: 208px;
    }
    .hero__bottom,
    .hero__content {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .hero__bottom {
        margin-top: 4.11px;
    }
    .hero__title {
        max-width: 100%;
        font-size: 40.929px;
        margin-bottom: 33px;
    }
    .hero__content p {
        max-width: 100%;
        font-size: 14px;
    }

    .hero__content-rigth p {
        margin-top: 20px;
        margin-bottom: 41px;
    }
    .hero__content-rigth ul {
        gap: 10.04px;
        justify-content: center;
        margin-top: 21px;
    }
    .hero__content-rigth ul li img{
        width: 99.6px;
    }
    .slide-image{
        max-width: none;
        width: 605px;
        position: relative;
  
    }
    .mobile-image-wrapper {
        width:50%;
        height: auto;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: flex-end;
    }
    .about .container {
        position: relative;
        display: block;
        padding-bottom: 58px;

    }
    .about__title {
        max-width: 100%;
        padding-top: 54px;
        margin-bottom: 41px;
        font-size: 24px;
    }
    .about__content-rigth{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 58px;
       
    }
    .about__content-rigth::after {
        width: 304.466px;
        height: 415.503px;
        background-size: cover;
        background-position: center;
        left: 10%;
        top:49%;
    }
   

    .ellipse__green {
        position: static;
        width: 319px;
        height: 320px;
        flex-shrink: 0;
    }
    
    .ellipse__red {
        position: static;
        width: 319px;
        height: 320px;
        flex-shrink: 0;
    } 
    .company {
        padding-top: 57px;
        padding-bottom: 70px;
    }
    .company__title {
         margin-bottom: 45px;
        font-size: 24px;
    }
    .company ul {
        display: block;

    }
    .company ul li{
        display: flex;
        gap: 40px;

    }
    .company ul li svg {
        margin-bottom: 0;
        min-width: 120px;
        height: 120px;
    }
    .company ul li:not(:last-child) {
        margin-bottom: 45px;
    }
    .quality .container{
        display: block;
        gap: 0;
        padding-top: 59px;
        padding-bottom:  59px;
    }
    .quality__block-1 {
        display: flex;
        gap: 39px;
        margin-bottom: 42px;
        
    }
    .quality__block-1 svg {
        min-width: 120px;
        height: 120px;
        margin: 0;
    }
    .quality__text{
        width: 100%;
    }
   
    .quality__block-2 ul {
        justify-content: center;
        gap: 15.19px;
        padding-top: 0;
        margin-bottom: 29.79px;
    }
    .quality__block-2 ul li img{
        width: 96.206px;
        height: 96.206px;
    }
    .quality__block-2 p {
        color: #4C4C4C;
        font-size: 14px;
        line-height: normal;
    }
    .contactUs {
        padding: 53px 0 60px 0;
    }
    .contactUs svg {
        min-width: 120px;
        height: 120px;
    }
    .contactUs .container {
        gap: 39px;
        align-items: flex-start;
    }
    .available {
        padding: 53px 0 60px 0;
    }
    .available__title {
        font-size: 24px;
    }
    .available__content div{
        display: flex;
        gap: 40px;
        align-items:flex-start;
        justify-content: flex-start;
    }
    .available__content svg {
        width: 120px;
        height: 120px;
        margin-bottom: 0;
    }
    .available__content p {
        font-size: 14px;
        line-height: normal;
    }
    .connect {
        padding: 55px 0 60px 0;
    }
    .connect__title {
        font-size: 24px;
    }
    .connect ul {
        display: block;
        gap: 40px;
    }
    .connect ul li {
        display: flex;
        gap: 38px;
  
        &:not(:last-child){
            margin-bottom: 40px;
        }
    }
    .connect ul li svg {
        min-width: 120px;
        height: 120px;
        margin-bottom: 0;
    }
    .connect ul li p {
        font-size: 14px;
        line-height: normal;
    }
    .status {
        padding: 55px 0 60px 0;
    }
    .status__title {
        font-size: 24px;
    }
    .status__wrapper {
        display: block;
    }
    .status__left p {
        margin-bottom: 21px;
        font-size: 14px;
        line-height: normal;
    }
    .status__rigth {
        width: 100%;
    }
    .chat {
        padding: 55px 0 60px 0;
    }
    .chat__title {
        font-size: 24px;
    }
    .chat__wrapper { 
        flex-direction: column;
   
    }  
    .chat__wrapper p {
        margin-left: 0;
        margin-bottom: 40px;
        font-size: 14px;
        line-height: normal;
    }
    .chat__content {
        margin-left: 0;
    }
    .chat__content {
        
    }
    .chat__wrapper p {
        margin-bottom: 35px;
    }
    .phone{
        padding: 46px 0 60px 0;
    }
    .phone__title{
        max-width: 100%;
        font-size: 24px;
    }
    .phone__content {
        margin-left: 0;
    }
    .email{
        padding: 55px 0 60px 0;
    }
    .email__title{
        max-width: 299px;
        font-size: 24px;
    }
    .email__content{
        margin-left: 0;
    }
    .active::after {
        display: none;
    }

}
@media (max-width: 499px) {

}
@media (max-width: 389px) {
    .container{
        padding: 0 15px;
    }
}