@charset "UTF-8";
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden, .ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

@font-face {
    font-family: MTSTextBlack;
    src: url(/build/website/fonts/MTSSans-Black__W.13b2ba6c.eot);
    src: url(/build/website/fonts/MTSSans-Black__W.13b2ba6c.eot) format("embedded-opentype"), url(/build/website/fonts/MTSSans-Black__W.ad587fbc.woff2) format("woff2"), url(/build/website/fonts/MTSSans-Black__W.930a5772.woff) format("woff"), url(/build/website/fonts/MTSSans-Black__W.840c7a09.ttf) format("truetype"), url(/build/website/images/MTSSans-Black__W.54fc8aeb.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MTSTextBold;
    src: url(/build/website/fonts/MTSSans-Bold__W.c21b77a2.eot);
    src: url(/build/website/fonts/MTSSans-Bold__W.c21b77a2.eot) format("embedded-opentype"), url(/build/website/fonts/MTSSans-Bold__W.6c58ec0b.woff2) format("woff2"), url(/build/website/fonts/MTSSans-Bold__W.c11706f0.woff) format("woff"), url(/build/website/fonts/MTSSans-Bold__W.f498ed8e.ttf) format("truetype"), url(/build/website/images/MTSSans-Bold__W.22781047.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: MTSTextMedium;
    src: url(/build/website/fonts/MTSSans-Medium__W.3c147ed1.eot);
    src: url(/build/website/fonts/MTSSans-Medium__W.3c147ed1.eot) format("embedded-opentype"), url(/build/website/fonts/MTSSans-Medium__W.17ef9448.woff2) format("woff2"), url(/build/website/fonts/MTSSans-Medium__W.3655c3b5.woff) format("woff"), url(/build/website/fonts/MTSSans-Medium__W.1d18fffa.ttf) format("truetype"), url(/build/website/images/MTSSans-Medium__W.7d7ab248.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: MTSTextRegular;
    src: url(/build/website/fonts/MTSSans-Regular__W.fdcbe064.eot);
    src: url(/build/website/fonts/MTSSans-Regular__W.fdcbe064.eot) format("embedded-opentype"), url(/build/website/fonts/MTSSans-Regular__W.06cc3fdd.woff2) format("woff2"), url(/build/website/fonts/MTSSans-Regular__W.f397a61a.woff) format("woff"), url(/build/website/fonts/MTSSans-Regular__W.98a57214.ttf) format("truetype"), url(/build/website/images/MTSSans-Regular__W.b70e90c2.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: MTSWideBlack;
    src: url(/build/website/fonts/MTSSans-UltraWide__W.54b4fcf6.eot);
    src: url(/build/website/fonts/MTSSans-UltraWide__W.54b4fcf6.eot) format("embedded-opentype"), url(/build/website/fonts/MTSSans-UltraWide__W.2fad6f57.woff2) format("woff2"), url(/build/website/fonts/MTSSans-UltraWide__W.afdb3f18.woff) format("woff"), url(/build/website/fonts/MTSSans-UltraWide__W.3c9514ae.ttf) format("truetype"), url(/build/website/images/MTSSans-UltraWide__W.15a58006.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: MTSTextRegular;
    src: url(/build/website/fonts/MTSText-Regular.eot);
    src: url(/build/website/fonts/MTSText-Regular.eot) format("embedded-opentype"), url(/build/website/fonts/MTSText-Regular.woff2) format("woff2"), url(/build/website/fonts/MTSText-Regular.woff) format("woff"), url(/build/website/fonts/MTSText-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MTSTextMedium;
    src: url(/build/website/fonts/MTSText-Medium.eot);
    src: url(/build/website/fonts/MTSText-Medium.eot) format("embedded-opentype"), url(/build/website/fonts/MTSText-Medium.woff2) format("woff2"), url(/build/website/fonts/MTSText-Medium.woff) format("woff"), url(/build/website/fonts/MTSText-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MTSTextBold;
    src: url(/build/website/fonts/MTSText-Bold.eot);
    src: url(/build/website/fonts/MTSText-Bold.eot) format("embedded-opentype"), url(/build/website/fonts/MTSText-Bold.woff2) format("woff2"), url(/build/website/fonts/MTSText-Bold.woff) format("woff"), url(/build/website/fonts/MTSText-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MTSTextBlack;
    src: url(/build/website/fonts/MTSText-Black.eot);
    src: url(/build/website/fonts/MTSText-Black.eot) format("embedded-opentype"), url(/build/website/fonts/MTSText-Black.woff2) format("woff2"), url(/build/website/fonts/MTSText-Black.woff) format("woff"), url(/build/website/fonts/MTSText-Black.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MTSWideBlack;
    src: url(/build/website/fonts/MTSWide-Bold.eot);
    src: url(/build/website/fonts/MTSWide-Bold.eot) format("embedded-opentype"), url(/build/website/fonts/MTSWide-Bold.woff2) format("woff2"), url(/build/website/fonts/MTSWide-Bold.woff) format("woff"), url(/build/website/fonts/MTSWide-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MTSWideBlack;
    src: url(/build/website/fonts/MTSWide-Black.eot);
    src: url(/build/website/fonts/MTSWide-Black.eot) format("embedded-opentype"), url(/build/website/fonts/MTSWide-Black.woff2) format("woff2"), url(/build/website/fonts/MTSWide-Black.woff) format("woff"), url(/build/website/fonts/MTSWide-Black.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: MTSWideBold;
    src: url(/build/website/fonts/MTSWide-Bold.eot);
    src: url(/build/website/fonts/MTSWide-Bold.eot) format("embedded-opentype"), url(/build/website/fonts/MTSWide-Bold.woff2) format("woff2"), url(/build/website/fonts/MTSWide-Bold.woff) format("woff"), url(/build/website/fonts/MTSWide-Bold.ttf) format("truetype");
    font-display: swap
}

@keyframes blinker {
    to {
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes showRight {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes hideRight {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(100%)
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    line-height: normal;
    font-family: MTSTextRegular, sans-serif;
    color: #001424
}

html.no--scroll {
    overflow: hidden !important;
    overflow-y: scroll !important;
    height: 100% !important;
    position: relative
}

html.no--scroll body {
    overflow: hidden !important;
    height: 100% !important
}

a {
    font-family: inherit
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    width: 100%;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

img, svg {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: attr(width)/attr(height)
}

picture img {
    display: block;
    width: 100%
}

main {
    padding-top: 56px;
    background: #f2f3f7;
    overflow: hidden
}

@media (min-width: 640px) {
    main {
        padding-top: 68px
    }
}

@media (min-width: 767px) {
    main {
        padding-top: 70px
    }
}

@media (min-width: 1120px) {
    main {
        padding-top: 74px
    }
}

main[data-page-type=B], main[data-page-type=C] {
    background: #fff
}

@media (min-width: 1120px) {
    main[data-page-type=B], main[data-page-type=C] {
        background-color: #f2f3f7
    }
}

p {
    font-family: MTSTextRegular, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.2px;
    line-height: 28px
}

h2, p {
    color: #001424
}

h2 {
    font-size: 26px;
    margin-bottom: 26px;
    font-family: MTSTextBlack, sans-serif;
    line-height: 1.25;
    letter-spacing: -.48px
}

@media (min-width: 640px) {
    h2 {
        font-size: 32px
    }
}

h3 {
    font-family: MTSTextMedium, sans-serif;
    font-size: 24px;
    font-weight: 500
}

h3, h4 {
    letter-spacing: -.3px;
    line-height: 1.2;
    color: #001424
}

h4 {
    font-size: 20px;
    font-family: MTSTextBold, sans-serif
}

h4._m {
    font-family: MTSTextMedium, sans-serif
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none
}

.section {
    margin-bottom: 20px;
    padding: 24px 16px;
    border-radius: 8px;
    background: #fff
}

@media (min-width: 640px) {
    .section {
        margin-bottom: 40px;
        padding: 24px 16px
    }
}

@media (min-width: 767px) {
    .section {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .section {
        padding: 50px
    }
}

.container {
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1360px;
    min-width: 320px;
    margin: 0 auto
}

@media (min-width: 640px) {
    .container {
        padding: 0 16px
    }
}

@media (min-width: 767px) {
    .container {
        padding: 0 20px
    }
}

@media (min-width: 1120px) {
    .container {
        padding: 0 40px
    }
}

.h0-title {
    font-size: 26px;
    letter-spacing: -.8px;
    line-height: 1.18;
    color: #001424;
    font-weight: 900;
    font-family: MTSWideBlack, sans-serif
}

@media (min-width: 640px) {
    .h0-title {
        font-size: 34px
    }
}

@media (min-width: 767px) {
    .h0-title {
        font-size: 48px
    }
}

@media (min-width: 1120px) {
    .h0-title {
        font-size: 60px
    }
}

@media (min-width: 640px) {
    .h0-title {
        letter-spacing: -1.62px
    }
}

h1.h0-title {
    font-size: 7vw
}

@media (min-width: 640px) {
    h1.h0-title {
        font-size: 34px
    }
}

@media (min-width: 767px) {
    h1.h0-title {
        font-size: 48px;
        line-height: 1.25
    }
}

@media (min-width: 1120px) {
    h1.h0-title {
        font-size: 60px;
        line-height: 1
    }
}

.bodyM {
    font-family: MTSTextBold, sans-serif
}

.bodyM, .bodyR {
    font-size: 16px;
    line-height: 1.5;
    color: #001424
}

.bodyR, .bodyS {
    font-family: MTSTextRegular, sans-serif
}

.bodyS {
    font-size: 14px;
    color: #001424;
    line-height: 1.29
}

.btn-block {
    text-align: center
}

@media (min-width: 640px) {
    .btn-block {
        text-align: left
    }
}

@media (min-width: 1120px) {
    .btn-block {
        display: inline-block;
        vertical-align: middle;
        margin-right: 27px
    }

    .btn-block .btn-red {
        margin-bottom: 0
    }
}

.align-left {
    text-align: left
}

main[data-page-type=B], main[data-page-type=C] {
    position: relative
}

main[data-page-type=B] h4, main[data-page-type=C] h4 {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    margin-bottom: 12px
}

main[data-page-type=B] h3, main[data-page-type=C] h3 {
    margin-bottom: 20px;
    font-family: MTSTextBold, sans-serif;
    font-weight: 700
}

main[data-page-type=B] blockquote, main[data-page-type=B] p, main[data-page-type=C] blockquote, main[data-page-type=C] p {
    font-size: 16px;
    line-height: 1.31;
    font-weight: 400;
    font-family: MTSTextRegular, sans-serif;
    margin-bottom: 20px;
    max-width: 600px
}

main[data-page-type=B] blockquote, main[data-page-type=C] blockquote {
    padding-left: 18px;
    position: relative
}

main[data-page-type=B] blockquote:before, main[data-page-type=C] blockquote:before {
    content: "";
    width: 2px;
    border-radius: 2px;
    background: #ff0032;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

main[data-page-type=B] ol, main[data-page-type=C] ol {
    counter-reset: content-list
}

main[data-page-type=B] ol li, main[data-page-type=C] ol li {
    counter-increment: content-list
}

main[data-page-type=B] ol li:before, main[data-page-type=C] ol li:before {
    content: counter(content-list) ". ";
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 20px;
    float: left;
    margin-right: 10px
}

main[data-page-type=B] ol li:last-of-type > :last-child, main[data-page-type=C] ol li:last-of-type > :last-child {
    margin-bottom: 0
}

main[data-page-type=B] picture, main[data-page-type=C] picture {
    display: flex;
    justify-content: center;
    border-radius: 12px;
    background-color: #f2f3f7;
    overflow: hidden;
    margin-bottom: 40px;
    line-height: 0
}

main[data-page-type=B] picture img, main[data-page-type=C] picture img {
    width: auto
}

@media (min-width: 1120px) {
    main[data-page-type=B] .page-content, main[data-page-type=C] .page-content {
        padding-bottom: 40px;
        overflow: hidden
    }

    main[data-page-type=B] .page-content .white-bg, main[data-page-type=C] .page-content .white-bg {
        padding: 50px;
        background-color: #fff;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px
    }

    main[data-page-type=B] .page-content .white-bg.with-footer, main[data-page-type=C] .page-content .white-bg.with-footer {
        padding-bottom: 19.59459%;
        position: relative
    }

    main[data-page-type=B] .page-content .breadcrumbs, main[data-page-type=C] .page-content .breadcrumbs {
        padding-top: 0
    }
}

main[data-page-type=B] .page-content .head-content > *, main[data-page-type=C] .page-content .head-content > * {
    max-width: none
}

.sitemap {
    padding: 50px 0
}

.sitemap li {
    margin-bottom: 20px
}

.sitemap li a {
    text-decoration: none
}

@media (min-width: 1120px) {
    .sitemap li a {
        transition: all .25s;
        cursor: pointer
    }

    .sitemap li a * {
        color: inherit
    }

    .sitemap li a:hover {
        color: #c90000
    }
}

table:not(.tariff) {
    border: 1px solid #dbdce0;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden
}

table:not(.tariff) tr {
    display: table-row;
    padding: 0;
    gap: 0
}

table:not(.tariff) tr td, table:not(.tariff) tr th {
    text-align: left;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    vertical-align: top;
    padding: 24px 16px
}

table:not(.tariff) tr:nth-child(odd) {
    background-color: #f2f3f7
}

table:not(.tariff) tr:nth-child(2n) {
    background-color: #fff
}

@media (min-width: 767px) {
    table:not(.tariff) tr td, table:not(.tariff) tr th {
        padding: 24px 40px
    }
}

.terms table:not(.tariff) {
    border: 1px solid #dbdce0;
    border-radius: 8px;
    margin-bottom: 40px
}

.terms table:not(.tariff) tr {
    display: flex;
    flex-direction: column;
    padding: 20px 16px
}

.terms table:not(.tariff) tr td, .terms table:not(.tariff) tr th {
    text-align: left;
    font-family: MTSTextRegular, sans-serif;
    vertical-align: top;
    padding: 0
}

.terms table:not(.tariff) tr td + td, .terms table:not(.tariff) tr th + th {
    margin-top: 16px
}

.terms table:not(.tariff) tr td:first-child, .terms table:not(.tariff) tr th {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500
}

.terms table:not(.tariff) tr:nth-child(odd) {
    background-color: #fff
}

.terms table:not(.tariff) tr:nth-child(2n) {
    background-color: #f2f3f7
}

.terms table:not(.tariff) tr:first-child {
    display: none
}

@media (min-width: 767px) {
    .terms table:not(.tariff) tr {
        display: table-row;
        padding: 0;
        gap: 0
    }

    .terms table:not(.tariff) tr td, .terms table:not(.tariff) tr th {
        padding: 16px 24px
    }

    .terms table:not(.tariff) tr td + td, .terms table:not(.tariff) tr th + th {
        margin-top: 0
    }

    .terms table:not(.tariff) tr:nth-child(odd) {
        background-color: #f2f3f7
    }

    .terms table:not(.tariff) tr:nth-child(2n) {
        background-color: #fff
    }

    .terms table:not(.tariff) tr:first-child {
        display: table-row
    }
}

.section-hero {
    position: relative;
    padding: 42px 16px 0
}

@media (min-width: 640px) {
    .section-hero {
        padding: 0
    }
}

.section-hero.hidden-top {
    padding: 0 16px
}

.section-hero .main {
    position: relative;
    background-color: transparent;
    z-index: 2;
    margin-bottom: 12px
}

.section-hero .main p.description {
    width: auto
}

.section-hero .main.align-right {
    left: auto;
    margin-left: auto
}

.section-hero-image {
    position: relative;
    height: 350px
}

.section-hero-image img {
    position: absolute;
    top: 0;
    right: -264px;
    max-width: none;
    width: auto;
    height: 100%;
    aspect-ratio: attr(width)/attr(height)
}

.align-right + .section-hero-image img {
    right: auto;
    left: 0
}

@media (min-width: 640px) {
    .section-hero .main {
        width: 39%;
        padding-top: 70px;
        margin-left: 40px;
        margin-bottom: 24px
    }

    .section-hero .main.align-right {
        margin-right: 50px
    }

    .section-hero-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 460px
    }

    .section-hero-image img {
        position: absolute;
        top: 0;
        height: 100%
    }

    .align-right + .section-hero-image img {
        left: -200px
    }
}

@media (min-width: 767px) {
    .section-hero .main {
        width: 50%;
        padding-top: 82px;
        padding-bottom: 102px;
        margin-bottom: 0
    }
}

@media (min-width: 1120px) {
    .section-hero .main {
        width: 40%;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-left: 76px
    }

    .section-hero-image img {
        right: 0;
        min-width: 100%;
        min-height: 100%
    }

    .align-right + .section-hero-image img {
        right: auto;
        left: 0
    }
}

.section-title.align-center {
    text-align: center
}

.section-interfaces {
    padding: 32px 16px 40px;
    text-align: center
}

@media (min-width: 640px) {
    .section-interfaces {
        padding: 40px
    }
}

@media (min-width: 767px) {
    .section-interfaces {
        padding: 40px 36px
    }
}

.section-interfaces .title {
    margin-bottom: 40px;
    text-align: left
}

.section-interfaces .interface {
    margin-bottom: 61px
}

@media (min-width: 640px) {
    .section-interfaces .interface {
        margin-bottom: 60px
    }
}

@media (min-width: 767px) {
    .section-interfaces .interface {
        margin-bottom: 60px
    }
}

@media (min-width: 1120px) {
    .section-interfaces .interface {
        margin-bottom: 0
    }
}

.section-interfaces .interface img {
    width: 40px;
    height: auto;
    margin-bottom: 10px
}

@media (min-width: 640px) {
    .section-interfaces .interface img {
        margin-bottom: 11px
    }
}

.section-interfaces .interface p, .section-interfaces .interface span {
    font-size: 18px;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.44;
    letter-spacing: -.27px;
    padding: 0 2%
}

.section-interfaces .interface span {
    color: #bbc1c7
}

.section-interfaces .interface:last-of-type {
    margin: 0
}

@media (min-width: 640px) {
    .section-interfaces .interface {
        width: 42%
    }

    .section-interfaces .interface:nth-child(3n), .section-interfaces .interface:nth-child(4n) {
        margin-bottom: 0
    }

    .section-interfaces .interfaces-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media (min-width: 1120px) {
    .section-interfaces .interface {
        width: 25%
    }

    .section-interfaces .interfaces-main {
        flex-wrap: nowrap
    }

    .section-interfaces .interfaces-main p {
        padding: 0 5%
    }
}

.lent h2 {
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .lent h2 {
        margin-bottom: 20px
    }
}

.lent .section-lent {
    padding: 24px 0 33px;
    position: relative
}

@media (min-width: 640px) {
    .lent .section-lent {
        padding: 0 0 30px
    }
}

@media (min-width: 767px) {
    .lent .section-lent {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .lent .section-lent {
        padding: 40px 36px
    }
}

@media (min-width: 640px) {
    .lent .slick-slide {
        padding: 40px
    }
}

@media (min-width: 767px) {
    .lent .section-lent {
        position: static
    }

    .lent .section-lent .slick-slide {
        padding: 0
    }

    .lent .btn-block {
        text-align: left
    }

    .lent .lent-group {
        position: relative
    }

    .lent .lent-group:first-of-type {
        margin-bottom: 60px
    }
}

@media (min-width: 1120px) {
    .lent {
        display: flex;
        margin: 0 -16px
    }

    .lent h2 {
        padding-left: 36px
    }

    .lent .section-lent {
        display: flex;
        flex-direction: column
    }

    .lent .section-lent .slick-slide {
        padding-right: 40px
    }

    .lent .lent-group {
        width: 50%;
        padding: 0 16px;
        display: flex;
        flex-direction: column
    }

    .lent .lent-group:first-of-type {
        margin: 0
    }

    .lent .lent-group .section-lent {
        flex: 1
    }
}

.index-logo-slider {
    position: relative;
    padding: 20px 0 40px
}

@media (min-width: 767px) {
    .index-logo-slider {
        padding: 30px 0
    }
}

@media (min-width: 1120px) {
    .index-logo-slider {
        padding: 55px 0
    }
}

@media (min-width: 767px) {
    .index-logo-slider .logo-slider {
        padding: 0 80px
    }
}

@media (min-width: 1120px) {
    .index-logo-slider .logo-slider {
        padding: 0 30px
    }
}

@media (min-width: 767px) {
    .index-logo-slider {
        margin-bottom: 45px
    }
}

.screenshots {
    padding-top: 40px
}

.screenshots h2 {
    text-align: center
}

.screenshots .section-screenshots {
    position: relative;
    padding: 0;
    z-index: 1
}

@media (min-width: 767px) {
    .screenshots h2 {
        width: 70%;
        margin: auto
    }
}

@media (min-width: 767px) and (min-width: 640px) {
    .screenshots h2 {
        margin-bottom: 24px
    }
}

.employees-hero {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden
}

@media (min-width: 640px) {
    .employees-hero {
        margin-bottom: 40px
    }
}

.employees-hero .h0-title {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .employees-hero .h0-title {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .employees-hero .h0-title {
        margin-bottom: 24px
    }
}

@media (min-width: 1120px) {
    .employees-hero .h0-title {
        margin-bottom: 36px
    }
}

.employees-hero .info-block {
    padding: 40px 0 0;
    position: relative;
    z-index: 1
}

@media (min-width: 640px) {
    .employees-hero .info-block {
        padding: 27px 0 86px
    }
}

@media (min-width: 767px) {
    .employees-hero .info-block {
        padding: 27px 0 115px
    }
}

@media (min-width: 1120px) {
    .employees-hero .info-block {
        padding: 80px 0
    }
}

.employees-hero .btn-download {
    vertical-align: middle
}

.employees-hero .btn-light-gray {
    display: inline-block;
}

.employees-hero p {
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.4;
    letter-spacing: -.2px;
    max-width: 528px;
    font-size: 20px;
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .employees-hero p {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .employees-hero p {
        margin-bottom: 24px
    }
}

@media (min-width: 1120px) {
    .employees-hero p {
        margin-bottom: 35px
    }
}

.employees-hero .btn-red {
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .employees-hero .btn-red {
        margin-bottom: 16px
    }
}

@media (min-width: 767px) {
    .employees-hero .btn-red {
        margin-bottom: 16px
    }
}

@media (min-width: 1120px) {
    .employees-hero .btn-red {
        margin-bottom: 0
    }
}

.employees-hero picture {
    display: block;
    position: relative;
    height: 330px;
    margin: 32px -16px 0
}

.employees-hero picture img {
    position: absolute;
    top: 0;
    right: -218px;
    height: 100%;
    width: auto;
    max-width: none
}

.employees-hero.smaller-img picture {
    height: auto
}

.employees-hero.smaller-img picture img {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    height: auto;
    margin: 0 auto
}

@media (max-width: 1119px) {
    .employees-hero .btn-download, .employees-hero .btn-light  {
        padding: 12px 24px;
        border: 1px solid #bbc1c7;
        border-radius: 4px
    }
}

@media (min-width: 640px) {
    .employees-hero picture {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%
    }

    .employees-hero picture img {
        height: auto;
        right: -430px
    }

    .employees-hero.smaller-img picture {
        width: 50%;
        height: 100%
    }

    .employees-hero.smaller-img picture img {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%)
    }

    .employees-hero .info-block {
        max-width: 70%
    }
}

@media (min-width: 767px) {
    .employees-hero picture {
        margin: 0
    }

    .links-section {
        flex-direction: row;
        margin: 0 -10px 60px
    }

    .links-section .transparent-link {
        padding: 0 10px;
        width: 33.3%
    }
}

@media (min-width: 1120px) {
    .employees-hero .info-block {
        max-width: 55%
    }

    .employees-hero .container {
        position: relative;
        padding: 0 50px
    }

    .employees-hero picture img {
        right: 0
    }

    .employees-lent .section-lent .author {
        width: 60%
    }
}

@media (min-width: 1320px) {
    .employees-hero picture {
        width: 100%
    }

    .employees-hero picture img {
        left: 50%;
        transform: translateX(-50%)
    }

    .employees-hero .container {
        max-width: 1280px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        overflow: hidden
    }

    .employees-hero.smaller-img .container {
        max-width: 1360px;
        border-radius: 0
    }

    .employees-hero.smaller-img picture img {
        left: auto
    }
}

.employees-lent {
    margin-bottom: 20px;
    position: relative
}

@media (min-width: 640px) {
    .employees-lent {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .employees-lent {
        margin-bottom: 30px
    }
}

@media (min-width: 1120px) {
    .employees-lent {
        margin-bottom: 40px
    }
}

.employees-lent h2 {
    margin-bottom: 16px
}

.employees-lent .section-lent, .employees-lent .section-lent h4 {
    display: flex;
    flex-direction: column
}

.employees-lent .section-lent h4 {
    align-items: flex-start
}

.employees-lent .section-lent h4 img {
    margin: 20px 0
}

.employees-lent .section-lent .text-container {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: max-height .2s linear
}

.employees-lent .section-lent .text-container.truncated {
    max-height: 152px
}

.employees-lent .section-lent .text-container.truncated.show-more {
    max-height: 1000px
}

.employees-lent .section-lent .text-container.truncated:after, .employees-lent .section-lent .text-container.truncated:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity .2s linear
}

.employees-lent .section-lent .text-container.truncated:before {
    height: 24px;
    bottom: 32px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .001), #fff 80%)
}

.employees-lent .section-lent .text-container.truncated:after {
    height: 32px;
    bottom: 0;
    background-color: #fff
}

.employees-lent .section-lent .text-container.truncated:after, .employees-lent .section-lent .text-container.truncated:before {
    opacity: 1
}

.employees-lent .section-lent .text-container.truncated.show-more:after, .employees-lent .section-lent .text-container.truncated.show-more:before {
    opacity: 0
}

.employees-lent .section-lent .text-container a {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    z-index: 1;
    border-bottom: 1px dotted #9198a0;
    transition: border-color .1s linear
}

.employees-lent .section-lent .text-container.truncated .btn-read-more, .employees-lent .section-lent .text-container.truncated.show-more .btn-read-less {
    display: inline-block
}

.employees-lent .section-lent .text-container.truncated.show-more .btn-read-more {
    display: none
}

.employees-lent .section-lent p {
    line-height: 24px
}

.employees-lent .section-lent a {
    color: #9198a0;
    text-decoration: none
}

.employees-lent .section-lent a:hover {
    border-color: hsla(0, 0%, 100%, .001)
}

.employees-lent .section-lent .author {
    display: flex;
    margin: auto 0 0
}

.employees-lent .section-lent .author .author-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.employees-lent .section-lent .author .author-info {
    color: #9198a0;
    font-size: 14px;
    line-height: 1.43;
    font-family: MTSTextRegular, sans-serif;
    margin: 0;
    max-width: 75%
}

@media (min-width: 767px) {
    .employees-lent h2 {
        margin-bottom: 32px
    }

    .employees-lent .section-lent {
        margin: 0
    }

    .employees-lent .section-lent h4 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 36px
    }

    .employees-lent .section-lent h4 img {
        height: 35px;
        margin: 0
    }

    .employees-lent .section-lent .author {
        width: 50%;
        margin-bottom: 0
    }

    .employees-lent .section-lent .btn-block {
        display: none
    }
}

@media (min-width: 1120px) {
    .employees-lent .section-lent {
        min-height: 392px
    }

    .employees-lent .section-lent .author {
        width: 75%
    }

    .employees-lent .section-lent .author .author-info {
        max-width: none
    }
}

.section-devices {
    margin-bottom: 40px
}

.section-devices .device-item, .section-devices .devices-main {
    display: flex;
    flex-direction: column
}

.section-devices .device-item {
    margin-bottom: 25px
}

.section-devices .device-item:first-of-type .ico {
    height: 96px
}

.section-devices .device-item:last-of-type {
    margin-bottom: 0
}

.section-devices .device-item:last-of-type .ico {
    height: 86px
}

.section-devices .device-item .ico {
    margin-bottom: 8px
}

.section-devices .device-item .ico img {
    width: auto;
    height: 100%
}

.section-devices .device-item p {
    line-height: 1.375;
    letter-spacing: -.3px
}

.section-devices .device-item p a {
    text-decoration: underline;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500
}

@media (min-width: 1120px) {
    .section-devices .device-item p a {
        transition: all .25s;
        cursor: pointer
    }

    .section-devices .device-item p a * {
        color: inherit
    }

    .section-devices .device-item p a:hover {
        text-decoration: none
    }
}

@media (min-width: 767px) {
    .section-devices .devices-main {
        flex-direction: row;
        justify-content: space-between
    }

    .section-devices .device-item {
        padding-right: 40px;
        flex-direction: row;
        align-items: flex-end;
        margin: 0
    }

    .section-devices .device-item .ico {
        padding-right: 16px;
        line-height: 0;
        margin: 0
    }
}

@media (min-width: 1120px) {
    .section-devices {
        display: flex;
        align-items: center;
        padding: 32px 50px;
        margin-bottom: 60px
    }

    .section-devices h2 {
        width: 45%;
        padding-right: 15%;
        margin: 0
    }

    .section-devices a {
        transition: all .25s
    }

    .section-devices a:hover {
        color: #c90000
    }

    .section-devices .devices-main {
        width: 55%
    }

    .section-devices .device-item {
        padding: 0
    }
}

.section-app-area {
    margin-bottom: 40px
}

.section-app-area h2 {
    margin-bottom: 10px
}

@media (min-width: 640px) {
    .section-app-area h2 {
        margin-bottom: 10px
    }
}

@media (min-width: 767px) {
    .section-app-area h2 {
        margin-bottom: 20px
    }
}

.section-app-area .scroll-box {
    overflow-x: auto;
    max-width: calc(100vw + 32px);
    margin: 0 -16px;
    display: flex;
    justify-content: space-between;
    transition: height .25s;
    user-select: none
}

.section-app-area .scroll-box::-webkit-scrollbar {
    height: 3px
}

.section-app-area .scroll-box::-webkit-scrollbar-track {
    background-color: rgba(0, 20, 36, .1);
    border-radius: 3px;
    margin: 2px 16px
}

.section-app-area .scroll-box::-webkit-scrollbar-thumb {
    background-color: #001424;
    border-radius: 3px;
    cursor: pointer
}

.section-app-area .scroll-box .scroll-main {
    display: flex;
    padding: 0 16px 16px
}

.section-app-area .scroll-item {
    width: 270px;
    padding: 10px 16px 16px;
    margin: 0 8px;
    background: #fff;
    border-radius: 12px;
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    user-select: none
}

@media (min-width: 640px) {
    .section-app-area .scroll-item {
        width: 270px
    }
}

@media (min-width: 767px) {
    .section-app-area .scroll-item {
        width: 310px
    }
}

@media (min-width: 1120px) {
    .section-app-area .scroll-item {
        width: 350px
    }
}

@media (min-width: 640px) {
    .section-app-area .scroll-item {
        padding: 10px 16px 16px
    }
}

@media (min-width: 767px) {
    .section-app-area .scroll-item {
        padding: 23px 16px 36px
    }
}

@media (min-width: 1120px) {
    .section-app-area .scroll-item {
        padding: 25px 16px 36px
    }
}

@media (min-width: 640px) {
    .section-app-area .scroll-item {
        margin: 0 10px
    }
}

@media (min-width: 767px) {
    .section-app-area .scroll-item {
        margin: 0 10px
    }
}

@media (min-width: 1120px) {
    .section-app-area .scroll-item {
        margin: 0 15px
    }
}

.section-app-area .scroll-item.centered {
    align-items: center;
    text-align: center
}

.section-app-area .scroll-item:first-of-type {
    margin-left: 0
}

.section-app-area .scroll-item:last-of-type {
    margin-right: 0
}

.section-app-area .scroll-item img {
    max-width: 70%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    margin-bottom: 10px
}

@media (min-width: 640px) {
    .section-app-area .scroll-item img {
        margin-bottom: 10px
    }
}

@media (min-width: 767px) {
    .section-app-area .scroll-item img {
        margin-bottom: 3px
    }
}

@media (min-width: 1120px) {
    .section-app-area .scroll-item img {
        margin-bottom: 10px
    }
}

.section-app-area .scroll-item img.icon {
    width: auto;
    height: 40px
}

.section-app-area .scroll-item h4 {
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .section-app-area .scroll-item h4 {
        margin-bottom: 16px
    }
}

@media (min-width: 767px) {
    .section-app-area .scroll-item h4 {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .section-app-area .scroll-item img {
        width: 60%
    }

    .section-app-area .scroll-box .scroll-main {
        padding-bottom: 24px
    }
}

@media (min-width: 1120px) {
    .section-app-area {
        margin: 0 0 80px
    }

    .section-app-area h2 {
        margin: 0 auto 20px
    }

    .section-app-area .scroll-item {
        width: 33.3%
    }

    .section-app-area .scroll-item img {
        width: 50%
    }

    .section-app-area .scroll-box {
        margin: 0
    }

    .section-app-area .scroll-box::-webkit-scrollbar-track {
        margin: 0
    }

    .section-app-area .scroll-box .scroll-main {
        padding: 0 0 16px
    }
}

.section-other .other-main {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.section-other .other-main.centered {
    align-items: center;
    text-align: center
}

.section-other .other-main .icon {
    width: auto;
    height: 40px;
    aspect-ratio: attr(width)/attr(height)
}

.section-other .other-main img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

@media (min-width: 767px) {
    .section-other .other-main {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row
    }
}

@media (min-width: 1120px) {
    .section-other .other-main {
        margin-bottom: 40px
    }
}

.section-pluses {
    position: relative;
    padding: 0 16px
}

@media (min-width: 640px) {
    .section-pluses {
        padding: 0 16px
    }
}

@media (min-width: 767px) {
    .section-pluses {
        padding: 0 40px
    }
}

@media (min-width: 1120px) {
    .section-pluses {
        padding: 0 50px
    }
}

.section-pluses .slick-slide {
    padding: 24px 0;
    position: relative
}

@media (min-width: 640px) {
    .section-pluses .slick-slide {
        padding: 24px 0
    }
}

@media (min-width: 767px) {
    .section-pluses .slick-slide {
        padding: 40px 0
    }
}

@media (min-width: 1120px) {
    .section-pluses .slick-slide {
        padding: 50px 0
    }
}

.section-pluses .slick-slide .single-slider-item {
    position: static
}

.terms h2 {
    margin-bottom: 26px
}

.terms .term-dates {
    margin-top: -14px;
    margin-bottom: 42px
}

.terms .term-dates p {
    color: #959595;
    margin: 0
}

.terms .term-desc, .terms .terms-block {
    margin-bottom: 40px
}

.terms .terms-block h3 {
    margin: 30px 0 15px
}

.terms .terms-block img {
    display: block;
    max-width: 100%;
    height: auto
}

.terms .terms-block img.full-width {
    width: 100%
}

.terms .terms-block ol, .terms .terms-block ul {
    max-width: 600px
}

.terms .terms-block ol {
    counter-reset: point-two
}

.terms .terms-block ol li {
    counter-increment: point-two;
    margin-bottom: 21px;
    position: relative;
    padding-left: 50px
}

.terms .terms-block ol li:before {
    content: counter(point-two);
    position: absolute;
    left: 0;
    top: 0;
    font-size: medium;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500
}

.terms .terms-block ol li ol {
    counter-reset: point-three;
    padding-top: 21px
}

.terms .terms-block ol li ol li {
    padding: 0;
    counter-increment: point-three
}

.terms .terms-block ol li ol li:before {
    font-size: medium;
    left: -50px;
    content: counter(point-two) "." counter(point-three)
}

.terms .terms-block ol li b {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500
}

.terms .terms-list {
    counter-reset: point-one
}

.terms .terms-list h3 {
    counter-increment: point-one
}

.terms .terms-list h3:before {
    content: counter(point-one) ". "
}

.terms .terms-list ol li:before {
    content: counter(point-one) "." counter(point-two)
}

.terms .terms-list ol li ol li:before {
    content: counter(point-one) "." counter(point-two) "." counter(point-three);
    left: -50px
}

.terms .pluses {
    display: flex;
    flex-wrap: wrap;
    gap: 19px
}

.terms .pluses article {
    display: flex;
    flex-direction: column
}

.terms .pluses .title {
    font-family: MTSTextBlack, sans-serif;
    font-weight: 900;
    font-size: 28px;
    min-height: 44px;
    margin-bottom: 8px;
    color: #ff0032
}

.terms .pluses .title img {
    height: 36px
}

.terms .pluses p:last-of-type {
    margin: 0
}

@supports (-webkit-appearance:caret) {
    .terms .pluses article:not(:last-of-type) {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .terms .pluses {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 60px
    }

    .terms .pluses article {
        width: 33.3%
    }

    @supports (-webkit-appearance:caret) {
        .terms .pluses {
            justify-content: space-between
        }

        .terms .pluses article {
            margin-bottom: 0;
            width: calc(33.3% - 10px)
        }
    }
}

.terms .solutions {
    display: flex;
    gap: 19px;
    flex-direction: column;
    margin-bottom: 40px
}

.terms .solutions .solutions-item {
    padding-bottom: 55.6%;
    border-radius: 8px;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.terms .solutions .solutions-item.employees {
    background-image: url(/build/website/images/solutions-employees.1ea075b6.png)
}

.terms .solutions .solutions-item.control {
    background-image: url(/build/website/images/solutions-control.433892cf.png)
}

.terms .solutions .solutions-item.services {
    background-image: url(/build/website/images/solutions-services.f5f2e4d1.png)
}

@supports (-webkit-appearance:caret) {
    .terms .solutions .solutions-item {
        margin-bottom: 20px
    }
}

.terms .solutions .solutions-item span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 140px;
    transition: all .25s
}

@media (min-width: 767px) {
    .terms .solutions {
        flex-direction: row
    }

    .terms .solutions .solutions-item {
        width: 33.3%;
        padding-bottom: 18.5148%
    }

    @supports (-webkit-appearance:caret) {
        .terms .solutions {
            justify-content: space-between
        }

        .terms .solutions .solutions-item {
            margin-bottom: 0;
            width: calc(33.3% - 10px)
        }
    }
}

@media (min-width: 1120px) {
    .terms .solutions .solutions-item:hover span {
        color: #c90000
    }
}

@media (min-width: 767px) {
    .terms .container {
        display: flex;
        align-items: flex-start
    }
}

.map-regions {
    width: 100%;
    max-height: none;
    margin-bottom: 50px
}

.about {
    padding-bottom: 42px
}

@media (min-width: 1120px) {
    main.price .container {
        background: #fff;
        padding: 50px 50px 24px;
        margin: 20px auto 80px;
        border-radius: 12px
    }

    main.price .sidebar {
        display: none
    }
}

.page-main.test-drive h2 {
    text-align: center
}

.page-main.test-drive .container {
    padding-top: 40px
}

.page-main.test-drive .numbers {
    text-align: center;
    font-size: 0;
    margin-bottom: 24px
}

.page-main.test-drive .numbers li {
    display: inline-block
}

.page-main.test-drive .numbers li span {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-family: MTSTextBold, sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    color: #bcc1c6;
    text-align: center;
    border-radius: 50%;
    background: #fff
}

.page-main.test-drive .numbers li:first-of-type:before {
    display: none
}

.page-main.test-drive .numbers li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 1px;
    background: #bcc1c6;
    margin: 0 2px
}

.page-main.test-drive .description {
    margin: 0 auto 90px;
    max-width: 600px
}

.page-main.test-drive .description a {
    color: #0097fd;
    text-decoration: none;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 16px
}

@media (min-width: 1120px) {
    .page-main.test-drive .description a {
        transition: all .25s;
        cursor: pointer
    }

    .page-main.test-drive .description a * {
        color: inherit
    }

    .page-main.test-drive .description a:hover {
        color: #007cff
    }
}

.test-drive-wrapper {
    max-width: 600px;
    background: #fff;
    border-radius: 12px;
    padding: 24px 16px;
    margin: auto auto 24px
}

@media (min-width: 640px) {
    .test-drive-wrapper {
        padding: 24px 16px
    }
}

@media (min-width: 767px) {
    .test-drive-wrapper {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .test-drive-wrapper {
        padding: 50px
    }
}

@media (min-width: 640px) {
    .test-drive-wrapper {
        margin-bottom: 40px
    }
}

.test-drive-wrapper h4 {
    margin-bottom: 29px
}

@media (min-width: 640px) {
    .test-drive-wrapper h4 {
        margin-bottom: 29px
    }
}

@media (min-width: 767px) {
    .test-drive-wrapper h4 {
        margin-bottom: 29px
    }
}

@media (min-width: 1120px) {
    .test-drive-wrapper h4 {
        margin-bottom: 40px
    }
}

.test-drive-wrapper .checkbox-label, .test-drive-wrapper .checkbox-label:last-of-type {
    margin-bottom: 24px
}

@media (min-width: 640px) {
    .test-drive-wrapper .checkbox-label, .test-drive-wrapper .checkbox-label:last-of-type {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .test-drive-wrapper .checkbox-label, .test-drive-wrapper .checkbox-label:last-of-type {
        margin-bottom: 44px
    }
}

.test-drive-wrapper .form-label.select {
    max-width: 100%
}

.test-drive-wrapper .next-section {
    display: flex;
    flex-direction: column
}

.test-drive-wrapper .next-section p {
    color: #9198a0;
    font-family: MTSTextRegular, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 14px;
    margin-right: 0
}

@media (min-width: 640px) {
    .test-drive-wrapper .next-section p {
        margin-right: 0
    }
}

@media (min-width: 767px) {
    .test-drive-wrapper .next-section p {
        margin-right: 39px
    }
}

@media (min-width: 1120px) {
    .test-drive-wrapper .next-section p {
        margin-right: 48px
    }
}

@media (min-width: 767px) {
    .test-drive-wrapper .next-section {
        flex-direction: row;
        justify-content: space-between
    }
}

.news .sidebar .form-label {
    margin-bottom: 40px
}

.news-title {
    position: relative
}

.news-title .form-label.select.year {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    margin-bottom: 0
}

.news-title .form-label.select.year:before {
    bottom: 16px;
    border-color: #9fa8b0;
    z-index: 1
}

.news-title .form-label.select.year .ui-selectmenu-button {
    min-width: 102px;
    padding: 9px 16px;
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    margin-bottom: 0;
    transition: background-color .1s linear
}

.news-title .form-label.select.year .ui-selectmenu-button.ui-selectmenu-button-open {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(110, 119, 130, .25)
}

@media (min-width: 767px) {
    .news .container {
        display: flex;
        align-items: flex-start
    }

    .news-title .form-label.select.year .ui-selectmenu-button {
        min-width: 140px
    }
}

.error-page {
    background-color: #f2f3f7
}

.error-page__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 52px 20px 40px
}

.error-page__img {
    width: 258px;
    height: 166px
}

.error-page__description, .error-page__subtitle, .error-page__title {
    text-align: center;
    margin-top: 16px
}

.error-page__title {
    font-family: MTSWideBlack;
    font-size: 60px;
    line-height: 60px
}

.error-page__subtitle {
    font-family: MTSTextMedium;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -.3px
}

.error-page__description {
    font-size: 16px;
    line-height: 24px;
    max-width: 532px
}

.error-page__btn-container {
    margin-top: 16px
}

.error-page__btn-container .btn-red {
    padding: 12px 16px
}

@media (min-width: 767px) {
    .error-page__inner {
        padding: 80px 0
    }
}

.equipment-item__heading h2 {
    margin-bottom: 16px
}

.equipment-item__section {
    position: relative
}

.equipment-item__img-container {
    width: 100%;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center
}

.equipment-item__img {
    width: auto;
    height: auto
}

.equipment-item__description {
    font-size: 16px;
    line-height: 19px;
    margin-top: 16px
}

.equipment-item__table-container {
    margin-top: 32px
}

.equipment-item.terms .equipment-item__table-container table {
    margin-bottom: 0
}

.equipment-item__includes-container {
    margin-top: 32px
}

.equipment-item__includes-heading {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.equipment-item__includes-list {
    margin-top: 12px
}

.equipment-item__includes-list-item {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px
}

.equipment-item__includes-list-item + .equipment-item__includes-list-item {
    margin-top: 8px
}

.equipment-item__includes-list-icon-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.equipment-item__includes-list-icon {
    width: 16px;
    height: 12px
}

.equipment-item__files {
    width: 100%;
    margin-top: 32px
}

.equipment-item__file + .equipment-item__file {
    margin-top: 12px
}

.equipment-item__file-link {
    display: flex;
    align-items: center;
    border: 1px solid #e2e5eb;
    border-radius: 4px;
    padding: 12px 24px;
    text-decoration: none
}

.equipment-item__file-icon {
    width: 17px;
    height: 16px
}

.equipment-item__file-name-format {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px
}

.equipment-item__file-name-format strong {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500
}

.equipment-item__footer {
    padding-bottom: 40px;
    margin-top: 24px
}

.equipment-item__footer-description {
    font-size: 14px;
    line-height: 18px;
    color: #9198a0
}

.equipment-item__footer-separator {
    width: 100%;
    height: 1px;
    background-color: #f2f3f7;
    margin-top: 24px
}

.equipment-item__footer-additional {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.3px;
    margin-top: 24px
}

.equipment-item__footer-additional a {
    color: #ff0032;
    text-decoration: none;
    transition: color .1s linear
}

.equipment-item__footer-additional a:hover {
    color: #c90000
}

@media (min-width: 767px) {
    .equipment-item__description, .equipment-item__footer-additional, .equipment-item__footer-description, .equipment-item__heading, .equipment-item__table-container {
        width: 65%;
        padding-right: 24px
    }

    .equipment-item__files {
        width: calc(65% + 12px);
        padding-right: 24px
    }

    .equipment-item__heading h2 {
        margin-bottom: 20px
    }

    .equipment-item__img-container, .equipment-item__includes-container {
        position: absolute;
        right: 0;
        width: 35%
    }

    .equipment-item__img-container {
        top: 0;
        height: 260px
    }

    .equipment-item__includes-container {
        top: 300px;
        margin-top: 0
    }

    .equipment-item__files {
        display: flex;
        flex-wrap: wrap;
        margin: 26px -6px 0
    }

    .equipment-item__file {
        padding: 6px
    }

    .equipment-item__file + .equipment-item__file {
        margin-top: 0
    }

    .equipment-item__footer, .equipment-item__footer-additional, .equipment-item__footer-separator {
        margin-top: 30px
    }
}

@media (min-width: 1120px) {
    .equipment-item__description, .equipment-item__footer-additional, .equipment-item__footer-description, .equipment-item__heading, .equipment-item__table-container {
        width: 72%;
        padding-right: 34px
    }

    .equipment-item__files {
        width: calc(72% + 12px);
        padding-right: 34px
    }

    .equipment-item__img-container, .equipment-item__includes-container {
        width: 28%
    }

    .equipment-item__footer {
        padding-bottom: 0
    }
}

.equipment__header {
    position: relative
}

.equipment__header h2 {
    margin-bottom: 20px
}

.equipment__header-description {
    font-size: 16px;
    line-height: 19px
}

.equipment__header-description a {
    color: #ff0032;
    text-decoration: none;
    transition: color .2s linear
}

.equipment__header-description a:hover {
    color: #c90000
}

.equipment__list {
    display: flex;
    flex-direction: column;
    margin: 0 -16px 20px
}

.equipment__list-item {
    width: 100%
}

.equipment__list-item-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 36px 40px;
    text-decoration: none
}

.equipment__list-item-link:hover .equipment__list-item-heading {
    color: #c90000
}

.equipment__list-item:nth-of-type(n+2) {
    border-top: 1px solid #f2f3f7
}

.equipment__list-item-img {
    display: block;
    width: auto;
    max-width: 210px;
    height: auto
}

.equipment__list-item-heading {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.3px;
    margin-top: 18px;
    transition: color .2s linear
}

.equipment__list-item-description {
    margin-top: 10px
}

.equipment[data-page-type=B] .equipment__list-item-description p, .equipment__list-item-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0
}

@media (min-width: 767px) {
    .equipment__header h2 {
        margin-bottom: 30px
    }

    .equipment__header-description {
        position: absolute;
        top: 0;
        right: 0;
        width: 244px
    }

    .equipment__list {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        border-top: 1px solid #f2f3f7;
        margin: 0 -20px 40px
    }

    .equipment__list:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #f2f3f7
    }

    .equipment__list-item {
        width: 33.3333%;
        border-right: 1px solid #f2f3f7;
        border-bottom: 1px solid #f2f3f7
    }

    .equipment__list-item:nth-of-type(n+2) {
        border-top: none
    }

    .equipment__list-item:nth-of-type(3n) {
        border-right: none
    }

    .equipment__list-item-link {
        padding: 12px 16px 24px
    }

    .equipment__list-item-img {
        display: block;
        max-width: none;
        max-height: 210px
    }
}

@media (min-width: 1120px) {
    .equipment[data-page-type=B] .page-content .white-bg {
        padding-bottom: 0
    }

    .equipment__header-description {
        font-size: 14px;
        line-height: 18px
    }

    .equipment__list {
        margin: 0 -50px -1px
    }

    .equipment__list:after {
        display: none
    }

    .equipment__list-item-link {
        padding: 6px 20px 32px
    }
}

.products-menu {
    order: 3;
    margin-right: 16px;
    cursor: pointer;
    display: none;
    transition: all .25s
}

@media (min-width: 1120px) {
    .products-menu {
        display: block
    }

    .products-menu:hover svg path {
        fill: #c90000
    }
}

input[type=email], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn-red {
    padding: 13px 34px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    line-height: 1.43;
    background: #ff0032;
    color: #fafafa;
    font-family: MTSTextMedium, sans-serif;
    transition: all .25s;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media (min-width: 640px) {
    .btn-red {
        padding: 9px 15px 11px
    }
}

@media (min-width: 767px) {
    .btn-red {
        padding: 11px 35px
    }
}

@media (min-width: 1120px) {
    .btn-red {
        padding: 12px 35px
    }
}

@media (min-width: 640px) {
    .btn-red {
        font-size: 14px
    }
}

.btn-red:disabled {
    background: #e2e5eb;
    color: #9198a0
}

.btn-red svg {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s linear;
    animation: rotating 2s linear infinite
}

@media (min-width: 1120px) {
    .btn-red:hover:not(:disabled) {
        background: #c90000
    }
}

.btn-gray {
    padding: 6px 25px;
    font-size: 16px;
    border-radius: 18px;
    opacity: .7;
    background: #f2f3f7;
    color: #9198a0;
    line-height: 1.5;
    text-decoration: none;
    transition: all .25s
}

@media (min-width: 1120px) {
    .btn-gray {
        padding: 11px 26px
    }
}

@media (min-width: 1120px) {
    .btn-gray:hover {
        opacity: 1
    }
}

.btn-white {
    padding: 12px 23px;
    font-size: 14px;
    font-family: MTSTextMedium, sans-serif;
    border-radius: 4px;
    border: 2px solid #e2e5eb;
    background-color: #fff;
    color: #001424;
    display: inline-block;
    text-decoration: none
}

@media (min-width: 1120px) {
    .btn-white {
        padding: 11px 26px;
        transition: all .25s;
        cursor: pointer
    }
}

@media (min-width: 1120px) {
    .btn-white * {
        color: inherit
    }

    .btn-white:hover {
        background-color: rgba(226, 229, 235, .3)
    }
}

.btn-download {
    color: #001424;
    display: inline-block;
    text-decoration: none;
    font-size: 0;
    line-height: 1.43
}

.btn-download p, .btn-download span {
    display: inline;
    color: initial;
    font-size: 14px;
    font-family: MTSTextRegular, sans-serif
}

.btn-download b {
    color: initial;
    font-weight: 400;
    font-family: MTSTextMedium, sans-serif
}

.btn-download[data-type=download] svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    fill: #ff0032
}

@media (min-width: 1120px) {
    .btn-download[data-type=download] {
        transition: all .25s;
        cursor: pointer
    }

    .btn-download[data-type=download] * {
        color: inherit
    }

    .btn-download[data-type=download]:hover {
        fill: #c90000
    }
}

.btn-light {
    cursor: pointer;
    font-size: 14px;
    font-family: MTSTextMedium, sans-serif;
    color: #fff;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.btn-light p, .btn-light span, .btn-light h2, .btn-light h3, .btn-light h4, .btn-light h5 .btn-light h6{
    display: inline;
    color: currentColor;
    font-size: 14px;
    line-height: 1.43;
    margin: 0;
    padding: 0;
}

.btn-light-gray{
    color: #001424;
}

.form {
    transition: opacity .2s linear
}

.form.processing {
    opacity: .4
}

.form-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    padding: 46px 24px;
    z-index: -10;
    opacity: 0;
    transition: z-index 0s linear .3s, opacity .3s linear
}

.success .form-modal {
    opacity: 1;
    z-index: 20;
    transition: z-index 0s linear, opacity .3s linear
}

.form-modal__inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    padding: 50px 32px;
    background-color: #fff
}

.form-modal__icon-container, .form-modal__inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.form-modal__icon-container {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    background-color: #26cd58;
    border-radius: 50%
}

.form-modal__icon {
    width: 34px;
    height: 24px;
    fill: #fff
}

.form-modal__heading {
    color: #001424 !important;
    margin: 30px 0 16px
}

.form-modal__message {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.form-modal__message a {
    transition: color .1s linear
}

.form-modal__message a:hover {
    color: #ff0032
}

.form-modal__heading, .form-modal__message {
    text-align: center
}

.form-modal .modal-close-btn {
    position: absolute;
    top: 28px;
    right: 18px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 36px;
    transform: rotate(45deg);
    color: #9198a0;
    cursor: pointer;
    transition: color .1s linear
}

.form-modal .modal-close-btn:hover {
    color: #ff0032
}

.form-modal .success ~ .modal-close-btn {
    display: none
}

@media screen and (min-width: 500px) {
    .form-modal__inner {
        position: relative;
        max-width: 440px;
        border-radius: 12px
    }
}

@media (min-width: 640px) {
    .form-modal .modal-close-btn {
        top: 0;
        right: -24px;
        width: 16px;
        height: 16px;
        color: #fff;
        font-size: 24px;
        line-height: 24px
    }
}

.form-label {
    display: block;
    width: 100%;
    margin-bottom: 21px
}

.form-label span {
    width: auto;
    display: block;
    font-size: 16px;
    color: #001424;
    font-family: MTSTextMedium, sans-serif;
    line-height: 1.13;
    margin-bottom: 5px
}

.form-label__tooltip-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px
}

.form-label__tooltip-icon {
    width: inherit;
    height: inherit
}

.form-label__tooltip-hover {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    padding-top: 20px;
    z-index: 1;
    transition: opacity .2s ease
}

.form-label__tooltip {
    width: 250px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 20, 36, .16);
    transition: opacity .2s ease
}

.form-label__tooltip p {
    font-size: 16px;
    line-height: 1.375;
    color: #6e7782;
    padding: 20px 20px 22px
}

.section-emp-request .emp-request-main .emp-request-col .form-label__tooltip p {
    margin: 0
}

.form-label__tooltip p a {
    color: #ff0032;
    transition: color .2s ease
}

.form-label__tooltip p a:hover {
    color: #c90000
}

.form-label__tooltip-hover:hover, .form-label__tooltip-icon:hover + .form-label__tooltip-hover {
    opacity: 1;
    pointer-events: auto
}

.form-label input {
    font-family: MTSTextRegular, sans-serif;
    border: 2px solid rgba(145, 152, 160, .5);
    background: #fff;
    padding: 11px 32px 11px 14px;
    width: 100%;
    font-size: 16px;
    transition: border-color .1s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px
}

.error .form-label {
    margin-bottom: 32px
}

.error .form-label input {
    border-color: #f95721
}

.form-label textarea {
    font-family: MTSTextRegular, sans-serif;
    border: 2px solid rgba(145, 152, 160, .5);
    padding: 11px 14px;
    font-size: 16px;
    resize: none;
    width: 100%;
    height: 118px;
    transition: border-color .1s linear;
    border-radius: 6px
}

.error .form-label textarea {
    border-color: #f95721
}

.form-label.select {
    position: relative
}

.form-label.select:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #9198a0;
    border-right: 2px solid #9198a0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 20px;
    right: 15px;
    transition: transform .2s linear
}

.form-label.select.open:before {
    transform: rotate(-45deg) translate(-2px, 4px)
}

.form-label.select .ui-selectmenu-button {
    width: auto;
    border: 2px solid rgba(145, 152, 160, .5);
    padding: 13px 14px;
    transition: border-color .1s linear;
    border-radius: 6px
}

.form-label.select .ui-selectmenu-button .ui-selectmenu-text {
    font-family: MTSTextRegular, sans-serif;
    font-size: 16px;
    margin-bottom: 0
}

.form-label.select.service .ui-menu-item:first-of-type .ui-menu-item-wrapper {
    color: #9198a0
}

.error .form-label.select .ui-selectmenu-button {
    border-color: #f95721
}

@media (min-width: 767px) {
    .modal .form-label.select {
        max-width: none
    }
}

.request-error {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #f95721
}

.form-col {
    position: relative
}

.form-col .error-msg {
    display: inline-block;
    color: #f95721;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    font-size: 14px;
    line-height: 16px;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s linear
}

.form-col .error-msg--CompanyNameWrong, .form-col .error-msg--EmailWrong, .form-col .error-msg--PhoneWrong, .form-col .error-msg--UserNameWrong {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin: -17px 0 21px;
    display: none;
    height: auto;
    opacity: 1
}

.emp-form .form-col.checkbox-label .error-msg {
    left: 15px
}

.section-emp-request .form-col .form-label ~ .error-msg {
    top: 70px;
    left: 15px
}

.form-col.error-empty .error-msg--empty, .form-col.error-filled .error-msg--filled {
    height: auto;
    opacity: 1;
    pointer-events: all
}

.form-columns {
    display: flex
}

.form-columns .select {
    position: relative
}

.form-columns .select.company-select {
    margin-right: 12px
}

.form-columns .select .ui-selectmenu-button {
    border: 2px solid rgba(145, 152, 160, .5);
    background: #fff;
    padding: 11px 16px;
    width: 100%;
    font-size: 16px;
    border-radius: 6px
}

.form-columns .select .ui-selectmenu-button .ui-selectmenu-text {
    color: #9198a0;
    font-family: MTSTextRegular, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 25px
}

.form-columns .select:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #9198a0;
    border-right: 2px solid #9198a0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 24px;
    right: 15px;
    z-index: 1;
    pointer-events: none
}

.form-columns .company-input {
    flex: 1
}

.big-select {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px
}

.big-select label {
    height: 92px;
    display: flex;
    align-items: center;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding: 0 25px;
    overflow: hidden;
    cursor: pointer
}

.big-select label input {
    display: none
}

.big-select label input:checked + .custom-checkbox:before {
    display: block
}

.big-select label .custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #001424;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    border-radius: 50%
}

.big-select label .custom-checkbox:before {
    content: "";
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background-color: #001424;
    border-radius: 50%;
    position: absolute;
    display: none
}

.big-select label .value {
    max-width: 50%;
    line-height: 1.25
}

@supports (-webkit-appearance:caret) {
    .big-select label {
        margin-bottom: 10px
    }
}

@media (min-width: 640px) {
    .big-select {
        flex-direction: row;
        justify-content: space-between
    }

    .big-select label {
        width: 50%
    }

    @supports (-webkit-appearance:caret) {
        .big-select label {
            width: calc(50% - 10px)
        }
    }
}

.range-label {
    position: relative;
    display: block;
    margin-bottom: 24px
}

.range-label:last-of-type {
    margin-bottom: 0
}

.range-label:first-of-type {
    margin-bottom: 24px
}

.range-label span {
    display: block;
    font-weight: 500
}

.range-label .range-box {
    margin-bottom: 4px;
    display: block;
    margin-top: 55px
}

.range-label.range-label--input .range-box {
    width: calc(100% - 84px);
    cursor: pointer
}

.range-label .ui-slider {
    position: relative;
    background: #f2f3f7;
    border-radius: 2px
}

.range-label .ui-slider .discount, .range-label .ui-slider .ticket {
    position: absolute;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.25;
    transform: translateX(-50%);
    white-space: nowrap
}

.range-label .ui-slider .ticket {
    top: -50px;
    background: #ff0032;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px
}

@media (max-width: 640px) {
    .range-label .ui-slider .ticket[data-pos=left] {
        transform: translateX(0)
    }

    .range-label .ui-slider .ticket[data-pos=right] {
        transform: translateX(calc(-100% + 16px))
    }
}

.range-label .ui-slider .discount {
    color: #ff0032;
    top: calc(100% + 14px)
}

@media (max-width: 640px) {
    .range-label .ui-slider .discount[data-pos=right] {
        transform: translateX(calc(-100% + 10px))
    }
}

.range-label .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px
}

.range-label .ui-slider .ui-slider-handle:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 24px;
    height: 24px;
    background-color: #ff0032;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC/SURBVHgBzZPREYIwDIZ/XcBVGMUNqBswgXYCZAPdwI1kA9nASM4gMXcFIn3wu+tLm79fIS3wDxDRhd6cnbkNZyRbLw2daKSFAxF2Kl97ZEyAT8jjoPLPfhyXyiJ+QKRxUtpPlDlkM9JyWCyMrEEGpJ+N2vfBLl5o1eQNGRHpVe1/3/K8LUJedvYUhXzuAL8jrIW+3+T4S2UxSGM/l2aNNHFp9raoyiFNyKpUcTTSAAciC0YW50L6dB0cSN8mZS+LC9AZY4i5JQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 14px 7px;
    border-radius: 50%;
    margin: 0
}

.range-label .ui-slider .ui-slider-handle:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ff0032;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%)
}

.range-label .ui-slider.ui-slider-horizontal {
    height: 32px;
    border-color: #fff;
    border-style: solid;
    border-width: 14px 0;
    box-sizing: border-box
}

.range-label .ui-slider.ui-slider-horizontal .ui-slider-range {
    background: #ff0032;
    border-radius: 0 2px
}

.range-label .ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    left: 0;
    margin-left: -8px;
    transform: translateY(-50%)
}

@media (min-width: 640px) {
    .range-label.range-label--input .range-box {
        width: calc(100% - 100px)
    }
}

.checkbox-label {
    display: block;
    margin-bottom: 17px
}

@media (min-width: 640px) {
    .checkbox-label {
        margin-bottom: 17px
    }
}

@media (min-width: 767px) {
    .checkbox-label {
        margin-bottom: 25px
    }
}

.checkbox-label:last-of-type {
    margin-bottom: 0
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}
.checkbox-label input:disabled ~ .label:before{
    background-color: #bbc1c7;
}
.checkbox-label input:disabled ~ .label:after{
    border-color: transparent;
}

.checkbox-label input:checked + span:before {
    border-color: #ff0032;
    background: #ff0032
}

.checkbox-label .label {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    position: relative;
    cursor: pointer
}

.checkbox-label .label:before {
    content: "";
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin: 0 12px 0 0;
    border-radius: 4px;
    border: 2px solid #bbc1c7;
    background-color: #fff;
    display: inline-block
}

.checkbox-label .label:after {
    content: "";
    left: 9px;
    top: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 2px
}

.checkbox-label .label p {
    font-size: 16px;
    line-height: 16px;
    font-family: MTSTextRegular, sans-serif;
    margin-bottom: 0 !important
}

.checkbox-label .label p a {
    color: #0097fd;
    text-decoration: none;
    transition: color .1s linear
}

.checkbox-label .label p a:hover {
    color: #007cff
}

.checkbox-label .label.rules-label a {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    color: #ff0032;
    text-decoration: none
}

@media (min-width: 1120px) {
    .checkbox-label .label.rules-label a {
        transition: all .25s;
        cursor: pointer
    }

    .checkbox-label .label.rules-label a * {
        color: inherit
    }

    .checkbox-label .label.rules-label a:hover {
        color: #c90000
    }
}

.checkbox-label .label.rules-label a:before {
    content: " "
}

.checkbox-label .label .help {
    margin: 0 7px
}

.checkbox-label.error .label:before {
    border-color: #f95721
}

.checkbox-label.has-tooltip {
    position: relative
}

.checkbox-label.has-tooltip .label {
    display: inline-flex
}

.checkbox-label.has-tooltip .checkbox-tooltip {
    position: absolute;
    top: 100%;
    left: 28px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #6e7782;
    z-index: -10;
    opacity: 0;
    transition: z-index 0s linear .2s, opacity .2s linear, transform .2s ease-in-out
}

.checkbox-label.has-tooltip .label:hover + .checkbox-tooltip {
    z-index: 2;
    opacity: 1;
    transform: translateY(-4px);
    transition: z-index 0s linear, opacity .2s linear, transform .2s ease-in-out
}

.ui-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #c5c9db;
    border-radius: 5px;
    max-height: 200px;
    overflow: auto
}

.ui-menu .ui-menu-item {
    margin: 0
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 10px 14px
}

.ui-menu .ui-menu-item .ui-state-active, .ui-menu .ui-menu-item .ui-state-focus {
    margin: 0;
    background: #f4f5f8
}

.services-list {
    display: flex;
    padding: 8px 0 0
}

.services-list li {
    display: inline-flex
}

.services-list li:first-of-type label {
    border-radius: 8px 0 0 8px
}

.services-list li:last-of-type label {
    border-radius: 0 8px 8px 0
}

.services-list input {
    display: none
}

.services-list input:checked + label {
    background: #ff0032
}

.services-list input:checked + label span {
    color: #fff !important
}

.services-list input:checked + label span sup {
    color: #fff
}

.services-list label {
    padding: 10px 12px;
    background-color: #f2f3f7;
    margin: 0 1px
}

.services-list label span {
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7782;
    display: inline-block;
    margin: 0;
    white-space: nowrap
}

.services-list label span sup {
    color: #ff0032;
    font-size: 12px;
    font-family: MTSTextBold, sans-serif;
    font-weight: 500
}

@media (min-width: 1320px) {
    .services-list label {
        padding-left: 20px;
        padding-right: 20px
    }

}

.form-label.select.red-border-select:before {
    width: 5px;
    height: 5px;
    border-color: #ff0032;
    z-index: 1
}

.form-label.select.red-border-select sup {
    font-size: 12px;
    font-weight: 500;
    font-family: MTSTextMedium, sans-serif;
    display: inline-block;
    margin-top: -2px
}

.form-label.select.red-border-select .ui-selectmenu-text {
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    color: #ff0032;
    margin: 0
}

.form-label.select.red-border-select .ui-selectmenu-text sup {
    color: #ff0032
}

.form-label.select.red-border-select .ui-selectmenu-button {
    width: 100%;
    border-radius: 6px;
    border: 2px solid rgba(188, 195, 208, .5);
    background-color: #fff;
    padding: 10px 14px
}

@media (min-width: 767px) {
    .form-label.select.red-border-select {
        display: none
    }
}

.input-tel {
    position: relative
}

.input-tel input:focus + .input-tel__country-code, .input-tel input:hover + .input-tel__country-code {
    display: none
}

.input-tel__country-code {
    position: absolute;
    top: 13px;
    left: 16px
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.slider {
    width: 100%
}

.slider.slider-nav .slick-slide {
    cursor: pointer
}

.slider h4 a {
    font-family: MTSTextMedium, sans-serif;
    text-decoration: none;
    transition: all .25s
}

.slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: #f4f5f8;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    transition: all .25s
}

.slider .slick-arrow:before {
    content: "";
    position: absolute;
    background: url(/build/website/images/sprite.f2875883.svg) 79.012345679% 74.3243243243% no-repeat;
    width: 11px;
    height: 9px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.slider .slick-arrow.slick-disabled {
    opacity: 0;
    display: none;
    pointer-events: none
}

.slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateX(-50%)
}

.slider .slick-arrow.slick-prev:before {
    transform: rotate(90deg) scale(1.3)
}

.slider .slick-arrow.slick-next {
    right: 0;
    transform: translateX(50%)
}

@media (min-width: 640px) {
    .slider .slick-arrow.slick-next {
        right: 0
    }
}

.slider .slick-arrow.slick-next:before {
    transform: rotate(-90deg) scale(1.3)
}

@media (min-width: 1120px) {
    .slider .slick-arrow:hover {
        background-color: #e2e5eb
    }

    .slider h4 a:hover {
        color: #c90000
    }
}

.lent-big-slider {
    position: static;
    background: #fff;
    border-radius: 10px
}

.lent-big-slider .slick-arrow {
    top: -4px;
    background: #e2e5eb
}

.lent-big-slider .slick-arrow.slick-next {
    right: 20px
}

.lent-big-slider .slick-arrow.slick-prev {
    left: calc(100% - 70px)
}

@media (min-width: 767px) {
    .lent-big-slider .slick-arrow {
        top: 0
    }
}

@media (min-width: 1120px) {
    .lent-big-slider {
        background: transparent;
        margin: 0 -18px;
        width: calc(100% + 36px)
    }

    .lent-big-slider .slick-track {
        display: flex
    }

    .lent-big-slider .slick-slide {
        padding: 0 18px;
        display: inline-flex;
        height: auto
    }

    .lent-big-slider .slick-slide .slide {
        height: 100%
    }
}

.lent-slider {
    margin-bottom: 32px
}

@media (min-width: 1120px) {
    .lent-slider {
        margin-bottom: 58px
    }
}

.lent-slider .lent-slider-item {
    padding: 0 16px;
    position: relative
}

@media (min-width: 767px) {
    .lent-slider .lent-slider-item {
        padding: 0
    }
}

.lent-slider .lent-slider-item h4 {
    font-family: MTSTextMedium, sans-serif;
    margin-bottom: 16px
}

.lent-slider .slick-arrow {
    bottom: -63px
}

@media (min-width: 640px) {
    .lent-slider .slick-arrow {
        bottom: -63px
    }
}

@media (min-width: 767px) {
    .lent-slider .slick-arrow {
        bottom: 0
    }
}

@media (min-width: 1120px) {
    .lent-slider .slick-arrow {
        bottom: 30px
    }
}

.lent-slider-blog p {
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    color: #001424;
    line-height: 1.5
}

.lent-slider-blog p a {
    display: none
}

@media (min-width: 767px) {
    .lent-slider {
        position: static
    }

    .lent-slider .slick-arrow {
        background: #e2e5eb;
        top: 0;
        bottom: calc(100% - 20px)
    }

    .lent-slider .slick-arrow.slick-next {
        right: 0
    }
}

@media (min-width: 767px) and (min-width: 640px) {
    .lent-slider .slick-arrow.slick-next {
        right: 0
    }
}

@media (min-width: 767px) and (min-width: 767px) {
    .lent-slider .slick-arrow.slick-next {
        right: 20px
    }
}

@media (min-width: 767px) and (min-width: 1120px) {
    .lent-slider .slick-arrow.slick-next {
        right: 50px
    }
}

@media (min-width: 767px) {
    .lent-slider .slick-arrow.slick-prev {
        left: calc(100% - 70px)
    }
}

@media (min-width: 1120px) {
    .lent-slider {
        flex: 1
    }

    .lent-slider .slick-arrow {
        top: auto;
        bottom: 72px;
        background: #f4f5f8
    }

    .lent-slider .slick-arrow.slick-next {
        right: 73px
    }

    .lent-slider .slick-arrow.slick-prev {
        left: calc(100% - 120px)
    }
}

.logo-slider .slick-track {
    display: flex
}

.logo-slider .slick-slide {
    margin: auto;
    width: auto !important
}

.logo-slider .slick-slide > div:nth-child(2n) {
    margin-top: 28px
}

@media (min-width: 640px) {
    .logo-slider .slick-slide > div:nth-child(2n) {
        margin-top: 0
    }
}

.logo-slider .logo-slider-item {
    width: 100%;
    text-align: center
}

.logo-slider .logo-slider-item img {
    width: 140px;
    height: auto;
    margin: auto;
    opacity: .6
}

.logo-slider .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto
}

@media (min-width: 767px) {
    .logo-slider .slick-arrow {
        background: #e2e5eb
    }
}

@media (min-width: 767px) and (min-width: 640px) {
    .logo-slider .slick-arrow.slick-next {
        right: 20px
    }
}

@media (min-width: 767px) and (min-width: 640px) {
    .logo-slider .slick-arrow.slick-prev {
        left: 20px
    }
}

@media (min-width: 1120px) {
    .logo-slider .slick-arrow {
        background: #f4f5f8
    }
}

.cards-slider{
    display: flex;
    align-items: center;
}

.cards-slider .slick-slide{
    padding: 20px;
}

.cards-slider .cards-slider-item{
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
    min-height: 224px;
}

.cards-slider .cards-slider-item.bgHide{
    background-color: transparent;
    min-height: auto;
}

.cards-slider .cards-slider-item img{
    margin: 0 auto 24px auto;
    height: 52px;
    width: auto;
    max-width: 100%;
}

.cards-slider .cards-slider-item.bgHide img{
    margin-bottom: 0;
}

.cards-slider .cards-slider-item h4{
    margin-bottom: 8px;
}

.link-small-slider {
    margin-top: -30px;
    position: relative
}

@media (min-width: 640px) {
    .link-small-slider {
        padding: 0 24px
    }
}

@media (min-width: 767px) {
    .link-small-slider {
        padding: 0 24px
    }
}

@media (min-width: 1120px) {
    .link-small-slider {
        padding: 0 75px
    }
}

@media (min-width: 640px) {
    .link-small-slider {
        margin-top: -30px
    }
}

@media (min-width: 767px) {
    .link-small-slider {
        margin-top: -75px
    }
}

@media (min-width: 1120px) {
    .link-small-slider {
        margin-top: -100px
    }
}

.link-small-slider .link-small-slider-item {
    padding: 25px 20px 20px 76px;
    position: relative
}

@media (min-width: 640px) {
    .link-small-slider .link-small-slider-item {
        padding: 40px 0 40px 60px
    }
}

@media (min-width: 767px) {
    .link-small-slider .link-small-slider-item {
        padding: 48px 30px 23px 60px
    }
}

@media (min-width: 1120px) {
    .link-small-slider .link-small-slider-item {
        padding: 45px 60px
    }
}

.link-small-slider .link-small-slider-item img {
    top: 25px;
    left: 16px;
    position: absolute;
    width: 40px;
    max-height: 40px
}

@media (min-width: 640px) {
    .link-small-slider .link-small-slider-item img {
        top: 40px
    }
}

@media (min-width: 767px) {
    .link-small-slider .link-small-slider-item img {
        top: 45px
    }
}

@media (min-width: 640px) {
    .link-small-slider .link-small-slider-item img {
        left: 5px
    }
}

@media (min-width: 767px) {
    .link-small-slider .link-small-slider-item img {
        left: 5px
    }
}

.link-small-slider .link-small-slider-item h4 {
    margin-bottom: 10px
}

.link-small-slider .link-small-slider-item p {
    line-height: 1.31
}

.link-small-slider .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto
}

.link-small-slider .slick-slide {
    position: relative
}

.link-small-slider .slick-slide:not(.slick-current) {
    cursor: pointer
}

.link-small-slider .slick-slide:not(.slick-current) .slide > * {
    color: #6e7782
}

@media (min-width: 767px) {
    .link-small-slider .slick-slide:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px
    }

    .link-small-slider .slick-current:after {
        background-color: #ff0032
    }
}

@media (min-width: 1120px) {
    .link-small-slider .slick-arrow {
        bottom: auto;
        width: 64px;
        height: 64px;
        background-color: #fff
    }
}

@media (min-width: 1120px) and (min-width: 767px) {
    .link-small-slider .slick-arrow {
        top: -234px
    }
}

@media (min-width: 1120px) {
    .link-small-slider .slick-arrow.slick-disabled {
        opacity: 1;
        pointer-events: all
    }
}

@media (min-width: 1120px) {
    .link-small-slider .slick-arrow.slick-next, .link-small-slider .slick-arrow.slick-prev {
        transform: translateX(0)
    }
}

@media (min-width: 1120px) and (min-width: 767px) {
    .link-small-slider .slick-arrow.slick-next {
        right: 40px
    }
}

@media (min-width: 1120px) {
    .link-small-slider .slick-arrow.slick-prev {
        left: 40px
    }
}

@media (min-width: 1120px) {
    .link-small-slider .slick-slide:hover .slide > * {
        color: #001424
    }

    .link-small-slider .slick-slide:hover:after {
        background-color: #ff0032
    }
}

@media (min-width: 1320px) {
    .link-small-slider .slick-arrow.slick-next {
        right: 95px
    }

    .link-small-slider .slick-arrow.slick-prev {
        left: 95px
    }
}

@media (min-width: 640px) {
    .link-big-slider {
        margin: 0;
        width: 100%
    }
}

@media (min-width: 1120px) {
    .link-big-slider {
        width: 72%;
        margin: auto
    }
}

.small-slider {
    position: relative;
    margin: 0 -16px;
    width: calc(100% + 32px);
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px
}

@media (min-width: 640px) {
    .small-slider {
        padding: 0 50px 0 18px
    }
}

@media (min-width: 767px) {
    .small-slider {
        padding: 0 24px 0 39px
    }
}

@media (min-width: 1120px) {
    .small-slider {
        padding: 0 50px
    }
}

.small-slider .small-slider-item {
    padding: 32px 16px 32px 76px;
    position: relative
}

@media (min-width: 640px) {
    .small-slider .small-slider-item {
        padding: 40px 0 40px 82px
    }
}

@media (min-width: 767px) {
    .small-slider .small-slider-item {
        padding: 42px 10px 50px 60px
    }
}

@media (min-width: 1120px) {
    .small-slider .small-slider-item {
        padding: 42px 30px 50px 78px
    }
}

.small-slider .small-slider-item img {
    top: 36px;
    left: 16px;
    position: absolute;
    width: 42px;
    max-height: 42px
}

@media (min-width: 640px) {
    .small-slider .small-slider-item img {
        top: 40px
    }
}

@media (min-width: 767px) {
    .small-slider .small-slider-item img {
        top: 42px
    }
}

@media (min-width: 1120px) {
    .small-slider .small-slider-item img {
        top: 41px
    }
}

@media (min-width: 640px) {
    .small-slider .small-slider-item img {
        left: 26px
    }
}

@media (min-width: 767px) {
    .small-slider .small-slider-item img {
        left: 0
    }
}

@media (min-width: 1120px) {
    .small-slider .small-slider-item img {
        left: 25px
    }
}

.small-slider .small-slider-item h4 {
    margin-bottom: 12px
}

.small-slider .small-slider-item p {
    line-height: 1.31
}

.small-slider .small-slider-item a:hover + h4 a {
    color: #c90000
}

.small-slider .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto
}

@media (min-width: 640px) {
    .small-slider {
        margin: 0;
        width: 100%
    }
}

.download-component + .small-slider {
    border-radius: 0 0 8px 8px
}

.single-slider .single-slider-item {
    padding: 10px 16px 10px 76px;
    position: relative
}

@media (min-width: 640px) {
    .single-slider .single-slider-item {
        padding: 0 0 0 82px
    }
}

@media (min-width: 767px) {
    .single-slider .single-slider-item {
        padding: 0 10px 0 60px
    }
}

@media (min-width: 1120px) {
    .single-slider .single-slider-item {
        padding: 0 10px 0 78px
    }
}

.single-slider .single-slider-item img {
    top: 36px;
    left: 16px;
    position: absolute
}

@media (min-width: 640px) {
    .single-slider .single-slider-item img {
        top: 40px
    }
}

@media (min-width: 767px) {
    .single-slider .single-slider-item img {
        top: 42px
    }
}

@media (min-width: 1120px) {
    .single-slider .single-slider-item img {
        top: 41px
    }
}

@media (min-width: 640px) {
    .single-slider .single-slider-item img {
        left: 26px
    }
}

@media (min-width: 767px) {
    .single-slider .single-slider-item img {
        left: 0
    }
}

@media (min-width: 1120px) {
    .single-slider .single-slider-item img {
        left: 25px
    }
}

.single-slider .single-slider-item h4 {
    margin-bottom: 12px
}

.single-slider .single-slider-item p {
    line-height: 1.31
}

.single-slider .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto
}

.single-slider .slick-arrow.slick-prev {
    left: -15px
}

.single-slider .slick-arrow.slick-next {
    right: -15px
}

@media (min-width: 767px) {
    .single-slider {
        position: static
    }

    .single-slider .slick-arrow.slick-prev {
        left: 0
    }

    .single-slider .slick-arrow.slick-next {
        right: 0
    }
}

.video-slider-container {
    position: relative;
    max-width: 820px;
    margin: 0 auto
}

.video-slider-container.playing .video-container:after, .video-slider-container.playing .video-container:before {
    display: none
}

.video-slider-container .video-slider-img {
    position: relative;
    top: 2px;
    z-index: 1
}

.video-slider-container .slider {
    position: absolute;
    top: 5%;
    left: 3.2%;
    right: 3%;
    padding-bottom: 59.21053%;
    width: auto;
    bottom: 0;
    overflow: hidden
}

.video-slider-container .slider .video-container {
    position: relative;
    max-width: 100%;
    max-height: 100%
}

.video-slider-container .slider .video-container:before {
    content: "";
    background: rgba(0, 20, 36, .1);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.video-slider-container .slider .video-container:after {
    content: "";
    background: url(/build/website/images/sprite.f2875883.svg) 0 0 no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none
}

.video-slider-container .slider .video-container video {
    width: 100%;
    height: 100%
}

.video-slider-container .slider .video-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.video-slider-container .slider .video-container.not-played img {
    z-index: 0
}

.video-slider-container + .section-screenshots .link-small-slider {
    margin-top: -30px
}

.interval-slider {
    position: relative;
    margin-top: 16px;
    cursor: pointer
}

.interval-slider__slider {
    width: 100%;
    height: 4px;
    box-sizing: border-box;
    border-radius: 3px;
    vertical-align: top;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    position: relative
}

.interval-slider__value {
    display: none
}

.interval-slider__dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 3px;
    z-index: 1;
    box-sizing: border-box
}

.interval-slider__dots div {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box
}

.interval-slider__dots div:first-child span, .interval-slider__dots div:last-child span {
    display: none
}

.interval-slider__dots div span {
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    top: 0;
    z-index: 8;
    cursor: pointer
}

.interval-slider__dots div span:hover {
    border-color: #ccc
}

.interval-slider__scale div {
    display: none
}

.interval-slider__scale div.is-active {
    display: block;
    width: 100% !important
}

@media (max-width: 990px) {
    .interval-slider__scale div.is-active {
        font-size: 15px;
        padding-left: 4px
    }
}

.download-component {
    line-height: 0
}

.download-component picture {
    margin: 0 -16px;
    width: calc(100% + 32px);
    display: block;
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.download-component .link {
    text-decoration: none
}

.download-component .h0-title {
    margin-bottom: 22px
}

@media (min-width: 640px) {
    .download-component .h0-title {
        margin-bottom: 22px
    }
}

@media (min-width: 767px) {
    .download-component .h0-title {
        margin-bottom: 30px
    }
}

@media (min-width: 1120px) {
    .download-component .h0-title {
        margin-bottom: 39px
    }
}

.download-component .description {
    font-size: 18px;
    margin-bottom: 20px;
    color: #001424;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.33
}

@media (min-width: 640px) {
    .download-component .description {
        font-size: 18px
    }
}

@media (min-width: 767px) {
    .download-component .description {
        font-size: 18px
    }
}

@media (min-width: 1120px) {
    .download-component .description {
        font-size: 20px
    }
}

@media (min-width: 640px) {
    .download-component .description {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .download-component .description {
        margin-bottom: 34px
    }
}

@media (min-width: 1120px) {
    .download-component .description {
        margin-bottom: 38px
    }
}

.download-component .btn-block {
    text-align: left
}

.download-component .btn-red {
    margin-bottom: 28px
}

@media (min-width: 640px) {
    .download-component .btn-red {
        margin-bottom: 28px
    }
}

@media (min-width: 767px) {
    .download-component .btn-red {
        margin-bottom: 28px
    }
}

@media (min-width: 1120px) {
    .download-component .btn-red {
        margin-bottom: 0
    }
}

@media (min-width: 640px) {
    .download-component {
        background: transparent
    }

    .download-component .main {
        width: 60%
    }

    .download-component picture {
        width: 100%;
        margin: 0
    }

    .download-component .description {
        width: 75%
    }
}

@media (min-width: 1120px) {
    .download-component .main {
        width: 40%
    }

    .download-component .main .description {
        width: 100%
    }
}

ul.breadcrumbs {
    position: relative;
    padding: 20px 0;
    display: none;
    font-family: MTSTextRegular, sans-serif;
    font-size: 0;
    z-index: 1;
    left: 0;
    top: 0
}

ul.breadcrumbs li {
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size: 14px
}

ul.breadcrumbs li a, ul.breadcrumbs li span {
    text-decoration: none;
    color: #001424;
    opacity: .4
}

@media (min-width: 1120px) {
    ul.breadcrumbs li a {
        transition: all .25s;
        cursor: pointer
    }

    ul.breadcrumbs li a * {
        color: inherit
    }

    ul.breadcrumbs li a:hover {
        color: #c90000;
        opacity: 1
    }
}

ul.breadcrumbs li:last-of-type:after {
    display: none
}

ul.breadcrumbs li:after {
    content: "";
    background: url(/build/website/images/sprite.f2875883.svg) 96.926713948% 45.8221024259% no-repeat;
    display: inline-flex;
    margin: 0 10px;
    opacity: .4;
    width: 6px;
    height: 7px
}

@media (min-width: 640px) {
    ul.breadcrumbs {
        display: flex
    }
}

.transparent-link {
    display: inline-flex
}

.transparent-link a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(187, 193, 199, .4);
    border-radius: 20px;
    padding: 35px 19px;
    text-align: center;
    color: #001424;
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .transparent-link a {
        margin-bottom: 16px
    }
}

@media (min-width: 767px) {
    .transparent-link a {
        margin-bottom: 0
    }
}

@media (min-width: 1120px) {
    .transparent-link a {
        transition: all .25s;
        cursor: pointer
    }

    .transparent-link a * {
        color: inherit
    }

    .transparent-link a:hover {
        border-color: #bbc1c7
    }

    .transparent-link a:hover .title {
        color: #c90000
    }
}

.transparent-link a img {
    margin-bottom: 30px
}

.transparent-link a .title {
    font-family: MTSTextMedium, sans-serif;
    color: initial;
    font-size: 20px;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 15px;
    transition: all .25s
}

.transparent-link a .name {
    color: #9198a0;
    font-family: MTSTextRegular, sans-serif;
    font-size: 14px
}

.link-with-arrow {
    color: #0097fd;
    text-decoration: none;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all .25s
}

.link-with-arrow svg {
    fill: #0097fd;
    transition: all .25s;
    vertical-align: middle;
    margin: 0 5px
}

@media (min-width: 1120px) {
    .link-with-arrow {
        color: #007cff
    }

    .link-with-arrow svg {
        fill: #007cff
    }
}

.hero-section {
    padding: 40px 0;
    margin-bottom: 40px;
    position: relative
}

@media (min-width: 640px) {
    .hero-section {
        padding: 40px 0
    }
}

@media (min-width: 767px) {
    .hero-section {
        padding: 15px 0 0
    }
}

@media (min-width: 1120px) {
    .hero-section {
        padding: 70px 0 0
    }
}

@media (min-width: 640px) {
    .hero-section {
        margin-bottom: 40px
    }
}

@media (min-width: 767px) {
    .hero-section {
        margin-bottom: 40px
    }
}

@media (min-width: 1120px) {
    .hero-section {
        margin-bottom: 100px
    }
}

.hero-section h1 {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .hero-section h1 {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .hero-section h1 {
        margin-bottom: 25px
    }
}

@media (min-width: 1120px) {
    .hero-section h1 {
        margin-bottom: 32px
    }
}

.hero-section p {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .hero-section p {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .hero-section p {
        margin-bottom: 25px
    }
}

.hero-section .picture-main {
    margin-top: 20px;
    padding: 0 0 67.01389%;
    position: relative;
    display: flex
}

.hero-section .picture-main > * {
    position: absolute
}

.hero-section .picture-main img {
    margin: auto
}

.hero-section .picture-main .picture {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #c5c9db
}

@media (min-width: 767px) {
    .hero-section {
        padding-right: 25%;
        box-sizing: content-box
    }

    .hero-section > :not(.picture-main) {
        position: relative;
        z-index: 1
    }

    .hero-section p {
        width: 60%
    }

    .hero-section .picture-main {
        padding-bottom: 32.89474%;
        position: absolute;
        margin: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 50%
    }
}

@media (min-width: 1120px) {
    .hero-section .picture-main {
        width: 45%;
        max-width: 550px;
        padding-bottom: 30.27273%
    }

    .hero-section p {
        width: 50%
    }
}

.help-online {
    background: #5f7b95;
    padding: 24px 16px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px
}

@media (min-width: 640px) {
    .help-online {
        padding: 24px 16px
    }
}

@media (min-width: 767px) {
    .help-online {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .help-online {
        padding: 50px
    }
}

.help-online.inline .phone {
    text-align: center
}

.help-online h2 {
    font-family: MTSTextBlack, sans-serif;
    color: #fff;
    margin: 0
}

@supports (-webkit-appearance:caret) {
    .help-online h2 {
        margin-bottom: 24px
    }
}

.help-online a.phone {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #fff;
    text-decoration: none
}

.help-online .btn-red, .help-online .btn-light {
    white-space: nowrap
}
.help-online .col {
    display: inline-flex;
    flex-direction: column
}

.help-online .description {
    margin-bottom: 24px;
    flex-grow: 1.5
}

@supports (-webkit-appearance:caret) {
    .help-online .description {
        margin-bottom: 24px
    }

    @media (min-width: 640px) {
        .help-online .description {
            margin-bottom: 20px
        }
    }@media (min-width: 767px) {
    .help-online .description {
        margin-bottom: 0
    }
}
}

.help-online .description p {
    color: #fff
}

@supports (-webkit-appearance:caret) {
    .help-online .description p {
        margin-bottom: 8px
    }

    @media (min-width: 640px) {
        .help-online .description p {
            margin-bottom: 10px
        }
    }
}

.help-online .info {
    width: 100%
}

.help-online .info .btn-red, .help-online .info .btn-light {
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .help-online .info .btn-red, .help-online .info .btn-light {
        margin-bottom: 12px
    }
}

@supports (-webkit-appearance:caret) {
    .help-online .info button {
        margin-bottom: 16px
    }

    @media (min-width: 640px) {
        .help-online .info button {
            margin-bottom: 22px
        }
    }
}

.help-online .avatar {
    display: none
}

@media (min-width: 767px) {
    .help-online {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .help-online.inline {
        flex-wrap: nowrap
    }

    .help-online .info {
        flex: 1
    }
}

@media (min-width: 1120px) {
    .help-online {
        align-items: center
    }

    .help-online.inline .phone {
        text-align: left
    }

    .help-online .avatar {
        display: inline-flex;
        margin-right: 34px;
        min-width: 90px;
        min-height: 90px;
        border-radius: 50%;
        overflow: hidden;
        background-size: cover
    }
}

.blog-min, .news-min {
    border-radius: 12px;
    overflow: hidden;
    background: #f2f3f7;
    text-decoration: none;
    width: 100%
}

.blog-min:hover h4, .news-min:hover h4 {
    color: #c90000
}

.blog-min .miniature, .news-min .miniature {
    background-size: cover;
    background-position: 50%;
    padding-bottom: 64.93056%
}

.blog-min .description, .news-min .description {
    padding: 16px
}

@media (min-width: 640px) {
    .blog-min .description, .news-min .description {
        padding: 16px
    }
}

@media (min-width: 767px) {
    .blog-min .description, .news-min .description {
        padding: 24px
    }
}

.blog-min .description .date, .news-min .description .date {
    margin-bottom: 12px;
    color: #9198a0
}

.blog-min .description h4, .news-min .description h4 {
    margin-bottom: 16px;
    transition: color .1s linear
}

@media (min-width: 767px) {
    .blog-min, .news-min {
        border-radius: 20px
    }
}

.blog-min:last-child {
    margin-bottom: 20px
}

.blog-min:nth-of-type(n+8) {
    display: none
}

.blog-min .miniature {
    position: relative
}

.blog-min .miniature .blog-category {
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-size: 14px;
    font-family: MTSTextRegular, sans-serif;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, .9);
    text-decoration: none
}

@media (min-width: 767px) {
    .blog-min {
        width: 50%;
        padding: 0
    }
}

.news-min {
    display: block;
    margin-bottom: 20px
}

.news-min:nth-of-type(n+7) {
    display: none
}

@media (min-width: 640px) {
    .news-min {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .news-min {
        display: flex;
        flex-direction: row-reverse
    }

    .news-min .miniature {
        flex-basis: 240px;
        padding: 0
    }

    .news-min .description {
        flex: 1
    }
}

.user-data {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    background: #f2f3f7;
    border-radius: 8px 8px 0 0
}
.user-data.options-list{
    border-radius: 0;
    padding-left: 40px;
    position: relative;
    padding-top: 25px;
    align-items: flex-start;
}

@media(max-width: 768px){
    .user-data.options-list{
        padding-left: 20px;
    }
}

.user-data.options-list:before{
    display: block;
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #fff;
    top: 0;
}

.user-data.options-list:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background: #fff
}

@media(min-width: 767px){
    .user-data.options-list:before,
    .user-data.options-list:after {
        left: 40px;
        right: 40px;
    }
}

.user-data.options-list .list{
    margin-bottom: 25px;
    min-width: 220px;
}

.user-data.options-list .form-label.list{
    display: block;
}

.user-data.options-list .option-list__wrapper{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0 24px;
}

@media (max-width: 1320px) {
    .user-data.options-list .option-list__wrapper{
        justify-content: flex-start;
    }
    .user-data.options-list .option-list__wrapper .checkbox-label {
        margin-right: 12px;
    }
}

.user-data.options-list .checkbox-label{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}


.user-data.options-list .checkbox-label .label{
    align-items: center;
    margin-right: 6px;
}

.user-data.options-list .section-calc__tariffs-tooltip-hover {
    top: inherit;
    bottom: 20px;
}

.user-data__part:first-of-type {
    padding-top: 40px
}

.user-data__part:nth-of-type(n+2) {
    padding-top: 24px;
    padding-bottom: 40px
}

.user-data input {
    width: auto
}

.user-data .form-label {
    margin: 0
}

.user-data .form-label.list {
    display: none
}

@media (min-width: 767px) {
    .user-data {
        padding-left: 20px;
        margin: 0 -20px
    }

    .user-data .services-list li label {
        background-color: #fff;
        cursor: pointer
    }

    .user-data .services-list {
        padding: 0
    }

    .user-data .services-list input {
        display: none
    }

    .user-data .services-list input:checked + label {
        background-color: #ff0032
    }

    .user-data .form-label.list {
        display: block
    }

    .user-data.options-list .option-list__wrapper {
        flex-direction: row;
    }
}

@media (min-width: 1120px) {
    .user-data {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 40px 0 322px;
        margin: 0 auto
    }

    .user-data input {
        width: 100%
    }

    .user-data__part {
        padding: 0
    }

    .user-data__part:first-child {
        padding: 32px 0
    }

    .user-data__part:nth-of-type(n+2) {
        padding: 32px 0 32px 20px
    }

    .user-data .form-label > span {
        margin-bottom: 12px
    }
}

@media (min-width: 1320px) {
    .user-data__part:last-child {
        padding-left: 0
    }
}

@supports (-webkit-appearance:caret) {
    .user-data {
        justify-content: space-between
    }

    .user-data td:not(:last-of-type) {
        margin-bottom: 20px
    }

    @media (min-width: 640px) {
        .user-data td:not(:last-of-type) {
            margin-bottom: 24px
        }
    }@media (min-width: 767px) {
    .user-data td:not(:last-of-type) {
        margin-bottom: 24px
    }
}@media (min-width: 1120px) {
    .user-data td:not(:last-of-type) {
        margin-bottom: 0
    }
}
}

@media (hover: hover) {
    .user-data .services-list li label:hover span {
        color: #c90000
    }
}

.tariff-scroll-btn {
    position: absolute;
    top: 140px;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s linear
}

.tariff-scroll-btn.hidden {
    opacity: 0;
    pointer-events: none
}

.tariff-scroll-btn--left {
    left: 200px
}

.tariff-scroll-btn--right {
    left: calc(100% - 32px)
}

.tariff-scroll-btn:before {
    content: "";
    position: absolute;
    background: url(/build/website/images/sprite.f2875883.svg) 79.012345679% 74.3243243243% no-repeat;
    width: 10px;
    height: 8px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.tariff-scroll-btn--left:before {
    transform: rotate(90deg)
}

.tariff-scroll-btn--right:before {
    transform: rotate(-90deg)
}

@media screen and (max-width: 767px) {
    .tariff-scroll-btn {
        display: none
    }
}

@media (min-width: 1120px) {
    .tariff-scroll-btn {
        top: 170px
    }

    .tariff-scroll-btn--left {
        left: 236px
    }

    .tariff-scroll-btn--right {
        left: calc(100% - 52px)
    }
}

@media (min-width: 767px) {
    .tariff-table-wrapper {
        position: relative;
        margin: 0 -20px;
        overflow-x: scroll;
        overflow-y: hidden
    }
}

@media (min-width: 1120px) {
    .tariff-table-wrapper {
        margin: 0 auto
    }
}

.tariff-wrapper {
    position: relative
}

.tariff-wrapper .breadcrumbs{
    padding-top: 0;
}

.tariff {
    border-radius: 8px;
    width: 100%
}

.tariff, .tariff tr, .tariff tr td {
    display: block
}

.tariff thead {
    position: relative;
    background: #f2f3f7;
    display: block;
    border-radius: 0 0 8px 8px
}

.tariff thead input {
    width: auto
}

.tariff thead .num-type-tariff {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 13px
}

@media (min-width: 640px) {
    .tariff thead .num-type-tariff {
        margin-bottom: 13px
    }
}

@media (min-width: 767px) {
    .tariff thead .num-type-tariff {
        margin-bottom: 18px
    }
}

@media (min-width: 1120px) {
    .tariff thead .num-type-tariff {
        margin-bottom: 10px
    }
}

.tariff thead .num-monthly-price {
    font-family: MTSTextBlack, sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 0;
    display: block;
    white-space: nowrap
}

@media (min-width: 640px) {
    .tariff thead .num-monthly-price {
        font-size: 40px
    }
}

@media (min-width: 767px) {
    .tariff thead .num-monthly-price {
        font-size: 32px
    }
}

@media (min-width: 1120px) {
    .tariff thead .num-monthly-price {
        font-size: 40px
    }
}

@media (min-width: 640px) {
    .tariff thead .num-monthly-price {
        margin-bottom: 0
    }
}

@media (min-width: 767px) {
    .tariff thead .num-monthly-price {
        margin-bottom: 30px
    }
}

@media (min-width: 1120px) {
    .tariff thead .num-monthly-price {
        margin-bottom: 26px
    }
}

.tariff thead .num-monthly-price:after {
    content: "В месяц за\aкаждый номер"
}

.tariff thead .num-monthly-all-numbers-price {
    font-family: MTSTextBlack, sans-serif;
    font-weight: 900;
    font-size: 20px;
    display: block;
    margin-bottom: 0
}

@media (min-width: 640px) {
    .tariff thead .num-monthly-all-numbers-price {
        margin-bottom: 0
    }
}

@media (min-width: 767px) {
    .tariff thead .num-monthly-all-numbers-price {
        margin-bottom: 24px
    }
}

.tariff thead .num-monthly-all-numbers-price:after {
    content: "Все номера, за месяц"
}

.tariff thead .num-all-price {
    font-family: MTSTextBlack, sans-serif;
    font-weight: 900;
    font-size: 20px;
    display: block;
    margin-bottom: 0
}

@media (min-width: 640px) {
    .tariff thead .num-all-price {
        margin-bottom: 0
    }
}

@media (min-width: 767px) {
    .tariff thead .num-all-price {
        margin-bottom: 24px
    }
}

.tariff thead .num-all-price:after {
    content: "Все номера, за весь период"
}

.tariff tbody .table-main-title {
    font-size: 32px;
    line-height: 40px;
    font-family: MTSTextBlack, sans-serif;
    font-weight: 900;
    padding-top: 40px;
    margin-bottom: -20px
}

@media (min-width: 767px) {
    .tariff tbody .table-main-title {
        display: none
    }
}

.tariff tbody .table-title {
    font-size: 20px;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    padding: 40px 0 20px
}

.tariff tbody .values {
    background: #f2f3f7;
    padding: 20px 16px;
    position: relative
}

.tariff tbody .values:before {
    content: "";
    left: 16px;
    right: 16px;
    top: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1
}

.tariff tbody .values.first {
    border-radius: 8px 8px 0 0
}

.tariff tbody .values.last {
    border-radius: 0 0 8px 8px
}

.tariff tbody .values.last td {
    margin: 0
}

.tariff tbody .values td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.tariff tbody .values td:before {
    font-family: MTSTextRegular, sans-serif;
    font-size: 16px;
    margin-bottom: 16px
}

.tariff tbody .values td.service-title {
    position: relative
}

.tariff tbody .values td.service-title span {
    font-family: MTSTextBold, sans-serif;
    display: inline;
    cursor: default;
    text-decoration: underline #e2e5eb dashed;
    -webkit-text-underline-position: under;
    text-underline-position: under;
    padding-right: 8px
}

.tariff tbody .values td .service-icon {
    min-width: 16px;
    width: 16px;
    height: 16px
}

@media (min-width: 767px) {
    .tariff tbody .values td .service-icon {
        display: none
    }
}

.tariff tbody .values td .service-tooltip {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #6e7782;
    z-index: -10;
    opacity: 0;
    pointer-events: none;
    transition: z-index 0s linear .2s, opacity .2s linear, transform .2s ease-in-out
}

.tariff tbody .values td .service-icon:hover + .service-tooltip, .tariff tbody .values td.service-title span:hover ~ .service-tooltip {
    z-index: 2;
    opacity: 1;
    transform: translateY(4px);
    transition: z-index 0s linear, opacity .2s linear, transform .2s ease-in-out
}

@media screen and (min-width: 767px) {
    .tariff tbody .values td .tariff-name {
        display: none
    }
}

.tariff tbody .values td .empty, .tariff tbody .values td .fill {
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex
}

.tariff tbody .values td .fill, .tariff tbody .values td .fill-text {
    color: #26cd58;
    fill: #26cd58
}

.tariff tbody .values td .empty, .tariff tbody .values td .empty-text {
    color: #6e7782
}

.tariff tbody .values td .empty-text, .tariff tbody .values td .fill-text {
    font-family: MTSTextBold, sans-serif;
    font-size: 14px;
    font-weight: 700
}

.tariff tbody .values td:not(.service-title) svg {
    margin: auto;
    width: 16px;
    height: 16px
}

/*
.tariff .price-list td {
    position: relative;
    padding: 40px 16px;
    display: grid
}
*/

.tariff .price-list td:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 2px;
    background: #fff
}

.tariff .price-list td span:after {
    display: block;
    color: #9198a0;
    font-family: MTSTextRegular, sans-serif;
    font-weight: 400;
    font-size: 12px;
    white-space: pre;
    margin-bottom: 28px
}

.tariff .price-list .legend {
    display: none
}

@media (min-width: 767px) {
    .tariff {
        display: table;
        border-spacing: 0;
        border-radius: 0
    }

    .tariff .price-list {
        display: flex;
        position: relative
    }

    .tariff .price-list td {
        display: grid;
        grid-template-rows: 130px auto auto auto; /* первая строка фикс 60px, остальные auto */
        padding: 32px 0;
        min-width: 138px;
        max-width: 138px
    }

    .tariff .price-list td:nth-of-type(n+3) {
        margin-left: 62px
    }

    .tariff .price-list td:last-of-type {
        padding-right: 20px;
        min-width: 158px;
        max-width: 158px
    }

    .tariff .price-list td span:after {
        display: none
    }

    .tariff .price-list td .btn-red {
        width: 100%;
        padding: 11px 0
    }

    .tariff .price-list td:before {
        display: none
    }

    .tariff .price-list .legend {
        display: flex;
        flex-direction: column;
        min-width: 268px;
        max-width: 268px;
        padding-left: 20px;
        margin-right: 34px;
        left: 0;
        position: sticky;
        background-color: #f2f3f7;
        z-index: 1;
        margin-top: 2px
    }

    .tariff .price-list .legend span {
        display: inline-block
    }

    .tariff .price-list .legend span:first-of-type {
        margin-bottom: 120px
    }

    .tariff .price-list .legend span:nth-of-type(2) {
        margin-bottom: 44px
    }

    .tariff .price-list .legend span:nth-of-type(3) {
        margin-bottom: 30px
    }

    .tariff tbody tr {
        position: relative
    }

    .tariff tbody tr:hover {
        z-index: 5
    }

    .tariff tbody tr:first-child:before, .tariff tbody tr:nth-child(2):before {
        background-color: transparent
    }

    .tariff tbody tr.values {
        background: transparent;
        display: flex;
        align-items: center;
        padding: 0;
        border-radius: 8px
    }

    .tariff tbody tr.values:last-child td .service-tooltip, .tariff tbody tr.values:nth-last-child(2) td .service-tooltip, .tariff tbody tr.values:nth-last-child(3) td .service-tooltip, .tariff tbody tr.values:nth-last-child(4) td .service-tooltip {
        top: auto;
        bottom: 100%
    }

    .tariff tbody tr.values:hover, .tariff tbody tr.values:hover .service-title {
        background-color: #f2f3f7
    }

    .tariff tbody tr.values:before {
        background: transparent
    }

    .tariff tbody tr.values td {
        min-width: 138px;
        max-width: 138px;
        padding-top: 8px;
        padding-bottom: 8px;
        vertical-align: center
    }

    .tariff tbody tr.values td.service-title {
        min-width: 268px;
        max-width: 268px;
        padding-left: 20px;
        position: sticky;
        left: 0;
        background-color: #fff;
        border-radius: 8px 0 0 8px
    }

    .tariff tbody tr.values td.service-title, .tariff tbody tr.values td.service-title span {
        font-weight: 400;
        font-family: MTSTextRegular, sans-serif
    }

    .tariff tbody tr.values td:nth-of-type(2) {
        margin-left: 34px
    }

    .tariff tbody tr.values td:nth-of-type(n+3) {
        margin-left: 62px
    }

    .tariff tbody tr.values td:last-child {
        margin-right: 20px
    }

    .tariff tbody tr.values td:before {
        display: none
    }

    .tariff tbody .table-title-row {
        position: relative
    }

    .tariff tbody .table-title-row:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 20px;
        right: 20px;
        height: 2px;
        background-color: #f2f3f7
    }

    .tariff tbody .table-title {
        display: inline-block;
        position: sticky;
        left: 0;
        padding-left: 20px;
        padding-right: 0;
        min-width: 268px;
        max-width: 268px
    }
}

@media (min-width: 1120px) {
    .tariff {
        margin: 0;
        border-radius: 12px
    }

    .tariff, .tariff thead input {
        width: 100%
    }

    .tariff .price-list {
        padding: 32px 0
    }

    .tariff .price-list .legend {
        min-width: 288px;
        max-width: 288px;
        padding-left: 40px
    }

    .tariff .price-list td {
        min-width: 178px;
        max-width: 178px
    }

    .tariff .price-list td:last-child {
        padding-right: 40px;
        min-width: 218px;
        max-width: 218px
    }

    .tariff tbody tr.values td.service-title {
        min-width: 288px;
        max-width: 288px
    }

    .tariff tbody tr.values td {
        min-width: 178px;
        max-width: 178px
    }

    .tariff tbody td.table-title {
        min-width: 288px;
        max-width: 288px;
        padding-right: 0
    }
}

.tariff-clone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1260px;
    margin: 0 auto;
    opacity: 0;
    display: none;
    transition: all .2s ease-in-out;
    overflow: auto;
    background-color: #f2f3f7;
    border-radius: 0
}

.tariff-clone .price-list {
    padding-top: 0;
    padding-bottom: 0
}

.tariff-clone .price-list:before {
    background-color: transparent
}

.tariff-clone .price-list td {
    padding-top: 26px;
    padding-bottom: 24px
}

.tariff-clone thead .num-monthly-price {
    margin-bottom: 16px
}

.tariff-clone .all-price, .tariff-clone .monthly-all-numbers-price, .tariff-clone .num-all-price, .tariff-clone .num-monthly-all-numbers-price {
    display: none !important
}

@media (min-width: 1120px) {
    .tariff-clone {
        border-radius: 0 0 12px 12px
    }
}

@media (min-width: 1120px) and (max-width: 1360px) {
    .tariff-clone {
        left: 0;
        transform: translateX(0);
        margin: 0 50px;
        width: calc(100% - 100px)
    }
}

.tariff-table-scrolled .fixed {
    z-index: 8;
    position: fixed
}

.tariff-table-scrolled .tariff-clone {
    opacity: 1;
    display: block
}

.tariff-table-scrolled .tariff-original .price-list {
    opacity: 0
}


.tariff-table-wrapper.standard .js-tariff[data-tariff="Стандарт"],
.tariff-table-wrapper.business .js-tariff[data-tariff="Бизнес"],
.tariff-table-wrapper.premium .js-tariff[data-tariff="Премиум"] {
    margin-left: 0;
}

.tariff-table-wrapper.standard .js-tariff[data-tariff="Эконом"],
.tariff-table-wrapper.standard .tariff-original tbody tr.values td:nth-of-type(2),
.tariff-table-wrapper.business .js-tariff[data-tariff="Эконом"],
.tariff-table-wrapper.business .js-tariff[data-tariff="Стандарт"],
.tariff-table-wrapper.business .tariff-original tbody tr.values td:nth-of-type(2),
.tariff-table-wrapper.business .tariff-original tbody tr.values td:nth-of-type(3),
.tariff-table-wrapper.premium .js-tariff[data-tariff="Эконом"],
.tariff-table-wrapper.premium .js-tariff[data-tariff="Стандарт"],
.tariff-table-wrapper.premium .js-tariff[data-tariff="Бизнес"],
.tariff-table-wrapper.premium .tariff-original tbody tr.values td:nth-of-type(2),
.tariff-table-wrapper.premium .tariff-original tbody tr.values td:nth-of-type(3),
.tariff-table-wrapper.premium .tariff-original tbody tr.values td:nth-of-type(4) {
    display: none;
}



.about-tariff {
    background: #f2f3f7;
    border-radius: 8px;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    margin: 40px 0;
    align-items: center
}

.about-tariff:before {
    content: "";
    background: url(/build/website/images/sprite.f2875883.svg) 100% 0 no-repeat;
    width: 27px;
    height: 34px;
    margin-right: 8px
}

.modal {
    z-index: 20;
    background: rgba(32, 45, 61, .8);
    cursor: pointer
}

.modal, .modal .modal-window {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none
}

.modal .modal-window {
    cursor: default;
    padding: 24px;
    align-items: center;
    max-width: 500px;
    background: #fff;
    margin: auto
}

@media (min-width: 640px) {
    .modal .modal-window {
        padding: 24px
    }
}

@media (min-width: 767px) {
    .modal .modal-window {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .modal .modal-window {
        padding: 50px
    }
}

.modal .modal-window form {
    width: 100%
}

.modal .modal-window h2 {
    padding-right: 24px
}

@media (min-width: 640px) {
    .modal .modal-window h2 {
        padding-right: 24px
    }
}

@media (min-width: 767px) {
    .modal .modal-window h2 {
        padding-right: 0
    }
}

.modal .modal-window .btn-red {
    width: 100%
}

.modal .modal-window form {
    transition: opacity .2s linear
}

.modal .modal-window form.processing {
    opacity: .3
}

.modal .modal-window form.success {
    opacity: 0
}

.modal .modal-window .form-modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: z-index 0s linear .2s, opacity .2s linear
}

.modal .modal-window .success + .form-modal__inner {
    opacity: 1;
    z-index: 1;
    transition: z-index 0s linear, opacity .2s linear
}

.modal .modal-window .modal-close-btn {
    position: absolute;
    top: 28px;
    right: 18px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 36px;
    transform: rotate(45deg);
    color: #9198a0;
    cursor: pointer;
    transition: color .1s linear
}

.modal .modal-window .modal-close-btn:hover {
    color: #ff0032
}

.modal .modal-window .success ~ .modal-close-btn {
    display: none
}

.modal .modal-window .checkbox-label {
    margin-bottom: 24px
}

.modal .modal-window .checkbox-label.error {
    margin-bottom: 48px
}

@media (min-width: 640px) {
    .modal .modal-window .modal-close-btn {
        top: 0;
        right: -24px;
        width: 16px;
        height: 16px;
        color: #fff;
        font-size: 24px;
        line-height: 24px
    }
}

@media screen and (min-width: 500px) {
    .modal .modal-window.modal-window {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        border-radius: 12px
    }
}

.modal-window-login__checkbox {
    margin: 12px 0 24px
}

.modal-window-login__alt-login {
    text-align: center;
    margin: 24px 0
}

.modal-window-login__alt-login-btn {
    font-family: MTSTextMedium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: color .1s linear
}

.modal-window-login__alt-login-btn:hover {
    color: #c90000
}

.modal-window-login__subtext p {
    font-size: 14px;
    line-height: 16px;
    color: #9198a0;
    margin-top: 12px
}

.modal-window-login__subtext p + p {
    margin-top: 16px
}

.modal-window-login__link, .modal-window-login__subtext a {
    color: #0097fd;
    text-decoration: none;
    transition: color .1s linear
}

.modal-window-login__link:hover, .modal-window-login__subtext a:hover {
    color: #007cff
}

.modal-window-login__links {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.modal-window-login__links a {
    text-decoration: none
}

.modal-window-login__links a + a {
    margin-top: 12px
}

.modal-window-login__descr {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 24px
}

.modal-window-login__link-back {
    color: #9198a0
}

.modal-window-login__link-back:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEcSURBVHgBjZLLccIwEIZ3hWeY3EgHLoF0QDqADtApyYm4ApwKHOCAOclUAB1AB7RACb4xMIOWlQcZyTYe9iTtftrHv0JosUSpXnARE036PWgDxQV3mqgPgCCeQYvVegoEfXvHRihdTzTQv+urgclShQLwwJGe9XH5P6xBiDs+htZHANnv91h6PXYQExdiO1KXomIwt3l+PYRHqpxLfkZS5mWPXHJwL1maRhpFX3Jr70VGhqYexM27UAkiQu46AyEIKlaAV02zSsY4WalhDYx+5N6U8wOojFz27uk4T7ONNznLo7v0YSb3dLyeSJqg4wo750Lb11bIqsSNn4LhMQeV33OD8XBZdbjGjNZmaWa2NTDn1h+uTzSCN4jN3m+r+3GxRXuBVQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 10px
}

.modal-window-login__error {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ff0032
}

@media screen and (min-width: 500px) {
    .modal-window-login__links {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .modal-window-login__links a + a {
        margin-top: 0
    }
}

.modal-window-count .range-label {
    margin-bottom: 32px
}

.modal-window-count .range-label .range-input {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 66px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid rgba(145, 152, 160, .5);
    border-radius: 6px;
    padding: 10px 12px;
    color: #9198a0
}

@media (min-width: 767px) {
    .modal-window-count .range-label {
        padding-top: 48px
    }

    .modal-window-count .range-label span.label {
        width: 40%;
        padding-right: 24px
    }

    .modal-window-count .range-label .range-box {
        margin-top: 10px
    }

    .modal-window-count .range-label .range-input {
        bottom: -4px
    }
}

.grecaptcha-badge {
    visibility: hidden;
    right: auto !important;
    left: 0 !important;
    z-index: 10;
    width: 70px !important;
    transition: width .3s ease !important
}

.grecaptcha-badge:hover {
    width: 256px !important
}

form {
    transition: opacity .2s linear
}

form.processing {
    opacity: .6;
    pointer-events: none
}

form.processing button.btn-red {
    color: hsla(0, 0%, 100%, .001)
}

form.processing button.btn-red svg {
    opacity: 1
}

.cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100vh;
    margin: 0 auto;
    width: 100%;
    max-width: 670px;
    z-index: 100000;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 12px rgba(110, 119, 130, .25);
    overflow: hidden;
    background-color: #fff;
    padding: 12px;
    transition: bottom .3s ease-in
}

._cookie-show .cookies {
    bottom: 0
}

.cookies__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cookies__heading {
    font-family: MTSTextMedium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 16px
}

.cookies__btn-more {
    display: flex;
    align-items: center;
    line-height: 32px;
    cursor: pointer
}

.cookies__btn-more-text {
    font-family: MTSTextMedium, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #0097fd;
    transition: color .1s linear
}

.cookies__btn-more-icon {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    fill: #0097fd;
    transition: fill .1s linear, transform .2s linear
}

.cookies.show-more .cookies__btn-more-icon {
    transform: scaleY(-1)
}

.cookies__agree-btn {
    font-family: MTSTextMedium, sans-serif;
    font-size: 14px;
    background-color: #f1f2f6;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    margin-left: 24px;
    cursor: pointer
}

.cookies__description {
    display: none;
    margin-top: 16px
}

.cookies__description p {
    font-size: 14px;
    line-height: 18px
}

.cookies__description a {
    color: #0097fd;
    transition: color .1s linear
}

@media screen and (min-width: 767px) {
    .cookies {
        border-radius: 8px
    }

    ._cookie-show .cookies {
        bottom: 16px
    }

    .cookies__inner {
        justify-content: space-between;
        align-items: center
    }

    .cookies__heading {
        text-align: left;
        flex-basis: auto;
        margin-bottom: 0
    }

    .cookies__btn-more {
        margin-left: 16px
    }

    .cookies__description {
        padding-right: 112px
    }
}

@media (hover: hover) {
    .cookies__btn-more:hover .cookies__btn-more-text {
        color: #007cff
    }

    .cookies__btn-more:hover .cookies__btn-more-icon {
        fill: #007cff
    }

    .cookies__description a:hover {
        color: #007cff
    }
}

header {
    padding: 8px 0;
    box-shadow: 0 2px 15px rgba(140, 149, 156, .1);
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    right: 0
}

@media (min-width: 640px) {
    header {
        padding: 14px 0
    }
}

@media (min-width: 767px) {
    header {
        padding: 15px 0
    }
}

header .contacts {
    display: none;
    flex-direction: column;
    color: #9198a0;
    margin-right: 16px
}

header .contacts__email, header .contacts__tel {
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    transition: color .1s linear
}

header .contacts__email:hover, header .contacts__tel:hover {
    color: #c90000
}

header .contacts__tel {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 600
}

header .btn-red {
    padding: 10px 17px
}

@media (min-width: 640px) {
    header .btn-red {
        padding: 10px 17px
    }
}

@media (min-width: 767px) {
    header .btn-red {
        padding: 10px 17px
    }
}

@media (min-width: 1120px) {
    header .btn-red {
        padding: 12px 23px
    }
}

@media (min-width: 640px) {
    header .contacts {
        display: flex
    }
}

@media (min-width: 1120px) {
    header .index-menu {
        order: 2;
        flex: 1
    }

    header .contacts {
        order: 3
    }

    header .btn-red {
        order: 4
    }
}

.header-container {
    margin: auto;
    justify-content: space-between
}

.header-container, .logo {
    display: flex;
    align-items: center
}

.logo {
    height: 32px;
    text-decoration: none;
    position: relative
}

@media (min-width: 640px) {
    .logo {
        height: 32px
    }
}

.logo-section {
    flex: 1
}

.logo-text {
    display: none;
    color: #001424;
    font-family: MTSWideBold, sans-serif;
    font-size: 17px;
    margin: 0 8px;
    line-height: 17px;
    max-width: 154px;
    text-transform: uppercase
}

@media (min-width: 640px) {
    .logo-text {
        margin: 0 8px
    }
}

@media (min-width: 767px) {
    .logo-text {
        margin: 0 8px
    }
}

@media (min-width: 640px) {
    .logo-text {
        line-height: 17px
    }
}

@media (min-width: 767px) {
    .logo-text {
        line-height: 17px
    }
}

.logo svg {
    width: 32px
}

@media (min-width: 640px) {
    .logo-section {
        flex: 1
    }

    .logo-text {
        display: initial;
        font-size: 17px
    }

    .logo .contacts {
        display: flex
    }
}

@media (min-width: 1120px) {
    .logo {
        width: auto
    }

    .logo-section {
        flex: none
    }
}

@media (min-width: 1120px) and (min-width: 767px) {
    .logo-section {
        margin-right: 30px
    }
}

@media (min-width: 1120px) and (min-width: 1120px) {
    .logo-section {
        margin-right: 12px
    }
}

@media (min-width: 1120px) {
    .logo-text {
        font-size: 17px;
        line-height: 17px
    }
}

@media (min-width: 1120px) {
    .logo svg {
        width: 32px;
        height: 100%
    }
}

@media (min-width: 1120px) {
    .logo .index-menu {
        order: 2;
        flex: 1
    }
}

@media (min-width: 1120px) {
    .logo .contacts {
        order: 3
    }
}

@media (min-width: 1120px) {
    .logo .btn-red {
        order: 4
    }
}

@media screen and (min-width: 1280px) {
    .logo {
        height: 32px
    }

    .logo-section {
        margin-right: 32px
    }

    .logo svg {
        width: 32px
    }
}

footer {
    background: #f2f3f7;
    margin-top: auto
}

@media (min-width: 1120px) {
    footer .container {
        padding: 0 45px
    }
}

.footer-section {
    padding: 27px 0 34px;
    border-top: 1px solid #e7eafa;
    border-bottom: 1px solid #e7eafa
}

@media (min-width: 640px) {
    .footer-section {
        padding: 40px 20px 0
    }
}

@media (min-width: 767px) {
    .footer-section {
        padding: 40px 20px
    }
}

.footer-section p.title {
    font-size: 18px;
    margin-bottom: 16px;
    font-family: MTSTextBold, sans-serif;
    line-height: 1.33;
    letter-spacing: -.5px
}

@media (min-width: 640px) {
    .footer-section p.description {
        margin-bottom: 35px
    }
}

@media (min-width: 767px) {
    .footer-section p.description {
        margin-bottom: 40px
    }
}

@media (min-width: 1120px) {
    .footer-section p.description {
        margin-bottom: 34px
    }
}

.footer-links {
    display: none;
    margin: 0 -11px;
    flex-wrap: wrap
}

.footer-links ul {
    width: 33.3%;
    padding: 0 11px
}

@media (min-width: 767px) {
    .footer-links ul {
        margin-bottom: 40px
    }
}

@media (min-width: 1120px) {
    .footer-links ul {
        margin-bottom: 0
    }
}

@media (min-width: 640px) {
    .footer-links li {
        margin-bottom: 18px
    }
}

@media (min-width: 1120px) {
    .footer-links li {
        margin-bottom: 20px
    }
}

@media (min-width: 640px) {
    .footer-links li {
        font-size: 14px
    }
}

.footer-links li:last-of-type {
    margin: 0
}

.footer-links li a {
    color: #9198a0;
    font-family: MTSTextRegular, sans-serif;
    text-decoration: none
}

.footer-links li p {
    font-size: 14px
}

.footer-links li p a {
    font-family: MTSTextBold, sans-serif
}

.footer-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 33px 0 70px
}

@media (min-width: 640px) {
    .footer-main {
        padding: 32px 0
    }
}

@media (min-width: 767px) {
    .footer-main {
        padding: 32px 0
    }
}

@media (min-width: 1120px) {
    .footer-main {
        padding: 33px 0 40px
    }
}

.footer-main .bodyR {
    color: #001424;
    margin-bottom: 20px
}

.footer-social {
    margin-bottom: 40px
}

.footer-social ul {
    display: flex;
    margin: 0 -11px
}

.footer-social li {
    padding: 0 11px;
    box-sizing: content-box
}

.footer-social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%
}

.footer-social li svg {
    fill: #bbc1c7
}

.footer-applications ul {
    display: flex;
    flex-direction: column
}

.footer-applications li {
    margin-bottom: 20px
}

.footer-applications li a {
    display: inline-flex;
    text-decoration: none;
    max-width: 70%
}

.footer-applications .icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-right: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bbc1c7;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color .25s linear
}

.footer-applications .icon img {
    width: auto;
    height: 40px
}

.footer-applications .desc {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: MTSTextRegular, sans-serif;
    padding: 3px 0
}

.footer-applications .desc .t {
    font-size: 14px;
    margin-bottom: 6px
}

.footer-applications .desc .d {
    font-size: 14px;
    color: #0077db;
    transition: all .25s
}

.footer-copyright {
    order: 4
}

.footer-copyright p {
    font-size: 14px;
    line-height: 2.14;
    color: #9198a0
}

.footer-link-block {
    margin-bottom: 40px
}

@media (min-width: 640px) {
    .footer-link-block {
        margin-bottom: 0
    }
}

.footer-link-block ul {
    line-height: 1.875
}

.footer-link-block li {
    display: inline-block
}

.footer-link-block li:not(:last-of-type):after {
    content: "・";
    color: #9198a0;
    font-size: 14px
}

.footer-link-block li a {
    color: #9198a0;
    font-size: 14px;
    line-height: 2.14;
    text-decoration: none
}

@media (min-width: 767px) {
    .footer-links {
        display: flex
    }

    .footer-main {
        flex-direction: row
    }

    .footer-main > * {
        width: 50%
    }

    .footer-copyright {
        order: 0;
        align-self: flex-end
    }

    .footer-applications {
        padding-left: 10px
    }

    .footer-applications ul {
        margin-bottom: 8px
    }

    .footer-applications li a {
        max-width: 55%
    }

    .footer-link-block {
        padding-left: 10px
    }
}

@media (min-width: 1120px) {
    .footer-links ul {
        width: 16.66667%
    }

    .footer-links li a:hover {
        color: #c90000
    }

    .footer-social a, .footer-social svg path {
        transition: all .25s
    }

    .footer-social .social-facebook:hover svg path:first-of-type {
        fill: #3b5998
    }

    .footer-social .social-vk:hover svg path:first-of-type {
        fill: #4c6c91
    }

    .footer-social .social-ok:hover svg path:first-of-type {
        fill: #f68634
    }

    .footer-social .social-twitter:hover svg path:first-of-type {
        fill: #55acee
    }

    .footer-applications {
        padding: 0 14px 0 4px
    }

    .footer-applications ul {
        flex-direction: row
    }
}

@media (min-width: 1120px) and (min-width: 767px) {
    .footer-applications ul {
        margin: 0 -11px
    }
}

@media (min-width: 1120px) {
    .footer-applications li {
        width: 33.3%
    }
}

@media (min-width: 1120px) and (min-width: 767px) {
    .footer-applications li {
        padding: 0 11px
    }
}

@media (min-width: 1120px) {
    .footer-applications li a {
        max-width: 100%
    }
}

@media (min-width: 1120px) {
    .footer-applications li a:hover .icon {
        background-color: #ff0032
    }
}

@media (min-width: 1120px) {
    .footer-link-block {
        padding: 0 14px 0 4px
    }
}

@media (min-width: 1120px) {
    .footer-link-block li a:hover {
        color: #c90000
    }
}

nav .nav-icon {
    width: 20px;
    height: 16px;
    margin-left: 34px;
    position: relative
}

@media (min-width: 640px) {
    nav .nav-icon {
        width: 20px;
        height: 16px
    }
}

nav .nav-icon:after, nav .nav-icon:before, nav .nav-icon span {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #9198a0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px
}

nav .nav-icon span {
    top: calc(50% - 1px)
}

nav .nav-icon:before {
    top: 0;
    bottom: auto;
    transition: top .25s .25s, transform .25s
}

nav .nav-icon:after {
    bottom: 0;
    top: auto;
    transition: bottom .25s .25s, transform .25s
}

nav .nav-main {
    padding: 0 16px;
    position: absolute;
    background: #fff;
    border-top: 1px solid #f2f3f7;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    transform: translateX(100%);
    pointer-events: none;
    overflow: auto
}

@media (min-width: 640px) {
    nav .nav-main {
        padding: 0 16px
    }
}

@media (min-width: 767px) {
    nav .nav-main {
        padding: 0 20px
    }
}

@media (min-width: 1120px) {
    nav .nav-main {
        padding: 0
    }
}

nav .nav-main .nav-section {
    border-bottom: 1px solid #f2f3f7
}

nav .nav-main .nav-section.active .nav-section-name {
    color: #ff0032
}

nav .nav-main .nav-section.active .nav-section-name:after {
    transform: rotate(-180deg)
}

nav .nav-main .nav-section.active-page .nav-section-name:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ff0032
}

nav .nav-main .nav-section .nav-section-name {
    font-size: 12px;
    position: relative;
    color: #001424;
    transition: all .25s;
    font-family: MTSTextRegular, sans-serif;
    line-height: 16px;
    padding: 16px 0;
    display: block;
    text-decoration: none
}

nav .nav-main .nav-section .nav-section-name:before {
    display: none
}

nav .nav-main .nav-section span.nav-section-name:after {
    content: "";
    min-width: 10px;
    width: 12px;
    height: 7px;
    background: url(/build/website/images/sprite.f2875883.svg) 81.0126582278% 64% no-repeat;
    transition: all .25s;
    display: inline-block;
    margin-left: 6px
}

nav .nav-main .nav-section .nav-section-main {
    display: none;
    background: #fff
}

@media (max-width: 767px) {
    nav .nav-main .nav-section .nav-section-main .header-container {
        padding: 0
    }
}

nav[data-status=open] .nav-icon span {
    height: 0
}

nav[data-status=open] .nav-icon:after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
    transition: bottom .25s, transform .25s .25s
}

nav[data-status=open] .nav-icon:before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: top .25s, transform .25s .25s
}

nav[data-status=open] .nav-main {
    transform: translateX(0);
    animation: showRight .25s linear;
    pointer-events: all
}

nav[data-status=close] .nav-main {
    animation: hideRight .25s linear
}

@media (min-width: 1120px) {
    nav {
        align-self: stretch;
        align-items: stretch;
        margin: -15px 0;
        display: flex
    }

    nav .nav-icon {
        display: none
    }

    nav .nav-main {
        transform: none;
        position: static;
        display: flex;
        height: auto;
        overflow: visible;
        pointer-events: all;
        border: none;
        transition: none;
        align-self: stretch;
        margin: 0 auto
    }

    nav .nav-main .nav-section {
        margin-right: 20px;
        display: flex;
        border-bottom: none
    }

    nav .nav-main .nav-section .nav-section-main {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 40px 0;
        box-shadow: 0 10px 12px 0 rgba(110, 119, 130, .25);
        border-top: 1px solid #f2f3f7
    }

    nav .nav-main .nav-section .nav-section-name {
        cursor: pointer;
        align-self: stretch;
        position: relative;
        display: flex;
        align-items: center
    }

    nav .nav-main .nav-section .nav-section-name:before {
        display: block
    }

    nav .nav-main .nav-section .nav-section-name:hover {
        color: #c90000
    }

    nav .nav-section.info, nav .nav-section.options, nav .nav-section.support {
        position: relative
    }

    nav .nav-section.info .nav-section-main, nav .nav-section.options .nav-section-main, nav .nav-section.support .nav-section-main {
        right: auto;
        white-space: nowrap;
        padding: 40px 70px 20px 30px;
        left: -30px;
        overflow: hidden;
        border-radius: 0 0 4px 4px
    }
}

@media screen and (min-width: 1280px) {
    nav .nav-main {
        margin: 0
    }

    nav .nav-main .nav-section .nav-section-name {
        font-size: 13px
    }
}

.menu-list {
    padding-bottom: 24px
}

.menu-list:not(:first-child) {
    padding: 24px 0
}

.menu-list .menu-list-item {
    margin-bottom: 24px
}

.menu-list .menu-list-item:last-of-type {
    margin: 0
}

.menu-list .menu-list-item .link {
    display: flex;
    flex-direction: row;
    text-decoration: none
}

.menu-list .menu-list-item .contact-link {
    font-size: 16px;
    line-height: 24px;
    transition: color .25s linear
}

.menu-list .menu-list-item .contact-link:hover {
    color: #ff0032
}

.menu-list .menu-list-item .icon {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f3f7;
    margin-right: 9px
}

.menu-list .menu-list-item .icon img {
    width: auto;
    max-width: 100%;
    height: 18px
}

.menu-list .menu-list-item .info {
    flex: 1
}

.menu-list .menu-list-item .info .title {
    font-family: MTSTextMedium, sans-serif;
    font-size: 14px;
    line-height: 1.14;
    color: #001424;
    margin-bottom: 4px;
    transition: all .25s
}

.menu-list .menu-list-item .info .description {
    font-size: 12px;
    line-height: 1.16;
    color: #6e7782
}

@media (min-width: 767px) {
    .menu-list {
        margin: 0 -20px;
        border: none;
        display: flex;
        flex-wrap: wrap
    }

    .menu-list .menu-list-item {
        padding: 0 20px;
        width: 50%
    }

    .menu-list .menu-list-item--contacts {
        position: absolute;
        top: -4px;
        left: 376px
    }

    .menu-list.menu-options {
        flex-direction: column;
        position: relative
    }
}

@media (min-width: 1120px) {
    .menu-list[data-col="1"] .menu-list-item {
        width: 100%
    }

    .menu-list[data-col="2"] .menu-list-item {
        width: 50%
    }

    .menu-list[data-col="3"] .menu-list-item {
        width: 33.3%
    }

    .menu-list .menu-list-item--contacts {
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 16px;
        margin-top: -24px;
        margin-bottom: 24px
    }

    .menu-list .menu-list-item--contacts:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 200%;
        height: 1px;
        background-color: #f2f3f7
    }

    .menu-list .link:hover .info .title {
        color: #c90000
    }
}

.menu-services {
    display: flex;
    flex-direction: column
}

.menu-services h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ff0032;
    margin-bottom: 0
}

.menu-services h4 a {
    transition: color .1s linear
}

.menu-services h4 a:hover {
    color: #ff0032
}

.menu-services .menu-employees, .menu-services .menu-transport {
    display: inline-flex;
    flex-direction: column
}

@media (min-width: 1120px) {
    .menu-services {
        flex-direction: row;
        justify-content: space-between
    }

    .menu-services .menu-employees {
        width: calc(33.3% - 12px)
    }

    .menu-services .menu-transport {
        width: calc(66.7% - 12px)
    }
}

.sidebar {
    margin-top: 20px
}

.sidebar aside {
    padding: 50px 0;
    display: none
}

.sidebar aside ul li {
    margin-bottom: 23px
}

.sidebar aside ul li:last-of-type {
    margin-bottom: 0
}

.sidebar aside ul li a, .sidebar aside ul li span {
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    padding: 0 24px 0 50px;
    position: relative
}

.sidebar aside ul li a {
    display: block;
    text-decoration: none;
    color: #001424
}

@media (min-width: 1120px) {
    .sidebar aside ul li a {
        transition: all .25s;
        cursor: pointer
    }

    .sidebar aside ul li a * {
        color: inherit
    }

    .sidebar aside ul li a:hover {
        color: #c90000
    }
}

.sidebar aside ul li a.active {
    color: #ff0032
}

.sidebar aside ul li a.active:before {
    content: "";
    height: 20px;
    width: 2px;
    background: #ff0032;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.sidebar .form-label:before {
    transition: transform .2s linear
}

.sidebar .form-label.open:before {
    transform: rotate(-45deg) translate(-3px, 3px)
}

@media (min-width: 1120px) {
    .sidebar {
        position: relative;
        width: 300px;
        margin-right: 20px;
        background: #fff;
        margin-bottom: 30px;
        border-radius: 12px
    }

    .sidebar .form-label.select {
        display: none
    }

    .sidebar aside {
        display: block
    }

    .sidebar + .page-content {
        padding-top: 20px;
        width: calc(100% - 320px);
        margin-left: auto
    }
}

.section-mob-employee {
    position: relative;
    overflow: hidden;
    padding: 48px 16px 0;
    margin-top: 20px
}

@media (min-width: 640px) {
    .section-mob-employee {
        padding: 0;
        margin-top: 40px
    }
}

.section-mob-employee .mob-employee {
    z-index: 1
}

@media (min-width: 640px) {
    .section-mob-employee .mob-employee {
        padding: 70px 40px 0
    }
}

@media (min-width: 767px) {
    .section-mob-employee .mob-employee {
        padding: 70px 40px 0
    }
}

@media (min-width: 1120px) {
    .section-mob-employee .mob-employee {
        padding: 75px 0 75px 76px
    }
}

.section-mob-employee .h0-title {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .section-mob-employee .h0-title {
        margin-bottom: 11px
    }
}

@media (min-width: 767px) {
    .section-mob-employee .h0-title {
        margin-bottom: 15px
    }
}

@media (min-width: 1120px) {
    .section-mob-employee .h0-title {
        margin-bottom: 28px
    }
}

.section-mob-employee img {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 64px);
    max-width: none;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

@media (min-width: 640px) {
    .section-mob-employee img {
        margin-left: 0;
        margin-right: 0
    }
}

.section-mob-employee .description {
    font-size: 18px;
    color: #001424;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.33
}

@media (min-width: 640px) {
    .section-mob-employee .description {
        font-size: 18px
    }
}

@media (min-width: 767px) {
    .section-mob-employee .description {
        font-size: 18px
    }
}

@media (min-width: 1120px) {
    .section-mob-employee .description {
        font-size: 20px
    }
}

.section-mob-employee .description a {
    color: #ff0032;
    transition: all .25s;
    text-decoration: none;
    border-bottom: 1px dotted
}

.section-mob-employee .additional__btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 640px) {
    .section-mob-employee .additional__btns {
        margin-top: 60px
    }
}

.section-mob-employee .additional__btns a + a {
    margin-top: 28px
}

.section-mob-employee .additional__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
    color: #9198a0
}

@media (min-width: 640px) {
    .section-mob-employee .additional__text {
        margin-top: 24px
    }
}

@media (min-width: 767px) {
    .section-mob-employee .additional__text {
        margin-top: 12px
    }
}

@media (min-width: 767px) {
    .section-mob-employee .mob-employee {
        width: 100%;
        margin-bottom: 0
    }

    .section-mob-employee .description {
        width: 85%
    }

    .section-mob-employee .additional__text br {
        display: none
    }

    .section-mob-employee img {
        max-height: 500px;
        max-width: 100%;
        width: auto;
        margin: 0 0 0 auto
    }
}

@media (min-width: 1120px) {
    .section-mob-employee {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .section-mob-employee .mob-employee {
        width: 47%
    }

    .section-mob-employee .description a:hover {
        color: #c90000;
        border-color: transparent
    }

    .section-mob-employee picture {
        position: relative;
        width: 50%
    }

    // .section-mob-employee picture:after {
    //     content: "";
    //     position: absolute;
    //     left: 0;
    //     right: 0;
    //     bottom: 0;
    //     height: 50px;
    //     background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .001), #fff)
    // }

    .section-mob-employee img {
        max-height: none;
        width: 100%
    }
}

@media screen and (min-width: 1320px) {
    .section-mob-employee .additional__btns {
        flex-direction: row;
        align-items: center
    }

    .section-mob-employee .additional__btns a + a {
        margin-top: 0;
        margin-left: 32px
    }
}

.section-emp-request p.subtitle {
    display: none;
    color: #fff;
    font-size: 14px;
    font-family: MTSTextMedium, sans-serif;
    line-height: 1.3
}

.section-emp-request .emp-request-main {
    display: flex;
    flex-direction: column
}

.section-emp-request .emp-request-main .emp-request-col h2 {
    margin-bottom: 24px
}

.section-emp-request .emp-request-main .emp-request-col p {
    margin-bottom: 20px
}

.section-emp-request .emp-request-main .emp-request-col button {
    width: 100%
}

.section-emp-request .emp-form .form-row {
    display: flex;
    flex-direction: column;
    margin: 0 -15px
}

.section-emp-request .emp-form .form-row .form-col {
    padding: 0 15px
}

.section-emp-request .emp-form .form-row .form-col.checkbox-label {
    margin-bottom: 24px
}

.section-emp-request .emp-form .form-row .form-col.checkbox-label.error {
    margin-bottom: 48px
}

.section-emp-request .emp-form + .section-emp-request .emp-form {
    border-top: 2px solid rgba(226, 229, 235, .6);
    padding-top: 18px
}

.section-emp-request .emp-form .checkbox-label + .form-btn-container {
    margin-top: 24px
}

.section-emp-request--simplified .form-label > span:first-of-type:after {
    content: "*";
    color: #ff0032
}

.section-emp-request--simplified .optional .form-label > span:first-of-type:after {
    display: none
}

@media (min-width: 767px) {
    .section-emp-request .emp-request-main .emp-request-col button {
        width: auto
    }

    .section-emp-request .emp-form {
        padding-bottom: 11px
    }

    .section-emp-request .emp-form + .section-emp-request .emp-form {
        padding-top: 33px
    }

    .section-emp-request .emp-form .form-row {
        flex-direction: row
    }

    .section-emp-request .emp-form .form-row .form-col {
        flex: 1
    }

    .section-emp-request .emp-form .form-row .form-col._2 {
        width: 50%
    }
}

@media (min-width: 1120px) {
    .section-emp-request {
        padding: 0
    }

    .section-emp-request p.subtitle {
        display: block
    }

    .section-emp-request h2 {
        color: #fff;
        margin-bottom: 10px
    }

    .section-emp-request .emp-request-main {
        flex-direction: row
    }

    .section-emp-request .emp-request-main .emp-request-col {
        width: 70%
    }

    .section-emp-request .emp-request-main .emp-request-col:first-of-type {
        padding: 50px;
        background-image: url(/build/website/images/request-bg-1.de90e9c2.jpg);
        background-size: cover;
        background-position: 50%;
        border-radius: 8px 0 0 8px
    }

    .section-emp-request .emp-request-main .emp-request-form {
        padding: 50px
    }

    .section-emp-request--simplified .emp-request-main .emp-request-col:first-of-type {
        background-image: url(/build/website/images/request-simple-bg-1.e7cf5022.png)
    }
}

.section-test-drive {
    padding: 24px 16px 40px
}

@media (min-width: 640px) {
    .section-test-drive {
        padding: 20px 40px 40px
    }
}

@media (min-width: 767px) {
    .section-test-drive {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .section-test-drive {
        padding: 42px 36px
    }
}

.section-test-drive .title {
    margin-bottom: 24px
}

@media (min-width: 640px) {
    .section-test-drive .title {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .section-test-drive .title {
        margin-bottom: 20px
    }
}

.section-test-drive .description {
    margin-bottom: 24px
}

@media (min-width: 640px) {
    .section-test-drive .description {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .section-test-drive .description {
        margin-bottom: 32px
    }
}

.section-test-drive .btn-red {
    margin-bottom: 10px;
    width: 100%
}

@media (min-width: 640px) {
    .section-test-drive .btn-red {
        margin-bottom: 0
    }
}

.section-test-drive .test-drive {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .section-test-drive {
        display: flex
    }

    .section-test-drive .test-drive {
        width: 60%
    }

    .section-test-drive .square {
        flex: 1
    }

    .section-test-drive .btn-red {
        width: auto
    }
}

@media (min-width: 767px) {
    .section-test-drive {
        display: flex
    }

    .section-test-drive.quick-start .test-drive {
        flex: 7
    }

    .section-test-drive.quick-start .square {
        flex: 6
    }

    .section-test-drive p.description {
        width: 83%
    }

    .section-test-drive .test-drive {
        margin: 0
    }

    .section-test-drive .btn-red {
        width: auto
    }

    .section-test-drive .square {
        padding-top: 20px;
        flex: 1
    }

    .section-test-drive .square .item {
        width: calc(33.3% + 28px);
        padding-bottom: calc(33.3% + 28px)
    }

    .section-test-drive .square .item:nth-child(1n+0), .section-test-drive .square .item:nth-child(1n+1), .section-test-drive .square .item:nth-child(1n+2), .section-test-drive .square .item:nth-child(1n+3) {
        margin-left: -28px
    }
}

@media (min-width: 1120px) {
    .section-test-drive {
        justify-content: space-between;
        margin-bottom: 40px
    }

    .section-test-drive p.description {
        width: 65%
    }

    .section-test-drive .square {
        flex: initial;
        padding-top: 0;
        position: relative;
        right: 50px
    }

    .section-test-drive .square .item {
        width: calc(33.3% + 38px);
        padding-bottom: calc(33.3% + 38px)
    }

    .section-test-drive .square .item:nth-child(1n+0) {
        top: -14px;
        margin-left: -38px
    }

    .section-test-drive .square .item:nth-child(1n+1) {
        top: 0;
        margin-left: -38px
    }

    .section-test-drive .square .item:nth-child(1n+2) {
        top: 14px;
        margin-left: -38px
    }

    .section-test-drive .square .item:nth-child(1n+3) {
        top: 28px;
        margin-left: -38px
    }
}

.section-faq-index {
    margin-bottom: 60px
}

.section-faq-index .faq-main {
    margin-bottom: 15px
}

.section-faq-index .btn-gray {
    display: inline-block;
    margin-bottom: 32px;
    line-height: normal
}

@media (min-width: 640px) {
    .section-faq-index .btn-gray {
        margin-bottom: 40px
    }
}

@media (min-width: 767px) {
    .section-faq-index .btn-gray {
        margin-bottom: 0
    }
}

.section-faq-index .help-online {
    margin: 0;
    padding: 24px 16px
}

@media (min-width: 640px) {
    .section-faq-index .help-online {
        padding: 24px
    }
}

@media (min-width: 767px) {
    .section-faq-index .help-online {
        padding: 24px
    }
}

@media (min-width: 1120px) {
    .section-faq-index .help-online {
        padding: 36px
    }
}

@media (min-width: 767px) {
    .section-faq-index .section-faq-main {
        margin-bottom: 40px
    }
}

@media (min-width: 1120px) {
    .section-faq-index {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px 36px 43px
    }

    .section-faq-index .faq-help {
        width: 380px
    }

    .section-faq-index .section-faq-main {
        padding-right: 36px;
        margin-bottom: 0;
        flex: 1
    }
}

article.faq {
    position: relative;
    border-bottom: 1px solid #e2e5eb
}

article.faq .title {
    position: relative;
    padding: 16px 0 18px;
    cursor: pointer
}

article.faq .title p {
    padding-right: 46px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -.3px;
    transition: all .25s
}

article.faq .main {
    display: none;
    padding-bottom: 27px
}

article.faq .main p {
    font-size: 16px;
    line-height: 1.5
}

article.faq.open:after {
    transform: rotate(-180deg) scale(1.3)
}

article.faq:after {
    content: "";
    background: url(/build/website/images/sprite.f2875883.svg) 79.012345679% 74.3243243243% no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 26px;
    right: 12px;
    transform: scale(1.3);
    transition: all .25s
}

article.faq:last-of-type {
    border-bottom: 0
}

@media (min-width: 767px) {
    article.faq {
        line-height: 1.5
    }
}

@media (min-width: 1120px) {
    article.faq .title:hover p {
        color: #c90000
    }

    article.faq:after {
        top: 25px;
        right: 20px;
        width: 11px;
        height: 9px
    }
}

.faq-title {
    margin-bottom: 55px
}

.faq-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 34px;
    margin-bottom: 40px
}

.faq-section h3 {
    font-size: 24px;
    padding: 0
}

@supports (-webkit-appearance:caret) {
    .faq-section h3 {
        margin-bottom: 34px
    }
}

.faq-section h3 span {
    border-bottom: 1px dashed #001424;
    display: inline;
    font-weight: 500;
    font-family: MTSTextMedium, sans-serif
}

@media (min-width: 1120px) {
    .faq-section h3 span {
        transition: all .25s;
        cursor: pointer
    }

    .faq-section h3 span * {
        color: inherit
    }

    .faq-section h3 span:hover {
        border-bottom-color: transparent
    }
}

.faq-section .faq-main {
    width: 100%
}

.faq-section .faq-main:first-of-type .faq-category {
    display: block
}

.faq-section .faq-category {
    margin-top: -20px;
    align-self: stretch;
    display: none;
    padding: 0 0 10px
}

.faq-section .faq-category .faq .title p {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    margin: 0
}

.subsection {
    padding: 28px 0 24px;
    background: #fff;
    margin-bottom: 43px
}

@media (min-width: 640px) {
    .subsection {
        padding: 30px 0
    }
}

@media (min-width: 767px) {
    .subsection {
        padding: 30px 0 40px
    }
}

@media (min-width: 1120px) {
    .subsection {
        padding: 30px 0 50px
    }
}

.subsection .head {
    padding: 0 16px;
    display: flex;
    max-width: 100%;
    position: relative
}

@media (min-width: 640px) {
    .subsection .head {
        padding: 0 20px
    }
}

@media (min-width: 767px) {
    .subsection .head {
        padding: 0 40px
    }
}

@media (min-width: 1120px) {
    .subsection .head {
        padding: 0 50px
    }
}

.subsection .head .slider {
    display: flex;
    font-size: 0;
    padding: 0 10px
}

.subsection .head .slider .slick-slide {
    padding: 0 0 17px;
    margin-right: 0;
    position: relative;
    height: auto;
    top: 0;
    z-index: 1
}

@media (min-width: 640px) {
    .subsection .head .slider .slick-slide {
        padding: 20px 0
    }
}

@media (min-width: 767px) {
    .subsection .head .slider .slick-slide {
        padding: 15px 0
    }
}

@media (min-width: 1120px) {
    .subsection .head .slider .slick-slide {
        padding: 20px 0
    }
}

@media (min-width: 640px) {
    .subsection .head .slider .slick-slide {
        margin-right: 24px
    }
}

@media (min-width: 767px) {
    .subsection .head .slider .slick-slide {
        margin-right: 40px
    }
}

.subsection .head .slider .slick-slide:last-of-type {
    margin: 0;
    min-width: 100px
}

.subsection .head .slider .slick-slide.slick-current {
    cursor: default;
    color: #c90000
}

.subsection .head .slider .slick-slide.slick-current:after {
    background-color: #c90000
}

@media (min-width: 1120px) {
    .subsection .head .slider .slick-slide {
        transition: all .25s;
        cursor: pointer
    }

    .subsection .head .slider .slick-slide * {
        color: inherit
    }

    .subsection .head .slider .slick-slide:hover {
        color: #c90000
    }

    .subsection .head .slider .slick-slide:hover:after {
        background-color: #c90000
    }
}

.subsection .head .slider .slick-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 3px;
    bottom: 0;
    background-color: transparent;
    border-radius: 3px;
    transition: all .25s
}

.subsection .head .slider .subsection-slider-btn {
    line-height: 1.21;
    font-size: 14px;
    font-family: MTSTextMedium, sans-serif
}

.subsection .head .slider .slick-list {
    z-index: 0
}

.subsection .head .slider .slick-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #f2f3f7;
    z-index: -1
}

.subsection .head .slider .slick-track {
    display: flex;
    align-items: stretch
}

.subsection .head .slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: #f2f3f7
}

.subsection .head .slider .slick-arrow:hover {
    background: #f2f3f7
}

.subsection .head .slider .slick-arrow.slick-prev {
    left: -38px
}

.subsection .head .slider .slick-arrow.slick-next {
    right: -38px
}

.subsection .content .subsection-btn-desktop {
    display: none
}

.subsection .content .btn-white {
    align-self: flex-start
}

.subsection .subsection-main {
    padding: 30px 16px 0;
    position: relative;
    display: flex;
    flex-direction: column
}

@media (min-width: 640px) {
    .subsection .subsection-main {
        padding: 30px 20px 0
    }
}

@media (min-width: 767px) {
    .subsection .subsection-main {
        padding: 42px 24px 24px 41px
    }
}

@media (min-width: 1120px) {
    .subsection .subsection-main {
        padding: 38px 50px 0
    }
}

.subsection .subsection-content h2 {
    margin-bottom: 14px
}

@media (min-width: 640px) {
    .subsection .subsection-content h2 {
        margin-bottom: 14px
    }
}

@media (min-width: 767px) {
    .subsection .subsection-content h2 {
        margin-bottom: 21px
    }
}

.subsection .subsection-content .description {
    margin-bottom: 12px
}

.subsection .subsection-content .description p {
    margin-bottom: 22px;
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.44
}

.subsection .subsection-content .description p:last-of-type {
    margin-bottom: 0
}

.subsection .subsection-content .links-icon {
    margin-bottom: 20px
}

.subsection .subsection-content .links-icon li {
    margin-bottom: 6px
}

.subsection .subsection-content .links-icon li a {
    display: inline-flex;
    text-decoration: none;
    align-items: center
}

@media (min-width: 1120px) {
    .subsection .subsection-content .links-icon li a {
        transition: all .25s;
        cursor: pointer
    }

    .subsection .subsection-content .links-icon li a * {
        color: inherit
    }

    .subsection .subsection-content .links-icon li a:hover {
        color: #c90000
    }
}

.subsection .subsection-content .links-icon li a .svg {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px
}

.subsection .subsection-content .links-icon li a .svg img {
    width: inherit;
    max-width: 100%;
    height: auto
}

.subsection .subsection-content .links-icon li:last-of-type {
    margin-bottom: 0
}

.subsection .subsection-image {
    padding-bottom: 67.57813%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-bottom: 24px
}

.subsection .subsection-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (min-width: 640px) {
    .subsection .head .slider .slick-arrow.slick-prev {
        left: -42px
    }

    .subsection .head .slider .slick-arrow.slick-next {
        right: -42px
    }
}

@media (min-width: 767px) {
    .subsection .head .slider .slick-arrow.slick-prev {
        left: -62px
    }

    .subsection .head .slider .slick-arrow.slick-next {
        right: -62px
    }

    .subsection .content .subsection-btn-desktop {
        display: block;
        margin-top: 28px
    }

    .subsection .content .subsection-btn-mobile {
        display: none
    }

    .subsection .subsection-main {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .subsection .subsection-main .subsection-content {
        width: calc(50% - 20px)
    }

    .subsection .subsection-main .subsection-content .links-icon {
        margin-bottom: 0
    }

    .subsection .subsection-main .subsection-image {
        padding-bottom: 33.78906%;
        width: 50%;
        margin-bottom: 0
    }
}

@media (min-width: 1120px) {
    .subsection .head .slider .slick-arrow.slick-prev {
        left: -72px
    }

    .subsection .head .slider .slick-arrow.slick-next {
        right: -72px
    }

    .subsection .content .btn-white {
        left: 50px
    }

    .subsection .subsection-main .subsection-content {
        width: calc(50% - 50px)
    }
}

.calc-equipment-detail + .options-list_wrapper{
    margin-top: 48px;
}

.options-list_wrapper{
    display: flex;
}

.options-list_label{
    width: 40%;
    padding-right: 24px;
    font-weight: 500;
}
.calc.options-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 60%;
}

@media (max-width: 767px) {
    .options-list_wrapper{
        display: block;
    }
    .options-list_label{
        padding-right: 0;
        width: 100%;
        margin-bottom: 12px;
    }
    .calc.options-list{
        width: 100%;
    }
    .calc.options-list .checkbox-label{
        margin-right: 0;
    }
}

.calc.options-list .checkbox-label {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.calc.options-list .label{
    align-items: center;
    margin-right: 8px;
}

.calc.options-list .section-calc__tariffs-tooltip-hover {
    top: inherit;
    bottom: 20px;
}


.section-calc {
    margin-bottom: 60px
}

.section-calc h2 {
    margin-bottom: 23px
}

.section-calc .section-calc-info {
    padding-top: 32px
}

.section-calc .calc-row {
    display: flex;
    flex-direction: column
}

.section-calc .calc-col.ranges {
    margin-bottom: 32px
}

@media (min-width: 640px) {
    .section-calc .calc-col.ranges {
        margin-bottom: 32px
    }
}

@media (min-width: 767px) {
    .section-calc .calc-col.ranges {
        margin-bottom: 52px
    }
}

.section-calc .calc-col.ranges .range-label .range-input {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 66px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid rgba(145, 152, 160, .5);
    border-radius: 6px;
    padding: 10px 12px;
    color: #9198a0
}

.section-calc .calc-col.ranges .equipment:first-of-type {
    margin-bottom: 12px;
    margin-top: 32px
}

.section-calc .calc-col.ranges .equipment:first-of-type span.label {
    font-family: MTSTextBold, sans-serif;
    font-weight: 900;
    line-height: 1.5
}

.section-calc .calc-col.ranges .equipment:first-of-type .ui-selectmenu-button {
    flex: 1 1 auto;
    margin: 0
}

.section-calc .calc-col.checkboxes {
    margin-top: 26px
}

.section-calc .calc-col.checkboxes .checkboxes-list {
    margin-top: 12px
}

@media (min-width: 767px) {
    .section-calc .calc-equipment-detail {
        padding-left: 40%
    }
}

.section-calc .calc-equipment-detail-description {
    margin-bottom: 1.25em;
    font-size: 14px;
    line-height: 19px
}

.section-calc .calc-results__inner {
    background-color: #f2f3f7;
    padding: 24px 16px;
    border-radius: 12px
}

.section-calc .calc-results__main-item + .calc-results__main-item {
    margin-top: 16px
}

.section-calc .calc-results__main-item-price {
    font-family: MTSTextBlack, sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -.5px
}

.section-calc .calc-results__main-item-description {
    font-size: 16px;
    line-height: 19px
}

.section-calc .calc-results__main-btn-container {
    margin-top: 16px
}

.section-calc .calc-results__main-btn-container button {
    padding: 13px 30px;
    width: 100%;
    max-width: 262px
}

.section-calc .calc-results__main-btn-container button[data-type=calculator] {
    display: none
}

.section-calc .calc-results__main-btn--valid button[data-type=calculator], .section-calc .calc-results__main-btn-container button[data-type=count] {
    display: block
}

.section-calc .calc-results__main-btn--valid button[data-type=count] {
    display: none
}

.section-calc .calc-results__additional {
    margin-top: 16px
}

.section-calc .calc-results__additional-heading {
    font-family: MTSTextMedium, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.section-calc .calc-results__additional-list {
    margin-top: 8px
}

.section-calc .calc-results__additional-list-item {
    position: relative;
    padding-left: 30px
}

.section-calc .calc-results__additional-list-item + .calc-results__additional-list-item {
    margin-top: 8px
}

.section-calc .calc-results__additional-list-divider {
    padding-left: 0
}

.section-calc .calc-results__additional-list-divider hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #dbdce0
}

.section-calc .calc-results__additional-list-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px
}

.section-calc .calc-results__additional-list-toggle {
    cursor: pointer;
    font: inherit;
    text-align: left;
    text-decoration: none
}

.section-calc .calc-results__additional-list-toggle span {
    pointer-events: none;
    border-bottom: 1px dashed #000;
    transition: border-color .1s linear
}

.section-calc .calc-results__additional-list-toggle:hover span {
    border-color: hsla(0, 0%, 100%, .001)
}

.section-calc .calc-results__advantages-dropdown {
    position: absolute;
    top: 100%;
    left: -8px;
    z-index: 5;
    margin-top: 8px;
    display: none;
    max-height: 50vh;
    width: calc(100% + 32px);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 20, 36, .16);
    overflow-x: hidden;
    overflow-y: auto
}

.section-calc .calc-results__advantages-dropdown-inner {
    padding: 17px 40px 20px 15px
}

.section-calc .calc-results__additional-list-title {
    font-size: 16px;
    line-height: 24px
}

.section-calc .calc-results__additional-list-title strong {
    color: #ff0032;
    font-weight: 400
}

.section-calc .calc-results__additional-list-title[type=button] {
    text-align: left;
    display: inline;
    cursor: pointer;
    text-decoration: underline #c5c9db dashed;
    text-underline-position: under;
    padding-right: 8px
}

.section-calc .calc-results__additional-list-title:focus + .calc-results__additional-list-tooltip, .section-calc .calc-results__additional-list-title:hover + .calc-results__additional-list-tooltip {
    z-index: 2;
    opacity: 1;
    transform: translateY(4px);
    transition: z-index 0s linear, opacity .2s linear, transform .2s ease-in-out
}

.section-calc .calc-results__additional-list-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #6e7782;
    z-index: -10;
    opacity: 0;
    transition: z-index 0s linear .2s, opacity .2s linear, transform .2s ease-in-out
}

.section-calc .calc-results__info {
    margin-top: 12px;
    padding-right: 45px;
    font-size: 14px;
    line-height: 1.1429;
    color: #9198a0
}

.section-calc .calc-results__info--alt {
    display: none
}

.section-calc .calc-results__info span {
    color: inherit
}

.section-calc .calc-results__info a.calc-results__info-link, .section-calc .calc-results__info span.calc-results__info-link {
    text-decoration: none;
    color: #0097fd;
    transition: color .1s linear
}

.section-calc .calc-results__info a.calc-results__info-link:hover {
    color: #007cff
}

.section-calc__tariffs-tooltip {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px
}

.section-calc__tariffs-tooltip-hover {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    padding-top: 16px;
    transition: opacity .2s ease
}

.section-calc__tariffs-tooltip:hover .section-calc__tariffs-tooltip-hover {
    opacity: 1;
    pointer-events: auto
}

.section-calc__tariffs-tooltip-dropdown {
    width: 290px;
    margin-top: 16px;
    max-width: 250px;
    padding: 20px 20px 22px;
    font-size: 16px;
    line-height: 1.375;
    color: #6e7782;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 20, 36, .16)
}

.section-calc__tariffs-tooltip-dropdown a {
    color: #ff0032;
    text-decoration: underline;
    transition: color .15s ease
}

.section-calc__tariffs-tooltip-dropdown a:hover {
    color: #c90000
}

.section-calc__tariffs-tooltip--mob {
    position: absolute;
    top: 4px;
    right: 0
}

.section-calc__tariffs-tooltip--mob .section-calc__tariffs-tooltip-hover {
    padding-top: 5px
}

.section-calc__tariffs {
    display: flex;
    flex-grow: 1;
    border-bottom: 3px solid #f2f3f7
}

.section-calc__tariffs--tabs {
    display: none
}

.section-calc__tariffs + .ui-selectmenu-button {
    position: relative;
    width: auto;
    border: 2px solid rgba(145, 152, 160, .5);
    padding: 11px 14px;
    border-radius: 6px
}

.section-calc__tariffs + .ui-selectmenu-button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #9198a0;
    border-right: 2px solid #9198a0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 18px;
    right: 16px;
    transition: transform .2s linear
}

.section-calc__tariffs + .ui-selectmenu-button.ui-selectmenu-button-open:before {
    transform: rotate(-45deg) scale(-1)
}

.section-calc__tariff-item input {
    display: none
}

.section-calc__tariff-item label span {
    cursor: pointer;
    font-family: MTSTextMedium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    margin-bottom: -3px;
    border-bottom: 3px solid hsla(0, 0%, 100%, .001);
    transition: color .1s linear, border-color .1s linear
}

.section-calc__tariff-item input:checked + label span {
    color: #ff0032;
    border-color: #ff0032
}

.section-calc__tariff-item + .section-calc__tariff-item {
    margin-left: 28px
}

.section-calc__tariff-item + .section-calc__tariff-item:last-of-type {
    padding-top: 5px;
    padding-left: 22px;
    margin-left: auto
}

@media (min-width: 767px) {
    .section-calc .section-calc-form {
        padding: 12px 0
    }

    .section-calc .calc-col.ranges .range-label {
        display: flex;
        align-items: center;
        margin-bottom: 48px;
        padding-top: 20px
    }

    .section-calc .calc-col.ranges .range-label:last-of-type {
        margin-bottom: 0
    }

    .section-calc .calc-col.ranges .range-label:first-of-type {
        margin-bottom: 48px
    }

    .section-calc .calc-col.ranges .range-label span.label {
        width: 40%;
        padding-right: 24px
    }

    .section-calc .calc-col.ranges .range-label .range-box {
        width: 60%;
        margin-top: 10px
    }

    .section-calc .calc-col.ranges .range-label .range-input {
        bottom: -4px
    }

    .section-calc .calc-col.ranges .range-label--input .range-box {
        width: calc(60% - 100px)
    }

    .section-calc .calc-col.ranges .equipment:first-of-type {
        padding-top: 0;
        margin-top: 48px;
        margin-bottom: 8px
    }

    .section-calc .calc-col.checkboxes {
        display: flex;
        margin-top: 36px
    }

    .section-calc .calc-col.checkboxes .label.bodyM {
        width: 40%;
        padding-right: 24px
    }

    .section-calc .calc-col.checkboxes .checkboxes-list {
        width: 60%;
        margin-top: 0
    }

    .section-calc .calc-col.checkboxes .checkbox-label {
        width: 100%
    }

    .section-calc .calc-results__inner {
        display: flex;
        justify-content: space-between;
        padding: 30px
    }

    .section-calc .calc-results__additional, .section-calc .calc-results__main {
        width: calc(50% - 24px)
    }

    .section-calc .calc-results__main {
        order: 1
    }

    .section-calc .calc-results__advantages-dropdown {
        left: -16px;
        width: calc(100% + 60px)
    }

    .section-calc .calc-results__additional {
        margin-top: 0
    }

    .section-calc .section-calc__tariffs-tooltip--mob, .section-calc__tariffs--select, .section-calc__tariffs--select + .ui-selectmenu-button {
        display: none
    }

    .section-calc__tariffs--tabs {
        display: flex;
        width: 60%
    }
}

@media (min-width: 1120px) {
    .section-calc .section-calc-form {
        padding: 17px 0
    }

    .section-calc .calc-row {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .section-calc .calc-row .calc-col.ranges {
        width: 70%;
        padding-right: 88px
    }

    .section-calc .calc-results {
        width: 30%
    }

    .section-calc .calc-results__inner {
        flex-direction: column
    }

    .section-calc .calc-results__additional, .section-calc .calc-results__main {
        width: 100%
    }

    .section-calc .calc-results__main {
        order: 0
    }

    .section-calc .calc-results__additional, .section-calc .calc-results__main-btn-container {
        margin-top: 20px
    }
}

.section-feature {
    margin-bottom: 20px
}

.section-feature[data-type="3"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

@media (min-width: 1120px) {
    .section-feature[data-type="3"] {
        flex-direction: row;
        justify-content: space-between
    }
}

.section-feature .section-title {
    text-align: center;
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .section-feature .section-title {
        margin-bottom: 16px
    }
}

@media (min-width: 767px) {
    .section-feature .section-title {
        margin-bottom: 24px
    }
}

.feature {
    padding: 23px 16px;
    border-radius: 12px;
    background-color: #fff
}

@media (min-width: 640px) {
    .feature {
        padding: 23px 16px
    }
}

@media (min-width: 767px) {
    .feature {
        padding: 40px
    }
}

.feature img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

@media (min-width: 767px) {
    .feature[data-type="1"], .feature[data-type="2"] {
        display: flex;
        justify-content: space-between
    }

    .feature[data-type="1"] .feature-content, .feature[data-type="1"] .picture-main, .feature[data-type="2"] .feature-content, .feature[data-type="2"] .picture-main {
        display: flex;
        flex-direction: column;
        width: calc(50% - 10px)
    }

    .feature[data-type="1"] .picture-main, .feature[data-type="2"] .picture-main {
        position: relative
    }
}

@media (min-width: 1120px) {
    .feature[data-type="1"] .feature-content, .feature[data-type="2"] .feature-content {
        justify-content: space-between
    }

    .feature[data-type="1"] .feature-content .note, .feature[data-type="2"] .feature-content .note {
        width: 86%
    }

    .feature[data-type="1"] .picture-main, .feature[data-type="2"] .picture-main {
        position: relative
    }
}

@media (min-width: 1120px) {
    .feature[data-type="1"] {
        margin-bottom: 40px
    }
}

@media (min-width: 767px) {
    .feature[data-type="2"] {
        flex-direction: row-reverse
    }
}

.feature[data-type="3"] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative
}

.feature[data-type="3"] .info-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.feature[data-type="3"] .picture-main {
    order: 1
}

@media (min-width: 640px) {
    .feature[data-type="3"] h2 {
        max-width: 55%
    }
}

@media (min-width: 767px) {
    .feature[data-type="3"] {
        position: relative;
        padding-bottom: 20px;
        min-height: 211px;
        box-sizing: content-box
    }

    .feature[data-type="3"] p {
        width: 50%
    }

    .feature[data-type="3"] h2 {
        margin-bottom: 32px
    }

    .feature[data-type="3"] .note {
        width: 48%
    }

    .feature[data-type="3"] .picture-main {
        position: absolute;
        bottom: 40px;
        left: auto;
        right: 40px;
        top: 40px;
        margin: auto
    }
}

@media (min-width: 1120px) {
    .feature[data-type="3"] {
        width: calc(50% - 16px);
        padding: 50px;
        box-sizing: border-box;
        margin: 0
    }

    .feature[data-type="3"] h2, .feature[data-type="3"] p, .feature[data-type="3"] ul {
        max-width: none;
        width: 100%
    }

    .feature[data-type="3"] .picture-main {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        transform: none;
        margin: 0 0 36px;
        order: 0
    }

    .feature[data-type="3"] .note {
        width: 82%
    }
}

.feature[data-type="4"] {
    width: 100%;
    margin-bottom: 16px
}

.feature[data-type="4"]:last-of-type {
    margin: 0
}

.feature[data-type="4"] img {
    margin-bottom: 16px;
    text-decoration: none
}

.feature[data-type="4"] h4 {
    margin-bottom: 16px
}

@media (min-width: 767px) {
    .feature[data-type="4"] {
        margin-bottom: 20px;
        width: calc(50% - 10px)
    }
}

@media (min-width: 1120px) {
    .feature[data-type="4"] {
        margin-bottom: 0;
        width: calc(33.3% - 20px);
        padding: 46px 25px 50px 48px
    }

    .feature[data-type="4"] img, .feature[data-type="4"] p {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .feature:not([data-type="4"]) .picture-main {
        width: 314px;
        min-height: 211px;
        padding: 0;
        display: flex
    }

    .feature:not([data-type="4"]) .picture-main > * {
        position: static;
        margin: auto
    }
}

@media (min-width: 1120px) {
    .feature:not([data-type="4"]) .picture-main {
        position: relative;
        width: 550px;
        padding: 0
    }

    .feature:not([data-type="4"]) .picture-main.smaller {
        max-width: 320px
    }

    .feature:not([data-type="4"])[data-type="3"] .picture-main {
        width: 380px;
        height: 250px;
        padding: 0
    }
}

.feature p {
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.38
}

.feature p, .feature ul:not(.breadcrumbs):not(.ui-menu) {
    margin-bottom: 24px
}

@media (min-width: 640px) {
    .feature ul:not(.breadcrumbs):not(.ui-menu) {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .feature ul:not(.breadcrumbs):not(.ui-menu) {
        margin-bottom: 33px
    }
}

.feature ul:not(.breadcrumbs):not(.ui-menu) li {
    margin-bottom: 22px;
    font-size: 16px;
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.38;
    position: relative
}

@media (min-width: 640px) {
    .feature ul:not(.breadcrumbs):not(.ui-menu) li {
        margin-bottom: 22px
    }
}

@media (min-width: 767px) {
    .feature ul:not(.breadcrumbs):not(.ui-menu) li {
        margin-bottom: 23px
    }
}

.feature ul:not(.breadcrumbs):not(.ui-menu) li b {
    font-family: MTSTextMedium, sans-serif;
    line-height: 1.25;
    display: inline-block
}

.feature ul:not(.breadcrumbs):not(.ui-menu) li:last-of-type {
    margin-bottom: 0
}

.feature ul._v h3 {
    font-size: 18px
}

.feature ul._v p {
    font-size: 16px
}

.feature ul._v li {
    padding-left: 31px
}

.feature ul._v li:before {
    content: "";
    background: url(/build/website/images/sprite.f2875883.svg) 87.6712328767% 50% no-repeat;
    width: 18px;
    height: 14px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 3px
}

@media (min-width: 767px) {
    .feature ul:not(.breadcrumbs):not(.aside-menu) {
        width: 60%
    }

    .feature ul:not(.breadcrumbs):not(.aside-menu) li {
        margin-bottom: 20px
    }
}

@media (min-width: 1120px) {
    .feature ul:not(.breadcrumbs):not(.aside-menu) {
        width: 100%
    }
}

.feature .feature-content {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .feature .feature-content {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .feature .feature-content {
        margin-bottom: 0
    }
}

.feature .feature-content .info-block:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

.feature .feature-content .info-block:last-of-type > :not(:last-child) {
    margin-bottom: 20px
}

.feature .feature-content .info-block .btn-container {
    margin-bottom: 24px
}

.feature .picture-main {
    position: relative;
    padding-bottom: 67.01389%
}

.feature .picture-main > * {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.feature .note {
    padding-left: 24px;
    padding-top: 12px;
    position: relative;
    font-family: MTSTextMedium, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    color: #5f7b95;
    border-top: 2px solid #5f7b95;
    margin-top: auto
}

.feature .note:before {
    content: "";
    background: url(/build/website/images/sprite.f2875883.svg) 0 100% no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 12px
}

.feature .market {
    font-size: 0;
    display: flex;
    margin-bottom: 24px
}

.feature .market--apple, .feature .market--google {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

.feature .market--apple {
    width: 152px
}

.feature .market--google {
    width: 166px
}

.feature .market a {
    height: 48px;
    text-decoration: none;
    display: inline-block;
    margin-right: 16px
}

.feature .market a:last-of-type {
    margin-right: 0
}

.feature .market a svg {
    height: 48px
}

.feature.feature-bulletpoints ul:not(.breadcrumbs):not(.ui-menu) li {
    position: relative;
    padding-left: 18px
}

.feature.feature-bulletpoints ul:not(.breadcrumbs):not(.ui-menu) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff0032
}

@media (min-width: 767px) {
    .feature.feature-bulletpoints ul:not(.breadcrumbs):not(.aside-menu) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -40px
    }

    .feature.feature-bulletpoints ul:not(.breadcrumbs):not(.ui-menu) li {
        width: calc(50% - 14px);
        margin-bottom: 40px
    }
}

@media (min-width: 1120px) {
    .feature.feature-bulletpoints ul:not(.breadcrumbs):not(.ui-menu) li {
        width: calc(33% - 30px)
    }
}

.feature.feature-table table {
    margin-bottom: 20px
}

@media (min-width: 1120px) {
    .feature.feature-text .info-block:last-of-type {
        flex-direction: row
    }

    .feature.feature-text .info-block:last-of-type h2 {
        flex: 1
    }

    .feature.feature-text .info-block:last-of-type p {
        flex: 1.8
    }
}

.option-list {
    margin-bottom: 40px
}

.option-list ul {
    display: flex;
    flex-direction: column
}

.option-list ul li {
    display: flex;
    margin-bottom: 28px
}

.option-list ul li:nth-of-type(n+5) {
    display: none
}

.option-list ul .option-list-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    border-radius: 12px;
    background: #fff;
    text-decoration: none
}

.option-list ul .option-list-item-inner .picture {
    width: 200px;
    height: 200px;
    margin-bottom: 16px;
    display: flex
}

.option-list ul .option-list-item-inner .picture img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    margin: auto
}

.option-list ul .option-list-item-inner h4 {
    margin-bottom: 7px;
    transition: color .2s linear
}

.option-list ul .option-list-item-inner:hover h4 {
    color: #c90000
}

.option-list ul .option-list-item-inner p {
    font-size: 16px;
    line-height: 24px
}

.option-list .btn-block {
    position: relative;
    text-align: center;
    width: 100%;
    height: 96px
}

.option-list .btn-block .btn-red {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.option-list .btn-block .equipment-item-placeholder {
    width: 100%;
    height: 100%
}

.option-list .btn-block .equipment-item-placeholder__inner {
    height: 100%;
    background: linear-gradient(180deg, #fff 5.73%, hsla(0, 0%, 100%, .001) 45.83%);
    border-radius: 12px
}

@media (min-width: 767px) {
    .option-list .btn-block {
        display: flex;
        margin: 16px -16px 0;
        width: auto
    }

    .option-list .btn-block .equipment-item-placeholder {
        width: 50%;
        padding: 0 16px
    }
}

@media (min-width: 1120px) {
    .option-list .btn-block .equipment-item-placeholder {
        width: 25%
    }
}

@media (min-width: 767px) {
    .option-list ul {
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px
    }

    .option-list ul li {
        width: 50%;
        padding: 16px;
        margin-bottom: 0
    }
}

@media (min-width: 1120px) {
    .option-list {
        margin-bottom: 80px
    }

    .option-list ul li {
        width: 25%
    }
}

.solution-section {
    margin-bottom: 80px
}

.solution-section .solution-item {
    width: 100%;
    margin-bottom: 27px
}

.solution-section .solution-item a {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    text-decoration: none;
    height: 100%;
    transition: all .25s
}

.solution-section .solution-item:last-of-type {
    margin: 0
}

.solution-section img, .solution-section svg {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    margin-bottom: 20px
}

.solution-section span {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    transition: all .25s
}

.solution-section .title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: -.48px
}

.solution-section .more {
    font-size: 16px;
    color: #ff0032
}

.solution-section .more svg {
    width: 6px;
    height: 12px;
    fill: #ff0032;
    vertical-align: middle;
    margin: 0 3px;
    transition: all .25s
}

@media (min-width: 767px) {
    .solution-section .solution-main {
        margin: 0 -13px;
        display: flex;
        flex-wrap: wrap
    }

    .solution-section .solution-item {
        width: 50%;
        padding: 13px;
        margin: 0
    }
}

@media (min-width: 1120px) {
    .solution-section .solution-item {
        width: 25%
    }

    .solution-section .solution-item a:hover {
        background: #ff0032
    }

    .solution-section .solution-item a:hover span {
        color: #fff
    }

    .solution-section .solution-item a:hover span svg {
        fill: #fff
    }
}

@media (min-width: 767px) {
    .blog-inner .container {
        display: flex;
        align-items: flex-start
    }
}

.blog-section {
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 767px) {
    .blog-section {
        column-gap: 20px
    }
}

@media (min-width: 1120px) {
    .blog-section {
        column-gap: 24px
    }
}

@media (min-width: 640px) {
    .blog-section {
        row-gap: 20px
    }
}

@media (min-width: 767px) {
    .blog-section {
        row-gap: 40px
    }
}

@media (min-width: 1120px) {
    .blog-section {
        row-gap: 24px
    }
}

@supports (-webkit-appearance:caret) {
    .blog-section .blog-min {
        margin-bottom: 20px
    }

    @media (min-width: 640px) {
        .blog-section .blog-min {
            margin-bottom: 20px
        }
    }@media (min-width: 767px) {
    .blog-section .blog-min {
        margin-bottom: 40px
    }
}@media (min-width: 1120px) {
    .blog-section .blog-min {
        margin-bottom: 24px
    }
}
}

@media (min-width: 767px) {
    .blog-section {
        justify-content: space-between
    }

    .blog-section .blog-min {
        width: calc(50% - 10px)
    }

    .blog-section .blog-min:first-child {
        width: 100%;
        display: flex
    }

    .blog-section .blog-min:first-child .miniature {
        width: 50%;
        padding: 0
    }

    .blog-section .blog-min:first-child .description {
        width: 50%
    }

    .blog-section .blog-min:first-child .description .date {
        margin-bottom: 48px
    }
}

@media (min-width: 1120px) {
    .blog-section .blog-min {
        width: calc(50% - 12px)
    }
}

.blog-section .btn-block, .blog-section .btn-block .btn-red, .news-section .btn-block, .news-section .btn-block .btn-red {
    width: 100%
}

@media (min-width: 767px) {
    .blog-section .btn-block, .news-section .btn-block {
        text-align: center
    }

    .blog-section .btn-block .btn-red, .news-section .btn-block .btn-red {
        width: auto
    }
}

.inner-page .inner-head h2 {
    margin-bottom: 20px
}

.inner-page .inner-head h4 {
    margin-bottom: 40px;
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500
}

.inner-page .inner-head img {
    margin: 0 -16px 50px;
    max-width: 100vw !important;
    width: 100%;
    height: auto
}

@media (min-width: 640px) {
    .inner-page .inner-head img {
        margin: 0 -16px 50px
    }
}

@media (min-width: 767px) {
    .inner-page .inner-head img {
        margin: 0 -20px 50px
    }
}

@media (min-width: 1120px) {
    .inner-page .inner-head img {
        margin: 0 0 50px
    }
}

.inner-page .inner-head .info {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
    flex-direction: column;
    align-items: flex-start
}

.inner-page .inner-head .info .category {
    border-radius: 20px;
    background-color: #f2f3f7;
    font-family: MTSTextRegular, sans-serif;
    color: #001424;
    font-size: 14px;
    padding: 6px 10px;
    text-decoration: none
}

@supports (-webkit-appearance:caret) {
    .inner-page .inner-head .info .category {
        margin-bottom: 20px
    }
}

.inner-page .inner-head .info .date {
    color: #9198a0;
    line-height: 1.29;
    font-size: 14px;
    font-family: MTSTextRegular, sans-serif;
    margin: 0
}

@media (min-width: 767px) {
    .inner-page .inner-head .info {
        flex-direction: row;
        align-items: center
    }

    @supports (-webkit-appearance:caret) {
        .inner-page .inner-head .info .category {
            margin-bottom: 0;
            margin-right: 20px
        }
    }
}

@media (min-width: 1120px) {
    .inner-page {
        margin-bottom: 40px
    }

    .inner-page .inner-main {
        display: flex;
        align-items: flex-end;
        column-gap: 50px
    }

    .inner-page .inner-social {
        text-align: right
    }

    @supports (-webkit-appearance:caret) {
        .inner-page .inner-social {
            padding-left: 50px
        }
    }.inner-page .inner-head.small {
         width: 75%
     }

    .inner-page .inner-head.small:after {
        content: "";
        display: block;
        background: #e2e5eb;
        width: 100%;
        height: 1px;
        margin: 32px 0
    }
}

.inner-content .btn-container, .inner-content .iframe-container {
    margin-bottom: 40px
}

.inner-content .iframe-container {
    position: relative;
    padding-bottom: 56.25%
}

.inner-content .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 767px) {
    .inner-content {
        max-width: 600px
    }
}

@media (min-width: 1120px) {
    .inner-content {
        width: 75%
    }

    .inner-content > :last-child {
        margin-bottom: 0
    }
}

.inner-social {
    margin-bottom: 40px
}

@media (min-width: 640px) {
    .inner-social {
        margin-bottom: 40px
    }
}

@media (min-width: 767px) {
    .inner-social {
        margin-bottom: 40px
    }
}

@media (min-width: 1120px) {
    .inner-social {
        margin-bottom: 0
    }
}

.inner-social p {
    font-family: MTSTextRegular, sans-serif;
    line-height: 1.29;
    color: #9198a0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.inner-social ul {
    display: flex;
    align-items: center
}

.inner-social ul li a {
    display: flex;
    position: relative;
    width: inherit;
    height: inherit
}

.inner-social ul li.fb {
    width: 12px;
    height: 24px
}

.inner-social ul li.vk {
    width: 25px;
    height: 15px
}

.inner-social ul li.ok {
    width: 14px;
    height: 23px
}

.inner-social ul li.tw {
    width: 21px;
    height: 18px
}

.inner-social ul li svg {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit
}

.inner-social ul li + li {
    margin-left: 20px
}

.inner-footer {
    padding: 24px 16px;
    background-color: #e8faeb;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden
}

@media (min-width: 640px) {
    .inner-footer {
        padding: 24px 16px
    }
}

@media (min-width: 767px) {
    .inner-footer {
        padding: 40px
    }
}

@media (min-width: 1120px) {
    .inner-footer {
        padding: 30px 50px
    }
}

.inner-footer h4 {
    margin-bottom: 16px;
    font-weight: 500;
    font-family: MTSTextMedium, sans-serif
}

@media (min-width: 640px) {
    .inner-footer h4 {
        margin-bottom: 16px
    }
}

@media (min-width: 767px) {
    .inner-footer h4 {
        margin-bottom: 22px
    }
}

@media (min-width: 767px) {
    .inner-footer {
        background-image: url(/build/website/images/inner-page-footer.0e984688.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        min-height: 0
    }

    .inner-footer .inner-footer-content {
        max-width: 40%
    }
}

@media (min-width: 1120px) {
    .inner-footer {
        position: absolute;
        margin: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0
    }
}

.recommend {
    margin-bottom: 20px
}

.recommend h2 {
    margin-bottom: 16px
}

@media (min-width: 640px) {
    .recommend h2 {
        margin-bottom: 20px
    }
}

@media (min-width: 767px) {
    .recommend h2 {
        margin-bottom: 64px
    }
}

@media (min-width: 1120px) {
    .recommend h2 {
        margin-bottom: 30px
    }
}

.recommend .recommend-main {
    gap: 16px;
    display: flex;
    flex-direction: column
}

@media (min-width: 640px) {
    .recommend .recommend-main {
        gap: 20px
    }
}

@media (min-width: 767px) {
    .recommend .recommend-main {
        gap: 20px
    }
}

@media (min-width: 1120px) {
    .recommend .recommend-main {
        gap: 24px
    }
}

@supports (-webkit-appearance:caret) {
    .recommend .recommend-main .blog-min {
        margin-bottom: 16px
    }

    @media (min-width: 640px) {
        .recommend .recommend-main .blog-min {
            margin-bottom: 20px
        }
    }@media (min-width: 767px) {
    .recommend .recommend-main .blog-min {
        margin-bottom: 20px
    }
}@media (min-width: 1120px) {
    .recommend .recommend-main .blog-min {
        margin-bottom: 24px
    }
}
}

@media (min-width: 767px) {
    .recommend .recommend-main {
        flex-direction: row;
        column-gap: 20px
    }

    @supports (-webkit-appearance:caret) {
        .recommend .recommend-main {
            justify-content: space-between
        }

        .recommend .recommend-main .blog-min {
            width: calc(50% - 10px)
        }
    }
}

@media (min-width: 1120px) {
    .recommend {
        padding: 36px 50px 50px;
        background: #fff;
        border-radius: 12px;
        margin-bottom: 40px
    }
}

main.consultation {
    padding-bottom: 60px
}

@media (min-width: 640px) {
    main.consultation {
        padding-bottom: 40px
    }
}

@media (min-width: 767px) {
    main.consultation {
        padding-bottom: 40px
    }
}

@media (min-width: 1120px) {
    main.consultation {
        padding-bottom: 34px
    }
}

main.consultation h2 {
    margin-bottom: 40px
}

@media (min-width: 640px) {
    main.consultation h2 {
        margin-bottom: 26px
    }
}

.consultation-section .your-plans p {
    font-family: MTSTextMedium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px
}

.consultation-section .emp-form {
    padding: 40px 0 16px
}

.consultation-section .emp-form:first-of-type {
    border-top: 2px solid rgba(226, 229, 235, .6);
    border-bottom: 2px solid rgba(226, 229, 235, .6)
}

.consultation-section .form-col.checkbox-label {
    width: auto !important;
    margin-top: -16px;
    margin-bottom: 24px
}

.consultation-section .form-col.checkbox-label.error {
    margin-bottom: 48px
}

@media (min-width: 767px) {
    .consultation-section .form-row {
        flex-wrap: wrap;
        display: flex;
        column-gap: 20px;
        justify-content: space-between
    }

    .consultation-section .form-row .form-col {
        width: calc(50% - 10px);
        margin-bottom: 24px
    }

    .consultation-section .form-row .form-col.textarea {
        width: 100%
    }

    @supports (-webkit-appearance:caret) {
        .consultation-section .form-row .form-col.textarea {
            padding-top: 20px
        }

        @media (min-width: 767px) and (min-width: 640px) {
            .consultation-section .form-row .form-col.textarea {
                padding-top: 20px
            }
        }@media (min-width: 767px) and (min-width: 767px) {
        .consultation-section .form-row .form-col.textarea {
            padding-top: 34px
        }
    }
    }.consultation-section .form-row .form-col label {
         margin: 0;
         max-width: 100%
     }

    .consultation-section .form-row .form-col .error-msg--CompanyNameWrong, .consultation-section .form-row .form-col .error-msg--EmailWrong, .consultation-section .form-row .form-col .error-msg--PhoneWrong, .consultation-section .form-row .form-col .error-msg--UserNameWrong {
        margin: 4px 0 0
    }
}

@media (min-width: 1120px) {
    .consultation-section .form-row .form-col {
        width: calc(33.3% - 14px)
    }

    .consultation-section .form-row .form-col.textarea {
        width: calc(66.6% - 7px)
    }

    .consultation-section .form-row .form-col label {
        margin: 0;
        max-width: 100%
    }
}

.feedback-section .emp-form:first-of-type {
    border: none;
    padding-top: 0
}

.feedback-section .form-row .form-col:first-of-type {
    width: 100%
}

@media (min-width: 767px) {
    .feedback-section .form-row .form-col:last-of-type {
        width: 100%
    }
}

@media (min-width: 1120px) {
    .feedback-section .form-row .form-col, .feedback-section .form-row .form-col:last-of-type {
        width: calc(50% - 10px)
    }
}

.subscribe {
    padding: 24px 16px;
    background: #5f7b95;
    border-radius: 8px;
    width: 100%
}

@media (min-width: 640px) {
    .subscribe {
        padding: 24px 14px
    }
}

@media (min-width: 767px) {
    .subscribe {
        padding: 26px 24px
    }
}

@media (min-width: 1120px) {
    .subscribe {
        padding: 26px
    }
}

@supports (-webkit-appearance:caret) {
    .subscribe {
        margin-bottom: 20px
    }

    @media (min-width: 640px) {
        .subscribe {
            margin-bottom: 20px
        }
    }@media (min-width: 767px) {
    .subscribe {
        margin-bottom: 40px
    }
}@media (min-width: 1120px) {
    .subscribe {
        margin-bottom: 24px
    }
}
}

.subscribe p {
    font-family: MTSTextBold, sans-serif !important;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 24px
}

@media (min-width: 640px) {
    .subscribe p {
        margin: 0 0 24px
    }
}

@media (min-width: 767px) {
    .subscribe p {
        margin: 0
    }
}

.subscribe label {
    margin: 0
}

.subscribe label input {
    border-color: transparent;
    background: #fff
}

@media (min-width: 767px) {
    .subscribe {
        display: flex;
        border-radius: 12px
    }

    .subscribe label {
        width: 33.8%;
        min-width: 230px
    }

    .subscribe p {
        padding-right: 30px;
        margin: 0 !important
    }
}

@media (min-width: 1120px) {
    .subscribe p {
        padding-right: 70px
    }
}

.videos h2 {
    margin-bottom: 20px
}

.videos h4 {
    margin: 0
}

.video-item {
    width: 100%;
    margin-bottom: 40px
}

.video-item .video-block {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
    padding-bottom: 55.90278%
}

.video-item .video-block img {
    width: 100%;
    max-height: 100%;
    position: absolute
}

.video-item .video-block:before {
    background: rgba(0, 20, 36, .1);
    z-index: 1
}

.video-item .video-block:after, .video-item .video-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.video-item .video-block:after {
    background: url(/build/website/images/sprite.f2875883.svg) 0 0 no-repeat;
    width: 64px;
    height: 64px;
    margin: auto
}

.videos-bot h4 {
    font-size: 16px
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    padding: 46px 60px;
    z-index: -10;
    opacity: 0;
    transition: z-index 0s linear .3s, opacity .3s linear
}

.video-modal.visible {
    opacity: 1;
    z-index: 20;
    transition: z-index 0s linear, opacity .3s linear
}

.video-modal.playing:after, .video-modal.playing:before {
    display: none
}

.video-modal:before {
    background: rgba(0, 20, 36, .1);
    z-index: 1
}

.video-modal:after, .video-modal:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.video-modal:after {
    background: url(/build/website/images/sprite.f2875883.svg) 0 0 no-repeat;
    width: 64px;
    height: 64px;
    margin: auto
}

.video-modal__inner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 100%
}

.video-modal__inner.iframe {
    height: 100%
}

.video-modal video {
    width: 100%
}

.video-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-modal__close-btn {
    position: absolute;
    top: 0;
    right: -44px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.video-modal__close-btn svg {
    fill: #b0b7bf;
    transition: color .1s linear
}

.video-modal__close-btn svg:hover {
    fill: #fff
}

@media (min-width: 767px) {
    .videos-bot, .videos-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .videos-bot .video-item, .videos-top .video-item {
        width: calc(50% - 10px)
    }
}

@media (min-width: 1120px) {
    .video-block:hover:before {
        opacity: 0
    }

    .video-block:before {
        transition: all .25s
    }

    .videos-bot {
        display: block;
        margin: 0 -13px;
        font-size: 0
    }

    .videos-bot .video-item {
        vertical-align: top;
        display: inline-block;
        width: 33.3%;
        padding: 0 13px
    }
}

.links-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 46px
}

.links-section img {
    width: 40px;
    height: auto
}

.links-section .transparent-link a {
    width: 100%
}

@media (min-width: 767px) {
    .links-section {
        flex-direction: row;
        margin: 0 -10px 60px
    }

    .links-section .transparent-link {
        padding: 0 10px;
        width: 33.3%
    }
}