

/* Start:/local/templates/mst/css/service-detail.css?17436782603862*/
.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?17436782607705*/
.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?174367826115379*/
.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/templates/mst/fonts/GrandisExtended/stylesheet.css?17436782605944*/
@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?17436782603862 */
/* /local/templates/mst/css/form.css?17436782607705 */
/* /local/templates/mst/components/bitrix/news/services/bitrix/news.detail/.default/style.css?174367826115379 */
/* /local/templates/mst/fonts/GrandisExtended/stylesheet.css?17436782605944 */
