/*all*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
t big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    font-size: 14px;
}

.container_cf {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.container-inner {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}

.fotorama__fullscreen-icon {
    background: none !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}

.cf:before,
.cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.cf:after {
    clear: both;
}

.container {
    width: 1200px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative !important;
}

.fancybox img {
    max-width: 100%;
}

.logo_business {
    position: absolute;
    left: 15px;
    top: -5px;
}

.main-section {
    padding-top: 15px;
    background: #e3e5f1;
}

.section-inner {
    margin-top: 20px;
}

.main-section h2 {
    margin-top: 0;
}

html {
    /*display:table;*/
    width: 100%;
}

body {
    /*    background: #e3e5f1;*/
    min-width: 1200px;
    margin-top: 49px;
    color: #666;
    visibility: hidden;
}

a {
    color: #3366cc
}

.header_submenu__title a:hover {
    color: #3366cc !important;
}

/*
.header_menu a:focus, .header_menu a:hover {
    color: #fff;
}*/

[class*='bg-'] {
    display: inline-block;
}

h1 {
    text-transform: uppercase;
    color: #466ed2;
    font-size: 19px;
    padding: 15px 0;
    font-weight: bold;
}

h2 {
    text-transform: uppercase;
    color: #466ed2;
    font-size: 16px;
    padding: 15px 0;
    font-weight: bold;
}

.col4 {
    display: inline-block;
    width: 270px;
    margin-right: 25px;
    vertical-align: top;

}

.col4:nth-last-of-type(4n+1) {
    margin-right: 0;
}

.col3 {
    display: inline-block;
    width: 355px;
    margin-right: 20px;
    vertical-align: top;

}

.col3:nth-of-type(3n) {
    margin-right: 0;

}

.col2 {
    width: 48%;
    display: inline-block;
    margin-right: 20px;
}

.col2:nth-last-of-type(2n+1) {
    margin-right: 0;
}

.btn {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #264796;
    font-weight: 600;
    padding: 10px 40px;
    display: inline-block;
    margin: 5px 0 0;
    border-radius: 50px;
    transition: .2s linear;
    cursor: pointer;
}

.btn_main {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #264796;
    font-weight: 600;
    padding: 10px 40px;
    display: inline-block;
    margin: 5px 0 0;
    border-radius: 50px;
    transition: .2s linear;
    cursor: pointer;
}

.white_btn {
    border-bottom: 1px solid #747474;
    border-top: 1px solid transparent;

    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.32), 0px 2px 10px #9f9f9f;
    background: rgba(102, 102, 102, 0.03)
}

.white_btn:hover {
    background: #3366cc;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.32), 0px 2px 10px #9f9f9f;
    border-top: 1px solid #264796;
    color: white;
}

.blue_btn {
    border-bottom: 1px solid #747474;
    border-top: 1px solid transparent;
    color: white;
    border-left: 0;
    border-right: 0;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.32), 0px 2px 10px #9f9f9f;
    background: #3366cc
}
.blue_btn:visited {
    color: #fff;
}
.product_item:hover .blue_btn,
.blue_btn:hover {
    background: white;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.32), 0px 2px 10px #9f9f9f;
    border-top: 1px solid #264796;
    color: #3366cc;
}

.red_btn {
    background: #ff0030;
    color: white;
    font-weight: 300;
    border-bottom: 1px solid #747474;
    border-top: 1px solid transparent;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.32), 0px 2px 10px #9f9f9f;

}

.red_btn:hover {
    background: #ffffff;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.32), 0px 2px 10px #9f9f9f;
    border-top: 1px solid #51545a;
    color: #ff0030;
}

.slider.owl-carousel {
    margin-bottom: 40px;
}

.slider.owl-carousel .owl-dots.disabled {
    display: block;
    margin-top: -40px;
    z-index: 444;

}

.js-politika_open {
    cursor: pointer;
}

.politika_spoiler {
    margin-top: 10px;
    display: none;

}

.politika_spoiler a {
    color: #3366cc;
}

.politika_spoiler span {
    display: block;
}

.pol a {
    color: #666;
}

.pol {
    line-height: normal;
}

.price {
    font-size: 32px;
    color: #3366cc;
    font-weight: 700;
}

.price span {
    color: #6699ff;
    font-weight: 400;
}

.link_wrap {
    margin-top: 20px
}

.link_item {
    display: inline-block;
    padding: 10px;
    color: #bebebe;
    transition: .2s linear;
    border-radius: 5px
}

.link_item:hover {
    background: rgba(159, 159, 159, 0.19);
    text-decoration: none;
}

.link_item.active {
    background: rgba(51, 102, 204, 0.9);;
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    line-height: normal;
}

/*all*/

/*=====================================================*/

/*header*/

header {
    position: relative;
    z-index: 2;
}

.header_mobile-menu {
    display: none;

    padding: 10px 0;
}

.mobile_phone {
    float: left;
}

.mobile_phone a {
    font-weight: 600;
    text-decoration: none;
    color: white;
    font-size: 24px;
    line-height: 1
}

.mobile_phone span {
    font-size: 14px;
    display: block;
    line-height: 1;
    opacity: 0.5;
}

/*mobile nav*/

.mobile-menu_open {
    float: right;
}

#nav-icon2 {
    width: 45px;
    height: 35px;
    position: relative;
    margin: 5px auto 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 div {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 div:nth-child(1) {
    top: 0px;
}

#nav-icon2 div:nth-child(2) {
    top: 12px;
}

#nav-icon2 div:nth-child(3) {
    top: 24px;
}

#nav-icon2.open div {
    width: 50%;
}

#nav-icon2.open div:nth-child(1),
#nav-icon2.open div:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open div:nth-child(2),
#nav-icon2.open div:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open div:nth-child(1) {
    left: 4px;
    top: 4px;
}

#nav-icon2.open div:nth-child(2) {
    left: calc(50% - 4px);
    top: 4px;
}

#nav-icon2.open div:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open div:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open div:nth-child(5) {
    left: 4px;
    top: 19px;
}

#nav-icon2.open div:nth-child(6) {
    left: calc(50% - 4px);
    top: 19px;
}

.mobile_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: white;
    z-index: 88
}

ul .inner {
    overflow: hidden;
    display: none;
    margin-left: 0;
}

ul, ol {
    margin-left: 20px;
}

.mobile_menu {
    text-align: center;
}

.mobile_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile_menu li {

    font-size: 18px;
    border-bottom: 1px solid #9f9f9f
}

.mobile_menu li a {
    text-decoration: none;
    display: block;
    padding: 15px;
}

.mobile_menu ul li li {
    border: none
}

.inner.show {
    background: #264796;

}

.inner.show a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56)
}

.inner.show .inner.show {
    background: #e3e5f1
}

.inner.show .inner.show a {
    color: #666;
    border-color: #dedede;
}

.city_form .mfp-close {
    color: white
}

.inner.show .login_form {
    padding: 20px;

}

.inner.show .login_form input {
    font-size: 16px;
}

.inner.show .password-repair {
    float: left;
    display: inline-block;
    padding: 0;
    margin-top: 30px;
}

.inner.show .login_btn {
    color: white;
    margin-top: 20px;
}

#panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 33;
}

/*mobile nav*/

.header_menu {
    background: #264796;
    color: white;
    font-size: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
    height: 49px;
}

.panel_bitrix_hide {
    top: 18px !important;
}

.panel_bitrix_2 {
    padding-top: 18px !important;
}

.panel_bitrix .header_menu {
    top: 108px;
}

.panel_bitrix {
    padding-top: 108px;
}

.top_search input {
    background: none !important;
    float: right;
}

.top_search input:focus {
    padding-left: 20px;
    background: #fff !important;
    border-radius: 25px;
}

.search__icon {
    font-size: 13px !important;
}

.header_menu__item {
    color: white !important;
    display: inline-block;
    padding: 15px 25px;
    transition: .2s linear;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    float: left;
}

.header_menu__item > a {
    color: white;
    text-decoration: underline !important;
}

.header_menu__item:hover,
.header_menu__item.active {
    background: #466ed2;
    text-decoration: none;
    color: #fff;
}

.header_menu__item:hover a {
    text-decoration: none;
}

.header_menu__right {
    float: right;
    position: relative;
}

.header_menu__phone {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 25px !important;
}

.header_sub-menu {
    background: white;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 1px 4px rgba(140, 140, 140, 0.7), inset 0px 1px 2px #7b7b7b;
}

.main-logo {
    float: left;
    padding-top: 8px
}

.sub-menu_list {
    display: inline-block;
    margin-right: 181px;
}

.sub-menu_list__item {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #666;

}

.sub-menu_list__item:hover, .sub-menu_list__item.active {
    color: #264796
}

.header_menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 33;
}

/*header*/

/*=====================================================*/

/*slider*/

.slider .item {
    height: 350px;
    display: block;
}

.slider {
    text-align: center;
}

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;

}

.slider.owl-theme .owl-nav [class*=owl-] {
    font-size: 0;
    height: 60px;
    width: 30px;
    background: none;
    opacity: 0.6;

}

.slider.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.owl-dots {
    margin: -40px 0 0px 0px;
    z-index: 33;
    position: relative;

    line-height: 1.1;

}

.slider.owl-theme .owl-nav .owl-prev {
    font-size: 0;
    background: url(../img/prev.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 2%;

}

.slider.owl-theme .owl-nav .owl-next {
    font-size: 0;
    background: url(../img/next.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 2%;

}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 4px;
    background: #ffffff
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #a3a3a3;
}

.owl-theme .owl-dots {
    max-width: 100px;
    width: auto;
    margin: -30px auto;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 10px;
    box-shadow: 1px 1px 4px black
}

/*slider*/
/*=====================================================*/
/*footer*/

html {
    position: relative;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 1200px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    footer {
        min-width: 100%;
    }
}

.footer_menu {
    background: #556ecc;
    color: white;
    padding: 20px 0;
    box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.47);
}

.footer_menu__column {
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}

.footer_menu__column:last-of-type {
    margin-right: 0px
}

.footer_menu__list {
    list-style: none;
    margin-left: 0;
}

.footer_menu__title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_menu__list a {
    text-decoration: none;
    color: white;
    line-height: 1.5;
}

.footer_menu__list a:hover {
    color: #aebee9;
    text-decoration: underline;
}

.social_column {
    width: 230px;
    float: right;
}

.social_list {
    margin-bottom: 20px;
}

.social_list a {
    display: inline-block;
}

.social_list div {
    margin: 5px;
    cursor: pointer;
}

.app_list div {
    transition: .1s linear
}

.app_list div:hover {
    cursor: pointer;
    box-shadow: 1px 1px 8px black
}

.footer_logo {
    padding-top: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

span.text {
    font-size: 9px;
    line-height: 1;
    margin-left: 30px;
}

.logo_block_footer {
    display: block;
    float: left;
}

.footer_info {
    background: #264796;
    color: white;
    padding: 20px 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.start_page {
    color: #ccccff;
}

.start_page:hover {
    text-decoration: none;
}

.footer_info__column {
    display: inline-block;
    margin-right: 30px;
    text-align: left;
    vertical-align: top;
    min-width: 20%;
    line-height: 1.2;
    box-sizing: border-box;
}

.footer_info__column:first-of-type {
    margin-top: 10px;
}

.footer_info__column:last-of-type {
    margin-right: 0;
    width: auto;
    min-width: auto;
}

.footer_info__column [class*='bg-'] {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 12px
}

.footer_info__column_desk {
    margin-top: 10px;
    color: #ccccff;
}

.footer_info__column_desk span,
.footer_info__column_desk span a {
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-size: 14px
}

.footer_info__column:nth-of-type(3) [class*='bg-'] {
    margin-top: 5px;
}

.footer_info__column:nth-of-type(4) {
    width: auto;
    min-width: auto;
    margin-right: 80px;
}

.ios #app_android {
    display: none;
}

.android #app_ios {
    display: none;
}

/*footer*/

/*=====================================================*/

/*submenu*/

.header_submenu {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 1170px;
    box-sizing: border-box;
    background: white;
    z-index: 2;
    padding: 30px 40px 30px 40px;
    color: #666;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.34);
    display: block;
}

.header_menu__item.active a {
    text-decoration: none;
}

.active .header_submenu {
    top: 100% !important;
}

.header_submenu__column {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-right: 80px
}

.header_submenu__column:last-of-type {
    margin-right: 0;
}

.submenu_list {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 0;
}

.header_submenu__title {

    font-weight: 700;
    margin-bottom: 20px
}

.submenu_list__item a {
    color: #666;
    text-decoration: none;
}

.submenu_list__item:hover a, .submenu_list__item .active {
    color: #264796
}

/*submenu*/

/*=====================================================*/

/*login*/

.header_menu__login .header_submenu {
    left: auto;
    right: 0;
    width: 345px;
    padding: 20px 20px 5px 20px;
}

.login_form input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #acacac;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px
}

input.login_btn {
    float: right;
    width: auto;
    color: #264796;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    border: none;
    background: transparent;
    cursor: pointer;
}

.password-repair {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: inline-block;
}

.header_menu_stp .header_submenu {
    width: 680px;

}

.header_menu_stp .header_submenu .header_submenu__column {
    width: 43%;
    vertical-align: top;
}

.header_menu__phone .header_submenu {
    width: 600px;
    right: 0;
    left: auto;
}

.header_menu__phone .header_submenu__title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.number_item {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 20px;
}

.number {
    color: #264796;
    font-size: 60px;
    font-weight: 600;
}

.number_item .number {
    font-size: 30px;
    margin-bottom: 5px;
}

.number + p {
    font-size: 12px;
    font-weight: 400;
}

/*login*/

/*=====================================================*/

/* news-inner*/

.news-inner {
    display: flex;
    padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .news-inner {
        flex-direction: column;
    }
}

.news-inner img {
    width: 268px;
    height: 177px;
}

.news-inner__left {
    margin-right: 30px;
    margin-bottom: 15px;
}

.news-inner__date {
    padding-top: 5px;
    display: block;
}

.news-inner h2 {
    padding-top: 0;
    margin: 0;
}

.modern-page-navigation {
    text-align: center;
}

/*news block*/

.white-block {
    background: white;
    padding: 15px 0;
    box-shadow: 0px 2px 2px #c6c6c6;
}

.news_item {
    max-width: 270px;
    border-radius: 5px;
    border: 1px solid #cecece;
    color: black;
    font-size: 14px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    overflow: hidden;
    transition: .2s linear;
    margin-bottom: 15px;
    position: relative;
}

.news_item:hover {
    box-shadow: 1px 1px 6px rgba(38, 71, 150, 0.71);
}

.news_item:hover .news_item__desc {
    color: #264796
}

.news_item__img {
    overflow: hidden;
    vertical-align: middle;
}

.news_item__img img {
    width: 100%;
    vertical-align: middle;
    height: 177px;

}

.news_item__desc {
    padding: 15px;
    box-sizing: border-box;
    font-weight: 600;
    padding-bottom: 33px;
}

.news_item__date {
    padding: 0 15px 15px;
    text-align: right;
    font-size: 12px;
    color: #a8a8a8;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.full_link {
    font-size: 16px;

    text-transform: uppercase;
    text-align: right;
    padding-bottom: 15px;
}

.full_link a {

    color: #264796;
}

/*tariff style*/

.tariff-list {
    text-align: center;
}

.tariff_item {
    border-radius: 5px;
    border: 1px solid #cecece;
    font-size: 14px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    overflow: hidden;
    transition: .2s linear;
    background: white;
    margin-bottom: 20px;
    height: 210px;
    max-width: 410px;
}

.tariff_header {
    background: #3366cc;
    padding: 15px 0;
    color: white;
    font-weight: 600;
    font-size: 24px;
}

.tariff_body {
    line-height: 1;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.tariff_speed_flex {
    margin-top: -40px;
}

.tariff_speed {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.tariff_desc {
    width: 100%;
    display: flex;
}

.tariff_price {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    font-size: 35px;
    color: #666666;

}

.checkbox {
    cursor: pointer;
}

.checkbox-label {
    display: block;
    background: #f3f3f3;
    height: 20px;
    width: 40px;
    border-radius: 50px;
    margin: 20px auto 20px 46px;
    margin-left: 60px;
    position: relative;
    box-shadow: 0 0 0 2px #dddddd;
}

.checkbox-label .on {
    display: block;
    position: absolute;
    z-index: 0;
    left: 50px;
    opacity: 1;
    min-width: 50px;
    line-height: 20px;
    opacity: 1;
    color: #a3a3a3;
}

.checkbox-label .off {
    display: block;
    position: absolute;
    z-index: 0;
    right: 50px;
    text-align: right;
    opacity: 1;
    min-width: 50px;
    line-height: 20px;
    opacity: 1;
    color: #264796;
}

.checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    background: white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}

.checkbox {
    position: absolute;
    left: -5000px;
}

.checkbox:checked + .checkbox-label {
    background: #3366cc;
    box-shadow: 0 0 0 2px #3366cc;
}

.checkbox:checked + .checkbox-label .on {
    left: 50px;
    opacity: 1;
    color: #264796
}

.checkbox:checked + .checkbox-label .off {
    /*  right: 0px;*/
    opacity: 1;
    color: #b2b2b2;
}

.checkbox:checked + .checkbox-label:before {
    left: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #3366cc;
}

.turn_tariff {
    z-index: 0;
    position: relative;
}

.turn_tariff .checkbox {
    cursor: pointer;
}

.turn_tariff .checkbox-label {

    display: block;
    background: #f3f3f3;
    height: 40px;
    width: 280px;
    border-radius: 50px;
    margin: 10px auto;
    position: relative;
    box-shadow: inset -2px 2px 2px 2px rgba(102, 102, 102, 0.35);
    cursor: pointer;
}

.turn_tariff .checkbox-label .on {
    display: block;
    position: absolute;
    z-index: 0;
    left: 40px;
    opacity: 1;
    min-width: 60px;
    line-height: 20px;
    opacity: 1;
    color: #3366cc;
    font-weight: 600;
}

.turn_tariff .checkbox-label .off {
    display: block;
    position: absolute;
    z-index: 0;
    right: 21px;
    text-align: right;
    opacity: 1;
    min-width: 50px;
    line-height: 20px;
    opacity: 1;
    color: #9f9f9f;
}

.turn_tariff .checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50px;
    height: 40px;
    width: 140px;
    background: white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;

}

.turn_tariff .checkbox {
    position: absolute;
    left: -5000px;
}

.turn_tariff .checkbox-label span.on,
.turn_tariff .checkbox-label span.off {
    margin-top: 10px;
    z-index: 22;
}

.turn_tariff .checkbox:checked + .checkbox-label {
    background: #f3f3f3;
    box-shadow: inset -2px 2px 2px 2px rgba(102, 102, 102, 0.35);
}

.turn_tariff .checkbox:checked + .checkbox-label .on {
    left: 40px;
    opacity: 1;
    color: #9f9f9f;
    font-weight: 400;

}

.turn_tariff .checkbox:checked + .checkbox-label .off {
    /*  right: 0px;*/
    opacity: 1;
    color: #3366cc;
    font-weight: 600;
}

.turn_tariff .checkbox:checked + .checkbox-label:before {
    left: 140px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #f3f3f3;
}

.tariff_speed__num {
    font-size: 35px;
    font-weight: 700;
    color: #3366cc;

}

.day,
.night {
    display: none;
}

.day.active,
.night.active {
    display: inline-block;
}

.mb {
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    text-align: left;
}

.mb span:first-of-type {
    border-bottom: 1px solid #b4b4b4;
    display: inline-block;
    padding-bottom: 2px;
}

/*tariff style*/

/*=====================================================*/

/*city form*/

.white-popup-block {
    background: white;
    margin: auto;
    width: 100%;
    max-width: 720px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}

.modal_header {
    padding: 20px;
    color: white;
    font-size: 16px;
    background: #3366cc
}

.city_form__input {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    width: 150px;
    color: white;
    margin-left: 10px;
}

.city_form__input:focus {
    outline: none;

}

.modal_body {
    background: white;
    padding: 20px;
}

.city_item {
    display: block;
}

.city_item span {
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    color: black;
}

.city_col {
    margin-top: 10px;
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.city_item {
    text-decoration: none !important;
}

.city_item {
    cursor: default;
}

.city_col .city_item {
    cursor: pointer;
}

.city_col .city_item span:hover {
    text-decoration: underline;
}

.city_col .city_item span {
    margin-top: 0;
    color: #3366cc;
    font-size: 13px;
    margin-bottom: 10px
}

/*city form*/

/*=====================================================*/

/*thanks page*/

.thanks {
    background: url('../img/thanks.jpg') center bottom no-repeat;
    text-align: center;
    color: white;
    padding-top: 180px;
    box-sizing: border-box;

}

.thanks p {
    font-size: 40px;
    font-weight: 300;
}

.thanks p:last-of-type {
    font-size: 30px;
}

.tariff_action {
    max-width: 800px;
    margin: auto;
}

.tariff_action p {
    margin: 20px 0;
    text-align: center;
    font-size: 16px
}

.tariff_action p b {
    color: red;
}

.tariff_action__item {
    display: inline-block;
    text-align: center;
    width: 32%;
    margin: 20px 0;
    position: relative;
}

.tariff_action__item-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.tariff_action__item-oldprice {
    color: #ccc;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: 35px;
}

.tariff_action__item-oldprice:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 2px;
    background: #9f9f9f;
    left: -5%;
    top: 23px
}

.tariff_action__item-newprice {
    color: #3366cc;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    margin-left: 30px;
}

.tariff_action__item-newprice span {
    color: rgba(51, 102, 204, 0.51);
    font-size: 45px;
    font-weight: 400;
}

.tariff_action + .friends_block {
    background: transparent
}

.tariff_action + .friends_block p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.tariff_action + .friends_block p span {
    color: #3366cc
}

.tariff_action__item:nth-last-of-type(2) {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc
}

/*thanks page*/

/*=====================================================*/

/*404 page */

.errorpage_block__wrap {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    font-weight: 300;
}

.errorpage_block__round {
    background: #3366cc;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: 40px auto 20px;
    color: white;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 40px;

}

.errorpage_block__round p {
    font-size: 70px;
}

.errorpage_block__round span {
    font-size: 28px;
}

.errorpage_block__link {
    font-size: 18px;
}

.errorpage_block__link a {
    color: #3366cc;
}

.errorpage_block__link:first-of-type {
    float: left;
    margin-top: 160px
}

.errorpage_block__link:nth-of-type(2) {
    float: right;
    margin-top: 160px
}

.errorpage__text {
    color: #666;
    font-size: 32px;

}

.errorpage__text p {
    color: #3366cc
}

/*friends block*/

.friends_block {
    background: #e8e8e8;
    border-radius: 10px;
    margin: 0 auto 40px;
    padding: 20px;
    font-weight: 300;
    max-width: 800px;
}

.friends_block__title {
    font-size: 30px;
    color: #3366cc;
    text-align: center;
}

.friends_block__form p {
    font-size: 16px;
    color: #3366cc;
    font-weight: 400;
}

.friends_block__form-field {
    display: inline-block;
    margin-top: 10px;
    width: 32%;
    vertical-align: top;

}

.friends_block__form-field:first-of-type {
    margin-left: 0;
}

.friends_block__form-field input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #9f9f9f;
    text-align: center;
    font-size: 16px;
}

.friends_block__form-field input[type="text"]:focus {
    outline: none;
    color: #3366cc;
    border-color: #3366cc
}

/*friends block*/

/*404 page */

/*=====================================================*/

/*action page*/

.action_wrap {
    font-size: 0;
    margin-bottom: 40px
}

.action_item {
    text-transform: uppercase;
    color: white;
    background: red;
    position: relative;
    display: inline-block;
    height: 280px;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
}

.action_item__hover {
    background: #2b4fa7;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px;
    box-sizing: border-box;
    opacity: 0;
    transition: .2s linear;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.action_item__hover p {
    font-size: 13px;
    text-transform: initial;
    width: 100%;
    padding: 0;
}

.action_item:hover .action_item__hover {
    opacity: 1;
}

.action_item__hover a {
    align-self: flex-end;
}

.action_item .btn:before {
    content: 'Подробнее';
}

.action_item__big {
    width: 99.9%;
}

.action_item__mid {
    width: 772px;
}

.action_item__sm {
    width: 376px;

}

.row .action_item__sm {
    margin-right: 20px;

}

.row .action_item__sm:last-of-type {
    margin-right: 0
}

.action_item__title {
    font-weight: 600;
    text-shadow: 0px 0px 15px black
}

.action_item__big .action_item__title {
    font-size: 40px;
    padding: 110px 0 0 40px;
}

.action_item__mid .action_item__title {
    font-size: 40px;
    text-align: center;
    padding-top: 110px
}

.action_item__sm .action_item__title {
    font-size: 30px;
    padding: 40px 0 0 40px
}

.action1 {
    background: url(../img/action1.jpg);
    background-size: cover;
}

.action2 {
    background: url(../img/action2.jpg);
    background-size: cover;
}

.action3 {
    background: url(../img/action3.jpg);
    background-size: cover;
}

.action4 {
    background: url(../img/action4.jpg) top;
    background-size: cover;
}

.action5 {
    background: url(../img/action5.jpg);
    background-size: cover;
}

.action5 .action_item__title {
    padding-top: 160px;
}

.action6 {
    background: url(../img/action6.jpg);
    background-size: cover;
}

.action-popup {
    padding: 25px;
    overflow: hidden;
}

.action-popup img {
    width: 100%;
    float: left;
    padding-right: 10px;
    max-width: 320px;
}

.action-popup .btn {
    float: right;
    margin-top: 15px;
}

/*action page*/

/*=====================================================*/

/*tariff all page*/

.product_card {
    margin-bottom: 40px;
}

.product_card__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.product_card__item img {
    width: 100%;
}

.tv-tarif .tariff_item {

    height: auto;
}

.tv-tarif .tariff_speed {
    width: 32%;

}

.tv-tarif .tariff_ch {
    width: 32%;
    display: inline-block;
    text-align: center;

}

.tv-tarif .tariff_price {
    width: 32%;
    color: #666;
    font-weight: 400;
}

.tv-tarif .mb {
    float: none;
    text-align: center;
}

.tv-tarif .tariff_ch .mb {
}

.tv-tarif .btn {
    width: 200px;
}

.btn_bottom {
    width: 200px;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product_card__title {
    font-size: 32px;
    font-weight: 600;
    color: #3366cc;
    margin-bottom: 20px;
}

.product_card__item {
}

.product_card__desc,
.product_card__title {
    text-align: left;
}

.product_card__desc {
    list-style: none;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

.spoiler_block__wrap {
    margin: 40px 0 40px 0;
}

.accordion {
    margin-left: 0;
}

.accordion-toggle {
    cursor: pointer;
    color: #3366cc;
    text-decoration: underline;
}

.mobile .slider .item {
    background-size: contain !important;
}

.widget-calc-loyal{
    margin-top: 35px;
}

.accordion-content {
    display: none;
    border-radius: 10px;
    background: #ebebeb;
    padding: 20px;
    margin: 20px 0;
    font-size: 12px;
}

.accordion-content.default {
    display: block;
}

.accordion-content.sbp {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.int-tariff,
.tv-tariff-show {
    display: none;
}

.int-tariff.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.int-tariff .tariff_item {
    height: 233px !important;
    text-align: center;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.tariff_item {
    position: relative;
}

/*tariff all page*/

/*=====================================================*/

/*order page*/

.order {
    height: 800px;
    background: url(../img/order.jpg) center no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

.order .container {
    position: relative;
}

.order_form__wrap {
    position: absolute;
    left: 0px;
    top: 180px;
}

.order_form p {
    line-height: normal;
}

.order_form {
    background: white;
    width: 400px;
    padding: 50px 40px 40px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.52);
    border-radius: 10px
}

.order_form p {
    background: #3366cc;
    padding: 20px 15px;
    color: white;
    font-size: 24px;
    position: absolute;
    top: -40px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
}

@media screen and (max-width: 500px) {
    .order_form p {
        transform: none;
    }
}

.order_form input {
    width: 100%;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
}

.input-text {
    outline: none;
    padding: 10px;
    text-align: center;
    font-size: 16px;;
    border: 1px solid #9f9f9f;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
}

.input-text:focus {
    border-color: #3366cc
}

/*order page*/

/*=====================================================*/

/*tv*/

.product_card-tv .product_card__title {
    font-size: 18px;
}

.product_card-tv .product_card__desc {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 14px;
}

.product_card__price.price {
    text-align: left;
    margin-bottom: 20px;
}

.product_card-tv p {
    text-align: left;

    margin-bottom: 10px;
}

.ch_list {
    margin-bottom: 40px;
}

.ch_item {
    border-radius: 5px;
    border: 1px solid #cecece;
    color: black;
    font-size: 12px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    transition: .2s linear;
    margin-bottom: 15px;
    text-align: center;
    min-height: 468px;
    position: relative;
}

.ch_item .btn {
    position: absolute;
    bottom: 17px;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto !important;
}

.ch_item__title {
    padding: 10px;
    background: #3366cc;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.ch_item .price {
    text-align: right;
    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 75px;
}

.ch_item__img img {
    width: 100%;
}

.ch_item__desc {
    padding: 10px 20px;
    text-align: left;
}

.ch_item .btn {
    margin-bottom: 20px;
}

/*tv*/

/*=====================================================*/

/*catalog*/

.product_item {
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 20px;
    border-right: 1px solid #9f9f9f;
    position: relative;
}

.product_item:nth-last-of-type(4n + 1) {
    border-right: 0;
}

.product_item__title {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

.product_item__desc {
    text-align: left;
    font-size: 12px;
    margin: 10px 0;
    color: #666;
}

.product_item_speed {
    margin: 20px 0;
    color: #9f9f9f;
    font-size: 12px;
    text-align: left;
}

.product_item_speed span {
    color: #3366cc;
    display: block;
}

.price {
    text-align: right;
}

.product_item__info {
    float: left;
}

.product_item__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.product_item__img img {
    max-width: 100%;
    flex-basis: 100%;
}

.product_item__info span {
    display: block;
    text-align: left;
    font-size: 12px;
}

.product_item__button {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
    bottom: 0;
}

.product_item__info span:first-of-type {
    background: #3366cc;
    color: white;
    border-radius: 5px;
    padding: 0 5px;
}

.product_item__info span:last-of-type {
    color: #9f9f9f
}

.product-popup {
    background: white;
    position: relative;
    padding: 20px;
    font-size: 12px;
    width: 820px;
}

.product-popup_item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.fotorama__thumb-border {
    border-color: #9f9f9f;
    border-width: 1px;
    border-radius: 10px;
}

.product-popup_title {
    font-size: 18px;
    color: #3366cc;
    font-weight: 600;
}

.product-popup .product_item__info span {
    display: inline-block;
}

.product-popup_desc {
    color: #3366cc
}

.product_item_speed span {
    display: inline-block;
}

.product_item_speed .btn {
    float: right
}

/*catalog*/

/*=====================================================*/

/*tv catalog*/

.tv-devices_item {
    vertical-align: top;
    margin-bottom: 20px;
    padding: 20px 40px 40px 0;
    position: relative;
}

.tv-devices_item:nth-of-type(even) .cf {
    left: 25px;
}

.tv-devices_item .cf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tv-devices_item:nth-of-type(even) {
    border-left: 1px solid #9f9f9f;
    padding-left: 20px;
}

.tv-devices_item__img {
    position: relative;
    height: 160px;
}

.tv-devices_item__title {
    font-size: 22px;
    font-weight: 600;
    color: #3366cc;
    margin: 20px 0;
}

.tv-devices_item__desc {
    margin-bottom: 20px;
}

.tv-devices_item .price {
    float: left;
}

.tv-devices_item .btn {
    float: right;
}

.spoiler .accordion-content {
    display: block;
    max-width: 800px;
    margin-bottom: 40px;
}

/*tv catalog*/

/*=====================================================*/

/*services*/

.tabs {
    margin: 40px 0
}

.tabs li {
    display: inline-block;
    margin-right: 20px;
}

.tabs li:nth-last-of-type(4n) {
    margin-right: 0;
}

.tabs_item {
    height: 150px;
    box-shadow: 1px 1px 2px #9f9f9f;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    transition: .2s linear;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.tabs_item:hover,
.tabs_item.active {
    box-shadow: inset 0 0 0 2px rgba(51, 102, 204, 0.59), 1px 1px 2px #9f9f9f;
}

.tabs-content {
    background: rgba(115, 151, 241, 1);
    background: -moz-linear-gradient(top, rgba(115, 151, 241, 1) 0%, rgba(70, 111, 211, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(115, 151, 241, 1) 0%, rgba(70, 111, 211, 1) 100%);
    background: -o-linear-gradient(top, rgba(115, 151, 241, 1) 0%, rgba(70, 111, 211, 1) 100%);
    background: -ms-linear-gradient(top, rgba(115, 151, 241, 1) 0%, rgba(70, 111, 211, 1) 100%);
    background: linear-gradient(to bottom, rgba(115, 151, 241, 1) 0%, rgba(70, 111, 211, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7397f1', endColorstr='#466fd3', GradientType=0);
    color: white;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: 16px
}

.tabs .col4 {
    margin-right: 20px;
}

.tabs .col4:nth-last-of-type(4n) {
    margin-right: 0;
}

.tabs-content p {
    margin-bottom: 10px;
}

.tabs-content a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
    font-size: 20px;
}

.tabs-content ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

.tabs-content i {
    font-size: 12px;
}

.tabs_item img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    height: 64px;
}

.tabs_item {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp-tabs .col4 {
    width: 18%;
    margin-right: 10px !important;
}

.mp-tabs .tabs_item {
    padding-bottom: 20px;
    font-size: 14px;
}

/*services*/

/*=====================================================*/

/*stp*/

.service-header {
    margin-top: 20px;
}

.service_logo {
    width: 200px;
    float: left;

}

.service_logo img {
    width: 100%;
}

.link_wrap_service {
    text-align: center;
    margin-top: 15px;
}

.callback {
    display: block;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    background: #264796;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 1px 1px 5px black;
    transition: .2s linear;
}

.callback:hover {
    background: white;
    color: #264796
}

.service-row {
    text-align: center;
    margin-bottom: 40px;
}

.service_title {
    margin-bottom: 20px;
}

.service_item {
    text-align: center;
    margin-bottom: 15px;
}

.service_item img {
    max-width: 100%;
    width: 180px;
}

.service_item p {
    font-size: 18px;
    color: #264796;
    font-weight: 600;
}

.service-row2 {
    text-align: left;
    margin-bottom: 40px;
}

.service-row2 .title {
    margin: 60px 0 20px;
    font-size: 24px;
    font-weight: 600;

}

.repair_item {
    display: flex;
    align-items: center;
}

.repair_item .img {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../img/ic4.png) center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.repair_item p {
    padding-top: 15px;
    font-size: 18px;
    margin-left: 15px;
}

.link_wrap {
    text-align: center;
    margin-bottom: 40px;
}

.download {
    display: inline-block;
    margin: auto;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    background: #264796;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 1px 1px 5px black;
    transition: .2s linear;
    margin-bottom: 40px;
}

.download:hover {
    background: white;
    color: #264796
}

#order-call {
    padding: 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

#order-call p {
    font-size: 20px;
    margin: 20px 0 20px 0;;
}

#order-call .input-text,
#order-call input {
    width: 80%;
    margin-top: 20px;
}

.download-pdf {
    vertical-align: top;
    display: block;
    font-size: 16px;
    margin-bottom: 18px;
}

.download-pdf img {
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.download-pdf span {
    margin-top: 15px;
    display: inline-block;
}

/*stp*/

.callback_1 {
    display: inline-block !important;
    width: 261px !important;
}
@media only screen and (max-width: 500px) {
    .callback_1 {
        display: block;
        margin-left: 0 !important;
    }
}

.callback_1 + .callback_1 {
    margin-left: 25px;
}

@media only screen and (max-width: 600px) {
    .callback_1 {
        display: block !important;
        margin: 0 auto !important;
    }
    .callback_1 + .callback_1 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

/*
.pag_nav {
    padding-top: 20px;
}*/

.pag_nav a {
    text-decoration: none;
}

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

.news-detail__left {
    float: left;
    padding-right: 20px;
}

.news-detail__date {
    padding-top: 10px;
    display: block;
    font-weight: bold;
}

.news-detail {
    overflow: hidden;
}

.top_search {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}

.top_search * {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

input {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
}

.search__field {
    color: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 100%;
    color: #2b2b2b;
    cursor: text;
}

.search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.header_menu__hover_off {
    height: 100%;
    right: 0;
    background: none !important;
    position: relative;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: none;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-property: top, color;
    transition-property: top, color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-property: top, color;
    transition-property: top, color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-property: top, color;
    transition-property: top, color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-property: top, color;
    transition-property: top, color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/*service contact*/

.contact_list {
    margin: 30px 0;
}

.contact_item {
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0), 1px 1px 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: all .2s ease-in;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 355px;
    margin-right: 20px;
    vertical-align: top;

}

.contact_item:nth-child(3n) {
    margin-right: 0;
}

.contact_item:hover {
    box-shadow: inset 0 0 0 1px #3366cc, 1px 1px 15px rgba(0, 0, 0, 0.16);
}

.contact_item p {
    font-size: 16px;
    font-weight: 600;
    min-height: 80px;
}

.contact_item .btn {
    font-size: 14px;
    width: 250px;
    padding: 10px 10px;
}

.contact_item__icon {
    display: inline-block;
    width: 116px;
    height: 116px;
    background: url(../img/service_contact/cont1.png) center no-repeat;
    background-size: contain;
    margin: 20px 0 50px;
}

.contact_item:nth-of-type(2) .contact_item__icon {
    background: url(../img/service_contact/cont2.png) center no-repeat;
    background-size: contain;
}

.contact_item:nth-of-type(3) .contact_item__icon {
    background: url(../img/service_contact/cont3.png) center no-repeat;
    background-size: contain;
}

.contact_item:nth-of-type(4) .contact_item__icon {
    background: url(../img/service_contact/cont4.png) center no-repeat;
    background-size: contain;
}

.contact_item:nth-of-type(5) .contact_item__icon {
    background: url(../img/service_contact/cont5.png) center no-repeat;
    background-size: contain;
}

.contact_item:nth-of-type(6) .contact_item__icon {
    background: url(../img/service_contact/cont6.png) center no-repeat;
    background-size: contain;
}

.contact_item:nth-of-type(6) .btn {
    font-size: 20px;
    padding: 6px 10px;
}

.contact_item__soc {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../img/service_contact/inst.png) center no-repeat;
    background-size: 44px 44px;
    margin: 0 3px;
    border-radius: 50px;
    transition: .1s ease-in
}

.contact_item__soc:hover {
    opacity: .6
}

.contact_item__soc:nth-of-type(2) {
    background: url(../img/service_contact/vk.png) center no-repeat;
    background-size: 44px 44px;
}

.contact_item__soc:nth-of-type(3) {
    background: url(../img/service_contact/ok.png) center no-repeat;
    background-size: 44px 44px;
}

.contact_item__soc:nth-of-type(4) {
    background: url(../img/service_contact/fb.png) center no-repeat;
    background-size: 44px 44px;
}

.item_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
    top: 0;
    left: 0;
    display: none
}

.item_overlay .close {
    color: white;
    opacity: .7;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 25px;
    transition: .2s linear;
}

.item_overlay .close:hover {
    opacity: 1
}

.item_overlay__app {
    margin-top: 120px;
}

.item_overlay__app a {
    display: block;
    margin-bottom: 20px;
}

.js-link-app {
    display: none;
}

.js-go-chat {
    display: none;
}

@media screen and (max-width: 768px) {
    .contact_list {
        text-align: center;
    }

    .js-show-app {
        display: none;
    }

    .js-link-app {
        display: block;
        position: absolute;
        bottom: 15px;
        text-align: center;
        width: 100%;
        left: 0;
        color: #9f9f9f
    }

    .js-go-chat {
        display: inline-block;
    }

    .contact_item__icon {
        display: none;
    }

    .contact_item p {
        font-size: 14px;
        min-height: 60px;
    }

    .contact_item {
        width: 47%;
        padding: 40px 20px 40px;

    }

    .contact_item:nth-last-of-type(2n+1) {
        margin-right: 0;
    }

}

@media screen and (max-width: 600px) {

    .contact_item {
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }

    .contact_item p {
        min-height: auto;
        margin-bottom: 20px;
    }

    .js-link-app {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }
}

/*new page style*/

.new_tariff {
    text-align: left;
    position: relative;
    height: 335px;
}

.new_tariff .tariff_header {
    padding: 15px;
}

.new_tariff__list {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.8;
    align-self: baseline;
    justify-self: start;
}

.new_tariff .btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
    max-width: 225px;
    text-align: center;
    width: 100%;
}

.new_tariff .product_card__price {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .new_tariff {
        padding-bottom: 100px;
        margin: 0 0 20px;
    }
}

/*new page style*/

.bg_action {
    height: 250px;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

@media screen and (max-width: 768px) {
    .action-popup {
        width: 720px;
    }
}

@media screen and (max-width: 600px) {
    .action-popup {
        width: 100%;
    }
}

.action-popup h2 {
    padding-top: 6px;
}

.initial {
    position: initial;
}

.selector-type1-wrapper .link-arrow-down b {
    width: 10px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/sprite0.png) 100% 6px no-repeat;
    display: inline-block;
}

#questions-list .question-header {
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

h3 {
    padding: 5px 0;
}

p {
    padding: 10px 0;
    word-wrap: break-word;
}

.ul_list li {
    margin-left: 5px;
}

#questions-list .question-list {
    padding-top: 13px;
}

.icon-info {
    background: url(../img/icon-info.png) 0 2px no-repeat;
    padding-left: 20px;
}

.selector-type1-wrapper a.link-a-button:active {
    color: #e67007;
    background-position: 0 -204px;
}

.selector-type1-wrapper .link-a-button span {
    padding: 0 12px 0 15px;
    height: 25px;
    display: block;
    background: url(../img/sprite0.png) 0 -178px no-repeat;
    float: left;
    padding-top: 2px;
}

.selector-type1-wrapper .link-a-button i {
    display: block;
    width: 5px;
    height: 25px;
    float: left;
    background: url(../img/sprite0.png) 100% -178px no-repeat;
}

#questions-list .expand-narrow {
    margin-bottom: 15px;
    overflow: hidden;
}

.selector-type1-wrapper a {
    text-decoration: none;
}

.hidden {
    display: none;
}

#questions-list .button-0-span {
    position: relative;
    top: -1px;
    left: -6px;
}

.selector-type1-wrapper .form-search .button-0:active .button-0-span {
    background-position: -78px -682px;
}

.selector-type1-wrapper .form-search .button-0-span {
    position: absolute;
    top: 12px;
    left: 191px;
    display: block;
    width: 39px;
    height: 33px;
    overflow: hidden;
    border: 0;
    background: url(../img/sprite0.png) 0 -682px no-repeat;
    cursor: pointer;
}

#questions-list .input-search {
    width: 270px;
}

.selector-type1-wrapper .form-search .gray {
    color: #555;
}

.selector-type1-wrapper .form-search .input-search {
    display: block;
    padding: 5px 0 4px 5px;
    background: url(../img/sprite0.png) 0 -649px no-repeat;
    height: 33px;
    border: 0;
    border-right: 1px #aaa solid;
    font-size: 13px;
    line-height: 1.4em;
    float: left;
}

.selector-type1-wrapper .form-search .button-0 {
    display: block;
    width: 39px;
    height: 33px;
    background: 0;
    border: 0;
    cursor: pointer;
}

#questions-list .form-search {
    margin-bottom: 20px;
}

#questions-list .expand-narrow a.current {
    display: inline;
}

#questions-list .expand-narrow a {
    display: none;
}

.selector-type1-wrapper .link-arrow-up b {
    width: 10px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/sprite2.png) -12px -45px no-repeat;
    display: inline-block;
}

.selector-type1-wrapper .icon-faq {
    padding-left: 20px;
    background: url(../img/icon-faq.png) 0 5px no-repeat;
}

#questions-list .answers {
    margin: 0 0 30px 20px;
    display: none;
}

.owl-stage-outer {
    background: #264796;
}

.hide {
    display: none;
}

.hide_false {
    display: block !important;
}

#online, #other, #promise {
    min-height: 800px;
}

.payplaces {
    height: 660px;
    min-width: 400px;
}

@media screen and (max-width: 500px) {
    .payplaces {
        transform: scale(0.8);
        margin-left: -40px;
    }
}

.paylist li {
    margin-left: 20px;
    margin-top: 10px;
}

.paylist p {
    margin-left: -20px;
}

.center_align {
    text-align: center;
}

.default .ul_list {
    padding-left: 15px;
}

.default ul li {
    padding: 5px;
}

.list_tire {
    list-style: none;
}

.list_tire li {
    margin-left: 15px;
}

.list_tire li:before {
    text-indent: -1.72em;
    float: left;
    content: '\2014';
}

.list_tire ul li:before {
    content: '';
}

.map-left {
    margin-left: 10px;
    width: 225px;
    float: left;
}

#map {
    margin-left: 250px;
    height: 620px;
    width: 710px;
}

.contacts-block h3 {
    display: inline;
    margin-right: 10px;
}

.contacts-full .phone-vertical-list .item-wrapper {
    width: 24%;
    float: left;
    margin-left: 10px;
}

.contacts-full .phone-vertical-list h4 {
    margin: 0 0 20px 0;
}

.contacts-full h4 {
    margin: 20px 0 10px 0;
}

.contacts-full .phone-vertical-list .phone-wrapper {
    margin-bottom: 20px;
}

.contacts-full .phone-vertical-list .phone-wrapper .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    color: #555;
}

.timeline {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 0 0 24px;
    font-size: 12px;
    background: url(../img/sprite0.png) 0 -89px no-repeat;
    font-style: normal;
}

.contacts-full {
    padding-top: 20px;
    overflow: hidden;
}

.phone-vertical-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contacts-full .phone-number1 {
    font-size: 20px;
}

.contacts-full .phone-number1 {
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
}

.contacts-full .phone-number1 span {
    font-size: 14px;
}

.contacts-full .phone-vertical-list .phone-wrapper .name {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    color: #555;
}

.twin-tumbler-item {
    color: #0050b1;
}

.twin-tumbler .twin-tumbler-item_current, .twin-tumbler:hover .twin-tumbler-item_current {
    color: black;
}

.twin-tumbler-wrap {
    display: block;
    position: relative;
}

.twin-tumbler {
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
}

.twin-tumbler-slider {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    width: 40px;
    height: 10px;
    background: url(../img/twin-tumbler.png) 0 0 no-repeat;
}

.twin-tumbler-slide {
    position: absolute;
    top: -12px;
    left: 0;
    display: block;
    width: 20px;
    height: 22px;
    background: url(../img/twin-tumbler.png) 0 0 no-repeat;
}

#map-wrap .map-wrap-top {
    margin: 0 10px 10px 10px;
}

.twin-tumbler-item:hover {
    color: #e67007;
}

.link-arrow-down:hover, .link-arrow-up:hover {
    color: #e67007;
}

.services-list .link-arrow-up b {
    width: 10px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/sprite2.png) -13px -45px no-repeat;
    display: inline-block;
}

.services-list .link-arrow-down b {
    width: 10px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/sprite0.png) 100% 6px no-repeat;
    display: inline-block;
}

.services-list a {
    text-decoration: none;
}

.service-elem {
    margin: 0 0 10px -15px;
    padding: 5px 15px;
}

.services-list .current .services-list-content {
    margin-top: 5px;
    display: block;
}

.services-list .services-list-content {
    display: none;
    margin-left: 15px;
}

.service-elem p {
    margin: 0;
    padding: 2px 0;
    font-size: 12px;
}

.subservices-list-url {
    font-size: 13px;
}

.subservice-list .subservices-list-content {
    display: none;
}

.subservice-list .current .subservices-list-content {
    display: block;
}

#map-wrap {
    overflow: hidden;
    clear: both;
}

.service-elem:hover, .service-elem-current {
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

#map .overlay-baloon-wifi .image, #map .overlay-baloon-is .image {
    float: left;
}

img.ictinus-init {
    display: none;
}

#map .overlay-placemark-label-icon-wifi .overlay-placemark-label-content, #map .overlay-placemark-label-icon-camera .overlay-placemark-label-content, #map .overlay-placemark-label-icon-is .overlay-placemark-label-content, #map .overlay-placemark-label-icon-home1-i .overlay-placemark-label-content, #map .overlay-placemark-label-icon-home1-t .overlay-placemark-label-content {
    width: 42px;
    height: 38px;
    background: url(../img/sprite-map.png) 0 0 no-repeat;
}

#map .overlay-placemark-label-icon-is .overlay-placemark-label-content {
    background-position: 0 -76px;
}

.contacts-block {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

@media screen and (max-width: 559px) {
    .action_item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.selector-type1-wrapper_height {
    min-height: 60vh;
}

.inner-content-divisions li.current {
    text-shadow: 0 1px 1px white;
    position: relative;
    padding: 0 12px;
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.inner-content-divisions li {
    line-height: 28px;
    float: left;
    margin-right: 25px;
    height: 28px;
    white-space: nowrap;
}

.inner-content-divisions {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
    list-style: none;
}

.inner_map {
    margin-left: 0 !important;
    width: 100% !important;
}

.map-fullscreen-mode #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
}

.map-fullscreen-mode #map-wrap {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    bottom: 0;
    margin: 0;
}

.clearfix-after:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.fullscreen_map:hover {
    background-position: 100% -202px;
}

.fullscreen_map {
    padding-right: 25px;
    background: url(../img/sprite1.png) 100% -172px no-repeat;
}

#panels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

#panels .panel {
    display: none;
    padding: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#panels .panel-top .logo {
    margin-bottom: 20px;
    text-align: center;
}

#panels .inner-content-divisions {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: normal;
}

.map-fullscreen-mode #panels .panel {
    display: block;
}

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

.panel a {
    text-decoration: none;
}

#map-wrap {
    margin: 20px -10px 15px -10px
}

#map-wrap .map-wrap-top {
    margin: 0 10px 10px 10px
}

#map-wrap .map-wrap-bottom {
    margin: 10px 10px 0 10px
}

#map-wrap .map-wrap-bottom .icon {
    margin-right: 30px
}

#map-wrap .map-wrap-bottom .icon img,
#panels .panel-top .icon img {
    position: relative;
    top: 2px
}

.help_forget {
    font-size: 9px;
    width: 69%;
    display: block;
    float: left;
    text-align: left;
    clear: left;
}

.mobile_menu .help_forget {
    color: #fff;
}

.tv_page .container, .tv_page header, .tv_page footer {
    min-width: 1200px;
}

.help_forget a {
    color: #666;
    text-decoration: underline !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}

.hide {
    display: none;
}

#map .YMaps-b-balloon-content {
    margin: 0 11px
}

#map .overlay-placemark-label-icon-wifi,
#map .overlay-placemark-label-icon-camera,
#map .overlay-placemark-label-icon-is,
#map .overlay-placemark-label-icon-home1-i,
#map .overlay-placemark-label-icon-home1-t {
    width: 32px;
    height: 32px;
    pointer-events: none
}

#map .overlay-placemark-label-icon-home1-it {
    width: 55px;
    height: 23px;
    pointer-events: none
}

#map .overlay-placemark-label-icon-home0-it,
#map .overlay-placemark-label-icon-home0-i,
#map .overlay-placemark-label-icon-home0-t {
    width: 55px;
    height: 48px;
    pointer-events: none
}

#map .overlay-placemark-label-icon-wifi .overlay-placemark-label-content,
#map .overlay-placemark-label-icon-camera .overlay-placemark-label-content,
#map .overlay-placemark-label-icon-is .overlay-placemark-label-content,
#map .overlay-placemark-label-icon-home1-i .overlay-placemark-label-content,
#map .overlay-placemark-label-icon-home1-t .overlay-placemark-label-content {
    width: 42px;
    height: 38px;
    background: url("../img/sprite-map.png") 0 0 no-repeat
}

#map .overlay-placemark-label-icon-home1-it .overlay-placemark-label-content {
    width: 69px;
    height: 30px;
    overflow: hidden;
    background: url("../img/sprite-map.png") 0 -358px no-repeat
}

#map .overlay-placemark-label-icon-home0-it .overlay-placemark-label-content,
#map .overlay-placemark-label-icon-home0-i .overlay-placemark-label-content,
#map .overlay-placemark-label-icon-home0-t .overlay-placemark-label-content {
    padding: 22px 5px 11px 5px;
    width: 59px;
    height: 23px;
    background: url("../img/sprite-map.png") 0 -114px no-repeat;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.4em
}

#map .overlay-placemark-label-icon-camera .overlay-placemark-label-content {
    background-position: 0 -38px
}

#map .overlay-placemark-label-icon-is .overlay-placemark-label-content {
    background-position: 0 -76px
}

#map .overlay-placemark-label-icon-home0-i .overlay-placemark-label-content {
    background-position: 0 -170px
}

#map .overlay-placemark-label-icon-home0-t .overlay-placemark-label-content {
    background-position: 0 -226px
}

#map .overlay-placemark-label-icon-home1-t .overlay-placemark-label-content {
    background-position: 0 -282px
}

#map .overlay-placemark-label-icon-home1-i .overlay-placemark-label-content {
    background-position: 0 -320px
}

#map .overlay-baloon-wifi,
#map .overlay-baloon-camera,
#map .overlay-baloon-is,
#map .overlay-baloon-home1 {
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    overflow: hidden
}

#map .overlay-baloon-home1 {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.7em
}

#map .overlay-baloon-wifi p,
#map .overlay-baloon-camera p,
#map .overlay-baloon-is p,
#map .overlay-baloon-home1 p {
    margin: 0 0 10px 0
}

#map .overlay-baloon-is p span {
    font-size: 12px
}

#map .overlay-baloon-is h3 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: normal
}

#map .overlay-baloon-camera .image {
    position: relative;
    width: 320px;
    height: 240px
}

#map .overlay-baloon-camera .image img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 240px
}

#map .overlay-baloon-wifi .image,
#map .overlay-baloon-is .image {
    float: left
}

#map .overlay-baloon-wifi .description #map .overlay-baloon-is .description {
    min-width: 100px;
    max-width: 175px
}

#map .overlay-baloon-home1 .icon-i,
#map .overlay-baloon-home1 .icon-t {
    position: relative;
    top: 2px
}

#map .overlay-baloon-home1 .icon-t {
    margin: 0 2px
}

#map .overlay-baloon-home0 {
    padding: 10px 0 10px 0;
    width: 430px;
    min-height: 100px;
    max-height: 230px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.7em
}

#map .overlay-baloon-home0 .homes-list-wrapper {
    width: 420px;
    min-height: 100px;
    max-height: 230px;
    overflow: auto
}

#map .overlay-baloon-home0 .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url("../img/loader.gif") 50% 50% no-repeat;
    z-index: 1
}

#map .overlay-baloon-home0 table.homes-list td {
    padding: 0 10px 8px 0
}

#map .overlay-baloon-home0 table.homes-list td.street {
    width: 130px
}

#map .overlay-baloon-home0 table.homes-list a,
#map .overlay-baloon-home0 table.homes-list span {
    margin: 0 2px 0 0
}

.header_menu_2 .header_submenu {
    width: 931px;
}

.header_menu_2 .header_submenu__column {
    width: auto;
}

.order_support {
    background: url(../img/support_order_bg.jpg) center no-repeat;
    background-size: cover;
}

.item_licence {
    margin: 0 0 15px 0;
}

.item_licence a {
    text-decoration: none;
}

.b-channel-list {
    margin: 0;
}

div.modern-page-navigation {
    padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 0.75em;
    padding-right: 0.5em;
    text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
    border-right-width: 1px;
    border-right-style: solid;
    border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
    border-left: none;
    padding-left: 0.5em; }
span.modern-page-current {
    font-weight: bold; }
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
    border-color: #cdcdcd; }

.title-text {
    display: flex !important;
    align-items: center;
}

.chat_widget_title {
    display: flex;
    align-items: center;
    width: 320px;
}

.text-area {
    position: relative;
}

.scrolltop {
    position: fixed;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    bottom: 25px;
    left: 15px;
    z-index: 66;
    background: #25489D;
    box-shadow: -10px 10px 38px -9px #000;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.scrolltop:before {
    content: "\f062";
}

.player {
    width: 600px;
}

.flowplayer {
    max-height: initial !important;
}

body.map-fullscreen-mode {
    overflow: hidden;
}

.underline_hover {
    text-decoration: none;
}

.underline_hover:hover {
    text-decoration: underline;
}

.chat_footer.chat_mobile.chat_widget {
    width: auto !important;
    bottom: 0 !important;
}

.chat_footer.chat_mobile .chat_widget_title {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.chat_footer.chat_mobile {
    right: 50px;
}

.btn_gray {
    background: #a2a2a2;
}

.city .bg-placeholder {
    margin-right: 5px;
}

.header_menu__item-city .city {
    text-decoration: underline;
}

.sitemap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .sitemap .item {
        flex-basis: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .sitemap .item {
        margin: 0 auto;
        margin-bottom: 20px;
        flex-basis: auto;
    }
}

.row .top-left {
    text-align: left;
}