html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html,
body {
    background: #ffffff;
    max-width: 100%;
    width: 100%;
}

hr {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

pre {
    white-space: pre-wrap;
}

img {
    border: 0;
}

figure {
    margin: 0;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
    border-radius: 0;
    -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #000000;
    font-family: Helvetica Neue;
    font-size: 14px;
    line-height: 1.43;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
a,
button,
textarea {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    color: #000000;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #41d497;
}

.work-box a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

a img {
    border: none;
}

label {
    cursor: pointer;
}

input[type="text"],
input[type="email"],
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    height: 55px;
    border-radius: 0;
    background-color: #ffffff;
    border: solid 1px #b6b4bb;
    padding: 0 20px;
    transition: border 0.3s ease-out;
    -webkit-transition: border 0.3s ease-out;
    -khtml-transition: border 0.3s ease-out;
    -moz-transition: border 0.3s ease-out;
    -ms-transition: border 0.3s ease-out;
    -o-transition: border 0.3s ease-out;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    height: 42px;
}

textarea {
    overflow: auto;
    vertical-align: top;
    padding: 10px 20px;
    border: solid 1px #b6b4bb;
    transition: border 0.3s ease-out;
    -webkit-transition: border 0.3s ease-out;
    -khtml-transition: border 0.3s ease-out;
    -moz-transition: border 0.3s ease-out;
    -ms-transition: border 0.3s ease-out;
    -o-transition: border 0.3s ease-out;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    resize: none;
    height: 125px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #8c8c8c;
    line-height: 1.29;
}

input[type="text"]::-moz-placeholder {
    color: #8c8c8c;
    line-height: 55px;
}

input[type="text"]:-moz-placeholder {
    color: #8c8c8c;
    line-height: 55px;
}

input[type="text"]:-ms-input-placeholder {
    color: #8c8c8c;
    line-height: 1.29;
}

input[type="email"]::-webkit-input-placeholder {
    color: #8c8c8c;
    line-height: 1.29;
}

input[type="email"]::-moz-placeholder {
    color: #8c8c8c;
    line-height: 1.29;
}

input[type="email"]:-moz-placeholder {
    color: #8c8c8c;
    line-height: 1.29;
}

input[type="email"]:-ms-input-placeholder {
    color: #8c8c8c;
    line-height: 1.29;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.bx-authform-input-container input[type="text"]:focus,
.bx-authform-input-container input[type="password"]:focus {
    border: solid 1px #7c8085;
}

input[type="text"].error,
input[type="email"].error,
textarea.error {
    background-color: #fff5f5;
    border: solid 1px #fe2500;
}

h1 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.19;
}

h2 {
    text-align: center;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 35px;
    text-align: center;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

.main h1 {
    font-size: 42px;
    margin-bottom: 50px;
}

ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
}

ol li {
    margin-bottom: 14px;
    padding-left: 28px;
    position: relative;
    line-height: 26px;
}

ol li:last-child {
    margin-bottom: 0;
}

ol li:before {
    font: 16px PFBeauSansPro-SemiBold;
    content: counter(li)".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 3px;
}

p,
.paragraph {
    margin-bottom: 18px;
}

p:last-child,
.paragraph:last-child {
    margin-bottom: 0;
}

a,
.button {
    transition: all 0.2s ease;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.all {
    min-width: 1160px;
}

.transition {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    -khtml-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.button,
.bx-authform .btn,
.bx-blue .btn.btn-default {
    border: 0;
    outline: none;
    height: 54px;
    line-height: 54px;
    background: #2d689d;
    padding: 0 75px;
    cursor: pointer;
    letter-spacing: normal;
    font-size: 20px;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border-radius: 0;
}

.button:hover,
.bx-blue .btn.btn-default:hover {
    background-color: #00315c;
    color: #ffffff;
}

.text li {
    text-align: left;
    padding-left: 18px;
    position: relative;
    margin-bottom: 3px;
}

.text li:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fe2500;
    position: absolute;
    top: 10px;
    left: 0;
}

.workarea {
    max-width: 1650px;
    min-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.js-top-banner a {
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.js-top-banner a img {
    display: block;
    width: 100%;
}

.js-top-banner .owl-dots {
    text-align: center;
    margin-top: -25px;
    position: relative;
    top: -10px;
}

.js-top-banner .owl-dots button {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 3px;
}

.js-top-banner .owl-dots button span {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: block;
    background: #000000;
    opacity: 0.3;
}

.js-top-banner .owl-dots button.active:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

.header__menu ul {
    float: right;
    margin: 10px 0 2px 0;
}

.header__menu ul li {
    margin-left: 20px;
    display: inline-block;
}

.header__logo {
    width: 265px;
    float: left;
    margin-top: 15px;
}

.header__logo a,
.header__logo img {
    display: block;
}

.header__logo-description {
    margin-top: 10px;
}

.big-text {
    font-size: 20px;
}

.small-text {
    font-size: 12px;
    color: #404750;
    line-height: 1.25;
}

.header__min-price {
    width: calc(33.33% - 112px);
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 30px;
    border-right: 1px solid #dedce4;
    float: left;
    margin-top: 15px;
}

.header__mail {
    width: calc(33.33% - 51px);
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #dedce4;
    margin-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
}

.header__phone {
    width: calc(33.33% - 102px);
    float: right;
    margin-top: 17px;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: right;
}

.header__mail-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
}

.underlink a:hover {
    color: #000000;
}

.underlink a span {
    border-bottom: 1px solid #41d497;
    padding-bottom: 2px;
}

.underlink a span:hover {
    border-bottom: 1px solid transparent;
}

.header__mail .big-text,
.header__phone .big-text {
    margin-bottom: 4px;
}

.header__mail a,
.header__phone a,
.fix-container a,
.top-form .header-phone,
.application-detail-form-text .header-phone {
    position: relative;
    padding-left: 30px;
}

.header__mail a {
    padding-left: 0;
}

/*.header__mail a:before,*/
.header__phone a:before,
.fix-container a:before,
.top-form .header-phone:before,
.application-detail-form-text .header-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}

.header__mail a:before,
.fix-mail a:before {
    background: url(../images/mail-icon.svg);
    width: 20px;
    height: 24px;
}

.fix-mail a {
    padding-left: 0;
}

.fix-mail a:before {
    content: none !important;
}

.header__phone a:before,
.fix-phone a:before,
.top-form .header-phone:before,
.application-detail-form-text .header-phone::before {
    background: url(../images/fill-346-fill-347.svg);
    width: 19px;
    height: 19px;
}

.top-form .header-phone {
    font-size: 20px;
}

.top-form .header-phone:hover {
    color: #000000;
}

/*
.header__mail .small-text {
    margin-left: 30px;
}*/
.rouble {
    font-family: Helvetica;
}

.header__navigation {
    margin-top: 18px;
}

.header__navigation-catalog {
    width: 255px;
    float: left;
}

.header__navigation-idea {
    width: 255px;
    float: left;
}

.idea-link {
    background: #24bc7d;
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    line-height: 1.1;
    position: relative;
    box-sizing: border-box;
}

.idea-link:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 24px;
    background: url(../images/fill-393.svg) 0 0 no-repeat;
    background-size: contain;
}

.idea-link:hover {
    background: #1c9160;
    color: #ffffff;
}

.catalog-trigger {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    background-color: #2d689d;
    display: block;
    width: 100%;
    border: none;
    position: relative;
    line-height: 1.1;
}

.catalog-trigger:hover {
    background-color: #4285c1;
}

.catalog-trigger:active {
    background-color: #2c4358;
}

.catalog-trigger:before {
    content: "";
    height: 17px;
    width: 23px;
    background: url(../images/catalog-icon.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
}

.header__navigation-search {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    /*
    idea
    width: calc(100% - 795px);
    */
    width: calc(100% - 540px);
    float: left;
    position: relative;
}

.header_pbWrap~.header__navigation-search {
    width: calc(100% - 670px);
}

.loup {
    position: absolute;
    background: url(../images/search-icon.svg) 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 20px;
    border: none;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header__navigation-basket {
    width: 285px;
    float: right;
}

.header__navigation-basket a {
    display: block;
    border: solid 1px #b6b4bb;
    padding: 6px 10px 6px 54px;
    font-size: 20px;
    content: "";
    position: relative;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header__navigation-basket a:before {
    content: "";
    position: absolute;
    background: url(../images/cart-icon.svg) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
    content: "";
}

.header__navigation-basket span {
    color: #0054a1;
}

.header-shadow {
    box-shadow: 0 5px 25px 0 #c1d3fa;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.main {
    padding-top: 15px;
}

.main h1 {
    text-align: center;
    color: #808080;
}

.catalog-menu {
    text-align: center;
    padding-bottom: 50px;
}

.catalog-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    height: 180px;
    width: 160px;
}

.catalog-menu li:after {
    content: "";
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
    background: -moz-linear-gradient(bottom, #ffffff, transparent);
    background: -o-linear-gradient(bottom, #ffffff, transparent);
    background: linear-gradient(bottom, #ffffff, transparent);
    z-index: 10;
}

.catalog-menu span {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 2px 18px;
    margin-left: -18px;
    width: 160px;
}

.catalog-menu a {
    white-space: nowrap;
    font-size: 13px;
}

.catalog-menu li img {
    display: block;
    margin-bottom: 8px;
}

.catalog-menu li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-menu .main-category {
    margin-bottom: 5px;
}

.catalog-menu .main-category a {
    font-size: 20px;
    display: block;
}

.catalog-menu .main-category a span {
    font-size: 16px;
}

.catalog-menu .img-wrapper {
    width: 60px;
    height: 60px;
}

.shadow {
    box-shadow: 0 5px 25px 0 #c1d3fa;
}

.content {
    padding: 60px 0;
}

.steps {
    margin-top: 50px;
    counter-reset: steps;
}

.steps.row {
    margin-left: -15px;
    margin-left: -15px;
}

.steps.row>div {
    padding-left: 15px;
    padding-right: 15px;
}

.steps__item {
    padding-top: 104px;
}

.steps__item:before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 71px;
    height: 54px;
    background: url(../images/steps.svg) 0 0 no-repeat;
    font-size: 52px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    line-height: 1;
}

.fix-width {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.fix-width-min {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.faq__item {
    margin-bottom: 25px;
}

.faq__item-answer {
    display: none;
    padding-top: 23px;
}

.faq__item-answer-wrapper {
    background-color: #2d689d;
    box-shadow: 0 5px 25px 0 #c1d3fa;
    padding: 30px;
    margin-left: 65px;
    color: #ffffff;
    position: relative;
}

.faq__item-answer-wrapper:before {
    content: "";
    background: #2d689d;
    height: 16px;
    width: 16px;
    top: -8px;
    position: absolute;
    left: 30px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.underlink .active span {
    border-bottom: 1px solid transparent;
}

.bluebg {
    background-color: #e4f5ff;
}

.big-text+.paragraph,
.big-text+p {
    margin-top: 18px;
}

.view {
    margin: 50px 80px 25px 80px;
}

.view__item-add {
    display: none;
}

.view__item {
    position: relative;
    padding: 15px;
    text-align: center;
    background: #ffffff;
}

.view__item.selected:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 2px #2d689d;
    box-sizing: border-box;
    left: 0;
    top: 0;
}

.view__item-img {
    height: 100px;
    margin-bottom: 10px;
}

.view .view__item .view__item-img img {
    display: inline;
    width: auto;
}

.view__item-name {
    font-size: 13px;
    line-height: 1.23;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

.view__item-artnumber {
    font-size: 12px;
    color: #404750;
    line-height: 1.25;
    margin-bottom: 5px;
}

.view__item-price {
    font-size: 24px;
    font-weight: bold;
}

.view__item-price .rouble {
    font-size: 14px;
    font-weight: normal;
    color: #404750;
}

.view__item:hover .view__item-add {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    z-index: 10;
    line-height: normal;
    box-shadow: 0 5px 10px 0 #c2d8fb;
}

.view__item:hover .view__item-add span {
    position: absolute;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    left: 0;
    right: 0;
    bottom: 73px;
    box-sizing: border-box;
}

.view__item:hover .view__item-add:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background: url(../images/plus-icon.svg) 0 0 no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 113px;
    z-index: 20;
}

.owl-nav {
    height: 0;
}

.owl-carousel .owl-nav>button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff !important;
    box-sizing: border-box;
    color: #2d689d !important;
    text-align: center;
    border: solid 1px #2d689d !important;
    z-index: 20;
    font-size: 24px !important;
}

.owl-carousel .owl-nav>button.disabled {
    cursor: default;
    opacity: 0.8;
    color: #b6b4bb !important;
}

.owl-carousel .owl-nav>button:not(.disabled):hover {
    background: #2d689d !important;
    color: #ffffff !important;
}

.owl-carousel .owl-nav>button:not(.disabled):active {
    background: #2c4358 !important;
    border: 1px solid #2c4358 !important;
    color: #ffffff !important;
}

.owl-prev {
    left: -80px;
}

.owl-next {
    right: -80px;
}

.form {
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
    z-index: 10;
}

.form__left {
    float: left;
    padding-right: 44px;
    width: 34%;
    box-sizing: border-box;
}

.form__right {
    float: left;
    width: 66%;
    box-sizing: border-box;
}

.label {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    margin-bottom: 7px;
}

sub.required {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: red;
    border-radius: 50%;
    margin-bottom: 8px;
    margin-left: 1px;
}

.form input[type="text"],
.form input[type="email"] {
    height: 40px;
}

.form fieldset {
    margin-bottom: 11px;
}

.form fieldset:last-child {
    margin-bottom: 0;
}

.form textarea {
    height: 208px;
}

.form__buttons {
    margin-top: 24px;
}

/* */
.file-style {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.file-style label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-style input[type="file"] {
    display: none;
}

/* */

.file-style label:after {
    content: "";
    width: 10px;
    height: 20.5px;
    background: url(../images/attach-icon.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

.file-style span {
    border-bottom: 1px solid #41d497;
    padding-bottom: 1px;
}

.file-style:hover span {
    border-bottom: 1px solid transparent;
}

.form .file-style {
    margin-right: 35px;
    margin-top: 15px;
    float: right;
}

.list-wrapper {
    float: left;
    max-width: 298px;
    padding-left: 18px;
    box-sizing: border-box;
}

.list-wrapper span {
    display: block;
    cursor: pointer;
    position: relative;
}

.list-wrapper span:first-child:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 6px;
    background: url(../images/close-icon.svg) 0 0 no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    opacity: 0.5;
}

.list-wrapper:hover span:first-child:before {
    opacity: 1;
}

.footer {
    padding: 60px 0;
    background: #00315c;
    color: #ffffff;
}

.bottom-menu span {
    color: #ffffff;
}

.bottom-menu li:not(:last-child) {
    margin-bottom: 20px;
}

.footer .h5 {
    margin-bottom: 22px;
    min-height: 24px;
}

.footer .row {
    margin-left: -40px;
    margin-right: -40px;
}

.footer .row>div {
    padding-left: 40px;
    padding-right: 40px;
}

.footer__address {
    padding-left: 24px;
    position: relative;
}

.footer__address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/map-icon.svg) 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
}

.socials a {
    padding-left: 33px;
    width: 20px;
    position: relative;
}

.socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.socials__vk:before {
    background-image: url(../images/vk-icon@2x.png);
}

.socials__fb:before {
    background-image: url(../images/fb-icon@2x.png);
}

.socials__in:before {
    background-image: url(../images/insta-icon@2x.png);
}

a.socials__yo:before {
    background-image: url(../images/youtube-icon@2x.png);
    background-size: contain;
}

a.socials__tg:before {
    background-image: url(../images/telegram-icon@2x.png);
}

.breadcrumb {
    margin-bottom: 21px;
}

.breadcrumb a {
    position: relative;
    margin-right: 30px;
}

.breadcrumb a:after {
    content: "\2192";
    position: absolute;
    right: -23px;
    top: -2px;
}

.catalog-section__left {
    float: left;
    width: 276px;
    box-sizing: border-box;
    padding-right: 30px;
    min-height: 1px;
    margin-top: -66.6px;
}

.catalog-section__right {
    float: left;
    width: calc(100% - 276px);
}

.catalog-section__menu {
    padding: 5px 15px 15px 15px;
    background: #f2faff;
    margin-bottom: 25px;
}

.catalog-section__menu li {
    margin-bottom: 12px;
    font-size: 14px;
}

.catalog-section__menu li a {
    /*padding: 7.5px 45px 7.5px 9px;*/
    transition: none;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

.catalog-section__menu li.selected a {
    font-weight: bold;
}

.catalog-section__menu li a:hover {
    border-bottom: 1px solid #41d497;
    color: #000000;
}

.smart-filter {
    background: #f2faff;
    padding: 10px 5px;
    position: relative;
    z-index: 60;
}

.smart-filter__item .label {
    font-size: 12px;
    color: #404750;
    margin-bottom: 2px;
}

.smart-filter__item {
    float: left;
    padding: 7.5px 22.5px;
    width: 160px;
}

.jq-selectbox__select {
    background: #ffffff;
    border: solid 1px #b6b4bb;
    padding: 10px;
    cursor: pointer;
}

.jq-selectbox__select:after {
    content: "";
    width: 8.4px;
    height: 15.7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9.6px;
    margin: auto;
    background: url(../images/arrow-down.svg) 0 0 no-repeat;
    background-size: contain;
}

.jq-selectbox__select:hover {
    box-shadow: 1px 1px 8px -1px #c1d3fa;
}

.all .jq-selectbox {
    display: block;
}

.jq-selectbox__dropdown {
    position: absolute;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    border: solid 1px #b6b4bb;
    border-top: none;
}

.jq-selectbox li {
    padding: 3px 10px;
    cursor: pointer;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background: #41d497;
    color: #ffffff;
}

.smart-filter input[type="text"] {
    height: 42px;
    padding-left: 10px;
    padding-right: 10px;
}

.smart-filter input[type="text"]::-webkit-input-placeholder {
    color: #000000;
}

.smart-filter input[type="email"]::-webkit-input-placeholder {
    color: #000000;
}

.smart-filter input[type="text"]::-moz-placeholder {
    color: #000000;
}

.smart-filter input[type="text"]:-moz-placeholder {
    color: #000000;
}

.smart-filter input[type="text"]:-ms-input-placeholder {
    color: #000000;
}

.smart-filter input[type="email"]::-moz-placeholder {
    color: #000000;
}

.smart-filter input[type="email"]:-moz-placeholder {
    color: #000000;
}

.smart-filter input[type="email"]:-ms-input-placeholder {
    color: #000000;
}

.sort-wrapper {
    margin: 25px 0;
}

.sort-wrapper button {
    background: transparent;
    border: none;
    margin: 0 3px;
    padding: 8px 27px 8px 13px;
    position: relative;
    display: inline-block;
    font-size: inherit;
}

.sort-wrapper button:not(.new-label):after {
    content: "\2193";
    position: absolute;
    right: 12px;
    top: 6px;
}

.sort-wrapper button.active {
    background: #2d689d;
    color: #ffffff;
}

.sort-wrapper button:not(.new-label).asc:after {
    content: "\2191";
}

.sort-wrapper button:hover {
    opacity: 0.9;
}

.catalog-section__item {
    width: 241px;
    height: 340px;
    display: inline-block;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.catalog-section__item:hover {
    overflow: visible;
}

.item-overflow {
    position: absolute;
    padding: 20px 25px 30px 25px;
    width: 100%;
    left: -25px;
    top: -10px;
    z-index: 10;
}

.catalog-section__item:hover .item-overflow {
    box-shadow: 0 5px 25px 0 #c1d3fa;
    background: #ffffff;
    z-index: 110;
}

.catalog-section__item.has-offers:hover .item-overflow {
    padding-left: 75px;
    left: -75px;
}

.catalog-section__item.has-offers.double:hover .item-overflow {
    padding-left: 125px;
    left: -125px;
}

.catalog-section__item-img {
    text-align: center;
    height: 180px;
    line-height: 180px;
    margin-bottom: 18px;
    margin-left: 40px;
    margin-right: 40px;
    background: #ffffff;
    position: relative;
    z-index: 100;
}

.catalog-section__item-img img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.catalog-section__item-link {
    display: block;
    margin-bottom: 16px;
}

.catalog-section__item .small-text {
    margin-bottom: 3px;
}

.catalog-section__item-price {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    min-height: 33.6px;
}

.catalog-section__item-price .rouble {
    font-weight: normal;
    font-size: 14px;
}

.catalog-section__item .red-button {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(50% - 5px);
    height: 40px;
    font-size: 15px;
    padding: 0 0;
    line-height: 40px;
}

.list-actions>* {
    height: 40px;
    width: calc(50% - 5px);
    display: inline-block;
    padding: 0;
    font-size: 15px;
    line-height: 40px;
}

.item-label {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 105;
}

.item-label>div {
    font-size: 12px;
    text-align: center;
    width: 113px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.item-label__new {
    background-color: #41d497;
}

.item-label__sale {
    background-color: #ff4e30;
}

.item-label__hit,
.item-label__bestseller {
    background-color: #24bc7d;
}

.in-favorite {
    position: relative;
    margin: 18px 0 27px 0;
    padding-left: 30px;
    display: inline-block;
}

.in-favorite:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/compare-icon.svg) 0 0 no-repeat;
    background-size: contain;
    left: 0;
    top: -2px;
    position: absolute;
}

.red-button {
    background-color: #ff4141;
}

.red-button:hover {
    background-color: #ff6e6e;
    color: #ffffff !important;
}

.red-button:active {
    background-color: #ee1e1e;
}

.old-price {
    display: inline-block;
    font-size: 18px;
    color: #838383;
    font-weight: normal;
    margin-right: 5px;
    text-decoration: line-through;
}

.detail-price.old-price {
    font-size: 18px;
    font-weight: 300;
}

.old-price .rouble {
    font-size: 14px;
}

.catalog-section__item-name {
    height: 40px;
    min-height: 40px;
    overflow: hidden;
}

.catalog-section__item:hover .catalog-section__item-name {
    height: auto;
}

.item-offers {
    position: absolute;
    height: 165px;
    width: 48px;
    overflow: hidden;
}

.double .item-offers {
    left: 25px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
    width: 96px;
}

.item-offers>a {
    display: inline-block;
    width: 38px;
    height: 30px;
    line-height: 25px;
    margin: 0 10px 10px 0;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.item-offers>a:hover:after {
    border: 1px solid #24bc7d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.item-offers img {
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.catalog-section__item:hover .item-offers {
    left: 20px;
    height: auto;
}

.on-request {
    font-size: 16px;
    font-weight: bold;
}

.catalog-section__list {
    margin-bottom: 50px;
}

.detail-image {
    position: relative;
    margin-bottom: 45px;
    height: 446px;
}

.detail-image a:not(.hide) {
    display: block;
}

.detail-image img {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.catalog-element .item-label {
    left: 0;
    right: auto;
    top: 0;
}

.more-photo__item {
    float: left;
    width: 95px;
    height: 95px;
    line-height: 95px;
    box-shadow: 0 5px 20px 0 #e2ebff;
    margin-right: 27px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.more-photo__item img {
    vertical-align: middle;
}

.more-photo__item:last-child {
    margin-right: 0;
}

.more-photo__item.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #2d689d;
    box-sizing: border-box;
}

.catalog-element__left {
    width: 635px;
    float: left;
}

.catalog-element__right {
    float: left;
    padding-left: 30px;
    width: calc(100% - 635px);
    box-sizing: border-box;
}

.detail-info {
    box-shadow: 0 5px 25px 0 #bcd8e8;
}

.detail-carousel {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: -25px;
}

.detail-carousel .more-photo__item {
    float: none;
    margin: 0 auto;
}

.detail-carousel img {
    width: auto !important;
    display: inline-block !important;
}

.detail-carousel .more-photo__item {
    margin-left: auto;
    margin-right: auto;
}

.detail-carousel .owl-carousel .owl-stage-outer {
    padding: 25px 0;
}

.detail-carousel .owl-carousel {
    line-height: 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.sku-wrapper {
    padding: 12px 20px;
    height: 81px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.sku-wrapper>div:not(.offers-trigger) {
    position: absolute;
    background: #ffffff;
    z-index: 10;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.sku-item {
    margin: 9px 12px;
    float: left;
}

.sku-item a {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
}

.sku-item.active a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #2d689d;
    box-sizing: border-box;
}

.sku-item img {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    position: absolute;
}

.catalog-element {
    padding-bottom: 30px;
}

.catalog-element.fix-width {
    width: 1110px;
}

.detail-info>div {
    border-bottom: 1px solid #d8d8d8;
}

.catalog-element__block {
    padding: 12px 40px;
}

.detail-price-wrapper {
    float: left;
    width: 155px;
    padding-right: 15px;
    box-sizing: border-box;
}

.detail-artnumber-wrapper {
    float: left;
    width: calc(100% - 155px);
}

.detail-price,
.detail-artnumber {
    margin-top: 7px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.21;
}

.catalog-element__size {
    width: 100%;
}

.catalog-element__size td,
.catalog-element__size th {
    text-align: center;
    vertical-align: top;
}

.catalog-element__size td:nth-child(1) {
    width: 12%;
}

.catalog-element__size td:nth-child(2) {
    width: 55%;
}

.catalog-element__size td:nth-child(3) {
    width: 33%;
}

.catalog-element__size th {
    font-weight: normal;
    padding-bottom: 5px;
}

.catalog-element__size td {
    padding: 13px 5px 8px 5px;
}

.catalog-element__size input[type="text"] {
    width: 65px;
    height: 40px;
    color: #000000;
    font-size: 20px;
    margin-top: -6px;
    padding-left: 5px;
    padding-right: 5px;
}

.detail-actoins {
    background-color: #2c4358;
    color: #ffffff;
    padding: 25px 65px;
    position: relative;
}

.detail-actoins * {
    color: #ffffff;
}

.total-wrapper {
    margin-bottom: 20px;
}

.total-price {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    right: 65px;
    top: 20px;
    line-height: normal;
}

.detail-actoins .button {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.tabs {
    margin-top: 25px;
}

.tabs__head {
    border-bottom: 1px solid #d8d8d8;
}

.tabs__head span {
    display: inline-block;
    margin-right: 55px;
    font-size: 20px;
    padding: 0 0 6px 0;
    cursor: pointer;
    position: relative;
}

.tabs__head span.active {
    cursor: auto;
}

.tabs__head span.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 5px;
    width: 100%;
    background-color: #2d689d;
}

.tabs__head span:not(.active):hover {
    color: #2d689d;
}

.tabs__item {
    display: none;
    padding: 27px 0;
}

.custom-table {
    margin-bottom: 27px;
    width: 100%;
}

.custom-table td {
    padding: 10px 18px;
}

/*
.custom-table td:nth-child(2n + 1) {
    width: 40%;
}
.custom-table td:nth-child(2n + 2) {
    width: 60%;
}
*/
.custom-table tr:nth-child(2n + 1) td {
    background-color: #f2faff;
}

.fix-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    height: 100%;
    z-index: 300;
    overflow-y: scroll;
    display: none;
    padding: 45px 60px;
    box-sizing: border-box;
}

.overflow {
    overflow: hidden;
}

.search-category {
    position: relative;
    margin-bottom: 40px;
}

.search-category .loup {
    right: 20px;
}

.menu-close {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 17px;
    cursor: pointer;
    background: url(../images/close-icons.svg) 0 0 no-repeat;
    background-size: contain;
}

.menu-close:hover {
    box-shadow: 0 5px 15px 0 #bcd8e8;
    opacity: 0.9;
}

.err-message {
    display: none;
    font-size: 18px;
    font-weight: 300;
}

.header__menu .selected a {
    color: #41d497;
}

.breadcrumb>div {
    display: inline-block;
}

.l-wrapper {
    bottom: 0;
    height: 276px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99999;
}

.l-wrapper.items-wrapper {
    height: 150px;
    position: static;
}

.l-wrapper svg {
    height: 120px;
    margin: 0 2em 2em;
    overflow: visible;
    width: 120px;
}

.l-wrapper svg {
    height: 120px;
    margin: 0 2em 2em;
    overflow: visible;
    width: 120px;
}

.no-size>th,
.no-size>td {
    text-align: left;
    padding-left: 0;
}

.no-size>th:first-child,
.no-size>td:first-child {
    width: 41%;
    padding-right: 15px;
}

.g--circle {
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    fill: #4285c1;
    -webkit-animation: opacity 1.2s linear infinite;
    animation: opacity 1.2s linear infinite;
}

.g--circle:nth-child(12n + 1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 4) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 8) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 9) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 10) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 12) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
    fill-opacity: 0;
    -webkit-animation-name: opacity;
    animation-name: opacity;
}

.g-circles--v2 .g--circle {
    fill-opacity: 0;
    stroke-opacity: 0;
    stroke-width: 1;
    stroke: yellowgreen;
    -webkit-animation-name: opacity-stroke, colors, colors-stroke;
    animation-name: opacity-stroke, colors, colors-stroke;
}

.g-circles--v2 .g--circle .u--circle {
    -webkit-animation: transform-2 1.2s linear infinite;
    animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n + 1) .u--circle {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.g-circles--v2 .g--circle:nth-child(12n + 2) .u--circle {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.g-circles--v2 .g--circle:nth-child(12n + 3) .u--circle {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.g-circles--v2 .g--circle:nth-child(12n + 4) .u--circle {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.g-circles--v2 .g--circle:nth-child(12n + 5) .u--circle {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.g-circles--v2 .g--circle:nth-child(12n + 6) .u--circle {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.g-circles--v2 .g--circle:nth-child(12n + 7) .u--circle {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.g-circles--v2 .g--circle:nth-child(12n + 8) .u--circle {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.g-circles--v2 .g--circle:nth-child(12n + 9) .u--circle {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.g-circles--v2 .g--circle:nth-child(12n + 10) .u--circle {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.g-circles--v2 .g--circle:nth-child(12n + 11) .u--circle {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.g-circles--v2 .g--circle:nth-child(12n + 12) .u--circle {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
    fill-opacity: 1;
    -webkit-animation-name: opacity, colors;
    animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
    fill-opacity: 1;
    fill: orange;
    -webkit-animation-name: opacity, colors-3;
    animation-name: opacity, colors-3;
}

.g-circles--v4 .u--circle {
    -webkit-animation: transform 1.2s linear infinite;
    animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n + 1) .u--circle {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.g-circles--v4 .g--circle:nth-child(12n + 2) .u--circle {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.g-circles--v4 .g--circle:nth-child(12n + 3) .u--circle {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.g-circles--v4 .g--circle:nth-child(12n + 4) .u--circle {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.g-circles--v4 .g--circle:nth-child(12n + 5) .u--circle {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.g-circles--v4 .g--circle:nth-child(12n + 6) .u--circle {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.g-circles--v4 .g--circle:nth-child(12n + 7) .u--circle {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.g-circles--v4 .g--circle:nth-child(12n + 8) .u--circle {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.g-circles--v4 .g--circle:nth-child(12n + 9) .u--circle {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.g-circles--v4 .g--circle:nth-child(12n + 10) .u--circle {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.g-circles--v4 .g--circle:nth-child(12n + 11) .u--circle {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.g-circles--v4 .g--circle:nth-child(12n + 12) .u--circle {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
    3% {
        fill-opacity: 1;
    }

    75% {
        fill-opacity: 0;
    }
}

@keyframes opacity {
    3% {
        fill-opacity: 1;
    }

    75% {
        fill-opacity: 0;
    }
}

@-webkit-keyframes opacity-stroke {
    10% {
        stroke-opacity: 1;
    }

    85% {
        stroke-opacity: 0;
    }
}

@keyframes opacity-stroke {
    10% {
        stroke-opacity: 1;
    }

    85% {
        stroke-opacity: 0;
    }
}

@-webkit-keyframes colors {
    0% {
        fill: yellowgreen;
    }

    10% {
        fill: gold;
    }

    75% {
        fill: crimson;
    }
}

@keyframes colors {
    0% {
        fill: yellowgreen;
    }

    10% {
        fill: gold;
    }

    75% {
        fill: crimson;
    }
}

@-webkit-keyframes colors-stroke {
    0% {
        stroke: yellowgreen;
    }

    10% {
        stroke: gold;
    }

    75% {
        stroke: crimson;
    }
}

@keyframes colors-stroke {
    0% {
        stroke: yellowgreen;
    }

    10% {
        stroke: gold;
    }

    75% {
        stroke: crimson;
    }
}

@-webkit-keyframes colors-2 {
    0% {
        fill: yellow;
    }

    50% {
        fill: red;
    }

    65% {
        fill: orangered;
    }

    95% {
        fill: gold;
    }
}

@keyframes colors-2 {
    0% {
        fill: yellow;
    }

    50% {
        fill: red;
    }

    65% {
        fill: orangered;
    }

    95% {
        fill: gold;
    }
}

@-webkit-keyframes colors-3 {
    0% {
        fill: yellowgreen;
    }

    50% {
        fill: turquoise;
    }

    65% {
        fill: yellow;
    }

    95% {
        fill: orange;
    }
}

@keyframes colors-3 {
    0% {
        fill: yellowgreen;
    }

    50% {
        fill: turquoise;
    }

    65% {
        fill: yellow;
    }

    95% {
        fill: orange;
    }
}

@-webkit-keyframes transform {
    10% {
        -webkit-transform-origin: 70px 70px;
        transform-origin: 70px 70px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@keyframes transform {
    10% {
        -webkit-transform-origin: 70px 70px;
        transform-origin: 70px 70px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@-webkit-keyframes transform-2 {
    40% {
        -webkit-transform: scale(0.85) translate(10px, 10px);
        transform: scale(0.85) translate(10px, 10px);
    }

    60% {
        stroke-width: 20;
    }
}

@keyframes transform-2 {
    40% {
        -webkit-transform: scale(0.85) translate(10px, 10px);
        transform: scale(0.85) translate(10px, 10px);
    }

    60% {
        stroke-width: 20;
    }
}

.paragraph table {
    width: 100%;
}

.paragraph table td {
    padding: 10px;
    vertical-align: middle;
}

.paragraph tr:nth-child(2n + 2) {
    background: #e4f5ff;
}

.paragraph table br {
    display: none;
}

.application-detail .paragraph table br {
    display: unset;
}

@media (max-width: 800px) {
    .application-detail .paragraph table br {
        display: none;
    }
}

.modal {
    max-width: 400px;
}

.modal .button {
    width: 100%;
    margin-top: 12px;
}

.delete-filter label {
    color: #ffffff;
    background: #41d497;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.delete-filter label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxLjk3NiA1MS45NzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxLjk3NiA1MS45NzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDQuMzczLDcuNjAzYy0xMC4xMzctMTAuMTM3LTI2LjYzMi0xMC4xMzgtMzYuNzcsMGMtMTAuMTM4LDEwLjEzOC0xMC4xMzcsMjYuNjMyLDAsMzYuNzdzMjYuNjMyLDEwLjEzOCwzNi43NywwICAgQzU0LjUxLDM0LjIzNSw1NC41MSwxNy43NCw0NC4zNzMsNy42MDN6IE0zNi4yNDEsMzYuMjQxYy0wLjc4MSwwLjc4MS0yLjA0NywwLjc4MS0yLjgyOCwwbC03LjQyNS03LjQyNWwtNy43NzgsNy43NzggICBjLTAuNzgxLDAuNzgxLTIuMDQ3LDAuNzgxLTIuODI4LDBjLTAuNzgxLTAuNzgxLTAuNzgxLTIuMDQ3LDAtMi44MjhsNy43NzgtNy43NzhsLTcuNDI1LTcuNDI1Yy0wLjc4MS0wLjc4MS0wLjc4MS0yLjA0OCwwLTIuODI4ICAgYzAuNzgxLTAuNzgxLDIuMDQ3LTAuNzgxLDIuODI4LDBsNy40MjUsNy40MjVsNy4wNzEtNy4wNzFjMC43ODEtMC43ODEsMi4wNDctMC43ODEsMi44MjgsMGMwLjc4MSwwLjc4MSwwLjc4MSwyLjA0NywwLDIuODI4ICAgbC03LjA3MSw3LjA3MWw3LjQyNSw3LjQyNUMzNy4wMjIsMzQuMTk0LDM3LjAyMiwzNS40NiwzNi4yNDEsMzYuMjQxeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.delete-filter label:hover:after {
    opacity: 0.8;
}

.all font.errortext {
    color: #41d497 !important;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input[type="text"] {
    height: 42px;
}

.smart-result {
    position: absolute;
    background: #ffffff;
    padding: 20px 10px;
    width: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 0 5px 25px 0 #bcd8e8;
    box-sizing: border-box;
}

.smart-result__block {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.smart-result__title {
    line-height: 1.25;
    color: #404750;
    font-size: 12px;
    margin-bottom: 5px;
}

.smart-result__section {
    margin-top: 11px;
}

.smart-result__section a {
    border-bottom: 1px solid #41d497;
}

.smart-result__element:not(:last-child) {
    margin-bottom: 8px;
}

.smart-result__element a:not(.category-item) {
    display: block;
}

.smart-result__img {
    width: 38px;
    float: left;
    line-height: 0;
    margin-right: 12px;
}

.smart-result__name {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 50px);
}

.smart-result__name .name {
    border-bottom: 1px solid #41d497;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.all-result {
    border-bottom: 1px solid #41d497;
    margin-left: 10px;
}

.smart-result__article {
    display: block;
    font-size: 12px;
    color: #404750;
    margin-top: -2px;
}

.static-page a {
    border-bottom: 1px solid #41d497;
    padding-bottom: 1px;
}

.bx-authform .bx-title {
    display: none;
}

.bx-authform-content-container,
.bx-authform-label-container {
    font-size: 12px;
    color: #404750;
    margin-bottom: 2px;
    font-weight: 300;
    line-height: 1.63;
}

.contacts__ico {
    padding-left: 24px;
    margin-top: 13px;
    position: relative;
}

.ico-address:before {
    content: "";
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 20px;
    background-image: url(../images/map-icon-blue.svg);
    top: 4px;
}

.ico-time {
    padding-left: 28px;
}

.ico-time:before {
    content: "";
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/clock-icon.svg);
    top: 3px;
}

.ico-phone {
    padding-left: 0;
}

.ico-phone a {
    padding-left: 29px;
}

.ico-phone a:before {
    content: "";
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 19px;
    height: 19px;
    background-image: url(../images/fill-346-fill-347.svg);
    top: 2px;
}

.contacts a {
    border-bottom: none;
}

.ico-mail {
    padding-left: 0;
}

.ico-mail a {
    padding-left: 30px;
    display: inline-block;
    position: relative;
}

.ico-mail a:before {
    content: "";
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 24px;
    background-image: url(../images/e-mail-icon.svg);
    top: -4px;
}

.contacts .tabs__item {
    padding-top: 50px;
}

.map-wrapper {
    margin: 60px 0;
}

.contacts-person {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-item {
    width: 25%;
    box-sizing: border-box;
    padding-right: 50px;
    margin-bottom: 60px;
    line-height: 20px;
}

.contacts-person .big-text {
    margin-top: 43px;
    margin-bottom: 8px;
}

.hide-text {
    margin-bottom: 50px;
}

.hide-text.overflow {
    max-height: 60px;
    position: relative;
}

.hide-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 30px;
    background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.hide-text.opened:after {
    content: none;
}

.open-text {
    position: absolute;
    right: 0;
    top: -50px;
}

.open-text-wrapper {
    position: relative;
}

.kp-wrapper {
    margin: 10px 0 25px 0;
}

.kp-wrapper a {
    float: right;
    margin-left: 15px;
    border-bottom: none;
}

.personalization-popup {
    padding: 30px 15px;
    font-size: 14px;
    line-height: 1.43;
}

.personalization-popup td {
    padding: 10px;
}

.personalization-popup td td {
    padding: 0;
}

.personalization-popup .pformclass {
    margin-left: -10px;
    margin-right: -10px;
}

.personalization-popup .r_inp span {
    font-size: 12px;
    color: #404750;
    margin-bottom: 2px;
    font-weight: 300;
    line-height: 1.63;
}

.personalization-popup input[type="text"] {
    height: 42px;
    font-size: 14px;
    line-height: 1.43;
    padding-left: 10px;
    padding-right: 10px;
}

.personalization-popup .r_inp {
    margin-bottom: 10px;
}

.personalization-popup p,
.personalization-popup .paragraph {
    font-size: 14px;
    line-height: 1.43;
}

.personalization-popup .jq-selectbox {
    display: block !important;
}

.show-img {
    margin: 10px 0;
}

.personalization-popup .jq-selectbox {
    font-size: 14px;
    line-height: 1.43;
}

.kp-background {
    background: #f2faff;
    padding: 20px;
    text-align: right;
    margin: 25px 0;
}

.kp-background .button {
    padding: 0 10px;
    border-bottom: none;
    width: 250px;
}

.quotation-list .jq-selectbox {
    display: inline-block;
}

.quotation-list .jq-selectbox__select {
    padding-right: 30px;
}

.header__phone a:after,
.fix-phone a:after,
.top-form .header-phone:after,
.application-detail-form-text .header-phone::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 33px);
    right: 0;
    background: #41d497;
    bottom: -3px;
}

.header__phone a:hover:after,
.fix-phone a:hover:after,
.top-form .header-phone:hover:after,
.application-detail-form-text .header-phone:hover::after {
    content: none;
}

.bottom-menu .roistat-phonemsk,
.bottom-menu .roistat-phonespb {
    position: relative;
    color: #ffffff;
}

.ico-phone>a {
    position: relative;
}

.bottom-menu .roistat-phonemsk:hover,
.bottom-menu .roistat-phonespb:hover {
    color: #ffffff;
}

.bottom-menu .roistat-phonemsk:after,
.bottom-menu .roistat-phonespb:after,
.ico-phone>a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    background: #41d497;
    bottom: -3px;
}

.bottom-menu .roistat-phonemsk:hover:after,
.bottom-menu .roistat-phonespb:hover:after,
.ico-phone>a:hover:after {
    content: none;
}

.ico-phone>a:after {
    width: calc(100% - 31px);
    bottom: -2px;
}

.static {
    max-width: 800px;
}

.form-bottom-wrapper {
    margin-bottom: 50px;
}

.header__menu ul li.hidden-desctop {
    display: none !important;
}

@media screen and (min-width: 1181px) {
    .catalog-menu li:hover a {
        white-space: normal;
    }

    .catalog-menu li:hover {
        overflow: visible;
        z-index: 100;
    }

    .catalog-menu li:hover:after {
        content: none;
    }

    .catalog-menu li:hover div {
        background-color: #fff;
        color: #435159;
        margin: -18px 0 0 -18px;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        width: auto;
        position: absolute;
        padding: 18px 0 25px 18px;
        overflow: hidden;
    }

    .fix-block-clearfix {
        max-width: 1650px;
    }

    .fix-head .fix-block-clearfix {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .fix-head .fix-block {
        box-shadow: 0 5px 25px 0 #bcd8e8;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #ffffff;
        margin: 0;
        z-index: 250;
        padding: 15px 0;
    }

    .fix-head .header-shadow {
        padding-top: 91px;
    }

    .fix-head .header__navigation-basket {
        display: none;
    }

    .fix-container {
        display: none;
    }

    .fix-head .fix-container {
        float: right;
        display: block;
    }

    .fix-head .header__navigation-search {
        /*
        idea
        width: calc(100% - 985px);
        */
        width: calc(100% - 800px);
    }

    .fix-head .header_pbWrap~.header__navigation-search {
        width: calc(100% - 860px);
    }

    .fix-phone {
        margin-left: 40px;
    }

    .fix-phone,
    .fix-mail {
        margin-top: -4px;
        float: left;
    }

    .fix-container .big-text {
        margin-bottom: 4px;
    }

    .fix-phone .small-text {
        text-align: right;
    }

    .fix-mail {
        min-width: 225px;
    }
}

.md-show,
.sm-show {
    display: none;
}

.faq__item-answer a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.faq__item-answer a:hover {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

.faq__item-answer li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.faq__item-answer li:before {
    content: "";
    top: 8px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
}

.dropdown-menu {
    display: none;
}

.catalog-section h1 {
    margin-left: 276px;
}

.catalog-element__right br+br {
    display: none;
}

.bx-filter-popup-result {
    display: none !important;
}

.smart-filter__item input[type="text"]::-moz-placeholder {
    line-height: 42px;
}

.smart-filter__item input[type="text"]:-moz-placeholder {
    line-height: 42px;
}

.about-bumbers {
    color: #46679a;
    max-width: 1645px;
    margin-left: auto;
    margin-right: auto;
}

.number-item {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.number-item {
    width: 33.33%;
}

.number-value {
    font-weight: bold;
    font-size: 65px;
    padding-right: 10px;
    line-height: 1;
}

.number-text {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
}

.number-item-wrapper {
    display: table;
}

.number-item-wrapper>div {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
}

.directions {
    margin-top: 50px;
}

.direction {
    float: left;
    width: 33.33%;
}

.direction-head {
    height: 79px;
    overflow: hidden;
    margin-bottom: 20px;
}

.direction-head img {
    width: 100%;
}

.direction-square {
    width: 50%;
    float: left;
    text-align: justify;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    font-weight: bold;
}

.direction-square-img {
    line-height: 0;
    text-align: center;
    padding: 0;
}

.about-clients {
    margin-top: 70px;
    margin-bottom: 80px;
}

.clients-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.clients-item {
    width: 16.66%;
    text-align: center;
    height: 113px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.modal-wrapper {
    display: none;
}

.form__buttons-dragndrop {
    float: left;
    padding-right: 25px;
    width: calc(100% - 250px);
    box-sizing: border-box;
}

.file-selectdialog-switcher {
    float: right;
    border-bottom: 1px solid #41d497;
    display: inline-block;
    margin: 17px 20px 0 0;
    position: relative;
}

.file-selectdialog-switcher:hover {
    border-bottom: 1px solid transparent;
}

.file-selectdialog-switcher:after {
    content: "";
    width: 20px;
    height: 20.5px;
    background: url(../images/attach-icon.svg) 100% 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: 0;
}

.view-items-add {
    float: right;
    cursor: pointer;
    margin-top: -33px;
    color: #ffffff;
    background: #41d497;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    -khtml-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
}

.view-items-add:not(.active):hover {
    background: #208c5f;
}

.view-items-add.active {
    cursor: auto;
    opacity: 0.6;
}

.popup-wrapper {
    min-width: 400px;
    max-width: 400px;
}

.popup-wrapper input[type="text"],
.popup-wrapper input[type="email"] {
    height: 40px;
}

.popup-wrapper fieldset {
    margin-bottom: 10px;
}

.agree {
    font-size: 12px;
    margin: 10px 0;
}

.agree input[type="checkbox"] {
    vertical-align: middle;
}

.agree a {
    color: #41d497;
}

.custom .checkbox {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.custom .checkbox-custom {
    width: 12px;
    height: 12px;
    border: 2px solid #b6b4bb;
    border-radius: 3px;
    position: relative;
    margin-right: 4px;
}

.custom .checkbox-custom,
.custom .label-custom {
    display: inline-block;
    vertical-align: top;
}

.custom .checkbox-custom {
    margin-top: 3px;
}

.label-custom {
    max-width: calc(100% - 20px);
}

.labels .label-custom {
    max-width: calc(100% - 25px);
}

.labels .custom .checkbox-custom {
    margin-top: 0;
}

.custom .checkbox:checked+.checkbox-custom::before,
.custom .checkbox:checked+label+.checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #00315c;
    border-radius: 2px;
}

.custom .error+.checkbox-custom {
    border: 2px solid #ff2241;
}

.footer-agree {
    margin-top: 30px;
}

.footer-agree a {
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid #41d497;
}

.footer-agree a:hover {
    border-bottom: 1px solid transparent;
}

.brands-menu .letter {
    text-transform: uppercase;
    font-size: 72px;
}

.menu-tab:not(:first-child) {
    display: none;
}

.menu-navigation {
    margin: 40px 0;
    font-size: 18px;
}

.menu-navigation span:not(.active) {
    color: #2d689d;
    cursor: pointer;
    border-bottom: 1px dotted #2d689d;
}

.menu-navigation span:not(.active):hover {
    border-bottom: 1px dotted #ffffff;
}

.menu-navigation span {
    font-size: 18px;
}

.banners-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.banners-list__item {
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.banners-list__item_small {
    width: 16.66%;
}

.banners-list__img a {
    display: block;
    line-height: 0;
    border-bottom: none;
}

.banners-list__img {
    position: relative;
}

.banners-list__title {
    display: table;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #0c0c0c;
}

.color-white {
    color: #ffffff;
}

.news-list {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.news-list__item {
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.news-list__item:nth-child(4n + 1) {
    clear: both;
}

.news-list__img>a {
    display: block;
    line-height: 0;
    border-bottom: none;
}

.news-list__img {
    margin-bottom: 10px;
}

.news-list__date,
.news-detail__date {
    color: #404750;
    margin-bottom: 4px;
}

.news-detail__img {
    float: left;
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
}

.news-detail__text {
    width: 75%;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}

.news-detail__back {
    margin-top: 10px;
}

.techtable td {
    border: 1px solid;
}

.techul>li {
    list-style: disc;
    margin-left: 20px;
}

.techtable.custom-table td:nth-child(2n + 1) {
    width: auto;
}

.techtable.custom-table td:nth-child(2n + 2) {
    width: auto;
}

.techit {
    font-style: italic;
}

.catalog-section__title {
    background: #f2faff;
    padding: 8px 15px;
    font-size: 22px;
}

.basket-checkout-section div.basket-checkout-block-btn button.btn {
    padding: 0 30px;
}

.basket-checkout-section div.basket-checkout-block-btn button.red-button {
    background: #a1a1a1;
}

.basket-checkout-section div.basket-checkout-block-btn button.red-button:hover {
    opacity: 0.8;
}

.catalog-section .bx-filter.bx-blue .bx-filter-section {
    padding: 15px;
    background: #f2faff;
}

.catalog-section .bx_filter .bx_filter_section {
    background: #f2faff;
    border: none;
    padding: 0 15px 15px 15px;
    text-shadow: none;
}

.catalog-section .bx_filter .bx_filter_title {
    background: #f2faff;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: normal;
    text-shadow: none;
    margin-left: -15px;
    margin-right: -15px;
}

.catalog-section .bx_filter .bx_filter_button_box,
.catalog-section .bx_filter .bx_filter_parameters_box {
    padding: 0;
}

.smart-result__arrow {
    position: relative;
    top: -6px;
}

.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5 {
    text-align: left;
}

.paragraph h1 {
    margin-bottom: 20px;
}

.paragraph h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.paragraph h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.paragraph h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.paragraph h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.paragraph h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.paragraph p {
    margin-bottom: 25px;
}

.paragraph ol,
.paragraph ul {
    margin-bottom: 25px;
    list-style: none;
}

.paragraph ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item;
}

.paragraph li {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.paragraph li:last-child {
    margin-bottom: 0;
}

.paragraph ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-family: Helvetica Neue;
    top: 5px;
    font-size: inherit;
    color: #41d497;
    position: absolute;
    background-color: transparent;
}

.paragraph ul li:before {
    width: 8px;
    height: 8px;
    background-color: #41d497;
    top: 0px;
    left: 0;
    border-radius: 50%;
    content: "";
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.paragraph blockquote {
    margin-bottom: 25px;
    padding-left: 58px;
    position: relative;
}

.paragraph blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/quote.svg) 0 0 no-repeat;
    width: 35.3px;
    height: 31px;
}

.paragraph img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.block {
    border-left: 2px solid #41d497;
    background: url(../images/bg-text.png) 0 0 repeat;
    color: #555555;
    clear: both;
    padding: 37px 50px;
    font-size: 15px;
    line-height: 1.5;
    margin: 30px 0;
}

.block p:last-child {
    margin-bottom: 0;
}

p.drop-caps:first-letter {
    color: #41d497;
    padding: 25px 10px 22px 10px;
    font-size: 46px;
    float: left;
    line-height: 0;
}

.paragraph a {
    border-bottom: 1px solid #41d497;
    padding-bottom: 1px;
}

.paragraph a:hover {
    border-bottom: 1px solid transparent;
}

.list-actions {
    margin-top: 5px;
}

.get-cp-detail {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.bottom-menu .small {
    margin-top: 12px;
    display: inline-block;
    font-size: 13px;
}

.hidden-form {
    padding-top: 25px;
    padding-bottom: 25px;
}

.bottom-form-hidden {
    display: none;
}

.top-form>div {
    float: left;
    width: 33.33%;
}

.top-form .big-text+.paragraph {
    margin-top: 8px;
}

.phone-label {
    margin-top: 6px;
    margin-left: 32px;
    color: #2b2b2b;
    font-size: 13px;
}

.top-form__right,
.top-form__left {
    margin-top: 10px;
}

.top-form .button {
    padding-left: 85px;
    padding-right: 60px;
    position: relative;
}

.top-form .button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4My4zIDQ4My4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODMuMyA0ODMuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MjQuMyw1Ny43NUg1OS4xYy0zMi42LDAtNTkuMSwyNi41LTU5LjEsNTkuMXYyNDkuNmMwLDMyLjYsMjYuNSw1OS4xLDU5LjEsNTkuMWgzNjUuMWMzMi42LDAsNTkuMS0yNi41LDU5LjEtNTkuMSAgICB2LTI0OS41QzQ4My40LDg0LjM1LDQ1Ni45LDU3Ljc1LDQyNC4zLDU3Ljc1eiBNNDU2LjQsMzY2LjQ1YzAsMTcuNy0xNC40LDMyLjEtMzIuMSwzMi4xSDU5LjFjLTE3LjcsMC0zMi4xLTE0LjQtMzIuMS0zMi4xdi0yNDkuNSAgICBjMC0xNy43LDE0LjQtMzIuMSwzMi4xLTMyLjFoMzY1LjFjMTcuNywwLDMyLjEsMTQuNCwzMi4xLDMyLjF2MjQ5LjVINDU2LjR6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTMwNC44LDIzOC41NWwxMTguMi0xMDZjNS41LTUsNi0xMy41LDEtMTkuMWMtNS01LjUtMTMuNS02LTE5LjEtMWwtMTYzLDE0Ni4zbC0zMS44LTI4LjRjLTAuMS0wLjEtMC4yLTAuMi0wLjItMC4zICAgIGMtMC43LTAuNy0xLjQtMS4zLTIuMi0xLjlMNzguMywxMTIuMzVjLTUuNi01LTE0LjEtNC41LTE5LjEsMS4xYy01LDUuNi00LjUsMTQuMSwxLjEsMTkuMWwxMTkuNiwxMDYuOUw2MC44LDM1MC45NSAgICBjLTUuNCw1LjEtNS43LDEzLjYtMC42LDE5LjFjMi43LDIuOCw2LjMsNC4zLDkuOSw0LjNjMy4zLDAsNi42LTEuMiw5LjItMy42bDEyMC45LTExMy4xbDMyLjgsMjkuM2MyLjYsMi4zLDUuOCwzLjQsOSwzLjQgICAgYzMuMiwwLDYuNS0xLjIsOS0zLjVsMzMuNy0zMC4ybDEyMC4yLDExNC4yYzIuNiwyLjUsNiwzLjcsOS4zLDMuN2MzLjYsMCw3LjEtMS40LDkuOC00LjJjNS4xLTUuNCw0LjktMTQtMC41LTE5LjFMMzA0LjgsMjM4LjU1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.basket-item-block-properties {
    margin-top: 12px;
}

.custom-table a {
    border-bottom: 1px solid #41d497;
}

.fast-view-main-img {
    cursor: default;
}

.fast-view>* {
    padding: 0;
    width: calc(50% - 5px) !important;
    font-size: 15px;
}

.fast-view>.button.get-cp:hover {
    color: #FFF;
}

.fast-view-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 37px;
}

.fast-view-list .button {
    height: 40px;
    padding: 0;
    font-size: 15px;
    line-height: 40px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-section__item:hover>.fast-view-list {
    display: block;
    z-index: 111;
}

@media screen and (max-width: 1180px) {
    .catalog-section__item:hover>.fast-view-list {
        display: none;
    }

    .header_pbWrap {
        display: none !important;
    }

    .header_pbWrap~.header__navigation-search {
        width: 20%;
    }
}

.fast-view-header {
    margin-top: 25px;
}

.dark-popup-wrapper {
    background: #00315c;
    color: #ffffff;
}

.dark-popup-wrapper .label {
    font-weight: normal;
}

.dark-popup-wrapper .title {
    font-weight: 700;
    font-size: 26px;
    position: relative;
    margin-bottom: 4px;
}

.dark-popup-wrapper .text {
    padding-bottom: 25px;
    position: relative;
    font-size: 16px;
}

.dark-popup-wrapper .red-button,
.left-form .red-button,
.button-button {
    width: 100%;
    font-size: 18px;
    margin-top: 3px;
    background-color: #f35958;
    -webkit-box-shadow: 0px 3px 0px #c24746;
    -moz-box-shadow: 0px 3px 0px #c24746;
    box-shadow: 0px 3px 0px #c24746;
    transition: none;
}

.dark-popup-wrapper .red-button:hover,
.left-form .red-button:hover,
.button-button:hover,
a.button-button:hover {
    background-color: #e65453;
    color: #ffffff;
}

.dark-popup-wrapper .red-button:active,
.left-form .red-button:active,
.button-button:active {
    -webkit-box-shadow: 0px 1px 0px #f35958;
    -moz-box-shadow: 0px 1px 0px #f35958;
    box-shadow: 0px 1px 0px #f35958;
    position: relative;
    top: 2px;
}

.dark-popup-wrapper sub.required {
    background-color: #f35958;
}

.dark-popup-wrapper .custom .checkbox:checked+.checkbox-custom:before {
    background: #ffffff;
}

.dark-popup-wrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.dark-popup-wrapper a:hover {
    text-decoration: none;
}

.dark-popup-wrapper .fancybox-button svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

.fancybox-bg {
    background: #cfcfcf;
}

.left-form {
    padding: 15px;
    background: #f2faff;
    margin-top: 25px;
    margin-bottom: 25px;
    position: static;
    position: sticky;
    top: 110px;
}

.left-form-title {
    font-size: 18px;
}

.left-form-text {
    margin: 9px 0 15px 0;
    font-size: 13px;
}

.left-form input[type="text"] {
    height: 40px;
}

.left-form fieldset {
    margin-bottom: 10px;
}

.left-form .red-button {
    padding-left: 0;
    padding-right: 0;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.left-form .agree {
    margin: 5px 0 0 0;
}

.left-form .custom .label-custom {
    max-width: 190px;
}


.item-label>div.item-label__sale-hit,
.item-label>div.item-label__day-item {
    font-size: 0;
    width: 70px;
    height: 70px;
    line-height: 0;
    margin-bottom: 0;
}

.item-label>div.item-label__sale-hit::before,
.item-label>div.item-label__day-item::before {
    content: '';
    width: 70px;
    height: 70px;
    left: 0;
    display: inline-block;

}

.item-label>div.item-label__day-item::before {
    background: url('../images/day-item-label.svg');
    background-position: center;
}

.item-label>div.item-label__sale-hit::before {
    background: url('../images/sale-hit-label.svg');
    background-position: center;
}

.integrate-wrapper {
    margin: 50px 0;
    background: #EFEFF4;
    padding-bottom: 2px;
}

.sample-wrapper {
    text-align: left;
    margin: 15px 0 5px 0;
}

.sample-wrapper a.sample-link {
    position: relative;
    padding-left: 37px;
}

.sample-link:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(../images/sample.svg) 0 0 no-repeat;
    background-size: contain;
}

.scroll-up {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background: #f35958;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 25px;
    cursor: pointer;
    opacity: 0.8;
}

.scroll-up:hover {
    opacity: 1;
}

.scroll-up:after {
    content: "";
    width: 7px;
    height: 7px;
    border: solid 2px #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    border-left: none;
    border-bottom: none;
    z-index: 2;
}

@media (max-width: 767px) {
    .scroll-up {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .catalog-menu .main-category a span {
        font-size: 14px;
    }

    .catalog-menu:not(.brands-menu) .img-wrapper {
        height: 60px;
    }

    .catalog-menu .main-category a {
        text-align: center;
    }

    .banners-list__item_small {
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 430px) {
    .catalog-menu:not(.brands-menu) li {
        margin-right: 10px !important;
        width: calc(33.3334% - 12px) !important;
    }

    .catalog-menu:not(.brands-menu) li:nth-child(3n) {
        margin-right: 0 !important;
    }
}

.header__mail-wrapper .big-text.underlink {
    position: relative;
}

a.js-copy-header-btn {
    position: absolute;
    cursor: pointer;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    padding: 0;
    background: url(../images/copy.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

a.js-copy-header-btn::before {
    content: none;
    background: none;
}

div.js-copy-header-btn-after {
    position: absolute;
    right: -91px;
    top: -42px;
    font-size: 13px;
    color: #fff;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    width: 200px;
    text-align: center;
    display: none;
    z-index: 100;
}

.fix-container div.js-copy-header-btn-after {
    top: unset;
    bottom: -46px;
}

.not-found {
    font-size: 18px;
    font-weight: 300;
}

.catalog-section__item.items-around:hover .item-offers {
    left: unset;
    height: 165px;
}

.items-around .view__item-img {
    min-height: 150px;
}

.personalization .item {
    box-shadow: 0 5px 25px 0 #c1d3fa;
    margin: 10px;
}

.personalization a {
    display: block;
    /* width: 233px; */
    padding: 5px;
    box-sizing: border-box;
}

.personalization-items {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.personalization-items .item {
    width: 23%;
}

/*5 ÑÑ‚Ð¾Ð»Ð±Ñ†Ð¾Ð² Ð´Ð»Ñ Ð±ÑƒÑ‚ÑÑ‚Ñ€Ð°Ð¿Ð°*/
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1180px) {

    .mobile-clearfix:before,
    .mobile-clearfix:after {
        content: "";
        display: table;
    }

    .mobile-clearfix:after {
        clear: both;
    }

    .mobile-clearfix {
        zoom: 1;
    }
}


.application-type {
    margin-top: 40px;
}

.application-type-left {
    float: left;
    width: 20%;
}

.application-type-right {
    float: right;
    padding-left: 12px;
    width: 80%;
    box-sizing: border-box;
}

.application-menu a {
    font-size: 16px;
    line-height: 2.25;
    text-decoration: none;
    border: none;
}

.application-menu-current a {
    position: relative;
    display: block;
    z-index: 1;
}

.application-menu-current a::after {
    position: absolute;
    content: "";
    display: block;
    left: -9px;
    top: -3px;
    bottom: 0;
    height: 40px;
    width: 90%;
    max-width: 230px;
    background: url(../images/active-items-menu.svg) no-repeat;
    z-index: -1;
    background-size: cover;
}

.application-menu-current a {
    color: #fff;
}

.application-detail p {
    font-size: 16px;
    line-height: 1.63;
}

.application-detail-first-block {
    margin-bottom: 26px;
}

.application-detail-first-block img {
    float: left;
    margin-right: 30px;
}

.application-detail-first-block.paragraph p:last-child {
    margin-bottom: 0;
}

.application-detail .paragraph p,
.application-detail .paragraph ul,
.application-detail .paragraph ol,
.application-detail-form {
    margin-bottom: 40px;
}

.application-detail-form-text {
    text-align: center;
    background-color: #e4f5ff;
    padding: 20px 0;
}

.application-detail-form-text .header-phone {
    border-bottom: none;
}

.application-detail-form-text .big-text {
    margin-bottom: 4px;
}

.application-detail-form-body {
    text-align: center;
    background-color: #2d689d;
    padding: 20px 0;
}

.application-detail-form-body div {
    color: #fff;
    font-family: Helvetica;
}

.application-detail-form-body .big-text {
    line-height: 1.4;
    font-family: Helvetica Neue;
}

.application-detail-form-body .big-text+.paragraph {
    margin-top: 8px;
    line-height: 1.43;
}

.application-detail-form-body .button {
    background-color: #24bc7d;
    padding: 12px 69px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: bold;
    height: 44px;
    border-bottom: none;
}

.application-detail-form-body .button:hover {
    background-color: #1c9160;
}

.application-detail table {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .application-detail .paragraph table td,
    .application-detail .paragraph table th {
        min-width: 50px;
    }

    .application-detail .table-holder {
        overflow-x: auto;
        max-width: 100%;
    }

}

.application-detail thead {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00315c;
}

.application-detail th {
    color: #fff;
    text-align: left;
}

.application-detail .paragraph thead tr {
    background-color: #00315c;
}

.application-detail .paragraph table td {
    padding: 0;
}

.application-detail .paragraph table td,
.application-detail .paragraph table th {
    padding: 20px 30px;
}

.application-detail .paragraph table td,
.application-detail .paragraph table th {
    text-align: center;
}

.application-detail .paragraph table td:first-child,
.application-detail .paragraph table th:first-child {
    text-align: left;
}

.application-detail .paragraph tr {
    background-color: #e4f5ff;
}

.application-detail .paragraph tr:nth-child(2n + 2) {
    background: #f1faff;
}

.application-detail .paragraph table>thead>tr>th:nth-child(2),
.application-detail .paragraph table>tbody>tr>td:nth-child(2),
.application-detail .paragraph table>thead>tr>th:nth-child(3),
.application-detail .paragraph table>tbody>tr>td:nth-child(3) {
    text-align: center;
}

/*.application-detail .paragraph table > thead > tr > th:nth-child(4),
.application-detail .paragraph table > tbody > tr > td:nth-child(4) {
    text-align: right;
}*/

.application-detail .personalization {
    margin-bottom: 40px;
}

.application-detail .personalization .item {
    margin: 15px;
}

.application-detail .personalization a {
    display: block;
    padding: 7px;
    box-sizing: border-box;
    border: none;
}

.application-detail .personalization-items {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.application-detail .personalization-items .item {
    width: 29%;
}

.application-detail .application-detail-third {
    margin-top: 40px;
}

.application-detail .personalization-items.slider {
    display: none;
}

.application-detail .personalization-items.main {
    display: flex;
    display: -webkit-flex;
}

.application-detail .personalization .owl-nav {
    display: none;
}

.application-detail .paragraph ol li {
    line-height: inherit;
}

@media screen and (max-width: 950px) {
    .application-type-left {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .application-type-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .application-menu {
        display: none;
    }

    .application-type {
        margin-top: 0;
    }

    .application-detail .personalization-items {}

    .application-detail .personalization .item {
        margin: 7.5px;
        width: 31%;
    }

    .application-detail .personalization-items .item {
        min-width: 120px;
    }

    .application-detail .personalization a {
        width: 100%;
    }

    .application-detail .paragraph h2 {
        font-size: 35px;
    }

    .application-detail .paragraph h3 {
        font-size: 28px;
    }

    .application-detail .paragraph p,
    .application-detail .paragraph ul,
    .application-detail .paragraph ol,
    .application-detail-form {
        margin-bottom: 30px;
    }


}

@media screen and (max-width: 800px) {

    .application-detail .paragraph table td,
    .application-detail .paragraph table th {
        padding: 10px;
    }

    .application-detail .personalization-items.main {
        display: none;
    }

    .application-detail .personalization-items.slider {
        display: block;
    }

    .application-detail .paragraph table .st-key {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: left;
        border-bottom: 2px solid #fff;
        position: relative;
    }

    .application-detail .paragraph table .st-key::after {
        position: absolute;
        content: "";
        background-color: #b3d3e6;
        width: 1px;
        height: calc(100% + 2px);
        top: 0;
        right: 0;
    }

    .application-detail .paragraph table .st-val {
        text-align: left !important;
        border-bottom: 2px solid #fff;
    }

    .application-detail table {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .application-detail .paragraph table>tbody>tr:last-child .st-val,
    .application-detail .paragraph table>tbody>tr:last-child .st-key {
        border-bottom: none;
    }

    .application-detail .paragraph table>tbody>tr:last-child .st-key::after {
        height: 100%;
    }

    .application-detail .personalization .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .application-detail .personalization .item {
        width: 100%;
    }

    .application-detail .personalization .owl-nav {
        display: block;
    }

    .application-detail-first-block img {
        float: none;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .application-detail-form-body .big-text {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 20px;
        font-weight: 300;
    }

    .application-detail-form-body .big-text+.paragraph {
        font-size: 14px;
        line-height: 1.43;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header__navigation-idea {
    width: 255px;
    float: left;
}

.header__navigation-idea:nth-child(2) {
    width: 252px;
    margin-left: 3px;
}

.owl-carousel .owl-item {
    max-height: 300px;
}

.basket-item-amount-filed-block input[type="text"] {
    min-width: 50px;
    display: block;
    box-sizing: border-box;
}

/*
Ð¸Ð´ÐµÐ¸ Ð¿Ð¾Ð´Ð°Ñ€ÐºÐ¾Ð² @@@
header__navigation-search {
    width: calc(100% - 795px);
}
@media screen and (min-width: 1181px) {
    .fix-head .header__navigation-search {
        width: calc(100% - 985px);
    }
}
@media screen and (max-width: 767px) {
    .mobile-buttons .catalog-link {
        display: none;
    }
    .idea-link {
        width: 100%;
        float: none;
        padding: 15px 15px;
    }
    .mobile-buttons .idea-link:before {
        content: "";
        left: calc(50% - 85px);
    }
}
*/

a.sale-paysystem-yandex-checkout-button-item {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    background-color: #2d689d;
    display: block;
    width: 100%;
    border: none;
    position: relative;
    line-height: 1.1;
}

a.sale-paysystem-yandex-checkout-button-item:hover {
    background-color: #4285c1;
}

div.sale-paysystem-wrapper {
    margin-bottom: 25px;
}

div.sale-paysystem-wrapper * {
    font: inherit !important;
}

.site-payment-system {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.site-payment-system div {
    max-width: 60px;
    margin-right: 15px;
}

.site-payment-system div:last-child {
    margin-right: 0;
}

.catalog-honest-mark {
    background-color: #fbf9e4;
    color: #bca733;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.catalog-honest-mark::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url(/images/circle-outline-with-exclamation-point.svg) 50% 50% no-repeat;
    background-size: 50%;
    background-color: #f8f4c9;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.news-articles-pagination a {
    text-decoration: none;
    border-bottom: none;
}

.button-constructor {
    padding: 0 30px;
    font-size: 14px;
}

.button-constructor:hover {
    color: #ffffff !important;
}

.ico-way a:first-child {
    margin-right: 10px;
}

.ico-way a {
    border-bottom: 1px dashed #41d497;
}

.ico-way a:hover {
    border-bottom: none;
    color: initial;
}

.catalog-search-button.show-all-sections {
    display: none;
}

.header_pbWrap {
    float: left;
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding-left: 20px;
}

.header_projects-btn {
    display: flex;
}

.header_projects-btn .iconWrap {
    width: 22px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.header_projects-btn .iconWrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 951px) {

    .search-sections-list .hidden_sections {
        display: none;
    }

    .catalog-search-button.show-all-sections {
        padding: 0;
        display: inline-block;
        max-width: 100%;
        cursor: pointer;
        color: #4eabce;
        margin-top: 10px;
        font-size: 15px;
        border-bottom: 1px dotted #4eabce;
        margin-bottom: 0;
    }

    .catalog-search-button.show-all-sections:hover {
        border-bottom: none;
        padding-bottom: 1px;
    }

    .catalog-section__title.search-sections-list-title {
        margin-top: 25px;
    }

}

.basket-warning_row .text {
    font-size: 18px;
}

.basket-warning_row .text .selected {
    font-weight: 700;
    white-space: nowrap;
}

.basket-warning_row .text .colored {
    color: red;
}

.basket-warning_row .button {
    height: auto;
    font-size: 15px;
    padding: 14px 27px;
    line-height: 1.3;
    margin-top: 10px;
}

.basket-checkout_initor-aerea .basket-checkout-block-btn .btn {
    height: 54px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
}

.basket-checkout_initor-aerea .basket-checkout-block-btn .btn.disabled {
    background: #a1a1a1;
    cursor: default;
}

.basket-checkout_initor-aerea .btn+.btn {
    margin-left: 5px;
}

.basket-warning_row .item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.basket-warning_row .item:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: -15px;
    bottom: -15px;
    left: -25px;
    right: -25px;
    background: rgba(255, 255, 0, .2);
    opacity: 0;
    transition: .25s;
}

.basket-warning_row .item.data_hover:before {
    opacity: 1;
}

.basket-prices_row {
    display: flex;
    align-items: flex-end;
}

.basket-prices_row .col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.basket-checkout-section-inner {
    display: flex;
    align-items: flex-end;
    line-height: 1.35;
}

.basket-checkout-block-total {
    padding-top: 0;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
    margin-right: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: -2px;
}

.basket-coupon-block-total-price-current {
    font-size: 26px;
    font-weight: 700;
    line-height: .9;
}

.basket-checkout-block-total-price {
    padding-left: 0;
}

.basket-coupon-block-total-price-old {
    position: relative;
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2px;
}

.basket-coupon-block-total-price-old:after {
    display: none;
}

.basket-coupon-block-total-price-old:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 90%;
    height: 2px;
    background: red;
    transform: translateX(-50%) rotate(-8deg);
}

.basket-coupon-block-total-price-difference {
    color: #000;
    background: rgba(0, 0, 0, .2);
    font-size: 14px;
    border-radius: 5px;
    padding: 3px 7px;
    margin-bottom: 1px;
    margin-left: 15px;
}

.basket-coupon-block-total-price-difference span {
    font-weight: 700;
}

.basket-checkout-block-total-price-inner {
    padding-top: 0;
}

.basket-checkout-block-total-price {
    margin-right: 35px;
}

.basket-checkout-block-btn {
    padding-top: 0;
    padding-left: 0;
}

.basket-checkout_initor-aerea {
    display: flex;
}

.basket-checkout-block.basket-checkout-block-total-price {
    display: flex;
}

.basket-item-block-info .basket-item-actions-remove {
    display: none;
}

.basket-checkout-block-btn+.basket-checkout-block-btn {
    margin-left: 20px;
}

@keyframes gloss {
    0% {
        left: -75px;
    }

    15%,
    100% {
        left: 120%;
    }
}

.gloss {
    position: relative;
    overflow: hidden;
}

.gloss:before {
    background: #fff;
    content: "";
    height: 300px;
    left: -75px;
    opacity: .3;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    z-index: 1;
    -webkit-animation: gloss 3s ease-out 0s infinite;
    animation: gloss 3s ease-out 0s infinite;
}

.basket-checkout-container {
    align-items: center;
}

.basket-order-success {
    position: relative;
}

.basket-order-success .basket-order_overlay {
    display: flex !important;
}

.basket-order_overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(1px);
}

.basket-order_overlay .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.basket-order_overlay .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    height: 60px;
}

.basket-order_overlay .basket-content {
    padding: 40px 60px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.page-title_row {
    text-align: center;
    line-height: 1.15;
    font-family: 'Inter';
    color: #808080;
}

.page-title_row .page-title {
    margin: 0;
    font-size: 42px;
    font-weight: 300;
}

.page-title_row .page-subtitle {
    font-weight: 300;
    font-size: 27px;
}

.page-title_row .page-title~.page-subtitle {
    margin-top: 7px;
}

.btn-new {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    padding: 18px 35px;
    background: #00AEEF;
    border-radius: 2px;
}

.btn-new:hover {
    color: #fff;
    background: #4285c1;
}



.product-preset_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    overflow-y: hidden;
    overflow-x: auto;
}

.product-preset_nav .nav-nameWrap {
    padding: 5px 30px;
    flex-shrink: 0;
}

.product-preset_nav .nav-name {
    font-family: Helvetica Neue;
    color: #808080;
    font-weight: 300;
    font-size: 42px;

    line-height: 1.15;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    transition: .25s;
}

.product-preset_nav .nav-name.active,
.product-preset_nav .nav-name:hover {
    border-bottom-color: #808080;
}

.product-preset_content {
    display: none;
}

.product-preset_content.active {
    display: block;
}

.owl-carousel.catalog-section__list {
    margin-bottom: 0;
}

.owl-carousel.catalog-section__list .owl-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.owl-carousel.catalog-section__list .catalog-section__item {
    margin: 0;
}

.owl-carousel.catalog-section__list .owl-stage-outer {
    padding: 25px 0 100px;
}

.owl-carousel.catalog-section__list .owl-prev {
    left: -40px;
}

.owl-carousel.catalog-section__list .owl-next {
    right: -40px;
}

.owl-carousel.catalog-section__list .owl-item {
    max-height: none;
}

.owl-carousel.catalog-section__list .owl-item img {
    width: auto;
    display: inline-block;
}

.owl-carousel.catalog-section__list .owl-stage {
    display: flex;
}


/*catalalog section header ==========*/
.cs-with-header .catalog-section__left {
    margin-top: 0 !important;
}

.catalog-section .catalog-section__right h1 {
    margin-left: 0 !important;
}

.cs-header_row {
    display: flex;
}

.cs-header_row .col1 {
    width: 100%;
}

.cs-header_row .col2 {
    flex-shrink: 0;
    margin-left: 110px;
}

.cs-header_row .s-title {
    text-align: left;
    font-size: 22px;
    font-weight: 300;
}

.cs-header_row .wys-text {
    font-size: 16px;
    font-weight: 300;
}

.cs-header_row .btn-anchWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px 0;
}

.cs-header_row .btn-anchWrap .btnWrap {
    padding: 5px;
}

.cs-header_row .btn-anchWrap .button {
    font-size: 14px;
    line-height: 1.3;
    height: auto;
    padding: 10px 25px;
}

.cs-header_row .quiz-desc {
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
}

.cs-header_row .quiz-btnWrap {
    margin-top: 15px;
}

.cs-header_row .quiz-btnWrap .button {
    font-size: 18px;
    line-height: 1.3;
    height: auto;
    padding: 15px 35px;
}

.cs-with-header .cs-product-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.cs-with-header .cs-line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    margin: 25px 0 20px;
}

.cs-slider {
    width: 500px;
    margin-bottom: 40px;
    box-shadow: 0 5px 25px 0 #c1d3fa;
}

.cs-slider .owl-dots {
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cs-slider .imgWrap {
    width: 100%;
    height: 500px;
    display: block;
}

.cs-slider .slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: .25s;
}

.cs-slider .imgWrap:hover .slide-img {
    transform: scale(1.15);
}

.cs-slider .owl-item {
    max-height: none;
}

/*========== catalalog section header*/

@media only screen and (max-width: 1750px) {
    .owl-carousel.catalog-section__list .owl-prev {
        left: 0;
    }

    .owl-carousel.catalog-section__list .owl-next {
        right: 0;
    }
}

@media only screen and (max-width: 1550px) {
    .cs-header_row .col2 {
        margin-left: 40px;
    }
    .cs-slider {
        width: 450px;
    }
    .cs-slider .imgWrap {
        height: 450px;
    }
}

@media only screen and (max-width: 1350px) {
    .basket-checkout-container {
        flex-wrap: wrap;
    }

    .basket-warning_row {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .basket-warning_row:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: calc(100% - 40px);
        height: 1px;
        background: #e2dfdf;
        transform: translateX(-50%);
    }

    .basket-warning_row .item {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .basket-checkout-container {
        padding: 0;
    }

    .basket-warning_row .button {
        margin-top: 0;
        display: block;
    }

    .basket-warning_row .btnWrap {
        flex-shrink: 0;
        margin-left: 10px;
    }

    .basket-checkout-container {
        display: block;
    }

    .basket-checkout-container * {
        box-sizing: border-box;
    }

    .basket-checkout-section {
        padding: 20px;
    }

    .basket-warning_row .item:before {
        top: -20px;
        right: -20px;
        bottom: -20px;
        left: -20px;
    }

    .basket-items-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .all {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1330px) {
    .cs-header_row {
        flex-wrap: wrap;
    }

    .cs-header_row .col2 {
        margin: 40px 0 0;
    }

    .cs-header_row .s-title br {
        display: none;
    }
}
@media only screen and (max-width: 1180px) {
    .owl-carousel.catalog-section__list .owl-item {
        padding-right: 20px;
    }

    .product-preset_nav .nav-name {
        font-size: 28px;
        border-bottom-width: 2px;
    }

    .product-preset_nav .nav-nameWrap {
        padding: 0 10px;
    }

    .product-preset_nav {
        margin: 0 -10px 35px;
        justify-content: flex-start;
        padding-bottom: 4px;
    }

    .product-preset-block {
        margin-bottom: 60px;
    }

    .owl-carousel.catalog-section__list {
        width: 235px;
    }

    .owl-carousel.catalog-section__list .catalog-section__item {
        width: 100%;
    }

    .owl-carousel.catalog-section__list .owl-stage-outer {
        padding: 0;
        overflow: visible;
    }

    .page-title_row .page-title {
        font-size: 28px;
    }

    .page-title_row .page-subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    .basket-checkout_initor-aerea {
        flex-wrap: wrap;
    }

    .basket-checkout-block-btn {
        width: 100%;
    }

    .basket-checkout-block-btn+.basket-checkout-block-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .basket-checkout-section-inner {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .basket-prices_row .col {
        align-items: flex-start;
    }

    .basket-coupon-block-total-price-old {
        margin-bottom: 2px;
    }

    .basket-checkout_initor-aerea {
        margin-top: 20px;
    }

    .basket-coupon-block-total-price-difference {
        margin-bottom: 0;
    }

    .basket-coupon-block-total-price-current {
        line-height: 1;
    }

    .basket-checkout_initor-aerea {
        width: 100%;
        justify-content: flex-start;
    }

    .basket-checkout-block-btn {
        text-align: left;
    }
}

@media only screen and (max-width: 550px) {
    .cs-header_row .col2 {
        width: 100%;
    }

    .cs-slider .imgWrap {
        height: calc(100vw - 20px);
    }

    .cs-header_row .s-title {
        font-size: 17px;
    }

    .cs-header_row .wys-text {
        font-size: 15px;
    }

    .cs-header_row .btn-anchWrap .button {
        font-size: 12px;
    }

    .cs-header_row .btn-anchWrap .btnWrap {
        padding: 3px;
    }

    .cs-header_row .btn-anchWrap {
        margin-left: -3px;
        margin-right: -3px;
    }

    .cs-header_row .quiz-desc {
        font-size: 16px;
        margin-top: 20px;
    }

    .cs-header_row .quiz-btnWrap .button {
        font-size: 15px;
        padding: 13px 25px;
        width: 100%;
        text-align: center;
    }

    .cs-slider {
        width: 100%;
    }

    .basket-order_overlay .basket-content {
        padding: 40px 20px;
    }

    .basket-order_overlay .basket-content {
        width: 100%;
    }

    .basket-order_overlay .button {
        padding: 0 25px;
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

    .basket-checkout_initor-aerea {
        flex-wrap: wrap;
    }

    .basket-checkout_initor-aerea .basket-checkout-block-btn .btn {
        min-width: 240px;
        justify-content: center;
        width: 100%;
    }

    .basket-checkout_initor-aerea .btn+.btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .basket-checkout-block-btn {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .basket-checkout-block-btn+.basket-checkout-block-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .basket-warning_row .item {
        flex-wrap: wrap;
    }

    .basket-warning_row .text {
        width: 100%;
    }

    .basket-warning_row .btnWrap {
        margin-left: 0;
        margin-top: 10px;
    }

    .basket-coupon-block-total-price-current {
        font-size: 22px;
    }

    .basket-coupon-block-total-price-difference {
        font-size: 12px;
    }

    .basket-coupon-block-total-price-old {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1240px) {
    .header__menu ul li.hidden-desctop {
        display: inline-block !important;
    }
}

.item-list-banner.in-item-banner {
    width: 241px;
    height: 340px;
    display: inline-block;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1180px) {
    .item-list-banner.in-item-banner {
        width: 231px;
        margin: 0 20px 30px 0;
        height: auto;
    }
}

@media screen and (max-width: 950px) {
    .item-list-banner.in-item-banner {
        width: calc(33.33% - 25px);
    }
}

@media screen and (max-width: 767px) {
    .item-list-banner.in-item-banner {
        width: calc(50% - 7px);
        margin: 0 0 30px 0;
    }
}

.item-list-banner img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.item-list-banner.in-center-banner {
    margin-bottom: 30px;
}

@media screen and (max-width: 1180px) {
    .item-list-banner.in-center-banner {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .item-list-banner.in-center-banner {
        margin-bottom: 10px;
    }
}

/* Стили для гео-блока */
.geo-block {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffffff;
}

.geo-block__content {
    display: flex;
    column-gap: 20px;
}

.geo-block__text,
.geo-block__cities {
    width: calc(50% - 10px);
}

.geo-block__cities {
    margin-top: -45px;
}

.geo-block__city {
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    border-bottom: 1px dashed #000;
    position: relative;
    font-weight: bold;
    transition: all 0.2s ease;
}

.geo-block__city:hover {
    color: #41d497;
    border-color: #41d497;
}

.geo-block__info {
    max-width: 70%;
}

.geo-block__info ul {
    margin-bottom: 25px;
    list-style: none;
}

.geo-block__info li {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.geo-block__info ul li:before {
    width: 8px;
    height: 8px;
    background-color: #41d497;
    top: 0px;
    left: 0;
    border-radius: 50%;
    content: "";
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.geo-block__info ol {
    margin-bottom: 25px;
}

.geo-block__info ol li {
    line-height: 1.43;
}

.geo-block__info ol li:before {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    top: 0;
}

.geo-block__info p {
    margin-bottom: 25px;
}

.geo-block__info a {
    border-bottom: 1px solid #41d497;
    padding-bottom: 1px;
}

.geo-block__info a:hover {
    color: #41d497;
    border-bottom: 1px solid transparent;
}

.geo-block__cities-head {
    margin-bottom: 15px;
}

.geo-block__cities-links ul {
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.geo-block__cities-links li {
    margin-bottom: 5px;
}

.geo-block__cities-link {
    border-bottom: 1px solid #41d497;
    padding-bottom: 1px;
}

.geo-block__cities-link:hover {
    color: #41d497;
    border-bottom: 1px solid transparent;
}

.geo-block__cities-links-more {
    transition: all 0.2s ease;
    color: #7a858e;
}

.geo-block__cities-links-more:hover {
    color: #000000;
    cursor: pointer;
}

.popup-cities__head {
    margin-bottom: 20px;
}

#popup-cities ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 600px;
}

#popup-cities li {
    width: 170px;
}

@media (max-width: 960px) {
    .geo-block__info {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .geo-block__cities-head {
        font-size: 18px;
    }

    .geo-block__cities {
        margin-top: -40px;
    }
}

@media (max-width: 600px) {
    .geo-block__content {
        flex-direction: column;
        row-gap: 20px;
    }

    .geo-block__text,
    .geo-block__cities {
        width: 100%;
    }

    .geo-block__city {
        margin-bottom: 16px;
    }

    .geo-block__cities {
        margin-top: 0;
    }
}

/*end Стили для гео-блока */