@font-face {
    font-family: 'MuseoSansCyrl';
    src: url(../fonts/MuseoSansCyrl_100.otf);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url(../fonts/MuseoSansCyrl_300.otf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url(../fonts/MuseoSansCyrl_300_Italic.otf);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url(../fonts/MuseoSansCyrl_500.otf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url(../fonts/MuseoSansCyrl_700.otf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url(../fonts/MuseoSansCyrl_900.otf);
    font-weight: 900;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'MuseoSansCyrl';
    background: #414d5d;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: relative; */
}
input,
textarea {
    font-family: 'MuseoSansCyrl';
    -webkit-appearance: none;
}
input:focus,
textarea:focus,
a:focus {
    outline: none;
}


img {
    vertical-align: middle;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.clear_bl {
    position: relative;
}
.clear_bl:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    max-width: 1687px;
    padding: 0 15px;
    margin: 0 auto;
}
.container_2 {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    background: #FFFFFF;
    padding: 8px 0;
    position: fixed !important;
    z-index: 11 !important;
    left:  0;
    right:  0;
    top:  0;
}
.descr_logo {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 16px;
    margin-top: 37px;
}

.header .img_logo img {
    width: 50px;
}
.header .descr_logo {
    margin-top: 9px;
}

.menu {
    margin-left: 44px;
    margin-top: 7px;
}
.menu > ul {
    padding: 0px;
    margin: 0px;
}
.menu > ul > li {
    list-style: none;
    float: left;
    margin-left: 5px;
}
.menu > ul > li:first-child {
    margin-left: 0px;
}
.menu > ul > li > a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 30px;
    transition: .5s;
}
.menu > ul > li > a.active,
.menu > ul > li > a:hover {
    background: #ffd801;
}

.callback_bl {
    margin-top: 5px;
}
.btn_callback {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    background: #7174f3;
    background: -moz-linear-gradient(top, #7174f3 0%, #4345ea 100%);
    background: -webkit-linear-gradient(top, #7174f3 0%,#4345ea 100%);
    background: linear-gradient(to bottom, #7174f3 0%,#4345ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7174f3', endColorstr='#4345ea',GradientType=0 );
    border-radius: 19px;
    padding: 9px 20px;
    transition: 0.4s;
}
.btn_callback:hover {
    opacity: 0.7;
}

.block1 {
    padding: 30px 0 123px;
}

.top_block1 .descr_logo {
    color: #FFFFFF;
}
.inf_min {
    margin-left: 113px;
    margin-top: 27px;
}
.inf_min > div {
    margin-left: 80px;
}
.inf_min > div:first-child {
    margin-left: 0px;
}
.inf_t {
    display: table-row;
}
.inf_t .left_inf_t {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
}
.inf_t .right_inf_t {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    padding-left: 25px;
}
.inf_t .right_inf_t span {
    font-weight: 700;
}
.slogan {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}
.slogan span {
    font-size: 60px;
}
.top_block1 {
    margin-bottom: 105px;
}
.btns_bl1_center {
    text-align: center;
    margin-top: 79px;
}
.cont_btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.btn_record,
.btn_video {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    padding: 27px 57px;
    border-radius: 50px;
    line-height: 24px;
    transition: .5s;
}

.btn_record {
    background: #ffe301;
    background: -moz-linear-gradient(top, #ffe301 0%, #ffce01 100%);
    background: -webkit-linear-gradient(top, #ffe301 0%,#ffce01 100%);
    background: linear-gradient(to bottom, #ffe301 0%,#ffce01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe301', endColorstr='#ffce01',GradientType=0 );
    color: #000000;
}
.btn_video {
    position:  relative;
    font-size: 26px;
    padding-right: 114px;
    background: #7f83f5;
    background: -moz-linear-gradient(top, #7f83f5 0%, #3436e7 100%);
    background: -webkit-linear-gradient(top, #7f83f5 0%,#3436e7 100%);
    background: linear-gradient(to bottom, #7f83f5 0%,#3436e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f83f5', endColorstr='#3436e7',GradientType=0 );
}

.btn_record:hover,
.btn_video:hover {
    opacity: 0.7;
}

.btn_video i {
    font-size: 51px;
    position: relative;
    margin-left: 4px;
    position:  absolute;
    right: 40px;
    top: 12px;
}

.bl2_box {
    background: #FFFFFF;
    padding: 75px 0 66px;
}

.row_prior {
    margin: 0 -15px;
}
.col_prior {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.ico_prior {
    float: left;
    width: 74px;
    height: 74px;
    border-radius: 74px;
    background: #ec0000;
    text-align: center;
    line-height: 74px;
}
.tx_prior {
    padding-left: 112px;
    padding-top: 15px;
    font-size: 20px;
    color: #1f252d;
    font-weight: 700;
}
.prioritety_bl {
    margin-bottom: 74px;
}
.vypuskniki {
    margin-bottom: 18px;
}
.title_vyp {
    text-align: center;
    font-weight: 500;
    color: #03070d;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.row_vyp {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap;
}
.col_vyp {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.vyp_bl {
    margin-bottom: 30px;
    text-align: center;
}
.vyp_bl img {
    width: 100%;
}
.name_vyp {
    color: #323648;
    font-size: 24px;
    font-weight: 500;
    margin-top: 33px;
    margin-bottom: 7px;
}
.name_vyp a {
    color: #323648;
    text-decoration: underline;
}
.name_vyp a:hover {
    color: #0593cd;
}
.dol_vyp {
    font-size: 16px;
    color: #323648;
    font-weight: 300;
    font-style: italic;
}
.dol_vyp span {
    font-size: 18px;
}

.row_otz {
}
.col_otz {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.otzyv_bl {
    margin-bottom: 40px;
}
.avatar_otz {
    float: left;
}
.avatar_otz img {
    width: 90px;
    border-radius: 50%;
}
.inf_otz {
    padding-left: 120px;
    padding-top: 11px;
}
.name_otz {
    font-size: 24px;
    font-weight: 100;
}
.name_otz a {
    text-decoration: underline;
    color: #0593cd;
}
.name_otz a:hover {
    text-decoration: none;
}
.city_otz {
    font-size: 24px;
    font-weight: 100;
}
.top_otz {
    margin-bottom: 16px;
}
.text_otz {
    font-style: italic;
    color: #414d5d;
    font-size: 16px;
    line-height: 24px;
}
.open_otz {
    margin-top: 4px;
}
.open_otz a {
    color: #1997cb;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #1997cb;
}
.open_otz a:hover {
    border-color: transparent;
}
.video_min {
    display: block;
    position: relative;
}
.video_min:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.35);
}
.video_min:after {
    display: block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f3a8';
    font-size: 100px;
    position: absolute;
    z-index: 3;
    color: #FFFFFF;
    opacity: 0.3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video_min img {
    width: 100%;
}
.video_min:hover:after {
    opacity: 0.6;
}
.otz_center_btn {
    text-align: center;
    padding-top: 23px;
}
.btn_otz {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
    padding: 15px 53px;
    background: #ffe201;
    background: -moz-linear-gradient(top, #ffe201 0%, #ffce01 100%);
    background: -webkit-linear-gradient(top, #ffe201 0%,#ffce01 100%);
    background: linear-gradient(to bottom, #ffe201 0%,#ffce01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe201', endColorstr='#ffce01',GradientType=0 );
    border-radius: 50px;
    transition: .5s;
}
.btn_otz i {
    margin-left: 10px;
}
.btn_otz:hover {
    opacity: 0.7;
}

.block3 {
    margin-top: 86px;
}
.title_bl2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 47px;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-weight: 500;
}
.tx_bl2 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 30px;
}
.tx_bl2 span {
    text-transform: uppercase;
}
.green {
    color: #54ff00;
}
.red {
    color: #ff0000;
}
.yellow {
    color: #ffde00;
}
.tx1_s {
    font-weight:  bold;
}
.test_box {
    padding: 94px 114px;
    background: #3c3c41 url("../images/test_bg.png") right bottom no-repeat;
    color: #FFFFFF;
    margin-top: 52px;
}

.list_test li {
    list-style: none;
    margin-bottom: 32px;
    position: relative;
    padding-left: 50px;
    font-size:  24px;
    font-weight: 500;
    padding-top: 0;
}
.list_test li:before {
    content: '';
    display: block;
    background: url("../images/ico_list_test.png") center no-repeat;
    width: 36px;
    height: 36px;
    left: 6px;
    top: 1px;
    position: absolute;
}

.alert_test {
    margin-top: 72px;
    background: #5c6c83;
    padding: 35px 53px;
    color: #fffdf8;
}
.top_alert_test {
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid #6b7e99;
    padding: 0 9px;
    padding-bottom: 23px;
}
.top_alert_test span {
    text-transform: uppercase;
}
.bottom_alert_test {
    /* padding-top: 23px; */
    /* border-top: 1px solid #4e5c6f; */
}
.col_tx_alert_test {
    float: left;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 47px;
}
.col_tx_btn_test {
    float: right;
    padding-top: 15px;
}
.btn_do {
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding: 19px 66px;
    text-decoration: none;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%,#ffcc00 100%);
    background: linear-gradient(to bottom, #ffd800 0%,#ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffcc00',GradientType=0 );
    border-radius: 50px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    transition: .5s;
}
.btn_do:hover {
    opacity: 0.7;
}
.tx__al {
    /* font-size: 30px; */
}
.tt {
    text-transform: uppercase;
}
.block4 {
    margin-top: 115px;
    color: #FFFFFF;
}
.title_plusy {
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}
.row_pl {
    margin: 0 -15px;
}
.col_pl {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.pl_bl {
    list-style: none;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    padding-left: 97px;
    position: relative;
}
.pl_bl:before {
    content: '+';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #d30000;
    color: #FFFFFF;
    font-size: 33px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
}
.plusy_bl {
    margin-bottom: 60px;
}
.alert_zanania {
    background: #657891;
    padding: 51px 0px 42px;
    text-align: center;
    color: #FFFFFF;
}
.title_zn {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.tx_zn{
    font-size: 24px;
    margin-bottom: 31px;
}
.btn_go {
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 14px 95px;
    text-decoration: none;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%,#ffcc00 100%);
    background: linear-gradient(to bottom, #ffd800 0%,#ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffcc00',GradientType=0 );
    border-radius: 50px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
    transition: .5s;
}
.btn_go:hover {
    opacity: 0.7;
}
.block5 {
    margin-top: 125px;
}
.comanda_box {
    padding: 70px 0;
    background: #FFFFFF;
}
.title_comanda {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 48px;
    color: #03070d;
    margin-bottom: 70px;
}
.row_com {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap;
}
.col_com {
    padding: 0 15px;
    float: left;
    width: 25%;
}
.com_bl {
    margin-bottom: 32px;
    text-align: center;
}
.com_bl img {
    width: 100%;
}
.com_bl .name_com {
    font-size: 24px;
    color: #323648;
    font-weight: 500;
    margin-top: 43px;
    margin-bottom: 7px;
}
.com_bl .dol_com {
    color: #323648;
    font-size: 16px;
    font-style: italic;
}
.block6 {
    margin-top: 80px;
    color: #FFFFFF;
}
.priv_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 55px;
}
.row_priv {
    margin: 0 -15px;
}
.col_priv {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.priv_list {
    margin-bottom: 40px;
    padding-left: 97px;
    position: relative;
}
.priv_list:before {
    content: '';
    display: block;
    background: url(../images/ico_list_test.png) center no-repeat;
    width: 36px;
    height: 37px;
    left: 12px;
    top: 12px;
    position: absolute;
}
.title_pr {
    font-size: 28px;
    font-weight: 500;
    color: #ffd200;
    margin-bottom: 14px;
}
.tx_pr {
    font-size: 24px;
    font-weight: 100;
}
.block7 {
    margin-top: 68px;
    color: #FFFFFF;
}
.title_zan {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 84px;
}
.title_zan span {
    text-transform: uppercase;
}

.row_zan {
    margin: 0 -15px;
    text-align:  center;
}
.col_zan {
    padding: 0 15px;
    /* float: left; */
    width: 24%;
    display:  inline-block;
    vertical-align: top;
}
.zan_box {
    margin-bottom: 30px;
    height: 270px;
    color: #FFFFFF;
    background: url("../images/zan_box_bg.png") center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.zan_box .hover_zan {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #000000;
    color: #ffde02;
    transition: .5s;
    opacity: 0;
}
.zan_box:hover .hover_zan {
    opacity: 1;
}
.hover_zan_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hover_zan_center .date_zan {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hover_zan_center .btn_zan {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    background: #ffde02;
    border-radius: 40px;
    transition: .5s;
}
.hover_zan_center .btn_zan:hover {
    opacity: .7;
}
.zan_center {
    padding-top: 40px;
}
.img_zan {
    height: 120px;
    line-height: 120px;
}
.name_zan {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    margin-top: 15px;
}

.zan_box_2 .zan_center {
    padding-top: 11px;
}
.tem_bl {
    text-align: center;
    padding-top: 67px;
}
.btn_tem {
    display: inline-block;
    font-weight: 500;
    color: #000;
    font-size: 24px;
    padding: 20px 53px;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%,#ffcc00 100%);
    background: linear-gradient(to bottom, #ffd800 0%,#ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffcc00',GradientType=0 );
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
}
.btn_tem:hover {
    opacity: .7;
}
.block8 {
    margin-top: 84px;
}
.vyst_box {
    padding: 58px 0 69px;
    background: #6c747d url("../images/vyst_box_bg.png") right bottom no-repeat;
    color: #FFFFFF;
    background-size:  contain;
}
.title_vyst {
    font-weight: 500;
    font-size: 48px;
    line-height: 49px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.tx_vyst {
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 58px;
}

.block9 {
    margin-top: 102px;
}
.row_type {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap;
}
.col_type {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.type_bl {
    margin-bottom: 100px;
}
.type_bl img {
    width: 100%;
}
.bottom_type {
    padding-top: 34px;
    text-align: center;
}
.bottom_type .price {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 30px;
    margin-right: 27px;
    color: #FFFFFF;
}
.bottom_type .btn_buy {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
    padding: 10px 30px;
    border-radius: 40px;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%,#ffcc00 100%);
    background: linear-gradient(to bottom, #ffd800 0%,#ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffcc00',GradientType=0 );
    transition: .5s;
}
.bottom_type .btn_buy:hover {
    opacity: .7;
}

#map {
    height: 740px;
}
.block10 {
    position: relative;
}
.popup_map {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 1, 0.23);
    width: 465px;
    padding: 53px 46px;
    margin-left: 326px;
}
.title_popup_map {
    text-transform: uppercase;
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 31px;
}
.tx_popup_map {
    margin-bottom: 46px;
    font-size: 16px;
    color: #24292e;
}
.form_group {
    margin-bottom: 19px;
}
.input_text {
    width: 100%;
    height: 37px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #ffffff;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
}
.textarea {
    width: 100%;
    height: 92px;
    background: #FFFFFF;
    border: 1px solid #e8e8e8;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 20px;
}
.input_text:focus,
.textarea:focus{
    border-color: #bbbbbb;
}
.submit_popup_map {
    text-align: center;
    padding-top: 11px;
}
.btn_submit_popup_map {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    border: none;
    background: #a6783d;
    padding: 15px 65px 17px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
}
.btn_submit_popup_map:hover {
    opacity: .7;
}
.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;
}
.block11 {
    margin-top: 90px;
}
.title_vopr {
    text-align: center;
    margin-bottom: 77px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 500;
}
.vopr_otv_box {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    display: flex;
    flex-flow: row wrap;
}
.col_vopr_nav {
    float: left;
    background: #414d5d;
    width: 48%;
}
.col_vopr_content {
    float: left;
    width: 52%;
}
.nav_vopr {

}
.nav_vopr > li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #FFFFFF;
}
.nav_vopr > li:last-child {
    border-bottom: none;
}
.nav_vopr > li > a {
    display: block;
    font-size: 28px;
    text-decoration: none;
    padding: 26px 45px;
    color: #FFFFFF;
}
.nav_vopr > li > a.active {
    background: #a80000;
}
.tab {
    padding: 50px 52px;
    height: 100%;
    display: table;
}
.tab_bl {
    display: none;
}
.tab_center {
    display: table-cell;
    vertical-align: middle;
}
.title_tab {
    font-size: 36px;
    color: #414d5d;
    font-weight: 900;
    margin-bottom: 30px;
}
.tx_tab {
    font-size: 18px;
    color: #414d5d;
}
.gallery img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}
.row_gal {
    margin: 0 -15px;
}
.col2_gal {
    padding: 0 15px;
    float: left;
    width: 50%;
}
.col2_gal > a {
    margin-bottom: 33px;
    display: block;
}

.col3_gal {
    padding: 0 15px;
    float: left;
    width: 25%;
}

.col3_gal > a {
     margin-bottom: 33px;
    display: block;
}

.block12 {
    margin-top: 71px;
}
.block13 {
    padding: 5px 0 70px;
}
.vk {
    width: 100%;
}
.header,
.block1,
.block2,
.block3,
.block4,
.block5,
.block6,
.block7,
.block8,
.block9,
.block10,
.block11,
.block12,
.block13 {
    position: relative;
    z-index: 4;
}


.bg1 {
    position: absolute;
    /* top: -44px; */
    left: 0px;
    right: 0px;
    height: 1001px;
    background: url("../images/bg1.png") center bottom no-repeat;
    background-size: contain;
    z-index: 1;
}


@media (min-width: 1690px) {
    .bg1 {
        background-size: 100%;
    }
}

.bg2 {
    position: absolute;
    top: 1697px;
    left: 0px;
    right: 0px;
    height: 1526px;
    background: url("../images/bg2.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}
.bg4 {
    position: absolute;
    top: 2552px;
    left: 0px;
    right: 0px;
    height: 2566px;
    background: url("../images/bg4.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}
.bg5 {
    position: absolute;
    top: 3702px;
    left: 0px;
    right: 0px;
    height: 3088px;
    background: url("../images/bg5.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}

.bg6 {
    position: absolute;
    top: 4792px;
    left: 0px;
    right: 0px;
    height: 4938px;
    background: url("../images/bg6.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}

.bg7 {
    position: absolute;
    top: 10270px;
    left: 0px;
    right: 0px;
    height: 1526px;
    background: url("../images/bg2.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}

.bg8 {
    position: absolute;
    top: 12572px;
    left: 0px;
    right: 0px;
    height: 1526px;
    background: url("../images/bg2.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}
.header {
    display: none;
}
.text_otz {
    overflow: hidden;
    height: 74px;
    transition: .5s;
}
.content_otz.open .text_otz {
    height: auto;
}
.show_more_reviews {
    display: none;
}
.text_popup p {
    margin-bottom: 15px;
}
iframe {
    vertical-align: top;
}
.form-popup {
    position: relative;
    background: #141a28;
    padding: 53px 46px;
    border-radius: 4px;
    width: auto;
    max-width: 400px;
    margin: 20px auto;
}
.video-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    border-radius: 0px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.privacy-policy-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    border-radius: 0px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.pol_konf {
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}
.cbx {
    margin: auto;
    /* -webkit-user-select: none; */
    /* user-select: none; */
    cursor: pointer;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    /* transform: translate3d(0, 0, 0); */
}
.cbx span:first-child {
    float: left;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.cbx span:last-child {
    padding-left: 31px;
    display:  block;
}
.cbx:hover span:first-child {
    border-color: #506EEC;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #506EEC;
    border-color: #506EEC;
    animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}


.btn_submit_popup_map[disabled=disabled] {
    cursor: not-allowed;
}

.title_popup {
    text-align: center;
    margin-bottom: 40px;
}
.ico_success {
    text-align: center;
    font-size: 120px;
    color: #3c9c83;
}

.footer {
    /* min-height: 200px; */
    text-align: center;
    background: #283039;
    color: #0d3d56;
    padding-top: 38px;
    padding-bottom: 38px;
}
.socials_hold {
    display: inline-block;
    vertical-align: top;
}
.socials {
    text-align: center;
    margin-bottom: 30px;
}
.socials a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background: #a6783d;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
}
.text_seccess .socials a {
	margin: 0 6px;
}
.text_seccess .socials {
	margin-bottom: 0px;
}
.text_seccess {
	color: #FFF;
}
.socials .tg {
    background-position: -15px 0;
}
.socials .vi {
    background-position: -59px 0;
}
.socials .wa {
    background-position: -103px 0;
}
.socials .vk {
    background-position: -145px 0;
}
.socials .inst {
    background-position: -193px 0;
}
.socials .fb {
    background: none;
}
.socials .fb img {
    width: 35px;
}
.socials a:hover,
.socials span:hover {
    opacity: .7;
}
.phone_num {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px -2px 0 #080a0c;
    font-size: 24px;
}
.dev {
    float: right;
    margin: 0;
    right: 14px;
}
.copy {
    padding-top: 30px;
    margin-bottom: 0;
    color: #ffffff;
}
.dev img {
    /* width: 139px; */
    height: auto;
}
.footer .container_2 {
    position: relative;
}
.dev {
    position: absolute;
    top: 0px;
}
.place_inf_phone {
    text-align: center;
    margin-top: -17px;
}
.phone_number_header {
    margin-bottom: 10px;
}
.phone_number_header a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.privacy {
    color: #9d9d9d;
}
.btn_open_menu {
    display: none;
}
.accardion_bl {
    border: 1px solid #ffffff;
}
.accardion_bl .acc_bl {
    border-bottom: 1px solid #ffffff;
}
.accardion_bl .acc_bl:last-child {
    border-bottom: none;
}
.accardion_bl .name_acc {
    display: block;
    font-size: 28px;
    text-decoration: none;
    padding: 26px 45px;
    color: #FFFFFF;
    background: #414d5d;
    cursor: pointer;
}
.accardion_bl .content_acc {
    background: #ffffff;
    padding: 26px 45px;
    font-size: 18px;
    color: #414d5d;
    display: none;
}

.accardion_bl .acc_bl.active .content_acc {
    display: block;
}
.accardion_bl .acc_bl.active .name_acc {
    background: #333c49;
}

.inf_mob {
    text-align: center;
    display: none;
}

.text_seccess {
    /* margin-top: 20px; */
    text-align: center;
}
.tx2_s {
    margin: 10px 0 20px;
}

.btn_top {
    width: 56px;
    height:56px;
    display: block;
    background: #ffffff;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 11;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 56px;
}
.footer_mob_fixed {
    display: none;
}

.bottom_type .price_2 {
    font-size: 24px;
}

.list_test li:nth-child(1):before {
    content: '1.';
    background: none;
}
.list_test li:nth-child(2):before {
    content: '2.';
    background: none;
}
.list_test li:nth-child(3):before {
    content: '3.';
    background: none;
}
.list_test li:nth-child(4):before {
    content: '4.';
    background: none;
}
.list_test li:nth-child(5):before {
    content: '5.';
    background: none;
}
.list_test li:nth-child(6):before {
    content: '6.';
    background: none;
}
.list_test li:nth-child(7):before {
    content: '7.';
    background: none;
}
.list_test li:nth-child(8):before {
    content: '8.';
    background: none;
}
.list_test li:nth-child(9):before {
    content: '9.';
    background: none;
}
.list_test li:nth-child(10):before {
    content: '10.';
    background: none;
}

.footer_logo {
    text-align: center;
    margin-top: 30px;
}
.footer_logo .img_logo {
    display: inline-block;
    vertical-align: middle;
}
.footer_logo .descr_logo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.footer_logo .logo {
    text-align: center;
    display: inline-block;
}
.footer_logo img {
    width: 230px;
}

.vyst_center {
    text-align: center;
}
.top_block1 .img_logo img {
    width: 200px;
}
.tx_conf {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: #ffffff;
    line-height: 18px;
}
.module_networks {
    position: fixed;
    left: 0px;
    top: 80px;
    z-index: 4;
}
.ico_main_n {
    display: block;
    background: #a6783d;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #ffffff;
}
.nav_nw {
    border-top: 1px solid #805c2f;
    display: none;
}


.module_networks:hover .nav_nw {
    display: block;
}

.nav_nw a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-top: 1px solid #805c2f;
    background: #bb8745;
    color: #ffffff;

    transition: .3s;
}

.nav_nw a:hover {
    background: #9c713a;
}

.row_bl13 {
	margin: 0 -15px;
}
.col2_bl13 {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.fb_box {
	background: #FFF;
	padding: 0 20px;
}
.popup_map .title_popup_map {
	color: #a6783d;
}

@media (max-width: 1687px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4,
    .bg5,
    .bg6,
    .bg7,
    .bg8 {
        background-size: cover;
    }
    .container {
        max-width: 1400px;
    }
    .vyst_box {
        background-size: cover;
    }
    .col_tx_alert_test {
        float: none;
    }
    .col_tx_btn_test {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .bg6  {
        top: 4909px;
    }
    .bg5 {
        top: 3845px;
    }
}
@media (max-width: 1400px) {
    .bg6 {
        top: 4963px;
    }
}
@media (max-width: 1245px) {
    .col_tx_alert_test br {
        display: none;
    }
}
@media (max-width: 1200px) {
    .container_2 {
        max-width: 992px;
    }
    .inf_min > div {
        margin-left: 24px;
    }
    .slogan {
        font-size: 40px;
    }
    .slogan span {
        font-size: 50px;
    }
    .tx_prior {
        padding-left: 88px;
        padding-top: 15px;
        font-size: 16px;
    }
    .dol_vyp {
        font-size: 14px;
    }
    .dol_vyp span {
        font-size: 15px;
    }
    .title_bl2,
    .title_plusy,
    .title_comanda,
    .priv_title,
    .title_zan,
    .title_vyst,
    .title_vopr{
        font-size: 42px;
    }
    .top_alert_test {
        font-size: 16px;
    }
    .col_tx_alert_test {
        font-size: 24px;
    }
    .tx__al {
        font-size: 19px;
    }
    .col_tx_alert_test {
        line-height: 28px;
    }
    .btn_do {
        font-size: 18px;
        padding: 11px 32px;
    }
    .col_tx_btn_test {
        padding-top: 5px;
    }
    .pl_bl {
        margin-bottom: 25px;
        font-size: 20px;
        padding-left: 85px;
    }
    .title_zn {
        font-size: 31px;
    }
    .tx_zn {
        font-size: 20px;
    }
    .com_bl .name_com {
        font-size: 22px;
    }
    .title_pr {
        font-size: 26px;
    }
    .tx_pr {
        font-size: 22px;
    }
    .priv_list {
        padding-left: 80px;
    }
    .bg6 {
        top: 4468px;
    }
    .img_zan img {
        max-height: 80px;
    }
    .name_zan {
        font-size: 20px;
    }
    .popup_map {
        width: 400px;
        margin-left: 250px;
    }
    .title_popup_map {
        font-size: 27px;
        line-height: 27px;
    }
    .nav_vopr > li > a {
        display: block;
        font-size: 23px;
        text-decoration: none;
        padding: 26px 25px;
        color: #FFFFFF;
    }
    .menu > ul > li > a {
        font-size: 16px;
        padding: 7px 11px;
    }
    .menu {
        margin-left: 41px;
        margin-top: 10px;
    }
    .btn_callback {
        font-size: 12px;
        padding: 9px 17px;
    }
    .callback_bl {
        margin-top: 9px;
    }
    .col_tx_btn_test {
        float: none;
        text-align: center;
    }
    .bottom_type .price {
        font-size: 30px;
        margin-right: 0px;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }

    .phone_number_header a {
        font-size: 18px;
    }
    .inf_t .right_inf_t {
        padding-left: 15px;
        font-size: 14px;
    }
    .inf_min {
        margin-left: 99px;
        margin-top: 31px;
    }
    .bg5 {
        top: 3467px;
    }
    .bg6 {
        top: 4342px;
    }
}
@media (max-width: 992px) {
    .container_2 {
        max-width: 768px;
    }
    .img_logo img {
        width: 60px;
    }
    .descr_logo {
        font-size: 12px;
        margin-left: 13px;
        margin-top: 15px;
    }
    .left_inf_t img {
        height: 30px;
    }
    .inf_t .right_inf_t {
        padding-left: 15px;
    }
    .inf_min {
        margin-left: 46px;
        margin-top: 13px;
    }
    .inf_min > div {
        margin-left: 35px;
    }
    .slogan {
        font-size: 32px;
    }
    .slogan span {
        font-size: 38px;
    }
    .col_prior {
        width: 50%;
        margin-bottom: 30px;
    }
    .prioritety_bl {
        margin-bottom: 40px;
    }
    .title_bl2,
    .title_plusy,
    .title_comanda,
    .priv_title,
    .title_zan,
    .title_vyst,
    .title_vopr{
        font-size: 34px;
    }
    .name_vyp {
        font-size: 22px;
        margin-top: 20px;
    }
    .row_otz {
        margin: 0 -15px;
    }
    .col_otz {
        padding: 0 15px;
    }
    .tx_bl2 {
        font-size: 26px;
    }
    .test_box {
        padding: 50px 50px;
    }
    .list_test li {
        font-size: 19px;
    }
    .alert_test {
        margin-top: 72px;
        padding: 25px 25px;
    }
    .block4 {
        margin-top: 90px;
    }
    .bg5 {
        top: 3710px;
    }
    .title_zn {
        font-size: 24px;
    }
    .tx_zn {
        font-size: 16px;
    }
    .com_bl .name_com {
        font-size: 16px;
        margin-top: 25px;
    }
    .com_bl .dol_com {
        font-size: 14px;
    }
    .block6 {
        margin-top: 130px;
    }
    .bg6 {
        top: 4414px;
    }
    .btn_open_menu {
        display: none;
    }
    .bg5 {
        top: 3339px;
    }
    .menu {
        margin-left: 21px;
        margin-top: 8px;
    }
    .menu > ul > li > a {
        font-size: 12px;
        padding: 7px 5px;
    }
    .callback_bl {
        margin-top: 6px;
    }
    .col_zan {
        width: 32%;
    }
    .row_type {
        text-align: center;
    }
    .col_type {
        width: 32%;
    }
    .bottom_type {
        padding-top: 10px;
    }
    .bottom_type .price {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .type_bl {
        margin-bottom: 50px;
    }
    .bg8 {
        top: 10977px;
    }
    .phone_number_header a {
        font-size: 15px;
    }
    .inf_t .right_inf_t {
        font-size: 12px;
    }
    .inf_min > div {
        margin-left: 18px;
    }
    .bg6 {
        top: 3932px;
    }
    .popup_map {
        width: 351px;
        margin-left: 230px;
        padding: 35px 22px;
    }
    .btn_submit_popup_map {
        padding: 15px 70px 17px;
    }
}
@media (max-width: 768px) {
    .col3_gal {
        width: 50%;
    }
    .col2_bl13 {
        width: 100%;
        margin-bottom: 10px;
    }
    .header {
        display: none !important;
    }
    .logo {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .img_logo {
        display: inline-block;
        float: none;
    }
    .descr_logo {
        display: inline-block;
        float: none;
        text-align:  left;
        margin-top: 0;
        vertical-align:  middle;
    }
    .inf_min {
        float: none;
        text-align: center;
        margin: 0px;
    }
    .inf_min > div {
        margin: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 14px;
    }
    .inf_t {
        display: inline-block;
    }
    .inf_t .left_inf_t {
        display: inline-block;
        vertical-align: middle;
    }
    .inf_t .right_inf_t {
        display: inline-block;
        vertical-align: middle;
    }
    .popup_map {
        position: static;
    }
    .popup_map {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin: 0;
        width: auto;
    }
    .slogan {
        font-size: 24px;
    }
    .cont_btn {
        margin-bottom: 20px;
    }
    .inf_t .right_inf_t {
        font-size: 12px;
        text-align: left;
    }
    .top_block1 {
        margin-bottom: 50px;
    }

    .slogan span {
        font-size: 26px;
    }
    .btns_bl1_center {
        text-align: center;
        margin-top: 70px;
    }
    .btn_record, .btn_video {
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        padding: 15px 35px;
        border-radius: 50px;
        line-height: 18px;
        transition: .5s;
    }
    .btn_video {
        font-size: 18px;
        padding-right: 66px;
    }
    .btn_video i {
        font-size: 32px;
        position: relative;
        margin-left: 4px;
        position: absolute;
        right: 22px;
        top: 7px;
    }
    .cont_btn {
        margin-bottom: 10px;
    }
    .block1 {
        padding: 30px 0 65px;
    }
    .ico_prior {
        float: left;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .ico_prior img {
        max-width: 30px;
        max-height: 30px;
    }
    .tx_prior {
        padding-left: 65px;
        padding-top: 9px;
        font-size: 16px;
    }
    .col_prior {
        width: 100%;
        margin-bottom: 15px;
    }
    .bl2_box {
        padding: 20px 0;
    }
    .title_vyp {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .col_vyp {
        width: 50%;
    }
    .name_vyp {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 4px;
    }
    .dol_vyp {
        font-size: 13px;
    }
    .dol_vyp span {
        font-size: 13px;
    }
    .col_otz {
        width: 100%;
    }
    .name_otz {
        font-size: 18px;
        font-weight: 100;
    }
    .city_otz {
        font-size: 18px;
        font-weight: 100;
    }
    .inf_otz {
        padding-left: 80px;
        padding-top: 9px;
    }
    .avatar_otz img {
        width: 60px;
    }
    .text_otz {
        font-size: 14px;
        line-height: 20px;
    }
    .btn_otz {
        font-size: 18px;
        padding: 15px 35px;
    }
    .otz_center_btn {
        text-align: center;
        padding-top: 0;
    }
    .title_bl2, .title_plusy, .title_comanda, .priv_title, .title_zan, .title_vyst, .title_vopr {
        font-size: 24px;
    }
    .tx_bl2 {
        font-size: 20px;
    }
    .block3 {
        margin-top: 50px;
    }
    .test_box {
        margin-top: 40px;
        padding: 30px 15px;
    }
    .list_test li {
        font-size: 16px;
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .list_test li:before {
        width: 20px;
        height: 20px;
        background-size: cover;
        top: 4px;
    }
    .alert_test {
        margin-top: 40px;
        padding: 15px 15px;
    }
    .top_alert_test {
        font-size: 14px;
        padding: 0;
        padding-bottom: 15px;
    }
    .bottom_alert_test {
    }
    .col_tx_alert_test {
        float: none;
    }
    .col_tx_btn_test {
        float: none;
    }
    .col_tx_alert_test {
        line-height: 21px;
        font-size: 16px;
    }
    .tx__al {
    }
    .col_tx_alert_test {
        margin-bottom: 15px;
    }
    .block4 {
        margin-top: 60px;
    }
    .col_pl {
        width: 100%;
    }
    .pl_bl:before {
        content: '+';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #d30000;
        color: #FFFFFF;
        font-size: 26px;
        text-align: center;
        line-height: 38px;
        font-weight: 700;
    }
    .pl_bl {
        margin-bottom: 20px;
        font-size: 17px;
        padding-left: 60px;
        min-height: 40px;
    }
    .plusy_bl {
        margin-bottom: 40px;
    }

    .alert_zanania {
        padding: 30px 0;
    }
    .btn_go {
        font-size: 22px;
        padding: 15px 40px;
    }
    .tx_zn {
        margin-bottom: 20px;
    }
    .block5 {
        margin-top: 50px;
    }
    .comanda_box {
        padding: 30px 0 0;
        background: #FFFFFF;
    }
    .title_comanda {
        margin-bottom: 30px;
    }
    .col_com {
        padding: 0 15px;
        float: left;
        width: 50%;
    }
    .com_bl .dol_com {
        font-size: 12px;
    }
    .com_bl .name_com {
        font-size: 15px;
        margin-top: 15px;
    }
    .block6 {
        margin-top: 50px;
    }
    .priv_title {
        margin-bottom: 40px;
    }
    .col_priv {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .title_pr {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tx_pr {
        font-size: 16px;
    }
    .priv_list:before {
        content: '';
        display: block;
        background: url(../images/ico_list_test.png) center no-repeat;
        width: 25px;
        height: 25px;
        left: 0;
        top: 7px;
        position: absolute;
        background-size: cover;
    }
    .priv_list {
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .block7 {
        margin-top: 50px;
    }
    .title_zan {
        margin-bottom: 40px;
    }
    .col_zan {
        width: 49%;
    }
    .img_zan img {
        max-height: 38px;
    }
    .name_zan {
        font-size: 13px;
    }
    .zan_box {
        height: 170px;
    }
    .img_zan {
        height: 55px;
        line-height: 55px;
    }
    .hover_zan_center .date_zan {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .hover_zan_center .btn_zan {
        display: inline-block;
        color: #000;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        padding: 7px 14px;
        background: #ffde02;
        border-radius: 40px;
        transition: .5s;
    }
    .name_zan {
        padding: 0 5px;
    }
    .tem_bl {
        text-align: center;
        padding-top: 10px;
    }
    .btn_tem {
        font-size: 18px;
        padding: 15px 30px;
    }
    .block8 {
        margin-top: 50px;
    }
    .vyst_box {
        padding: 20px 0;
    }
    .title_vyst {
        line-height: 30px;
    }
    .tx_vyst {
        font-weight: 100;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .block9 {
        margin-top: 50px;
    }
    .col_type {
        width: 49%;
    }
    .bottom_type .price {
        font-size: 16px;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 7px;
    }
    .bottom_type .btn_buy {
        font-size: 16px;
        padding: 8px 15px;
    }
    .bottom_type {
        padding-top: 10px;
        text-align: center;
    }
    .type_bl {
        margin-bottom: 25px;
    }
    #map {
        height: 250px;
    }
    .popup_map {
        box-shadow: none;
        border-radius: 0px;
        padding: 20px 20px;
    }
    .title_popup_map {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .tx_popup_map {
        margin-bottom: 25px;
        font-size: 14px;
        color: #24292e;
    }
    .form_group {
        margin-bottom: 10px;
    }
    .btn_submit_popup_map {
        font-size: 18px;
        padding: 12px 74px 13px;
    }
    .block11 {
        margin-top: 50px;
    }
    .title_vopr {
        margin-bottom: 40px;
    }
    .col_vopr_nav {
        width: 100%;
    }
    .col_vopr_content {
        width: 100%;
    }
    .nav_vopr > li > a {
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 13px 15px;
        color: #FFFFFF;
    }
    .tab {
        padding: 20px 20px;
    }
    .title_tab {
        font-size: 22px;
        color: #414d5d;
        font-weight: 900;
        margin-bottom: 15px;
    }
    .tx_tab {
        font-size: 14px;
        color: #414d5d;
    }
    .col2_gal {
        width: 100%;
        margin-bottom: 0;
    }
    .block13 {
        padding: 0px 0 15px;
    }
    .header .logo {
        margin-bottom: 0px;
        float:  left;
        margin-left: 40px;
    }
    .header .img_logo img {
        width: 40px;
    }
    .header .descr_logo {
        font-size: 10px;
        margin-left: 7px;
        margin-top: 3px;
        display: none;
    }
    .callback_bl {
        display: block;
        margin-top: 4px;
    }
    .menu {
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #414d5d;
        display: none;
    }
    .menu > ul > li {
        display: block;
        margin: 0px;
        width: 100%;
        border-bottom: 1px solid #657891;
    }
    .menu > ul > li:last-child {
        border-bottom: none;
    }
    .menu > ul > li > a {
        display: block;
        border-radius: 0px;
        padding: 15px 20px;
        width: 100%;
    }
    .menu > ul > li > a {
        color: #fafafa;
    }
    .btn_open_menu {
        color: #000000;
        font-size: 27px;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -14px;
        display: block;
    }
    .test_box {
        background-size: 300px;
    }
    .pl_bl:before {
        top: 50%;
        transform: translate(0%, -50%)
    }
    .pl_bl {
        min-height: auto;
    }
    .dev {
        /* display: none; */
        position:  static;
        text-align:  center;
        display:  block;
        width: 100%;
        margin: 20px 0;
        float: none;
    }
    .accardion_bl .name_acc {
        font-size: 16px;
        padding: 15px 15px;
    }
    .accardion_bl .content_acc {
        padding: 15px 15px;
        font-size: 14px;
    }
    .inf_mob {
        display: block;
        padding: 15px 15px;
        border-top: 1px solid #657891;
    }
    .form-popup {
        padding: 30px 25px;
    }
    .phone_num {
        font-size: 20px;
        padding-top: 10px;
    }
    .dev img {
        height: auto;
    }

    .footer_mob_fixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-transform: uppercase;
        display: table;
        z-index: 4;
        width: 100%;
    }
    .footer_mob_fixed a {
        display: table-cell;
        vertical-align: middle;
        width: 33.33%;
        padding: 10px 10px;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
    }
    .btn_red {
        background: #F95C68;
    }
    .btn_green {
        background: #5BDB3B;
    }
    .btn_blue {
        background: #2E25AA;
    }
    .btn_top {
        width: 30px;
        height: 30px;
        background-size: 12px;
        right: 15px;
        bottom: 60px;
        font-size: 21px;
        line-height: 31px;
    }
    .row_vyp {
        margin: 0 -7px;
    }
    .col_vyp {
        padding: 0 7px;
    }
    .list_test li:nth-child(1):before {
        content: '1.';
        background: none;
    }
    .list_test li:nth-child(2):before {
        content: '2.';
        background: none;
    }
    .list_test li:nth-child(3):before {
        content: '3.';
        background: none;
    }
    .list_test li:nth-child(4):before {
        content: '4.';
        background: none;
    }
    .list_test li:nth-child(5):before {
        content: '5.';
        background: none;
    }
    .list_test li:nth-child(6):before {
        content: '6.';
        background: none;
    }
    .list_test li:nth-child(7):before {
        content: '7.';
        background: none;
    }
    .list_test li:nth-child(8):before {
        content: '8.';
        background: none;
    }
    .list_test li:nth-child(9):before {
        content: '9.';
        background: none;
    }
    .list_test li:nth-child(10):before {
        content: '10.';
        background: none;
    }
    .list_test li:before {
        top: 0px;
    }
    .footer {
        padding-bottom: 60px;
    }
    .vyst_box {
        text-align: center;
    }
    .col2_gal > a {
        margin-bottom: 20px;
        display: block;
    }
    .gallery img {
        height: 170px;
    }
    .socials a {
        margin: 0 3px;
    }
    .bg5 {
        top: 4198px;
    }
    .module_networks {
        display: none;
    }
    .top_block1 .img_logo img {
        width: 220px;
    }
    .text_seccess .socials a {
	    margin: 0 4px;
	    width: 30px;
	    height: 30px;
	    line-height: 31px;
	    font-size: 13px;
	}
}