@media (max-width: 1460px) {
    .hero {
        min-height: 450px;
    }
    .menu ul {
        gap:30px
    }
}
@media (max-width: 1200px) {
    .row__process{
        margin-top: 25px;
    }
    .cons--grid h2,
    .cons--price{
        font-size: 28px;
    }
    .section--border-grey {
        padding: 60px 60px;
    }
    .top--left h1{
        font-size: 60px;
    }
    .container-min {
        max-width: inherit;
    }
    .title {
        font-size: 90px;
    }
    .hero h1{
        font-size: 56px;
    }
    .slider__left {
        margin-left:30px;
    }
    .hero {
        min-height: 100%;
    }
    .phone-flex {
        display: none;
    }
    .logo {
        max-width: 200px;
        width: 100%;
    }
    .menu ul {
        gap: 20px;
    }
    .menu a {
        font-size: 18px;
    }
    .btn {
        font-size: 14px;
        padding: 15px 20px;
    }
    .pt-120 {
        padding-top: 50px;
    }
    .pb-50 {
        padding-bottom:25px;
    }
    .pt-50 {
        padding-top:25px;
    }
    .col-about-img img{
        object-fit: cover;
        height: 100%;
    }
    .col-about-img {
        height: 100%;
    }
    .options-grid {
        min-height: auto;
        max-height: 100%;
    }
    .support {
        padding: 50px;
    }
    .sup__grid {
        gap:30px
    }
    .services--content {
        padding: 30px;
    }
    .choose--grid {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .row__choose{
        margin-top: 25px;
    }
    .view--grid {
        padding: 20px;
    }
    .view--title{
        font-size: 36px;
    }
    .process--grid {
        padding: 20px;
    }
    .row__form {
        gap:30px
    }
    .who__buttons{
        flex-wrap: wrap;
        gap:30px
    }
    .mt-4 {
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .section--border {
        padding: 35px 25px;
    }
    .menu ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .callback__footer{
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .callback__footer-grid {
        width: calc(100% / 1);
    }
    .main__form-title{
        font-size: 26px;
    }
    .who__call{
        flex-wrap: wrap;
        gap:25px
    }
    .view--grid{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .row__services {
        margin-top: 25px;
    }
    .services--grid {
        min-height: auto;
        max-height: 100%;
    }
    .title {
        font-size: 60px;
    }
    .sup__left{
        max-width: 100%;
    }
    .sup__grid {
        flex-wrap: wrap;
    }
    .mobile_menu_container.loaded {
        transform: translateX(0px);
    }

    .mobile_menu_container, .mobile_menu_container .mobile_menu_content ul li ul {
        transition: all 350ms ease 0s;
    }
    .call a {
        color: #FFF;
        border-radius: 5.685px;
        border: 1.119px solid #3F3F3F;
        background: conic-gradient(from 181deg at 48.5% 50%, #262626 36.90078020095825deg, #000 91.73076510429382deg, #5B5B5B 190.38461208343506deg, #484848 261.3461637496948deg, #000 311.42671823501587deg);
        font-size: 15.5px;
        padding: 12px 12px;
        text-transform: uppercase;
        transition: .2s all linear;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lang a{
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 12px;
    }
    .what a  {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
     
    }
    .what a svg {
        border-radius: 5.685px;
    }
    .middle-top-row-right {
        display: flex;
        align-items: center;
        gap:0 5px;
    }
.menu_container {
    display: block;
}
  .bg__main__form{
    overflow: hidden;
}
  .menu-desctop {
    display: none;
}
.middle-top-row {
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: block;
    left: 0;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.cont-middle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burger-menu {
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    padding-left: 8px;
    margin-right: 12px;
}
.burger-menu span {
    display: block;
    transition: .2s all linear;
    width: 100%;
    height: 2px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #272727;
}
.burger-menu span:nth-child(2) {
    margin: 6px 0;
    max-width: 15px;
    margin-left: auto;
}
.burger-menu.active {
    z-index: 99999;
}
.burger-menu.active span:first-child {
    transform: rotate(-45deg);
}
.burger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg);
}
.burger-menu.active span:last-child {
    transform: rotate(45deg);
    margin-top: -16px;
}
.mobile_menu_container .mobile_menu_content {
    max-height: 100%;
    padding: 15px 18px;
    border-bottom: 1px solid #fff;
    flex-direction: column;
    display: flex;
    gap: 50px;
}
.mobile_menu_overlay, .mobile_menu_container {
    position: fixed;
    top: 64px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.mobile_menu_container.loaded {
    transform: translateX(0px);
}

.mobile_menu_overlay, .mobile_menu_container {
    position: fixed;
    top: 98px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container {
    transform: translateX(100%);
    width: 75%;
    overflow: hidden;
    z-index: 9999;
    background: #fff;
}
.ban__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.hero h1 {
    font-size: 36px;
}
.ban__button {
    margin-top: 20px;
}
header {
    padding-bottom: 120px;
}
.header-top {
    padding: 0;
}

}


@media (max-width: 767px) {
    
    .services--grid {
        flex-direction: column;
    }
    .row__cons{
        justify-content: center;
    }
    .title--grid{
        flex-wrap: wrap;
        gap:25px;
    }
    .row__investor{
        margin-top: 25px;
    }
    .inv--text{
        font-size: 14px;
        line-height: 20px;
    }
    .inv--title{
        font-size: 18px;
    }
    .inv--img img,
    .section--border-grey .inv--img img
    {
        min-width:60px;
        max-width: 60px;
    }
    .block--wrapper {
        grid-template-columns: 1fr;
    }
    .two-cols {
        grid-template-columns: 1fr;
    }
    .slider__left,
    .slider__right {
        width: 50%;
    }
    .ban__text {
        font-size: 13px;
    }
    .slider__left {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin:0;
    }
    .ban__button .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .slider {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        height: 100%;
    }
    .slider__right{
        display: flex;
    }
    .slider__right img {
        margin-top: auto;
    }
    .options-grid {
        padding: 15px 15px;
    }
    .options-num{
        font-size: 32px;
    }
    .support {
        padding: 35px 35px;
    }
    .choose--img img {
        min-width: 35px;
        max-width: 35px;
    }
    .choose--title{
        font-size: 18px;
    }
    .row__view {
        margin-top:25px;
    }
    .title-mini{
        font-size: 32px;
        line-height: normal;
    }
    .bg__main__form:before {
        display: none;
    }
    .row__form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top--left h1 {
        font-size: 36px;
    }
    .top--left h2{
        font-size: 22px;
        line-height: normal;
    }
    .top--text{
        font-size: 18px;
        line-height: 21px;
    }
    .top--left{
        width: 60%;
        max-width: 100%;
    }
    .top--right{
        width: 40%;
    }
    .top--right img {
        height: 70%;
        object-fit: cover;
    }
    .top--section {
        align-items: stretch;
        gap:15px
    }
    .services--img{
            max-width: 100%;
            width: 100%;
    }
    .services--img img{
        height: 250px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
        width: 100%;  
    }
    .arra__social .col-investor {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 576px) {

    .cons--grid {
        margin-top: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #999;
        padding-bottom: 20px;
    }

    .arra__social .col-investor .inv--text {
        text-align: left;
        font-weight: 500;
    }
    .arra__social .col-investor .investor--grid {
            flex-direction: row;
    }
     .arra__social .col-investor {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top--right {
        display: none;
    }
    .top--left {
        width: 100%;
        max-width: 100%;
    }
    .title-flag img, .title-flag2 img {
      display: none;
    } 
    .title-flag img,
    .title-flag2 img  {
        max-width: 20%;
        width:100%;
    }
    .col-about-img {
        display: none;
    }
    .titl{
        font-size: 16px;
    }
    .pb-50 {
        padding-bottom: 15px;
    }
    .pt-50 {
        padding-top: 15px;
    }
    .btn{
        font-size: 13px;
    }
    .slider {
        flex-direction: column;
    }
    .slider__left, .slider__right {
        width: 100%;
    }
    .ab__content h2{
        font-size: 24px;
        line-height: normal;
    }
    .ab__content p, .ab__content ul li{
        font-size: 15px;
        line-height: 23px;
    }
    .logo {
        max-width: 150px;
        width: 100%;
        display: block;
    }
    header {
        padding-bottom: 90px;
    }
    .mobile_menu_overlay, .mobile_menu_container{
        top: 73px;
    }
    .options-text{
        margin-top: 10px;
    }
    .options-num {
        line-height: normal;
    }
    .sup__left{
        font-size: 24px;
    }
    .sup__right{
        font-size: 16px;
        line-height: 26px;
    }
    .sup__grid {
        gap: 15px;
    }
    .services--content {
        padding: 15px;
    }
    .services--content h2{
        font-size: 18px;
        line-height: normal;
    }
    .services--content ul li{
        font-size: 16px;
    }
    .services--content ul {
        padding-left: 25px;
    }
    .choose--grid{
        gap:10px
    }
    .choose--title {
        font-size: 14px;
        font-weight: 300;
    }
    .title {
        font-size: 42px;
    }
    .row__view {
        margin-top: 15px;
    }
    .titl-mini{
        line-height: normal;
    }
    .row__process{
        margin-top: 15px;
    }
    .who__call{
        justify-content: center;
    }
    .who__call-left{
        font-size: 13px;
    }
    .btn__single {
        display: none;
    }
    .mb-50 {
        margin-bottom: 15px;
    }
    .blog__grid{
        margin-bottom: 15px;
        margin-top: 15px;
        box-shadow: none;
    }
    footer,
    .block--wrapper {
        margin-top: 15px;
    }
    .footer--top{
        gap: 15px;
        flex-wrap: wrap;
    }
    .footer--bottom{
        margin-bottom: 15px;
    }
    .lang a{
        padding: 8px 8px;
        height: 35px;
    }
    .call a {
        padding: 8px 8px;
        height: 35px;
    }
    .what a svg{
        height: 35px;
        width: 35px;
    }
    .pt-120 {
        padding-top: 15px;
    }
    .block,
    .left{
        padding: 20px;
    }
   
}