body{
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color:  #F2F4F8;
    position: relative;
}
.body-cover-hide{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 210;
}
.body-cover-show{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 210;
}
a{
    text-decoration: none;
    color: #122D45;
}
p{
    margin:0;
}
#marker::before{
    content: "•";
    margin-right: 10px; 
}
#marker-text{
    margin-left: 17px;
}

.form__error-massage-hide{
    display: none;
}
.form__error-massage-show{
    display: flex;
}
#error-message{
    padding-bottom: 10px;
    color: #E22B29;
    padding-left: 56px;
}
#error-message-text{
    padding-bottom: 10px;
    color: #E22B29;
    padding-left: 56px;
}
#error-message-tel{
    padding-bottom: 10px;
    color: #E22B29;
    padding-left: 56px;
}
#error-message-textarea{
    padding-bottom: 10px;
    color: #E22B29;
    padding-left: 56px;
}

.form__success-send{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* right: 76px; */
    top: 140px;
    z-index: 150;
}
.form__success-send-show{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* right: 76px; */
    top: 140px;
    z-index: 150;
}
.form__success-send-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 552px;
    height: 529px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px -24px rgba(18, 45, 69, 0.24);
    border-radius: 8px;
    z-index: 250;
}
.form__items-container{
    display: flex;
    flex-direction: column;
    align-items:center;
    width: 317px;
    height: 305px;
}
.form__success-img{
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background: rgba(70, 165, 52, 0.08);
    border: 3px solid rgba(70, 165, 52, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}
.form__success-title{
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #122D45;
    margin-bottom: 24px;
}
.form__success-description{
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    letter-spacing: -0.04em;
    color: rgba(18, 45, 69, 0.48);
}




.header-mobile__active-menu-container{
    display: none;
}
.header__burger-menu-container{
    display: none;
}
.header__logo {
    width: 70px;
}
.mobile-footer__wrapper{
    display: none;
}
/* form component */

.form__container-hide{
    display: none;
}
.form__container-show{
    display: flex;
    /* justify-content: center;  */
    position: absolute;
    /* right: 76px; */
    top: 140px;
    z-index: 150;
}

.form__form-component{
    display: flex;
    flex-direction: column;
}
.form__container{
    display: flex;
    justify-content: center;  
    
}
.form__wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 552px;
    background-color: #FFFFFF;
    box-shadow: 0px 24px 60px -24px rgba(18, 45, 69, 0.24);
    border-radius: 8px;
}
.form__header-container{
    display: flex;
    width: 504px;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 25px;
}
.form__form-component{
    width: 504px;
}
.form__header-left-item{
    width: 44px;
    height: 44px;
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form__header-left-item img{
    width: 24px;
}
.form__header-right-item img{
    width: 44px;
    height: 44px;
    
    
}
.form__header-right-item{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.form__header-right-item:hover{
    background: rgba(225, 0, 26, 0.08);
    border: 1px solid rgba(225, 0, 26, 0.16); 
}

.form__header-right-item-hide{
    display: none;
}
.form__header-title{
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #122D45;
}
.form__input-style{
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
    border-radius: 8px;
    height: 62px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    position: relative;
}
.input-value{
    background-color: transparent;
}
.error-border{
    border: 1px solid #E22B29;
    background: rgba(18, 45, 69, 0.08);
    border-radius: 8px;
    height: 62px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    position: relative;
}

.form__input-style:hover{
   background-color: #FFFFFF;
}
.form__input-style-textarea:hover{
    background-color: #FFFFFF;
}

.form__input-style-textarea img{
    position: absolute;
    top: 20px;
    left: 15px;
}
.form__name-field,
.form__mail-field,
.form__tel-field,
.form__text-field{
    border: none;
    background: rgba(18, 45, 69, 0); 
    width: 70%;
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #122D45;
}
.form__name-field:focus-within~.form__input-style,
.form__mail-field:focus-within~.form__input-style,
.form__tel-field:focus-within~.form__input-style,
.form__text-field:focus-within~.form__input-style{
    outline: black;
}

.form__input-style img{
    margin-right: 16px;
}
::placeholder{
    font-family: "Inter";
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: rgba(18, 45, 69, 0.32);
}
.form__input-style input:focus{
   outline: none;
}
.form__button{
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 8px;
    border: 1px solid #122D45;
    background-color: #FFFFFF;
    margin-top: 42px;
    margin-bottom: 24px;
    cursor: pointer;
}
.hidden-copy-text{
    word-wrap: break-word;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    border: 1px solid black;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #122D45;
    left: 50px;
    width: 400px;
    font-family: 'Inter';
    visibility: hidden;
}

  .form__textarea{
    position: absolute;
    padding-top: 16px;
    top: 0;
    display: block;
    overflow: hidden;
    resize: none;
    height: 31px;
    border: none;
    background: rgba(18, 45, 69, 0.0);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #122D45;
    left: 50px;
    width: 400px;
    font-family: 'Inter';
  }
  .form__textarea:focus{
    outline: none;
  }
  .form__input-style-textarea{
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
    border-radius: 8px;
    min-height: 62px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    position: relative;
  }
  .form__input-style-textarea img{
    margin-right: 16px;
}
.form__input-style-textarea input:focus{
    outline: none;
 }
.header__mobile-burger-menu{
    display: none;
}
.global-wrapper{
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./assets/img/plane-main.png') no-repeat 50% -1%;
    z-index: 100;
    pointer-events: none;
}
.global-wrapper-back{
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./assets/img/plane-back.png') no-repeat 50% -1%;
    z-index: -100;
    pointer-events: none;
}
.header__container{
    display: flex;
    justify-content: center;   
}
.header__hidden-wrapper{
    width: 1168px;
    position: relative;
}

.header__wrapper{
    position: fixed;
    margin-top: 16px;
    display: flex;
    width: 1168px;
    height: 96px;
    background: rgba(242, 244, 248, 0.48);
    border: 1.5px solid rgba(18, 45, 69, 0.16);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 16px;
    justify-content: space-between;
    z-index: 100;
    
}
.header__wrapper-policy{
    margin-top: 16px;
    display: flex;
    width: 1168px;
    height: 96px;
    background: rgba(242, 244, 248, 0.48);
    border: 1.5px solid rgba(18, 45, 69, 0.16);
    backdrop-filter: blur(24px);
    border-radius: 16px;
    justify-content: space-between;
    z-index: 100;
}
.header__image-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 24px;
}
.header__menu-wrapper{
    display: flex;
    align-items: center;
    padding-right: 24px;
}
.header__about-item,
.header__contacts-item,
.header__contact-us-item {
    border: 1px solid rgba(18, 45, 69, 0.08);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    letter-spacing: -0.02em;
    color: #122D45;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 8px;
    transition-property: all;
    transition-duration: 0.3s;
}
.background__img-container{
    position: absolute;
    top: 50px;
    display: flex;
    justify-content: center;
}
.main__container{
    display: flex;
    justify-content: center;
    margin-top: 96px;
}
.main__wrapper{
    display: flex;
    width: 1120px;
}
.main__text-item{
    font-weight: 500;
    font-size: 92px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #122D45;
}
.main__description-container{
    margin-top: 123px;
    z-index: 10;
    position: relative;
}
.main__text-item-italic{
    font-family: 'Playfair Display', serif;
    color: #2B2A78;
    font-weight: 500;
    font-size: 92px;
    line-height: 100%;
    position: relative;
    display: inline-table;
}
.main__text-item-italic::before{
    content: '';
    position: absolute;
    width: 238px;
    height: 238px;
    border-radius: 119px;
    border: 1.5px solid #2B2A78;
    top: -63px;
    left: -41px;
}

.main__main-text{
    position: relative;
   z-index: 10;
}
.main__transport-image-container-back{
    position: absolute;
    top: -100px;
    left: 395px;
    width: 100%;
    height: 100%;
    background: url('./assets/img/cover-plane.png') no-repeat 50% 0%;
}

.main__transport-image-container{
    position: absolute;
    top: 0;
    left: 0;
}
.main__transport-image-container img{
    display: flex;
    z-index: 10;
    position: relative;
}
.main__transport-image-container-back img{
    display: flex;
    z-index: 1;
    position: relative;
}
.main__contact-us-button{
    width: 214px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 32px;
    background-color: #122D45;
    margin-top: 100px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-bottom: 603px;
    cursor: pointer;
}
.main__contact-us-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 155%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.main__advantage-wrapper{
    display: flex;
    flex-direction: column;
}
.main__advantage--items{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    width: 1120px;
}
.main__advantage-item{
   position: relative;
   z-index: 1;
   width: 268px;
   height: 268px;
   transition-property: all;
   transition-duration: 0.3s;
}
.main__advantage-img-left-top{
    position: absolute;
    top: 0;
    left: 0;
}
.main__advantage-img-right-top{
    position: absolute;
    top: 0;
    right: 0;
}
.main__advantage-img-right-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
.main__advantage-img-left-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
.main__advantage-item-content{
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-top: 24px;
} 
.main__advantage-item-img-wrapper{
    margin-bottom: 28px;
}
.main__advantage-text-title{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #122D45;
}
.main__advantage-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: rgba(18, 45, 69, 0.48);
}
.main__about-us-block-container{
    position: relative;
    margin-top: 303px;
    min-height: 584px;
}
.main__about-us-background{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24px;
    padding-top: 24px;
}
.main__contacts-background{
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 24px;
    padding-right: 24px;
}
.main__contacts-info-container{
    display: flex;
    justify-content: space-between;
    padding-top: 136px;
    margin-bottom: 55px;
}
.main__contacts-item{
    background-color: #FFFFFF;
    width: 552px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    z-index: 10;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    /* padding-bottom: 55px; */
}
.main__padding-upper-block{
    margin-bottom: 8px;
}
.main__about-us-title{
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #122D45;
    margin-bottom: 24px;
}
.main__about-us-content{
    font-weight: 500;
    font-size: 20px;
    line-height: 155%;
    letter-spacing: -0.02em;
    color: #122D45;
}
.main__about-round-el{
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(18, 45, 69, 0.08);
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.main__about-upper-side-item{
    display: flex;
}
.main__email-block{
    min-width: 504px;
    height: 62px;
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}


.main__license-block{
    width: 504px;
    height: 62px;
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 16px; 
    cursor: pointer;
}
.main__email-wrapper{
    display: flex;
}
.main__email-wrapper:hover .main__email-block{
    min-width: 440px;
    background-color: #122D45;
    }
.main__email-wrapper:hover .main__mail-info{
        color: #FFFFFF;
}
.main__email-wrapper:hover #email-img{
  stroke: #FFFFFF;
}



.main__return-button{
    width: 2px;
    height: 62px;
    background: #122D45;
    border-radius: 31px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    cursor: pointer;
}
.main__email-wrapper:hover .main__return-button{
    width: 62px;
    height: 62px;
    background: #122D45;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}

.main__return-button img{
    width: 24px;
}
.main__low-side-license-and-button{
    display: flex;
    justify-content: space-between;
}
.main__license-info{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #122D45;
    padding-left: 16px;
    max-width: 288px;
}
.main__license-left-items-wrapper{
    display: flex;
    align-items: center;
}
.main__license-block:hover{
    background-color: #122D45;
}
.main__license-block:hover .main__license-info{
    color: #FFFFFF;
}
.main__license-block:hover #license-icon{
    stroke: #FFFFFF;
}
.main__pdf-item{
    width: 64px;
    height: 36px;
    background-color: #E22B29;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.main__location-block{
    width: 504px;
    height: auto;
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    cursor: pointer;
}
.main__location-info{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #122D45;
    padding-left: 16px;
    max-width: 288px;
}
.main__location-left-items-wrapper{
    display: flex;
    align-items: center;
}
.main__location-block:hover{
    background-color: #122D45;
}
.main__location-block:hover .main__location-info{
    color: #FFFFFF;
}
.main__location-block:hover #location-icon{
    stroke: #FFFFFF;
}
.main__map-item{
    width: 64px;
    height: 36px;
    background-color: #2B2A78;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.main__pdf-item span{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.main__mail-info{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #122D45; 
    padding-left: 16px;
}
.footer__container{
    display: flex;
    justify-content: center;
    margin-top: 115px;
}

.footer__main-block{
    margin-bottom: 101px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer__main-block img {
    width: 60px;
}


svg:hover #rect_stroke{
    stroke: #46A534;
}
.main__advantage-item:hover .main__advantage-img-left-top,
.main__advantage-item:hover .main__advantage-img-right-top,
.main__advantage-item:hover .main__advantage-img-right-bottom,
.main__advantage-item:hover .main__advantage-img-left-bottom{
    display: none;
}
.main__advantage-item:hover{
    background-color: #FFFFFF;
    border-radius: 8px;
}
.main__advantage-item:hover #svg_3{
    stroke: #46A534;
}
.main__advantage-item:hover #rect_1,
.main__advantage-item:hover #rect_2{
    stroke: #46A534;
}
.main__advantage-item:hover #rect_fill {
    fill: #FFFFFF;
  
}
.main__advantage-item:hover #rect_stroke {
    stroke: #46A534; 
 }
 .main__advantage-item:hover #circle{
    fill: #FFFFFF;
    
 }
 .main__advantage-item:hover #circle-line{
    fill: #FFFFFF;
    stroke: #46A534; 
 }
 
 .header__about-item:hover {
    background-color: #FFFFFF;
    color: #E22B29;
    cursor: pointer;
 }
 .header__contacts-item:hover {
    background-color: #FFFFFF;
    color: #E22B29;
    cursor: pointer;
 }
 .header__contact-us-item:hover {
    background-color: #FFFFFF;
    color: #E22B29;
    cursor: pointer;
 }

 .policy__container{
    display: flex;
    justify-content: center;
    margin-left: 130px;
    margin-top: 16px;
    position: relative;
 }
 .policy__wrapper{
    display: flex;
    width: 1250px;
    background: url('./assets/img/Privacy-policy.png') no-repeat 30px 20px;
 }
 .policy__text-container{
    display: flex;
    flex-direction: column;
    width: 836px;
    background-color: #FFFFFF;
    padding: 24px;
    margin-top: 128px;
    margin-bottom: 128px;
    border-radius: 16px;
 }
 .policy__text{
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    letter-spacing: -0.02em;
    color: #122D45;
    margin-top: 24px;
 }
 .policy__text-title{
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #122D45;
    padding-left: 40px;
 }
 .policy__text-title-wrapper{
    display: flex;
    flex-direction: column;
 }
 .policy__title-container{
    display: flex;
 }
 .policy__image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: rgba(18, 45, 69, 0.08);
    border: 1px solid rgba(18, 45, 69, 0.16);
 }
 .policy__wrapper #left-top-corner{
    position: absolute;
    top: 0;
 }

 @media screen and (max-width: 1200px){
    .header__wrapper{
        width: 1008px;
    }
    .global-wrapper{
        width: 100%;
        top: 120px;
        background-size: 1536px auto;
    }
    .global-wrapper-back{
        width: 100%;
        position: absolute;
        top: 120px;
        background-size: 1536px auto;
    }
    .main__advantage--items{
        width: 960px;
    }
    .main__advantage-title-img img{
        width: 756px;
    }
    .main__wrapper{
        width: 960px;
    }
    .main__contacts-item{
        width: 472px;
    }
    .main__advantage-item{
        width: 228px;
    }
    .main__email-block{
        min-width: 424px;
    }
    .main__email-wrapper:hover .main__email-block{
        min-width: 360px;
        background-color: #122D45;
        }
    .main__license-block{
        width: 424px;
    }
    .main__location-block{
        width: 424px;
    }
 }
 @media screen and (max-width: 970px){
    .main__text-item-italic::before{
        content: '';
        position: absolute;
        width: 118px;
        height: 118px;
        border-radius: 599px;
        border: 1.5px solid #2B2A78;
        top: -23px;
        left: -23px;
    }
    .header__wrapper{
        width: 760px;
    }
    .global-wrapper{
        width:100%;
        top: 94px;
        left: 0;
        background-size: 1000px auto;
    }
    .main__description-container span{
        font-size: 50px;
    }
    .main__description-container{
        margin-top: 85px;
    }
    .global-wrapper-back{
        width: 100%;
        position: absolute;
        top: 95px;
        left: 0;
        background-size: 1000px auto;
    }
    .main__advantage--items{
        width: 760px;
    }
    .main__advantage-title-img img{
        width: 605px;
    }
    .main__wrapper{
        width: 760px;
    }
    .main__contacts-item{
        width: 360px;
    }
    .main__advantage-item{
        width: 220px;
    }
    .main__email-block{
        min-width: 310px;
    }
    .main__location-block{
        width: 310px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .main__license-block{
        width: 310px;
    }
    #main__svg-location{
        width: 80px;
    }
    
    .main__email-wrapper:hover .main__email-block{
        min-width: 250px;
        background-color: #122D45;
        }
    .main__advantage-text{
        font-size: 16px;
    }
    .main__about-us-background{
        width: 700px;
    }
    .main__contacts-background{
        width: 700px;
    }
    .main__contact-us-button{
        margin-bottom: 300px;
    }
    .main__about-us-title{
        font-size: 40px;
    }
    .main__about-us-content{
        font-size: 16px;
    }
    .main__mail-info{
        font-size: 16px;
    }
    .main__license-info{
        font-size: 16px;
        padding-left: 10px;
    }
    .main__location-info{
        font-size: 15px;
        padding-left: 10px;
    }
    .main__advantage-item{
        width: 185px;
    }
   
 }
 @media screen and (max-width: 770px){
    
    .main__location-block{
        width: 280px;
    }
    .policy__wrapper{
        width: 320px;
        background: none;
    }
    .policy__container{
        justify-content: center;
        margin-left: 0px;
    }
    .policy__text-container{
        margin-top: 36px;
    }
    .header__wrapper-policy{
        width: 360px;
    }
    .header__image-wrapper img{
        margin-left: 16px;
    }
    .policy__text-title{
        font-size: 56px;
    }
    .show-element-burger-menu{
        display: flex;
    }
    .hide-element-burger-menu{
        display: none;
    }
    .main__wrapper{
        width: 328px;
    }
    .main__license-block{
        width: 280px;
    }
    
    .header__mobile-burger-menu{
        display: flex;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 4px;
        background-color: #122D45;
        cursor: pointer;
        position: fixed;
        margin-top: 12px;
    }
    .hide-burger-menu{
        display: none;
    }
    .hide-burger{
        height: 0;
    }

    .header__mobile-burger-menu img{
        width: 24px;
    }
    .header__wrapper{
        width: 328px;
        height: 45px;
        border: none;
        align-items: center;
        position: unset;
    }
    .header__menu-wrapper{
        display: none;
    }
    .header__image-wrapper img{
        /* width: 198px; */
        width: 60px;
    }
    .header__logo-mobile {
        width: 60px;
    }
    .header__image-wrapper{
        padding-left: 0px;
        
    }
    .global-wrapper{
        width: 100%;
        top: 5px;
        background-size: 500px auto;
        height: 796px;
        background: url('./assets/img/transparent-plane.png') no-repeat 50% 10%;
    }
    .global-wrapper-back{
        width: 100%;
        position: absolute;
        top: 5px;
        background-size: 800px auto;
        height: 796px;
        background: url('./assets/img/Mask-group.png') no-repeat 50% 10%;
    }
    .main__container{
        margin-top: 0px;
    }
    .main__text-item{
        font-size: 48px;
        display: flex;
    }
    .main__main-text{
        max-width: 328px;
    }
    .main__description-container {
        margin-top: 54px;
        display: flex;
        flex-wrap: wrap;
    }
    .main__text-item-italic{
        line-height: 87%;
        margin-left: 10px;
    }
    .main__contact-us-button{
        margin-top: 334px;
        width: 328px;
        border-radius: 4px;
        margin-bottom: 150px;
    }
    .main__phone-img-wrapper{
        display: none;
    }
    .main__vertical-line-img-wrapper{
        display: none;
    }
    .main__contact-us-title{
        font-size: 16px;
    }
    .main__advantage-title-img img {
        width: 307px;
    }
    .main__text-item-italic::before{
        content: '';
        position: absolute;
        width: 126px;
        height: 126px;
        border-radius: 599px;
        border: 1.5px solid #46A534;
        top: -38px;
        left: -21px;
    }
    .main__advantage-item{
        width: 160px;
        margin-bottom: 16px;
    }
    .main__advantage--items{
        width: 328px;
        display: flex;
        flex-wrap: wrap;
    }
  
    .main__svg-many-circles{
        width: 110px;
    }
    .main__svg-many-rects{
        width: 112px;
    } 
    .main__advantage-item img{
        width: 16px;
    }
    .main__advantage-item-content {
        display: flex;
        flex-direction: column;
        padding-left: 16px;
        padding-top: 16px;
    }
    .main__advantage-item{
        height: unset;
        padding-bottom: 16px;
    }
    .main__about-us-background{
        width: 260px;
    }
    .main__contacts-background{
        width: 260px;
    }
    .main__contacts-info-container{
        flex-direction: column;
    }
    .main__contacts-info-container {
        
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main__contacts-item {
        width: 328px;
    }
    .main__email-block {
        min-width: 280px;
    }
    .main__email-wrapper:hover .main__email-block{
        min-width: 215px;
        background-color: #122D45;
        }
    .main__advantage-img-left-top{
        width: 16px;
    }
    .main__advantage-img-right-bottom{
        width: 16px;
    }
    .main__about-round-el{
        font-size: 24px;
    }
    .footer__container a{
       display: none;
    }
    .mobile-footer__wrapper{
        display: flex;
        width: 328px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .mobile-footer__img-container img{
        /* width: 198px; */
        width: 55px;
    }
    .mobile-footer__go-up-button{
        width: 44px;
        height: 44px;
        background-color: #46A534;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .header__burger-menu-container{
        display: flex;
        justify-content: center;
        /* border: 1px solid black; */
        margin-left: 240px;
        /* margin-top: 20px; */
        position: relative;
        z-index: 102;
    }
    .header__burger-menu-wrapper{
            /* width: 328px; */
        /* height: 45px; */
        position: relative;
        /* border: 1px solid black; */
    }
    .header-mobile__contact-us-button{
        width: 328px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 24px;
        padding-right: 32px;
        background-color: #122D45;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
        cursor: pointer;
    }
    .header-mobile__contact-us-title{
        font-weight: 500;
        font-size: 16px;
        line-height: 155%;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }
    .header-mobile__close-menu-button{
        width: 44px;
        height: 44px;
        background-color: #E22B29;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .header-mobile__header{
        display: flex;
        justify-content: space-between;
    }
    .header-mobile__active-menu-container{
        display: none;
        justify-content: center;
        z-index: 105;
        position: relative;
    
    }


    .show-burger-menu{
        display: flex;
        justify-content: center;
        z-index: 105;
        position: relative;
        opacity: 1;
        transition: 1s;
    }
    .header-mobile__active-menu-wrapper{
        position: absolute;
        top: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 360px;
        background-color: #FFFFFF;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 20px;
        padding-bottom: 16px;
        box-sizing: border-box;
    }
    .header-mobile__line{
        width: 328px;
        border-bottom: 1px solid rgba(18, 45, 69, 0.16);
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .header-mobile__about-us-block{
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .header-mobile__contacts-block{
        display: flex;
        flex-direction: column;
    }
    .header-mobile__about-as-line{
        display: flex;
        justify-content: space-between;
    }
    .header-mobile__contacts-line{
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
  
    .header-mobile__about-us-title{
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -0.08em;
        color: #122D45;
        margin-bottom: 32px;
    }
    .header-mobile__contacts-title{
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -0.08em;
        color: #122D45;
        margin-bottom: 16px;
    }
    .header-mobile__header img{
        width: 198px;
    }
    .header-mobile__close-menu-button img {
        width: 24px;
    }
    .header-mobile__contacts-hidden-content{
        display: none;
    }
    .main__first-line-main-description{
        display: flex;
        flex-wrap: wrap;
    }
    .header-mobile__open-sub-menu-item{

    }
    .header-mobile__rotate-element-add{
        transform: rotate(-90deg);
        transition: 1s;
    }
    .header-mobile__rotate-element-back{
        transform: rotate(0deg);
        transition: 1s;
    }
    .header-mobile__open-sub-menu-item-rotate{
        transform: rotate(90deg);
    }
    .header-mobile__about-hidden{
        display: none;
    }
    .header-mobile__contact-hidden{
        display: none;
    }
    .header-mobile__about-show{
        display: flex;
    }
    .header-mobile__contact-show{
        display: flex;
    }
    .form__wrapper{
        width: 360px;
    }
    .form__header-container{
        width: 328px;
    }
    .form__form-component{
        width: 328px;
    }
    .form__header-title{
        font-weight: 500;
        font-size: 42px;
        line-height: 100%;
        letter-spacing: -0.08em;
        color: #122D45;
    }
    .form__textarea{
        width: 260px;
    }
    .form__container-show{
        display: flex;
        /* justify-content: center;  */
        position: absolute;
        /* right: -17px; */
        top: 65px;
        z-index: 150;
    }   
    .header__hidden-wrapper{
        display: none;
    }
    .form__success-send-wrapper{
        width: 360px;
        height: 529px;
    
    }
 }
 input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(18, 45, 69, 0.00);
  -webkit-text-fill-color: rgb(0, 0, 0);
  transition: background-color 5000s ease-in-out 0s;
}

