html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    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
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*! nouislider - 14.6.3 - 11/19/2020 */
.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
}

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

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

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

.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-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.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-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

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

.noUi-handle {
    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-sub {
    background: #aaa
}

.noUi-marker-large {
    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
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-ExtraBold.eot);
    src: local("/fonts/Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url(/fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ExtraBold.woff) format("woff"), url(/fonts/Gilroy-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Heavy.eot);
    src: local("/fonts/Gilroy Heavy"), local("Gilroy-Heavy"), url(/fonts/Gilroy-Heavy.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Heavy.woff) format("woff"), url(/fonts/Gilroy-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-LightItalic.eot);
    src: local("/fonts/Gilroy Light Italic"), local("Gilroy-LightItalic"), url(/fonts/Gilroy-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-LightItalic.woff) format("woff"), url(/fonts/Gilroy-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-ThinItalic.eot);
    src: local("/fonts/Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url(/fonts/Gilroy-ThinItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ThinItalic.woff) format("woff"), url(/fonts/Gilroy-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-BlackItalic.eot);
    src: local("/fonts/Gilroy Black Italic"), local("Gilroy-BlackItalic"), url(/fonts/Gilroy-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-BlackItalic.woff) format("woff"), url(/fonts/Gilroy-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-BoldItalic.eot);
    src: local("/fonts/Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url(/fonts/Gilroy-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-BoldItalic.woff) format("woff"), url(/fonts/Gilroy-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-SemiBold.eot);
    src: local("/fonts/Gilroy SemiBold"), local("Gilroy-SemiBold"), url(/fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-SemiBold.woff) format("woff"), url(/fonts/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-UltraLightItalic.eot);
    src: local("/fonts/Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url(/fonts/Gilroy-UltraLightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-UltraLightItalic.woff) format("woff"), url(/fonts/Gilroy-UltraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-SemiBoldItalic.eot);
    src: local("/fonts/Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url(/fonts/Gilroy-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-SemiBoldItalic.woff) format("woff"), url(/fonts/Gilroy-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

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

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-MediumItalic.eot);
    src: local("/fonts/Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url(/fonts/Gilroy-MediumItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-MediumItalic.woff) format("woff"), url(/fonts/Gilroy-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-ExtraBoldItalic.eot);
    src: local("/fonts/Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url(/fonts/Gilroy-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ExtraBoldItalic.woff) format("woff"), url(/fonts/Gilroy-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

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

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-HeavyItalic.eot);
    src: local("/fonts/Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url(/fonts/Gilroy-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-HeavyItalic.woff) format("woff"), url(/fonts/Gilroy-HeavyItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

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

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-RegularItalic.eot);
    src: local("/fonts/Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url(/fonts/Gilroy-RegularItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-RegularItalic.woff) format("woff"), url(/fonts/Gilroy-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-UltraLight.eot);
    src: local("/fonts/Gilroy UltraLight"), local("Gilroy-UltraLight"), url(/fonts/Gilroy-UltraLight.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-UltraLight.woff) format("woff"), url(/fonts/Gilroy-UltraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Bold.eot);
    src: local("/fonts/Gilroy Bold"), local("Gilroy-Bold"), url(/fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Bold.woff) format("woff"), url(/fonts/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

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

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

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-BlackItalic.eot);
    src: url(/fonts/GothamPro-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-BlackItalic.woff2) format("woff2"), url(/fonts/GothamPro-BlackItalic.woff) format("woff"), url(/fonts/GothamPro-BlackItalic.ttf) format("truetype"), url(/fonts/GothamPro-BlackItalic.svg#GothamPro-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-BoldItalic.eot);
    src: url(/fonts/GothamPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-BoldItalic.woff2) format("woff2"), url(/fonts/GothamPro-BoldItalic.woff) format("woff"), url(/fonts/GothamPro-BoldItalic.ttf) format("truetype"), url(/fonts/GothamPro-BoldItalic.svg#GothamPro-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-LightItalic.eot);
    src: url(/fonts/GothamPro-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-LightItalic.woff2) format("woff2"), url(/fonts/GothamPro-LightItalic.woff) format("woff"), url(/fonts/GothamPro-LightItalic.ttf) format("truetype"), url(/fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Black.eot);
    src: url(/fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Black.woff2) format("woff2"), url(/fonts/GothamPro-Black.woff) format("woff"), url(/fonts/GothamPro-Black.ttf) format("truetype"), url(/fonts/GothamPro-Black.svg#GothamPro-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Medium.eot);
    src: url(/fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Medium.woff2) format("woff2"), url(/fonts/GothamPro-Medium.woff) format("woff"), url(/fonts/GothamPro-Medium.ttf) format("truetype"), url(/fonts/GothamPro-Medium.svg#GothamPro-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro.eot);
    src: url(/fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro.woff2) format("woff2"), url(/fonts/GothamPro.woff) format("woff"), url(/fonts/GothamPro.ttf) format("truetype"), url(/fonts/GothamPro.svg#GothamPro) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Italic.eot);
    src: url(/fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Italic.woff2) format("woff2"), url(/fonts/GothamPro-Italic.woff) format("woff"), url(/fonts/GothamPro-Italic.ttf) format("truetype"), url(/fonts/GothamPro-Italic.svg#GothamPro-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Bold.eot);
    src: url(/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Bold.woff2) format("woff2"), url(/fonts/GothamPro-Bold.woff) format("woff"), url(/fonts/GothamPro-Bold.ttf) format("truetype"), url(/fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-MediumItalic.eot);
    src: url(/fonts/GothamPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-MediumItalic.woff2) format("woff2"), url(/fonts/GothamPro-MediumItalic.woff) format("woff"), url(/fonts/GothamPro-MediumItalic.ttf) format("truetype"), url(/fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic) format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Light.eot);
    src: url(/fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Light.woff2) format("woff2"), url(/fonts/GothamPro-Light.woff) format("woff"), url(/fonts/GothamPro-Light.ttf) format("truetype"), url(/fonts/GothamPro-Light.svg#GothamPro-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/rubik-v11-latin_cyrillic-300.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-300.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-300.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-300.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-300.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-300.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/rubik-v11-latin_cyrillic-regular.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-regular.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-regular.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-regular.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-regular.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/rubik-v11-latin_cyrillic-500.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-500.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-500.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-500.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-500.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-500.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/rubik-v11-latin_cyrillic-600.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-600.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-600.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-600.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-600.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-600.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/rubik-v11-latin_cyrillic-700.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-700.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-700.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-700.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-700.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 800;
    src: url(/fonts/rubik-v11-latin_cyrillic-800.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-800.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-800.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-800.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-800.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-800.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/rubik-v11-latin_cyrillic-900.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-900.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-900.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-900.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-900.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-900.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 300;
    src: url(/fonts/rubik-v11-latin_cyrillic-300italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-300italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-300italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-300italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-300italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-300italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/rubik-v11-latin_cyrillic-italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    src: url(/fonts/rubik-v11-latin_cyrillic-500italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-500italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-500italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-500italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-500italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-500italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 600;
    src: url(/fonts/rubik-v11-latin_cyrillic-600italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-600italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-600italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-600italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-600italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-600italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    src: url(/fonts/rubik-v11-latin_cyrillic-700italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-700italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-700italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-700italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-700italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-700italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 800;
    src: url(/fonts/rubik-v11-latin_cyrillic-800italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-800italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-800italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-800italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-800italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-800italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 900;
    src: url(/fonts/rubik-v11-latin_cyrillic-900italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-900italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-900italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-900italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-900italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-900italic.svg#Rubik) format("svg")
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button,
span {
    display: inline-block
}

input,
textarea {
    display: block;
    width: 100%
}

table {
    width: 100%;
    border-collapse: collapse
}

a {
    background-color: transparent;
    text-decoration: none
}

img {
    border: none;
    max-width: 100%;
    height: auto
}

a,
button {
    outline: 0;
    cursor: pointer
}

li {
    list-style: none
}

button {
    background: 0 0;
    border: none
}

a,
button,
input,
textarea {
    color: #000;
    font-weight: inherit;
    -webkit-appearance: none;
    transition: all .5s ease
}

:after,
:before {
    box-sizing: border-box
}

textarea {
    resize: none;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0
}

input {
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block
}

input[type=search]::-webkit-search-cancel-button {
    background: 0 0;
    display: none
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

.full-img img {
    width: 100%
}

figure {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: .75em;
    opacity: .8
}

[hidden] {
    display: none !important
}

.img-full {
    width: 100%
}

.clearfix:after {
    content: '';
    clear: both;
    display: block
}

.h1,
h1 {
    margin: 0
}

.h2,
h2 {
    margin: 0
}

.h3,
h3 {
    margin: 0
}

.h4,
h4 {
    margin: 0
}

.h5,
h5 {
    margin: 0
}

.h6,
h6 {
    margin: 0
}

.wrapper {
    background: #f6f9ff;
    font-family: Gilroy;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

header {
    width: 100%
}

main {
    flex: auto;
    display: block
}

footer {
    margin: auto auto 0 auto;
    width: 100%
}

.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2
}

.container {
    max-width: 1220px
}

.container-fluid {
    max-width: 1920px
}

.btn-row {
    text-align: center
}

.btn-row .btn {
    margin: 10px
}

.column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px
}

.column .column-2 {
    width: 50%;
    padding: 10px 20px
}

.column .column-3 {
    max-width: 320px;
    width: 33.3%;
    padding: 20px
}

.fancybox-navigation {
    position: static
}

.swiper-button {
    outline: 0
}

.swiper-button.swiper-button-prev {
    transform: scaleX(-1)
}

.swiper-button:after,
.swiper-button:before {
    display: none
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 50px
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    outline: 0
}

input::-webkit-input-placeholder {
    color: #000
}

input::-moz-placeholder {
    color: #000
}

input:-moz-placeholder {
    color: #000
}

input:-ms-input-placeholder {
    color: #000
}

textarea::-webkit-input-placeholder {
    color: #000
}

textarea::-moz-placeholder {
    color: #000
}

textarea:-moz-placeholder {
    color: #000
}

textarea:-ms-input-placeholder {
    color: #000
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

input:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

input:focus:-moz-placeholder {
    color: transparent;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

input:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus:-moz-placeholder {
    color: transparent;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.modal {
    display: none;
    max-width: 100%;
    background-color: #fff;
    overflow: visible
}

.modal,
.modal>* {
    transform: translateY(150px);
    opacity: 0;
    transition: transform .5s, opacity .5s
}

.fancybox-slide--current .modal,
.fancybox-slide--current .modal>* {
    opacity: 1;
    transform: translateY(0)
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-ExtraBold.eot);
    src: local("/fonts/Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url(/fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ExtraBold.woff) format("woff"), url(/fonts/Gilroy-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Heavy.eot);
    src: local("/fonts/Gilroy Heavy"), local("Gilroy-Heavy"), url(/fonts/Gilroy-Heavy.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Heavy.woff) format("woff"), url(/fonts/Gilroy-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-LightItalic.eot);
    src: local("/fonts/Gilroy Light Italic"), local("Gilroy-LightItalic"), url(/fonts/Gilroy-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-LightItalic.woff) format("woff"), url(/fonts/Gilroy-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-ThinItalic.eot);
    src: local("/fonts/Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url(/fonts/Gilroy-ThinItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ThinItalic.woff) format("woff"), url(/fonts/Gilroy-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-BlackItalic.eot);
    src: local("/fonts/Gilroy Black Italic"), local("Gilroy-BlackItalic"), url(/fonts/Gilroy-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-BlackItalic.woff) format("woff"), url(/fonts/Gilroy-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-BoldItalic.eot);
    src: local("/fonts/Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url(/fonts/Gilroy-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-BoldItalic.woff) format("woff"), url(/fonts/Gilroy-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-SemiBold.eot);
    src: local("/fonts/Gilroy SemiBold"), local("Gilroy-SemiBold"), url(/fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-SemiBold.woff) format("woff"), url(/fonts/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-UltraLightItalic.eot);
    src: local("/fonts/Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url(/fonts/Gilroy-UltraLightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-UltraLightItalic.woff) format("woff"), url(/fonts/Gilroy-UltraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-SemiBoldItalic.eot);
    src: local("/fonts/Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url(/fonts/Gilroy-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-SemiBoldItalic.woff) format("woff"), url(/fonts/Gilroy-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

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

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-MediumItalic.eot);
    src: local("/fonts/Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url(/fonts/Gilroy-MediumItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-MediumItalic.woff) format("woff"), url(/fonts/Gilroy-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-ExtraBoldItalic.eot);
    src: local("/fonts/Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url(/fonts/Gilroy-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ExtraBoldItalic.woff) format("woff"), url(/fonts/Gilroy-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

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

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-HeavyItalic.eot);
    src: local("/fonts/Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url(/fonts/Gilroy-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-HeavyItalic.woff) format("woff"), url(/fonts/Gilroy-HeavyItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

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

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-RegularItalic.eot);
    src: local("/fonts/Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url(/fonts/Gilroy-RegularItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-RegularItalic.woff) format("woff"), url(/fonts/Gilroy-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-UltraLight.eot);
    src: local("/fonts/Gilroy UltraLight"), local("Gilroy-UltraLight"), url(/fonts/Gilroy-UltraLight.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-UltraLight.woff) format("woff"), url(/fonts/Gilroy-UltraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/fonts/Gilroy-Bold.eot);
    src: local("/fonts/Gilroy Bold"), local("Gilroy-Bold"), url(/fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Bold.woff) format("woff"), url(/fonts/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

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

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

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-BlackItalic.eot);
    src: url(/fonts/GothamPro-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-BlackItalic.woff2) format("woff2"), url(/fonts/GothamPro-BlackItalic.woff) format("woff"), url(/fonts/GothamPro-BlackItalic.ttf) format("truetype"), url(/fonts/GothamPro-BlackItalic.svg#GothamPro-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-BoldItalic.eot);
    src: url(/fonts/GothamPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-BoldItalic.woff2) format("woff2"), url(/fonts/GothamPro-BoldItalic.woff) format("woff"), url(/fonts/GothamPro-BoldItalic.ttf) format("truetype"), url(/fonts/GothamPro-BoldItalic.svg#GothamPro-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-LightItalic.eot);
    src: url(/fonts/GothamPro-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-LightItalic.woff2) format("woff2"), url(/fonts/GothamPro-LightItalic.woff) format("woff"), url(/fonts/GothamPro-LightItalic.ttf) format("truetype"), url(/fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Black.eot);
    src: url(/fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Black.woff2) format("woff2"), url(/fonts/GothamPro-Black.woff) format("woff"), url(/fonts/GothamPro-Black.ttf) format("truetype"), url(/fonts/GothamPro-Black.svg#GothamPro-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Medium.eot);
    src: url(/fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Medium.woff2) format("woff2"), url(/fonts/GothamPro-Medium.woff) format("woff"), url(/fonts/GothamPro-Medium.ttf) format("truetype"), url(/fonts/GothamPro-Medium.svg#GothamPro-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro.eot);
    src: url(/fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro.woff2) format("woff2"), url(/fonts/GothamPro.woff) format("woff"), url(/fonts/GothamPro.ttf) format("truetype"), url(/fonts/GothamPro.svg#GothamPro) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Italic.eot);
    src: url(/fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Italic.woff2) format("woff2"), url(/fonts/GothamPro-Italic.woff) format("woff"), url(/fonts/GothamPro-Italic.ttf) format("truetype"), url(/fonts/GothamPro-Italic.svg#GothamPro-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Bold.eot);
    src: url(/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Bold.woff2) format("woff2"), url(/fonts/GothamPro-Bold.woff) format("woff"), url(/fonts/GothamPro-Bold.ttf) format("truetype"), url(/fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-MediumItalic.eot);
    src: url(/fonts/GothamPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-MediumItalic.woff2) format("woff2"), url(/fonts/GothamPro-MediumItalic.woff) format("woff"), url(/fonts/GothamPro-MediumItalic.ttf) format("truetype"), url(/fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic) format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Light.eot);
    src: url(/fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Light.woff2) format("woff2"), url(/fonts/GothamPro-Light.woff) format("woff"), url(/fonts/GothamPro-Light.ttf) format("truetype"), url(/fonts/GothamPro-Light.svg#GothamPro-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/rubik-v11-latin_cyrillic-300.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-300.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-300.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-300.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-300.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-300.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/rubik-v11-latin_cyrillic-regular.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-regular.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-regular.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-regular.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-regular.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/rubik-v11-latin_cyrillic-500.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-500.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-500.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-500.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-500.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-500.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/rubik-v11-latin_cyrillic-600.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-600.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-600.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-600.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-600.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-600.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/rubik-v11-latin_cyrillic-700.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-700.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-700.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-700.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-700.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 800;
    src: url(/fonts/rubik-v11-latin_cyrillic-800.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-800.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-800.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-800.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-800.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-800.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/rubik-v11-latin_cyrillic-900.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-900.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-900.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-900.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-900.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-900.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 300;
    src: url(/fonts/rubik-v11-latin_cyrillic-300italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-300italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-300italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-300italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-300italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-300italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/rubik-v11-latin_cyrillic-italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    src: url(/fonts/rubik-v11-latin_cyrillic-500italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-500italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-500italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-500italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-500italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-500italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 600;
    src: url(/fonts/rubik-v11-latin_cyrillic-600italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-600italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-600italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-600italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-600italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-600italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    src: url(/fonts/rubik-v11-latin_cyrillic-700italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-700italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-700italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-700italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-700italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-700italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 800;
    src: url(/fonts/rubik-v11-latin_cyrillic-800italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-800italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-800italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-800italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-800italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-800italic.svg#Rubik) format("svg")
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 900;
    src: url(/fonts/rubik-v11-latin_cyrillic-900italic.eot);
    src: local(""), url(/fonts/rubik-v11-latin_cyrillic-900italic.eot?#iefix) format("embedded-opentype"), url(/fonts/rubik-v11-latin_cyrillic-900italic.woff2) format("woff2"), url(/fonts/rubik-v11-latin_cyrillic-900italic.woff) format("woff"), url(/fonts/rubik-v11-latin_cyrillic-900italic.ttf) format("truetype"), url(/fonts/rubik-v11-latin_cyrillic-900italic.svg#Rubik) format("svg")
}

.header-h {
    padding: 24px 0;
    background: #536ade;
    box-shadow: 0 2px 3px #e4f0ff
}

.header-h__wp {
    display: flex
}

.header-h__logo {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .05em;
    color: #fff
}

.header-h__text {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff
}

.header-h__text p {
    font-family: Rubik;
    font-size: 14px;
    color: #fff
}

.header-h__text p span {
    color: #68d2c1;
    font-weight: 700
}

.header-h__icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #3048c1;
    margin-right: 12px
}

.header-h__icon svg {
    position: absolute;
    left: 53%;
    top: 49%;
    transform: translate(-50%, -50%)
}

@media (max-width:560px) {
    .header-h {
        padding: 17px 0
    }

    .header-h__wp {
        display: block;
        text-align: center
    }

    .header-h__logo {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        font-size: 19px
    }

    .header-h__text {
        justify-content: center;
        width: 100%;
        text-align: center
    }

    .header-h__text p {
        text-align: center;
        font-size: 12px
    }
}

.footer-h__info {
    padding: 53px 0 158px 0;
    background-color: #fff;
    background-size: cover
}

.footer-h__info p {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #303030
}

.footer-h__info p a {
    color: #536ade
}

.footer-h__info:after {
    background: url(../img/footer.png) no-repeat center;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.footer-h__note {
    padding: 24px 0 24px 0;
    background: #536ade
}

.footer-h__note a {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .05em;
    color: #fff
}

@media (max-width:767px) {
    .footer-h__info:after {
        background: url(../img/footer.png) no-repeat bottom
    }

    .footer-h__note {
        padding: 18px 0 17px 0;
        background: #536ade
    }

    .footer-h__note a {
        width: 100%;
        text-align: center;
        font-size: 18px
    }
}

@media (max-width:374px) {
    .footer-h__info {
        padding: 3px 0 103px 0;
        background-size: cover;
        background: url(../img/footer-mobile.png) no-repeat bottom
    }

    .footer-h__info:after {
        display: none
    }
}

.banner-h {
    padding: 41.5px 0;
    background: url(../img/banner.png) no-repeat center;
    background-color: #fff;
    margin-bottom: 40px
}

.banner-h .container {
    display: flex;
    align-items: flex-start
}

.banner-h__h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #4a567d;
    margin-right: 70px;
    max-width: 230px
}

.banner-h__h1 span {
    color: #68d2c1
}

.banner-h__wrapper {
    background: #fdfdff;
    border-radius: 10px;
    padding-left: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.banner-h__wrapper p {
    font-weight: 500;
    font-size: 16px;
    color: #4a567d;
    margin-right: 35px
}

.banner-h__numbers {
    display: flex;
    align-items: center
}

.banner-h__note {
    font-weight: 500;
    font-size: 16px;
    color: #4a567d;
    padding-left: 14px
}

.banner-h__number {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    color: #536ade;
    padding: 8px 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #e9e9f5
}

.banner-h__number span {
    width: 100%;
    text-align: center
}

.banner-h__number:first-child {
    border-left: 0
}

.content-h .container {
    display: flex;
    flex-wrap: wrap
}

.sidebar-h {
    width: 272px;
    margin-right: 30px
}

.sidebar-h__close {
    margin-bottom: 13px;
    padding: 12px 20px 12px 20px;
    background: #fff;
    box-shadow: 0 2px 3px #e4f0ff;
    border-radius: 10px;
    display: none
}

.sidebar-h__close span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.sidebar-h__close p {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #000
}

.sidebar-h__products {
    padding: 21px 0 21px 0;
    background: #fff;
    box-shadow: 0 2px 3px #e4f0ff;
    border-radius: 10px;
    margin-bottom: 10px
}

.sidebar-h__products p {
    padding-left: 28px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4a567d;
    margin-bottom: 16px;
    max-width: 150px
}

.sidebar-h__products a {
    padding: 13px 20px 13px 28px;
    font-size: 15px;
    color: #1b2d3d;
    width: 100%
}

.sidebar-h__products a:after {
    content: '';
    display: block;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 3px solid transparent;
    border-left: 5px solid #c4c4c4;
    border-bottom: 3px solid transparent;
    border-radius: 5px
}

.sidebar-h__products a.active {
    background: #fbfbfb;
    color: #536ade
}

.sidebar-h__products a.active:after {
    border-top: 3px solid transparent;
    border-left: 5px solid #536ade;
    border-bottom: 3px solid transparent
}

.sidebar-h__area {
    width: 100%
}

.sidebar-h__slide.noUi-horizontal {
    height: 1px;
    background: 0 0;
    border: none;
    box-shadow: none
}

.sidebar-h__slide.noUi-horizontal .noUi-connect {
    background: #536ade
}

.sidebar-h__slide.noUi-horizontal .noUi-handle {
    outline: 0;
    cursor: pointer;
    width: 17px;
    height: 17px;
    box-shadow: none;
    border: none;
    background: #536ade;
    border-radius: 50%;
    right: -10px
}

.sidebar-h__slide.noUi-horizontal .noUi-handle:after,
.sidebar-h__slide.noUi-horizontal .noUi-handle:before {
    display: none
}

.sidebar-h__slider {
    padding: 21px 27px 36px 27px;
    background: #fff;
    box-shadow: 0 2px 3px #e4f0ff;
    border-radius: 10px
}

.sidebar-h__slider p {
    font-weight: 600;
    font-size: 18px;
    color: #4a567d;
    margin-bottom: 23px
}

.sidebar-h__slider input {
    padding: 15px 14px 15px 17px;
    background: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.sidebar-h__checkboxes {
    padding: 21px 21px 25px 27px;
    background: #fff;
    box-shadow: 0 2px 3px #e4f0ff;
    border-radius: 10px;
    margin-bottom: 10px
}

.sidebar-h__checkboxes p {
    font-weight: 600;
    font-size: 18px;
    color: #4a567d;
    margin-bottom: 19px
}

.sidebar-h__checkbox {
    cursor: pointer;
    display: block;
    padding-left: 35px;
    font-size: 15px;
    color: #1b2d3d;
    margin-bottom: 22px
}

.sidebar-h__checkbox input {
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: -1
}

.sidebar-h__checkbox:last-child {
    margin-bottom: 0
}

.sidebar-h__icon {
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1
}

.sidebar-h__icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: url(../img/ok.png) no-repeat center;
    background-size: contain;
    opacity: 0
}

.sidebar-h__placeholder {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 16px;
    z-index: 9;
    color: #bababa
}

.sidebar-h__submit {
    width: 100%;
    height: 48px;
    text-align: center;
    background: #68d2c1;
    box-shadow: 0 2px 4px #d6e9e6;
    border-radius: 90px;
    color: #fff
}

.sidebar-h__submit span {
    margin-right: 12px
}

.main-content-h {
    width: calc(100% - 302px)
}

.sidebar-h__checkbox input:checked+.sidebar-h__icon {
    background: #536ade
}

.sidebar-h__checkbox input:checked+.sidebar-h__icon:before {
    opacity: 1
}

.filters__hidden {
    cursor: pointer;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 10px 15px 10px;
    background: #fff;
    box-shadow: 0 2px 3px #e4f0ff;
    border-radius: 10px;
    display: none
}

.filters__hidden span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px
}

.filters__hidden span svg {
    width: 100%;
    height: 100%
}

.filters__hidden p {
    width: 100%;
    text-align: center
}

.section-h:last-child {
    margin-bottom: 40px
}

.section-h__h2 {
    font-weight: 700;
    font-size: 35px;
    color: #1b2d3d;
    margin-right: 20px
}

.section-h__title {
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

.section-h__title p {
    margin-top: 6px;
    font-weight: 500;
    font-size: 13px;
    color: #99a1b9
}

.section-h__title p span {
    color: #536ade;
    margin-right: 10px
}

.section-h__open {
    max-width: 113px;
    text-align: center;
    padding: 6px 10px;
    background: #f9faff;
    border: 1px solid #b1bbf0;
    border-radius: 90px;
    margin: 0 auto;
    display: none
}

.section-h__open span {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #4a567d;
    width: 100%
}

.section-h__open--show.active {
    display: block
}

.section-h__open--hide {
    display: none
}

.section-h__open--hide.active {
    display: inline-block
}

.section-h__items {
    display: flex;
    background: #fff;
    box-shadow: 0 2px 3px #e4f0ff;
    border-radius: 10px;
    margin-bottom: 20px
}

.section-h__img {
    width: 235px;
    border-right: 1px solid #f1f1f1;
    padding: 42px 0 10px 40px
}

.section-h__img--wp {
    width: 164px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-h__img--wp img {
    max-height: 100%
}

.section-h__text {
    padding: 34px 36px 20px 33px;
    width: calc(100% - 235px)
}

.section-h__heading {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1
}

.section-h__name {
    display: flex;
    flex-wrap: wrap;
    max-width: 257px;
    align-items: center
}

.section-h__name h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #4a567d;
    margin-bottom: 10px
}

.section-h__name p {
    font-weight: 500;
    font-size: 12px;
    color: #4a567d;
    margin-right: 11px
}

.section-h__name span {
    width: 169px;
    max-width: 100%;
    height: 5px;
    background: #dce1f1;
    border-radius: 10px
}

.section-h__name span span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 76%;
    z-index: 2;
    background: #68d2c1;
    border-radius: 10px
}

.section-h__link {
    margin-left: auto;
    width: 188px
}

.section-h__link a {
    padding: 15px 12px;
    width: 100%;
    background: #68d2c1;
    box-shadow: 0 2px 4px #d6e9e6;
    border-radius: 90px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    transition: .5s
}

.section-h__link a:focus,
.section-h__link a:hover {
    filter: brightness(60%);
    transition: .5s
}

.section-h__answer {
    padding-top: 21px
}

.section-h__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1
}

.section-h__list li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
    padding-left: 20px
}

.section-h__list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #68d2c1;
    z-index: 2
}

.section-h__list li:nth-child(2n) {
    margin-right: 0
}

.section-h__list li:nth-last-child(-n+2) {
    margin-bottom: 0
}

.section-h__list li span {
    font-size: 13px;
    color: #afafaf;
    margin-bottom: 5px
}

.section-h__list li p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #323232
}

.section-h__methods {
    padding: 18px 0 18px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center
}

.section-h__methods p {
    font-size: 13px;
    color: #afafaf;
    margin-right: 10px
}

.section-h__methods span {
    margin-right: 10px;
    height: 13px
}

.section-h__methods span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-h__methods span:last-child {
    margin-bottom: 0
}

.section-h__advantage {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px
}

.section-h__advantage li {
    width: calc(53.7% - 43px);
    margin-right: 43px;
    margin-bottom: 20px;
    padding-left: 35px
}

.section-h__advantage li span {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #536ade
}

.section-h__advantage li span:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: url(../img/ok.png) no-repeat center;
    background-size: contain
}

.section-h__advantage li p {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #000
}

.section-h__advantage li:nth-child(2n) {
    margin-right: 0
}

.section-h__advantage li:nth-last-child(-n+2) {
    margin-bottom: 0
}

.section-h__location {
    padding: 18px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: flex-start
}

.section-h__location p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #323232
}

.section-h__location span {
    min-width: 25px;
    margin-right: 20px
}

.section-h__location span:before {
    content: '';
    display: block;
    padding-top: 100%
}

.section-h__location span svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.info-h {
    padding: 40px 0 0 0;
    background: #fff
}

.info-h__h2 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #1b2d3d;
    margin-bottom: 38px
}

.info-h__items {
    font-family: 'Gotham Pro';
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -23px
}

.info-h__item {
    width: calc(34.1% - 30px);
    margin-right: 30px;
    margin-bottom: 23px
}

.info-h__item:nth-child(3n) {
    margin-right: 0
}

.info-h__item span {
    font-size: 13px;
    color: #292929;
    margin-bottom: 15px;
    font-weight: 500
}

.info-h__item p {
    background: #fbfbfb;
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
    font-size: 13px;
    line-height: 22px;
    color: #292929
}

.info-h__item p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    height: 18px;
    width: 12px;
    background: #fbfbfb;
    z-index: -2
}

.info-h__item p:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: -19px;
    height: 18px;
    width: 23px;
    border-radius: 30px;
    z-index: -1;
    background: #fff
}

@media (max-width:1140px) {
    .sidebar-h {
        width: 250px;
        margin-right: 30px
    }

    .main-content-h {
        width: calc(100% - 280px)
    }

    .section-h__name {
        max-width: 220px
    }

    .section-h__link {
        width: 170px
    }
}

@media (max-width:1023px) {
    body.is_open-filter {
        overflow: hidden
    }

    .sidebar-h {
        z-index: -999999999;
        pointer-events: none;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        margin-right: 0;
        width: 100%;
        height: 100%;
        transition: .5s;
        overflow: auto
    }

    .sidebar-h.open {
        pointer-events: all;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        z-index: 999999999;
        background: #f6f9ff
    }

    .sidebar-h__wrapper {
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px
    }

    .filters__hidden {
        display: block
    }

    .main-content-h {
        width: 100%
    }

    .sidebar-h__close {
        display: block
    }
}

@media (max-width:767px) {
    .banner-h__h1 {
        font-size: 30px;
        line-height: 33px;
        margin-right: 30px
    }

    .banner-h__wrapper {
        margin-bottom: 10px
    }

    .section-h__img {
        padding: 0;
        width: 100%;
        border: 0
    }

    .section-h__items {
        padding: 28px 0 24px 0;
        display: block
    }

    .section-h__img {
        margin: 0 auto 22px auto
    }

    .section-h__img--wp {
        margin: 0 auto
    }

    .section-h__name {
        max-width: 260px
    }

    .section-h__text {
        width: 100%;
        padding: 0 20px
    }

    .section-h__advantage li {
        width: calc(53.1% - 43px)
    }

    .section-h__list li {
        width: calc(50.7% - 10px)
    }

    .info-h__h2 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .info-h {
        padding: 22px 0 0 0;
        background: #fff
    }

    .info-h__items {
        margin-bottom: -15px
    }

    .info-h__item {
        width: calc(51% - 15px);
        margin-right: 15px;
        margin-bottom: 15px
    }

    .info-h__item:nth-child(3n) {
        margin-right: 15px
    }

    .info-h__item:nth-child(2n) {
        margin-right: 0
    }

    .section-h__h2 {
        font-size: 28px
    }
}

@media (max-width:560px) {
    .section-h__title {
        display: block;
        text-align: center
    }

    .section-h__h2 {
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px
    }

    .info-h__items {
        margin-bottom: 0
    }

    .info-h__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .info-h__item:nth-child(3n) {
        margin-right: 0
    }

    .info-h__item:last-child {
        margin-bottom: 0
    }

    .info-h__item p {
        padding: 20px 40px 20px 14px;
        font-size: 11px;
        line-height: 16px
    }

    .section-h__name {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
        text-align: center;
        display: block
    }

    .section-h__methods {
        display: block
    }

    .section-h__methods p {
        margin: 0 auto 15px auto
    }

    .section-h__methods--wp {
        max-width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center
    }

    .section-h__methods--wp span {
        margin-bottom: 15px
    }

    .section-h__methods--wp span:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    .section-h__name h3 {
        font-size: 16px
    }

    .section-h__list {
        padding-bottom: 15px;
        border-bottom: 0
    }

    .section-h__list:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -20px;
        right: -20px;
        height: 1px;
        background: #f1f1f1
    }

    .section-h__answer {
        display: flex;
        flex-direction: column
    }

    .section-h__location span {
        min-width: 20px;
        margin-right: 15px
    }

    .section-h__advantage {
        display: none
    }

    .section-h__location {
        border: 0
    }

    .section-h__location:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -20px;
        right: -20px;
        height: 1px;
        background: #f1f1f1
    }

    .section-h__methods {
        border: 0
    }

    .section-h__advantage li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .section-h__advantage li:nth-last-child(-n+2) {
        margin-bottom: 15px
    }

    .section-h__advantage li:last-child {
        margin-bottom: 0
    }

    .section-h__list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .section-h__list li:nth-last-child(-n+2) {
        margin-bottom: 10px
    }

    .section-h__list li:last-child {
        margin-bottom: 0
    }

    .section-h__img--wp {
        width: 118px;
        height: 35px
    }

    .section-h__heading {
        display: block
    }

    .section-h__link {
        width: 190px;
        margin: 0 auto
    }

    .banner-h .container {
        display: block
    }

    .banner-h__h1 {
        margin: 0 auto 24px auto;
        text-align: center
    }

    .banner-h__wp {
        margin: 0 auto
    }

    .banner-h__wrapper {
        margin: 0 auto 10px auto
    }

    .banner-h__wp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .banner-h {
        padding: 24px 0 95px 0
    }

    .banner-h {
        background: url(../img/banner.png) no-repeat -815px 67px;
        background-color: #fff
    }
}

@media (max-width:424px) {
    .section-h__items.is_open .section-h__open {
        margin-top: 37px;
        margin-bottom: 8px;
        order: 3
    }

    .section-h__items.is_open .section-h__answer {
        height: auto;
        padding-top: 20px;
        opacity: 1;
        order: 2
    }

    .section-h__items.is_open .section-h__open--show {
        display: none
    }

    .section-h__items.is_open .section-h__open--hide {
        display: inline-block
    }

    .section-h__open {
        display: block
    }

    .section-h__heading {
        border: 0
    }

    .section-h__text {
        display: flex;
        flex-direction: column
    }

    .section-h__answer {
        height: 0;
        overflow: hidden;
        opacity: 0;
        padding-top: 0
    }

    .section-h__answer:before {
        top: 0;
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        right: -20px;
        height: 1px;
        background: #efefef
    }
}

@media (max-width:320px) {
    .banner-h {
        background: url(../img/banner-mobile.png) no-repeat bottom;
        background-size: contain;
        margin-bottom: 18px
    }
}
