@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
}

@-webkit-keyframes a-preloader {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    20%,
    80% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    60% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes a-preloader {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    20%,
    80% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    60% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: Muller;
    src: url(../fonts/Muller/MullerBold.woff2);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: url(../fonts/Muller/MullerLight.woff2);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: url(../fonts/Muller/MullerRegularItalic.woff2);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro-Light.woff2);
    font-weight: 300;
    font-style: normalx
}

html.-popup {
    height: initial;
    overflow-y: hidden !important
}

body,
ul {
    margin: 0;
    padding: 0
}

body,
h1,
h2 {
    font-weight: 300
}

body {
    color: #161616;
    font-size: 16px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: Muller;
    line-height: 1.4
}

@media (max-width: 1450px) {
    body {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px
    }
}

.-popup body {
    overflow: hidden;
    height: 100%
}

h1,
h2 {
    font-family: Muller, Arial;
    line-height: 1.45;
    margin-top: 0
}

h1 {
    font-size: 56px
}

@media (max-width: 1169px) {
    h1 {
        font-size: 48px
    }
}

@media (max-width: 979px) {
    h1 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 26px
    }
}

h2 {
    font-size: 24px
}

ul {
    list-style: none
}

td {
    border: 0;
    border-collapse: inherit;
    border-spacing: 0
}

p {
    margin-top: 0;
    margin-bottom: 0
}

a {
    color: inherit;
    text-decoration: none
}

img,
input,
textarea {
    width: 100%;
    resize: none
}

img {
    height: auto;
    display: block
}

object,
svg,
video {
    width: 100%;
    height: auto;
    display: block
}

svg.roistat-lh-pulsator-icon {
    width: unset;
}

input,
textarea {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    line-height: 1;
    min-width: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

button {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent
}

.iScrollIndicator {
    display: none !important
}

* {
    outline: 0
}

::-moz-selection {
    color: #fff;
    background-color: #d42e25
}

::selection {
    color: #fff;
    background-color: #d42e25
}

.heading {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: .45em
}

@media (max-width: 1450px) {
    .heading {
        font-size: 44px
    }
}

@media (max-width: 1169px) {
    .heading {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .heading {
        font-size: 36px
    }
}

@media (max-width: 479px) {
    .heading {
        font-size: 30px
    }
}

.heading--block {
    font-size: 36px
}

@media (max-width: 1450px) {
    .heading--block {
        font-size: 42px
    }
}

@media (max-width: 1169px) {
    .heading--block {
        font-size: 42px
    }
}

@media (max-width: 767px) {
    .heading--block {
        font-size: 28px
    }
}

.preloader {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.preloader__heading {
    font-size: 36px
}

@media (max-width: 767px) {
    .preloader__heading {
        font-size: 28px
    }
}

@media (max-width: 479px) {
    .preloader__heading {
        font-size: 20px
    }
}

.preloader__image {
    max-width: 200px;
    margin-top: 20px
}

.-preloader .preloader__image {
    -webkit-animation: a-preloader 3s ease 0s forwards;
    animation: a-preloader 3s ease 0s forwards
}

.button {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    border-radius: 25px;
    padding: 1.3em 3em 1.1em;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    background-color: #02BEF1;
    border: 2px solid #02BEF1;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width: 1450px) {
    .button {
        font-size: 16px
    }
}

@media (max-width: 1169px) {
    .button {
        font-size: 14px;
        padding: 18px 20px 16px
    }
}

@media (max-width: 979px) {
    .button {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .button {
        padding: 18px 30px 16px
    }
}

@media (max-width: 479px) {
    .button {
        padding: 17px 20px 15px
    }
}

.button:hover {
    background-color: #1299be;
    border-color: #1299be
}

.ghostButton {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 1.3em 3em 1.1em;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    border: 2px solid #02BEF1;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width: 1450px) {
    .ghostButton {
        font-size: 16px
    }
}

@media (max-width: 1169px) {
    .ghostButton {
        font-size: 14px;
        padding: 18px 20px 16px
    }
}

@media (max-width: 979px) {
    .ghostButton {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .ghostButton {
        padding: 18px 30px 16px
    }
}

@media (max-width: 479px) {
    .ghostButton {
        padding: 17px 20px 15px
    }
}

.ghostButton:hover {
    color: #fff;
    background-color: #02BEF1
}

.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.checkbox__input {
    display: none
}

.checkbox__input:checked+.checkbox__toggle::before,
.fz__input:checked+.fz__toggle::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.checkbox__toggle {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: 2px solid #02BEF1;
    background-color: #fff;
    box-sizing: border-box;
    padding: 9px;
}

@media (max-width: 767px) {
    .checkbox__toggle {
        width: 22px;
        height: 22px
    }
}

.checkbox__toggle::before,
.fz__toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #02BEF1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.checkbox__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width: 767px) {
    .checkbox__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left
    }
}

.checkbox__text {
    font-size: 18px;
    font-weight: 500
}

.error_field .checkbox__text,
.error_field .fz__text {
    color: #eb5757
}

@media (max-width: 767px) {
    .checkbox__text {
        font-size: 14px
    }
}

.checkbox a {
    text-decoration: underline
}

.checkbox a:hover {
    text-decoration: none
}

.fz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.fz__input {
    display: none
}

.fz__toggle {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    background-color: #c4c4c4;
    box-sizing: border-box
}

.fz__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width: 767px) {
    .fz__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left
    }
}

.fz__text {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .fz__text {
        font-size: 14px
    }
}

.thanks {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .2s ease .4s;
    transition: all .2s ease .4s;
    /* z-index: 99; */
}

.-thanks .thanks {
    pointer-events: auto;
    opacity: 1
}

.thanks__image {
    width: 100%;
    max-width: 75px;
    margin: 0 auto 20px;
    flex-basis: 0;
}

.thanks__heading {
    font-family: Muller, Arial;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
    padding: 10px;
}

@media (max-width: 1169px) {
    .thanks__heading {
        font-size: 32px
    }
}

.thanks__dscr {
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 1169px) {
    .thanks__dscr {
        font-size: 16px
    }
}

.form__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 479px) {
    .form__row {
        display: block
    }
}

.form__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 15px
}

@media (max-width: 767px) {
    .form__item {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.form__item:last-child {
    margin-right: 0
}

.form__range {
    position: relative
}

.form__range>.irs {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%
}

.form__label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left
}

@media (max-width: 767px) {
    .form__label {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.-required .form__label::after {
    content: '*';
    color: #eb5757
}

.error_field .form__label {
    color: #eb5757
}

.form__input {
    color: #8e8e8e;
    padding: 16px;
    font-style: italic;
    background-color: #efefef;
    border: 1px solid #bdbdbd
}

.error_field .form__input {
    border-color: #eb5757
}

.error_field .form__input::-webkit-input-placeholder {
    color: #eb5757
}

.error_field .form__input:-ms-input-placeholder {
    color: #eb5757
}

.error_field .form__input::placeholder {
    color: #eb5757
}

.form__questions {
    overflow: hidden;
    margin-bottom: 35px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width: 767px) {
    .form__questions {
        margin-bottom: 25px
    }
}

.form__checkbox {
    width: 100%;
    margin-top: 15px
}

@media (max-width: 767px) {
    .form__checkbox {
        max-width: 19em
    }
}

.form__button {
    margin-top: 35px
}

@media (max-width: 1450px) {
    .form__button {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .form__button {
        margin-top: 15px
    }
}

.form__calc {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.-visible+.form__calc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.form__calc[disabled] {
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.form__fz {
    margin-top: 30px
}

.b-titr {
    position: relative
}

.b-titr__header {
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2
}

@media (max-width: 1169px) {
    .b-titr__header {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .b-titr__header {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 1450px) {
    .b-titr__header {
        top: 30px
    }
}

@media (max-width: 479px) {
    .b-titr__header {
        font-size: 22px
    }
}

.b-titr__logo {
    display: block;
    width: 100%;
    max-width: 240px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .b-titr__logo {
        max-width: 200px
    }
}
@media (max-width: 425px) {
    .b-titr__logo {
        max-width: 140px
    }
}

.b-titr__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 25px;
    font-size: 18px;
    overflow: hidden;
    margin-right: 140px;
}

@media (max-width: 767px) {
    .b-titr__phone {
        font-size: 18px;
        background-color: transparent;
        margin-right: unset;
    }
}

@media (max-width: 479px) {
    .b-titr__phone {
        font-size: 13px
    }
}

.-preloader .b-titr__preloader,
.b-titr__phone:hover::after,
.b-titr__slider.slick-initialized,
.slick-current .b-titr__main {
    opacity: 1
}

.b-titr__available span,
.b-titr__filter span,
.b-titr__phone span {
    font-weight: 700
}

.b-titr__phone::after {
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(../images/phone.svg?v=1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    opacity: .8;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width: 767px) {
    .b-titr__phone::after {
        width: 25px;
        height: 25px;
        margin-left: 10px
    }
}

.b-titr__slider {
    opacity: 0;
    -webkit-transition: all .6s ease .6s;
    transition: all .6s ease .6s
}

.b-titr__slide {
    position: relative;
    z-index: 1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important;
    overflow: hidden
}

.b-titr__slide.slick-current::before {
    width: -webkit-calc(((100% / 12) * .874) * 8);
    width: calc(((100% / 12) * .874) * 8)
}

@media (min-width: 1980px) {
    .b-titr__slide.slick-current::before {
        width: 60%
    }
}

@media (max-width: 1169px) {
    .b-titr__slide.slick-current::before {
        width: 100%
    }
}

.b-titr__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .6s ease .5s;
    transition: all .6s ease .5s;
    z-index: -1
}

@media (max-width: 1169px) {
    .b-titr__slide::before {
        background-color: rgba(255, 255, 255, .9)
    }
}
@media (max-width: 450px) {
    .b-titr__slide::before {
        background-color: rgba(255, 255, 255)
    }
}
.b-titr__inner {
    width: 100%;
    max-width: 1170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    min-height: 100vh;
    padding-top: 175px;
    padding-bottom: 175px;
    box-sizing: border-box
}

@media (max-width: 1169px) {
    .b-titr__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .b-titr__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 1450px) {
    .b-titr__inner {
        padding-top: 125px;
        padding-bottom: 125px
    }
}

@media (max-width: 767px) {
    .b-titr__inner {
        padding-top: 105px;
        padding-bottom: 105px
    }
}

@media (max-width: 479px) {
    .b-titr__inner {
        padding-top: 80px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.b-titr__main {
    position: relative;
    width: 100%;
    margin: auto 0;
    max-width: 660px;
    opacity: 0;
    -webkit-transition: all .4s ease .6s;
    transition: all .4s ease .6s;
}

.b-titr__main h1 {
    font-weight: 700;
}

.b-titr__preloader {
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    width: -webkit-calc(((100% / 12) * .874) * 8);
    width: calc(((100% / 12) * .874) * 8);
    -webkit-transition: all .2s ease .3s;
    transition: all .2s ease .3s
}

@media (min-width: 1980px) {
    .b-titr__preloader {
        width: 60%
    }
}

@media (max-width: 1169px) {
    .b-titr__preloader {
        width: 100%
    }
}

.b-titr__heading {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .b-titr__heading {
        font-size: 28px
    }
}

@media (max-width: 479px) {
    .b-titr__heading {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.b-titr__dscr {
    font-size: 16px;
    max-width: 35em;
    margin-bottom: 40px
}

@media (max-width: 479px) {
    .b-titr__dscr {
        font-size: 14px;
        margin-bottom: 25px
    }
}

.b-titr__dscr b {
    font-weight: 600;
}

.b-titr__step {
    font-size: 64px;
    font-family: GothamPro;
    font-weight: 400;
    color: #c4c4c4;
    margin-bottom: 20px
}

@media (max-width: 1169px) {
    .b-titr__step {
        font-size: 54px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .b-titr__step {
        font-size: 40px
    }
}

.b-titr__factoids {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 35px
}

.b-titr__factoid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width: 1170px) {
    .b-titr__factoid {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% * 1 / 2 - (40px - 40px * 1 / 2));
        max-width: calc(100% * 1 / 2 - (40px - 40px * 1 / 2));
        width: calc(100% * 1 / 2 - (40px - 40px * 1 / 2))
    }

    .b-titr__factoid:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0
    }

    .b-titr__factoid:last-child {
        margin-right: 0
    }

    .b-titr__factoid:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media screen and (min-width: 980px) and (max-width: 1169px) {
    .b-titr__factoid {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
        max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
        width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2))
    }

    .b-titr__factoid:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .b-titr__factoid:last-child {
        margin-right: 0
    }

    .b-titr__factoid:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .b-titr__factoid {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
        max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
        width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2))
    }

    .b-titr__factoid:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .b-titr__factoid:last-child {
        margin-right: 0
    }

    .b-titr__factoid:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .b-titr__factoid {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
        max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
        width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2))
    }

    .b-titr__factoid:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .b-titr__factoid:last-child {
        margin-right: 0
    }

    .b-titr__factoid:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
    .b-titr__factoid {
        width: 100%
    }
}

@media (max-width: 767px) {
    .b-titr__factoid {
        font-size: 14px
    }
}

@media (max-width: 479px) {
    .b-titr__factoid {
        margin-bottom: 10px
    }
}

.b-titr__image {
    max-width: 25px;
    max-height: 25px;
    margin-right: 20px
}

.b-titr__checkbox {
    margin-bottom: 10px
}

.b-titr__available {
    margin-top: 25px
}

@media (max-width: 479px) {
    .b-titr__available {
        margin-top: 15px
    }
}

.b-titr__filter {
    margin-top: 25px
}

@media (max-width: 479px) {
    .b-titr__filter {
        margin-top: 15px
    }
}

.b-titr__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

@media (max-width: 479px) {
    .b-titr__footer {
        margin-top: 35px
    }
}

.b-titr__button {
    margin-right: 35px;
    border-radius: 25px;
}

@media (max-width: 479px) {
    .b-titr__button {
        margin-right: 15px
    }
}

.b-titr__button:last-child {
    margin-right: 0
}

.b-titr__button.-disable {
    pointer-events: none;
    color: #c4c4c4;
    border-color: #c4c4c4;
    background-color: transparent
}

.b-titr__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
    z-index: -2
}

@media (max-width: 1169px) {
    .b-titr__bg {
        background-size: cover;
        width: 100%;
    }
}

.b-titr .thanks__heading::before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #d42e25;
    margin-bottom: 20px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .6s ease .6s;
    transition: all .6s ease .6s
}

.b-titr.-thanks .thanks__heading::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.b-titr .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.popup {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 110;
    background-color: transparent;
    overflow-y: scroll;
    pointer-events: none;
    -webkit-transition: background-color .6s ease 0s;
    transition: background-color .6s ease 0s
}

@media (max-width: 767px) {
    .popup {
        display: block
    }
}

.popup.-visible {
    background-color: rgba(0, 0, 0, .5);
    visibility: visible;
    pointer-events: auto
}

.popup__inner {
    position: relative;
    max-width: 580px;
    padding: 45px 60px 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    margin: auto;
    background-color: #fff;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.-visible .popup__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.popup__heading {
    font-size: 30px;
    margin-bottom: .15em
}

.popup__close,
.popup__close::before {
    position: absolute;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.popup__close {
    right: 10px;
    font-size: 0;
    cursor: pointer;
    z-index: 3;
    top: 10px;
    width: 20px;
    height: 20px
}

@media (max-width: 1169px) {
    .popup__close {
        width: 50px;
        height: 50px
    }
}

@media (max-width: 979px) {
    .popup__close {
        top: 15px;
        right: 15px
    }
}

@media (max-width: 767px) {
    .popup__close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        border-radius: 10px 0
    }
}

.popup__close::before {
    content: '';
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #000
}

@media (max-width: 1169px) {
    .popup__close::before {
        height: 80%
    }
}

@media (max-width: 767px) {
    .popup__close::before {
        height: 50%
    }
}

.popup__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #000;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width: 1169px) {
    .popup__close::after {
        height: 80%
    }
}

@media (max-width: 767px) {
    .popup__close::after {
        height: 50%
    }
}

.popup__close:hover::after,
.popup__close:hover::before {
    background-color: #d42e25
}

.popup__dscr {
    font-size: 16px;
    margin-bottom: 1.8em
}

@media (max-width: 767px) {
    .popup__dscr {
        font-size: 14px
    }
}

.popup .form__input {
    color: #161616
}

.p-cta__heading {
    font-size: 30px
}

.p-cta__thanks {
    text-align: center
}

.p-ctb__inner {
    padding: 45px 32px 40px;
}

@media (max-width: 767px) {
    .p-ctb {
        display: flex
    }
}

.page__layout {
    overflow: hidden
}

.page__footer {
    margin-top: auto
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body a.podborkaHref {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding: 1.3em 3em 1.1em;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    background-color: #d42e25;
    border: 2px solid #d42e25;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    cursor: pointer !important;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    margin-top: 20px;
    margin-bottom: 8px;
}

.b-titr__rating-image {
    max-width: 265px;
    margin-bottom: 20px;
    cursor: pointer;
}

.b-titr__rating-image:hover .rating__rect {
    fill: #FF8F3A;
}

.b-titr__rating-image:hover .rating__text {
    fill: #fff;
}

.rating__rect,
.rating__text {
    transition: all .2s ease 0s;
}

.p-stars {
    font-size: 18px;
}

.p-stars__inner {
    width: 100%;
    text-align: center;
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    opacity: 0;
    box-sizing: border-box;
    transition: all 0.2s ease 0s;
}

.-visible .p-stars__inner {
    opacity: 1;
}

.p-stars__image {
    max-width: 195px;
    margin: 0 auto 50px;
}

.p-stars__heading {
    margin-bottom: 40px;
}

.p-stars__list {
    display: flex;
}

.p-stars__item {
    flex: 1 0;
    display: flex;
    opacity: 0;
    flex-direction: column;
    margin-right: 5px;
    transition: opacity 0.4s ease 0s;
}

.-visible .p-stars__item {
    opacity: 1;
}

.-visible .p-stars__item:nth-child(1) {
    transition-delay: .4s;
}

.-visible .p-stars__item:nth-child(2) {
    transition-delay: .6s;
}

.-visible .p-stars__item:nth-child(3) {
    transition-delay: .8s;
}

.-visible .p-stars__item:nth-child(4) {
    transition-delay: 1s;
}

.p-stars__item:last-child {
    margin-right: 0;
}

.p-stars__title {
    min-height: 4.6em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 45px;
}

.p-stars__star {
    margin: 0 auto 50px;
    max-width: 205px;
}

.p-stars__body {
    margin-top: auto;
}

.p-stars__footer {
    margin-top: 65px;
}

.p-stars__button {
    font-size: 16px;
    padding: 1.1em 4em .9em;
}

@media (max-width: 1279px) {
    .p-stars__heading {
        font-size: 32px;
    }

    .p-stars {
        font-size: 16px;
    }

    .p-stars__title {
        font-size: 14px;
        min-height: 4.6em;
        margin-bottom: 25px;
    }

    .p-stars__star {
        max-width: 165px;
        margin-bottom: 30px;
    }
}

@media (max-width: 979px) {
    .p-stars__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .p-stars {
        text-align: left;
    }

    .p-stars__list {
        display: block;
    }

    .p-stars__item {
        position: relative;
        text-align: left;
        justify-content: center;
        min-height: 150px;
        padding-left: 150px;
    }

    .p-stars__star {
        position: absolute;
        top: 0;
        left: 0;
        width: 140px;
    }

    .p-stars__title {
        font-size: 18px;
        min-height: 0;
        max-width: 20em;
        margin-bottom: 5px;
    }

    .p-stars__body {
        font-size: 12px;
        max-width: 25em;
        opacity: .6;
        margin-top: 0;
    }
}

@media (max-width: 479px) {
    .p-stars__heading {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .p-stars__title {
        font-size: 16px;
    }

    .p-stars__item {
        min-height: 120px;
        padding-left: 110px;
    }

    .p-stars__star {
        top: 50%;
        width: 100px;
        transform: translateY(-50%);
    }

    .p-stars__image {
        max-width: 155px;
        margin-bottom: 35px;
    }

    .p-stars__footer {
        margin-top: 35px;
    }
}

.b-titr__distance-image {
    max-width: 265px;
    margin-bottom: 20px;
}

.credit_terms___wrap {
    margin-top: 24px;
}

.credit_terms {
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

.disclamer_text {
    text-align: justify;
    color: #161616;
    font-size: 13px;
}
.disclamer_text p:not(:last-child) {
    margin-bottom: 1em;
}
.disclamer_text a {
    text-decoration: underline;
}
.roistat-lh-pulsator-phone,
.roistat-multiwidget-pulsator-phone,
.roistat-online-chat-pulsator-phone {
    opacity: 1 !important;
}

.lubimovo_logo {
    max-width: 100px;
}

@media (max-width: 400px) {
    .lubimovo_logo {
        display: none;
    }
}

.subtitle {
    font-size: 0.6em;
    font-weight: 600;
}

.form__button.-disable {
    pointer-events: none;
    color: #c4c4c4;
    border-color: #c4c4c4;
    background-color: #c4c4c4;
    background-color: transparent
}
.cookie-message {
    position: fixed;
    z-index: 99999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 2rem);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
}

.cookie-message__text {
    line-height: 1.3;
}

.cookie-message__text a {
    color: #1957B5;
    border-bottom: 1px solid currentColor;
    text-decoration: none !important;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.cookie-message__text a:hover {
    border-bottom-color: transparent;
}

.cookie-message__btn {
    width: 202px;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    border-radius: 30px;
    background-color: #F6C95A;
    color: #000;
}

.cookie-message__btn:hover {
    background-color: #fdcf57;
}

.cookie-message.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cookie-message button {
    position: relative;
    width: 30px;
    height: 30px;
}

.cookie-cross {
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 15px;
}

@media (max-width: 991px) {
    .cookie-message {
        width: 100%;
        border-radius: 6px;
        padding: 10px 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        bottom: 8px;
    }

    .cookie-message__text {
        font-size: 14px;
    }

    .cookie-message__btn {
        /*margin-top: 16px;*/
        height: 44px;
        font-size: 14px;
        border-radius: 22px;
    }
}

@media (min-width: 992px) {
    .cookie-message {
        padding: 10px 22px;
        border-radius: 10px;
        bottom: 24px;
    }

    .cookie-message__text {
        margin-right: 30px;
        font-size: 16px;
        /* white-space: nowrap; */
    }

    .cookie-message__btn {
        height: 55px;
    }
}

.quiz__header-left-side {
    align-items: center;
    display: flex
}

/* .b-titr__logo {
    display: block;
    width: 100%;
    max-width: 240px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .b-titr__logo {
        max-width: 200px
    }
}
@media (max-width: 425px) {
    .b-titr__logo {
        max-width: 140px
    }
} */

.quiz__header-logo {
    margin-right: 2rem;
    display: block;
    width: 100%;
    max-width: 240px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .quiz__header-logo {
        max-width: 200px
    }
}
@media (max-width: 425px) {
    .quiz__header-logo {
        max-width: 140px
    }
} 
.quiz__header-text-box {
    border-left: 1px solid #d9d9d9;
    padding-bottom: 1.125rem;
    padding-left: 2rem;
    padding-top: 1.125rem
}

@media (max-width: 800px) {
    .quiz__header-text-box {
        display:none
    }
}

.quiz__header-offer {
    color: #02BEF1;
    font-size: 1.6rem;
    line-height: 1
}
.b-titr__dscr span{
    font-weight: 600;
    color: #02BEF1;
}
.block__dscr-list {
    list-style: disc;
    list-style-position: inside;
}

.warning-block {
    background: #fff;
    border: .0625rem solid #e5e5e5;
    border-radius: .4375rem;
    box-shadow: .1875rem .25rem .3125rem 0;
    max-width: 38.75rem;
    padding: 1.25rem;
    text-align: center;
    font-size: 1rem;
    margin-top: 1.66rem;
}

.form__fz {
    margin-top: 30px;
    display: block;
}
.form__fz .fz__text{
    display: inline;
}
