@-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: 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: 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: #4d4f50
}

.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, -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: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-BoldItalic.eot');
    src: local('PFDinDisplayPro-BoldItalic'),
        url('../fonts/PFDinDisplayPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-BoldItalic.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-BlackItalic.eot');
    src: local('PFDinDisplayPro-BlackItalic'),
        url('../fonts/PFDinDisplayPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-BlackItalic.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Thin.eot');
    src: local('PFDinDisplayPro-Thin'),
        url('../fonts/PFDinDisplayPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Thin.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-ThinItalic.eot');
    src: local('PFDinDisplayPro-ThinItalic'),
        url('../fonts/PFDinDisplayPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-ThinItalic.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Italic.eot');
    src: local('PFDinDisplayPro-Italic'),
        url('../fonts/PFDinDisplayPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Italic.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-MediumItalic.eot');
    src: local('PFDinDisplayPro-MediumItalic'),
        url('../fonts/PFDinDisplayPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-MediumItalic.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-LightItalic.eot');
    src: local('PFDinDisplayPro-LightItalic'),
        url('../fonts/PFDinDisplayPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-LightItalic.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Black.eot');
    src: local('PFDinDisplayPro-Black'),
        url('../fonts/PFDinDisplayPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Black.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Regular.eot');
    src: local('PFDinDisplayPro-Regular'),
        url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Regular.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Light.eot');
    src: local('PFDinDisplayPro-Light'),
        url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Light.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Bold.eot');
    src: local('PFDinDisplayPro-Bold'),
        url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Medium.eot');
    src: local('PFDinDisplayPro-Medium'),
        url('../fonts/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Medium.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* @font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('../fonts/MyriadPro-BoldCond.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('../fonts/MyriadPro-Cond.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
} */


/* @font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('fonts/MyriadPro-BoldCond.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('fonts/MazdaTypeCyrillic-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('fonts/MazdaTypeCyrillic-MediumItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
 */

/* @font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('../fonts/MyriadPro-Cond.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
} */


/* 
@font-face {
    font-family: 'MyriadPro';
    font-display: auto;
    src: url('fonts/MazdaTypeCyrillic-Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
} */

html.-popup {
    height: initial;
    overflow-y: hidden!important
}

body,
ul {
    margin: 0;
    padding: 0
}

body,
h1,
h2 {
    font-weight: 300
}

body {
    position: relative;
    color: #191919;
    font-size: 16px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: 'PF DinDisplay Pro', serif;
    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: 'PF DinDisplay Pro', Arial, serif;
    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
}

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: #002C5F
}

::selection {
    background: #c03;
    color: #fff;
}

.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: 60px;
    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;
    padding: 1.3em 3rem 1.1em;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    background-color: #000000;
    border: 2px solid #000000;
    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: #c6c6c6;
    border-color: #c6c6c6
}

.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 #1a1a1a;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    color: #1b1b1b;
}

@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: #1b1b1b
}

.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 #1a1a1a;
    background-color: #fff;
    box-sizing: border-box
}

@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: #c6c6c6;
    -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;
    font-family: 'PF DinDisplay Pro', serif;
}

.error_field .checkbox__text,
.error_field .fz__text {
    color: #eb5757
}

@media (max-width:767px) {
    .checkbox__text {
        font-size: 16px
    }
}

.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: 20px;
    height: 20px;
    margin-right: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid black;
}

.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;
    font-family: 'PF DinDisplay Pro', serif;
}

@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
}

.-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: 'PF DinDisplay Pro', Arial, serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1
}

@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: #9b283f
}

.error_field .form__label {
    color: #9b283f
}

.form__input {
    color: #333;
    padding: 16px;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    transition: 0.2s;
    border-radius: 3px;
}

.form__input:hover,
.form__input:focus {
    border-color: #101010;
    box-shadow: inset 0 0 0 1px #101010;
}

.error_field .form__input {
    border-color: #9b283f
}

.error_field .form__input::-webkit-input-placeholder {
    color: #9b283f
}

.error_field .form__input:-ms-input-placeholder {
    color: #9b283f
}

.error_field .form__input::placeholder {
    color: #9b283f
}

.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;
    width: 100%;
    max-width: 350px;
    padding: 1.1rem 0
}

.form__row {
    width: 100%;
    max-width: 350px;
}

@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;
    margin-bottom: 20px;
}

.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:1450px) {
    .b-titr__header {
        top: 30px
    }
}

@media (max-width:1169px) {
    .b-titr__header {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .b-titr__header {
        top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:479px) {
    .b-titr__header {
        font-size: 22px;
        top: 10px;
    }
}

.b-titr__logo {
    display: block;
    width: 100%;
    max-width: 100px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width:767px) {
    .b-titr__logo {
        max-width: 80px
    }
    .b-titr__header>div {
        min-height: 36px;
    }
    /*  .b-titr__phone {
    	color: #fff
    }*/
}

@media (max-width: 479px) {
    .b-titr__logo {
        max-width: 64px;
    }
}

.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;
    color: #4d4f50;
    padding-left: 15px;
    font-size: 18px
}

@media (max-width:767px) {
    .b-titr__phone {
        font-size: 16px;
        /* background-color: transparent; */
        /* color: #fff; */
    }
}


.-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?2);
    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)*.974)*8);
    width: calc(((100%/12)*.974)*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)
    }
}

.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: 195px;
    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
    }
    .frontPage__inner {
        /*padding-bottom: 120px;*/
    }
}

@media (max-width:479px) {
    .b-titr__inner {
        padding-top: 70px;
        padding-bottom: 130px
    }
}

.b-titr__main {
    /*position: relative;*/
    width: 100%;
    margin: auto 0;
    max-width: 632px;
    opacity: 0;
    -webkit-transition: all .4s ease .6s;
    transition: all .4s ease .6s
}

.b-titr__preloader {
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    width: -webkit-calc(((100%/12)*.974)*8);
    width: calc(((100%/12)*.974)*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: 25px;
    font-weight: 500;
    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: 24px;
        margin-bottom: 15px
    }
}

.b-titr__dscr {
    font-size: 18px;
    max-width: 37em;
    margin-bottom: 15px;
    font-family: 'PF DinDisplay Pro', serif;
}

@media (max-width:479px) {
    .b-titr__dscr {
        font-size: 16px;
        margin-bottom: 25px
    }
}

.b-titr__step {
    font-size: 64px;
    font-family: 'PF DinDisplay Pro', serif;
    font-weight: 400;
    color: #999;
    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__form {
    margin-top: 30px;
}

.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: 20px;
    max-height: 20px;
    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;
}

@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;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -2
}

@media (max-width:1169px) {
    .b-titr__bg {
        background-size: cover
    }
}

.b-titr .thanks__heading::before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #002C5F;
    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, -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: #4d4f50
}

@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: #4d4f50;
    -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: #002C5F
}

.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
}

.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: 600
}

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: 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: #002C5F;
    border: 2px solid #002C5F;
    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__slide:first-child .credit_terms___wrapp {
    position: absolute;
    bottom: 150px;
    margin-top: 0;
}

@media screen and (max-width: 640px){
    .b-titr__slide:first-child .credit_terms___wrapp {
        position: relative;
        bottom: 0;
        margin-top: 24px;
    }
}