html {
    scroll-behavior: smooth;
}
textarea,
body {
    margin: 0;
    font-size: 16px;
    font-family: ArticulatCF-Normal,
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
.profitably,
.your_benefits_block_caption,
.functionality_block_caption,
.caption,
.nav_menu_left li,
.button,
.bold {
    font-weight: 500;
    font-family: 'ArticulatCF-Bold',
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
h1, h2, h3, p, input, ul,li, button, textarea {
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font-size: 40px;
    line-height: 48px
}
input,
ul,
li,
button,
textarea {
    outline: none;
    list-style-type: none;
    border: 0 solid black;
}
input:focus,
textarea:focus {
    background: honeydew;
}
.hr {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E2BB43;
    margin: 0;
}
.mt4 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt132 {
    margin-top: 132px;
}
.mb3 {
    margin-bottom: 3px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml20 {
    margin-left: 20px;
}
.gap10 {
    display: flex;
    gap: 10px;
}
.gap20 {
    display: flex;
    gap: 20px;
}
.display_flex {
    display: flex;
}
.header {
    height: 70px;
    align-items: center;
}
.font12 {
    font-size: 12px;
}
.font18 {
    font-size: 18px;
}
.align_center {
    display: flex;
    align-items: center;
}
.main_color {
    color: #E2BB43;
}
.text_center {
    text-align: center;
}
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 3;
}
img {
    display: block;
}
body * {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: black;
}
div img {
    width: 100%;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 14px;
}
.between {
    display: flex;
    justify-content: space-between;
}
.column {
    display: flex;
    flex-direction: column;
}
.header_left {
    display: flex;
    align-items: center;
    gap: 50px;
}
.logo {
    width: 106px;
}
.regions,
.phone {
    display: flex;
    gap: 20px;
}
.phone_icon {
    width: 27px;
}
.regions_icon {
    width: 38px;
}
button:active {
    opacity: 0.8;
}
.button {
    width: 100%;
    color: white;
    height: 50px;
    padding: 0 14px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.bgc_green {
    background-color: #3B932D;
}
.bgc_black {
    background-color: black;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_right .button {
    height: 40px;
}
.banner {
    position: relative;
}
.banner_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(31, 31, 31, 0.8), rgba(31, 31, 31, 0.8));
}
.nav_menu {
    height: 60px;
    align-items: center;
    position: relative;
}
.nav_menu_right,
.nav_menu_left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav_menu_right ul,
.nav_menu_left ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
.nav_menu_left a {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
}
.nav_menu_left a:hover {
    color: #E2BB43;
}
.nav_menu_right li {
    cursor: pointer;
}
.nav_menu_left a:active {
    opacity: 0.8;
}
.banner_content {
    width: 942px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color: white;
}
.banner_logo {
    width: 184px;
}
.banner_description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.banner_caption {
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
}
.banner_buttons .button {
    font-size: 19px;
    width: 264px;
}
.additional_button {
    color: white;
    font-size: 19px;
    margin-left: 60px;
}
.caption {
    font-size: 40px;
    line-height: 48px;
}
.functionality_block {
    padding: 34px 34px 34px 50px;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    gap: 43px;
}
.functionality_img {
    width: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
}
.functionality_block_caption {
    font-size: 24px;
    line-height: 29px;
}
.logo_qwep {
    max-width: 184px;
}
.logo_sms {
    max-width: 243px;
}
.logo_laximo,
.logo_mango {
    max-width: 144px;
}
.logo_abcp {
    max-width: 154px;
}
.logo_beeline {
    max-width: 200px;
}
.logo_telegram {
    width: 180px;
}
.logo_vk {
    width: 54px;
}
.banner_trust_content {
    width: 1170px;
    padding: 0 14px;
}
.trust_list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.your_benefits_list {
    display: flex;
    gap: 30px;
    max-height: 958px;
}
.your_benefits_left {
    flex: 1;
    max-width: 360px;
}
.your_benefits_right {
    flex: 2;
}
.your_benefits_right_list {
    display: flex;
    gap: 30px;
    flex-direction: column;
    flex-wrap: wrap;
}
.your_benefits_info_block {
    padding: 30px;
    min-height: 433px;
    margin-bottom: 30px;
    background: no-repeat center url('./img/benefits_bg.png');
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}
.your_benefits_logo {
    width: 150px;
}
.your_benefits_picture_block {
    border-radius: 10px;
}
.your_benefits_block {
    padding: 30px;
    background-color: #F7F5F1;
    border-radius: 10px;
    max-width: 360px;
}
.your_benefits_block_img_wrap {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: white;
    margin-right: 20px;
    border: 1px solid #E2BB43;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.your_benefits_block:nth-child(2) .your_benefits_block_img_wrap {
    border: 1px solid #E24343;
}
.your_benefits_block:nth-child(3) .your_benefits_block_img_wrap {
    border: 1px solid #AF43E2;
}
.your_benefits_block:nth-child(4) .your_benefits_block_img_wrap {
    border: 1px solid #3B932D;
}
.your_benefits_block:nth-child(5) .your_benefits_block_img_wrap {
    border: 1px solid #4370E2;
}
.your_benefits_block:nth-child(6) .your_benefits_block_img_wrap {
    border: 1px solid #43BCE2;
}
.your_benefits_block_img {
    height: 50px;
}
.your_benefits_block_img img {
    width: auto;
    height: 100%;
}
.your_benefits_block_caption {
    font-size: 25px;
    line-height: 30px;
}
.contact_us_button {
    width: 360px;
    background-color: transparent;
    border: 2px solid #E2BB43;
}
.decision_img {
    margin-left: auto;
    margin-right: auto;
}
.free_period_button {
    width: 360px;
}
.free_period_hr {
    border: 1px solid #3B932D;
}
.tariffs_block {
    width: 360px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    position: relative;
}
.tariffs_block:nth-child(2) {
    border: 1px solid #E2BB43;
}
.tariffs_block:nth-child(2) .tariffs_block_top {
    background-color: #F7F5F1;
    border-bottom: 1px solid #E2BB43;
}
.tariffs_block:nth-child(2n) .button {
    background-color: #3B932D;
}
.tariffs_block:nth-child(3) {
    border: 1px solid #4370E2;
}
.tariffs_block:nth-child(3) .tariffs_block_top {
    background-color: #F7F5F1;
    border-bottom: 1px solid #4370E2;
}
.tariffs_block:nth-child(4) {
    border: 1px solid green;
}
.tariffs_block:nth-child(4) .tariffs_block_top {
    background-color: #fff7e8;
    border-bottom: 1px solid green;
}
.tariffs_block button {
    background-color: #000000;
}
.tariffs_block_top {
    padding: 30px 20px 20px 20px;
    background-color: #E7E7E7;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 10px 10px 0 0;
}
.tariffs_caption {
    font-size: 28px;
}
.tariffs_caption_price {
    font-size: 30px;
}
.tariffs_block_list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tariffs_block_bottom {
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
.tariffs_block_bottom li {
    font-size: 14px;
    margin-top: 10px;
}
.tariffs_block_bottom li:first-child {
    margin-top: 0;
}
.tariff_include:before {
    content: "\2713";
    color: white;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #3B932D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 10px;
    float: left;
}
.tariff_not_include:before {
    content: "\2716";
    color: white;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 10px;
    float: left;
}
.tariffs_additional_caption {
    color: #7d7832;
}
.tariffs_link {
    color: #0075FF;
    text-decoration: underline;
    cursor: pointer;
}
.tariffs_link:hover {
    text-decoration: none;
}
.tariffs_text {
    font-size: 13px;
}
.full_tariff {
    display: none;
}
.profitably {
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    padding: 5px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
}
/*.feedback_list {*/
/*    display: flex;*/
/*    gap: 28px;*/
/*}*/
.feedback_block {
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feedback_block p {
    margin-bottom: 10px;
}
.feedback_block_bottom {
    display: flex;
    gap: 26px;
}
.feedback_block_avatar {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.slider_caption,
.feedback_block_caption {
    font-size: 30px;
    line-height: 36px;
}
.feedback_mobile_slider_container .slider-buttons {
    display: block;
}
.contacts .banner_content {
    width: auto;
}

.contacts_form_wrap {
    padding: 30px 100px 50px 100px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.contacts_form_wrap .functionality_block_caption {
    color: black;
}
.form_input {
    width: 360px;
    height: 50px;
    border: 1px solid #646464;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 16px;
}
.contacts_form_wrap textarea {
    height: 80px;
    resize: none;
    padding-top: 6px;
}
.contacts .banner_logo {
    margin: 0 auto;
}
.contacts form {
    width: 360px;
}
.confirm_privacy_wrap {
    margin-top: 20px;
    color: black;
}
.footer {
    height: 240px;
    background-color: #2F3134;
    color: #FFFFFF;
}
.footer_top {
    height: 135px;
}
.footer_bottom {
    background-color: #000000;
    height: 105px;
}
.footer_top_left .banner_logo {
    width: 154px;
}
.footer_phone_block {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 130px;
}
.footer_phone {
    font-size: 23px;
    line-height: 28px;
}
.payment_methods {
    gap: 80px;
}
.footer_bottom_right {
    color: #ECEDF5;
}
.animation_mark {
    opacity: 0;
}
.animation {
    opacity: 1;
    animation: appear 1s;
}
@keyframes appear {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
.active {
    color: #E2BB43;
}
.scroll_arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-color: white;
    color: rgb(167, 167, 167);
    z-index: 10;
    display: none;
}
.scroll_arrow:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 6px);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-color: inherit;
    border-bottom: 0;
    border-right: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: inherit;
}
.scroll_arrow:hover {
    background-color: #E2BB43;
    color: white;
}
.show_block {
    display: initial;
}
.free_period .banner_content {
    width: 1170px;
    padding: 0 14px;
}
.media_show {
    display: none;
}
.media_button {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 18px;
    cursor: pointer;
}
.media_button_line {
    height: 2px;
    width: 100%;
    background-color: #E2BB43;
    position: absolute;
    top: 9px;
}
.media_button_line:first-child {
    top: 0;
}
.media_button_line:last-child {
    top: unset;
    bottom: 0;
}
.info_popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 8;
    overflow: auto;
}
.info_popup {
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    max-width: 500px;
}
.error_input {
    border: 1px solid red;
}
.slider {
    display: flex;
    width: 100%;
    height: 489px;
    background: #FCFCFC;
    border: 1px solid #E2BB43;
    border-radius: 10px;
    padding: 50px 30px 70px 30px;
    gap: 40px;
}
.slider_left {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_right {
    flex: 4;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}
.slider_container .swiper-pagination {
    bottom: var(--swiper-pagination-bottom,27px);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background-color: black;
}
.slider_nav {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.slider_nav_el {
    height: 80px;
    background: #E8E8E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 29px;
    cursor: pointer;
}
.slider_nav_el.slide_active {
    border: 2px solid #E2BB43;
    background-color: #fff;
}
.no_slider_styles_display {
    display: block;
}
.swiper-slide {
    height: auto;
}
/*.no_slider_styles_height {*/
/*    height: auto;*/
/*}*/
.no_slider_styles_flex_shrink {
    flex-shrink: inherit;
}
.swiper-button-next, .swiper-button-prev {
    color: black;
    opacity: 0.2;
}
.slider-buttons {
    display: none;
}
.opacity_0 {
    opacity: 0;
}

/*cookie-banner*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-banner p {
    margin: 0 0 15px 0;
    font-size: 14px;
}

.cookie-banner button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
}













@media (max-width: 1350px)  {
    .logo_qwep {
        width: 130px;
    }
    .logo_sms {
        width: 160px;
    }
    .logo_abcp,
    .logo_laximo,
    .logo_mango {
        width: 110px;
    }
    .logo_beeline {
        width: 140px;
    }
    .logo_telegram {
        width: 140px;
    }
    .logo_vk {
        width: 40px;
    }
    .banner_logo {
        width: 160px;
    }
    .contacts .banner_img {
        height: 720px;
        overflow: hidden;
    }
}






@media (max-width: 1288px)  {
    .contacts .banner_img img {
        height: 100%;
        width: auto;
    }
}





@media (max-width: 1190px)  {
    body {
        font-size: 14px;
    }
    h1, h2, h3 {
        line-height: 36px;
    }
    .tariffs_block {
        width: calc(100vw - 150px);
    }
    .tariffs_mobile_slider_container .slider-buttons {
        display: block;
    }
    .tariffs_block_list {
        justify-content: inherit;
        gap: unset;
    }
    .no_slider_styles_flex_shrink {
        flex-shrink: 0;
    }
    .banner_content {
        text-align: center;
    }
    .free_period .banner_content,
    .banner_trust_content {
        width: 100%;
    }
    .logo_qwep {
        width: 150px;
    }
    .logo_sms {
        width: 200px;
    }
    .logo_laximo, .logo_mango {
        width: 120px;
    }
    .logo_abcp {
        width: 124px;
    }
    .banner_description {
        font-size: 16px;
        line-height: 18px;
    }
    .caption {
        font-size: 34px;
    }
    .banner_caption {
        font-size: 36px;
    }
    .button {
        font-size: 14px;
        height: 44px;
    }
    .banner_buttons .button {
        font-size: 17px;
    }
    .additional_button {
        font-size: 17px;
    }
    .banner_logo {
        width: 160px;
        margin: 0 auto;
    }
    .functionality_block_caption {
        font-size: 20px;
        line-height: 22px;
    }
    .functionality_block {
        padding: 26px 26px 26px 34px;
        gap: 34px;
    }
    .mt20 {
        margin-top: 16px;
    }
    .mt30 {
        margin-top: 22px;
    }
    .mt40 {
        margin-top: 28px;
    }
    .mt60 {
        margin-top: 40px;
    }
    .font18 {
        font-size: 16px;
    }
    /*.your_benefits_right {*/
    /*    flex-wrap: nowrap;*/
    /*    gap: 20px;*/
    /*}*/
    .your_benefits_block {
        max-width: unset;
        padding: 20px;
    }
    .your_benefits_block_caption {
        font-size: 22px;
        line-height: 24px;
    }
    .your_benefits_block_img_wrap {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .your_benefits_block_img {
        height: unset;
    }
    .your_benefits_list {
        max-height: unset;
    }
    .slider_caption,
    .feedback_block_caption {
        font-size: 24px;
        line-height: 26px;
    }
    .slider_nav_el {
        height: 60px;
        font-size: 18px;
        line-height: 20px;
    }
    .slider {
        height: 450px;
        padding-top: 40px;
    }
}








@media (max-width: 1000px)  {
    .banner_trust .banner_img {
        height: 320px;
        overflow: hidden;
    }
    .banner_trust .banner_img img {
        height: 100%;
        width: auto;
    }
}







@media (max-width: 964px)  {
    .banner_content  {
        width: 100%;
    }
    .slider {
        height: 400px;
    }
    .slider_right,
    .slider_left {
        flex: 1;
    }
}









@media (max-width: 800px)  {
    .banner_logo {
        width: 130px;
    }
    .banner_description {
        font-size: 14px;
        line-height: 16px;
    }
    .banner_caption {
        font-size: 30px;
        line-height: 34px;
    }
    .banner_buttons .button {
        font-size: 15px;
        width: 224px;
    }
    .additional_button {
        font-size: 15px;
    }
    .caption {
        font-size: 28px;
        line-height: 34px;
    }
    .functionality_block_caption {
        font-size: 18px;
        line-height: 18px;
    }
    .functionality_block {
        padding: 16px 16px 16px 24px;
        gap: 24px;
        width: calc(100vw - 150px);
    }
    .feedback_block,
    .your_benefits_block {
        width: calc(100vw - 150px);
    }
    .trust_list {
        width: 540px;
        justify-content: space-around;
        gap: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .free_period .banner_img,
    .contact_us .banner_img {
        height: 200px;
        overflow: hidden;
    }
    .free_period .banner_img img,
    .contact_us .banner_img img {
        height: 100%;
        width: auto;
    }
    .media_show {
        display: block;
    }
    .media_hide,
    .nav_menu_right,
    .header {
        display: none;
    }
    .nav_menu_left {
        border-top: 2px solid #E2BB43;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 2;
    }
    .nav_menu_left ul {
        flex-direction: column;
        gap: 10px;
        align-items: normal;
        padding: 10px;
    }
    .nav_menu_left a {
        padding: 0;
        background-color: transparent;
    }
    .nav_menu {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: normal;
    }
    .mt132 {
        margin-top: 56px;
    }
    .footer_top_left {
        flex: 1;
        justify-content: space-between;
    }
    .footer_top_left .banner_logo {
        margin: 0;
    }
    .footer_phone_block {
        margin-left: 0;
    }
    /*.feedback_list {*/
    /*    gap: unset;*/
    /*}*/
    .slider {
        height: auto;
        flex-wrap: wrap;
    }
    .slider_left,
    .slider_right {
        min-width: 320px;
    }
    .slider_nav {
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .no_slider_styles_display {
        display: flex;
    }
    /*.no_slider_styles_height {*/
    /*    height: 100%;*/
    /*}*/
    .your_benefits_left {
        display: none;
    }
    .your_benefits_right_list {
        gap: unset;
        flex-direction: unset;
        flex-wrap: nowrap;
    }
    .slider-buttons {
        display: block;
    }
}















@media (max-width: 700px)  {
    .banner_img img {
        height: 100%;
        width: auto;
    }
    .main_banner .banner_img {
        height: 230px;
        overflow: hidden;
    }
    .contacts_form_wrap {
        padding: 30px;
    }
}















@media (max-width: 600px)  {
    .your_benefits_list {
        flex-wrap: wrap;
    }
    .logo_qwep {
        width: 100px;
    }
    .logo_sms {
        width: 130px;
    }
    .logo_laximo, .logo_mango {
        width: 90px;
    }
    .logo_abcp {
        width: 90px;
    }
    .trust_list {
        width: 100%;
    }
    .payment_methods {
        gap: 30px;
    }
    .slider_nav {
        display: none;
    }
    .logo_beeline {
        width: 110px;
    }
    .logo_telegram {
        width: 110px;
    }
    .logo_vk {
        width: 34px;
    }
}


















@media (max-width: 500px)  {
    .trust_list {
        gap: 10px;
    }
    .main_banner .banner_img {
        height: 330px;
    }
    .additional_button {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }
    .functionality_block {
        flex-wrap: wrap;
    }
    .functionality_img {
        margin: 0 auto;
    }
    .banner_trust .banner_img {
        height: 380px;
    }
    .contact_us_button {
        width: calc(100% - 20px);
    }
    .free_period_button {
        width: 100%;
    }
    .feedback_block_bottom {
        flex-wrap: wrap;
    }
    .feedback_block_avatar {
        margin: 0 auto;
    }
    .footer_top_left .banner_logo {
        display: none;
    }
    .footer_top_left {
        justify-content: center;
    }
    .footer_bottom_left {
        display: none;
    }
    .footer_bottom {
        justify-content: center;
    }
    .contacts_form_wrap .form_input {
        width: 100%;
    }
    .contacts form {
        width: 100%;
    }
    .contacts .banner_content {
        width: calc(100% - 28px);
    }
    .slider_left,
    .slider_right {
        min-width: 180px;
    }
}






























