@import "reset.css";
@import "fonts.css";

.mobile-only {display: none!important;}
a {
    transition: all 0.3s ease;
}

textarea {
    resize: none;
}

.h-60 {
    height: 60%;
}

.banner-top {
    padding-top: 74px;
    margin-left: -17px;
}

.h-40 {
    height: 40%;
}
.h-30 {
    height: 30%;
}

.nopad {
    padding: 0;
}

.ruble {
    font-family: 'Montserrat', sans-serif;
}

.tm-section-pad-top {
    padding-top: 20px;
}

#banner-block h3, #banner-block .h3 {
    font-size: 16px;
}

#banner-block h1 {
    font-size: 36px;
    font-weight: 500;
    min-width: 520px;
    margin-bottom: 25px;
}

#hero {
    box-shadow: none;
    background-repeat: no-repeat;

    height: 60vh;
    min-height: 375px;
    position: relative;
}
#order_text {padding-left: 15px;padding-right: 15px;}
#connect_type {font-size: 14px;}

.is_overlay {
    display: block;
    width: 100%;
    height: 100%;
}

#banner-block-inner {

    right: 0;
    bottom: 0;
    left: 0;
    top: 115px;
    z-index: -10;
    overflow: hidden;
    position: absolute;
    display: block;

}

#banner-block-inner > .background {
    object-fit: cover;
    width: auto;
    left: 0;
    padding-right: 0;
    height: 435px;
    background-position: top center!important;
}

.banner-img {
    right: 0;
    bottom: 0;
    left: 0;
    top: 115px;
    z-index: -10;
    overflow: hidden;
    position: absolute;
    display: block;
}

.banner-img img {
    object-fit: cover;
    width: auto;
    min-width: 100%;
    left: 0;
    height: 576px;
    z-index: -10;
}

.p-15px {
    padding: 15px;
}

.p-15px img {
    margin: 15px;
}

body {
    background: #F5F4F2;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    color: #282828;
    margin: 0;
    padding-top: 115px;
    /*padding-bottom: 120px;*/
}

header {
    background: #ffffff;

}

.header1 {
    background: #101213;
    height: 45px;
    padding: 0;
    text-align: center;

}

a {
    font-size: 15px;
    color: white;
    text-decoration: underline;
}

.support {
    background: none;
    border: none;
    margin-left: 30px;
}

.support a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.support a:hover {
    color: #9f1a85;
}

.support .img-phone {
    height: 22px;
    margin-right: 8px;
    margin-top: -4px;
}

.support a.returncall {
    font-size: 15px;
    text-decoration: underline;
    color: #00b856;
    margin-left: 17px;
    margin-right: 7px;
}

.btn-location {
    background: none;
    border: none;
    color: white;
    font-size: 14px;
}

.btn-location:hover {
    background: none;
    border: none;
    color: #CDCDCD;
    font-size: 14px;
}

.btn-location .citylabel {
    font-size: 10px;
    opacity: 0.5;
}

.btn-location .cityname {
    font-size: 12px;
}

.btn-location .cityblock {
    display: flex;
    flex-direction: column;
    float: right;
    margin-top: 2px;
    text-align: left;
}

.img-loc {
    height: 20px;
    margin-bottom: 2px;
    margin-right: 12px;
    margin-top: 7px;
    display: inline-block;
}

.header2 {
    background: white;
    box-shadow: 6px 3px 0 0 rgba(0, 0, 0, 0.25);
    margin-top: 45px;
    height: 70px;
    padding: 0;
    text-align: center;
}

.header3 {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-top: 45px;
    height: 70px;
    padding: 0;
    text-align: center;

}

@media (min-width: 576px) {
    .header3 {
        background: none;
    }
}

.header2 button {
    margin-right: 0;
    max-width: 210px;
}

.logo {
    margin: 0 15px;
    height: 49px;
}

.menu > li {
    white-space: nowrap;
    margin-top: 0;
    padding: 28px 0 21px;
    margin-left: 21px;
    margin-right: 21px;
    border-bottom: 2px solid #ffffff;
}

.menu a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.menu a:hover, .menu > li:hover a {
    color: #9f1a85;
}
.menu > li:hover:not(.hassubmenu-mobile) a svg {
    fill: #9f1a85;
}
svg {
    transition: all 0.3s ease;
}

.menu .submenu {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 69px;
    z-index: -1;
    left: -24px;
    width: 340px;
    box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.25);
}

.menu .submenu li {
    margin: 0 32px;
    padding: 16px 0;
    text-align: left;
    border-bottom: 1px solid rgba(150, 150, 150, .3);
}
.menu .submenu li:last-child {
    border: none;
}

.menu .submenu li a {
    color: #000000;
    text-decoration: none;
    white-space: pre-line;
    line-height: 24px;
}
.menu .submenu li:hover a {
    color: #9f1a85;
}

.menu > li:hover .submenu {
    display: block;
}

.menu > li.hassubmenu {
    position: relative;
}

.menu a .icon {
    margin-right: 7px;
    vertical-align: text-bottom;
    max-width: 25px;
}

.header3 li {
    text-align: left;

}

.title {
    height: 100%;
    z-index: 10;

}

.blackoverlay {
    width: 100%;
    max-width: 1920px;
    height: 435px;
    background: linear-gradient(to right, rgba(50, 50, 50, 0.8), rgba(0, 0, 0, 0));
}

.title1 h1 {

    font-size: 41px;
    margin: 3% 0;

}

.cnt-btn.ylw-btn {
    margin-left: -3px;
    padding: 0 58px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 22.5px;
    margin-top: -2px;
    width: 225px;
}

.ylw-btn {
    width: 100%;
    background: #00b94d;
    border: none;
    border-bottom: 4px solid #00b94d;
    min-height: 50px;
    border-radius: 25px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #ffffff;
}

.ylw-btn:hover {
    background: #00a846;
    border-bottom: 4px solid #00a846;
}

.wht-btn {
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 4px solid #fff;
    height: 50px;
    border-radius: 25px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    margin-bottom: 15px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, .1);*/
}

.wht-btn:hover {

    color: #9f1a85;

}

.tarif {
    max-width: 292px;
    padding: 15px;
    margin: 0 11px;
}

/*.tarif:last-child {margin-right: 0;}*/
/*.tarif:first-child {margin-left: 0;}*/
.tarif-in {
    background: white;
    border-radius: 4px;
    height: 100%;
    padding: 12px 14px;
    box-shadow: 6px 6px 0 0 #b8b7b5;
    font-weight: 700;
}

h2 {
    font-size: 28px;
}
.h2 {
    font-size: 28px;
}

p {
    font-size: 15px;
}

.tarif h2 {
    margin: 10px;
    margin-bottom: 20px;
    text-align: center;

}

.t-details p {
    margin: 0;
    margin-right: 61px;
}

.t-details .h2 {
    margin: 0;
    padding: 0;
    /*padding-left: 10px;*/

    float: left;
}

.t-box {
    text-align: center;
    width: 80%;
}

.name {

    float: left;
}

.name h2 {
    margin-top: 15px;
}

.t-box p {
    padding: 0;
    margin: 0;

}

.value {
    margin: 0;
    float: right;
}

.cost .h2 {
    font-size: 18px;
    white-space: nowrap;
    font-weight: 700;
}

.costold {
    margin: -20px 0 0 3px;
}

.price {
    text-align: center;
    margin-top: 21px;
}

.price button {
    margin-bottom: 5px;
    min-height: 40px;
}

.icons {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.icons.nopad {
    padding: 0;
}

.icons.pt-16px {
    padding-top: 16px;
}

.icons img {
    width: 50px;
    height: auto;
}

.icons p {
    margin-top: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    margin-top: 3px;
    margin-right: 21px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    float: right;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DEDEDE;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00b856;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

.more a {
    text-decoration: none;
    text-align: center;
    color: #BBBBBB;
}

.more a:hover {
    color: #878787;
}

.sup {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 600px;
    text-align: center;
}

.sup h2 {
    font-size: 21px;
    margin: 10px;
}

.sup button {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.footer-dark {

    padding: 20px;
    text-align: center;
    width: 100%;
    height: auto;
}

.foot-center {
    margin: 0 auto;
}

.contract a {
    color: #282828;
}

.contract img {
    width: 10px;
    margin-right: 5px;
}

.footer-dark a {

    padding-bottom: 15px;
}

.footer-dark a:hover {
    size: 17px;
    color: #f6a000;
}

.footer-dark p {
    padding-top: 10px;
    text-align: left;
    color: #818181;
    font-size: 9px;
}

.small-a-footer a {

    padding-top: 10px;
    text-align: left;
    color: #818181;
    font-size: 9px;

}

.small-a-footer a:hover {
    color: #818181;
}

.prov a {
    text-decoration: none;
}

.copyright {

}

.copyright p {
    float: right;
    margin-bottom: 0;
    padding-top: 0;
    color: white;
}

.tarif-info {
    padding: 10px;
    background: white;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    margin: 14px;

}

.tarif-info h1 {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;

}

.info {
    width: 60%;
    margin: 0;
    padding: 0;

}

.t-box-info {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.t-box-info h2 {
    padding: 0;
    margin: 0;

}

.category {
    margin: 0;
    min-width: 300px;
    margin-right: 15px;

}

h3, .h3 {
    font-size: 17px;
}

.category .h3, .category h3 {

    margin: 0;
    padding: 0;

}

.category p {
    padding: 0;

}

.text p {
    margin-right: 15px;
}

.m-top-20px {
    margin-top: 20px;
}

.img-qst {
    width: 12px;
}

.wrapper {

    margin: 0 auto;

}

.dropdown {
    float: left;
    width: 100%;

}

.dropdown .h3, .dropdown h3 {
    padding-right: 22px;
}

.dropdown input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropdown label {
    cursor: pointer;
    display: inline-block;

}

.dropdown label:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    background-image: url(/assets/images/icons/arrow.svg);
    width: 10px;
    height: 10px;
    margin-right: 12px;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.dropdown input[type=checkbox]:checked ~ label:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);

}

label {
    margin-bottom: 0;
}

.dropdown .text {

    margin-top: 15px;
    max-height: 0;
    text-align: left;
    -webkit-transition: height 0.7s;
    -moz-transition: max-height 0.7s;
    -ms-transition: max-height 0.7s;
    -o-transition: max-height 0.7s;
    transition: max-height 0.7s;
    overflow: hidden;

}

.dropdown input[type=checkbox]:checked ~ .text {

    max-height: 900px;
}

.dropdown hr {
    margin-top: 0;
}

.bold {
    font-weight: 800;
}

.font-700 {
    font-weight: 700 !important;
}

.font-600 {
    font-weight: 600 !important;
}
.font-500 {
    font-weight: 500 !important;
}


.font-900 {
    font-weight: 900 !important;
}

.mt-1px {
    margin-top: 1px !important;
}

.a-style {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.a-style1 {
    width: 100%;

}

.a-style a {

    border-bottom: 1px solid #282828;
    text-align: center;
    font-size: 21px;
    color: #282828;
    text-decoration: none;
}

.a-style a:hover {
    border-color: #f6a000;
    color: #f6a000;

}

.adress {
    resize: none;
    width: 100%;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 8px;
    outline: none;
    padding: 8px 20px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.adress:focus {
    border-color: #878787;
    box-shadow: none;
}

.p-small p {

    color: #BBBBBB;

}

.p-small a {
    font-size: 15px;
    color: #929191;

}

.p-small a:hover {
    color: #464646;
}

.p-small {
    text-align: left;
}

.full-screen-height {

    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 4%;
    margin-top: 4%;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 18px;
    height: 16px;
    position: relative;
    margin: 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;
    margin-left: 10px;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-radius: 9px;
    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;
}

.animated-icon2 span {
    background: #212121;
}

.animated-icon2 span:nth-child(1) {
    top: 0;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 7px;
}

.animated-icon2 span:nth-child(4) {
    top: 14px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%;
}

button:focus {
    outline: none;
}

span:focus {
    outline: none;
}

.margin-15 {
    margin: 15px;
}

.a-group {

    text-align: left;
}

.a-group a {
    padding-right: 25px;
    width: 100%;
    font-size: 21px;
    color: #282828;
    text-decoration: none;
}

.arrow_head:before {
    content: "";
    float: right;
    background-image: url(/assets/images/icons/arrow.svg);
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-left: 12px;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;

}

.arrow_head.active:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.wrapper {
    width: 70%;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    font-size: 21px;
    color: #282828;
    text-decoration: none;
}

.panel-heading a:before {
    content: "";
    float: right;
    background-image: url(/assets/images/icons/arrow.svg);
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-left: 12px;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.a-17 a {
    font-size: 21px;
}

.img-16px {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 16px;
    height: 16px;
    margin-left: 10px;

}

.btn-yellow {
    height: 45px;
    padding-left: 22px;
    padding-right: 22px;
    background: #4046a8;
    color: #ffffff;
    border: none;
    padding-top: 4px;
}

.btn-yellow:hover {
    color: #ffffff;
    background: #3b419c;
}

.call-btn {
    padding-left: 17px;
    padding-right: 17px;

    /*  -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;*/
}

/*.call-btn:hover{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.pb-10px {
    padding-bottom: 10px;
}

.pt-10px {
    padding-top: 10px;
}

.icons h3, .icons .h3 {
    color: #282828;
    margin: 0 5px;
}

.icons h3:hover, .icons .h3:hover {
    color: #282828;
}

.price button {
    width: auto;
    padding: 0 24px;
    margin: 0;
}

.call-btn1 {

    padding-left: 20px;
    padding-right: 20px;
}

.call-btn-mob {
    width: 50px;
    background: white;
    border: none;
}

.call-btn-mob:hover {
    background: #ECECEC;
    border: none;
}

.call-btn-mob .img-16px {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    height: 18px;
    margin: 0;

}

.telephone a {
    color: #282828;

}

#phone_number {
    font-size: 27px;
}

.callback h3, .callback .h3 {
    padding-top: 10px;
}

.ribbon a {
    text-decoration: none;
}

.ribbon-wrap {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    right: -5px;
    top: 15px;
}

.ribbon-wrap .ribbon {
    position: relative;
}

.icons img.rocket {
    height: 26px;
    width: 26px;
}

.icons img.phone {
    height: 22px;
    width: 22px;
    margin-top: 7px;
    margin-left: 3px;
}

.icons img.tv {
    height: 28px;
    width: 28px;
    margin-top: 1px;
    margin-left: 5px;
}

.mr-16px {
    margin-right: 16px;
}

.mt-32px {
    margin-top: 32px;
}

.mt-24px {
    margin-top: 24px;
}

.mt-3px {
    margin-top: 3px;
}

.ribbon span {
    cursor: pointer;
    font-size: 12px;
    display: block;
    padding: 5px 12px 5px 8px;
    position: relative;
    height: auto;
    margin-right: -5px;
    color: #ffffff;
    text-decoration: none;
    background: url(/assets/images/bg-action.png);
    background-size: 100% 100%;
}

.text-title-ask-tarif {
    font-weight: 600;
    line-height: 38px;
}

.underline {
    text-decoration: underline;
}

.greyline {
    margin-top: 20px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}

.italic {
    font-style: italic;
}

.font-medium {
    font-weight: 500;
}

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

.tooltip-inner {
    font-size: 12px;
    padding: 15px 10px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-arrow {
    background-color: #FFE692;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    background-color: #FFE692;
    border-bottom-color: #FFE692;
}

.tarif-body {
    max-height: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.tarif-body .fixed-height-block {
    min-height: 57px;
}

.dark-p p {
    color: #747474;
}

.suggestions-addon[data-addon-type=clear] {
    background: none;
    cursor: pointer;
    opacity: .8;
}

.sale-area {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    background: #FFE49B;

}

.call-bee a {
    color: #282828;
}

.strikethrough {
    margin-right: -5px;
    position: relative;
    color: #878787;
    font-size: 14px;
}

.strikethrough:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -4px;
    border-top: 2px solid red;
    height: 45%;
    height: calc(50% - 1px);
    width: 130%;
    transform: rotateZ(-12deg);
}
.close-modal {
    cursor: pointer; z-index: 100;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close-modal img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 15px;
}
.close img {
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
}

.g-recaptcha {

    transform: scale(0.7);
    transform-origin: 0 0;

    width: 210px;
}

.mar-20 {
    margin: 20px;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #ECECEC;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #CDCDCD;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #CDCDCD;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.red p {
    color: #E88E8E;
}

.radio {
    margin-top: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}

.radio-label {
    cursor: pointer;
	font-size:14px;
}

.radio input {
    margin-right: 9px;
    cursor: pointer;
}

.mar-0 button {
    width: 100%;
    margin: 5px 0 5px 0;
}

input[type="text"], input[type="tel"] {
    width: 100%;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    padding: 8px 20px;
    box-sizing: border-box;
    transition: 0.3s;
	font-size:14px;
    font-weight: 500;
}

input[type="text"]:focus, input[type="tel"]:focus {
    border-color: #878787;
    box-shadow: none;

}

.form-control:disabled, .form-control[readonly] {
    cursor: default;
}

#city_modal .modal-dialog {
    margin: 0;

}

.modal-request .modal-content {
    padding: 0 15px;

}

.modal-full .modal-content {
    margin: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    min-height: 100vh;
    min-width: 100vw;
    max-width: none;
}

.close-white img {

    right: 40px;

}
#send_req .price button {
    min-width: 140px;
    min-height: 40px;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px;
}

#searchinput {
    background: rgba(225, 225, 225, 0.75);
    padding: 5px 19px;
    width: 200px;
    border-radius: 19px;
    border: none;
    margin-top: 25px;
    margin-bottom: 0;
}

#searchinput:focus {

    background: #ffffff;

}

.cities-list a, .cities-list > li > span {

    text-decoration: none;
    color: #CDCDCD;
    font-size: 15px;
}
.cities-list a.lnk {
    color: #ffffff;
}

.cities-list {
    margin-bottom: 20px;
}

.cities-list li {

    margin: 9px 0;

}

.graybackground {
    background: #f5f4f2;
}

.none-dec a {
    font-size: 17px;
    color: #282828;
    text-decoration: none;
}

.none-dec p {
    font-size: 17px;
}

.pb-20px {
    padding-bottom: 20px;
}

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

.hover-ylw:hover {
    border-color: #fbce5d;
}

.text-bold {
    font-weight: bold;
}

.fix-banner {
    padding: 15px;
    background: white;
    border-radius: 4px;
}

.adress-r-body button {
    margin: 10px 0;
}

.t-shadow {
    text-shadow: 0 0 20px #dbe2e2;
}

.address-in {
    height: auto;
    padding: 36px 0;
}

.adress-body {
    padding: 0 25px;
}

.address-check-title {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-left: 16px;
}

.address-check-text {
    margin: 6px 128px 18px 144px;
}

.address-search {
    padding: 11px 28px;
    font-size: 14px;
    color: #000000;
}

.address-search-btn {
    font-size: 14px;
    color: #ffffff;
    height: 45px;
    min-height: 45px;
    font-weight: 500;
    padding-left: 34px;
    padding-right: 35px;
    width: 180px;
}

.color-white {
    color: #ffffff;
}

.font-14px {
    font-size: 14px;
}
.font-16px {
    font-size: 16px;
}
.font-13px {
    font-size: 13px;
}
.font-12px {
    font-size: 12px;
}

.lh-22px {
    line-height: 22px;
}
.lh-13px {
    line-height: 13px;
}
.mt-8px {
    margin-top: 8px;
}

.mt-minus-10 {
    margin-top: -10px;
}

.mt-minus-15 {
    margin-top: -15px;
}

.pt-16px {
    padding-top: 16px;
}
.d-list-item {display: list-item!important;}
.banner-list {
    list-style: initial;
    margin-left: 32px;
}
.banner-list li {
    padding-bottom: 13px;
}

.tarif-section {
    width: 942px;
    padding-left: 22px;
    padding-right: 0;
}

.tarif-section-title {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin: 53px 0 20px;
}

.tarif-section .btn_connect {
    font-size: 14px;
    padding: 0 15px;
    line-height: 14px;
    border-radius: 18.33px;
    font-weight: 500;
    margin-left: 22px;
    background: #9f1a85;
    border-bottom: 4px solid #901879;
}
.tarif-section .btn_connect:hover {
    background: #901879;
}
.btn_connect.disabled {background: #bebfbe;border: none;}

.tarif-section .mobile-text {
    font-size: 10px;
    color: #979797;
    margin-top: 0
}

.tarif-section .tv-text {
    font-size: 10px;
    color: #979797;
    margin-top: 0;
    margin-left: -2px;
    margin-bottom: -3px;
}

.tarif-section .mobile-info {
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    margin-left: -1px;
}

.tarif-section .mobile-question {
    margin-left: 2px;
}

.tarif-section .mobile-question img {
    width: 20px;
    height: 20px;
}

.tarif-section .tarif-mobile-block {
    margin-top: 6px;
    margin-left: 2px;
}

.tarif-section .tarif-tv-block {
    margin-top: 6px;
    margin-left: 2px;
}

.tarif-section .canal-count {
    margin-left: -2px;
}

.safari .tarif-section .row {
    display: block!important;
    flex: none!important;
}
.safari .tarif-section .row .tarif {
    margin: 0 5px!important;
    display: inline-block;
}

.rate_name {
    font-weight: 700;
    font-size: 18px;
    margin: 8px auto 14px;
}
a.rate_name {
    color: #000000;
    text-decoration: none;
}
a.rate_name:hover {
    color: #000000;
    text-decoration: underline;
}

.goldline {
    width: 100%;
    height: 1px;
    background: #9f1a85;
    margin-bottom: 32px;
}

.support-in {
    height: 100%;
    padding: 11px 25%;
}
.support-in.ask-call {
    background: #ffffff!important;
}

.support-form-row {
    max-width: 550px;
    margin: 9px auto;
    padding-left: 5px;
    margin-bottom: 0;
}

.support-form-button {
    max-width: 550px;
    margin: 0 auto;
}

.support-form-row .form-control {
    border-radius: 17.5px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    background-color: #ebebeb;
}

.wait-call-btn {
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    height: 40px;
    min-height: 40px;
    width: 217px;
    margin: 0 auto !important;
    padding-left: 20px;
    background: #9f1a85;
    border-bottom: 4px solid #901879;
}
.wait-call-btn:hover {
    background: #901879;
}

.show-all-tarif {
    display: inline-block
}

.show-all-tarif a {
    font-weight: 500;
    font-size: 16px;
    margin-top: 11px;
    color: #000000;
    text-decoration: underline;
}

.show-all-tarif .show-text {
    margin-right: 10px;
}

.show-all-tarif .down {
    vertical-align: text-bottom;
}

.show-all-tarif .down:after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    font-weight: 500;
    margin-top: -4px;
}
.show-all-tarif .circle {
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 14.5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -19px;
}
.mr-30px {
    margin-right: 30px;
}

.mr-25px {
    margin-right: 25px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#address-block {
    background: #ffffff;
    background-repeat: repeat;
    margin-bottom: 12px;
}

#address-block button {
    margin-bottom: 0;
}

#address-block a {
    transition: all 0.3s ease;
    color: #282828;
    text-decoration: none;
}

#address-block a:hover {
    color: #5C626E;
    text-decoration: none;
}

#address-block .tarif {
    min-width: 0;
}

#categories a {
    transition: all 0.3s ease;
    color: #282828;
    text-decoration: none;
}

#categories a:hover {
    color: #5C626E;
    text-decoration: none;
}

#categories .tarif {
    min-width: 0;
}

.address-in .suggestions-suggestions {
    color: #101828;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 20px 20px;
    z-index: 2;

}

.suggestions-suggestions span:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    border-bottom: 20px solid white;
    border-left: 20px solid transparent;
}

.suggestions-suggestions span:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    border-bottom: 20px solid white;
    border-right: 20px solid transparent;
}

.suggestions-mobile {
    padding: 10px;
    margin: 0 35px;
    max-width: 100%;
}

.private-section {
    background-image: url('/assets/images/bg-home.jpg');
    background-size: cover;
    background-position: top center;
    height: 433px;
}

.private-info {
    max-width: 530px;
    margin-right: 20.5%;
}

.private-title {
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    margin-top: 52px;
    margin-bottom: 34px;
}

.private-middle {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 66px;
    margin-left: 2px;
    max-width: 450px;
}

.private-phone-row {
    margin-top: -3px;
    white-space: nowrap;
}

.private-call-btn {
    display: inline-block;
    width: auto !important;
    padding: 10px 58px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 18.52px;
    height: 42px;
    min-height: 40px;
    background: #00b94d;
    border-bottom: 4px solid #00a846;
}
.private-call-btn:hover {
    background: #00a846;
}

.usb-modem-section {
    background: #ffffff;
    height: 469px;
}

.usb-modem-info {
    max-width: 530px;
    margin-right: 24.7%;
}

.usb-modem-title {
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    margin-top: 52px;
    margin-bottom: 34px;
}

.usb-modem-middle {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
    margin-left: -1px;
    max-width: 450px;
}
.usb-modem-feature {display: flex; flex-flow: row;margin-bottom: 16px;}
.usb-modem-feature > div {min-height: 31px; padding-top: 8px;}
.usb-modem-feature img.icon {
    margin-right: 16px;
    vertical-align: middle;
    display: inline-block;
    width: 31px;
    height: 31px;
}

.usb-modem-image {margin-top: 32px;margin-right: 13px;}
.usb-modem-image.mobile-hide {background: url('/assets/images/usb-modem.png'); }

.usb-modem-call-btn {
    display: inline-block;
    width: auto !important;
    padding: 10px 55px 12px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18.52px;
    height: 40px;
    min-height: 40px;
    background: #9f1a85;
    border-bottom: 4px solid #901879;
    color: #ffffff;
}
.usb-modem-call-btn:hover {
    background: #901879;
    border-bottom: 4px solid #901879;
}
.wait-call-section {
    padding-bottom: 20px;
    background: #ffffff;
}
.features-section {
    text-align: center;
    padding-bottom: 13px;
}

.features-title {
    font-size: 28px;
    font-weight: 600;
    padding-top: 46px;
    padding-bottom: 43px;
    max-width: 380px;
    margin: 0 auto;
    padding-left: 22px;
}

.features-row {
    margin: -4px 456px 0;
}

.features-row .row.second {
    margin-top: 46px;
}

.features-row .icon-square {
    width: 59px;
    height: 59px;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 #ebebeb;
    padding: 14px;
    background: #ffffff;
    display: inline-block;
    margin-right: 16px;
    margin-left: -40px;
}

.features-row .icon-square .imgpng {
    margin-top: 4px;
    opacity: 1;
}
.features-row .icon-square img {
    opacity: 0.7;
}

.features-row .features-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 59px;
    text-align: left;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 2px;
}

.features-row .col-first .features-text {
    max-width: 190px;
}

.features-row .col-second .features-text {
    max-width: 230px;
}

.features-row .col-third .features-text {
    max-width: 220px;
}

.features-row .col-third .imglock {
    width: 22px;
    height: 32px;
}

.features-row .col-second {
    margin-left: 39px;
}

.features-row .col-third {
    margin-left: 14px;
}

.features-button-row {
    margin-top: 58px;
}

.features-cnt-btn {
    font-size: 16px !important;
    border-radius: 18.52px !important;
    height: 44px;
    min-height: 44px;
    padding: 0 48px !important;
    margin-left: 14px !important;
    width: auto !important;
    margin-right: 0 !important;
}

.econom-section {
    background: url(/assets/images/bg-econom.jpg);
    height: 463px;
}

.econom-info {
    margin-left: 23%;
    max-width: 560px;
}

.econom-title {
    font-weight: 800;
    font-size: 28px;
    color: #000000;
    margin-top: 122px;
    margin-bottom: 23px;
    margin-left: 8px;
}

.econom-middle {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 39px;
    margin-left: 4px;
    max-width: 390px;
}

.want-econom-btn, .how-econom-btn {
    font-size: 16px !important;
    border-radius: 18.52px !important;
    font-weight: 400 !important;
    height: 40px;
    min-height: 40px;
    padding: 2px 36px 0 33px !important;
    margin-left: 1px !important;
    width: auto !important;
    margin-right: 0 !important;
}

.want-econom-btn {
    background: #01ba42 !important;
    border-bottom: 4px solid #01ba42;
    font-weight: 500 !important;
}

.want-econom-btn:hover {
    background: #01a93c !important;
    border-bottom: 4px solid #01a93c;
}

.how-econom-btn {
    background: #8e8e8e !important;
    color: #ffffff;
    border-bottom: 4px solid #8e8e8e;
    margin-left: 18px !important;
}

.how-econom-btn:hover {
    background: #606060 !important;
    border-bottom: 4px solid #606060;
}

.tv-section {
    height: 563px;
    background: #181128 url(/assets/images/bg-tv.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #ffffff;
    position: relative;
}

.tv-title-left {
    margin-left: -220px;
    padding-top: 35px;
    text-align: center;
}

.tv-text {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    vertical-align: top;
    margin-left: 23px;
}
.tv-text span {
    vertical-align: top;
    margin-top: 12px;
    display: inline-block;
}
.tv-logo {
    height: 118px;
    margin-right: 92px;
}

.faq-section {
    min-height: 612px;
    background: #f5f4f2 url(/assets/images/balloon.png) no-repeat;
    background-position: right 31.05% top 96%;
    display: inline-block;
    width: 100%;
}
.faq-section .accordion .card-body a {
    color: #fff;
    text-decoration: underline;
}

.faq-info {
    margin-left: 21%;
    max-width: 700px;
}

.faq-title {
    margin-left: 21%;
    padding-top: 41px;
}

.faq-image {
    height: 89px;
    opacity: 0.1;
    margin-top: 5px;
    margin-left: 10px;
}

.faq-text {
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    max-width: 260px;
    vertical-align: middle;
    margin-left: 21px;
    margin-top: 1px;
}

.faq-section .accordion {
    margin-top: 15px;
}

.faq-section .accordion .card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background: transparent;
}

.faq-section .accordion .card-header {
    border: none;
    background: transparent;
    padding-bottom: 2px;
}

.faq-section .accordion .card-body {
    font-size: 14px;
    font-weight: 500;
    padding: 0 42px;
    padding-bottom: 12px;
}

.faq-section .accordion .btn.btn-link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 4px;
}

.faq-section .accordion .btn.btn-link:before {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/assets/images/icons/arrow.svg) 0 0 repeat;
    position: absolute;
    left: 13px;
    top: 26px;
    transform: rotate(180deg);
}

.faq-section .accordion .btn.btn-link.collapsed:before {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/assets/images/icons/arrow.svg) 0 0 repeat;
    position: absolute;
    left: 13px;
    top: 26px;
    transform: none;
}

.tarif-ask {
}

.tarif-ask, .tarif-ask .support-in {
    background: #38393c;
}
.tarif-ask.in-footer .support-in {padding-bottom: 20px;}
.tarif-ask.in-footer .text-desc {
    max-width: 120%;
    width: 120%;
    flex: 0 0 120%;
}

.text-title-question {
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    margin-top: 23px;
}

.tarif-ask .text-desc {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 18px;
}

.tarif-ask .button-row {
    margin-top: 33px;
}

.tarif-ask .button-row button {
    font-size: 16px;
    font-weight: 500;
    height: 43px;
    min-height: 40px;
    border-radius: 20px;
}
.tarif-ask .support-in {
    padding: 20px 30%;
}

#footer {
    background: #101213;
    min-height: 396px;
    padding-top: 37px;
}

#footer .location {
    margin-top: 20px;
}

.footer-container {
    margin: 0 20.75%;
}

.footer-container .first-col {
    padding-left: 30px;
}

.footer-container .second-col {
    padding-left: 40px;
    padding-right: 0;
}

.footer-container .third-col {
    padding-left: 53px;
}

.footer-container .fourth-col {
    padding-left: 70px;
}

.footer-container .caption {
    font-size: 22px;
    font-weight: 500;
    color: #979797;
    padding-bottom: 29px;
}

.footer-container ul.menu-list li {

}

.footer-container ul.menu-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 18px;
    display: block;
}
.footer-container ul.menu-list li a:hover {
    color: #9f1a85;
}
.footer-container ul.menu-list li, .footer-container ul.menu-list {
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    min-width:190px;
}
.footer-container .smalltext {
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    padding-left: 40px;
}
.footer-container .support {margin: 4px 0 0 9px;}
.footer-container .support a.phonelink {
    font-size: 22px;
    text-decoration: underline;
}
.footer-container .five-col {
    padding-left: 40px;
    padding-top: 5px;
}
.footer-container .yellow-support {
    background: #4046a8;
    margin-top: 15px;
    padding: 5px 6px 6px 0px;
    border-radius: 5px;
    font-weight: 600;
}
.footer-container .yellow-support .smalltext {
    color: #ffffff;font-weight: 600;
}
.footer-container .yellow-support a.phonelink {
    color: #ffffff;font-weight: 600;
}
.footer-container .support .img-phone {
    margin-left: 2px;
    margin-right: 7px;
}
.footer-container .yellow-support .img-phone {
    margin-left: 2px;
    margin-right: 7px;
}
.footer-container .five-col button.btn_order {
    font-size: 16px;
    font-weight: 600;
    height: 43px;
    min-height: 40px;
    border-radius: 20px;
    margin-top: 27px!important;
}

input[type="text"]:focus {
    border-color: #878787;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    cursor: default;
}

.address-in .form-control {
    border-radius: 22.5px;
}
.form-control:focus {
    border-color: #9f1a85!important;
    box-shadow: 0 0 0 0.2rem rgba(159,26,133,.25);
}

.page404 {
    padding: 5% 20%;
}
.header1 a.phonelink {
    font-size: 15.7px;
    text-decoration: underline;
    color: #ffffff;font-weight: 500!important;
    display: inline-block;
    padding-top: 14px;
}
.header1 .img-phone {
    margin-left: 2px;
    margin-right: 7px;
    height: 18px;
    margin-top: -4px;
}
#order_subtext {padding-top: 10px;}
#final_text {margin-top: 12px;}
.pr-20px {padding-right: 20px;}
#tarif_area {display: block; background: #ededed;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -2px;
    padding-left: 30px;
}
.cursor {cursor: pointer;}
.btn_home button, .btn_office button {width: auto!important; padding-left: 35px; padding-right: 35px;}
.btn_office {margin-top: 8px;}
.modal-econom .modal-title {
    font-size: 22px;
    font-weight: 600;
}
.modal-econom .small-text {
    font-size: 12px;
    font-weight: 600;
    color: #979797;
    margin-top: 8px;
}
.bg-dark {background: #9f1a85!important;color: #fff;}
.modal-econom .form-control {border-radius: 20px;padding: 10px 25px;}
.modal-econom .modal-body {padding: 25px;}
.modal-econom .features-cnt-btn{margin-left: 0!important;}
.modal-econom .under-form-text {font-size: 14px; font-weight: 500;}
.modal-how-econom .modal-title {margin-left: 50px; margin-right: 50px;}
.modal-how-econom .features-cnt-btn{margin-top: 15px!important; margin-left: 8px!important;}
.modal-how-econom .form-control {width: 55%;}
.modal-how-econom .form-group {width: 100%;}
.modal-how-econom .bg-grey {background: #cdcdcd;text-align: center; border-radius: 5px; width: 197px!important; height: 272px!important;padding: 0!important;}
.modal-how-econom .bg-grey.one {width: 185px!important;}
.modal-how-econom .bg-grey img {
    height: 140px;
    width: 100%;
}
.modal-how-econom .bg-yellow {
    background: #00b94d;box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.2);text-align: center;z-index: 1; border-radius: 5px;
    padding: 0 0 28px 0!important;
    width: 210px!important;
    margin-top: -39px;
}
.modal-how-econom .bg-yellow img {
    height: 179px;
}
.modal-how-econom .col-title {
    padding: 18px 0;
    font-size: 18px;
    font-weight: 500;
}
.modal-how-econom .col-price {
    font-size: 40px;
    font-weight: 500;
    margin-top: -10px;
}
.modal-how-econom .col-rub {
    margin-top: -5px;
}
.modal-how-econom .col-price.bold {font-weight: 800;}
.modal-how-econom .row.columns {
    position: absolute;
    top: -140px;
}
.modal-how-econom .modal-body {padding-top: 180px;}
.modal-how-econom .close-modal img {
    right: 0;
    top: calc(-148px - 25px);
}
#tarif_area_canals {display: block; background: #ededed;
    padding-left: 30px;
}
.modal-canals .modal-title {font-size: 22px; font-weight: 900;}
.modal-canals .modal-header {font-size: 14px; font-weight: 400;}
.modal-canals .canals-list {font-size: 14px; line-height: 32px; margin-top: 12px}
.modal-canals .canals-list ul > li {float: left; min-width: 33%; display: block;}
.modal-canals .canals-list .canal-logo {height: 24px; vertical-align: middle; margin-right: 8px;}
.modal-wifi .modal-body {padding: 0;}
.modal-wifi .toppart {padding: 1rem 1rem 0; background: #ffffff;}
.modal-wifi .bottompart {padding: 1rem 3rem 2rem; background: #f5f5f5;}
.modal-wifi .modal-title {font-size: 22px; font-weight: 900; margin-top: 21px;}
.modal-wifi .info-text {font-size: 14px; font-weight: 400; padding: 10px 0 16px; max-width: 392px;}
.modal-wifi .info-bordered {border: 2px solid #00b94d;font-size: 14px; font-weight: 400; display: flex;
    align-items: center; max-width: 392px; padding-right: 11px;}
.modal-wifi .info-bordered img {width: 50px; height: 50px; display: inline-block; margin: 8px 15px 12px 8px;}
.modal-wifi .toppart .imgblock {padding: 0 24px;}
.modal-wifi .bottompart .col-title {font-size: 16px; font-weight: 900; margin-top: 16px;}
.modal-wifi .bottompart .col-subtitle {font-size: 12px; font-weight: 400;}
.modal-wifi .bottompart .col-text {font-size: 14px; font-weight: 400;}
.modal-wifi .bottompart .smart2 {
    margin-bottom: 6px;
    margin-top: 5px;
    margin-left: -50px;
}
.modal-wifi .bottompart .router {    margin-left: -35px;}
.modal-wifi .bottompart .cable {    margin-left: -50px;}
#burger_menu {
    margin-left: -100%;
    height: calc(100vh - 115px);
    width: 100%;
    display: block;
    position: relative;
}
#burger_menu.collapse.show {
    margin-left: 0;
    height: calc(100vh - 115px);
    width: 100%;
    transition: all .35s ease;
}
#burger_menu.collapsing {
    margin-left: -100%;
    transition: all .35s ease;
    height: calc(100vh - 115px);
    width: 100%;
}
#burger_menu .navbar-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#burger_menu .menu {
    height: calc(100vh - 220px);
    overflow: hidden;
}
#burger_menu .menu li.submenu-mobile {
    display: none;
    margin: 0 40px;
    padding: 16px 0;
    text-align: left;
    border-bottom: 1px solid rgba(150, 150, 150, .3);
    white-space: pre-line;
}
#burger_menu .menu .hassubmenu-mobile a {
    border-bottom: 2px solid transparent;
    color: #000000;
    display: inline-block;
}
#burger_menu .menu .hassubmenu-mobile.active a {
    border-bottom: 2px solid #9f1a85;
    color: #9f1a85;
}
#burger_menu .menu .hassubmenu-mobile.active a svg {
    fill: #9f1a85;
}
#burger_menu .menu li {
    padding: 8px 21px 8px 21px;
    font-size: 18px;
}
#burger_menu .menu li a {
    font-size: 18px;
}
#burger_menu {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    background: white;
}
#burger_menu .menu {
    box-shadow: none;
    padding-bottom: 20px;
}
#burger_menu .smalltext {
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    padding-left: 62px;
}
#burger_menu .support {margin: 4px 0 0 9px;}
#burger_menu .support a.phonelink {
    color: #000000;
    font-size: 22px;
    text-decoration: underline;
}
#burger_menu .yellow-support {
    background: #4046a8;
    /*margin-top: 20px;*/
    padding: 5px 6px 18px 0px;
    border-radius: 5px;
    font-weight: 600;
}
#burger_menu .yellow-support .smalltext {
    color: #ffffff;font-weight: 600;
}
#burger_menu .yellow-support a.phonelink {
    color: #ffffff;font-weight: 600;
}
#burger_menu .support .img-phone {
    margin-left: 14px;
    margin-right: 7px;
    height: 32px;
    margin-top: -20px;
}
#burger_menu .yellow-support .img-phone {
    margin-left: 14px;
    margin-right: 7px;
    height: 32px;
    margin-top: -20px;
}
.header1.mobile .support-block {padding-left: 0;}
.header1.mobile .img-loc {
    height: 20px;
    margin: 0 8px 0 0;
    display: inline-block;
}
.header1.mobile .btn-location .cityblock {
    display: inline-block;
    margin-top: 2px;
    text-align: left;
    flex-direction: initial;
    float: none;
}
.header1.mobile .btn-location .cityname {
    font-size: 15px;
}
.header3 .img-phone {
    height: 26px;
    margin-right: 8px;
    margin-top: -2px;
}
.header3 .logo {height: 42px;margin-left: 0;}
.header3 a {
    color: #000000;
    font-size: 22px;
}
.header3 .tel-right {
    margin-left: auto;
    margin-right: 16px;
}
.tarif-body .collapsing {
    display: block;
    float: left;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .ylw-btn:active, .wht-btn:active {
    background-image: none;
    border-bottom-width: 2px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.tvicon {stroke-width:1.5;stroke-miterlimit:10;}
.tvfix {
    margin-top: -2px;
}
.faqfix {
    margin-top: -3px;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .05s ease-out;
    transition: transform .05s ease-out;
    transition: transform .05s ease-out,-webkit-transform .05s ease-out;
}
.modal.fade {
    transition: opacity .025s linear;
}
.tarif-one-column {
    margin-left: 325px;
}
.tarif-two-column {
    margin-left: 146px;
}
@media (min-width: 1920px) {
    #banner-block-inner > .background {
        background-size: cover!important;
        background-repeat: no-repeat!important;
    }
    .blackoverlay {max-width: 100%;}
    .private-section, .econom-section {
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
}
@media (max-width: 1920px) {
    .features-row {
        margin: -4px 23.75% 0;
    }

    .footer-container {
        margin: 0 calc(calc(100vw - 1123px) * 0.5);
    }
}

@media (max-width: 1780px) {
    .features-row {
        margin: -4px 17% 0;
    }
    .faq-section {
        background-position: right 9.95% top 116%;
    }
    .econom-section {
        background-position: right 60% top 0;
    }
}

@media (max-width: 1400px) {
    .faq-section {
        background-position: right 5% top 116%;
    }
}

@media (max-width: 1350px) {
    .faq-section {
        background-position: right 2% top 116%;
    }
}

@media (max-width: 1320px) {
    .features-row {
        margin: -4px 7% 0;
    }
    .tv-title-right {margin-right: 19%;}
    .faq-title, .faq-info {
        margin-left: 15%;
    }
    .usb-modem-info {margin-right: calc(60vw - 530px);}
}

@media (max-width: 1270px) {
    .support-in {
        padding: 20px 20%;
    }
}

@media (max-width: 1220px) {
    .faq-section {
        background-position: right 1% top 116%;
    }
}

@media (max-width: 1200px) {
    .footer-container {
        margin: 0 auto;
    }
    .header1 .support {
        flex: 0 0 43.333333%;
        max-width: 43.333333%;
        margin-left: calc(-10% + 30px);
    }
    .private-info {
        margin-right: 10%;
    }
    .footer-container .second-col {padding-left: 20px;}
    .footer-container .third-col {padding-left: 27px;}
    .footer-container .fourth-col {padding-left: 35px;}
    .footer-container .five-col {padding-left: 10px;}
    .address-check-text {margin: 6px 0 18px 16px;}
    .faq-title, .faq-info {margin-left: 10%;}
    .faq-section {
        background-position: right -5% top 116%;
    }
}

@media (min-width: 1200px) {
    .menu > li:hover {
        margin-top: 0;
        padding: 28px 0 21px;
        margin-left: 21px;
        margin-right: 21px;
        border-bottom: 2px solid #9f1a85;
    }
    .tarif-ask .button-row {
        max-width: 100%!important;
        flex: 0 0 100%!important;
    }
}

@media (max-width: 1100px) {
    .header2 > .container {
        margin: 0 35px;
    }
    .faq-title, .faq-info {margin-left: 5%;}
    .faq-section {
        background-position: right -15% top 116%;
    }
    .usb-modem-image {width: 40vw; float: left; margin-left: 20px;}
    .usb-modem-image img {height: auto;}
}

@media (max-width: 1070px) {
    .header2 > .container {
        margin: 0 1.5vw;
    }
    .support-in {
        padding: 20px 15%;
    }
}
@media (max-width: 1040px) {
    .header2 > .container {
        margin: 0;
        padding: 0;
    }
    .menu > li {
        padding: 28px 0 21px;
        margin-right: 11px; margin-left: 11px;
    }
}
@media (max-width: 1010px) {
    .features-row {
        margin: -4px 4% 0;
    }
}
@media (max-width: 992px) {
    .wrapper {
        width: 100%;
    }
    .header1 .support {
        flex: inherit;
        max-width: inherit;
        margin-left: inherit;
    }
    .header1 a.phonelink {font-size: 16px; padding-top: 14px;}
    .header1 .img-phone {height: 18px;}
    .header1 .container {max-width: 100%;}
    #myNavbar .navbar-nav.menu {margin-left: 180px;}
    .faq-section {
        background-position: right -25% top 116%;
    }
    .modal-wifi .toppart .imgblock {width: 100%; text-align: center;}
    .modal-wifi .router-info-block {width: 100%; padding: 0 15px 16px;}
    .modal-wifi .info-text, .modal-wifi .info-bordered {max-width: 100%;}
    .modal-wifi .bottompart .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 16px;
    }
    .usb-modem-info {
        margin-right: calc(60vw - 500px);
        width: 500px;
    }
    .usb-modem-image {
        width: 35vw;
    }
}
@media (max-width: 950px) {
    .features-row .col-first .features-text {max-width: 170px;}
    .features-row .col-second .features-text {max-width: 200px;}
    .features-row .col-third .features-text {max-width: 200px;}
    .faq-section {
        background-position: right -35% top 116%;
    }
}
@media (max-width: 930px) {
    .menu > li {
        padding: 28px 0 19px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .menu > li a {font-size: 14px;}
    #myNavbar .navbar-nav.menu {margin-left: 110px;}
    .private-info {
        margin-right: 1%;
    }
    .footer-container .smalltext {padding-left: 39px;font-size: 12px;}
    .footer-container .support a.phonelink {font-size: 19px;}
    .support .img-phone {height: 19px;}
    .header1 .col-md-2.location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.666667%;
        flex: 0 0 22.666667%;
        max-width: 22.666667%;
    }
}
@media (max-width: 900px) {
    .faq-section {
        background-position: right -45% top 116%;
    }
    .usb-modem-section {height: auto;}
    .usb-modem-info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        float: none;
    }
    .usb-modem-title {
        margin-top: 0;
        padding-top: 52px;
    }
    .usb-modem-middle {
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }
    .usb-modem-feature > div {text-align: left;}
    .usb-modem-image {padding: 0; float: none; width: 80%; margin: 0 auto;}
    .usb-modem-image.mobile-hide {display: none!important;;}
    .usb-modem-image.mobile-only {display: block!important;}
    .usb-modem-button-row {padding-bottom: 32px;}
    .tv-logo {display: none;}
    .tv-text {margin-left: auto; display: block; margin-right: auto;}
    .tv-title-left {margin-left: auto;}
}
@media (max-width: 880px) {
    .tv-title-left {margin-left: 11%;}
    .tv-title-right {margin-right: 19%;}
    .tv-info {margin-left: 11%;}
    .faq-section {
        background: none;
    }
    .support-in {
        padding: 20px 10%;
    }
}
@media (max-width: 850px) {
    .menu > li a {font-size: 12px;}
    #myNavbar .navbar-nav.menu {margin-left: 80px;}
    .features-row .features-text {font-size: 14px;}
    .features-row .col-first .features-text {max-width: 150px;}
    .features-row .col-second .features-text {max-width: 180px;}
    .features-row .col-third .features-text {max-width: 180px;}
    .features-row .col-second {
        margin-left: 19px;
    }
}
@media (max-width: 820px) {
    .footer-container .smalltext {padding-left: 37px;font-size: 12px;}
    .footer-container .support a.phonelink {font-size: 17px;}
    .support .img-phone {height: 17px;}
}
@media (max-width: 810px) {
    .menu > li a {font-size: 12px;}
    #myNavbar .navbar-nav.menu {margin-left: -30px;}
    .support-in {
        padding: 20px 5%;
    }
}
@media (max-width: 790px) {
    .header1 .support {
        white-space: nowrap;
    }
}
@media (max-width: 780px) {
    .tarif-one-column {
        margin-left: 11px;
    }
    .tarif-two-column {
        margin-left: 11px;
    }
    .ylw-btn {
        padding-right: 30px;
        padding-left: 30px;
        margin-right: 10px;
    }

    .wht-btn {
        padding-right: 30px;
        padding-left: 30px;
        margin-right: 0;
    }
    .header2 .logo {height: 40px;}
    .navbar-nav.menu li.nav-item {padding: 23px 0 22px;margin-left: 11px; margin-right: 11px;}
    .navbar-nav.menu li.nav-item a {font-size: 12px;}
    .header2 .navbar-nav.menu {box-shadow: none; margin-left: -30px;}
    .tv-title-left {margin-left: 11%;}
    .tv-title-right {margin-right: 19%;}
    .tv-info {margin-left: 11%;}
    .faq-section {background-image: none;}
    .tarif-ask .support-in {padding: 20px 5%;}
    #footer {
        height: auto; display: inline-block;
    }
    .footer-container {
        margin: 0 15px;
    }
    .footer-container .row > div {
        padding: 2% 3%;
    }
    .footer-container .first-col {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #footer .location {
        margin-top: 0; margin-left: auto; margin-right: 32px;
    }
    .footer-container .support .smalltext {padding-left: 28px;font-size: 12px;}
    .footer-container .smalltext {font-size: 12px;}
    .footer-container .support a.phonelink {font-size: 19px;}
    .support .img-phone {height: 19px;}
    .footer-container .yellow-support {margin-top: 0; margin-left: 5vw;}
    .footer-container .ylw-btn {
        margin-left: auto!important;
        width: auto;
        margin-right: auto!important;
        font-size: 16px;
        font-weight: 600;
        height: 43px;
        min-height: 40px;
        border-radius: 20px;
        margin-top: 16px!important;
    }
    .footer-container .five-col.col-lg-0.col-md-0 {position: absolute; margin-top: -5px;}
    .footer-container .second-col, .footer-container .third-col, .footer-container .fourth-col {
        width: 50%;
        float: left;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tablet-hide{display: none!important;}
    .tablet-show{display: flex!important;}
    .banner-top {padding-top: 44px;}
    .features-row .features-text {font-size: 12px;}
    .features-row .col-first .features-text {max-width: 140px;}
    .features-row .col-second .features-text {max-width: 170px;}
    .features-row .col-third .features-text {max-width: 170px;}
    .features-row .col-second {
        margin-left: 9px;
    }
}

@media (max-width: 767px) {
    .flex-dir-col-mobile {flex-direction: column;}
    .address-search-btn {margin-top: 16px;}
    .features-row {
        margin: -4px auto 0;
        text-align: left;
    }
    .features-row .features-text {
        font-size: 16px;
    }
    .features-row .col-first .features-text {max-width: 190px;}
    .features-row .col-second .features-text {max-width: 220px;}
    .features-row .col-third .features-text {max-width: 220px;}
    .d-block-mobile {display: block!important;}
    .no-margin-mobile { margin: 0!important;}
    .features-row .icon-square {margin-left: 10%;margin-bottom: 5%;}
    .features-button-row {
        margin-top: 28px;
    }
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 38px;
    }
    .title1 h1 {
        font-size: 38px;
    }
    #hero {
        box-shadow: inset 0 0 0 2000px rgba(219, 226, 226, 0.5);
    }
    .menu {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        background: white;
    }
    .blackoverlay {
        background: linear-gradient(to bottom, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0));
    }
    .ribbon span {
        text-decoration: underline;
    }
    .tarif-section.container {max-width: 640px;}
    .tarif-ask .support-form-row > .pr-0 {padding-right: 15px!important;}
    .tarif-ask .support-in {padding: 20px 15%;}
    .econom-section {
        background: url(/assets/images/bg-econom-mobile.jpg);
        height: 800px;
        background-size: cover;
        background-position: center;
    }
    .econom-info {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .econom-title {
        margin-top: 500px;
    }
    .econom-middle {max-width: 95vw;}
    .tv-title-right.d-md-none {display: none;}
    .tv-title-right {
        margin-right: 9%;
    }
    .econom-section {
        background: url(/assets/images/bg-econom-mobile.jpg);
        height: 800px;
        background-size: cover;
        background-position: center;
    }
    .econom-info {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
        position: relative;
        height: 100%;
    }
    .econom-title {
        margin-top: 45px;
    }
    .econom-button-row {
        position: absolute;
        bottom: 40px;
        width: 55vw;
        margin-left: 22.5vw;
        margin-right: 22.5vw;
    }
    .want-econom-btn {
        border-bottom: 4px solid #01ba42!important;
        display: block;
        width: 100%!important;
    }
    .how-econom-btn {
        border-bottom: 4px solid #606060!important;
        display: block;
        width: 100%!important;
        margin-left: 0!important;
    }
}
@media (max-width: 720px) {
    .footer-container .five-col.col-lg-0.col-md-0 {position: static; margin-top: 0;}
}
@media (max-width: 640px) {
    .tarif-section.container {max-width: 540px;}
    .tarif {
        margin: 0 auto;
    }
    .safari .tarif-section .row .tarif {
        margin: 0 auto!important;
        display: block;
    }
    .tv-title-left {
        margin-left: 5%;
    }
    .tv-title-right {padding: 40px 0;}
    .tv-title-right.mobile-hide {display: none;}
    .tv-title-right.d-md-none {display: block;}
    .tv-info {float: none; max-width: 90vw; margin-left: 2%; margin-top: 65%;}
    .faq-info {max-width: 100%;}
}
@media (max-width: 610px) {
    .faq-section .accordion .btn.btn-link {white-space: initial; text-align: left;}
    .modal-how-econom .columns > div {height: 100%!important; padding-bottom: 24px!important;}
    .modal-how-econom .columns > div:nth-child(1) {width: 32%!important;}
    .modal-how-econom .columns > div:nth-child(2) {width: 35%!important;}
    .modal-how-econom .columns > div:nth-child(3) {width: 33%!important;}
    .modal-how-econom .columns > div img {height: 22.58vw;}
    .modal-how-econom .modal-content {margin-top: 22.58vw;}
    .modal-how-econom .columns > div:nth-child(2) img {height: 28.87vw;}
    .modal-how-econom .row.columns {top: -22.58vw;margin: 0;left: 1%;}
    .modal-how-econom .bg-yellow {margin-top: -6.29vw;padding: 0 0 4.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 29.03vw;position: relative;}
    .modal-how-econom .close-modal img {
        top: calc(-22.58vw - 25px);
    }
}
@media (max-width: 600px) {
    .dropdown input[type=checkbox]:checked ~ .text {
        max-height: 1070px;
    }
}

@media (max-width: 590px) {
    .modal-how-econom .modal-title {
        margin-left: auto;
        margin-right: auto;
    }
    .modal-how-econom .form-control {
        width: 100%;
    }
    .modal-how-econom .features-cnt-btn {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .modal-how-econom .row.columns {left: 0;}
}

@media (min-width: 576px) {
    .modal-full {
        max-width: none;
        margin: 0;
    }
}
.show-mobile {display: none}
@media screen and (max-width: 575px) {
    .value-left {
        float: left;
    }
    .banner-top {
        padding-top: 0;
    }
    #banner-block h1 {min-width: 90vw;}
    #banner-block h3, #banner-block .h3 {max-width: 65vw;}
    .address-check-text {margin: 6px 0 18px 16px;}
    .tarif-section {
        width: 100%;padding-left: 22px;
        padding-right: 22px;
    }
    .t-details p {
        margin-right: 30%;
    }
    .w-100-mobile {width: 100%;}
    .support-in {padding: 20px 5%;}
    .tarif-ask .mobile-side-margin {margin-left: 27%; margin-right: 27%;}
    #user_phone {margin-top: 0;}
    .private-section {
        background-image: url(/assets/images/bg-home-mobile.jpg);
        background-size: cover;
        background-position: bottom;
        height: 735px;
        position: relative;
    }
    .private-info {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .private-title {
        margin-top: 60px;
    }
    .private-middle {max-width: 95vw;margin-left: auto; margin-right: auto;}
    .private-phone-row {
        position: absolute;
        width: 100%;
        bottom: 48px;
    }
    .private-call-btn, .private-call-btn:hover, .private-call-btn:active {
        background: #fff!important;
        color: #000!important;;
        border: none!important;;
    }
    .features-row {
        margin: -4px auto 0;
        text-align: left;
    }
    .d-block-mobile {display: block!important;}
    .no-margin-mobile { margin: 0!important;}
    .features-row .icon-square {margin-left: 10%;margin-bottom: 5%;text-align: center;}
    .features-button-row {
        margin-top: 28px;
    }
    .econom-section {
        background: url(/assets/images/bg-econom-mobile.jpg);
        height: 800px;
        background-size: cover;
        background-position: bottom;
    }
    .econom-info {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
        position: relative;
        height: 100%;
    }
    .econom-title {
        margin-top: 45px;
    }
    .econom-button-row {
        position: absolute;
        bottom: 40px;
        width: 55vw;
        margin-left: 22.5vw;
        margin-right: 22.5vw;
    }
    .want-econom-btn {
        border-bottom: 4px solid #01ba42!important;
        display: block;
        width: 100%!important;
    }
    .how-econom-btn {
        border-bottom: 4px solid #606060!important;
        display: block;
        width: 100%!important;
        margin-left: 0!important;
    }
    .tv-title-left {
        position: absolute;
        top: 0;
        margin-left: 23vw;
        text-align: left;
    }
    .tv-section {
        height: auto;
        background: url(/assets/images/bg-tv-mobile.jpg) no-repeat;
        background-position: top;
        background-size: 100%;
        position: relative;
    }
    .tv-logo {display: none;}
    .mobile-hide {display: none;}
    .mobile-only {display: block!important;}
    .tv-title-right {padding: 40px 0;}
    .tv-info {float: none; max-width: 90vw; margin-left: 2%; margin-top: 65%;}
    .faq-section {background: #000; color: #fff; display: inline-block; min-height: auto;width: 100%;}
    .faq-title {
        margin-left: 2%;
    }
    .faq-image.mobile-only {opacity: 1; display: inline!important;}
    .faq-info {margin-left: 2%; max-width: 96vw;}
    .faq-section .accordion .btn.btn-link {width: 100%; white-space: normal; text-align: left;color: #fff;}
    .faq-section .accordion .card:last-child {padding-bottom: 24px;}
    .header1 a.phonelink {font-size: 20px;}
    .header1 .img-phone {height: 20px;}
    .modal-want-econom .modal-title {
        max-width: 50vw;
        float: left;
    }
    .modal-want-econom .floated-img {
        float: right;
        max-width: 25vw;
    }
    .banner-list li {
        font-size: 14px!important;
    }
    .banner-list {
        margin-top: 70px;
        max-height: 20px;
        overflow: hidden;
    }
    .banner-list.--full {
        max-height: 100%;
    }
    .modal-how-econom .bg-yellow {padding: 0 0 6.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 33.03vw;}
    .ylw-btn {
        background: #9f1a85;
        border: none;
        border-bottom: 4px solid #9f1a85;
        color: #ffffff;
    }
    .ylw-btn:hover {
        background: #901879;
        border-bottom: 4px solid #901879;
    }
    .tarif-section {
        background: #000;
        color: #fff;
        margin: -1px 0 0 0;
        padding: 17px 37px 37px;
        width: 100%;
    }
    .tarif-section.container {
        max-width: 100%;
    }
    .tarif-section-title {color: #fff;margin-top: 0;}
    .tarif-in {
        box-shadow: none;
        background: #282a2f;
    }
    .tarif-section .mobile-info {color: #fff;}
    a.rate_name {color: #fff;}
    .wait-call-section {padding-top: 24px; margin-top: 0;}
    .btn.show-more {
        width: 50%;
        background: #6a6c6d;
        border: none;
        border-bottom: 4px solid #6a6c6d;
        min-height: 50px;
        border-radius: 25px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        color: #ffffff;
    }
    .btn.show-more:hover {
        background: #6a6c6d;
    }
    .usb-modem-section {height: auto;}
    .usb-modem-info {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        float: none;
    }
    .usb-modem-title {
        margin-top: 0;
        padding-top: 52px;
    }
    .usb-modem-middle {
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }
    .usb-modem-feature > div {text-align: left;}
    .usb-modem-image {padding: 0; float: none; width: 80%; margin: 0 auto;}
    .usb-modem-button-row {padding-bottom: 32px;}
    .tarif-ask.in-footer {margin-top: -4px;}
    .footer-container ul.menu-list li, .footer-container ul.menu-list {
        min-width:auto;
    }
    .show-mobile {display: block}
}

@media (max-width: 540px) {
    .a-group a {
        font-size: 17px;
    }
}

@media (max-width: 530px) {
    .tarif-ask .mobile-side-margin {
        margin-left: 17%;
        margin-right: 17%;
    }
    .modal-how-econom .bg-yellow {padding: 0 0 8.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 36.03vw;}
}

@media (max-width: 500px) {
    .modal-how-econom .bg-yellow {padding: 0 0 10.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 39.03vw;}
}

@media (max-width: 480px) {
    .modal-how-econom .bg-yellow {padding: 0 0 12.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 44.03vw;}
    .usb-modem-middle {max-width: 95vw;}
}

@media (max-width: 440px) {
    .modal-how-econom .bg-yellow {padding: 0 0 14.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 45.03vw;}
    .footer-container .five-col {display: block!important; text-align: center}
    .footer-container .five-col.mobile-hide {display: none!important;}
    .footer-container .support .smalltext {padding: 0; font-size: 12px;}
    .footer-container .smalltext {padding: 0; font-size: 12px;}
    .footer-container .support a.phonelink {font-size: 19px;}
    .support .img-phone {height: 19px;}
    .footer-container .yellow-support {margin-left: 9px; margin-top: 16px;}
    .footer-container .row > div {padding: 2% 4%;}
    .header3 a {font-size: 16px;}
    .tv-text {font-size: 26px;}
    .econom-button-row {
        width: 75vw;
        margin-left: 12.5vw;
        margin-right: 12.5vw;
    }
}

@media screen and (max-width: 420px) {
    .footer-container .support .smalltext {padding-left: 18px; font-size: 11px;}
    .footer-container .smalltext {font-size: 11px;padding-left: 16px; }
    .footer-container .support a.phonelink {font-size: 18px;}
    .support .img-phone {height: 18px;}
    .fix-mobile-connect {height: 25%;}
    .modal-how-econom .col-title {
        font-size: 16px;
    }
    .modal-how-econom .col-price {
        font-size: 35.5px;
    }
    .modal-how-econom .bg-yellow {padding: 0 0 18.516129vw 0!important;}
    /*.modal-how-econom .modal-body {padding-top: 52.03vw;}*/
    .faq-text {margin-left: 11px;}
    .faq-image {height: 69px;}
    .header1 a.phonelink {font-size: 17px;padding-top: 12px;}
}

@media (max-width: 400px) {
    .title h1 {
        font-size: 35px;
    }

    .title1 h1 {
        font-size: 30px;
    }
    .tv-text {font-size: 24px;}
}

@media (max-width: 400px) {
    .modal-how-econom .bg-yellow {padding: 0 0 20.516129vw 0!important;}
    /*.modal-how-econom .modal-body {padding-top: 57.03vw;}*/
}

@media screen and (max-width: 375px) {
    .address-check-title {margin-left: 0;}
    .address-search-btn {margin-right: 0;}
    .features-title {padding-left: 22px; padding-right: 22px;}
    .faq-title {width: 100%;}
    .faq-image {height: 69px;}
    .faq-text {font-size: 22px;}
    .footer-container .support .smalltext {font-size: 10px;}
    .footer-container .smalltext {font-size: 10px;}
    .footer-container .support a.phonelink {font-size: 16px;}
    .support .img-phone {height: 16px;}
    .header1 a.phonelink {font-size: 17px;padding-top: 12px;}
    .header1 .img-phone {height: 17px;}
    .modal-how-econom .bg-yellow {padding: 0 0 25.516129vw 0!important;}
    /*.modal-how-econom .modal-body {padding-top: 62.03vw;}*/
    #banner-block h1 {font-size: 32px;}
    .faq-text {margin-left: 1px;}
}

@media screen and (max-width: 365px) {
    .features-row .icon-square {
        margin-left: 2%;
    }
}

@media screen and (max-width: 360px) {
    .t-box-info {
        padding-right: 5px;
        padding-left: 5px;
    }
    .header1 a.phonelink {font-size: 16px;padding-top: 14px;}
    .header1 .img-phone {height: 16px;}
    .header3 a {font-size: 13px;}
    .header3 .img-phone {height: 16px;}
    .faq-image {height: 49px;}
}
@media (max-width: 350px) {
    .header1 a.phonelink {font-size: 13px;padding-top: 16px;}
    .header1 .btn-location {font-size: 12px;}
}
@media (max-width: 345px) {

    .ylw-btn {
        padding-right: 20px;
        padding-left: 20px;
    }

    .title h1 {
        font-size: 31px;
    }

    .title1 h1 {
        font-size: 25px;
    }
    .modal-econom .modal-title {font-size: 20px;max-width: 100%;}
    .modal-how-econom .bg-yellow {padding: 0 0 27.516129vw 0!important;}
    .modal-how-econom .modal-body {padding-top: 67.03vw;}
    .modal-want-econom .floated-img {display: none;}
    .address-in .adress-body {min-height: 280px;}
    .address-in .flex-dir-col-mobile {min-height: 108px;}
    .address-in .flex-dir-col-mobile > div:nth-child(1) {min-height: 45px;}
    .address-in .flex-dir-col-mobile > div:nth-child(2) {min-height: 61px;}
    #banner-block h1 {font-size: 30px;}
    .faq-text {max-width: 240px;}
}

@media screen and (max-width: 335px) {
    .features-row .features-text {
        max-width: calc(100vw - 120px)!important;
    }
}

@media screen and (max-width: 320px) {
    .faq-image {display: none;}
    .econom-middle {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
    .header1 a.phonelink {font-size: 13px;padding-top: 16px;}
    .header1 .img-phone {height: 13px;}
    .header1 .btn-location {font-size: 12px;}
    .adress-body {
        padding: 0;
    }
    .private-section {height: 790px;}
    .features-row .icon-square {margin-left: 5%;}
    .features-row .features-text {
        max-width: 195px!important;
        padding-top: 5px;
        vertical-align: middle;
    }
    .modal-how-econom .bg-yellow {padding: 0 0 24px 0!important;}
    .modal-how-econom .bg-grey {height: 185px!important;}
    .modal-how-econom .modal-body {padding-top: 140px;}
    .modal-how-econom .col-title {
        font-size: 12px;
    }
    .modal-how-econom .col-price {
        font-size: 28px;
    }
    .modal-how-econom .modal-title {
        font-size: 16px;
    }
    .modal-how-econom .form-control {
        margin-top: 8px; margin-bottom: 8px;
    }
    .modal-how-econom .features-cnt-btn {margin-top: 8px!important; margin-bottom: 8px!important;}
    .modal-how-econom .form-group {margin-bottom: 8px;}
    .modal-how-econom .modal-content {margin-top: 80px;}
    .close-modal img {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 2px;
        right: 4px;
    }
    .modal-how-econom .close-modal img {
        /*right: -10px;*/
    }
    .header1.mobile .support-block {padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .header1.mobile .location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
.btn-cyan {
    height: 45px;
    padding-left: 22px;
    padding-right: 22px;
    background: #9f1a85;
    color: #fff;
    border: none;
    padding-top: 4px;
}

.btn-cyan:hover {
    color: #fff;
    background: #9f1a85;
}
.header1 .btn-cyan {margin-right: -4px;}
.header1 .phonelink .img-phone {margin-top: -2px}
.header1 .phonelink .img-question {width: 20px; height: 20px;margin-left: 8px}
.header1 .phonelink {display: inline-flex!important;align-items: center;padding-bottom: 14px;position: relative}
.phonelink-mid {display: flex; flex-direction: column}
.phonelink-label {font-size: 11px}
.phonelink-about {display: none; padding: 25px 20px; position: absolute;width: 100%;left: 0; text-align: left; top: 45px}
.phonelink-about li {font-size: 12px; font-weight: 400; padding-top: 16px}
.header1 .phonelink.--hover:hover .phonelink-about {display: block;}
.btn-cyan .phonelink-about {background: #9f1a85;}
.btn-yellow .phonelink-about {background: #4046a8;}
.header1 .btn-yellow:hover {
    background: #4046a8;
}
.header2 {z-index: 1029}
.round-circle-bg {border-radius: 100%; overflow: hidden; background: #9f1a85;padding: 7px 0 7px 7px;}
@media (max-width: 1200px) {
    .header1 .support {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        margin-left: calc(-10% + 30px);
    }
}