html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}
ul{
    text-decoration: none;
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
    }
.container{
    max-width: 1240px;
    margin: 0 auto;
}    
.header{
    /* border-bottom: 1px solid #0078EA; */
    background-color: #A1CBED;
    box-shadow: 11px 8px 43.9px 0px #0078EA;
    height: 98px;
    position: relative;
}
.header__inner{
    display: flex;
justify-content: space-between;
padding-top: 35px;

}
.menu__list{
display: flex;
justify-content: space-between;
gap: 30px;
}
.menu__item{
    color: #535353;
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.53px;
text-transform: uppercase;
}
.header__logo-link{
    z-index: 100;
}
.header__logo-short{
    display: none;
}
.menu__mobile{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
background-color: #A1CBED;
padding-top: 40px;
       transform: translateY(-1400px);
        opacity: 1;
        transition: .8s;

z-index: 100;
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: center;
}
.menu--open{
    transform: translateY(0);
opacity: 1;

}
.header__menu-btn--mobile{

    display: none;
    width: 50px;
    height: 42px;
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    flex-direction: column;
justify-content: space-between;
margin-left: 30px;
display: none;
z-index: 101;
}
.header__menu-btn--mobile span {
height: 1px;
background-color: #232731;
width: 100%;

}
.menu__list-item{
    color: #535353;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.53px;
text-transform: uppercase;
}
.main__title-mobile{
    width: 500px;
    font-size: 28px;
}
.header__menu-list--mobile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    gap: 30px;
    margin-bottom: 60px;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  .menu--open{
    transform: translateY(0);
opacity: 1;

}
.main__button-mobile{
    margin-left: 0;
    margin-top: 0;
    position: static;
    color: #535353;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    width: 378px;
    height: 78px;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid #535353;
    background: rgba(23, 68, 210, 0.02);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    z-index: 1;
}
.main__title-mobile{
    color: #545454;
font-family: "Days One";
font-size: 58px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 5.22px;
text-transform: uppercase;
}
.main__title-mobile>span{
    text-stroke: 1px #0078EA;
    color: #545454;
    -webkit-text-stroke: 1px #0078EA;

    background: linear-gradient(90deg, #0078EA 0%, #F6F6F6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.footer{
    height: 155px;
    border: 1px solid rgba(68, 75, 94, 0.10);
    background-color: #C6D3DE;
}
.footer__logo{
margin-top: 40px;
margin-left: 100px;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.footer__info{
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: flex-end;
}
.footer__info-texts--item{
    color: rgba(68, 75, 94, 0.83);
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.7px;
text-transform: lowercase;
}
.footer__info-texts{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
}
.footer__info-photos{
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}
.radio__forms-title, .text__forms-title{
    color: #DAE7F0;
-webkit-text-stroke-width: 1;
-webkit-text-stroke-color: rgba(218, 231, 240, 0.68);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 6.88px;
text-transform: uppercase;
}

.contact__socials-item{
    display: flex;
    align-items: center;
    gap: 20px;
}
.socials-item--link{
    z-index: 80;
    color: #444B5E;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}
.contact__socials{
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: space-between;
    align-items: flex-start;
}
.main__title{
    -webkit-text-stroke: 1px #232731;
font-family: "Days One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 4.32px;
text-transform: uppercase;
background: linear-gradient(93deg, #DAE7F0 -15.67%, #232731 92.43%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 48px;
}
.main__btn{
    width: 560px;
height: 86px;
flex-shrink: 0;
    border-radius: 14px;
border: 1px solid #535353;
background: rgba(23, 68, 210, 0.08);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
color: #535353;
font-family: Montserrat;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.52px;
text-transform: uppercase;
}
main{
    background-color: #DAE7F0;
    padding-top: 80px;
position: relative;
height: 1200px;
}

.main__info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 140px;
    margin-right: 80px;
}

.contact__phone1{
    position: absolute;
width: 680px;
    top: 1px;
    left: 50px;
}
.contact__phone2{
    position: absolute;
   bottom: 1px;
    right: 1px;
}


.contact__socials-item{
    z-index: 100;
}






@media (max-width:1300px){
    .main__title {
        font-size: 46px;
    }
    .container {
        max-width: 1140px;
        margin: 0 auto;
    }
    .socials-item--img{
        width: 48px;
    }
    .socials-item--link {
        font-size: 21px;
    }
    .main__btn {
        width: 485px;
        height: 72px;
        font-size: 24px;
        letter-spacing: 2px;
    }
    .contact__phone2 {
        width: 650px;
    }
    .contact__phone1 {
        width: 600px;
    }
    main {
        background-color: #DAE7F0;
        padding-top: 80px;
        position: relative;
        height: 981px;
    }
}
@media (max-width:1200px){
    .main__title {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .menu__item {
        font-size: 16px;
    }
    .footer__logo {
        margin-top: 40px;
        margin-left: 0px;
    }
    .main__info {
        margin-right: 0px;
    }
    .contact__phone1 {
        left: 0px;
    }
}
@media (max-width:1100px){
    .main__title {
        font-size: 38px;
    }
    .contact__phone1 {
        width: 533px;
    }
    .main__info {
        margin-bottom: 108px;
    }
    .contact__phone2 {
        width: 573px;
    }
    main {
    background-color: #DAE7F0;
    padding-top: 80px;
    position: relative;
    height: 832px;
}
    .header__logo-short{
        display: flex;
    }
    .header__logo{
        display: none;
    }
    .menu__list {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-top: 23px;
    }
    .header__inner {
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
    }
    .container {
        max-width: 900px;
        margin: 0 auto;
    }
    .footer__info-photos--item{
        transform: scale(0.8);
    }
    .footer__logo {
        margin-top: 40px;
        margin-left: 0px;
        transform: scale(0.9);
    }
    .footer__info-texts--item {
        font-size: 16px;
    }
    .footer {
        height: 116px;
    }
    .footer__inner {
        padding-top: 0px;
    }
    .socials-item--link {
        font-size: 20px;
    }
    .contact__socials {
        height: 226px;
    }
}
@media (max-width:1000px){
    .main__title {
        font-size: 40px;
    }
    .container {
        max-width: 800px;
    }
    .header__menu-btn--mobile{
        display: flex;
        margin-top: -4px;
    }
    .menu__list{
        display: none;
    }
    .header {
        height: 69px;
    }
    .header__logo-short{
        display: none;
    }
    .header__logo{
        display: flex;
    }
    .main__title-mobile{
        width: 660px;
        font-size: 36px;
        text-align: center;
    }
    .title__mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        margin-bottom: 60px;
    }
    .main__title {
        font-size: 36px;
    }
    .socials-item--link {
        font-size: 17px;
    }
    .socials-item--img {
        width: 44px;
    }
    .main__btn {
        width: 395px;
        height: 63px;
        font-size: 21px;
        letter-spacing: 2px;
    }
}
@media (max-width:880px){
    .main__title {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .container {
        max-width: 700px;
    }
    .menu__list-item {
        font-size: 18px;
    }
    .main__button-mobile {
    margin-left: 18px;
    }
    .title__mobile {
        gap: 76px;
    }
    .main__title-mobile{
        font-size: 38px;
        text-align: center;
    }
    .footer__logo {
        margin-top: 22px;
        margin-left: 0px;
        transform: scale(0.7);
    }
    .footer {
        height: 94px;
    }
    .advantages__drop2 {
        transform: scale(0.5);
        bottom: -36px;
    }
    .advantages__drop1 {
        transform: scale(0.5);
    }
    .footer__info-photos {
        display: flex;
        justify-content: flex-end;
        gap: 1px;
    }
    .footer__info-texts--item {
        letter-spacing: 1px;
    }
    .socials-item--link {
        font-size: 15px;
    }
    .socials-item--img {
        width: 41px;
    }
    .contact__socials {
        height: 187px;
    }
    .contact__phone1 {
        width: 445px;
    }
    .main__info {
        margin-bottom: 84px;
    }
    .main__btn {
        width: 348px;
        height: 54px;
        font-size: 18px;
        letter-spacing: 1.5px;
    }
    .contact__phone2 {
        width: 506px;
    }
    main {
        background-color: #DAE7F0;
        padding-top: 80px;
        position: relative;
        height: 726px;
    }
}
@media (max-width:780px){
    .container {
        max-width: 650px;
    }
    .main__title {
    font-size: 40px;
    letter-spacing: 6px;
}
.header__menu-btn--mobile {
    display: flex;
    margin-top: -4px;
    transform: scale(0.9);
}
.header {
    height: 64px;
}
.header__logo {
    display: flex;
    transform: scale(0.9);
}
.main__title-mobile {
    font-size: 36px;
    text-align: center;
}
.footer__info {
    display: flex;
    justify-content: flex-end;
    gap: 1px;
    align-items: center;
    margin-top: 10px;
}
.footer__info-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
}
.footer__logo {
    margin-top: 15px;
    margin-right: 20px;
    margin-left: -26px;
    transform: scale(0.7);
}
.footer__info-photos--item {
    transform: scale(0.7);
}
.main__title {
    font-size: 32px;
    letter-spacing: 4px;
}
.contact__phone1 {
    width: 359px;
    top: 66px;
}
.main__btn {
    width: 319px;
    height: 54px;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.contact__phone2 {
    width: 435px;
}
main {
    background-color: #DAE7F0;
    padding-top: 60px;
    position: relative;
    height: 680px;
}
}
@media (max-width:680px){

    .container {
        max-width: 560px;
    }
.header__menu-btn--mobile {
    display: flex;
    margin-top: -4px;
    transform: scale(0.8);
}
.header__logo {
    display: flex;
    transform: scale(1);
}
.header {
    height: 65px;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
}
.main__title {
    font-size: 26px;
    letter-spacing: 3px;
}
.contact__phone1 {
    width: 299px;
    top: 47px;
}
.main__title-mobile {
    width: 470px;
    font-size: 28px;
}
.footer__logo {
    margin-top: -4px;
    margin-right: 26px;
    margin-left: -83px;
    transform: scale(0.5);
}
.footer__info-photos--item {
    transform: scale(0.6);
}
.footer__info-texts--item {
    font-size: 13px;
}
.footer__info {
    margin-top: 1px;
}
.footer {
    height: 72px;
}
.socials-item--link {
    font-size: 14px;
}
.socials-item--img {
    width: 34px;
}
.contact__socials {
    height: 168px;
}
.main__btn {
    width: 281px;
    height: 50px;
    font-size: 15px;
    letter-spacing: 1.5px;
}
.main__info {
    margin-bottom: 44px;
}
.contact__phone2 {
    width: 339px;
}
main {
    background-color: #DAE7F0;
    padding-top: 60px;
    position: relative;
    height: 555px;
}
}
@media (max-width:580px){

    .main__button-mobile {
        font-size: 16px;
        letter-spacing: 2px;
        width: 336px;
        height: 67px;
    }
    .menu__list-item {
    font-size: 16px;
}
.container {
    max-width: 440px;
}
.main__title-mobile {
    width: 470px;
    font-size: 24px;
}
.footer__info-photos{
    display: none;
}
.footer__inner {
    padding-top: 9px;
}
.main__title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 17px;
}
.socials-item--link {
    font-size: 13px;
}
.contact__socials-item {
    display: flex;
    align-items: center;
    gap: 11px;
}
.contact__phone1 {
    width: 294px;
    top: 47px;
    left: -55px;
}
.main__btn {
    width: 233px;
    height: 50px;
    font-size: 15px;
    letter-spacing: 1.5px;
}
.contact__phone2 {
    width: 289px;
}
main {
    background-color: #DAE7F0;
    padding-top: 60px;
    position: relative;
    height: 497px;
}
}
@media (max-width:488px){
    .container {
        max-width: 400px;
    }
    .main__title {
    font-size: 30px;
    letter-spacing: 2px;
}
.main__title-mobile {
    width: 300px;
    font-size: 24px;
}
.form__block label {
    width: 158px;
    height: 48px;
    font-size: 9px;
}
.contact__phone1 {
    width: 285px;
    top: 47px;
    left: -123px;
}
.main__btn {
    width: 194px;
    height: 44px;
    font-size: 13px;
    letter-spacing: 1px;
}
.contact__phone2 {
    width: 258px;
}
.radio__forms {
    margin-top: 41px;
}
.main__title {
    font-size: 24px;
    letter-spacing: 2px;
}
.contact__socials-item {
    display: flex;
    align-items: center;
    gap: 11px;
}
.socials-item--link {
    font-size: 13px;
}
.socials-item--img {
    width: 29px;
}
}

@media (max-width:420px){
    .container {
        max-width: 340px;
    }
    .header__logo {
    transform: scale(0.9);
    margin-top: 6px;
    margin-left: -22px;
}
.header__menu-btn--mobile {
    width: 36px;
    height: 28px;
    transform: scale(1);
    margin-top: 7px;
}
.header {
    height: 72px;
}

.header__menu-list--mobile {
    gap: 16px;
}
.menu__list-item {
    font-size: 16px;
    letter-spacing: 0px;
}
.main__button-mobile {
    font-size: 12px;
    width: 182px;
    height: 64px;
}
.logo__mobile {
    margin-left: -80px;
    margin-top: -16px;
}
.main__title {
    font-size: 20px;
    letter-spacing: 2px;
}
.title__mobile {
    gap: 40px;
}
.main__title-mobile {
    width: 365px;
    font-size: 20px;
}
.footer__logo {
    margin-top: -4px;
    margin-right: -44px;
    margin-left: -68px;
    transform: scale(0.5);
}
.footer__info-texts--item {
    font-size: 11px;
    letter-spacing: 0px;
}
.contact__socials-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.contact__phone1 {
    width: 279px;
    top: 47px;
    left: -165px;
}
}
@media (max-width:368px){
    .container {
        max-width: 300px;
    }
    .main__title {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .contact__phone1 {
        width: 279px;
        top: 47px;
        left: -201px;
    }
    .contact__phone2 {
        width: 208px;
    }
    main {
        background-color: #DAE7F0;
        padding-top: 60px;
        position: relative;
        height: 458px;
    }
}