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{
    color: #535353;
text-align: center;
font-family: Montserrat;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.52px;
text-transform: uppercase;
width: 492px;
height: 92px;
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(30px);
-webkit-backdrop-filter: blur(30px);
}
.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__img {
    width: 1082px;
height: 324px;
flex-shrink: 0;
border-radius: 10px;
margin-bottom: 50px;
}
.main__title {
    -webkit-text-stroke: 1px #0078EA;
    font-family: "Days One";
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 17.6px;
text-transform: uppercase;
background: linear-gradient(90deg, #0078EA 0%, #F6F6F6 64.51%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 56px;
}
.main__inner{
padding-top: 80px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
main{
    background-color: #DAE7F0;
    height: 760px;
}
.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;

}
.form__section{
    height: 840px;
    background-color: #DAE7F0;
padding-top: 55px;
position: relative;
}
.form__title{

font-family: "Days One";
-webkit-text-stroke: 1px #0078EA;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 4.68px;
text-transform: uppercase;
background: linear-gradient(93deg, #DAE7F0 -15.67%, #0078EA 127.52%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.form__title-block{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.input{
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);

    ;
    width: 644px;
    color: rgba(0, 0, 0, 0.50);
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 4px;
text-transform: uppercase;
padding: 10px;
padding-left: 40px;
}
.form{
    height: 520px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.submit__btn{
    margin-top: 40px;
    color: rgba(83, 83, 83, 0.52);

-webkit-text-stroke: 1px #545454;
font-family: Montserrat;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.52px;
text-transform: uppercase;
border-radius: 14px;
border: 1px #545454;

background: linear-gradient(90deg, rgba(218, 231, 240, 0.08) 0%, rgba(5, 161, 228, 0.08) 100%);

box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
/* backdrop-filter: blur(50px); */
width: 326px;
height: 68px;
flex-shrink: 0;
}
.input2{
    width: 260px;
}
.input3{
    width: 340px;
}
.last__inputs{
    width: 644px;
    display: flex;
    justify-content: space-between;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
.advantages__drop1 {
    position: absolute;
    left: 60px;
    top: 33px;
    z-index: 10;
    transform: scale(0.8);
}
.advantages__drop2 {
    position: absolute;
    right: 71px;
    bottom: -25px;
    z-index: 10;
    transform: scale(0.8);
}

.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;
}
.accordeon__item{
    width: 1079px;
    height: 100px;
    border-radius: 14px;
    border: 1px solid #DAE7F0;
    background: linear-gradient(90deg, rgba(218, 231, 240, 0.08) 0%, rgba(5, 161, 228, 0.08) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-top: 24px;
    padding-right: 40px;
    gap: 40px;
    transition: 0.8s;
    position: relative;
}
.accordeon__item-active{
    box-shadow: 10px 10px 80.3px 0px rgba(0, 120, 234, 0.81);
backdrop-filter: blur(50px);
    height: 440px;
    transition: 0.8s;
    
}
.accordeon__item-active.accordeon__item5{
    height: 488px;
    
}
.accordeon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
}
.accordeon__text{
    color: #DAE7F0;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: italic;
font-weight: 500;
line-height: normal;
font-variant: small-caps;
letter-spacing: 1.62px;
    opacity: 0;
    max-height: 0;
    font-size: 18px;
    padding: 5px;
    transition: opacity .3s, max-height .3s;
    transition: 0.4s;
    }
    .accordeon__button{
        color: #DAE7F0;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.52px;
text-transform: uppercase;
        border-radius: 14px;
border: 1px solid #DAE7F0;
background: linear-gradient(90deg, rgba(218, 231, 240, 0.08) 0%, rgba(5, 161, 228, 0.08) 100%);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(50px);
width: 346px;
    height: 57px;
flex-shrink: 0;
        margin-top: 188px;
        opacity: 0;
        transition: 0.4s;
    }
    .accordeon__button5{
        margin-top: 238px;
        }
    .accordeon__item-active>.accordeon__text{
        opacity: 1;
        transition: 0.4s;
    }
    .accordeon__item-active>.accordeon__button{
        opacity: 1;
        transition: 0.4s;
    }
.services{
    background: #232731;
    padding-top: 140px;
    padding-bottom: 100px;
}
.accordeon__title{
    color: #DAE7F0;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 3.6px;
text-transform: uppercase;
}
.accordeon__arrow1{
    position: absolute;
    width: 60px;
height: 60px;
right: 20px;
top: 18px;
transition: 0.8s;
}
.accordeon__item-active>.accordeon__arrow1{
 transform: rotate(90deg);
 transition: 0.8s;
}




































@media (max-width:1400px){
.advantages__drop1 {
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 10;
    transform: scale(0.8);
}
}
@media (max-width:1300px){
    .main__title {
        font-size: 68px;
    }
    .container {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media (max-width:1200px){
    .main__title {
        font-size: 56px;
        margin-bottom: 30px;
    }
    .container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .menu__item {
        font-size: 16px;
    }
    .main__img {
        width: 956px;
        height: 291px;
    }
    .main__button {
        font-size: 22px;
        width: 443px;
        height: 72px
    }
    main {
        height: 679px;
    }
    .form__title {
        font-size: 44px;
    }
    
    .footer__logo {
        margin-top: 40px;
        margin-left: 0px;
    }
}

@media (max-width:1100px){
    .main__title {
        font-size: 52px;
    }
    .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;
    }
    .main__button {
        font-size: 20px;
        width: 414px;
        height: 63px;
    }
    main {
        height: 662px;
    }
    .advantages__drop1 {
        transform: scale(0.6);
    }
    .advantages__drop2 {
        transform: scale(0.6);
        bottom: -30px;
    }
    .form__title {
        font-size: 40px;
    }
    .form__title-block {
        margin-bottom: 57px;
    }
    .input {
        width: 552px;
        font-size: 18px;
        letter-spacing: 6px;
    }
    .last__inputs {
        width: 552px;
        display: flex;
        justify-content: space-between;
    }
    .input2 {
        width: 204px;
    }
    .input3 {
        width: 290px;
    }
    .submit__btn {
        font-size: 24px;
        width: 281px;
        height: 61px;
    }
    .form__section {
        height: 740px;
        background-color: #DAE7F0;
        padding-top: 55px;
        position: relative;
    }
    .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;
    }
    .accordeon__item {
        width: 906px;
        height: 86px;
        padding-top: 22px;
    }
    .accordeon__title {
        font-size: 32px;
    } 
    .accordeon__arrow1 {
    height: 47px;
    }
    .accordeon__item-active{
        height: 480px; 
    }
    .accordeon__button {
        margin-top: 231px;
    }
    .accordeon__item-active.accordeon__item5{
        height: 520px;
        
    }
        .accordeon__button5{
        margin-top: 280px;
        }
        .services {
            padding-top: 100px;
            padding-bottom: 100px;
        }
}
@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__img {
        width: 799px;
        height: 249px;
    }
    .main__button {
        font-size: 19px;
        width: 389px;
        height: 58px;
    }
    main {
        height: 588px;
    }
    .form__title {
        font-size: 36px;
    }
    .input {
        width: 552px;
        font-size: 16.5px;
        letter-spacing: 5px;
    }
    .accordeon__item {
        width: 755px;
        height: 78px;
        padding-top: 22px;
    }
    .accordeon__title {
        font-size: 26px;
    }
    .accordeon__arrow1 {
        height: 40px;
    }
    .accordeon__item-active{
        height: 512px; 
    }
    .accordeon__button {
        margin-top: 278px;
    }
    .accordeon__item-active.accordeon__item5{
        height: 588px;
        
    }
        .accordeon__button5{
        margin-top: 364px;
        }
        .services {
            padding-top: 100px;
            padding-bottom: 100px;
        }
}

@media (max-width:880px){
    .main__title {
        font-size: 44px;
        letter-spacing: 10px;
    }
    .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;
    }
    .main__img {
        width: 697px;
        height: 286px;
    }
    main {
        height: 631px;
    }
    .form__title {
        font-size: 32px;
            letter-spacing: 2px;
    }
    .form {
        height: 453px;
        display: flex;
        flex-direction: column;
        gap: 1px;
        align-items: center;
        justify-content: space-between;
    }
    .input {
        width: 439px;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .input2 {
        width: 140px;
    }
    .last__inputs {
        width: 439px;
        display: flex;
        justify-content: space-between;
    }
    .input3 {
        width: 210px;
    }
    .submit__btn {
        font-size: 20px;
        width: 246px;
        height: 52px;
        margin-top: 25px;
    }
    .form__section {
        height: 657px;
    }
    .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;
    }
}

@media (max-width:780px){
    .container {
        max-width: 580px;
    }
    .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;
}
.main__img {
    width: 623px;
    height: 286px;
}
.form__title {
    font-size: 30px;
    letter-spacing: 1px;
}
.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);
}
.services {
    padding-top: 70px;
    padding-bottom: 88px;
}
.accordeon__title {
    font-size: 23px;
}
.accordeon__item {
    width: 553px;
    height: 70px;
    padding-top: 19px;
}
.accordeon__arrow1 {
    height: 35px;
    right: 6px;
}
.accordeon__item-active {
    height: 490px;
}
.accordeon__button {
    font-size: 16px;
    width: 274px;
    height: 44px;
}
.accordeon__item-active.accordeon__item5{
    height: 580px;
    
}
    .accordeon__button5{
    margin-top: 378px;
    }
    .accordeon__item-active.accordeon__item4{
        height: 526px;
        
    }
        .accordeon__button4{
        margin-top: 314px;
        }
    .accordeon__item-active>.accordeon__text {
        font-size: 16px;
    }
}

@media (max-width:680px){

    .container {
    max-width: 500px;
}
.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: 36px;
    letter-spacing: 3px;
}
.main__title-mobile {
    width: 470px;
    font-size: 28px;
}
.main__img {
    width: 544px;
    height: 289px;
}
.main__inner {
    padding-top: 61px;
}
.main__button {
    font-size: 17px;
    width: 286px;
    height: 62px;
}
.form__title {
    font-size: 26px;
    letter-spacing: 0.4px;
}
.input {
    width: 341px;
    font-size: 16px;
    letter-spacing: 3px;
}
.last__inputs {
    width: 341px;
    display: flex;
    justify-content: space-between;
}
.form {
    height: 390px;
}
.form__section {
    height: 578px;
}
.input2 {
    width: 120px;
}
.input3 {
    width: 180px;
}
.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;
}
.advantages__drop2 {
    transform: scale(0.4);
    bottom: -36px;
}
.advantages__drop1 {
    transform: scale(0.4);
}
}

@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 {
    font-size: 34px;
    letter-spacing: 2px;
}
.main__title-mobile {
    width: 470px;
    font-size: 24px;
}
.main__img {
    width: 447px;
    height: 250px;
}
.main__button {
    font-size: 15px;
    width: 252px;
    height: 49px;
}
.form__title {
    font-size: 22px;
    letter-spacing: 0px;
}
.input {
    width: 282px;
    font-size: 13px;
    letter-spacing: 3px;
    padding-left: 19px;
}
.last__inputs {
    width: 282px;
    display: flex;
    justify-content: space-between;
}
.input3 {
    width: 134px;
}
.input2 {
    width: 106px;
}
.advantages__drop2 {
    right: -5px;
}
.advantages__drop1 {
    left: -40px;
}
.submit__btn {
    font-size: 18px;
    width: 207px;
    height: 45px;
    margin-top: 25px;
}
.footer__info-photos{
    display: none;
}
.footer__inner {
    padding-top: 9px;
}
.accordeon__title {
    font-size: 18px;
}
.accordeon__item {
    width: 434px;
    height: 61px;
    padding-top: 17px;
}
.accordeon__arrow1 {
    height: 32px;
    right: 0px;
    top: 14px;
}
.accordeon__item-active {
    height: 490px;
}
.accordeon__button {
    font-size: 16px;
    width: 274px;
    height: 44px;
}
.accordeon__item-active.accordeon__item5{
    height: 594px;
    
}
    .accordeon__button5{
    margin-top: 394px;
    }
    .accordeon__item-active.accordeon__item4{
        height: 526px;
        
    }
        .accordeon__button4{
        margin-top: 314px;
        }
        .accordeon__item-active>.accordeon__text {
            font-size: 13px;
        }
}

@media (max-width:488px){
    .container {
        max-width: 400px;
    }
    .main__title {
    font-size: 30px;
    letter-spacing: 2px;
}
.main__title-mobile {
    width: 300px;
    font-size: 24px;
}
.main__img {
    width: 385px;
    height: 217px;
}
.main__button {
    font-size: 14px;
    width: 232px;
    height: 50px;
}
main {
    height: 502px;
}
.form__title {
    font-size: 20px;
    letter-spacing: 0px;
}
.form__title-block {
    margin-bottom: 23px;
}
.input {
    width: 260px;
    font-size: 11px;
    letter-spacing: 4px;
    padding-left: 12px;
}
.form {
    height: 354px;
}
.last__inputs {
    width: 260px;
}
.input2 {
    width: 89px;
}
.input3 {
    width: 120px;
}
.submit__btn {
    font-size: 16px;
    width: 184px;
    height: 39px;
    margin-top: 25px;
}
.form__section {
    height: 511px;
}
.form__section {
    height: 514px;
}
.accordeon {
    gap: 35px;
}
.services {
    padding-top: 53px;
    padding-bottom: 75px;
}
.accordeon__title {
    font-size: 14px;
}
.accordeon__arrow1 {
    height: 24px;
    right: -6px;
    top: 14px;
}
.accordeon__item {
    width: 360px;
    height: 53px;
    padding-top: 17px;
}
.accordeon__item {
    padding-left: 0px;
    padding-right: 0px;
}
.accordeon__item-active {
    height: 490px;
}
.accordeon__button {
    font-size: 14px;
    width: 274px;
    height: 44px;
    margin-top: 290px;
}
.accordeon__item-active.accordeon__item5{
    height: 594px;
    
}
    .accordeon__button5{
    margin-top: 394px;
    }
    .accordeon__item-active.accordeon__item4{
        height: 526px;
        
    }
        .accordeon__button4{
        margin-top: 314px;
        }
}
@media (max-width:420px){
    .container {
        max-width: 290px;
    }
    .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: 38px;
    letter-spacing: 2px;
}
.title__mobile {
    gap: 40px;
}
.main__title-mobile {
    width: 365px;
    font-size: 20px;
}
.main__img {
    width: 339px;
    height: 185px;
    margin-bottom: 26px;
}
main {
    height: 510px;
}
.footer__logo {
    margin-top: -4px;
    margin-right: -44px;
    margin-left: -94px;
    transform: scale(0.5);
}
.footer__info-texts--item {
    font-size: 11px;
    letter-spacing: 0px;
}
}