/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

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

* {
    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: #f8f8f8;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Rubik, sans-serif
}

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: '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")
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/dancing-script-v15-latin-regular.eot);
    src: local(""), url(/fonts/dancing-script-v15-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/dancing-script-v15-latin-regular.woff2) format("woff2"), url(/fonts/dancing-script-v15-latin-regular.woff) format("woff"), url(/fonts/dancing-script-v15-latin-regular.ttf) format("truetype"), url(/fonts/dancing-script-v15-latin-regular.svg#DancingScript) format("svg")
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/dancing-script-v15-latin-500.eot);
    src: local(""), url(/fonts/dancing-script-v15-latin-500.eot?#iefix) format("embedded-opentype"), url(/fonts/dancing-script-v15-latin-500.woff2) format("woff2"), url(/fonts/dancing-script-v15-latin-500.woff) format("woff"), url(/fonts/dancing-script-v15-latin-500.ttf) format("truetype"), url(/fonts/dancing-script-v15-latin-500.svg#DancingScript) format("svg")
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/dancing-script-v15-latin-600.eot);
    src: local(""), url(/fonts/dancing-script-v15-latin-600.eot?#iefix) format("embedded-opentype"), url(/fonts/dancing-script-v15-latin-600.woff2) format("woff2"), url(/fonts/dancing-script-v15-latin-600.woff) format("woff"), url(/fonts/dancing-script-v15-latin-600.ttf) format("truetype"), url(/fonts/dancing-script-v15-latin-600.svg#DancingScript) format("svg")
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/dancing-script-v15-latin-700.eot);
    src: local(""), url(/fonts/dancing-script-v15-latin-700.eot?#iefix) format("embedded-opentype"), url(/fonts/dancing-script-v15-latin-700.woff2) format("woff2"), url(/fonts/dancing-script-v15-latin-700.woff) format("woff"), url(/fonts/dancing-script-v15-latin-700.ttf) format("truetype"), url(/fonts/dancing-script-v15-latin-700.svg#DancingScript) format("svg")
}

.header-b {
    padding: 14px 0 18px 0;
    background: #5e437a;
    color: #fff
}

.header-b .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-b__logo {
    font-family: 'Dancing Script';
    font-weight: 700;
    font-size: 40px;
    color: #fff
}

.header-b__wp {
    display: flex;
    align-items: center
}

.header-b__img {
    width: 33px;
    height: 27px;
    margin-right: 14px
}

.header-b__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-b__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 150px
}

.header-b__text span {
    font-weight: 700
}

@media (max-width:1023px) {
    .header-b__logo {
        font-size: 35px
    }
}

@media (max-width:424px) {
    .header-b__logo {
        font-size: 30px;
        text-align: center
    }

    .header-b__wp {
        display: none
    }

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

.footer-b {
    padding: 35px 0 25px 0;
    background: #4e3b62;
    z-index: 5
}

.footer-b__text {
    padding-bottom: 34px;
    border-bottom: 2px dashed #755993
}

.footer-b__text p {
    font-family: 'Gotham Pro';
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #fff
}

.footer-b__text p a {
    font-weight: 700;
    color: #fff
}

.footer-b__note {
    padding-top: 25px
}

.footer-b__note a {
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

@media (max-width:424px) {
    .footer-b {
        padding: 32px 0 22px 0
    }

    .footer-b__text {
        padding-right: 5px;
        padding-left: 11px;
        padding-bottom: 22px
    }

    .footer-b__note {
        padding-top: 15px
    }

    .footer-b__text p {
        font-size: 12px;
        line-height: 17px
    }
}

.banner-b {
    padding: 32px 0;
    background: #e4f2f5
}

.banner-b__text {
    max-width: 750px
}

.banner-b__h1 {
    font-size: 36px;
    line-height: 43px;
    color: #000;
    margin-bottom: 12px
}

.banner-b__note {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    max-width: 595px
}

.banner-b:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: -2px;
    width: 740px;
    height: 105px;
    background: url(../img/banner.png) no-repeat center;
    background-size: contain;
    z-index: 1
}

.products-b {
    z-index: 5
}

.products-b__wp {
    display: flex;
    align-items: center
}

.products-b__text {
    margin-right: 35px
}

.products-b__text p {
    font-size: 13px;
    color: #818b94
}

.products-b__links {
    display: flex;
    align-items: center
}

.products-b__links a {
    margin-right: 50px;
    padding: 15px 0;
    font-size: 14px;
    color: #1b2d3d;
    transition: .5s
}

.products-b__links a:last-child {
    margin-right: 0
}

.products-b__links a:focus,
.products-b__links a:hover {
    color: #5e437a;
    transition: .5s
}

.products-b__links a:focus:after,
.products-b__links a:hover:after {
    opacity: 1;
    transition: .5s
}

.products-b__links a:after {
    transition: .5s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #5e437a;
    opacity: 0
}

.products-b__links a.active {
    color: #5e437a;
    transition: .5s
}

.products-b__links a.active:after {
    opacity: 1;
    transition: .5s;
    z-index: 2
}

.filters-b {
    z-index: 3;
    margin-bottom: 35px
}

.filters-b__wp {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    border-radius: 5px
}

.filters-b__item {
    width: 29.2%;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-right: 10px;
    height: 51px
}

.filters-b__item input {
    font-size: 18px;
    color: #000;
    padding: 10px 11px 10px 15px;
    height: 100%
}

.filters-b__item:nth-of-type(2) .filters-b__mask {
    font-size: 14px
}

.filters-b__mask {
    font-size: 18px;
    color: #aeaeae;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%)
}

.filters-b__note {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    left: 14px;
    top: -7px;
    font-size: 12px;
    color: #787878;
    z-index: 20
}

.filters-b__select {
    width: 29.2%;
    margin-right: 10px
}

.filters-b__select .nice-select {
    width: 100%;
    height: 51px;
    line-height: 51px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0 23px 0 15px;
    font-size: 14px;
    color: #000
}

.filters-b__select .nice-select:after {
    border-bottom: 2px solid #5e437a;
    border-right: 2px solid #5e437a;
    width: 7px;
    height: 7px
}

.filters-b__select .nice-select .list {
    width: 100%;
    padding: 22px 10px 17px 16px;
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.filters-b__select .nice-select .option {
    padding-right: 0;
    padding-left: 28px;
    font-size: 12px;
    color: #000;
    line-height: normal;
    min-height: auto;
    margin-bottom: 18px
}

.filters-b__select .nice-select .option:first-child {
    display: none
}

.filters-b__select .nice-select .option:last-child {
    margin-bottom: 0
}

.filters-b__select .nice-select .option:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    transition: .5s
}

.filters-b__select .nice-select .option.selected:before {
    border: 5px solid #5e437a;
    transition: .5s
}

.filters-b__select .nice-select .option.focus,
.filters-b__select .nice-select .option.selected.focus,
.filters-b__select .nice-select .option:hover {
    background: 0 0;
    color: #5e437a
}

.filters-b__submit {
    background: #5e437a;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 110px;
    height: 51px;
    border: 2px solid transparent;
    transition: .5s
}

.filters-b__submit:focus,
.filters-b__submit:hover {
    background: #fff;
    color: #5e437a;
    border: 2px solid #5e437a;
    transition: .5s
}

.section-b {
    margin-bottom: 30px
}

.section-b:last-child {
    margin-bottom: 0
}

.section-b__h2 {
    margin-bottom: 28px;
    font-weight: 300;
    font-size: 35px;
    color: #1b2d3d
}

.section-b__items {
    display: flex;
    background: #fff;
    border-radius: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.section-b__items:last-child {
    margin-bottom: 0
}

.section-b__question {
    padding: 15px 0 25px 0;
    pointer-events: none;
    width: 17.4%;
    border-right: 1px solid #f0f0f0;
    margin-right: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-b__answer {
    display: flex !important;
    width: calc(82.6% - 42px);
    padding-right: 27px
}

.section-b__text {
    width: calc(100% - 200px);
    display: flex;
    align-items: center
}

.section-b__text.full {
    flex-wrap: wrap
}

.section-b__top {
    width: 100%;
    margin-bottom: 35px;
    display: flex
}

.section-b__note {
    width: 100%
}

.section-b__note p {
    max-width: 570px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 13px;
    color: #323232
}

.section-b__note p span {
    color: #afafaf
}

.section-b__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px
}

.section-b__link a {
    width: 100%;
    text-align: center;
    background: #e0ca87;
    border-radius: 5px;
    padding: 7.5px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #e0ca87;
    transition: .5s
}

.section-b__link a:focus,
.section-b__link a:hover {
    background: 0 0;
    color: #e0ca87;
    transition: .5s
}

.section-b__item {
    margin-right: 60px
}

.section-b__item:last-child {
    margin-right: 20px
}

.section-b__item span {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    color: #afafaf
}

.section-b__item p {
    font-weight: 500;
    font-size: 13px;
    color: #323232
}

.section-b__img--wp {
    height: 57px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

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

.section-b__hidden {
    display: none
}

.section-b__hidden p {
    font-weight: 500;
    font-size: 11px;
    color: #323232;
    margin-bottom: 10px
}

.section-b__hidden p:last-child {
    margin-bottom: 0
}

.section-b__arrow {
    transition: .5s;
    display: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e0ca87
}

.section-b__arrow--img {
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

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


.section-b .section-b__items.add .section-b__question {
    flex-direction: row;
    align-items: flex-start;
    padding: 18px 0 35px
}

.section-b .section-b__items.add .section-b__answer {
    padding: 21px 27px 15px 0
}

.section-b .section-b__items.add .section-b__link {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 5px
}

.section-b .section-b__items.add .section-b__img--wp {
    width: 144px;
    height: 60px
}

.info-b {
    padding: 47px 0 71px 0;
    background: #e4f2f5
}

.info-b__h2 {
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-bottom: 47px
}

.info-b__items {
    display: flex;
    flex-wrap: wrap
}

.info-b__item {
    width: calc(34.1% - 33px);
    margin-right: 33px;
    margin-bottom: 33px;
    padding: 32px 24px 38px 28px;
    background: #fff;
    border-radius: 3px
}

.info-b__item p {
    font-size: 13px;
    color: #101010;
    margin-bottom: 8px
}

.info-b__item p:last-child {
    margin-bottom: 0
}

.info-b__item:before {
    content: '';
    display: block;
    position: absolute;
    left: -6.5px;
    top: -6.5px;
    width: 15px;
    height: 15px;
    background: #896ca8;
    border-radius: 3px;
    z-index: 2
}

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

.info-b:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 82px;
    background: url(../img/info.png) no-repeat center;
    background-size: cover;
    z-index: 2
}

.info-b__container {
    overflow: visible
}

.info-b__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -33px
}

@media (max-width:1140px) {
    .banner-b__note {
        max-width: 470px
    }

    .products-b__links a {
        margin-right: 30px
    }

    .products-b__text {
        margin-right: 15px
    }

    .section-b__item {
        margin-right: 30px
    }
}

@media (max-width:1023px) {
    .section-b__item span {
        font-size: 12px
    }

    .section-b__item p {
        font-size: 12px
    }

    .section-b__question {
        margin-right: 20px
    }

    .section-b__answer {
        width: calc(82.6% - 20px)
    }

    .section-b__link {
        width: 120px
    }

    .section-b__text {
        width: calc(100% - 120px)
    }

    .section-b__img--wp {
        width: 106px;
        height: 35px
    }

    .section-b .section-b__items.add .section-b__img--wp {
        width: 116px;
        height: 40px
    }

    .products-b__links a:after {
        top: auto;
        bottom: 0
    }

    .filters-b__wp {
        padding: 36px 23px 23px 23px
    }

    .products-b__wp:after {
        background: #fff;
        filter: blur(10px);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        content: '';
        display: block;
        z-index: 20
    }

    .products-b__links {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        max-width: 100%;
        border-bottom: 1px solid #e4e4e4;
        min-width: 100%;
        background: #fff;
        border-radius: 5px 5px 0 0;
        padding: 0 0 0 21px !important
    }

    .products-b__links::-webkit-scrollbar {
        display: none
    }

    .products-b__links a {
        flex: 1;
        white-space: nowrap
    }

    .products-b__text {
        display: none
    }

    .banner-b {
        margin-bottom: 18px
    }

    .banner-b:after {
        width: 440px;
        height: 55px
    }

    .banner-b__h1 {
        font-size: 30px;
        line-height: 35px
    }

    .filters-b__mask {
        font-size: 16px
    }

    .filters-b__item {
        height: 42px
    }

    .filters-b__select .nice-select {
        height: 42px;
        line-height: 42px
    }

    .filters-b__submit {
        height: 42px
    }

    .filters-b__select .nice-select .list {
        padding: 22px 10px 17px 10px
    }

    .filters-b__select .nice-select .option {
        padding-left: 20px
    }

    .filters-b__select .nice-select .option:before {
        width: 14px;
        height: 14px;
        top: 0
    }

    .filters-b__wp {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .filters-b__item {
        width: 29%
    }

    .filters-b__select {
        margin-right: 0
    }

    .filters-b__select {
        width: 33%
    }

    .filters-b__submit {
        height: 37px;
        width: 100%;
        margin-top: 11px
    }

    .section-b__h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

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

    .info-b__h2 {
        font-size: 30px;
        margin-bottom: 25px
    }

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

@media (max-width:767px) {
    .info-b {
        padding: 32px 0 69px 0
    }

    .info-b__container {
        overflow: hidden;
        margin: 0 -20px;
        padding: 10px 0
    }

    .info-b__wrapper {
        flex-wrap: nowrap;
        margin-bottom: 0
    }

    .info-b__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 32px 35px 35px 28px
    }

    .info-b__item p {
        font-size: 12px
    }

    .section-b__hidden {
        display: block
    }

    .section-b__arrow {
        display: inline-block;
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%)
    }

    .section-b__img {
        margin-right: 10px
    }

    .section-b__question {
        pointer-events: all;
        flex-direction: row;
        border-right: 0;
        padding: 13px 11px 13px 15px;
        margin-right: 0;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .section-b__answer {
        display: block !important;
        height: 0;
        width: 100%;
        padding: 0;
        opacity: 0;
        transition: all .2s
    }

    .section-b__text {
        margin-bottom: 15px;
        padding-right: 11px;
        padding-left: 15px
    }

    .section-b__text.full {
        padding-left: 0;
        padding-right: 0
    }

    .section-b__note p {
        padding-right: 20px
    }

    .section-b .section-b__items.add .section-b__answer {
        padding: 0
    }

    .section-b  .section-b__items.add {
        margin-bottom: 25px
    }

    .section-b__note p span {
        display: block;
        margin-bottom: 5px
    }

    .section-b .section-b__items.add .section-b__question {
        padding: 16px 11px 12px 15px
    }

    .section-b__top {
        padding-right: 11px;
        padding-left: 15px
    }

    .section-b__note {
        padding-right: 11px;
        padding-left: 15px
    }

    .section-b__link {
        padding: 0 6px;
        width: 100%
    }

    .section-b .section-b__items.add .section-b__link {
        padding: 0 6px;
        width: 100%;
        padding-top: 0
    }

    .section-b__items.is_open {
        transition: .5s
    }

    .section-b__items.is_open .section-b__answer {
        transition: all .2s;
        opacity: 1;
        height: auto;
        overflow: hidden;
        width: 100%;
        padding: 15px 0 6px 0
    }

    .section-b__items.is_open .section-b__question {
        border-bottom: 1px solid #ebebeb
    }

    .section-b__items.is_open .section-b__arrow {
        background: #5e437a;
        transition: .5s
    }

    .section-b__items.is_open .section-b__arrow--img {
        transform: translate(-50%, -50%) rotate(180deg);
        transition: .5s
    }

    .section-b__text {
        width: 100%
    }

    .section-b__h2 {
        font-size: 26px;
        margin-bottom: 13px
    }

    .filters-b {
        margin-bottom: 14px
    }

    .filters-b__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 11px
    }

    .filters-b__select {
        width: 100%
    }

    .filters-b__item input {
        font-size: 16px
    }

    .banner-b__h1 {
        font-size: 25px;
        line-height: 30px
    }

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

@media (max-width:560px) {
    .section-b .section-b__items.add .section-b__img--wp {
        width: 82px;
        height: 34px
    }

    .section-b__top {
        flex-wrap: wrap;
        padding-bottom: 22px;
        margin-bottom: 13px;
        border-bottom: 1px solid #ebebeb
    }

    .section-b__text {
        flex-wrap: wrap
    }

    .section-b__img--wp {
        height: 35px
    }

    .section-b__item {
        width: calc(50.9% - 10px);
        margin-bottom: 15px;
        margin-right: 10px
    }

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

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

@media (max-width:424px) {
    .banner-b__note {
        display: none
    }

    .banner-b__h1 {
        text-align: center;
        max-width: 207px;
        margin: 0 auto
    }

    .banner-b:after {
        display: none
    }

    .banner-b {
        padding: 21px 0
    }
}

/*# sourceMappingURL=main.min.css.map */