

/* Start:/local/templates/streamTelecom/css/app.css?1641801339101120*/
@charset "UTF-8";

/*! Import vendor */

@import url(/local/templates/streamTelecom/css/../fonts/ProximaNova/ProximaNova.css);
@import url(/local/templates/streamTelecom/css/vendor/normalize.min.css);
@import url(/local/templates/streamTelecom/css/vendor/lightslider.min.css);
@import url(/local/templates/streamTelecom/css/vendor/lightgallery.min.css);
@import url(/local/templates/streamTelecom/css/vendor/plyr.min.css);
@import url(/local/templates/streamTelecom/css/vendor/nouislider.min.css);
@import url(/local/templates/streamTelecom/css/vendor/jquery.mCustomScrollbar.min.css);

/*! ****************************************
 Base
 ******************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #4a4a4a;
    font-family: "ProximaNova";
    font-size: 14px;
    line-height: 1.5em;
}

main {
    min-height: 400px;
}

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


/*! ****************************************
 Text
 ******************************************/

h1,
h2,
h3 {
    color: #000000;
}

h1 {
    font-size: 28px;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

a {
    color: #0095da;
    text-decoration: none;
}

a:hover,
a:active {
    color: #f04860;
}

.block-title {
    font-size: 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px;
}

.block-title__bordered {
    padding-bottom: 9px;
    border-bottom: 2px solid #f04860;
}

.block-title__link {
    margin-left: auto;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
}

.page-title {
    margin: 46px 0 25px;
}

.page-inline-description {
    font-size: 16px;
    margin-bottom: 32px;
}


/*! ****************************************
 UI
 ******************************************/

.btn {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 17px;
    min-width: 131px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #4a90e2;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    text-align: center;
    -webkit-appearance: none;
}
.btn.new_style
{
    color: white;
}
.btn:hover {
    color: #f04860;
}
.btn.new_style:hover
{
    color: white;
    background-color: #cf213a !important;
}

.btn:active {
    color: #cf213a;
}

.btn.btn--red,
.btn.btn--blue {
    color: #ffffff;
}

.btn.btn--red:hover,
.btn.btn--red:active,
.btn.btn--blue:hover,
.btn.btn--blue:active {
    color: #ffffff;
}

.btn.btn--red {
    background: #f04860;
}

.btn.btn--red:hover,
.btn.btn--red:active {
    background: #cf213a;
}

.btn.btn--blue {
    background: #0095da;
}

.btn.btn--blue:hover,
.btn.btn--blue:active {
    background: #0087c6;
}

.btn.btn--white {
    background: #ffffff;
    color: #454545;
}

.btn.btn--white:hover {
    color: #f04860;
}

.btn.btn--white:active {
    color: #cf213a;
}

.btn__icon {
    margin-right: 15px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.pagination {
    font-size: 0;
    margin-top: 8px;
}

.pagination__link,
.pagination__current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d5d5d5;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}

.pagination__link {
    color: #0095da;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
}

.pagination__link:not(.disabled):hover,
.pagination__link:not(.disabled):active {
    background: #0095da;
    color: #ffffff;
    border-color: #0095da;
}

.pagination__link:not(.disabled):hover path,
.pagination__link:not(.disabled):active path {
    fill: #fff;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
}

.pagination__link.disabled {
    cursor: no-drop;
}

.pagination__current {
    background: #f4f4f4;
    color: #5f696b;
    cursor: default;
}

.main-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.main-nav__item {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 24px;
}

.main-nav__item:last-child {
    margin-right: 0;
}

.main-nav__item.active .main-nav__link {
    color: #0095da;
}

.main-nav__item:hover .main-nav-dropdown {
    padding-top: 20px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}

.main-nav__link {
    display: block;
    padding: 2px;
    -webkit-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    color: #454545;
}

.main-nav__link:hover {
    color: #f04860;
}

.main-nav-dropdown {
    padding: 38px 7px 5px 20px;
    margin: 0 0 0 -13px;
    list-style: none;
    position: absolute;
    max-width: 640px;
    z-index: 149;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
}
.main-nav-dropdown .hide__menu {
	display:none;
}

.main-nav-dropdown:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    background: #fff;
    width: 2px;
    z-index: 2;
}

.main-nav-dropdown__item {
    width: 33.33%;
}

.main-nav-dropdown__link {
    display: block;
    text-transform: none;
    color: #454545;
    font-size: 16px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
    margin: 19.5px;
}

.main-nav-dropdown__link:hover path[fill^="#"] {
    fill: #f04860;
}

.main-nav-dropdown__link:hover path[stroke^="#"] {
    stroke: #f04860;
}

.main-nav-dropdown__link:hover .main-nav-dropdown__image.main-nav-dropdown__image--fill path[stroke^="#"] {
    stroke: none;
}

.main-nav-dropdown__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.main-nav-dropdown__inner:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    background: #e8e8e8;
    height: 1px;
}

.main-nav-dropdown__inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    background: #e8e8e8;
    width: 1px;
}

.main-nav-dropdown:first-child .main-nav-dropdown__inner:before,
.main-nav-dropdown:nth-child(2) .main-nav-dropdown__inner:before,
.main-nav-dropdown:nth-child(3) .main-nav-dropdown__inner:before {
    display: none;
}

.main-nav-dropdown__image,
.main-nav-dropdown__title {
    margin: auto;
    text-align: center;
}

.main-nav-dropdown__title {
    margin-top: 15px;
    padding: 0 7px;
}

.main-nav-dropdown__image {
    height: 35px;
}

.main-nav-dropdown__image path {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.justified-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justified-nav__item {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
}

.justified-nav__item:last-child {
    margin-right: 0;
}

.justified-nav__item.active .main-nav__link {
    color: #0095da;
}

.justified-nav__link {
    display: block;
    padding: 2px;
    -webkit-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
}

.justified-nav__link:hover {
    color: #0095da;
}

.hamburger-nav__line {
    display: block;
    width: 15px;
    height: 1px;
    background: #f04860;
    margin: 4px 0;
}

.tabs-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.tabs-nav__item {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    line-height: 1.22222em;
    margin-right: 32px;
}

.tabs-nav__item:last-child {
    margin-right: 0;
}

.tabs-nav__item.active {
    pointer-events: none;
}

.tabs-nav__item.active .tabs-nav__link {
    border-bottom: 2px solid #0095da;
    color: #000;
}

.tabs-nav__link {
    display: block;
    padding: 2px;
    -webkit-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.1s cubic-bezier(0.4, 0.6, 0.6, 1);
    color: #000;
}

.tabs-nav__link:hover {
    color: #0095da;
}

.tab-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.tab-content.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.pills-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.pills-nav__item {
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
}

.pills-nav__item:last-child {
    margin-right: 0;
}

.pills-nav__item.active .pills-nav__link {
    background: #0095da;
    border-color: #0095da;
    color: #fff;
}

.pills-nav__link {
    min-width: 66px;
    padding: 0 15px;
    height: 31px;
    line-height: 31px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    color: #000000;
    font-weight: 300;
    display: block;
    text-align: center;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    -moz-transition: .1s ease;
    transition: .1s ease;
}

.pills-nav__link:hover {
    background: #f04860;
    border-color: #f04860;
    color: #fff;
}

.dotted-list-nav__title {
    margin: 22px 0 0;
}

.dotted-list-nav__list {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}

.dotted-list-nav__item {
    position: relative;
    padding: 0 12px;
    line-height: 1.21429em;
    margin-bottom: 11px;
}

.dotted-list-nav__item--opaced {
    opacity: .5;
}

.dotted-list-nav__item:before {
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f04860;
    position: absolute;
    left: 0;
    top: 8px;
}

.dotted-list-nav+.dotted-list-nav .dotted-list-nav__title {
    margin: 18px 0;
}

.breadcrumbs-nav {
    margin: 17px 0 15px;
}

.breadcrumbs-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.breadcrumbs-nav__item {
    position: relative;
    padding-right: 27px;
}

.breadcrumbs-nav__item:after {
    content: '';
    width: 5px;
    height: 9px;
    background: url(/local/templates/streamTelecom/css/../img/icons/breadcrumb-arrow.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    opacity: .4;
}

.breadcrumbs-nav__item,
.breadcrumbs-nav__current {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-weight: 100;
    cursor: default;
}

.breadcrumbs-nav__item:last-child,
.breadcrumbs-nav__current:last-child {
    margin-right: 0;
}

.breadcrumbs-nav__link {
    color: #000000;
}

.breadcrumbs-nav__link:hover {
    color: #0095da;
}

.breadcrumbs-nav__image {
    display: block;
}


#pozvonim-button{
	left: 0!important;
}

#pozvonim-button span.pozvonim-button-center-text{
	padding-left: 5px!important;
}

/*! ****************************************
 Forms
 ******************************************/

input {
    -webkit-appearance: none;
}

.text-label {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.text-label__input {
    padding: 0;
    font-size: 16px;
    height: 30px;
    width: 100%;
    color: #000000;
    outline: none;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #cacaca;
    caret-color: #0095da;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: transparent;
    -webkit-appearance: none;
}

.text-label__input.filled+.text-label__text,
.text-label__input.invalid+.text-label__text,
.text-label__input:focus+.text-label__text {
    color: rgba(69, 69, 69, 0.54);
    -webkit-transform: translateY(-27px) scale(0.875);
    -moz-transform: translateY(-27px) scale(0.875);
    -ms-transform: translateY(-27px) scale(0.875);
    -o-transform: translateY(-27px) scale(0.875);
    transform: translateY(-27px) scale(0.875);
}

.text-label__input:focus {
    border-color: #0095da;
}

.text-label__input:focus.invalid {
    border-color: #f04860;
}

.text-label__text {
    font-size: 16px;
    line-height: 1;
    color: #000000;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(-8px) scale(1);
    -moz-transform: translateY(-8px) scale(1);
    -ms-transform: translateY(-8px) scale(1);
    -o-transform: translateY(-8px) scale(1);
    transform: translateY(-8px) scale(1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.text-label__hint {
    font-size: 12px;
    color: #8b8b8b;
    display: block;
    font-weight: 300;
}

.text-label textarea {
    resize: vertical;
}

.radio-label {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
}

.radio-labels__title,
.radio-labels__content {
    display: inline-block;
    vertical-align: middle;
}

.radio-labels__title {
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 300;
}

.radio-label:not(:last-of-type) {
    margin-right: 25px;
}

.radio-label__input {
    display: none;
}

.radio-label__input:checked+.radio-label__dot {
    border-color: #d1d1d1;
}

.radio-label__input:checked+.radio-label__dot:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0095da;
}

.radio-label__dot {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d1d1d1;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    float: left;
    margin-right: 13px;
    cursor: pointer;
}

.radio-label__dot:hover {
    border-color: #0095da;
}

.radio-label__text {
    color: #000000;
    font-size: 16px;
    line-height: 1.125em;
    display: table;
}

.checkbox-label {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
}

.checkbox-labels__title,
.checkbox-labels__content {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-labels__title {
    margin-right: 15px;
    line-height: 1.125em;
    font-weight: 300;
}

.checkbox-label:not(:last-of-type) {
    margin-right: 25px;
}

.checkbox-label__input {
    display: none;
}

.checkbox-label__input:checked+.checkbox-label__dot {
    border-color: #d1d1d1;
}

.checkbox-label__input:checked+.checkbox-label__dot:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #0095da;
}

.checkbox-label__dot {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d1d1;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    float: left;
    margin-right: 13px;
    cursor: pointer;
}

.checkbox-label__dot:hover {
    border-color: #0095da;
}

.checkbox-label__text {
    color: #000000;
    line-height: 1.125em;
    display: table;
}

.form-error {
    font-size: 14px;
    line-height: 1.71429em;
    color: #f04860;
}

.form-description {
    line-height: 1.26;
    margin: 27px 0 28px;
    max-width: 360px;
}

.form-footer {
    font-size: 11px;
    margin-top: 15px;
    width: 100%;
}

.form-reconfirm-link {
    font-size: 16px;
    color: #0095da;
    display: table;
    margin-top: -7px;
    margin-bottom: 18px;
}

.form-hint {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
    color: #0095da;
    display: block;
    background: #fff;
    font-style: normal;
    font-size: 14px;
    position: absolute;
    right: -22px;
    top: -8px;
    z-index: 4;
    cursor: pointer;
}

.form-hint:after {
    content: attr(data-hint);
    position: absolute;
    bottom: 14px;
    left: 14px;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 16px;
    min-width: 260px;
    min-height: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
    cursor: default;
}

.form-hint:hover:after {
    visibility: visible;
    opacity: 1;
}

.captcha-submit-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.captcha-submit-wrapper .g-recaptcha {
    width: 280px;
}

.captcha-submit-wrapper .g-recaptcha iframe {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.captcha-submit-wrapper .btn {
    margin-left: auto;
}


/*! Concrete forms */

.contacts-form {
    padding-right: 46px;
}

.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-form__input {
    width: 100%;
    height: 31px;
    border: 2px solid rgba(151, 151, 151, 0.4);
    background: transparent;
    outline: none;
    color: #fff;
    padding: 0 10px;
}

.search-form__submit {
    width: 20px;
    margin-left: 15px;
    cursor: pointer;
    background: url(/local/templates/streamTelecom/css/../img/icons/search-white.svg) center right no-repeat;
    border: none;
    outline: none;
}

.calculator-form {
    margin: 28px 0;
}

.calculator-form__left {
    width: 637px;
}

.calculator-form__price-range-title {
    font-size: 16px;
}

.calculator-form #calculator-price-value {
    font-size: 40px;
    margin-top: 23px;
    margin-left: 40px;
    color: #f04860;
}

.calculator-form #calculator-price-value span {
    color: #8b8b8b;
    font-size: 32px;
    font-weight: 300;
    margin-left: 10px;
}

.calculator-form:not(#sms) #calculator-price-value {
    font-size: 36px;
}

.calculator-form:not(#sms) #calculator-price-value span {
    font-size: 28px;
}

.calculator-form__radio-labels {
    margin-bottom: 18px;
}

.calculator-form__exact-calculation-btn {
    min-width: 162px;
}

.calculator-form-price {
    margin-bottom: 10px;
}

.calculator-form-price--replenishment {
    margin: 0 auto 10px;
}

.calculator-form-price__title {
    font-size: 16px;
    font-weight: 300;
    color: #5c5b5b;
    margin-bottom: 15px;
}

.calculator-form-price__value {
    font-size: 32px;
    color: #0095da;
}

.calculator-form-price__value:first-letter {
    color: #a3a3a3;
}

.calculator-form-price__value span {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.registration-form .text-label,
.registration-form .captcha-submit-wrapper {
    max-width: 428px;
}

.registration-form .text-label .text-label__hint {
    white-space: nowrap;
}

.registration-form .btn {
    padding: 0 21px;
}

.registration-type-btns {
    margin: -10px -5px 0;
}

.registration-type-btns .btn {
    margin: 10px 5px 0;
    min-width: 175px;
    padding: 0;
}

.search-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 43px;
}

.search-page-form .text-label {
    width: 100%;
}

.search-page-form .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    bottom: 10px;
    margin-left: 10px;
    min-width: 110px;
}

.faq-form .flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq-form .text-label {
    width: 44.5%;
}

.faq-form .text-label:nth-child(even) {
    margin-left: auto;
}

.faq-form .text-label:last-child {
    width: 100%;
}

.faq-form .captcha-submit-wrapper {
    width: 420px;
}

.faq-form .form-description {
    max-width: 100%;
}

.faq-page {
    margin: 46px 0 50px;
}

.faq-page__title {
    font-size: 30px;
    margin-bottom: 28px;
}

.faq-page__description {
    font-size: 16px;
    line-height: 20px;
}

.faq-page .tabs-nav {
    margin: 36px 0 46px;
}

.faq-page .tabs-nav .tabs-nav__item {
    margin-right: 28px;
}

.faq-page .tabs-nav .tabs-nav__item:last-child {
    margin-right: 0;
}

.faq-page .tabs-nav .tabs-nav__item.active .tabs-nav__link {
    border: none;
    color: #9b9b9b;
}

.faq-page .tabs-nav .tabs-nav__link {
    border-bottom: 1px dashed #0095da;
}

.faq-item {
    margin-bottom: 43px;
}

.faq-item__question {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    line-height: 31px;
}

.faq-item__question:before {
    content: '?';
    color: #cbcaca;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: bold;
}

.faq-item__question-link {
    color: #0095da;
    border-bottom: 1px dashed;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
}

.faq-item__question-link:hover {
    border-bottom-color: transparent;
}

.faq-item__answer {
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.faq-item__answer p:last-child {
    margin-bottom: 0;
}

.auth-form {
    width: 425px;
}

.auth-form__remind-password-link {
    float: right;
    margin-top: -23px;
    margin-bottom: 18px;
    font-size: 16px;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
    color: #f04860;
}

.auth-form__remind-password-link:hover,
.auth-form__remind-password-link:active {
    color: #cf213a;
}

.auth-form__registration-link {
    color: #f04860;
    padding: 0 15px;
    margin-left: 13px;
}

.auth-form__registration-link:hover,
.auth-form__registration-link:active {
    color: #cf213a;
}

.auth-form .block-title {
    margin-bottom: 38px;
}

.auth-form .btn {
    float: left;
    clear: right;
    min-width: inherit;
}

.auth-form input[type="submit"].btn {
    min-width: 99px;
}


/*! ****************************************
 Structure
 ******************************************/

.app {
    overflow-x: hidden;
}

.container {
    max-width: 946px;
    margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app .hide-desktop {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .app .hide-desktop {
        display: block;
    }
    .app .service-tile.hide-desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .app .hide-tablet {
        display: none;
    }
}

.header__top {
    background: #f2f2f2;
    padding: 7px 0;
}

.header__bottom {
    padding: 17px 0;
}

.header__phones {
    background: url(/local/templates/streamTelecom/css/../img/icons/phone.svg) left center no-repeat;
    padding-left: 35px;
}

.header__phones .phone:not(:last-child):after {
    content: '|';
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 10px;
}

.header__auth .btn,
.header__feedback .btn {
    text-transform: none;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
}
.header__feedback .btn.new_style
{
    background-color: #f04860;
}

.header__auth {
    margin-left: 15px;
    opacity: .7;
}

.header__auth .btn {
    padding-left: 12px;
    min-width: 100px;
}

.header__feedback {
    margin-left: auto;
}

.header__main-nav {
    margin-left: auto;
}

.fixed-header {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 150;
    padding: 11px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.fixed-header.visible {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.fixed-header__auth {
    opacity: .7;
    margin-left: 19px;
}

.fixed-header__auth .btn {
    text-transform: none;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    min-width: 100px;
}

.fixed-header__phone {
    margin-left: 0;
}

.fixed-header__main-nav {
    margin: auto;
}

.fixed-header .main-nav .main-nav__item:not(:last-child) {
    margin-right: 19px;
}

.footer {
    background: #4a4a4a;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover,
.footer a:active {
    color: #0095da;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -o-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    -moz-transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
    transition: 0.15s cubic-bezier(0.4, 0.6, 0.6, 1);
}

.footer .btn {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-top {
    background: #403f3f;
    padding: 14px 0;
}

.footer-top__left {
    width: 60%;
    padding-right: 0px;
}

.footer-top__right {
    width: 38%;
    margin-left: auto;
}

.footer-middle .flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer-middle__position {
    width: 20%;
}

.footer-middle__position--wide {
    width: 40%;
}

.footer-middle__position .footer-middle__position {
    width: 50%;
}

.footer-bottom {
    margin-top: 7px;
}

.footer-bottom .container {
    padding-bottom: 21px;
}

.footer-bottom__phones {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 17px;
}

.footer-bottom__copyright {
    margin-top: 8px;
}

.footer-bottom__socials {
    float: right;
    margin-top: -15px;
}

.footer-bottom__socials .socials__image:hover path:first-child {
    stroke: #fff;
}

.footer-bottom__socials .socials__image:hover path:last-child {
    fill: #fff;
}

.footer-bottom__policy-info {
    font-size: 13px;
    opacity: .6;
    margin-top: 15px;
}

.footer-bottom__policy-info a:hover,
.footer-bottom__policy-info a:active {
    color: #fff;
}

.footer-bottom .copyright-author {
    margin-left: 15px;
}

.footer-bottom .copyright-author__link {
    color: #39aaec;
}

.footer-bottom .copyright-author__link:hover {
    color: #fff;
}


/*! ****************************************
 Helpers
 ******************************************/

.bg-red-overlay {
    position: relative;
    color: #fff;
}

.bg-red-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 72, 96, 0.85);
}

.bg-red-overlay>* {
    position: relative;
}

.bg-blue-overlay {
    position: relative;
    color: #fff;
}

.bg-blue-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 149, 218, 0.7);
}

.bg-blue-overlay>* {
    position: relative;
}


/*! ****************************************
 Blocks
 ******************************************/

.logo__image,
.small-logo__image {
    display: block;
}

.phone {
    display: inline-block;
}

.phone__link {
    color: #454545;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.phone__info {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-left: 5px;
    cursor: default;
}

.bold-phone {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .lSPager {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
}

.slider__slide {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 32%;
    min-height: 448px;
}

.slider__title {
    max-width: 400px;
    margin: 42px 0 23px;
    min-height: 120px;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.19565em;
}

.slider__description {
    font-size: 18px;
}

.slider__description p {
    margin: 15px 0;
}

.slider__description .btn {
    margin-top: 10px;
    font-size: 14px;
    min-width: 167px;
}

.business-tiles {
    margin: 27px 0;
}

.business-tiles .flex {
    margin: -12.5px;
}

.business-tile {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
}

.business-tile__inner {
    margin: 0 12.5px;
    padding: 29px 15px 23px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.business-tile__title {
    margin: auto;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 44px;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.business-tile__description {
    line-height: 1.25em;
    margin: 9px 0 18px;
}

.business-tile__read-more {
    margin-top: 15px;
}

.service-tiles {
    margin: 20px 0 33px;
    position: relative;
}

.service-tiles:before,
.service-tiles:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    z-index: 2;
}

.service-tiles:before {
    top: 0;
}

.service-tiles:after {
    bottom: -1px;
}

.service-tiles .flex {
    margin-left: 1px;
}

.service-tile {
    width: 25%;
    height: 250px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    position: relative;
    color: #454545;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.service-tile:hover:not(.service-tile--start) {
    background: #0095da;
    color: #fff;
}

.service-tile:hover:not(.service-tile--start) .service-tile__inner:before {
    background: #0095da;
    z-index: 2;
}

.service-tile:hover:not(.service-tile--start) .service-tile__inner:after {
    display: none;
}

.service-tile:hover:not(.service-tile--start) .service-tile__image path[fill^="#"] {
    fill: #fff;
}

.service-tile:hover:not(.service-tile--start) .service-tile__image path[stroke^="#"] {
    stroke: #fff;
}

.service-tile:hover:not(.service-tile--start) .service-tile__image .service-tile__image.service-tile__image--fill path[stroke^="#"] {
    stroke: none;
}

.service-tile:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #e8e8e8;
}

.service-tile:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 14px;
    right: 14px;
    height: 1px;
    background: #e8e8e8;
}

.service-tile--start {
    text-align: left;
}

.service-tile--start:before {
    display: none;
}

.service-tile__inner {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: auto;
}

.service-tile__inner:before {
    content: '';
    position: absolute;
    right: 0;
    z-index: 2;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #e8e8e8;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.service-tile__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    background: #e8e8e8;
}

.service-tile:hover a{
	color: white;
}

.service-tile__title {
    margin: 27px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.service-tile__description {
    line-height: 1.45em;
    margin: 17px 0 13px;
}

.service-tile__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.service-tile__image path {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.info-banner {
    text-align: center;
    padding: 37px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin: 30px 0;
}

.info-banner__title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin: 0 0 31px;
}

.info-banner__link {
    min-width: 217px;
    margin: 0 16px;
}

.info-banner.bg-blue-overlay {
    margin-bottom: 45px;
}

.info-banner.bg-blue-overlay .info-banner__link {
    min-width: 285px;
}

.info-banner.bg-blue-overlay .info-banner__link:hover,
.info-banner.bg-blue-overlay .info-banner__link:active {
    color: #0095da;
}

.about {
    margin: 65px 0 123px;
}

.about .flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about__title {
    margin-bottom: 0;
}

.about__list,
.about__video {
    width: 50%;
}

.about__list {
    margin-top: 20px;
}

.about__video {
    margin-left: auto;
    width: 448px;
}

.about-item {
    width: 50%;
    padding-left: 55px;
    padding-right: 10px;
    position: relative;
    min-height: 55px;
}

.about-item__image {
    position: absolute;
    left: 0;
    top: 22px;
    width: 45px;
    text-align: center;
}

.about-item__description {
    padding: 21px 0 23px;
    line-height: 1.45em;
}

.about-item__description p {
    margin: 0;
}

.promotion-tiles {
    margin: 80px 0;
}

.promotion-tiles__inner {
    margin: 0 -10px;
}

.promotion-tiles .lSPager {
    display: none;
}

.promotion-slider {
    min-height: 100%;
}

.promotion-tile {
    height: 180px;
    margin-top: 12px;
}

.promotion-tile__link {
    margin: 0 10px;
    height: 100%;
    position: relative;
    display: block;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.promotion-tile__link:hover .promotion-tile__caption:after {
    height: 72px;
}

.promotion-tile__image {
    height: 180px;
    margin: 0 20px;
}

.promotion-tile__caption {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 16px;
    background: rgba(240, 72, 96, 0.85);
    color: #fff;
    text-align: center;
    padding: 16px 10px 0;
}

.promotion-tile__caption:after {
    content: '+';
    font-size: 60px;
    font-weight: 100;
    display: block;
    height: 0;
    padding: 8px;
    line-height: 72px;
    overflow: hidden;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    -moz-transition: .25s ease;
    transition: .25s ease;
}

.promotion-tile__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.reviews {
    margin: 35px 0;
}

.reviews .lSSlideOuter .lSPager.lSpg>li a {
    border-color: #e8e8e8;
}

.reviews .lSSlideOuter .lSPager.lSpg>li a:hover {
    border-color: #f04860;
}

.reviews .lSSlideOuter .lSPager.lSpg>li.active a:hover {
    border-color: #e8e8e8;
}

.reviews-slider {
    height: auto !important;
    padding-bottom: 40px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 45px;
    margin-bottom: 6px;
}

.reviews__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 85px;
}

.reviews__list .review {
    width: 47.5%;
    margin-bottom: 73px;
    padding-top: 19px;
    cursor: pointer;
}

.reviews__list .review:nth-child(even) {
    margin-left: auto;
}

.reviews__page-title {
    margin: 45px 0 53px;
}

.reviews__load-btn {
    min-width: 191px;
    margin-top: -15px;
}

.review {
    padding: 6px 14px 20px 22px;
    margin-top: 9px;
    border: 3px solid #e8e8e8;
    height: 100%;
    position: relative;
    line-height: 1.26em;
}

.review:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 9px;
    width: 66px;
    height: 25px;
    background: url(/local/templates/streamTelecom/css/../img/icons/quotes.svg) no-repeat 19px 0 #fff;
}

.review__company {
    height: 80px;
    position: absolute;
    right: 15px;
    bottom: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review__image {
    max-height: 80px;
    max-width: inherit;
    width: 100px;
    height: 80px;
    object-fit: contain;
}

.contacts {
    position: relative;
    margin: 35px 0 39px;
    background: #f7f7f7;
}

.contacts__form {
    position: relative;
    z-index: 2;
    width: 50%;
    padding-top: 37px;
    padding-bottom: 9px;
}
#feedbackModal .contacts__form{
    width: 100%;
}

.contacts__map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: #ececec;
	overflow: hidden;
}

.contacts-page {
    margin: 45px 0 30px;
}

.contacts-page-map {
    height: 325px;
    margin-bottom: 20px;
}

.contacts-page__title {
    font-size: 28px;
    margin-bottom: 28px;
}

.contacts-page .tabs-nav {
    margin: 32px 0 20px;
}

.contacts-page .tabs-nav .tabs-nav__item {
    margin-right: 28px;
}

.contacts-page .tabs-nav .tabs-nav__item:last-child {
    margin-right: 0;
}

.contacts-item {
    margin-bottom: 28px;
    width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contacts-item--full {
    width: 100%;
}

.contacts-item__title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 11px;
    font-weight: 600;
}

.contacts-item__phone,
.contacts-item__email {
    display: table;
    font-size: 16px;
    margin-top: 10px;
}

.contacts-item__phone {
    color: #4a4a4a;
}

.contacts-item__description {
    font-size: 16px;
}

.map {
    height: 100%;
    width: 100%;
}

.map-info {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 20px 40px 24px 24px;
    font-size: 18px;
}

.map-info__title {
    font-size: 20px;
    line-height: 1.45em;
    margin-bottom: 18px;
}

.map-info__phone {
    display: table;
    color: #fff;
    padding-left: 32px;
    background: url(/local/templates/streamTelecom/css/../img/icons/phone-white.svg) left center no-repeat;
    line-height: 1.38889em;
    margin-bottom: 14px;
}

.map-info__address {
    padding-left: 32px;
    background: url(/local/templates/streamTelecom/css/../img/icons/map-marker-white.svg) left top no-repeat;
    line-height: 1.38889em;
}

.phones-list__item {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.phones-list__item:not(:last-child):after {
    content: '|';
    margin: 0 15px 0 12px;
}

.copyright {
    opacity: .7;
}

.socials {
    font-size: 0;
}

.socials__item {
    display: inline-block;
    vertical-align: top;
}

.socials__item:not(:last-child) {
    margin-right: 22px;
}

.socials__image {
    display: block;
}

.socials__image path {
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
}

.socials__image:hover path:first-child {
    stroke: #f04860;
}

.socials__image:hover path:last-child {
    fill: #f04860;
}

.plyr.played .video-overlay {
    opacity: 0;
    visibility: hidden;
}

.plyr .plyr__play-large {
    display: none;
}

.video-overlay {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: 5;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 1;
    visibility: visible;
}

.video-overlay__inner {
    margin: auto;
    text-align: center;
}

.video-overlay__title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 22px 0 -10px;
}

.page-description {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 46px;
    min-height: 400px;
}

.page-description__title {
    color: #6d6e70;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.1;
    max-width: 460px;
}

.page-description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.46em;
    max-width: 365px;
    margin: 13px 0;
}

.page-description__btn {
    margin-top: 12px;
    min-width: 191px;
}

.page-double-description {
    margin: 45px 0 84px;
}

.page-double-description__left,
.page-double-description__right {
    width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.page-double-description__left {
    padding-right: 22px;
}

.page-double-description__right {
    padding-left: 22px;
}

.page-double-description__title {
    margin: 0 0 27px;
}

.page-double-description p {
    font-size: 18px;
    line-height: 1.26em;
    margin-top: 20px;
}

.facts__left,
.facts__right {
    width: 50%;
}

.advantages {
    text-align: center;
    font-size: 0;
    margin: 39px 0 30px;
}

.advantages__title {
    margin-bottom: 30px;
}

.advantage {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 44px 0 33px;
    width: 20%;
}

.advantage__title {
    font-size: 14px;
    line-height: 1.26em;
    margin-top: 7px;
}

.advantage__icon {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage__image {
    margin: auto;
}

.facts {
    margin: 80px 0 63px;
}

.facts__title {
    margin-top: 0;
}

.facts__left p {
    max-width: 415px;
    font-size: 16px;
    margin: 16px 0 0;
    line-height: 1.5em;
    font-weight: 100;
}

.facts__left p b {
    font-size: 20px;
    color: #0095da;
    font-weight: normal;
}

.facts__right {
    text-align: center;
    padding-top: 25px;
}

.facts__right .btn {
    margin-top: 45px;
    min-width: 181px;
}

.facts--small-business .facts__title {
    margin-bottom: 15px;
}

.facts--small-business .facts__left p {
    line-height: 20px;
    max-width: 408px;
    font-weight: 300;
}

.facts--small-business .facts__right {
    padding-top: 0;
    padding-bottom: 20px;
}

.licenses {
    margin: 48px 0;
    position: relative;
    text-align: center;
}

.licenses .block-title {
    margin-bottom: 30px;
    display: block;
}

.licenses .block-title__link {
    margin-top: 1px;
}

.licenses img {
    display: block;
    margin: 0 auto;
}

.licenses .lSPager {
    display: none;
}

.licenses .flex {
    margin: -12.5px;
}

.licenses .flex .license {
    width: 33.33%;
    padding: 12.5px;
}

.licenses .flex .license__download {
    margin-top: 5px;
}

.license__inner {
    display: block;
    height: 0;
    padding-bottom: 140%;
    background-position: center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.license__download {
    display: table;
    padding: 10px 0 5px 35px;
    background: url(/local/templates/streamTelecom/css/../img/icons/download.svg) no-repeat left center;
    font-size: 16px;
    margin-top: 17px;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    -moz-transition: .1s ease;
    transition: .1s ease;
}

.license img {
    display: none;
}

.arrowed-text-wrapper {
    text-align: center;
    position: relative;
    padding: 23px 40px 13px;
}

.arrowed-text {
    font-size: 32px;
    font-weight: 100;
    line-height: 1.26em;
}

.arrowed-text b {
    font-weight: 700;
    color: #0095da;
}

.arrowed-text__left {
    position: absolute;
    top: 10px;
    left: 0;
    cursor: pointer;
}

.arrowed-text__right {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.arrowed-text .btn {
    font-size: 14px;
    font-weight: normal;
}

.calculator {
    margin: 43px 0 51px;
}

.amount-to-show {
    margin-left: auto;
    font-size: 16px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.amount-to-show__link {
    color: #000;
    border-bottom: 1px dashed #0095da;
    margin-left: 8px;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    -moz-transition: .1s ease;
    transition: .1s ease;
}

.amount-to-show__link:hover {
    color: #0095da;
}

.amount-to-show__link.active {
    border: none;
    color: #787878;
    pointer-events: none;
}

.news-list {
    margin-top: 41px;
    margin-bottom: 57px;
}

.news-list-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 24px;
}

.news-list-item__left {
    width: 191px;
    height: 128px;
    float: left;
}

.news-list-item__right {
    display: table;
    padding-left: 24px;
}

.news-list-item__image {
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.news-list-item__date {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 300;
}

.news-list-item__title {
    margin: 8px 0 6px;
    color: #1081d1;
    font-size: 20px;
    font-weight: 300;
}

.news-list-item__description {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.news-list-item__description p {
    margin: 0;
}

.news-in {
    font-size: 16px;
    padding-bottom: 33px;
}

.news-in .page-title {
    font-size: 24px;
    padding-left: 35px;
    position: relative;
    margin: 43px 0 29px;
}

.news-in .page-title__link {
    position: absolute;
    left: 0;
    margin-top: 2px;
}

.news-in p {
    line-height: 1.3em;
    margin: 0 0 18px;
}

.news-in .socials {
    margin-top: 31px;
    margin-right: 0;
}

.news-in .socials__title {
    font-size: 16px;
    line-height: 32px;
    margin-right: 15px;
}

.news-in .socials__item:not(:last-child) {
    margin-right: 11px;
}

.news-in-slider-wrapper {
    width: 390px;
    float: left;
    margin-top: 7px;
    margin-right: 17px;
}

.news-in-slider-wrapper .lSSlideOuter .lSPager {
    padding-top: 15px;
}

.news-in-slider-wrapper .lSSlideOuter .lSPager.lSpg>li a {
    border-color: #e8e8e8;
}

.news-in-slider-wrapper .lSSlideOuter .lSPager.lSpg>li a:hover {
    border-color: #f04860;
}

.news-in-slider-wrapper .lSSlideOuter .lSPager.lSpg>li.active a:hover {
    border-color: #e8e8e8;
}

.news-in-slider__item {
    height: 250px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.news-in-slider__image {
    display: none;
}

.page404 {
    text-align: center;
    padding: 110px 0;
}

.page404__title {
    opacity: 0.5;
    color: #000000;
    font-size: 40px;
    font-weight: 400;
    margin: 63px 0 30px;
}

.page404__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: #000000;
}

.account {
    text-align: center;
    padding: 35px 0 50px;
    background: #f7f7f7;
}

.account__title {
    margin-bottom: 34px;
}

.account__btn {
    min-width: 304px;
}

.account .advantages {
    margin: 28px 0;
}

.account .advantage {
    width: 16.66%;
    padding: 0 5px;
    margin: 20px 0;
}

.account p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 25px 0;
}

.account+.tariffs {
    margin-top: 0;
}

.solutions {
    text-align: center;
    margin: 40px 0 70px;
}

.solutions .flex {
    margin: -12.5px;
}

.solutions p {
    margin: 38px 0 30px;
    font-size: 16px;
}

.solution {
    width: 33.33%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 170px;
    text-align: center;
    padding: 12.5px;
}

.solution__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
}

.solution__link:before {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}

.solution__link:hover,
.solution__link:active {
    color: #fff;
}

.solution__link:hover:before,
.solution__link:active:before {
    opacity: .7;
}

.solution__title {
    margin: auto;
}

.registration {
    margin: 45px 0;
}

.registration__description {
    margin: 34px 0 10px;
    font-style: italic;
    font-size: 18px;
}

.registration__hint {
    font-size: 16px;
}

.registration .registration-form {
    margin-top: 35px;
}

.search-page {
    margin: 45px 0;
}

.search-page__description {
    margin: 34px 0 10px;
    font-style: italic;
    font-size: 18px;
}

.search-page .search-page-form {
    margin-top: 43px;
}

.search-page-results {
    margin-bottom: 130px;
}

.search-page-result {
    margin-bottom: 5px;
}

.search-page-result__link {
    font-size: 18px;
    display: inline-block;
    margin: 20px 0;
    color: #4a4a4a;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
}

.search-page-result__text {
    font-size: 16px;
    line-height: 20px;
}

.search-page-result__text .highlight {
    background: #e5f4fb;
}

.text-samples {
    text-align: center;
    padding: 45px 0 60px;
    background: #f7f7f7;
}

.text-samples__title {
    margin: 0 0 20px;
}

.text-samples .arrowed-text-wrapper {
    padding: 13px 40px 3px;
}

.text-samples .arrowed-text {
    font-size: 24px;
}

.tariffs {
    text-align: center;
    margin: 40px 0;
    padding-top: 40px;
    background: #fff;
}

.tariffs__title {
    margin-bottom: 28px;
    margin-top: 0;
}

.tariffs .flex {
    margin: -12.5px;
}

.tariffs .flex .tariff {
    padding: 12.5px;
}

.tariffs--grey-bg {
    background: #f7f7f7;
}

.tariff {
    text-align: left;
    margin-bottom: 31px;
    width: 33.33%;
}

.tariff-preview {
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.tariff-preview__inner {
    margin: auto;
}

.tariff-preview__title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 25px 0 0 0;
    text-transform: uppercase;
}

.tariff-preview__price {
    font-size: 20px;
    font-weight: 300;
    margin: 12px 0;
}

.tariff .dotted-list-nav {
    margin-top: 30px;
}

.tariff .dotted-list-nav .dotted-list-nav__item {
    font-size: 16px;
    margin-top: 13px;
    padding: 0 15px;
}

.tariff__btn {
    padding: 0 20px;
    min-width: 191px;
    margin-top: 17px;
}

.page-description.page-description--back-link {
    padding-top: 31px;
}

.page-description.page-description--back-link .page-description__inner {
    position: relative;
    padding-left: 35px;
}

.page-description.page-description--back-link .page-description__back-link {
    position: absolute;
    top: 8px;
    left: 0;
}

.page-description.page-description--back-link .page-description__title {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
}

.page-description.page-description--back-link p {
    font-weight: 300;
    max-width: 400px;
    margin: 15px 0 10px;
    font-size: 16px;
    line-height: 26px;
}

.page-prolog {
    margin: 46px 0 22px;
}

.page-prolog__title {
    font-size: 28px;
    margin: 20px 0 32px;
}

.page-prolog p {
    font-size: 16px;
    margin: 18px 0;
}

.campaign-tiles {
    margin: 35px 0 56px;
}

.campaign-tiles .flex {
    margin: -12.5px;
}

.campaign-tile {
    width: 33%;
    height: 170px;
    padding: 12.5px;
    color: #fff;
}

.campaign-tile__link {
    display: block;
    height: 100%;
    background: #0095da;
    color: #fff;
    text-align: center;
    padding: 21px 21px 0;
}
.campaign-tile__link.no_pointer{
	cursor: default;
}

.campaign-tile__link:hover,
.campaign-tile__link:active {
    color: #fff;
}

.container.partner_page .flex{
	justify-content: center;
}
.container.partner_page .flex.left{
	justify-content: left;
}
.container.partner_page .flex.border-top-hider{
	position: relative;
}
.container.partner_page .flex.border-top-hider:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0;
	position: absolute;
	background: #fff;
	z-index: 1;
}
.container.partner_page .campaign-tiles h2{
	text-align: center;
}

.campaign-tile__image {
    display: block;
    margin-bottom: 18px;
    height: 50px;
}

.campaign-tile__title {
    display: block;
    font-size: 16px;
    line-height: 18px;
}
.campaign-tile__text{
	display: block;
	padding-top: 10px;
	max-height: 97px;
	overflow: hidden;
}
.partners-slider-wrapper {
    margin: 77px 0 52px;
}

.partners-slider-wrapper h2 {
    margin-bottom: 40px;
}

.partners-slider-wrapper .lSSlideOuter .lSPager {
    padding-top: 38px;
}

.partners-slider-wrapper .lSSlideOuter .lSPager.lSpg>li a {
    border-color: #e8e8e8;
}

.partners-slider-wrapper .lSSlideOuter .lSPager.lSpg>li a:hover {
    border-color: #f04860;
}

.partners-slider-wrapper .lSSlideOuter .lSPager.lSpg>li.active a:hover {
    border-color: #e8e8e8;
}

.partners-slide {
    height: 125px;
    display: block;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.partners-slide:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.partners-slide img {
    display: block;
    margin: 0 auto;
}

.partners-in {
    margin: 44px 0;
}

.partners-in .flex {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.partners-in__title {
    font-size: 24px;
}

.partners-in__back-link {
    margin-right: 14px;
    vertical-align: top;
    margin-top: 1px;
}

.partners-in__left {
    width: 250px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 20px;
}

.partners-in__right {
    padding-left: 50px;
}

.partners-in__logo {
    margin-bottom: 36px;
}

.partners-in__website {
    background: url(/local/templates/streamTelecom/css/../img/icons/globe.svg) no-repeat center left;
    padding-left: 38px;
    font-size: 18px;
}

.partners-in p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}

.library {
    margin-bottom: 55px;
}

.library__title {
    font-size: 28px;
    margin: 45px 0 25px;
}

.library__description {
    font-size: 16px;
    line-height: 20px;
}

.library__description p {
    margin: 20px 0;
}

.library__description p.italic-bold {
    font-weight: 600;
    font-style: italic;
}

.library-quick-search {
    margin-bottom: 34px;
}

.library-quick-search__title {
    margin: 22px 0 14px;
    font-size: 16px;
}

.library-quick-search .pills-nav__item, .main .pills-nav .pills-nav__item {
    margin-bottom: 8px;
}

.library-item {
    margin-bottom: 23px;
}

.library-item__title {
    font-size: 20px;
    margin: 0 0 6px;
    font-weight: normal;
}

.library-item__link {
    color: #0095da;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
}

.library-item__description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
}

.library-item__description p {
    margin: 0 0 6px;
}

.library-item .pills-nav__link {
    min-width: 57px;
    padding: 0 12px;
    height: 27px;
    line-height: 27px;
    pointer-events: none;
}

.library-item .pills-nav__item.active .pills-nav__link {
    background: #e4f4fb;
    color: #000;
    border-color: #8b8b8b;
}

.library-in {
    margin-bottom: 32px;
}

.library-in__title {
    font-size: 24px;
    margin: 45px 0 25px;
    position: relative;
    padding-left: 35px;
}

.library-in__back-link {
    position: absolute;
    top: 0;
    left: 0;
}

.library-in__description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.library-in__description p {
    margin: 18px 0 9px;
}

.library-in .pills-nav {
    margin-bottom: 18px;
}

.library-in .pills-nav__link {
    min-width: 57px;
    padding: 0 12px;
    height: 27px;
    line-height: 27px;
    pointer-events: none;
}

.library-in .pills-nav__item.active .pills-nav__link {
    background: #e4f4fb;
    color: #000;
    border-color: #8b8b8b;
}

.library-in__download {
    display: table;
    padding: 10px 0 5px 35px;
    background: url(/local/templates/streamTelecom/css/../img/icons/download.svg) no-repeat left center;
    font-size: 16px;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    -moz-transition: .1s ease;
    transition: .1s ease;
    margin-bottom: 32px;
}

.library-in .block-title {
    margin-bottom: 15px;
}

.library-in .tabs-nav {
    margin-bottom: 9px;
}

.library-in .tabs-nav__item {
    font-size: 16px;
    line-height: 20px;
    margin-right: 27px;
    margin-bottom: 10px;
    font-weight: 400;
}

.library-in .tabs-nav__item .tabs-nav__link {
    border-bottom: 1px dashed #0095da;
}

.library-in .tabs-nav__item.active .tabs-nav__link {
    border-bottom: none;
    color: #9b9b9b;
}

.library-in__info {
    font-weight: 300;
    margin-top: 14px;
    color: #a2a2a2;
}

.custom-scroller {
    height: 430px;
    border: 1px solid #b2b2b2;
    line-height: 17px;
}

.custom-scroller .mCSB_container {
    padding: 19px 17px 19px 17px;
}


/*! ****************************************
 Modals
 ******************************************/

.modal {
    display: none;
}

.nav-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #0095da;
    z-index: 200;
    color: #fff;
    padding: 37px 50px 37px 20px;
}

.nav-modal .flex {
    margin: 0 -20px;
}

.nav-modal__title-link,
.nav-modal__link {
    color: #fff;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
}

.nav-modal__title-link:hover,
.nav-modal__title-link:focus,
.nav-modal__link:hover,
.nav-modal__link:focus {
    color: #fff;
    opacity: .7;
}

.nav-modal__title {
    border-bottom: 2px solid #fff;
    margin: 36px 0 22px;
    padding-bottom: 10px;
}

@media screen and (min-width: 767px) {
    .nav-modal__title {
        pointer-events: none;
    }
}

.nav-modal__nav {
    width: 50%;
    padding: 0 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.nav-modal__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-modal__list--two-columns .nav-modal__item:nth-child(odd) {
    width: 48%;
    float: left;
}

.nav-modal__list--two-columns .nav-modal__item:nth-child(even) {
    width: 52%;
    float: right;
}
.nav-modal__item_sub_services {
	width: 100%;
}
.nav-modal__item_sub_services .nav_sub_menu_services {
	display: block;
	margin: 6px 0;
	margin-left: 20px;
}
@media screen and (min-width: 767px) {
    .nav-modal__list {
        overflow: inherit !important;
        height: auto !important;
        display: block !important;
    }
}

.nav-modal__item {
    font-size: 18px;
    line-height: 1.33333em;
    margin-bottom: 9px;
}

.nav-modal__close {
    position: fixed;
    top: 32px;
    right: 32px;
}

.nav-modal__image path {
    fill: #fff;
    stroke: #fff;
}

.nav-modal__footer {
    margin-top: 8px;
    border-top: 2px solid #fff;
    margin-bottom: 40px;
    display: none;
}

.nav-modal__footer .phone {
    display: block;
    margin: 20px 0 18px;
}

.nav-modal__footer .phone+.phone {
    margin-top: 26px;
}

.nav-modal__footer .phone__link,
.nav-modal__footer .phone__info {
    color: #fff;
}

.nav-modal__footer .phone__info {
    opacity: .5;
}

.nav-modal__footer .btn {
    padding: 0;
    color: #fff;
}

.nav-modal__footer .btn__icon path {
    fill: #fff;
}

.box-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    overflow: auto;
    padding: 11% 15px;
}

.box-modal .container {
    display: table;
    padding: 0;
}

.box-modal .container,
.box-modal .flex {
    height: 100%;
}

.box-modal__close {
    position: absolute;
    top: 14px;
    right: 18px;
}

.box-modal__body {
    margin: auto;
    max-width: 505px;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 40px;
}

#reviews-in-modal .box-modal__body {
    max-width: 750px;
    padding: 30px 25px;
}

#reviews-in-modal .reviews-in-modal__document {
    margin: auto;
    width: 100%;
    background: #fff;
    position: relative;
}

#reviews-in-modal .reviews-in-modal__left {
    float: left;
    width: 170px;
}

#reviews-in-modal .reviews-in-modal__right {
    display: table;
    padding-left: 25px;
}

#reviews-in-modal .reviews-in-modal__delimiter {
    height: 1px;
    background: #f7f7f7;
    clear: both;
    margin: 10px 0 30px;
}

#reviews-in-modal .reviews-in-modal__full-text {
    max-width: 435px;
    font-size: 16px;
    line-height: 20px;
}

#reviews-in-modal .reviews-in-modal__full-text h2 {
    font-size: 20px;
    font-weight: 400;
}

#reviews-in-modal .reviews-in-modal__full-text p {
    margin: 19px 0;
}

#reviews-in-modal .reviews-in-modal__full-text .from {
    margin-top: 25px;
    font-style: italic;
    font-weight: 600;
}


/*! ****************************************
 Media styles
 ******************************************/

@media screen and (min-width: 768px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 1140px) {
    .slider-wrapper .lSAction {
        visibility: hidden;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        padding: 0 23px;
    }
    .header .header__auth {
        margin-left: auto;
    }
    .header__phones {
        position: absolute;
        right: 23px;
        top: 70px;
    }
    .header .header__main-nav {
        position: absolute;
        top: 16px;
        left: 23px;
    }
    .phone {
        position: relative;
    }
    .phone .phone__info {
        display: block;
        margin: 0;
        line-height: 1;
    }
    .header .header__phones .phone:not(:last-child) {
        padding-right: 16px;
        margin-right: 11px;
    }
    .header .header__phones .phone:not(:last-child):after {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        line-height: 23px;
    }
    .header .header__phones {
        background-position: left top;
        top: 79px;
    }
    .main-nav .main-nav__item {
        margin-right: 19.5px;
    }
    .logo .logo__image {
        max-width: 270px;
        height: auto;
    }
    .header .header__bottom {
        padding: 15px 0;
    }
    .header .header__top {
        padding: 10px 0;
    }
    .fixed-header .fixed-header__logo,
    .fixed-header__phone {
        display: none;
    }
    .fixed-header__main-nav {
        margin: inherit;
    }
    .fixed-header__auth {
        margin-left: auto;
    }
    .slider .slider__slide {
        background-position: 10% 32%;
    }
    .business-tiles .flex {
        margin: -8.5px;
    }
    .business-tile .business-tile__inner {
        margin: 8.5px;
    }
    .service-tile {
        width: 33.33%;
    }
    .about .about__list {
        width: 100%;
    }
    .about .about__video {
        max-width: 448px;
        margin: auto;
    }
    .contacts .contacts__form {
        width: 100%;
        padding-top: 7px;
    }
    .contacts .contacts__form .text-label {
        width: 50%;
    }
    .contacts .contacts__form .text-label:nth-of-type(odd) {
        float: left;
        clear: left;
        padding-right: 12px;
    }
    .contacts .contacts__form .text-label:nth-of-type(even) {
        float: right;
        padding-left: 12px;
    }
    .contacts .contacts__form .text-label:nth-of-type(even) .text-label__text {
        left: 12px;
    }
    .captcha-submit-wrapper {
        clear: both;
    }
    .contacts .contacts__map {
        position: relative;
        left: 0;
        margin: 11px -23px -39px;
        height: 450px;
    }
    .contacts-form {
        padding: 0;
    }
    .form-description {
        max-width: inherit;
    }
    .form-description {
        margin-bottom: 36px;
    }
    .form-footer {
        max-width: 273px;
        margin: 0 0 0 20px;
        line-height: 1.26em;
    }
    .business-tiles {
        margin: 18px 0;
    }
    .business-tile .business-tile__title {
        font-size: 17px;
    }
    .business-tile .business-tile__inner {
        padding: 20px 10px 23px;
    }
    .business-tile .business-tile__description {
        margin: 7px 0 -5px;
    }
    .service-tiles {
        margin: 24px 0 33px;
    }
    .info-banner {
        margin: 27px 0;
    }
    .calculator {
        margin-bottom: 54px;
    }
    .calculator-form {
        position: relative;
    }
    .calculator-form #calculator-price-value {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .calculator-form .noUi-target {
        margin: 68px 10px 46px;
    }
    .calculator-form__radio-labels {
        margin-bottom: 27px;
    }
    .info-banner.bg-blue-overlay {
        margin-bottom: 69px;
    }
    .advantages {
        margin: 55px 0 27px;
    }
    .advantage {
        padding: 0 5px;
        margin: 33px 0 44px;
    }
    .page-description {
        padding: 42px 0 53px;
        background-position: 30% center;
    }
    .about {
        margin: 47px 0;
    }
    .about .about__video {
        margin-top: 64px;
    }
    .about-item .about-item__description {
        padding: 20px 0 4px;
    }
    .promotion-tiles .promotion-tiles__inner {
        margin: 0;
    }
    .promotion-tiles {
        margin: 58px 0;
    }
    .map-info {
        right: 24px;
        bottom: 24px;
        margin: 0 auto;
        width: 345px;
    }
    .page-double-description .flex {
        display: block;
    }
    .page-double-description__left,
    .page-double-description__right {
        padding: 0;
        display: block;
        width: 100%;
    }
    .facts__left p {
        max-width: inherit;
    }
    .page-double-description__right .plyr {
        width: 468px;
        height: auto;
        margin: 30px auto 0;
    }
    .facts__right {
        padding-top: 40px;
    }
    .reviews {
        margin: 70px 0 38px;
    }
    .review {
        padding-bottom: 40px;
    }
    .reviews-slider {
        margin-bottom: 21px;
    }
    .contacts {
        padding-top: 32px;
    }
    .account {
        margin: 35px 0 85px;
    }
    .account__title {
        margin-bottom: 20px;
    }
    .account p {
        margin: 24px 0;
        padding: 0 16px;
    }
    .account .advantages {
        padding: 0 48px;
        margin: 28px 0 0;
    }
    .account .advantage {
        width: 25%;
        margin: 5px 0 36px;
    }
    .arrowed-text-wrapper {
        padding: 0 55px 0 5px;
    }
    .arrowed-text {
        font-size: 28px;
    }
    .facts {
        margin-bottom: 37px;
    }
    .facts--small-business .facts__left p {
        padding-right: 37px;
    }
    .facts--small-business .facts__right {
        padding-bottom: 40px;
    }
    .info-banner.bg-blue-overlay {
        margin-bottom: 45px;
    }
    .app .fixed-header__main-nav {
        margin-left: 0;
    }
    .solutions p {
        margin: 25px 0 20px;
    }
    .solutions .flex {
        margin: -8px;
    }
    .solution {
        height: 161px;
        padding: 8px;
    }
    .solution__link {
        font-size: 21px;
    }
    .licenses .flex {
        margin: -8px;
    }
    .licenses .flex .license {
        padding: 8px;
    }
    .campaign-tiles .flex {
        margin: -8px;
    }
    .campaign-tile {
        height: 161px;
        padding: 8px;
    }
    .contacts-page {
        margin-bottom: 20px;
    }
    .contacts-item {
        width: 100%;
    }
    .footer-middle .footer-middle__position,
    .footer-middle .footer-middle__position--wide {
        width: 25%;
    }
    .footer-middle .footer-middle__position .footer-middle__position {
        width: 100%;
    }
    .footer-middle .footer-middle__position .footer-middle__position .dotted-list-nav__title {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-top .footer-top__left {
        width: 70%;
    }
    .footer-top .footer-top__right {
        width: 30%;
    }
    .footer-bottom .footer-bottom__phones {
        padding-bottom: 16px;
        white-space: nowrap;
    }
    .phones-list .phones-list__item:not(:last-child):after {
        margin: 0 14px 0 12px;
    }
    .footer-bottom .footer-bottom__socials {
        margin-top: 0;
        float: left;
    }
    .footer-bottom .footer-bottom__copyright {
        margin-top: 6px;
    }
    .footer-bottom .container {
        padding-bottom: 47px;
    }
    .socials {
        margin-right: 23px;
    }
    .socials .socials__item:not(:last-child) {
        margin-right: 12px;
    }
    .nav-modal .nav-modal__list--two-columns .nav-modal__item:nth-child(odd),
    .nav-modal .nav-modal__list--two-columns .nav-modal__item:nth-child(even) {
        width: 100%;
    }
    .reviews__list .review {
        margin-bottom: 65px;
    }
    .reviews.reviews--page {
        margin: 40px 0;
    }
    .reviews__page-title {
        margin: 45px 0 40px;
    }
    .reviews__load-btn {
        margin-top: 0;
    }
    .tariffs .flex .tariff {
        padding: 8px;
    }
    .tariffs .flex {
        margin: -8px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 18px;
    }
    .header .header__top {
        padding: 8px 0;
    }
    .header .header__bottom {
        padding: 18px 0;
    }
    .header .header__main-nav {
        left: 14px;
        top: 13px;
    }
    .main-nav .main-nav__item:not(:first-child) {
        display: none;
    }
    .main-nav .main-nav__item:first-child {
        white-space: nowrap;
    }
    .main-nav .main-nav__item:first-child .main-nav__link .hamburger-nav {
        display: inline-block;
        vertical-align: middle;
        margin-right: 13px;
    }
    .main-nav .main-nav__item:first-child .main-nav__link .hamburger-nav__line {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        -moz-transition: .3s ease;
        transition: .3s ease;
    }
    .main-nav .main-nav__item:first-child .main-nav__link .hamburger-nav.opened .hamburger-nav__line:first-child {
        -webkit-transform: rotate(45deg) translateX(3px) translateY(4px);
        -moz-transform: rotate(45deg) translateX(3px) translateY(4px);
        -ms-transform: rotate(45deg) translateX(3px) translateY(4px);
        -o-transform: rotate(45deg) translateX(3px) translateY(4px);
        transform: rotate(45deg) translateX(3px) translateY(4px);
    }
    .main-nav .main-nav__item:first-child .main-nav__link .hamburger-nav.opened .hamburger-nav__line:nth-child(2) {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }
    .main-nav .main-nav__item:first-child .main-nav__link .hamburger-nav.opened .hamburger-nav__line:last-child {
        -webkit-transform: rotate(-45deg) translateX(3px) translateY(-4px);
        -moz-transform: rotate(-45deg) translateX(3px) translateY(-4px);
        -ms-transform: rotate(-45deg) translateX(3px) translateY(-4px);
        -o-transform: rotate(-45deg) translateX(3px) translateY(-4px);
        transform: rotate(-45deg) translateX(3px) translateY(-4px);
    }
    .main-nav .main-nav__item:first-child .main-nav__link:after {
        content: 'Меню';
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        padding-top: 2px;
    }
    .header .header__phones {
        display: none;
    }
    .header .header__logo {
        width: 100%;
    }
    .logo .logo__link {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .fixed-header {
        padding: 8px 0;
    }
    .fixed-header .fixed-header__main-nav {
        margin: inherit;
    }
    .fixed-header .fixed-header__auth {
        margin-left: auto;
    }
    .slider__slide {
        position: relative;
        background-position: center center;
        padding-bottom: 65px;
        min-height: inherit;
        height: 100%;
    }
    .slider__slide:before {
        // content: '';
        // position: absolute;
        // top: 0;
        // left: 0;
        // width: 100%;
        // height: 100%;
        // background: rgba(255, 255, 255, 0.9);
    }
    .slider__slide>* {
        position: relative;
    }
    .slider .slider__title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.25em;
        color: #fff;
        min-height: inherit;
        margin: 46px 0 17px;
    }
    .slider .slider__description {
        padding-right: 20px;
    }
    .slider .slider__description p {
        margin: 17.5px 0;
    }
    .slider .slider__description .btn {
        margin-top: 21px;
    }
    .business-tiles .flex {
        margin: 0;
    }
    .business-tile {
        width: 100%;
        margin: 8px 0;
    }
    .business-tiles {
        margin: 23px 0;
    }
    .business-tile .business-tile__title {
        font-size: 19px;
        line-height: 1.26em;
    }
    .business-tile .business-tile__inner {
        margin: 0;
        padding: 32px 10px 23px;
    }
    .business-tile .business-tile__description {
        margin: 7px 0 16px;
    }
    .block-title {
        text-align: center;
    }
    .block-title .block-title__bordered {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .news-in-slider-wrapper {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .news-in .page-title {
        font-size: 21px;
        padding-left: 30px;
    }
    .service-tiles {
        margin: 44px 0 50px;
    }
    .service-tile {
        width: 100%;
        text-align: center;
        height: auto;
        min-height: 145px;
    }
    .service-tile .service-tile__description {
        margin: 17px 0 0;
    }
    .service-tile:before,
    .service-tile .service-tile__inner:before,
    .service-tile:after {
        display: none;
    }
    .service-tile .service-tile__inner:after {
        left: 40px;
        right: 40px;
    }
    .info-banner {
        padding: 29px 0;
    }
    .info-banner .info-banner__title {
        line-height: 1.24em;
        padding: 0 10px;
        margin-bottom: 12px;
    }
    .info-banner.bg-blue-overlay .info-banner__link {
        margin: 25px auto 4px;
        width: 100%;
    }
    .info-banner.bg-blue-overlay {
        margin-bottom: 40px;
        padding-bottom: 38px;
    }
    .info-banner.bg-blue-overlay+.contacts {
        margin-top: 55px;
    }
    .page404 {
        text-align: center;
        padding: 60px 0;
    }
    .page404__title {
        font-size: 26px;
        margin: 43px 0 20px;
    }
    .page404__text {
        font-size: 16px;
        line-height: 28px;
    }
    .page404__image {
        width: 80%;
        height: auto;
    }
    .page-description {
        padding: 36px 0 38px;
        position: relative;
    }
    .page-description:before {
        content: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
    }
    .page-description>* {
        position: relative;
    }
    .page-description .page-description__title {
        font-size: 31px;
    }
    .noUi-value-horizontal {
        display: none;
    }
    .noUi-value-horizontal[style*="left: 0%"],
    .noUi-value-horizontal[style*="left: 100%"] {
        display: block;
    }
    .advantages {
        margin: 40px 0 70px;
    }
    .advantages__title {
        line-height: 1.36em;
    }
    .advantage {
        width: 100%;
        display: block;
        margin: 34px 0 34px;
    }
    .advantage__title {
        margin-top: 12px;
    }
    .advantage__icon {
        display: block;
        height: auto;
    }
    .advantage__image {
        display: block;
    }
    .calculator {
        margin: 35px 0 51px;
    }
    .calculator-form {
        margin: 30px 0;
    }
    .calculator-form .flex {
        display: block;
    }
    .calculator-form #calculator-price-value {
        position: static;
        display: block;
        margin: 0 0 40px;
        text-align: center;
    }
    .calculator-form .noUi-target {
        margin: 45px 10px 55px;
    }
    .calculator-form__left {
        width: auto;
    }
    .radio-labels .radio-labels__title {
        display: block;
        margin-bottom: 10px;
    }
    .calculator-form__radio-labels {
        margin-bottom: 16px;
    }
    .calculator-form-price--replenishment {
        margin: 28px auto 35px;
    }
    .calculator-form__exact-calculation-btn {
        display: table;
        margin: 0 auto;
    }
    .news-list-item .news-list-item__left {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .news-list-item .news-list-item__right {
        padding: 0;
        display: block;
    }
    .news-list-item .news-list-item__left {
        width: 100%;
        height: auto;
    }
    .news-list-item .news-list-item__image {
        height: 0;
        padding-bottom: 60%;
    }
    .amount-to-show {
        width: 100%;
        margin-top: 20px;
    }
    .about {
        margin: 30px 0;
    }
    .about .block-title .block-title__bordered {
        padding-bottom: 5px;
        border-bottom: 2px solid #f04860;
        max-width: 178px;
        line-height: 1.2em;
    }
    .about .about__list {
        margin-top: 12px;
    }
    .about-item {
        width: 100%;
        padding-right: 0;
    }
    .about .about__video {
        margin-top: 35px;
        margin-bottom: 9px;
    }
    .video-overlay__play {
        width: 73px;
        height: auto;
    }
    .app .promotion-tiles .lSPager {
        display: block;
        padding-top: 20px;
    }
    .promotion-tiles,
    .reviews {
        padding-bottom: 57px;
        position: relative;
    }
    .promotion-tiles .block-title .block-title__link,
    .reviews .block-title .block-title__link {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .review {
        margin-bottom: 40px;
    }
    .app .reviews .lSPager {
        display: block;
        padding-top: 0;
        margin-top: -27px !important;
    }
    .reviews {
        margin: 77px 0 20px;
    }
    .reviews-slider {
        padding-bottom: 2px !important;
        margin-top: 31px;
    }
    .contacts .contacts__form .text-label:nth-of-type(even),
    .contacts .contacts__form .text-label:nth-of-type(odd) {
        padding: 0;
        width: 100%;
    }
    .contacts .contacts__form .text-label:nth-of-type(even) .text-label__text,
    .contacts .contacts__form .text-label:nth-of-type(odd) .text-label__text {
        left: 0;
    }
    .captcha-submit-wrapper {
        display: block;
    }
    .form-footer {
        margin: 0;
    }
    .contacts .contacts__map {
        display: none;
    }
    .contacts {
        margin: 30px 0 17px;
        padding-top: 25px;
    }
    .contacts .block-title .block-title__bordered {
        margin-right: -11px;
    }
    .form-description {
        margin-bottom: 27px;
    }
    .captcha-submit-wrapper .btn {
        margin-top: 30px;
    }
    .form-footer {
        margin: 16px 0 0 0;
    }
    .licenses {
        text-align: center;
        padding-bottom: 60px;
    }
    .licenses .block-title__link {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .licenses .lSPager {
        display: block;
        padding-top: 18px !important;
    }
    .license .license__download {
        margin-left: auto;
        margin-right: auto;
    }
    .arrowed-text-wrapper {
        padding: 8px 40px;
    }
    .arrowed-text {
        font-size: 28px;
    }
    .facts .flex {
        display: block;
    }
    .facts__left,
    .facts__right {
        width: 100%;
    }
    .page-description {
        padding: 43px 0 38px;
    }
    .page-description p {
        line-height: 26px;
        max-width: 260px;
        margin: 19px 0 15px;
    }
    .page-description {
        min-height: inherit;
    }
    .account {
        margin: 35px 0 45px;
    }
    .account .advantages {
        padding: 0 48px;
        margin: 36px 0 0;
    }
    .account .advantage {
        width: 100%;
        margin: 5px 0 33px;
    }
    .account__btn {
        min-width: 100%;
    }
    .account__title {
        margin-bottom: 14px;
        font-size: 24px;
        margin-top: 46px;
        line-height: 30px;
    }
    .account p {
        margin: 14px 0 26px;
        padding: 0;
    }
    .facts {
        margin: 73px 0 63px;
    }
    .facts--small-business .facts__title {
        margin-bottom: 30px;
    }
    .facts--small-business .facts__left p {
        padding-right: 0;
    }
    .facts--small-business .facts__right {
        padding-top: 30px;
        padding-bottom: 5px;
    }
    .info-banner.bg-blue-overlay {
        margin-bottom: 30px;
        padding-bottom: 32px;
    }
    .solutions {
        margin: 35px 0 70px;
    }
    .solution {
        width: 100%;
    }
    .solution h2.solutions__title {
        line-height: 28px;
        margin-bottom: 17px;
    }
    .solutions p {
        margin: 14px 0 25px;
        line-height: 20px;
    }
    .licenses .flex .license {
        padding: 0;
        max-width: 280px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .licenses .flex {
        display: block;
    }
    .registration-form .text-label,
    .registration-form .captcha-submit-wrapper {
        max-width: 428px;
    }
    .registration-form .text-label .text-label__hint {
        display: none;
    }
    .form-hint:after {
        min-width: 200px;
        left: -100px;
    }
    .reviews__list {
        display: block;
    }
    .reviews__list .review {
        width: 100%;
    }
    .reviews.reviews--page {
        padding-bottom: 0;
        margin: 40px 0;
    }
    .tariffs .flex .tariff {
        padding: 0;
        width: 100%;
    }
    .tariffs .flex {
        margin: 0;
        display: block;
    }
    .text-samples {
        padding: 25px 0;
    }
    .faq-page .tabs-nav__title {
        padding: 2px;
    }
    .faq-page .tabs-nav__link {
        display: inline;
        padding: 0;
    }
    .campaign-tiles .flex {
        margin: 0;
        display: block;
    }
    .campaign-tile {
        padding: 0;
        margin-bottom: 16px;
        width: 100%;
        height: auto;
    }
    .campaign-tile__link {
        padding-bottom: 15px;
    }
    .partners-in .flex {
        display: block;
    }
    .partners-in .flex .partners-in__right {
        padding: 0;
    }
    .tariffs {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .partners-slider-wrapper {
        margin: 40px 0 52px;
    }
    .faq-form .text-label {
        width: 100%;
    }
    .faq-page .tabs-nav {
        margin: 26px 0 26px;
    }
    .faq-item {
        margin-bottom: 30px;
    }
    .faq-item .faq-item__question {
        font-size: 16px;
        line-height: 20px;
    }
    .auth-form {
        width: auto;
    }
    .auth-form .btn {
        float: none;
        display: table;
        margin: 20px auto 0;
    }
    .auth-form__registration-link {
        height: auto;
        line-height: 1;
        padding: 0;
        margin: 0;
    }
    #auth-type-modal .box-modal__body {
        text-align: center;
    }
    .footer {
        position: relative;
    }
    .footer-top .footer-top__left {
        display: none;
    }
    .footer-top .footer-top__right,
    .footer-middle .footer-middle__position,
    .footer-middle .footer-middle__position--wide,
    .footer-middle .footer-middle__position {
        width: 100%;
    }
    .footer-middle .dotted-list-nav {
        display: none;
    }
    .footer .btn {
        width: auto;
        min-width: 189px;
        display: inline-block;
        vertical-align: top;
    }
    .footer-bottom .footer-bottom__phones {
        white-space: normal;
        position: absolute;
        top: 61px;
        border: none;
    }
    .footer-middle {
        margin-top: 118px;
    }
    .phones-list .phones-list__item {
        display: block;
    }
    .phones-list .phones-list__item:not(:last-child):after {
        display: none;
    }
    .footer-bottom .footer-bottom__socials {
        float: none;
        margin-top: 11px;
    }
    .footer-bottom .footer-bottom__copyright {
        margin-top: 20px;
        padding-right: 10px;
    }
    .footer-bottom .copyright-author {
        margin: 18px 0 0;
        display: block;
    }
    .footer-bottom .container {
        padding-bottom: 20px;
    }
    .nav-modal {
        top: 50px;
        padding: 19px 0 35px;
    }
    .nav-modal .nav-modal__title {
        margin: 0;
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        padding: 8px 0;
    }
    .nav-modal .nav-modal__nav {
        width: 100%;
        padding: 0;
    }
    .nav-modal .nav-modal__close {
        display: none;
    }
    .nav-modal .flex {
        display: block;
        margin: 0;
    }
    .nav-modal .nav-modal__footer {
        display: block;
    }
    .nav-modal .nav-modal__list {
        background: #fff;
        margin: 0;
        padding: 7px 0 7px;
        display: none;
    }
    .nav-modal .nav-modal__list .nav-modal__item {
        float: none;
        margin: 2px 0;
        font-size: 16px;
    }
    .nav-modal .nav-modal__list .nav-modal__link {
        color: #0095da;
        padding: 2px 18px;
        display: inline-block;
    }
    .nav-modal__item.active .nav-modal__link {
        color: #f04860;
    }
    .nav-modal .nav-modal__title.active+.nav-modal__list {
        display: block;
    }
}


/* Added 21/08/21 */

.library-in__download {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 0;
}

.library-in__download:not(:last-child) {
    margin-right: 20px;
}

.library-in .library-in__download+.block-title {
    margin-top: 30px;
}

.ask-question-dropdown-wrapper {
    position: relative;
    display: block;
}

.ask-question-dropdown-wrapper:after {
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #cacaca transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 10px;
}

.ask-question-dropdown-wrapper select {
    padding: 0;
    font-size: 16px;
    height: 30px;
    width: 100%;
    color: #000000;
    outline: none;
    border-width: 0 0 2px 0;
    border-color: #cacaca;
    caret-color: #0095da;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: transparent;
    -webkit-appearance: none;
    cursor: pointer;
}

.ask-question-dropdown-wrapper+.text-label__text {
    color: rgba(69, 69, 69, 0.54);
    -webkit-transform: translateY(-27px) scale(0.875);
    -moz-transform: translateY(-27px) scale(0.875);
    -ms-transform: translateY(-27px) scale(0.875);
    -o-transform: translateY(-27px) scale(0.875);
    transform: translateY(-27px) scale(0.875);
}

.calculator-form-price.calculator-form-price--manual-entering {
    width: 162px;
}

.load-btn-wrapper {
    width: 100%;
}

img.ym-advanced-informer {
    display: none;
}

.ff_order {
    margin-top: 0;
}

.wrp-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.wrp-footer .info-banner.bg-blue-overlay {
    margin-bottom: 0;
}

.main-nav__item {
    margin-right:23px;
}
@media screen and (min-width: 1024px){
    .main-nav__item:first-child {
        margin-left: 10px;
        margin-right: 13px;
    }
}

.fixed-header .main-nav__item:first-child {
    margin-left: 0;
}
.your_choice
{
    margin-left: 0 !important;
}
.link_section__services {
	padding-top: 30px;
	text-align: center;
}





.main-nav-dropdown.main-nav-dropdown_list{
	display: block;
	min-width: 160px;
	padding: 0;
	margin: 0;
}

.main-nav__item:hover .main-nav-dropdown.main-nav-dropdown_list{
	padding-top: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.main-nav__item:hover .main-nav-dropdown.main-nav-dropdown_list:after{
	content: none;
}

.main-nav-dropdown.main-nav-dropdown_list li{
	width: 100%;
	border-top: 1px solid #f0f0f0;
}

.main-nav-dropdown.main-nav-dropdown_list li:first-of-type{
	border-top: 4px solid #f04860;
}

.main-nav-dropdown.main-nav-dropdown_list .main-nav-dropdown__item .main-nav-dropdown__link{
	padding: 19.5px;
	margin: 0;
}

.parent.main-nav-dropdown__link + .main-nav-dropdown.main-nav-dropdown_list .main-nav-dropdown__link
{
	font-size: 14px;
}

.main-nav-dropdown__link-selector > img,
.main-nav-dropdown__link-selector > svg{
	position: relative;
	top: 2px;
}

.main-nav-dropdown__link-selector.main-nav-dropdown__link-selector_active > img,
.main-nav-dropdown__link-selector.main-nav-dropdown__link-selector_active > svg{
	transform: rotate(90deg);
}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/*new code*/

body, html {
	margin:0;
	padding:0;
}
@font-face {
	font-family: 'ProximaNova';
	src: url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Regular.eot");
	src: url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'ProximaNova';
	src: url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Semibold.eot");
	src: url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Semibold.eot?#iefix") format('embedded-opentype'), url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Semibold.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'ProximaNova';
	src: url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Bold.eot");
	src: url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Bold.eot?#iefix") format('embedded-opentype'), url("/local/templates/streamTelecom/css/../../assets/fonts/ProximaNova-Bold.woff") format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

.title {
	text-align:center;
	font-weight:bold;
	font-size:34px;
	margin:0 0 55px;
	line-height:1.3
}

/* Welcome */
.welcome-b {
	background-size:cover!important;
	padding:100px 0;
	background:url('/local/templates/streamTelecom/css/../img/mobile_advertisements/bg.png') no-repeat;
}

.welcome-b__block {
	color:#fff;
	max-width:550px;
	line-height:1.5;
	font-size:17px;
}

.welcome-b__title {
	font-size:42px;
	font-weight:bold;
	margin:0 0 15px;
	color:#fff;
}

.welcome-b__text {
	font-size:21px;
	margin:0 0 15px
}

.welcome-b__block ul {
	margin:0 0 30px
}

.welcome-b__block ul li {
	margin:0 0 5px
}

.welcome-b__button {
	padding-left:22px
}

.welcome-b__button .btn {
	padding: 5px 25px;
	font-size: 17px;
	height: auto;
}

/* Types */
.types-b {
	padding:100px 0
}

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

.types-b__item {
	width:30%;
	font-size:21px;
	text-align:center;
}

.types-b__item img {
	max-width:100%;
	max-height:350px;
	object-fit:contain;
	height:auto;
	display:table;
	margin:0 auto 20px
}


/* Clients */
.clients-b {
	padding:100px 0;
	background-color: #f7f7f7
}

.clients-b__list {
	display:flex;
	flex-wrap:wrap;
	margin:0 0 60px
}

.clients-b__item {
	width:33.3%;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #ddd;
	padding:20px 0;
	border-right:1px solid #ddd
}

.clients-b__item:nth-child(3n){
	border-right:0
}

.clients-b__item:nth-last-child(-n+3) {
	border-bottom:0
}

.clients-b__item img {
	max-width:80%;
	max-height:80%;
	display:block;
	object-fit:contain;
	margin: auto;
}

.clients-b__button {
	margin:0 auto;
	display:table
}

.clients-b__button .btn {
	padding: 8px 38px;
	font-size: 19px;
	height: auto;
}


/* New */
.new-b {
	padding:100px 0 100px
}

.new-b__img {
	margin:0 auto 40px;
	display:table;
	transform:translateX(-35px)
}

.new-b__img_nomargin {
	margin-bottom:-20px;
	transform:none
}

.new-b__img img {
	width:100%;
	height:auto;
	display:block
}

.new-b__list {
	display:flex;
	justify-content:space-between
}

.new-b__list_w5 {
	max-width: 834px;
	margin: 0 auto;
}

.new-b__column {
	width:23%;
	line-height:1.3;
	font-size:17px
}

.new-b__list_w5 .new-b__column {
	width:auto;
	padding:0 20px;
	font-weight:600;
	color:#000;
	text-align:center;
}

.new-b__title {
	font-weight:bold;
	font-size:24px;
	margin:0 0 10px;
	line-height:1.2;
	color:#000
}


/* Fiches */
.fiches-b {
	padding:100px 0;
	background-color: #f7f7f7;
}

.fiches-b__note {
	font-size:21px;
	line-height:1.4;
	margin:0 0 35px;
}

.fiches-b__list {
	margin:0 0 80px
}

.fiches-b__item {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 0 50px;
}

.fiches-b__about {
	width:calc(100% - 300px);
	font-size:18px;
	line-height:1.5
}

.fiches-b__about strong {
	color:#000
}

.fiches-b__icon {
	width:200px
}

.fiches-b__icon img {
	max-width:100%;
	height:auto;
	display:block
}

.fiches-b__button {
	margin:0 auto;
	display:table
}

.fiches-b__button .btn {
	padding: 8px 38px;
	font-size: 19px;
	height: auto;
}


/* Rules */
.rules-b {
	padding:100px 0
}

.rules-b .description {
	font-size: 18px;
}

@media screen and (max-width:750px) {
	.title {
		font-size:24px;
		margin:0 0 35px;
	}

	.welcome-b, .types-b, .clients-b, .new-b, .fiches-b, .rules-b {
		padding:60px 0
	}

	.welcome-b {
		padding-top:40px;
	}

	.types-b {
		padding-bottom:0
	}

	.welcome-b__title {
		line-height:1.3;
		font-size:32px;
	}

	.types-b__item {
		width:100%;
		margin:0 0 50px;
	}

	.new-b__list {
		flex-wrap:wrap;
	}

	.new-b__column {
		font-size:14px;
		width:calc(50% - 10px);
		margin:0 0 20px;
	}

	.new-b__title {
		font-size:20px;
	}

	.fiches-b__item {
		flex-wrap:wrap;
	}

	.fiches-b__icon {
		width:100%;
		display:flex;
		justify-content:center;
		order:0;
		margin:0 0 25px;
	}

	.fiches-b__icon img {
		max-height:70px;
		width:auto
	}

	.fiches-b__about {
		order:1;
		width:100%;
		text-align:center;
		font-size:16px;
	}

	.fiches-b__about ul {
		text-align:left
	}

	.new-b__list_w5 .new-b__column {
		margin: 0 0 10px;
		font-size:18px;
		width:100%;
		text-align:left;
		transform:none !important
	}

	.new-b__img_nomargin {
		margin-bottom:20px;
	}

	.new-b__img {
		transform:none
	}

	.new-b__text br {
		display:none
	}

	.fiches-b__note {
		font-size:18px;
		line-height:1.3
	}

	.clients-b__item {
		width:50%;
		border-bottom:1px solid #ddd !important;
		border-right:1px solid #ddd !important
	}

	.clients-b__item:nth-child(2n){
		border-right:0 !important
	}

	.clients-b__item:nth-last-child(-n+2) {
		border-bottom:0 !important
	}
}

.header__feedback .new_style svg {
	margin-right: 15px;
margin-bottom: 3px;
vertical-align: middle;
}

.header__auth .btn--blue svg {
	margin-right: 15px;
margin-bottom: 3px;
vertical-align: middle;
}

img.video-overlay__play{
    width: 85px;
    height: 85px;
}

/* End */


/* Start:/local/components/techdir/menu/templates/mainMenuDesktopDropDownList/style.css?16367070041358*/
.main-nav-dropdown.main-nav-dropdown_list li > .main-nav-dropdown.main-nav-dropdown_list{
	display: block;
	width: 300px;
	position: absolute;
	left: 100%;
	right: unset;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.main-nav-dropdown.main-nav-dropdown_list li:hover > .main-nav-dropdown.main-nav-dropdown_list {
	visibility: visible;
	opacity: 1;
}

.main-nav-dropdown.main-nav-dropdown_list li > .main-nav-dropdown.main-nav-dropdown_list .main-nav-dropdown__item:first-of-type{
	border-top: none;
}
.parent.main-nav-dropdown__link > a{
	color: #454545;
}
.parent.main-nav-dropdown__link > a:hover{
	color: #f04860;
}
.main-nav-dropdown__link-selector{
	padding-left: 8px;
}

.fixed-header .main-nav .main-nav__item:not(:last-child) {
	margin-right: 16px;
}

.main-nav-dropdown.main-nav-dropdown_list li {
	position: relative;
}

@media(min-width: 1024px) and (max-width: 1460px) {
	.header__main-nav .main-nav__item:nth-child(4) .main-nav-dropdown_list .main-nav-dropdown_list {
		right: 100%;
		left: unset;
	}
}

@media(min-width: 768px) and (max-width: 810px) {
	.header__main-nav .main-nav__item:nth-child(4) .main-nav-dropdown_list .main-nav-dropdown_list {
		width: 260px;
	}
}

@media(min-width: 1024px) and (max-width: 1125px) {
	.header__main-nav .main-nav__item:nth-child(2) .main-nav-dropdown_list .main-nav-dropdown_list {
		width: 250px;
	}
}
/* End */


/* Start:/local/templates/streamTelecom/components/bitrix/form.result.new/bottomPageContactsForm/style.css?1650864411413*/
.contacts__form form{
    padding-right: 46px;
}

.form-note {
    min-height: 200px;
    margin-top: 250px;
}

.captcha-submit-wrapper .inputtext{
	width: 180px;
}
/*.captcha-submit-wrapper .js-tracker-link{
	position: absolute;
	right: 30px;
	margin-top: -30px !important;
	}
*/
@media screen and (max-width: 767px){
	.captcha-submit-wrapper .js-tracker-link{
		right: -5px;
		margin-top: unset !important;
	}
}
/* End */


/* Start:/local/templates/streamTelecom/components/bitrix/menu/footerHorizontal/style.min.css?1507621286490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/streamTelecom/components/bitrix/menu/footerHorizontal/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/streamTelecom/components/bitrix/menu/footerVertical/style.min.css?1507621286490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/streamTelecom/components/bitrix/menu/footerVertical/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/streamTelecom/components/bitrix/news.list/footerSocialsList/style.css?1507621286150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/streamTelecom/components/bitrix/news.list/hamburgerMenu/style.css?1507621286150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/streamTelecom/components/bitrix/form.result.new/calculatorFeedbackModalForm/style.css?1507621286110*/
.contacts__form form{
    padding-right: 46px;
}

.form-note {
    min-height: 200px;
    margin-top: 250px;
}
/* End */


/* Start:/local/components/techdir/techdir.notice.cookies/templates/.default/style.css?15746715511505*/
.cookie-b {

    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background:#3f3949;
    color:#fff;
    font-size:13px;
    line-height:20px;
    z-index:999;
    padding:15px 0 21px;
    box-sizing:border-box;
    font-weight:100
}

@media screen and (max-width:650px) {
    .cookie-b {
        font-size:10px;
        line-height:14px;
        padding:13px 0 14px;
        font-weight:normal
    }
}

.cookie-b * {
    box-sizing:border-box;
}



.cookie-b .container {
    position:relative
}

.cookie-b__text {
    padding:0 100px 0 0;
    max-width:785px;
}

@media screen and (max-width:650px) {
    .cookie-b__text {
        padding:0 30px 0 0;
        max-width:715px;
    }
}
.cookie-b__text a
{
    color:#fff;
    text-decoration:none !important;
    border-bottom:1px solid rgba(255,255,255,.3)
}
.cookie-b__text a:hover
{
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.7)
}

.cookie-b__close {
    position:absolute;
    right:15px;
    top: 20px;
    cursor:pointer
}
.cookie-b__close img {
    display:block
}
@media screen and (max-width:650px) {
    .cookie-b__close {
        top:3px;
        opacity:1;
    }
    .cookie-b__close img {
        width:13px;
        height:13px;
    }
}
.cookie-b__close:hover {
    opacity:1
}
.cookie-b__close a {
    height: auto;
    padding:3px;

    line-height: normal;
    margin-right: 25px;
    background: #0095d9 !important;
}
.cookie-b__close a span{
    vertical-align: -webkit-baseline-middle;
}


/* End */


/* Start:/local/templates/streamTelecom/template_styles.css?1634218357124*/
.container.seo {
	margin-bottom: 35px;
}

.lazy {
	background-image: none!important;
	background-color: #f1f1fa!important;
}
/* End */
/* /local/templates/streamTelecom/css/app.css?1641801339101120 */
/* /local/components/techdir/menu/templates/mainMenuDesktopDropDownList/style.css?16367070041358 */
/* /local/templates/streamTelecom/components/bitrix/form.result.new/bottomPageContactsForm/style.css?1650864411413 */
/* /local/templates/streamTelecom/components/bitrix/menu/footerHorizontal/style.min.css?1507621286490 */
/* /local/templates/streamTelecom/components/bitrix/menu/footerVertical/style.min.css?1507621286490 */
/* /local/templates/streamTelecom/components/bitrix/news.list/footerSocialsList/style.css?1507621286150 */
/* /local/templates/streamTelecom/components/bitrix/news.list/hamburgerMenu/style.css?1507621286150 */
/* /local/templates/streamTelecom/components/bitrix/form.result.new/calculatorFeedbackModalForm/style.css?1507621286110 */
/* /local/components/techdir/techdir.notice.cookies/templates/.default/style.css?15746715511505 */
/* /local/templates/streamTelecom/template_styles.css?1634218357124 */
