@font-face {
    font-family: "Noto Sans";
    src: local("Noto Sans"), local("NotoSans"), url(../fonts/notosans.woff2) format("woff2"), url(../fonts/notosans.woff) format("woff"), url(../fonts/notosans.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans";
    src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(../fonts/notosansitalic.woff2) format("woff2"), url(../fonts/notosansitalic.woff) format("woff"), url(../fonts/notosansitalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Noto Sans";
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../fonts/notosansbold.woff2) format("woff2"), url(../fonts/notosansbold.woff) format("woff"), url(../fonts/notosansbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans";
    src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(../fonts/notosansbolditalic.woff2) format("woff2"), url(../fonts/notosansbolditalic.woff) format("woff"), url(../fonts/notosansbolditalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #78818a;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 300;
    overflow-x: hidden
}

@media (max-width: 768px) {
    body {
        display: block;
        height: auto
    }
}

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

p, ul {
    margin: 0
}

ul {
    padding: 0;
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

img {
    width: 100%;
    height: auto
}

.ya-share2__list {
    padding: 0 !important
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes remodal-opening-keyframes {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mob-opened-translating {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes mob-opened-translating {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes mob-close-translating {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
}

@keyframes mob-close-translating {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
}

@-webkit-keyframes narrow-mob-opened-translating {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes narrow-mob-opened-translating {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes narrow-mob-close-translating {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes narrow-mob-close-translating {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

html.remodal-is-locked {
    -ms-touch-action: none;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay, .remodal-wrapper {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-closing, .remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: 0 0
}

.remodal-close:focus, .remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-cancel, .remodal-confirm {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus, .remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus, .remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner, .remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.tabs__nav, .tabs__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.tabs__nav {
    max-width: 480px;
    width: 100%;
    list-style: none
}

.tabs__nav-item {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    height: 58px;
    background-color: transparent
}

.tabs__nav-item--active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #67a524;
    border-radius: 3px
}

.tabs__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    color: #969ea7
}

.tabs__nav-item:hover .tabs__nav-link {
    color: #188c2e
}

.tabs__nav-item:active .tabs__nav-link {
    color: #67a524
}

.tabs__nav-item--active .tabs__nav-link, .tabs__nav-item--active:active .tabs__nav-link, .tabs__nav-item--active:hover .tabs__nav-link {
    color: #15407d;
    cursor: default
}

.tabs__tab {
    display: none
}

.logo, .slick-slide img, .tabs__tab--active {
    display: block
}

.logo {
    width: 100px;
    height: 27px;
    font-size: 0
}

@media (min-width: 420px) {
    .logo {
        width: 150px;
        height: 41px
    }
}

@media (min-width: 768px) {
    .logo {
        width: 240px;
        height: 66px
    }
}

.logo__img {
    display: block;
    width: 100px;
    height: 27px
}

@media (min-width: 420px) {
    .logo__img {
        width: 150px;
        height: 41px
    }
}

@media (min-width: 768px) {
    .logo__img {
        width: 240px;
        height: 66px
    }
}

.link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #007eb9;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.link:hover {
    color: #15407d
}

.button {
    width: 180px;
    height: 50px;
    padding: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background-color: #2e954a;
    border-radius: 25px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    -o-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s
}

.button--light, .button:hover {
    color: #000;
    background-color: #ffcb22
}

.button:disabled {
    cursor: default
}

.button--light:disabled:hover, .button:disabled, .button:disabled:hover {
    color: #969696;
    background-color: #dee6ee
}

.button--light:hover {
    color: #fff;
    background-color: #2e954a
}

.button--light:disabled {
    color: #969696;
    background-color: #dee6ee;
    cursor: default
}

.button__symbol {
    margin-right: 10px;
    fill: currentColor
}

.radiobutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px
}

.radiobutton__label {
    padding-left: 36px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #596571
}

.radiobutton__input {
    display: none
}

.checkbox__input + label, .radiobutton__input + label {
    position: relative;
    cursor: pointer
}

.radiobutton__input + label::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #f2f9ff;
    border: 1px solid #2e954a;
    border-radius: 50%;
    -webkit-transition: color .3s, background-color .3s, border .3s;
    -o-transition: color .3s, background-color .3s, border .3s;
    transition: color .3s, background-color .3s, border .3s
}

.radiobutton__input:checked + label::before {
    background-color: #fff;
    border: 9px solid #2e954a
}

.radiobutton__input:hover + label::before {
    background-color: #f2f7f7;
    border-color: #ffcb22
}

.radiobutton__input:checked:hover + label::before {
    background-color: #fff;
    border-color: #ffcb22
}

.checkbox__input:disabled + label, .checkbox__input:disabled:hover + label, .radiobutton__input:disabled + label, .radiobutton__input:disabled:hover + label {
    color: #adb7c3;
    cursor: default
}

.radiobutton__input:disabled + label::before, .radiobutton__input:disabled:hover + label::before {
    background-color: #dee6ee;
    border: 0;
    cursor: default
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px
}

.checkbox__label {
    padding-left: 36px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #596571
}

.checkbox__input {
    display: none
}

.checkbox__input + label::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #f2f9ff;
    border: 1px solid #2e954a;
    border-radius: 2px;
    -webkit-transition: color .3s, background-color .3s, border .3s;
    -o-transition: color .3s, background-color .3s, border .3s;
    transition: color .3s, background-color .3s, border .3s
}

.checkbox__input:checked + label::before {
    background-color: #2e954a;
    border: 0
}

.checkbox__input:hover + label::before {
    background-color: #e5e5e5;
    border-color: #ffcb22
}

.checkbox__input:checked:hover + label::before {
    background-color: #ffcb22;
    border: 0
}

.checkbox__input:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 4px;
    width: 16px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox__input:checked:hover + label::after {
    border-color: #000
}

.checkbox__input + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 2px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-205deg);
    -ms-transform: rotate(-205deg);
    transform: rotate(-205deg)
}

.checkbox__input:disabled + label::before, .checkbox__input:disabled:hover + label::before {
    background-color: #dee6ee;
    border: 0;
    cursor: default
}

.text-input {
    position: relative;
    width: 280px;
    height: 60px
}

.text-input__label {
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 20px;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: transparent;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, color .3s;
    transition: transform .3s, color .3s;
    transition: transform .3s, color .3s, -webkit-transform .3s
}

.text-input__label--required::after {
    position: absolute;
    content: "*";
    right: 0
}

.text-input__input:focus ~ .text-input__label {
    font-size: 10px;
    line-height: 10px;
    color: #969ea7;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px)
}

.text-input__input {
    position: relative;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #15407d;
    background-color: #fff;
    border: 1px solid #adb7c3;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.text-input__input:focus {
    outline: 0;
    border-color: #2e954a
}

.text-input__input::-ms-clear {
    display: none
}

.text-input__input::-webkit-input-placeholder {
    color: #969ea7;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.text-input__input::-ms-input-placeholder {
    color: #969ea7;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.text-input__input::placeholder {
    color: #969ea7;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.text-input__input:focus::-webkit-input-placeholder {
    color: transparent
}

.text-input__input:focus::-ms-input-placeholder {
    color: transparent
}

.text-input__input:focus::placeholder {
    color: transparent
}

.text-input__input--textarea {
    padding-top: 20px;
    resize: none
}

.not-empty-input .text-input__label {
    font-size: 10px;
    line-height: 10px;
    color: #969ea7;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px)
}

.error-input .text-input__input, .ok-input .text-input__input {
    padding-right: 40px
}

.error-input .text-input__input {
    border-color: #ef1446
}

.text-input.ok-input:after {
    display: block;
    position: absolute;
    content: '';
    z-index: 100;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 11px;
    border-left: 2px solid #2e954a;
    border-bottom: 2px solid #2e954a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.text-input.error-input:after {
    display: block;
    position: absolute;
    content: '!';
    z-index: 100;
    top: 16px;
    right: 30px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #ef1446
}

.select-input {
    position: relative;
    max-width: 280px;
    height: 60px
}

.select-input__label {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px;
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #969ea7;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.not-empty-select .select-input__label {
    font-size: 10px;
    line-height: 10px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px)
}

.round-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 0;
    color: #333;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background-color .3s, opacity .3s;
    -o-transition: background-color .3s, opacity .3s;
    transition: background-color .3s, opacity .3s
}

@media (min-width: 768px) {
    .round-arrow {
        width: 60px;
        height: 60px
    }
}

.round-arrow:hover {
    background-color: #ffcb22
}

.round-arrow__symbol {
    width: 9px;
    height: 14px;
    fill: currentColor
}

.round-arrow--prev .round-arrow__symbol {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.edd-root, .edd-root *, .edd-root ::after, .edd-root ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.edd-root *, .edd-root ::after, .edd-root ::before {
    margin: 0;
    padding: 0
}

.edd-root {
    display: block;
    position: relative;
    max-width: 280px;
    height: 60px;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #15407d;
    background-color: #fff;
    border-radius: 3px
}

.edd-root-disabled {
    color: #ccc;
    cursor: not-allowed
}

.edd-head {
    overflow: hidden
}

.edd-root-open .edd-head, .edd-root:not(.edd-root-disabled) .edd-head:hover {
    border-color: #188c2e;
    background-color: #fff
}

.edd-value {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 34px 0 20px;
    border: 1px solid #adb7c3;
    border-radius: 3px
}

.edd-arrow {
    position: absolute;
    width: 5px;
    height: 4px;
    top: 24px;
    right: 20px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/select-arrow.svg)
}

.edd-root-disabled .edd-arrow {
    background: 0 0
}

.edd-root-open .edd-arrow, .edd-root:hover .edd-arrow {
    background-image: url(../img/select-arrow-active.svg)
}

.edd-group-label, .edd-option, .edd-value {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.edd-option, .edd-root:not(.edd-root-disabled) .edd-value {
    cursor: pointer
}

.edd-body, .edd-select {
    position: absolute;
    opacity: 0;
    left: -999px
}

.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.edd-body {
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(43, 50, 57, .4);
    box-shadow: 0 3px 15px rgba(43, 50, 57, .4)
}

.edd-root-focused .edd-value, .edd-root:hover .edd-value {
    border-color: #03a007
}

.edd-root-invalid .edd-value {
    border-color: red
}

.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 200ms, -webkit-transform 100ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity 200ms, transform 100ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 200ms, transform 100ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 200ms, transform 100ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 100ms cubic-bezier(.25, .46, .45, .94)
}

.edd-root-open-above .edd-body {
    bottom: 70px
}

.edd-root-open-below .edd-body {
    top: 70px
}

.edd-items-list {
    overflow: auto;
    max-height: 0;
    -webkit-transition: max-height 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: max-height 200ms cubic-bezier(.25, .46, .45, .94);
    transition: max-height 200ms cubic-bezier(.25, .46, .45, .94);
    -webkit-overflow-scrolling: touch
}

.edd-items-list::-webkit-scrollbar {
    width: 5px
}

.edd-items-list::-webkit-scrollbar-track {
    background: #fff
}

.edd-items-list::-webkit-scrollbar-thumb {
    background: #188c2e;
    border-radius: 2px
}

.edd-group-label {
    font-size: 13px;
    padding: 4px 8px 4px 0;
    color: #555;
    font-weight: 600
}

.edd-group-has-label {
    padding-left: 22px
}

.edd-option {
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    padding-right: 34px;
    color: #969ea7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.edd-option-selected, .edd-option:hover {
    -webkit-box-shadow: inset 4px 0 0 0 #188c2e;
    box-shadow: inset 4px 0 0 0 #188c2e
}

.edd-option:hover {
    background-color: #f2f9ff;
    color: #007eb9
}

.edd-option-selected {
    color: #596571
}

.edd-option-focused:not(.edd-option-disabled) {
    color: #596571
}

.edd-group-disabled .edd-option, .edd-option-disabled {
    cursor: default;
    color: #ccc
}

@media (min-width: 768px) {
    .download-lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .download-lists .download-list {
        width: 50%;
        max-width: 310px
    }
}

.download-list--border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

@media (min-width: 1024px) {
    .download-list--border-bottom {
        padding-bottom: 30px
    }
}

.download-link, .download-link::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.download-link {
    margin-bottom: 7px;
    padding-left: 38px;
    font-family: "Noto Sans", Arial, sans-serif;
    line-height: 28px;
    font-size: 16px;
    color: #007eb9;
    position: relative
}

.download-link::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 2px solid #969ea7;
    background-image: url(../img/download.svg);
    background-size: cover;
    background-position: 50%;
    cursor: pointer
}

.download-link:active, .download-link:focus, .download-link:hover {
    color: #15407d
}

.download-link:active::before, .download-link:focus::before, .download-link:hover::before {
    border: 2px solid #596571
}

@media (min-width: 1024px) {
    .download-link--no-margin {
        margin-bottom: 0
    }
}

.download-link--no-margin-bottom {
    margin-bottom: 0
}

.download-link__link {
    position: relative
}

.download-link__svg {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    fill: #969ea7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (min-width: 768px) {
    .breadcrumbs {
        padding: 0 32px 6px
    }
}

@media (min-width: 1024px) {
    .breadcrumbs {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1024px) {
    .breadcrumbs__list {
        max-width: 960px;
        margin: 0 auto
    }
}

.news-slider__bullets li:last-child {
    margin-right: 0
}

.slick-slide.slick-loading img {
    display: none
}

@media (min-width: 768px) {
    .breadcrumbs--account {
        padding: 7px 30px 12px
    }
}

.breadcrumbs--account .breadcrumbs__item--current a:focus, .breadcrumbs--account .breadcrumbs__item--current a:hover {
    color: #596571
}

@media (min-width: 1024px) {
    .breadcrumbs--account .breadcrumbs__list {
        max-width: unset;
        margin: 0
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.search-item__params span, .slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.news-slider, .news-slider__slide {
    min-width: 320px;
    width: 100%;
    max-width: 420px;
    height: 180px
}

.news-slider {
    position: relative
}

.news-slider__slide {
    display: block;
    padding-top: 34px;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #188c2e
}

.news-slider--light .news-slider__slide {
    color: #78818a;
    background-color: #fff
}

.news-slider__slide-date {
    display: block;
    padding: 0;
    margin: 0 0 6px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 15px;
    font-weight: 300
}

.news-slider__slide-text {
    max-height: 100px;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden
}

.news-slider__btn {
    position: absolute;
    z-index: 100;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 180px;
    padding: 0;
    font-size: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.news-slider__btn--prev {
    left: 0
}

.news-slider__btn--next {
    right: 0
}

.news-slider:hover .news-slider__btn {
    opacity: 1
}

.news-slider__btn-symbol {
    width: 9px;
    height: 14px;
    fill: currentColor
}

.news-slider__btn--prev .news-slider__btn-symbol {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-slider__bullets {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0
}

.news-slider__bullets li {
    margin-right: 11px
}

.news-slider__bullets button, .news-slider__bullets button:after {
    display: block;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.news-slider__bullets button {
    padding: 0;
    background-color: rgba(255, 255, 255, .3);
    border: 0;
    outline: 0;
    position: relative;
    width: 8px;
    height: 8px
}

.news-slider--light .news-slider__bullets button:hover, .news-slider__bullets button:hover {
    background-color: #f1aa00;
    cursor: pointer
}

.news-slider__bullets button:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: -3px;
    left: -3px;
    width: 14px;
    height: 14px;
    background-color: transparent
}

.news-slider--light .news-slider__bullets button:hover:after, .news-slider__bullets button:hover:after {
    background-color: #f1aa00
}

.news-slider--light .news-slider__bullets button {
    background-color: rgba(201, 214, 227, .5)
}

.news-slider__bullets .slick-active button {
    background-color: #fff;
    cursor: default
}

.news-slider__bullets .slick-active button:hover {
    cursor: default
}

.news-slider__bullets .slick-active button:after, .news-slider__bullets .slick-active button:hover:after {
    background-color: #fff
}

.news-slider--light .news-slider__bullets .slick-active button, .news-slider--light .news-slider__bullets .slick-active button:after, .news-slider--light .news-slider__bullets .slick-active button:hover:after {
    background-color: #fbc711
}

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

.content-textblock .swiper-container-horizontal ul li {
    margin-bottom: 0 !important
}

.content-textblock .swiper-container-horizontal ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.product-status__btn svg #hint-arrow, .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffd429
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill, .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active, .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

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

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

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

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

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-pagination-current {
    color: #1b458e
}

.slider-section {
    max-width: 960px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto
}

@media (min-width: 768px) {
    .slider-section {
        padding-bottom: 0
    }
}

.slider-slide {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe7ee
}

.slider-slide--with-text {
    padding-bottom: 20px
}

.slider-slide__txt {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #969ea7
}

.slider-controls {
    position: relative;
    width: 200px;
    margin: 0 auto 20px
}

.slider-next, .slider-prev {
    position: absolute;
    z-index: 20;
    cursor: pointer
}

.slider-next svg, .slider-prev svg {
    fill: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.slider-next svg:active, .slider-next svg:focus, .slider-next svg:hover, .slider-prev svg:active, .slider-prev svg:focus, .slider-prev svg:hover {
    fill: #1b458e
}

.slider-pagination {
    font-size: 20px
}

.slider-prev {
    left: 0;
    top: 4px
}

.slider-next {
    right: 0;
    top: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-block {
    font-family: "Noto Sans", Arial, sans-serif
}

.modal-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(233, 243, 251, .9)
}

.password-modal {
    display: none
}

.modal {
    position: fixed;
    top: 20%;
    left: calc(50% - 140px);
    padding: 48px 40px 40px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 50px -2px;
    box-shadow: 0 15px 50px -2px
}

@media (min-width: 420px) {
    .modal {
        left: calc(50% - 180px)
    }
}

.modal-close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.modal-close::after, .modal-close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #c9d6e3
}

.modal-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-title {
    display: block;
    margin-bottom: 22px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1b458e
}

.modal-input {
    margin-bottom: 20px
}

.modal-input__input {
    width: 200px;
    margin-bottom: 20px
}

@media (min-width: 420px) {
    .modal-input__input {
        width: 280px
    }
}

.modal-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px
}

.modal-wrapper {
    width: 200px
}

@media (min-width: 420px) {
    .modal-wrapper {
        width: 280px
    }
}

.accounting-image img, .modal-button {
    width: 100%
}

@media (min-width: 768px) {
    .modal-button {
        width: 130px
    }
}

.modal-link {
    color: #007eb9;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts-info__adress:active, .contacts-info__adress:focus, .contacts-info__adress:hover, .contacts-info__mail:active, .contacts-info__mail:focus, .contacts-info__mail:hover, .contacts-link:active, .contacts-link:focus, .contacts-link:hover, .error-text a:active, .error-text a:focus, .error-text a:hover, .modal-info a:active, .modal-info a:focus, .modal-info a:hover, .modal-link:active, .modal-link:focus, .modal-link:hover {
    color: #15407d
}

@media (min-width: 768px) {
    .modal-link {
        width: 140px;
        margin-bottom: 0
    }

    .modal-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .modal-password__button {
        margin-left: calc(100% - 130px)
    }
}

.modal-info {
    max-width: 280px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #adb7c3
}

.modal-info a {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.popup {
    opacity: 0;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.popup--open {
    opacity: 1;
    z-index: 30000000
}

.popup-overlay {
    opacity: .8;
    background: #000;
    height: 100vh;
    width: 100%;
    cursor: pointer
}

.popup-wrapper {
    position: fixed;
    left: calc(50% - 150px);
    top: 19%;
    z-index: 600;
    width: 300px;
    overflow: hidden
}

@media (min-width: 768px) {
    .popup-wrapper {
        width: 600px;
        left: calc(50% - 300px);
        top: 19%
    }
}

.popup-list, .popup-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-list {
    position: relative;
    margin: 0 auto
}

.popup-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%
}

@media (min-width: 768px) {
    .popup-list__item {
        height: 430px
    }
}

@media (min-width: 1024px) {
    .popup-list__item {
        height: 610px
    }
}

.popup-image {
    min-width: 100%
}

.popup-controls svg {
    width: 30px;
    z-index: 600000000
}

.popup-next, .popup-prev {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 45%;
    cursor: pointer
}

.popup-next {
    right: 0
}

.popup-prev {
    left: 0
}

.popup-prev svg, .search-item__more-btn--active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.popup-close {
    position: absolute;
    padding: 0;
    z-index: 500000000;
    background: 0 0;
    font-size: 28px;
    line-height: 28px;
    border: 0;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    cursor: pointer
}

@media (min-width: 768px) {
    .contacts {
        width: 660px
    }
}

@media (min-width: 1024px) {
    .contacts--margin-left {
        margin-top: 13px;
        margin-left: 280px
    }
}

.contacts-title {
    color: #1b458e;
    font-size: 22px;
    margin: 0
}

@media (max-width: 767px) {
    .contacts-title--margin-bottom {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .contacts-title {
        font-size: 26px
    }

    .contacts-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contacts-link {
    display: block;
    margin: 16px 0;
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (min-width: 768px) {
    .contacts-link {
        margin: 0
    }

    .contacts-info {
        margin-top: 26px
    }
}

.contacts-info__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #596571
}

.contacts-info__mail::before, .contacts-info__tel::before {
    position: absolute;
    content: url(../img/contacts/tel.svg);
    left: 0;
    top: 0
}

.contacts-info__adress, .contacts-info__mail, .error-text a {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts-info__mail::before {
    content: url(../img/contacts/mail.svg)
}

.contacts-info__adress::before {
    position: absolute;
    content: url(../img/contacts/pin.svg);
    left: 0;
    top: 0
}

.contacts-map {
    width: 100%;
    height: 452px;
    margin-bottom: 30px
}

.contacts-form form {
    margin: 0 auto
}

.error, .error-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.error {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.error-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px 30px;
    margin: 32px auto 0;
    max-width: 1024px;
    font-family: "Noto Sans", Arial, sans-serif
}

@media (min-width: 768px) {
    .error-wrapper {
        padding: 0 32px
    }
}

@media (min-width: 1024px) {
    .error-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.error-title {
    font-family: "Noto Sans", Arial, sans-serif;
    margin: 0;
    padding-right: 4px;
    color: #1b458e;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700
}

@media (min-width: 768px) {
    .error-title {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .error-title {
        margin-bottom: 27px
    }
}

.error-textblock {
    position: relative;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .error-textblock--margin {
        margin-left: 280px;
        width: 660px
    }

    .error-textblock--margin .error-text--padding-right {
        padding-right: 36%
    }
}

@media (min-width: 768px) {
    .error-textblock--margin-bottom {
        margin-bottom: 35px
    }
}

.error-textblock--small-margin-bottom {
    margin-bottom: 14px
}

.error-textblock--no-margin-bottom {
    margin-bottom: 0
}

.error-textblock--margin-top {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .error-textblock--margin-top {
        margin-top: 3px
    }
}

.error-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #596571;
    font-weight: 300
}

@media (min-width: 768px) {
    .error-text--padding-right {
        padding-right: 34%
    }
}

@media (min-width: 1024px) {
    .error-text--padding-right {
        padding-right: 25%
    }
}

.search-form {
    margin-top: 20px
}

.search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.search-form form input {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form form .text-input {
    width: 317px
}

@media (max-width: 400px) {
    .search-form form .text-input input::-webkit-input-placeholder {
        font-size: 14px
    }

    .search-form form .text-input input::-ms-input-placeholder {
        font-size: 14px
    }

    .search-form form .text-input input::placeholder {
        font-size: 14px
    }
}

.search-form__btn {
    margin-left: 40px
}

@media (max-width: 768px) {
    .search-form__btn {
        margin-left: 20px
    }
}

.search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 960px;
    margin: 60px auto 0
}

@media (max-width: 1024px) {
    .search-list {
        max-width: 600px
    }
}

@media (max-width: 650px) {
    .search-list {
        max-width: 500px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    min-height: 460px;
    margin-bottom: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 1px 1px #dee6ee;
    box-shadow: 0 0 1px 1px #dee6ee
}

.search-item:not(:nth-of-type(3n)) {
    margin-right: 60px
}

@media (max-width: 1024px) {
    .search-item:not(:nth-of-type(3n)) {
        margin-right: 0
    }

    .search-item:not(:nth-of-type(2n)) {
        margin-right: 30px
    }
}

@media (max-width: 650px) {
    .search-item:not(:nth-of-type(2n)) {
        margin-right: 0
    }
}

.search-item:active, .search-item:focus, .search-item:hover {
    -webkit-box-shadow: 0 5px 30px rgba(43, 50, 57, .5);
    box-shadow: 0 5px 30px rgba(43, 50, 57, .5)
}

.search-item__img {
    height: 200px
}

.search-item__link {
    display: block;
    padding: 20px 30px 15px
}

.search-item__link:active, .search-item__link:focus, .search-item__link:hover {
    -webkit-box-shadow: inset 10px 0 0 #188c2e;
    box-shadow: inset 10px 0 0 #188c2e
}

.search-item__link:active .search-item__info, .search-item__link:focus .search-item__info, .search-item__link:hover .search-item__info {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.search-item__info-category {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #969ea7
}

.search-item__info-title {
    font-size: 20px;
    font-weight: 700;
    color: #007eb9
}

.search-item__params {
    position: relative;
    margin-top: 10px;
    padding-left: 40px
}

.search-item__params::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #dee6ee;
    border-radius: 50%
}

.search-item__params-value {
    font-size: 17px;
    font-weight: 700;
    color: #596571
}

.search-item__params-name {
    font-size: 12px;
    color: #969ea7
}

.search-item__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 18px 30px 20px;
    border-top: 1px solid #dee6ee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search-item__more-details {
    width: 100%;
    height: auto;
    word-wrap: break-word;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.search-item__more-details--hidden {
    height: 0;
    opacity: 0;
    z-index: -1
}

.search-item__more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    border: 0;
    background: 0 0;
    font-size: 11px;
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.search-item__more-btn svg {
    fill: #007eb9;
    margin-left: 10px
}

.search-pagination {
    margin-top: 30px;
    margin-bottom: 90px
}

.search-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.search-pagination__item--active {
    background-color: #188c2e
}

.search-pagination__item--active .search-pagination__link {
    color: #fff
}

.search-pagination__item--prev {
    display: none
}

.search-pagination__link {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #007eb9
}

.search-pagination__link:hover {
    background: #adb7c3;
    color: #000
}

.search-news {
    margin-top: 60px
}

.search-news .news-card__title {
    color: #007eb9
}

.page-title {
    font-size: 0
}

.page-header {
    position: relative;
    font-family: "Montserrat", Arial, sans-serif;
    z-index: 3
}

.page-header__top {
    background: #2e954a;
    color: #fff
}

@media (max-width: 768px) {
    .page-header__top {
        background: #fff
    }
}

.page-header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    max-width: 1440px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 47px;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .page-header__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 27px 0 15px
    }
}

.page-header__bottom-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    max-width: 1440px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 47px;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .page-header__bottom-wrapper {
        padding: 0 17px
    }
}

@media (max-width: 768px) {
    .page-header__bottom-wrapper {
        position: fixed;
        height: 100vh;
        overflow: auto;
        top: 0;
        z-index: 4;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 18px 34px 34px
    }
}

.page-header--overflow-hidden {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed
}

.page-header__mobile-logo {
    display: none;
    min-width: 118px
}

@media (max-width: 768px) {
    .page-header__mobile-logo {
        display: block
    }
}

.page-header__mobile-logo-svg {
    margin: 15px 0 13px
}

.page-header__top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    margin-right: 92px;
    text-transform: uppercase;
    width: 248px
}

.page-header__top-links a, .search-item__more-btn svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__lang-btn:active, .page-header__lang-btn:focus, .page-header__lang-btn:hover, .page-header__lang-list a:active, .page-header__lang-list a:focus, .page-header__lang-list a:hover, .page-header__login:active, .page-header__login:focus, .page-header__login:hover, .page-header__tel:active, .page-header__tel:focus, .page-header__tel:hover, .page-header__top-links a:active, .page-header__top-links a:focus, .page-header__top-links a:hover {
    color: #ffd429
}

.page-header__tel {
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0
}

@media (max-width: 768px) {
    .page-header__top-left {
        display: none
    }
}

.page-header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-header__searchblock {
    position: relative
}

.page-header__searchblock:active .page-header__search, .page-header__searchblock:focus .page-header__search, .page-header__searchblock:hover .page-header__search {
    width: 320px
}

@media (max-width: 1200px) {
    .page-header__searchblock {
        width: 22px;
        height: 22px;
        margin-left: 37px
    }
}

.page-header__search {
    height: 100%;
    padding: 0 60px 0 20px;
    width: 140px;
    background: #298441;
    border: 0;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0
}

.page-header__search::-ms-clear {
    display: none
}

.page-header__search::-webkit-search-cancel-button {
    display: none
}

.page-header__search::-webkit-input-placeholder {
    color: #fff
}

.page-header__search::-ms-input-placeholder {
    color: #fff
}

.page-header__search::placeholder {
    color: #fff
}

@media (max-width: 1200px) {
    .page-header__search {
        display: none
    }
}

.page-header__search-link {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    z-index: 1
}

@media (max-width: 768px) {
    .page-header__search-link {
        right: 0
    }
}

.page-header__search-svg {
    fill: #fff
}

@media (max-width: 768px) {
    .page-header__search-svg {
        fill: #2a2a2a
    }
}

.page-header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    margin-left: 15px;
    margin-right: 79px;
    padding-left: 40px;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0
}

.page-header__login:active svg, .page-header__login:focus svg, .page-header__login:hover svg {
    fill: #ffd429
}

@media (max-width: 1200px) {
    .page-header__login {
        width: 21px;
        height: 21px;
        font-size: 0;
        margin: 0 0 0 29px;
        padding: 0
    }
}

.page-header__login-svg {
    position: absolute;
    left: 10px;
    top: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill: #fff
}

@media (max-width: 1200px) {
    .page-header__login-svg {
        left: 0;
        top: 0
    }
}

@media (max-width: 768px) {
    .page-header__login-svg {
        fill: #2a2a2a
    }
}

@media (max-width: 1200px) {
    .page-header__lang {
        display: none
    }
}

.page-header__lang-btn {
    border: 0;
    border-radius: 100%;
    color: #fff;
    width: 34px;
    height: 34px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #298441;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0
}

.page-header__lang-list {
    display: none;
    position: absolute;
    z-index: 3;
    background: #fff;
    color: #000;
    right: 0;
    border-radius: 5px
}

.page-header__lang-list--open {
    display: block
}

.page-header__lang-list a {
    display: block;
    text-align: center;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__lang-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh
}

.page-header__lang-overlay--open {
    display: block
}

.page-header__burger {
    display: none
}

@media (max-width: 768px) {
    .page-header__burger {
        display: block;
        margin-left: 30px
    }
}

.page-header__burger-btn {
    border: 0;
    margin-top: 6px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__burger-btn:active, .page-header__burger-btn:focus, .page-header__burger-btn:hover, .page-header__production-btn:active, .page-header__production-btn:focus, .page-header__production-btn:hover, .page-header__production-link:active, .page-header__production-link:focus, .page-header__production-link:hover, .page-header__production-small a:active, .page-header__production-small a:focus, .page-header__production-small a:hover {
    color: #2e954a
}

.page-header__burger-menu {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__burger-menu div {
    width: 26px;
    height: 2px;
    margin-bottom: 7px;
    background: #2a2a2a
}

.page-header__bottom {
    position: relative;
    color: #2a2a2a;
    font-weight: 400;
    background: #fff
}

@media (max-width: 768px) {
    .page-header__bottom {
        display: none
    }

    .page-header__bottom--open {
        display: block
    }
}

.page-header__bottom-tel {
    display: none;
    line-height: 32px;
    color: #b1b1b1;
    font-weight: 300
}

@media (max-width: 768px) {
    .page-header__bottom-tel {
        display: block;
        max-width: 200px
    }
}

.page-header__bottom-close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 24px;
    right: 34px;
    cursor: pointer
}

.page-header__bottom-close::after, .page-header__bottom-close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #2a2a2a
}

.page-header__bottom-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-header__bottom-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 768px) {
    .page-header__bottom-close {
        display: block
    }
}

@media (max-width: 1200px) {
    .page-header__logo {
        display: none
    }
}

.page-header__logo-svg {
    margin-top: 30px
}

.page-header__production {
    margin: auto 45px auto 0
}

.page-header__production span {
    display: block;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 4px
}

@media (max-width: 1200px) {
    .page-header__production {
        display: none
    }
}

.page-header__production-btn {
    border: 0;
    margin-top: 6px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__production-menu div {
    width: 28px;
    height: 3px;
    margin-bottom: 6px;
    background: #2e954a
}

.page-header__production-list {
    position: absolute;
    display: none;
    background: #f4f4f4;
    width: 100%;
    top: 154px;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__production-list--open {
    display: block
}

@media (max-width: 768px) {
    .page-header__production-list {
        display: none
    }
}

.page-header__production-wrapper {
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 47px 57px;
    margin: 0 auto;
    z-index: 60
}

.page-header__production-item {
    width: 308px;
    margin-right: 35px;
    font-size: 14px;
    line-height: 22px
}

.page-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 620px;
    margin-top: 2px;
    margin-right: 20px
}

@media (max-width: 1200px) {
    .page-header__nav-list {
        width: 520px
    }
}

@media (max-width: 768px) {
    .page-header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }
}

.page-header__production-link {
    color: #000;
    margin-bottom: 20px;
    font-weight: 700
}

.page-header__nav-link, .page-header__production-link, .page-header__production-small a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__production-small a {
    margin-bottom: 20px;
    color: #000
}

.page-header__nav-link {
    padding: 45px 0
}

.page-header__nav-link:active, .page-header__nav-link:focus, .page-header__nav-link:hover {
    -webkit-box-shadow: inset 0 -8px #ffd429;
    box-shadow: inset 0 -8px #ffd429
}

@media (max-width: 768px) {
    .page-header__nav-link {
        padding: 0;
        font-size: 24px;
        line-height: 40px
    }
}

.page-header__mobile-links {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px
}

@media (max-width: 768px) {
    .page-header__mobile-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-header__callback {
    background: #ffd429;
    border: 0;
    border-radius: 25px;
    width: 190px;
    height: 50px;
    margin: auto 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header__callback:active, .page-header__callback:focus, .page-header__callback:hover {
    color: #fff;
    background-color: #2e954a
}

@media (max-width: 768px) {
    .page-header__callback {
        width: 100%;
        min-height: 50px;
        margin-top: 50px
    }
}

.page-footer {
    font-family: "Montserrat", Arial, sans-serif;
    background: #eee;
    color: #2a2a2a
}

.page-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 320px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 66px 160px 48px
}

@media (max-width: 1400px) {
    .page-footer__wrapper {
        padding: 19px 40px 73px
    }
}

@media (max-width: 1200px) {
    .page-footer__wrapper {
        position: relative;
        padding: 19px 40px 73px
    }
}

@media (max-width: 768px) {
    .page-footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 600px) {
    .page-footer__wrapper {
        padding: 19px 9px 73px
    }
}

.page-footer__left {
    max-width: 210px;
    margin-right: 60px
}

@media (max-width: 1000px) {
    .page-footer__left {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .page-footer__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%
    }
}

@media (max-width: 1000px) {
    .page-footer__logo svg {
        width: 120px
    }
}

@media (max-width: 768px) {
    .page-footer__logo {
        position: absolute;
        top: 10px;
        left: 40px
    }
}

@media (max-width: 600px) {
    .page-footer__logo {
        left: 10px
    }
}

.page-footer__copyright {
    font-size: 16px;
    line-height: 26px;
    color: #9f9f9f;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 53px;
    padding-right: 20px
}

@media (max-width: 1000px) {
    .page-footer__copyright {
        padding-right: 0;
        margin: 0;
        font-size: 10px;
        line-height: 16px;
        max-width: 109px
    }
}

.page-footer__adress {
    font-size: 16px;
    padding-right: 20px;
    line-height: 26px;
    font-weight: 400
}

@media (max-width: 1000px) {
    .page-footer__adress {
        text-align: right;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 10px;
        line-height: 16px;
        max-width: 145px
    }
}

.page-footer__center {
    width: 550px
}

@media (max-width: 1000px) {
    .page-footer__center {
        width: 350px
    }
}

@media (max-width: 768px) {
    .page-footer__center {
        display: none;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        margin: 0 auto
    }
}

.page-footer__form-title {
    display: block;
    font-size: 20px;
    line-height: 27px
}

@media (max-width: 1000px) {
    .page-footer__form-title {
        font-size: 14px;
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .page-footer__form-title {
        margin-top: 24px
    }
}

.page-footer__emailblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

@media (max-width: 1000px) {
    .page-footer__emailblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.page-footer__email {
    padding: 18px;
    width: 363px;
    border: 0
}

@media (max-width: 1000px) {
    .page-footer__email {
        width: 100%;
        margin-bottom: 8px
    }
}

.page-footer__email-btn {
    width: 184px;
    height: 60px;
    background-color: #2e954a;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-footer__email-btn:active, .page-footer__email-btn:hover {
    background: #ffcb22;
    color: #000
}

@media (max-width: 1200px) {
    .page-footer__email-btn {
        width: 120px
    }
}

@media (max-width: 1000px) {
    .page-footer__email-btn {
        width: 100%
    }
}

.page-footer__success {
    display: none
}

.distributors-item span, .page-footer__success--success {
    display: block
}

.page-footer__success-txt {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 110px
}

@media (max-width: 1000px) {
    .page-footer__success-txt {
        font-size: 14px;
        margin-top: 20px
    }
}

.page-footer__right {
    max-width: 151px
}

@media (max-width: 700px) {
    .page-footer__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%
    }
}

.page-footer__allow {
    position: relative;
    margin-top: 18px;
    color: #000
}

.callback-popup__allow input, .distribution-allow input, .page-footer__allow input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute
}

.callback-popup__allow input:checked + label::before, .distribution-allow input:checked + .distribution-label::before, .page-footer__allow input:checked + label::before {
    content: "\2713";
    text-align: center;
    line-height: 20px
}

.page-footer__allow label {
    position: relative;
    font-size: 12px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-footer__allow label:active, .page-footer__allow label:hover {
    color: green
}

@media (max-width: 1000px) {
    .page-footer__allow label {
        font-size: 10px;
        padding-left: 35px
    }
}

.page-footer__allow label::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #fff
}

.page-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

@media (max-width: 1000px) {
    .page-footer__nav {
        margin-top: 35px;
        font-size: 12px;
        line-height: 22px
    }
}

.page-footer__nav-list:first-of-type {
    margin-right: 80px
}

@media (max-width: 1200px) {
    .page-footer__nav-list:first-of-type {
        margin-right: 42px
    }
}

.page-footer__nav-link {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-footer__callback-mail:active, .page-footer__callback-mail:hover, .page-footer__callback-tel:active, .page-footer__callback-tel:hover, .page-footer__nav-link:active, .page-footer__nav-link:hover {
    color: green
}

.page-footer__logo-grey {
    position: relative;
    bottom: -1%;
    display: block;
    width: 150px;
    margin-bottom: 115px
}

@media (max-width: 1000px) {
    .page-footer__logo-grey {
        position: absolute;
        bottom: 10px;
        left: calc(50% - 40px);
        margin-bottom: 0
    }

    .page-footer__logo-grey, .page-footer__logo-grey svg {
        width: 79px;
        height: 37.9px
    }
}

.page-footer__callback {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: right
}

@media (max-width: 1000px) {
    .page-footer__callback {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 10px;
        line-height: 16px
    }
}

.page-footer__callback-mail, .page-footer__callback-tel, .page-footer__callback-txt, .page-footer__social li svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-footer__callback-txt {
    color: #2e954a;
    display: block;
    white-space: nowrap;
    padding: 0;
    line-height: 26px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.page-footer__callback-txt:active, .page-footer__callback-txt:hover {
    color: #ffcb22
}

@media (max-width: 600px) {
    .page-footer__callback-txt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 288px;
        height: 40px;
        border-radius: 35px;
        background: #ffcb22;
        text-transform: uppercase;
        color: #000;
        margin: 23px auto 25px;
        padding-right: 0;
        font-weight: 600
    }

    .page-footer__callback-txt:active, .page-footer__callback-txt:hover {
        background: #fff;
        color: #000
    }
}

.page-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px
}

.page-footer__social li {
    margin-left: 20px
}

@media (max-width: 1000px) {
    .page-footer__social li {
        margin-left: 10px
    }
}

.page-footer__social li svg {
    fill: #2e954a
}

.page-footer__social li svg:active, .page-footer__social li svg:hover {
    fill: #ffcb22
}

@media (max-width: 1000px) {
    .page-footer__social li svg {
        width: 15px;
        height: 15px
    }
}

.map-block {
    margin-top: 140px;
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/distributors/map.jpg) no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .map-block {
        height: 500px
    }
}

.map-modal {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px 0;
    box-shadow: 0 2px 15px 0
}

@media (min-width: 768px) {
    .map-modal {
        left: 22px;
        padding: 22px 30px 30px
    }
}

.map-modal__title {
    font-family: "Noto Sans";
    color: #188c2e;
    margin: 0 0 16px;
    font-size: 16px
}

@media (min-width: 768px) {
    .map-modal__title {
        font-size: 20px
    }
}

.distributors {
    max-width: 840px;
    margin: 0 auto
}

.distributors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 15px
}

@media (min-width: 1024px) {
    .distributors-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0
    }
}

.distributors-item {
    position: relative;
    width: 240px;
    margin-bottom: 15px;
    font-size: 14px
}

.distributors-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 260px;
    height: 1px;
    background: #dee6ee
}

@media (min-width: 1024px) {
    .distributors-item {
        margin-bottom: 31px;
        font-size: 16px
    }

    .distributors-item:not(:nth-of-type(3n)) {
        margin-right: 60px
    }
}

.distributors-item__header {
    min-height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.distributors-item__link {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #00a1ec
}

@media (min-width: 1024px) {
    .distributors-item__link {
        margin-top: 13px;
        margin-bottom: 20px;
        font-size: 16px
    }
}

.distributors-item__adress, .distributors-item__email, .distributors-item__tel {
    position: relative;
    padding-left: 30px
}

.distributors-item__tel::before {
    position: absolute
}

.distributors-item__email::before {
    position: absolute;
    left: 0
}

.distributors-item__adress::before {
    position: absolute
}

.distributors-item__tel {
    font-weight: 700;
    margin-bottom: 8px
}

.distributors-item__tel::before {
    content: url(../img/distributors/tel.png);
    left: 2px
}

@media (min-width: 1024px) {
    .distributors-item__tel {
        margin-bottom: 13px
    }
}

.distributors-item__email {
    display: block;
    margin-bottom: 8px;
    color: #00a1ec;
    font-size: 14px
}

.distributors-item__email::before {
    content: url(../img/distributors/email.png);
    top: 2px
}

@media (min-width: 1024px) {
    .distributors-item__email {
        margin-bottom: 13px;
        font-size: 16px
    }
}

.distributors-item__adress {
    min-height: 70px
}

.content-list li, .distributors-item__adress span {
    margin-bottom: 2px
}

.distributors-item__adress::before {
    content: url(../img/distributors/pin.png);
    left: 2px
}

@media (min-width: 1024px) {
    .distributors-item__adress {
        min-height: 80px
    }
}

.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 30px;
    margin: 52px auto 0;
    max-width: 1024px;
    font-family: "Noto Sans", Arial, sans-serif
}

@media (min-width: 768px) {
    .content-wrapper {
        padding: 0 32px
    }
}

@media (min-width: 1024px) {
    .content-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 500px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.content-title {
    font-family: "Noto Sans", Arial, sans-serif;
    margin: 0;
    padding-right: 4px;
    color: #1b458e;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700
}

@media (min-width: 768px) {
    .content-title {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .content-title {
        margin-bottom: 27px
    }
}

.content-nav + .content-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 1024px) {
    .content-nav + .content-title {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 280px
    }
}

.content-nav {
    margin: 20px auto 40px;
    width: 100%;
    color: #969ea7
}

@media (min-width: 1024px) {
    .content-nav {
        position: absolute;
        margin-top: 0;
        margin-bottom: 0;
        top: 0;
        left: 33px;
        width: 240px
    }

    .content-nav--fixed {
        position: fixed;
        top: 10px;
        left: calc(50% - 480px);
        width: 240px;
        margin-top: 0;
        -webkit-transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
}

.content-textblock {
    position: relative;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content-textblock--margin .content-text__strong--padding-right {
        padding-right: 36%
    }
}

@media (min-width: 1024px) {
    .content-textblock--margin {
        margin-left: 280px;
        width: 660px
    }

    .content-textblock--margin .content-text--padding-right {
        padding-right: 36%
    }
}

@media (min-width: 768px) {
    .content-textblock--margin-bottom {
        margin-bottom: 35px
    }
}

.content-textblock--small-margin-bottom {
    margin-bottom: 14px
}

.content-textblock--no-margin-bottom {
    margin-bottom: 0
}

.content-textblock--margin-top {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .content-textblock--margin-top {
        margin-top: 3px
    }
}

.content-strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0;
    color: #596571
}

.content-strong--small {
    font-size: 14px
}

@media (min-width: 768px) {
    .content-strong {
        font-size: 14px;
        line-height: 21px
    }
}

@media (min-width: 1024px) {
    .content-strong {
        margin-top: 0
    }

    .content-strong--padding-right {
        padding-right: 40%
    }
}

.content-strong--no-margin-top {
    margin-top: 0
}

.content-link {
    display: block;
    margin: 30px 0;
    font-size: 14px;
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.content-annotation a:active, .content-annotation a:focus, .content-annotation a:hover, .content-link:active, .content-link:focus, .content-link:hover, .content-list li a:active, .content-list li a:focus, .content-list li a:hover, .content-text a:active, .content-text a:focus, .content-text a:hover {
    color: #15407d
}

.content-annotation {
    position: relative;
    margin: 30px 0;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #596571
}

.content-annotation--normal-font {
    font-style: normal
}

.content-annotation--no-margin-top {
    margin-top: 0
}

.content-annotation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #188c2e
}

.content-annotation a, .content-list li a, .content-text a, .table-row a {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.content-annotation span {
    display: block;
    padding-bottom: 20px;
    padding-left: 20px
}

@media (min-width: 768px) {
    .content-annotation {
        float: right;
        margin: 0;
        width: 220px
    }
}

.content-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #596571;
    font-weight: 300
}

.content-text--border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.content-text--intro {
    font-weight: 700
}

@media (min-width: 768px) {
    .content-text--padding-right {
        padding-right: 34%
    }
}

@media (min-width: 1024px) {
    .content-text--padding-right {
        padding-right: 25%
    }
}

.content-text__bold {
    font-weight: 700
}

.content-list {
    margin-bottom: 14px;
    padding-left: 38px;
    font-size: 14px;
    line-height: 19px;
    color: #596571;
    list-style: disc;
    font-weight: 300
}

.content-list--margin-top {
    margin-top: 10.5px
}

.content-h2 {
    font-size: 18px;
    color: #1b458e
}

.content-h2--no-margin-top {
    margin-top: 0
}

.content-h2--no-margin-bottom {
    margin-bottom: 0
}

.content-h2--download {
    margin-bottom: 20px
}

.content-stars {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px
}

.content__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1.5em 0
}

.content__video--no-margin {
    margin: 0
}

.content__video-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content__plyr-video {
    margin: 1.5em 0
}

.content__plyr-video:first-child {
    margin-top: 0
}

.content-image {
    max-width: 960px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe7ee
}

.content-image--with-text {
    padding-bottom: 20px
}

.content-image__txt {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #969ea7
}

.content-controls {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-controls__link {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 16px
}

.content-controls__link:last-of-type {
    margin-left: 60px
}

.content-controls__link:active, .content-controls__link:focus, .content-controls__link:hover, .table-row a:active, .table-row a:focus, .table-row a:hover {
    color: #15407d
}

.content-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.content-social--no-margin-bottom {
    margin-bottom: 0
}

.content-social .ya-share2__link {
    padding: 7px 8px;
    margin-right: 6px;
    border-radius: 3px;
    background: rgba(231, 231, 231, .8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 0
}

.content-social .ya-share2__link:active, .content-social .ya-share2__link:focus, .content-social .ya-share2__link:hover {
    background: rgba(207, 212, 229, .8)
}

.content-heading {
    font-size: 16px;
    font-weight: 700;
    color: #1b458e
}

.content-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    cursor: pointer
}

.content-more-btn__symbol {
    margin-left: 10px;
    fill: currentColor
}

.aside-nav__list {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 15px;
    width: 100%
}

.aside-nav__list-item {
    -webkit-box-shadow: inset 0 -1px 0 #e2e9f0;
    box-shadow: inset 0 -1px 0 #e2e9f0;
    -webkit-transition-property: color, background-color, -webkit-box-shadow;
    -o-transition-property: box-shadow, color, background-color;
    transition-property: box-shadow, color, background-color;
    transition-property: box-shadow, color, background-color, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.aside-nav__list-item--active {
    background-color: #f2f9ff;
    -webkit-box-shadow: inset 0 -1px 0 #e2e9f0, inset 4px 0 0 0 #1b458e;
    box-shadow: inset 0 -1px 0 #e2e9f0, inset 4px 0 0 0 #1b458e
}

.aside-nav__list-item--active .aside-nav__list-link {
    color: #1b458e;
    cursor: text
}

.aside-nav__list-item:active, .aside-nav__list-item:focus, .aside-nav__list-item:hover {
    background-color: #f2f9ff;
    -webkit-box-shadow: inset 0 -1px 0 #e2e9f0, inset 4px 0 0 0 #1b458e;
    box-shadow: inset 0 -1px 0 #e2e9f0, inset 4px 0 0 0 #1b458e
}

.aside-nav__list-link {
    display: block;
    padding: 15px 24px;
    line-height: 1.2
}

.aside-nav__list-link:active, .aside-nav__list-link:hover {
    color: #1b458e
}

@media (min-width: 768px) {
    .accounting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 660px;
        margin: 0 auto
    }
}

.accounting-image {
    width: 180px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .accounting-rightblock {
        width: 420px
    }
}

.accounting-rightblock__txt {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: -.01em;
    color: #969ea7
}

.accounting-year {
    margin-top: 35px
}

.accounting-year__txt {
    margin-bottom: 17px;
    font-size: 17px
}

.team {
    padding-top: 50px
}

.team-member {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .team-member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.team-member__photo {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .team-member__photo {
        margin-right: 40px
    }
}

.team-member__name {
    display: block;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
    color: #1b458e;
    font-weight: 700
}

@media (min-width: 768px) {
    .team-member__name {
        margin-top: 0
    }
}

.team-member__position {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #363c43
}

.team-member__txt {
    margin-top: 26px;
    font-size: 14px;
    line-height: 19px;
    color: #596571
}

.table-block {
    margin-bottom: 40px;
    overflow: auto;
    max-width: 100%;
    font-family: "Noto Sans", Arial, sans-serif
}

@media (min-width: 1024px) {
    .table-block .table--small {
        width: 660px
    }

    .table-block .table--small td:first-of-type {
        width: 263px;
        text-align: left
    }

    .table-block .table--small td:nth-of-type(2) {
        width: 65px
    }

    .table-block .table--small td:nth-of-type(3) {
        width: 164px
    }

    .table-block--margin-left {
        margin-left: 280px
    }
}

.table-title {
    margin-bottom: 0
}

.table {
    min-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 4px solid #188c2e;
    border-bottom: 2px solid #188c2e
}

.table td {
    width: 20%;
    text-align: left
}

@media (min-width: 1024px) {
    .table {
        width: 960px
    }
}

.table-body {
    margin: 0;
    padding: 0
}

.table-row {
    font-size: 12px;
    line-height: 18px
}

.table-row:nth-of-type(odd) {
    background-color: #f2f9ff
}

.table-description {
    padding: 1em 1.2em;
    vertical-align: top;
    text-align: center;
    color: #596571;
    border: 1px solid #e2e9f0
}

.table-description--strong {
    font-weight: 700;
    color: #2d3137
}

.table-tel {
    min-width: 120px
}

@media (min-width: 768px) {
    .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px
    }
}

@media (min-width: 1024px) {
    .product--margin-left {
        margin-left: 280px
    }
}

.product-title {
    font-size: 24px;
    line-height: 26px;
    color: #1b458e
}

.product-status {
    margin-bottom: 18px
}

.product-status__title {
    font-size: 14px;
    color: #188c2e;
    margin: 6px 0
}

.product-status__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 5px 10px;
    width: 230px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    background: #67a524;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product-status__btn:active, .product-status__btn:focus, .product-status__btn:hover {
    outline: 0;
    background: #188c2e
}

.product-status__btn:active svg, .product-status__btn:focus svg, .product-status__btn:hover svg {
    fill: #fff
}

.product-status__btn:active svg #hint-question, .product-status__btn:focus svg #hint-question, .product-status__btn:hover svg #hint-question {
    opacity: 0
}

.product-status__btn:active svg #hint-arrow, .product-status__btn:focus svg #hint-arrow, .product-status__btn:hover svg #hint-arrow {
    opacity: 1
}

.product-photo__zoom svg, .product-status__btn svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product-status__btn svg {
    fill: rgba(255, 255, 255, .5)
}

.product-status__popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.product-status__popup--open {
    display: block
}

@media (max-width: 1200px) {
    .product-status__popup {
        z-index: 5
    }
}

.product-status__overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer
}

.product-status__popup-textblock {
    position: fixed;
    top: 40%;
    left: calc(50% - 300px);
    margin: 0 auto;
    max-width: 600px;
    padding: 40px 35px;
    font-size: 13px;
    line-height: 19px;
    background: #fff;
    color: #596571
}

@media (max-width: 768px) {
    .product-status__popup-textblock {
        width: 500px;
        left: calc(50% - 250px)
    }
}

@media (max-width: 520px) {
    .product-status__popup-textblock {
        width: 300px;
        left: calc(50% - 150px)
    }
}

.product-status__popup-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.product-status__popup-close::after, .product-status__popup-close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #000
}

.product-status__popup-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-status__popup-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 768px) {
    .product-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 320px
    }
}

.product-params {
    padding: 15px 0 5px;
    border-top: 2px solid #188c2e;
    border-bottom: 2px solid #dfe7ee
}

.product-params__list {
    padding: 0 10px
}

.product-params__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 18px
}

.product-params__item .product-params__value {
    font-weight: 700;
    color: #596571;
    text-align: right
}

.product-params__name {
    color: #363c43
}

.product-selectblock__select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 768px) {
    .product-selectblock__select {
        width: 207px
    }
}

.product-photoblock {
    position: relative;
    margin-top: 18px
}

@media (min-width: 768px) {
    .product-photoblock {
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .product-photoblock {
        margin-right: 40px
    }
}

.product-photo__zoom {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 2
}

.product-photo__zoom svg {
    fill: #dee6ee
}

.product-photo__zoom svg:active, .product-photo__zoom svg:focus, .product-photo__zoom svg:hover {
    fill: #1b458e
}

.product-photo {
    width: 200px;
    height: 200px;
    border: 1px solid #dee6ee;
    cursor: pointer
}

@media (min-width: 768px) {
    .product-photo {
        width: 300px;
        height: 300px
    }
}

.product-photo__img {
    width: 198px
}

@media (min-width: 768px) {
    .product-photo__img {
        width: 298px;
        height: 298px
    }
}

.product-photo__item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.product-photo__item--current {
    opacity: 1
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.product-list__item {
    position: relative;
    width: 60px;
    margin-right: 20px;
    cursor: pointer
}

.product-list__item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(45, 131, 189, .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1
}

.product-list__item--current::before {
    opacity: 0
}

.product-models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .product-models {
        max-width: 800px;
        margin: 0 auto
    }
}

@media (max-width: 700px) {
    .product-models {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-models__item-text, .product-models__item-title {
    font-size: 14px;
    color: #596571
}

.product-models__item-text {
    font-weight: 300
}

.product-models-wide__item {
    margin: 30px 0;
    border-bottom: 1px solid #e2e9f0
}

.product-models-wide__img, .product-models__image .product-models__big-img {
    width: 100%
}

.product-models-wide__text {
    padding: 22px 0;
    font-size: 13px;
    font-weight: 300;
    color: #596571
}

.product-models__item {
    max-width: 310px;
    margin: 0
}

.product-models__image {
    padding-left: 38.5px;
    margin-bottom: 10px
}

.product-models__image--no-padding-left {
    padding-left: 0
}

.product-models__image img {
    width: 200px
}

.product-model-details {
    display: block
}

@media (min-width: 768px) {
    .product-model-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-model-details__img-wrap {
    display: block;
    width: 100%;
    max-width: 600px
}

@media (min-width: 768px) {
    .product-model-details__img-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 50%;
        max-width: unset
    }
}

.product-model-details__img {
    display: block;
    width: 100%
}

.product-model-details__descr {
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 768px) {
    .product-model-details__descr {
        width: 50%;
        max-width: unset;
        padding-left: 40px
    }
}

.product-model-details-large__item, .product-model-details__descr-item {
    display: block;
    padding: 0;
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 300;
    color: #596571
}

.product-model-details-large__img {
    display: block;
    width: 100%;
    margin-bottom: 40px
}

.product-model-details-large__wrap {
    display: block
}

@media (min-width: 768px) {
    .product-model-details-large__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-model-details-large__list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 768px) {
    .product-model-details-large__list {
        width: 50%;
        padding-right: 40px
    }
}

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

.selectblock-select {
    width: 67%;
    max-width: 280px
}

@media (min-width: 768px) {
    .selectblock-select {
        width: 280px
    }
}

.selectblock-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px
}

.selectblock-link, .selectblock-link__all {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    border-radius: 50%;
    background: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.selectblock-link:active, .selectblock-link:focus, .selectblock-link:hover, .selectblock-link__all:active, .selectblock-link__all:focus, .selectblock-link__all:hover {
    background: #1b458e
}

.selectblock-link svg, .selectblock-link__all svg {
    position: absolute;
    fill: #fff;
    width: 17px;
    height: 15px;
    top: 15px;
    left: 12px
}

.selectblock-link__all svg {
    left: 15px
}

.selectblock-link__all {
    margin-left: 7px
}

@media (max-width: 767px) {
    .selectblock-link__all {
        display: none
    }
}

.production-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    max-width: 1440px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 47px 50px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Montserrat", Arial, sans-serif
}

@media (max-width: 768px) {
    .production-wrapper {
        padding: 0 10px
    }
}

.production-title {
    font-size: 42px;
    color: #1b458e;
    margin-top: 87px;
    margin-bottom: 41px
}

@media (max-width: 1200px) {
    .production-title {
        font-size: 30px
    }
}

@media (max-width: 600px) {
    .production-title {
        font-size: 18px;
        padding: 0 9px;
        margin-top: 32px;
        margin-bottom: 16px
    }
}

.production-all {
    position: relative;
    color: #2e954a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 101px;
    padding-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.production-all:active, .production-all:focus, .production-all:hover {
    color: #ffd429
}

.news-all:active svg, .news-all:focus svg, .news-all:hover svg, .production-all:active svg, .production-all:focus svg, .production-all:hover svg {
    fill: #ffd429
}

.production-all svg {
    position: absolute;
    right: 0;
    top: 2px;
    fill: #2e954a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 600px) {
    .production-all {
        display: block;
        padding: 17px;
        border-radius: 25px;
        width: 280px;
        text-align: center;
        color: #fff;
        font-size: 10px;
        background: #2e954a;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0 auto
    }

    .production-all:active, .production-all:focus, .production-all:hover {
        color: #000;
        background: #ffd429
    }

    .production-all svg {
        display: none
    }
}

.production-swiper {
    width: 100%;
    padding-bottom: 50px
}

.production-controls {
    text-align: center;
    max-width: 1346px;
    margin-top: 15px
}

@media (max-width: 600px) {
    .production-controls {
        margin-top: 0
    }
}

.production-control {
    width: 9px;
    height: 9px
}

.production-control--hidden {
    display: none
}

.production-control:active, .production-control:focus {
    background: #ffd429
}

.production-item {
    position: relative;
    max-width: 322px;
    height: 322px;
    border-radius: 5px;
    color: #000;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 30px -10px;
    box-shadow: 0 5px 30px -10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

@media (min-width: 600px) {
    .production-item:active, .production-item:focus, .production-item:hover {
        color: #fff;
        background: #ffc400
    }

    .production-item:active .production-item__details::after, .production-item:focus .production-item__details::after, .production-item:hover .production-item__details::after {
        content: url(../img/products-slider/arrow-white.png);
        z-index: 30
    }

    .production-item:active .production-item__details::before, .production-item:focus .production-item__details::before, .production-item:hover .production-item__details::before {
        display: none
    }

    .production-item:active .production-item__link::before, .production-item:focus .production-item__link::before, .production-item:hover .production-item__link::before {
        opacity: .9;
        background: #ffc400
    }

    .production-item:active .production-item__title, .production-item:focus .production-item__title, .production-item:hover .production-item__title {
        background: 0 0
    }
}

.production-item__link {
    display: block;
    height: inherit;
    position: relative
}

.production-item__link::before {
    position: absolute;
    content: "";
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    width: 100%;
    height: 100%
}

.production-item__img {
    width: 100%;
    height: auto
}

@media (max-width: 600px) {
    .production-item__img {
        width: 100%
    }
}

.production-item__title {
    width: 100%;
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 30px 0;
    background: rgba(255, 255, 255, .7)
}

.production-item__title span {
    display: block;
    padding-left: 20px;
    padding-right: 30px
}

@media (max-width: 768px) {
    .production-item__title {
        bottom: 12px;
        font-size: 12px;
        padding-right: 50px;
        padding-left: 16px
    }
}

.production-item__details {
    position: absolute;
    font-size: 0;
    bottom: 0;
    right: 0
}

.production-item__details::after {
    position: absolute;
    content: url(../img/products-slider/arrow.png);
    bottom: 15px;
    right: 15px
}

@media (max-width: 600px) {
    .production-item__details::after {
        bottom: 15px;
        right: 15px
    }
}

.production-item__details::before {
    position: absolute;
    content: url(../img/products-slider/oval.png);
    bottom: 0;
    right: 0
}

@media (max-width: 600px) {
    .production-item__details::before {
        bottom: -5px;
        right: 0
    }
}

.news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 47px;
    margin: 0 auto 95px;
    font-family: "Montserrat", Arial, sans-serif
}

@media (max-width: 1200px) {
    .news-wrapper {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .news-wrapper {
        padding: 0
    }
}

.news-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .news-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news-title {
    font-size: 42px;
    color: #1b458e;
    margin-bottom: 41px
}

@media (max-width: 1200px) {
    .news-title {
        font-size: 30px;
        padding: 0 10px;
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .news-title {
        font-size: 18px;
        padding: 0 9px;
        margin-top: 32px;
        margin-bottom: 16px
    }
}

.news-all {
    position: relative;
    color: #2e954a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 50px;
    padding-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-all:active, .news-all:focus, .news-all:hover, .news-main:active .news-main__text, .news-main:focus .news-main__text, .news-main:hover .news-main__text {
    color: #ffd429
}

.news-all svg {
    position: absolute;
    right: 0;
    top: 2px;
    fill: #2e954a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 1200px) {
    .news-all {
        margin-top: 15px;
        margin-right: 9px
    }
}

@media (max-width: 600px) {
    .news-all {
        display: block;
        padding: 17px;
        border-radius: 25px;
        width: 280px;
        text-align: center;
        color: #fff;
        font-size: 10px;
        background: #2e954a;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0 auto 20px
    }

    .news-all:active, .news-all:focus, .news-all:hover {
        color: #000;
        background: #ffd429
    }

    .news-all svg {
        display: none
    }
}

.news-main {
    display: block;
    position: relative;
    max-width: 666px;
    color: #fff;
    overflow: hidden
}

@media (max-width: 1200px) {
    .news-main {
        max-width: 100%
    }
}

.news-main__image {
    position: relative;
    top: 4px;
    max-width: inherit
}

.news-main__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.news-main__img {
    position: relative
}

.news-main__date {
    position: absolute;
    top: 60%;
    left: 5%;
    font-size: 18px
}

@media (max-width: 1200px) {
    .news-main__date {
        width: 100%;
        font-size: 10px;
        line-height: 21px
    }
}

@media (max-width: 400px) {
    .news-main__date {
        top: 50%
    }
}

.news-main__text {
    position: absolute;
    top: 70%;
    left: 5%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 1200px) {
    .news-main__text {
        width: 100%;
        padding-right: 50px;
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width: 400px) {
    .news-main__text {
        top: 60%;
        padding-right: 30px
    }
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 550px;
    padding-bottom: 22px;
    margin-left: 50px
}

@media (max-width: 1200px) {
    .news-list {
        margin-left: 0;
        width: 100%
    }

    .news-list__item {
        position: relative
    }

    .news-list__item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #d4d4d4;
        top: 0;
        left: 0
    }
}

.news-list__date {
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    color: #777
}

@media (max-width: 1200px) {
    .news-list__date {
        font-size: 10px;
        line-height: 21px;
        margin-bottom: 8px;
        padding: 0 9px
    }
}

.news-list__text {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #2a2a2a;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list__text--no-margin {
    margin-bottom: 0
}

.news-list__text:active, .news-list__text:focus, .news-list__text:hover {
    color: #2e954a
}

@media (max-width: 1200px) {
    .news-list__text {
        padding: 0 9px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }
}

.distribution {
    background-color: #eee;
    font-family: "Montserrat", Arial, sans-serif;
    color: #000
}

@media (max-width: 1400px) {
    .distribution form {
        margin-left: 20px
    }
}

@media (max-width: 1200px) {
    .distribution form {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.distribution-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 74px 160px 80px
}

.distribution-wrapper--closed {
    display: none
}

@media (max-width: 768px) {
    .distribution-wrapper {
        padding: 22px 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.distribution-success {
    display: none;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 160px 117px;
    overflow: hidden
}

.distribution-success--success {
    display: block
}

.distribution-success::after {
    content: "";
    position: absolute;
    width: 341px;
    height: 341px;
    background: #ffcb22;
    border-radius: 50%;
    bottom: -55%;
    right: 10%;
    z-index: 1
}

.distribution-success .distribution-textblock {
    max-width: 600px
}

@media (max-width: 1050px) {
    .distribution-success {
        width: 600px;
        padding: 27px 16px 194px
    }

    .distribution-success::after {
        width: 281px;
        height: 281px;
        right: calc(50% - 140px);
        bottom: -35%
    }
}

@media (max-width: 768px) {
    .distribution-success {
        width: 300px;
        margin: 0 auto;
        padding: 27px 16px 194px
    }

    .distribution-success::after {
        width: 281px;
        height: 281px;
        right: calc(50% - 140px);
        bottom: -35%
    }
}

.distribution-city {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.distribution-city--grey {
    opacity: .3
}

@media (max-width: 1200px) {
    .distribution-city {
        display: none
    }
}

.distribution-textblock {
    max-width: 380px
}

.distribution-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 19px;
    color: #1b458e
}

@media (max-width: 768px) {
    .distribution-title {
        font-size: 14px
    }

    .distribution-title br {
        display: none
    }
}

.distribution-text {
    font-size: 16px;
    line-height: 23px
}

@media (max-width: 768px) {
    .distribution-text {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 29px
    }
}

.distribution-email {
    padding: 26px 28px;
    margin-top: 4px;
    width: 455px;
    border: 0;
    border-radius: 5px
}

@media (max-width: 1400px) {
    .distribution-email {
        width: 50%;
        max-height: 50px
    }
}

@media (max-width: 1200px) {
    .distribution-email {
        width: 100%
    }
}

@media (max-width: 600px) {
    .distribution-email {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 18px
    }
}

.distribution-button {
    border: 0;
    background: #ffcb22;
    border-radius: 35px;
    width: 208px;
    height: 70px;
    margin-left: 18px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    z-index: 2;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.distribution-button:active, .distribution-button:focus, .distribution-button:hover {
    color: #fff;
    background-color: #2e954a
}

@media (max-width: 1200px) {
    .distribution-button {
        margin-top: 20px;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .distribution-button {
        width: 30%;
        height: 40px
    }
}

@media (max-width: 600px) {
    .distribution-button {
        width: 280px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 auto;
        height: 40px;
        font-size: 10px
    }
}

.distribution-allow {
    position: relative;
    margin-top: 20px;
    z-index: 2
}

@media (max-width: 768px) {
    .distribution-allow {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 17px;
        margin-bottom: 33px
    }
}

.distribution-label {
    position: relative;
    font-size: 12px;
    padding-left: 40px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.distribution-label:active, .distribution-label:focus, .distribution-label:hover {
    color: green
}

.distribution-label::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #fff
}

@media (max-width: 768px) {
    .distribution-label {
        font-size: 10px;
        padding-left: 30px
    }
}

.protect {
    font-family: "Montserrat", Arial, sans-serif;
    color: #2a2a2a;
    padding-top: 145px
}

@media (max-width: 1200px) {
    .protect {
        padding-top: 48px
    }
}

.protect-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px
}

@media (max-width: 1400px) {
    .protect-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .protect-wrapper {
        padding: 0
    }
}

.protect-textblock {
    max-width: 527px;
    margin-right: 43px
}

@media (max-width: 1400px) {
    .protect-textblock {
        max-width: 100%;
        margin-right: 0;
        padding: 0 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.protect-title {
    font-size: 42px;
    margin: 0;
    color: #1b458e
}

@media (max-width: 1200px) {
    .protect-title {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .protect-title {
        font-size: 18px
    }
}

.protect-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 10px;
    margin-top: 28px;
    margin-bottom: 52px
}

@media (max-width: 1200px) {
    .protect-text {
        font-size: 10px;
        line-height: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
        padding-right: 0
    }
}

.protect-button {
    padding: 20px 35px;
    border-radius: 25px;
    background-color: #2e954a;
    border: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0
}

.protect-button:active, .protect-button:focus, .protect-button:hover {
    background: #ffd429;
    color: #000
}

@media (max-width: 1400px) {
    .protect-button {
        width: 40%
    }
}

@media (max-width: 600px) {
    .protect-button {
        padding: 16px 35px;
        width: 280px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        font-size: 10px;
        margin: 0 auto 39px
    }
}

.protect-title-small {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 19px;
    color: #1b458e
}

@media (max-width: 600px) {
    .protect-title-small {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 18px
    }
}

.protect-text-small {
    font-size: 14px;
    padding-right: 8px;
    line-height: 26px;
    font-weight: 400
}

@media (max-width: 1400px) {
    .protect-text-small {
        margin-bottom: 32px
    }
}

@media (max-width: 1200px) {
    .protect-text-small {
        font-size: 10px;
        line-height: 16px
    }
}

.protect-slider {
    position: relative;
    max-width: 549px;
    width: 100%;
    padding-bottom: 38px
}

@media (max-width: 768px) {
    .protect-slider {
        padding-bottom: 0
    }
}

.protect-slide {
    max-height: 562px
}

.protect-slide__img {
    max-width: inherit;
    height: auto
}

.protect-slider__controls {
    position: absolute;
    bottom: 0;
    left: calc(50% - 84.1px);
    z-index: 40
}

@media (max-width: 768px) {
    .protect-slider__controls {
        display: none
    }
}

.protect-slider__bullets {
    display: none;
    text-align: center
}

@media (max-width: 768px) {
    .protect-slider__bullets {
        display: block
    }
}

.protect-slider__btn {
    position: relative;
    border-radius: 100%;
    border: 0;
    width: 72px;
    height: 72px;
    background: #f2f2f2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0;
    cursor: pointer
}

.main-slider__next svg, .main-slider__prev svg, .protect-slider__btn svg {
    position: absolute;
    top: 36%;
    left: 43%
}

.protect-slider__btn:active, .protect-slider__btn:focus, .protect-slider__btn:hover {
    background: #ffd429
}

.protect-slider__next {
    margin-left: 20px
}

.map {
    position: relative;
    font-family: "Montserrat", Arial, sans-serif;
    color: #2a2a2a;
    padding-top: 110px;
    margin-bottom: 87px
}

@media (max-width: 1200px) {
    .map {
        padding-top: 50px;
        margin-bottom: 57px
    }
}

.map-overlay-opacity {
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: 2
}

.map-intro {
    text-align: center
}

@media (max-width: 768px) {
    .map-intro {
        padding: 0 9px
    }
}

.map-title {
    font-size: 42px;
    color: #1b458e
}

@media (max-width: 1200px) {
    .map-title {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .map-title {
        font-size: 18px;
        margin-bottom: 24px
    }
}

.map-intro__txt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto;
    z-index: 500
}

@media (max-width: 1200px) {
    .map-intro__txt {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 24px
    }
}

.map-years {
    position: absolute;
    width: 100%;
    z-index: 2;
    overflow: hidden
}

.map-years__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1030px;
    margin: 56px auto 0;
    font-size: 26px;
    color: #c7c7c7;
    font-weight: 600
}

.map-years__list .map-years__item {
    cursor: pointer;
    -webkit-transition: .3s linear 0ms;
    -o-transition: .3s linear 0ms;
    transition: .3s linear 0ms;
    opacity: 1;
    margin-right: 6px
}

.map-years__list .map-years__item span {
    display: block;
    min-width: 90px
}

@media (max-width: 1200px) {
    .map-years__list .map-years__item span {
        min-width: auto
    }
}

.map-years__list .map-years__item:active, .map-years__list .map-years__item:focus {
    outline: 0
}

.map-years__list .map-years__item:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    color: #2a2a2a
}

@media (max-width: 1200px) {
    .map-years__list .map-years__item:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

    .map-years__list .map-years__item {
        font-size: 16px;
        line-height: 32px;
        margin-right: 25px
    }
}

@media (max-width: 768px) {
    .map-years__list .map-years__item {
        font-size: 16px;
        line-height: 32px;
        margin-right: 25px
    }
}

.map-years__list .swiper-slide-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    color: #2a2a2a
}

@media (max-width: 1200px) {
    .map-years__list .swiper-slide-active {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@media (max-width: 768px) {
    .map-years__list {
        margin-top: 0;
        margin-left: 10px;
        max-width: 100%;
        overflow: visible
    }
}

.map-info {
    margin-left: 23px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.map-info span {
    position: relative;
    padding-left: 30px
}

@media (max-width: 768px) {
    .map-info span {
        padding-left: 25px
    }
}

.map-info span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-radius: 50%
}

@media (max-width: 768px) {
    .map-info span::before {
        width: 18px;
        height: 18px;
        top: -4px
    }

    .map-info {
        font-size: 10px;
        line-height: 16px;
        margin-top: 50px;
        margin-left: 0
    }
}

.map-list {
    max-width: 1440px;
    margin: 0 auto
}

.map-overlay {
    position: absolute;
    width: 100%;
    height: 286px;
    top: -30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    z-index: 3
}

.map-list__item {
    position: relative;
    height: auto;
    max-height: 744px
}

.map-list__img {
    max-height: 770px;
    max-width: 1440px
}

.map-info__office {
    margin-right: 50px
}

@media (max-width: 768px) {
    .map-info__office {
        margin-right: 30px
    }
}

.map-info__office::before {
    background: #ffa400
}

.map-info__new::before {
    background: #ffd429
}

.callback-popup {
    display: none;
    font-family: "Montserrat", Arial, sans-serif;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    z-index: 3
}

.callback-popup--open {
    display: block
}

@media (max-width: 1200px) {
    .callback-popup {
        z-index: 4
    }
}

.callback-popup__overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer
}

.callback-popup__wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 10%;
    left: calc(50% - 217.5px);
    width: 435px;
    padding: 36px 43px 40px;
    background: #fff
}

.callback-popup__wrapper--closed {
    display: none
}

@media (max-width: 1200px) {
    .callback-popup__wrapper {
        top: 10%
    }
}

@media (max-width: 768px) {
    .callback-popup__wrapper {
        min-height: 100vh;
        height: calc(100% - 50px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 32px;
        padding-bottom: 80px;
        width: 320px;
        top: 0;
        left: calc(50% - 160px)
    }
}

.callback-popup__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.callback-popup__close::after, .callback-popup__close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #c5c5c5
}

.callback-popup__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.callback-popup__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.callback-popup__title {
    font-size: 24px;
    line-height: 28px;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .callback-popup__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        width: 234px
    }
}

.callback-popup__comments, .callback-popup__email, .callback-popup__name, .callback-popup__tel {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    padding: 20px 15px;
    border: 0;
    border-radius: 5px;
    background-color: #f2f2f2
}

@media (max-width: 768px) {
    .callback-popup__comments, .callback-popup__email, .callback-popup__name, .callback-popup__tel {
        font-size: 14px;
        width: 234px
    }
}

.callback-popup__comments {
    min-height: 100px;
    resize: none
}

.callback-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .callback-popup__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.callback-popup__btn {
    min-width: 140px;
    margin-right: 15px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffd429;
    border: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.callback-popup__btn:active, .callback-popup__btn:focus, .callback-popup__btn:hover, .login-popup__btn:active, .login-popup__btn:focus, .login-popup__btn:hover {
    color: #fff;
    background-color: #2e954a
}

@media (max-width: 768px) {
    .callback-popup__btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        min-width: 100%
    }
}

.callback-popup__allow {
    position: relative
}

.callback-popup__allow label {
    display: block;
    position: relative;
    font-size: 12px;
    padding-left: 36px;
    color: #000;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 768px) {
    .callback-popup__allow label {
        font-size: 10px;
        line-height: 16px
    }
}

.callback-popup__allow label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f2f2f2
}

@media (max-width: 768px) {
    .callback-popup__allow {
        margin-bottom: 20px
    }
}

.callback-popup__success--open {
    display: block
}

.callback-popup__success-txt {
    font-size: 24px;
    line-height: 28px;
    color: #2a2a2a;
    font-weight: 600
}

.login-popup {
    display: none;
    font-family: "Montserrat", Arial, sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.login-popup--open {
    display: block
}

@media (max-width: 1200px) {
    .login-popup {
        z-index: 4
    }
}

.login-popup__overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer
}

.login-popup__wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 30%;
    left: calc(50% - 217.5px);
    width: 435px;
    padding: 36px 43px 40px;
    background: #fff
}

@media (max-width: 768px) {
    .login-popup__wrapper {
        overflow: auto;
        padding-top: 42px;
        width: 320px;
        top: 5%;
        left: calc(50% - 160px)
    }
}

.login-popup__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.login-popup__close::after, .login-popup__close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #c5c5c5
}

.login-popup__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-popup__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.login-popup__title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .login-popup__title {
        font-size: 16px;
        line-height: 22px
    }
}

.login-popup__login, .login-popup__pass {
    display: block;
    margin-bottom: 24px;
    width: 350px;
    padding: 20px 15px;
    border: 0;
    border-radius: 5px;
    background-color: #f2f2f2
}

@media (max-width: 768px) {
    .login-popup__login, .login-popup__pass {
        font-size: 14px;
        width: 234px
    }
}

.login-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .login-popup__footer {
        margin-top: 50px
    }
}

.login-popup__btn {
    min-width: 140px;
    margin-right: 15px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffd429;
    border: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 768px) {
    .login-popup__btn {
        font-size: 12px;
        width: 234px;
        margin-right: 0
    }
}

.cookie-popup {
    position: fixed;
    z-index: 100;
    right: 35px;
    bottom: 35px;
    width: 330px
}

.cookie-popup--closed {
    display: none
}

@media (max-width: 768px) {
    .cookie-popup {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0
    }
}

.cookie-popup__wrapper {
    font-size: 14px;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 14px 0 rgba(11, 31, 53, .15);
    box-shadow: 0 6px 14px 0 rgba(11, 31, 53, .15);
    background: #fff;
    line-height: 1.5
}

@media (max-width: 768px) {
    .cookie-popup__wrapper {
        border-radius: 0
    }
}

.cookie-popup__text a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #007eb9
}

.cookie-popup__text a:active, .cookie-popup__text a:focus, .cookie-popup__text a:hover {
    color: #1b458e
}

.cookie-popup__button {
    width: 180px;
    margin-top: 10px
}

.main-slider {
    position: relative;
    min-width: 320px;
    width: 100%;
    max-height: 600px;
    font-family: "Montserrat", Arial, sans-serif
}

@media (max-width: 1200px) {
    .main-slider {
        min-height: 400px;
        height: 600px
    }
}

@media (max-width: 768px) {
    .main-slider {
        min-height: 200px;
        height: 310px;
        padding-bottom: 20px
    }
}

.main-slider__next, .main-slider__prev {
    position: absolute;
    border-radius: 100%;
    border: 0;
    width: 72px;
    height: 72px;
    background: #fff;
    z-index: 40;
    top: calc(50% - 40px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0;
    cursor: pointer
}

.main-slider__next:active, .main-slider__next:focus, .main-slider__next:hover, .main-slider__prev:active, .main-slider__prev:focus, .main-slider__prev:hover {
    background: #ffd429
}

@media (max-width: 768px) {
    .main-slider__next, .main-slider__prev {
        display: none
    }
}

.main-slider__numbers {
    position: absolute;
    width: 100px;
    top: 25.5%;
    left: 11%;
    text-align: left;
    color: #000;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 700;
    z-index: 2
}

@media (max-width: 1200px) {
    .main-slider__numbers {
        left: 20%
    }
}

@media (max-width: 768px) {
    .main-slider__numbers {
        display: none
    }
}

.main-slider__bullets {
    display: none;
    text-align: center
}

@media (max-width: 768px) {
    .main-slider__bullets {
        display: block
    }
}

.main-slider__prev {
    left: 50px
}

.main-slider__next {
    right: 50px
}

.main-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 600px;
    position: relative;
    background-color: gray;
    background-position: center;
    background-size: cover
}

@media (max-width: 1200px) {
    .main-slider__slide {
        min-height: 400px
    }
}

@media (max-width: 768px) {
    .main-slider__slide {
        min-height: 200px
    }
}

.main-slider__slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    margin-left: 180px;
    max-width: 1000px;
    color: #000
}

.main-slider__slide-content--white {
    color: #fff
}

@media (max-width: 1200px) {
    .main-slider__slide-content {
        max-width: 500px
    }
}

@media (max-width: 768px) {
    .main-slider__slide-content {
        margin-left: 50px;
        margin-right: 50px
    }
}

.main-slider__title {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 60px
}

@media (max-width: 1200px) {
    .main-slider__title {
        padding: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .main-slider__title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
        max-height: 200px;
        overflow: hidden
    }
}

.main-slider__details {
    padding: 17px 35px;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2e954a;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 20px
}

.main-slider__details:active, .main-slider__details:focus, .main-slider__details:hover {
    background: #ffd429;
    color: #000
}

@media (max-width: 768px) {
    .main-slider__details {
        padding: 14px 30px;
        font-size: 10px
    }
}

.breadcrumbs {
    margin-bottom: 30px;
    padding: 0 20px 6px;
    border-bottom: 1px solid #d7d9db
}

@media (min-width: 768px) {
    .breadcrumbs {
        padding: 0 32px 6px
    }
}

@media (min-width: 1024px) {
    .breadcrumbs {
        padding-left: 0;
        padding-right: 0
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1024px) {
    .breadcrumbs__list {
        max-width: 960px;
        margin: 0 auto
    }
}

.breadcrumbs__item {
    position: relative;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-right: 50px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #adb7c3
}

.breadcrumbs__item:last-child {
    margin-right: 0
}

.breadcrumbs__item::after {
    position: absolute;
    display: block;
    content: "";
    top: 42%;
    right: -25px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid #adb7c3;
    border-right: 1px solid #adb7c3
}

.breadcrumbs__item--current {
    color: #007eb9;
    cursor: default
}

.breadcrumbs__item--current::after, a.plyr__control::after, a.plyr__control::before {
    display: none
}

.breadcrumbs__item a {
    outline: 0;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.breadcrumbs__item a:focus, .breadcrumbs__item a:hover {
    color: #15407d
}

.breadcrumbs__item a:active {
    color: #67a524
}

.breadcrumbs__item--current a:focus, .breadcrumbs__item--current a:hover {
    color: #007eb9
}

.breadcrumbs--account {
    padding: 2px 30px 6px;
    margin-bottom: 0;
    background-color: #fafafa;
    border-bottom: 1px solid #dee6ee
}

@media (min-width: 768px) {
    .breadcrumbs--account {
        padding: 7px 30px 12px
    }
}

.breadcrumbs--account .breadcrumbs__item {
    color: #adb7c3
}

.breadcrumbs--account .breadcrumbs__item--current {
    color: #596571
}

@media (min-width: 1024px) {
    .breadcrumbs--account .breadcrumbs__list {
        max-width: unset;
        margin: 0
    }
}

.product-cards {
    display: block;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .product-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 660px
    }
}

@media (min-width: 1024px) {
    .product-cards {
        margin-left: 280px
    }
}

.product-card {
    width: 250px;
    margin-bottom: 34px
}

.product-card__title {
    padding: 14px 0;
    margin: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #007eb9;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.product-card__img {
    display: block;
    width: 250px;
    height: auto
}

.product-card:hover .product-card__title {
    color: #15407d
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: "Noto Sans", "Trebuchet MS", sans-serif;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr--full-ui input[type=range]:focus, .plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 5px rgba(52, 152, 219, .5);
    box-shadow: 0 0 0 5px rgba(52, 152, 219, .5);
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true], .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #3498db;
    color: #fff
}

.plyr--video .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr__control--overlaid {
    border: 4px solid #fff !important;
    background: gray;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 3px;
    top: 1px;
    width: 20px;
    height: 20px;
    position: relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    background: #3498db
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
    margin-left: 5px
}

.plyr__controls .plyr__menu + .plyr__control, .plyr__controls .plyr__progress + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 2px
}

.plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
        margin-left: 10px
    }
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    -ms-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    -webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    -o-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4f5b5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control > span {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px 7px 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #3498db
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 32px;
    color: #3498db;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(0%, transparent));
    background-image: -webkit-linear-gradient(left, currentColor 0%, transparent 0%);
    background-image: linear-gradient(to right, currentColor 0%, transparent 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: -webkit-linear-gradient(left, currentColor var(--value, 0%), transparent var(--value, 0%));
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 16px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 16px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 16px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 16px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 4px;
    height: 8px
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 16px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 16px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: 0 0 0 5px rgba(52, 152, 219, .5);
    box-shadow: 0 0 0 5px rgba(52, 152, 219, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(52, 152, 219, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(52, 152, 219, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    background-color: #3498db;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px #fff
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    background-color: #3498db;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px #fff
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    background-color: #3498db;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px #fff
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    background-color: #3498db;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    background-color: #3498db;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    background-color: #3498db;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 0
}

.plyr__time {
    font-size: 14px
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: rgba(0, 0, 0, .75);
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -ms-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    -o-transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .75);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.plyr--video, .plyr__video-wrapper {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    border-radius: inherit;
    position: relative;
    z-index: 0
}

.plyr__progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 8px;
    margin-right: 16px;
    position: relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 8px;
    left: 0;
    margin-top: -4px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: -webkit-linear-gradient(135deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios .plyr__volume, .plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    margin: 0
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen, .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    margin: 0
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen, .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: rgba(47, 52, 61, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads::after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 8px;
    left: 0;
    margin: -4px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr--no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.news-card {
    padding: 20px 0;
    border-bottom: 1px solid #e2e9f0
}

.news-card:last-child {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .news-card:last-child {
        margin-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .news-card:first-of-type {
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .news-card__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.news-card__date {
    display: block;
    margin-bottom: 10px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #596571
}

.news-card__title-link {
    display: block;
    margin-bottom: 16px;
    text-decoration: none
}

.news-card__title {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b458e
}

.news-card__img {
    display: block;
    width: 200px;
    height: auto;
    margin-bottom: 6px
}

@media (min-width: 768px) {
    .news-card__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 20px
    }
}

.news-card__descr {
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 23px;
    color: #596571
}

.news-card__descr, .news-card__link {
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px
}

.feedback-form {
    position: relative;
    padding: 16px 20px 20px;
    border: 1px solid #e2e9f0;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .feedback-form {
        width: 660px
    }
}

.feedback-form__heading-btn {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: margin-bottom .3s;
    -o-transition: margin-bottom .3s;
    transition: margin-bottom .3s;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #363c43;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer
}

@media (min-width: 768px) {
    .feedback-form__heading-btn {
        font-size: 18px;
        line-height: 25px
    }
}

.feedback-form__heading-btn--active {
    margin-bottom: 16px
}

.feedback-form__heading-symbol {
    width: 14px;
    height: 9px;
    margin-left: 16px;
    fill: #adb7c3;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.feedback-form__heading-btn--active .feedback-form__heading-symbol {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.feedback-form__content-wrap {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

@media (min-width: 768px) {
    .feedback-form__content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.feedback-form__content-wrap--active {
    height: auto
}

@media (min-width: 420px) {
    .feedback-form__content-wrap--active {
        height: auto
    }
}

@media (min-width: 730px) {
    .feedback-form__content-wrap--active {
        height: auto
    }
}

@media (min-width: 768px) {
    .feedback-form__content-wrap--active {
        height: auto
    }
}

.feedback-form__subtitle {
    max-width: 250px;
    padding: 0;
    margin: 0 0 20px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #596571
}

@media (min-width: 420px) {
    .feedback-form__subtitle {
        max-width: 580px
    }
}

@media (min-width: 730px) {
    .feedback-form__subtitle {
        max-width: unset
    }
}

.feedback-form .text-input {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.feedback-form .text-input--required::before {
    position: absolute;
    content: "*";
    z-index: 2;
    right: 10px;
    top: 23px
}

@media (min-width: 768px) {
    .feedback-form .text-input.feedback-form__short-input {
        width: 300px
    }
}

.feedback-form .checkbox {
    max-width: 250px;
    margin-bottom: 20px
}

@media (min-width: 420px) {
    .feedback-form .checkbox {
        max-width: 380px
    }
}

@media (min-width: 730px) {
    .feedback-form .checkbox {
        max-width: unset
    }
}

.feedback-form .feedback-form__submit {
    width: 100%;
    margin-bottom: 20px
}

.account-header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 4px rgba(43, 50, 57, .4);
    box-shadow: 0 0 4px rgba(43, 50, 57, .4)
}

@media (min-width: 420px) {
    .account-header {
        height: 90px;
        padding: 10px 32px
    }
}

@media (min-width: 1024px) {
    .account-header {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #dee6ee
    }
}

.account-header__right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account-header__mob-overlay--mob-opened {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

@media (min-width: 768px) {
    .account-header__mob-overlay--mob-opened {
        position: static;
        width: auto;
        height: auto;
        background: 0 0
    }
}

.account-header__mob-int-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding: 32px 38px;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: narrow-mob-close-translating .2s;
    animation: narrow-mob-close-translating .2s
}

@media (min-width: 420px) {
    .account-header__mob-int-wrap {
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        -webkit-animation: mob-close-translating .2s;
        animation: mob-close-translating .2s
    }
}

@media (min-width: 768px) {
    .account-header__mob-int-wrap {
        position: static;
        max-width: unset;
        height: auto;
        padding: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: unset;
        animation: unset
    }
}

.account-header__mob-overlay--mob-opened .account-header__mob-int-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 0 10px rgba(43, 50, 57, .4);
    box-shadow: 0 0 10px rgba(43, 50, 57, .4);
    -webkit-animation: narrow-mob-opened-translating .4s;
    animation: narrow-mob-opened-translating .4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 420px) {
    .account-header__mob-overlay--mob-opened .account-header__mob-int-wrap {
        -webkit-animation: mob-opened-translating .4s;
        animation: mob-opened-translating .4s
    }
}

@media (min-width: 768px) {
    .account-header__mob-overlay--mob-opened .account-header__mob-int-wrap {
        position: static;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: unset;
        height: auto;
        padding: unset;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-animation: unset;
        animation: unset
    }
}

.account-header__contacts {
    padding: 0 20px
}

@media (min-width: 768px) {
    .account-header__contacts {
        margin-right: 60px
    }
}

.account-header__contacts-link {
    display: block;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    color: #969ea7
}

@media (min-width: 420px) {
    .account-header__contacts-link {
        font-size: 14px;
        line-height: 20px
    }
}

.account-header__nav-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: -8px;
    font-size: 0;
    color: #000
}

@media (min-width: 768px) {
    .account-header__nav-open {
        display: none
    }
}

.account-header__nav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    margin-top: -11px;
    font-size: 0;
    color: #000
}

@media (min-width: 768px) {
    .account-header__nav-close {
        display: none
    }
}

.account-header__nav-symbol {
    width: 24px;
    height: 24px;
    fill: currentColor
}

.account-header__user-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px
}

@media (min-width: 768px) {
    .account-header__user-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto
    }
}

.account-header__username {
    display: block;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #188c2e
}

@media (min-width: 768px) {
    .account-header__username {
        margin-right: 20px
    }
}

.account-header__logout-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #2b3239
}

@media (min-width: 768px) {
    .account-header__logout-btn {
        padding-left: 18px;
        padding-right: 18px;
        line-height: 70px;
        border-left: 1px solid #d7d9db;
        border-right: 1px solid #d7d9db
    }
}

.account-header__logout-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    border-radius: 50%;
    color: #969ea7;
    background-color: #dee6ee;
    -webkit-transition: color .2s, background-color .3s;
    -o-transition: color .2s, background-color .3s;
    transition: color .2s, background-color .3s
}

@media (min-width: 768px) {
    .account-header__logout-icon {
        margin-bottom: -2px
    }
}

.account-header__logout-btn:hover .account-header__logout-icon {
    color: #fff;
    background-color: #f1aa00
}

.account-header__logout-symbol {
    width: 5px;
    height: 9px;
    margin-left: 1px;
    fill: currentColor
}

.account, .account-mob-opened {
    overflow-y: hidden
}

.account {
    height: calc(100vh - 70px)
}

@media (min-width: 420px) {
    .account {
        height: calc(100vh - 90px)
    }
}

@media (min-width: 768px) {
    .account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.account__sidebar {
    position: absolute;
    z-index: 11;
    top: 78px;
    right: 0;
    width: 100%;
    max-width: 400px;
    padding: 0 32px;
    background-color: transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: narrow-mob-close-translating .2s;
    animation: narrow-mob-close-translating .2s
}

@media (min-width: 420px) {
    .account__sidebar {
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        -webkit-animation: mob-close-translating .2s;
        animation: mob-close-translating .2s
    }
}

@media (min-width: 768px) {
    .account__sidebar {
        position: static;
        z-index: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 272px;
        padding: 50px 6px;
        background-color: #f2f9ff;
        border-right: 1px solid #dee6ee;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: unset;
        animation: unset
    }
}

.account__sidebar--mob-opened {
    -webkit-animation: narrow-mob-opened-translating .4s;
    animation: narrow-mob-opened-translating .4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 420px) {
    .account__sidebar--mob-opened {
        -webkit-animation: mob-opened-translating .4s;
        animation: mob-opened-translating .4s
    }
}

@media (min-width: 768px) {
    .account__sidebar--mob-opened {
        position: static;
        z-index: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-animation: unset;
        animation: unset
    }
}

.account__content {
    height: 100%;
    overflow-y: hidden
}

@media (min-width: 768px) {
    .account__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.account__content-wrap {
    height: calc(100% - 100px);
    padding: 22px 20px;
    overflow-y: auto
}

@media (min-width: 768px) {
    .account__content-wrap {
        padding: 0 30px 22px;
        height: calc(100% - 50px)
    }
}

.account__download-wrap {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 10px 25px;
    background-color: #fff;
    border-top: 1px solid #dee6ee
}

@media (min-width: 768px) {
    .account__download-wrap {
        position: static;
        z-index: unset;
        margin-top: 8px;
        margin-bottom: 20px;
        padding: 10px 0;
        border-top: none
    }
}

.account .account__download-button, .account-nav {
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif
}

.account .account__download-button {
    height: 40px;
    font-weight: 700;
    width: 120px;
    font-size: 14px
}

.account__files-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.account-nav {
    font-size: 15px;
    width: 100%
}

.account-nav__item {
    -webkit-transition-property: color, background-color, -webkit-box-shadow;
    -o-transition-property: box-shadow, color, background-color;
    transition-property: box-shadow, color, background-color;
    transition-property: box-shadow, color, background-color, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.account-nav__item--active {
    background-color: #e9f0f6;
    -webkit-box-shadow: inset 4px 0 0 0 #1b458e;
    box-shadow: inset 4px 0 0 0 #1b458e
}

.account-nav__item--active .account-nav__link {
    color: #1b458e
}

.account-nav__item:active, .account-nav__item:focus, .account-nav__item:hover {
    background-color: #e9f0f6;
    -webkit-box-shadow: inset 4px 0 0 0 #1b458e;
    box-shadow: inset 4px 0 0 0 #1b458e
}

.account-nav__link {
    display: block;
    padding: 15px 24px;
    line-height: 1.2
}

.account-nav__link:active, .account-nav__link:focus, .account-nav__link:hover {
    color: #1b458e
}

.folder-card {
    position: relative;
    display: block;
    width: 135px;
    height: 124px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f2f9ff;
    border-radius: 10px
}

@media (min-width: 768px) {
    .folder-card {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: transparent
    }

    .folder-card:hover {
        background-color: #f2f9ff
    }
}

.folder-card__img {
    display: block;
    padding: 0;
    margin: 0;
    width: 86px;
    height: 66px
}

.folder-card__number, .folder-card__title {
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif
}

.folder-card__title {
    padding: 0;
    margin: 11px 0 0;
    line-height: 1.2;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    color: #000
}

.folder-card__number {
    display: block;
    position: absolute;
    right: 49px;
    top: 52px;
    font-size: 15px;
    font-weight: 700;
    color: #8c96a1
}

@media (min-width: 768px) {
    .folder-card__number {
        right: 64px
    }
}

.file-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px
}

.file-checkbox__label {
    width: 24px;
    height: 24px;
    font-size: 0
}

.file-checkbox__input {
    display: none
}

.file-checkbox__input + label {
    position: relative;
    cursor: pointer
}

.file-checkbox__input + label::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #f2f9ff;
    border: 1px solid #2e954a;
    border-radius: 2px;
    -webkit-transition: color .3s, background-color .3s, border .3s;
    -o-transition: color .3s, background-color .3s, border .3s;
    transition: color .3s, background-color .3s, border .3s
}

.file-checkbox__input:checked + label::before {
    background-color: #2e954a;
    border: 0
}

.file-checkbox__input:hover + label::before {
    background-color: #e5e5e5;
    border-color: #ffcb22
}

.file-checkbox__input:checked:hover + label::before {
    background-color: #ffcb22;
    border: 0
}

.file-checkbox__input:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 4px;
    width: 16px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.file-checkbox__input:checked:hover + label::after {
    border-color: #000
}

.file-checkbox__input + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 2px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-205deg);
    -ms-transform: rotate(-205deg);
    transform: rotate(-205deg)
}

.file-checkbox__input:disabled + label, .file-checkbox__input:disabled:hover + label {
    color: #adb7c3;
    cursor: default
}

.file-checkbox__input:disabled + label::before, .file-checkbox__input:disabled:hover + label::before {
    background-color: #dee6ee;
    border: 0;
    cursor: default
}

.file-card {
    position: relative;
    display: block;
    width: 135px;
    height: 126px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f2f9ff;
    border-radius: 10px
}

@media (min-width: 768px) {
    .file-card {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: transparent
    }

    .file-card:hover {
        background-color: #f2f9ff
    }
}

.file-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.file-card__img-wrap {
    position: relative;
    border-radius: 4px;
    background-color: #515151
}

.file-card--no-preview .file-card__img-wrap {
    border-radius: 0;
    background-color: transparent
}

.file-card__img {
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    height: 64px;
    border-radius: 4px;
    opacity: .7
}

.file-card--no-preview .file-card__img {
    width: 86px;
    border-radius: 0;
    opacity: 1
}

.file-card__title, .file-card__type {
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif
}

.file-card__title {
    padding: 0;
    margin: 11px 0 0;
    line-height: 1.2;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    color: #000
}

.file-card__type {
    display: block;
    position: absolute;
    z-index: 2;
    right: 6px;
    top: 42px;
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.file-card--no-preview .file-card__type {
    color: #8c96a1
}

.file-card .file-checkbox {
    display: none
}

.file-card:hover .file-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.files-modal {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(233, 243, 251, .9);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.files-modal--active {
    z-index: 20;
    opacity: 1
}

.files-modal__inner {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.files-modal__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20%;
    height: 80%;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .files-modal__slide {
        padding: 0 112px
    }
}

.files-modal__img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 70%;
    margin: 0 auto
}

.files-modal__no-img-wrap {
    position: relative;
    width: 86px;
    height: 64px
}

.files-modal__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-box-shadow: 0 30px 60px rgba(22, 35, 44, .2);
    box-shadow: 0 30px 60px rgba(22, 35, 44, .2)
}

.files-modal__img--no-preview {
    width: 86px;
    height: 64px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.files-modal__file-type {
    display: block;
    position: absolute;
    z-index: 2;
    right: 6px;
    top: 42px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #8c96a1
}

.files-modal__filename {
    padding: 0;
    margin: 20px 0 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #596571
}

.files-modal__download-wrap {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.files-modal .files-modal__download-button, .files-modal__file-size {
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px
}

.files-modal .files-modal__download-button {
    height: 40px;
    width: 120px;
    font-weight: 700
}

.files-modal__file-size {
    display: block;
    width: 110px;
    margin-left: 10px;
    font-weight: 300;
    color: #596571;
    opacity: .5
}

.files-modal__close {
    position: absolute;
    right: 60px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 0;
    color: #fff
}

@media (min-width: 768px) {
    .files-modal__close {
        rigth: 112px
    }
}

.files-modal__close-symbol {
    width: 30px;
    height: 30px;
    fill: currentColor
}

.files-modal .files-modal__btn {
    position: absolute;
    z-index: 30;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.files-modal__btn--prev {
    left: 32px
}

.files-modal__btn--next {
    right: 32px
}

.files-modal__pagination {
    position: absolute;
    top: 10%;
    left: 0;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #969ea7
}

.files-modal__pagination .swiper-pagination-current {
    position: relative;
    top: -3px;
    font-size: 20px;
    font-weight: 700;
    color: #596571
}

.files-modal__pagination .swiper-pagination-total {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 700
}
