body {
    padding: 0;
    margin: 0;
    font-family: 'RobotoSlab', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1;
    position: relative;
}

* {
    box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
    transition: all ease-in-out 0.3s;
}

img {
    display: block;
    width: 100%;
}

.collapse:after {
    content: "";
    display: block;
    clear: both;
    overflow-y: hidden;
}

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

.section_1 .container {
    position: relative;
    z-index: 1;
}

input, textarea, button, select, fieldset {
    outline: none;
    border: none;
}

input[type=submit], input[type=button], button, input[type="radio"], input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}

input[type="submit"],
input[type="radio"] {
    transition: all ease-in-out 0.3s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #c4c4c4;
    transition: all 0.3s;
}

input::-moz-placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #c4c4c4;
}

input:-moz-placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #c4c4c4;

}

input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #c4c4c4;
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

.no-display,
.mobile {
    display: none;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    max-width: 1190px;
    margin: 0 auto;
}

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

header:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 6px 5px 1px rgba(51, 51, 51, 0.1);
    z-index: 10;
}

header .header_top {
    padding: 9px 0;
    background-color: #1f4063;
}

header .header_top .container {
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
}

header .header_top .pers_area {
    position: relative;
    padding-left: 20px;
}

header .header_top .pers_area ul {
    list-style-type: none;
}

header .header_top .pers_area:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/user.svg") no-repeat center;
    background-size: contain;

}

header .header_top .pers_area a {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

header .header_top .pers_area a:hover {
    color: #d3d3d3;
}

.header_bottom .container {
    padding: 0 8px;
    align-items: center;
    justify-content: flex-start;
}

.header_bottom .logo {
    width: 188px;
}


.burger-menu {
    display: none;
}

.main_menu {
    margin-left: 110px;
}

.main_menu ul {
    display: flex;
    justify-content: flex-start;
}

.main_menu ul li {
    list-style-type: none;
}

.main_menu ul li:last-child {
    margin-right: 0;
}

.main_menu ul li a {
    display: inline-block;
    padding: 21px 16px;
    color: #333333;
    font-size: 21px;
    position: relative;
}

.main_menu ul li a:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f4063;
    transition: all ease-in-out 0.3s;
    z-index: -1;
}

@media (min-width: 1024px) and (max-width: 1920px) {


    .main_menu ul li a:hover:before {
        height: 100%;
    }

    .main_menu ul li a:hover {
        color: #fff;
    }

}


.section_1 {
    padding: 129px 0 567px;
    -webkit-clip-path: inset(0 0 4% 0);
    clip-path: inset(0 0 4% 0);
    position: relative;
    z-index: 1;
}

.section_1:after {
    display: block;
    content: '';
    width: 100%;
    height: 602px;
    background: url(/images/bg-fon.png) no-repeat center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section_1:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #f1f1f11c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section_1 ul li,
footer ul.footer_menu {
    list-style: none;
}

.video video {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.section_1 .box {
    width: 295px;
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #9c9c9c;
    transform: rotate(45deg);
    transition: all ease-in-out 0.3s;
}

.section_1 .box .content {
    transform: rotate(-45deg);
    margin-top: -55px;
    margin-left: -50px;
    transition: all ease-in-out 0.5s;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .section_1 .box:hover {
        transform: rotate(60deg);
        background: rgba(255, 255, 255, 0.2);
        outline: 5px solid rgba(255, 255, 255, 0.2);
    }


    .section_1 .box:hover .content {
        transform: rotate(-60deg);
        margin-top: -41px;
        margin-left: -60px;
    }

    @-moz-document url-prefix() {
        .section_1 .box:hover .content {
            position: absolute;
        }
    }

}

.section_1 .box h2 {
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    padding-top: 100px;
    position: relative;
    color: #fff;
}

.section_1 .box h2 a {
    color: #fff;
}

.section_1 .box h2:before {
    display: block;
    content: '';
    width: 80px;
    height: 79px;
    background: url("/images/internet.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.section_1 .box2 h2:before {
    background: url("/images/camera.png") no-repeat center;
    background-size: contain;
}

.section_1 .box3 h2:before {
    background: url("/images/ip-tv.png") no-repeat center;
    background-size: contain;
}

.section_2 {
    padding: 0 0 140px;
    margin-top: -180px;
    background-size: 121%;
    position: relative;
    z-index: 1;
}

.section_2 .container {
    padding: 0 10px;
}

.title {
    position: relative;
    padding-bottom: 30px;
}

.title:after {
    display: block;
    content: '';
    width: 93px;
    height: 5px;
    border-radius: 3px;
    background-color: #c4c4c4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title h2 {
    font-size: 55px;
    font-weight: 400;
    color: #e13511;
}

.section_3 {
    position: relative;
    z-index: 2;
}

.section_2 .content,
.section_3 .content {
    width: 83%;
}

.section_2 .content fieldset.formHorizontal.formContainer {
    padding: 0;
    margin: 90px 0 0 0;
}

.section_3 .content {
    margin-top: 50px;
}

.section_2 .content form .top label,
.section_2 .content form .bottom legend,
.section_3 .content form label {
    display: block;
    margin-bottom: 30px;
    font-size: 21px;
    color: #1f4063;
    font-weight: 700;
}

.section_2 .content form .top input,
.section_3 .content form input[type="text"] {
    display: inline-block;
    padding: 13px 0 11px 25px;
    width: 260px;
    border-radius: 20px;
    border: 2px solid #b2b2b2;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.section_2 .content form .top .left_side input[type="text"]:not(:last-of-type) {
    margin-right: 33px;
}

.section_2 .content form .top .right_side input {
    width: 216px;
}

.section_2 .content form .top .right_side input#house {
    width: 128px;
}

.section_2 .content form .bottom {
    margin-top: 53px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section_2 .content form .bottom input[type="checkbox"] {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    border: 3px solid #b2b2b2;
    background-color: #ffffff;
    cursor: pointer;
}

.section_2 .content form .bottom input[type="checkbox"]:checked {
    background-color: #e13511;
    border-color: #e13511;
}

.section_2 .content form .bottom fieldset {
    width: 53%;
    padding: 0;
}

.section_2 .content form .bottom p,
.section_2 .content form .bottom .checkbox {
    display: flex;
    align-items: center;

}

.news-block .support-card .front .card-description {
    margin-top: 79px;
}

.section_2 .content form .bottom label {
    padding-left: 10px;
    padding-right: 60px;
    cursor: pointer;
    width: max-content;
}

.section_2 .content form .bottom label:last-of-type {
    margin-right: 0;
}

.section_2 .content form .bottom input[type="submit"],
.section_3 .content form input[type="submit"] {
    width: 248px;
    height: 48px;
    box-shadow: 5px 2px 2px rgba(51, 51, 51, 0.2);
    border-radius: 20px;
    background-color: #e13511;
    color: #ffffff;
    font-size: 21px;
    cursor: pointer;
    border: 3px solid #e13511;
}

.section_2 .content form .bottom input[type="submit"]:hover {
    background-color: #fff;
    color: #e13511;
}

.section_2 .content form .bottom input[type="submit"]:active {
    background-color: #b62b0e;
}

.section_3 {
    padding: 0;
    background: url("/images/background_2.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.section_3 .oplata_wrapper {
    padding: 77px 0 92px;
}

.section_3 .content form input[type="text"] {
    width: 362px;
    margin-right: 30px;
}

.section_3 .content form input[type="submit"] {
    background-color: #e13511;
}

.section_3 .content form input[type="submit"]:hover {
    background-color: #fff;
    color: #e13511;
}

.section_3 .content form input[type="submit"]:active {
    background-color: #cd0000;
}

.section_3 .content form div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section_3 .content form span {
    display: inline-block;
    margin-top: 18px;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}


.section_4 {
    padding: 0;
    background: url("/images/background_3.png") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.section_4 .equipment {
    margin-top: 150px;
    padding-bottom: 150px;
}

.section_4 .equipment .content {
    margin-top: 115px;
}

.section_4 .content {
    margin-top: 23px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section_4 .discount_title {
    margin-bottom: 60px;
}

.section_4 .discount_title h3 {
    color: #2f2f2f;
    font-size: 23px;
    font-weight: 400;
}


.section_2 .content form input.rsform-input-box.rsform-error,
.section_2 .content form input[type="checkbox"].rsform-error {
    border: 2px solid #e13511;
}

.rs_block .formError {
    color: #e13511;
    font-weight: 400;
    font-size: 12px;
}


.section_4 .item_list .tab_content {
    display: none;
}

.section_4 .equipment .item_list,
.section_4 .tab_content.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_4 .equipment .item_list,
.section_4 .tab_content.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.section_4 .equipment .item_list {
    margin: 0 auto;
    max-width: 918px;
    width: 100%;
}

.section_4 .tariffs {
    padding-top: 114px;
}

.section_4 .tariffs .tabs_content {
    margin: 0 auto;
}

.section_4 .tariffs .tab_content.active {
    justify-content: center;
}


.section_4 .item_list .title_tabs {
    margin: 0 auto 35px;
    display: table;
    box-shadow: 5px 2px 11px rgba(51, 51, 51, 0.2);
}

.section_4 .item_list .title_tab {
    display: inline-block;
    min-width: 200px;
    padding: 17px 8px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #895959;
    font-size: 20px;
    cursor: pointer;
}

.section_4 .item_list .title_tab.active {
    background: #e13511;
    color: #fff;
    box-shadow: 0 0 11px rgba(255, 46, 46, 0.38);
}

.section_4 .item_list .title_tab:last-child {
    border-right: none;
}

.section_4 .item {
    width: 266px;
    padding: 50px 30px 50px;
    min-height: 401px;
    background-color: #fff;
    text-align: center;
    color: #333333;
    box-shadow: 5px 2px 20px rgba(94, 94, 94, 0.45);
    opacity: 1;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.section_4 .item {
    box-shadow: 5px 2px 11px rgba(51, 51, 51, 0.2);
    opacity: 0.5;
}


.section_4 .tab_content .tariffs_item {
    margin: 0 26px 15px;
}

.section_4 .tab_content .tariffs_item:last-child {
    margin-right: 0;
}

.section_4 .item.active {
    box-shadow: 5px 2px 20px rgba(94, 94, 94, 0.45);
    opacity: 1;
    position: relative;
}

.tariffs_item .number_icon {
    position: absolute;
    top: 17px;
    right: 17px;
    color: #999999;
}

.section_4 .tariffs .tariffs_item .name p {
    font-size: 27px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2;
}

.section_4 .tariffs .tariffs_item .name p.color {
    color: #e13511;
}

.section_4 .tariffs .tariffs_item .price_list {
    margin-top: 63px;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    line-height: 1.35;
    text-align: justify;
}

.section_4 .tariffs .tariffs_item .price_list p {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.section_4 .tariffs .tariffs_item .price_list p span {
    padding: 0 1px;
    background-color: #fff;
    z-index: 5;
}

.section_4 .tariffs .tariffs_item .price_list p:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    background: url("/images/dot.png") repeat-x bottom;
}


.section_4 .tariffs .tariffs_item .price_list span + span {
    color: #78b64c;
}

.section_4 .price {
    margin-top: 46px;
    font-size: 26px;
    font-weight: 700;
}

.section_4 .button {
    margin-top: 15px;
}

.section_4 .button a {
    display: block;
    width: 196px;
    padding: 12px 0;
    background-color: #fff;
    border: 3px solid #e13511;
    border-radius: 19px;
    box-shadow: 5px 2px 2px rgba(51, 51, 51, 0.2);
    color: #e13511;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.section_4 .item.active .button a {
    background-color: #e13511;
    color: #fff;
}

.section_4 .news-block .button a:hover {
    background-color: #e13511;
}

.section_4 .news-block .support-card .button a:hover {
    background: #dcdcdc;
    color: #e13511;
}

.section_4 .tab_content .sliders {
    width: 100%;
}

.section_4 .tab_content .polzunok-container-1,
.section_4 .tab_content .polzunok-container-2 {
    position: relative;
    margin: 50px auto 0;
    width: 75%;
}

.polzunok-container-1 *,
.polzunok-container-2 * {
    outline: none;
}

.polzunok-container-1,
.polzunok-container-2 {
    padding: 10px 21px;
}

.polzunok-container-1 .name,
.polzunok-container-2 .name {
    font-size: 25px;
    color: #e13511;
    margin-bottom: 75px;
}

/*.polzunok-container-2 .name {*/
/*margin-bottom: 35px;*/
/*}*/

.polzunok-container-1 .ui-slider,
.polzunok-container-2 .ui-slider {
    position: relative;
    background: #fafafa;
    height: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
}

.polzunok-container-1 .polzunok-1 {
    margin-top: 20px;
}


.polzunok-container-1 .ui-slider .ui-slider-handle,
.polzunok-container-1 .polzunok-1 b,
.polzunok-container-2 .ui-slider .ui-slider-handle,
.polzunok-container-2 .polzunok-2 b {
    position: absolute;
    margin-left: -21px;
    text-align: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
    padding-top: 7px;
    cursor: pointer;
    border-radius: 100%;
    border: 4px solid #e8e8e8;
    top: -14px;
    background: #FFF;
    z-index: 2;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
}

.polzunok-container-1 .ui-slider .ui-slider-handle,
.polzunok-container-2 .ui-slider .ui-slider-handle {
    z-index: 3;
    border: 4px solid #e13511;
    box-shadow: none;
    background: transparent;
}

.polzunok-container-1 .ui-slider .ui-slider-range,
.polzunok-container-2 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 16px;
    display: block;
    border: 0;
    background: #e13511;
}

.polzunok-container-1 .ui-slider-horizontal .ui-slider-range-min,
.polzunok-container-2 .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.polzunok-container-1 .ui-slider-horizontal .ui-slider-range-max,
.polzunok-container-2 .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.value {
    display: table;
    position: absolute;
    font-size: 25px;
    top: 60px;
}


.section_4 .more {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.section_4 .equipment .item {
    background-color: #fafafa;
}

.section_4 .equipment .more {
    margin-top: 50px;
}

.section_4 .more a {
    padding-right: 40px;
    font-size: 17px;
    font-weight: 700;
    color: #999999;
    position: relative;
}

.section_4 .more a:after,
.section_4 .news-block .all-news-lnk:after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 18px;
    height: 18px;
    background: url("/images/right-arrow.svg") no-repeat center;
    background-size: contain;
    transition: all ease-in-out 0.3s;
}

.section_4 .more a:hover {
    color: #454545;
}

.section_4 .more a:hover:after,
.section_4 .news-block .all-news-lnk:hover:after {
    transform: translate(15px, 0px);
}


.section_4 .equipment .equipment_item .img {
    width: 153px;
    height: 150px;
    margin: 0 auto;
}

.section_4 .equipment .equipment_item .name {
    margin-top: 36px;
    font-size: 15px;
}

.section_4 .equipment .equipment_item .price {
    margin-top: 30px;
}


.news-block {
    background-color: #ffffff;
    padding: 100px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
}

.news-block .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-block .col-md-6 {
    width: 33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.news-block .card,
.support-card .back,
.news-block .card-background {
    background-color: #e13511;
}

.news-block .rotating-card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.news-block .card-background, .back-background {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.news-block .card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}

.rotating-card-container .card-image .back,
.rotating-card-container .card-image .front,
.rotating-card-container .card .back,
.rotating-card-container .card .front {
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


.news-block .rotating-card-container .card-image .front,
.news-block .rotating-card-container .card .front {
    position: relative;
    z-index: 2;
}


.news-block .rotating-card-container .card .back {
    box-shadow: none;
}

.news-block .rotating-card-container .card-image .back,
.news-block .rotating-card-container .card .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news-block .card, .support-card .back,
.news-block .card-background {
    background-color: transparent;
}

.news-block .rotating-card-container:hover .card-image .back,
.news-block .rotating-card-container:hover .card .back {
    backface-visibility: visible;
    visibility: visible;
}

.news-block .rotating-card-container .card.news-card .back {
    background: #fff;
}

.news-block .rotating-card-container:hover .card-image, .rotating-card-container:hover .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.news-block .rotating-card-container .card-image, .rotating-card-container .card {
    -webkit-transition: transform 1s cubic-bezier(0.34, 1.45, 0.7, 1);
    -moz-transition: transform 1s cubic-bezier(0.34, 1.45, 0.7, 1);
    -o-transition: transform 1s cubic-bezier(0.34, 1.45, 0.7, 1);
    -ms-transition: transform 1s cubic-bezier(0.34, 1.45, 0.7, 1);
    transition: transform 1s cubic-bezier(0.34, 1.45, 0.7, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.news-block .card .card-content {
    padding: 15px 30px;
}

.news-block .card-background .card-content, .back-background .card-content {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-block .rotating-card-container .card:not(.news-card) .front {
    background: #e13511;
}

.news-block .rotating-card-container .news-card .front {
    background: #fff !important;
    height: 100%;
}

.back.back-background {
    background: #e13511 !important;
}

.news-block .back-background.center .card-content {
    justify-content: center;
}

.section_4 .back-background.center .button {
    margin-top: 0;
}

.section_4 .back-background.center {
    background-color: #e13511;
}

.section_4 .news-block .button a {
    display: block;
    width: 196px;
    padding: 12px 0;
    border: 3px solid #ffffff;
    border-radius: 19px;
    box-shadow: 5px 2px 2px rgba(51, 51, 51, 0.2);
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #e13511;
}

.section_4 .news-block .button a:hover {
    background: #dcdcdc;
    color: #e13511;
}

.section_4 .news-block .news-card a:hover {
    background: #fff;
    color: #e13511;
    border-color: #e13511;
}

.news-block .support-card .card-title {
    margin-bottom: 15px;
}

.news-block .support-icon {
    width: 33px;
    height: 29px;
    margin-bottom: 21px;
}

.news-block .card-background .card-title,
.back-background .card-title,
.news-block .card-background .card-title a,
.back-background .card-title a {
    color: #FFFFFF;
    margin-top: 10px;
}

.news-block .lk-card h6 {
    font-weight: 300;
    line-height: 2rem;
}

.news-block .card-title {
    font-size: 20px;
}

.news-block .card-description {
    font-size: 15px;
    color: #FFFFFF;
}

.news-block .support-card .card-description {
    margin-top: 20px;
}

.news-block .support-card .card-description:before {
    content: url("/images/support-24.svg");
    display: inline-block;
    width: 28px;
    height: 25px;
    vertical-align: -6px;
}

.news-block .category-social {
    color: #e13511;
    font-size: 20px;
    line-height: 1.55em;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}

.news-block .category-social:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background: url("/images/news.svg") no-repeat center;
    background-size: contain;
}

.news-block .all-news-lnk {
    font-size: 16px;
    color: #6F8A94;
    font-weight: 300;
    position: relative;
    padding-right: 30px;
}

.section_4 .news-block .all-news-lnk:hover {
    color: #576c74;
}

.section_4 .news-block .all-news-lnk:after {
    background: url('/images/arrow.svg') no-repeat center;
    background-size: contain;
}

.news-block .news-card {
    height: 279px;
    background: #fff;
    border: 2px solid #e13511;
}


footer {
    padding: 15px 0 5px;
    background-color: #1f4063;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

footer .container {
    width: 100%;
    max-width: 920px;
    display: flex;
    justify-content: space-between;
}

footer h3,
footer .right_side p,
footer .right_side a {
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
}

footer .left_side {
    display: flex;
}

footer .left_side > div:first-child {
    margin-right: 37px;
}

footer .footer_menu {
    margin-top: 25px;
}

footer ul.footer_menu li a {
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    color: #8ca7c4;
}

footer ul.footer_menu li a:hover {
    color: #b6d8fc;
}

footer .right_side .inf.inf_2 {
    margin: 19px 0;
}

footer .right_side .inf p,
footer .right_side .inf a {
    line-height: 1.3;
}


footer .right_side .inf a:hover {
    color: #d3d3d3;
}

.polzunok-container-1 .sum_discount {
    display: table;
    margin-left: -18px;
}

.polzunok-container-1 #result {
    width: 130px;
    text-align: center;
}

/* Thanks Form */

.form-thanks-msg {
    width: 380px;
    margin-left: -190px;
    padding: 55px 10px;
    position: fixed;
    top: 40%;
    left: 50%;
    background: #fff;
    border: 3px solid #e13511;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    color: #e13511;
    z-index: 12;
}

.form-thanks-msg-bg, .form-thanks-msg {
    display: none;
}

.form-thanks-msg-bg.active, .form-thanks-msg.active {
    display: block;
}

.form-thanks-msg-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 11;
}

.tooltip.fade {
    display: none !important;
}

/* Новости */

#k2Container .title {
    margin-bottom: 25px;
}

#k2Container.news {
    padding-top: 35px;
}

div.catItemView {
    margin-bottom: 35px;
    padding: 11px 20px;
    border: 2px solid #e13511;
    border-radius: 5px;
    box-shadow: 5px 5px 8px rgba(94, 94, 94, 0.3);
    background: #fafafa;
}

.catItemBody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.catItemImageBlock {
    margin: 0;
    padding: 0;
    width: 150px;
}

span.catItemImage {
    margin: 0;
}

.news-content {
    padding-left: 20px;
    width: calc(100% - 150px);
    text-align: justify;
}

div.catItemHeader h3.catItemTitle:hover a {
    color: #e13511;
}

div.catItemIntroText {
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

div.catItemHeader span.catItemDateCreated {
    font-weight: 300;
}

div.catItemReadMore {
    float: right;
    text-align: right;
}


div.catItemReadMore a {
    display: block;
    width: 150px;
    padding: 8px 0;
    border: 1px solid #e13511;
    border-radius: 5px;
    box-shadow: 5px 2px 2px rgba(51, 51, 51, 0.2);
    color: #e13511;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}


div.catItemReadMore a:hover {
    background: #e13511;
    color: #fff;
}


div.k2Pagination ul li a,
div.k2Pagination ul li span {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 8px;
    border: 1px solid #e13511;
    border-radius: 4px;
    vertical-align: middle;
    background: #fff;
    text-decoration: none;
}

div.k2Pagination ul {
    margin-bottom: 10px;
}

div.k2Pagination ul li.pagination-start span.pagenav,
div.k2Pagination ul li.pagination-prev span.pagenav,
div.k2Pagination ul li.pagination-next span.pagenav,
div.k2Pagination ul li.pagination-end span.pagenav {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    color: #000;
}

div.k2Pagination ul li span.pagenav {
    background-color: #e13511;
    color: #fff;
}

div.k2Pagination ul li a:hover {
    background-color: #e13511;
    color: #fff;
}

/* Статья */

div.itemView.container {
    margin: 0 auto;
}

#k2Container.news_item {
    padding: 30px 0;
}

div.itemBody {
    margin-top: 20px;
    padding: 0;
}

div.itemHeader h2.itemTitle {
    padding: 10px 0 4px 0;
    margin: 0;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}

div.itemHeader span.itemDateCreated {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}

div.itemImageBlock {
    margin: 0 25px 20px 0;
    padding: 0;
    float: left;
}

span.itemImage {
    width: 240px;
}

div.itemFullText p {
    text-indent: 15px;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
}

div.itemTwitterButton {
    margin: 0 15px 0 0;
}


/* Sliders */

.polzunok-container-1 .sum_discount span,
.polzunok-container-2 .sum_discount span {
    display: block;
    text-align: center;
}

.polzunok-container-1 .sum_discount span.new_total,
.polzunok-container-2 .sum_discount span.new_total {
    color: #e13511;
}

.polzunok-container-1 .value.active .sum_discount span.old_total,
.polzunok-container-2 .value.active .sum_discount span.old_total {
    text-decoration: line-through;
    font-size: 20px;
}

.value.active {
    top: 43px;
}

.sliders .scale {
    display: table;
    margin: 0 auto;
    margin-top: 35px;
    font-size: 20px;
    text-transform: uppercase;
    color: #e13511;
    font-weight: bold;
}

.sliders .scale .scale_par {
    font-size: 40px;
}

.polzunok-container-2 .sum_discount {
    display: table;
    margin-left: -18px;
}

.polzunok-container-2 #result2 {
    width: 130px;
    text-align: center;
}

/*Стили для страницы Интернет+TV*/

.internet_tv_page .section_4 {
    padding: 0;
}

.internet_tv_page .section_4 .equipment {
    margin-top: 0;
    padding-bottom: 0;
}

.rsform .formValidation {
    display: block;
    text-align: center;
}

.rsform .rs_block {
    display: inline-block;
}

.rsform .rs_block.mrg-left {
    margin-left: 33px;
}