@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/opensansitalic.woff2') format('woff2'), url('../fonts/opensansitalic.woff') format('woff'), url('../fonts/opensansitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/opensanssemibold.woff2') format('woff2'), url('../fonts/opensanssemibold.woff') format('woff'), url('../fonts/opensanssemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensansbold.woff2') format('woff2'), url('../fonts/opensansbold.woff') format('woff'), url('../fonts/opensansbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/opensansbolditalic.woff2') format('woff2'), url('../fonts/opensansbolditalic.woff') format('woff'), url('../fonts/opensansbolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


* {-webkit-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; max-height: 999999px; outline: none;}

body, html {height: auto; width: 100%; margin: 0; padding: 0; min-width: 420px; }

body {background: #fff; font: 18px 'Open Sans', sans-serif; color: #0f0f0f; position: relative;}
body.menu-openned {
    /*overflow: hidden;*/
}
a {color: #0f0f0f; text-decoration: underline; text-decoration-color: #cdcfd5; text-underline-offset: 4px;}
a:hover {text-decoration: none;}
.inpage .uss_section_content a {color: #ea5b0c; text-decoration: none;}
.page_rubber {position: relative; width: 100%; margin: 0 auto; overflow: hidden;}
.site_conteiner {}
.wrapper {position: relative; min-width: 420px; max-width: 1620px; width: 100%; margin: 0 auto; padding: 0 10px;}
p {margin: 0 0 23px; line-height: 28px;}
.uss_section_content ul + p {margin-top: 23px;}
p:last-child {margin-bottom: 0;}
.uss_section_content p {line-height: 1.8;}
.uss_section_content p:last-child {margin-bottom: 0;}  
li p {margin: 0;}
.wrap_flex {display: flex;}
img {display: block;}

.lh_menu ul li a:before,
.lc_menu ul ul ul ul li a:before,
.lc_menu ul li a i {-webkit-transition: all .05s linear; transition: all .05s linear;}


.slick-slide,
.slick-slide *,
input[type="text"],
textarea,
input[type="submit"],
input[type="button"] {outline: none;}
.hidden {display: none !important;}

input[type=text],
input[type=password],
input[type=text].basket_amount_class,
input[type=text].styler,
input[type=email].styler,
textarea.styler,
input[type=password].styler {border: 1px solid #ebebeb; outline: none; font: 16px/55px 'Open Sans'; color: #0f0f0f; padding: 0 22px; border-radius: 0; box-shadow: none; background-color: #f7f7f7; height: 55px;}

input[type=text]:hover,
input[type=password]:hover,
input[type=text].basket_amount_class:hover,
input[type=text].styler:hover,
input[type=email].styler:hover,
textarea.styler:hover,
input[type=password].styler:hover {box-shadow: none; border-color: #ebebeb;}
input[type=text]:focus,
input[type=password]:focus,
input[type=text].basket_amount_class:focus,
input[type=text].styler:focus,
input[type=email].styler:focus,
textarea.styler:focus,
input[type=password].styler:focus {box-shadow: none; border-color: #000;}

input[type=text]::-webkit-input-placeholder {color:#707d84;}
input[type=text]::-moz-placeholder {color:#707d84;}
input[type=text]:-moz-placeholder {color:#707d84;}
input[type=text]:-ms-input-placeholder {color:#707d84;}
input[type=email]::-webkit-input-placeholder {color:#707d84;}
input[type=email]::-moz-placeholder {color:#707d84;}
input[type=email]:-moz-placeholder {color:#707d84;}
input[type=email]:-ms-input-placeholder {color:#707d84;}
textarea::-webkit-input-placeholder {color:#707d84;}
textarea::-moz-placeholder {color:#707d84;}
textarea:-moz-placeholder {color:#707d84;}
textarea:-ms-input-placeholder {color:#707d84;}
input[type=password].styler::-webkit-input-placeholder {color:#707d84;}
input[type=password].styler::-moz-placeholder {color:#707d84;}
input[type=password].styler:-moz-placeholder {color:#707d84;}
input[type=password].styler:-ms-input-placeholder {color:#707d84;}
textarea,
textarea.styler {line-height: 1.2; padding: 14px 16px; height: auto; resize: none;}

button.styler:not([disabled]),
input[type="button"].styler:not([disabled]),
input[type="submit"].styler:not([disabled]),
input[type="submit"] {box-shadow: none; cursor: pointer; outline: none; -webkit-appearance: none; text-shadow: none; border-radius: 0; height: 55px; padding: 0 23px; background: #373d42; color: #fff; font: 600 16px/55px 'Open Sans'; border: none; background: #3e4b6b; background: -moz-linear-gradient(top, #3e4b6b 0%, #2f3a56 100%); background: -webkit-linear-gradient(top, #3e4b6b 0%,#2f3a56 100%); background: linear-gradient(to bottom, #3e4b6b 0%,#2f3a56 100%);}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="submit"]:hover {
    background: #f17c00;
}

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active {}


/* Шапка */

.l_top {background: #f7f7f7; border-bottom: 1px solid #e7e8e9;}

.l_header {padding: 27px 0 0;}
.inpage .l_header {border-bottom: 1px solid #e4e4e4; padding: 20px 0;}
.l_header p {margin: 0;}
.l_header .wrap_flex {justify-content: space-between; align-items: center;}
.l_header .decor_line {margin-top: 20px;}

.lh_logo {padding-top: 5px;}
.lh_logo a {display: block; text-decoration: none;}

.lh_menu {display: flex; justify-content: flex-end;}
.lh_menu ul {margin: 0; padding: 0; list-style: none; display: flex;}
.lh_menu ul li {margin: 0;}
.lh_menu ul li + li {margin-left: 50px;}
.lh_menu ul li a {text-decoration: none; height: 60px; display: flex; justify-content: center; align-items: center; text-align: center; color: #5e5f64; position: relative; font-size: 16px;}
.lh_menu ul li a:before {content: ''; position: absolute; bottom: -1px; left: 50%; margin-left: -25px; width: 50px; height: 4px; background: #f17c00; border-radius: 10px 10px 0 0; opacity: 0;}
.lh_menu ul li a:hover,
.lh_menu ul li a.active,
.lh_menu ul li:hover > a {color: #0f0f0f;}
.lh_menu ul li a.active {font-weight: 600;}
.lh_menu ul li a:hover:before,
.lh_menu ul li a.active:before,
.lh_menu ul li:hover > a:before {opacity: 1;}

.lh_burger {display: flex; flex-direction: column; align-items: center; justify-content: center; -webkit-flex: 0 0 46px; flex: 0 0 46px; width: 46px; height: 46px; cursor: pointer; position: relative; z-index: 700; border-radius: 50%; background: linear-gradient(to bottom, #3e4b6a 0%,#2f3b57 100%); position: relative; z-index: 1005;}
.lh_burger span {background: #fff; display: block; height: 2px; width: 20px;}
.lh_burger span:nth-of-type(2) {margin: 5px 0;}
.menu-openned .lh_burger {background: url(../img/redesign/icon-close-3.png) no-repeat 50%, linear-gradient(to bottom, #f39411 0%,#f28c00 2%,#f07700 82%,#f07500 98%,#f17e11 100%);}
.menu-openned .lh_burger span {display: none;}

.lh_r {display: flex; align-items: center;}

.lh_search {position: relative;}
.lh_search .uss_site_search {display: none; position: absolute; top: 50%; right: -4px; margin-top: -28px; z-index: 15;}
.search_opener {cursor: pointer; width: 45px; height: 45px; border-radius: 50%; background: url(../img/redesign/icon-search.png) no-repeat 50%;}
.search_close {display: none; position: absolute; width: 24px; height: 24px; cursor: pointer; right: -24px; top: 50%; margin-top: -12px; background: url(../img/redesign/icon-close.png) no-repeat 50%; z-index: 15;}
.lh_search.opened .search_close {display: block;}
.lh_search .uss_input_name {border-radius: 50px; width: 325px; padding-right: 50px;}
.lh_search .uss_submit {position: absolute; width: 45px; height: 45px; border-radius: 50%; right: 4px; top: 50%; margin-top: -22px; padding: 0;}
.lh_search .uss_submit,
.lh_search input[type="submit"].uss_submit:hover {background: #3e4b6b url(../img/redesign/icon-search-2.png) no-repeat 50%;
    background: url(../img/redesign/icon-search-2.png) no-repeat 50%, -moz-linear-gradient(top, #3e4b6b 0%, #2f3a56 100%);
    background: url(../img/redesign/icon-search-2.png) no-repeat 50%, -webkit-linear-gradient(top, #3e4b6b 0%,#2f3a56 100%);
    background: url(../img/redesign/icon-search-2.png) no-repeat 50%, linear-gradient(to bottom, #3e4b6b 0%,#2f3a56 100%);}

.lh_links {display: flex; align-items: center; margin-left: 45px;}
.lh_links a {display: inline-block; text-decoration: none; font-weight: 600; position: relative; padding-left: 30px; font-size: 16px;}
.lh_links a:before {content: ''; position: absolute; top: 50%; left: 0; background-repeat: no-repeat; background-position: 50%;}
.lh_links a.demo:before {width: 23px; height: 15px; margin-top: -8px; background-image: url(../img/redesign/icon-eye.png);}
.lh_links a.video {margin-left: 36px;}
.lh_links a.video:before {width: 22px; height: 15px; margin-top: -8px; background-image: url(../img/redesign/icon-yt.png);}

.decor_line {height: 1px; margin: 0 -50px;}

.lh_r > div:not(:first-child) {margin-left: 45px;}
.lh_r > div.lh_phone:not(:first-child) {margin-left: 21px;}

.lh_phone {}
.lh_phone a {font-size: 24px; font-weight: 600; text-decoration: none;}

.lh_soc p {display: flex; align-items: center;}
.lh_soc p a {font-size: 0; line-height: 0;}
.lh_soc p a:not(:first-child) {margin-left: 18px;}




/* Главная */

.slider {height: 680px; position: relative; margin-top: 29px !important;}
.slider .slides {white-space: nowrap; overflow: hidden; font-size: 0; height: 100%;}
.slider .slides.slick-slider {white-space: normal;}
.slider .slide {position: relative; font-size: 0; overflow: hidden; display: inline-block; white-space: normal; width: 100%;}
.slider .slick-slider .slide {display: block; height: 100%;}
.slider .slide_image {position: relative; height: 100%;}
.slider .slide_image img {width: auto; min-height: 100%; min-width: 100%; display: inline-block; position: relative; left: 50%; transform: translateX(-50%);}
.slick-slider .slide_image img {}
.slider .slick-slider .slide_image img {width: auto; min-height: 100%; min-width: 100%;}
.slider .slide_image a {text-decoration: none;}
.slider .slide_caption {position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center;}
.slider .slide_caption .wrapper {max-width: 1600px;}
.slider .slide_caption p {margin: 0; line-height: 1.65;}
.slider .slide_caption_wrap {padding-top: 15px;}
.slider .slide_title {max-width: 1080px; width: 100%; color: #fff; font-weight: 600; font-size: 55px; margin-bottom: 42px; line-height: 1.15; letter-spacing: -0.6px;}
.slider .slide_text {color: #fff; width: 100%; margin-bottom: 54px; font-size: 20px; max-width: 510px;}
.slider .slide_text a {color: #fff;}
.slider .slide_text strong {font-weight: 600;}
.slider .slide_btn {}
.slider .slide_btn a {display: inline-block; text-decoration: none; height: 60px; color: #fff; font-weight: 600; line-height: 60px; position: static; z-index: 50; font-size: 16px; background: #ff0000; padding: 0 61px 0 26px; text-transform: uppercase; position: relative; letter-spacing: 0.6px;}
.slider .slide_btn a:hover {padding-right: 71px;}
.slider .slide_btn a:before {content: ''; position: absolute; top: 50%; left: 147px; height: 8px; margin-top: -4px; width: 14px; background: url(../img/arrow-link-right.png) no-repeat 100% 50%;}
.slider .slide_btn a:hover:before {width: 24px;}
.slider .slick-arrow {position: absolute; top: 0; bottom: 0; z-index: 50; width: 60px; cursor: pointer; background-color: transparent; outline: none; -webkit-appearance: none; font-size: 0; padding: 0; border: none;z-index: 40;}
.slider .slick-arrow:before {content: ''; position: absolute; top: 50%; width: 60px; height: 60px; background-color: rgba(55, 61, 66, .7); background-position: 50%; background-repeat: no-repeat;}
.slider .slick-arrow:hover:before {background-color: rgba(55, 61, 66, 1);}
.slider .slick-prev,
.slider .slick-prev:before {left: 0;}
.slider .slick-prev:before {background-image: url(../img/arrow-left.png);}
.slider .slick-next,
.slider .slick-next:before {right: 0;}
.slider .slick-next:before {background-image: url(../img/arrow-right.png);}

.mpage .lc_main ul,
.mp_video ul {margin: 0 0 64px; padding: 0; list-style: none;}
.mpage .lc_main ul li,
.mp_video ul li {margin: 0 0 12px; position: relative; padding-left: 32px;}
.mpage .lc_main ul li:last-child,
.mp_video ul li:last-child {margin-bottom: 0;}
.mpage .lc_main ul li:before,
.mp_video ul li:before {content: ''; position: absolute; left: 1px; top: 1px; width: 21px; height: 21px; border-radius: 50%; background: #f28800 url(../img/redesign/icon-check.png) no-repeat 50%; background: url(../img/redesign/icon-check.png) no-repeat 50%, -moz-linear-gradient(top, #f28800 0%, #f07500 100%); background: url(../img/redesign/icon-check.png) no-repeat 50%, -webkit-linear-gradient(top, #f28800 0%,#f07500 100%); background: url(../img/redesign/icon-check.png) no-repeat 50%, linear-gradient(to bottom, #f28800 0%,#f07500 100%);}

.btns {display: flex; align-items: center;}
.btns span {display: inline-block; margin-left: 19px; color: #86878e; font-size: 16px; position: relative; z-index: 25;}
a.btn {display: inline-block; text-decoration: none; height: 51px; line-height: 51px; position: relative; z-index: 25;}
a.btn.orange,
a.btn.blue {border-radius: 5px; padding: 0 25px; color: #fff; font-size: 16px; white-space: nowrap;}
a.btn.orange {background: #f28c00; background: -moz-linear-gradient(top, #f28c00 0%, #f07400 100%); background: -webkit-linear-gradient(top, #f28c00 0%,#f07400 100%); background: linear-gradient(to bottom, #f28c00 0%,#f07400 100%);}
a.btn.blue {background: #435071; background: -moz-linear-gradient(-45deg, #435071 0%, #293450 100%); background: -webkit-linear-gradient(-45deg, #435071 0%,#293450 100%); background: linear-gradient(135deg, #435071 0%,#293450 100%);}
a.btn.video {padding: 0 10px 0 60px; color: #2f3b57; font-weight: 600; position: relative;}
a.btn.video:before {content: ''; position: absolute; left: 0; top: 50%; margin-top: -23px; width: 45px; height: 45px; border-radius: 50%; background: #3e4b6b url(../img/redesign/icon-play.png) no-repeat 50%; background: url(../img/redesign/icon-play.png) no-repeat 50%, -moz-linear-gradient(top, #3e4b6b 0%, #2f3a56 100%); background: url(../img/redesign/icon-play.png) no-repeat 50%, -webkit-linear-gradient(top, #3e4b6b 0%,#2f3a56 100%); background: url(../img/redesign/icon-play.png) no-repeat 50%, linear-gradient(to bottom, #3e4b6b 0%,#2f3a56 100%);}

.mpage .lc_main a.btn.video {margin-left: 30px;}

.mp_video,
.mp_templates,
.mp_nums {background: #f7f7f7; position: relative;}
.mp_video {padding: 42px 0 33px;}
.mp_video:before,
.mp_video:after,
.mp_templates:before,
.mp_nums:before {content: ''; position: absolute; left: 0; right: 0; height: 133px; z-index: 10; background-position: 50%; background-repeat: no-repeat;}
.mp_video:before,
.mp_templates:before,
.mp_nums:before {top: -133px; background-image: url(../img/redesign/bg-part-1.png);}
.mp_video:after {bottom: -133px; background-image: url(../img/redesign/bg-part-2.png);}
.mp_video .wrap_flex {justify-content: space-between; }
.mp_video .left {flex: 0 0 920px; width: 920px; margin-left: 45px;}
.mp_video .left p {position: relative;}
.mp_video .left a {text-decoration: none; position: absolute; top: 0; left: 30px; right: 260px; height: 383px; text-align: center; padding-top: 218px; color: #fff; font-size: 22px; display: flex; flex-direction: column; align-items: center;}
.mp_video .left a:before {content: ''; position: absolute; top: 116px; left: 50%; width: 80px; height: 80px; border-radius: 50%; margin-left: -40px; background: #f28c00 url(../img/redesign/icon-play-2.png) no-repeat 50%; background: url(../img/redesign/icon-play.png) no-repeat 50%, -moz-linear-gradient(top, #f28c00 0%, #f07400 100%); background: url(../img/redesign/icon-play.png) no-repeat 50%, -webkit-linear-gradient(top, #f28c00 0%,#f07400 100%); background: url(../img/redesign/icon-play.png) no-repeat 50%, linear-gradient(to bottom, #f28c00 0%,#f07400 100%);}
.mp_video .left a span {display: block; font-size: 17px; color: #b0bcd9; position: relative; padding-left: 26px; margin-top: 10px;}
.mp_video .left a span:before {content: ''; position: absolute; left: 4px; top: 50%; margin-top: -9px; width: 17px; height: 17px; background: url(../img/redesign/icon-time.png) no-repeat 50%;}
.mp_video .right {padding-top: 35px;}
.mp_video ul {margin: 51px 0 0;}
.mp_video ul li:before {background: #3e4b6b url(../img/redesign/icon-check.png) no-repeat 50%; background: url(../img/redesign/icon-check.png) no-repeat 50%, -moz-linear-gradient(top, #3e4b6b 0%, #2f3a56 100%); background: url(../img/redesign/icon-check.png) no-repeat 50%, -webkit-linear-gradient(top, #3e4b6b 0%,#2f3a56 100%); background: url(../img/redesign/icon-check.png) no-repeat 50%, linear-gradient(to bottom, #3e4b6b 0%,#2f3a56 100%);}
.mp_video .mp_video_text {margin-left: -802px;}
.mp_video .soc {position: relative; z-index: 10; margin-top: 38px; display: flex; flex-direction: column; align-items: flex-start;}
.mp_video .soc a,
.lf_soc a {display: flex; align-items: center; text-decoration: none; font-weight: 600; font-size: 16px;}
.mp_video .soc a + a {margin-top: 10px;}
.mp_video .soc img,
.lf_soc img {margin-right: 13px;}



.mp_opportunities {background: url(../img/redesign/bg-part-3.jpg) no-repeat 50% -923px; padding: 142px 0 107px;}
.mp_opportunities .h3 {margin-bottom: 49px;}
.mp_opportunities .wrap_flex {justify-content: space-between;}
.mp_opportunities .left {width: 40%; padding-top: 103px;}
.mp_opportunities .right {width: 60%; margin-right: -110px;}
.mp_opportunities .btns {margin-top: 53px;}
.mp_opportunities .slides {text-align: center;}
.mp_opportunities .slick-arrow {margin-top: -45px;}
.mp_opportunities .slick-prev {left: -10px;}
.mp_opportunities .slick-next {right: 28px;}
.mp_opportunities ul.slick-dots {position: relative; top: -26px; left: -22px;}

.slick-arrow {position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; border-radius: 50%; outline: none; padding: 0; font-size: 0; cursor: pointer; -webkit-appearance: none; border: 1px solid #ebebeb; box-shadow: 12px 12px 15px rgba(30, 37, 54, .2); z-index: 15;}
.slick-prev,
.slick-prev.slick-disabled:hover {background: #fcfcfc url(../img/redesign/arrow-left.png) no-repeat 50%; background: url(../img/redesign/arrow-left.png) no-repeat 50%, -moz-linear-gradient(-45deg, #fcfcfc 0%, #ececec 100%); background: url(../img/redesign/arrow-left.png) no-repeat 50%, -webkit-linear-gradient(-45deg, #fcfcfc 0%,#ececec 100%); background: url(../img/redesign/arrow-left.png) no-repeat 50%, linear-gradient(135deg, #fcfcfc 0%,#ececec 100%); border-color: #ebebeb;}
.slick-prev {left: 0;}
.slick-prev:hover {background: #3f4d6c url(../img/redesign/arrow-left-hover.png) no-repeat 50%; background: url(../img/redesign/arrow-left-hover.png) no-repeat 50%, -moz-linear-gradient(-45deg, #3f4d6c 0%, #2d3954 100%); background: url(../img/redesign/arrow-left-hover.png) no-repeat 50%, -webkit-linear-gradient(-45deg, #3f4d6c 0%,#2d3954 100%); background: url(../img/redesign/arrow-left-hover.png) no-repeat 50%, linear-gradient(135deg, #3f4d6c 0%,#2d3954 100%); border-color: #364360;}
.slick-next,
.slick-next.slick-disabled:hover {background: #fcfcfc url(../img/redesign/arrow-right.png) no-repeat 50%; background: url(../img/redesign/arrow-right.png) no-repeat 50%, -moz-linear-gradient(-45deg, #fcfcfc 0%, #ececec 100%); background: url(../img/redesign/arrow-right.png) no-repeat 50%, -webkit-linear-gradient(-45deg, #fcfcfc 0%,#ececec 100%); background: url(../img/redesign/arrow-right.png) no-repeat 50%, linear-gradient(135deg, #fcfcfc 0%,#ececec 100%); border-color: #ebebeb;}
.slick-next {right: 0;}
.slick-next:hover {background: #3f4d6c url(../img/redesign/arrow-right-hover.png) no-repeat 50%; background: url(../img/redesign/arrow-right-hover.png) no-repeat 50%, -moz-linear-gradient(-45deg, #3f4d6c 0%, #2d3954 100%); background: url(../img/redesign/arrow-right-hover.png) no-repeat 50%, -webkit-linear-gradient(-45deg, #3f4d6c 0%,#2d3954 100%); background: url(../img/redesign/arrow-right-hover.png) no-repeat 50%, linear-gradient(135deg, #3f4d6c 0%,#2d3954 100%); border-color: #364360;}
.slick-disabled {opacity: 0.3; cursor: default;}

.slick-dots {display: inline-block !important; margin: 0; padding: 0; list-style: none; background: #fff; border-radius: 25px; padding: 7px 4px; font-size: 0; box-shadow: 15px 15px 15px rgba(30, 37, 54, .1); position: relative; z-index: 25;}
.slick-dots li {margin: 0 2px; display: inline-block; vertical-align: middle;}
.slick-dots li button {padding: 0; cursor: pointer; font-size: 0; border: none; -webkit-appearance: none; outline: none; border-radius: 50%; background: #bec1cc; border: 2px solid #fff; width: 12px; height: 12px;}
.slick-dots li.slick-active button {border-color: #ef7d00; background: #ef7d00; box-shadow: 5px 5px 5px rgba(30, 37, 54, .1);}
.slick-slide img {max-width: 100%; height: auto; margin: 0 auto;}

.fc_checkbox .elements_set, .fc_radio .elements_set {display: inline-block; width: 100%; font-size: 15px;}

.mp_templates {position: relative;}
.mp_templates:after,
.mp_nums:after {content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 135px; z-index: 10; background: url(../img/redesign/bg-part-5.png) no-repeat 50%; mix-blend-mode: multiply;}
.mp_templates .wrap_flex {justify-content: space-between;}
.mp_templates .left {width: 820px; margin-left: -80px; margin-top: -55px; position: relative; z-index: 10;}
.mp_templates .right {width: 50%; padding-top: 91px;}
.mp_templates ul,
.mp_opportunities .left ul {margin: 0 0 64px; padding: 0 75px 0 0; list-style: none; display: flex; justify-content: space-between; flex-wrap: wrap;}
.mp_templates ul li,
.mp_opportunities .left ul li,
.mp_docs .list li,
.lf_menu ul.submenu li {width: 47%; margin: 0 0 12px; position: relative; padding-left: 9px;}
.mp_opportunities .left ul li:before,
.mp_templates ul li:before,
.mp_docs .list li:before,
.lf_menu ul.submenu li:before {content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 50%; background: #f17c00;}
.mp_templates .slick-track {padding-left: 260px;}
.mp_templates .slide_box {margin-left: -260px; position: relative;}
.mp_templates .slick-slide {transition: all .3s linear; margin-top: 160px; opacity: 0; width: 400px;}
.mp_templates .slick-active {opacity: 1;}
.mp_templates .slick-current {margin-top: 0;}
.mp_templates .slick-current + .slick-slide {margin-top: 80px;}
.mp_templates .slick-slide img {margin: 0; box-shadow: -51px -14px 51px rgb(30 37 54 / 5%), 14px 14px 54px rgba(30, 37, 54, .06); border-radius: 12px;}
.mp_templates .slick-list {height: 828px; padding-left: 80px; padding-top: 50px;}
.mp_templates .slick-arrow {margin-top: 49px;}
.mp_templates .slick-prev {left: 21px;}
.mp_templates .h3 {margin-bottom: 73px;}

.mp_integration {background: url(../img/redesign/bg-part-3.jpg) no-repeat 50% 525px; padding: 20px 0 104px; position: relative;}
.mp_integration:before,
.mp_docs:before {content: ''; position: absolute; left: 0; right: 0; height: 135px; z-index: 10; background-position: 50%; background-repeat: no-repeat; top: -135px; background-image: url(../img/redesign/bg-part-4.png);}
.mp_integration .wrap_flex {justify-content: space-between;}
.mp_integration .left {width: 40%; padding-top: 95px;}
.mp_integration .right {width: 55%; margin-right: -77px;}
.mp_integration .btns {margin-top: 52px;}
.mp_integration .slides {text-align: center;}
.mp_integration .h3 {margin-bottom: 50px;}
.mp_integration .slick-arrow {margin-top: -29px;}
.mp_integration .slick-prev {left: -57px;}
.mp_integration .slick-next {right: -5px;}
.mp_integration .slick-dots {margin-top: 13px; position: relative; left: -28px;}

.mp_nums {padding: 89px 0 322px; position: relative;}
.mp_nums .wrap_flex {justify-content: space-between;}
.mp_nums .right {width: 50%;}
.mp_nums .text {margin-bottom: 67px;}
.mp_nums .nums {display: flex; justify-content: space-between; max-width: 751px; width: 100%;}
.mp_nums .item {}
.mp_nums .item .title {font-weight: bold; font-size: 16px; margin-bottom: 28px;}
.mp_nums .item .num {font-weight: bold; font-size: 72px; color: #f17c00;}
.mp_nums .left {position: relative;}
.mp_nums .left:before {content: ''; position: absolute; top: -150px; left: -6px; width: 664px; height: 832px; background: url(../img/redesign/pic-diplom.png) no-repeat 50% 0; z-index: 10;}
.mp_nums .h3 {margin-bottom: 50px;}

.mp_docs {position: relative; background: #fff; z-index: 15; padding: 51px 0 56px;}
.mp_docs .wrap_flex {justify-content: space-between;}
.mp_docs .left {width: 51%; padding-top: 50px;}
.mp_docs .right {margin-right: -100px; text-align: center;}
.mp_docs .list {}
.mp_docs .list .wrap_flex {justify-content: flex-start; flex-wrap: wrap; margin: 0 -55px;}
.mp_docs .list .item {width: calc((100% / 3) - 110px); margin: 0 55px 30px;}
.mp_docs .list .h3 {font-weight: 600; font-size: 18px; margin-bottom: 20px; letter-spacing: 0.1px;}
.mp_docs .list ul {margin: 0; padding: 0; list-style: none;}
.mp_docs .list li {width: 100%; margin-bottom: 7px; font-size: 14px;}
.mp_docs .list li a {text-decoration: none;}
.mp_docs .list ul.submenu {display: none;}
.mp_docs .text {margin-bottom: 63px;}
.mp_docs .h3 {margin: 0;}
.mp_docs .img p:first-child {margin-bottom: -12px;}
.mp_docs .img a.btn.video {margin-left: -185px; display: inline-block; line-height: 51px;}


/* Контент */

.mpage .l_content {background: url(../img/redesign/bg-block-1.jpg) no-repeat 50% 5px; padding: 119px 0 262px;}
.inpage .l_content {padding-top: 43px; padding-bottom: 120px; min-height: 57vh;}

.mpage .lc_main {max-width: 650px; width: 100%;}

.l_content_wrap {display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

.lcm_title {margin-bottom: 48px;}
.inpage .lcm_title {margin-bottom: 51px;}

.lcm_breadcrumbs {margin-bottom: 22px; font-size: 16px;}
.lcm_breadcrumbs a {color: #86878e; text-decoration: none;}
.lcm_breadcrumbs a:hover {text-decoration: underline;}
.lcm_breadcrumbs span {display: inline-block; margin: 0 3px; color: #dadada;}

.inpage .content {max-width: 800px;}
.tariffs_page .content {max-width: 100%;}


.lc_left {flex: 0 0 350px; width: 350px; margin-top: -24px;}
.inpage .lc_main {flex: 0 0 calc(100% - 398px); width: calc(100% - 398px);}

.lc_left .h3 {margin-bottom: 35px;}
.lc_menu {}
.lc_menu ul {margin: 0; padding: 0; list-style: none;}
.lc_menu ul li {margin: 0; border-bottom: 1px solid #e4e4e4;}
.lc_menu ul li a {text-decoration: none; display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 27px 0 11px; font-weight: 600; font-size: 21px; color: #000;}
.lc_menu ul li a i,
.lc_menu ul li.with-submenu > a:after {width: 13px; height: 13px; flex: 0 0 13px; border: 1px solid #f18000; border-radius: 3px; margin-left: 15px; background: url(../img/redesign/icon-plus.png) no-repeat 50%;}
.lc_menu ul li.opened a i,
.lc_menu ul li.active > a i,
.lc_menu ul li.active.with-submenu > a:after {background: #f17c00 url(../img/redesign/icon-minus.png) no-repeat 50%;}
.lc_menu ul li.with-submenu > a:after {content: ''; display: inline-block; margin-top: 5px;}
.lc_menu .rmenu_block_inner {display: none;}
.lc_menu li.actived .rmenu_block_inner {display: block;}
.lc_menu ul.submenu {display: none;}
.lc_menu li.active > ul.submenu {display: block;}
.lc_menu ul ul {margin-bottom: 40px;}
.lc_menu ul ul li {border: none; margin-bottom: 3px;}
.lc_menu ul ul li a {display: block; height: auto; font-weight: normal; color: #0f0f0f; font-size: 18px; padding: 4px 15px 4px 9px;}
.lc_menu ul ul li a.active,
.lc_menu ul ul li.active > a {font-weight: 600; color: #000;}
.lc_menu ul ul ul {padding-top: 5px; margin: 0 0 21px; display: none;}
.lc_menu ul ul li.active > ul {display: block;}
.lc_menu ul ul ul li {margin: 0;}
.lc_menu ul ul ul li a {position: relative; font-size: 17px; padding: 4px 15px 3px 24px;}
.lc_menu ul ul ul li a:before {content: ''; position: absolute; top: 14px; left: 9px; width: 4px; height: 4px; border-radius: 2px; background: #a8abb4;}
.lc_menu ul ul ul li a.active,
.lc_menu ul ul ul li.active > a,
.lc_menu ul ul ul li a:hover {color: #f17c00; }
.lc_menu ul ul ul li a.active,
.lc_menu ul ul ul li.active > a {font-weight: 600;}
.lc_menu ul ul ul li a.active:before,
.lc_menu ul ul ul li.active > a:before,
.lc_menu ul ul ul li a:hover:before {background: #f17c00;}
.lc_menu ul ul ul ul {padding: 0 0 0 10px; margin: 9px 0 29px;}
.lc_menu ul ul ul ul li {padding: 4px 0; border-left: 1px solid #e2e2e2;}
.lc_menu ul ul ul ul li:first-child {padding-top: 0;}
.lc_menu ul ul ul ul li:last-child {padding-bottom: 0;}
.lc_menu ul ul ul ul li a {font-size: 15px; color: #000; padding: 0 15px 0 19px;}
.lc_menu ul ul ul ul li a:before {opacity: 0; width: 4px; height: 10px; left: 0; border-radius: 0; background: url(../img/redesign/icon-bullet.png) no-repeat 50%; top: 7px;}
.lc_menu ul ul ul ul li a.active,
.lc_menu ul ul ul ul li.active > a,
.lc_menu ul ul ul ul li a:hover {color: #f07500;}
.lc_menu ul ul ul ul li a.active:before,
.lc_menu ul ul ul ul li.active > a:before,
.lc_menu ul ul ul ul li a:hover:before {background: url(../img/redesign/icon-bullet.png) no-repeat 50%;}
.lc_menu ul ul ul ul ul {padding: 0 0 0 12px; margin: 8px 0 19px;}
.lc_menu ul ul ul ul ul li {border: none; padding: 2px 0;}
.lc_menu ul ul ul ul ul li a {font-size: 13px;}
.lc_menu ul ul ul ul ul li a.active,
.lc_menu ul ul ul ul ul li.active > a {font-weight: 600;}



.catalog_opener {
    display: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: #373d42;
    position: relative;
    background: #f28c00;
    background: -moz-linear-gradient(top, #f28c00 0%, #f07400 100%);
    background: -webkit-linear-gradient(top, #f28c00 0%,#f07400 100%);
    background: linear-gradient(to bottom, #f28c00 0%,#f07400 100%);
    border-radius: 5px;
}

.section_search .uss_search_form .uss_input_name {width: 74%;}
.section_search .uss_search_form .uss_submit {width: 24%; padding: 0;}

.catalog_opener {display: none;}


h1,
h2, .h2,
h3, .h3,
h4, .h4 {font-size: 46px; margin: 0 0 41px; padding: 0; font-weight: 600; line-height: 1.2;}
h1 {margin: 0;}
.inpage h1 {font-size: 28px;}
.inpage h2, .inpage .h2,
.inpage h3, .inpage .h3,
.inpage h4, .inpage .h4 {font-size: 26px;}
.uss_section_content h2, .uss_section_content .h2,
.uss_section_content h3, .uss_section_content .h3,
.uss_section_content h4, .uss_section_content .h4 {margin: 25px 0;}
.uss_section_content .plate + h2, .uss_section_content .plate + .h2,
.uss_section_content .plate + h3, .uss_section_content .plate + .h3,
.uss_section_content .plate + h4, .uss_section_content .plate + .h4 {margin-top: 68px;}
.mpage h1,
.mpage h3, .mpage .h3 {font-weight: normal;}

.content_menu {font-size: 0; margin: 0 -6px 40px; display: flex; flex-wrap: wrap;}
.content_menu + .content_menu {margin-top: -40px;}
.content_menu a {text-decoration: none; display: block; width: calc((100% / 3) - 12px); margin: 0 6px 12px; border-radius: 5px; background: #f7f7f7; padding: 14px 15px 14px 33px; position: relative; font-size: 18px;}
.content_menu a:before {content: ''; position: absolute; top: 23px; left: 15px; width: 6px; height: 6px; border-radius: 2px; background: #a8abb4;}
.content_menu a.active {background: #f28700; color: #fff;}
.content_menu a.active:before {background: #fff;}
.content_menu ul {margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; width: 100%;}
.content_menu ul li {width: calc((100% / 3) - 12px); margin: 0 6px 12px;}
.content_menu ul li a {width: 100%; margin: 0;}

.uss_section_content table {border-collapse: collapse;}

.uss_section_content .plate {width: 100%; background: #f7f7f7; border-left: 4px solid #404d6d; display: block; padding: 30px 30px 35px 46px; margin: 47px 0;}

.news_exact_item .uss_news_date {margin-bottom: 15px;}

.news_exact_item .news_preview_bottom .uss_img_ico a {
    display: block;
    max-height: 300px;
}
.uss_pagenator {margin-top: 24px;}
.uss_pagenator .uss_page_count {font-size: 15px; margin-bottom: 25px;}
.uss_pagenator .uss_page_num {display: flex; flex-wrap: wrap; align-items: center;}
.uss_pagenator .uss_page_num .uss_page {padding: 0; margin: 0 6px 0 0; display: inline-block; vertical-align: top;}
.uss_pagenator .uss_page_num .uss_page_selected {padding: 0; margin: 0 6px 0 0; border: none;}
.uss_pagenator a {border: none; width: 36px; height: 36px; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; color: #252e2b; font-weight: 500; font-size: 16px; background: none; text-decoration: none;}
.uss_pagenator a:hover,
.uss_pagenator .uss_page_num .uss_page_selected a {background: #ea5b0c; color: #fff;}

.jq-radio {width: 14px; height: 14px;}

.uss_section_content ul,
.l_news .preview ul {margin: 0; padding: 0; list-style: none;}
.uss_section_content ul li,
.l_news .preview ul li {position: relative; margin-bottom: 5px; padding-left: 15px;}
.uss_section_content ul li:before,
.l_news .preview ul li:before {content: ''; position: absolute; top: 11px; left: 0; width: 4px; height: 4px; border-radius: 2px; background: #f17c00;}

.uss_section_content .lt-caption p {color: #ea5b0c; border-bottom: 1px dashed; display: inline-block; margin: 5px 0;}

.news_similar_title {font-weight: bold; font-size: 26px;}
.similar_items_list .news_item .date,
.news_list .date,
.news_exact_item .uss_news_date {font-size: 14px; color: #86878e;}
.similar_items_list .news_item .title a,
.news_list .title a {color: #0f0f0f; text-decoration: underline; text-decoration-color: #cdcfd5;}
.similar_items_list .news_item .title a:hover,
.news_list .title a:hover {text-decoration: none;}
.similar_items_list .news_item .preview,
.news_list .preview {font-size: 16px;}
.similar_items_list .news_item .preview p,
.news_list .preview p {margin-bottom: 5px;}
.news_list .news_item,
.similar_items_list .news_item {margin-bottom: 40px;}
.similar_items_list .news_item:last-child {margin-bottom: 0;}
.uss_news_back {margin-top: 40px;}
.uss_news_back a {display: inline-block; color: #fff !important; background: #f28c00; background: -moz-linear-gradient(top, #f28c00 0%, #f07400 100%); background: -webkit-linear-gradient(top, #f28c00 0%,#f07400 100%); background: linear-gradient(to bottom, #f28c00 0%,#f07400 100%); padding: 5px 15px; border-radius: 5px; font-size: 16px;}
.news_list .image {border: none; margin-right: 15px;}

.similar_items_list .news_item .image {
    border: 0;
}

.inpage .lc_main img {max-width: 100%; height: auto;}
.inpage .lc_main iframe {max-width: 100%;}
.inpage .lc_main ol li {margin-bottom: 10px;}

.uss_search_finded_item {margin: 0 0 25px;}

.section_formconstructor .fc_item .elem_item,
.section_formconstructor .fc_item.fc_outputOnly .outputonly,
.section_formconstructor .fc_form_tml .group .fc_item.fc_checkbox_one {width: 600px;}
.section_formconstructor input[type=text].styler,
.section_formconstructor textarea.styler {width: 100%;}
.section_formconstructor .fc_checkbox_one .force_position_right {position: relative; top: 1px;}
.fc_item .hint {font-size: 14px;}

hr {background: #f18200; height: 5px; border: none; margin: 20px 0;}

.ip_tariffs_table_inner {
    position: relative;
}
.iptt_header,
.iptt_item,
.iptt_item_last,
.iptt_block_body table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.iptt_header {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    padding: 0 21px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
.site_creation_page .iptt_header {padding: 0;}
.iptt_header.fixed {
    position: fixed;
    top: 0;
    z-index: 15;
    width: 1202px;
    border-radius: 0 0 10px 10px;
}
.iptt_header.stopped {
    position: absolute;
    z-index: 15;
    width: 100%;
}
.site_creation_page .iptt_header.stopped {width: 100%;}
.iptt_header > div,
.iptt_item > div,
.iptt_item_last > div,
.iptt_block_body table td {
    display: inline-block;
    vertical-align: bottom;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-width: 22.695%;
    width: 22.695%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px 15px 33px;
}
.iptt_header > div p,
.iptt_item > div p,
.iptt_item_last > div p {
    margin: 0;
}
div.iptt_header_title,
.iptt_item .title,
.iptt_block_body table .title,
.iptt_item_last > div.title {
    max-width: 62.204%;
    width: 62.204%;
}
.iptt_header_title,
.iptt_tariff_head {
    background-color: #fff;
}
div.iptt_tariff_head {
    background-repeat: no-repeat;
    background-position: right top;
    border-left: 1px solid #e5e5e5;
    padding: 28px 20px 17px;
}
.iptt_title {
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
}
.iptt_block_head .title {
    font-size: 28px;
    color: #2d2d2d;
}
div.iptt_header_title p.iptt_note {
    color: #7f7f7f;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
div.iptt_tariff_head p.iptt_name {
    font-weight: 600;
    font-size: 17px;
}
div.iptt_tariff_head p.iptt_price {
    display: inline-block;
    margin-top: 3px;
    font-size: 16px;
}
div.iptt_tariff_head p.iptt_price span {
    font-size: 30px;
}
.iptt_block {
    margin-top: 11px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.iptt_block_head {
    background-color: #fff;
    padding: 30px 130px 30px 36px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}
.iptt_block_head.support {
    padding-bottom: 0;
}
.iptt_block.open .iptt_block_head {
    border-radius: 10px 10px 0 0;
}
.iptt_block .iptt_block_head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #7f9ab4 url(../img/arrow_down.png) no-repeat 50%;
    margin-top: -20px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.iptt_block.open .iptt_block_head:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #f17c00;
}
.iptt_block_head .title .note {
    display: inline-block;
    margin-left: 11px;
    font-weight: 600;
    font-size: 12px;
    color: #f17c00;
    padding: 3px 8px 3px 8px;
    border-radius: 4px;
    border: 2px solid #f17c00;
    vertical-align: middle;
    margin-top: -6px;
}
.iptt_block_head.extra .title .note {
    background: none;
    border-color: #7000ff;
    color: #7000ff;
}
.iptt_block_head .text {
    margin-top: 10px;
    font-size: 15px;
    color: #7f7f7f;
}
.iptt_block_head.support:after {
    top: 76px;
}
.iptt_block_head .sub_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 38px -130px 3px -36px;
    padding: 0 21px;
}
.iptt_block_head .sub_title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 35.7%;
    max-width: 35.7%;
}
.iptt_block_head .sub_title strong {
    display: block;
    margin: 8px 0 7px;
    font-weight: 600;
    font-size: 20px;
    color: #2d2d2d;
}
.iptt_block_head .sub_title span {
    color: #7f7f7f;
    font-size: 12px;
    text-transform: uppercase;
}
.iptt_block_head .sub_item {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 22.6%;
    max-width: 22.6%;
    border-left: 1px dashed #BEBEBE;
    text-align: center;
    color: #7f7f7f;
}
.iptt_block_head.support .sub_info {
    -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start;
}
.iptt_block_head.support .sub_info_wrap {
    width: 100%;
    display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.iptt_block_head.support .sub_title {
    padding: 0 15px;
    max-width: 76.204%;
    width: 76.204%;
}
.iptt_block_head.support .sub_item {
    border-left: 1px solid #f2f2f2;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 22.695%;
    width: 22.695%;
}
.iptt_block_head.support .sub_item {
    padding-bottom: 35px;
    padding-top: 7px;
}
.iptt_block_head.support .sub_title span {
    letter-spacing: 2.4px;
}
.iptt_block_head .sub_item p {
    margin: 0;
}
.iptt_block_head .sub_item .price {
    color: #535353;
    margin-bottom: 10px;
}
.iptt_block_head .sub_item .price span {
    font: 600 30px/0.8 'Open Sans';
    color: #2d2d2d;
}
.iptt_block_head.support .sub_item .price span {
    font-weight: normal;
}
.iptt_block_head.support .sub_item .price + p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
}
.iptt_block_body {
    display: none;
    border-radius: 0 0 10px 10px;
    padding: 0 21px 15px;
    background: #fff;
}
.iptt_block_body table tr {
    position: relative;
}
.iptt_block_body table tr.extended {
    cursor: pointer;
}
.iptt_block_body table td,
.iptt_item > div {
    padding: 15px 20px;
}
.iptt_block_body table .title,
.iptt_item > div.title {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    padding-left: 2.204%;
    position: relative;
    /*z-index: 5;*/
    text-indent: 32px;
}
.iptt_block_body table .title:not(.no_info) {
    padding-right: 15px;
    padding-left: 15px;
    background: url(../img/info-grey-18-2.png) no-repeat right 21px top 50%, url(../img/icon_bullet3.png) no-repeat left 21px top 50%;
    position: relative;
    background-color: #fff;
}
.iptt_block_body table .title:not(.no_info):before {
    content:"";
    position:absolute;
    top:20px;
    left:21px;
    width:7px;
    height:11px;
    background:url(../img/icon_bullet2.png) no-repeat 50%;
}
.iptt_block_body table .title:not(.no_info):hover {
    background: url(../img/info-grey-18-2-hover.png) no-repeat right 21px top 50%, url(../img/icon_bullet3.png) no-repeat 21px 50%;
}
.iptt_block_body table .title .note {
    display: none;
    position: absolute;
    left: calc(100% - 8px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: calc(100% + 42px);
    border-radius: 5px;
    background-color: #273a64;
    padding: 11px 10px 9px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-indent: 0;
}
.iptt_block_body table .title .note:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #273a64;
    left: -12px;
    top: 50%;
    margin-top: -6px;
}
.iptt_block_body table .title:hover .note {
    display: block;
}
.iptt_block_body table .title .new {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #7000ff;
    padding: 3px 8px 3px;
    margin-left: 12px;
}
.iptt_block_body table .title .show_more {
    border-radius: 5px;
    background-color: #ff4f12;
    margin-left: 15px;
    font-size: 13px;
    text-transform: none;
    padding: 5px 10px;
    font-weight: normal;
    border: 1px solid #ff4f12;
    color: #fff;
    cursor: pointer;
}
.iptt_block_body table .title .show_more:hover {
    background: #df592f;
}
.iptt_block_body table .available,
.iptt_item > div.available {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #f2f2f2;
}
.iptt_block_body table tr:nth-of-type(2n-1) td {
    background-color: #f4f4f4;
    border-color: #e8e8e8;
}
.iptt_block_body table .available.off,
.iptt_block_body table .available.on,
.iptt_item > div.available.off,
.iptt_item > div.available.on {
    text-indent: -9999px;
}
.iptt_block_body table .available.off,
.iptt_item > div.available.off {
    background-image: url("../img/icon_cancel.png");
}
.iptt_block_body table .available.on,
.iptt_item > div.available.on {
    background-image: url("../img/icon_bullet.png");
}
.iptt_block_body table .available.blue {
    color: #ff4f12;
}
.iptt_block_body table tr:nth-child(odd) > .title,
.iptt_item:nth-child(odd) > div.title {
    background-color: #f4f4f4 !important;
}
.iptt_item:nth-child(odd) > div.title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background-color: #E5E5E5;
}
.iptt_item:nth-child(odd) > div.title:after {
    right: -7px;
}
.iptt_block_body table .hiddened,
.iptt_hidden {
    display: none;
}
.iptt_block_body table .extended + tr {
    padding-left: 20px;
}
.iptt_block_body table .hiddened > td {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.iptt_block_body table .hiddened > td table {
    width: 100%;
}
.iptt_block_body table .hiddened .title {
    padding-left: 4%;
    text-indent: 19px;
}
.iptt_block_body table tr.no_border .title {
    color: #ff4f12;
    background: url(../img/info-grey-18-2.png) no-repeat right 21px top 50%, url(../img/icon_bullet3-active.png) no-repeat 21px 41%;
}
.iptt_block_body table tr.no_border .title:hover {
    background: url(../img/info-grey-18-2-hover.png) no-repeat 21px top 50%, url(../img/icon_bullet3-active.png) no-repeat 21px 50%;
}
.iptt_block_body table tr.hiddened tr td {
    background-color: #fff;
    border-color: #f2f2f2;
}
.iptt_block_body table tr.hiddened tr:nth-of-type(2n-1) td {
    background-color: #f4f4f4;
    border-color: #e8e8e8;
}
.iptt_block_body table tr.hiddened tr td {
    max-width: 23.56%;
    width: 23.56%;
}
.iptt_block_body table tr.hiddened tr td.title {
    max-width: 61.204%;
    width: 61.204%;
    background: url(../img/info-grey-18-2.png) no-repeat right 21px top 50%, url(../img/icon_bullet3.png) no-repeat left 38px top 50%;
}
.iptt_block_body table tr.hiddened tr td.title:hover {
    background: url(../img/info-grey-18-2-hover.png) no-repeat right 21px top 50%, url(../img/icon_bullet3.png) no-repeat left 38px top 50%;
}
.iptt_block_body table tr.hiddened tr:nth-of-type(2n) td.title {
    background-color: #fff !important;
}
.iptt_item_last {
    margin-top: 15px;
    padding: 0 17px;
}
.iptt_item_last > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 0;
    padding-bottom: 0;
}
.iptt_item_last > div.title {
    background: none;
    border-bottom-color: transparent;
    padding-right: 10px;
}
.iptt_item_last .title button {
    background: none;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #ff4f12;
}
.iptt_item_last .title button:hover {
    opacity: 0.6;
}
.iptt_item_last .title button:after {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 11px;
    height: 7px;
    margin: 0 0 2px 10px;
    background: url(../img/darr-blue-11.png) no-repeat;
}
.iptt_item_last .title button.open:after {
    margin-bottom: 1px;
    background-image: url(../img/uarr-blue-11.png);
}
.iptt_item_last a {
    display: block;
    padding: 8px 11px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background-color: #f17c00;
    border-radius: 5px;
}
.inpage .iptt_item_last a {
    color: #fff;
}
.inpage .iptt_item_last a:hover {
    background-color: #fe8429;
    text-decoration: none;
}
.inpage .iptt_item_last a:active {
    background: #d03600;
    color: #f49b7b;
}

.table_cost {
    margin-bottom: 40px;
}
.table_cost .iptt_header {
    position: static !important;
    width: auto !important; 
}
.table_cost .iptt_body {
    padding-top: 0 !important;
}
.table_cost .iptt_block {
    border-radius: 10px;
}
.table_cost .iptt_block_body {
    padding-top: 15px;
    display: block !important;
    border-radius: 10px;
}
.table_cost div.iptt_header_title,
.table_cost div.iptt_tariff_head,
.table_cost .iptt_block_body table td:not(.title) {
    text-align: center;
}
.table_cost .iptt_block_body table .title:not(.no_info) {
    background-image: none;
}
.table_cost .iptt_block_body table .title:not(.no_info):before {
    display: none;
}
.table_cost .iptt_block_body table .title {
    text-indent: 0;
}
.table_cost .iptt_block_body table td:not(.title) {
    border-left: 1px solid #f2f2f2;
}
.table_cost .iptt_block_body table tr:nth-of-type(2n-1) td:not(.title) {
    border-color: #e8e8e8;
}

/* Подвал */

.l_news {background: #f7f7f7; padding: 63px 0 0;}
.l_news .uss_widget_outer_content {display: flex; justify-content: space-between;}
.l_news .news_block_item {width: 50%; padding-right: 40px;}
.l_news .news_block_item .image {padding: 0; margin-right: 29px;}
.l_news .date,
.news_list .date {font-size: 16px; color: #4b4b4b; position: relative; padding-left: 23px; margin-bottom: 9px; overflow: hidden; margin-top: 3px;}
.l_news .date:before,
.news_list .date:before {content: ''; position: absolute; left: 0; top: 50%; width: 15px; height: 15px; margin-top: -8px; background-position: 50%; background-repeat: no-repeat;}
.l_news .news_block_item.first .date:before,
.news_list .date:before {background-image: url(../img/redesign/icon-date-1.png);}
.l_news .news_block_item.last .date:before {background-image: url(../img/redesign/icon-date-2.png);}
.l_news .title,
.news_list .title {margin-bottom: 29px;}
.l_news .title a,
.news_list .title a {font-weight: 600; font-size: 20px;}
.l_news .preview,
.news_list .preview {font-size: 16px;}
.l_news .preview p,
.news_list .preview p {line-height: 1.8;}
.l_news .preview p:not(:last-child),
.news_list .preview p:not(:last-child) {margin-bottom: 20px;}
.l_news .links {display: flex; align-items: center; justify-content: center; margin-bottom: 75px; margin-top: 58px; padding-left: 27px;}
.l_news .links a {font-weight: 600; text-decoration: none; position: relative;}
.l_news .links a.view_all {padding-left: 28px;}
.l_news .links a.view_all:before {content: ''; position: absolute; left: 0; top: 50%; margin-top: -6px; width: 12px; height: 12px; background: url(../img/redesign/icon-list.png) no-repeat 50%;}
.l_news .links a.subscribe {padding-right: 29px;}
.l_news .links a.subscribe:before {content: ''; position: absolute; right: 0; top: 50%; margin-top: -5px; width: 14px; height: 14px; background: url(../img/redesign/icon-send.png) no-repeat 50%;}
.l_news .links span {display: inline-block; font-weight: 600; color: #caccd5; margin: 0 32px 0 36px;}

.l_footer {}
.l_footer p {margin: 0;}
.lf_top {background: #f0f0f0; padding: 40px 0 50px;}
.lf_menu {}
.lf_menu ul {margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-between;}
.lf_menu ul li {margin: 0;}
.lf_menu ul li a {color: #000000; text-decoration: none; font-weight: 600; font-size: 20px;}
.lf_menu ul.submenu {margin-top: 16px; display: block;}
.lf_menu ul.submenu li {width: 100%; margin-bottom: 4px;}
.lf_menu ul.submenu li:before {margin-top: 0;}
.lf_menu ul.submenu li a {font-size: 16px; color: #000000; font-weight: normal;}

.lf_bottom {font-size: 16px; background: #e6e6e6; padding: 37px 0 44px;}
.lf_bottom a {color: #0f0f0f; text-decoration-color: #0f0f0f;}
.lf_bottom .wrap_flex,
.lf_r .wrap_flex {justify-content: space-between;}


.lf_privacy {margin-bottom: 2px;}

.lf_copy {color: #4b4b4b;}
.lf_copy .uss-site-copyright {line-height: 28px;}

.lf_partners {margin-bottom: 15px;}

.lf_version {}

.lf_l {}

.lf_powered .uss-copyright span,
.lf_powered .uss-copyright strong {color: #0f0f0f !important;}

.lf_counters {visibility: hidden; position: absolute; width: 0; height: 0;}

.lf_line {background: #f9f9f9; border-top: 1px solid #e4e4e4;}
.lf_line .wrap_flex {justify-content: space-between; align-items: center;}
.lf_line .left,
.lf_l {width: 42.7%;}
.lf_line .right,
.lf_r {width: 50%;}
.lf_line .left {display: flex; justify-content: space-between; align-items: center;}

.lf_projects {display: flex; justify-content: space-between;}
.lf_projects span,
.lf_phone span {display: block; margin-bottom: 5px;}
.lf_projects a,
.lf_phone a {font-weight: bold; font-size: 24px; color: #0f0f0f; text-decoration: none;}

.lf_phone {}
.lf_phone span {}
.lf_phone a {}

.lf_email {margin-bottom: 20px; width: 100%;}
.lf_email p {display: flex; justify-content: space-between;}

.lf_soc p {display: flex;}
.lf_soc a + a {margin-left: 40px;}

.l_footer .lh_menu ul {width: 100%; justify-content: space-between;}
.l_footer .lh_menu ul li + li {margin-left: 0;}
.l_footer .lh_menu ul li a {height: 99px; font: 18px; color: #000;}
.lh_menu ul li a:before {bottom: auto; top: -1px; border-radius: 0 0 10px 10px;}

.lf_bottom .lh_soc {margin-bottom: 30px; width: 100%;}
.lf_bottom .lh_soc p a {font-weight: 600; font-size: 14px; display: flex; align-items: center; text-decoration: none;}
.lf_bottom .lh_soc p a.soc1 {color: #f17c00;}
.lf_bottom .lh_soc p a.soc2 {color: #12bf12;}
.lf_bottom .lh_soc p a.soc3 {color: #06a3fd;}
.lf_bottom .lh_soc p a:not(:first-child) {margin-left: 31px;}
.lf_bottom .lh_soc p img {margin-right: 9px;}

.lf_bottom .lf_r .right {display: flex; flex-direction: column; align-items: flex-end;}
.lf_bottom .lf_r .left,
.lf_bottom .lf_l {display: flex; flex-direction: column; justify-content: space-between;}


/* */

.overlay {display:none; position:fixed; top:0; bottom:0; left:0; right:0; background:rgba(62,74,105,.5); z-index:1500;}
.popup-window,
.popup-window  * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}
.popup-window {display:none; position:absolute; top:30%; left:50%; width:400px; padding:20px; margin-left:-200px; background:#fff; z-index:1550; color: #000;}
.popup-window.video {width: 1200px; padding: 0; margin-left: -600px; background: none;}
.popup-window__close {position:absolute; top:-45px; right:-45px; width:36px; height:36px; cursor:pointer; background: url(../img/redesign/icon-close.png) no-repeat 50%; z-index: 15; filter: brightness(10);}
.popup-window__close:hover {opacity: .8;}
.popup-window input[type="text"].styler,
.popup-window textarea.styler {width: 100%;}
.popup-window input[type="submit"].styler {}
.popup-window input[type="submit"].styler:not([disabled]):hover {}
.popup-window .fc_item .elem_item,
.popup-window .fc_item.fc_outputOnly .outputonly {width: 100%;}
.popup-window  .fc_form_tml .group .fc_item.fc_checkbox_one {width: 100%; text-align: left;}
.popup-window  .fc_checkbox_one label {font-weight: normal;}
.popup-window .fc_form_tml {margin-bottom: 0;}
.popup-window .h3 {padding: 0; font-size: 30px; margin-bottom: 25px;}
.popup-window.video iframe {display: block; max-width: 100%; margin: 0 auto;}

.popup-menu {
    min-height: 100%;
    max-height: 100vh;
    max-width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    transition: 0.8s;
}
.popup-menu p {
    margin: 0;
}
.menu-openned .popup-menu {
    transform: translateY(0%);
    opacity: 1;
}
.popup-menu__inner {
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
    column-gap: 200px;
    padding: 175px 15px;
}
.popup-menu__inner, .popup-menu__left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.popup-menu .popup-menu__inner {
    scrollbar-width: thin;
    scrollbar-color: #ccc #eeeeee;
}


.popup-menu .popup-menu__inner.pm-new {
    padding: 120px 15px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.popup-top-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 200px;
    padding-bottom: 100px;
}
.popup-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}
.popup-our-projects {

}
.popup-our-projects .h3 {
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 10px;
}


.popup-menu__left {
    /*width: 70%;*/
    column-gap: 144px;
}
.popup-menu__right {
    width: 32%;
}
.popup-menu__left > .popup_menu {
    max-width: 50%;
}
.popup_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.popup_menu ul li {
    margin: 0;
}
.popup_menu ul li + li {
    margin-top: 19px;
}
.popup_menu ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 30px;
    display: inline-block;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}
.popup_menu ul li a:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f17c00;
}
.popup_menu ul li a:hover,
.popup_menu ul li a.active {
    color: #f17c00;
}
.popup_menu_contacts .contacts__phone {
    margin-bottom: 14px;
}
.popup_menu_contacts .contacts__phone p:first-child {
    margin-bottom: 31px;
}
.popup_menu_contacts .contacts__phone a {
    text-decoration: none;
    font-size: 48px;
    font-weight: bold;
}
.popup_menu_contacts .contacts__phone span {
    font-size: 14px;
}

.popup_menu_contacts .lh_soc {
    margin: 20px 0 20px;
}
.popup_menu_contacts .lh_soc p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0;
}
.popup_menu_contacts .lh_soc p a {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0 9px;
}
.popup_menu_contacts .lh_soc p a {
    margin-right: 18px;
}
.popup_menu_contacts .lh_soc p a:not(:first-child) {
    margin-left: unset;
}

.popup_menu_contacts .contacts__email {
    font-size: 18px;
    margin-bottom: 32px;
}
.popup_menu_contacts .contacts__email span {
    display: block;
    color: #86878e;
}
.popup_menu_contacts .contacts__email a {
    color: #3e3e3e;
}
.popup-menu .social-block {
    margin-bottom: 42px;
}
.popup-menu .social-block p {
    display: flex;
}
.popup-menu .social-block p a + a {
    margin-left: 12px;
}
.popup-menu .social-block a[href*="https://wa.me"],
.popup-menu .social-block a[href*="https://t.me"] {
    display: none;
}
.popup-menu .demo a {

}


* + .fc_form_tml {
    margin-top: 20px;
}

.fc_form_tml .jq-radio {
    width: 18px;
    height: 18px;
    border: 1px solid #c2c2c2;
    margin: 0px 7px 0px 0;
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fc_form_tml .jq-radio:not(.checked) + span {
    cursor: pointer;
}
.fc_form_tml .jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #2f3a56;
}
.fc_item.fc_radio.orientation_horizontal label.sector_title.position_top {
    margin-bottom: 10px;
}


/*квиз*/
.fc_form_tml.quiz .start_quiz_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fc_form_tml.quiz .start_quiz_wrap .start_quiz_text p {
    font-size: 30px;
    line-height: 1.4;
}
.fc_form_tml.quiz .start_quiz_wrap .start_quiz_text p span {
    font-size: inherit !important;
}
.start_quiz_button {
    margin-top: 30px;
    min-width: 200px;
    box-shadow: none !important;
}
.fc_form_tml.quiz .group {
    height: calc(100% - 76px);
}
.fc_form_tml.quiz .group .titleGroup {
    margin-top: 0;
    min-width: 100%;
    font-size: 22px;
    text-align: center;
}
.fc_form_tml.quiz .group.columns_2 .fc_item {
    min-height: calc(100% - 76px);
    margin-bottom: 0;
}
.fc_form_tml.quiz .fc_item.block {
    width: 50%;
    margin-right: 0;
    padding: 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
}
.fc_form_tml.quiz .fc_item p {
    line-height: 1.4;
}
.fc_form_tml.quiz .fc_item label {
    font-size: 16px;
}
.fc_form_tml.quiz .fc_item.fc_radio {

}
.fc_form_tml.quiz .fc_item.fc_radio .elem_item,
.fc_form_tml.quiz .fc_item.fc_radio .elem_item .elements_set {
    height: 100%;
}
.fc_form_tml.quiz .fc_item.fc_radio .elem_item .elements_set {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fc_form_tml.quiz .fc_item.fc_radio .elem_item .elements_set .radio_wrapper + .radio_wrapper {
    margin-top: 25px;
}
.fc_form_tml.quiz .fc_item .elem_item,
.fc_form_tml.quiz .fc_item .elem_item .outputonly {
    max-width: 100%;
}
.fc_form_tml.quiz .fc_item .elem_item img {
    margin: auto;
}
.fc_form_tml.quiz .fc_item.fc_checkbox .elem_item {
    min-width: 100%;
}
.fc_form_tml.quiz .fc_item.orientation_horizontal .elements_set {
    min-width: 100%;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
}
.fc_form_tml.quiz .fc_item.orientation_horizontal .elements_set .radio_wrapper.orientation_horizontal.with_image {
    margin: 0;
}
.fc_item .radio_wrapper.orientation_horizontal.with_image:hover {
    box-shadow: 0 0 0 2px #06a3fd;
}
.fc_item .radio_wrapper.orientation_horizontal.with_image:has(input[type=checkbox]:checked) {
    box-shadow: 0 0 0 2px #f17c00;
}
.fc_item .radio_wrapper.orientation_horizontal.with_image .jq-checkbox.checked .jq-checkbox__div {
    background: #f17c00;
    box-shadow: none;
}
.fc_form_tml.quiz .group.end .fc_item.fc_checkbox .elem_item {
    min-width: unset;
}
.fc_form_tml.quiz .group.end .fc_item.orientation_horizontal .elements_set {
    justify-content: flex-start;
}
.fc_form_tml.quiz .group.end .fc_item.orientation_horizontal .elements_set .radio_wrapper.orientation_horizontal {
    margin-right: 0;
}
.fc_form_tml.quiz .group.columns_1.end {
    padding-top: 70px;
    justify-content: center;
    width: 600px;
    margin: auto;
    max-width: 100%;
}
.fc_form_tml.quiz .group.columns_1.end .titleGroup {
    position: absolute;
    top: 20px;
    width: calc(100% - 40px);
    min-width: unset;
}
.quiz_button_back,
.quiz_button_next,
.fc_form_tml.quiz input[type="submit"] {
    min-width: 135px;
    width: unset;
    box-shadow: none !important;
}
.fc_form_tml.quiz .group.end .buttons_quiz_class .quiz_button_back_wrap,
.fc_form_tml.quiz .group.end .buttons_quiz_class .quiz_button_next_wrap {
    flex: 0;
}


.fc_form_tml.quiz .group.end .fc_item.fc_checkbox.fc_checkbox_one {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.fc_form_tml.quiz .group.end .fc_item.fc_checkbox.fc_checkbox_one label {
    width: unset;
}
.fc_form_tml.quiz .group.end .fc_item.fc_checkbox.fc_checkbox_one .jq-checkbox {
    margin-top: -4px;
}

@media (min-width:501px) {
    .fc_form_tml.quiz .group.columns_1.end .titleGroup {
        width: calc(600px - 40px);
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox.fc_checkbox_one {
        padding-left: 180px;
    }
}
@media (max-width:500px) {
    .fc_form_tml.quiz .group.end .elem_item {
        width: 100%;
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox {
        flex-wrap: wrap;
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox .label_under_hint.sector_title,
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox .label_under_hint.sector_title label {
        width: 100%;
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox .elem_item {
        min-width: 100%;
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox .elem_item .elements_set {
        margin-top: 12px;
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox.fc_checkbox_one {
        flex-wrap: nowrap;
    }
    .fc_form_tml.quiz .group.end .fc_item.fc_checkbox.fc_checkbox_one .elem_item {
        min-width: unset;
        width: unset;
    }
    .quiz_button_back,
    .quiz_button_next,
    .fc_form_tml.quiz input[type="submit"] {
        min-width: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*квиз end*/



/* */

@media screen and (max-width:1800px) {
    .mp_opportunities .right {margin-right: 0;}
    .mp_opportunities .left {width: 38%;}

    .mp_templates .left {margin-left: -20px;}

    .mp_integration .right {margin-right: 0;}
    .mp_integration .slick-next {right: 0;}
    .mp_integration .slick-prev {left: -40px;}
}

@media screen and (max-width:1620px) {
    .iptt_header.fixed {width: calc(100% - 418px);}
    div.iptt_tariff_head p.iptt_price span {font-size: 25px;}
    div.iptt_tariff_head p.iptt_price {font-size: 14px;}
}

@media screen and (max-width:1570px) {
    .mp_video .right {margin-left: -200px;}
    .mp_video .mp_video_text {margin-left: 0;}
}

@media screen and (max-width:1450px) {
    .lh_menu {padding: 0;}
    .lh_menu ul {justify-content: center;}

    .mp_templates .right {width: 38%; padding-top: 0;}

    .lf_projects a,
    .lf_phone a {font-size: 24px;}
    .lf_bottom .lf_l {width: auto;}
    .lf_projects p + p {margin-left: 20px;}
    .lf_bottom .lh_soc p a {font-size: 0;}
    .lf_bottom .lh_soc p img {margin-right: 0;}
    .lf_r,
    .lf_bottom .lh_soc,
    .lf_email {width: auto;}
    .lf_email span {margin-right: 6px;}
    .lf_bottom .lf_r .right {margin-left: 20px;}
}

@media screen and (max-width:1400px) {
    .mp_video .left {flex: 0 0 700px; width: 700px; margin: 0;}
    .mp_video_pic img {max-width: 100%; height: auto;}
    .mp_video .right {margin-left: -140px;}
    .mp_video .left a {padding-top: 185px; left: 26px; right: 198px; height: 292px;}
    .mp_video .left a:before {top: 76px;}

    .mp_nums {padding: 0;}
    .mp_nums .wrap_flex {padding: 40px 0 210px;}
    .mp_nums .right {width: calc(100% - 450px);}
    .mp_nums .left {position: static;}
    .mp_nums .left:before {left: 20px; width: 360px; height: 452px; background-size: 100%; top: auto; bottom: 0;}
    .mp_nums .item .num {font-size: 60px;}

    .mp_docs .list .wrap_flex {margin: 0 -20px;}
    .mp_docs .list .item {width: calc((100% / 3) - 40px); margin: 0 20px 30px;}
    .mp_docs .img img {max-width: 100%; height: auto;}
    .mp_docs .right {margin-right: -30px; width: 45%;}
    .mp_docs .left {width: 55%;}

    .lf_soc a {font-size: 0;}
    .lf_soc a + a {margin-left: 20px;}
    .lf_soc img {margin: 0;}
    .lf_line .left {justify-content: flex-start; width: auto;}

    .lf_powered {margin-right: 40px;}

    .lf_line .right {width: auto; flex-grow: 1; margin-left: 80px;}
}

@media screen and (max-width:1300px) {
    .mpage .l_content {position: relative;}
    .mpage .l_content:before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, .7);}

    .mp_templates .left {width: 550px;}
    .mp_templates .slick-track {padding-left: 320px;}
    .mp_templates .slick-slide {width: 350px;}
    .mp_templates .slide_box {margin-left: -320px;}
    .mp_templates .right {width: 55%; padding-left: 30px;}

    .mp_integration .right {width: 45%;}
    .mp_integration .left {width: 50%;}

    .popup-window.video {margin: 0; left: 20px; right: 20px; width: calc(100% - 40px);}
    .popup-window.video .popup-window__close {right: -10px;}

    .lf_bottom {text-align: center; padding-bottom: 30px;}
    .lf_bottom .wrap_flex {display: block;}
    .lf_projects {justify-content: center; text-align: left; margin-bottom: 25px;}
    .lf_bottom .wrap_flex,
    .lf_r .wrap_flex {justify-content: center;}
    .lf_bottom .lf_r .right {align-items: center; margin-left: 0;}
    .lf_bottom .lh_soc {margin-bottom: 20px;}
    .lf_partners {margin-bottom: 2px;}
    .lf_version {
        margin-top: 15px;
    }
}

@media screen and (max-width:1250px) {
    .lh_links a.video {margin-left: 15px;}
    .lh_links {margin-left: 35px;}
    .lh_menu ul li a {padding: 0 10px;}

    .mp_opportunities .left {padding-top: 0;}

    .popup-menu__left {column-gap: 80px;}
    .popup_menu ul li a {font-size: 24px;}
    .popup_menu ul li a:before {top: 13px;}
    .popup_menu_contacts .contacts__phone a {font-size: 38px;}
    .popup_menu_contacts .contacts__phone p:first-child {margin-bottom: 15px;}
    .popup-menu__right {width: 38%;}
    .popup-menu__inner,
    .popup-top-block {column-gap: 100px;}
}

@media screen and (max-width:1200px) {
    .tariffs_page .l_content_wrap {display: block;}
    .tariffs_page .lc_left {width: 100%; margin-bottom: 20px; padding: 0;}
    .tariffs_page .lc_left > * {display: none;}
    .tariffs_page .lc_left > .catalog_opener {display: block;}
    .inpage.tariffs_page .lc_main {width: 100%; border: none; -webkit-flex: unset; flex: unset;}
    .iptt_header.fixed {width: calc(100% - 20px);}
}

@media screen and (max-width:1179px) {
    .iptt_header > div,
    .iptt_item > div,
    .iptt_item_last > div,
    .iptt_block_body table td,
    .iptt_block_body table tr.hiddened tr td,
    .iptt_block_head.support .sub_item {
        max-width: 20%;
        width: 20%;
    }
    div.iptt_header_title,
    .iptt_item .title,
    .iptt_block_body table .title,
    .iptt_item_last > div.title,
    .iptt_block_body table tr.hiddened tr td.title {
        max-width: 40%;
        width: 40%;
    }
    .iptt_block_head.support .sub_title {
        max-width: 46%;
        width: 46%;
    }
    .iptt_block_body table .extended + tr {
        padding-left: 0;
    }
    .iptt_block_head.support .sub_title {
        padding-bottom: 15px;
    }
}

@media screen and (max-width:1100px) {
    
}

@media screen and (max-width:1000px){
    .popup-menu__inner {padding-top: 125px; padding-bottom: 125px;}
    .popup-menu__left {column-gap: 50px;}
    .popup_menu ul li a {font-size: 20px;}
    .popup_menu ul li a:before {top: 9px;}
    .popup_menu_contacts .contacts__phone {font-size: 16px;}
    .popup_menu_contacts .contacts__phone a {font-size: 32px;}


    .lh_menu {display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 600; background: rgba(62,74,105,.5); padding: 0; margin-left: 0 !important;}
    .lh_menu ul {width: 60%; display: block; height: 100%; background: #3e4b6b; padding: 10px 0;}
    .lh_menu ul li {border-bottom: 1px solid #313b54; margin: 0;}
    .lh_menu ul li:last-child {border-bottom: none;}
    .lh_menu ul li a {padding: 17px 25px; display: block; height: auto; color: #fff; font-size: 18px; text-align: left;}
    .lh_menu ul li a:before {display: none;}
    .lh_menu ul li a:hover,
    .lh_menu ul li a.active {color: #fff; background: #f28c00; background: -moz-linear-gradient(top, #f28c00 0%, #f07400 100%); background: -webkit-linear-gradient(top, #f28c00 0%,#f07400 100%); background: linear-gradient(to bottom, #f28c00 0%,#f07400 100%);}
    .lh_menu .wrapper {padding: 0; height: 100%;}
    .lh_burger {display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;}
    .lh_r {flex-grow: 1; justify-content: flex-end;}
    body.opened_menu .lh_links {margin-right: 60px;}

    .mpage .l_content {padding: 40px 0 120px; background-position: calc(50% - 15%) 5px;}
    .mpage .lc_main ul {margin-bottom: 40px;}
    h1, h2, .h2, h3, .h3, h4, .h4 {font-size: 34px;}
    .mpage .l_content:before {background: rgba(255, 255, 255, .85);}

    .mp_video {padding: 0;}
    .mp_video ul {margin-top: 40px;}
    .mp_video .left {flex: 0 0 450px; width: 450px;}
    .mp_video .right {margin-left: -80px; padding-top: 0;}
    .mp_video .left a {left: 16px; right: 127px; height: 186px; padding-top: 110px; font-size: 16px;}
    .mp_video .left a span {font-size: 14px; margin-top: 0;}
    .mp_video .left a:before {width: 50px; height: 50px; background-size: 40px; margin-left: -25px; top: 45px;}

    .mp_opportunities {padding: 100px 0 190px; background-position: 50% -763px;}
    .mp_opportunities .wrap_flex {flex-direction: column-reverse;}
    .mp_opportunities .left {width: 100%;}
    .mp_opportunities .right {width: 80%; margin: 0 auto;}
    .mp_opportunities .slick-next {right: 18px;}
    .mp_opportunities .btns,
    .mp_integration .btns {margin-top: 40px;}
    .mp_opportunities .h3 {margin-bottom: 40px;}

    .mp_templates {padding-bottom: 110px;}
    .mp_templates .h3,
    .mp_integration .h3,
    .mp_nums .h3,
    .mp_nums .text,
    .mp_docs .text {margin-bottom: 40px;}
    .mp_templates ul {padding: 0; margin-bottom: 20px;}
    .mp_templates .wrap_flex {display: block;}
    .mp_templates .left {width: 100%;}
    .mp_templates .slides {height: 710px;}
    .mp_templates .slick-track {padding-left: 260px;}
    .mp_templates .slide_box {margin-left: -260px;}
    .mp_templates .slick-slide {width: 400px;}
    .mp_templates .slick-list {height: auto; padding-bottom: 60px;}
    .mp_templates .right {width: 100%; padding: 0;}
    .mp_templates .slick-slide img {box-shadow: none;}
    .mp_templates .slide_image {height: 440px; overflow: hidden; box-shadow: -51px -14px 51px rgb(30 37 54 / 5%), 14px 14px 54px rgb(30 37 54 / 6%);}
    .mp_templates .slick-current + .slick-slide .slide_image {height: 520px;}
    .mp_templates .slick-current .slide_image {height: 600px;}

    .mp_integration {padding-top: 0; padding-bottom: 130px; background-position: 50% 685px;}
    .mp_integration .wrap_flex {flex-direction: column-reverse;}
    .mp_integration .right {width: 60%; margin: 0 auto;}
    .mp_integration .left {width: 100%; padding-top: 0; margin-top: 40px;}
    .mp_integration .slick-next {right: -10px;}

    .mp_nums .wrap_flex {padding: 0px 0 150px;}
    .mp_nums .left:before {width: 230px; height: 322px;}
    .mp_nums .right {width: calc(100% - 290px);}

    .mp_docs {padding: 10px 0 40px;}
    .mp_docs .wrapper > .wrap_flex {display: block;}
    .mp_docs .left {width: 100%; padding: 0;}
    .mp_docs .right {width: 100%; margin: 0;}
    .mp_docs .img img {display: none;}
    .mp_docs .img p:first-child {margin-bottom: 0;}
    .mp_docs .img a.btn.video {margin-left: 0;}

    .l_news {padding-top: 40px;}
    .l_news .links {margin-top: 20px; margin-bottom: 40px;}

    .l_content_wrap {display: block;}
    .lc_left {width: 100%; margin-bottom: 20px; padding: 0;}
    .lc_left > * {display: none;}
    .lc_left > .catalog_opener {display: block;}
    .inpage .lc_main {width: 100%; border: none; -webkit-flex: unset; flex: unset;}

    .lcm_breadcrumbs {margin-bottom: 5px;}
    .inpage .lcm_title {margin-bottom: 40px;}
    .inpage .l_content {padding-top: 40px; padding-bottom: 40px;}

    div.iptt_tariff_head {
        background-image: none !important;
    }
    .iptt_block_body table tr:nth-child(odd) > .title:after {
        right: -2.4%;
        width: 2.4%;
    }
    .iptt_block_body table .title .note {
        left: 20%;
    }
    .iptt_block_body table .title .show_more {
        display: block;
        margin: 5px 0 0;
    }
    .iptt_block_body table .title:not(.no_info) {
        background-image: none !important;
    }
    .iptt_block_body table .title, .iptt_item > div.title {
        text-indent: 0;
    }
    .iptt_block_body table .hiddened .title {
        padding-left: 15px;
        padding-right: 15px;
        text-indent: 0;
    }
    .iptt_block_head.support .sub_title {
        max-width: 48%;
        width: 48%;
    }

    .lf_line {
        padding: 20px 0;
    }
}

@media screen and (max-width:980px) {

}

@media screen and (max-width:920px) {

}

@media screen and (max-width:859px) {
    .iptt_item_last a:after {
        content: none;
    }
    div.iptt_tariff_head p.iptt_name {
        font-size: 14px;
    }
    div.iptt_tariff_head p.iptt_price {
        font-size: 13px;
    }
    div.iptt_tariff_head p.iptt_price span,
    .iptt_block_head .sub_item .price span {
        font-size: 23px;
    }
    div.iptt_tariff_head p.iptt_price span {
        font-size: 14px;
        white-space: nowrap;
    }
    .iptt_title,
    .iptt_block_head .sub_title strong {
        font-size: 15px;
    }
    div.iptt_header_title p.iptt_note,
    .iptt_block_head.support .sub_title span,
    .iptt_block_head.support .sub_item .price + p {
        font-size: 10px;
    }
    .iptt_block_head.support .sub_title span {
        letter-spacing: 2px;
    }
    .iptt_block_body table .title,
    .iptt_item > div.title {
        font-size: 13px;
    }
    .iptt_block_head .sub_item .price {
        font-size: 12px;
    }
    .iptt_block_head.support .sub_item .price + p {
        letter-spacing: 1px;
    }
    .iptt_header > div,
    .iptt_item > div,
    .iptt_item_last > div,
    .iptt_block_body table td,
    .iptt_block_body table .title:not(.no_info) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .iptt_header > div,
    .iptt_item > div,
    .iptt_item_last > div,
    .iptt_block_body table td,
    .iptt_block_body table tr.hiddened tr td,
    .iptt_block_head.support .sub_item {
        max-width: 20%;
        width: 20%;
    }
    div.iptt_header_title,
    .iptt_item .title,
    .iptt_block_body table .title,
    .iptt_item_last > div.title,
    .iptt_block_body table tr.hiddened tr td.title {
        max-width: 40%;
        width: 40%;
    }
    .table_cost .iptt_header > div.iptt_header_title,
    .table_cost .iptt_block_body table .title {
        max-width: 40%;
        width: 40%;
    }
    .table_cost .iptt_header > div,
    .table_cost .iptt_block_body table td {
        max-width: 20%;
        width: 20%;
    }
    .table_cost .iptt_block_body table td:not(.title) {
        font-size: 15px;
    }
    div.iptt_tariff_head,
    .site_creation_page div.iptt_tariff_head {
        display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;
        -webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;
        -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;
        padding: 10px 5px 10px;
        position: relative;
    }
    .site_creation_page div.iptt_tariff_head {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
    div.iptt_tariff_head p.iptt_name {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 80px;
        margin: 0;
        text-align: right;
        position: absolute;
        right: -10px;
        bottom: 40px;
    }
    div.iptt_tariff_head p.iptt_price {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        white-space: nowrap;
        position: absolute;
        bottom: 40px;
        left: -10px;
        display: none;
    }
    .iptt_block_head.support .sub_item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .iptt_block_head.support .sub_title {
        padding: 0 10px;
        max-width: 58%;
        width: 58%;
    }
    .iptt_item_last > div.title {
        display: none;
    }
    .site_creation_page .iptt_item_last > div.title {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
    }
    .iptt_item_last > div {
        width: 33%;
        max-width: 33%;
    }
    .site_creation_page .iptt_item_last {
        -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    }
    .table_cost div.iptt_tariff_head p.iptt_name {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin: 0;
        text-align: center;
        position: static;
    }
}

@media screen and (max-width:835px) {
    .mp_templates .slick-track {padding-left: 0;}
    .mp_templates .slide_box {margin: 0 15px;}
    .mp_templates .slick-slide,
    .mp_templates .slick-current + .slick-slide {margin-top: 0;}
    .mp_templates .slide_image,
    .mp_templates .slick-current + .slick-slide .slide_image {height: 600px;}
    .mp_templates .left {margin-left: 0;}
    .mp_templates .slick-list {padding-right: 65px; padding-left: 65px;}
    .mp_templates .slick-arrow {margin-top: -18px;}
    .mp_templates .slick-next {right: 21px;}
    .mp_templates .slides {height: auto;}

    .mp_nums .wrap_flex {flex-direction: column-reverse;}
    .mp_nums .right {width: 100%;}
    .mp_nums .wrap_flex {padding-bottom: 150px; padding-top: 500px;}
    .mp_nums .left:before {width: 400px; height: 542px; left: 50%; transform: translateX(-50%); bottom: auto; top: -50px;}
}

@media screen and (max-width:768px) {
    .popup-menu .popup-menu__inner {display: block; padding-top: 95px; padding-bottom: 40px;}
    .popup-menu__left {column-gap: 100px; margin-bottom: 40px;}
    .popup-menu__right {width: 100%;}


    .popup-menu .popup-menu__inner.pm-new {
        padding: 0 15px;
    }
    .popup-menu .popup-menu__inner.pm-new .popup-top-block {
        display: block;
        padding: 95px 0px 40px;
    }
    .popup-menu .popup-menu__inner.pm-new .popup-bottom-block {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 40px;
    }
    .popup-menu .popup-copy {
        order: 3;
    }


    .mp_video .wrap_flex {display: block;}
    .mp_video .left {width: 100%;}
    .mp_video_pic img {max-width: 520px; margin: 0 auto; position: relative; right: -60px;}
    .mp_video .left a {right: auto; height: 216px; padding-top: 140px; width: 354px; left: calc(50% - 181px);}
    .mp_video .left a:before {top: 65px;}
    .mp_video .right {margin: 20px 0 0;}

    .mp_opportunities .slick-prev {left: -40px;}
    .mp_opportunities .slick-next {right: -15px;}
    .mp_opportunities ul.slick-dots {left: -13px;}

    .mp_integration .right {width: 80%;}
    .mp_integration .slick-dots {margin-top: 0; left: 0;}

    .lc_menu ul li a {height: 50px;}

    .mpage h3, .mpage .h3 {text-align: center;}

    .lf_menu ul.submenu {display: none;}

    .site_creation_page .iptt_tariff_head {
        height: 145px;
    }
    .site_creation_page .iptt_tariff_head .iptt_name {
        width: 110px;
        text-align: right;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        margin: 50px 0 0 -8px;
    }
    .site_creation_page .iptt_tariff_head .iptt_price,
    .site_creation_page .iptt_tariff_head .iptt_note {
        display: none;
    }
    .iptt_block_body table .title:not(.no_info),
    .iptt_block_body table .title:not(.no_info):hover {
        background-image: none;
    }
    .iptt_block_body table .title .note {
        display: none !important;
    }
    .iptt_item_last a {
        font-size: 13px;
    }
    .iptt_block_body table .title,
    .iptt_item > div.title {
        text-indent: 0;
        font-size: 14px;
    }

    .lf_top {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:700px) {
    .lh_r > div:not(:first-child) {margin-left: 20px;}

}

@media screen and (max-width:650px) {
    .popup-menu__inner {padding-top: 65px;}

    .lh_logo {width: 31px; overflow: hidden;}
    .lh_l {width: auto;}
    .l_header .wrap_flex {}
    .lh_r {}
    .lh_links a.video {margin-left: 35px;}
    .lh_logo {padding-top: 0;}
    .l_header {padding-top: 12px;}
    .l_header .decor_line {margin-top: 15px;}
    .lh_search {position: static;}
    .search_close {top: calc(100% + 59px); right: 0;}
    .lh_search .uss_site_search {top: calc(100% + 32px); margin-top: 0; right: 35px; left: 10px;}
    .lh_search .uss_input_name {width: 100%;}
    .lh_l {width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 45px;}
    body.opened_menu .lh_links {margin-right: 0;}
    .l_header.fixed {position: fixed; z-index: 30; background: #fff; top: 0; left: 0; right: 0; border-bottom: 1px solid #e4e4e4; min-height: 70px;}

    .lcm_title,
    h1, h2, .h2, h3, .h3, h4, .h4,
    .mp_opportunities .h3,
    .mp_templates .h3,
    .mp_integration .h3,
    .mp_nums .h3,
    .mp_docs .text,
    .inpage .lcm_title,
    .content_menu {margin-bottom: 30px;}
    .content_menu + .content_menu {margin-top: -30px;}

    .popup-window {margin: 0; left: 20px; right: 20px; width: calc(100% - 40px);}
    .popup-window__close {right: -10px;}

    .l_news .uss_widget_outer_content {flex-wrap: wrap;}
    .l_news .news_block_item {width: 100%; padding-right: 0; margin-bottom: 30px;}
    .l_news .news_block_item.last {margin-bottom: 20px;}
    .l_news .date {margin-bottom: 10px;}
    .l_news .preview p:not(:last-child) {margin-bottom: 10px;}

    .lf_c {width: 100%; order: 15; margin-top: 10px;}
    .lf_bottom .wrap_flex {flex-wrap: wrap;}
    .lf_l {width: auto;}
    .lf_r {}
    .lf_top {padding: 25px 0;}

    .content_menu a {width: calc((100% / 2) - 12px); font-size: 16px; padding: 10px 15px 10px 25px; line-height: 1.2;}
    .content_menu a:before {top: 15px; left: 10px;}
    .content_menu ul li {width: calc((100% / 2) - 12px);}

    .uss_section_content .plate {margin: 30px 0; padding: 15px 20px 15px 30px; line-height: 1.5;}
    .uss_section_content .plate + h2,
    .uss_section_content .plate + .h2,
    .uss_section_content .plate + h3,
    .uss_section_content .plate + .h3,
    .uss_section_content .plate + h4,
    .uss_section_content .plate + .h4 {margin-top: 30px;}

    .section_formconstructor .fc_item .elem_item,
    .section_formconstructor .fc_item.fc_outputOnly .outputonly,
    .section_formconstructor .fc_form_tml .group .fc_item.fc_checkbox_one,
    .section_formconstructor input[type=submit] {width: 100%;}

    .lf_menu ul {display: block;}
    .lf_menu ul li {}
    .lf_menu ul li a {display: block; color: #0f0f0f; padding: 5px 0; text-decoration: underline; text-decoration-color: #cdcfd5; text-align: center;}
    .lf_menu ul li a.active {text-decoration-color: #0f0f0f;}

    .iptt_item:nth-child(odd) > div.title:after {
        width: 5px;
        right: -5px;
    }
    div.iptt_tariff_head p.iptt_name {
        right: -20px;
    }
    div.iptt_tariff_head p.iptt_price {
        left: -15px;
    }

    .lf_line .left {
        width: 100%;
        justify-content: center;
    }
    .lf_line .right {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .lf_projects a {font-size: 18px;}
    .lf_bottom {padding: 30px 0;}
}

@media screen and (max-width:550px) {

    .mpage .l_content {padding: 20px 0 80px;}
    h1, h2, .h2, h3, .h3, h4, .h4, .inpage h1 {font-size: 27px;}
    body {font-size: 16px;}
    a.btn.orange, a.btn.blue {padding: 0 15px;}
    a.btn.video {line-height: 1.4; display: flex; align-items: center;}
    .mpage .lc_main a.btn.video {margin-left: 20px;}
    .mpage .lc_main ul {margin-bottom: 30px;}

    .mp_video ul {margin-top: 30px;}
    .mp_video_pic img {max-width: 380px; right: -45px;}
    .mp_video .left a {left: calc(50% - 132px); right: auto; height: 159px; padding-top: 90px; width: 260px;}
    .mp_video .left a:before {top: 30px;}

    .mp_video:before,
    .mp_video:after,
    .mp_templates:before,
    .mp_nums:before,
    .mp_integration:before,
    .mp_docs:before {height: 80px;}
    .mp_video:before,
    .mp_templates:before,
    .mp_nums:before,
    .mp_integration:before,
    .mp_docs:before {top: -79px;}
    .mp_video:after {bottom: -79px;}

    .mp_opportunities {padding: 70px 0 120px;}
    .mp_opportunities .right {width: 90%;}
    .mp_opportunities .slick-prev {left: -25px;}
    .mp_opportunities .slick-next {right: -25px;}
    .mp_opportunities ul.slick-dots {top: -15px;}
    .mp_opportunities .left {margin-top: 10px;}

    .mp_templates {padding-bottom: 80px;}
    .mp_templates:before {height: 40px; top: -40px;}
    .mp_templates .slide_image {box-shadow: -21px -14px 21px rgb(30 37 54 / 5%), 14px 14px 24px rgb(30 37 54 / 6%);}
    .mp_templates .slick-list {padding: 30px 25px;}
    .mp_templates .slick-next {right: 0;}
    .mp_templates .slick-prev {left: 0;}
    .mp_templates .slick-slide img {margin: 0 auto; width: 100%;}

    .mpage p br {display: none;}

    .mp_integration {padding-bottom: 90px;}
    .mp_integration .btns span {margin-left: 10px;}
    .mp_integration .slick-next {right: -40px;}

    .mp_nums .item .title {font-size: 14px; margin-bottom: 12px;}
    .mp_nums .item .num {font-size: 38px;}
    .mp_nums .left:before {width: 250px; height: 352px; top: -20px;}
    .mp_nums .wrap_flex {padding-bottom: 90px; padding-top: 320px;}

    .mp_docs {padding-bottom: 20px;}
    .mp_docs .list .item {width: calc((100% / 2) - 40px); margin-bottom: 20px;}

    .l_news {padding-top: 30px;}
    .l_news .news_block_item {margin-bottom: 20px;}
    .l_news .title a {font-size: 18px;}
    .l_news .links {padding-left: 0; font-size: 14px; margin-top: 10px; margin-bottom: 25px;}
    .l_news .links a.view_all {padding-left: 0;}
    .l_news .links a.subscribe {padding-right: 0;}
    .l_news .links a.view_all:before,
    .l_news .links a.subscribe:before {display: none;}
    .l_news .links span {margin: 0 20px;}

    .l_footer p {line-height: 1.6;}

    .lf_l {padding-top: 5px;}

    .iptt_block .iptt_block_head:after {
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 35%;
    }
    .iptt_block_head {
        padding: 20px 45px 20px 15px;
    }
    .iptt_block_head .title {
        font-size: 22px;
    }
    .iptt_block_head .text {
        font-size: 14px;
    }
    .iptt_block_body,
    .iptt_header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .iptt_block_body {
        /*overflow-y: scroll;*/
    }
    .iptt_block_body table .title,
    .iptt_item > div.title,
    div.iptt_tariff_head p.iptt_name,
    .iptt_block_body table .available,
    .iptt_item > div.available {
        font-weight: normal;
    }
    .iptt_block_body table .title .new {
        margin-left: 0;
    }
    .iptt_block_body table .available,
    .iptt_item > div.available {overflow-wrap:break-word; white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;}
    .iptt_block_body table .extended + tr {
        padding-left: 0;
    }
    .iptt_block_body table .available,
    .iptt_item > div.available {
        font-size: 12px;
    }
    .iptt_block_head .sub_info {
        margin: 38px -45px 3px -15px;
        padding: 0 15px;
    }
    .iptt_block_head.support .sub_title {
        max-width: 62%;
        width: 62%;
    }

    .lf_projects {
        display: block;
        text-align: center;
    }
    .lf_projects p + p {
        margin: 10px 0 0;
    }
    .lf_projects span,
    .lf_phone span {
        margin-bottom: 0;
    }

    .popup-menu {
        z-index: 1010;
    }
    .popup-menu .close {
        display: block;
        -webkit-flex: 0 0 46px;
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 700;
        border-radius: 50%;
        background: url(../img/redesign/icon-close-3.png) no-repeat 50%, linear-gradient(to bottom, #f39411 0%, #f28c00 2%, #f07700 82%, #f07500 98%, #f17e11 100%);
    }
    .menu-openned .lh_burger {
        background: linear-gradient(to bottom, #3e4b6a 0%, #2f3b57 100%);
    }
    .menu-openned .lh_burger span {
        display: block;
    }

    .l_header,
    .inpage .l_header {
        padding: 15px 0;
    }

}

@media screen and (max-width:500px) {
    .lh_search {display: none;}
    .lh_r > div:not(:first-child) {margin-left: 15px;}
    .lh_phone a {font-size: 22px;}
}

@media screen and (max-width:480px) {
    .lh_menu ul {width: 80%;}

    div.iptt_tariff_head p.iptt_price {
        left: -24px;
    }
    .popup-menu__left {display: block; margin-bottom: 25px;}
    .popup-menu .popup-menu__inner {padding-top: 35px;}
    .popup_menu ul li + li,
    .popup_menu.second {margin-top: 12px;}
    .popup_menu_contacts .contacts__recall,
    .popup_menu_contacts .contacts__email {margin-bottom: 20px;}
    .popup-menu .social-block {margin-bottom: 30px;}

    .popup-menu .popup-menu__inner.pm-new .popup-top-block {
        padding-top: 35px;
    }
    .popup_menu_contacts .lh_soc p {
        flex-direction: column;
        align-items: flex-start;
    }
}
.incut_text {
    border-left: 3px solid #EB693C;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    padding: 25px 30px 26px 36px;
    margin: 28px 0 !important;
    font-size: 16px;
}