

/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17440534002729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/inside/template_styles.css?176466230464312*/
body {
    margin: 0;
    font-family: "Exo 2", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    position: relative;
}

html.locked,
html.locked body {
    overflow: hidden;
    /*position: fixed;*/
}

.header {
    float: left;
    width: 100%;
    position: relative;
}

.header:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(75.58deg, #017593 -1.24%, #1098CD 56.84%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.header:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('/local/templates/inside/images/header_lines.svg') no-repeat bottom;
    background-size: 100%;
}

.header-top {
    position: relative;
    display: flex;
    width: 100%;
    padding: 25px 0;
    z-index: 10;
}

.header-top__col-logo {
    margin-right: 70px;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}

.header-logo {
    display: inline-block;
}

.header-logo__short {
    display: none;
}

.header-logo__long {}

.header-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.header-menu__item {
    position: relative;
    margin-right: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

.header-menu__item:hover {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.header-menu__item.is-active:before {
    opacity: 1;
}

.header-menu__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    top: -47px;
    left: 0;
    background-color: #ff2f56;
    border-radius: 6px;
    opacity: 0;
}

.header-menu__mobile-top {
    display: none;
}

.header-menu__mobile-bottom {
    display: none;
}

.header-contact {
    display: flex;
    margin-left: auto;
}

.header-contact__email {
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 17px;
    margin-right: 14px;
}

.header-contact__email:hover {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.header-contact__phone {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 27px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding: 5px 12px 5px 8px;
    margin-top: 5px;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-contact__phone-icon {
    width: 33px;
    height: 33px;
    margin-right: 5px;
    background: url(/local/templates/inside/images/phone_header.svg) no-repeat;
    transition: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-contact__phone-text {}

.header-contact__phone:hover {
    color: #333333;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.header-contact__phone:hover .header-contact__phone-icon {
    color: #333333;
    transform: rotate(30deg);
}

.header-contact__menu {
    display: none;
    width: 45px;
    height: 45px;
    border: 1px solid #EDE7E7;
    float: right;
    border-radius: 50%;
    background: #ffffff url("/local/templates/inside/images/menu.svg") no-repeat center;
    -webkit-background-size: 22px;
    background-size: 22px;
    margin-left: 8px;
    margin-top: 0;
}

.header-contact__menu-close {
    display: none;
}

.header-bottom {
    position: relative;
    width: 100%;
    padding: 81px 0 134px;
    z-index: 3;
}

.header-cont__title {
    font-weight: 700;
    line-height: normal;
    font-size: 50px;
    color: #FFFFFF;
}

.header-cont__desc {
    margin-top: 37px;
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
}

.header-cont__list {
    width: 100%;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 115px 0 0 0;
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
}

.header-cont__list li {
    width: 25%;
    padding-left: 24px;
    position: relative;
    padding-right: 10px;
}

.header-cont__list li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    top: 0;
    left: -4px;
    border-radius: 50%;
}

.header-cont__list li:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 11px;
    background: url("/local/templates/inside/images/checked_header.svg") no-repeat;
    left: -1px;
    top: 1px;
}

.header-cont__link {
    display: inline-block;
    margin-top: 48px;
}

.header-paper-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.header__paper {
    position: absolute;
    z-index: 2;
}

.header__paper--center {
    right: -20px;
    top: 50%;
}

.header__paper--bottom {
    right: 20%;
    bottom: 0;
}

.small-btn {
    width: 191px;
    height: 58px;
    line-height: 54px;
    background: url("/local/templates/inside/images/small_btn_v2.png") no-repeat;
    /*border-radius: 27px;*/
    /*box-shadow: 0 4px 0 #F33E02;*/
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.small-btn:hover {
    background: url("/local/templates/inside/images/small_btn_v2_hover.png") no-repeat;
    color: #ffffff;
    text-decoration: none;
}

.main {
    float: left;
    width: 100%;
}

.pluses {
    position: relative;
    z-index: 3;
}

.pluses:before {
    content: '';
    position: absolute;
    right: 0;
    top: 95px;
    background: url("/local/templates/inside/images/pluses_bg.svg") no-repeat;
    width: 1170px;
    height: 314px;
    z-index: 0;
}

.pluses:after {
    content: '';
    position: absolute;
    left: 0;
    top: 195px;
    /*background: #1AA0D5;
	width: 702px;
	height: 702px;
	opacity: 0.06;
	z-index: 0;
	-webkit-filter: blur(200px);
	-moz-filter: blur(200px);
	-o-filter: blur(200px);
	-ms-filter: blur(200px);
	filter: blur(200px);*/
    width: 685px;
    height: 1102px;
    background: url("/local/templates/inside/images/pluses-gradient.png") no-repeat;
}

h2.smallTitle {
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #333333;
    padding-left: 18px;
    position: relative;
    width: 100%;
}

h2.smallTitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #1AA0D5;
    border-radius: 50%;
}

.smallTitle__desc {
    line-height: normal;
    font-size: 38px;
    color: #333333;
    margin-top: -15px;
    margin-bottom: 26px;
    padding-left: 18px;
}

.smallTitle__desc span {
    font-weight: bold;
}

.pluses__item {
    width: 32%;
    height: 154px;
    margin-bottom: 23px;
    position: relative;
}

.pluses__item-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 25px 20px 15px;
    background: #FFFFFF;
    border: 1px solid #EDE7E7;
    border-radius: 6px;
    overflow: hidden;
}

.pluses__item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: -16px;
    left: 0;
    z-index: 0;
    background: url('/local/templates/inside/images/plus_shadow.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.pluses__item-wrapper:hover {
    border-color: #D8D8D8;
}

.pluses__item-wrapper:after {
    position: absolute;
    font-weight: bold;
    line-height: normal;
    font-size: 100px;
    color: #000000;
    opacity: 0.04;
    left: 54px;
    z-index: 2;
    bottom: -27px;
}

.pluses__item:nth-child(1) .pluses__item-wrapper:after {
    content: '01';
}

.pluses__item:nth-child(2) .pluses__item-wrapper:after {
    content: '02';
}

.pluses__item:nth-child(3) .pluses__item-wrapper:after {
    content: '03';
}

.pluses__item:nth-child(4) .pluses__item-wrapper:after {
    content: '04';
}

.pluses__item:nth-child(5) .pluses__item-wrapper:after {
    content: '05';
}

.pluses__item:nth-child(6) .pluses__item-wrapper:after {
    content: '06';
}

.pluses__item-title {
    padding-left: 40px;
    line-height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    position: relative;
}

.pluses__item-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #27AE60 url("/local/templates/inside/images/check_pluses.svg") no-repeat 7px 7px;
}

.pluses__item-desc {
    padding-left: 40px;
    line-height: 21px;
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
}

.calculator {
    position: relative;
    z-index: 4;
    padding: 0;
    margin-top: 138px;
}

.calculator__wrapper {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    padding: 0;
    border-bottom: 0;
}

.calculator__wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 53px;
    background: url("/local/templates/inside/images/calc_bottom.png") repeat-x left bottom;
    background-size: 100%;
    left: 0;
    bottom: -34px;
    ;
}

.calculator__inner {
    float: left;
    padding: 45px 0 73px 50px;
    width: 65%;
}

.calculator__slider-title {
    margin-top: 65px;
    padding-left: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 20px;
    color: #000000;
}

.calculator__slider-wrap {
    padding-left: 18px;
    width: 100%;
    position: relative;
    margin-top: 44px;
}

.calculator__slider-wrap .ui-slider-horizontal {
    height: 1px;
    background: #C4C4C4;
    border: none;
    border-radius: 0;
}

.calculator__slider-wrap .ui-slider-horizontal .ui-slider-handle {
    width: 34px;
    height: 34px;
    background: #ffffff url("/local/templates/inside/images/spinner_bg.svg") no-repeat;
    /*border: 3px solid #1AA0D5;*/
    border: none;
    box-sizing: border-box;
    box-shadow: 0 5px 16px #A0D8EE;
    border-radius: 50%;
    top: -17px;
    margin-left: -17px;
    outline: none;
}

.calculator__slider-dots {
    position: relative;
    height: 9px;
    width: 100%;
    top: -5px;
    left: 0;
}

.calculator__slider-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #C4C4C4;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    margin-left: -4.5px;
    cursor: pointer;
}

.calculator__slider-dot:hover {
    background: #1AA0D5;
}

.calculator__slider-dot:nth-child(2) {
    left: 20%;
}

.calculator__slider-dot:nth-child(3) {
    left: 40%;
}

.calculator__slider-dot:nth-child(4) {
    left: 60%;
}

.calculator__slider-dot:nth-child(5) {
    left: 80%;
}

.calculator__slider-dot:nth-child(6) {
    left: 100%;
}

.calculator__slider-dot:after {
    position: absolute;
    width: 61px;
    line-height: 20px;
    text-align: center;
    color: #6C6C6C;
    bottom: -35px;
    left: -24px;
}

.calculator__slider-dot:nth-child(1):after {
    content: '10 000';
}

.calculator__slider-dot:nth-child(2):after {
    content: '50 000';
}

.calculator__slider-dot:nth-child(3):after {
    content: '100 000';
}

.calculator__slider-dot:nth-child(4):after {
    content: '200 000';
}

.calculator__slider-dot:nth-child(5):after {
    content: '300 000';
}

.calculator__slider-dot:nth-child(6):after {
    content: '500 000';
}

.calculator__bottom {
    float: left;
    margin-top: 45px;
    padding-left: 18px;
    width: 100%;
}

.calculator__bottom-result {
    float: left;
}

.calculator__bottom-result__line {
    line-height: 25px;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
}

.calculator__bottom-result__line > span {
    line-height: 37px;
    font-size: 30px;
    color: #000000;
    padding-left: 17px;
}

.calculator-result {
    line-height: 80px;
    font-size: 64px;
}

.calculator__bottom-result__desc {
    line-height: 18px;
    font-size: 13px;
    color: #ABABAB;
    margin-top: 7px;
}

.calculator__bottom-link {
    float: right;
    margin-top: 71px;
    /*margin-left: 43px;*/
}

.calculator__image {
    position: absolute;
    right: -25px;
    bottom: 30px;
    width: 35%;
    max-width: 406px;
}

.calculator__image img {
    width: 100%;
}

.calculator__paper {
    position: absolute;
    left: -1%;
    top: 30%;
    pointer-events: none;
}

.header-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 48%;
    max-width: 768px;
}

.header-image img {
    width: 100%;
}

.header-lines {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header-lines .container,
.header-lines .row {
    height: 100%;
}

.header-line {
    padding: 0;
}

.header-line:nth-child(1) {
    border-left: 1px solid #00A2E1;
}

.header-line:nth-child(2) {
    border-left: 1px solid #00A2E1;
    border-right: 1px solid #00A2E1;
}

.header-line:nth-child(3) {
    border-right: 1px solid #00A2E1;
}

.header-bg-text {
    position: absolute;
    font-weight: bold;
    font-size: 340px;
    line-height: normal;
    color: #000000;
    opacity: 0.04;
    left: -31px;
    top: 50%;
    margin-top: -204px;
    z-index: 0;
}

.header-wave {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.header-wave img {
    position: absolute;
    bottom: 0;
}

@media (min-width: 1460px) {
    .header-wave {
        height: 130px;
    }

    .header-wave img {
        width: 100%;
    }
}

.audit {
    margin-top: 88px;
    position: relative;
}

.audit:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -60px;
    right: 0;
    background: url("/local/templates/inside/images/bg_lines_audit.svg") no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: -1;
}

@media (max-width: 991px) {
    .audit:after {
        width: 110%;
        left: -10%;
    }
}

.audit__wrapper {
    padding: 144px 0 310px;
}

.audit__content-bg {
    position: absolute;
    width: 100%;
    max-width: 1211px;
    top: 0;
    left: 0;
    z-index: 2;
}

.audit__content {
    padding-left: 30px;
    width: 45%;
    z-index: 5;
    position: relative;
}

.audit__content-title {
    font-weight: bold;
    line-height: normal;
    font-size: 38px;
    color: #333333;
    margin-bottom: 30px;
}

.audit__content-text {
    line-height: 21px;
    font-size: 14px;
    color: #333333;
}

.work-include {
    position: relative;
    z-index: 3;
    padding-top: 26px;
    padding-bottom: 85px;
    background: #1AA0D5;
}

.work-include:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 452px;
    background: url(/local/templates/inside/images/work_wave_top.svg) no-repeat;
    top: -452px;
    left: 0;
    background-size: 127% 100%;
}

.work-include__before {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 360px;
    top: -360px;
    left: 0;
    overflow: hidden;
}

.work-include__before img {
    position: absolute;
    bottom: 0;
    left: -7%;
}

@media (min-width: 1830px) {
    .work-include:before {
        width: 100%;
        left: 0;
        background-size: 118% 100%;
    }
}

@media (min-width: 1730px) and (max-width: 1829px) {
    .work-include:before {
        width: 103%;
        left: -3%;
    }
}

@media (min-width: 1600px) and (max-width: 1729px) {
    .work-include:before {
        width: 105%;
        left: -5%;
        background-size: 120% 100%;
    }
}

@media (min-width: 1360px) and (max-width: 1460px) {
    .work-include:before {
        width: 100%;
        left: 0;
        background-size: 103% 100%;
    }
}

@media (min-width: 1260px) and (max-width: 1359px) {
    .work-include:before {
        width: 106%;
        left: -6%;
        background-size: 117% 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1259px) {
    .work-include:before {
        width: 109%;
        left: -9%;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .work-include:before {
        width: 101.5%;
        left: -1.5%;
        background-size: 100% 100%;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .work-include:before {
        width: 105.5%;
        left: -5.5%;
        background-size: 100% 100%;
    }
}

.work-include__after {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -100px;
    z-index: 2;
    left: 0;
    overflow: hidden;
}

.work-include__after img {
    position: absolute;
    bottom: 0;
    height: 100%;
    min-width: 100%;
}

.work-include h2.smallTitle,
.work-include .smallTitle__desc {
    color: #FFFFFF;
}

.work-include h2.smallTitle:before {
    background: #FFFFFF;
}

.work-include .container {
    padding: 0;
    position: relative;
    z-index: 3;
}

.work-include__list {
    margin-top: 30px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}

.work-include__list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.work-include__list-item__wrap {
    width: 31%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.work-include__list-item__wrap:after {
    position: absolute;
    font-weight: bold;
    line-height: normal;
    font-size: 100px;
    color: #000000;
    opacity: 0.04;
    left: 25px;
    z-index: 2;
    bottom: -40px;
}

.work-include__list-item__wrap:nth-child(1):after {
    content: '01';
}

.work-include__list-item__wrap:nth-child(2):after {
    content: '02';
}

.work-include__list-item__wrap:nth-child(3):after {
    content: '03';
}

.work-include__list-item__wrap:nth-child(4):after {
    content: '04';
}

.work-include__list-item__wrap:nth-child(5):after {
    content: '05';
}

.work-include__list-item__wrap:nth-child(6):after {
    content: '06';
}

.work-include__list-item__wrap:nth-child(7):after {
    content: '07';
}

.work-include__list-item__wrap:nth-child(8):after {
    content: '08';
}

.work-include__list-item__wrap.placeholder {
    visibility: hidden;
}

.work-include__list-item {
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.work-include__list-item__title {
    position: relative;
    padding-left: 50px;
    min-height: 62px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
}

.work-include__list-item__icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
}

.work-include__list-item__text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.online-monitor {
    padding-bottom: 67px;
    box-shadow: 0 15px 23px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
    position: relative;
    z-index: 4;
}

.online-monitor__image img {
    max-width: 100%;
}

.online-monitor__text-wrap {
    padding-top: 160px;
}

.online-monitor__text {
    margin-top: -10px;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    padding-left: 18px;
}

.online-monitor__callback {
    float: left;
    background: #ffffff;
    border: 1px solid #27AE60;
    border-radius: 27px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding: 5px 12px 5px 8px;
    margin-top: 18px;
    margin-left: 18px;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.online-monitor__callback-icon {
    float: left;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    background: url(/local/templates/inside/images/phone_header.svg) no-repeat;
    transition: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.online-monitor__callback-text {
    float: left;
    margin-top: 5px;
}

.online-monitor__callback:hover {
    color: #333333;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.2);
}

.online-monitor__callback:hover .online-monitor__callback-icon {
    color: #333333;
    transform: rotate(30deg);
}

.online-monitor__paper {
    position: absolute;
    left: 40%;
    top: 50%;
    margin-top: -110px;
}

.individual-solutions {
    background: #fff url("/local/templates/inside/images/individual_solutions_bg.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 60px 0;
}

.individual-solutions__title {
    font-weight: bold;
    font-size: 38px;
    line-height: normal;
    color: #333333;
    margin: 0 auto 15px;
}

.individual-solutions__desc {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 30px;
}

.individual-solutions__items {
    position: relative;
    width: 763px;
    margin: 0 auto;
}

.individual-solutions__item-wrap {
    width: 100%;
}

.individual-solutions__item {
    width: 100%;
    min-height: 175px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.individual-solutions__item-image {
    display: inline-block;
    width: 371px;
}

.individual-solutions__item-image img {
    max-width: 100%;
}

.individual-solutions__item-info {
    display: inline-block;
    width: 384px;
    padding: 0 20px;
    vertical-align: middle;
}

.individual-solutions__item-info div {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #000000;
}

.individual-solutions__item-info p {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    margin: 15px 0 0 0;
}

.individual-solutions__link-wrap {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.individual-solutions__link {
    display: inline-block;
}

.individual-solutions__paper {
    position: absolute;
}

.individual-solutions__paper--left {
    top: 0;
    left: -30%;
}

.individual-solutions__paper--right {
    right: -15%;
    top: 70%;
}

.big-btn {
    width: 310px;
    height: 58px;
    line-height: 54px;
    background: url("/local/templates/inside/images/big_btn_v2.png") no-repeat;
    /*box-shadow: 0 4px 0 #F33E02;*/
    /*border-radius: 27px;*/
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.big-btn:hover {
    background: url("/local/templates/inside/images/big_btn_v2_hover.png") no-repeat;
    color: #ffffff;
    text-decoration: none;
}

.work-stages {
    margin: 51px 0 100px;
}

.work-stages__wrap {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.work-stages__item {
    width: 24%;
    min-height: 214px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
}

.work-stages__item-title {
    position: relative;
    padding-left: 50px;
    min-height: 62px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
}

.work-stages__item__icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
}

.work-stages__item-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.work-stages__item:after {
    position: absolute;
    font-weight: bold;
    line-height: normal;
    font-size: 100px;
    color: #000000;
    opacity: 0.04;
    left: 25px;
    z-index: 2;
    bottom: -40px;
}

.work-stages__item:nth-child(1):after {
    content: '01';
}

.work-stages__item:nth-child(2):after {
    content: '02';
}

.work-stages__item:nth-child(3):after {
    content: '03';
}

.work-stages__item:nth-child(4):after {
    content: '04';
}

.equipment {
    margin-bottom: 80px;
}

.equipment__title {
    font-weight: bold;
    font-size: 38px;
    line-height: normal;
    text-align: center;
    color: #333333;
    margin: 0 auto;
}

.equipment__list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.equipment__list-item {
    width: 32.5%;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #EDE7E7;
    box-sizing: border-box;
    border-radius: 6px;
    padding-bottom: 193px;
    position: relative;
    overflow: hidden;
}

.equipment__list-item.hit:before {
    content: url("/local/templates/inside/images/hit_sticker.svg");
    position: absolute;
    right: 0;
    top: 0;
}

.equipment__list-item__image {
    width: 100%;
    padding: 24px 40px 0;
}

.equipment__list-item__image img {
    max-width: 100%;
}

.equipment__list-item__info {
    padding: 26px 40px 14px;
    position: relative;
    z-index: 3;
}

.equipment__list-item__info:before {
    content: '';
    position: absolute;
    left: 21px;
    top: 11px;
    background: url("/local/templates/inside/images/eqipt_item_bg.svg") no-repeat;
    width: 98px;
    height: 98px;
    z-index: 2;
}

.equipment__list-item__info-title {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #000000;
    margin-bottom: 12px;
}

.equipment__list-item__info-desc {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.equipment__list-item__footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #27AE60 url("/local/templates/inside/images/equip_footer_bg.svg") no-repeat right bottom;
    padding: 15px 40px 25px;
    min-height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.equipment__list-item__footer:before {
    content: url("/local/templates/inside/images/equip_footer_top.svg");
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
}

.equipment__list-item__characteristics {
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: right;
    width: 100%;
}

.equipment__list-item__characteristics div {
    margin-bottom: 10px;
    position: relative;
    display: flex;
}

.characteristic-dots {
    flex: 1;
    border-bottom: 1px dotted #ffffff;
    top: -4px;
    margin: 0 2px;
}

.equipment__list-item__characteristics div:after {
    /*content: '';*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*border-bottom: 1px dotted #ffffff;*/
    /*position: absolute;*/
    /*bottom: 4px;*/
    /*left: 0;*/
    /*z-index: 1;*/
    /*opacity: 0.5;*/
}

.characteristic-name {
    float: left;
    font-size: 15px;
    line-height: 20px;
}

.equipment__list-item__characteristics span {
    position: relative;
    z-index: 2;
}

.equipment__list-item__link {
    float: left;
    border-radius: 29px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 60px;
    margin-top: 15px;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.equipment__list-item__link:hover {
    color: #333333;
    text-decoration: none;
    background: #ffffff;
}

.equipment__list-item.placeholder {
    visibility: hidden;
}

.contacts {
    margin-bottom: 450px;
}

.contacts__form {
    position: absolute;
    width: 492px;
    z-index: 2;
    right: 57%
}

.audit .contacts__form {
    bottom: 15px;
    right: 0;
    z-index: 5;
}

.contacts__form:after {
    content: '';
    position: absolute;
    width: 461px;
    height: 100%;
    left: 14px;
    bottom: -15px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0 26px 35px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.contacts__form-wrap {
    width: 100%;
    padding: 52px 90px;
    position: relative;
    z-index: 4;
    background: #ffffff;
    border: 1px solid #ECECEC;
    box-shadow: 0 26px 35px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    overflow: hidden;
}

.contacts__form-wrap:after {
    content: '';
    width: 100%;
    height: 210px;
    position: absolute;
    left: 0;
    bottom: -65px;
    background: url(/local/templates/inside/images/form_abs_bg.svg) no-repeat bottom;
    z-index: -1;
}

.contacts__form-title {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #333333;
    margin-bottom: 25px;
}

.contacts__form-group {
    margin-bottom: 25px;
}

.contacts__form-group__name {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 7px;
}

.message {
    height: 120px;
    resize: none;
}

.contacts__form-group__input,
.contacts__form-group__select {
    width: 100%;
    background: #F6F6F6;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 13px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contacts__form-group__input:hover,
.contacts__form-group__input:focus,
.contacts__form-group__input.filled {
    border-color: #D8D8D8;
}

.contacts__form-group__select {
    height: 48px;
}

.contacts__form-submit {
    border: 0;
    outline: none;
}

.contacts__form-desc {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.contacts__form-desc a {
    color: #1AA0D5;
}

.contacts__form-desc a:hover {
    color: #1080AC;
    text-decoration: none;
}

.contacts__info {
    margin-top: 30px;
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.contacts__info-wrap {
    width: 100%;
    padding-left: 25%;
    padding-right: 25px;
    background: url("/local/templates/inside/images/contacts_bg.svg") no-repeat left center;
}

.contacts__info-title {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #333333;
    margin-bottom: 40px;
}

.contacts__info-phone {
    margin-bottom: 16px;
}

.contacts__info-phone a,
.contacts__info-phone span {
    display: block;
    padding-left: 23px;
}

.contacts__info-phone a {
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    background: url(/local/templates/inside/images/contact_phone_icon.svg) no-repeat left center;
}

.contacts__info-phone a:hover {
    text-decoration: none;
}

.contacts__info-phone span {
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    margin-top: 8px;
}

.contacts__info-email {
    margin-bottom: 40px;
}

.contacts__info-email a {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    padding-left: 23px;
    background: url(/local/templates/inside/images/contact_email_icon.svg) no-repeat left center;
}

.contacts__info-email a:hover {
    text-decoration: none;
}

.contacts__info-address {
    margin-bottom: 40px;
}

.contacts__info-address__title {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #333333;
    margin-bottom: 20px;
}

.contacts__info-address__list {
    display: flex;
}

.contacts__info-address__list-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.contacts__info-address__list-item a {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.contacts__info-address__list-item a:hover {
    text-decoration: none
}

.contacts__info-address__list-item span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.contacts__info-social__title {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #333333;
    margin-bottom: 15px;
}

.contacts__info-social__links a {
    display: inline-block;
    margin-right: 10px;
}

.footer {
    float: left;
    width: 100%;
    padding: 19px 0 24px;
    border-top: 1px solid #EDE7E7;
}

.footer-logo {
    float: left;
    margin-right: 18px;
}

.footer-info {
    float: left;
}

.footer-info__title {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 7px;
}

.footer-info__desc {
    font-size: 12px;
    line-height: 18px;
    color: #A9A9A9;
}

.footer-links {
    margin-left: auto;
    line-height: 47px;
    font-size: 12px;
}

.footer-links a,
.footer-links span {
    color: #A9A9A9;
}

.footer-links span {
    margin-left: 52px;
}

.footer-links a {
    border-bottom: 1px solid #7ADAFF;
    -webkit-transition: border 300ms ease-out;
    -moz-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.footer-links a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}


.footer-social {
    display: flex;
    margin-left: 30px;
}

.footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    border: 1px solid #ede7e7;
    border-radius: 50%;
    transition: border-color .3s;
}

.footer-social__link:hover {
    border-color: #1aa0d5;
}

.js-hover-animate {
    transition: box-shadow .5s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, box-shadow .5s ease;
    transition: transform .15s ease, box-shadow .5s ease, -webkit-transform .15s ease;
}

.js-hover-animate:hover {
    -webkit-transform: rotateX(var(--mouseY)) rotateY(var(--mouseX)) translateZ(15px);
    transform: rotateX(var(--mouseY)) rotateY(var(--mouseX)) translateZ(15px);
    box-shadow: 0 20px 40px rgba(23, 38, 47, .3);
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-wrap.show {
    visibility: visible;
    opacity: 1;
}

.modal-wrap .contacts__form {
    right: 50%;
    margin-right: -246px;
    top: 50%;
    background: transparent;
    margin-top: -440px;
}

.modal-close__btn {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #FFFFFF url("/local/templates/inside/images/close.svg") no-repeat center;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    right: -21px;
    top: -21px;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}

.error-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    background: rgba(0, 0, 0, .5);
}

.error {
    position: absolute;
    width: 280px;
    padding: 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 6px;
    left: 50%;
    margin-left: -140px;
    top: 30%;
}

.styled-select {
    width: 100%;
    position: relative;
}

.styled-select__current {
    background: #F6F6F6;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 13px 47px 13px 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #333333;
    cursor: pointer;
}

.styled-select__current:after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 18px;
    top: 22px;
    background: url("/local/templates/inside/images/select_arrow.svg") no-repeat;
}

.styled-select.active .styled-select__current:after {
    background: url("/local/templates/inside/images/select_arrow_active.svg") no-repeat;
}

.styled-select__dropdown {
    display: none;
    position: absolute;
    left: 0;
    background: #F6F6F6;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    width: 100%;
    top: 49px;
    z-index: 99;
}

.styled-select.active .styled-select__dropdown {
    display: block;
}

.styled-select__dropdown-item {
    padding: 13px 15px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}

.styled-select__dropdown-item.selected {
    display: none;
}

.styled-select__dropdown-item:hover {
    background: #EDE7E7;
}

.styled-select__dropdown-item.selected:hover {
    background: none;
    cursor: default;
}

.pluses__items {
    justify-content: space-between
}


.contacts__info-social__links {
    display: flex;
    flex-wrap: wrap
}



.menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.menu__link {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 14px;

}

.header-menu-wrap .container:not(.header-menu__mobile-top) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        position: relative;
    top: 3px;
}


.header-menu-wrap .menu__track {
    color: #fff;
    margin-left: 30px;
}
 

.menu__list {
    display: flex;
        margin: 0;
    flex-wrap: wrap;
}

.menu__link {
    color: #fff;
}

.menu__list .menu__item + .menu__item {
    margin-left: 25px;
}

.menu__track {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 15px 9px 18px;
    background-color: transparent;
    border: 1px solid #27ae60;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    color: #333;
    font-size: 16px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s
}

.menu__track:hover {
    -webkit-box-shadow: 0 24px 40px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 24px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 24px 40px rgba(0, 0, 0, .2);
    color: #333
}

.menu__track img {
    margin-right: 9px
}


@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    .work-include__list-item__wrap {
        width: 24%;
    }

    .work-include__list-item__wrap.placeholder {
        display: none;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .audit .container {
        padding: 0 15px;
    }

    .audit__content {
        width: 40%;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .header-bg-text {
        left: calc((100% - 1400px) / 2);
    }

    .header-cont__title {
        height: 120px;
    }
}

@media (max-width: 1599px) {
    .header-top__col-logo {
        margin-right: 30px;
    }

    .header-cont__title {
        height: 180px;
    }

    .calculator__paper {
        left: -3%;
    }
}

@media (max-width: 1459px) {
    .header-menu {
        display: none;
    }

    .header-menu__item:before {
        display: none;
    }

    .header-contact__menu {
        display: block;
    }

    .header-menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: visibility 0.3s, opacity 0.3s linear;
    }

    .header-menu-wrap.active {
        visibility: visible;
        opacity: 1;
    }

    .header-menu-wrap.active .header-menu {
        display: block;
    }

    .header-menu {
        padding: 0 15px;
        margin: 20px auto 0;
    }

    .header-menu__item {
        font-size: 14px;
        line-height: 18px;
        color: #333333;
        margin-bottom: 23px;
        display: inline-block;
    }

    .header-menu__item:hover {
        color: #333333;
    }

    .header-menu__mobile-top {
        display: block;
        padding-top: 25px;
        margin-bottom: 30px;
    }

    .header-menu__mobile-top .header-logo {
        float: left;
    }

    .header-menu__mobile-bottom {
        display: block;
        background: #F9F9F9;
        width: 100%;
        padding: 23px 0 40px;
    }

    .header-menu__mobile-bottom__wrap {}

    .header-menu__mobile-bottom.position-absolute {
        bottom: 0;
        left: 0;
    }

    .header-menu__mobile-bottom .contacts__info-title {
        margin-bottom: 16px;
    }

    .header-contact {
        padding-top: 0;
        position: fixed;
        right: calc((100% - 960px) / 2);
        padding-right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header-contact__phone {
        border: 1px solid #EDE7E7;
        margin-top: 0;
    }

    .header-contact__menu-close {
        display: block;
        width: 45px;
        height: 45px;
        border: 1px solid #EDE7E7;
        float: right;
        border-radius: 50%;
        background: #ffffff url(/local/templates/inside/images/close.svg) no-repeat center;
        -webkit-background-size: 22px;
        background-size: 22px;
        margin-left: 8px;
    }

    .header-logo {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .header-logo__short {
        display: inline-block;
    }

    .header-logo__long {
        display: none;
    }

    .paper-parallax {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-cont__title {
        font-size: 48px;
    }

    .header-menu-wrap {
        padding: 0;
    }

    .header-contact {
        padding-top: 0;
    }

    .header-contact__phone {
        margin-top: 0;
    }

    .header-contact__email {
        margin-right: 5px;
        margin-top: 7px;
    }

    .header-menu {
        margin-top: 20px;
    }

    .header-bottom {
        padding-top: 40px;
        padding-bottom: 110px;
    }

    .header-cont__list {
        margin-top: 55px;
    }

    .header-cont {
        padding-right: 0;
    }

    .equipment__list-item__image {
        padding: 24px 15px 0;
    }

    .equipment__list-item__info {
        padding: 26px 15px 14px;
    }

    .equipment__list-item__footer {
        padding: 15px 15px 25px;
    }

    .equipment__list-item__info:before {
        left: 8px;
    }

    .calculator__inner {
        width: 67%;
        padding-left: 35px;
    }

    .calculator__bottom-result__line > span {
        padding-left: 5px;
    }

    .calculator__slider-title {
        margin-top: 40px;
    }

    .pluses.container {
        padding: 0 15px;
    }

    .calculator.container {
        padding: 0 15px;
    }

    .contacts__form-wrap {
        padding: 52px 60px;
    }

    .contacts__form {
        width: 432px;
        right: 48%;
    }

    .contacts__form:after {
        width: 404px;
        bottom: -10px;
    }

    .online-monitor__text-wrap {
        padding-top: 70px;
    }

    .work-stages__item {
        padding: 10px 15px;
    }

    .audit__content-bg {
        top: auto;
        bottom: 0;
    }

    .calculator__bottom {
        padding-left: 0;
    }

    .calculator__wrapper:after {
        bottom: -26px;
    }

    .pluses__item {
        height: auto;
    }

    .pluses:before {
        top: 116px;
        width: 800px;
    }

    .work-include {
        padding-bottom: 45px;
    }

    .online-monitor {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .header-bg-text {
        font-size: 150px;
        left: -150px;
        transform: rotate(90deg);
        margin-top: 0;
        top: 317px;
    }

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

    .header-bottom {
        padding-top: 50px;
    }

    .header-image {
        /*width: 65%;*/
        width: 50%;
        max-width: 502px;
    }

    .header-cont__list {
        flex-wrap: wrap;
        margin-top: 65px;
        padding-right: 200px;
    }

    .header-cont__list li {
        margin-bottom: 25px;
        width: 200px;
        font-size: 14px;
        line-height: 21px;
    }

    .pluses__item {
        width: 48%;
    }

    .pluses__item-wrapper {
        padding: 20px 15px;
    }

    .calculator {
        margin-top: 70px;
        padding: 0 15px;
    }

    .calculator__inner {
        width: 100%;
        padding: 35px 40px;
    }

    .calculator__wrapper:after {
        bottom: -25px;
    }

    .calculator__image {
        display: none;
    }

    .audit {
        margin-top: 70px;
    }

    .audit .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .audit__wrapper {
        padding: 0;
        position: initial !important;
    }

    h2.audit__content-title {
        margin-bottom: 20px;
    }

    .audit .contacts__form {
        position: relative;
        margin-top: 35px;
        margin-bottom: 40px;
        right: -1%;
    }

    .audit__content-bg {
        display: none;
    }

    .work-include__list-item__wrap {
        width: 48%;
        min-height: 180px;
    }

    .work-include__list-item__wrap.placeholder {
        display: none;
    }

    .work-include {
        padding-bottom: 0;
    }

    .work-include__after {
        height: 130px;
        bottom: -120px;
    }

    .work-include__after img {
        height: auto;
        left: -220px;
    }

    .online-monitor {
        margin-top: 90px;
    }

    .online-monitor__text-wrap {
        padding-top: 0;
    }

    .individual-solutions__items {
        width: 100%;
        max-width: 763px;
    }

    .individual-solutions__item-wrap {
        /*width: 100%;*/
        /*max-width: 763px;*/
        /*display: flex;*/
        /*overflow-y: hidden;*/
        /*overflow-x: auto;*/
    }

    .individual-solutions__item-wrap::-webkit-scrollbar {
        display: none;
    }

    .individual-solutions__item {
        /*flex: 0 0 370px;*/
        /*max-width: 370px;*/
        /*margin-right: 20px;*/
        min-height: 155px;
    }

    .individual-solutions__link-wrap {
        margin-top: 30px;
    }

    .individual-solutions__item-info {
        /*width: 100%;*/
        /*padding: 15px 20px;*/
    }

    .individual-solutions__item-image {
        width: auto;
        max-width: 330px;
    }

    .work-stages {
        margin: 25px 0 50px;
    }

    .work-stages__item {
        width: 49%;
        min-height: 190px;
    }

    .equipment__list-item {
        width: 49%;
        padding-bottom: 155px;
    }

    .equipment__list-item__footer {
        padding: 15px 25px;
    }

    .equipment {
        margin-bottom: 50px;
    }

    .contacts__form {
        position: relative;
        right: 0;
        width: 100%;
    }

    .contacts__form-submit {
        display: block;
        margin: 0 auto;
    }

    .contacts__info-wrap {
        padding-left: 90px;
        padding-right: 90px;
        background: none;
        position: relative;
        padding-top: 17px;
    }

    .contacts__info-wrap:after {
        content: '';
        position: absolute;
        width: calc(100% - 180px);
        height: 70px;
        left: 90px;
        top: 0;
        background: url("/local/templates/inside/images/contact_bg_top_dots.svg") repeat-x;
    }

    .contacts {
        margin-bottom: 55px;
    }

    .footer-links {
        margin-left: 0;
        margin-top: 15px;
        line-height: normal;
    }

    .header-lines {
        display: block;
    }

    .audit__content {
        position: relative;
        width: 100%;
        padding-left: 0;
    }

    .contacts__form:after {
        width: calc(100% - 28px);
    }

    .contacts__form-wrap:after {
        background-size: 100%;
        bottom: -91px;
        width: 110%;
    }

    .contacts__info {
        padding-top: 25px;
    }

    .modal-wrap .contacts__form {
        width: 492px;
        position: absolute;
    }

    .pluses.container {
        padding: 0 15px;
    }

    .pluses:before,
    .pluses:after {
        display: none;
    }

    .audit__small-device-image {
        position: relative;
        z-index: 0;
        right: 0;
        margin-top: -430px;
        text-align: left;
    }

    .audit__small-device-image img {
        max-width: 100%;
    }

    .work-include:before {
        display: none;
    }

    .header-contact {
        right: calc((100% - 720px) / 2);
    }

}

@media (max-width: 860px) {
    .audit__small-device-image {
        margin-top: -350px;
    }
}

@media (max-width: 767px) {
    .header-contact {
        right: calc((100% - 540px) / 2);
    }

    .header-contact__menu-close {
        width: 50px;
        height: 50px;
        -webkit-background-size: 22px;
        background-size: 22px;
    }

    .header-contact__phone-icon {
        width: 44px;
        height: 44px;
        background-size: 45px;
    }

    .header-contact__menu {
        width: 50px;
        height: 50px;
        -webkit-background-size: 24px;
        background-size: 24px;
        margin-top: 0;
    }

    .header-bg-text {
        top: 213px;
    }

    .header-cont__list {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .small-btn {
        width: 171px;
        height: 50px;
        background: url("/local/templates/inside/images/small_btn_mobile_v2.png") no-repeat;
        line-height: 46px;
        /*border-radius: 23px;*/
    }

    .small-btn:hover {
        background: url("/local/templates/inside/images/small_btn_mobile_v2_hover.png") no-repeat;
    }

    .header {
        overflow: hidden;
    }

    .header-top {
        padding: 25px 15px;
    }

    .header-contact__phone {
        padding: 2px;
        margin: 0;
    }

    .header-contact__phone-icon {
        margin-right: 0;
    }

    .header-logo {
        display: block;
        margin-top: 0;
    }

    .header-bottom {
        padding: 5px 15px 240px;
    }

    .header-cont__title {
        font-size: 25px;
        margin-bottom: 0;
        height: 60px;
    }

    .header-cont__desc {
        font-size: 14px;
        line-height: 23px;
        margin-top: 14px;
    }

    .header-cont__link {
        margin-top: 20px;
    }

    .header-cont__list {
        font-size: 14px;
        line-height: 21px;
        margin-top: 35px;
    }

    .header-cont__list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .header-lines {
        display: none;
    }

    .header-image {
        width: 70%;
        max-width: 300px;
        bottom: -40px;
        left: 40%;
        transform: translateX(-50%);
    }

    .pluses.container {
        padding: 0 15px;
    }

    .calculator {
        margin-top: 30px;
        padding: 0 15px;
    }

    h2.smallTitle {
        font-size: 14px;
    }

    .smallTitle__desc {
        font-size: 24px;
        margin-top: -5px;
    }

    .calculator__inner {
        padding: 35px 40px 60px;
    }

    .calculator__slider-dot:after {
        display: none;
        bottom: auto;
        top: -33px;
        left: 0;
        text-align: left;
    }

    .calculator__slider-dot:nth-child(1):after {
        display: block;
    }

    .calculator__slider-dot:nth-child(6):after {
        display: block;
        left: auto;
        right: 0;
        text-align: right;
    }

    .calculator__slider-dots {
        height: 20px;
        top: -10px;
    }

    .calculator__slider-dot {
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: none;
    }

    .calculator__slider-dot:hover {
        background: none;
    }

    .calculator__slider-dot:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        background: #C4C4C4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 6px;
        left: 6px;
    }

    .calculator__slider-wrap .ui-slider-horizontal .ui-slider-handle {
        width: 26px;
        height: 26px;
        margin-left: -13px;
        top: -13px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .calculator__slider-wrap {
        padding-left: 15px;
        margin-top: 57px;
        padding-right: 15px;
    }

    .calculator__bottom {
        margin-top: 35px;
        padding-left: 0;
        float: none;
        text-align: center;
    }

    .calculator__bottom-result {
        width: 100%;
        float: none;
    }

    .calculator__bottom-result__line {
        font-size: 16px;
        line-height: normal;
        display: flex;
        align-items: baseline;
        align-content: space-between;
    }

    .calculator__bottom-result__line > span {
        font-size: 20px;
        line-height: 25px;
        padding-left: 0;
        margin-left: auto;
    }

    .calculator-result {
        line-height: 50px;
        font-size: 40px;
    }

    .calculator__bottom-result__desc {
        text-align: center;
    }

    .calculator__bottom-link {
        float: none;
        display: inline-block;
        margin: 15px auto 0;
    }

    .calculator__wrapper:after {
        background-size: auto;
        bottom: -39px;
    }

    .pluses__item {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 11px;
        height: auto;
        min-height: 154px;
    }

    .audit .container {
        padding: 0 15px;
    }

    .audit__wrapper {
        padding: 0 15px;
    }

    .contacts__form {
        padding: 0;
    }

    .contacts__form-wrap {
        padding: 20px 15px 45px;
    }

    .contacts__form-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .contacts__form-group {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .contacts__form-submit {
        margin-top: 30px;
    }

    .contacts__form-desc {
        margin-top: 15px;
    }

    .contacts__form:after {
        width: calc(100% - 50px);
        height: 100%;
        bottom: -10px;
        left: 25px;
    }

    .audit {
        overflow: initial;
        margin-top: 35px;
    }

    .audit__content {
        padding-left: 0;
    }

    h2.audit__content-title {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .big-btn {
        max-width: 100%;
        background: url("/local/templates/inside/images/big_btn_mobile_v2.png") no-repeat;
        height: 50px;
        line-height: 46px;
        background-size: 100% 100%;
    }

    .big-btn:hover {
        background: url("/local/templates/inside/images/big_btn_mobile_v2_hover.png") no-repeat;
        background-size: 100% 100%;
    }

    .online-monitor {
        padding-bottom: 40px;
    }

    .online-monitor__image-mobile {
        text-align: center;
        margin-bottom: 18px;
    }

    .online-monitor__image-mobile img {
        width: 100%;
        max-width: 315px;
    }

    .online-monitor__text {
        margin-top: 0;
        font-size: 14px;
        padding-left: 0;
    }

    .online-monitor__callback {
        margin-left: 0;
    }

    .individual-solutions {
        padding: 0 0 25px 15px;
    }

    .individual-solutions__title {
        text-align: center;
        font-size: 25px;
        margin-bottom: 13px;
        padding-right: 15px;
    }

    .individual-solutions__desc {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 22px;
        padding-right: 15px;
    }

    .individual-solutions__item-image {
        width: 45%;
    }

    .individual-solutions__item {
        min-height: auto;
    }

    .individual-solutions__item-info {
        padding: 15px;
        width: 54%;
    }

    .individual-solutions__item-info div {
        font-size: 18px;
    }

    .individual-solutions__item-info p {
        margin-top: 10px;
        font-size: 14px;
    }

    .individual-solutions__link-wrap {
        margin-top: 20px;
        padding-right: 15px;
    }

    .equipment__title {
        font-size: 25px;
    }

    .equipment__title br {
        display: none;
    }

    .equipment__list-item {
        padding-bottom: 165px;
    }

    .equipment__list-item__image {
        padding: 24px 15px 0;
    }

    .equipment__list-item__info {
        padding: 18px 15px 15px;
    }

    .equipment__list-item__info-title {
        margin-bottom: 5px;
    }

    .equipment__list-item__info-desc {
        font-size: 14px;
        line-height: 21px;
    }

    .equipment__list-item__info:before {
        width: 63px;
        height: 63px;
        background-size: 100%;
        left: 8px;
        top: 14px;
    }

    .equipment__list-item__footer {
        padding: 20px 15px;
    }

    .equipment__list-item__characteristics {
        font-size: 12px;
    }

    .characteristic-name {
        font-size: 13px;
        line-height: 21px;
    }

    .characteristic-dots {
        top: -5px;
    }

    .equipment__list-item__link {
        width: 100%;
        text-align: center;
    }

    .pluses__item:after {
        bottom: -6px;
    }

    .calculator__bottom-pages {
        font-size: 14px;
        line-height: normal;
        align-items: baseline;
        align-content: space-between;
    }

    .calculator-pages-result {
        margin-left: auto;
        font-size: 16px;
    }

    .work-include__list-item__wrap {
        width: 100%;
        min-height: 170px;
    }

    .work-include {
        padding-bottom: 30px;
    }

    .online-monitor__text-wrap {
        padding: 0;
    }

    .contacts__info-title {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 18px;
    }

    .contacts__info-email,
    .contacts__info-address {
        margin-bottom: 30px;
    }

    .contacts__info-address__title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .contacts__info-social__title {
        font-size: 18px;
    }

    .contacts__info {
        padding-bottom: 30px;
    }

    .contacts__info-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contacts__info-wrap:after {
        width: calc(100% - 30px);
        left: 15px;
    }

    .audit__small-device-image {
        margin-top: -370px;
    }

    .work-include__before img {
        left: -25%;
    }

    .work-include__after img {
        left: -200px;
        max-height: 100px;
        top: 0;
    }

    .header-cont__desc br {
        display: none;
    }

    .modal-wrap {
        background: #fff;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .modal-wrap .contacts__form {
        position: relative;
        right: 0;
        top: 0;
        margin: -20px 0 95px;
        width: 100%;
        padding: 0 15px;
    }

    .contacts__form-desc {
        margin-bottom: 50px;
    }

    .footer-social {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 675px) {
    .work-include__before img {
        left: -35%;
    }

    .audit__small-device-image {
        margin-top: -280px;
    }
}

@media (max-width: 575px) {
    .header-contact {
        right: 15px;
    }

    .header-image {
        left: 50%;
    }

    .header-bottom {
        padding-bottom: 195px;
    }

    .individual-solutions__item {
        max-width: 90%;
    }

    .work-stages {
        padding-left: 15px;
    }

    .work-stages__items {
        overflow: hidden;
        position: relative;
    }

    .work-stages__wrap {
        flex-wrap: initial;
        position: relative;
    }

    .work-stages__item {
        flex: 0 0 90%;
        max-width: 90%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .equipment {
        padding-left: 15px;
    }

    .equipment__items {
        overflow: hidden;
        position: relative;
    }

    .equipment__list {
        flex-wrap: initial;
        position: relative;
    }

    .equipment__list-item {
        flex: 0 0 90%;
        max-width: 90%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .work-include__list {
        margin-top: 25px;
        overflow: hidden;
        width: 100%;
    }

    .work-include__list-wrap {
        flex-wrap: initial;
        position: relative;
    }

    .work-include__list-item__wrap {
        flex: 0 0 90%;
        max-width: 90%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .individual-solutions__items {
        position: relative;
        overflow: hidden;
    }

    .individual-solutions__item-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: initial;
        position: relative;
    }

    .individual-solutions__item {
        flex: 0 0 90%;
        max-width: 371px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .pluses .row {
        padding: 0 15px;
    }

    .pluses__item {
        padding: 0;
    }

    .calculator__wrapper {
        border: 0;
    }

    .calculator__inner {
        padding: 0 15px 45px;
    }

    .contacts__form-wrap:after {
        width: 100%;
        bottom: -31px;
    }

    .work-include {
        padding: 0 0 30px 15px;
    }

    .online-monitor {
        padding: 0 15px 40px;
    }

    .contacts__form {
        z-index: 4;
        padding: 0 15px;
        background: transparent;
    }

    .contacts__info {
        border: 0;
        position: relative;
        z-index: 3;
        margin-top: -25px;
    }

    .contacts {
        margin-bottom: 0;
    }

    .contacts__info-wrap {
        padding-top: 40px;
    }

    .footer {
        padding: 30px 15px 50px;
    }

    .footer-info {
        width: 100%;
        margin-top: 18px;
    }

    .footer-info__title {
        margin-bottom: 12px;
    }

    .footer-links {
        margin-top: 20px;
    }

    .footer-links span {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }

    .individual-solutions__item-image {
        width: 100%;
        max-width: 370px;
    }

    .individual-solutions__item-info {
        width: 100%;
    }

    .contacts__form-desc {
        margin-bottom: 5px;
    }

    .audit__small-device-image {
        width: 100%;
        overflow: hidden;
    }

    .audit__small-device-image img {
        max-width: none;
    }

    .work-include__before img {
        left: -70%;
    }

    .work-include__after img {
        left: -300px;
    }

    .equipment__list-item__characteristics {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .header-cont__title {
        height: 90px;
    }
}

@media (max-width: 374px) {

    .header-bottom {
        padding-bottom: 155px;
    }

    .header-contact__phone-icon {
        width: 33px;
        height: 33px;
        background-size: 34px;
    }

    .header-contact__menu {
        width: 39px;
        height: 39px;
        background-size: 15px;
    }

    .header-contact__menu-close {
        width: 39px;
        height: 39px;
        background-size: 12px;
    }

    .contacts__info-address__list-item {
        padding-right: 4px;
    }

    .header-cont__title {
        height: 120px;
    }

    .header-image {
        bottom: -40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .audit .contacts__form {
        right: -2%;
        bottom: -10%;
    }

    /*.audit__content-bg {*/
    /*width: 90%;*/
    /*max-width: 90%;*/
    /*}*/
}

@media (max-width:767px) {
    .equipment__list-item {
        padding-bottom: 195px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .equipment__list-item {
        padding-bottom: 195px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .equipment__list-item {
        padding-bottom: 223px;
    }
}

@media (min-width: 1200px) and (max-height: 800px) {
    .equipment__list-item {
        padding-bottom: 223px;
    }
}
/* End */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17440534002729 */
/* /local/templates/inside/template_styles.css?176466230464312 */
