body{
    color: #1E2B36;
    font-family: "Montserrat", sans-serif;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;
}

.header-wrapper{
    height: 800px;
    background: url(/view/images/content/header_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    border-radius: 80px;
    margin: 20px 0;
    position: relative;
}

.header-cloud-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-cloud-1{
    background: url(/view/images/content/cloud-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 510px;
    height: 67px;
    left: 0;
    top: 150px;
    position: absolute;
    opacity: 0.8;
    -webkit-animation: animCloud 45s infinite linear;
    -moz-animation: animCloud 45s infinite linear;
    animation: animCloud 45s infinite linear;
    z-index: 1;
}

.header-cloud-2{
    background: url(/view/images/content/cloud-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 700px;
    height: 80px;
    left: -200px;
    top: 250px;
    position: absolute;
    -webkit-animation: animCloud 42s infinite linear;
    -moz-animation: animCloud 42s infinite linear;
    animation: animCloud 42s infinite linear;
    z-index: 1;
}

@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(400%)
    }
}
@-moz-keyframes animCloud {
    from {
        -moz-transform: translateX(-100%)
    }
    to {
        -moz-transform: translateX(400%)
    }
}
@keyframes animCloud {
    from {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(400%);
        -moz-transform: translateX(400%);
        -ms-transform: translateX(400%);
        -o-transform: translateX(400%);
        transform: translateX(400%)
    }
}

.header-nav-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    height: 56px;
    padding: 20px 0;
}

.logo img{
    height: 56px;
}

.header-city{
    font-size: 18px;
    background: url(/view/images/content/marker_icon.svg);
    padding-left: 35px;
    font-weight: 600;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 60px;
}

.header-city a{
    text-decoration: none;
    color: #1E2B36;
}

.header-city a img{
    margin-left: 10px;
    width: 27px;
    height: 27px;
}

.header-auth-btn{
    margin-top: 20px;
}

.btn{
    transition: all 0.3s ease;
}

.btn-lg{
    height: 56px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 38px;
}

.btn-primary{
    background: #0F77F0;
}

.btn-outline-primary{
    border: 2px solid #0F77F0;
}

.btn-outline-primary:hover{
    background: #0F77F0;
}

.header-auth-btn .btn:last-child{
    margin-left: 15px;
}

h1{
    font-size: 56px;
    font-weight: 700;
}

h1 span{
    background: #0F77F0;
    border-radius: 5px;
    color: #fff;
    padding: 0 5px;
}

.header-wrapper h1{
    text-align: center;
    padding-top: 130px;
    padding-bottom: 80px;
    z-index: 10;
    position: relative;
}

.header-input{
    height: 68px;
    border-radius: 35px;
    font-size: 18px;
    border: 2px solid #fff;
    padding: 0 170px 0 25px;
}

.header-input:focus{
    outline:none;
}

.header-input::-webkit-input-placeholder {
    color: #1E2B36;
}

.header-map-button{
    background: #FFD633;
    text-align: center;
    height: 68px;
    border-radius: 35px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding-top: 14px;
}

.header-map-button img{
    margin-right: 10px;
}

.header-map-button:hover{
    background: #EEBE00;
}

.header-input-search .dropdown-menu{
    width: 100%;
}

.header-input-search-button{
    height: 64px;
    width: 160px;
    background: #0F77F0;
    border-radius: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.header-input-search-button:hover, .header-input-search-button:active, .header-input-search-button:focus-visible{
    background: #0b5ed7 !important;
    color: #fff !important;
}

.header-input-search-button img{
    margin-right: 5px;
    margin-top: -2px;
}

.header-input-search{
    position: relative;
}

.header-input-search .header-input.active{
    border: 2px solid #6ED964;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 35px;
    height: 68px;
    padding-top: 0;
    font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1E2B36;
    line-height: 68px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(/view/images/content/arrow_down_circle_2_icon.svg);
    width: 41px;
    height: 41px;
    top: 14px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select2-dropdown {
    border: none;
}

.map_container{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center
}

.map_container h2{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}

.map_container .btn{
    margin: 60px 0;
}

.main_map{
    height: 600px;
}

h2{
    font-size: 50px;
    font-weight: 600;
    color: #1E2B36;
}

h3{
    font-size: 44px;
    font-weight: 400;
    color: #1E2B36;
}

.about_block{
    text-align: center;
    margin-top: 90px;
    position: relative;
    background: url(/view/images/content/curve-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.about_block_circle{
    position: absolute;
    background: url(/view/images/content/circle_bg.svg);
    background-repeat: no-repeat;
    top: 30px;
    left: -40px;
    width: 260px;
    height: 260px;
    background-size: contain;
}

.about_block_cloud{
    position: absolute;
    background: url(/view/images/content/cloud_bg.svg);
    background-repeat: no-repeat;
    top: 300px;
    right: -50px;
    width: 450px;
    height: 255px;
    background-size: contain;
}

.about_block_messages{
    position: relative;
    height: 600px;
}

.about_block_message_1{
    position: absolute;
    background: url(/view/images/content/about_block_message_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 130px;
    left: calc(50% - 650px);
    width: 390px;
    height: 162px;
    transform: rotate(-8deg);
    display: none;
}

.about_block_message_2{
    position: absolute;
    background: url(/view/images/content/about_block_message_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 300px;
    left: calc(50% - 440px);
    width: 390px;
    height: 162px;
    transform: rotate(-3deg);
    display: none;
}

.about_block_message_3{
    position: absolute;
    background: url(/view/images/content/about_block_message_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 100px;
    left: calc(50% - 195px);
    width: 390px;
    height: 162px;
    transform: rotate(5deg);
    display: none;
}

.about_block_message_4{
    position: absolute;
    background: url(/view/images/content/about_block_message_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 330px;
    right: calc(50% - 420px);
    width: 390px;
    height: 162px;
    transform: rotate(15deg);
    display: none;
}

.about_block_message_5{
    position: absolute;
    background: url(/view/images/content/about_block_message_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 120px;
    right: calc(50% - 630px);
    width: 390px;
    height: 162px;
    transform: rotate(-9deg);
    display: none;
}

.about_block h2{
    z-index: 10;
    position: relative;
}

.about_block h2 span{
    color: #0F77F0;
}

.about_block h3{
    color: #535353;
    z-index: 10;
    position: relative;
}

.about_block_whatsapp_telegramm{
    background: #F3FBFE;
    border-radius: 80px;
    padding: 50px 50px 0 50px;
}

.about_block_whatsapp_telegramm h3{
    margin-bottom: 60px;
    color: #1E2B36;
}

.about_block_whatsapp_telegramm h3 span{
    color: #6ED964;
}

.about_block_whatsapp_telegramm h3 span:last-child{
    color: #34ACDE;
}

.about_block_whatsapp_telegramm img{
    width: 90%;
}

.about_block_whatsapp_telegramm_title_1{
    font-size: 28px;
    text-align: left;
    margin-bottom: 15px;
}

.about_block_whatsapp_telegramm_title_2{
    font-size: 18px;
    color: #0F77F0;
    text-align: left;
    margin-bottom: 15px;
}

.about_block_whatsapp_telegramm_title_3{
    background: #0F77F0;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
}

.about_block_whatsapp_telegramm_title_4{
    font-size: 18px;
    text-align: left;
}

.shahmatka{
    background: url(/view/images/content/shahmatka_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 410px;
    margin: 90px 0;
    border-radius: 80px;
    padding: 50px;
}

.shahmatka h3{
    color: #fff;
    margin-bottom: 30px;
}

.shahmatka p{
    font-size: 28px;
    color: #fff;
    max-width: 60%;
}

.features_1{
    background: url(/view/images/content/features_1_bg.png) #F3FBFE;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 80px;
    height: 650px;
    padding: 50px;
    text-align: center;
}

.features_1 h4{
    font-size: 44px;
    margin-bottom: 20px;
}

.features_1_text_1{
    color: #0F77F0;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.features_1 p{
    font-size: 18px;
}

.features_2{
    background: url(/view/images/content/features_2_bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 80px;
    height: 650px;
    padding: 50px;
    text-align: center;
}

.features_2 h4{
    font-size: 44px;
    margin-bottom: 20px;
    color: #fff;
}

.features_2 p{
    font-size: 18px;
    color: #fff;
}

.dropdown-menu{
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #5897fb;
    outline: none;
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.object_page{
    background: #F3FBFE;
}

.object_wrapper{
    margin: 60px 0;
}

.object_image{
    border-radius: 80px;
    background-size: cover;
    background-position: center;
}

.object_page_content{
    background: #fff;
    border-radius: 80px;
    padding: 60px;
}

.object_page h1{
    font-size: 32px;
    margin-bottom: 10px;
}

.object_page_bg_1{
    background: url(/view/images/content/object-cloud.svg);
    background-repeat: no-repeat;
    background-position: -15% 60%;
}

.object_page_bg_2{
    background: url(/view/images/content/object-line.svg);
    background-repeat: no-repeat;
    background-position: 110% 20%;
}

.object_description{
    padding: 30px 0;
}

.object_description h2{
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.object_description .btn{
    margin-top: 10px;
}

.object_description h2 span{
    background: #fff;
    color: #0F77F0;
    border-radius: 5px;
    padding: 0 5px;
}

.object_people img{
    margin-top: 60px;
    width: 100%;
}

.object_features{
    margin-top: 30px;
}

.btn-secondary{
    background: #FFD633;
    color: #1E2B36;
    border: none;
}

.object_title .btn-lg{
    height: 62px;
    line-height: 46px;
}

.object_title h2{
    font-size: 30px;
    margin-bottom: 30px;
}

.footer_app{
    margin: 30px 0;
    text-align: center;
}

.footer_app p{
    font-size: 14px;
    color: #5A7287;
}

.footer_app img{
    margin: 0 10px;
}

.footer a{
    color: #1E2B36;
    text-decoration: none;
}

.footer_link{
    margin: 30px 0;
}

.object_features_str{
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #b3b3b3;
}

.object_features_str_1{
    font-size: 16px;
    color: #5A7287;
    margin-bottom: -1px;
    background: #fff;
    padding-right: 10px;
}

.object_features_str_2{
    
}

.object_features_str_3{
    font-size: 16px;
    color: #1E2B36;
    font-weight: 600;
    margin-bottom: -1px;
    background: #fff;
    padding-left: 10px;
    text-align: right;
}

.all_block{
    background: url(/view/images/content/all_block_bg.png) #D9E5FF;
    background-repeat: no-repeat;
    background-position: 0% 55%;
    background-size: 440px;
    height: 500px;
    padding: 70px;
    margin-top: 90px;
    border-radius: 80px;
}

.all_block_text_1{
    background: #0F77F0;
    padding: 0px 10px;
    color: #fff;
    font-size: 60px;
    margin: 10px 0 20px 0;
    display: inline-block;
    border-radius: 10px;
    line-height: 1.2;
}

.all_block_text_2{
    font-size: 24px;
    margin-bottom: 10px;
}

.all_block_text_2 span{
    color: #0F77F0;
}

.all_block_text_3{
    font-size: 18px;
}

.vote_block{
    background: url(/view/images/content/vote_block_bg.png) #D9E5FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 360px;
    padding: 50px;
    margin: 90px 0;
    border-radius: 80px;
}

.vote_block h3{
    color: #fff;
    margin-bottom: 30px;
}

.vote_block p{
    color: #fff;
    font-size: 20px;
}

.many_groups_block{
    text-align: center;
}

.many_groups_block h3{
    margin: 30px 0;
}

.many_groups_block span{
    color: #0F77F0;
}

.many_groups_block_bg{
    background: url(/view/images/content/many_groups_block_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
}

.grow_block{
    background: url(/view/images/content/grow_block_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 100px;
    margin: 90px 0;
    border-radius: 80px;
    position: relative;
}

.grow_block_digit_1{
    position: absolute;
    bottom: 320px;
    right: 210px;
    color: rgba(255,255,255,0.4);
    font-size: 32px;
}

.grow_block_digit_2{
    position: absolute;
    bottom: 260px;
    right: 190px;
    color: rgba(255,255,255,0.6);
    font-size: 38px;
}

.grow_block_digit_3{
    position: absolute;
    bottom: 190px;
    right: 180px;
    color: rgba(255,255,255,0.8);
    font-size: 44px;
}

.grow_block_digit_4{
    position: absolute;
    bottom: 100px;
    right: 150px;
    color: rgba(255,255,255,1);
    background: #0F77F0;
    border-radius: 10px;
    font-size: 50px;
    padding: 0 10px;
}

.grow_block h3{
    margin-bottom: 30px;
}

.grow_block_title_1{
    font-size: 28px;
    margin-bottom: 20px;
}

.grow_block_title_1 span{
    color: #0F77F0;
}

.labels_block{
    position: relative;
    height: 300px;
    width: 100%;
}

.labels_block_item_1{
    position: absolute;
    border-radius: 20px;
    background: #D1FAA0;
    padding: 20px;
    top: 60px;
    left: 15%;
    transform: rotate(-10deg);
    text-align: center;
    font-size: 22px;
}

.labels_block_item_2{
    position: absolute;
    border-radius: 20px;
    background: #FA9EA0;
    padding: 20px;
    top: 100px;
    left: calc(50% - 110px);
    transform: rotate(12deg);
    text-align: center;
    font-size: 22px;
}

.labels_block_item_3{
    position: absolute;
    border-radius: 20px;
    background: #C6BDFC;
    padding: 20px;
    top: 80px;
    right: 15%;
    transform: rotate(-15deg);
    text-align: center;
    font-size: 22px;
}

.who_are{
    background: url(/view/images/content/who_are_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 950px;
    padding-top: 90px;
    text-align: center;
}

.welcome_block_wrapper{
    background: #fff;
    padding: 120px 0 90px 0;
}

.welcome_block{
    position: relative;
    background: url(/view/images/content/welcome_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 360px;
    padding: 60px 0 0 80px;
    border-radius: 80px;
}

.welcome_block_phone{
    position: absolute;
    top: -70px;
    right: 15%;
}

.welcome_block_phone img{
    width: 250px;
}

.welcome_block h3{
    font-size: 50px;
    color: #fff;
}

.welcome_block p{
    font-size: 28px;
    color: #fff;
    margin-top: 90px;
}

.dropdown-item span{
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

.share_page{
    background: #F3FBFE;
    padding-top: 60px;
}

.share_page .logo{
    height: 50px;
    width: auto;
    padding: 0;
    margin-bottom: 60px;
}

.share_page_title{
    width: 80%;
    margin-bottom: 30px;
}

.share_page h2{
    font-size: 24px;
    color: #3D5060;
    margin-top: 30px;
    margin-bottom: 30px;
}

.share_page h3{
    font-size: 24px;
    color: #3D5060;
    margin-top: 30px;
    margin-bottom: 60px;
}

.share_page h3 span{
    color: #0F77F0;
}

.share_page h4{
    font-size: 18px;
    color: #3D5060;
    padding-bottom: 60px;
}

.btn-object-qr{
    border: 2px solid #0F77F0;
    height: 62px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}

.btn-object-qr img{
    height: 30px;
    margin-right: 10px;
}

.btn-object-qr:hover{
    background: #0F77F0;
    color: #fff;
}

#contacts{
    background: #D9E5FF;
    min-height: 900px;
}

.contacts_bg_1{
    background: url(/view/images/content/contacts_bg_1.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 50%;
    background-size: contain;
    min-height: 900px;
}

.contacts_bg_2{
    background: url(/view/images/content/contacts_bg_2.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: contain;
    min-height: 900px;
}

.contacts_wrapper{
    padding-top: 60px;
}

.contacts_people{
    padding-top: 90px;
}

.contacts_form_block{
    background: #fff;
    border-radius: 80px;
    padding: 50px;
    text-align: center;
}

.contacts_form_input{
    margin-bottom: 20px;
    border-radius: 25px;
    min-height: 50px;
}

textarea.contacts_form_input{
    min-height: 100px;
}

.private_policy_link{
    margin-bottom: 20px;
}

#contacts_form p{
    margin-bottom: 30px;
}

#about{
    background: #D9E5FF;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.about_page h1{
    font-size: 50px;
    margin-bottom: 30px;
}



@media (max-width: 768px){
    .about_page h1{
        font-size: 24px;
    }

    .btn-object-qr {
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
        display: flex;
        align-items: center
    }
    
    .contacts_form_block {
        border-radius: 40px;
        padding: 20px;
    }
    
    .contacts_people {
        padding-top: 60px;
    }
    
    #main{
        --bs-gutter-x: 1.5rem;
    }
    
    .header-wrapper{
        height: 700px;
        border-radius: 20px;
        margin: 10px 0;
    }
    
    .header-cloud-1{
        -webkit-animation: animCloud 35s infinite linear;
        -moz-animation: animCloud 35s infinite linear;
        animation: animCloud 35s infinite linear;
    }

    .header-cloud-2{
        -webkit-animation: animCloud 33s infinite linear;
        -moz-animation: animCloud 33s infinite linear;
        animation: animCloud 33s infinite linear;
    }
    
    @-webkit-keyframes animCloud {
        from {
            -webkit-transform: translateX(-100%)
        }
        to {
            -webkit-transform: translateX(100%)
        }
    }
    @-moz-keyframes animCloud {
        from {
            -moz-transform: translateX(-100%)
        }
        to {
            -moz-transform: translateX(100%)
        }
    }
    @keyframes animCloud {
        from {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        to {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
    }
    
    .header{
        display: none;
    }
    
    .header-city a img{
        display: none;
    }
    
    .logo {
        height: 26px;
        padding: 30px 0;
    }
    
    .logo img{
        height: 26px;
    }
    
    .btn-lg {
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 32px;
    }
    
    .header-auth-btn .btn:last-child {
        margin-left: 0;
    }
    
    .header-nav-wrapper:first-child{
        margin-bottom: 15px;
    }
    
    .header-city{
        margin-right: 0;
        font-size: 15px;
        padding-left: 30px;
        margin-top: 20px;
        min-height: 24px;
    }
    
    h1 {
        font-size: 30px;
        font-weight: 700;
    }
    
    .header-wrapper h1 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .header-input{
        margin: 15px 0;
        height: 50px;
        border-radius: 25px;
        font-size: 15px;
        padding: 0 50px 0 15px;
    }
    
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: none;
        border-radius: 25px;
        height: 50px;
        padding-top: 0;
        font-size: 15px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        padding-left: 15px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px;
        right: 5px;
    }
    
    .header-map-button {
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
        padding-top: 4px;
        margin-top: 60px;
    }
    
    .header-input-search-button{
        display: none;
    }
    
    .header-input-search-button-mobile{
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
        padding-top: 10px;
        font-weight: 600;
        width: 100%;
    }
    
    .header-input-search-button-mobile img{
        margin-top: -2px;
    }
    
    .map_container {
        margin-top: 60px;
    }
    
    .main_map{
        height: 500px;
    }
    
    .about_block {
        margin-top: 60px;
        background-size: contain;
        background-position: 50% 20%;
    }
    
    .about_block_circle{
        top: 30px;
        left: -60px;
        width: 160px;
        height: 160px;
    }
    
    .about_block_cloud {
        top: 490px;
        right: -120px;
        width: 260px;
        height: 145px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 28px;
    }
    
    .map_container h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .about_block_message_1, .about_block_message_2, .about_block_message_3, .about_block_message_4, .about_block_message_5{
        width: 192px;
        height: 80px;
    }
    
    .about_block_message_1 {
        top: 20px;
        left: calc(50% - 190px);
    }
    
    .about_block_message_2 {
        top: 20px;
        left: calc(50% - 10px);
    }
    
    .about_block_message_3 {
        top: 110px;
        left: calc(50% - 90px);
    }
    
    .about_block_message_4 {
        top: 190px;
        left: calc(50% - 180px);
    }
    
    .about_block_message_5 {
        top: 190px;
        left: calc(50% - 10px);
    }
    
    .about_block_messages {
        height: 400px;
        margin-top: 50px;
    }
    
    .about_block_whatsapp_telegramm {
        background: #F3FBFE;
        border-radius: 40px;
        padding: 20px 20px 0 20px;
    }
    
    .about_block_whatsapp_telegramm h3 {
        margin-bottom: 20px;
    }
    
    .about_block_whatsapp_telegramm_title_1 {
        font-size: 24px;
        text-align: center;
    }
    
    .about_block_whatsapp_telegramm_title_2, .about_block_whatsapp_telegramm_title_3, .about_block_whatsapp_telegramm_title_4 {
        text-align: center;
    }
    
    .shahmatka{
        background: url(/view/images/content/shahmatka_bg_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 420px;
        margin: 60px 0;
        border-radius: 40px;
        padding: 20px;
    }

    .shahmatka h3{
        margin-bottom: 10px;
        text-align: center;
    }

    .shahmatka p{
        font-size: 14px;
        max-width: 100%;
        text-align: center;
    }
    
    .features_1{
        border-radius: 40px;
        height: 550px;
        padding: 20px;
        margin-bottom: 60px;
    }

    .features_1 h4{
        font-size: 28px;
        margin-top: 20px;
    }

    .features_1_text_1{
        font-size: 24px;
    }

    .features_2{
        background: url(/view/images/content/features_2_mobile_bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40px;
        height: 630px;
        padding: 20px;
    }

    .features_2 h4{
        font-size: 28px;
        margin-top: 20px;
    }
    
    #header_city{
        width: 100%;
    }
    
    .object_wrapper {
        margin: 30px 0;
    }
    
    .object_image{
        border-radius: 40px;
        margin-bottom: 30px;
    }
    
    .object_page_bg_1, .object_page_bg_2 {
        background: none;
    }
    
    .object_title_mobile{
        display: block;
        margin-bottom: 30px;
    }
    
    .object_title{
        display: none;
    }
    
    .object_page h1 {
        font-size: 26px;
    }
    
    .object_title_mobile .btn-secondary{
        margin-bottom: 20px;
    }
    
    .object_title_mobile .btn-lg{
        height: 62px;
        line-height: 46px;
    }
    
    .object_title_mobile h2{
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .object_page_content {
        border-radius: 40px;
        padding: 20px;
    }
    
    .object_features {
        margin-top: 0px;
    }
    
    .object_description h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .object_description{
        text-align: center;
    }
    
    .object_features_str_1{
        font-size: 16px;
        margin-bottom: -2px;
        padding-right: 5px;
    }

    .object_features_str_3{
        font-size: 16px;
        margin-bottom: -2px;
        padding-left: 5px;
    }
    
    .all_block {
        background-position: 50% 100%;
        background-size: contain;
        height: 830px;
        padding: 30px 20px;
        margin-top: 60px;
        border-radius: 40px;
        text-align: center;
    }
    
    .all_block_text_1 {
        font-size: 50px;
    }
    
    .vote_block {
        background: url(/view/images/content/vote_block_mobile_bg.png) #D9E5FF;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        height: 560px;
        padding: 30px 20px;
        margin: 60px 0;
        border-radius: 40px;
        text-align: center;
    }
    
    .vote_block h3{
        margin-bottom: 10px;
    }
    
    .vote_block p{
        font-size: 16px;
    }
    
    .many_groups_block_bg {
        background: url(/view/images/content/many_groups_block_mobile_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 120%;
        height: 430px;
    }
    
    .grow_block {
        background: url(/view/images/content/grow_block_mobile_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 500px;
        padding: 20px;
        margin: 0px 0;
        border-radius: 40px;
        text-align: center;
    }
    
    .grow_block h3 {
        margin-bottom: 10px;
    }
    
    .grow_block_title_1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .grow_block_digit_1 {
        bottom: 160px;
        right: calc(50% - 40px);
        font-size: 18px;
    }
    
    .grow_block_digit_2 {
        bottom: 120px;
        right: calc(50% - 50px);
        font-size: 22px;
    }
    
    .grow_block_digit_3 {
        bottom: 80px;
        right: calc(50% - 60px);
        font-size: 26px;
    }
    
    .grow_block_digit_4 {
        bottom: 30px;
        right: calc(50% - 80px);
        font-size: 30px;
    }
    
    .footer{
        text-align: center;
    }
    
    .labels_block {
        height: 360px;
    }
    
    .labels_block_item_1{
        border-radius: 10px;
        padding: 10px;
        font-size: 18px;
        top: 60px;
        left: 5%;
    }

    .labels_block_item_2{
        border-radius: 10px;
        padding: 10px;
        font-size: 18px;
        top: 160px;
        left: 45%;
    }

    .labels_block_item_3{
        border-radius: 10px;
        padding: 10px;
        font-size: 18px;
        right: 30%;
        top: 230px;
        transform: rotate(5deg);
    }
    
    .who_are {
        background: url(/view/images/content/who_are_mobile_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 1000px;
        padding-top: 60px;
        text-align: center;
        border-radius: 60px;
    }
    
    .welcome_block_wrapper {
        padding: 60px 0 360px 0;
    }
    
    .welcome_block {
        background: url(/view/images/content/welcome_mobile_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 360px;
        padding: 20px;
        border-radius: 40px;
        text-align: center;
    }
    
    .welcome_block h3 {
        font-size: 32px;
    }
    
    .welcome_block p {
        font-size: 18px;
        color: #fff;
        margin-top: 20px;
    }
    
    .welcome_block_phone {
        position: absolute;
        top: 200px;
        right: calc(50% - 125px);
    }
    
    .map_container .btn{
        margin: 30px 0;
    }
    
}

@media (min-width: 769px){
    .header-mobile{
        display: none;
    }
    
    .header-input-search-button-mobile{
        display: none;
    }
    
    .object_title_mobile{
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .about_block_message_1, .about_block_message_2, .about_block_message_3, .about_block_message_4, .about_block_message_5{
        width: 360px;
        height: 150px;
    }
    
    .about_block_message_1 {
        left: calc(50% - 590px);
    }
    
    .about_block_message_2 {
        left: calc(50% - 410px);
    }
    
    .about_block_message_3 {
        left: calc(50% - 195px);
    }
    
    .about_block_message_4 {
        right: calc(50% - 370px);
    }
    
    .about_block_message_5 {
        right: calc(50% - 570px);
    }
    
    .shahmatka p{
        max-width: 70%;
    }
    
    .many_groups_block_bg{
        height: 380px;
    }
    
    .who_are{
        height: 700px;
    }
    
    .btn-object-qr{
        font-size: 14px;
        padding-left: 25px;
        padding-right: 0px;
    }
}