html, body {
    font:16px Ubuntu, arial, sans-serif;
    color:#272727;
}

.button {
	display:block;
	border:none;
	text-align:center;
    width:230px;
    max-width:100%;
    height:50px;
    line-height:50px;
    font-size:18px;
    font-family:inherit;
    padding:0 25px;
}

.button.callme {
    font-size:16px;
    width:203px;
}

.button.callme span, .button.callme img {
    display:inline-block;
    vertical-align:middle;
    position: relative;
    top: -2px;
}

.button.callme img {
    margin-right:5px;
}

.button.width-auto {
    width:100%;
}

.button.small {
    width:178px;
    padding:0 20px;
    font-size:16px;
    font-weight:500;
}

.button.blue {
    color:white;
    background:#002F6C;
}

.button.blue:hover {
    background:#16509b;
}

.button.yellow {
    color:#272727;
    background:#FFCD04;
}

.button.yellow:hover {
    background: #ffe682;
}

.button.red {
    color:white;
    background:#ED1C24;
}

.button.red:hover {
    background: #ff5b61;
}

.button, a.item-img, .slick-arrow, .navigation a, .category-item:after, .category-item h3, .tabs li, .read-more, .short-text, .question-button, .question-button:after, .text-blue-hover, .socnets a, .text-yellow-hover, .footer-bottom a, 
.filter-category-item h3, .dark:before, .dark-hover:before, .product-slide-inner, .product-slide-inner.video:after, .product-main-image.video:after, .vacancy-toggler, .vacancy-toggler:after, .video-item:after, .text-red-hover, .news-item h3, .article-item h3, .fly-buttons, 
.menu-toggler, .results-tpls svg, .pagination a, .telegram-button {
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}

a.item-img, .item-img img {
    display:block;
}

.item-img img {
    width:100%;
}

.quiz-open {
    cursor:pointer;
}

a.item-img:hover, .item-img.quiz-open:hover {
	opacity:.8;
}

a.item-img.video-item:hover, a.item-img.dark-hover:hover {
    opacity:1;
}

.with-icon {
    position:relative;
}

.with-icon img {
    display:block;
    position: absolute;
    top:0;
    left:0;
}

.with-icon.grey-rounded {
    min-height:30px;
    padding-left:40px;
}

.with-icon.grey-rounded:before {
    content:"";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    background: #F3F3F5;
    border-radius:100%;
}

.with-icon.grey-rounded img {
    top:5px;
    left:5px;
    width:20px;
    height:20px;
}

.caption {
    font-size:36px;
    font-weight:bold;
    margin-bottom:25px;
}

.caption.with-arrow {
    position:relative;
    padding-left:26px;
}

.caption.with-arrow:before {
    content:"";
    display:block;
    position: absolute;
    top:11px;
    left: -7px;
    width: 20px;
    height: 20px;
    border-right: 5px solid #002F6C;
    border-bottom: 5px solid #002F6C;
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.subcaption {
    font-size:18px;
    font-weight:500;
}

.caption2 {
    font-size:28px;
    font-weight:bold;
    margin-bottom:25px;
}

.text-grey {
    color:#939393;
}

.text-white {
    color:white;
}

.text-blue, .text-blue-hover:hover {
    color:#002F6C;
}

.text-yellow, .text-yellow-hover:hover {
    color: #ffcd40;
}

.text-red, .text-red-hover:hover {
    color: #ed1c24;
}

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

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

.border-grey {
    border:1px solid #E2E2E2;
}

.bg {
    background-position:center top;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.bg-grey {
    background-color: #f2f1ef !important;
}

.multiply {
    mix-blend-mode: multiply;
}

.dark, .dark > *, .dark-hover, .dark-hover > * {
    position:relative;
}

.dark:before, .dark-hover:before {
    content:"";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.25);
    z-index:2;
}

.dark:hover:before, .dark-hover:before {
    opacity:0;
}

.dark-hover:hover:before {
    opacity:1;
}

.pt-big {
    padding-top:12%;
}

section.pt-big, .pt-small {
    padding-top:8%;
}

section.pt-small {
    padding-top: 5.3%;
}

.pb-big {
    padding-bottom:12%;
}

section.pb-big, .pb-small {
    padding-bottom:8%;
}

section.pb-small {
    padding-bottom: 5.3%;
}

.mb12 {
    margin-bottom:12px !important;
}

.mb15 {
    margin-bottom:15px !important;
}

.mb20 {
    margin-bottom:20px !important;
}

.mb30 {
    margin-bottom:30px !important;
}

.mb40 {
    margin-bottom:40px !important;
}

.mb50 {
    margin-bottom:50px !important;
}

.pt40 {
    padding-top:40px;
}

.pt0 {
    padding-top:0 !important;
}

.abs-link {
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.slick-arrow {
    display:block;
    position: absolute;
    top:50%;
    margin-top:-15px;
    width:18px;
    height:30px;
    border:none;
    padding:0;
    background:transparent;
    outline:none !important;
}

.slick-arrow:after {
    content:"";
    display:block;
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    z-index:10;
    opacity:.65;
}

.slick-arrow:hover:after {
    opacity:1;
}

.slick-prev {
    left:18px;
}

.slick-prev:after {
    left:4px;
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
}

.slick-next {
    right:18px;
}

.slick-next:after {
    left: -7px;
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.slick-dots {
    padding:0;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slick-dots li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.slick-dots button {
    display:block;
    padding:0;
    border:none;
    height:5px;
    width:100%;
    color:transparent;
    overflow:hidden;
    background:white;
    opacity:.6;
}

.slick-dots .slick-active button, .product-images .slick-dots .slick-active button {
    background:#FFCD04;
    opacity:1;
}

.product-images .slick-dots {
    bottom:18px;
    display:block;
    text-align:center;
}

.product-images .slick-dots li {
    display:inline-block;
    margin:0 2px;
}

.product-images .slick-dots button {
    height:15px;
    width:15px;
    background:#d7d2ce;
    border-radius:100%;
}

.col.col20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.column2 {
    column-count:2;
    column-gap:30px;
}

/* --------------------------------------------------------- HEADER -------------------------------------------------------- */

header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:white;
    z-index:1000;
}

.header-top {
    padding:25px 0;
}

.logo {
    display:inline-block;
}

.logo img {
    display:block;
}

.header-logo img {
    width:233px;
}

.header-city {
    position: relative;
    z-index: 1002;
}

.header-city .with-icon {
    padding-left:30px;
}

.header-city .with-icon img {
    width:20px;
    height:20px;
}

.header-city .with-icon > span, .header-city .with-icon > strong {
    line-height:20px;
}

.city-select-item {
    position:relative;
    padding-right:15px;
    display:inline-block;
}

.city-select-item:after {
    content:"";
    display:block;
    position: absolute;
    top:5px;
    right:0;
    width:8px;
    height:8px;
    border-right:1px solid #272727;
    border-bottom:1px solid #272727;
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.search-form {
    position:relative;
}

.search-form input[type="text"].form-control {
    height:40px;
    padding:8px 40px 8px 15px;
    background:#F3F3F5;
    font-size:14px;
    font-weight:normal;
    border:none !important;
}

.search-form button {
    display:block;
    position: absolute;
    top:0;
    right:0;
    width:40px;
    height:100%;
    padding:0;
    border:none;
    outline:none !important;
    background-color:transparent;
    background-image:url(../images/icons/search-grey.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:20px 20px;
}

.socnets a {
    display:inline-block;
}

.socnets a img {
    display:block;
}

.header-phone a {
    font-size:18px;
    font-weight:bold;
}

.header-phone .text-grey {
    font-size:12px;
}

.header-phone .with-icon.grey-rounded:before {
    top:3px;
}

.header-phone .with-icon.grey-rounded img {
    top:8px;
}

.header-email .with-icon {
    padding-top:5px;
}

.header-button .button {
    font-size:14px;
    width:162px;
    padding:0 20px;
}

.header-bottom {
    border-top:1px solid #E3E3E3;
    border-bottom:1px solid #E3E3E3;
}

.navigation {
    padding-left:0;
    font-weight:500;
}

.navigation > li {
    position:relative;
    padding:18px 15px;
}

.navigation > li > a:hover {
    color: #002f6c;
}

.with-submenu > a {
    position:relative;
    display:inline-block;
    padding-right:15px;
}

.with-submenu > a:after {
    content:"";
    display:block;
    position: absolute;
    top:5px;
    right:0;
    width:8px;
    height:8px;
    border-right:1px solid #272727;
    border-bottom:1px solid #272727;
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.navigation ul {
    display:none;
    position: absolute;
    padding:1px 0 0;
    top:100%;
    left:-10px;
    width:310px;
    z-index:10;
}

.navigation li:hover ul {
    display:block;
}

.navigation ul a {
    display:block;
    padding:20px 25px;
    background:#F9F9F9;
}

.navigation ul a:hover {
    background:#002F6C;
    color:white;
}

.telegram-button {
    display:inline-block;
    position:relative;
    height:34px;
    line-height:34px;
    padding:0 15px 0 40px;
    text-align:center;
    font-size:14px;
    font-weight:500;
    color:white;
    background:#2AABED;
    border-radius:16px;
}

.telegram-button:hover {
    background: #1282bb;
}

.telegram-button:before {
    content:"";
    display:block;
    position: absolute;
    top:0;
    left:-2px;
    width:34px;
    height:34px;
    border-radius:100%;
    background-image:url(../images/icons/telegram-button.svg);
    background-repeat:no-repeat;
    background-size:contain;
}

.menu-toggler-wrapper {
    display:none;
}

.menu-toggler {
    position:relative;
    width:40px;
    height:30px;
    cursor:pointer;
}

.menu-toggler:hover {
    opacity:.8;
}

.menu-toggler div {
    position: absolute;
    left:0;
    width:100%;
    height:3px;
    background:#002F6C;
}

.menu-toggler div:first-child {
    top:0;
}

.menu-toggler div:nth-child(2), .menu-toggler div:nth-child(3) {
    top:50%;
    margin-top:-1px;
}

.menu-toggler div:last-child {
    bottom:0;
}

.menu-toggler.active div:first-child, .menu-toggler.active div:last-child {
    display:none;
}

.menu-toggler.active div:nth-child(2) {
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.menu-toggler.active div:nth-child(3) {
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.header-bottom .container {
    position:relative;
}

.hidden-menu {
    position: absolute;
    top:100%;
    left:-25px;
    right:-25px;
    padding:40px 40px 20px;
    background:white;
    border: 1px solid #E3E3E3;
    z-index:10;
}

.hidden-menu-item {
    padding:15px;
    position:relative;
    background:#f3f3f5;
    font-size:16px;
    font-weight:500;
}

.hidden-menu-item img {
    display:block;
    width:60px;
}

/* ----------------------------------------------- HOME ---------------------------- */
.heading-section {
    padding-top:156px;
    overflow:hidden;
}

.home-heading.bg {
    background-position:center center;
    /*background-image:url(../images/home-heading.jpg);*/
    padding:6% 0;
}

.home-heading .heading-left.col {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}
/*
.home-heading .heading-right.col {
    position:relative;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}

.home-heading .heading-image {
    position: absolute;
    top:0;
    left:0;
    width:119%;
    max-width:none;
}

.home-heading .heading-image img {
    display:block;
    width:100%;
}

@-moz-keyframes blink {
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes blink {
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}

@keyframes blink {
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}

.blink-image {
    position: absolute;
    top:0;
    left:0;
    -moz-animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
*/
.home-heading .caption {
    font-size:46px;
    margin-bottom:30px;
}

.home-heading-text {
    font-size:22px;
    line-height:1.5;
    font-weight:500;
    padding:5px 0 7%;
}

.home-heading .simple-form {
    max-width:724px;
}

.home-heading .simple-form .button {
    width:217px;
}

.heading-pluses {
    padding-top:12%;
}

.heading-plus-item {
    position:relative;
    padding-left:42px;
    font-weight:500;
    max-width:240px;
    line-height:1.5;
}

.heading-plus-item:before {
    content:"";
    display:block;
    position: absolute;
    top:40px;
    left: -8px;
    width: 24px;
    height: 24px;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.heading-plus-item img {
    display:block;
    width:45px;
    height:45px;
    margin-bottom:10px;
}

.category-item.bg {
    background-image:url(../images/category-bg.jpg);
    padding-bottom:20px;
    margin-bottom:20px;
}

.category-item, .category-item h3, .category-item img {
    position:relative;
}

.category-item h3, .category-item img {
    z-index:3;
}

.category-item:before, .category-item:after {
    content:"";
    display:block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:189px;
    background-position:center bottom;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.category-item:before {
    background-image:url(../images/category-before.png);
    z-index:1;
}

.category-item:after {
    background-image:url(../images/category-after.png);
    z-index:2;
    opacity:0;
}

.category-item:hover:after {
    opacity:1;
}

.category-item h3 {
    padding:30px 30px 15px;
    font-size:20px;
    font-weight:500;
    height:93px;
    overflow:hidden;
}

.category-item:hover h3 {
    color: #ed1c24;
}

.category-item img {
    height:233px;
    display:block;
    margin:0 auto;
}

.category-item .abs-link {
    z-index:4;
}

.about-block .subcaption {
    max-width:855px;
}

.about-block-image.col {
    -ms-flex: 0 0 54.6%;
    flex: 0 0 54.6%;
    max-width: 54.6%;
}

.about-block-text .content-text {
    margin:-10px 0 28px;
}

.about-block2 .content-text {
    margin-bottom:35px;
}

.about-block2 .content-text h2 {
    margin-bottom:20px;
}

.about-block2 .button {
    margin-top:15px;
}

.yellow-row {
    background:#fecd04;
    padding:30px 0;
}

.yellow-row-item {
    position:relative;
    padding-left:42px;
    font-weight:500;
    line-height: 1.5;
}

.yellow-row-item:before {
    content:"";
    display:block;
    position: absolute;
    top: 9px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-right: 7px solid #002F6C;
    border-bottom: 7px solid #002F6C;
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.pluses2-block h2 {
    font-size:22px;
    font-weight:500;
    margin-bottom: 35px;
    line-height: 1.5;
}

.plus2-item {
    margin-bottom:18px;
    font-weight:500;
}

.plus2-item:last-child {
    margin-bottom:0;
}

.plus2-item img {
    width:30px;
    height:30px;
}

.plus2-item .col {
    padding-left:0 !important;
}

.tabs-wrapper {
    position:relative;
    min-height:708px;
}

.tabs {
    position: absolute;
    top:0;
    left:0;
    width:305px;
    padding:0;
    z-index:10;
}

.tabs li {
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
    font-weight:500;
    padding:0 15px !important;
    background:#ffcd04;
    opacity:.49;
    cursor:pointer;
}

.tabs li.active, .tabs li:hover {
    opacity:1;
}

.tabs li.active {
    cursor:default;
}

.tab-block {
    display:none;
    position:relative;
    padding:40px 40px 40px 340px;
    background:#f2f1ef;
}

.tab-block.active {
    display:block;
}

.tab-image {
    position: absolute;
    top:50px;
    left:0;
    bottom:0;
    width:305px;
}

.tab-block .content-text {
    margin-bottom:30px;
}

.why-block .item-img {
    margin-bottom:40px;
}

.short-text {
    overflow:hidden;
}

.short-text.with-gradient.active {
    position:relative;
}

.short-text.with-gradient.active:after {
    content:"";
    display:block;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:40px;
    background:-ms-linear-gradient(top, transparent, white);
    background:-o-linear-gradient(top, transparent, white);
    background:-moz-linear-gradient(top, transparent, white);
    background:-webkit-linear-gradient(top, transparent, white);
    background:linear-gradient(to bottom, transparent, white);
}

.short-text.with-gradient.active.opened:after {
    display:none;
}

.read-more {
    display:none;
    position:relative;
    font-weight:500;
    font-size:16px;
    color:#002F6C;
    margin-top:10px;
    padding-right: 15px;
    cursor:pointer;
}

.read-more:hover {
    color:#16509b;
}

.short-text.active + .read-more {
    display:inline-block;
}

.read-more:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #002F6C;
    border-bottom: 1px solid #002F6C;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.short-text.opened + .read-more:after {
    top:8px;
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.questions {
    margin-top:38px;
}

.question {
    margin-bottom:20px;
}

.question-title {
    position:relative;
    padding:26px 80px 26px 25px;
    font-size:22px;
    font-weight:bold;
    background:#FFCD04;
}

.question-button {
    display:block;
    position: absolute;
    top:50%;
    margin-top:-20px;
    right:25px;
    width:40px;
    height:40px;
    background:#002F6C;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
    cursor:pointer;
}

.question-button:before, .question-button:after {
    content:"";
    display:block;
    position: absolute;
    top:50%;
    margin-top:-1px;
    left:11px;
    width:18px;
    height:2px;
    background:white;
}

.question-button:after {
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.question-button.active:after {
    -ms-transform:none;
    -o-transform:none;
    -moz-transform:none;
    -webkit-transform:none;
    transform:none;
}

.question-button:hover {
    background:#16509b;
}

.answer {
    display:none;
    padding:30px 25px 25px;
    background:#f2f1ef;
}

.answer .content-text {
    font-size:15px;
}

.form-section {
    padding:3.5% 0 3%;
    background:#fecd04;
}

.form-section, .form-section .container {
    position:relative;
}

.form-section:before {
    content:"";
    display:block;
    position: absolute;
    top:0;
    left:50%;
    width:600px;
    height:100%;
    background-image:url(../images/form-bg-arrows.jpg);
    background-position:right center;
    background-repeat:no-repeat;
    -o-background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
}

.form-section .caption {
    margin-bottom:15px;
}

.form-section .caption + p {
    margin-bottom:30px;
}

.form-section .conf-wrapper {
    padding-right:0 !important;
}

.form-section .conf {
    margin-right: -10px;
}

.form-section .container > .row > .col-lg-6 {
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
}

.form-section img {
    margin-left:75px;
}

.contacts-title {
    font-size:28px;
    font-weight:bold;
    margin-bottom:20px;
}

.contacts-block .with-icon {
    padding-left:30px;
    font-weight:500;
    font-size:20px;
    margin-bottom:20px;
}

.contacts-block .with-icon img {
    top:2px;
    width:20px;
    height:20px;
}

.contacts-block .socnets-title {
    margin:34px 0 15px;
}

.socnets.socnets-grey a {
    width:45px;
    height:45px;
    text-align:center;
    padding-top:7px;
    background: #f2f1ef;
    margin-right:13px;
    border:1px solid #f2f1ef;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.socnets.socnets-grey a:last-child {
    margin-right:0;
}

.socnets.socnets-grey a:hover {
    background:transparent;
}

.socnets.socnets-grey a img {
    display:inline-block;
    width:28px;
    height:28px;
}


.map {
    width:790px;
    height:420px;
    background:#f2f1ef;
}


/* ---------------------------------------------- FOOTER ----------------------------------------- */
.footer-top {
    padding:5% 0 4%;
    color:white;
    background:#272727;
}

.footer-logo .logo {
    margin-bottom:25px;
}

.footer-logo img {
    width:264px;
}
.footer-logo p{
    margin-top:20px;
    max-width:210px;
        color: #a2a2a2;
        font-size:10px;
}
.footer-top .socnets a {
    margin-right:15px;
    opacity:.45;
}

.footer-top .socnets a:hover {
    opacity:1;
}

.footer-top .socnets a:last-child {
    margin-right:0;
}

.footer-top .socnets a img {
    width:20px;
    height:20px;
}

.footer-nav ul {
    padding:0;
    max-width:200px;
}

.footer-nav ul li {
    margin-bottom:18px;
}

.footer-contacts .with-icon {
    font-weight:500;
    padding-left:24px;
    margin-bottom:18px;
}

.footer-contacts .with-icon img {
    width:20px;
    height:20px;
}

.footer-phone a[href^="tel:"] {
    font-size:28px;
    font-weight:500;
}

.footer-phone .button {
    margin-top:15px;
}

.footer-bottom {
    padding:20px 0;
    background:#343434;
    color:#a2a2a2;
}

.footer-bottom a {
    text-decoration:underline;
}

.footer-bottom a:hover {
    color:white;
    text-decoration:none;
}

/* -------------------------------------------------------- INNER PAGES ----------------------------------------------------*/
.inner-page-heading {
    padding:30px 0 4%;
    background-image:url(../images/inner-heading-bg.jpg);
}

.inner-page-heading, .inner-page-heading .container {
    position:relative;
}

.inner-page-heading-image {
    position: absolute;
    top:0;
    left:64%;
    width:36%;
    height:100%;
    background-position:left center;
    background-repeat:no-repeat;
    -o-background-size:auto 100%;
    -moz-background-size:auto 100%;
    -webkit-background-size:auto 100%;
    background-size:auto 100%;
}

.breadcrumb, ul.pagination {
    padding-left:0;
}

.breadcrumb li, .pagination li {
    display:inline-block;
    margin-right:8px;
}

.breadcrumb {
    padding-bottom:30px;
    margin-bottom:36px;
}

.breadcrumb li {
    position:relative;
    padding-right:18px;
}

.breadcrumb li:last-child {
    padding-right:0;
}

.breadcrumb li:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #002F6C;
    border-bottom: 2px solid #002F6C;
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb li:last-child:after {
    display:none;
}

.breadcrumb a {
    color:#7d7d7d;
}

.breadcrumb a:hover {
    text-decoration:underline;
}

.inner-page-heading .breadcrumb {
    padding:0;
}

.inner-page-heading .breadcrumb li:after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.content-section {
    padding-top:186px;
    min-height:544px;
}

.heading-section + .content-section {
    padding-top:4%;
}

.pagination li {
    margin-bottom:10px;
}

.pagination .disabled a {
    cursor:default;
}

.pagination a {
    display:block;
    padding:10px;
    border:1px solid #f2f1ef;
    min-width:40px;
    text-align:center;
}

.pagination a:hover, .pagination .active a {
    background:#f2f1ef;
}

.pagination .disabled a:hover {
    background:transparent;
}

.mse2-row {
    margin-bottom:20px;
}

.mse2-row h3 {
    font-size:18px;
    font-weight:500;
    margin-bottom:10px;
}

.mse2-row h3 a:hover {
    text-decoration:underline;
}

.mse2-row + .pagination {
    margin-top:40px;
}

.force-item {
    border:1px solid #EEECE7;
    display:table;
    width:100%;
    position:relative;
}

.force-item-inner {
    display:table-cell;
    padding:15px;
    height:150px;
    vertical-align:middle;
    text-align:center;
}

.force-item h3 strong {
    font-weight:500;
    font-size:42px;
}

.force-item h3 span {
    font-weight:500;
    font-size:24px;
}

.brand-item {
    position:relative;
    display:block;
    border:1px solid #EEECE7;
    padding:15%;
}

.brand-item-logo {
    display:block;
    height:120px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}

/* ---------------------------------------------------- CATEGORY ------------------------------------ */
.category-pluses {
    padding:6% 0;
}

.plus-item {
    font-weight:500;
    line-height:1.5;
}

.plus-item img {
    display:block;
    width:45px;
    height:45px;
}

.sidebar {
    width:236px;
}

.manager-block {
    padding:30px;
    position:relative;
}

.manager-title {
    font-size:20px;
    font-weight:500;
    line-height:1.5;
    margin-bottom:15px;
}

.manager-image {
    width:120px;
    margin-bottom:15px;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
}

.manager-name {
    font-weight:500;
    margin-bottom:5px;
}

.manager-block .button {
    margin-top:18px;
}

.filters-block {
    padding:30px;
}

.filter_title {
    font-weight:500;
    margin-bottom:10px;
}

.filter-item {
    margin:0 0 15px;
    padding:0;
}

.filter-item:last-child, .filter-item .checkbox-styled:last-child {
    margin-bottom:0;
}

.filter-item .checkbox-styled {
    margin-bottom:10px;
}

.filter-categories {
    margin-bottom:24px;
}

.filter-category-item {
    position:relative;
    background-image:url(../images/filter-category-bg.jpg);
    padding:25px 15px 20px;
    margin-bottom:6px;
}

.filter-category-item img {
    display:block;
    margin:0 auto 10px;
    height:118px;
}

.filter-category-item h3 {
    padding:0 5px;
    font-weight:500;
    font-size:20px;
    min-height:48px;
}

.filter-category-item:hover h3 {
    color:#ED1C24;
}

.product-item {
    padding:25px;
    margin-bottom:6px;
    min-height:331px;
}

.product-item.short {
    min-height:280px;
}

.product-item .item-img {
    margin-bottom:20px;
}

.product-item h3 {
    font-weight:500;
    margin-bottom:10px;
}

.product-item.short h3 {
    margin-bottom:0;
}

.product-item p {
    margin-bottom:5px;
    font-size:13px;
    line-height:1.3;
}

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

.category-mobile-blocks, .filter-close, .filter-mobile-heading {
    display:none;
}

.category-mobile-blocks {
    margin:0 -15px 35px;
}

strong.filter-close {
    position: absolute;
    top:30px;
    right:15px;
    font-size:18px;
    font-weight:500;
    cursor:pointer;
}

strong.filter-close:hover {
    text-decoration:underline;
}

.b-block-mobile {
    position:relative;
    padding:25px 0 25px 15px;
    margin-bottom:10px;
    background-image:url(../images/mobile-b-bg.jpg);
}

.b-block-mobile h3 {
    font-weight: bold;
    line-height: 1.3;
    font-size: 32px;
}

.category-mobile-blocks .manager-block {
    padding:20px;
}

.category-mobile-blocks .manager-block {
    background-image:url(../images/icons/hand.svg);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:102px auto;
}

.category-mobile-blocks .manager-block .manager-image {
    width:78px;
    margin:0 15px 0 0;
}

.filter-open {
    display:block;
    position:relative;
    padding-right:30px;
    font-size:18px;
    font-weight:500;
    background-image:url(../images/icons/filter-icon.svg);
    background-repeat:no-repeat;
    background-position:right center;
    min-height:15px;
    cursor:pointer;
}

.filter-open:hover {
    text-decoration:underline;
}

.results-tpls {
    display:inline-block;
    margin-left:10px;
    cursor:pointer;
}

.results-tpls svg {
    display:block;
    width:16px;
    height:16px;
    fill:#939393;
}

.results-tpls.active svg, .results-tpls:hover svg {
    fill:#002F6C;
}

.filter-mobile-heading {
    margin-bottom:20px;
}

/* --------------------------------------------------- PRODUCT -------------------------------------------- */
.product-main {
    padding-bottom:6%;
}

.product-images.col-auto {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

#productGallery {
    margin-bottom:10px;
}

.product-main-image {
    height:548px;
}

.product-main-image img {
    width:auto;
    max-height:548px;
}

.product-slider-wrapper {
    margin-left:-5px;
}
/*
.product-slider-wrapper.with-video {
    position:relative;
    padding-right:21%;
}

.product-slider-wrapper .product-slide-inner.video {
    position: absolute;
    top:0;
    right:0;
    width:20%;
    margin:0;
}
*/
.product-slide-inner {
    display:block;
    margin:0 5px;
    padding:10px;
    cursor:pointer;
}

.product-slide-inner.bg-grey:hover {
    background-color:#fecd04;
}

.product-slide-image {
    display:block;
    height:80px;
    background-repeat:no-repeat;
    background-position:center center;
    -o-background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
}

.product-slide-inner.video:after, .video-item:after, .product-main-image.video:after {
    content:"";
    display:block;
    position: absolute;
    top:50%;
    left:50%;
    background-repeat:no-repeat;
    background-position:center center;
    -o-background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
    z-index:3;
}

.product-slide-inner.video:after, .product-main-image.video:after {
    margin-top:-20px;
    margin-left:-20px;
    height:40px;
    width:40px;
    background-image:url(../images/icons/play.png);
}

.video-item:after {
    margin-top:-30px;
    margin-left:-30px;
    height:60px;
    width:60px;
    background-image:url(../images/icons/play-big.png);
}

.product-slide-inner.video:hover:after, .video-item:hover:after {
    opacity:0;
}

.product-content {
    padding-left:35px !important;
}

.product-main .caption {
    margin-bottom:25px;
}

.product-main .availability {
    padding:8px 15px;
    background:#FFCD04;
    float:right;
    margin-left:20px;
}

.product-main .availability.green {
    background:#48a763;
    color:white;
}

.product-main .availability.blue {
    background:#002F6C;
    color:white;
}

.product-subtitle {
    font-weight:500;
    margin-bottom:15px;
}

.product-main .content-text {
    margin-bottom:25px;
}

.lines-table {
    font-size:16px;
}

.lines-table .row {
    margin-bottom:15px;
}

.product-main .lines-table .row {
    margin-bottom:10px;
}

.lines-table .line {
    padding:0 !important;
    border-bottom:1px solid #e4e4e4;
    position:relative;
    top:-2px;
}

.product-pluses {
    padding:30px 0 44px;
}

.product-pluses .plus-item .col-auto {
    padding-right:0 !important;
}

.product-pluses .plus-item img {
    width:40px;
    height:40px;
}

.product-options {
    margin-bottom:20px;
}

.product-options .radio-styled {
    display:inline-block;
    margin:0 40px 10px 0;
}

.product-options .radio-styled:last-child {
    margin-right:0;
}

a.product-subtitle {
    text-decoration:underline;
}

a.product-subtitle:hover {
    text-decoration:none;
}

.product-main .button {
    margin-top:45px;
}
.price-lists{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
    padding:10px;
    background-color:rgba(217, 217, 217, 0.15);
    gap:40px;
}
.currencycalc__item{
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    align-items:center;
    padding-left:10px;
        width: 100%;
}
.currencycalc__item-mob{
    display:none;
}
.price-list{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.price-name{
    font-size:14px;
    color:rgba(39, 39, 39, 0.5);
}
.price-CNY{
    font-weight:500;
    font-size:20px;
    line-height:25px;
}
.price-lists .button{
    margin-top:0;
    width:150px;
    height:50px;
    padding:0;
    flex-shrink:0;
}
.currencycalc__item-mob .price-lists{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
    padding:10px;
    background-color:rgba(217, 217, 217, 0.15);
    gap:40px;
}

.price-lists .button{
    margin-top:0;
    width:150px;
    height:50px;
    padding:0;
    flex-shrink:0;
}
.all-product-params {
    padding-bottom:4%;
}

.product-add-block {
    margin-bottom:20px;
}

.product-add {
    position:relative;
    margin-bottom:20px;
    padding:20px 15px 15px;
    font-weight:500;
    text-align:center;
    min-height:176px;
}

.product-add .checkbox-styled {
    position: absolute;
    top:8px;
    right:8px;
    padding-left:20px;
    z-index:10;
}

.product-add .checkbox-styled span:before {
    top:0;
    width:20px;
    height:20px;
}

.product-add .checkbox-styled input:checked + span:after {
    top: 6px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    transform: rotate(-47deg);
}

.product-add img {
    display:block;
    margin:0 auto 10px;
}

.product-mobile {
    display:none;
}

/* ------------------------------------------------- ABOUT --------------------------- */
.about-page-main {
    overflow:hidden;
}

.about-page-main .item-img {
    float:right;
    width:50%;
    padding-left:20px;
    margin:0 0 15px 20px;
}

.about-pluses {
    padding-top:50px;
}

.doc-item {
    margin-bottom:30px;
}

.doc-image {
    display:block;
    padding:30px;
    margin-bottom:15px;
}

.doc-image span {
    display:block;
    height:282px;
    background-repeat:no-repeat;
    background-position:center center;
    -o-background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
}

.doc-item h3 {
    font-weight:500;
    line-height:1.4;
}

.team-item {
    margin-bottom:40px;
}

.team-item .item-img {
    margin-bottom:10px;
}

.team-item h3 {
    font-size:20px;
    font-weight:500;
    margin-bottom:5px;
}

.vacancy-item {
    margin-bottom:20px;
    padding:10px 0;
}

.vacancy-title {
    position:relative;
    padding:20px 90px 20px 30px;
    font-weight:bold;
    font-size:28px;
}

.vacancy-toggler {
    display:block;
    position: absolute;
    top:50%;
    margin-top:-22px;
    right:30px;
    width:45px;
    height:45px;
    background:#FFCD04;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
    cursor:pointer;
}

.vacancy-toggler:before, .vacancy-toggler:after {
    content:"";
    display:block;
    position: absolute;
    top:50%;
    left:11px;
    width:23px;
    height:3px;
    margin-top:-1px;
    background:#272727;
}

.vacancy-toggler:after {
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.vacancy-toggler.active:after {
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}

.vacancy-toggler:hover {
    background: #ffe682;
}

.vacancy-text {
    padding:0 30px 20px;
    display:none;
}

.vacancy-text .button {
    margin-top:30px;
}


/* ----------------------------------------------- NEWS -----------------------------*/
.news-item {
    margin-bottom:20px;
}

.item-date {
    position: absolute;
    display:block;
    top:15px;
    left:15px;
    padding:5px 8px;
    background:#fecd04;
    font-size:14px;
    font-weight:500;
    z-index:3;
}

.news-item .item-img {
    position:relative;
    height:176px;
}

.news-item:hover .dark:before {
    opacity:0;
}

.news-item .intro {
    padding:15px;
    font-size:14px;
    line-height:1.4;
}

.news-item .intro div {
    height:66px;
    overflow:hidden;
}

.news-item h3 {
    font-weight:bold;
    font-size:16px;
    margin-bottom:5px;
}

.news-item:hover h3 {
    color: #ed1c24;
}

.article-item {
    position:relative;
    height:272px;
    margin-bottom:20px;
    background-image:url(../images/article-bg.jpg);
}

.article-img, .article-img-blur {
    position: absolute;
    top:0;
    left:0;
    bottom:25px;
    width:100%;
    background-position:center bottom;
    background-repeat:no-repeat;
    -o-background-size:65% auto;
    -moz-background-size:65% auto;
    -webkit-background-size:65% auto;
    background-size:65% auto;
}

.article-img-blur {
    filter: blur(5px);
}

.article-title {
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
}

.article-title h3 {
    position:relative;
    color:white;
    background:rgba(0,0,0,.25);
    padding:18px 20px;
    font-size:18px;
    font-weight:bold;
    line-height:1.5;
}

.article-item .abs-link, .news-item .abs-link {
    z-index:4;
}

.article-item:hover h3 {
    color:#fecd04;
}

.article-heading {
    margin-bottom:40px;
}

.article-heading .caption {
    margin:0;
}

.article-heading .item-date {
    position:static;
    padding:8px;
}

.article-content {
    overflow:hidden;
}

.article-main-image {
    display:block;
    float:right;
    width:50%;
    margin:0 0 15px 40px;
}

/* ------------------------------------------------ 404 ------------------------------------------- */
.error-page {
    color:white;
}

.error-page.dark:hover:before {
    opacity:1;
}

.error-page.dark:before {
    z-index:1;
}

.error-page .container {
    z-index:2;
}

.error-page .row {
    min-height:100vh;
    padding:5% 0;
}

.error-page h1 {
    font-size:60px;
    font-weight:bold;
    margin-bottom:15px;
}

.error-page p {
    font-size:25px;
    font-weight:bold;
}

.error-page .button {
    margin-top:40px;
    width:286px;
}


/* --------------------------------------------------------- CONTENT -------------------------------------- */

.content-text {
	line-height: 1.4;
}

.content-text p, .content-text dl, .content-text ul, .content-text ol {
	margin-bottom: 1em;
}

.content-text ol ol, .content-text ul ul, .content-text ol ul, .content-text ul ol {
  margin-bottom: 0;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 {
    font-weight:bold;
    margin-bottom: 0.5em;
}

.content-text h1 {
    font-size:28px;
}

.content-text h2 {
    font-size:22px;
}

.content-text.big-captions h1, .content-text.big-captions h2 {
    font-size:36px;
}

.content-text h3 {
    font-size:20px;
}

.content-text a {
    text-decoration:underline;
}

.content-text a:hover {
    text-decoration:none;
}

.content-text ol {
    list-style:decimal;
}

.content-text ol li {
    margin-bottom:6px;
}

.content-text ul {
    padding-left:0;
    overflow:hidden;
}

.content-text ul li {
    position:relative;
    padding-left:10px;
    margin-bottom:6px;
}

.content-text ul li:before {
    content:"";
    display:block;
    position: absolute;
    top:8px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #002F6C;
    border-bottom: 1px solid #002F6C;
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.content-text blockquote {
    padding:30px;
    margin-bottom:30px;
    background:#F2F1EF;
}

.content-text.ul-arrows-yellow ul li:before {
    border-right: 1px solid #FFCD04;
    border-bottom: 1px solid #FFCD04;
}

.content-text.ul-inline ul li {
    display:inline-block;
    margin-right:20px;
    min-width:134px;
}


/* ----------------------------------------------- FORMS ---------------------------------------------------*/

input[type="text"].form-control, input[type="email"].form-control, textarea.form-control {
    padding:5px 15px;
    border:1px solid #ccc;
    font-size:16px;
    font-weight:500;
    font-family:inherit;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

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

input[type="text"].form-control.opacity-white, input[type="email"].form-control.opacity-white, textarea.form-control.opacity-white {
    opacity:.48;
    border:none;
    outline:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}

input[type="text"].form-control.bg-grey, input[type="email"].form-control.bg-grey, textarea.form-control.bg-grey {
    border:none;
}

.simple-form input[type="text"].form-control {
    background:transparent;
    color:white;
    border:2px solid white;
    outline:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}

.simple-form input[type="text"].form-control:focus, input[type="text"].form-control.opacity-white:focus, input[type="email"].form-control.opacity-white:focus, textarea.form-control.opacity-white:focus {
    background:white;
    color:#002F6C;
    opacity:1;
}

.simple-form input[type="text"]:-ms-input-placeholder {color: white;}
.simple-form input[type="text"]::-moz-placeholder {color:white;}
.simple-form input[type="text"]::-webkit-input-placeholder {color:white;}

.checkbox-styled, .radio-styled {
    position:relative;
    padding-left:20px;
}

.checkbox-styled input, .radio-styled input {
    display:none !important;
}

.checkbox-styled span:before, .checkbox-styled span:after, .radio-styled span:before, .radio-styled span:after {
    content:"";
    display:block;
    position: absolute;
    cursor:pointer;
}

.checkbox-styled span:before, .radio-styled span:before {
    top:3px;
    left:0;
    width:12px;
    height:12px;
    background: #dbdbdb;
}

.checkbox-styled input:checked + span:before, .radio-styled input:checked + span:before {
    background:#fecd04;
}

.checkbox-styled input:checked + span:after {
    top: 6px;
    left: 2px;
    width: 8px;
    height: 4px;
    border-bottom:1px solid white;
    border-left:1px solid white;
    -ms-transform:rotate(-50deg);
    -o-transform:rotate(-50deg);
    -moz-transform:rotate(-50deg);
    -webkit-transform:rotate(-50deg);
    transform:rotate(-50deg);
}

.radio-styled span:before, .radio-styled span:after {
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
}

.radio-styled input:checked + span:after {
    top:6px;
    left:3px;
    width:6px;
    height:6px;
    background:#272727;
}

.conf {
    font-size:12px;
    line-height:1.5;
}

.conf a {
    text-decoration:underline;
}

.conf a:hover {
    text-decoration:none;
}

label {
    display:block;
    font-size:inherit;
    margin-bottom:5px;
}

.req {
    display:none;
}

/* ------------------------------------------ POPUP BLOCKS -------------------------------------------------*/

.fly-buttons {
    position:fixed;
    right:0;
    top:50%;
    z-index:1000;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}

.fly-button.button {
    display:block;
    position:relative;
    margin-bottom:2px;
    padding:0 20px 0 60px;
    width:252px;
    font-size:16px;
    font-weight:500;
    text-align:left;
}

.fly-button img {
    display:block;
    position: absolute;
    width:20px;
    height:20px;
    top:15px;
    left:30px;
}

.popup-blocks {
    display:none;
}

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

.popup-form {
    background:white;
    max-width:755px;
    padding:56px 85px 50px;
}

.popup-form .mfp-close, .popup-cities .mfp-close {
    position: absolute;
    top:20px !important;
    right:20px;
    width:20px;
    height:20px;
    overflow:hidden;
    color:transparent;
}

.popup-form .mfp-close:before, .popup-form .mfp-close:after, .popup-cities .mfp-close:before, .popup-cities .mfp-close:after {
    content:"";
    display:block;
    position: absolute;
    top:50%;
    margin-top:-1px;
    left:-2px;
    width:24px;
    height:2px;
    background:#272727;
}

.popup-form .mfp-close:before, .popup-cities .mfp-close:before {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.popup-form .mfp-close:after, .popup-cities .mfp-close:after {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.popup-form.big {
    max-width:1280px;
    padding:50px 45px 50px 80px;
}

.popup-form.big:before {
    content:"";
    display:block;
    position: absolute;
    top:0;
    right:0;
    width:38%;
    height:100%;
    background-image:url(../images/popup-form-bg.jpg);
    background-position:left center;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.popup-form.big > div {
    position:relative;
}

.popup-form-subtitle {
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
}

.order-params {
    line-height:1.5;
    font-size:16px;
}

.order-params .form-group {
    display:none;
}

.popup-form-text {
    font-size:18px;
    font-weight:500;
}

.popup-form.big form, .order-params {
    padding-right:20px;
}

.popup-video {
    max-width:1200px;
}

.popup-video img {
    display:block;
    width:100%;
}

.popup-video iframe {
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}

#mobileMenu {
    display:none;
    position:fixed;
    top:73px;
    left:0;
    width:100%;
    bottom:0;
    overflow-y:auto;
    color:white;
    background:#272727;
    z-index:1000;
}

#mobileMenu.active {
    display:block;
}

#mobileMenu .inner {
    padding:25px 15px 25px;
}

#mobileMenu .search-form {
    margin-bottom:20px;
}

#mobileMenu .search-form input[type="text"].form-control {
    border:1px solid white !important;
    color:white;
    background:transparent;
}

#mobileMenu .search-form input[type="text"]:-ms-input-placeholder {color: white;}
#mobileMenu .search-form input[type="text"]::-moz-placeholder {color:white;}
#mobileMenu .search-form input[type="text"]::-webkit-input-placeholder {color:white;}

#mobileMenu .search-form button {
    background-image:url(../images/icons/search-white2.svg);
}

#mobileMenu .with-icon {
    padding-left:25px;
    margin-bottom:15px;
}

#mobileMenu .city-select-item.with-icon {
    margin-bottom:25px;
}

#mobileMenu .city-select-item strong {
    font-weight:normal;
}

#mobileMenu .city-select-item:after {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.mobile-nav {
    padding:0;
}

.mobile-nav li {
    margin-bottom:20px;
}

.mobile-nav > li > a {
    font-size:18px;
    font-weight:500;
}

.mobile-nav ul {
    padding:20px 0 2px;
    font-size:15px;
    color: #a5a5a5;
}

.mobile-nav ul li {
    margin-bottom:15px;
}

.mobile-nav ul li:last-child {
    margin-bottom:0;
}

.mobile-nav .with-submenu > a:after {
    top:7px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.mobile-contacts {
    margin: 30px 0 25px;
    padding: 25px 0 10px;
    border-top:1px solid rgba(255,255,255,.35);
    border-bottom:1px solid rgba(255,255,255,.35);
}

#mobileMenu .socnets a {
    margin-right:15px;
}

#mobileMenu .socnets a img {
    width:35px;
    height:35px;
}

.input-file input {
    display:none;
}

.input-file label * {
    pointer-events: none;
}

.input-file label {
    position:relative;
    padding-left:20px;
    color:#002F6C;
    font-size:16px;
    cursor:pointer;
}

.input-file label:hover {
    text-decoration:underline;
}

.input-file label:after {
    content:"";
    display:block;
    position: absolute;
    top:1px;
    left:0;
    height:100%;
    width:13px;
    background-image:url(../images/icons/download-icon.svg);
    background-repeat:no-repeat;
    background-size:contain;
}

.popup-cities {
    background:white;
    max-width:604px;
    padding:50px 80px;
}

.popup-cities .form-group {
    margin-bottom:35px !important;
}

.popup-cities input[type="text"].form-control {
    padding-right:60px;
    background-image:url(../images/city-search.png);
    background-repeat:no-repeat;
    background-position:right center;
}

.popup-cities ul {
    padding:0;
    font-size:16px;
    column-count:3;
    column-gap:30px;
}

.popup-cities ul li {
    margin-bottom:15px;
}


/* -------------------------------------------- MEDIA QUERIES --------------------------------------*/
@media screen and (max-width:1599px) {
    .home-heading .heading-image {width:110%;}
}

@media screen and (max-width:1399px) {
    .fly-buttons {right:-205px;}
    .fly-buttons:hover {right:0;}
    .fly-button {padding-left:50px;}
    .fly-button img {left:15px;}
    .header-logo img, .footer-logo img {width: 210px;}
    .navigation {font-size:14px;}
    .navigation ul a {padding:15px 25px;}
    .heading-section {padding-top:154px;}
    .category-item img {height:223px;}
    .form-section img {margin-left:0;}
    .product-item {min-height:333px;}
    .product-item.short {min-height:265px;}
    .product-add {min-height:188px;}
    .map {width:750px;}
}

@media screen and (max-width:1199px) {
    .header-email {display:none;}
    .heading-plus-item {padding-left:0;}
    .heading-plus-item:before {display:none;}
    .category-item img {height:233px;}
    .caption, .content-text.big-captions h1, .content-text.big-captions h2 {font-size:32px;}
    .pluses2-block h2 {line-height:1.3;}
    .question-title, .contacts-block .with-icon {font-size:18px;}
    .contacts-title {font-size:24px;}
    .home-heading .heading-image {left:-10%;}
    .gutters20 {margin-right: -15px;margin-left: -15px;}
    .gutters20 > .col, .gutters20 > [class*="col-"] {padding-right: 15px;padding-left: 15px;}
    .form-section:before {left:auto;right:0;width:100%;}
    .error-page h1 {font-size:45px;}
    .error-page p {font-weight:normal;}
    .filter-category-item h3 {font-size:16px;min-height:36px;}
    .product-content {padding-left:15px !important;}
    .about-page-slider {margin-bottom:30px;}
    .vacancy-title {font-size:18px;padding:15px 80px 15px 25px;}
    .vacancy-toggler {width:40px;height:40px;right:25px;}
    .vacancy-toggler:before, .vacancy-toggler:after {width: 18px;height: 2px;}
    .vacancy-text {padding:0 25px 20px;}
    .product-item {min-height:331px;}
    .product-item.short {min-height:268px;}
    .product-add {min-height:200px;}
    .map {width:100%;margin-top:10px;}
    .contacts-block .socnets {margin-bottom:20px;}
    .price-lists{flex-direction:column; gap:20px;}
    .price-lists .button{width:100%;}
}

@media screen and (max-width:991px) {
    .menu-toggler-wrapper {display:block;}
    .header-city, .header-search, .header-button, .header-bottom {display:none;}
    .header-top {padding: 15px 0 20px;}
    .heading-section {padding-top:73px;}
    .home-heading {position:relative;}
    .home-heading .heading-left.col, .home-heading .heading-right.col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-heading .heading-left.col {z-index:2;}
    .home-heading .caption, .home-heading-text, .home-heading .simple-form {padding-right:20%;}
    .home-heading .simple-form {max-width:none;}
    .home-heading .heading-right.col {position:static;}
    .home-heading .heading-image {left:auto;right:15px;top:100px;width:40%;max-width:100%;}
    .heading-pluses {padding-top:6%;}
    .home-heading .caption {font-size:40px;}
    .fake-slider, .fake-slider2, .fake-docs-slider, .fake-video-slider {overflow-x:auto;margin-right:-15px;}
    .fake-slider .row, .fake-slider2 .row, .fake-docs-slider .row, .fake-video-slider .row {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
    .fake-docs-slider .row, .fake-video-slider .row {margin-left:-10px;margin-right:-10px;}
    .fake-slider .row > * {
        -ms-flex: 0 0 320px !important;
        flex: 0 0 320px !important;
        max-width: 320px !important;
    }
    .fake-slider2 .row > * {
        -ms-flex: 0 0 200px !important;
        flex: 0 0 200px !important;
        max-width: 200px !important;
    }
    .fake-docs-slider .row > * {padding:0 10px !important;
        -ms-flex: 0 0 240px !important;
        flex: 0 0 240px !important;
        max-width: 240px !important;
    }

    .fake-video-slider .row > * {padding:0 10px !important;
        -ms-flex: 0 0 275px !important;
        flex: 0 0 275px !important;
        max-width: 275px !important;
    }
    .fake-docs-slider.mb50, .fake-video-slider.mb50 {margin-bottom:30px !important;}
    .fake-docs-slider .mb30, .fake-video-slider .mb30 {margin-bottom:10px !important;}
    .pb-big {padding-bottom:80px;}
    .pb-small {padding-bottom:40px;}
    section.pt-big {padding-top:75px;}
    section.pb-small {padding-bottom:70px;}
    .about-block-image.col {margin-bottom:35px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-text.ul-inline ul li {min-width:0;}
    .yellow-row-item {padding:24px 0 0;margin-bottom:15px;}
    .yellow-row .row > div:last-child .yellow-row-item {margin-bottom:0;}
    .yellow-row-item:before {top: -5px;left: 5px;width: 17px;height: 17px;border-right: 4px solid #012f6b;border-bottom: 4px solid #012f6b;
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .pluses2-block .item-img {margin-bottom:30px;max-width: 300px;}
    .tab-image {background-image:none !important;display:none;}
    .tab-block {padding:90px 30px 30px;}
    .tabs {width:100%;}
    .about-block-image.col, .questions.row.gutters10 > .col-lg-6 {padding-left:0 !important;padding-right:0 !important;}
    .tabs-wrapper, .why-block .item-img, .questions.row.gutters10 {margin-left:-15px !important;margin-right:-15px !important;}
    .form-section {padding:34px 0;}
    .form-section .container > .row > .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-section img, .form-section:before {display:none;}
    .form-section:before {background-image:none;}
    .form-section .conf-wrapper {padding-right:10px !important;}
    .form-section .conf {margin-right:0;}
    .footer-nav {display:none;}
    .error-page.dark:before {background:rgba(0,0,0,.5);}
    .category-pluses .plus-item:nth-child(2) {display:none;}
    .inner-page-heading-image {display:none;}
    .sidebar {width:auto;}
    .sidebar .manager-block, .sidebar .b-block {display:none;}
    .category-mobile-blocks, .filter-close, .filter-mobile-heading {display:block;}
    .filter-item:last-child {margin-bottom:30px;}
    .filters-block {display:none;position:fixed;top:73px;left:0;width:100%;bottom:0;z-index:1000;margin-bottom:0 !important;}
    .filters-block.active {display:block;}
    .filters-block-inner {position: absolute;top:70px;bottom:20px;left:15px;right:0;padding:10px 15px 0 0;overflow-y:auto;}
    .filter-item {margin-bottom:20px;}
    .filter_title {font-size:18px;}
    .filter_title, .filter-item .checkbox-styled {margin-bottom:15px;}
    .checkbox-styled {padding-left:32px;}
    .checkbox-styled span:before {width:20px;height:20px;top:-1px;}
    .checkbox-styled input:checked + span:after {top:5px;left:4px;width:10px;height:6px;}
    .filter-categories {margin-bottom:20px;}
    .filter-categories.row.gutters3 {margin-right: -7px;margin-left: -7px;}
    .filter-categories.row.gutters3 > .col, .filter-categories.row.gutters3 > [class*="col-"] {padding-left:7px;padding-right:7px;}
    .filter-category-item {margin-bottom:14px;}
    .filter-category-item h3 {font-size:20px;}
    .content-section {padding-top:95px;}
    .product-images.col-auto {margin-bottom:30px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-add {margin-bottom:10px;}
    .product-slide-inner {padding:50px 15px;}
    .product-slide-image {height:120px;}
    .mobile-text-title {font-size:16px !important;font-weight:500 !important;margin-bottom:15px !important;}
    .mobile-text-title span {display:inline-block;padding-right:15px;position:relative;cursor:pointer;}
    .mobile-text-title span:after {content: "";display: block;position: absolute;top: 5px;right: 0;width: 8px;height: 8px;border-right: 1px solid #272727;border-bottom: 1px solid #272727;
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobile-text-title.active span:after {top:10px;
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .mobile-text-title span:hover {text-decoration:underline;}
    .mobile-hidden-text {display:none;}
    .product-dt {display:none !important;}
    .product-mobile {display:block;}
    .product-main {padding-bottom:0;}
    .lines-table {margin-bottom:15px;}
    .mobile-text-title2 {font-weight:bold !important;font-size:17px !important;margin-bottom:15px !important;}
    .breadcrumb {padding-bottom:0;margin-bottom:30px;}
    .about-page-main .item-img {float:none;width:100%;padding:0;margin:0 0 30px;}
    .about-pluses .plus-item {text-align:center;}
    .about-pluses .plus-item img {margin-bottom:10px;display:inline-block;}
    .about-page-slider {margin-left:-15px;margin-right:-15px;}
    .docs-block .row {margin-left:-7px;margin-right:-7px;}
    .docs-block .row > .col, .docs-block .row > [class*="col-"] {padding-left:7px;padding-right:7px;}
    .for-dt {display:none;}
    .heading-section + .content-section {padding-top:40px;}
    .vacancies-list {margin:0 -15px;}
    .vacancy-text {padding-top:15px;}
    .article-img, .article-img-blur {
        -o-background-size: 240px auto;
        -moz-background-size: 240px auto;
        -webkit-background-size: 240px auto;
        background-size: 240px auto;
    }
    .article-heading .item-date {display:inline-block;margin-bottom:15px;}
    .popup-form-image, .popup-form.big:before {display:none;}
    .popup-form.big {padding:30px;}
    .popup-form .caption {margin-bottom:15px;}
    .popup-form-text.mb40 {margin-bottom:20px !important;font-size:16px;}
    .popup-form.big form, .order-params {padding-right:0;}
    .thankyou-page .caption {font-size:24px;margin-bottom:20px;}
    .thankyou-page .subcaption.mb40 {margin-bottom:30px !important;}
    .popup-cities {padding:50px 30px;}
    .product-item {min-height:410px;}
    .product-item.short {min-height:336px;}
    .force-item h3 strong {font-size:30px;}
    .force-item h3 span {font-size:20px;}
    .force-item-inner {height:100px;}
    .currencycalc__item{display:none;}
    .currencycalc__item-mob{display:flex;width:100%;margin-bottom: 25px;gap:30px;}
    .price-val{font-weight:500;font-size:16px;}
}

@media screen and (max-width:767px) {
    .home-heading.bg {padding:44px 0 40px;}
    .home-heading .heading-image {position:relative;right:0;top:0;width:80%;margin:0 auto 30px;}
    .home-heading .caption, .home-heading-text, .home-heading .simple-form {padding-right:0;}
    .yellow-row-item {font-size:14px;}
    .fly-buttons {display:none;}
    .fake-slider .row > * {
        -ms-flex: 0 0 275px !important;
        flex: 0 0 275px !important;
        max-width: 275px !important;
    }
    .category-item h3 {padding: 30px 25px 15px;}
    .form-group, .form-section .form-group.mb40 {margin-bottom:10px !important;}
    .form-section .button {margin-top:8px;}
    .form-section .caption + p {font-size:15px;}
    .footer-top {padding:75px 0 70px;}
    .footer-nav {display:block;margin-bottom:25px;}
    .footer-logo .logo {margin-bottom:15px;}
    .footer-logo img {width:264px;}
    .footer-logo {margin-bottom:35px;}
    .footer-contacts {margin-bottom:20px;}
    .footer-top .socnets a img {width:25px;height:25px;}
    .footer-top .button {width:100%;}
    .footer-bottom {padding:35px 0 20px;}
    .footer-bottom p {margin-bottom:15px;}
    .error-page h1 {font-size: 35px;}
    .error-page p {font-size:20px;}
    .category-pluses {padding:35px 0 70px;}
    .category-pluses .plus-item {text-align:center;}
    .category-pluses .plus-item img {display:inline-block;margin-bottom:5px;}
    .category-pluses .plus-item p {font-size:13px;padding:0 10px;}
    .inner-page-heading {padding:34px 0;}
    .inner-page-heading .breadcrumb {margin-bottom:10px;}
    .inner-page-heading .caption {margin-bottom:0;}
    .breadcrumb {font-size:15px;}
    .b-block-mobile h3 {font-size:24px;}
    .lines-table {line-height:1.5;font-size:15px;}
    .lines-table .line {display:none;}
    .product-main .lines-table .row, .lines-table .row {margin:0 0 5px !important;padding-bottom:5px;border-bottom: 1px solid #e4e4e4;}
    .product-main .lines-table .row:last-child, .lines-table .row:last-child {border-bottom:none;}
    .product-main .lines-table .row > div, .lines-table .row > div {padding:0 !important;}
    .about-pluses .plus-item {font-size:14px;}
    .team-item {font-size:14px;}
    .team-item h3 {font-size:18px;}
    .caption2 {font-size:24px;margin-bottom:15px;}
    .article-main-image {float:none;margin:0 0 30px;width:100%;}
    .article-heading {margin-bottom:15px;}
    .caption.mb50 {margin-bottom:30px !important;}
    .contacts-title.mb30 {margin-bottom:15px !important;}
    .product-item {min-height:454px;}
    .product-item.short {min-height:378px;}
    #productGallery {margin-bottom:0;}
    .product-slider-wrapper {display:none !important;}
    .product-main-image {height:220px;margin:0 5px;}
    .product-main-image img {height:220px;}
    .force-item-wrapper.col.col20 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .brand-item-logo {height:90px;}
    .footer-logo p{max-width:264px;}
}

@media screen and (max-width:600px) {
    .fake-slider .row > * {
        -ms-flex: 0 0 320px !important;
        flex: 0 0 320px !important;
        max-width: 320px !important;
    }
    .popup-cities ul {column-count:2;}
    .product-item {min-height:374px;}
    .product-item.short {min-height:322px;}
}

@media screen and (max-width:575px) {
    .header-phone {display:none;}
    .menu-toggler {width:22px;height:14px;}
    .menu-toggler div {height:2px;}
    .home-heading .heading-image {width:100%;}
    .home-heading .caption {font-size:26px;margin-bottom:10px;}
    .home-heading-text {font-size:16px;padding:0 0 20px;}
    .caption, .content-text.big-captions h1, .content-text.big-captions h2 {font-size:24px;}
    .caption {margin-bottom:36px;}
    .caption.with-arrow {padding-left:20px;}
    .caption.with-arrow:before {top: 7px;left: -4px;width: 14px;height: 14px;border-right: 4px solid #002F6C;border-bottom: 4px solid #002F6C;}
    .home-heading .simple-form .button {width:100%;display:block;}
    .heading-pluses.row {padding-top:15px;margin-right: -10px;margin-left: -10px;}
    .heading-pluses.row > .col, .heading-pluses.row > [class*="col-"] {padding-right: 10px;padding-left: 10px;}
    .heading-pluses > div:nth-child(2) {display:none;}
    .heading-plus-item {font-size:14px;text-align:center;}
    .heading-plus-item img {display:inline-block;margin-bottom:5px;}
    .fake-slider .row > * {
        -ms-flex: 0 0 275px !important;
        flex: 0 0 275px !important;
        max-width: 275px !important;
    }
    .subcaption {font-size:15px;}
    .about-block .caption {margin-bottom:10px;}
    .about-block .subcaption.mb50 {margin-bottom:30px !important;line-height:1.4;}
    .content-text h1, .content-text h2 {font-size:18px;}
    .content-text h3 {font-size:16px;}
    .content-text {font-size:15px;}
    .seo-text.content-text h1 {font-size:24px;}
    .content-text blockquote {padding:20px;font-size:14px;}
    .about-block .button, .about-block2 .button {width:100%;}
    .about-block2 .content-text {margin-bottom:15px;}
    .about-block2 .content-text h2 {margin-bottom:.5em;}
    .about-block2 .item-img {margin-bottom:30px;}
    .about-block2 .text-grey {font-size:15px;}
    .pluses2-block h2 {font-size:18px;margin-bottom:20px;}
    .plus2-item {font-size:15px;margin-bottom:15px;}
    .plus2-item img {width:25px;height:25px;}
    .pluses2-block.pb-big {padding-bottom:60px !important;}
    .tabs li {font-size:16px;height:45px;line-height:45px;}
    .tab-block {padding:80px 15px 35px;}
    .tab-block .caption {margin-bottom:20px;}
    .tab-block .button {width:100%;}
    .why-block .caption {margin-bottom:15px;}
    .question, .vacancy-item {margin-bottom:10px;}
    .question-title {padding:15px 60px 15px 15px;}
    .vacancy-title {padding:5px 60px 5px 15px;}
    .question-button, .vacancy-toggler {width:30px;height:30px;right:15px;margin-top:-15px;}
    .question-button:before, .question-button:after, .vacancy-toggler:before, .vacancy-toggler:after {width:14px;left:8px;}
    .vacancy-text {padding:15px;}
    section.pb-big {padding-bottom:60px;}
    .form-section img {display:block;width:100%;margin-bottom:20px;}
    .contacts-block .caption.mb40 {margin-bottom:25px !important;}
    .contacts-title {font-size:20px;}
    .contacts-block .with-icon {font-size:15px;}
    .contacts-section.pt-big .contacts-block .with-icon {margin-bottom:10px;}
    .filter-category-item {padding:10px;}
    .filter-category-item h3 {font-size:13px;min-height:32px;padding:0;}
    .filter-category-item img {height:62px;}
    .category-mobile-blocks .manager-block {padding:10px 15px;font-size:14px;}
    .category-mobile-blocks .manager-block .manager-title {font-size:16px;margin-bottom:10px;}
    .category-products.row.gutters3 {margin-left:-15px;margin-right:-15px;}
    .product-item {padding-top:15px;}
    .col-6 > .product-item {padding:15px 15px 20px;}
    .product-item .item-img {margin-bottom:5px;}
    .col-sm-6 > .product-item {margin-bottom:25px;}
    .b-block-mobile {padding:15px 0 15px 15px;}
    .b-block-mobile h3 {font-size:20px;}
    .product-main .button, .product-add-block + .button {width:100%;display:block;}
    .product-slider-wrapper {margin-left:0;}
    .product-slide-inner {padding:15px 15px 60px;margin:0;}
    .product-slide-image {height:230px;}
    .product-pluses-wrapper {overflow-x:auto;margin-bottom:40px;}
    .product-pluses {padding:34px 0 10px;}
    .product-pluses-wrapper .row {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
    .product-pluses .plus-item p {font-size:14px;}
    .product-options {overflow:hidden;}
    .product-options .radio-styled {display:block;margin:0 0 15px 0;float:left;clear:left;}
    .about-pluses .plus-item:nth-child(2) {display:none;}
    .about-page-main .caption, .about-page-add .caption {margin-bottom:20px;}
    .about-pluses.pb-big {padding:20px 0 60px;}
    .about-page-add .pb-big {padding-bottom:60px;}
    .vacancy-text .button {width:100%;}
    .table-wrapper {width:100%;overflow-x:auto;}
    .table-wrapper table {min-width:900px;}
    .content-text ul li {padding:10px 0 0;}
    .content-text ul li:before {top:0;left:2px;
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .column2 {column-count:1;}
    .news-item .item-img {height:180px;}
    .news-item .intro div {height:auto;}
    .article-item {height:240px;}
    .article-img, .article-img-blur {
        -o-background-size: 184px auto;
        -moz-background-size: 184px auto;
        -webkit-background-size: 184px auto;
        background-size: 184px auto;
    }
    .thankyou-page .caption {font-size:20px;margin-bottom:15px;}
    .thankyou-page .subcaption.mb40 {margin-bottom:20px !important;}
    .popup-cities ul {column-count:1;}
    .col-6 > .product-item {min-height:363px;}
    .col-6 > .product-item.short {min-height:314px;}
    .col-sm-6 > .product-item, .col-sm-6 > .product-item.short {min-height:0;}
    .product-main-image, .product-main-image img {height:290px;}
    .force-item h3 strong {font-size:24px;}
    .force-item h3 span {font-size:16px;}
    .force-item-wrapper.col.col20 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .force-item-inner {height: 70px;}
}

@media screen and (max-width:400px) {
    .b-block-mobile h3 {font-size:15px;font-weight:500;}
    .product-main .caption {font-size:24px;margin-bottom:15px;}
    .product-main .availability {font-size:14px;padding:5px 10px;}
    .col-6 > .product-item {min-height:295px;}
    .col-6 > .product-item.short {min-height:240px;}
    .force-item-wrapper.col.col20 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.agree-cookie{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 30px 0;
    font-size: 14px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
    z-index: 999999;
}
.agree-cookie.hide{
    display:none;
}
.agree-cookie a{
    text-decoration: underline;
    cursor: pointer;
    color: rgb(162, 162, 162);
    transition:all linear 0.3s;
}
.agree-cookie a:hover{
    text-decoration: none;
}


.scroll-top-btn {
  /* Позиционирование */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  
  /* Внешний вид */
  width: 50px;
  height: 50px;
  background-color: #007bff; /* Замените на брендовый цвет */
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  
  /* Состояние по умолчанию (скрыта) */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  
  /* Центрирование иконки */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Эффект при появлении */
.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Ховер-эффект */
.scroll-top-btn:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .scroll-top-btn {
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 15px;
  }
}

/* Исключаем из печати */
@media print {
  .scroll-top-btn {
    display: none !important;
  }
}

/* Кнопка-прилипала (скрыта на десктопах по умолчанию) */
.sticky-call-btn {
    display: none; 
}

@media (max-width: 991px) {
    .sticky-call-btn {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px; /* Удобный размер для нажатия по ТЗ */
        background-color: #28a745; /* Контрастный зеленый (цвет конверсии) */
        color: #fff;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        z-index: 1000; /* Выше всех элементов */
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        animation: slideUp 0.5s ease-out; /* Анимация появления по ТЗ */
    }

    .sticky-call-btn__content {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .sticky-call-icon {
        width: 24px;
        height: 24px;
        /* Если иконка не белая, можно добавить filter: brightness(0) invert(1); */
    }

    /* Анимация пульсации, чтобы привлечь внимание (бонус для SEO/UX) */
    .sticky-call-btn:active {
        background-color: #218838;
        transform: scale(0.98);
    }

    /* Анимация появления снизу */
    @keyframes slideUp {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }

    /* Важно: добавляем отступ футеру, чтобы кнопка не закрывала авторские права */
    footer {
        padding-bottom: 60px;
    }
}

/* Поднимаем всю шапку поверх сайта */
.header-top {
    position: relative;
    z-index: 99999 !important;
}

.city-dropdown {
    position: relative;
}

.city-current {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #333;
}

/* Скрываем список надежно */
.city-list-dropdown {
    display: none; 
    position: absolute;
    top: 100%;
    left: -20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    padding: 25px;
    min-width: 650px;
    z-index: 999999 !important;
    border-radius: 4px;
    margin-top: 15px;
}

/* Открываем список строго по классу */
.city-list-dropdown.is-open {
    display: block !important;
}



.city-list-inner a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.city-list-inner a:hover {
    color: #f21f1f !important;
}
/* --- СТИЛИ ДЛЯ СПИСКА ГОРОДОВ В ШАПКЕ --- */

/* 1. Прячем ТОЛЬКО форму поиска, не трогая контейнеры с городами */
.city-list-inner form {
    display: none !important;
}

/* 2. Превращаем стандартный список (ul) в 4 колонки */
.city-list-inner ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px 25px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    column-count: auto !important; /* Отключаем старые стили колонок, если они есть */
}

/* 3. Настраиваем пункты меню */
.city-list-inner li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}

.city-list-inner a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: color 0.2s;
    display: block;
    padding: 3px 0;
}

/* 4. ПОДСВЕТКА ТЕКУЩЕГО ГОРОДА И ПРИ НАВЕДЕНИИ */
.city-list-inner a:hover,
.city-list-inner li.active a,
.city-list-inner a.active {
    color: #f21f1f !important;
    font-weight: 600 !important;
}

/* 5. Адаптивность для мобильных устройств (2 колонки) */
@media (max-width: 991px) {
    .city-list-inner ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* Прячем поле поиска: и инпут, и его обертку (обычно это .form-group) */
.city-list-inner input,
.city-list-inner .form-group {
    display: none !important;
}

/* На всякий случай скроем псевдоэлементы или иконки лупы, если они там есть */
.city-list-inner input + i,
.city-list-inner input + span {
    display: none !important;
}

/* =========================================================
   ИСПРАВЛЕНИЯ ДЛЯ ЯНДЕКС.ВЕБМАСТЕРА (МОБИЛЬНАЯ АДАПТАЦИЯ)
   ========================================================= */

/* 1. Глобальная защита от вылезающих картинок и длинных артикулов в контенте */
.content-text img {
    max-width: 100% !important;
    height: auto !important;
}
.content-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* 2. Защита от таблиц, если их забыли обернуть в .table-wrapper в админке MODX */
.content-text table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 3. Исправление "мелкого текста" на мобильных устройствах */
@media screen and (max-width: 768px) {
    /* Подвал и политика */
    .footer-logo p {
        font-size: 13px !important;
        line-height: 1.4;
    }
    .conf {
        font-size: 14px !important;
    }
    /* Тексты в карточках и фильтрах */
    .product-item p,
    .category-pluses .plus-item p,
    .filter-category-item h3 {
        font-size: 14px !important;
    }
    /* Защита от широкого окна городов на мобилках */
    .city-list-dropdown {
        min-width: 100% !important;
        left: 0 !important;
        padding: 15px !important;
    }
}