.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 200px
}

.SelectBox {
    padding: 5px 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
    visibility: hidden
}

.SelectClass, .SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

#yellrank {
    font-size: 16px;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: 50%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.it_direction .directions__wrap {
    width: 85%;
    margin: 0 auto;
}

.slider {
    display: flex;
    padding-top: 30px;
    padding-bottom: 82px;
}

.fckd-nav {
    max-width: 270px;
    min-width: 270px;
}

.fckd-nav p {
    line-height: 160%;
}

.slider__items {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100vw;
    padding-left: 40px;
}

.slider__item {
     box-shadow: 0px 10px 50px rgba(191, 205, 220, 0.35);
    margin-right: 20px;
    opacity: .05;
    flex-shrink: 0;
    transition: all 0.2s ease-in-out;
    z-index: 96;
    transform: translateX(660px);
    position: absolute;
    max-width: 200px;
 }



.slider__item img {
    width: 100%;
}

.slider__item.disabled-transition {
    transition: none;
}

.fckd-slider-nav {
    display: flex;
    margin-top: 75px;
}

.fckd-range {
    width: calc(100% - 306px);
    height: 20px;
    right: 0;
    position: absolute;
    bottom: 80px;
}

.range-slider {
    width: 100%;
}



.slider__arrow-prev,
.slider__arrow-next {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(191, 205, 220, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    line-height: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
}

.slider__arrow-prev {
    background: #FFFFFF;
    border: 1px solid #BFCDDC;
    box-shadow: none;
}

.slider__arrow-prev img {
    transform: rotate(180deg);
}

.slider__item[class*="prev"], .slider__item[class*="next"], .slider__item.active {
    opacity: 1;
    top: 0;
    cursor: pointer;
}

.slider__item.active {
    z-index: 99;
    transform: scale(1);
}

.slider__item.prev-2 {
    transform: translateX(-440px);
    z-index: 97;
}

.slider__item.prev-1 {
    transform: translateX(-220px);
    z-index: 98;
    opacity: 0;
}

.slider__item.next-1 {
    transform: translateX(220px);
    z-index: 98;
}

.slider__item.next-2 {
    transform: translateX(440px);
    z-index: 97;
}

.it_reviews {
    width: 100%;
    min-height: 309px;
    padding: 49px 69px;
    background: url("../images/background_for_count.png") no-repeat center center;
    background-size: contain;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 13px;
    position: relative;
}

.directions__controls.slider {
    font-size: 16px;
    position: relative;
}

.it_reviews .text-abs {
    position: absolute;
    top: -3px;
    left: 140px;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: green;
}

.it_reviews .text-abs::after {
    position: absolute;
    content: '';
    right: -83px;
    top:14px;
    background: url("../images/arrow.png") no-repeat center center;
    width: 86px;
    height: 40px;
}



.it_reviews a:hover {
    border: none !important;
}

.it_reviews a::after {
    content: none !important;
}

.it_review_block {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    max-height: 100px;
}

.it_review_block:nth-child(1),
.it_review_block:nth-child(2),
.it_review_block:nth-child(3) {
    margin-top: 0;
    margin-bottom: 25px;
}

.it_review_block:nth-child(1) iframe {
    border: 1px solid #d9dadf;
    overflow: hidden;
    width: 152px;
    height: 52px;
}

.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: .5
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #e4e4e4
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect > .optWrapper > .options li span {
    display: none
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    background-color: #fff
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    border-radius: 0 0 3px 3px
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc
}

.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.jspHorizontalBar {
    background: red;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0
}

.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px
}

.jspDisabled {
    background: #80808d;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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);
    -ms-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 {
    display: none
}

@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: NotoSerifBold;
    src: url(../fonts/NotoSerif-Bold.woff2) format("woff2"), url(../fonts/NotoSerif-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: RobotoMd;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, -50%, 0);
        transform: translate3d(-10px, -50%, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, -50%, 0);
        transform: translate3d(10px, -50%, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, -50%, 0);
        transform: translate3d(-10px, -50%, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, -50%, 0);
        transform: translate3d(10px, -50%, 0)
    }
}

.modal-fade-enter, .modal-fade-leave-active {
    opacity: 0
}

.modal-fade-enter-active, .modal-fade-leave-active {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.vhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0)
}

html {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .25px;
    letter-spacing: .01563rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none !important
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0
}

body, html {
    height: 100%;
    width: 100%
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: NotoSerifBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

svg {
    display: inline-block;
    vertical-align: middle
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

[class^=icon] {
    display: inline-block
}

a:focus, input:focus, select:focus, span:focus, textarea:focus {
    outline: 0
}

.wrapper {
    width: 100%;
    min-height: 100%
}

@media (min-width: 1366px) {
    .wrapper {
        background-image: url("../images/pattern.svg");
        background-repeat: repeat;
        background-position: 50%;
        background-color: #2e2a31
    }
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1290px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .container {
        padding: 0 33px
    }
}

@media (min-width: 1366px) {
    .container {
        padding: 0 80px
    }
}

.content {
    min-height: calc(100vh - 280px)
}

@media (min-width: 768px) {
    .content {
        min-height: calc(100vh - 274px)
    }
}

@media (min-width: 1366px) {
    .content {
        min-height: calc(100vh - 296px)
    }
}



.hidden-block, .modal {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%
}

.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__container {
    background-image: url("../images/menu_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 20px;
    padding-bottom: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 275px;
    height: auto;
    min-height: 350px
}

.modal__container .form-error {
    display: none
}

.modal__close {
    cursor: pointer;
    top: -13px;
    right: 2px;
    text-decoration: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 13px;
    min-height: 13px
}

.modal__close, .modal__static {
    position: absolute;
    display: block;
    width: 100%;
    height: auto
}

.modal__static {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(20%, -10%);
    -ms-transform: translate(20%, -10%);
    transform: translate(20%, -10%);
    border-radius: 6px;
    max-width: 300px;
    min-height: 250px
}

.modal__title {
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem
}

.modal__title span {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.modal__titleIc {
    margin-top: 15px
}

.modal__desc {
    margin-bottom: 30px
}

.modal__desc:last-child {
    margin-bottom: 0
}

.modal__callback {
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 0
}

.modal__callback > input {
    max-width: 100%;
    margin-bottom: 10px
}

.modal__callback > button {
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    width: 100%;
    max-width: 165px;
    height: auto;
    min-height: 0
}

.modal .mainHeader__navList {
    display: block;
    padding-bottom: 14px
}

.modal .mainHeader__navItem {
    display: inline-block;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
}

.modal .mainHeader__navIc, .modal .mainHeader__navItem:after {
    display: none
}

.modal .mainHeader-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px;
    border-top: 1px solid #bfcddc;
    text-align: center
}

.modal .mainHeader-popup__footer a {
    width: 180px;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    color: #101010;
    text-decoration: none;
    margin-bottom: 15px
}

.modal .mainHeader-popup__footer a img, .modal .mainHeader-popup__footer a svg {
    width: 26px;
    height: 25px;
    margin-right: 7px
}

.modal .mainHeader-popup__footer a:nth-of-type(2) {
    margin-bottom: 0
}

.modal .mainHeader-popup__footer a:nth-of-type(2) img, .modal .mainHeader-popup__footer a:nth-of-type(2) svg {
    margin-left: 5px;
    width: 20px;
    height: 25px
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.fade-enter-active .modal__container, .fade-leave-active .modal__container {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.fade-enter .modal__container, .fade-leave-to .modal__container {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.get-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    width: 145px;
    height: 40px;
    -webkit-box-shadow: 2px 4px 4px rgba(254, 0, 0, .2);
    box-shadow: 2px 4px 4px rgba(254, 0, 0, .2);
    border-radius: 20px;
    background-color: red;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    text-decoration: none;
    border: none
}

.get-btn, .get-btn:hover {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.get-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav-btn {
    cursor: pointer;
    display: inline-block;
    font-family: notoSerifBold;
    color: #060606;
    text-decoration: none
}

.nav-btn:first-letter {
    color: #df082a;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

@media (min-width: 1366px) {
    .nav-btn:active, .nav-btn:focus, .nav-btn:hover {
        color: #df082a;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s
    }

    .nav-btn:active:first-letter, .nav-btn:focus:first-letter {
        color: #060606;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s
    }
}

.sort-btn {
    width: 36px;
    height: 36px;
    padding-left: 2.5px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    line-height: 2.25rem;
    border-radius: 50%;
    border: 1px solid #bfcddc;
    background-color: #fff
}

.input-field {
    width: 100%;
    padding: 0 15px
}

.input-field input {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #e00729;
    background-color: transparent
}

.input-field input.error + .placeholder {
    color: #e00729;
    -webkit-animation: shake 1s .4s;
    animation: shake 1s .4s;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.input-label {
    position: relative;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 0
}

.input-label .placeholder {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    color: #2f2f2f;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .4s, color .4s, -webkit-transform .4s;
    transition: top .4s, color .4s, -webkit-transform .4s;
    -o-transition: top .4s, transform .4s, color .4s;
    transition: top .4s, transform .4s, color .4s;
    transition: top .4s, transform .4s, color .4s, -webkit-transform .4s
}

.input-label .placeholder sup {
    display: inline-block;
    margin-top: 2px;
    font-size: 14px;
    font-size: .875rem;
    line-height: .5;
    color: #e00729;
    vertical-align: bottom
}

.input-label .placeholder.focused {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    -webkit-transition: top .4s, -webkit-transform .4s;
    transition: top .4s, -webkit-transform .4s;
    -o-transition: top .4s, transform .4s;
    transition: top .4s, transform .4s;
    transition: top .4s, transform .4s, -webkit-transform .4s
}

.input-title {
    font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    color: #2f2f2f;
    width: 100%
}

.input-title sup {
    color: #e00729;
    margin-left: 5px;
    top: -9px
}

.input-radio {
    width: 100%
}

.input-radio__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input-radio .radio-btn, .input-radio__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-radio .radio-btn {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-radio .radio-btn ins {
    font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    color: #2f2f2f;
    text-decoration: none
}

.input-radio .radio-btn .radio-ic {
    width: 22px;
    height: 22px;
    border: 1px solid #bfcddc;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 14px
}

.input-radio input[type=radio] {
    position: absolute;
    left: -999999px;
    visibility: hidden
}

.input-radio input[type=radio]:checked + .radio-btn .radio-ic {
    position: relative
}

.input-radio input[type=radio]:checked + .radio-btn .radio-ic:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 2px 4px 4px rgba(254, 0, 0, .2);
    box-shadow: 2px 4px 4px rgba(254, 0, 0, .2);
    background-color: red;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
    background-color: transparent;
    list-style-type: none
}

ul li {
    padding: 5px 10px 5px 16px;
    margin: 0;
    position: relative;
    line-height: 24px;
    line-height: 1.5rem
}

ul li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #008b3b;
    border-radius: 50%;
    left: 2px;
    top: 11px;
    color: transparent
}

ul li ul li:after {
    background-color: #d10910
}

ul li ul li ul li:after {
    background-color: #fff;
    border: 2px solid #d10910;
    width: 6px;
    height: 6px;
    left: 2px
}

ol {
    list-style: none;
    counter-reset: list1;
    margin: 1px 2px;
    padding: 1px 2px;
    background-color: transparent
}

ol li {
    padding: 2px 4px;
    margin: 2px 4px
}

ol li:before {
    content: counter(list1) ".";
    counter-increment: list1;
    position: relative;
    font-weight: 400;
    top: 0;
    left: 0;
    margin: auto
}

ol li ol {
    margin-bottom: 0;
    counter-reset: list2
}

ol li ol li:before {
    content: counter(list1) "." counter(list2) ".";
    counter-increment: list2
}

ol li ol li ol {
    counter-reset: list3
}

ol li ol li ol li:before {
    content: counter(list1) "." counter(list2) "." counter(list3) ".";
    counter-increment: list3
}

.article-title {
    font-family: NotoSerifBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.29;
    color: #393939;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .article-title {
        font-size: 37px;
        font-size: 2.3125rem;
        line-height: 1.49;
        margin-bottom: 25px
    }
}

.fade-enter-active {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.fade-enter-to {
    opacity: 1
}

.fade-enter {
    opacity: 0
}

.mainHeader {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    background-color: #fff
}

.mainHeader__nav {
    position: absolute;
    left: -999999px
}

.mainHeader__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 1366px) {
    .mainHeader__navList {
        padding-left: 155px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.mainHeader__navItem {
    position: relative;
    font-size: 12px;
    font-size: .75rem;
    padding: 0;
    text-align: center
}

.mainHeader__navItem:after {
    display: none
}

@media (min-width: 1366px) {
    .mainHeader__navItem {
        font-size: 16px;
        font-size: 1rem
    }
}

.mainHeader__navLnk {
    padding: 10px 14px
}

@media (min-width: 768px) {
    .mainHeader__navLnk {
        padding-bottom: 8px;
        display: block
    }
}

.mainHeader__navIc {
    width: 56px;
    height: 19px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 1366px) {
    .mainHeader__navIc {
        width: 64px;
        height: 22px
    }
}

@media (min-width: 768px) {
    .mainHeader__nav {
        position: relative;
        left: auto
    }
}

@media (min-width: 1366px) {
    .mainHeader__nav {
        padding-top: 5px;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.mainHeader__left {
    padding-top: 5px;
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: stretch
}

@media (min-width: 768px) {
    .mainHeader__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 13px
    }
}

.mainHeader__right {
    text-align: right;
    padding-right: 10px;
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: end
}

@media (min-width: 768px) {
    .mainHeader__right {
        max-width: 49%;
        padding-right: 0
    }
}

.mainHeader__menuMobileBtn {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
    height: 44px;
    background: transparent url("../images/svg/menu_ic.svg") bottom no-repeat
}

@media (min-width: 768px) {
    .mainHeader__menuMobileBtn {
        display: none
    }
}

.mainHeader__contacts {
    position: relative;
    z-index: 10
}

.mainHeader__contacts a {
    color: #101010;
    text-decoration: none;
    display: block
}

.mainHeader__contacts a:first-of-type {
    font-size: 10px;
    font-size: .625rem;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .mainHeader__contacts a:first-of-type {
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: .23px;
        letter-spacing: .01438rem;
        margin-bottom: 3px
    }
}

@media (min-width: 1366px) {
    .mainHeader__contacts a:first-of-type {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: .23px;
        letter-spacing: .01438rem;
        margin-bottom: 3px
    }
}

.mainHeader__contacts a:last-of-type {
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .41px;
    letter-spacing: .02563rem
}

@media (min-width: 768px) {
    .mainHeader__contacts a:last-of-type {
        font-size: 19px;
        font-size: 1.1875rem;
        letter-spacing: .31px;
        letter-spacing: .01938rem
    }
}

@media (min-width: 1366px) {
    .mainHeader__contacts a:last-of-type {
        font-size: 21px;
        font-size: 1.3125rem
    }
}

@media (min-width: 1366px) {
    .mainHeader__contacts a, .mainHeader__contacts a:hover {
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

    .mainHeader__contacts a:hover {
        opacity: .7
    }
}

@media (min-width: 768px) {
    .mainHeader__contacts {
        padding-top: 2px
    }
}

.mainHeader__callbacks {
    display: none
}

@media (min-width: 768px) {
    .mainHeader__callbacks {
        display: inline-block;
        font-size: 0;
        text-align: right
    }

    .mainHeader__callbacks a {
        display: inline-block;
        margin-left: 15px;
        text-decoration: none
    }

    .mainHeader__callbacks a:nth-of-type(2) {
        margin-left: 25px
    }

    .mainHeader__callbacks a span {
        display: none
    }
}

@media (min-width: 1366px) {
    .mainHeader__callbacks a {
        margin-left: 35px
    }

    .mainHeader__callbacks a span {
        padding-left: 15px;
        color: #101010;
        font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        display: inline-block;
        vertical-align: middle
    }

    .mainHeader__callbacks a svg {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .mainHeader__callbacks a:nth-of-type(2) {
        margin-left: 40px
    }

    .mainHeader__callbacks a:hover svg {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
}

.mainHeader__logo {
    left: 50%;
    bottom: -7px;
    background-color: #fff
}

.mainHeader__logo, .mainHeader__logo-logo {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mainHeader__logo-logo {
    width: 110px;
    height: 80px;
    left: 0;
    bottom: 0;
    z-index: 2
}

@media (min-width: 768px) {
    .mainHeader__logo-logo {
        width: 110px;
        height: 98px
    }
}

@media (min-width: 1366px) {
    .mainHeader__logo-logo {
        width: 148px;
        height: 131px;
        bottom: -15px
    }
}

.mainHeader__logo-bg {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media (min-width: 768px) {
    .mainHeader__logo-bg {
        width: 159px;
        height: 81px;
        bottom: -14px
    }
}

@media (min-width: 1366px) {
    .mainHeader__logo-bg {
        width: 213px;
        height: 108px;
        bottom: -30px
    }
}

.mainHeader .container {
    padding: 0 10px
}

@media (min-width: 768px) {
    .mainHeader .container {
        padding-left: 34px;
        padding-right: 20px
    }
}

@media (min-width: 1366px) {
    .mainHeader .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .mainHeader {
        padding-top: 20px;
        padding-bottom: 31px
    }
}

@media (min-width: 1366px) {
    .mainHeader {
        padding-top: 25px;
        padding-bottom: 42px
    }
}

.mainFooter {
    position: relative;
    background-color: #2e2a31
}

.mainFooter .container {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .mainFooter .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width: 1366px) {
    .mainFooter .container {
        padding: 0
    }
}

.mainFooter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    width: auto;
    padding-top: 23px
}

.mainFooter__top, .mainFooter__top .container {
    background-color: #fff
}

@media (min-width: 768px) {
    .mainFooter__top {
        padding-top: 0
    }
}

.mainFooter__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 82px
}

@media (min-width: 768px) {
    .mainFooter__left {
        width: 50%;
        padding-right: 0;
        padding-top: 15px
    }
}

@media (min-width: 1366px) {
    .mainFooter__left {
        padding-top: 10px
    }
}

.mainFooter__right {
    width: 100%
}

@media (min-width: 768px) {
    .mainFooter__right {
        width: 50%
    }
}

.mainFooter__contacts {
    font-size: 0;
    max-width: 137px
}

.mainFooter__contacts a {
    display: inline-block;
    text-decoration: none;
    width: 100%
}

.mainFooter__contacts a:first-of-type {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .23px;
    letter-spacing: .01438rem;
    color: #101010;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .mainFooter__contacts a:first-of-type {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (min-width: 1366px) {
    .mainFooter__contacts a:first-of-type {
        font-size: 16px;
        font-size: 1rem
    }
}

.mainFooter__contacts a:nth-of-type(2) {
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .31px;
    letter-spacing: .01938rem;
    color: #101010
}

@media (min-width: 768px) {
    .mainFooter__contacts a:nth-of-type(2) {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (min-width: 1366px) {
    .mainFooter__contacts a:nth-of-type(2) {
        font-size: 21px;
        font-size: 1.3125rem;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

    .mainFooter__contacts a:nth-of-type(2):hover {
        opacity: .7;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }
}

@media (min-width: 768px) {
    .mainFooter__contacts {
        max-width: 145px
    }
}

@media (min-width: 1366px) {
    .mainFooter__contacts {
        max-width: 165px
    }
}

.mainFooter__callbacks img, .mainFooter__callbacks svg {
    width: 30px;
    height: auto
}

@media (min-width: 768px) {
    .mainFooter__callbacks img, .mainFooter__callbacks svg {
        width: 37px
    }
}

.mainFooter__callbacks a {
    text-decoration: none
}

.mainFooter__callbacks a:nth-of-type(2) {
    margin-left: 5px
}

.mainFooter__callbacks a:nth-of-type(2) img, .mainFooter__callbacks a:nth-of-type(2) svg {
    width: 23px;
    height: auto
}

@media (min-width: 768px) {
    .mainFooter__callbacks a:nth-of-type(2) img, .mainFooter__callbacks a:nth-of-type(2) svg {
        width: 28px
    }
}

@media (min-width: 1366px) {
    .mainFooter__callbacks a:nth-of-type(2) img, .mainFooter__callbacks a:nth-of-type(2) svg {
        margin-left: 30px
    }
}

@media (min-width: 768px) {
    .mainFooter__callbacks a:nth-of-type(2) {
        margin-left: 7px
    }
}

@media (min-width: 768px) {
    .mainFooter__callbacks a {
        display: inline-block;
        margin-left: 15px
    }
}

@media (min-width: 1366px) {
    .mainFooter__callbacks a {
        margin-left: 30px
    }

    .mainFooter__callbacks a:hover svg {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
}

.mainFooter__callbacks span {
    display: none
}

@media (min-width: 1366px) {
    .mainFooter__callbacks span {
        display: inline-block;
        vertical-align: middle;
        font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        color: #101010;
        letter-spacing: .28px;
        letter-spacing: .0175rem;
        padding-left: 10px
    }
}

@media (min-width: 1366px) {
    .mainFooter__callbacks {
        padding-top: 3px
    }
}

.mainFooter__logo {
    position: absolute;
    right: 8px;
    top: -4px
}

@media (min-width: 768px) {
    .mainFooter__logo {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 148px;
        height: 131px
    }

    .mainFooter__logo img, .mainFooter__logo svg {
        width: 100%;
        height: 100%
    }
}

.mainFooter__nav {
    position: relative;
    width: 100%
}

.mainFooter__navList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .mainFooter__navList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 191px;
        padding-top: 10px
    }
}

@media (min-width: 1366px) {
    .mainFooter__navList {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.mainFooter__navItem {
    padding: 0
}

.mainFooter__navItem:after {
    display: none
}

.mainFooter__navItem:first-of-type .mainFooter__navLnk {
    padding-left: 0
}

.mainFooter__navItem:last-of-type .mainFooter__navLnk {
    padding-right: 0
}

.mainFooter__navLnk {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding: 20px 13px
}

@media (min-width: 768px) {
    .mainFooter__navLnk {
        padding: 6px 0;
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width: 1366px) {
    .mainFooter__navLnk {
        padding: 40px 30px
    }
}

.mainFooter__bottom {
    background-color: #2e2a31;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center
}

.mainFooter__bottom .container {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #ececec
}

@media (min-width: 768px) {
    .mainFooter__bottom .container {
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #fff
    }
}

.mainFooter__bottom .copyright {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .18px;
    letter-spacing: .01125rem;
    margin-bottom: 20px;
    color: #474747
}

@media (min-width: 768px) {
    .mainFooter__bottom .copyright {
        margin-bottom: 0;
        text-align: left
    }

    .mainFooter__bottom .copyright span {
        display: block
    }

    .mainFooter__bottom .copyright span:first-of-type {
        margin-bottom: 10px
    }
}

@media (min-width: 1366px) {
    .mainFooter__bottom .copyright span {
        display: inline-block;
        margin: 0
    }

    .mainFooter__bottom .copyright span:first-of-type {
        margin: 0
    }
}

.mainFooter__bottom .develop {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .18px;
    letter-spacing: .01125rem;
    color: #474747;
    margin-bottom: 0
}

.mainFooter__bottom .develop a {
    color: #df082a;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    letter-spacing: .18px;
    letter-spacing: .01125rem;
    text-decoration: none
}

@media (min-width: 1366px) {
    .mainFooter__bottom .develop a, .mainFooter__bottom .develop a:hover {
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s
    }

    .mainFooter__bottom .develop a:hover {
        color: #7a7a7a
    }
}

@media (min-width: 768px) {
    .mainFooter__bottom {
        padding: 0;
        background-color: #fff;
        margin-top: -5px
    }
}

@media (min-width: 1366px) {
    .mainFooter__bottom {
        padding: 15px 0
    }
}

.promo {
    position: relative;
    padding-top: 50px;
    color: #fff;
    background: #211e22 url("../images/promo_bg_mobile.png") 0 0 no-repeat
}

@media (min-width: 768px) {
    .promo {
        padding-top: 64px;
        padding-bottom: 100px;
        background: #26252b url("../images/promo_bg.jpg") 50% 0 no-repeat
    }
}

@media (min-width: 1366px) {
    .promo {
        padding-top: 85px;
        padding-bottom: 153px
    }
}

.promo__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36;
    letter-spacing: normal;
    width: 100%
}

@media (min-width: 768px) {
    .promo__title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 48px;
        line-height: 3rem;
        letter-spacing: .64px;
        letter-spacing: .04rem;
        padding-right: 30%
    }
}

@media (min-width: 1366px) {
    .promo__title {
        font-size: 39px;
        font-size: 2.4375rem;
        line-height: 1.51;
        padding-right: 50%
    }
}

.promo__subtitle {
    margin-bottom: 13px;
    font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .32px;
    letter-spacing: .02rem;
    text-transform: uppercase;
    padding-right: 50px;
    width: 100%
}

.promo__subtitle + p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    padding-right: 85px;
    margin-bottom: 27px
}

@media (min-width: 768px) {
    .promo__subtitle + p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: .32px;
        letter-spacing: .02rem;
        padding-top: 3px;
        padding-right: 42%;
        margin-bottom: 44px
    }
}

@media (min-width: 1366px) {
    .promo__subtitle + p {
        padding-right: 64%;
        padding-top: 18px;
        margin-bottom: 38px
    }
}

@media (min-width: 768px) {
    .promo__subtitle {
        font-size: 23px;
        font-size: 1.4375rem;
        letter-spacing: .46px;
        letter-spacing: .02875rem
    }
}

@media (min-width: 1366px) {
    .promo__subtitle {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

.promo__nav {
    position: relative;
    width: auto;
    min-width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 90px;
    margin-left: -20px;
    margin-right: -20px
}

.promo__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width: 768px) {
    .promo__nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 15px
    }
}

@media (min-width: 1366px) {
    .promo__nav ul {
        padding-right: 0
    }
}

.promo__nav li {
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 13px;
    line-height: 1
}

.promo__nav li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 32px;
    height: 2px;
    background-color: #dcdcdc
}

@media (min-width: 768px) {
    .promo__nav li:before {
        width: 2px;
        height: 32px;
        left: auto;
        bottom: auto;
        right: -2px;
        top: 3px
    }
}

.promo__nav li:after {
    display: none
}

@media (min-width: 768px) {
    .promo__nav li {
        width: auto;
        font-size: 0;
        padding: 0 14px;
        margin-bottom: 11px
    }

    .promo__nav li:last-child:before, .promo__nav li:nth-child(3):before {
        display: none
    }
}

@media (min-width: 1366px) {
    .promo__nav li:nth-child(3):before {
        display: block
    }
}

.promo__nav a {
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    text-decoration: none;
    color: #fff;
    letter-spacing: .34px;
    letter-spacing: .02125rem;
    text-shadow: 0 0 16px #30529e
}

@media (min-width: 768px) {
    .promo__nav a {
        display: inline-block;
        padding: 10px 0
    }
}

@media (min-width: 1366px) {
    .promo__nav a, .promo__nav a:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .promo__nav a:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, .9)
    }
}

@media (min-width: 768px) {
    .promo__nav {
        padding-top: 10px;
        padding-bottom: 0;
        margin-left: -33px;
        margin-right: -33px
    }
}

@media (min-width: 1366px) {
    .promo__nav {
        padding-left: 15px;
        margin-left: -5px;
        margin-right: -5px
    }
}

.promo__form {
    position: absolute;
    bottom: -448px;
    left: 50%;
    min-height: 502px;
    background: url("../images/form_bg_mob.png") 50% no-repeat;
    color: #1c1a1f;
    padding-top: 90px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 320px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.promo__form .input-field {
    padding: 0 50px
}

@media (min-width: 768px) {
    .promo__form .input-field {
        display: inline-block;
        vertical-align: middle;
        width: 180px;
        padding: 0 15px;
        overflow: hidden
    }

    .promo__form .input-field:nth-of-type(2) {
        width: 160px
    }

    .promo__form .input-field:nth-of-type(3) {
        width: 220px
    }

    .promo__form .input-field .placeholder.focused {
        top: 50%;
        left: -120%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: left .65s;
        -o-transition: left .65s;
        transition: left .65s
    }
}

@media (min-width: 1366px) {
    .promo__form .input-field {
        width: 195px;
        padding: 0 20px
    }

    .promo__form .input-field:nth-of-type(2), .promo__form .input-field:nth-of-type(3) {
        width: 300px
    }

    .promo__form .input-field .placeholder {
        left: 10px
    }
}

@media (min-width: 768px) {
    .promo__form {
        overflow: hidden;
        padding: 100px 45px 75px;
        min-height: 290px;
        bottom: -214px;
        max-width: 768px;
        background: url("../images/form_tablet_bg.png") top no-repeat;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0
    }
}

@media (min-width: 1366px) {
    .promo__form {
        bottom: -157px;
        padding-left: 89px;
        padding-right: 89px;
        background: url("../images/form_bg.png") top no-repeat;
        max-width: 1140px
    }
}

.promo__formTitle {
    position: relative;
    font-family: NotoSerifBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    padding-bottom: 20px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .46px;
    letter-spacing: .02875rem;
    text-align: center;
    color: #1c1a1f;
    padding-left: 50px;
    padding-right: 50px
}

.promo__formTitle:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #bfcddc
}

@media (min-width: 768px) {
    .promo__formTitle {
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
        margin-bottom: 32px
    }

    .promo__formTitle:after {
        width: 200%;
        left: -50%
    }
}

@media (min-width: 1366px) {
    .promo__formTitle {
        margin-left: -60px;
        margin-right: -60px
    }

    .promo__formTitle:after {
        width: 100%;
        left: 0
    }
}

.promo__formBtn {
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .promo__formBtn {
        width: 105px;
        margin: 0;
        vertical-align: middle;
        display: inline-block
    }
}

@media (min-width: 1366px) {
    .promo__formBtn {
        width: 165px;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.promo--calculator {
    padding-top: 62px;
    min-height: 700px;
    background: transparent url("../images/calc_bg.jpg") center 0 no-repeat
}

@media (min-width: 768px) {
    .promo--calculator {
        padding-top: 114px;
        min-height: 600px;
        padding-bottom: 0;
        background: transparent url("../images/calc_bg.jpg") center 0 no-repeat
    }
}

.promo--calculator .promo__form {
    background-position: top;
    background-size: 125% 102%;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 98px;
    top: 150px;
    font-size: 0;
    max-width: 100%
}

@media (min-width: 768px) {
    .promo--calculator .promo__form {
        background-position: top;
        background-size: auto;
        bottom: 0;
        padding: 100px 35px 0 55px;
        top: 259px;
        font-size: 0;
        max-width: 768px
    }
}

@media (min-width: 1366px) {
    .promo--calculator .promo__form {
        max-width: 1140px;
        padding-left: 80px
    }
}

.promo--calculator .promo__form .input-field {
    padding: 0 10px;
    padding-top: 30px;
    display: inline-block;
    vertical-align: top
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .input-field {
        padding: 0 10px;
        padding-top: 24px;
        display: inline-block;
        vertical-align: top
    }
}

.promo--calculator .promo__form .input-field input[type=text] {
    padding-left: 3px
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .input-field input[type=text] {
        padding-left: 3px
    }
}

.promo--calculator .promo__form .input-label .placeholder.focused {
    top: 50%;
    left: -120%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left .65s;
    -o-transition: left .65s;
    transition: left .65s
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .input-label .placeholder.focused {
        top: 50%;
        left: -120%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: left .65s;
        -o-transition: left .65s;
        transition: left .65s
    }
}

.promo--calculator .promo__form .input-radio {
    padding-top: 35px;
    padding-left: 13px;
    padding-right: 0;
    width: 100%
}

.promo--calculator .promo__form .input-radio .input-label {
    width: 32%
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .input-radio {
        width: auto;
        min-width: 335px;
        padding-top: 24px;
        padding-left: 22px
    }

    .promo--calculator .promo__form .input-radio .input-title {
        padding-left: 3px
    }
}

@media (min-width: 1366px) {
    .promo--calculator .promo__form .input-radio {
        min-width: 355px;
        padding-left: 20px
    }
}

.promo--calculator .promo__form .promo__amountField {
    width: 38%
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .promo__amountField {
        width: 124px
    }
}

@media (min-width: 1366px) {
    .promo--calculator .promo__form .promo__amountField {
        width: 175px
    }
}

.promo--calculator .promo__form .promo__amountField .input-label {
    padding: 0
}

.promo--calculator .promo__form .promo__amountField .input-title {
    margin-bottom: 2px
}

.promo--calculator .promo__form .promo__timeField {
    width: 61.5%;
    font-size: 0;
    padding-left: 28px
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .promo__timeField {
        width: 230px;
        font-size: 0;
        padding-left: 10px
    }
}

@media (min-width: 1366px) {
    .promo--calculator .promo__form .promo__timeField {
        width: 270px;
        padding-left: 28px
    }
}

.promo--calculator .promo__form .promo__timeField .input-label {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    overflow: hidden
}

.promo--calculator .promo__form .promo__timeField .input-label .placeholder {
    left: 11px
}

.promo--calculator .promo__form .promo__timeField .input-label .placeholder.focused {
    top: 50%;
    left: -120%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left .65s;
    -o-transition: left .65s;
    transition: left .65s
}

@media (min-width: 768px) {
    .promo--calculator .promo__form .promo__timeField .input-label {
        width: 40%
    }
}

.promo--calculator .promo__form .promo__timeField .input-title {
    margin-bottom: 2px
}

.promo--calculator .promo__form .promo__timeField i {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.promo--calculator .promo__formTitle {
    padding-bottom: 23px
}

@media (min-width: 768px) {
    .promo--calculator .promo__formTitle {
        padding-bottom: 23px;
        padding-right: 20px;
        margin-bottom: 0
    }
}

.promo--calculator .promo__formBtn {
    margin-top: 24px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .promo--calculator .promo__formBtn {
        display: block;
        margin: 19px auto 10px;
        width: 195px;
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@media (min-width: 1366px) {
    .promo--calculator .promo__formBtn {
        display: inline-block;
        vertical-align: bottom;
        margin-top: 0;
        margin-bottom: 8px;
        width: 164px;
        margin-left: 40px
    }
}

.promo--calculator .promo__title {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: .6px;
    letter-spacing: .0375rem;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .promo--calculator .promo__title {
        text-align: center;
        font-size: 39px;
        font-size: 2.4375rem;
        line-height: 1.26;
        letter-spacing: .78px;
        letter-spacing: .04875rem;
        padding-right: 0
    }
}

.services {
    padding: 0 10px;
    padding-top: 390px;
    background-color: #2e2a31
}

.services__item {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 34px
}

.services__item .services__subtitle {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
    font-family: NotoSerifBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.services__item svg {
    fill: #393939;
    -webkit-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s
}

.services__item .get-btn {
    width: 164px
}

.services__item:last-of-type {
    margin-bottom: 0
}

.services__item:nth-of-type(2) {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .services__item {
        width: 260px;
        margin-right: 30px
    }

    .services__item:nth-of-type(4) {
        margin-bottom: 20px
    }

    .services__item:not(:nth-of-type(2n)) {
        margin-right: 30px
    }
}

@media (min-width: 1366px) {
    .services__item {
        cursor: pointer
    }

    .services__item:nth-of-type(2n) {
        margin-right: 30px
    }

    .services__item:last-of-type {
        margin-right: 0
    }

    .services__item:hover {
        background: transparent url("../images/menu_bg.png") 0 0 no-repeat;
        background-size: 100% 100%
    }

    .services__item:hover svg {
        fill: #df082a;
        -webkit-transition: fill .4s;
        -o-transition: fill .4s;
        transition: fill .4s
    }
}

.services__itemPic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 225px
}

.services .container {
    background-color: #ececec;
    padding: 0 15px;
    padding-top: 55px;
    padding-bottom: 75px
}

.services .container > p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57;
    color: #474747;
    letter-spacing: normal;
    margin-bottom: 35px
}

@media (min-width: 768px) {
    .services .container > p {
        margin-bottom: 20px
    }
}

@media (min-width: 1366px) {
    .services .container > p {
        padding-left: 5px;
        padding-right: 20%;
        margin-bottom: 42px
    }
}

@media (min-width: 768px) {
    .services .container {
        padding: 0 40px;
        padding-top: 72px;
        padding-bottom: 47px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1366px) {
    .services .container {
        padding: 0 80px;
        padding-top: 191px
    }
}

.services .article-title {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .services .article-title {
        margin-bottom: 25px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .services {
        padding-top: 175px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1366px) {
    .services {
        padding-top: 0;
        background: transparent
    }
}

.advantages {
    margin-top: -40px;
    padding-top: 50px;
    background: transparent url("../images/advantages_bg.png") 97.5% 0 no-repeat
}

.advantages p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #474747;
    letter-spacing: normal;
    z-index: 1;
    max-width: 100%
}

@media (min-width: 1366px) {
    .advantages p {
        padding-right: 5%
    }
}

.advantages__list {
    padding: 15px 0;
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    background-color: #f9fafb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .advantages__list {
        margin: 0;
        margin-right: -60px;
        padding-left: 0;
        background-color: transparent;
        z-index: 1
    }
}

@media (min-width: 1366px) {
    .advantages__list {
        padding: 25px 0;
        padding-bottom: 0;
        display: block;
        max-width: 101%
    }
}

.advantages__item {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: stretch
}

.advantages__item:after {
    display: none
}

@media (min-width: 768px) {
    .advantages__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 37px;
        width: 100%;
        max-width: 30%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-item-align: start;
        align-self: flex-start;
        justify-self: stretch
    }

    .advantages__item:not(:nth-of-type(3n)) {
        margin-right: 12px
    }

    .advantages__item:nth-of-type(3n) {
        padding-left: 25px
    }
}

@media (min-width: 1366px) {
    .advantages__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0 !important;
        margin-bottom: 52px;
        display: inline-block;
        position: relative;
        width: 262px
    }

    .advantages__item:nth-of-type(3n) {
        padding-left: 0
    }

    .advantages__item:nth-of-type(2n) {
        margin-right: 20px !important
    }

    .advantages__item:nth-of-type(4), .advantages__item:nth-of-type(8), .advantages__item:nth-of-type(12) {
        margin-left: 35px
    }
}

.advantages__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 85px;
    margin-bottom: 13px;
    float: left
}

.advantages__pic img, .advantages__pic svg {
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .advantages__pic {
        width: 90px;
        height: 85px;
        margin-bottom: 0
    }
}

@media (min-width: 1366px) {
    .advantages__pic {
        height: 108px;
        width: 114px
    }
}

.advantages p.advantages__text {
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    color: #393939;
    line-height: 1.3;
    padding-right: 5px;
    max-width: 150px;
    float: left
}

@media (min-width: 768px) {
    .advantages p.advantages__text {
        padding-right: 0;
        padding-top: 10px;
        padding-left: 18px;
        max-width: 105px;
        margin-bottom: 0
    }
}

@media (min-width: 1366px) {
    .advantages p.advantages__text {
        max-width: 135px;
        padding-top: 0;
        padding-bottom: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 115px
    }
}

.advantages .article-title {
    padding-right: 25px;
    z-index: 1
}

@media (min-width: 768px) {
    .advantages {
        position: relative;
        padding-left: 27px;
        padding-right: 27px;
        background: transparent url("../images/advantages_bg.png") 94.5% 0 no-repeat
    }

    .advantages:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -30px;
        display: inline-block;
        width: 100%;
        height: 80%;
        background-color: #f9fafb
    }
}

@media (min-width: 1366px) {
    .advantages {
        width: 100%;
        max-width: 1290px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 95px;
        background: #ececec url("../images/advantages_bg.png") center 6px no-repeat
    }

    .advantages:after {
        display: none
    }
}

.directions {
    position: relative;
    padding-top: 30px;
    padding-bottom: 70px;
    background: transparent url("../images/directions_bg.png") 97% 100% no-repeat;
}

.directions__wrap {
    width: 100%
}

.it_direction {
    width: 85%;
}

.directions__controls {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    font-size: 0
}

.directions__controls a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 25px 12px;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .3px;
    letter-spacing: .01875rem;
    color: #393939;
    white-space: nowrap;
    border-bottom: 1px solid #bfcddc;
    -webkit-transition: border-color .7s;
    -o-transition: border-color .7s;
    transition: border-color .7s
}

.directions__controls a.directions__controlsCalc {
    text-decoration: none;
    padding: 17px 0 17px 25px;
    text-align: right
}

.directions__controls a.directions__controlsCalc svg {
    display: inline-block;
    vertical-align: middle
}

.directions__controls a.directions__controlsCalc span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px
}

.directions__controls a.directions__controlsCalc:after {
    display: none
}

.directions__controls a.active {
    border-width: 3px;
    border-color: red;
    -webkit-transition: border-color .7s;
    -o-transition: border-color .7s;
    transition: border-color .7s
}

.directions__controls a:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 1px;
    height: 32px;
    background-color: #ececec;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.directions__controls a:first-child {
    padding-left: 0
}

@media (min-width: 768px) {
    .directions__controls a:first-child {
        padding-left: 6px
    }
}

.directions__controls a:nth-last-child(2):after {
    display: none
}

@media (min-width: 1366px) {
    .directions__controls a:not(.directions__controlsCalc):hover {
        border-width: 3px;
        border-color: red;
        -webkit-transition: border-color .7s;
        -o-transition: border-color .7s;
        transition: border-color .7s
    }
}

@media (min-width: 768px) {
    .directions__controls {
        margin-right: -55px
    }
}

@media (min-width: 1366px) {
    .directions__controls {
        margin-right: -15px;
        overflow: hidden
    }
}

.directions__content {
    padding-top: 20px;
    padding-left: 10px;
    margin-right: -10px
}

.directions__content .directions__subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: robotoMd;
    letter-spacing: .32px;
    letter-spacing: .02rem;
    margin-bottom: 7px
}

.directions__content p {
    font-size: 14px;
    font-size: .875rem;
    color: #474747;
    line-height: 1.5;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    margin-bottom: 20px
}

@media (min-width: 1366px) {
    .directions__content p {
        padding-right: 15%
    }
}

.directions__content ol, .directions__content ul {
    margin: 0;
    padding: 0
}

.directions__content ol li, .directions__content ul li {
    padding-left: 0;
    font-size: 14px;
    font-size: .875rem;
    color: #474747;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .directions__content ol li, .directions__content ul li {
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .directions__content {
        padding-top: 42px;
        padding-left: 36px;
        margin-right: -30px
    }
}

@media (min-width: 1366px) {
    .directions__content {
        max-height: 600px;
        overflow: hidden
    }
}

.directions__getBtn {
    display: block;
    width: 204px;
    margin: 25px auto;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

@media (min-width: 768px) {
    .directions__getBtn {
        margin: 30px;
        margin-left: auto;
        width: 244px
    }
}

@media (min-width: 1366px) {
    .directions__getBtn {
        margin: 30px 60px 10px auto
    }
}

.directions .article-title {
    margin-bottom: 4px
}

@media (min-width: 768px) {
    .directions .article-title {
        line-height: 1.3;
        margin-bottom: 10px
    }
}

@media (min-width: 1366px) {
    .directions .container {
        padding-right: 115px
    }
}

@media (min-width: 768px) {
    .directions {
        padding-top: 61px;
        padding-left: 23px;
        padding-right: 23px;
        background: transparent url("../images/directions_bg.png") 95% 100% no-repeat
    }
}

@media (min-width: 1366px) {
    .directions {
        width: 100%;
        padding-bottom: 90px;
        max-width: 1290px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2px;
        padding-left: 0;
        padding-right: 0;
        background: #ececec url("../images/directions_bg.png") 17px 0 no-repeat;
        background-size: cover;
        background-size: 1258px;
        background: #fff;

    }
}

.contacts {
    background-color: #2e2a31;
    margin-top: -65px;
    padding: 0 10px
}

.contacts__content {
    width: 100%
}

.contacts__subtitle {
    padding-top: 2px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57;
    letter-spacing: normal;
    color: #474747
}

@media (min-width: 768px) {
    .contacts__subtitle {
        width: auto
    }
}

.contacts__controls {
    font-size: 0;
    white-space: nowrap;
    overflow-x: scroll
}

.contacts__controls a {
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 0;
    margin: 0 12px;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .32px;
    letter-spacing: .02rem;
    color: #393939;
    border-bottom: 3px solid transparent
}

.contacts__controls a.active {
    border-color: red
}

.contacts__controls a:first-of-type {
    margin-left: 0
}

.contacts__controls a:nth-of-type(3) {
    margin-right: 0
}

@media (min-width: 768px) {
    .contacts__controls a {
        margin: 0 15px;
        padding: 25px 0
    }
}

@media (min-width: 1366px) {
    .contacts__controls a, .contacts__controls a:hover {
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s
    }

    .contacts__controls a:hover {
        border-color: red
    }
}

@media (min-width: 768px) {
    .contacts__controls {
        padding-left: 30px;
        overflow-x: hidden
    }
}

.contacts__map {
    margin-left: -23px;
    margin-right: -23px;
    min-width: 100%;
    width: auto;
    height: 460px
}

@media (min-width: 768px) {
    .contacts__map {
        margin-left: -60px;
        margin-right: -60px;
        height: 590px
    }
}

@media (min-width: 1366px) {
    .contacts__map {
        margin-left: -80px;
        margin-right: -80px
    }
}

.contacts .container {
    background-color: #ececec;
    padding: 0 13px;
    padding-top: 83px
}

@media (min-width: 768px) {
    .contacts .container {
        padding: 0 40px;
        padding-top: 83px
    }
}

@media (min-width: 1366px) {
    .contacts .container {
        padding: 0 80px;
        padding-top: 29px;
        max-height: 748px;
        overflow: hidden
    }
}

.contacts .popover {
    display: block;
    width: 100%;
    height: 120px
}

.contacts .popover-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 23px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    min-width: 322px;
    height: 120px;
    background-image: url("../images/map_info_bg.png");
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center
}

.contacts .popover-title {
    font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    color: #393939
}

.contacts .popover-content-phone {
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .32px;
    letter-spacing: .02rem;
    color: #393939
}

.contacts .popover-close {
    position: absolute;
    left: -150px !important;
    top: 0;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    z-index: 5000
}

@media (min-width: 768px) {
    .contacts .article-title {
        width: 100%;
        margin-bottom: 2px
    }
}

@media (min-width: 1366px) {
    .contacts .article-title {
        margin-bottom: 2px
    }
}

@media (min-width: 768px) {
    .contacts {
        margin-top: -68px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1366px) {
    .contacts {
        margin-top: -17px;
        background: transparent
    }
}

.calcTable {
    margin-top: -50px;
    overflow: hidden;
    background-color: #2e2a31;
    padding: 0 10px
}

@media (min-width: 768px) {
    .calcTable {
        margin-top: -185px;
        padding: 0 20px;
        padding-bottom: 40px;
        background: #fff
    }
}

@media (min-width: 1366px) {
    .calcTable {
        padding: 0;
        background-color: transparent
    }
}

.calcTable .container {
    padding: 0;
    padding-top: 55px;
    background-color: #fff
}

@media (min-width: 768px) {
    .calcTable .container {
        padding-top: 207px;
        background-color: #ececec
    }
}

.calcTable__sortMobile {
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 0;
    width: 100%
}

.calcTable__sortMobile span {
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    color: red;
    letter-spacing: .28px;
    letter-spacing: .0175rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px
}

@media (min-width: 768px) {
    .calcTable__sortMobile {
        display: none
    }
}

@media (min-width: 768px) {
    .calcTable__sort {
        text-decoration: none;
        color: #393939
    }

    .calcTable__sort span {
        margin-right: 10px
    }
}

.calcTable__headDescktop {
    display: none
}

@media (min-width: 768px) {
    .calcTable__headDescktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        empty-cells: hide
    }

    .calcTable__headDescktop > tr {
        width: 100%;
        display: block
    }

    .calcTable__headDescktop > tr > th {
        display: inline-block;
        font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        padding: 17px 0;
        color: #393939;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: .36px;
        letter-spacing: .0225rem
    }

    .calcTable__headDescktop > tr > th:first-child {
        width: 23.4375vw
    }

    .calcTable__headDescktop > tr > th:nth-child(2) {
        width: 16.92708vw;
        padding-left: 10px
    }

    .calcTable__headDescktop > tr > th:nth-child(3) {
        width: 13.02083vw;
        text-align: center
    }

    .calcTable__headDescktop > tr > th:nth-child(4) {
        width: 23.4375vw;
        padding-left: 10px
    }

    .calcTable__headDescktop > tr > th:nth-child(5) {
        width: 16.92708vw;
        display: none
    }
}

@media (min-width: 1366px) {
    .calcTable__headDescktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        empty-cells: hide
    }

    .calcTable__headDescktop > tr {
        width: 100%;
        display: block
    }

    .calcTable__headDescktop > tr > th {
        display: inline-block;
        font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        padding: 17px 30px;
        color: #393939;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: .36px;
        letter-spacing: .0225rem
    }

    .calcTable__headDescktop > tr > th:first-child {
        width: 220px
    }

    .calcTable__headDescktop > tr > th:nth-child(2) {
        width: 190px;
        padding-left: 60px;
        padding-right: 10px
    }

    .calcTable__headDescktop > tr > th:nth-child(3) {
        width: 140px;
        text-align: center;
        padding-left: 15px
    }

    .calcTable__headDescktop > tr > th:nth-child(4) {
        width: 300px;
        padding-left: 25px
    }

    .calcTable__headDescktop > tr > th:nth-child(5) {
        width: 130px;
        display: none
    }
}

.calcTable__table {
    width: 100%
}

@media (min-width: 768px) {
    .calcTable__table {
        background-color: #fff;
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px
    }
}

@media (min-width: 1366px) {
    .calcTable__table {
        margin: 0;
        padding-left: 90px;
        padding-right: 50px;
        padding-bottom: 70px
    }
}

@media (min-width: 1366px) {
    .calcTable__table, .calcTable__table tbody, .calcTable__table tbody tr {
        width: 100%;
        display: block
    }
}

.calcTable__tableIn {
    position: relative;
    padding-bottom: 90px
}

@media (min-width: 768px) {
    .calcTable__tableIn {
        width: 100%;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

.calcTable__tableIn table {
    width: 100%
}

@media (min-width: 768px) {
    .calcTable__tableIn table {
        width: 100%
    }
}

.calcTable__tableIn tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .calcTable__tableIn tr {
        cursor: pointer;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .calcTable__tableIn tr:after {
        left: -200%;
        opacity: 0
    }

    .calcTable__tableIn tr:active:after, .calcTable__tableIn tr:after, .calcTable__tableIn tr:focus:after, .calcTable__tableIn tr:hover:after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 83.5%;
        height: 100%;
        background: url("../images/table_hover.png") 100% 0 no-repeat;
        background-size: cover;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .calcTable__tableIn tr:active:after, .calcTable__tableIn tr:focus:after, .calcTable__tableIn tr:hover:after {
        opacity: 1;
        left: -20px
    }
}

@media (min-width: 1366px) {
    .calcTable__tableIn tr {
        width: 100%;
        font-size: 0;
        overflow: hidden
    }

    .calcTable__tableIn tr:active:after, .calcTable__tableIn tr:focus:after, .calcTable__tableIn tr:hover:after {
        content: "";
        position: absolute;
        opacity: 1;
        left: -20px;
        top: 0;
        display: block;
        width: 85%;
        height: 100%;
        background: url("../images/table_hover.png") 0 0 no-repeat;
        background-size: contain;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
}

.calcTable__tableIn td {
    padding: 23.5px 24px;
    border-top: 1px solid #bfcddc;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #393939;
    letter-spacing: .36px;
    letter-spacing: .0225rem
}

@media (min-width: 768px) {
    .calcTable__tableIn td {
        display: inline-block;
        padding-left: 0;
        padding-right: 0
    }

    .calcTable__tableIn td:first-child {
        width: 23.4375vw
    }

    .calcTable__tableIn td:nth-child(2) {
        width: 16.92708vw;
        padding-left: 10px
    }

    .calcTable__tableIn td:nth-child(3) {
        width: 13.02083vw;
        text-align: center
    }

    .calcTable__tableIn td:nth-child(4) {
        width: 23.4375vw;
        padding-left: 20px;
        font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
    }

    .calcTable__tableIn td:nth-child(5) {
        width: 16.92708vw
    }
}

@media (min-width: 1366px) {
    .calcTable__tableIn td {
        display: inline-block;
        padding-left: 30px;
        padding-right: 30px
    }

    .calcTable__tableIn td:first-child {
        width: 220px
    }

    .calcTable__tableIn td:nth-child(2) {
        width: 190px;
        padding-left: 60px;
        padding-right: 10px
    }

    .calcTable__tableIn td:nth-child(3) {
        width: 140px;
        text-align: center;
        padding-left: 15px
    }

    .calcTable__tableIn td:nth-child(4) {
        width: 300px;
        padding-left: 40px;
        font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
    }

    .calcTable__tableIn td:nth-child(5) {
        width: 220px
    }
}

.calcTable__tableIn td:first-child, .calcTable__tableIn td:last-child {
    font-family: RobotoLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.calcTable__tableIn td:last-child {
    padding: 0;
    margin: 0;
    height: 0
}

@media (min-width: 768px) {
    .calcTable__tableIn td:last-child {
        padding: 12px 0;
        height: auto
    }
}

.calcTable__tableIn th {
    padding: 23.5px 24px;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #393939;
    line-height: 1;
    letter-spacing: .36px;
    letter-spacing: .0225rem;
    border-top: 1px solid transparent
}

@media (min-width: 768px) {
    .calcTable__tableIn th {
        display: inline-block
    }

    .calcTable__tableIn th:first-child {
        width: 25%
    }

    .calcTable__tableIn th:nth-child(2) {
        width: 18.4722%
    }
}

.calcTable__tableIn th:last-child {
    border-bottom: 1px solid transparent
}

.calcTable__tableIn th a {
    color: #393939;
    text-decoration: none
}

.calcTable__tableIn tbody, .calcTable__tableIn thead {
    display: inline-block;
    vertical-align: top
}

.calcTable__tableIn thead {
    width: 45%;
    background-color: rgba(191, 205, 220, .2)
}

@media (min-width: 768px) {
    .calcTable__tableIn thead {
        display: none
    }
}

.calcTable__tableIn tbody {
    width: 55%
}

@media (min-width: 768px) {
    .calcTable__tableIn tbody {
        width: 100%
    }
}

.calcTable__tableIn .get-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130px;
    padding: 13px 0
}

.fckd-range {
    z-index: 1000;
    opacity: 0;
    bottom: 80px;
}

.fckd-range:last-child {
    bottom: 60px;
    z-index: 10;
    opacity: 1;
}

.fckd-range-line {
    background: #BFCDDB;
    height: 1px;
    width: 100%;
    position: relative;
}

.fckd-range-runner {
    background: #FF0000;
    border-radius: 50px;
    width: 70px;
    height: 5px;
    position: absolute;
    left:0;
    top: -2px;
    cursor: pointer;
    z-index: 1000;
}

@media (min-width: 768px) {
    .calcTable__tableIn .get-btn {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        vertical-align: middle;
        background-color: #cad6e1;
        -webkit-box-shadow: 2px 4px 4px hsla(221, 9%, 53%, .2);
        box-shadow: 2px 4px 4px hsla(221, 9%, 53%, .2)
    }

    .calcTable__tableIn .get-btn, .calcTable__tableIn .get-btn:active, .calcTable__tableIn .get-btn:focus, .calcTable__tableIn .get-btn:hover {
        -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, -webkit-box-shadow .3s;
        -o-transition: background-color .3s, box-shadow .3s;
        transition: background-color .3s, box-shadow .3s;
        transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .calcTable__tableIn .get-btn:active, .calcTable__tableIn .get-btn:focus, .calcTable__tableIn .get-btn:hover {
        background-color: red;
        -webkit-box-shadow: 2px 4px 4px rgba(254, 0, 0, .2);
        box-shadow: 2px 4px 4px rgba(254, 0, 0, .2)
    }
}

@media (min-width: 1366px) {
    .calcTable__tableIn .get-btn {
        width: 100%
    }

    .calcTable__tableIn .get-btn span.hidden-block {
        display: inline
    }
}

.calcTable__tableIn .sort-btn {
    display: none
}

@media (min-width: 768px) {
    .calcTable__tableIn .sort-btn {
        display: inline-block
    }

    .container-flex {
        display: flex;
        justify-content: space-between !important;
        padding-top: 40px !important;
    }
}


@media screen and (max-width: 1265px) {
    .it_review_block{
        width: 100%;
    }

    .it_reviews {
        background: url("../images/Group342.png") no-repeat center center;
        background-size: contain;
        max-width: 360px;
        margin: 40px auto;
    }

    .it_direction {
        width: 100%;
        background: #fff;
    }

    .it_reviews .text-abs::after {
        display: none;
    }

    .it_reviews .text-abs {
        left: 60px;
        top: 40px;
    }

    .it_review_block:first-child {
        margin-bottom: 5px;
        margin-top: 79px;
    }

    .it_direction .directions__wrap {
        width: 100%;
    }



    .it_review_block {
        margin-bottom: 30px;
    }

    .it_review_block:nth-child(1), .it_review_block:nth-child(2), .it_review_block:nth-child(3) {
        margin-top: 26px;
        margin-bottom: 3px;
    }

    .it_review_block:nth-child(3) {
        margin-bottom: 26px;
    }


}

@media screen and (max-width: 768px) {
    .container-flex {
        flex-direction: column;
    }

    .container-flex > div {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .container-flex > div:first-child {
        height: 1439px !important;
    }

    .slider {
        flex-direction: column;
    }

    .fckd-range {
        width: 100%;
    }

    .fckd-slider-nav {
        position: absolute;
        bottom: 40px;
    }

    .slider__items {
        width: 100%;
        min-height: 300px;
        padding-left: 0;
    }

    .directions__controls.slider,
    .fckd-nav {
        width: 100%;
        max-width: 100%;
    }

    .fckd-nav p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        color: #474747;
        margin-bottom: 30px;
    }

    .gallery-wrapper > img {
        width: 94%;
        height: auto !important;
    }

    .fckd-range {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .it_reviews .text-abs {
        left: 40px;
        top: 60px;
    }

    .it_review_block:first-child {
        margin-bottom: 5px;
        margin-top: 94px;
    }

    .it_reviews {
        margin-top: -2px;
    }

}

.range-slider::-webkit-slider-runnable-track {height: 1px;}
.range-slider::-moz-range-track {height: 1px;}
.range-slider::-ms-track {height: 1px;}

input[type=range]::-webkit-slider-thumb {
    border: none;
    height: 5px !important;
    min-height: 5px !important;
    max-height: 5px !important;
    width: 70px !important;
    min-width: 70px !important;
    border-radius: 15px !important;
    background: #FF0000 !important;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -2px;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    width: 70px !important;
    height: 5px;
    border-radius: 3px;
    background: #FF0000;
    cursor: pointer;
}

.it_reviews .it_review_block a {
    border: none;
    padding: 0;
}


.gallery-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.bigImg {
    position: relative;
}

.gallery-wrapper img {
    height: calc(100vh - 170px);
    cursor: pointer;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.close::after,
.close::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #1c1c1c;
    cursor: pointer;
    top: 10px;
}

.close::after {
    transform: rotate(45deg);
}

.close::before {
    transform: rotate(-45deg);
}

.hide {
    display: none;
}

@media screen and (max-width: 768px) {
    .gallery-wrapper img {
        height: auto;
        width: 90vw;
    }
}

function webpackEmptyContext(req) {
    var e = new Error("Cannot find module '" + req + "'");
    e.code = 'MODULE_NOT_FOUND';
    throw e;
}
webpackEmptyContext.keys = function() { return []; };
webpackEmptyContext.resolve = webpackEmptyContext;
module.exports = webpackEmptyContext;
webpackEmptyContext.id = 7;
/*# sourceMappingURL=template_style.css.map*/


