        /*общие настройки*/

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border: 3px solid red;
}

body input:required:valid,
body textarea:required:valid {
    border: 3px solid green;
}

.outline {
    outline: 1px solid #e93131;
}

.fixed {
    position: fixed;
}

.block {
    outline: 0px solid red;
}

* {
    padding: 0;
    margin: 0;
}

.flex {
    display: flex;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /*font-family: 'PT Sans', sans-serif;*/
    font-size: 16px;
    color: #333;
    min-width: 320px;
    position: relative;
    letter-spacing: 1.4px;
}

ul li {
    list-style: none;
    font-size: 16px !important;
}

a {
    /*font-weight:bold;*/
    color: #304680;
    ;
}

a:focus {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-size: 30px;
    text-align: center;
}

.overflow {
    overflow: hidden;
}

.otstup_h2 {
    margin: 80px 0;
}

.margin_bottom {
    margin-bottom: 50px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.otstup_bottom {
    margin-bottom: 80px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 17px;
}

.italic {
    font-style: italic;
}

.none {
    display: none;
}

.margin_top {
    margin-top: 60px !important;
}

.name {
    text-align: center;
    font-weight: bold;
    padding: 20px 0 0;
}

.center {
    display: table;
    margin: 0 auto;
}

.align_center {
    text-align: center !important;
}

a.tinkoff_avto_kredit {
    cursor: pointer;
}

.table_991 {
    display: none;
}

.video {
    max-width: 550px;
    display: table !important;
    margin: 0 auto !important;
    text-align: center;
    border-color: none;
}

.display_table {
    display: table;
    margin: 0 auto;
}

.button_size {
    width: 40%;
}

section {
    padding: 100px 0;
}


/*согласие и политика обработки данных*/

.soglasie {
    margin: 30px 0;
    color: #adacac;
    text-align: center;
    font-size: 15px;
}

.soglasie a {
    color: #adacac;
    text-align: center;
}

.soglasie a:hover {
    text-decoration: underline;
}


/*конец политики*/


/*=========wrapper-polosa=============*/

.wrapper-polosa {
    max-width: 100%;
    padding: 10px 0;
    background-color: #ffffff;
}

p a.vopros {
    margin-bottom: 0 !important;
    text-align: center;
    float: right;
}

.vopros {
    color: #e61c41;
    border: 1px solid #e61c41;
    border-radius: 5px;
    padding: 8px 25px;
    display: table;
}

.vopros:hover {
    background-color: #f04664;
    color: #fff;
    transition: all 0.7s;
    cursor: pointer;
}

.logo {
   /* max-width: 100px;*/
    display: table;
}


/*========адаптивное меню==========*/

.menu-top {
    position: relative;
    z-index: 100;
    outline: 0px solid red;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border-color: #e7e7e7;
    background-color: #fff !important;
}

.navbar {
    border-radius: 0;
}

.menu {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.menu li {
    float: left;
    list-style: none;
    margin: 0 12px;
    padding: 15px 5px 15px;
    border-bottom: 2px solid transparent;
}

.menu li:hover {
    transition: all 0.2s;
    border-bottom: 2px solid #f04664;
}

.menu li a {
    font-size: 13px;
    color: #333;
    display: table;
}

.menu li a:hover {
    text-decoration: none;
}

.dropdown-menu>li>a:hover {
    background-color: #fff;
}


/*конец адапт меню*/


/*слайдер*/


/*использование параллакса*/

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-window-big,
.parallax-window-podmena,
.parallax-window-podmena_mfo {
    min-height: 550px;
    background: transparent;
}

.parallax-window-offer {
    min-height: 100vh;
    background: transparent;
}


/*начало всплывающая форма*/


/*==========скрытые элементы=========*/

.hidden {
    display: none;
}

.pop_form h3 {
    text-align: center;
    letter-spacing: 1.2px;
    padding: 20px;
}

.pop_form input[type=text] {
    display: block;
    width: 90%;
    margin: 0 auto 12px;
    line-height: 24px;
    border: 3px solid #999;
}

.pop_form .button {
    display: table;
    margin: 20px auto 12px;
    padding: 10px 15px;
}

.pop_form input.text {
    padding: 0 10px;
}


/*конец всплывающая форма*/


/*======шапка==========*/

.banner_fon_index_wrapper {
    max-width: 100%;
    background-size: cover;
    height: 851px;
    background: url(../images/banner_girl.webp) no-repeat center 0px;
}

h1.banner_fon_index {
    color: #fff;
    font-size: 70px;
    letter-spacing: 2.7px;
    line-height: 70px;
    text-align: center;
    margin-top: 500px;
    padding: 25px 10px;
}

.h1_wrapper {
    background-color: #333;
}

.red {
    color: #e61c41 !important;
}

.header_top_wrapper {
    width: 100%;
    height: 70px;
    background-color: #333;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1;
    /*color:#7d4141;*/
    margin-top: 170px;
    color: #000;
    /*background:rgba(0,0,0,0.6);*/
    /*padding:30px 40px 0 40px;*/
}

.header_p {
    font-size: 32px;
    text-align: left;
    /*background:rgba(0,0,0,0.6);*/
    /*padding:10px 40px;*/
    margin-top: 30px;
}


/*раздел О НАС*/

.o_nas {
    /*	max-width:100%;
	background-size:cover;*/
    height: 100%;
    background-color: #f4f3f3;
}

.o_nas h2 {
    text-align: left;
    color: #333;
    font-size: 52px;
    margin-top: 300px;
    overflow: hidden;
}

.line_line {
    max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 20px 0;
}

.o_nas_images {
    margin-top: 170px;
    margin-left: 125px;
}


/*======конец шапка==========*/


/*======страница Офферы==========*/

.wrapper_offer {
    position: relative;
    z-index: 1;
    border: 2px solid #f5f6f7;
    padding: 40px 30px;
    margin: 40px 0;
}

.wrapper_offer:hover {
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .08), 0 -8px 16px 0 rgba(0, 0, 0, .04), 0 16px 24px 0 rgba(0, 0, 0, .16);
    /*
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
*/
}

.img_size {
    max-width: 300px;
}

.h1_offer {
    text-align: left;
    margin: 80px 0 50px;
}

.h2_offer_center {
    text-align: center;
    margin: 80px 0;
}

.h2_offer {
    text-align: left;
    font-size: 40px;
}

.preimushestva {
    margin: 20px 0 40px 0;
}

.preimushestva p {
    background: url(../images/flagok.png) no-repeat 0 center;
    padding-left: 20px;
}

.podrobnee {
    padding-bottom: 7px;
}

a.podrobnee,
a.obratno {
    display: table;
    margin: 0 auto;
    color: #e61c41;
}

.podrobnee:hover {
    border-bottom: 2px solid #f04664;
    transition: all 0.3s;
    color: #f04664;
}

.button_zakaz {
    background-color: #e61c41;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}

.button_zakaz:hover {
    background-color: #f04664;
    color: #fff;
    transition: all 0.7s;
}

.button_zakaz:visited {
    color: #fff;
}

.video {
    margin: 80px 0;
    overflow: hidden;
}


/*======отдельная страница по продукту=======*/

.otstup {
    margin-top: 50px;
    clear: both;
}

.preimushestva_offera {
    text-align: center;
    font-size: 20px !important;
}

.glavnoe {
    font-size: 37px;
    font-weight: bold;
    line-height: 36px !important;
}


/*====баннер фон карты Польза  баннер фон карты Тинькофф блек====*/

.p_polza,
.p_tinkoff_debet_card,
.p_debet_card_alfa_travel {
    padding-top: 60px;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 64px;
}

.p_halva {
    padding-top: 140px;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 64px;
}

.p_tinkoff_debet_card {
    color: #e61c41 !important;
}

.p_debet_card_alfa_travel {
    padding-top: 154px !important;
}

.img_size_polza,
.img_size_tinkoff_debet_card,
.img_size_debet_card_alfa_travel {
    max-width: 400px;
}

.img_size_debet_card_alfa_travel {
    margin-top: 97px;
    display: block;
    max-width: 600px !important;
}

.halva_wrapper p {
    color: #fff !important;
}

.kostia {
    display: table;
    padding: 61px 0 0;
}

.button_halva {
    background-color: #fff !important;
    display: table !important;
    padding: 13px 35px !important;
    color: #e61c41 !important;
    font-size: 24px !important;
    margin-top: 44px;
}

.button_halva:hover {
    opacity: 0.5;
}

.halva_right {
    text-align: left;
    color: #714141;
}

.halva_right p,
.halva_left p {
    margin-bottom: 25px;
    font-size: 20px !important;
    font-weight: bold;
}

.halva_left {
    text-align: right;
    color: #714141;
}

.color_halva {
    background-color: #fdf5e8;
}

.color_svoboda {
    background-color: #0099ac;
}

.color_halva {
    margin: 50px 0 50px;
}

.banner_fon_sovest {
    background-color: #d9e8fd;
}

.card_sovest {
    max-width: 350px;
    margin: 80px 0;
}

.p_sovest {
    padding-top: 65px;
    color: #333 !important;
    font-size: 56px;
    font-weight: bold;
    line-height: 64px;
}

.delaem_po_sovesti {
    font-size: 30px;
    margin-bottom: 50px;
}

.preim_sovest p {
    margin-top: 30px;
}

.comp_sovest {
    display: table;
    max-width: 550px;
}

.p_five,
.p_six,
.p_seven {
    background-size: 40px 28px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.p_five {
    background-image: url(../images/p_five.png);
}

.p_six {
    background-image: url(../images/p_six.png);
}

.p_seven {
    background-image: url(../images/p_seven.png);
}

.p_eight {
    background: url(../images/p_eight.png) no-repeat 0 6px;
    background-size: 46px 34px;
}

.control {
    margin-top: 30px;
}

.control p {
    padding-left: 63px;
}

.p_svoboda {
    color: #333 !important;
    padding-top: 97px !important;
    margin-bottom: 15px;
}

.svoboda_wrapper p {
    color: #333 !important;
}

.garik_text p {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 0.9;
}

.garik_text {
    margin-top: 100px;
}

.garik_text_big {
    font-size: 130px !important;
}

.svobod_img_categoria {
    display: table;
    margin: 20px auto;
}

.wrapper_svoboda_categoria p {
    color: #fff;
    text-align: center;
}

.wrapper_svoboda_categoria {
    margin-left: -37px;
}

.h2_svoboda_categoria {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    text-align: left;
    margin: 40px 0;
}

.img_potreb {
    display: table;
    margin: 91px 0 50px;
    max-width: 270px !important;
}

.doctor_two {
    display: none;
}

.img_chet {
    display: table;
}

.img_home {
    max-width: 200px !important;
    margin: 40px 0 0px;
}

.doctor_none_991 {
    display: table;
}

.no_prosent {
    position: absolute;
    z-index: 10;
    width: 143px;
    height: 166px;
    background: url(../images/no_prosent.png) no-repeat;
    bottom: 0;
    left: 0;
}

.no_prosent_two {
    display: none;
    position: absolute;
    z-index: 10;
    width: 95px;
    height: 95px;
    background: url(../images/no_prosent_two.png) no-repeat;
    bottom: 0;
    left: 0;
}

.banner_alfa_ipoteka {
    display: block;
    margin: 10px 0 20px;
}


/*========футер=========*/

.footer {
    background-color: #232628;
}

.footer p {
    font-size: 15px;
    opacity: .6;
    color: #fff;
}

.footer__soglasie-politika {
    margin: 30px 0;
}

.footer__soglasie-politika a {
    color: #fff;
}

.footer__soglasie-politika a:hover {
    text-decoration: underline;
}

.block {
    margin: 0 auto;
    display: table;
}


/*медиа запросы*/

@media only screen and (max-width: 1820px) {
    .img_size_debet_card_alfa_travel {
        margin-top: 137px;
        display: block;
        max-width: 520px !important;
    }
}

@media only screen and (max-width: 1394px) {
    .o_nas_images {
        margin: 170px 0;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) {
    .banner_fon_index_wrapper {
        max-width: 100%;
        background-size: cover;
        height: 809px;
        background: url(../images/banner_girl_1199.webp) no-repeat center 0px;
    }
    h1.banner_fon_index {
        color: #fff;
        font-size: 55px;
        letter-spacing: 2.7px;
        line-height: 62px;
        text-align: center;
        margin-top: 387px;
        padding: 10px 8px;
    }
    .menu {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .o_nas h2 {
        text-align: left;
        color: #333;
        font-size: 40px;
        margin-top: 175px;
        overflow: hidden;
    }
    .menu li {
        float: none;
        text-align: center;
        list-style: none;
        margin: 0;
        display: block;
        padding-bottom: 0;
        padding: 0;
    }
    .menu li a {
        text-align: center;
        display: block;
        padding: 5px 0;
        margin: 18px auto !important;
        width: 100%;
        font-size: 18px;
    }
    .menu li:hover {
        border-bottom: none;
        background-color: #f04664;
        transition: all 0.8s;
        color: #fff;
    }
    .menu li a:hover {
        color: #fff;
    }
    .dropdown-menu>li>a:hover {
        background-color: #f04664;
    }
    .header_p {
        font-size: 25px;
    }
    .p_polza,
    .p_tinkoff_debet_card,
    .p_debet_card_alfa_travel,
    .img_size_debet_card_alfa_travel {
        font-size: 60px;
        padding-top: 118px;
    }
    .img_size_debet_card_alfa_travel {
        margin-top: 62px;
        display: block;
        max-width: 424px !important;
    }
    .p_debet_card_alfa_travel {
        padding-top: 195px !important;
    }
    .kostia {
        display: table;
        padding: 61px 0 0;
        max-width: 364px;
    }
    .control_wrapper {
        margin-left: 107px;
    }
    .p_svoboda {
        color: #333 !important;
        padding-top: 97px !important;
        margin-bottom: 15px;
        font-size: 57px !important;
    }
}

@media only screen and (max-width: 1120px) {
    .img_size_debet_card_alfa_travel {
        margin-top: 62px;
        display: block;
        max-width: 424px !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .banner_fon_index_wrapper {
        max-width: 100%;
        background-size: cover;
        height: 601px;
        background: url(../images/banner_girl_991.webp) no-repeat center 0px;
    }
    h1.banner_fon_index {
        color: #fff;
        font-size: 52px;
        letter-spacing: 2.7px;
        line-height: 64px;
        text-align: center;
        margin-top: 278px;
        padding: 10px 8px;
    }
    .h1_offer {
        text-align: center;
        margin: 50px 0 50px;
    }
    .o_nas_images {
        margin: 50px auto 175px auto;
        display: table;
    }
    .wrapper_offer {
        text-align: center;
    }
    .potreb p {
        background: none;
        text-align: center;
    }
    .preimushestva p {
        padding-left: 0px;
        background: none;
    }
    .img_chet {
        display: table;
        margin: 0 auto;
    }
    .none_991 {
        display: none !important;
    }
    p.banner_fon_index {
        padding: 134px 0 0 0px;
        color: #333;
        font-size: 56px;
        letter-spacing: 3px;
        line-height: 59px;
    }
    /*лого и кнопка*/
    .logo {
        max-width: 100px;
        display: table;
        margin: 10px auto 0;
    }
    p a.vopros {
        margin: 20px auto !important;
        text-align: center;
        float: none;
        max-width: 100%;
        display: block !important;
        font-size: 18px;
        padding: 5px 5px;
    }
    .vopros {
        padding: 3px 50px;
        display: table;
    }
    .parallax-window-big,
    .parallax-window-podmena,
    .parallax-window-podmena_mfo {
        min-height: 400px;
        background: transparent;
    }
    h1 {
        font-size: 40px;
        margin-top: 95px;
    }
    .header_p {
        font-size: 18px;
    }
    .size_img {
        max-width: 300px;
        display: table;
        margin: 20px auto;
    }
    /*офферы*/
    .h2_offer {
        font-size: 35px;
        display: table;
        margin: 50px auto 0;
        text-align: center;
    }
    a.podrobnee {
        display: table;
        margin: 0 auto 25px;
        color: #e61c41;
    }
    .p_polza,
    .p_tinkoff_debet_card,
    .p_debet_card_alfa_travel,
    .img_size_debet_card_alfa_travel {
        font-size: 48px;
        padding-top: 52px;
    }
    .img_size_polza,
    .img_size_tinkoff_debet_card {
        max-width: 310px;
    }
    .glavnoe {
        font-size: 30px;
        font-weight: bold;
    }
    .img_size_debet_card_alfa_travel {
        margin: 0 auto 80px;
        display: block;
        max-width: 424px !important;
    }
    .p_debet_card_alfa_travel {
        padding-top: 100px !important;
        text-align: center;
    }
    .kostia {
        display: table;
        padding: 61px 0 0;
        margin: 0 auto;
        max-width: 300px;
    }
    .halva_wrapper {
        display: table;
        margin: 0 auto;
    }
    .halva_wrapper p {
        text-align: center !important;
    }
    .button_halva {
        background-color: #fff !important;
        display: table !important;
        padding: 10px 30px !important;
        color: #e61c41 !important;
        font-size: 20px !important;
        margin: 56px auto 0;
    }
    .p_halva {
        padding-top: 63px;
        margin-bottom: 30px;
        font-size: 50px;
    }
    .halva_right {
        text-align: center;
        color: #714141;
    }
    .halva_left {
        text-align: center;
        color: #714141;
    }
    .img_halva {
        max-width: 400px;
        margin-bottom: 30px;
    }
    .p_sovest,
    .delaem_po_sovesti {
        text-align: center;
    }
    .card_sovest {
        display: table;
        margin: 50px auto !important;
    }
    .center_sovest {
        display: table;
        margin: 0 auto;
    }
    .preim_sovest p {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .comp_sovest {
        display: table;
        margin: 0 auto 50px;
        max-width: 500px;
    }
    .control_wrapper {
        text-align: center;
        margin-left: 0;
    }
    .control p {
        padding-left: 0;
        margin-bottom: 50px;
        padding-top: 77px;
    }
    .control p:last-child {
        margin-bottom: 0px;
    }
    .p_five,
    .p_six,
    .p_seven {
        background-size: 66px 54px;
        background-repeat: no-repeat;
        background-position: center 6px;
    }
    .p_eight {
        background: url(../images/p_eight.png) no-repeat center 6px;
        background-size: 66px 54px;
    }
    .p_svoboda {
        font-size: 44px !important;
        line-height: 44px;
    }
    .button_svoboda {
        display: table !important;
        margin: 50px 0 !important;
    }
    .garik_text_big {
        font-size: 86px !important;
    }
    .garik_text p {
        font-size: 50px;
    }
    .h2_svoboda_categoria {
        text-align: center;
    }
    .wrapper_svoboda_categoria {
        margin-left: 0px;
        margin-bottom: 50px;
    }
    .img_potreb {
        max-width: 200px !important;
        display: table;
        margin: 50px auto;
    }
    .doctor_none_991 {
        display: none;
    }
    .doctor_two {
        display: table;
        margin: 0 auto;
    }
    .table_991 {
        display: table;
        margin: 0 auto;
    }
    .hidden_991 {
        display: none;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .banner_fon_index_wrapper {
        max-width: 100%;
        background-size: cover;
        height: 621px;
        background: url(../images/banner_girl_767.webp) no-repeat center 0px;
    }
    h1.banner_fon_index {
        color: #fff;
        font-size: 52px;
        letter-spacing: 2.7px;
        line-height: 68px;
        text-align: center;
        margin-top: 356px;
        padding: 10px 8px;
    }
    .display_table {
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    .button_size {
        width: 70%;
    }
    p.banner_fon_index {
        padding: 96px 0 0 0px;
        color: #333;
        font-size: 52px;
        letter-spacing: 3px;
        line-height: 59px;
    }
    .parallax-window-big,
    .parallax-window-podmena {
        min-height: 320px;
        background: transparent;
    }
    .parallax-window-podmena_mfo {
        min-height: 180px;
        background: none !important;
    }
    .parallax-window {
        min-height: 200px;
        background: transparent;
    }
    h1 {
        font-size: 35px;
    }
    .header_p {
        display: table;
        margin: 20px auto;
        background-color: #333;
        color: #fff !important;
        opacity: 0.6;
        padding: 20px 10px;
    }
    /*офферы*/
    .h1_offer {
        margin: 50px 0 50px;
    }
    .h2_offer_center {
        text-align: center;
        margin: 50px 0;
        font-size: 25px;
    }
    .h2_offer {
        font-size: 30px;
        margin-top: 50px;
    }
    .p_polza,
    .p_tinkoff_debet_card,
    .p_debet_card_alfa_travel,
    .img_size_debet_card_alfa_travel {
        font-size: 41px;
        padding-top: 52px;
    }
    .img_size_polza,
    .img_size_tinkoff_debet_card {
        max-width: 271px;
    }
    .glavnoe {
        font-size: 27px;
        font-weight: bold;
    }
    .img_size_debet_card_alfa_travel {
        margin: 0 auto 40px;
        display: block;
        max-width: 362px;
        padding-top: 18px
    }
    .p_debet_card_alfa_travel {
        padding-top: 43px !important;
        text-align: center;
    }
    .svoboda_767 {
        background-color: #0099ac !important;
        height: 100%;
    }
    .parallax-window-podmena {
        background: none !important;
    }
    .button_svoboda {
        display: table !important;
        margin: 50px auto !important;
    }
    .p_svoboda {
        color: #fff !important;
    }
    .svoboda_wrapper p {
        text-align: center;
        color: #fff !important;
    }
    .svoboda_wrapper .preimushestva p {
        background: none !important;
    }
    .banner_fon_svoboda_min {
        background: url(../images/banner_fon_svoboda_min.jpg) no-repeat center center;
    }
    .garik_text_big {
        font-size: 65px !important;
    }
    .garik_text p {
        font-size: 40px;
    }
    .hidden_991 {
        display: none;
    }
    .video {
        max-width: 100%;
        display: table !important;
        margin: 0 auto !important;
        text-align: center;
        border-color: none;
    }
}

@media screen and (max-width:744px) {
    h1.banner_fon_index {
        color: #fff;
        font-size: 48px;
        letter-spacing: 2.7px;
        line-height: 68px;
        text-align: center;
        margin-top: 356px;
        padding: 10px 8px;
    }
    .o_nas h2 {
        text-align: left;
        color: #333;
        font-size: 34px;
        margin-top: 175px;
        overflow: hidden;
    }
}

@media screen and (max-width:694px) {
    h1.banner_fon_index {
        color: #fff;
        font-size: 43px;
        letter-spacing: 2.7px;
        line-height: 55px;
        text-align: center;
        margin-top: 329px;
        padding: 10px 8px;
    }
}

@media screen and (max-width:605px) {
    h1 {
        font-size: 30px;
        margin-top: 96px;
    }
    .h2_svoboda_categoria {
        font-size: 30px;
    }
}

@media only screen and (max-width: 670px) {
    p {
        font-size: 16px;
    }
    .comp_sovest {
        display: table;
        margin: 0 auto 50px;
        max-width: 350px;
    }
    .hidden_991 {
        display: none;
    }
}

@media only screen and (max-width: 595px) {
    h1.banner_fon_index {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
    }
    @media only screen and (max-width: 545px) {
        .banner_fon_index_wrapper {
            max-width: 100%;
            background-size: cover;
            height: 577px;
            background: url(../images/banner_girl_545.webp) no-repeat center 0px;
        }
        h1.banner_fon_index {
            color: #fff;
            font-size: 34px;
            line-height: 50px;
            margin-top: 273px;
            padding: 10px 8px;
        }
        .o_nas h2 {
            text-align: left;
            color: #333;
            font-size: 30px;
            margin-top: 175px;
            overflow: hidden;
        }
        @media only screen and (max-width: 535px) {
            .h2_offer {
                font-size: 23px;
            }
            .img_size {
                max-width: 270px;
                display: table;
                margin: 0 auto;
            }
            p {
                font-size: 16px;
            }
            .glavnoe {
                font-size: 20px;
                font-weight: bold;
            }
            .doctor_none_991 {
                display: none;
            }
            .hidden_991 {
                display: none;
            }
        }
        @media only screen and (max-width: 504px) {
            .h2_offer {
                font-size: 20px;
            }
        }
        /* Extra Small Devices, Phones */
        @media only screen and (max-width: 480px) {
            .otstup {
                margin-top: 30px;
                clear: both;
            }
            .video {
                margin: 40px 0;
                overflow: hidden;
            }
            .h1_offer {
                margin: 40px 0 30px;
            }
            p.banner_fon_index {
                padding: 89px 0 0 0px;
                color: #333;
                font-size: 38px;
                letter-spacing: 3px;
                line-height: 47px;
                text-align: center;
            }
            .img_size_debet_card_alfa_travel {
                max-width: 320px !important;
            }
            .p_debet_card_alfa_travel {
                font-size: 35px;
            }
            .kostia {
                display: table;
                padding: 61px 0 0;
                margin: 0 auto;
                max-width: 250px;
            }
            .img_halva {
                max-width: 280px;
                margin-bottom: 30px;
            }
            .p_sovest {
                padding-top: 34px;
                color: #333 !important;
                font-size: 31px;
                font-weight: bold;
                line-height: 35px;
            }
            .delaem_po_sovesti {
                font-size: 26px;
                margin-bottom: 25px;
            }
            .card_sovest {
                display: table;
                margin: 25px auto !important;
                max-width: 280px;
            }
            .sovest_480 {
                margin-bottom: 40px;
                font-size: 20px !important;
            }
            h2 {
                font-size: 22px;
                text-align: center;
            }
            .comp_sovest {
                display: table;
                margin: 0 auto 30px;
                max-width: 350px;
            }
            .control p {
                padding-left: 0;
                margin-bottom: 30px;
                padding-top: 77px;
            }
            .preim_sovest p {
                margin-top: 20px;
                margin-bottom: 30px;
            }
            .info_480 {
                margin: 20px 0 10px;
            }
            .garik_text p {
                font-size: 30px;
            }
            .garik_text_big {
                font-size: 50px !important;
            }
            .p_svoboda {
                padding-top: 50px !important;
            }
            .hidden_991 {
                display: none;
            }
            .h2_offer_center {
                text-align: center;
                margin: 30px 0;
                font-size: 22px;
            }
        }
        @media only screen and (max-width: 415px) {
            h1.banner_fon_index {
                color: #fff;
                font-size: 38px;
                line-height: 50px;
            }
            .o_nas h2 {
                text-align: left;
                color: #333;
                font-size: 30px;
                margin-top: 175px;
                overflow: hidden;
            }
        }
        @media only screen and (max-width: 400px) {
            .h2_offer {
                font-size: 20px;
                margin-top: 30px;
            }
            p.banner_fon_index {
                padding: 46px 0 0 0px;
                color: #333;
                font-size: 33px;
                letter-spacing: 3px;
                line-height: 37px;
                text-align: center;
            }
            .img_size_polza,
            .img_size_tinkoff_debet_card {
                max-width: 157px;
            }
            .p_polza,
            .p_tinkoff_debet_card,
            .p_debet_card_alfa_travel,
            .img_size_debet_card_alfa_travel {
                font-size: 29px;
                padding-top: 30px;
            }
            .parallax-window-big,
            .parallax-window-podmena {
                min-height: 200px;
                background: transparent;
            }
            .img_size_debet_card_alfa_travel {
                max-width: 250px !important;
                padding-top: 0px;
            }
            .p_debet_card_alfa_travel {
                padding-top: 18px !important;
                text-align: center;
            }
            .garik_text {
                margin-bottom: 30px;
            }
            .h2_svoboda_categoria {
                margin: 30px 0;
            }
            .wrapper_svoboda_categoria {
                margin-left: 0px;
                margin-bottom: 30px;
            }
            .vigod_carta {
                margin: 30px 0 30px !important;
            }
            .img_size {
                max-width: 250px;
                margin: 0 auto;
            }
            .hidden_991 {
                display: none;
            }
            .h1_offer {
                margin: 30px 0 30px;
            }
        }
        @media only screen and (max-width: 370px) {
            .hidden_991 {
                display: none;
            }
            .no_prosent {
                display: none;
            }
            .no_prosent_two {
                display: block;
                position: absolute;
                z-index: 10;
                width: 95px;
                height: 95px;
                background: url(../images/no_prosent_two.png) no-repeat;
                bottom: 0;
                left: 0;
            }
        }