@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*@font-face {
    font-family: "Roboto";
    src: url(../fonts/robotolight.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face { 
    font-family: "Roboto";
    src: url(../fonts/roboto.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face { 
    font-family: "Roboto";
    src: url(../fonts/robotomedium.ttf);
    font-weight: 500;
    font-style: normal;
}*/


/** Generated by FG **/

@font-face {
    font-family: 'Conv_rouble';
    src: url('../fonts/rouble.eot');
    src: local('☺'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype'), url('../fonts/rouble.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto";
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 14px;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0d254a;
}

a:hover {
    color: #c1111e;
}

textarea {
    resize: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.container-fluid {
    padding: 0 20px;
}

.btn {
    background-color: var(--second-blue);
    color: #fff;
    border: 1px solid var(--second-blue);
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
}

.btn:hover {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background .3s;
    background-color: var(--third-blue);
    border-color: var(--third-blue);
}

button {
    border: none;
    font-family: 'Roboto';
}

.title {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 40px;
    font-weight: 400;
}

:root {
    --first-blue: #012168;
    --second-blue: #5773b6;
    --third-blue: #9db7fc;
    --light-grey: #d4dae6;
    --dark-grey: #6b757a;
    --black: #000000;
    --black-15: rgba(0, 0, 0, 0.15);
    --white: #ffffff;
}


/* ============= header ===============*/

.mob-menu {
    display: none;
}

.header3 {
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 15;
}

.top {
    position: fixed;
    background: #FFF;
    width: 100%;
    top: 0;
    z-index: 1500;
}

.top>.flex {
    height: 40px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.top-left a,
.top-left {
    align-items: center;
    font-size: 14px;
    color: var(--dark-grey);
}

.top-geo {
    margin-right: 30px;
    width: 95px;
}

.top-geo .jq-selectbox__select {
    height: 100%;
    cursor: pointer;
}

.top-geo .jq-selectbox__select:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: dashed 0.5px var(--dark-grey);
    bottom: -2px;
}

.top-geo .jq-selectbox__dropdown {
    margin-left: -5px;
    padding: 10px 0;
    cursor: pointer;
}

.top-geo .jq-selectbox__dropdown li {
    padding: 5px;
    background: #fff;
}

.top-geo .jq-selectbox__dropdown ul {
    width: 65px;
}

.top-geo select {
    vertical-align: middle;
    top: -2px;
}

.top-geo i {
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

.top-left span {
    color: #002772;
    font-size: 14px;
}

.top-left p {
    font-size: 14px;
    display: inline;
}

.top-mail,
.top-phone,
.top-work {
    margin-right: 30px;
}

.search {
    width: 436px;
    position: relative;
    height: 40px;
    align-items: center;
}

.search input {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    border: solid 1px var(--first-blue);
    padding: 0 50px 0 20px;
    font-size: 12px;
    color: var(--dark-grey);
    font-size: 14px;
    line-height: 14px;
}

.search input::placeholder {
    color: var(--dark-grey);
    font-size: 14px;
}

.search input:focus {
    border: solid 1px var(--dark-grey);
}

.search input:focus::placeholder {
    font-size: 0;
}

.search button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    background: transparent url(../img/search.svg) center no-repeat;
    background-size: cover;
    top: 5px;
    border-radius: 13px;
}

.search button:hover {
    cursor: pointer;
    background: transparent url(../img/search2.svg) center no-repeat;
    background-size: cover;
}

.header.fixed {
    background: var(--first-blue);
    position: fixed;
    top: 40px;
    width: 100%;
    padding: 20px 0;
    z-index: 1500;
    display: none;
}

.header.fixed .catalog-modal-btn {
    top: 18px;
    width: 20px;
    height: 30px;
}

header {
    box-shadow: 0 1px 4px 0 var(--black-15);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-top: 40px;
}

.swiper-slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
}

.header2 {
    background: var(--first-blue);
    padding-bottom: 20px;
    padding-top: 20px;
}

.header2 .logo {
    width: 25%;
}

.header-top,
.header-main {
    position: relative;
    z-index: 2;
}

.header-top {
    height: 18px;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
    position: relative;
    z-index: 200;
}

.header-top ul a {
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    border-bottom: solid 0.5px #91a2be;
    white-space: nowrap;
}

.header-top ul a:hover {
    font-size: 14px;
    line-height: 1.5;
    color: #91a2be;
    border-bottom: solid 0.5px #91a2be;
}

.header-top ul li {
    margin-right: 20px;
}

.header-top ul li:hover,
.header-top ul li.active {
    /*border-bottom: solid 0.5px #91a2be;*/
}

.header-top ul {
    padding-left: 35px;
}

.header-top .login {
    color: var(--white);
    padding-left: 18px;
    text-align: right;
    background: transparent url(../img/login.png) left -1px no-repeat;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.header-top .login:after {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    border-bottom: 1px dashed var(--light-grey);
    content: '';
    display: block;
    height: 1px;
}

.header-top .login:hover {
    color: var(--third-blue);
    background: transparent url(../img/login2.png) left -1px no-repeat;
}

.header-top .login:hover:after {
    border-bottom: 1px dashed var(--first-blue);
}

.header-top .cart {
    color: var(--white);
    padding-left: 20px;
    text-align: right;
    background: transparent url(../img/cart.png) left -1px no-repeat;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-right: 0;
    margin-left: 20px;
}

.header-top .cart.active {
    color: #64aeb9;
}

.header-top .cart-summ {
    position: absolute;
    display: block;
    padding: 0 10px;
    border-radius: 11.5px;
    background-color: #64aeb9;
    color: var(--first-blue);
    font-size: 12px;
    line-height: 20px;
    right: 0;
    top: 30px;
}

.header-top .cart:after {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    border-bottom: 1px dashed var(--light-grey);
    content: '';
    display: block;
    height: 1px;
}

.header-top .cart:hover {
    color: var(--third-blue);
    background: transparent url(../img/cart2.png) left -1px no-repeat;
}

.header-top .cart:hover:after {
    border-bottom: 1px dashed var(--first-blue);
}

.logo {
    margin-right: 60px;
    max-width: 180px;
    margin-left: 35px;
}

.logo:hover {
    opacity: .8;
}

.header-main ul {
    justify-content: space-between;
    position: relative;
    padding-top: 12px;
}

.header-main ul:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: #fff;
    position: absolute;
    top: 0;
}

.header-main li {
    position: relative;
}

.header-main li.active:after,
.header-main li:hover:after {
    height: 2px;
    background: var(--third-blue);
    position: absolute;
    top: -12px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
}

.header-main li:before {
    width: 2px;
    height: 12px;
    background: #fff;
    content: '';
    display: block;
    right: 0;
    top: 3px;
    position: absolute;
    opacity: .5;
}

.header-main li:last-child:before {
    display: none;
}

.header-main li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 0 25px;
}

.main-slider {
    z-index: 2;
    position: relative;
    margin: 0 auto 0;
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    top: 0;
}

.main-slider .swiper-slide {}

.swiper-button-wrapper {
    position: absolute;
    width: 100%;
    top: 44%;
    height: 50px;
}

.swiper-button-wrapper .container {
    max-width: 1150px;
    position: relative;
}

.swiper-button-next:hover {
    background: transparent url("../img/next2.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.swiper-button-prev:hover {
    background: transparent url("../img/prev2.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    top: 5px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    -webkit-background-size: cover;
    background-size: cover;
}

.main-slider .swiper-container {
    margin-bottom: 60px;
}

.main-slider .swiper-button-prev {
    left: 0;
}

.main-slider .swiper-slide {
    position: relative;
    height: 575px;
}

.main-slider .swiper-slide .swiper-slide-bg {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-slider .swiper-slide .swiper-slide-bg:after {
    z-index: -1;
    opacity: 0.76;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(252deg, #0a3077 90%, #002175 3%);
}

.main-slider .swiper-slide .slide-wrapper {
    max-width: 575px;
    margin: 0 auto;
    position: relative;
    top: 180px;
}

.main-slider .swiper-slide h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.slide-wrapper>.flex {
    justify-content: space-between;
}

.swiper-text-item {
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    color: var(--third-blue);
    text-align: right;
    align-items: center;
}

.swiper-text-item p {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    margin-left: 10px;
}

.header-search {
    position: relative;
    width: 100%;
    height: 30px;
    align-items: center;
    z-index: 2;
    margin: -90px auto 0;
    top: -140px;
    width: 550px;
}

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

.header-search input {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    border: solid 1px var(--light-grey);
    padding: 0 50px 0 20px;
    font-size: 12px;
    color: var(--dark-grey);
}

.header-search input::placeholder {
    color: var(--dark-grey);
    font-size: 12px;
}

.header-search input:focus {
    border: solid 1px var(--dark-grey);
}

.header-search input:focus::placeholder {
    font-size: 0;
}

.header-search button {
    width: 45px;
    height: 30px;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
    right: 0;
    background: transparent url(../img/search.png) center no-repeat;
}

.header-search button:hover {
    cursor: pointer;
    background: transparent url(../img/search2.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.main {
    margin-top: -50px;
    position: relative;
    z-index: 15;
    padding: 0 15px;
    margin-bottom: 40px;
}

.main .container {
    max-width: 716px;
    padding: 0;
    box-shadow: rgba(15, 15, 15, 0.4) 0 0 20px;
    position: relative;
    height: 105px;
}

.main .container:after {
    clear: both;
    display: block;
    content: '';
}

.main a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    background: #fff;
    padding: 15px 15px 10px;
    height: 105px;
}

.main a:hover {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    margin-top: -10px;
    box-shadow: rgba(15, 15, 15, 0.4) 0 0 20px;
    position: relative;
    z-index: 100;
    height: 125px;
}

.main a:hover h4 {
    font-size: 24px;
}

.main a:hover img {
    transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
}

.main a:hover p {
    font-size: 13px;
}

.main a h4 {
    font-size: 22px;
    font-weight: 300;
    color: var(--first-blue);
    line-height: 26px;
}

.main a p {
    font-size: 12px;
    line-height: 16px;
    color: var(--first-blue);
}

.main-news {
    background-color: rgba(157, 183, 252, 0.4);
    padding-top: 10px;
    padding-bottom: 1px;
}

.main-news>.flex {
    justify-content: space-between;
}

.news-item {
    border-radius: 4px;
}

.news-item-img img {
    border-radius: 4px;
    display: block;
}

.news-item-img:hover {
    opacity: .8;
}

.news-item-caption {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    margin-top: -3px;
}

.news-item-caption h4 a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}

.news-item-caption p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-item-caption span,
.vlog-item-caption span {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 24px;
    background: transparent url(../img/date.svg) left center no-repeat;
    position: absolute;
    margin-top: 10px;
}

.main-news .title {
    margin-bottom: 10px;
    color: var(--first-blue);
}

.swiper-pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.main-news .swiper-pagination {
    width: 77%;
    top: 20px;
    bottom: unset;
    right: 115px;
    left: unset;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.main-news .swiper-pagination:after {
    width: 8px;
    height: 8px;
    border: 1px solid #9db7fc;
    border-radius: 30px;
    position: absolute;
    content: '';
    display: block;
    right: -8px;
    top: -4px;
}

.swiper-pagination-bullet {
    height: 1px;
    background: #9db7fc;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: var(--first-blue);
    height: 5px;
    border-radius: 23%;
    position: relative;
    top: -2px;
}

.vlog {
    background-color: rgba(157, 183, 252, 0.2);
}

.main-div-left {
    padding: 40px 40px 40px 0;
    width: 50%;
    background: transparent url(../img/main-div.png) right 80% no-repeat;
}

.main-div {
    background-color: var(--first-blue);
}

.main-div2 .main-div-left {
    background: none;
}

.main-div-top {
    justify-content: space-between;
    height: 48px;
    align-items: center;
    margin-bottom: 70px;
}

.main-div-top h2 {
    margin-bottom: 0;
    color: #fff;
}

.main-div-top a {
    width: 160px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    height: 48px;
    line-height: 48px;
    background-color: var(--second-blue);
}

.main-div-top a:hover {
    box-shadow: 0 1px 6px 0 var(--black-15);
    background-color: var(--third-blue);
}

.main-div-left ul a {
    font-size: 16px;
    line-height: 28px;
    color: var(--third-blue);
}

.main-div-right {
    width: 50%;
    padding: 40px;
    padding-right: 0;
    color: #fff;
    background: transparent url(../img/main-div.png) right 80% no-repeat;
}

.main-div-right .swiper-slide {
    height: 285px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

.main-div-right .swiper-pagination-bullet:hover,
.main-div-right .swiper-pagination-bullet-active {
    background: #fff;
}

.main-div-right .swiper-button-next,
.main-div-right .swiper-button-prev {
    top: unset;
    bottom: 0;
}

.main-div-right .swiper-pagination {
    width: 73%;
    top: 22px;
    right: 0;
    left: unset;
    bottom: unset;
}

footer>.flex {
    justify-content: space-between;
}

footer h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--first-blue);
    line-height: 18px;
}

footer a {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

footer a:hover {
    font-weight: 500;
    color: #000;
}

.footer-contact {
    width: 140px;
    margin-right: 105px;
    margin-left: 0;
}

.footer-sub {
    width: 150px;
    margin-left: 0;
    margin-right: auto;
}

.footer-catalog {
    width: 300px;
    margin-right: 15px;
}

.footer-menu {
    width: 200px;
    margin-right: 10px;
}

.footer-help {
    width: 190px;
    margin-right: 0;
}

.tabs {
    width: 100%;
    margin: 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: relative;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
}

.product-bottom-title,
.sub-catalog-caption h1,
.sub-catalog-caption h2,
.text-page h1,
.catalog-tab h2 {
    position: relative;
    color: var(--first-blue);
    margin-bottom: 30px;
}

.product-bottom-title:after,
.sub-catalog-caption h1:after,
.sub-catalog-caption h2:after,
.text-page h1:after,
.catalog-tab h2:after {
    width: 285px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    background: var(--third-blue);
}

.product-bottom-title:before,
.sub-catalog-caption h1:before,
.sub-catalog-caption h2:before,
.text-page h1:before,
.catalog-tab h2:before {
    width: 285px;
    height: 5px;
    width: 5px;
    content: '';
    display: block;
    position: absolute;
    bottom: -13px;
    left: 285px;
    border-radius: 30px;
    border: 1px solid var(--third-blue);
}

.tabs__caption li.active {
    color: #c1111e;
    background: #fff;
}

.tabs__caption li:hover {
    cursor: pointer;
}

.tabs__caption li {
    width: 50%;
}

.tabs__caption li a {
    font-size: 16px;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 40px;
    color: #000;
}

.tabs__caption li a span {
    height: 26px;
    width: 26px;
    margin-right: 20px;
}

.tabs__caption li a:hover {
    font-weight: 500;
}

.tabs__content {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -100%;
}

.tabs__content.active {
    width: 35%;
    height: auto;
    opacity: 1;
    position: relative;
    left: 0;
    padding-left: 40px;
}

.tabs-more {
    position: absolute;
    bottom: 0;
    width: 295px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    left: 30px;
    border-radius: 30px;
    background-color: var(--second-blue);
}

.tabs-more:hover {
    box-shadow: 0 1px 6px 0 var(--black-15);
    background-color: var(--third-blue);
}

.main-div2 .main-div-right {
    padding-left: 0;
    padding-right: 40px;
}

.main-div2 .main-div-left {
    padding-right: 0;
    padding-left: 40px;
}

.main-div2 .swiper-slide p {
    max-width: 454px;
    font-size: 20px;
    line-height: 1.6;
}

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

.blog li span {
    display: block;
    font-size: 12px;
    color: var(--third-blue);
}

.blog li a {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
}

.main-div2 .main-div-right .swiper-slide {
    height: 290px;
}

.vlog-item-img img:hover {
    background-color: white;
    opacity: 0.5;
}

.vlog-item-img {
    margin-bottom: 0px;
    position: relative;
    display: block;
    text-align: center;
}

.vlog-item-caption {
    display: block;
    height: 60px;
    margin-bottom: 30px;
    background-color: var(--first-blue);
    margin-top: -3px;
}

.vlog-item-caption h4 {
    vertical-align: middle;
    height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-flow: row nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.vlog-item-caption h4 a {
    font-size: 14px;
    line-height: 1.5;
    color: white;
}


/* Solutions */

.cat_items_list {
    /*display: flex;
	flex-wrap: wrap;*/
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: row dense;
    margin-bottom: 40px;
}

.cat_items_list> :only-child {
    grid-column: 1/-1;
}

.cat_items_list .vlog-item-list {
    width: 100%;
    /* max-width: 370px; */
    /* float: left; */
    /* margin-right: 40px; */
    /* margin-bottom: 40px; */
    background-color: #f3f3f3;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    grid-column-start: auto;
    grid-row-start: auto;
    cursor: pointer;
    counter-increment: item-counter;
    overflow: hidden;
}

.vlog-item-img-list {
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

.vlog-item-img-list {
    display: block;
}

.vlog-item-img-list img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vlog-item-img-list p {
    text-align: left;
    margin-left: 20px;
    position: absolute;
    display: block;
    /*top: 125px;*/
    bottom: 20px;
    width: 45%;
    font-size: 18px;
}

.solutions_description {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
}

/*********/

.footer-social {
    justify-content: space-between;
}

.footer-sub>.flex.footer-social a {
    width: 28px;
    height: 28px;
    border-bottom: none;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}

.footer-sub>.flex.footer-social a:hover {
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
}

.footer-social a.ins {
    background: transparent url(../img/insta.png) center no-repeat;
}

.footer-social a.yt {
    background: transparent url(../img/youtube.png) center no-repeat;
}

.footer-social a.fb {
    background: transparent url(../img/facebook.png) center no-repeat;
}

.footer-social a.tw {
    background: transparent url(../img/twitter.png) center no-repeat;
}

.footer-sub-form input {
    width: 100%;
    height: 30px;
    padding-left: 15px;
    border: solid 1px var(--third-blue);
    font-size: 12px;
    color: #9ea4a7;
    margin-bottom: 15px;
}

.footer-sub-form input::placeholder {
    font-size: 12px;
    color: #9ea4a7;
}

.footer-sub-form button {
    width: 100%;
    height: 30px;
    border-radius: 24px;
    background-color: var(--second-blue);
    color: #fff;
    margin-bottom: 30px;
}

.footer-sub-form button:hover {
    box-shadow: 0 1px 6px 0 var(--black-15);
    background-color: var(--third-blue);
}

.footer-sub>.flex {
    justify-content: space-between;
}

.footer-sub>.flex a {
    font-size: 14px;
    line-height: 18px;
    color: var(--first-blue);
    border-bottom: dashed 1px #04276e;
    font-weight: 500;
}

.footer-sub>.flex a:hover {
    border-bottom: none;
}

.partners {
    padding: 10px 0;
}

.partners h2.title {
    margin-bottom: 30px;
}

html,
body {
    height: 100%;
    width: 100%;
}

footer {
    background-color: rgba(157, 183, 252, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

footer>.flex {
    position: relative;
}

.copy {
    width: 140px;
    position: absolute;
    bottom: 0;
}

.copy p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.copy a {
    font-weight: 500;
    font-size: 12px;
    color: var(--first-blue);
}

.footer-contact span {
    font-size: 12px;
    margin-top: -2px;
    margin-bottom: 25px;
    display: block;
}

.catalog-modal {
    width: 344px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.45);
    background: var(--white);
    position: absolute;
    left: -100%;
    top: 55px;
    z-index: 15;
    padding: 20px 0;
    border-top-right-radius: 8px;
}

.catalog-modal.show {
    left: 0;
    transition: left .3s;
    position: absolute;
    z-index: 1501;
}

.catalog-modal h2 {
    font-size: 32px;
    color: #04276e;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

.catalog-modal li a {
    height: 42px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 20px;
    font-size: 16px;
    color: #0D1329;
}

.catalog-modal li a span {
    width: 26px;
    height: 26px;
    margin-right: 20px;
}

.catalog-modal li a:hover {
    font-weight: 500;
}

.catalog-modal-btn {
    width: 40px;
    height: 60px;
    background: transparent url(../img/catalog.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 15;
    -webkit-background-size: cover;
    background-size: cover;
}

.catalog-modal-btn:hover {
    background: transparent url(../img/catalog-hover.png) center no-repeat;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}

.catalog-modal-close {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: transparent url(../img/close.png) center no-repeat;
}

.breadcrumb {
    padding: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.breadcrumb li {
    margin-right: 30px;
    position: relative;
    padding-bottom: 10px;
}

.breadcrumb li:after {
    content: ">";
    display: block;
    font-size: 16px;
    position: absolute;
    right: -18px;
    top: 0;
}

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

.breadcrumb li a {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.breadcrumb li:last-child a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 0px;
    cursor: default;
}

.main-catalog {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1%;
}

.main-catalog-item {
    width: 15.6666%;
    margin: 0 1% 0 0;
    background-color: rgba(157, 183, 252, 0.1);
    margin-bottom: 15px;
    padding: 0 20px;
}

.main-catalog-item>a {
    background-color: var(--second-blue);
    height: 46px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    padding: 10px;
    font-weight: 500;
    margin: 0 -20px;
}

.main-catalog-item>a:hover {
    opacity: .8;
}

.main-catalog-item>a img {
    margin-right: 12px;
}

.main-catalog-item>a>div {
    margin-right: 12px;
}

.main-catalog-item ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-catalog-item ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    margin: 0 -20px;
}

.main-catalog-item ul li a:hover {
    background-color: rgba(157, 183, 252, 0.4);
    font-weight: 500;
}

.sub-catalog {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(157, 183, 252, 0.1);
    padding: 20px 0 40px 1%;
    margin: 0;
}

.sub-catalog-item {
    width: 16.6666%;
    padding: 0 1% 0 0;
    margin-bottom: 20px;
}

.sub-catalog-item-img {
    height: 133px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.sub-catalog-item>a {
    height: 68px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: rgba(157, 183, 252, 0.2);
    font-weight: 500;
    font-size: 16px;
}

.sub-catalog-caption {
    padding: 20px;
}

.sub-catalog-caption p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sub-catalog-caption h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
}

.sub-catalog-caption li {
    font-size: 16px;
    line-height: 1.5;
}

.sub-catalog-caption>.flex {
    margin-top: 40px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sub-catalog-caption>.flex>div {
    width: 47%;
    background-color: rgba(157, 183, 252, 0.2);
    padding: 20px;
}

.category-title {
    align-items: center;
    margin-bottom: 25px;
}

.category-title h1 {
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--first-blue);
}

.category-title .category-cnt {
    width: 117px;
    text-align: center;
    border-radius: 30px;
    line-height: 24px;
    background-color: rgba(157, 183, 252, 0.4);
    font-size: 14px;
    color: var(--first-blue);
}

.category-block {
    justify-content: space-between;
}

.category-left {
    width: 75%;
}

.category-left.full_left {
    width: 100%;
}

.category-right {
    width: 25%;
}

.category-top label,
.category-top .category-top-select {
    /*display: none;*/
}

.category-top {
    position: relative;
    margin-bottom: 30px;
}

.category-top:after {
    display: block;
    content: '';
    clear: both;
}

.category-top>* {
    float: left;
}

.category-top label {
    font-size: 14px;
    color: var(--black);
    font-weight: 700;
    line-height: 24px;
}

.category-top-select {
    margin-left: 20px;
}

.category-top-select .jq-selectbox {
    font-size: 14px;
    color: var(--second-blue);
    line-height: 24px;
    position: relative;
}

.category-top-select .jq-selectbox__select-text:hover {
    font-weight: 500;
    color: var(--first-blue);
}

.category-top-select .jq-selectbox__select:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: dashed 0.5px var(--dark-grey);
    bottom: 2px;
}

.jq-selectbox__select-text {
    width: auto !important;
}

.category-top-select ul {
    background: #fff;
    padding: 10px;
}

.pagination {
    float: right;
    margin-right: 20px;
}

.pagination li.active a {
    background-color: #d8e2fe;
    color: #000;
}

.pagination li a,
.pagination li span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border: solid 1px #e1e1e1;
    text-align: center;
    margin-left: 5px;
    color: var(--second-blue);
}

.pagination li.active a,
.pagination li.active span,
.pagination li a:hover {
    background-color: var(--first-blue);
    color: var(--white);
}

.pagination li.pagination-next a,
.pagination li.pagination-prev a {
    width: 48px;
}

.pagination li.pagination-next a {
    margin-right: 0;
}

.pagination li.pagination-prev a {
    margin-left: 0;
}

.category-items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-item {
    width: 24%;
    margin-right: 1%;
    padding: 34px 10px 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
}

.category-item-rating {
    height: 14px;
    position: absolute;
    top: 10px;
    width: 96%;
}

.rating-wrapper {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 50;
}

.category-item-rating:after {
    width: 50%;
    display: block;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

.rating-input {
    display: none;
}

.rating-star:hover,
.rating-star:hover~.rating-star {
    background: transparent url('../img/star.png') center;
}

.rating-wrapper:hover>.rating-star:hover,
.rating-wrapper:hover>.rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
    background: transparent url('../img/star.png') center;
}

.rating-star,
.rating-wrapper:hover>.rating-star {
    float: right;
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url('../img/star2.jpg') center;
}

.category-item-like {
    width: 14px;
    height: 14px;
    background: transparent url(../img/heart.png) center no-repeat;
    position: absolute;
    right: 7px;
    top: 0;
    cursor: pointer;
}

.category-item-like:hover {
    background: transparent url(../img/heart-hover.png) center no-repeat;
}

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

.category-item-img-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

span.new {
    padding: 5px 10px;
    color: var(--white);
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    background-color: #64aeb9;
}

span.rek {
    padding: 5px 10px;
    background-color: var(--second-blue);
    color: var(--white);
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
}

span.xit {
    padding: 5px 10px;
    color: var(--white);
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    background-color: #fe6c15;
}

span.akt {
    padding: 5px 10px;
    color: var(--white);
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    background-color: #b40c0c;
}

span.no-nal {
    font-weight: 500;
    font-size: 14px;
    color: #b2b4b2;
    text-align: left;
    margin-left: 5px;
}

span.out-of-prod {
    padding: 5px 10px;
    color: var(--white);
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    background-color: #b2b4b2;
    width: 150px;
}

span.yes-nal {
    font-weight: 500;
    color: var(--second-blue);
    font-size: 14px;
    text-align: right;
}

span.zakaz {
    font-weight: 500;
    color: #f17023;
    font-size: 14px;
    text-align: right;
}

.category-item-img a {
    height: 130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
}

.category-item-img a:hover {
    opacity: .8;
}

.category-item>p {
    font-weight: bold;
    line-height: 20px;
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
}

.category-item-price {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
}

.category-item-bottom {
    height: 87px;
    position: relative;
}

.category-item:after {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    display: block;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 87px;
}

.category-item-bottom .btn {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    text-transform: capitalize;
    line-height: 46px;
    font-size: 16px;
    margin-top: 20px;
}

.category-item-bottom-hidden {
    padding-top: 7px;
}

.category-item-bottom-hidden>p {
    line-height: 24px;
    color: var(--second-blue);
    font-weight: 500;
    margin-bottom: 6px;
}

.catalog-item-cnt {
    width: 100%;
    height: 30px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.catalog-item-cnt span {
    width: 30px;
    height: 30px;
    display: block;
    background-color: var(--second-blue);
    font-size: 26px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 90px;
}

.catalog-item-cnt span:hover {
    border-color: var(--dark-grey);
    background-color: var(--dark-grey);
    cursor: pointer;
}

.catalog-item-cnt span.catalog-item-plus {
    margin-right: 0;
}

.catalog-item-cnt span.catalog-item-minus {
    margin-right: 10px;
}

.catalog-item-cnt input {
    width: 75px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border: solid 1px #b8b8b8;
    padding: 0 8px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url(../img/cnt.png) 90% center no-repeat;
}

.catalog-item-cnt>p {
    margin-left: 0;
    margin-right: auto;
}

.catalog-item-btn {
    display: block;
    height: 45px;
    line-height: 43px;
}

.sub-catalog-caption h3 {
    font-size: 20px;
    line-height: 1.6;
    color: var(--first-blue);
    margin-bottom: 20px;
}

.text-block-auto {
    display: inline-block;
    padding: 20px;
    max-width: 550px;
    background-color: rgba(157, 183, 252, 0.2);
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-block {
    padding: 20px;
    background-color: rgba(157, 183, 252, 0.2);
    margin-bottom: 40px;
}

.text-block-title {
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 28px;
}

.text-block-title img {
    margin-right: 10px;
}

.filter-btn {
    display: none;
}

#name_filter {
    display: none;
}

.filter {
    padding: 15px 10px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #f5f7fe;
}

.filter h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.filter-item {
    margin-bottom: 20px;
}

.filter-price h3 {
    margin-bottom: 25px;
}

.filter-slider .ui-widget-header {
    height: 4px;
    background-color: var(--third-blue);
}

.ui-slider .ui-slider-handle {
    width: 10px;
    height: 18px;
    background-color: var(--second-blue);
    top: -7px;
    border: 1px solid var(--second-blue);
}

.ui-widget.ui-widget-content {
    background: transparent;
    margin-bottom: 24px;
    border: none;
    width: 96%;
    height: 4px;
    left: 2%;
    background: #fff;
}

.filter-price {
    margin-bottom: 25px;
}

.filter-price input {
    width: 100px;
    border-radius: 2px;
    border: solid 1px #e1e1e1;
    background-color: var(--white);
    height: 30px;
    padding: 5px;
    margin-right: 15px;
}

.filter-checkbox {
    overflow: auto;
}

.filter-checkbox label {
    display: block;
    margin: 5px 0;
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.5;
}

.filter-checkbox label input {
    display: none;
}

.filter-checkbox label input+span {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #e1e1e1;
    background-color: var(--white);
    display: block;
    position: absolute;
    left: 0;
}

.filter-checkbox label input:checked+span {
    background: #d8252d url(../img/confirm.png) center no-repeat;
    border-color: #d8252d;
}

.filter-checkbox label input:checked~.text-check {
    font-weight: 500;
}

.filter-clear {
    color: var(--second-blue);
    border-bottom: 1px dashed var(--second-blue);
    display: inline-block;
}

.filter-clear:hover {
    border: none;
}

.text-page {
    font-size: 16px;
    padding: 0px 0px 40px 0px;
    margin-right: -20px;
}

.text-page p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
}

.text-page ol {
    list-style-position: inside;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: disc outside;
}

.text-page ul {
    list-style-position: inside;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: disc outside;
}

.text-special .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.text-special-item {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    width: 31%;
    margin: 0 20px 20px 0;
    padding: 27px 20px;
}

.text-special-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(157, 183, 252, 0.1);
}

.text-special-item:hover p {
    color: var(--black);
}

.text-special-img {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    margin-top: 7px;
    float: left;
}

.text-page h4 {
    font-size: 20px;
    line-height: 1.6;
    color: var(--first-blue);
    margin-bottom: 20px;
}

.text-garant {
    margin-bottom: 40px;
}

.text-garant-item {
    width: 33%;
    padding: 28px 20px;
    align-items: center;
    background-color: rgba(157, 183, 252, 0.1);
    margin-right: 20px;
}

.text-garant-img {
    width: 40px;
    margin-right: 10px;
}

.text-garant p {
    width: 220px;
    margin-bottom: 0;
}

.text-politik {
    margin-bottom: 40px;
}

.text-politik-item {
    width: 33%;
    padding: 20px;
    align-items: center;
    background-color: rgba(157, 183, 252, 0.1);
    margin-right: 20px;
}

.text-politik-img {
    width: 90px;
    margin-right: 10px;
}

.text-politik p {
    width: 180px;
    margin-bottom: 0;
}

.product-top {
    align-items: center;
    margin-bottom: 25px;
}

.product-top .item {
    background-color: rgba(157, 183, 252, 0.1);
    padding: 5px 10px;
    line-height: 22px;
}

.product-top .item:first-child {
    font-size: 16px;
    margin-right: 20px;
    color: #64aeb9;
}

.product-top .item:first-child span {
    color: #000;
}

.product-top .item span {
    font-weight: 500;
}

.product .title {
    color: var(--first-blue);
    margin-bottom: 20px;
}

.product-main {
    justify-content: space-between;
    margin-bottom: 50px;
}

.product-left {
    width: 66%;
}

.product-left .swiper-container {
    margin: 0 auto;
    width: 80%;
}

.product-left .swiper-slide {
    text-align: center;
}

.product-widget-active {
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-widget-active .product-left {
    width: 49.2%;
    height: 419px;
}

.product-widget-active .product-left .swiper-container {
    width: 95%;
}

.product-widget-active .product-right,
.product-widget-active .product-widget-right,
.skidka-widget {
    width: 23.9%;
    height: 419px;
}

.product-widget-active .product-right .skidka-widget {
    width: 100%;
}

.skidka-widget {
    height: fit-content;
}

.product-image {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    background-color: var(--white);
    position: relative;
    padding-top: 30px;
    height: 100%;
}

.product-image .rating-wrapper {
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 15;
}

.yes-nal {
    padding-left: 20px;
    background: transparent url(../img/check.png) 0 1px no-repeat;
}

.no-nal {
    padding-left: 20px;
    background: transparent url(../img/nonal.png) 0 1px no-repeat;
}

.zakaz {
    padding-left: 20px;
    background: transparent url(../img/zakaz.png) 0 1px no-repeat;
}

.product-image .yes-nal {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 15;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    background: transparent url(../img/check.png) 0 1px no-repeat;
}

.product-image .no-nal {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 15;
    color: #9b9b9b;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 20px;
    background: transparent url(../img/nonal.png) 0 3px no-repeat;
}

.product-image .zakaz {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 15;
    color: #fe6c15;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 20px;
    background: transparent url(../img/zakaz.png) 0 3px no-repeat;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-bottom: 6px solid var(--third-blue);
}

.product-image .yes-nal span {
    color: var(--second-blue);
}

.product-image .yes-nal>p {
    display: inline-block;
    border-bottom: 1px dashed #000;
}

.product-image .yes-nal:hover div {
    display: block;
}

.product-image .yes-nal div {
    position: absolute;
    right: 0;
    top: 35px;
    padding: 10px 15px;
    color: #4a4a4a;
    line-height: 20px;
    width: 148px;
    box-shadow: 0 4px 12px 0 rgba(13, 21, 26, 0.12), 0 2px 4px 0 rgba(13, 21, 26, 0.08);
    background-color: var(--white);
    display: none;
}

.product-image .akt,
.product-image .new,
.product-image .rek,
.product-image .out-of-prod,
.product-image .xit {
    top: 47px;
    left: 20px;
    position: absolute;
    z-index: 15;
}

.product-right {
    width: 33%;
}

.product-right-top {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    background-color: var(--white);
    padding: 20px 20px 10px;
    height: 48%;
}

.product-price-new {
    font-size: 22px;
    font-weight: 500;
}

.product-price {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin: 0 -20px 0px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 20px 20px;
}

.product-price .tax {
    font-size: 16px;
}

.product-btn {
    display: block;
    line-height: 46px;
    height: 48px;
    border-radius: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}

.product-btn:hover {
    color: #fff;
}

.product-heart-wrapper {
    border-top: 1px solid #e0e0e0;
    margin: 0 -20px;
    padding: 15px 20px 0;
}

.product-heart {
    background: transparent url(../img/heart.png) left center no-repeat;
    color: #9b9b9b;
    width: 110px;
    margin: 0 auto;
    padding-left: 25px;
    display: block;
}

.product-heart:hover {
    background: transparent url(../img/heart-hover.png) left center no-repeat;
    color: green;
}

.product-right-bottom {
    padding: 10px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    background-color: var(--white);
    margin-top: 25px;
    height: calc(51% - 21px);
}

.product-right-bottom li {
    justify-content: space-between;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 7px;
    align-items: center;
}

.product-right-bottom li .product-option-price.active {
    color: #000;
    font-weight: 500;
}

.product-right-bottom li .product-option-price {
    color: #9b9b9b;
    /*width: 34%;*/
}

.product-right-bottom>a.more {
    color: var(--second-blue);
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    display: block;
}

.product-right-bottom>a.more:hover {
    text-decoration: none;
}

.product-tabs {
    margin-top: 20px;
    padding-bottom: 0;
}

.product-tabs .tabs__caption {
    border-bottom: 1px solid var(--third-blue);
    width: 100%;
    justify-content: flex-start;
}

.product-tabs .tabs__caption li {
    width: auto;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #9b9b9b;
    margin-right: 30px;
    padding-bottom: 10px;
    border-bottom: 6px solid transparent;
}

.product-tabs .tabs__caption li:hover,
.product-tabs .tabs__caption li.active {
    color: #022274;
    border-bottom: 6px solid var(--second-blue);
}

.product-tabs .tabs__content {
    padding: 0;
    width: 100%;
    padding: 20px 0;
}

.product-tabs .tabs__content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.product-desc-tab ul,
.product-desc-tab ol {
    justify-content: space-between;
    padding: 20px 20px 20px 40px;
    background-color: rgba(157, 183, 252, 0.1);
    margin-bottom: 40px;
    list-style: disc outside;
    font-size: 16px;
}

.product-desc-tab ul li h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-desc-tab>h4 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}

.product-logistic-tab ul {
    background-color: rgba(157, 183, 252, 0.1);
    padding: 20px 20px 1px;
    font-size: 16px;
    line-height: 1.4;
}

.product-logistic-tab ul li {
    margin-bottom: 20px;
}

.product-logistic-tab ul li span {
    width: 40%;
}

.product-logistic-tab ul li .product-logistic-value.no {
    color: #9b9b9b;
}

.product-bottom-title {
    font-size: 32px;
    color: var(--first-blue);
    line-height: 40px;
    margin-top: 10px;
    font-weight: 400;
}

.product-bottom-title:after {
    width: 410px;
}

.product-bottom-title:before {
    left: 410px;
}

.contact-address {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgba(157, 183, 252, 0.05);
    margin-bottom: 40px;
    margin-top: 40px;
}

.contact-page h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: var(--first-blue);
    margin-bottom: 20px;
}

.contact-address h4 {
    margin-bottom: 10px;
}

.contact-address span,
.contact-address a {
    font-size: 16px;
    line-height: 1.6;
}

.contact-map {
    justify-content: space-between;
    margin-bottom: 40px;
}

.contact-map h4 {
    margin-bottom: 10px;
}

.contact-map p {
    font-size: 16px;
    line-height: 1.5;
}

.contact-map img {
    max-width: 470px;
}

.contact-left,
.contact-right {
    width: 48%;
}

.con-add {
    margin-bottom: 40px;
    display: none;
}

.rekvizit .flex {
    align-items: center;
    font-size: 16px;
    height: 40px;
}

.rekvizit .flex h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    width: 170px;
    margin-right: 50px;
}

.rekvizit .flex p {
    margin-bottom: 0;
    line-height: 40px;
}

.catalog-slider.main-news {
    padding: 40px 20px;
}

.catalog-slider.main-news .swiper-container {
    margin-bottom: 0;
}

.catalog-slider .category-item {
    width: 100%;
    background: #fff;
    margin-bottom: 0;
}

.test-widget {
    justify-content: space-between;
    align-items: center;
}

.test-widget-img {
    width: 30%;
}

.test-widget-img img {}

.test-widget-right {
    width: 70%;
    padding: 20px;
}

.test-widget-right h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #002071;
    margin-bottom: 10px;
}

.test-widget-right p {
    max-width: 398px;
    font-size: 16px;
    line-height: 1.4;
}

.product-widget-left {
    width: 66%;
    margin-bottom: 20px;
    display: none;
}

.product-widget {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    background-color: var(--white);
}

.product-widget-right {
    width: 31%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
}

.product-widget-right .test-widget {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-widget-right .test-widget-img {
    width: 100%;
}

.product-widget-right .test-widget-img img {
    width: 100%;
}

.product-widget-right .test-widget-right {
    width: 100%;
}

.product-widget-right .test-widget-right h4 {
    width: 60%;
}

.skidka-widget {
    background-color: #64aeb9;
    padding: 10px;
    padding-left: 75px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin-top: 10px;
}

.skidka-widget:after {
    content: "%";
    font-size: 70px;
    display: block;
    position: absolute;
    left: 10px;
    top: -8px;
}

.skidka-widget span {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.setting-widget-left,
.start-widget-left {
    width: 30%;
    background-color: rgba(157, 183, 252, 0.2);
    color: #002071;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
}

.start-widget-right,
.setting-widget-right {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 40px;
}

.setting-widget-right li {
    width: 50%;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 20px;
    background: transparent url(../img/check.png) left center no-repeat;
}

.product-widget-right .setting-widget {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.product-widget-right .setting-widget-left {
    width: 100%;
    padding: 40px 25px;
    justify-content: flex-start;
}

.setting-widget-left p,
.start-widget-left p {
    font-size: 22px;
}

.product-widget-right .setting-widget-right {
    width: 100%;
    padding: 45px 25px;
}

.product-widget-right .setting-widget-right li {
    width: 100%;
}

.start-widget-right {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 10px;
}

.start-widget-right li {
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.4;
}

.start-widget {
    height: 100%;
}

.start-widget-right li .start-widget-title {
    font-weight: 500;
    width: 40%;
}

.start-widget-right li .start-widget-value {
    width: 60%;
    text-align: right;
}

.product-widget-right .start-widget-left {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 25px;
    height: 132px;
}

.product-widget-right .start-widget-right {
    width: 100%;
    justify-content: flex-start;
    padding: 30px 25px 20px;
}

.product-widget-right .start-widget-right li {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-widget-right .start-widget-right li span {
    width: 100%;
    margin-bottom: 5px;
}

.product-widget-right .start-widget-right li span.start-widget-value {
    text-align: left;
}

.setting-widget,
.start-widget {
    display: none;
    width: 100%;
    /*margin-bottom: 20px;*/
}

.product-widget-right .start-widget,
.product-widget-right .setting-widget {
    display: block;
}

/*@media (min-width: 2400px) {
    .category-item:not(.category-item-big) {
        width: 11%;
    }
    .category-item.category-item-big {
        width: 13%;
    }
    span.no-nal {
        /*width: 75px;*/
        /*margin-left: 5px;
    }
    span.new {
        padding: 3px 3px;
    }
    span.yes-nal {
        margin-left: 5px;
        white-space: nowrap;
    }
}*/

/*@media (min-width: 2100px) and (max-width: 2399px) {
    .category-item:not(.category-item-big) {
        width: 13%;
    }
    .category-item.category-item-big {
        width: 15%;
    }
    span.no-nal {
        /*width: 75px;*/
        /*margin-left: 5px;
        line-height: 13px;
    }
    span.new {
        padding: 3px 3px;
    }
    span.yes-nal {
        margin-left: 5px;
        white-space: nowrap;
    }
    span.zakaz {
        margin-left: 5px;
        white-space: nowrap;
    }
    .category-item-price {
        white-space: nowrap;
        font-size: 18px;
    }
}*/

/*@media (min-width: 1920px) and (max-width: 2099px) {
    .category-item:not(.category-item-big) {
        width: 15%;
    }
    .category-item.category-item-big {
        width: 19%;
    }
    span.no-nal {
        /*width: 75px;*/
        /*margin-left: 5px;
    }
}*/

/*@media (min-width: 1701px) and (max-width: 1919px) {
    .category-item:not(.category-item-big) {
        width: 15%;
    }
    .category-item.category-item-big {
        width: 19%;
    }
    span.no-nal {
        /*width: 75px;*/
        /*margin-left: 5px;
    }
}*/

@media (min-width: 1581px)/* and (max-width: 1700px) */{
    .category-item:not(.category-item-big) {
        width: 18%;
    }
    .category-item.category-item-big {
        width: 24%;
    }
}

@media (max-width: 1580px) {
    .main-catalog-item {
        width: 19%;
        font-size: 14px;
    }
    .category-item>p {
        padding-right: 0;
    }
}

@media (max-width: 1365px) {
    .main-catalog-item {
        width: 24%;
        font-size: 14px;
    }
    .logo {
        margin-left: 35px;
    }
    .sub-catalog-caption>.flex>div {
        width: 48%;
    }
    .text-page {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .cat_items_list .vlog-item-list {
        /*width:28%;*/
    }
    .cat_items_list .vlog-item-list p {
        font-size: 16px;
    }
    .logo {
        margin-right: 40px;
    }
    .search {
        width: 365px;
    }
    .main-div-right .swiper-pagination {
        width: 65%;
    }
    .main-news .swiper-pagination {
        width: 70%;
    }
    .footer-contact,
    .footer-sub {
        margin-right: 30px;
    }
    .main-catalog-item ul li a {
        font-size: 14px;
    }
    .category-item {
        width: 32.3%;
    }
    .category-top>* {
        float: none;
        margin-bottom: 10px;
    }
    .category-top,
    .text-special .flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
    .sub-catalog-item {
        width: 20%;
    }
    .text-special-item,
    .text-politik-item,
    .text-garant-item {
        width: 32.5%;
        margin: 0 auto 20px 0;
    }
    .product-widget-right {
        display: none;
    }
    .product-main.product-widget-active .product-left {
        width: 66%;
    }
    .product-main.product-widget-active .product-right {
        width: 33%;
    }
    .product-widget-left {
        display: block;
    }
    .product-widget-active>.skidka-widget {
        display: none;
    }
    .setting-widget,
    .start-widget {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .setting-widget-right li,
    .start-widget-right li {
        font-size: 14px;
    }
    .setting-widget-left,
    .start-widget-left {
        width: 35%;
        padding: 0 5px;
        font-size: 14px;
        text-align: center;
    }
    .start-widget-right,
    .setting-widget-right {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .solutions_description {
        width: 100%;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .p_bottom_widget .start-widget,
    .p_bottom_widget .setting-widget {
        width: 100% !important;
    }
    .catalog-modal-btn {
        width: 20px;
        height: 30px;
        top: 15px;
    }
    .top-geo,
    .top-mail,
    .top-phone,
    .top-work {
        margin-right: 12px;
    }
    .top-left {
        font-size: 12px;
    }
    .search {
        width: 255px;
    }
    .main-slider .swiper-slide .slide-wrapper {
        top: 160px;
    }
    .main-slider .swiper-slide .swiper-slide-bg {
        padding-top: 130px;
        padding-bottom: 150px;
    }
    .header-main li a {
        font-size: 13px;
        padding: 0 12px;
    }
    .header-main li:before {
        width: 1px;
    }
    .tabs-more {
        left: 0;
        width: 100%;
    }
    .tabs__content.active {
        padding: 0;
        width: 34%;
    }
    .tabs__caption li a {
        font-size: 13px;
    }
    .tabs__caption li a span {
        margin-right: 15px;
    }
    .tabs__caption li a span img {
        height: 26px;
        width: 26px;
        max-width: none;
    }
    .title {
        font-size: 24px;
    }
    .footer-contact,
    .footer-sub {
        margin-right: 15px;
    }
    .footer-catalog {
        width: 260px;
    }
    .footer-menu {
        width: 150px;
    }
    .footer-sub>.flex a {
        font-size: 12px;
    }
    .blog li a {
        font-size: 13px;
    }
    .main-div-top {
        margin-bottom: 40px;
    }
    .main-div2 .swiper-slide p {
        font-size: 18px;
    }
    .main-catalog-item {
        width: 32%;
    }
    .filter-price input {
        width: 48%;
        margin-right: 2%;
    }
    .category-item {
        width: 49%;
    }
    .contact-map img {
        max-width: 100%;
    }
    .contact-left,
    .contact-right {
        width: 49%;
    }
    .contact-map p {
        font-size: 14px;
    }
    .contact-address span,
    .contact-address a {
        font-size: 13px;
    }
    .contact-address h4 {
        font-size: 18px;
    }
    .sub-catalog-item {
        width: 25%;
    }
    .sub-catalog-item>a {
        font-size: 14px;
    }
    .product-tabs .tabs__caption li {
        font-size: 15px;
    }
    .product-tabs .tabs__content.active {
        width: 100%;
        padding-top: 30px;
    }
    .product-right-top {
        padding: 15px;
    }
    .product-desc-tab ul,
    .product-price {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-main,
    .product-widget-active {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-widget-active {
        margin-bottom: 15px;
    }
    .product-widget-left {
        width: 100%;
    }
    .product-main .product-left,
    .product-main.product-widget-active .product-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-main.product-widget-active .product-right,
    .product-main .product-right {
        width: 100%;
    }
    .header-top ul li {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .cat_items_list .vlog-item-list {
        /*width:43%;*/
    }
    .tabs-more {
        font-size: 13px;
    }
    .header-top {
        margin-bottom: 0;
        top: 5px;
    }
    .header-top ul,
    .header-main ul {
        display: none;
    }
    .header-top {
        padding-right: 40px;
    }
    .header-main {
        top: -15px;
    }
    .logo {
        margin-left: 0;
        margin-right: auto;
    }
    .home_man_block.size {
        width: 24% !important;
    }
    .home_man_block.home_man_block.size-medium {
        width: 49% !important;
    }
    .catalog-modal-btn {
        left: unset;
        right: 0;
        transform: rotate(180deg);
        top: 10px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 36px;
        height: 54px;
    }
    .top-phone a {
        margin-left: 0;
    }
    .top-mail a,
    .top-geo {
        display: none;
    }
    .main {
        display: none;
    }
    .catalog-tab {
        padding-top: 30px;
    }
    .top-left p,
    .top-left span {
        font-size: 12px;
    }
    .main-slider .swiper-slide {
        height: 460px;
    }
    .main-slider .swiper-slide h2 {
        font-size: 32px;
        line-height: 1.3;
    }
    .main-slider .swiper-slide .slide-wrapper {
        top: 115px;
    }
    .slide-wrapper>.flex {
        padding: 0 10px;
    }
    .header-search {
        top: -115px;
        width: 90%;
    }
    .main a {
        padding: 15px 10px 10px;
    }
    .main-div2 .main-div-right {
        padding-right: 15px;
    }
    .main-div2 .main-div-left {
        padding-left: 15px;
    }
    .tabs,
    .main-div>.flex,
    .category-block,
    .contact-address {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabs__caption {
        width: 100%;
    }
    .tabs__content.active {
        width: 100%;
    }
    .tabs__content.active img {
        display: block;
        margin: 15px auto 15px;
    }
    .tabs__content.active a.tabs-more {
        width: 290px;
        margin: 15px auto;
        position: unset;
        height: 46px;
        line-height: 44px;
        display: block;
    }
    .main-div-left .title {
        margin-bottom: 0;
    }
    .main-div-left {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    .main-div-right .title {
        margin-bottom: 0;
    }
    .main-div-right {
        padding: 0;
        width: 100%;
        padding-top: 30px;
    }
    .main-news .title {
        margin-bottom: 45px;
    }
    .main-news .swiper-pagination {
        width: 98%;
        left: 0;
        top: 55px;
    }
    .footer-catalog,
    .top-mail {
        display: none;
    }
    footer {
        padding-bottom: 10px;
    }
    .copy {
        bottom: -40px;
    }
    .search {
        width: auto;
    }
    .search input {
        /*position: absolute;*/
        width: 230px;
        right: 0;
        display: none;
    }
    .header2 .logo {
        width: 60%;
    }
    .header2 .header-top {
        top: 12px;
    }
    .header2 .header-main {
        top: -7px;
    }
    .category-left {
        width: 100%;
        order: 1;
    }
    .category-right {
        width: 100%;
    }
    .filter {
        display: none;
    }
    .filter-btn {
        display: block;
        background: rgba(157, 183, 252, 0.4);
        width: 100%;
        height: 60px;
        line-height: 58px;
        font-size: 24px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    #filter_vier {
        display: none;
    }
    .contact-address li {
        width: 49%;
        height: 80px;
    }
    .rekvizit .flex,
    .sub-catalog-caption>.flex {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
    .rekvizit .flex h5 {
        width: 100%;
        margin: 0;
    }
    .rekvizit .flex p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .sub-catalog-item {
        width: 33.333%;
    }
    .sub-catalog-caption>.flex>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .sub-catalog-caption>.flex {
        margin-bottom: 0;
    }
    .text-special-item {
        width: 48%;
        margin: 0 auto 20px;
    }
    .text-special-item p {
        font-size: 14px;
    }
    .text-politik-item,
    .text-garant-item {
        width: 100%;
    }
    .text-politik-item p,
    .text-garant-item p {
        width: 70%;
    }
    .text-politik-item p br,
    .text-garant-item p br {
        display: none;
    }
    .text-politik,
    .text-garant {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-tabs .tabs__caption li {
        width: 30%;
        text-align: center;
        /*margin-bottom: 5px;*/
        height: 60px;
    }
}

@media (max-width: 600px) {
    .cat_items_list {
        grid-gap: 20px;
        margin-bottom: 20px;
    }
    .cat_items_list .vlog-item-list {
        /*width:90%;*/
    }
    .cat_items_list .vlog-item-list p {
        font-size: 16px;
    }
    .breadcrumb li:last-child a {
        font-size: 12px;
    }
    .swiper-text-item {
        width: 40%;
        margin: 0 auto 20px;
        justify-content: flex-start;
    }
    .slide-wrapper>.flex,
    footer>.flex,
    .contact-map {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-search {
        top: -65px;
    }
    .vlog-item-img,
    .news-item-img {
        display: block;
    }
    .vlog-item-img img,
    .news-item-img img {
        width: 100%;
    }
    .footer-contact,
    .footer-sub {
        width: 48%;
        margin: 0 0 30px;
    }
    .footer-sub {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
    }
    .footer-contact {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }
    .footer-menu {
        width: 48%;
        margin: 0;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3;
    }
    .footer-help {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        -o-order: 4;
        order: 4;
        width: 48%;
        margin: 0;
    }
    .copy {
        position: unset;
        order: 5;
        width: 100%;
        max-width: 150px;
        margin: 20px auto;
        text-align: center;
    }
    .footer-sub>.flex a {
        font-size: 15px;
    }
    .main-catalog-item {
        width: 48%;
        margin-bottom: 0 auto 20px;
    }
    .sub-catalog-caption {
        padding: 0;
    }
    .pagination {
        margin-right: 0;
    }
    .contact-left,
    .contact-right {
        width: 100%;
        margin: 0 0 20px;
    }
    .catalog-modal {
        left: -105%;
    }
    .text-page p {
        font-size: 14px;
    }
    .product-top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-top .item,
    .product-top .item:first-child {
        margin-bottom: 10px;
        width: 46%;
        margin-right: 2%;
    }
    .product .title {
        line-height: 1.4;
        font-size: 20px;
    }
    .product-tabs .tabs__caption {
        justify-content: space-between;
        display: table;
    }
    .product-tabs .tabs__caption li {
        display: table-cell;
        vertical-align: middle;
    }
    .breadcrumb {
        align-items: center;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
    .text-page {
        overflow: scroll;
    }
}

@media (max-width: 480px) {
    footer>.flex>* {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-sub>.flex.footer-social a {
        width: 48px;
        height: 48px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .footer-sub>.flex a {
        font-size: 25px;
        padding-bottom: 2px;
    }
    .footer-contact span,
    .footer-contact a.foot-mail,
    .footer-contact-item {
        display: inline-block;
        width: 49%;
    }
    .footer-help ul,
    .footer-menu ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-help li,
    .footer-menu li {
        width: 49%;
    }
    .catalog-modal {
        width: 100%;
        border-radius: 0;
    }
    .header-top .login {
        padding: 0;
        font-size: 0;
        width: 20px;
        background: transparent url(../img/login.png) center no-repeat;
        height: 20px;
    }
    .header-top .cart {
        padding: 0;
        font-size: 0;
        width: 20px;
        width: 20px;
        background: transparent url(../img/cart.png) center no-repeat;
        height: 20px;
    }
    .header-top .login:after,
    .header-top .cart:after {
        display: none;
    }
    .main-slider .swiper-slide h2 {
        font-size: 26px;
    }
    .main-slider .swiper-slide h2 br {
        display: none;
    }
    .swiper-text-item {
        width: 100%;
        max-width: 200px;
    }
    .main-slider .swiper-slide {
        height: 500px;
    }
    .swiper-text-item span {
        width: 75px;
    }
    .swiper-text-item span br {
        display: none;
    }
    .swiper-text-item p {
        width: 115px;
        text-align: left;
    }
    .main-div-right .title {
        margin-bottom: 30px;
    }
    .main-news .swiper-pagination {
        width: 96%;
    }
    .main-div-right .swiper-pagination {
        width: 96%;
        top: 45px;
    }
    .main-div-left {
        background: transparent url(../img/main-div.png) right bottom no-repeat;
        -webkit-background-size: 80px 58px;
        background-size: 80px 58px;
    }
    .main-div2 .main-div-left {
        padding: 0;
    }
    .tabs__caption li {
        width: 100%;
    }
    .tabs__content.active img {
        display: none;
    }
    .tabs__content.active a.tabs-more {
        width: 100%;
    }
    .swiper-pagination-bullet:hover,
    .swiper-pagination-bullet-active {
        border-radius: 30px;
    }
    .main-div2 .main-div-right .swiper-container {
        padding-bottom: 35px;
    }
    .blog li a {
        font-size: 15px;
    }
    footer {
        padding-bottom: 30px;
    }
    .main-catalog-item {
        width: 100%;
        margin: 0 0 20px;
    }
    .catalog-modal.show {
        top: 40px;
    }
    .catalog-modal.show ul {
        height: 75vh;
        overflow: auto;
    }
    .category-item {
        width: 100%;
        margin: 0 0 20px;
    }
    .category-title h1 {
        font-size: 20px;
    }
    .contact-address li {
        width: 100%;
    }
    .sub-catalog-item {
        width: 50%;
    }
    .text-special-item {
        width: 100%;
        padding: 15px;
        margin: 0 0 20px;
        max-width: 280px;
    }
    .product-tabs .tabs__caption li {
        width: 48%;
        text-align: center;
    }
    .product-logistic-tab ul li span {
        width: 48%;
    }
    .product-widget-active .product-widget-right {
        width: 100%;
        margin-top: 15px;
        display: block;
    }
    .product-widget-left,
    .setting-widget {
        display: none;
    }
    .product-widget-right .setting-widget {
        display: block;
    }
}

.cat_items {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.cat_items .vlog-item {
    width: 32%;
    margin-right: 10px;
}

.home_mans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: center;
    margin-bottom: 30px;
    border-left: 1px solid #DAD7D7;
}

.home_mans a {
    height: 100%;
    width: 100%;
    display: block;
}

.home_man_block {
    height: 72px;
    flex: auto;
    display: -ms-flexbox;
    border-top: 1px solid #DAD7D7;
    align-items: center;
    box-shadow: inset -1px -1px 0px 0px #DAD7D7;
    background-color: #fff;
    margin-bottom: -1px;
    justify-content: center;
    width: 12.5%;
    flex-grow: 1;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
    background-origin: content-box;
}

.home_man_block.size {
    width: 12.5%;
}

.home_man_block.size-medium {
    width: 25%;
}

.home_man_block:hover {
    box-shadow: inset 0 0 50px #aeb6c7;
}

.mans_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.mans_cat>a {
    width: 20%;
}

.mans_cat_block {
    padding: 15px;
    display: flex;
}

.mans_cat_block_in {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.mans_cat_block_in img {
    max-width: 100%;
    height: 50px;
    width: auto;
}

.sert_block {
    width: 25%;
    padding: 10px;
    height: 200px;
    text-align: center;
}

.sert_block img {
    max-width: 100%;
    max-height: 100%;
}

.cart_table table {
    width: 100%;
    border-spacing: 0;
}

.cart_table table thead tr td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid var(--third-blue);
    font-weight: bold;
}

.cart_table table tbody tr td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid var(--third-blue);
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.cart_table_btns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_table_btns a {
    padding: 10px;
}

.sub-catalog-item-img a {
    max-height: 100%;
    height: 100%;
}

.sub-catalog-item img {
    height: 90%;
}

.category-item-img img {
    max-height: 100%;
}

.home_man_img {
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.home_man_img img {
    max-width: 100%;
    max-height: 85%;
}

.alert {
    padding: 10px;
    border-radius: 5px;
}

.alert.alert-danger {
    background: #ffd5d0;
    color: #ff3e00;
}

.form-group {
    margin-bottom: 15px;
}

input.form-control {
    width: 100%;
    height: 30px;
    padding-left: 15px;
    border: solid 1px var(--third-blue);
    font-size: 12px;
    color: var(--black);
}

.main_form {
    width: 400px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main_form .btn.btn-primary,
#button-filter {
    padding: 10px;
}

.block_links {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-danger {
    color: #ff3e00;
}

.over_all {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    display: none;
}

.m_form {
    position: fixed;
    display: none;
    width: 400px;
    margin-left: -200px;
    top: 50%;
    left: 50%;
    padding: 20px;
    background: #fff;
    text-align: center;
    z-index: 1000;
}

.m_form a {
    color: #c1111e;
}

.m_form h2 {
    margin-bottom: 20px;
}

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

.swiper-container.gallery-top img {
    max-height: 200px;
}

.product-left .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    height: 200px;
    flex-wrap: wrap;
    justify-content: center;
}

table.spec {
    width: 100%;
    margin-bottom: 30px;
}

table.spec tr td {
    padding: 10px;
    font-size: 17px;
    border-bottom: 1px dotted #dadada;
}

.header_cart {
    position: relative;
}

.header_cart_total {
    position: absolute;
    right: 0;
    top: 24px;
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #000;
    border-radius: 11.5px;
    background-color: #64aeb9;
    min-width: 100px;
    max-width: 150px;
    text-align: center;
}

.login_link {
    position: relative;
    cursor: pointer;
}

.login_form {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 200;
    padding: 20px;
    background: #5773b6;
    width: 250px;
    text-align: left;
    display: none;
}

.login_form input[type="text"],
.login_form input[type="password"] {
    display: block;
    width: 100%;
    height: 30px;
    border: 0;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid transparent;
    padding-left: 15px;
}

.login_form_error {
    display: none;
    text-align: center;
    padding-bottom: 15px;
    color: white;
    font-weight: bold;
}

.login_over {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
}

.catalog-modal a svg path {
    fill: #5773b6;
}

.catalog-modal a:hover svg path {
    fill: #012168;
}

.main-catalog-item a svg path {
    fill: #fff;
}

.swiper-container-thumbs img {
    max-height: 100px;
    width: auto;
}


/*.reviewStars-input input:checked ~ label, .reviewStars-input label, .reviewStars-input label:hover, .reviewStars-input label:hover ~ label {
	background: url('../img/star.png') no-repeat;
}

.reviewStars-input {

	overflow: hidden;
	*zoom: 1;

	position: relative;
	float: left;
}

.reviewStars-input input {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;

	width: 14px;
	height: 14px;

	position: absolute;
	top: 0;
	z-index: 0;
}

.reviewStars-input input:checked ~ label {

	background: url('../img/star.png') no-repeat;
	height: 14px;
	width: 14px;
}


.reviewStars-input label {

	background: url('../img/star2.png') no-repeat;
	height: 14px;
	width: 14px;
	float: right;
	cursor: pointer;
	margin-right: 10px;

	position: relative;
	z-index: 1;
}

.reviewStars-input label:hover, .reviewStars-input label:hover ~ label {


	height: 14px;
	width: 14px;
}
.reviewStars-input label:hover ~ label
{
	background: url('../img/star2.png') no-repeat;
}


.reviewStars-input .star-0 {
	left: 0px;
}
.reviewStars-input .star-1 {
	left: 14px;
}
.reviewStars-input .star-2 {
	left: 28px;
}
.reviewStars-input .star-3 {
	left: 42px;
}
.reviewStars-input .star-4 {
	left: 56px;
}
.reviewStars-input .star-5 {
	left: 60px;
}*/

.r_star {
    background: url('../img/star.png') no-repeat;
    height: 14px;
    width: 14px;
    display: block;
    float: left;
}

.r_star.active {
    background: url('../img/star2.png') no-repeat;
}

.p_rating_input {
    display: none;
}

.p_rating_label {
    background: url('../img/star2.png') no-repeat;
    height: 14px;
    width: 14px;
    float: left;
    cursor: pointer;
}

.p_rating_label.active {
    background: url('../img/star.png') no-repeat;
}

.mans_cat_block_img {
    height: 50px;
    margin-bottom: 20px;
}

.mans_cat_block_img img {
    max-height: 100%;
    height: auto;
}

.p_bottom_widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p_bottom_widget .start-widget,
.p_bottom_widget .setting-widget {
    display: flex;
    width: calc(50% - 10px);
}

.p_bottom_widget .start-widget {
    height: auto;
}

.p_bottom_widget .setting-widget {
    height: auto;
}

.p_bottom_widget .setting-widget li {
    width: 100%;
}

.p_bottom_widget .setting-widget-left {
    width: 100%;
}

.login_form_link {
    float: right;
    color: var(--white);
    font-size: 14px;
    border-bottom: solid 0.5px #91a2be;
}

.login_form_link:hover {
    color: #91a2be;
    border-bottom: solid 0.5px #91a2be;
}

.send_login {
    float: left;
    color: var(--white);
    font-size: 14px;
    border-bottom: solid 0.5px #91a2be;
    text-transform: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.send_login:hover {
    color: #91a2be;
    border-bottom: solid 0.5px #91a2be;
    background-color: unset;
}

.s_ruble {
    font-family: 'Conv_rouble';
}

.swiper-container.gallery-top {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tabs__content.product-desc-tab h3 {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 10px;
}

.product-price-new .s_ruble {
    position: relative;
}

.p_price_main {
    display: none;
}

.p_price_main.active {
    display: block;
}

.p_price_list {
    display: none;
}

.p_price_list.active {
    display: block;
}

.p_price_main .s_code {
    cursor: pointer;
    border-bottom: 1px dotted #000;
}

.s_code.RUB {
    font-family: 'Conv_rouble';
}

.category-item-bottom-hidden.hide {
    display: none;
}

.simpleregister-block-content {
    padding: 0;
    width: 400px;
    max-width: 100%;
}

.btn_padding {
    padding: 10px;
}

.simpleregister-button-block {
    padding: 0;
}

.simplecheckout-block-content {
    padding: 0;
    text-align: left;
}

.main_table {
    width: 100%;
    border-spacing: 0;
}

.main_table tr td,
.main_table tr th {
    padding: 10px;
    border-bottom: 1px solid #000;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: left;
}

.btn_padding1 {
    padding: 0px 5px;
    font-size: 15px;
    width: 29px;
    height: 29px;
    border-radius: 0px;
}

.hidis {
    display: block!important;
}

.displ {
    display: none;
}

#filter_vier .actionis a {
    display: inline-block;
    margin-top: -10px;
    font-weight: bold;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    display: none;
}

.main-div-right .swiper-slide {
    /*padding-bottom:50px;*/
}

.main-news .title {
    padding-top: 40px;
}

.main-news .swiper-pagination {
    top: 59px;
}

.main-news .swiper-button-next,
.main-news .swiper-button-prev {
    top: 25px;
}

.chars_table {
    width: 100%;
    border-spacing: 0;
}

.chars_table tr td {
    padding: 10px;
    border-bottom: 1px solid var(--third-blue);
}

.category-item a,
.category-item a:hover {
    color: black;
    margin-top: 10px;
}

.simplecheckout-button-block {
    padding-left: 0px;
}

.simplecheckout .content {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.solution-item-caption h4 {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.solution-item-img {
    position: relative;
    display: block;
    text-align: center;
}

.solution-item {
    width: 100%;
    height: 420px;
}

.solution-item-img img {
    width: 600px;
}

.simplecheckout-cart td.quantity {
    padding-right: 30px !important;
}

.product-video-tab h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.product-desc-tab p {
    font-size: 17px !important;
}

.content {
    min-height: 50%;
}

.search_big {
    margin-top: 20px;
    width: 380px;
}

.search_big form {
    width: 100%;
}

.search_big input {
    display: inline-block !important;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
}

.search_big button {
    width: 40px;
    height: 40px;
    right: 0;
    background-size: cover;
    top: 0px;
    border-radius: 13px;
}

.search_big input::-webkit-input-placeholder {
    font-size: 18px;
}

.simplecheckout-cart td.name {
    max-width: 300px !important;
}

.simplecheckout-cart td.price {
    min-width: 100px !important;
}

.not_found {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    line-height: 25px;
}

.simplecheckout-button-right .button {
    padding: 20px !important;
}

.row_blok {
    min-width: unset !important;
    padding-right: 10px;
}

.block_fv:not(:first-child) {
    border-top: 1px solid var(--light-grey);
    padding-top: 10px;
}

.block_param:not(:last-child) {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 10px;
}

.simplecheckout label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #d6dce6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1000;
    margin-right: 5px;
    top: 5px;
}

.simplecheckout label input:hover {
    background: #d6dce6;
}

.simplecheckout label input:checked {
    background: var(--first-blue);
}

.simplecheckout label input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.simplecheckout label input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: var(--first-blue);
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.simplecheckout label input {
    border-radius: 50%;
}

.simplecheckout label input::after {
    border-radius: 50%;
}

.simplecheckout-cart-total.simplecheckout-cart-buttons {
    display: none !important;
}

.btn-danger {
    color: white !important;
    background-color: red !important;
    border: 1px solid red !important;
}

.simplecheckout-cart td {
    vertical-align: middle !important;
}

.home_mans .hide {
    display: none;
}

.swiper-wrapper-thumbs {
    align-items: center;
}

.header .login {
    color: var(--white);
    padding-left: 18px;
    text-align: right;
    background: transparent url(../img/login.png) left -1px no-repeat;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.header .login:after {
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 1px dashed var(--light-grey);
    content: '';
    display: block;
    height: 1px;
}

.header .login:hover {
    color: var(--third-blue);
    background: transparent url(../img/login2.png) left -1px no-repeat;
}

.header .login:hover:after {
    border-bottom: 1px dashed var(--first-blue);
}

.header .cart {
    color: var(--white);
    padding-left: 20px;
    text-align: right;
    background: transparent url(../img/cart.png) left -1px no-repeat;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-right: 0;
    margin-left: 20px;
}

.header .cart.active {
    color: #64aeb9;
}

.header .cart-summ {
    position: absolute;
    display: block;
    padding: 0 10px;
    border-radius: 11.5px;
    background-color: #64aeb9;
    color: var(--first-blue);
    font-size: 12px;
    line-height: 20px;
    right: 0;
    top: 30px;
}

.header .cart:after {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    border-bottom: 1px dashed var(--light-grey);
    content: '';
    display: block;
    height: 1px;
}

.header .cart:hover {
    color: var(--third-blue);
    background: transparent url(../img/cart2.png) left -1px no-repeat;
}

.header .cart:hover:after {
    border-bottom: 1px dashed var(--first-blue);
}

.product-right .product-right-top .product-btn {
    margin-top: 20px;
}

.start-widget-right li {
    margin-top: 20px;
}

.text-page>*:not(h1):not(h2):not(h3):not(h4) {
    font-size: 17px;
}

.text-page h2,
.text-page h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.text-page h4 {
    font-size: 20px;
}

.text-page>table {
    margin-bottom: 10px;
}

.text-page img {
    cursor: pointer;
}

.text-page table tr td {
    padding: 10px;
    border: 1px solid #edeff5;
}

.text-page table thead tr:first-child {
    background-color: #edeff5;
    height: 40px;
}

.text-page table thead tr th {
    font-weight: bold;
}

.text-page table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.text-page table img {
    max-width: none !important;
}

.text-page table ul {
    list-style: none;
    padding-left: 20px;
}

.text-page table ul li:before {
    content: '- ';
    position: absolute;
    margin-left: -15px;
}

.order_list_pagination {
    margin-top: 20px;
    list-style-type: none;
}

.order_list_pagination li {
    list-style-type: none;
}

.cat_items_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cat_items_articles ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 25px;
}

.cat_items_portfolio {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}

.cat_items_portfolio .portfolio_item {
    width: 228px;
    height: 320px;
    float: left;
    position: relative;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-bottom: 17px;
    overflow: hidden;
}

.cat_items_portfolio .portfolio_item .portfolio_item_img {
    text-align: center;
    height: 180px;
    margin-top: 40px;
}

.cat_items_portfolio .portfolio_item .portfolio_item_title {
    text-align: center;
    width: 215px;
    padding: 0px 5px 0px 5px;
    font-size: 16px;
}

.cat_items_portfolio .portfolio_item .portfolio_item_title a {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.cat_items_portfolio .portfolio_item .portfolio_year {
    background-color: var(--first-blue);
    float: left;
    padding-top: 0px;
    padding-bottom: 3px;
}

.cat_items_portfolio .portfolio_item .product_label {
    min-width: 85px;
    max-width: 135px;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio_block_image {
    margin: 0 auto;
    text-align: center;
}

.portfolio_block_image img {
    height: 500px;
}

.portfolio_block_image span {
    margin: 0 auto;
    width: 100%;
    display: block;
    height: 40px;
    padding: 10px;
}

.portfolio_block_hr {
    background-color: #1f2c4d;
    margin-bottom: 20px;
    height: 1px;
}

.portfolio_block_images {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio_block_images div {
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.portfolio_block_images div a {
    display: table-cell;
    width: 195px;
    height: 195px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #D4DAE6;
}

.portfolio_block_images_img {
    max-width: 150px !important;
    max-height: 150px !important;
}

.save_spec {
    float: left;
    background-color: var(--dark-grey);
    border: 1px solid var(--dark-grey);
    margin-left: 8px !important;
    padding: 5px !important;
}

.save_spec:hover {
    color: white;
    background-color: var(--light-grey);
    border: 1px solid var(--light-grey);
}

.clean_cart {
    float: left;
    background-color: red;
    border: 1px solid red;
    margin-left: 8px !important;
    padding: 5px !important;
}

.clean_cart:hover {
    color: white;
    background: rgba(236, 76, 76, 0.5);
    opacity: 0.5;
    border: 1px solid rgba(236, 76, 76, 0.5);
}

#button-confirm {
    font-size: 14px !important;
}

.text-page .callback_form {
    width: 460px;
    height: 310px;
    background-color: rgba(157, 183, 252, 0.1);
    position: relative;
}

.text-page .callback_form .callback_form_title {
    margin-left: 20px;
    color: var(--first-blue);
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-top: 20px;
}

.text-page .callback_form .callback_form_title_name {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--first-blue);
    position: relative;
    font-size: 14px;
}

.text-page .callback_form .callback_form_input {
    margin-left: 20px;
    padding-left: 10px;
    width: 410px;
    height: 37px;
    position: relative;
    border: solid 1px var(--third-blue);
}

.text-page .callback_form .callback_form_title_tel {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--first-blue);
    position: relative;
    font-size: 14px;
}

.text-page .callback_form .callback_form_button {
    width: 420px;
    height: 47px;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    font-size: 21px;
    background-color: var(--second-blue);
    color: white;
    cursor: pointer;
    border-radius: 24px;
    border: none;
}

.text-page .callback_form .callback_form_button:hover {
    box-shadow: 0 1px 6px 0 var(--black-15);
    background-color: var(--third-blue);
}

.text-page .thx {
    width: 90%;
    text-align: center;
    font-size: 18px;
    margin-left: 20px;
    padding-top: 50px;
}

#simplecheckout_shipping_address label {
    width: 420px;
}

.text-special-item p {
    margin-left: 40px;
    padding-top: 7px;
}

.spec_table_footer {
    background-color: #edeff5;
    height: 40px;
}

.text-special-item:nth-child(1) .text-special-img,
.text-special-item:nth-child(2) .text-special-img,
.text-special-item:nth-child(3) .text-special-img {
    margin-top: 17px !important;
}

.mfp-title {
    font-size: 18px;
}

.mfp-content {
    z-index: 999999;
}