/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: 0;
    background: 0 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -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
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: Gilroy;
    src: url("/fonts/gilroy/Gilroy-Regular.eot");
    src: url("/fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url("/fonts/gilroy/Gilroy-Medium.eot");
    src: url("/fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url("/fonts/gilroy/Gilroy-SemiBold.eot");
    src: url("/fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-SemiBold.woff") format("woff"), url("/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url("/fonts/gilroy/Gilroy-Bold.eot");
    src: url("/fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.light-theme {
    --title-color: #fdfcdc;
    --rgba-title-color: rgba(211, 211, 211, 0.1);
    --body-color: #afafaf;
    --background-color: #181621;
    --foreground-color: #211f2a;
    --blend-mode: lighten;
    --cv-button: #ffab1b;
    --progress-scroll: #fdfcdc
}

:root {
    --title-color: #596069;
    --rgba-title-color: rgba(51, 51, 51, 0.1);
    --body-color: #696969;
    --background-color: #fff;
    --foreground-color: #fff;
    --blend-mode: normal;
    --cv-button: #fdfcdc;
    --progress-scroll: #ffab1b
}

::-moz-selection {
    background: #43aeed;
    color: #fdfcdc
}

::selection {
    background: #43aeed;
    color: #fdfcdc
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a, button, input, label, select, textarea {
    border: 0;
    outline: 0;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent
}

a, button {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

html {
    scroll-behavior: smooth;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: var(--background-color);
    font-family: Gilroy, Rubik, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    font-size: 1rem;
    line-height: 20px;
    color: var(--title-color);
    overflow-anchor: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden
}

body.fixed {
    overflow: hidden;
    position: fixed;
    height: 100%
}

body.fixed::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.header {
    font-family: Rubik, sans-serif
}

.header .logo-mobile, .header .mobile-nav {
    display: none
}

.header .mobile-search {
    font-size: 12px
}

.header .mobile-search__panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #43aeed;
    z-index: 2
}

.header .mobile-search__panel.open {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header .mobile-search__control {
    position: relative;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .mobile-search__result {
    position: relative;
    top: 2px;
    background: #fff;
    display: none
}

.header .mobile-search__result.open {
    display: block
}

.header .mobile-search__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 5px;
    color: #8b98b2
}

.header .mobile-search__link:hover {
    background: #dce4f7
}

.header .mobile-search__link .price {
    display: inline-block;
    font-weight: 700;
    color: #596069
}

.header .mobile-search__button {
    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;
    padding: 0
}

.header .mobile-search__input {
    background: rgba(237, 240, 247, .25);
    font-weight: 500;
    min-width: 200px;
    margin-left: 15px;
    width: 100%;
    border-radius: 20px;
    color: #fff;
    padding: 8px 17px;
    font-family: Gilroy, Rubik, Helvetica, Arial, sans-serif
}

.header .mobile-search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .mobile-search__input::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .mobile-search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .mobile-search__input:-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .sub-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0
}

.header .sub-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(237, 240, 247, .75);
    max-width: 400px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2
}

.header .sub-search__result {
    width: 100%;
    position: absolute;
    top: 42px;
    background: #fff;
    -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .15);
    display: none
}

.header .sub-search__result.open {
    display: block
}

.header .sub-search__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px;
    color: #8b98b2;
    font-size: 14px
}

.header .sub-search__link:hover {
    background: #dce4f7
}

.header .sub-search__link .price {
    display: inline-block;
    font-weight: 700;
    color: #596069
}

.header .sub-search.focused {
    background: #edf0f7
}

.header .sub-search.focused .sub-search__button:hover svg path {
    opacity: 1
}

.header .sub-search__button, .header .sub-search__input {
    color: #596069;
    padding: 12px 16px;
    font-family: Gilroy, Rubik, Helvetica, Arial, sans-serif
}

.header .sub-search__button::-webkit-input-placeholder, .header .sub-search__input::-webkit-input-placeholder {
    color: rgba(139, 152, 178, .5)
}

.header .sub-search__button::-moz-placeholder, .header .sub-search__input::-moz-placeholder {
    color: rgba(139, 152, 178, .5)
}

.header .sub-search__button:-ms-input-placeholder, .header .sub-search__input:-ms-input-placeholder {
    color: rgba(139, 152, 178, .5)
}

.header .sub-search__button:-moz-placeholder, .header .sub-search__input:-moz-placeholder {
    color: rgba(139, 152, 178, .5)
}

.header .sub-search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .sub-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .sub-links__item:hover {
    color: #131313;
    text-decoration: underline
}

.header .sub-links__item + .sub-links__item {
    margin-left: 30px
}

@media screen and (max-width: 1199px) {
    .header .sub-links__item {
        font-size: 14px
    }

    .header .sub-links__item + .sub-links__item {
        margin-left: 20px
    }
}

.header .sub-cart {
    color: #8b98b2;
    font-family: Gilroy, Rubik, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    position: relative
}

.header .sub-cart__button {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid transparent
}

.header .sub-cart__button:hover {
    border-color: rgba(0, 0, 0, .25)
}

.header .sub-cart__button.shadow {
    -webkit-box-shadow: 0 0 30px rgba(67, 174, 237, .3);
    box-shadow: 0 0 30px rgba(67, 174, 237, .3)
}

@media screen and (max-width: 991px) {
    .header .sub-cart__button.shadow {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .sub-cart__button .sub-cart--active {
        display: block;
        width: 8px;
        height: 8px;
        background: #eb5757;
        position: absolute;
        right: 1px;
        top: 3px;
        border-radius: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        visibility: hidden;
        opacity: 0;
        z-index: 1
    }

    .header .sub-cart__button .sub-cart--active.show {
        visibility: visible;
        opacity: 1
    }
}

.header .sub-cart__counter {
    position: relative
}

.header .sub-cart__num {
    width: 16px;
    height: 16px;
    background: #43aeed;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 9.6px;
    border-radius: 50%
}

.header .nav-menu {
    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
}

.header .nav-menu__item {
    width: 20%
}

.header .nav-menu__item + .nav-menu__item {
    border-left: 2px solid #fff
}

.header .nav-menu__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    background: #edf0f7;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header .nav-menu__link:hover {
    background: #dce4f7
}

.header .nav-menu__link.dropdown-link::after {
    display: inline-block;
    margin-left: 7px;
    vertical-align: .255em;
    content: '';
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.header .nav-menu__link.show {
    background: #43aeed;
    color: #fff
}

@media screen and (max-width: 1199px) {
    .header .nav-menu__link {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .header {
        background: #43aeed;
        color: #fff
    }

    .header svg {
        fill: #fff
    }

    .header .mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .logo-mobile {
        display: block
    }

    .header .sub-cart__button {
        padding: 0
    }

    .header .sub-cart__button:hover {
        border-color: transparent
    }

    .header .sub-menu {
        padding: 13px 0
    }

    .header .logo, .header .nav-menu, .header .sub-cart__name, .header .sub-cart__num, .header .sub-links, .header .sub-search {
        display: none
    }
}

.slide-menu, .slide-menu .slide-menu__slider {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slide-menu__slider {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    overflow-y: auto
}

.slide-menu {
    position: absolute;
    min-width: 260px;
    background-color: #fff;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 1000
}

.slide-menu a, .slide-menu__link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #596069;
    padding: 12px 32px 12px 20px;
    border-bottom: 1px solid #edf0f7;
    text-decoration: none;
    text-transform: uppercase
}

.slide-menu a:hover, .slide-menu__link:hover {
    background-color: #dce4f7
}

.slide-menu__sublist .slide-menu__link {
    text-transform: unset
}

.slide-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #edf0f7
}

.slide-menu__logo {
    width: 80px
}

.slide-menu .mobile-search__button, .slide-menu__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding: 0
}

.slide-menu .mobile-search__button + .mobile-search, .slide-menu__control + .mobile-search {
    margin-left: 16px
}

.slide-menu__backlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #43aeed !important;
    font-weight: 500
}

.slide-menu__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    background: #edf0f7;
    color: #8b98b2;
    font-size: 12px;
    font-weight: 500
}

.slide-menu__bottom a {
    text-transform: unset
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .slide-menu__bottom {
        padding-bottom: 75px
    }
}

@media screen and (orientation: landscape) {
    .slide-menu__bottom {
        display: none
    }
}

.slide-menu__decorator {
    float: right
}

.footer {
    position: relative;
    background: #596069;
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 150px
}

.footer-logo__link {
    display: inline-block
}

.footer__to-top {
    position: absolute;
    top: -26px;
    right: 30px;
    display: block;
    width: 52px;
    height: 52px;
    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;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.footer-text {
    font-weight: 500;
    font-size: 12px;
    color: #8b98b2;
    display: inline-block
}

.footer-title {
    color: #cfd5e6;
    font-weight: 700;
    margin-bottom: 25px
}

.footer-list {
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.footer-list__item {
    margin: 15px 0
}

.footer-list__link:hover {
    text-decoration: underline
}

@media screen and (max-width: 575px) {
    .footer-logo {
        margin-bottom: 30px
    }

    .footer-text {
        margin-bottom: 0
    }

    .footer__to-top {
        top: unset;
        bottom: 80px
    }
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 40px;
        padding: 40px 0
    }

    .footer-logo {
        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: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .footer-logo__img {
        width: 115px
    }

    .footer-title {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 15px
    }

    .footer-list, .footer-text {
        font-size: 10px
    }
}

section.payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 13px 15px;
    background: #fff
}

@media screen and (max-width: 991px) {
    section.payment-list--mb {
        margin-bottom: 130px
    }
}

section-title {
    font-weight: 700;
    font-size: 25px
}

@media screen and (max-width: 991px) {
    section-title {
        font-size: 20px
    }
}

.pagination-block {
    text-align: center
}

.pagination-block .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto
}

.pagination-block .pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px
}

.pagination-block .pagination__item:first-child {
    margin-right: 15px
}

.pagination-block .pagination__item:last-child {
    margin-left: 15px
}

.pagination-block .pagination__item:first-child .pagination__link, .pagination-block .pagination__item:last-child .pagination__link {
    background: 0 0
}

.pagination-block .pagination__item.current-page .pagination__link {
    background: #43aeed;
    color: #fff
}

.pagination-block .pagination__item.last-page::before {
    content: url(/img/icons/dots.svg);
    display: inline-block;
    margin: 0 12px 0 0
}

.pagination-block .pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background: #f8f8f8;
    border-radius: 36px;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #8b98b2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.pagination-block .pagination__link:hover {
    background: #dce4f7
}

.pagination-block .pagination__link:hover svg path {
    fill: #596069
}

.pagination-block .show-more {
    display: none;
    margin: 38px 0 20px 0
}

@media screen and (max-width: 991px) {
    .pagination-block .pagination {
        display: none
    }

    .pagination-block .show-more {
        display: inline-block
    }
}

.btn-accent {
    display: block;
    white-space: nowrap;
    text-align: center;
    background: #43aeed;
    border-radius: 36px;
    padding: 8px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.btn-accent--lg {
    padding: 10px 60px;
    font-weight: 500
}

.btn-accent.btn-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 35px;
    font-weight: 500;
    min-width: 210px
}

.btn-accent.btn-next::after {
    content: '›';
    display: block;
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-accent.btn-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 35px;
    font-weight: 500;
    max-width: 170px
}

.btn-accent.btn-check::before {
    content: url(/img/icons/btn-check.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-accent:hover {
    background: #329edd
}

.btn-accent:hover.btn-next::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.btn-accent:hover.btn-check::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.btn-accent.nice-select.open, .btn-accent:active {
    background: #066fad
}

.btn-outline-accent {
    display: block;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    border-radius: 36px;
    padding: 8px 24px;
    color: #00639e;
    border: 1px solid #00639e;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.btn-outline-accent.mx-auto {
    margin: 0 auto
}

.btn-outline-accent:hover {
    background: #329edd;
    border-color: #329edd;
    color: #fff
}

.btn-outline-accent.nice-select.open, .btn-outline-accent:active {
    background: #1e7cb5;
    border-color: #1e7cb5;
    color: #fff
}

@media screen and (max-width: 991px) {
    .btn-outline-accent {
        color: #43aeed;
        border: 1px solid #43aeed;
        padding: 8px 14px
    }
}

.btn-gray {
    display: block;
    white-space: nowrap;
    text-align: center;
    background: #8b98b2;
    border-radius: 36px;
    padding: 8px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.btn-gray:hover {
    background: #97a5c1
}

.btn-gray.nice-select.open, .btn-gray:active {
    background: #8592ac
}

.btn-link {
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #00639e;
    font-size: 14px;
    font-weight: 500
}

.btn-link--default {
    color: inherit
}

.btn-link--modal {
    display: inline-block;
    width: 116px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center
}

.btn-link:hover.btn-back::before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.btn-link.btn-back::before {
    content: url(/img/icons/btn-back.svg);
    display: block;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 991px) {
    .btn-link {
        color: #43aeed
    }

    .btn-link.btn-back::before {
        content: url(/img/icons/btn-back-mobile.svg)
    }
}

.catalog .section-title {
    margin-top: 50px;
    line-height: normal;
    margin-bottom: 25px
}

.catalog-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(225px, 1fr)) [ auto-fill ];
    grid-template-columns:repeat(auto-fill, minmax(225px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 25px
}

.catalog-list__item {
    max-width: 255px;
    max-height: 350px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.catalog-list__item:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.catalog-list__item:hover .catalog-list-buy {
    background: #43aeed
}

.catalog-list__item:hover .catalog-list-buy .catalog-list-buy__hidden {
    visibility: visible
}

.catalog-list__item:hover .catalog-list-buy svg {
    fill: #fff
}

.catalog-list-header {
    position: relative
}

.catalog-list-header__img {
    border-radius: 10px
}

.catalog-list-header__badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    letter-spacing: .5px;
    background: #83c73d;
    color: #fff;
    border-radius: 4px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px
}

.catalog-list__name {
    display: inline-block;
    margin: 9px 0;
    color: #8b98b2;
    font-size: 14px;
    font-weight: 600
}

.catalog-list__name:hover {
    color: #596069
}

.catalog-list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-list-price__text {
    margin-top: 0;
    margin-bottom: 10px;
    color: #cfd5e6;
    font-size: 12px
}

.catalog-list-price__num .current-price {
    display: inline-block;
    font-weight: 700
}

.catalog-list-price__num .old-price {
    display: inline-block;
    color: #cfd5e6;
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through
}

.catalog-list-price__num .current-price + .old-price {
    margin-left: 5px
}

.catalog-list-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #fff;
    border-radius: 36px;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px 8px 23px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.catalog-list-buy__hidden {
    display: inline-block;
    visibility: hidden;
    margin-right: 8px
}

.catalog-list-buy:hover {
    background: #1e7cb5 !important
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .catalog-list-price__num {
        font-size: 13px
    }

    .catalog-list-buy {
        padding: 8px 16px
    }

    .catalog-list-buy svg {
        width: 19px;
        height: 19px
    }

    .catalog-list-buy__hidden {
        margin-right: 5px
    }
}

@media screen and (max-width: 991px) {
    .catalog .section-title {
        margin-top: 30px
    }

    .catalog-list {
        -ms-grid-columns:(minmax(140px, 1fr)) [ auto-fill ];
        grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
        grid-row-gap: 13px
    }

    .catalog-list__item {
        padding: 0
    }

    .catalog-list__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .catalog-list__item:hover .catalog-list-buy {
        background: #fff
    }

    .catalog-list__item:hover .catalog-list-buy .catalog-list-buy__hidden {
        visibility: unset
    }

    .catalog-list__item:hover .catalog-list-buy svg {
        fill: unset
    }

    .catalog-list__name {
        margin: 6px 0;
        font-size: 13px;
        font-weight: 400
    }

    .catalog-list-price__text {
        margin-bottom: 6px
    }

    .catalog-list-price__num {
        font-size: 13px
    }

    .catalog-list-buy {
        padding: 0 5px 0 0
    }

    .catalog-list-buy__hidden {
        display: none
    }

    .catalog-list-buy svg {
        width: 19px;
        height: 19px
    }

    .catalog-list-buy:hover {
        background: 0 0 !important
    }
}

.product.dosage .product-dosage {
    display: block
}

.product.dosage .product-info-buy {
    display: none
}

.product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px
}

.product__rating__num {
    line-height: normal;
    padding: 0;
    display: inline-block;
    color: #979ca9;
    margin: 0 0 0 10px
}

.product__rating.disabled {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none
}

.product__rating .fa-star + .fa-star {
    margin-left: 5px
}

.product__rating .fa-star::before {
    content: "\f005"
}

.product__rating .fa, .product__rating .fab, .product__rating .fal, .product__rating .far, .product__rating .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.product__rating .fas.fa-star {
    color: #ffba08
}

.product__rating .far.fa-star {
    color: #eee
}

.product__rating .fa, .product__rating .far, .product__rating .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.product-info {
    margin-top: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(270px, 1fr)) [ auto-fit ];
    grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));
    grid-column-gap: 68px;
    margin-bottom: 50px
}

.product-info__img {
    border-radius: 10px;
    margin: 0 auto
}

.product-info-caption {
    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
}

.product-info-buy__price {
    font-weight: 500;
    font-size: 18px
}

.product-info-buy__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px 8px 23px
}

.product-info-buy__button__hidden {
    display: inline-block;
    margin-right: 8px
}

.product-info__name {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px
}

.product-info__description {
    line-height: 21px;
    margin-bottom: 0;
    padding-right: 15px
}

.product-info__consist {
    font-size: 14px
}

.product-info__consist .consist-text {
    font-weight: 700;
    margin-right: 10px;
    display: inline-block
}

@media screen and (max-width: 1199px) {
    .product-info {
        grid-column-gap: 25px;
        grid-row-gap: 25px
    }
}

@media screen and (max-width: 991px) {
    .product-info {
        margin-bottom: 30px;
        margin-top: 15px
    }

    .product-info__name {
        font-size: 20px
    }

    .product-info__description {
        padding-right: 0;
        font-size: 12px;
        line-height: 18px
    }
}

.product-dosage {
    display: none
}

.product-dosage__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.product-dosage-setter {
    margin-bottom: 20px;
    display: block
}

@media screen and (max-width: 767px) {
    .product-dosage-setter {
        background: #fff;
        border: 1px solid #f3f3f3;
        -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
        border-radius: 20px
    }
}

.product-dosage-setter__tab {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #25c0c3;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.product-dosage-setter__tab.active, .product-dosage-setter__tab:hover {
    background: #25c0c3;
    color: #fff
}

.product-dosage-setter__tab + .product-dosage-setter__tab {
    margin-left: 10px
}

@media screen and (max-width: 767px) {
    .product-dosage-setter__tab {
        width: 100%;
        text-align: center
    }

    .product-dosage-setter__tab + .product-dosage-setter__tab {
        margin-left: 0
    }
}

.product-dosage-table {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(154, 164, 176, .25);
    box-shadow: 0 4px 25px rgba(154, 164, 176, .25);
    border-radius: 20px;
    margin-bottom: 90px
}

.product-dosage-table__header {
    background: #a9b6c7;
    font-size: 14px;
    color: #fff;
    padding: 13px 25px;
    border-radius: 20px 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-dosage-table__separate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.product-dosage-table__bonus-pill, .product-dosage-table__current-price, .product-dosage-table__old-price, .product-dosage-table__pack, .product-dosage-table__pill-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

.product-dosage-table__pack {
    font-weight: 500;
    color: #8b98b2;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5
}

.product-dosage-table__old-price, .product-dosage-table__pill-price {
    color: #9aa4b0
}

.product-dosage-table__current-price {
    font-weight: 500
}

.product-dosage-table__bonus-pill {
    color: #eb5757;
    font-size: 16px
}

.product-dosage-table__category {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-dosage-table__category:first-child {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5
}

.product-dosage-table__category:last-child {
    margin-right: 116px
}

.product-dosage-table__item {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 20px 25px
}

.product-dosage-table__item:nth-child(even) {
    background: #fbfafd
}

.product-dosage-table__item:last-child {
    border-radius: 0 0 20px 20px
}

@media screen and (max-width: 767px) {
    .product-dosage-table {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-dosage-table__bonus-pill, .product-dosage-table__header, .product-dosage-table__old-price, .product-dosage-table__pill-price {
        display: none
    }

    .product-dosage-table__separate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-dosage-table__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px;
        border-top: 1px solid #eee
    }

    .product-dosage-table__item:nth-child(even) {
        background: #fff
    }

    .product-dosage-table__item:last-child {
        border-bottom: 1px solid #eee;
        border-radius: 0
    }

    .product-dosage-table__pack {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: 400
    }

    .product-dosage-table__current-price {
        margin: 0;
        font-weight: 700
    }
}

@media screen and (max-width: 991px) {
    .product-dosage__title {
        font-size: 16px
    }

    .product-dosage-table {
        margin-bottom: 60px
    }
}

.product-detail {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr fit-content(40%);
    grid-template-columns:1fr fit-content(40%)
}

@media screen and (max-width: 991px) {
    .product-detail {
        -ms-grid-columns:(minmax(270px, 1fr)) [ auto-fit ];
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));
        grid-column-gap: 20px
    }
}

.product-description {
    padding-right: 25px;
    border-right: 1px solid #e4e4e4
}

.product-description > p {
    max-width: 798px
}

.product-description__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.product-description__title:not(:first-child) {
    margin-top: 30px
}

.product-description__paragraph {
    font-size: 14px;
    line-height: 21px;
    color: #979ca9
}

@media screen and (max-width: 767px) {
    .product-description {
        padding-top: 30px;
        padding-right: 0;
        border-right: none;
        border-top: 1px solid #e4e4e4
    }

    .product-description__title {
        font-size: 16px
    }

    .product-description__title:first-child {
        margin-top: 0
    }

    .product-description__paragraph {
        font-size: 10px
    }
}

.product-review {
    min-width: 437px
}

.product-review.empty .review-empty {
    display: block
}

.product-review.empty .product-review-list {
    display: none
}

.product-review .review-empty {
    display: none;
    padding: 20px 0;
    width: 100%
}

.product-review .review-empty__notification {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #979ca9;
    margin: 0
}

@media screen and (max-width: 991px) {
    .product-review .review-empty {
        padding-bottom: 0
    }
}

.product-review__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.product-review-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.product-review__caption {
    font-size: 14px;
    font-weight: 500
}

.product-review__item {
    margin: 10px 0
}

.product-review__item:last-child {
    margin-bottom: 0
}

.product-review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-review__name {
    font-weight: 700;
    font-size: 14px;
    margin: 0
}

.product-review__reply {
    position: relative;
    bottom: 2px;
    margin-left: 10px;
    font-size: 9px;
    color: #83c73d;
    border-bottom: 1px dashed #83c73d;
    padding: 0
}

.product-review__date {
    display: inline-block;
    margin-left: auto;
    font-size: 9px;
    text-align: right;
    color: #979ca9
}

.product-review__comment {
    font-size: 14px;
    line-height: 21px;
    color: #979ca9;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .product-review {
        min-width: unset
    }
}

@media screen and (max-width: 767px) {
    .product-review {
        -ms-grid-row: 1;
        grid-row: 1
    }

    .product-review__title {
        margin-top: 0;
        font-size: 16px
    }

    .product-review__comment {
        font-size: 12px
    }
}

.checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout.was-validated .field-set__input:invalid, .checkout.was-validated .nice-select:invalid {
    border-color: #eb5757
}

.checkout.was-validated:focus {
    border-color: #43aeed
}

@media screen and (max-width: 991px) {
    .checkout {
        -ms-grid-columns:(minmax(270px, 1fr)) [ auto-fit ];
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.checkout .section-title {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: normal
}

@media screen and (max-width: 991px) {
    .checkout .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1199px) {
    .checkout-cart {
        max-width: 640px
    }
}

.checkout-cart-list {
    margin-bottom: 40px
}

.checkout-cart-list-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout-cart-list__item, .checkout-cart-list__product, .checkout-cart-list__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-cart-list__item {
    position: relative;
    padding: 10px 0
}

.checkout-cart-list__item:last-child {
    padding-bottom: 0
}

.checkout-cart-list__img {
    border-radius: 10px;
    width: 80px;
    margin-right: 16px
}

.checkout-cart-list__name, .checkout-cart-list__price, .checkout-cart-list__total-price {
    margin: 5px 0;
    font-weight: 600
}

.checkout-cart-list__dosage {
    margin: 5px 0
}

.checkout-cart-list__product, .checkout-cart-list__sum {
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.checkout-cart-list__sum-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 35px;
    width: 77px;
    height: 32px;
    border: 1px solid #979ca9;
    border-radius: 50px
}

.checkout-cart-list__sum-change .btn-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.checkout-cart-list__sum-change .btn-sum:hover svg path {
    fill: #43AEED
}

.checkout-cart-list__sum-change .state-sum {
    display: block;
    text-align: center;
    color: #131313;
    font-size: 12px;
    font-weight: 700;
    width: 100%
}

.checkout-cart-list__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.checkout-cart-list__remove:hover svg path {
    fill: #EB5757
}

@media screen and (max-width: 1199px) {
    .checkout-cart-list {
        margin-bottom: 30px
    }

    .checkout-cart-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #edf0f7
    }

    .checkout-cart-list__sum {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .checkout-cart-list__sum-change {
        margin: 0;
        border-color: transparent
    }

    .checkout-cart-list__sum-change .state-sum {
        color: inherit;
        font-weight: 500
    }

    .checkout-cart-list__product {
        margin-bottom: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .checkout-cart-list__product, .checkout-cart-list__sum {
        width: 100%
    }

    .checkout-cart-list__dosage, .checkout-cart-list__name, .checkout-cart-list__total-price {
        font-size: 14px
    }

    .checkout-cart-list__price {
        display: none
    }

    .checkout-cart-list__remove {
        position: absolute;
        top: 10px;
        right: -6px
    }
}

.checkout-data {
    width: 55%
}

@media screen and (max-width: 991px) {
    .checkout-data {
        width: 100%
    }
}

.checkout-data__subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px
}

.checkout-data__subtitle--mb {
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .checkout-data__subtitle {
        font-size: 16px;
        margin-bottom: 18px
    }

    .checkout-data__subtitle--mb {
        margin-bottom: 20px
    }
}

.checkout-data-helper__title {
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 20px
}

.checkout-data-helper__button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 7px;
    font-size: 12px;
    background: #43aeed;
    border-radius: 50px;
    margin-left: 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.checkout-data-helper__tooltip {
    visibility: hidden;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 15px 17px 30px 22px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    bottom: 65px;
    right: calc(0% - 125px);
    width: 250px;
    z-index: 5
}

@media (pointer: coarse) {
    .checkout-data-helper__tooltip::after {
        position: absolute;
        content: 'touch to close';
        font-size: 10px;
        bottom: 10px;
        right: 15px;
        color: #cfd5e6
    }
}

.checkout-data-helper__tooltip.show {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 991px) {
    .checkout-data-helper__tooltip {
        z-index: 2
    }
}

@media screen and (max-width: 443px) {
    .checkout-data-helper__tooltip {
        left: 50%
    }
}

.checkout-data .field-set {
    position: relative;
    font-size: 14px
}

.checkout-data .field-set__subtitle {
    font-weight: 500;
    font-size: 15px;
    color: #979ca9;
    margin-top: 20px;
    margin-bottom: 8px
}

.checkout-data .field-set + .field-set {
    margin-top: 40px
}

.checkout-data .field-set .separate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(48%, 1fr)) [ auto-fit ];
    grid-template-columns:repeat(auto-fit, minmax(48%, 1fr));
    grid-column-gap: 20px
}

.checkout-data .field-set__label {
    font-size: 14px
}

.checkout-data .field-set__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(119px, 140px)) [ auto-fill ];
    grid-template-columns:repeat(auto-fill, minmax(119px, 140px));
    grid-row-gap: 12px
}

.checkout-data .field-set__row .field-set__group + .field-set__group {
    margin-top: 0
}

.checkout-data .field-set__group {
    position: relative;
    display: block
}

.checkout-data .field-set__group + .field-set__group {
    margin-top: 10px
}

.checkout-data .field-set__group + .separate {
    margin-top: 16px
}

.checkout-data .field-set__group--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-data .field-set__group--mb {
    margin-bottom: 30px
}

.checkout-data .field-set__radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkout-data .field-set__radio + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout-data .field-set__radio + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%
}

.checkout-data .field-set__radio:checked + label::before {
    border-color: #43aeed;
    background-color: #43aeed;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.checkout-data .field-set__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkout-data .field-set__checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout-data .field-set__checkbox + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: .25em;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%
}

.checkout-data .field-set__checkbox:checked + label::before {
    border-color: #43aeed;
    background-color: #43aeed;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.checkout-data .field-set__input {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #cfd5e5;
    border-radius: 10px;
    max-height: 48px
}

.checkout-data .field-set__input.w-120 {
    width: 120px
}

.checkout-data .field-set__input.w-fixed {
    max-width: 48%
}

@media screen and (max-width: 523px) {
    .checkout-data .field-set__input.w-fixed {
        max-width: 100%
    }
}

.checkout-data .field-set__input:focus {
    border-color: #43aeed
}

@media screen and (max-width: 523px) {
    .checkout-data .field-set .separate .column + .column {
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .checkout-data .field-set + .field-set {
        margin-top: 30px
    }

    .checkout-data .field-set__group--mb {
        margin-bottom: 20px
    }
}

.checkout-total {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    width: 40%;
    background: #fff;
    -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
    border-radius: 20px;
    z-index: 3
}

.checkout-total__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px
}

.checkout-total-body {
    padding: 13px 18px 21px 27px
}

.checkout-total-pay-info {
    margin-bottom: 30px
}

.checkout-total-price {
    margin-bottom: 15px
}

.checkout-total-delivery, .checkout-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-total-delivery__caption, .checkout-total-price__caption {
    margin: 0
}

.checkout-total-delivery__sum, .checkout-total-price__sum {
    font-weight: 600;
    margin: 0 0 0 40px
}

.checkout-total-footer {
    padding: 17px 18px 21px 27px;
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout-total-footer .btn-accent {
    padding: 12px 44px;
    font-weight: 500
}

.checkout-total-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 30px
}

.checkout-total-result__text {
    display: block;
    font-size: 14px;
    color: #979ca9;
    margin: 0 10px 0 0;
    line-height: 1.5
}

.checkout-total-result__sum {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

@media screen and (max-width: 991px) {
    .checkout-total {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        top: unset;
        border-radius: 0
    }

    .checkout-total-body {
        display: none
    }

    .checkout-total-result {
        margin-right: 0
    }

    .checkout-total-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout-total-footer .btn-accent {
        margin-top: 20px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-total-result {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0
    }

    .checkout-total-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout-total-footer .btn-accent {
        margin-top: 30px;
        margin-bottom: 0
    }
}

.thanks {
    margin: 30px auto 0 auto
}

@media screen and (min-width: 992px) {
    .thanks {
        -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
        box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
        border-radius: 20px;
        padding: 30px 40px 40px 40px;
        max-width: 920px;
        margin: 60px auto 0 auto
    }
}

@media screen and (max-width: 575px) {
    .thanks .btn-check {
        margin: 0 auto
    }
}

.thanks .section-title {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: normal
}

.thanks__caption {
    font-size: 20px;
    margin: 0
}

.thanks-sum {
    margin-top: 25px;
    margin-bottom: 30px;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thanks-sum__caption, .thanks-sum__num {
    margin: 0
}

.thanks-sum__num {
    font-weight: 700
}

.thanks-list {
    line-height: 1.8;
    margin-bottom: 25px
}

.thanks-list__caption {
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .thanks .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .thanks__caption {
        font-size: 16px
    }

    .thanks-list {
        margin-bottom: 30px;
        font-size: 15px
    }

    .thanks-sum {
        margin: 15px 0;
        max-width: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .thanks-sum__num {
        margin-left: 15px
    }
}

.error {
    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;
    margin: 120px 0;
    text-align: center
}

.error__caption {
    line-height: 1.6;
    margin-top: 26px;
    margin-bottom: 37px;
    font-size: 25px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .error {
        margin: 100px 0
    }

    .error__caption {
        padding: 0 15px;
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 32px
    }
}

.faq .accordion {
    max-width: 920px;
    margin: 0 auto
}

.faq .section-title {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    line-height: normal
}

@media screen and (max-width: 991px) {
    .faq .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.feedback.was-validated .field-set__input:invalid, .feedback.was-validated .field-set__textarea:invalid {
    border-color: #eb5757
}

.feedback.was-validated .field-set__input:invalid:focus, .feedback.was-validated .field-set__textarea:invalid:focus {
    border-color: #43aeed
}

@media screen and (min-width: 992px) {
    .feedback {
        -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
        box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
        border-radius: 20px;
        padding: 30px 40px 40px 40px;
        max-width: 920px;
        margin: 0 auto
    }
}

@media screen and (max-width: 575px) {
    .feedback .btn-accent {
        margin: 0 auto
    }
}

.feedback .section-title {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: normal
}

@media screen and (max-width: 991px) {
    .feedback .section-title {
        font-size: 20px
    }
}

.feedback__subtitle {
    margin-top: 0;
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 400
}

.feedback .field-set {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 317px 506px;
    grid-template-columns:317px 506px;
    grid-column-gap: 20px;
    margin-bottom: 30px;
    grid-row-gap: 12px
}

@media screen and (max-width: 991px) {
    .feedback .field-set {
        -ms-grid-columns:(minmax(280px, auto)) [ auto-fill ];
        grid-template-columns:repeat(auto-fill, minmax(280px, auto))
    }
}

.feedback .field-set__input, .feedback .field-set__textarea {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #cfd5e5;
    border-radius: 10px
}

.feedback .field-set__input:focus, .feedback .field-set__textarea:focus {
    border-color: #43aeed
}

.feedback .field-set__input {
    max-height: 48px
}

.feedback .field-set__textarea {
    resize: none;
    height: 100%
}

.feedback .field-set .column {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 12px
}

.reviews {
    max-width: 825px;
    margin: 0 auto
}

.reviews .section-title {
    font-weight: 700;
    line-height: normal;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center
}

.reviews .btn-outline-accent {
    margin-bottom: 60px
}

@media screen and (max-width: 991px) {
    .reviews .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .reviews .btn-outline-accent {
        margin-bottom: 30px
    }
}

.reviews.empty .reviews-empty {
    display: block
}

.reviews.empty .reviews-list {
    display: none
}

.reviews .reviews-empty {
    display: none;
    width: 100%
}

.reviews .reviews-empty__notification {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #979ca9;
    margin: 0
}

@media screen and (max-width: 991px) {
    .reviews .reviews-empty {
        padding-bottom: 0
    }
}

.reviews__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.reviews-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.reviews__caption {
    font-size: 14px;
    font-weight: 500
}

.reviews__item {
    padding: 17px 0;
    border-top: 1px solid #e5e5e5
}

.reviews__item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5
}

.reviews-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__name {
    font-weight: 700;
    font-size: 14px;
    margin: 0
}

.reviews__reply {
    position: relative;
    bottom: 2px;
    margin-left: 10px;
    font-size: 9px;
    color: #83c73d;
    border-bottom: 1px dashed #83c73d;
    padding: 0
}

.reviews__date {
    display: inline-block;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9px;
    text-align: right;
    color: #979ca9
}

.reviews__comment {
    font-size: 14px;
    line-height: 21px;
    color: #979ca9;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .reviews {
        min-width: unset
    }
}

@media screen and (max-width: 767px) {
    .reviews {
        -ms-grid-row: 1;
        grid-row: 1
    }

    .reviews__title {
        margin-top: 0;
        font-size: 16px
    }

    .reviews__comment {
        font-size: 12px
    }
}

.answers {
    font-size: 14px
}

.answers .section-title {
    font-weight: 700;
    line-height: normal;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px
}

.answers-nav {
    list-style-type: '·';
    list-style-position: inside;
    margin-bottom: 50px
}

.answers-nav__item {
    line-height: 2
}

.answers-nav__link {
    padding-left: 5px;
    text-decoration: underline;
    color: #00639e
}

.answers-question__subtitle {
    font-size: 18px;
    margin-bottom: 20px
}

.answers-question__paragraph {
    color: #979ca9;
    max-width: 798px
}

.answers-question__img {
    margin: 20px 0
}

@media screen and (max-width: 991px) {
    .answers .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .answers-question__subtitle {
        font-size: 16px
    }
}

.blog .section-title {
    line-height: normal;
    margin-bottom: 50px;
    text-align: center
}

.blog-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(225px, 1fr)) [ auto-fill ];
    grid-template-columns:repeat(auto-fill, minmax(225px, 1fr));
    grid-column-gap: 35px;
    grid-row-gap: 60px
}

.blog-list__img {
    border-radius: 10px
}

.blog-list__item {
    max-width: 440px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-list__item:hover .blog-list__name {
    color: #00639e
}

.blog-list__name {
    display: inline-block;
    margin: 16px 0;
    font-size: 18px;
    font-weight: 600
}

.blog-list__caption {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #979ca9;
    margin: 0
}

.blog-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-article .section-title {
    margin-top: 0;
    line-height: normal;
    margin-bottom: 50px
}

.blog-article__img {
    border-radius: 10px;
    margin-bottom: 30px
}

.blog-article__subtitle {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.blog-article__paragraph {
    font-size: 14px;
    color: #979ca9
}

.blog-article-content {
    max-width: 60%
}

.blog-article-more {
    width: 30%;
    max-width: 437px
}

.blog-article-more .section-title {
    font-size: 18px;
    margin-top: 0
}

.blog-article .blog-list {
    grid-row-gap: 20px
}

.blog-article .blog-list__name {
    font-size: 16px;
    margin-bottom: 10px
}

.blog-article .blog-list__caption {
    font-size: 14px
}

@media screen and (min-width: 1200px) {
    .blog-list {
        -ms-grid-columns:(minmax(340px, 1fr)) [ auto-fill ];
        grid-template-columns:repeat(auto-fill, minmax(340px, 1fr))
    }
}

@media screen and (max-width: 991px) {
    .blog .section-title {
        margin-bottom: 25px
    }

    .blog-article-content {
        max-width: 100%
    }

    .blog-article-more {
        display: none
    }

    .blog-list {
        -ms-grid-columns:(minmax(280px, 1fr)) [ auto-fill ];
        grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
        grid-row-gap: 20px
    }

    .blog-list__name {
        margin: 10px 0;
        font-size: 16px;
        font-weight: 400
    }

    .blog-list__caption {
        font-size: 14px
    }
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
}

.pulse {
    -webkit-animation: pulse-animation 1s ease;
    animation: pulse-animation 1s ease
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #cfd5e5;
    border-radius: 10px;
    max-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
    height: 48px
}

.nice-select .current {
    position: relative;
    top: 3px
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #43aeed
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    overflow-y: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    scrollbar-color: #c5c4c4 #EFEFEF;
    scrollbar-width: thin;
    width: 100%;
    max-height: 209px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 2
}

.nice-select .list::-webkit-scrollbar {
    width: 4px
}

.nice-select .list::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 100px
}

.nice-select .list::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 100px;
    background-color: #c5c4c4
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 10px;
    padding-right: 21px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}