.line {
    box-sizing: border-box;
    min-width: unset;
    width: 100%;
}

body>font.tablebodytext {
    display: none;
}

body,
table {
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #4f4f4f;
    letter-spacing: 0.1px;
}

.cnt {
    padding-left: 20px;
    padding-right: 20px;
}

.medium {
    font-weight: 500;
}

.title--h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #333333;
}

.title--h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #333333;
}

.h1wr h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    /* flex-wrap: wrap; */
}

.flex-container {
    display: flex;
}

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

.supported-by {
    min-width: 231px;
}

.supported-by a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.seoby {
    min-width: 223px;
}

.seoby,
.supported-by {
    line-height: 18px;
}

.seoby *,
.supported-by * {
    font-size: 15px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 22px;
    color: #213147;
    column-gap: 14px;
}

.service-items {
    row-gap: 20px;
}

.service-item {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    padding: 30px 20px;
    border: 1px solid #e5edf5;
    box-sizing: border-box;
}

.service-item:hover {
    box-shadow: 0px 4px 20px rgba(0, 37, 82, 0.15);
}

.service-item .img-wr {
    min-width: 124px;
    width: 124px;
    min-height: 124px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .img-wr img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.service-item .text-wr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #213147;
}

.service-item .title:hover {
    color: #e36637;
    text-decoration-line: underline;
}

.service-item .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin-top: 30px;
}

.service-item .more {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
}

.service-item .more,
.service-item .more a {
    color: #285fa0;
    text-decoration: none;
}

.service-item .text-wr .more>div {
    padding-right: 50px;
    position: relative;
    display: inline-block;
}

.service-item .text-wr .more a+span {
    top: 9px;
    position: absolute;
    width: 30px;
    height: 10px;
    background-image: url(/local/templates/cable/img/arrow-to-r.svg);
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: opacity, right;
    transition-duration: 0.3s;
    right: 25px;
}

.service-item .text-wr .more a:hover+span {
    opacity: 1;
    right: 0;
}

.line.header.header-mobile,
.line.header.header-mobile-more,
.mobile-menu-block-wr {
    display: none;
}

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

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

a {
    color: #e36637;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button,
button:not([class^="bx-"]) {
    cursor: pointer;
    background: #285fa0;
    border-radius: 2px;
    border: none;
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    overflow: hidden;

    /* background: linear-gradient(to bottom, rgba(40,95,160,1) 0%, rgba(40,95,160,1) 50%, rgba(248,80,50,1) 50%, rgba(248,80,50,1) 100%); */
    background: linear-gradient(to bottom,
            rgba(40, 95, 160, 1) 0%,
            rgba(40, 95, 160, 1) 50%,
            rgba(227, 102, 55, 1) 50%,
            rgba(227, 102, 55, 1) 100%);
    background-size: 100% 200%;
    transition-property: background-position;
    transition-duration: 0.3s;
}

button:not([class^="bx-"]):disabled {
    background: #666666;
    cursor: not-allowed;
}


.btn-b.bb1:hover,
button.basket:hover,
.button:hover,
button:not([class^="bx-"]):hover {
    text-decoration: none;
    background-position: 0% 100%;
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar button.lg-icon {
    font-family: "lg";
}

.item-markorazmer a.detailed,
.slider-catalog-prods button,
.slider-catalog-prods .button {
    background: #285fa0;
    transition-property: background;
    transition-duration: 0.3s;
}

.item-markorazmer a.detailed:hover,
.slider-catalog-prods button:hover,
.slider-catalog-prods .button:hover {
    background: #498bd9;
}

button.question,
.header .search-wr button {
    font-size: 16px;
    line-height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    height: 46px;
}

.header a {
    cursor: pointer;
    text-decoration: none;
}

.header {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #f2f3f5;
}

.header .city-select-wr .h {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4f4f4f;

    margin-bottom: 12px;
}

.header .city-select-wr .label {
    font-size: 14px;
    line-height: 17px;
    color: #828282;
    margin-bottom: 3px;
}

.header .city-select-wr .city-select {
    font-size: 15px;
    line-height: 18px;
}

.header .call-wr .label {
    font-size: 13px;
    line-height: 15px;
    color: #828282;
}

.header .call-wr .tel {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 2px;
}

.header .call-wr .a-call-back {
    font-size: 15px;
    line-height: 18px;
}

.header .email-wr .label {
    font-size: 14px;
    line-height: 17px;
    color: #828282;

    margin-top: 3px;
}

.header .email-wr .a-email {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}

.header .city-select-wr,
.header .call-wr,
.header .email-wr {
    flex-direction: column;
    display: flex;
}

.header .city-select-wr .city-select .aroww-down {
    background-image: url(img/arrow-down.svg);
    background-repeat: no-repeat;
    width: 9px;
    height: 6px;
    display: inline-block;
    margin-left: 6px;
}

.header .search-wr {
    margin-top: 24px;
}

.header .search-wr .input-wr {
    flex-grow: 1;
}

.header .search-wr .input-wr input {
    background: #ffffff;
    border: 1px solid #d1dae2;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    width: calc(100% + 2px);
    height: 46px;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 15px;

    background-image: url(img/search1.svg);
    background-repeat: no-repeat;
    background-position: 13px;
}

textarea:not([class^="bx-"]):focus,
input:not(.no-focus-style):focus {
    border: 1px solid #d2eaff !important;
    box-shadow: 0px 0px 10px rgba(77, 158, 255, 0.12);
}

form.dirty textarea.vld:invalid,
form.dirty input[type="text"].vld:invalid,
form.dirty input:invalid,
form.dirty .checkbox_wr input[type="checkbox"]:invalid+.checkbox {
    border: 1px solid #e4adad !important;
}

.header .search-wr .input-wr input::placeholder {
    font-style: italic;
    font-weight: normal;
    color: #b4b4b4;
}

.header .search-wr .gr {
    display: flex;
    align-items: center;
}

.header .search-wr .label {
    width: 190px;
    color: #333333;
    font-weight: 500;
    font-size: 19px;
}

.header .basket {
    padding-top: 8px;
    position: relative;
}

.fix_menu_basket_call_wr,
.fix_menu_search_call_wr {
    position: relative;
    display: flex;
    align-items: center;
}

.fix_menu_basket_call_wr .basket-count,
.header .basket .basket-count {
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #e45829;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    right: 0;
    top: 0;
}

.header .city-select-wr .city-select-div-wr {
    font-size: 15px;
    line-height: 18px;
}

.header .city-clarify {
    background: #fff;
    padding: 13px 20px;
    border: 0px solid #fff;
    position: absolute;
    box-shadow: 0px 0px 5px 5px rgb(0 37 82 / 12%);
    margin-top: 8px;
    z-index: 120;
    padding-bottom: 10px;
}

.header .city-clarify .city-clarify-text {
    margin-bottom: 8px;
}

.header .city-clarify button {
    padding: 8px 8px;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    line-height: 100%;
    height: 36px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.header .city-clarify .city-clarify-btns button:first-child {
    margin-right: 13px;
}

.header .city-clarify button.light {
    padding: 9px 8px;
}

.header .city-clarify:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff;
    content: "";
    position: absolute;
    top: -8px;
    left: 30px;
}

/*
.header.header-mobile-more .city-clarify{
	right: 10px;
}
.header.header-mobile-more .city-clarify:before {
	left: auto;
	right: 30px;
}
@media screen and (max-width: 450px){ 
	
	.header.header-mobile-more .city-clarify{
		right: auto
	}
	.header.header-mobile-more .city-clarify:before {
		left: 30px;
		right: auto;
	}
}
*/

.header.header-mobile-more .city-clarify {
    left: 15px;
    right: 15px;
    text-align: center;
}

.header.header-mobile-more .city-clarify:before {
    display: none;
}

.fix_menu_basket_call_wr .basket {
    display: inline-block;
    cursor: pointer;
    padding-right: 0;
}

.fix_menu_basket_call_wr .basket img {
    display: block;
}

.fix_menu_basket_call_wr .basket.hide {
    display: none;
}

.fix_menu_basket_call_wr .basket-count {
    top: 5px;
    right: -10px;
}

.fix_menu_search_call_wr .fix_menu_search_call {
    cursor: pointer;
}

.fix_menu_search_call_wr .fix_menu_search_call>img {
    display: block;
    width: 24px;
    height: 24px;
}

.fix_menu_search_call_wr .fix_menu_search_call.hide {
    display: none;
}

/**/

.header-menu {
    background: #213147;
    color: #fff;
    /* position: sticky;
    top: 0;
    z-index: 100; */
}

.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-menu ul>li {
    list-style: none;
}

.header-menu ul.level-0>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 12.5px;
    padding-right: 12.5px;
    line-height: 100%;
}

.header-menu ul.level-0>li>a#header-menu-catalog-opener {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.header-menu ul.level-0>li>a:hover {
    text-decoration: none;
}

.header-menu ul.level-0 {
    display: flex;
}

.header-menu ul.level-0>li>a {
    height: 54px;
    display: block;
    line-height: 54px;
    white-space: nowrap;
    transition: background 0.3s;
}

.header-menu ul.level-0>li>a:nth-child(2) {}

.header-menu ul.level-0>li>a#header-menu-catalog-opener {
    padding-right: 24px;
    border-right: 1px solid #4d5a6c;
}

.header-menu ul.level-0>li>a:hover,
.header-menu ul.level-0>li>a.selected {
    background: #285fa0;
}

.header-menu ul.level-0>li.catalog-item>a {
    border-left: none;
    background: #e36637;
}

.header-menu ul.level-0>li.catalog-item>a .burger {
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
    position: relative;

    background-size: 19px 16px;
}

.header-menu ul.level-0>li.catalog-item>a .burger>span {
    width: 19px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.2s;
    display: block;
}

.header-menu ul.level-0>li.catalog-item>a.open .burger {}

.header-menu ul.level-0>li.catalog-item>a.open .burger>span.burger-item-1 {
    transform: rotate(-45deg) translate(-3.5px, 5px);
}

.header-menu ul.level-0>li.catalog-item>a.open .burger>span.burger-item-2 {
    opacity: 0;
}

.header-menu ul.level-0>li.catalog-item>a.open .burger>span.burger-item-3 {
    transform: rotate(45deg) translate(-3.5px, -5px);
}

.header-menu ul.level-0>li>a .aroww-down {
    background-image: url(img/arrow-down-wh.svg);
    background-repeat: no-repeat;
    width: 9px;
    height: 6px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -2px;
}

.header-menu .search-wr {
    padding-left: 12.5px;
    flex-grow: 1;
}

.header-menu .search-wr * {
    box-sizing: content-box;
}

.header-menu .search-wr form {
    height: 100%;
}

.header-menu .search-wr .gr {
    position: relative;
    height: calc(100% - 8px);
    padding-bottom: 4px;
    padding-top: 4px;
}

.header-menu .search-wr .gr .input-wr,
.header-menu .search-wr .gr .input-wr input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: unset;
}

.header-menu .search-wr .gr .input-wr input {
    width: calc(100% - 13px);
    font-size: 15px;
    padding-left: 13px;
    background-color: #606e81;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.header-menu .search-wr .gr .input-wr input::placeholder {
    color: #fff;
}

.header-menu .search-wr .gr .input-wr:hover input,
.header-menu .search-wr .gr .input-wr input:focus,
.header-menu .search-wr .gr .input-wr:hover input::placeholder,
.header-menu .search-wr .gr .input-wr input:focus::placeholder {
    color: #4f4f4f;
}

.header-menu .search-wr .gr .input-wr:hover input,
.header-menu .search-wr .gr .input-wr input:focus {
    background-color: #fff;
}

.header-menu .search-wr .gr .input-wr .search-icon {
    display: flex;
    position: absolute;
    right: 13px;
    top: 0;
    height: 100%;
    align-items: center;
}

.header-menu .search-wr .gr .input-wr .search-icon svg {
    fill: #fff;
    transition: fill 0.3s ease-in-out;
}

.header-menu .search-wr .gr .input-wr .search-icon.entered svg,
.header-menu .search-wr .gr .input-wr .search-icon.focused svg {
    fill: #b4b4b4;
}

.header-menu .search-wr .gr button {
    background: none;
    padding: 0;
}

.header-menu .search-wr .gr .input-wr input:focus,
.header-menu .search-wr .gr .input-wr input:invalid {
    border: none !important;
    box-shadow: none;
}

@-webkit-keyframes toggle_opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#header-menu-fixed {
    opacity: 1;
    transition: top 0.3s linear;
    background: #fff;
    display: block;
    position: fixed;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
    top: -100px;
    width: 100%;
    z-index: 100;
    margin: 0;
}

#header-menu-fixed .logo-wrap {
    font-weight: 700;
    font-size: 23.9644px;
    line-height: 28px;
    padding: 10px 0;
    column-gap: 10px;
    text-decoration: none;
}

#header-menu-fixed>.cnt>.row>.col.flex {
    column-gap: 32px;
}

#header-menu-fixed.fixed {
    top: 0;
}

#header-menu-fixed .menu-open-btn {
    display: flex;
    align-items: center;
    column-gap: 7px;
    height: 100%;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 100%;
    background: #f2f3f5;
    border: 1px solid #d1dae2;
    padding-left: 21px;
    padding-right: 21px;
    cursor: pointer;
    box-sizing: border-box;
}

#header-menu-fixed .header-menu-fixed-content:hover .menu-open-btn {
    background: #e45829;
    color: #fff;
}

#header-menu-fixed-content-insert {
    display: none;
    animation: toggle_opacity 0.3s ease-in-out;
    opacity: 0;
}

#header-menu-fixed .header-menu-fixed-content:hover #header-menu-fixed-content-insert {
    display: block;
    opacity: 1;
}

#header-menu-fixed .menu-open-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-menu-fixed .header-menu-fixed-content:hover .menu-open-btn .menu-open-btn-arrow svg path {
    stroke: #fff;
}

#header-menu-fixed .menu-open-btn-text {
    text-transform: uppercase;
}

#header-menu-fixed .menu-open-btn .burger-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

#header-menu-fixed .menu-open-btn .burger-item,
#header-menu-fixed .menu-open-btn .burger::before,
#header-menu-fixed .menu-open-btn .burger::after {
    content: "";
    display: block;
    width: 19px;
    height: 2px;
    background: #333;
}

#header-menu-fixed .header-menu-fixed-content:hover .menu-open-btn .burger-item,
#header-menu-fixed .header-menu-fixed-content:hover .menu-open-btn .burger::before,
#header-menu-fixed .header-menu-fixed-content:hover .menu-open-btn .burger::after {
    background: #fff;
}

#header-menu-fixed .header-menu-fixed-content {
    position: relative;
}

#header-menu-fixed-content-insert {
    position: absolute;
    top: 100%;
    left: 0;
}

#header-menu-fixed-content-insert .ulwr {
    background: #f2f3f5;
    left: 100%;
    top: 0;
    position: absolute;
    display: none;
    opacity: 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    min-width: 196px;
}

/* #header-menu-fixed-content-insert .ulwr ul{
    overflow-y: auto;
} */

#header-menu-fixed-content-insert .ulwr .ulwr {
    min-width: 257px;
}

#header-menu-fixed-content-insert .ulwr .ulwr .ulwr {
    min-width: 310px;
}

#header-menu-fixed-content-insert .ulwr .ulwr .ulwr .ulwr {
    display: none;
}

#header-menu-fixed-content-insert .ulwr.ulwr-0 {
    left: 0;
    display: block;
    opacity: 1;
}

#header-menu-fixed-content-insert .ulwr li {
    padding: 15px;
    color: #333333;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
}

#header-menu-fixed-content-insert .ulwr li+li {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}

#header-menu-fixed-content-insert .ulwr li .parent_name {
    display: none !important;
}

#header-menu-fixed-content-insert .ulwr li a {
    color: inherit;
    display: block;
    width: 100%;
}

#header-menu-fixed-content-insert .ulwr li a img {
    display: none;
}

#header-menu-fixed-content-insert .ulwr li.is_parent .arrow {
    width: 6px;
    height: 9px;
    background-size: contain;
    background-image: url("/local/templates/cable/img/fixed-menu-arrow-right.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

#header-menu-fixed-content-insert .ulwr .ulwr .ulwr li.is_parent .arrow {
    display: none;
}

#header-menu-fixed-content-insert .ulwr li.catalog-item {
    color: #e45829;
}

#header-menu-fixed-content-insert .ulwr li.catalog-item>.arrow {
    background-image: url("/local/templates/cable/img/fixed-menu-arrow-orange.svg");
}

#header-menu-fixed-content-insert li.is_parent:hover>.ulwr {
    display: block;
    opacity: 1;
    animation: toggle_opacity 0.3s;
}

#header-menu-fixed .email-wr,
#header-menu-fixed .call-wr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header-menu-fixed .email-wr .with-icon,
#header-menu-fixed .call-wr .with-icon {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

#header-menu-fixed .call-modal {
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
}

#header-menu-fixed .search-wr {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#header-menu-fixed .search-wr form {
    width: 100%;
}

#header-menu-fixed .search-wr .gr .input-wr {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 9px 0;
    background: #ffffff;
    border: 1px solid #d1dae2;
    border-radius: 2px;
}

#header-menu-fixed .search-wr .gr .input-wr input {
    width: 100%;
    padding: 0;
    margin: 0;
    border: unset;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 40px;
}

#header-menu-fixed .search-wr .gr .input-wr input::placeholder {
    color: #b4b4b4;
}

#header-menu-fixed .search-wr .gr .input-wr input:focus,
#header-menu-fixed .search-wr .gr .input-wr input:invalid {
    border: none !important;
    box-shadow: none;
}

#header-menu-fixed .search-wr .gr button {
    background: none;
    padding: 0;
}

#header-menu-fixed .search-wr .gr .input-wr .search-icon {
    display: flex;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.slider-main .swiper-container,
.slider-main .swiper-wrapper,
.slider-main .swiper-slide {
    height: 100%;
}

.slider-main .swiper-slide {
    overflow: hidden;
}

.slider-main .slider-main-item {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
}

.slider-main .slider-main-item:hover {
    text-decoration: none;
}

.slider-main .slider-main-item>img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slider-main {
    height: 550px;
    overflow: hidden;
}

.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(196, 196, 196, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e36637;
}

.slider-main .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 1240px;
    left: 50%;
    text-align: left;
    margin-bottom: 30px;
    transform: translateX(-50%);
}

.slider-main .slider-main-item .b-txt {
    position: relative;
    color: #fff;
    text-align: left;
}

.slider-main .slider-main-item .cnt,
.slider-main .slider-main-item .cnt .row,
.slider-main .slider-main-item .cnt .row .col {
    height: 100%;
}

.slider-main .slider-main-item .b-txt .col {
    position: relative;
    overflow: hidden;
}

.slider-main .slider-main-item .b-txt .wr {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.slider-main .slider-main-item .b-txt .title {
    font-weight: bold;
    font-size: 46px;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-shadow: 0px 4px 30px rgba(21, 48, 84, 0.15);
    text-shadow: 0px 4px 30px rgba(21, 48, 84, 0.9);
}

@media screen and (max-width: 767px) {
    .slider-main .slider-main-item .b-txt .title {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 30px;
    }
}


.slider-main .slider-main-item .b-txt .text {
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    text-shadow: 0px 4px 10px rgba(21, 48, 84, 0.9);
}

.slider-catalog {
    padding-top: 90px;
    padding-bottom: 90px;
}

.slider-catalog .header-wr .title {
    color: #213147;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
}

.slider-catalog .header-wr .button {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider-catalog .header-wr {
    align-items: center;
    margin-bottom: 60px;
}

.slider-catalog .swiper-slide>a {
    border: 1px solid #e5edf5;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    height: 274px;
    background: #ffffff;
}

.slider-catalog .swiper-slide>a:hover {
    text-decoration: none;
}

.slider-catalog .swiper-slide>a>img {
    margin-bottom: 37px;
}

.slider-catalog .swiper-slide>a>.name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    overflow: hidden;
}

.slider-catalog .swiper-slide>a:hover>.name {
    color: #285fa0;
}

.slider-catalog .cnt {
    position: relative;
}

.slider-catalog .swiper-button-next {
    right: 0;
}

.slider-catalog .swiper-button-prev {
    left: 0;
}

.slider-catalog .swiper-button-next,
.slider-catalog .swiper-button-prev {
    z-index: 10;
    background: #ffffff;
    border: 1px solid #e5edf5;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgba(0, 37, 82, 0.05);
    width: 46px;
    height: 53px;
    pointer-events: auto;
    transition-property: background, border;
    transition-duration: 0.3s;
}

.slider-catalog .swiper-button-next:not(.swiper-button-disabled):hover,
.slider-catalog .swiper-button-prev:not(.swiper-button-disabled):hover {
    border: 1px solid #285fa0;
    background: #285fa0;
}

.slider-catalog .swiper-button-next::after,
.slider-catalog .swiper-button-prev::after {
    font-size: 12px;
    color: #285fa0;
    transition-property: color;
    transition-duration: 0.3s;
}

.slider-catalog .swiper-button-next:not(.swiper-button-disabled):hover::after,
.slider-catalog .swiper-button-prev:not(.swiper-button-disabled):hover::after {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.7;
}

.slider-catalog .swiper-container {
    margin-bottom: 40px;
}

.slider-catalog .swiper-container+.swiper-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: content-box;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 20px;
}

.slider-catalog .swiper-container+.swiper-pagination .swiper-pagination-bullet {
    margin-left: 4px;
    margin-right: 4px;
    transition: all 0.2s linear;
    padding: 0px 4px;
}

.slider-catalog.slider-catalog-prods .swiper-container {
    margin-bottom: 0px;
}

/**/
.line.form1,
.block__form-search {
    background: #f2f3f5;
}

.block__form-search {
    margin-bottom: 20px;
}

.line.form2 .title,
.line.form1 .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 40px;
}

.block__form-search .pre-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
}

.block__form-search .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.5;
    text-transform: uppercase;
}

.line.form2 .text,
.line.form1 .text {
    font-size: 18px;
    line-height: 150.02%;
    margin-bottom: 40px;
}

.line.form2 .gr,
.line.form1 .gr {
    margin-bottom: 30px;
    display: flex;
}

.line.form2 .agree .line.form1 .agree {
    font-size: 14px;
    line-height: 100%;
    color: #828282;
}

.line.form2 .gr input[type="text"],
.line.form1 .gr input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #d1dae2;
    box-sizing: border-box;
    border-radius: 2px;
    height: 51px;
    padding-left: 13px;
    padding-right: 15px;
    width: calc(100% + 2px);
}

.line.form2 .gr button,
.line.form1 .gr button {
    font-size: 17px;
}

.line.form2 form,
.line.form1 form {
    width: 100%;
    margin-bottom: 0;
}

.line.form2 .gr,
.line.form1 .gr {
    width: 100%;
}

.line.form2 .gr .input-wr,
.line.form1 .gr .input-wr {
    flex-grow: 1;
}

.line.form1 .paralax img.bg1 {
    width: 444px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.line.form1 .paralax img.bg2 {
    position: absolute;
    bottom: 0;
    right: 52px;
}

.line.form1 .cnt {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.block__form-search .cnt {
    position: relative;
    padding: 60px 0;
}

.line.form1 .paralax .bg-3-wr {
    width: 309px;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.line.form1 .paralax .bg-3-wr img.bg3 {
    position: absolute;
    top: 60px;
}

.line.advan .row.items>.col {
    text-align: center;
}

.line.advan .col>span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #333333;
}

.line.advan .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 55px;
}

.line.advan {
    margin-top: 90px;
    margin-bottom: 90px;
}

.line.advan .row.items>.col>img {
    margin-bottom: 32px;
}

.line.advan .row.items>.col {
    margin-bottom: 40px;
}

.line.advan {
    margin-bottom: 50px;
}

/**/
.slider-catalog.slider-catalog-prods .swiper-slide a {
    border: 1 px solid red;
    border: 1px solid #fff;
    position: relative;
}

.slider-catalog.slider-catalog-prods .swiper-slide {
    z-index: 3;
}

.slider-catalog.slider-catalog-prods .swiper-slide:hover {
    z-index: 3;
    box-shadow: 0 px 4 px 18 px rgba(0, 0, 0, 0.95);
}

.slider-catalog.slider-catalog-prods .swiper-slide a:hover,
.slider-catalog .swiper-slide a:hover {
    box-shadow: 0px 4px 20px rgba(0, 37, 82, 0.15);
    z-index: 3;
    position: relative;
}

.slider-catalog.slider-catalog-prods>.cnt,
.slider-catalog>.cnt {
    padding-left: 0;
    padding-right: 0;
}

.slider-catalog.slider-catalog-prods>.cnt>.row>.col,
.slider-catalog>.cnt>.row>.col {
    padding-left: 0;
    padding-right: 0;
}

.slider-catalog.slider-catalog-prods .swiper-container,
.slider-catalog .swiper-container {
    padding-left: 18px;
    padding-right: 18px;

    padding-top: 20px;
    padding-bottom: 24px;
}

.slider-catalog.slider-catalog-category .swiper-container {
    margin-bottom: 0;
}

/* .slider-catalog.slider-catalog-prods .toman{
    height: 100%;
    background: #fff;
    width: 14px;
	position: absolute;
	z-index: 2;
	top: 0;
} */
/* .slider-catalog.slider-catalog-prods .toman-left{
	left: 0;
}
.slider-catalog.slider-catalog-prods .toman-right{
	right: 0;
} */
.slider-catalog.slider-catalog-prods .swiper-slide>a {
    height: auto;
    padding-bottom: 20px;
}

.slider-catalog.slider-catalog-prods .swiper-slide>a>img {
    margin-bottom: 20px;
}

.slider-catalog.slider-catalog-prods .swiper-slide>a>.name {
    text-align: left;
    margin-bottom: 15px;
}

.description-product .price-block .in_stock,
.item-markorazmer .in_stock,
.slider-catalog.slider-catalog-prods .swiper-slide>a>.in_stock {
    display: flex;
    align-items: center;
}

.item-markorazmer .in_stock,
.slider-catalog.slider-catalog-prods .swiper-slide>a>.in_stock {
    font-size: 13px;
    line-height: 15px;
    color: #828282;
}

.slider-catalog.slider-catalog-prods .swiper-slide>a>.in_stock {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.description-product .price-block .in_stock img,
.item-markorazmer .in_stock img,
.slider-catalog.slider-catalog-prods .swiper-slide>a>.in_stock img {
    vertical-align: middle;
    margin-right: 6px;
}

.slider-catalog.slider-catalog-prods .swiper-slide>a>.price_wr {
    font-size: 17px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.slider-catalog.slider-catalog-prods .swiper-slide>a>.price_wr>b {
    font-weight: 500;
}

.item-markorazmer a.detailed,
.slider-catalog.slider-catalog-prods .swiper-slide>a>button,
.slider-catalog.slider-catalog-prods .swiper-slide>a>.button {
    padding: 13px 30px;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
}

.item-markorazmer a.detailed:hover,
.slider-catalog.slider-catalog-prods .swiper-slide>a>button:hover,
.slider-catalog.slider-catalog-prods .swiper-slide>a>.button:hover {
    cursor: pointer;
}

.slider-catalog.slider-catalog-prods .swiper-button-next,
.slider-catalog.slider-catalog-prods .swiper-button-prev {
    top: 22%;
}

.for__slider-catalog-prods .tab {
    margin-right: 60px;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #acacac;
    padding-bottom: 14px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.for__slider-catalog-prods {
    margin-bottom: 26px;
}

.for__slider-catalog-prods .tab:hover,
.for__slider-catalog-prods .tab.tab-active {
    color: #285fa0;
    /* border-bottom: 3px solid #285FA0;*/
}

.for__slider-catalog-prods .tab:after {
    display: block;
    height: 3px;
    background-color: #285fa0;
    position: absolute;
    left: -100%;
    content: "";
    bottom: 0;
    width: 100%;
    transition-property: left;
    transition-duration: 0.3s;
}

.for__slider-catalog-prods .tab:hover:after,
.for__slider-catalog-prods .tab.tab-active:after {
    left: 0%;
}

.gr__slider-catalog-prods {
    margin-top: 90px;
    margin-bottom: 90px;
}

.gr__slider-catalog-prods .slider-catalog {
    padding-top: 0px;
    padding-bottom: 0px;
}

.slider-catalog-prods>.tab_content {
    height: 0;
    overflow: hidden;
}

.slider-catalog-prods>.tab_content.tab_content-active {
    height: auto;
}

/**/

.line.about {
    background-color: #f2f3f5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.line.about .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #213147;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.line.about .text {
    margin-bottom: 24px;
}

.button.light.small {
    padding: 10px 20px;
    font-size: 16px;
}

.button.light,
button.light,
button.show-more,
.line.about .button,
.main-photo-secs a.button {
    padding: 14px 28px;
    display: inline-block;
    background: transparent;
    border: 1px solid #9fb9d8;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    line-height: 100%;
    color: #285fa0;
    transition-property: background, border, color;
    transition-duration: 0.3s;
    font-weight: normal;
    /* background-color: #fff; */
}

.button.light:hover,
button.light:hover,
button.show-more:hover,
.line.about .button:hover,
.main-photo-secs a.button:hover,
.main-photo-secs a.selected {
    border: 1px solid #285fa0;
    background: #285fa0;
    color: #ffffff;
}

button.light,
button.show-more {
    font-weight: normal;
    line-height: 1;
    margin: auto;
    display: block;
}

.button.btn-cl {
    line-height: 18px;
}

.button.btn-cl::before,
button.show-more::after,
button.btn-cl::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto;
    vertical-align: bottom;
    background-size: cover;
}

button.show-more:hover::after {
    background-image: url("/local/templates/cable/img/update_w.svg");
}

button.show-more::after {
    margin-left: 10px;
    background-image: url("/local/templates/cable/img/update.svg");
}

.button.btn-cl:hover::before,
button.btn-cl:hover::before {
    background-image: url("/local/templates/cable/img/close-w.svg");
}

.button.btn-cl::before,
button.btn-cl::before {
    margin-right: 10px;
    background-image: url("/local/templates/cable/img/close-b.svg");
}

.line.news {
    margin-top: 80px;
    margin-bottom: 80px;
}

.line.news .news-item .img-wr>img {
    max-width: 230px;
}

/*
.line.news .header-wr{
	align-items: center;
    margin-bottom: 60px;
}
.line.news .header-wr .title{
	color: #213147;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
}
.line.news .header-wr .button{
	font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/

.line.news .news-item,
.news-items .news-item {
    background: #ffffff;
    border: 1px solid #e5edf5;
    box-sizing: border-box;
}

.news-items .news-item {
    margin-bottom: 40px;
}

.line.news .news-item:hover,
.news-items .news-item:hover {
    box-shadow: 0px 4px 20px rgba(0, 37, 82, 0.15);
}

.line.news .news-item .text-wr,
.news-items .news-item .text-wr {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-items .news-item .text-wr {
    padding-left: 30px;
    padding-right: 30px;
}

.line.news .news-item .text-wr .text,
.news-items .news-item .text-wr .text {
    font-size: 18px;
    line-height: 21px;
    color: #213147;
    padding-right: 10px;
    box-sizing: border-box;
}

.news-items .news-item .text-wr .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #213147;
    margin-bottom: 18px;
}

.news-items .news-item .text-wr .text {
    margin-bottom: 10px;
}

.line.news .news-item .text-wr a.text:hover,
.news-items .news-item .text-wr a.text:hover,
.news-items .news-item .text-wr a.title:hover {
    color: #e36637;
    text-decoration-line: underline;
}

.line.news .news-item .text-wr .more>div,
.news-items .news-item .text-wr .more>div {
    padding-right: 50px;
    position: relative;
    display: inline-block;
}

.line.news .news-item .text-wr .more a,
.news-items .news-item .text-wr .more a {
    font-size: 16px;
    line-height: 19px;
    color: #285fa0;
}

.line.news .news-item .text-wr .more a:hover,
.news-items .news-item .text-wr .more a:hover {
    text-decoration: none;
}

.line.news .news-item .text-wr .more a+span,
.news-items .news-item .text-wr .more a+span {
    right: 0;
    top: 5px;
    top: 9px;
    position: absolute;
    width: 30px;
    height: 10px;
    background-image: url(img/arrow-to-r.svg);
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: opacity, right;
    transition-duration: 0.3s;
    right: 25px;
}

.line.news .news-item .text-wr .more a:hover+span,
.news-items .news-item .text-wr .more a:hover+span {
    opacity: 1;
    right: 0;
}

/**/
.line .cnt .header-wr {
    align-items: center;
    margin-bottom: 60px;
}

.line .cnt .header-wr .title,
.line .cnt .header-title {
    color: #213147;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    line-height: 45px;
    align-self: center;
}

.line .cnt .header-title {
    margin-bottom: 60px;
}

.line.slider-catalog .cnt .header-title {
    padding-left: 20px;
}

.line .cnt .header-wr .button,
.line .cnt .header-button {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.line.slider-catalog .cnt .header-button-wr {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
}

.line.main-photo {
    margin-top: 80px;
    margin-bottom: 80px;
}

.main-photo-item {
    position: relative;
    display: inline-block;
}

.main-photo-item .cover {
    background: linear-gradient(180deg,
            rgba(21, 48, 84, 0) 50%,
            rgba(21, 48, 84, 0) 75%,
            rgba(21, 48, 84, 0.8) 100%);
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-size: 100% 200%;
    background-position: 0% 100%;
    transition-property: background-position;
    transition-duration: 0.3s;
}

.main-photo-item:hover .cover {
    /* background: none; */
    background-position: 0% 75%;
}

.main-photo-item .cover .text {
    color: #fff;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.main-photo-item .cover .loupe {
    width: 34px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -18px;
    background-image: url(img/loupe.svg);
    background-repeat: no-repeat;
    opacity: 0;

    transform: translateY(50px);

    transition-property: opacity, transform;
    transition-duration: 0.3s;
}

.main-photo-item:hover .cover .loupe {
    opacity: 1;
    transform: translateY(0px);
}

.main-photo-item-ex {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 72%;
    cursor: pointer;
}

.main-photo-item-ex.mb {
    margin-bottom: 40px;
}

.main-photo-item-ex>.ratio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-photo-item-ex>.ratio>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.main-photo-secs>a {
    margin-right: 18px;
    margin-bottom: 20px;
}

.line.footer {
    margin-top: 130px;
    padding-top: 80px;
    padding-bottom: 0px;
    background: #2c394a;
}

.line.footer .col a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.76;
    margin-bottom: 15px;
    display: inline-block;
}

.line.footer .col .h {
    margin-bottom: 30px;
}

.line.footer .col .h a {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0px;
    font-weight: bold;
}

.footer .comtacts-item {
    margin-bottom: 30px;
}

.footer .comtacts-item.tel a {
    font-size: 26px;
    line-height: 31px;
    display: block;
    opacity: 1;
    margin-bottom: 0;
}

.footer .comtacts-item.tel .text {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.footer .comtacts-item.email a {
    font-size: 22px;
    line-height: 26px;
    opacity: 1;
}

.footer .comtacts-item.loc {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

.footer .comtacts-item.tel {
    padding-left: 40px;
    background-image: url(img/footer-tel.svg);
    background-repeat: no-repeat;
    min-height: 26px;
}

.footer .comtacts-item.email {
    padding-left: 40px;
    background-image: url(img/footer-email.svg);
    background-repeat: no-repeat;
    min-height: 26px;
}

@media screen and (min-width: 1301px) {
    .footer .comtacts-item.loc {
        max-width: 300px;
    }
}

.footer .comtacts-item.loc {
    padding-left: 40px;
    background-image: url(img/footer-loc.svg);
    background-repeat: no-repeat;
    min-height: 26px;
}

.footer .col .social {
    width: 377px;
    height: 42px;
    background-image: url(img/social.svg);
    background-repeat: no-repeat;
    margin-bottom: 44px;
}

.footer .col .subscribe {
    width: 400px;
}

.footer .col .subscribe .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 17px;
}

.footer .col .subscribe .gr {
    width: 100%;
    display: flex;
}

.footer .col .subscribe .gr .input-wr {
    flex-grow: 1;
}

.footer .col .subscribe .gr .input-wr input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #d1dae2;
    box-sizing: border-box;
    border-radius: 2px;
    height: 44px;
    padding-left: 13px;
    padding-right: 15px;
    width: calc(100% + 2px);
}

.footer .col .subscribe .gr button:not(:disabled) {
    background: #e36637;
}

.footer .col.menu2 {
    max-width: 222px;
}

.footer-end {
    padding-top: 40px;
    padding-bottom: 43px;
    background: #273342;
}

.footer-end .text {
    color: #fff;
    opacity: 0.5;
    font-size: 15px;
    line-height: 18px;
}

/****/

.header a.city-select:hover,
.header .call-wr .a-call-back:hover {
    text-decoration: underline !important;
}

.checkbox_wr {
    position: relative;
}

.checkbox_wr [type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox_wr [type="checkbox"]+.checkbox {
    background: #ffffff;
    border: 1px solid #d1dae2;
    box-sizing: border-box;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    display: inline-block;
    /* vertical-align: middle; */
    vertical-align: text-top;
    margin-right: 7px;
}

.checkbox_wr [type="checkbox"]:checked+.checkbox {
    background: #e36637;
    border: 1px solid #e36637;
}

.checkbox_wr [type="checkbox"]:checked+.checkbox:after {
    content: "";
    left: 5px;
    /* top: 2px; */
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
}

.line.about img {
    max-width: 100%;
}

.main-photo-item img {
    max-width: 100%;
    display: block;
}

.footer .col .subscribe form {
    margin-bottom: 0;
}

.line.footer {
    padding-bottom: 60px;
}

/**/

.menu-catalog-wr ul {
    margin: 0;
    padding: 0;
}

.header-menu-catalog {
    position: absolute;
    left: 0;
    z-index: 20;
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0px 10px 5px 0px rgba(0, 37, 82, 0.15);
}

.menu-catalog-wr ul>li {
    list-style: none;
    padding-left: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 29px;
    position: relative;
}

.menu-catalog-wr ul>li>ul {
    display: none;
}

.menu-catalog-wr ul>li>a {
    display: flex;
    align-items: center;
}

.menu-catalog-wr-sub ul>li>a {
    display: flex;
}

.menu-catalog-wr ul>li>a>img,
.menu-catalog-wr-sub ul>li>a>img {
    margin-right: 16px;
    width: 48px;
    flex-shrink: 0;
}

.menu-catalog-wr ul>li>a>span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #213147;
}

.menu-catalog-wr ul>li>.arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    right: 10px;
    background-image: url(img/arrow-right.svg);
    background-repeat: no-repeat;
    padding: 5px 3px;
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 0.3s;
}

.menu-catalog-wr ul>li>a:hover {
    text-decoration: none;
}

.menu-catalog-wr ul>li>a span {
    word-break: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.menu-catalog-wr ul>li.active>a span,
.menu-catalog-wr ul>li>a:hover span {
    color: #e36637;
}

.menu-catalog-wr ul>li:hover {}

.menu-catalog-wr ul>li.active>.arrow,
.menu-catalog-wr ul>li:hover>.arrow {
    transform: rotate(180deg);
}

.menu-catalog-wr-sub ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-top: 20px;
    column-width: 33.33%;
    column-count: 3;
    column-gap: 50px;
}

.menu-catalog-wr-sub ul>li>ul {
    display: none;
}

.menu-catalog-wr-sub ul li {
    list-style: none;
    margin-bottom: 17px;
    line-height: 18px;
}

.menu-catalog-wr-sub ul li a {
    font-size: 15px;
    line-height: 18px;
    color: #213147;
}

.menu-catalog-wr-sub ul li a:hover {
    color: #e36637;
    text-decoration: none;
}

.header-menu-catalog {
    padding-top: 0px;
    padding-bottom: 0px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
}

.header-menu-catalog.active {
    padding-top: 20px;
    padding-bottom: 50px;
}

.header-menu-catalog .menu-catalog-wr {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.header-menu-catalog.active .menu-catalog-wr {
    max-height: 2000px;
}

#header-menu-catalog-opener {
    cursor: pointer;
}

.header-menu-catalog .menu-catalog-wr>ul {
    opacity: 0;
    position: relative;
    top: -20px;
    transition: opacity 1s, top 0.5s;
}

.header-menu-catalog.active .menu-catalog-wr>ul {
    opacity: 1;
    top: 0;
}

/* .header-menu-catalog .menu-catalog-wr-sub{
	max-height: 0px;
	overflow: hidden;
	transition: max-height .3s;
}

.header-menu-catalog .menu-catalog-wr-sub.active{
	max-height: 2000px;
} */
.menu-catalog-wr-sub ul {
    padding-top: 0;
}

.header-menu-catalog .menu-catalog-wr-sub>.insert {
    opacity: 0;
    position: relative;
    top: -20px;
    padding-top: 0;

    max-height: 0px;
    overflow: hidden;
    transition: opacity 1s, top 0.5s, padding-top 0.3s, max-height 0.3s;
}

.header-menu-catalog .menu-catalog-wr-sub.active>.insert {
    opacity: 1;
    top: 0;
    padding-top: 20px;
    max-height: 2000px;
}

.header-menu ul>li {
    position: relative;
}

.header-menu ul>li>.ulwr>ul li {
    line-height: 100%;
    padding-top: 16px;
    padding-bottom: 17px;
    border-top: 1px solid #e5ecf3;
    padding-left: 20px;
    padding-right: 20px;
}

.header-menu ul>li>.ulwr>ul li:first-child {
    border-top: 0px solid #e5ecf3;
    padding-top: 17px;
}

.header-menu ul>li>.ulwr>ul li a {
    color: #213147;
    font-size: 16px;
    white-space: nowrap;
}

.header-menu ul>li>.ulwr>ul li a:hover {
    text-decoration: none;
    color: #e36637;
}

.header-menu ul>li>.ulwr>ul {
    border: 1px solid #e5ecf3;
}

.header-menu ul>li:hover>ul {}

.header-menu ul>li>.ulwr {
    overflow: hidden;
    margin-left: -20px;
    min-width: 100%;
    min-width: calc(100% + 40px);
    z-index: 21;
    position: absolute;
    background-color: #fff;
    display: block;
    max-height: 0px;
    transition: max-height 0.3s;
}

.header-menu ul>li:hover>.ulwr {
    max-height: 2000px;
}

.header-menu ul>li>.ulwr>ul {
    opacity: 0;
    position: relative;
    top: -40px;
    transition: opacity 1s, top 0.5s;
}

.header-menu ul>li:hover>.ulwr>ul {
    opacity: 1;
    top: 0;
}

/**/
.line.status-success {
    position: relative;
}

.line.status-success .success_wr>.cnt {
    padding-top: 0;
    padding-bottom: 0;
}

.line.status-success .success_wr>.cnt,
.line.status-success .success_wr>.cnt>.row {
    height: 100%;
}

.line.status-success .success_wr>.cnt>.row {
    align-items: center;
}

.line.status-success .success_wr>.cnt>.row>.col {
    vertical-align: center;
}

.line.status-success>.success_wr {
    display: none;
}

.line.status-success.status-success-yes0>.cnt {
    opacity: 1;
    transition: 0.3s;
}

.line.status-success.status-success-yes1>.cnt {
    opacity: 0;
}

.line.status-success.status-success-yes0>.success_wr {
    display: block;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
    right: 0;
    background-color: #e36637;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.line.status-success.status-success-yes1>.success_wr {
    top: 0;
    bottom: 0;
    opacity: 1;
}

.line.status-success.status-success-yes0>.success_wr .awr {
    opacity: 0;
    left: -50px;
    position: relative;
    transition: 0.5s;
}

.line.status-success.status-success-yes1>.success_wr .awr {
    opacity: 1;
    left: 0px;
}

.line.status-success .awr {
    display: flex;
    align-items: center;
}

.line.status-success .awr .img-wr {
    margin-right: 100px;
}

.line.status-success .awr .txt1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.line.status-success .awr .txt2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
}

.line.status-success .awr .txt3 {
    font-size: 18px;
    line-height: 150.02%;
}

.modal_wr {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 140;
    display: none;
    overflow: auto;
    transition: background 0.3s;
}

.modal_wr::-webkit-scrollbar {
    width: 0;
}

.modal_wr.show {
    display: block;
}

.modal_wr.active {
    background: rgba(0, 0, 0, 0.4);
}

.modal_wr .modal {
    position: relative;
    opacity: 0;
    transition: opacity 1s;
}

.modal_wr.active .modal {
    margin-top: 0px;
    opacity: 1;
}

.modal_wr>.line {
    padding-top: 0px;
    padding-bottom: 140px;
    transition: 0.5s;
}

.modal_wr.active>.line {
    padding-top: 90px;
    padding-bottom: 50px;
}

.modal_wr>.line>.cnt>.row {
    justify-content: center;
}

.modal {
    margin-left: -20px;
    margin-right: -20px;
}

.modal-cnt {
    background-color: #fff;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 60px;
}

.modal .modal-head {
    text-align: right;
}

.modal .modal-head .modal-close {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    padding-right: 36px;
    height: 20px;
    margin-bottom: 10px;
    background-image: url(img/close1-white.svg);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}

.modal .modal-head .modal-close:hover {
    text-decoration: none;
}

.modal_wr[data-modal="city"] .modal-cnt {
    background-color: #5c6e82;
    color: #fff;
    background-image: url(img/bg_map_11_01_2022.png);
    background-repeat: no-repeat;
    background-position: center 100px;
    padding: 35px 50px;
}

.modal-cnt-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
}

.modal-cnt .modal-cnt-title {
    margin-bottom: 60px;
}

.modal-cnt1 .modal-cnt-title {
    margin-bottom: 15px;
    text-transform: unset;
}

.modal-cnt-title>img {
    vertical-align: middle;
    margin-right: 14px;
}

.modal-cnt-cnt .city-select-items {
    column-width: 33.33%;
    column-count: 3;
    column-gap: 20px;
    margin-bottom: 55px;
}

.modal-cnt-cnt .city-select-items .city-select-item {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
}

.search_city_name_res .search_city_name_res_el:hover,
.modal-cnt-cnt .city-select-items .city-select-item:hover,
.modal-cnt-cnt .city-select-items .city-select-item.selected {
    color: #e36637;
}

.modal-cnt-cnt .city-select-items .city-select-item.selected {
    cursor: text;
}

.modal-cnt-title2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}

.form-sity-select-wr {
    max-width: 445px;
}

.form-sity-select-wr .gr {
    width: 100%;
    display: flex;
}

.form-sity-select-wr .gr .input-wr {
    flex-grow: 1;
}

.form-sity-select-wr .gr .input-wr input[type="text"] {
    background: #ffffff;
    border: 1px solid #d1dae2;
    box-sizing: border-box;
    border-radius: 2px;
    height: 44px;
    padding-left: 13px;
    padding-right: 15px;
    width: calc(100% + 2px);
}

.form-sity-select-wr .gr .input-wr input[type="text"] {
    height: 51px;
}

.form-sity-select-wr .gr button {
    background: #e36637;
}

.modal_wr[data-modal="order_call"]>.line>.cnt>.row>.col {
    width: 383px;
}

.modal_wr[data-modal="order_call"] .modal-cnt {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
}

.modal_wr[data-modal="order_call"] .modal-cnt .modal-cnt-title {
    margin-bottom: 15px;
    color: #fff;
    position: relative;
}

.modal_wr[data-modal="order_call"] .modal-cnt .modal-cnt-title-text {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    position: relative;
    max-width: 262px;
    letter-spacing: normal;
}

.modal_wr[data-modal="order_call"] .modal-cnt .modal-cnt-title-wr {
    background: linear-gradient(224.9deg, #99aec5 0%, #5c6e82 82.56%);
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.modal_wr[data-modal="order_call"] .modal-cnt .modal-cnt-title-wr:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background-image: url(img/call_pers_11_01_2022.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.modal_wr[data-modal="order_call"] .modal-cnt-form-wr {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.modal_wr[data-modal="order_call"] .modal-cnt-form-wr form {
    margin-bottom: 0;
}

.input-file-wr {
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
    background-color: #fff;
    border: 1px dashed #E36637;
    margin-bottom: 10px;
}

.input-file-wr .input-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-file-wr .input-file-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #4f4f4f;
}

.input-file-wr input {
    display: none;
}

.m-form .input-wr textarea,
.m-form .input-wr input[type="text"],
.m-form .input-wr input[type="email"],
.modal_wr[data-modal="order_call"] .modal-cnt-form-wr input.input {
    width: 100%;
    border: 1px solid #d1dae2;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 13px;
    padding-right: 13px;
    height: 51px;
    font-size: 15px;
}

.modal_wr[data-modal="order_call"] .modal-cnt-form-wr input.input {
    margin-bottom: 15px;
}

.modal_wr[data-modal="order_call"] .modal-cnt-form-wr label {
    font-size: 14px;
    line-height: 100%;
    color: #828282;
    letter-spacing: normal;
}

.modal_wr[data-modal="order_call"] .modal-cnt-form-wr .agree {
    margin-bottom: 15px;
    display: flex;
}

button.btn-f,
.modal_wr[data-modal="order_call"] .modal-cnt-form-wr button {
    background: #e36637;
    width: 100%;
    height: 51px;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.07em;
}

.modal_wr[data-modal="order_call"] .modal-cnt {
    padding-bottom: 35px;
}

.modal_wr[data-modal="city"] .modal {
    width: 100%;
    max-width: 594px;
}

.modal_wr[data-modal="get_price"] .modal {
    max-width: 403px;
}

/**/
.side_wr {
    display: none;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 130;
    overflow-y: auto;
    transition: background 0.3s;
    overflow: hidden;
}

.side_wr.active {
    background: rgba(0, 0, 0, 0.3);
}

.side_wr.show {
    display: block;
}

.side {
    right: 0;
    margin-right: -940px;
    width: 940px;
    box-sizing: border-box;
    background: white;
    min-height: 100%;
    position: absolute;
    transition: margin-right 0.3s;
    height: 100%;
}

.side.active {
    margin-right: 0;
}

.preloader {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

#basket_iframe {
    position: relative;
}

.search_city_name_res {
    position: absolute;
    background: #5c6e82;
    padding-left: 13px;
    padding-right: 15px;
}

.search_city_name_res_el {
    cursor: pointer;
}

.col.img-wr>img {
    display: block;
}

.news-items .news-item .col.img-wr>img,
.line.news .news-item .col.img-wr>img {
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
}

/**/

.sidebar_block_call_form {
    background: #f5f7fb;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.row_block_call_form {
    margin-top: 80px;
    background: #f5f7fb;
    padding: 10px 40px;
    padding-right: 271px;
    justify-content: space-between;
    align-items: center;
    background-image: url("/upload/page_images/multikabel.png");
    background-position: center right;
    background-repeat: no-repeat;
}

.sidebar_block_call_form>div {
    margin-bottom: 30px;
}

.sidebar_block_call_form>div:last-child {
    margin-bottom: 0;
}

.sidebar_block_call_form .title,
.row_block_call_form .title {
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #333333;
    text-transform: uppercase;
}

.sidebar_block_call_form .button_wr button,
.row_block_call_form .button_wr button {
    padding: 15px 40px;
}

.news-detail {
    margin-bottom: 40px;
}

.news-detail p {
    margin-top: 0;
}

.news-detail img {
    max-width: 100%;
}

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

/**/

.modal_wr[data-modal="detail_1"] .modal-cnt1 .modal-cnt-title-wr,
.modal_wr[data-modal="detail_2"] .modal-cnt1 .modal-cnt-title-wr,
.modal_wr[data-modal="detail_3"] .modal-cnt1 .modal-cnt-title-wr,
.modal_wr[data-modal="detail_4"] .modal-cnt1 .modal-cnt-title-wr,
.modal_wr[data-modal="detail_5"] .modal-cnt1 .modal-cnt-title-wr {
    max-width: 540px;
}

.modal_wr[data-modal="detail_1"] .modal-cnt1 .modal-cnt-title-wr .modal-cnt-title-text,
.modal_wr[data-modal="detail_2"] .modal-cnt1 .modal-cnt-title-wr .modal-cnt-title-text,
.modal_wr[data-modal="detail_3"] .modal-cnt1 .modal-cnt-title-wr .modal-cnt-title-text,
.modal_wr[data-modal="detail_4"] .modal-cnt1 .modal-cnt-title-wr .modal-cnt-title-text,
.modal_wr[data-modal="detail_5"] .modal-cnt1 .modal-cnt-title-wr .modal-cnt-title-text {
    text-align: left;
    text-align: justify;
}

/*hot fix РґР»СЏ РєРѕСЂР·РёРЅС‹*/
.basket-items-list-table .basket-item-price-old {
    position: static !important;
}

/*hot fix РґР»СЏ РєРѕСЂР·РёРЅС‹*/
.basket-items-list-table .basket-item-price-old .basket-item-price-old-text {
    text-decoration: line-through;
}

/*hot fix РґР»СЏ РєРѕСЂР·РёРЅС‹*/
.basket-items-list-table .basket-item-price-old .basket-item-price-old-text:after {
    display: none !important;
}

/*hot fix РґР»СЏ РєРѕСЂР·РёРЅС‹*/
.basket-item-block-amount+.basket-item-amount-field-description {
    max-width: 166px;
}

.row-main-photo-item-w100 {
    width: 100%;
}

.share-buttons {
    display: flex;
    margin-bottom: 40px;
}

.share-buttons .text-label {
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.ya-share2__badge {
    border-radius: 50% !important;
}

.comments_block {
    margin-bottom: 40px;
}

/* custom */
.wrap-detail img {
    max-width: 100%;
}

.kotakty_iframe_map_wr {
    display: block;
    position: relative;
}

/*@media(max-width: 768px){
	.kotakty_iframe_map_wr{
		pointer-events: none
	}
}*/

/* social v1 > */
@font-face {
    font-family: "icomoon";
    src: url("fonts/social/v1/icomoon.eot?bjdr7g");
    src: url("fonts/social/v1/icomoon.eot?bjdr7g#iefix") format("embedded-opentype"),
        url("fonts/social/v1/icomoon.ttf?bjdr7g") format("truetype"),
        url("fonts/social/v1/icomoon.woff?bjdr7g") format("woff"),
        url("fonts/social/v1/icomoon.svg?bjdr7g#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-viber:before {
    content: "\e900";
}

.icon-telegram:before {
    content: "\e901";
}

.icon-whatsapp:before {
    content: "\e902";
}

.icon-max {
    background-image: url(img/social/max_logo.svg);
    display: block;
    width: 100%;
    height: 100%;
    top: 0 !important;
}

.soc_ico {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    z-index: 99999999;
    transition: all 0.4s linear;
}

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

.soc_ico>[class^="icon-"] {
    top: 2px;
    position: relative;
}

.scrollshow.hide {
    display: none;
}

/* social v1 < */

.scrollTop {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    font-family: "lg";
    font-style: normal;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(to bottom,
            rgba(40, 95, 160, 1) 0%,
            rgba(40, 95, 160, 1) 50%,
            rgba(227, 102, 55, 1) 50%,
            rgba(227, 102, 55, 1) 100%);
    background-size: 100% 200%;
    transition-property: background-position;
    transition-duration: 0.3s;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.scrollTop:hover {
    text-decoration: none;
    background-position: 0% 100%;
}

.scrollTop:before {
    content: "\e094";
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    transform: rotate(90deg);
}

#zcwMiniButton {
    opacity: 1 !important;
    width: 55px !important;
    height: 55px !important;
    top: unset !important;
    bottom: 90px !important;
    z-index: 10 !important;
}

#zcwMiniButton #zcwMiniButtonMain {
    background-color: #e45829 !important;
    box-shadow: none !important;
    width: 55px !important;
    height: 55px !important;
}

#zcwMiniButton #zcwMiniButtonMain:before {
    background-image: url("img/telephone.svg") !important;
}

/*body .zcwPopup{
    width: 1px!important;
}*/

.sidebar_block_cert {
    position: relative;
}

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

.sidebar_block_cert:hover .cover {
    background-color: rgba(21, 48, 84, 0.4);
}

.sidebar_block_cert .cover {
    transition-property: background-color;
    transition-duration: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(21, 48, 84, 0);
}

.sidebar_block_cert .cover .loupe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(/local/templates/cable/img/loupe.svg);
    background-repeat: no-repeat;
    background-size: 34px 36px;
    background-position: center;
    opacity: 0;
    transform: translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 0.3s;
}

.sidebar_block_cert:hover .cover .loupe {
    opacity: 1;
    transform: translateY(0px);
}

.min-order {
    width: 100%;
    color: red;
    margin-bottom: 40px;
}

.w-block.flex-wrap {
    flex-wrap: wrap;
}

.line.main-catalog-sections-line {
    margin-top: 80px;
    margin-bottom: 80px;
}

.main-catalog-sections {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.main-catalog-section {
    width: calc((100% - 40px)/3);
    border: 1px solid #e5edf5;
    box-sizing: border-box;
    height: 274px;
    position: relative;
    overflow: hidden;
}

.main-catalog-section-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #213147;
    position: absolute;
    padding: 30px;
}

.main-catalog-section-image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-catalog-section-image img {
    max-width: 100%;
    max-height: 100%;
}

.block__form-search-form {
    margin-top: 30px;
    width: 100%;
}

.block__form-search-input {
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #D1DAE2;
    display: flex;
    flex-wrap: nowrap;
}

.block__form-search-label {
    flex-grow: 1;
    height: 100%;
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 15px 15px 16px 13px;
}

.block__form-search-input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__form-search-input-field {
    flex-grow: 1;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
}

.block__form-search-input-field::placeholder {
    color: #b3b3b3;
}

.block__form-search .block__form-search-input-submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 15px 50px;
}

.slider-main-form {
    width: 100%;
    box-sizing: border-box;
    max-width: 420px;
    padding: 30px;
    margin-left: auto;
    background: rgba(242, 243, 245, 0.8);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-main-form form {
    width: 100%;
}

.slider-main-form .request-msg {
    color: #333
}

.slider-main-form-pre-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #333;
}

.slider-main-form-title {
    margin-top: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    color: #333;
}

.slider-main-form-desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #4f4f4f;
    text-align: center;
}

.slider-main-form-fields {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.slider-main-form-field {
    background: #fff;
    border: 1px solid #D1DAE2;
    padding: 17px;
    text-align: center;
    font-size: 15px;
}

.slider-main-form-field::placeholder {
    color: #949494;
}

.slider-main-form-submit {
    padding: 17px;
    font-size: 15px;
    font-weight: 500;
}

.slider-main-form .checkbox_wr {
    font-size: 14px;
    color: #949494;
}

@media screen and (max-width: 1300px) {
    .footer-copyright {
        flex-wrap: wrap;
    }

    .service-item {
        width: 100%;
    }

    .row_block_call_form {
        background-image: unset;
        padding-right: 40px;
        column-gap: 20px;
    }

    .seoby,
    .supported-by {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .side_wr.only_desctop {
        display: none !important;
    }

    .row_block_call_form {
        flex-direction: column;
    }

    .row_block_call_form-text,
    .row_block_call_form-button {
        margin-top: 15px;
        text-align: center;
    }

    .main-catalog-section {
        width: calc(50% - 20px);
    }
}

@media (max-height: 767px) {
    .modal_wr.active>.line {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

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

    .block__form-search-label {
        padding: 10px;
    }

    .block__form-search .block__form-search-input-submit {
        padding: 10px 20px;
    }

    .block__form-search-form {
        margin-top: 15px;
    }

    .block__form-search .cnt {
        padding: 30px 0;
    }

    .block__form-search .pre-title {
        font-size: 10px;
    }

    .block__form-search .title {
        font-size: 14px;
    }

    .service-item {
        flex-wrap: wrap;
    }

    .service-item .img-wr {
        width: 100%;
    }

    .service-item .text-wr {
        height: auto;
    }

    .h1wr h1 {
        margin-top: 12px;
    }

    .line.h1wr.wrap-p-b-s {
        margin-bottom: 25px;
    }

    .line.content-company p {
        font-size: 16px;
        line-height: 1.4;
    }

    .main-catalog-section {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .lg-on .soc_ico {
        opacity: 0;
    }

    .scrollTop.active {
        display: block;
    }
}

@media (max-width: 460px) {
    #zcwMiniButton {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .header.header-mobile-more .city-clarify:before {
        display: block;
    }
}

header {
    position: relative;
}

.header__top-line {
    background: #F2F3F5;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}

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

.header__top-menu {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    color: rgb(51, 51, 51);
}

.header__top-menu-list {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.header__top-menu-list-item.has-children {
    position: relative;
    z-index: 2;
}

.header__top-menu-sublist {
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgb(0, 37, 82, 0.05);
    white-space: nowrap;
    color: #213147;
}

.header__top-menu-sublist-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.header__top-menu-list-item.has-children:hover .header__top-menu-sublist-wrapper {
    height: auto;
    opacity: 1;
    overflow: visible;
}

.header__top-menu-list-item-wrapper {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.header__top-menu a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.header__top-menu a:hover {
    color: #e36637;
}

.header__top-menu-list-item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__top-menu-sublist-item+.header__top-menu-sublist-item {
    margin-top: 5px;
}

.header__top-menu-sublist-item {
    border-bottom: 1px solid #e5ecf3;
}

.header__top-menu-sublist-item>a {
    padding: 15px 20px;
}

.header__top-menu-sublist-item:last-child {
    border-bottom: none;
}

.header__top-actions {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.header__top-city-select {
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}

.header__top-city-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.header__top-city-select:hover {
    color: #E45829;
}

.header__top-city-select-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__top-callback {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.header__middle-line {
    border-bottom: 1px solid rgba(0, 37, 82, 0.15);
}

.header__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 52.75px;
    padding: 8px 0;
}

.header__middle-logo {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

a.header__middle-logo {
    text-decoration: none;
}

.header__middle-logo-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__middle-logo-text {
    color: #213147;
    font-size: 26.23px;
    font-weight: 700;
    line-height: 31px;
}

.header__middle-catalog {
    display: flex;
    column-gap: 7px;
    flex-grow: 1;
}

.header__middle-catalog-btn {
    align-items: center;
    padding: 0 25px;
    background: #f57c4e;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    height: 50px;
    line-height: 50px;
}

.header__middle-catalog-btn-burger {
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    background-size: 19px 19px;
}

.header__middle-catalog-btn-burger>span {
    width: 19px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.2s;
    display: block;
}

.header__middle-catalog-btn.open .header__middle-catalog-btn-burger-item:nth-child(1) {
    transform: rotate(-45deg) translate(-3.5px, 5px);
    -webkit-transform: rotate(-45deg) translate(-3.5px, 5px);
    -moz-transform: rotate(-45deg) translate(-3.5px, 5px);
    -ms-transform: rotate(-45deg) translate(-3.5px, 5px);
    -o-transform: rotate(-45deg) translate(-3.5px, 5px);
}

.header__middle-catalog-btn.open .header__middle-catalog-btn-burger-item:nth-child(2) {
    opacity: 0;
}

.header__middle-catalog-btn.open .header__middle-catalog-btn-burger-item:nth-child(3) {
    transform: rotate(45deg) translate(-3.5px, -5px);
    -webkit-transform: rotate(45deg) translate(-3.5px, -5px);
    -moz-transform: rotate(45deg) translate(-3.5px, -5px);
    -ms-transform: rotate(45deg) translate(-3.5px, -5px);
    -o-transform: rotate(45deg) translate(-3.5px, -5px);
}

.header__middle-catalog-btn-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header__middle-catalog-search {
    flex-grow: 1;
}

.header__middle-catalog-search-form {
    height: 100%;
    width: 100%;
    position: relative;
}

.header__middle-catalog-search input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 16px;
    margin: 0;
    border: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000;
    background: rgb(242, 243, 245);
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

button.header__middle-catalog-search-icon {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 14.75px 20.75px;
}

.header__middle-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.header__middle-contacts-phone {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.header__middle-contacts-email {
    color: rgb(228, 88, 41);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.header__middle-basket .basket_call {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 7px;
    padding-right: 12px;
}

.header__middle-basket .basket-count {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    min-width: 22px;
    aspect-ratio: 1/1;
    background: #e45829;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header__bottom-line {
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 82, 0.05);
}

/* .header__bottom-line .cnt {
    padding: 0;
} */

.header__bottom-menu {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.header__bottom-menu-item {
    display: flex;
    /* position: relative; */
}

.header__bottom-menu-item-wrapper {
    box-sizing: border-box;
    max-width: 226px;
    padding: 14px 10px 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}

.header__bottom-menu-item a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.header__bottom-menu-item:hover {
    /* max-width: 247.25px; */
    background: #f2f3f5;
    /* margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; */
}

.header__bottom-menu-item a:hover {
    color: #e36637;
}

.header__bottom-menu-item-wrapper svg {
    transition: stroke .2s ease-in-out;
    -webkit-transition: stroke .2s ease-in-out;
    -moz-transition: stroke .2s ease-in-out;
    -ms-transition: stroke .2s ease-in-out;
    -o-transition: stroke .2s ease-in-out;
}

.header__bottom-menu-item:hover .header__bottom-menu-item-wrapper>svg {
    stroke: #e36637
}

.header__bottom-menu-item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__bottom-menu-sub_list-wrapper {
    position: absolute;
    top: 100%;
    left: -100vw;
    width: 100%;
    background-color: #F2F3F5;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 37, 82, 0.15);
    box-shadow: 0px 10px 10px 0px rgba(0, 37, 82, 0.15);
    background: rgb(242, 243, 245);
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}

.header__bottom-menu-item:hover .header__bottom-menu-sub_list-wrapper {
    height: auto;
    overflow: visible;
    opacity: 1;
    left: 0;
}

.header__bottom-menu-sub_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px;
    column-gap: 78px;
    row-gap: 16px;
    max-height: calc(90vh - 200px);
    color: #213147;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.header__bottom-menu-sub_list-item {
    max-width: 260px;
}

.header__bottom-menu-sub_list a {
    color: inherit;
}

@media screen and (max-width: 1000px) {
    header {
        display: none;
    }
}

@media screen and (min-width: 100px) and (max-height: 600px) {
    .header__bottom-menu-sub_list {
        min-height: 200px;
    }
}

.header__catalog-line {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F2F3F5;
}

.header__catalog-line.active {
    display: flex;
}

.header__catalog {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 643px;
}

.header__catalog-insert {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 40px;
    padding-right: 330px;
}

.header__catalog-menu-item-wrapper {
    border-right: 2px solid transparent;
}

.header__catalog-menu-item-wrapper a {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding-top: 16px;
    padding-right: 35px;
    padding-bottom: 16px;
    padding-left: 10px;
    max-width: 270px;
    width: 100%;
}

.header__catalog-menu-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__catalog-menu-item-title {
    font-size: 15px;
    font-weight: 500;
    color: #213147;
}

.header__catalog-menu-item.active .header__catalog-menu-item-wrapper {
    background-color: #fff;
    border-color: #F57C4E;
}

.header__catalog-menu-item.active .header__catalog-menu-item-title {
    color: #E36637;
}

.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 410px;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background: #ffffff;
  border: 1px solid rgba(0, 75, 177, 0.2);
  border-radius: 3px;
}

.cookie-consent__content {
  max-width: 600px;
  margin: 0 auto;
}

.cookie-consent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;

  color: #222222;
  margin-bottom: 15px;
}

.cookie-consent__button {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;

  font-weight: 700;
  background-color: transparent;
  color: #148b45;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.3s ease;
 
border: 1px solid #148b45;
border-radius: 3px;
}
button#accept-button {
        display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    color: #E36637;
    text-decoration: none;
    width: 100%;
    transition: background-color 0.3s ease;
    border: 1px solid #E36637;
    border-radius: 3px;
        background: transparent;
}

.header__catalog-menu-item-wrapper {
    display: flex;
    justify-content: flex-end;
}

.header__catalog-menu-sub_list-wrapper {
    display: none;
}

.header__catalog-insert .header__catalog-menu-sub_list-wrapper {
    display: block;
}

.header__catalog-insert .header__catalog-menu-sub_list {
    display: flex;
    column-gap: 60px;
}

.header__catalog-insert .header__catalog-menu-sub_list-column {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.header__catalog-insert .header__catalog-menu-sub_list-item a {
    color: #213147;
    font-size: 15px;
    font-weight: 400;
}

.header__catalog-insert .header__catalog-menu-sub_list-item a:hover {
    color: #E36637;
}

@media screen and (max-width: 767px) {
    .col-form {
        display: none;
    }
}