/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
details, main {
    display: block
}

h1 {
    font-size: 2em
}

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

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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;
    display: block;
    max-width: 100%
}

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: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    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
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.qs-datepicker-container {
    font-size: 1rem;
    font-family: sans-serif;
    color: #000;
    position: absolute;
    width: 15.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid grey;
    border-radius: .263921875em;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1.25em 1.25em -.9375em rgba(0, 0, 0, .3);
    box-shadow: 0 1.25em 1.25em -.9375em rgba(0, 0, 0, .3)
}

.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.qs-hidden {
    display: none
}

.qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: .5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1
}

.qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: .875em;
    padding: .25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block
}

.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.qs-overlay .qs-close {
    padding: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.qs-overlay .qs-submit {
    border: 1px solid #fff;
    border-radius: .263921875em;
    padding: .5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: hsla(0, 0%, 50.2%, .4)
}

.qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed
}

.qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
    opacity: 1
}

.qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #d3d3d3;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.qs-arrow {
    height: 1.5625em;
    width: 1.5625em;
    position: relative;
    cursor: pointer;
    border-radius: .263921875em;
    -webkit-transition: background .15s;
    transition: background .15s
}

.qs-arrow:hover {
    background: rgba(0, 0, 0, .1)
}

.qs-arrow:hover.qs-left:after {
    border-right-color: #000
}

.qs-arrow:hover.qs-right:after {
    border-left-color: #000
}

.qs-arrow:after {
    content: "";
    border: .390625em solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transition: border .2s;
    transition: border .2s
}

.qs-arrow.qs-left:after {
    border-right-color: grey;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%)
}

.qs-arrow.qs-right:after {
    border-left-color: grey;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%)
}

.qs-month-year {
    font-weight: 700;
    -webkit-transition: border .2s;
    transition: border .2s;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

.qs-month-year:hover {
    border-bottom: 1px solid grey
}

.qs-month-year:active:focus, .qs-month-year:focus {
    outline: 0
}

.qs-month {
    padding-right: .5ex
}

.qs-year {
    padding-left: .5ex
}

.qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .3125em;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.qs-square {
    width: calc(100% / 7);
    height: 1.5625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
    border-radius: .263921875em
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange
}

.qs-current {
    font-weight: 700;
    text-decoration: underline
}

.qs-active, .qs-range-end, .qs-range-start {
    background: #add8e6
}

.qs-range-start:not(.qs-range-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.qs-range-middle {
    background: #d4ebf2
}

.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
    border-radius: 0
}

.qs-range-middle.qs-range-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.qs-range-end:not(.qs-range-0), .qs-range-middle.qs-range-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.qs-disabled, .qs-outside-current-month {
    opacity: .2
}

.qs-disabled {
    cursor: not-allowed
}

.qs-day, .qs-empty {
    cursor: default
}

.qs-day {
    font-weight: 700;
    color: grey
}

.qs-event {
    position: relative
}

.qs-event:after {
    content: "";
    position: absolute;
    width: .46875em;
    height: .46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0
}

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;
    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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    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;
    transition: opacity .25s, visibility;
    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;
    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;
    transition-property: transform, opacity;
    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 {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0/100% 100% no-repeat;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    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;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: dotted 1px
}

.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:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    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: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.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 {
    animation: 1s linear infinite a;
    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
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    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;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .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-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.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;
    transition: .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: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    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;
    transition: .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 (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%;
    background: #3fb8af
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: 1s linear infinite swiper-preloader-spin;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: .4s tooltipster-fading
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: .6s tooltipster-rotating
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: .6s tooltipster-scaling
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

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

@font-face {
    font-family: GothamPro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/GothamPro-Regular.woff2) format("woff2"), url(../fonts/GothamPro-Regular.woff) format("woff")
}

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

@font-face {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/BebasNeue-Regular.woff2) format("woff2"), url(../fonts/BebasNeue-Regular.woff) format("woff")
}

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

.ui-button {
    display: inline-block
}

.ui-button a, .ui-button input {
    width: 100%;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    background: #fff;
    border: 1px solid teal;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.ui-button a:hover, .ui-button input:hover {
    color: teal
}

.ui-button.filled a, .ui-button.filled input {
    color: #fff;
    background: teal
}

.ui-button.filled a:hover, .ui-button.filled input:hover {
    color: #fff;
    background: #6ca44c
}

.ui-red {
    display: inline-block;
    color: #b30000
}

.ui-title {
    font: 700 60px/1.2 BebasNeue, Arial, sans-serif;
    color: #222
}

@media (max-width: 1366px) {
    .ui-button a, .ui-button input {
        padding: 14.5px 30px;
        font-size: 13px
    }

    .ui-title {
        font-size: 55px
    }
}

@media (max-width: 1024px) {
    .ui-title {
        font-size: 35px
    }
}

.ui-checkbox label {
    position: relative;
    padding-left: 30px;
    font: 16px/1.5 GothamPro, Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui-checkbox label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.ui-checkbox label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3.5L4.5 7L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.ui-checkbox label a {
    display: inline;
    text-decoration: underline;
    color: teal
}

.ui-checkbox input[type=checkbox] {
    display: none
}

.ui-checkbox input[type=checkbox]:checked + label::before {
    background: teal;
    border-color: teal
}

.ui-checkbox input[type=checkbox]:checked + label::after {
    opacity: 1
}

.ui-input {
    position: relative
}

.ui-input input {
    width: 100%;
    padding: 16px 20px 13px;
    font: 16px/1.5 GothamPro, Arial, sans-serif;
    background: #fff;
    border: 1px solid teal;
    border-radius: 6px;
    outline: 0
}

.ui-input input.filled ~ label, .ui-input input:focus ~ label {
    top: 2px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 10px
}

.ui-input input.parsley-error ~ label {
    color: red
}

.ui-input .parsley-errors-list {
    position: absolute;
    bottom: -30px;
    left: 0;
    font: 300 14px/1 GothamPro, Arial, sans-serif;
    color: red;
    background: #fff;
    border-radius: 4px
}

.ui-input .parsley-errors-list.filled {
    padding: 5px 10px
}

.ui-input label {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 16px/1.5 GothamPro, Arial, sans-serif;
    color: #b2b2b2;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none
}

.ui-textarea {
    position: relative
}

.ui-textarea textarea {
    width: 100%;
    padding: 16px 20px 13px;
    font: 16px/1.5 GothamPro, Arial, sans-serif;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    resize: none
}

.ui-textarea textarea.parsley-error {
    border-color: red
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:focus {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1
}

body {
    margin: 0
}

body .wrapper {
    position: relative;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: GothamPro, Arial, sans-serif;
    color: #222;
    overflow: hidden
}

body .wrapper .inner {
    max-width: 1170px;
    margin: 0 auto
}

body .wrapper .inner section {
    margin-top: 50px
}

svg {
    max-width: 100%;
    height: 100%
}

a {
    background-color: transparent;
    display: block;
    text-decoration: none;
    color: #222;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    color: #b30000
}

ul {
    list-style: none
}

blockquote, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, table, td, th, tr, ul {
    margin: 0;
    padding: 0
}

body .header {
    padding: 28px 0;
    background: #f7f7f7
}

body .header .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .header-logo {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    visibility: visible
}

body .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 128px;
    height: 44px
}

body .header-logo.active {
    opacity: 0;
    visibility: hidden
}

body .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 57%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .header-menu a {
    font: 400 16px/1.2 GothamPro, Arial, sans-serif
}

@media (max-width: 1366px) {
    body .wrapper .inner {
        max-width: 980px
    }

    body .header {
        padding: 25px 0
    }

    body .header-logo a {
        width: 120px;
        height: 41px
    }

    body .header-menu a {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    body .wrapper .inner {
        max-width: 760px
    }

    body .header-logo a {
        width: 105px;
        height: 36px
    }

    body .header-menu a {
        font-size: 12px
    }
}

body .header-mb {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: none;
    cursor: pointer
}

@media (max-width: 768px) {
    body .wrapper .inner {
        max-width: 100%;
        padding: 0 20px
    }

    body .header-logo a {
        width: 78px;
        height: 27px
    }

    body .header-menu {
        display: none
    }

    body .header-mb {
        display: block
    }
}

body .header-mb img {
    width: 28px;
    height: 18px
}

body .header .header-menu_mb {
    display: none;
    width: 12%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

body .header .header-menu_mb.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body .header .header-menu_mb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 400 12px/1.2 GothamPro, Arial, sans-serif;
    color: #222;
    margin-right: 35px
}

body .header .header-menu_mb a img {
    margin-right: 5px
}

body .header-language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 768px) {
    body .header-language {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 20px
    }
}

body .header-language.active {
    opacity: 0;
    visibility: hidden
}

body .header-language-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 16px/1.2 GothamPro, Arial, sans-serif
}

body .header-language-item-icon_flag {
    width: 26px;
    height: 26px;
    margin-right: 10px
}

body .header-language-item-icon_arrow {
    margin-left: 5px
}

body .header-language-links {
    position: absolute;
    left: 36px;
    width: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

body .header-language-links a:last-child img {
    margin-right: 0
}

body .header-language-links.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body .header-button_login a {
    font: 400 16px/1 GothamPro, Arial, sans-serif;
    padding: 20px 40px;
    background: #a81c24;
    border-radius: 5px;
    color: #fff
}

body .header-button_login a:hover {
    -webkit-box-shadow: inset 3px 4px 16px 0 rgba(0, 0, 0, .21);
    box-shadow: inset 3px 4px 16px 0 rgba(0, 0, 0, .21)
}

@media (max-width: 1366px) {
    body .header-language-item {
        font-size: 14px
    }

    body .header-language-item-icon_flag {
        margin-right: 7px
    }

    body .header-language-links {
        left: 33px
    }

    body .header-button_login a {
        font-size: 14px;
        padding: 15px 35px
    }
}

body .footer {
    padding: 40px 0 50px;
    background: #f5f5f5
}

body .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    body .header-language-item {
        font-size: 12px
    }

    body .header-language-links {
        width: 60px
    }

    body .header-button_login a {
        font-size: 12px;
        padding: 10px 20px
    }

    body .footer .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 768px) {
    body .header-button_login {
        display: none
    }

    body .footer-left {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

body .footer-left-logo {
    margin-bottom: 20px
}

body .footer-left-logo a img {
    width: 128px;
    height: 44px
}

@media (max-width: 520px) {
    .ui-title {
        font-size: 26px
    }

    body .footer {
        padding: 26px 0 20px
    }

    body .footer-left-logo {
        margin-bottom: 15px
    }

    body .footer-left-logo a img {
        width: 99px;
        height: 35px
    }
}

body .footer-left-text {
    font: 400 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222;
    opacity: .6;
    margin-bottom: 30px;
    text-decoration: underline
}

@media (max-width: 1366px) {
    body .footer-left-text {
        font-size: 16px
    }
}

body .footer-left-text:last-child {
    margin-bottom: 0;
    text-decoration: none
}

body .footer-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 42%;
    height: 150px
}

@media (max-width: 1024px) {
    body .footer-center {
        width: 50%
    }
}

@media (max-width: 768px) {
    body .footer-center {
        width: 80%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 520px) {
    body .footer-left-text {
        font-size: 13px;
        margin-bottom: 15px
    }

    body .footer-center {
        height: 110px;
        margin-top: 20px
    }
}

body .footer-center-item {
    font: 400 18px/1.2 GothamPro, Arial, sans-serif;
    padding: 14.5px 0
}

body .footer-right {
    width: 16%
}

@media (max-width: 1366px) {
    body .footer-center-item {
        font-size: 16px
    }

    body .footer-right {
        width: 20%
    }
}

@media (max-width: 1024px) {
    body .footer-right {
        width: 25%
    }
}

@media (max-width: 768px) {
    body .footer-right {
        width: 40%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

body .footer-right-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px
}

body .footer-right-social:last-child {
    margin-right: 0
}

body .footer-right-social-item:last-child {
    margin-right: 0
}

body .footer-right-social-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 6px 44px 2px rgba(32, 32, 32, .07);
    box-shadow: 0 6px 44px 2px rgba(32, 32, 32, .07);
    border-radius: 10px
}

body .footer-right-phone a {
    font: 400 18px/1.2 GothamPro, Arial, sans-serif;
    text-align: right
}

body .wrapper main .main-page .inner {
    position: relative
}

body .wrapper main .main-page .top-banner {
    position: relative;
    padding: 193px 0;
    margin-bottom: 120px;
    border-top: 1px solid #c6c7cb;
    background: #f8f8f8;
    overflow: hidden
}

@media (max-width: 1366px) {
    body .footer-right-phone a {
        font-size: 16px
    }

    body .wrapper main .main-page .top-banner {
        padding: 105px 0
    }
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .top-banner {
        padding: 90px 0;
        margin-bottom: 100px
    }
}

@media (max-width: 768px) {
    body .wrapper main .main-page .top-banner {
        padding: 23px 0;
        margin-bottom: 80px
    }
}

@media (max-width: 520px) {
    body .footer-center-item {
        font-size: 13px;
        padding: 10px 0
    }

    body .footer-right {
        width: auto;
        margin-top: 15px
    }

    body .footer-right-social {
        margin-bottom: 20px
    }

    body .footer-right-social-item {
        margin-right: 10px
    }

    body .footer-right-social-item a {
        width: 41px;
        height: 30px
    }

    body .footer-right-social-item a img {
        width: 17px
    }

    body .footer-right-phone a {
        font-size: 13px
    }

    body .wrapper main .main-page .top-banner {
        padding: 55px 0;
        margin-bottom: 72px
    }

    body .wrapper main .main-page .top-banner::before {
        display: none
    }
}

@media (max-width: 425px) {
    body .wrapper main .main-page .top-banner {
        padding: 23px 0
    }
}

body .wrapper main .main-page .top-banner .inner {
    position: relative
}

body .wrapper main .main-page .top-banner::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 0;
    width: 70%;
    height: 70%;
    background: url(../img/img2.png) right/contain no-repeat;
    transform: translateY(-50%);
}

@media (max-width: 1580px) {
    body .wrapper main .main-page .top-banner::after {
        right: 13%
    }
}

body .wrapper main .main-page .top-banner-img_mb::after {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/img2.png) top/cover no-repeat
}

@media (max-width: 520px) {
    body .wrapper main .main-page .top-banner-img_mb {
        display: block
    }
}

body .wrapper main .main-page .top-banner-block {
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .top-banner-block {
        width: 47%
    }
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .top-banner-block {
        width: 58%
    }
}

body .wrapper main .main-page .top-banner-block-title {
    font: 700 60px/68px BebasNeue, Arial, sans-serif;
    margin-bottom: 36px
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .top-banner::after {
        right: 16%;
        width: 60%;
        height: 60%; 
    }

    body .wrapper main .main-page .top-banner-block-title {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 30px
    }
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .top-banner::after {
        right: 5%;
    }

    body .wrapper main .main-page .top-banner-block-title {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 25px
    }
}

@media (max-width: 768px) {

    body .wrapper main .main-page .top-banner-block-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 90px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .top-banner::after {
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    body .wrapper main .main-page .top-banner-block {
        width: 100%
    }

    body .wrapper main .main-page .top-banner-block-title {
        margin-bottom: 326px
    }

    body .wrapper main .main-page .top-banner-block-buttons-test {
        width: 100%
    }
}

body .wrapper main .main-page .top-banner-block-title p {
    font-weight: 400
}

body .wrapper main .main-page .top-banner-block-text {
    font: 400 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222;
    margin-bottom: 35px
}

body .wrapper main .main-page .top-banner-block-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body .wrapper main .main-page .top-banner-block-buttons-test a {
    padding: 24px 60px;
    margin-right: 40px;
    font: 400 16px/1.2 GothamPro, Arial, sans-serif;
    color: #fff;
    background: linear-gradient(-28deg, #a71a22 14%, #c70000 62%, #c70000 85%);
    border-radius: 5px
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .top-banner-block-text {
        font-size: 16px;
        margin-bottom: 30px
    }

    body .wrapper main .main-page .top-banner-block-buttons-test a {
        font-size: 16px;
        padding: 20px 50px
    }
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .top-banner-block-text {
        font-size: 14px;
        margin-bottom: 25px
    }

    body .wrapper main .main-page .top-banner-block-buttons-test a {
        padding: 15px 40px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .top-banner-block-buttons-test a {
        width: 100%;
        text-align: center
    }
}

body .wrapper main .main-page .top-banner-block-buttons-test a:hover {
    -webkit-box-shadow: inset 3px 4px 16px 0 rgba(0, 0, 0, .21);
    box-shadow: inset 3px 4px 16px 0 rgba(0, 0, 0, .21)
}

@media (max-width: 768px) {
    body .wrapper main .main-page .top-banner-block-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 22px 0 0
    }

    body .wrapper main .main-page .top-banner-block-buttons-registration {
        display: none
    }
}

body .wrapper main .main-page .top-banner-block-buttons-registration a {
    padding: 23px 59px;
    font: 400 16px/1.2 GothamPro, Arial, sans-serif;
    color: #8d141b;
    border: 1px solid #8d141b;
    border-radius: 5px
}

body .wrapper main .main-page .top-banner-block-buttons-registration a:hover {
    color: #fffefe;
    background: #b31c25;
    border-radius: 5px
}

body .wrapper main .main-page .top-banner-scroll {
    position: absolute;
    top: 50%;
    right: -7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7
}

body .wrapper main .main-page .top-banner-scroll::after {
    content: '';
    position: absolute;
    bottom: 691%;
    left: 49%;
    width: 1px;
    height: 100vh;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    opacity: .9
}

body .wrapper main .main-page .top-banner-scroll::before {
    content: '';
    position: absolute;
    top: 425%;
    left: 49%;
    width: 1px;
    height: 100vh;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    opacity: .9
}

body .wrapper main .main-page .top-banner-scroll-img {
    position: absolute;
    top: -586%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body .wrapper main .main-page .top-banner-scroll-img img {
    width: 20px;
    height: 29px
}

body .wrapper main .main-page .top-banner-scroll-text {
    font: 400 13px/1 GothamPro, Arial, sans-serif;
    color: #222;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

body .wrapper main .main-page .opportunities {
    margin-bottom: 115px
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .top-banner-block-buttons-registration a {
        font-size: 14px;
        padding: 20px 50px
    }

    body .wrapper main .main-page .top-banner-scroll {
        right: -3%
    }

    body .wrapper main .main-page .opportunities {
        margin-bottom: 100px
    }
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .top-banner-block-buttons-registration a {
        padding: 15px 40px
    }

    body .wrapper main .main-page .top-banner-scroll {
        display: none
    }

    body .wrapper main .main-page .opportunities {
        margin-bottom: 80px
    }
}

@media (max-width: 768px) {
    body .wrapper main .main-page .opportunities {
        margin-bottom: 60px
    }

    body .wrapper main .main-page .opportunities-title {
        display: none
    }
}

body .wrapper main .main-page .opportunities-title {
    margin-bottom: 30px
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .opportunities-title {
        margin-bottom: 25px
    }
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .opportunities-title {
        margin-bottom: 20px
    }
}

body .wrapper main .main-page .opportunities-why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    body .wrapper main .main-page .opportunities-why {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

body .wrapper main .main-page .opportunities-why-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 112px
}

@media (max-width: 520px) {
    body .wrapper main .main-page .opportunities-why-block {
        margin-right: 0
    }
}

body .wrapper main .main-page .opportunities-why-block-number {
    font: 700 130px/1 GothamPro, Arial, sans-serif;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(-28deg, #a71a22 -8%, #c70000 62%, #c70000 109%);
    margin-right: 28px
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .opportunities-why {
        width: 100%
    }

    body .wrapper main .main-page .opportunities-why-block-number {
        font-size: 120px;
        margin-right: 20px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .opportunities-why-block-number {
        font-size: 100px
    }
}

body .wrapper main .main-page .opportunities-why-block-text {
    font: 300 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .opportunities-why-block-text {
        font-size: 16px
    }
}

body .wrapper main .main-page .opportunities-why-block-text .red {
    font: 700 50px/1 GothamPro, Arial, sans-serif;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(-28deg, #a71a22 17%, #c70000 63%, #c70000 83%)
}

body .wrapper main .main-page .opportunities-why-descr {
    font: 400 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .opportunities-why-descr {
        font-size: 16px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .opportunities-why-block-text .red {
        font-size: 30px
    }

    body .wrapper main .main-page .opportunities-why-descr {
        font-size: 15px
    }
}

body .wrapper main .main-page .opportunities-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .wrapper main .main-page .opportunities-block-item {
    position: relative;
    width: calc((100% - 69px) / 3);
    padding: 35px 25px;
    margin-top: 35px;
    -webkit-box-shadow: 0 -6px 59px 0 rgba(63, 63, 63, .07);
    box-shadow: 0 -6px 59px 0 rgba(63, 63, 63, .07);
    border-radius: 10px
}

body .wrapper main .main-page .opportunities-block-item-img {
    margin-bottom: 23px
}

body .wrapper main .main-page .opportunities-block-item-text {
    font: 300 16px/1.2 GothamPro, Arial, sans-serif;
    color: #222
}

body .wrapper main .main-page .opportunities-block-item-text p {
    display: inline;
    font-weight: 700
}

body .wrapper main .main-page .opportunities-block-item-number {
    position: absolute;
    top: 0;
    right: 15px;
    font: 700 205px/1 GothamPro, Arial, sans-serif;
    color: #222;
    opacity: .05
}

body .wrapper main .main-page .opportunities-block.opportunities-slider {
    position: relative;
    display: none;
    overflow: hidden;
    padding-bottom: 80px
}

@media (max-width: 520px) {
    body .wrapper main .main-page .opportunities-block.opportunities-slider {
        padding-bottom: 50px
    }

    body .wrapper main .main-page .opportunities-block.opportunities-slider .opportunities-block-item {
        width: auto
    }
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-pagination {
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 1.5px;
    opacity: 1;
    background: #b30000;
    border: 1px solid #b30000;
    -webkit-transition: .3s;
    transition: .3s
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-pagination-bullet-active {
    background: 0 0
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-next, body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-prev {
    top: unset;
    bottom: -7px;
    width: 44px;
    height: 44px;
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    border-radius: 50%
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-next::after, body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-prev::after {
    display: none
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-next {
    right: 25%
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-next::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_right.png) center/cover no-repeat
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-prev {
    left: 25%
}

body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_left.png) center/cover no-repeat
}

body .wrapper main .main-page .cost {
    margin-bottom: 230px
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .opportunities-block-item {
        width: calc((100% - 35px) / 2)
    }

    body .wrapper main .main-page .cost {
        margin-bottom: 180px
    }
}

body .wrapper main .main-page .cost-title {
    margin-bottom: 28px
}

@media (max-width: 768px) {
    body .wrapper main .main-page .opportunities-block {
        display: none
    }

    body .wrapper main .main-page .opportunities-block.opportunities-slider {
        display: block
    }

    body .wrapper main .main-page .cost-title {
        margin-bottom: 22px
    }
}

body .wrapper main .main-page .cost-descr {
    width: 48%;
    font: 300 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222;
    margin-bottom: 115px
}

@media (max-width: 520px) {
    body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-next {
        right: 0
    }

    body .wrapper main .main-page .opportunities-block.opportunities-slider .swiper-button-prev {
        left: 0
    }

    body .wrapper main .main-page .cost-descr {
        width: 100%
    }
}

body .wrapper main .main-page .cost-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .wrapper main .main-page .cost-block-item {
    position: relative;
    width: calc((100% - 34px) / 2);
    padding: 50px 100px 40px;
    -webkit-box-shadow: 0 -6px 59px 0 rgba(63, 63, 63, .07);
    box-shadow: 0 -6px 59px 0 rgba(63, 63, 63, .07);
    border-radius: 10px
}

@media (max-width: 768px) {
    body .wrapper main .main-page .cost-descr {
        margin-bottom: 70px;
        font-size: 15px
    }

    body .wrapper main .main-page .cost-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .wrapper main .main-page .cost-block-item {
        width: 100%
    }

    body .wrapper main .main-page .cost-block-item:last-child {
        margin-top: 60px
    }
}

body .wrapper main .main-page .cost-block-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/img4.png) center no-repeat
}

body .wrapper main .main-page .cost-block-item-number {
    position: absolute;
    top: -20px;
    left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    font: 700 18px/1 GothamPro, Arial, sans-serif;
    color: #fff;
    background: linear-gradient(-28deg, #a71a22 -5%, #c70000 63%, #c70000 107%);
    -webkit-box-shadow: 2px 10px 17px 1px rgba(125, 0, 5, .14);
    box-shadow: 2px 10px 17px 1px rgba(125, 0, 5, .14);
    border-radius: 50%
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .cost-block-item {
        padding: 40px 65px
    }

    body .wrapper main .main-page .cost-block-item::before {
        width: 120%
    }

    body .wrapper main .main-page .cost-block-item-number {
        font-size: 14px
    }
}

body .wrapper main .main-page .cost-block-item:first-child .cost-block-item-text p::before, body .wrapper main .main-page .cost-block-item:first-child::before {
    display: none
}

body .wrapper main .main-page .cost-block-item-text {
    font: 400 18px/27px GothamPro, Arial, sans-serif;
    color: #222
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .cost-block-item-text {
        font-size: 15px;
        line-height: 20px
    }
}

body .wrapper main .main-page .cost-block-item-text p {
    position: relative;
    font-weight: 700
}

body .wrapper main .main-page .cost-block-item-text p::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -20px;
    font: 400 39px/1 GothamPro, Arial, sans-serif;
    color: #222
}

body .wrapper main .main-page .cost-block-item-text_abs {
    position: absolute;
    bottom: -75px;
    width: 50%;
    font: 400 15px/22px GothamPro, Arial, sans-serif;
    color: #222
}

body .wrapper main .main-page .cost-block-item-text_abs p {
    position: relative;
    display: inline;
    font-weight: 700
}

body .wrapper main .main-page .cost-block-item-text_abs p::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -20px;
    font: 400 39px/1 GothamPro, Arial, sans-serif;
    color: #222
}

body .wrapper main .main-page .cost-block-item-img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .cost-block-item-text_abs {
        bottom: -110px;
        font-size: 13px
    }

    body .wrapper main .main-page .cost-block-item-img {
        right: -10%
    }

    body .wrapper main .main-page .cost-block-item-img img {
        width: 120px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .cost-block-item-text_abs {
        left: 20px;
        width: 80%
    }

    body .wrapper main .main-page .cost-block-item-img {
        right: -25%
    }
}

body .wrapper main .main-page .training {
    overflow: hidden;
    padding-bottom: 165px;
    margin-bottom: 120px
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .training {
        padding-bottom: 105px;
        margin-bottom: 100px
    }
}

@media (max-width: 768px) {
    body .wrapper main .main-page .cost-block-item:last-child .cost-block-item-img {
        display: none
    }

    body .wrapper main .main-page .training {
        margin-bottom: 90px
    }
}

body .wrapper main .main-page .training-title {
    margin-bottom: 90px
}

body .wrapper main .main-page .training-block {
    position: relative;
    width: 100%;
    height: 100%
}

body .wrapper main .main-page .training-block .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .wrapper main .main-page .training-block video {
    height: 220px;
    border-radius: 10px
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .training-block video {
        height: 186px
    }
}

body .wrapper main .main-page .training-block .swiper-slide {
    opacity: 0
}

body .wrapper main .main-page .training-block .swiper-slide-next, body .wrapper main .main-page .training-block .swiper-slide-prev {
    position: relative;
    opacity: 1
}

body .wrapper main .main-page .training-block .swiper-slide-next::before, body .wrapper main .main-page .training-block .swiper-slide-prev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .4;
    border-radius: 10px
}

body .wrapper main .main-page .training-block .swiper-slide-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    z-index: 1;
    background: 0 0;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s
}

body .wrapper main .main-page .training-block .swiper-pagination {
    bottom: -130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .training-title {
        margin-bottom: 70px
    }

    body .wrapper main .main-page .training-block video {
        width: 100%;
        height: auto
    }

    body .wrapper main .main-page .training-block .swiper-slide-active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    body .wrapper main .main-page .training-block .swiper-pagination {
        bottom: -80px
    }
}

body .wrapper main .main-page .training-block .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    opacity: 1;
    background: #b30000;
    border: 1px solid #b30000;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 768px) {
    body .wrapper main .main-page .training-title {
        margin-bottom: 50px
    }

    body .wrapper main .main-page .training-block .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 1.5px
    }
}

body .wrapper main .main-page .training-block .swiper-pagination-bullet-active {
    background: 0 0
}

body .wrapper main .main-page .training-block .swiper-button-next, body .wrapper main .main-page .training-block .swiper-button-prev {
    top: unset;
    bottom: -150px;
    width: 54px;
    height: 54px;
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    border-radius: 50%
}

body .wrapper main .main-page .training-block .swiper-button-next::after, body .wrapper main .main-page .training-block .swiper-button-prev::after {
    display: none
}

body .wrapper main .main-page .training-block .swiper-button-next {
    right: 25%
}

body .wrapper main .main-page .training-block .swiper-button-next::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_right.png) center/cover no-repeat
}

body .wrapper main .main-page .training-block .swiper-button-prev {
    left: 25%
}

body .wrapper main .main-page .training-block .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_left.png) center/cover no-repeat
}

body .wrapper main .main-page .testimonials {
    overflow: hidden;
    margin-bottom: 135px
}

.testimonials {
    display: none;
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .training-block .swiper-button-next, body .wrapper main .main-page .training-block .swiper-button-prev {
        bottom: -100px
    }

    body .wrapper main .main-page .testimonials {
        padding-bottom: 75px;
        margin-bottom: 115px
    }
}

@media (max-width: 768px) {
    body .wrapper main .main-page .training-block .swiper-button-next, body .wrapper main .main-page .training-block .swiper-button-prev {
        width: 44px;
        height: 44px
    }

    body .wrapper main .main-page .testimonials {
        margin-bottom: 80px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .training-block .swiper-button-next {
        right: 0
    }

    body .wrapper main .main-page .training-block .swiper-button-prev {
        left: 0
    }

    body .wrapper main .main-page .testimonials {
        margin-bottom: 55px
    }
}

body .wrapper main .main-page .testimonials-title {
    margin-bottom: 30px
}

body .wrapper main .main-page .testimonials-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

body .wrapper main .main-page .testimonials-tab-text, body .wrapper main .main-page .testimonials-tab-video {
    margin-right: 20px;
    font: 700 18px/36px GothamPro, Arial, sans-serif;
    text-decoration: underline;
    color: #a8000a
}

body .wrapper main .main-page .testimonials-tab-text:last-child, body .wrapper main .main-page .testimonials-tab-video:last-child {
    margin-right: 0
}

body .wrapper main .main-page .testimonials-block {
    position: relative
}

body .wrapper main .main-page .testimonials-block .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0
}

body .wrapper main .main-page .testimonials-block .text {
    position: relative
}

body .wrapper main .main-page .testimonials-block .text-name {
    font: 700 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    body .wrapper main .main-page .testimonials-block .text-name {
        font-size: 15px
    }
}

body .wrapper main .main-page .testimonials-block .text-descr {
    font: 300 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222;
    margin-bottom: 30px;
    opacity: .7
}

@media (max-width: 768px) {
    body .wrapper main .main-page .testimonials-block .text-descr {
        font-size: 15px;
        margin-bottom: 15px
    }
}

body .wrapper main .main-page .testimonials-block .text-explanation {
    font: 400 18px/1.2 GothamPro, Arial, sans-serif;
    color: #222
}

@media (max-width: 768px) {
    body .wrapper main .main-page .testimonials-block .text-explanation {
        font-size: 15px
    }
}

body .wrapper main .main-page .testimonials-block .text-quote {
    position: absolute;
    top: 0;
    right: 0;
    font: 400 188px/1 GothamPro, Arial, sans-serif;
    color: #b01319;
    opacity: .05
}

body .wrapper main .main-page .testimonials-block .video {
    position: relative;
    border-radius: 10px
}

body .wrapper main .main-page .testimonials-block .video video {
    width: 367px
}

@media (max-width: 1366px) {
    body .wrapper main .main-page .testimonials-block .video video {
        width: 100%
    }
}

body .wrapper main .main-page .testimonials-block .video-text {
    position: absolute;
    bottom: 20px;
    left: 55px;
    z-index: 1;
    width: 50%;
    font: 700 18px/1.2 GothamPro, Arial, sans-serif;
    color: #fff
}

body .wrapper main .main-page .testimonials-block .swiper-button-next, body .wrapper main .main-page .testimonials-block .swiper-button-prev {
    top: unset;
    bottom: 0;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    border-radius: 50%
}

body .wrapper main .main-page .testimonials-block .swiper-button-next::after, body .wrapper main .main-page .testimonials-block .swiper-button-prev::after {
    display: none
}

body .wrapper main .main-page .testimonials-block .swiper-button-next p, body .wrapper main .main-page .testimonials-block .swiper-button-prev p {
    position: absolute;
    font: 300 13px/1 GothamPro, Arial, sans-serif;
    color: #222;
    opacity: .7
}

body .wrapper main .main-page .testimonials-block .swiper-button-next {
    right: 35%
}

body .wrapper main .main-page .testimonials-block .swiper-button-next::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_right.png) center/cover no-repeat
}

body .wrapper main .main-page .testimonials-block .swiper-button-next p {
    left: -50px
}

body .wrapper main .main-page .testimonials-block .swiper-button-prev {
    left: 35%
}

body .wrapper main .main-page .testimonials-block .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../img/icon_arrow_left.png) center/cover no-repeat
}

body .wrapper main .main-page .testimonials-block .swiper-button-prev p {
    right: -50px
}

body .wrapper main .main-page .testimonials-block .swiper-slide-active {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

body .wrapper main .main-page .about_company {
    padding: 50px 0 85px;
    background: url(../img/img6.jpg) center/cover no-repeat
}

body .wrapper main .main-page .about_company-title {
    margin-bottom: 60px;
    color: #fff
}

body .wrapper main .main-page .about_company-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .wrapper main .main-page .about_company-block ul {
    width: 41%;
    padding-left: 65px
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .testimonials-block .swiper-button-next, body .wrapper main .main-page .testimonials-block .swiper-button-prev {
        bottom: -75px
    }

    body .wrapper main .main-page .testimonials-block .swiper-slide-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    body .wrapper main .main-page .about_company-block ul {
        width: 57%;
        padding-left: 32px
    }
}

@media (max-width: 520px) {
    body .wrapper main .main-page .about_company-block ul {
        padding-left: 20px
    }
}

body .wrapper main .main-page .about_company-block ul li {
    position: relative;
    font: 400 16px/24px GothamPro, Arial, sans-serif;
    color: #fff;
    margin-bottom: 48px
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .about_company-block ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 40px
    }
}

body .wrapper main .main-page .about_company-block ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -30px;
    width: 16px;
    height: 16px;
    background: #891a21;
    border: 5px solid #fff;
    border-radius: 50%
}

body .wrapper main .main-page .about_company-block ul li:last-child {
    margin-bottom: 0
}

body .wrapper main .main-page .about_company-block-detail a {
    font: 400 16px/27px GothamPro, Arial, sans-serif;
    text-decoration: underline;
    color: #fff;
    opacity: .7
}

body .wrapper main .main-page .about_company-block-detail a:hover {
    opacity: .5
}

body .wrapper main .main-page .about_company-block-img {
    width: 52%
}

@media (max-width: 1024px) {
    body .wrapper main .main-page .about_company-block-detail a {
        font-size: 13px;
        margin-bottom: 115px
    }

    body .wrapper main .main-page .about_company-block-img {
        width: 35%
    }
}

@media (max-width: 768px) {
    body .wrapper main .main-page .testimonials-block .video-text {
        font-size: 12px
    }

    body .wrapper main .main-page .testimonials-block .swiper-button-next {
        right: 0
    }

    body .wrapper main .main-page .testimonials-block .swiper-button-prev {
        left: 0
    }

    body .wrapper main .main-page .about_company {
        padding: 50px 0 0
    }

    body .wrapper main .main-page .about_company-title {
        margin-bottom: 30px
    }

    body .wrapper main .main-page .about_company-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    body .wrapper main .main-page .about_company-block ul {
        width: 100%
    }

    body .wrapper main .main-page .about_company-block ul li {
        margin-bottom: 30px
    }

    body .wrapper main .main-page .about_company-block-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 40px;
        width: 100%
    }
}

body .wrapper main .main-page .up {
    position: fixed;
    right: 14%;
    bottom: 15px;
    z-index: 11;
    display: none
}

body .wrapper main .main-page .up-text {
    font: 300 13px/1 GothamPro, Arial, sans-serif;
    color: #222;
    opacity: .6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

body .wrapper main .main-page .up-button {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    box-shadow: 5px 10px 35px 0 rgba(167, 0, 9, .07);
    border-radius: 50%;
    margin-top: 30px
}