

/* Start:/local/templates/mst/css/service-detail.css?16638399493862*/
.serviceDetailSection .contentContainer,
.serviceDetailSection .titleContainer {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.serviceDetailSection .titleContainer + .contentContainer {
    margin-top: 40px;
}

.serviceDetailSection .bannerWideSection + .titleContainer {
    margin-top: 60px;
}

@media (max-width: 1199px) {

    .serviceDetailSection .bannerWideSection + .titleContainer {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .serviceDetailSection .titleContainer + .contentContainer {
        margin-top: 14px;
    }

    .serviceDetailSection .bannerWideSection + .titleContainer {
        margin-top: 14px;
    }
}


.bannerWideSection {
    padding-bottom: 40%;
    background-color:  #F9FAFB;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*opacity: 0;*/
    transition: opacity .3s ease;
}

.bannerWideSection.loaded {
    opacity: 1;
}

@media (max-width: 479px) {
    .bannerWideSection {
        padding-bottom: 62%;
    }
}




.moreServiceSection.mainSection {
    overflow: visible;
}

.moreServiceSection .titleContainer + .wrapper {
    margin-top: 40px;
}

.moreServiceList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.moreServiceItem {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;

}

.moreServiceItem .link {
    display: block;
        padding: 36px 20px 110px;
    height: 100%;
    width: 100%;
    background: #F9FAFB;
    position: relative;
}

.moreServiceItem .info {
    position: relative;
    z-index: 1;
}

.moreServiceItem .text {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 24px;
    color: #232323;
}

.moreServiceItem .subtitleCap + .text {
    margin-top: 20px;
}

.moreServiceItem .more {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 24px;
    color: #026EF9;
    text-decoration: underline;
    text-decoration-color: inherit;
    -webkit-transition: text-decoration-color 0.3s;
    -moz-transition: text-decoration-color 0.3s;
    -o-transition: text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s;
}

.moreServiceItem .link:before {
    content: "";
    /* width: 100%; */
    height: 100%;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F9FAFB;
    transition: .1s ease;
}

.moreServiceItem .link:hover:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1023px) {
    .moreServiceSection .titleContainer + .wrapper {
        margin-top: 25px;
    }

    .moreServiceItem {
        width: 50%;
    }

    .moreServiceList {
        margin-left: -16px;
        margin-right: -16px;
    }

    .moreServiceItem {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .moreServiceSection .titleContainer + .wrapper {
        margin-top: 14px;
    }

    .moreServiceList {
    	margin-left: 0;
    	margin-right: 0;
    }

    .moreServiceItem {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .moreServiceItem .link {
        padding: 20px 18px 88px;
    }

    .moreServiceItem .more {
        left: 18px;
        width: calc(100% - 36px);
        font-size: 14px;
    }

    .moreServiceItem .link:before {
        display: none;
    }
}
/* End */


/* Start:/local/templates/mst/css/form.css?17246648787705*/
.contactFormBig {
    margin-top: 40px;
}

.contactFormBig .fieldItem + [class*="btn"] {
    margin-top: 40px;
}

.contactFormBig .fieldItem + .fieldItem {
    margin-top: 12px;
}

.contactFormBig [class*="btn"] + .checkBtn {
    margin-top: 24px;
}

.contactFormBig .formWrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.contactFormBig .contactFormColumn {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1199px) {
    .contactFormBig .fieldItem + [class*="btn"] {
        margin-top: 24px;
    }
}

@media (max-width: 1023px) {
    .contactFormBig {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contactFormBig .formWrap {
        margin-left: 0;
        margin-right: 0;
    }

    .contactFormBig .contactFormColumn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contactFormBig .contactFormColumn + .contactFormColumn {
        margin-top: 12px;
    }
}

[class*="inBlock"][class*="Type3"] .inWrap {
    position: relative;
}

[class*="inBlock"][class*="Type3"] textarea {
    padding: 24px 19px 17px;
    height: 228px;
    font-size: 18px;
    line-height: 26px;
    color: #0C0D3C;
    font-weight: 500;
    background-color: white !important;
    background: white !important;
    border: 1px solid #0079fa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    resize: none;
}

[class*="inBlock"][class*="Type3"] label {
    display: block;
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #9293AA;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

[class*="inBlock"][class*="Type3"] label.active {
    top: 10px;
    font-size: 13px;
    line-height: 20px;
}

@media (min-width: 1681px) {
    [class*="inBlock"][class*="Type3"] textarea {
        padding-top: 29px;
        padding-bottom: 11px;
    }
}


@media (max-width: 1199px) {
    [class*="inBlock"][class*="Type3"] label {
        top: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    [class*="inBlock"][class*="Type3"] label {
        top: 20px;
        font-size: 14px;
        line-height: 22px;
    }
}

[class*="inBlock"][class*="Type3"] label.active {
    top: 10px;
    font-size: 13px;
    line-height: 20px;
}

@media (max-width: 1199px) {
    [class*="inBlock"][class*="Type3"] label.active {
        top: 6px;
    }
}

@media (max-width: 1023px) {
    [class*="inBlock"][class*="Type3"] label.active {
        top: 9px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    [class*="inBlock"][class*="Type3"] textarea {
        height: 148px;
    }
}


[class*="inBlock"][class*="Type2"] input {
    border: 1px solid #ababab;
}

[class*="inBlock"][class*="Type2"] input:focus,
[class*="inBlock"][class*="Type2"] input.active {
    border-color: #0079fa;
}


[class*="inBlock"][class*="Type10"] .inWrap {
    position: relative;
}

[class*="inBlock"][class*="Type10"] textarea {
    padding: 24px 19px 17px;
    height: 228px;
    font-size: 18px;
    line-height: 26px;
    color: #0C0D3C;
    font-weight: 500;
    background-color: white !important;
    background: white !important;
    border: 1px solid #ababab;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    resize: none;
}

[class*="inBlock"][class*="Type10"] textarea.error {
    border-color: #D23838 !important;
}

[class*="inBlock"][class*="Type10"] label {
    display: block;
    width: calc(100% - 40px);
    height: 29px;
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 0 10px 0 0;
    color: #9293AA;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

[class*="inBlock"][class*="Type10"] label.active {
    top: 1px;
    font-size: 13px;
    background: white;
    padding-top: 6px;
}

[class*="inBlock"][class*="Type10"] textarea:focus,
[class*="inBlock"][class*="Type10"] textarea.active {
    border-color: #0079fa;
}

@media (min-width: 1681px) {
    [class*="inBlock"][class*="Type10"] textarea {
        padding-top: 29px;
        padding-bottom: 11px;
    }
}


@media (max-width: 1199px) {
    [class*="inBlock"][class*="Type10"] label {
        top: 18px;
        height: 28px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    [class*="inBlock"][class*="Type10"] label {
        top: 20px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 1199px) {
    [class*="inBlock"][class*="Type10"] label.active {
        top: 1px;
        padding-top: 4px;
    }
}

@media (max-width: 1023px) {
    [class*="inBlock"][class*="Type10"] label.active {
        top: 1px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    [class*="inBlock"][class*="Type10"] textarea {
        height: 148px;
    }
}


.contactsBlockMiddle {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F9FAFB;
    position: relative;
}

.contactsBlockMiddle:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background: #F9FAFB;
}

.contactsBlockMiddle .titleContainer,
.contactsBlockMiddle .contactFormMiddle {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.contactsBlockMiddle .btns {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactsBlockMiddle .btns button,
.contactsBlockMiddle .btns .checkBtn {
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .contactsBlockMiddle {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contactsBlockMiddle {
        padding-top: 28px;
        padding-bottom: 34px;
    }

    .contactsBlockMiddle .btns {
        margin-top: 14px;
    }
}


.contactFormMiddle {
    margin-top: 40px;
}

.contactFormMiddle .fieldItem + [class*="btn"] {
    margin-top: 40px;
}

.contactFormMiddle .fieldItem + .fieldItem {
    margin-top: 12px;
}

.contactFormMiddle [class*="btn"] + .checkBtn {
    margin-top: 24px;
}

.contactFormMiddle .formWrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.contactFormMiddle .contactFormColumn {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
    height: 148px;
}

@media (max-width: 1199px) {
    .contactFormMiddle .fieldItem + [class*="btn"] {
        margin-top: 24px;
    }
}

@media (max-width: 1023px) {
    .contactFormMiddle {
        margin-top: 30px;
    }

    .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 128px;
    }
}

@media (max-width: 767px) {
    .contactFormMiddle .formWrap {
        margin-left: 0;
        margin-right: 0;
    }

    .contactFormMiddle .contactFormColumn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contactFormMiddle .contactFormColumn + .contactFormColumn {
        margin-top: 12px;
    }
}

/* End */


/* Start:/local/templates/mst/components/bitrix/news/services/bitrix/news.detail/.default/style.css?168753293615379*/
.calcSection .titleContainer + .contentContainer {

}

.lizBanner {
    margin-bottom: 50px;
}

.lizBanner__item {
    position: relative;
    height: 440px;
    padding: 20px 77px;
    display: flex;
    align-items: center;
}

.lizBanner .item img {
    object-fit: cover;
    object-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.lizBanner__title {
    font-family: 'Grandis Extended';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 28px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.lizBanner__info {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.lizBanner__title span {
    color: #007BFA;
}

.lizBanner__text {
    font-family: 'Grandis Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.lizBanner .lizBanner__link {
    cursor: pointer;
    background-color: #026EF9;
    position: relative;
    padding: 15px 18px 15px 18px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    transition: background-color .3s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.lizBanner__link:hover {
    background-color: #0B51AA;
}


.lizBanner {
    height: 440px;
}


.lizMain {
    background-color: #026EF9;
    padding: 62px 0;
    position: relative;
}

.lizMain:before,
.lizMain:after {
    position: absolute;
    height: 100%;
    background-color: #026EF9;
    content: '';
    width: 100vw;
    top: 0;
}

.lizMain:before {
    left: 100%;
}

.lizMain:after {
    right: 100%;
}

.lizMain__wrap {
    display: flex;
    flex-wrap: wrap;
}

.lizMain__item {
    width: 25%;
    position: relative;
    padding: 45px 10px 70px 10px;
}

.lizMain-item__wrap {
    position: absolute;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lizMain__item:before {
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 9px;
    top: -1px;
    width: calc(100% - 18px);
}

.lizMain__item:after {
    content: '';
    height: calc(100% - 18px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
    width: 1px
}

.lizMain-item__wrap:before {
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 9px;
    bottom: 0;
    width: calc(100% - 18px);
}

.lizMain-item__wrap:after {
    content: '';
    height: calc(100% - 18px);
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 9px;
    width: 1px
}

.lizMain-item__wrap:before,
.lizMain-item__wrap:after {
    /*display: none;*/
}

.lizMain__item:nth-child(4) .lizMain-item__wrap:before,
.lizMain__item:nth-child(4) .lizMain-item__wrap:after {
    display: block;
}

.lizMain-item__img {
    width: 70px;
    height: 70px;
    margin-bottom: 61px;
    margin-left: auto;
    margin-right: auto;
}

.lizMain-item__img img {
    width: 100%;
}

.lizMain-item__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
}

.lizMain h2,
.lizMain__text {
    color: #fff;
}

.lizMain__text {
    margin-bottom: 48px !important;
    max-width: 780px;
}

.lizMain .secCap {
    color: #fff;
}

.lizMain .titleContainer {
    margin-bottom: 20px;
}


.lizCalc {
    padding-top: 100px;
    padding-bottom: 100px;
}

.calcSection .lizCalc .rightSide {
    margin-right: 320px;
}

.calcSection .lizCalc .leftSide {
    min-width: 729px;
}

.calcSection .lizCalc .secCap {
    margin-bottom: 40px;
}


.lizExamp {
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
    background-color: #F9FAFB;
}

.lizExamp:before,
.lizExamp:after {
    position: absolute;
    height: 100%;
    background-color: #F9FAFB;
    content: '';
    width: 100vw;
    top: 0;
}

.lizExamp:before {
    left: 100%;
}

.lizExamp:after {
    right: 100%;
}

.lizExamp .titleContainer {
    max-width: 677px;
}

.lizExampSlider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
}

.lizExampSlider .splide__slide {
    padding: 15px;
}

.lizExampSlider__slide {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 32px;
}

.lizExampSlider__line {
    height: 1px;
    background-color: #C2C2C2;
    margin-bottom: 7px;
    margin-top: 7px;
}

.lizExampSlider__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 9px;
    color: #232323;
}

.lizExampSlider__img {
    width: 265px;
    height: 268px;
    position: relative;
}

.lizExampSlider__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.lizExampSlider__info {
    padding-left: 41px;
    width: calc(100% - 265px);
}

.lizExampSlider__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.lizExampSlider__btn,
a.lizExampSlider__btn {
    cursor: pointer;
    background-color: #026EF9;
    position: relative;
    padding: 8px 0px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition: background-color .3s;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 19px;
    width: 100%;
    text-align: center;
    max-width: 427px;
    text-decoration: none;
}

.lizExampSlider__btn:hover,
a.lizExampSlider__btn:hover {
    background-color: #0B51AA;
}

.lizExampSlider .splide__arrow {
    background-color: #fff;
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/mst/components/bitrix/news/services/bitrix/news.detail/.default/img/sl.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24%;
    transform-origin: 19px 9px;
    box-shadow: 0px 0px 20px 13px rgb(0 0 0 / 5%);
    border-radius: 50%;
    opacity: 1;
}

.lizExampSlider .splide__arrow--prev {
    left: -2px;
}

.lizExampSlider .splide__arrow--next {
    right: -2px;
    transform: rotate(180deg);
}

.lizExampSlider .splide__arrow:disabled {
    opacity: 0;
}

.lizExampSlider .splide__arrow:hover {
    background-image: url(/local/templates/mst/components/bitrix/news/services/bitrix/news.detail/.default/img/sl-white.svg);
    background-color: #026EF9;

}


.lizVal {
    background-color: #232323;
    position: relative;
    padding: 80px 0px 100px 0;
}

.lizVal--adap {
    display: none;
}

.lizVal:before,
.lizVal:after {
    position: absolute;
    height: 100%;
    background-color: #232323;
    content: '';
    width: 100vw;
    top: 0;
}

.lizVal:before {
    left: 100%;
}

.lizVal:after {
    right: 100%;
}

.lizVal .secCap {
    color: #fff;
}

.lizVal .titleContainer {
    max-width: 528px;
}

.lizVal__item {
    width: 25%;
}

.lizVal__item:nth-child(2) {
    margin-top: -59px;
}

.lizVal__item:nth-child(3) {
    margin-top: -122px;
}

.lizVal__item:nth-child(4) {
    margin-top: -192px;
}

.lizVal__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.lizVal__text span {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding-right: 10px;
}

.lizVal__text--year,
.lizVal__text--year span {
    color: #026EF9;
}

.lizVal__wrap {
    margin-top: 180px;
    position: relative;
}

.lizVal__inner {
    display: flex;
    flex-wrap: wrap;
}

.lizVal .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
}

.lizVal .splide__track {
    overflow: visible;
}

.lizVal__line {
    height: 240px;
    width: calc(100% + 100px);
    position: absolute;
    left: -50px;
    top: -240px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.lizVal__line:before {
    content: '';
    position: absolute;
    right: calc(100% - 54px);
    width: 100vw;
    height: 1px;
    z-index: 1;
    bottom: 36px;
    background-color: rgb(255 255 255 / 30%);
}

.lizVal__line:after {
    content: '';
    position: absolute;
    left: calc(100% - 25% - 10px);
    width: 100vw;
    height: 1px;
    z-index: 1;
    top: 10px;
    background-color: rgb(255 255 255 / 30%);
}


.lizVal ~ .app-im-form .contactsBlockMiddle {
    margin-top: 0;
}


.lizVal--desktop .splide {
    visibility: visible;
}


.app-im-form .subtitleCap {
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    line-height: 45px;
}


.lizCalc .calcResult [class*="btn"] {
    width: 195px;
    min-width: 0;
}


@media (max-width: 1950px) {
    .calcSection .lizCalc .rightSide {
        margin-right: 0px;
    }

    .lizVal__wrap {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    .lizVal__line:before {
        bottom: 88px;
    }

    .lizVal__line:after {
        top: 8px;
    }
}


@media (min-width: 1681px) {
    .lizBanner__item {
        height: 600px
    }

    .lizBanner {
        height: 600px;
    }


}

@media (max-width: 1680px) {
    .lizBanner__title {
        font-size: 36px;
        line-height: 46px;
    }

    .lizBanner {
        margin-bottom: 35px;
    }

    .lizMain-item__img {
        width: 50px;
        height: 50px;
        margin-bottom: 32px;
    }

    .lizMain__item {
        padding: 50px 20px 43px 20px;
    }

    .lizMain-item__title {
        font-size: 20px;
        line-height: 28px;
    }

    .calcSection .lizCalc .leftSide {
        min-width: 0;
    }

    .lizVal__wrap {
        margin-top: 240px;
    }

    .lizVal__item:nth-child(1) {
        margin-top: -50px;
    }

    .lizVal__item:nth-child(2) {
        margin-top: -89px;
    }

    .lizVal__item:nth-child(3) {
        margin-top: -142px;
    }

    .lizVal__item:nth-child(4) {
        margin-top: -182px;
    }

    .lizVal__line {
        top: -226px;
        width: calc(100% + 60px);
        left: -32px;
    }

    .lizCalc {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lizExamp {
        padding-top: 50px;
    }

    .lizVal__line:before {
        bottom: 91px;
    }

}

@media (max-width: 1439px) {
    .lizExampSlider__slide {
        display: block;
    }

    .lizExampSlider__img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        width: 200px;
        height: 200px;
    }

    .lizExampSlider__info {
        padding-left: 0;
        width: 100%;
    }

    .lizMain-item__img {
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
    }

    .lizMain__item {
        padding: 44px 10px 44px 10px;
    }

    .lizMain-item__title {
        font-size: 18px;
        line-height: 26px;
    }

    .lizBanner {
        margin-bottom: 30px;
    }

    .lizMain {
        padding: 52px 0;
    }

    .lizCalc {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lizExamp {
        padding-top: 35px;
        padding-bottom: 80px;
    }

    .lizVal__line:before {
        bottom: 116px;
        right: calc(100% - 39px);
    }

    .lizVal__line:after {
        top: 6px;
    }
}

@media (max-width: 1199px) {
    .lizBanner__title {
        font-size: 26px;
        line-height: 29px;
    }

    .lizBanner__item {
        padding: 42px 35px;
    }

    .lizBanner__info {
        max-width: 380px;
    }

    .lizVal__item:nth-child(1) {
        margin-top: -70px;
    }

    .lizVal__item:nth-child(2) {
        margin-top: -109px;
    }

    .lizVal__item:nth-child(3) {
        margin-top: -150px;
    }

    .lizVal__item:nth-child(4) {
        margin-top: -182px;
    }

    .lizMain-item__title {
        font-size: 16px;
        line-height: 24px;
    }

    .lizBanner {
        margin-bottom: 25px;
    }

    .lizVal {
        padding-top: 60px;
    }

    .lizVal .titleContainer {
        max-width: 460px;
    }

    .app-im-form .subtitleCap {
        font-size: 20px;
        line-height: 24px;
    }

    .lizVal__line:before {
        bottom: 127px;
    }

}

@media (max-width: 1023px) {
    .lizVal__line {
        display: none;
    }

    .lizVal__item:nth-child(1),
    .lizVal__item:nth-child(2),
    .lizVal__item:nth-child(3),
    .lizVal__item:nth-child(4) {
        margin-top: 0px;
    }

    .lizVal__wrap {
        margin-top: 40px;
    }

    .lizVal__inner {
        flex-wrap: nowrap;
    }

    .lizVal__wrap {
        z-index: 1;
    }

    .lizVal__item {
        padding-top: 30px;
        position: relative;
        border-top: 1px solid #8D8D8D;

    }

    .lizVal__item:before {
        content: '';
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        width: 22px;
        height: 22px;
        left: -11px;
        top: -11px;
        position: absolute;

    }

    .lizVal__item:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: -5px;
        left: -5px;
        background-color: #fff;
    }

    .lizVal__text {
        padding-right: 15px;
    }

    .lizVal__text span {
        font-size: 28px;
        line-height: 45px;
        padding-right: 6px;
    }

    .lizMain__item {
        width: 33.33%;
    }

    .lizBanner {
        margin-bottom: 20px;
    }

    .lizVal {
        display: none;
    }

    .lizVal--adap {
        display: block;
    }

    .lizVal .titleContainer {
        max-width: 330px;
    }

    .app-im-form .subtitleCap {
        font-size: 18px;
        line-height: 24px;
    }

    .lizExampSlider__title {
        font-size: 20px;
        line-height: 28px;

    }
}

@media (max-width: 991px) {

    .lizBanner {
        height: auto
    }

    .lizBanner__img {
        position: relative;
        height: 260px;
        overflow: hidden;
    }

    .lizBanner .item img {
        width: auto;
        left: auto;
        right: 0
    }

    .lizBanner__item {
        background-color: #0c0c0c;
        padding: 0;
        display: block;
        height: auto
    }

    .lizBanner__info {
        max-width: 600px;
        padding: 65px 30px;
    }

    .lizBanner__text {
        margin-bottom: 30px;
        line-height: 20px;
    }


}

@media (max-width: 767px) {
    .lizBanner__info {
        padding: 34px 21px 65px 21px;
    }

    .lizBanner__title {
        font-size: 20px;
        line-height: 28px;
    }

    .lizBanner__img {
        height: 200px;
    }

    .lizMain__item {
        width: 50%;
    }

    .lizMain-item__title {
        font-size: 14px;
        line-height: 22px;
    }


}

@media (max-width: 500px) {
    .lizBanner {
        margin-left: -15px;
        margin-right: -15px;
    }
}


@media (max-width: 450px) {
    .lizVal__item {
        width: 200px;
    }

    .lizExampSlider .splide__slide {
        width: 260px;
        padding: 10px;
    }

    .lizExampSlider {
        margin-left: -10px;
        margin-right: -10px;
    }

    .lizExampSlider__slide {
        padding: 19px;
    }

    .lizExampSlider__img {
        height: 140px;
        width: 100%;
    }

    .lizExampSlider__title {
        font-size: 18px;
        line-height: 24px;

    }

}


/* End */


/* Start:/local/js.lib/fancybox/jquery.fancybox.min.css?166383995112887*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;/*left:env(safe-area-inset-left);*/ padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;/*right:env(safe-area-inset-right)*/}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{ /*padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))*/ padding: 75px 44px 25px 44px}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{/*padding-left:max(12px,env(safe-area-inset-left));*/ padding-left: 12px; /*padding-right:max(12px,env(safe-area-inset-right))*/ padding-right: 12px}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/js.lib/ion.rangeSlider/ion.rangeSlider.min.css?166383995111084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/mst/fonts/GrandisExtended/stylesheet.css?17155836835944*/
@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-LightItalic.eot');
    src: local('Grandis Extended Light Italic'), local('GrandisExtended-LightItalic'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-LightItalic.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-LightItalic.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Thin.eot');
    src: local('Grandis Extended Thin'), local('GrandisExtended-Thin'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Thin.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Thin.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Black.eot');
    src: local('Grandis Extended Black'), local('GrandisExtended-Black'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Black.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Black.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Light.eot');
    src: local('Grandis Extended Light'), local('GrandisExtended-Light'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Light.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Light.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Medium.eot');
    src: local('Grandis Extended Medium'), local('GrandisExtended-Medium'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Medium.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Medium.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-MediumItalic.eot');
    src: local('Grandis Extended Medium Italic'), local('GrandisExtended-MediumItalic'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-MediumItalic.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-MediumItalic.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Regular.eot');
    src: local('Grandis Extended Regular'), local('GrandisExtended-Regular'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Regular.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Regular.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BoldItalic.eot');
    src: local('Grandis Extended Bold Italic'), local('GrandisExtended-BoldItalic'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BoldItalic.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BoldItalic.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-RegularItalic.eot');
    src: local('Grandis Extended Regular Italic'), local('GrandisExtended-RegularItalic'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-RegularItalic.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-RegularItalic.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-ThinItalic.eot');
    src: local('Grandis Extended Thin Italic'), local('GrandisExtended-ThinItalic'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-ThinItalic.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-ThinItalic.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Bold.eot');
    src: local('Grandis Extended Bold'), local('GrandisExtended-Bold'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Bold.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Bold.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis Extended';
    src: url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BlackItalic.eot');
    src: local('Grandis Extended Black Italic'), local('GrandisExtended-BlackItalic'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BlackItalic.woff2') format('woff2'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BlackItalic.woff') format('woff'),
        url('/local/templates/mst/fonts/GrandisExtended/GrandisExtended-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


/* End */
/* /local/templates/mst/css/service-detail.css?16638399493862 */
/* /local/templates/mst/css/form.css?17246648787705 */
/* /local/templates/mst/components/bitrix/news/services/bitrix/news.detail/.default/style.css?168753293615379 */
/* /local/js.lib/fancybox/jquery.fancybox.min.css?166383995112887 */
/* /local/js.lib/ion.rangeSlider/ion.rangeSlider.min.css?166383995111084 */
/* /local/templates/mst/fonts/GrandisExtended/stylesheet.css?17155836835944 */
