@media screen and (max-width: 1400px) {
    .header_phone{
        font-size: 1.7rem;
        font-weight: 700;
        color: #73c6c7;
        text-align: center;
    }
    .top_button{
        padding: 5px 0 5px 0;
        margin: 2px 0;
        width: 155px;
    }
}

@media screen and (max-width: 1000px) {
    .header_phone{
        font-size: 1.3rem;
        font-weight: 700;
        color: #73c6c7;
        text-align: center;
    }
    .top_button{
        padding: 5px 0 5px 0;
        margin: 2px 0;
        width: 155px;
    }

    .tarife_block_item{
        text-align: center;
        background: #ffffff;
        border: 1px solid;
        border-radius: 5px;
        width: 99%;
        position: relative;
    }

    .right_block {
        display: none;
    }
    .left_block{
        display: none;
    }

    .swiper-button-next1{
        display: none;
    }

    .swiper-button-prev1{
        display: none;
    }
    .advantage_item_logo {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .advantage_item_logo:hover {
        font-size: 32px;
        transition: all .3s ease-out;
        width: 70px;
        height: 70px;
        margin: 0;
    }
}

@media screen and (max-width: 770px) {
    h1{
        font-size: 1rem;
        margin-left: 20px;
    }

    h2{
        font-size: 1.3rem;
    }

    .slide_h2 h2{
        font-size: 1.6rem !important;
    }

    .dict_icon{
        width: 40px;
        height: 40px;
    }

    .top_logo{
        max-width: 200px;
        height: auto;
    }

    .title_logo_img{
        width: 40px;
        height: 40px;
    }

    .header_phone{
        font-size: 1.1rem;
        font-weight: 700;
        color: #73c6c7;
        text-align: center;
    }
    .top_button{
        padding: 5px 10px 5px 10px;
        margin: 2px 0;
        width: 180px;
    }

    .right_block {
        display: none;
    }
    .left_block{
        display: none;
    }

    .swiper-button-next1{
        display: none;
    }

    .swiper-button-prev1{
        display: none;
    }
    .advantage_item_logo {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    .advantage_item_logo:hover {
        font-size: 32px;
        transition: all .3s ease-out;
        width: 70px;
        height: 70px;
        margin: 0;
    }

    .footer_title{
        margin: 15px 0 10px 0;
    }

    .footer_item{
        padding-left: 20px;
    }

    .money{
        width: 80px;
    }

    .monetka{
        top: -40px;
    }

    .monetka_2{
        top: -40px;
    }

    .description::before {
        transform: scale(.5);
    }

    .advantage_title::before {
        transform: scale(.5);
    }

    .advantage_block {
        padding: 0;
    }

    .tarife_title::before {
        transform: scale(.5);
    }

    .partners_title::before {
        transform: scale(.5);
    }

    .numbers_title::before {
        transform: scale(.5);
    }

    .calculator_desc{
        margin: 10px;
    }

    .block_title {
        padding: 10px;
    }

    .steps_block {
        padding: 20px 0;
    }

    .about_text{
        font-size: 1rem;
    }
}

@media screen and (max-width: 400px) {
    h1{
        font-size: 1rem;
        margin-left: 20px;
    }

    .dict_icon{
        width: 40px;
        height: 40px;
    }

    .title_logo_img{
        width: 40px;
        height: 40px;
    }

    .top_logo{
        max-width: 170px;
        height: auto;
    }

    .header_phone{
        font-size: 1.1rem;
        font-weight: 700;
        color: #73c6c7;
        text-align: center;
        margin: 5px;
    }
    .top_button{
        padding: 5px 10px 5px 10px;
        margin: 0;
        width: 160px;
    }

    .tarife_block_item{
        text-align: center;
        background: #ffffff;
        border: 1px solid;
        border-radius: 5px;
        width: 90%;
        position: relative;
    }

    .money{
        width: 100px;
        animation: rotation 8s infinite linear;
    }
    .monetka{

    }

    .right_block {
        display: none;
    }
    .left_block{
        display: none;
    }

    .swiper-button-next1{
        display: none;
    }

    .swiper-button-prev1{
        display: none;
    }
    .advantage_item_logo {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }
    .advantage_item_logo:hover {
        font-size: 55px;
        transition: all .3s ease-out;
        width: 110px;
        height: 110px;
        margin: 0;
    }

    .left_item{
        background-color: #73c6c7;
        opacity: 80%;
        margin: 5px 5px 5px 0;
        padding: 5px 10px;
    }

    .left_item a{
        color: #ffffff;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
    }

    .right_container {
        position: fixed;
        z-index: 100;
        top: 30vh;
        right: 0;
    }

    .right_item {
        background-color: #73c6c7;
        opacity: 80%;
        margin: 5px 0 5px 5px;
        padding: 5px 10px;
    }

    .right_item a {
        font-family: "CenturyGothic GGG";
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
    }

    .right_btn_item {
        display: flex;
        margin: 0 0 5px 0;
        padding: 8px;
        align-items: center;
        justify-content: center;
    }

    .right_btn_item a {
        font-size: 15px;
    }

    #btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
        display: none;
        color: #73c6c7;
        font-size: 15px !important;
        font-weight: normal;
        width: 50px !important;
        height: 50px !important;
        border: 1px #2c2c2c;
        border-radius: 0px;
        opacity: 90%;
    }

    .footer_item{
        padding-left: 20px;
    }
}
