@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    src: local('PT Sans Regular'), local('PT-Sans-Regular'), url('../fonts/PTSans-Regular.woff2') format('woff2'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PT-Sans-Bold'), url('../fonts/PTSans-Bold.woff2') format('woff2'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}

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

html {
    background-color: #f8f8fc;
}

body {
    font-size: 18px;
    font-weight: 400;
    font-family: "PT Sans";
    line-height: 21px;
    background-color: #f8f8fc;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
}

/*delete border and text-shadows bootstrap*/

input[type="text"],
textarea {
    outline: none;
    box-shadow: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
a {
    outline: 0px !important;
    -webkit-appearance: none;
}

.special-item-name {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
}

.header-catalog-link:hover,
.header-catalog-link:focus {
    color: #fff;
    text-decoration: none;
}

.btn {
    color: #fff;
    background-color: #e4087e;
    padding: 17px 39px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    border-radius: 4px;
    outline: 0;
}

.btn-oplata {
    color: #fff;
    background-color: #5cb85c;
    padding: 17px 39px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    border-radius: 4px;
    outline: 0;
}

.btn-oplata.btn-lt {
    padding: 8px 25px;
    font-size: 18px;
    line-height: 22px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    line-height: 20px;
}

.btn-primary {
    background: #37a7df;
    border-color: #37a7df;
}

.btn-primary:hover {
    background: #2990c4;
    border-color: #2990c4;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #2990c4;
    border-color: #2990c4;
    outline: 0;
}

.btn-secondary {
    color: #fff;
    background-color: #e4087e;
    border-color: #e4087e;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #cd0470;
    border-color: #cd0470;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cd0470;
    border-color: #cd0470;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    line-height: 20px;
}

.btn-primaries {
    background: #005090;
    border-color: #005090;
    color: #FFFFFF;
}

.btn-primaries:hover {
    background: #39A8DF;
    border-color: #39A8DF;
    color: #FFFFFF;
}

.btn-primaries:not(:disabled):not(.disabled).active,
.btn-primaries:not(:disabled):not(.disabled):active,
.show>.btn-primaries.dropdown-toggle {
    background: #39A8DF;
    border-color: #39A8DF;
    outline: 0;
}

.btn-basket {
    background-color: #e4087e;
    border-color: #e4087e;
    color: #FFFFFF;
}

.btn-basket:hover {
    background: #676767;
    border-color: #676767;
    color: #FFFFFF;
}

.btn-basket:not(:disabled):not(.disabled).active,
.btn-basket:not(:disabled):not(.disabled):active,
.show>.btn-basket.dropdown-toggle {
    background: #676767;
    border-color: #676767;
    outline: 0;
}

.btn-receipt {
    background-color: #005090;
    border-color: #005090;
    color: #FFFFFF;
}

.btn-receipt:hover {
    background: #676767;
    border-color: #676767;
    color: #FFFFFF;
}

.btn-receipt:not(:disabled):not(.disabled).active,
.btn-receipt:not(:disabled):not(.disabled):active,
.show>.btn-receipt.dropdown-toggle {
    background: #676767;
    border-color: #676767;
    outline: 0;
}

.center {
    text-align: center;
}

b,
strong {
    font-weight: 700;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #a6a6a6;
    border-color: #a6a6a6;
    opacity: 1;
}

/************************* header-top *************************/

.header-line {
    padding: 2px 0 4px;
    background: #ecedf2;
}

.header-line .nav-item:not(:last-child) {
    margin-right: 14px;
}

.header-line-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    flex-wrap: wrap;
    width: 877px;
    margin: 0 auto;
}

.header-line-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 0 35px 0 0;
    padding-right: 0;
}

.header-line-nav .nav-link {
    display: inline;
    padding: 0;
    color: #9a9a9a;
}

.nav-link.link-promotions_color_lightblue {
    color: #37a7df;
}

.header-line-nav .nav-link:hover {
    color: #005090;
}

.header-line-nav:after {
    content: none;
}

.header-line-right {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* flex: 1; */
    max-width: 340px;
}

.header-mail a {
    margin: auto;
    color: #005090;
    font-weight: 700;
}

.header-time {
    /* padding: 0 0 0 27px;
    color: #9a9a9a;
    background: url(../images/clock.svg) 0% 50% no-repeat;
    background-size: 18px; */
    margin-left: 0px;
    padding: 0 0 0 20px;
    color: #9a9a9a;
    background: url(../images/clock.svg) 0% 50% no-repeat;
    background-size: 12px;
}

.header-lang-link {
    color: #9a9a9a;
}

.header-lang-link img {
    display: inline-block;
    vertical-align: top;
    margin: 5px 6px 0 0;
}

.header-phone {
    color: #005090;
    font-weight: 700;
    margin-left: 14px;
}

/************************* header-top *************************/

.header-top {
    padding: 21px 0 22px;
    background: #fff;
}

.header-top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 932px;
    margin: 0 auto;
}

.header-logo {
    margin: -12px 24px 0 0;
    cursor: pointer;
    display: flex;
    /* background-image: url(/images/logos/new_year_logo.png);
    background-size: contain; */
}

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

.header-catalog {
    position: relative;
    margin: 0 24px 0 0;
}

.header-catalog-link {
    display: block;
    padding: 10px 20px 10px 50px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    background-size: 20px;
    background-color: #005090;
}

.header-catalog-link:hover {
    color: #fff;
    background-color: #01447a;
}

.catalog-nav {
    position: absolute;
    top: 100%;
    /* left: -200px; */
    z-index: 200;
    width: 256px;
    height: 700px;
    background: #ebebeb;
    box-shadow: 0px 2px 10px 0px rgba(8, 10, 14, 0.5);
    height: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.catalog-nav.hide {
    height: 0px;
    display: block !important;
}

.catalog-nav.show {
    height: 500px;
}



.catalog-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-nav-list>li {
    margin: 0 0 3px;
}

.catalog-nav-list>li>a {
    display: block;
    padding: 3px 10px 2px;
    color: #676767;
    font-size: 15px;
    line-height: 18px;
}

.border-bottom-catalog {
    margin-top: 5px;
    margin-bottom: 0;
    border-top: 1px solid rgb(0 0 0 / 14%);
}

.catalog-nav-list>li>a:hover {
    color: #37a7df;
}

.catalog-nav-list>li>.active {
    color: #fff;
    background: #37a7df;
    box-shadow: inset 0px 0px 7px 0px rgba(8, 10, 14, 0.5);
}

.catalog-nav-list>li>.active:hover {
    color: #fff;
}

.catalog-subnav {
    position: absolute;
    top: 0;
    left: 256px;
    display: none;
    width: 850px;
    height: 700px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(8, 10, 14, 0.5);
}

.catalog-subnav {
    margin: 0;
    padding: 35px 20px 20px 30px;
    list-style: none;
}

.catalog-subnav li {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 18px;
}

.catalog-subnav li:last-child {
    margin: 0;
}

.catalog-subnav a {
    color: #676767;
}

.catalog-subnav a:hover {
    color: #37a7df;
    text-decoration: underline;
}

.header-icons {
    display: flex;
    align-items: center;
    padding: 0 0 0 24px;
}

.header-icons a {
    margin: 0 19px 0 0;
}

.header-user svg {
    width: 18px;
}

.header-fav svg {
    width: 24px;
}

.header-cart svg {
    width: 22px;
}

.header-icons path,
.header-icons circle {
    fill: #9b9b9b;
    transition: all 0.3s linear;
}

.header-icons .man-icon-is-login {
    fill: #005090;
}

.header-icons a:hover path,
.header-icons a:hover circle {
    fill: #e4087e;
}

.header-callback {
    padding: 0px 24px 2px 24px;
    color: #f8f9fa;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: rgb(40, 167, 69, 60%);
    margin-left: 20px;
}

.header-callback:hover {
    color: #fff;
    background-color: rgba(23, 145, 51, 0.6);
}

.header-search {
    display: flex;
    flex: 1;
    position: relative;
}

.search-category {
    position: relative;
    min-width: 67px;
    margin: 0 -1px 0 0;
}

.search-category-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 33px;
    padding: 6px 22px 0 8px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.search-category-link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    margin: -2px 0 0;
    border-top: 4px solid #9b9b9b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.search-category-hidden {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 200;
    display: none;
    width: 439px;
    padding: 18px 10px 10px 16px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
}

.search-category-hidden ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.search-category-hidden li {
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 20px;
}

.search-category-hidden a {
    color: #005090;
    text-decoration: none;
}

.search-category-hidden a:hover,
.search-category-hidden .active {
    text-decoration: underline;
}

.header-search-form {
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.search-input {
    display: block;
    width: 100%;
    height: 33px;
    padding: 0 15px 0 35px;
    color: #9A9A9A;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2e2e3;
    border-radius: 4px;
    transition: all 0.3s linear;
}

.search-input::-webkit-input-placeholder {
    color: #9A9A9A;
}

.search-input:-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

.search-input::-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

.search-input:-ms-input-placeholder {
    color: #9A9A9A;
}

.search-button {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14.88px;
    height: 14.88px;
    cursor: pointer;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
}

.search-button img {
    display: block;
    width: 100%;
    fill: #9d9d9d;
    transition: all 0.3s linear;
    filter: invert(60%) sepia(89%) saturate(1%) hue-rotate(316deg) brightness(114%) contrast(84%);
}


.search-button:hover img {
    filter: invert(18%) sepia(82%) saturate(6686%) hue-rotate(318deg) brightness(90%) contrast(100%);
}


/************************* header-nav *************************/

.header-nav {
    padding: 7px 0 1px;
    background: #fff;
}

.header-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -3px;
}

.header-nav-list li {
    margin: 0 23px 16px 0;
    font-size: 13.1px;
    line-height: 12px;
}

.header-nav-list .nav-link {
    display: inline;
    padding: 0;
}

.header-nav a {
    color: #676767;
    text-decoration: none;
}

.header-nav a:hover,
.header-nav .active {
    color: #37a7df;
}

/************************* main-section **************************/

.main-section {
    padding: 17px 0 10px;
}

@media (min-width: 576px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        max-width: 720px;
    }

    .header-basket-icon-header,
    .header-callback.btn {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        max-width: 960px;
    }


}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1140px;
    }
}

@media (min-width: 1360px) {
    .container-fluid {
        max-width: 1700px;
        padding-left: 75px;
        padding-right: 75px;
    }
}

/************************* title-line **************************/

.title-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 30px;
}

.white-section .title-line {
    padding: 0;
    margin: 0;
}

.title-line .title {
    margin: 0 0 10px;
}

.title {
    margin: 0 0 30px;
    color: #005090;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

.title-link {
    padding: 3px 0 10px;
    font-size: 18px;
}

.title-link a {
    color: #005090;
    text-decoration: underline;
}

.title-link a:hover {
    text-decoration: none;
}

.title-line.title-full-line:after {
    width: 100%;
}

/************************* special **************************/

.special-slider {
    margin: 0 -15px 22px;
    cursor: pointer;
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.special-slider img {
    height: 155px;
    max-width: 242px;
    width: 100%;
    object-fit: cover;
}

.special-slider * {
    max-width: 100%;
}

.special-slider.slick-slider {
    max-width: initial;
    overflow: initial;
}

.special-slider.slick-slider * {
    max-width: initial;
}

.special-slide {
    padding: 0 15px;
}

.special-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slick-slide .special-item-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.special-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 23px 8px;
    text-align: center;
    border: 1px solid #e9e9e9;
    max-width: 242px;
    margin: auto;
    width: 100%;
}

.special-item-text {
    margin: 0 0 18px;
    color: #676767;
    overflow-wrap: break-word;
}

.special-item-link {
    margin: auto 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

.special-item-link a {
    color: #005090;
}

.slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 10;
    display: block;
    width: 24px;
    height: 46px;
    margin-top: -23px;
    font-size: 0;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/arrow-right.svg) 60% 50% no-repeat;
    background-size: cover;
}

.white-section .slick-arrow {
    top: 48%;
    height: 51px;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-prev {
    left: 0px;
    transform: scale(-1, 1);
}

.slick-next {
    right: 0px;
}

.special-slider .slick-prev {
    left: -25px;
}

.special-slider .slick-next {
    right: -25px;
}

/************************* catalog **************************/

.catalog .col {
    /* width: 12.5%;
    min-width: 12.5%; */
    /* max-width: 20.5%; */
    margin-bottom: 20px;
    width: 16.66%;
    min-width: 20%;
    max-width: 16.66%;
    flex: 16.66%;
}

.col-info {
    padding-top: 1.5rem;
}

.catalog-img a {
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.catalog-name a {
    display: block;
    min-height: 120px;
}

.white-section .catalog-name a {
    max-height: 65px;
    font-size: 13px;
    line-height: 100%;
    min-height: 65px;
}

.catalog-description .catalog-name a {
    min-height: auto;
}

.catalog-item {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    padding: 0 0 20px;
}

.catalog-img {
    margin: 0 0 3px;
}

.white-section .catalog-img {
    margin: 0 0 5px;
}

.catalog-img img {
    max-width: 100%;
}

.catalog-price {
    margin: 0 0 15px;
    color: #005090;
    font-weight: 700;
    font-family: Helvetica;
}

.white-section .catalog-price {
    margin: 0 0 20px;
    text-align: center;
    line-height: 100%;
    font-family: Helvetica;
}

.catalog-name {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 17px;
    width: 70%;
}

.snowflakes .catalog-name {
    width: 136px;
}

.catalog-name a {
    color: #676767;
    text-decoration: none;
}

.catalog-name a:hover {
    color: #005090;
}

.catalog-item .btn {
    margin: auto auto 0 0;
}

/************************* main-news-section **************************/

.main-news-section {
    padding: 37px 0 30px;
    background: #ecedf2;
}

.main-news .col {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    margin-bottom: 30px;
}

.news-item {
    height: 100%;
    background: #f8f9fb;
    box-shadow: 0 0 15px rgba(8, 10, 14, 0.3);
}

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

.news-item-content {
    padding: 21px 25px 15px;
}

.news-item-name {
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
}

.news-item-name a {
    color: #005090;
}

.news-item-date {
    margin: 0 0 15px;
    color: #37a7df;
    font-size: 15px;
    line-height: 15px;
}

.news-item-text {
    color: #676767;
    font-size: 16px;
    line-height: 17px;
}

/************************* action page **************************/

.breadcrumb {
    padding: 0;
    color: #b2b2b5;
    font-size: 14px;
    line-height: 18px;
    background-color: transparent;
    border-radius: 0;
    top: 176px;
}

.sticky-breadcrumbs {
    background-color: rgb(255, 255, 255);
    padding-top: 11px;
    opacity: 0.902;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: inset -1px -10px 11px -12px rgba(0, 0, 0, 0.75), -1px 7px 15px -12px rgba(0, 0, 2, 0.75);
    height: 45px;
    padding-left: 8%;
    transition: position 2s ease;
    position: fixed;
}

.product-link_container {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-right: 5px;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
}

.breadcrumb.product-link_container a {
    color: #9A9A9A;
}

.product-link_container .breadcrumb-item::before {
    color: #9A9A9A;
}

.product-link_container li:last-child a {
    color: #005090;
}

ol.breadcrumb {
    background-color: none;
}

.breadcrumb a {
    color: #212529;
    display: inline-block;
}

.breadcrumb a:hover {
    color: #005090;
}

.breadcrumb .active {
    color: #005090;
    cursor: pointer;
}

.nav.nav-pills.category-tabs .nav-item {
    text-align: center;
}

.nav.nav-pills.category-tabs {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.breadcrumb a:first-letter {
    text-transform: uppercase;
}

.header-nav .breadcrumb {
    padding: 10px 0 0;
    margin-bottom: 15px;
}

.social-network_icon img {
    width: inherit;
}

.special-category-item {
    display: block;
    padding: 6px 5px 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    background: #37a7df;
    border-radius: 5px;
}

.special-category-item:hover {
    color: #fff;
    background: #004f93;
}

.special-block .col-6,
.special-category .col-6 {
    margin-bottom: 30px;
}

.special-block {
    padding-bottom: 20px;
}

@media (min-width: 1200px) {

    .special-block .col-xl-2,
    .special-category .col-xl-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1440px) {

    .special-block .col-xl-2,
    .special-category .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }


}


/************************* promo-slider **************************/

.white-section {
    padding: 10px 0 10px;
    background: #fff;
}

.promo-block {
    padding: 0 0 60px;
}

.promo-slider {
    margin-bottom: 50px;
}

.slick-slide:focus {
    outline: 0;
}

/* .promo-slider .special-item-content {
    background: #f4f5f6;
} */

.special-item-name {
    margin: 0 0 21px;
}

.special-item-name a {
    color: #005090;
}

.special-item-link a {
    color: #37a7df;
}

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

/************************* advantages page **************************/

.advantages {
    padding: 125px 0 90px;
    background: #323258;
}

.advantages .title-big {
    color: #fff;
}

.advantages-block {
    padding: 50px 0 0;
}

.advantages-block.row {
    margin-right: -24px;
    margin-left: -24px;
}

.advantages-block .col {
    padding-right: 24px;
    padding-left: 24px;
}

.advantages-item {
    position: relative;
    height: 285px;
    padding: 53px 20px 20px;
    margin: 0 0 48px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.advantages-item:before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: -25px;
    display: block;
    content: "";
    width: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.advantages-block .col:nth-child(3n) .advantages-item:before {
    display: none;
}

.advantages-item:after {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -25px;
    display: block;
    content: "";
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.advantages-block .col:last-child .advantages-item:after {
    display: none;
}

.advantages-block .col:nth-child(4) .advantages-item:after,
.advantages-block .col:nth-child(5) .advantages-item:after {
    left: auto;
    bottom: auto;
    right: -38px;
    top: -38px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.advantages-icon {
    height: 95px;
    line-height: 95px;
    margin: 0 0 55px;
}

.advantages-icon img {
    vertical-align: middle;
}

.advantages-text {
    color: #fff;
}

/************************* why-block **************************/

.title-big {
    margin: 0 0 30px;
    color: #005090;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
}

.title-line-center {
    margin: 0 0 40px;
    padding: 0 0 1px;
}

.title-line.title-line-center:after {
    left: 50%;
    width: 316px;
    margin-left: -158px;
}

.why-block {
    padding-bottom: 10px;
}

.why-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-list li {
    margin: 0 0 20px;
    padding: 0 15px 2px 64px;
    color: #676767;
    line-height: 22px;
    background: url(../images/check-mark.svg) 0 1px no-repeat;
    background-size: 26px;
    text-align: justify;
}

/************************* equipment page **************************/

.note {
    padding: 5px 20px;
    margin: 0 0 35px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    background: #005090;
}

.note-warning {
    padding: 7px 20px 7px 60px;
    background: #005090 url(../images/exclamation.svg) 15px 4px no-repeat;
    background-size: 26px;
    background-position: 17px center !important;
}

/************************* action-block **************************/

.action-block {
    display: flex;
    align-items: flex-start;
    padding: 0 0 35px;
}

.action-img {
    width: 450px;
    min-width: 450px;
    margin: 0 30px 0 0;
}

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

.action-content {
    flex: 1;
    padding: 38px 0 0;
}

.action-title {
    margin: 0 0 30px;
    color: #676767;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.blue {
    color: #005090;
}

.action-text {
    margin: 0 0 35px;
    color: #676767;
}

.action-note {
    padding: 3px 0 0;
    color: #676767;
    line-height: 22px;
}

/************************* product-filter **************************/

.product-filter {
    padding: 0 0 10px;
    padding: 0;
    text-align: center;
}

.product-filter-top {
    position: relative;
    display: block;
    padding: 18px 55px 18px 30px;
    margin: 0 0 10px;
    color: #005090;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    width: 100%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-filter-top:after {
    position: absolute;
    right: 29px;
    top: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/arrow-down.svg) 50% 50% no-repeat;
    background-size: 16px;
}

.product-filter-top.active:after {
    transform: rotate(180deg);
}


.sorting-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 20px 10px 0;
}

.sorting-letters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 18px 0 0;
    margin: 0;
    list-style: none;
}

.sorting-letters li {
    margin: 0 7px 0 0;
}

.sorting-letters a {
    color: #676767;
}

.sorting-letters a:hover {
    color: #37a7df;
}

.sorting-link {
    margin: 0 25px 0 0;
    color: #676767;
    display: block !important;
}

.sorting-link:hover {
    color: #37a7df;
}

.sorting-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sorting-checkbox .custom-control {
    margin: 0 30px 5px 0;
}

.custom-control {
    padding-left: 0px;
    margin-bottom: 10px;
}

.custom-control-input {
    display: none;
}

.custom-control-label {
    padding-left: 25px;
    color: #005090;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.custom-control-label::before {
    top: 2px;
    left: 0px;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: #005090 solid 1px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-label::after {
    top: 10px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: #54585a;
    border-radius: 50%;
    opacity: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: #37a7df;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #37a7df;
    border: #37a7df solid 1px;
}

.product-filter-hidden {
    display: none;
}

.product-filter-item {
    padding: 0 0 17px;
}

.product-filter-title {
    margin: 0 0 7px;
    color: #005090;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
}

.product-filter-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-filter-list li {
    margin: 0 0 9px;
    line-height: 21px;
    text-align: left;
}

.product-filter-list a {
    color: #676767;
    cursor: pointer;
}

.product-filter-list a:hover {
    color: #37a7df;
}

/************************* brochure-block **************************/

.brochure-block {
    padding-bottom: 30px;
}

.brochure-block .row {
    text-align: center;
}

.brochure-title {
    margin: 0 0 30px;
    color: #676767;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.brochure-item {
    display: inline-block;
    vertical-align: top;
    color: #005090;
    text-align: center;
}

.brochure-item:hover {
    color: #37a7df;
}

.brochure-img {
    height: 180px;
    line-height: 180px;
    margin: 0 0 10px;
}

.brochure-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.brochure-text {
    max-width: 360px;
    margin: 0 0 25px;
    line-height: 22px;
}

/************************* producer page **************************/

/************************* producer-block **************************/

.producer-block {
    display: flex;
}

.producer-content {
    flex: 1;
    padding: 0 50px 0 0;
}

.producer-logo {
    margin: 0 0 12px;
}

.producer-logo img {
    max-width: 100%;
}

.producer-name {
    margin: 0 0 10px;
    color: #005090;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.producer-text {
    margin: 0 0 13px;
    color: #676767;
}

.producer-text-more {
    color: #37a7df;
}

.producer-cert {
    width: 230px;
    min-width: 230px;
    padding: 30px 0 0;
    text-align: center;
}

.producer-cert-text {
    padding: 6px 0 0;
}

.producer-cert-text a {
    color: #676767;
}

sup {
    font-size: 0.6em;
}

.category-tabs-block {
    padding: 0 0 20px;
}

.category-tabs {
    padding: 0 0 15px;
}

.nav-pills {
    padding: 0 0 15px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-pills .nav-link {
    margin: 0 10px 10px 0;
    color: #fff;
    border-radius: 5px;
    background: #37a7df;
    font-size: 12px;
}

.nav-pills .nav-link:hover {
    background-color: #005090;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005090;
}

.tab-pane {
    padding: 0 0 50px;
}

.form-min {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.form-control {
    height: 40px;
    margin: 0 0 18px;
    padding: 0 15px;
    font-size: 18px;
    color: #676767;
    background-color: #fff;
    border: 1px solid #37a7df;
    border-radius: 10px;
}

/************************* product page **************************/

.product-block {
    display: flex;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.product-column {
    width: 320px;
    min-width: 320px;
    height: 320px;
    padding: 19px 0 0;
}

.product-label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 0 15px 55px;
}

.product-label-item {
    padding: 2px 7px 2px;
    margin: 0 3px 3px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.label-new {
    background: #94c03d;
}

.label-action {
    background: #e4087e;
}

.product-img {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.thumb-item {
    width: 46px;
    height: 46px;
    margin: 0 0 9px;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #37a7df;
    border-radius: 5px;
}

.thumb-item img {
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.photo-slide {
    line-height: 275px;
    text-align: center;
}

.photo-slide img {
    max-width: 100%;
    max-height: 270px;
    vertical-align: middle;
}


.product-content {
    display: flex;
    align-items: flex-start;
    flex: 1;
    margin: 0 0 0 40px;
}

.product-description {
    max-width: 580px;
    margin: 0 40px 0 0;
}

.product-name p {
    margin: 0 0 8px;
    color: #005090;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.weight-radio {
    display: flex;
    flex-wrap: wrap;
}

.weight-radio-item {
    position: relative;
    margin: 0 19px 10px 0;
}

.weight-input {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.weight-label {
    position: relative;
    display: block;
    padding: 4px 5px 0px 5px;
    /* width: 58px; */
    height: 32px;
    color: #005090;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: 1px solid #005090;
    border-radius: 5px;
}

.weight-label span {
    font-size: 11px;
}

.weight-input:disabled+.weight-label {
    color: #676767;
    border: 1px solid #676767;
}

.weight-input:checked+.weight-label {
    color: #fff;
    background: #3ba9e0;
    border: 1px solid #3ba9e0;
}

.weight-label:after {
    position: absolute;
    top: -4px;
    right: -7px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: #f4f5f6 url(../images/icon-check-blue.png) 1px 0 no-repeat;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.weight-input:disabled+.weight-label:after {
    background: #f4f5f6 url(../images/icon-check.png) 1px 0 no-repeat;
}

.product-producer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    padding: 0 22px 0 7px;
    margin: -2px 0 0;
    color: #37a7df;
    background: #fff;
    border: 2px solid #37a7df;
}

.product-producer:after {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -7px;
    display: block;
    content: "";
    border-right: 7px solid #37a7df;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.product-side {
    width: 240px;
    min-width: 240px;
    padding: 0;
    margin: 0 0 0 auto;
    text-align: center;
}

.product-quantity {
    width: 177px;
    height: 62px;
    margin: 0 auto 18px;
    padding: 4px 0 0;
    color: #676767;
    font-weight: 700;
    border: 2px solid #37a7df;
    border-radius: 5px;
}

.quantity-line {
    display: flex;
}

.quantity-text {
    padding: 2px 0 0 4px;
}

.quantity-holder {
    position: relative;
    display: block;
    width: 90px;
    padding: 0 24px;
}

.quantity-input {
    display: block;
    width: 100%;
    height: 24px;
    padding: 0;
    color: #676767;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: none;
    border: 0;
    outline: 0;
}

.product-properties {
    font-size: 1.4rem;
}

input[type="email"] {
    width: 15vw;
}

.minus {
    left: 0px;
}

.plus {
    right: 0px;
}

.minus,
.plus {
    position: absolute;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
}

.minus:before,
.plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #37a7df;
    transition: all 0.3s linear;
}

.plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: 12px;
    margin: -6px 0 0 -1px;
    background: #37a7df;
    transition: all 0.3s linear;
}

.minus:hover:before,
.plus:hover:before,
.plus:hover:after {
    background: #005090;
}

.product-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 14px;
}

.product-fav a {
    padding: 0 0 0 23px;
    color: #37a7df;
    background: url(../images/fav-icon.svg) 0 3px no-repeat;
    background-size: 16px;
}

.fav-active a {
    background: url(../images/fav-icon-full.svg) 0 3px no-repeat;
    background-size: 16px;
}

.product-info {
    max-width: 1280px;
    margin: 0 auto;
}

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

.product-tabs .nav-item {
    margin: 0 40px 15px 0;
}

.product-tabs .nav-link {
    display: block;
    padding: 0 0 2px;
    color: #676767;
    font-size: 22px;
    line-height: 26px;
    border: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #676767;
    background-color: transparent;
    border-bottom: 1px solid #005090;
}

.prop-oi ol li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.prop-oi {
    width: 75%;
    padding: 0;
}

.prop-key {
    padding-right: 10px;
    float: left;
    font-weight: bold;
}

.prop-val {
    width: 25%;
    padding-left: 10px;
    float: left;
}


.search_filter {
    filter: opacity(0.3);
}

.search-block_text {
    font-size: 20px;
    color: #676767;
}

.search-block .loader-wrap {
    transform: scale(0.5);
    top: 49%;
    left: 129%;
}

.search-block {
    position: absolute;
    left: 48.5%;
    top: 0;
    margin-top: 52px;
    display: none;
}

.search-block_visible {
    display: block;
}

@media screen and (max-width: 600px) {
    .prop-oi {
        width: 100%;
        font-size: 13px;
    }

    .prop-val {
        width: 40%;
        padding-left: 5px;
    }

    .prop-key {
        width: 40%;
        padding-right: 5px;
    }

    .search-block .loader-wrap {
        left: 61.5%;
    }

    .search-block {
        padding-right: 70px;
    }
}

/************************* catalog-slider **************************/

.search-with {
    padding: 0 0 10px;
}

.nav-pills-light .nav-link {
    color: #005090;
    font-weight: 400;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #005090;
}

.nav-pills-light .nav-link:hover {
    color: #fff;
    background-color: #005090;
}

.catalog-slider {
    margin: 0 20px 40px;
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.slick-slider {
    overflow: initial;
}

.catalog-slide {
    padding: 0 10px;
}

.white-section .catalog-slide {
    padding: 0 27px;
    max-width: 280px;
}

.modal-backdrop {
    display: none;

}

.modal-backdrop.show {
    display: block;
    opacity: .5;
}

.modal-open .modal {
    padding-right: 12px;
}

.catalog-slider .slick-prev {
    left: -30px;
}

.catalog-slider .slick-next {
    right: -30px;
}

.btn.btn-cart {
    padding-right: 55px;
    padding-left: 15px;
    background-image: url(../images/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 17px;
    background-size: 20px;
}

.btn-sm.btn-cart {
    padding-right: 40px;
    background-image: url(../images/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 9px;
    background-size: 20px;
}

.white-section .btn-sm.btn-cart {
    background-image: none;
    padding: 5.5px;
    width: 100%;
    border-radius: 5px;
    font-size: 12.5px;
    line-height: 100%;
}

/************************* pharma producers page **************************/

.filter-catalog-block {
    padding: 15px 25px;
    margin: 0 35px 40px;
    background: #fff;
}

.filter-catalog-block .catalog-slider {
    margin: 0 -10px;
    padding: 0;
}

.filter-catalog-block .catalog-slider .slick-prev {
    left: -52px;
}

.filter-catalog-block .catalog-slider .slick-next {
    right: -52px;
}

/************************* equipment page **************************/

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

.equipment-block .col {
    margin-bottom: 50px;
}

.equipment-item {
    display: inline-block;
    color: #005090;
    font-size: 17px;
    text-align: center;
}

.equipment-item:hover {
    color: #37a7df;
}

.equipment-img {
    margin: 0 0 2px;
}

.equipment-img img {
    max-width: 100%;
}

/************************* brochure-min **************************/

.brochure-min .brochure-img {
    height: 134px;
    line-height: 134px;
}

.brochure-min .brochure-text {
    max-width: 360px;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 18px;
}

@media (min-width: 1400px) {
    .brochure-min .col {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

/************************* pagination **************************/

.pagination {
    margin-bottom: 30px;
}

.page-link {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #37a7df;
    border-color: #37a7df;
}

.page-item.active .page-link {
    z-index: 3;
    color: #005090;
    background-color: #ecedf2;
    border-color: #ecedf2;
}

.pagination {
    padding-left: 30px;
}

/************************* registration page **************************/

.reg-block {
    max-width: 480px;
    margin: 0 auto 20px;
}

.radio-tabs {
    display: flex;
    flex-wrap: wrap;
}

.radio-tabs .custom-checkbox {
    margin: 0 40px 15px 0;
}

.radio-tabs .custom-checkbox:last-child {
    margin: 0 0 15px;
}

.radio-tabs .custom-control-label {
    display: block;
    padding-left: 39px;
}

.radio-tabs .custom-control-label::before {
    top: -2px;
    width: 26px;
    height: 26px;
    border-radius: 4px;
}

.form-tab {
    display: none;
}

.form-tab.vis {
    display: block;
}

.btn.btn-md {
    padding: 8px 25px;
    font-size: 18px;
    line-height: 22px;
}

.form-note {
    margin: -10px 0 20px;
    color: #979797;
    font-size: 13px;
    line-height: 16px;
}

.checkbox-list {
    padding: 0 0 25px;
}

.custom-checkbox-min {
    min-height: 1px;
    margin-bottom: 5px;
}

.custom-checkbox-min .custom-control-label {
    display: block;
    padding-left: 20px;
    color: #676767;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
}

.custom-checkbox-min .custom-control-label::before {
    top: 0px;
    width: 12px;
    height: 12px;
}

/************************* producers page **************************/

.logo-block {
    padding: 20px 30px;
    margin: 0 0 50px;
    box-shadow: 0px 0px 7px 0px rgba(8, 10, 14, 0.2);
}

.logo-block-inner::-webkit-scrollbar {
    width: 4px;
}

.logo-block-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.logo-block-inner::-webkit-scrollbar-thumb {
    background-color: #37a7df;
}

.logo-block-inner {
    max-height: 480px;
    overflow-y: auto;
    align-items: center;
    text-align: center;
}

.logo-block-inner .col {
    margin-bottom: 20px;
}

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

/************************* cart page **************************/

.warning {
    display: flex;
    align-items: center;
    min-height: 49px;
    font-family: 'Roboto';
    padding: 7px 10px 7px 60px;
    margin: 0 0 35px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #fdda24 url(../images/exclamation-black.svg) 10px 50% no-repeat;
    background-size: 35px;
}

/************************* cart table **************************/

.cart-block {
    display: flex;
    align-items: flex-start;
    padding: 0 0 20px;
}

.cart-content {
    flex: 1;
    padding: 0 90px 0 0;
}

.cart-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
}

.cart-top-item {
    margin: 0 70px 10px 0;
}

.cart-top-item:last-child {
    margin: 0 0 10px;
}

.cart-top-item .custom-control {
    margin-bottom: 0;
}

.cart-top-item a {
    color: #33aeda;
    text-decoration: underline;
}

.cart-top-item a:hover {
    text-decoration: none;
}

.cart-table {
    margin: 0 0 30px;
    background: #fbfbfd;
}

.cart-line {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 18px 20px 17px 28px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.cart-line-top {
    padding: 14px 20px 13px 28px;
    color: #fff;
    font-weight: 700;
    background: #005090;
}

.cart-check {
    position: absolute;
    top: 17px;
    left: 1px;
}

.cart-check .custom-control-label {
    height: 20px;
}

.cart-name {
    width: 40%;
    padding: 0 10px 0 0;
}

.cart-producer {
    width: 16%;
    padding: 0 10px 0 0;
}

.cart-quantity {
    width: 16%;
    padding: 0 10px 0 0;
    text-align: center;
}

.cart-price {
    width: 16%;
    text-align: right;
}

.cart-quantity .quantity-holder {
    margin-top: -4px;
    display: inline-block;
    vertical-align: top;
}

.cart-sum {
    padding: 18px 70px 17px 28px;
    color: #005090;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    border-bottom: 1px solid #9b9b9b;
}

.cart-table-note {
    margin: 0 0 20px;
    color: #ff0000;
}

.red {
    color: #ff0000;
}

/************************* checkout **************************/

.checkout {
    width: 270px;
    min-width: 270px;
    padding: 12px 8px 13px;
    color: #676767;
    background: #fbfbfd;
}

.checkout-title {
    padding: 0 8px 11px;
    margin: 0 -8px 18px;
    color: #005090;
    font-weight: 700;
    border-bottom: 1px solid #005090;
}

.checkout-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 6px;
}

.checkout-price {
    padding: 0 0 26px;
    color: #005090;
    font-weight: 700;
}

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

.checkout-note {
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 18px;
}

/************************* cart form **************************/

.cart-form {
    max-width: 710px;
    padding: 0 0 10px;
}

.custom-select {
    position: relative;
    max-width: 230px;
    height: 40px;
    margin: 0 0 18px;
    padding: 0 15px;
    font-size: 18px;
    color: #676767;
    background: #fff;
    border: 1px solid #37a7df;
    border-radius: 10px;
    background-image: url(../images/triangle.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 14px;
}

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

.form-item {
    width: 30%;
}

.form-item-long {
    width: 67%;
}

.cart-delivery-price {
    margin: 0 0 15px;
    color: #676767;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-info-text {
    position: relative;
    padding: 15px 0 0;
    color: #676767;
    line-height: 25px;
}

.cart-info-text:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    max-width: 950px;
    height: 1px;
    background: #37a7df;
}

/************************* artile page **************************/

.article-section {
    display: flex;
    align-items: flex-start;
    padding: 0 0 30px;
}

.article-wrap {
    flex: 1;
    padding: 0 45px 0 0;
}

.article-section .title {
    margin: 0 0 19px;
}

.article-date {
    margin: -19px 0 5px;
    color: #37a7df;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

.article {
    overflow: hidden;
    color: #676767;
}

.artile-img {
    float: left;
    margin: 0 15px 10px 0;
}

.article-side {
    width: 306px;
    min-width: 306px;
}

.news-more {
    padding: 15px 0 0;
    text-align: right;
}

.news-more a {
    color: #005090;
    text-decoration: underline;
}

.news-more a:hover {
    text-decoration: none;
}

/************************* biochemistry page **************************/

/************************* order-section **************************/

.order-section {
    padding: 0 0 20px;
}

.order-top-text {
    max-width: 860px;
    margin: 0 auto 50px;
    text-align: center;
}

.order-fields {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 25px;
}

.order-form-title {
    margin: 0 0 11px;
    color: #005090;
    font-weight: 700;
}

.order-chekbox {
    padding: 0 0 25px;
}

.chekbox-compact {
    padding: 0 0 29px;
}

.chekbox-compact .custom-control {
    margin-bottom: 1px;
}

.order-form-note {
    padding: 8px 0 0;
}

/************************* bottom-section **************************/

.bottom-section {
    padding: 67px 0 62px;
    background: #f8f8fc;
}

.bottom-section.white-section {
    background: #fff;
}

.title-center {
    justify-content: center;
    text-align: center;
}

.title-center:after {
    width: 100%;
}

.bottom-block-text {
    color: #676767;
}

.bottom-block-text p {
    margin: 0 0 21px;
}

.dd-btn {
    display: inline-block;
    border-top: 8px solid #9b9b9b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: border, transform 0.3s;
    cursor: pointer;
    margin: 25px 0 0;
}

.dd-btn:hover {
    border-top-color: #004f93;
}

.bottom-block .form-control {
    height: 63px;
    padding: 0 15px;
    margin: 0 0 35px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888888;
    background-color: #e7e8f1;
    border: 1px solid #e7e8f1;
    border-radius: 5px;
}

.bottom-block .form-group .form-control {
    margin: 0 35px 0 0;
}

.bottom-block textarea.form-control {
    height: 162px;
    padding: 17px 15px;
}

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

.form-line .form-control {
    width: 49%;
}

.bottom-block label {
    display: block;
    margin-bottom: 10px;
    color: #676767;
    font-size: 18px;
    line-height: 21px;
}

.bottom-form-button {
    width: 100%;
    text-align: center;
    margin: auto;
}

.bottom-contacts {
    margin: 0 0 92px;
    color: #005090;
    text-align: right;
}

.bottom-contacts-title {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.bottom-contacts-text {
    font-size: 18px;
    line-height: 21px;
}

.bottom-contacts-text a {
    color: #005090;
    text-decoration: none;
}

.bottom-side-form {
    padding: 25px 0 0;
}

.bottom-block_direct_column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-side-form {
    margin-top: 15px;
    text-align: right;
}

.btn-rotate {
    transform: rotate(180deg);
}

.form__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.bottom-section .bottom-block .col-4_width_cover {
    min-width: 100%;
}

.form-group {
    display: flex;
    align-items: center;
}

.bottom-section .form-group .form-control_center {
    margin: 0 0 0 0;
    margin-bottom: 35px;
}

.form-group .default {
    display: block;
    min-width: 100%;
}

.form-align_default {
    align-items: flex-end;
}

/************************* footer **************************/

.footer {
    padding: 5px 0 5px;
    color: #005090;
    background: #edeef3;
}

.footer .col-3 {
    margin-left: auto;
}

.footer-city {
    margin: 0 0 48px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.footer-phone {
    padding: 0 0 17px;
    margin: 0;
    list-style: none;
}

.footer-phone li {
    margin: 0 0 10px;
    color: #979799;
    font-size: 18px;
    line-height: 20px;
}



/* .footer-phone a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #005090;
    text-decoration: none;
    margin-left: -5px;
} */

.footer-mail {
    margin: 0 0 27px;
    font-size: 19px;
    font-weight: 700;
}

.footer-mail a {
    color: #005090;
    text-decoration: none;
}

.footer-padding-block {
    padding: 15px 0 15px 0;
}

.footer-webs {
    display: -webkit-box;
}

.footer-social {
    margin-top: 20px;
}

.footer-webs a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 25px 0 0;
    border-radius: 50%;
}

.footer-webs a:nth-child(2) {
    border-radius: 30%;
}

.footer-webs .social-network_yadzen {
    background: black;
}

.footer-webs a:last-child {
    margin: 0;
}

.social-network_yadzen svg {
    width: 100%;
    height: 100%;
}

.social-network_vk svg {
    width: 100%;
    height: 100%;
}

.footer-nav {
    padding: 0 0 24px;
    margin: 0;
    list-style: none;
}

.footer-nav li:first-child {
    font-weight: 400;
}

.footer-nav a {
    color: #005090;
    text-decoration: none;
}

div.popup-auth {
    transform: scale(1);
    opacity: 1;
    width: 570px;
    height: 433px;
    border-radius: 10px;
    padding: 50px;
}

.auth-title {
    margin: 0 0 26px;
    padding: 0 0 18px;
    border-bottom: 1px solid #00ade4;
    color: #005090;
    font-size: 22px;
    font-weight: 700;
}

.auth-email__label,
.auth-password__label {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #676767;
}

.form-pass-link {
    font-size: 18px;
}

.footer-nav-min {
    max-width: 325px;
    padding: 3px 0 35px;
    margin: 0;
    list-style: none;
}

.footer-nav-min li {
    font-size: 16px;
    line-height: 19px;
}

.footer-nav-min a {
    color: #005090;
    text-decoration: none;
}

.footer-el {
    display: flex;
    flex-wrap: wrap;
}

.footer-el img:last-child {
    margin: 0;
}

.footer-callback {
    background: rgb(40, 167, 69, 60%);
    font-weight: 500;
    font-size: 23px;
    line-height: 18px;
    padding: 20px 108px;
    width: 100%;
}

.footer-block {
    display: flex;
    flex-wrap: wrap;
    height: 420px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 5% 0 5%;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
}

.footer-padding-block-1 {
    padding: 20px 0 20px 0;
    width: 380px;
}

.nav-item .footer-english-wrap {
    font-size: 14px;
    line-height: 0px;
    color: #9A9A9A;
}

.footer-address {
    width: 79%;
    margin: 0;
    padding: 0;
}

.footer-block .footer-adress-block {
    height: 180px;
}

.footer-email-block {
    margin-top: 30px;
}

.footer-nav-min a,
.footer-nav a,
.footer-phone a,
.footer-email,
.footer-address {
    color: #005090;
}

.footer-nav a,
.footer-address {
    font-size: 18px;
    line-height: 25px;
}

.footer-nav-min a,
.footer-phone a,
.footer-email {
    font-size: 18px;
    line-height: 20px;
}

.footer-nav,
.footer-el,
.footer-phone_item {
    padding-left: 15px;
}

.footer-text {
    flex-basis: calc(100% / 1);
}

.footer-item {
    display: flex;
    flex-wrap: wrap;
    width: 380px;
    height: 300px;
    flex-basis: calc(100% / 3);
    box-sizing: border-box;
}

.footer-item:nth-child(n+3) {
    order: 1;
}

.footer-bottom-element {
    align-content: flex-start;
    height: 60px;
}

.footer-el img {
    height: 60px;
}

.footer-social-networks {
    margin-top: -280px;
}

.footer-laureate {
    margin-top: -119px;
    order: 1 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
}

.footer-laureate .footer-webs,
.footer-laureate img {
    width: 80px;
}

.ogrn-inn_container {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}

/*Media adaptive footer*/

@media (min-width:768px) {
    .footer-block {
        width: 100%;
        height: 100%;
        margin-bottom: 35px;
    }

    .footer-item {
        width: 33%;
        height: auto;
    }

    .footer-phone {
        width: 85%;
    }

    .footer-callback {
        padding: 20px 32px;
    }

    .footer-bottom-element {
        align-content: center;
    }

    .footer-nav-min {
        padding: 3px 0 15px;
    }

    .footer-address {
        width: 95%;
    }
}

@media (max-width: 768px) and (min-width:768px) {
    .footer-block {
        padding: 20px 4% 0 4%;
    }

    .footer-item {
        width: 229px;
        height: auto;
    }

    .footer-phone {
        width: 85%;
    }

    .footer-callback {
        padding: 20px 32px;
    }

    .footer-nav-min {
        padding: 3px 0 15px;
    }

    .footer-address {
        width: 95%;
    }
}

.laureat_href a {
    width: 80px;
    height: 80px;
}

.modal_all-page .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
    border-radius: 5px;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    padding: 20px 38px 15px;
    color: #E4087E;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.modal-windo_sucsess .modal-content {
    color: #7CC88E;
}

.modal_all-page .modal-content button {
    font-size: 17px;
    padding: 3px 15px;
    font-weight: normal;
}

.modal_all-page .modal-content button a {
    color: white;
    text-decoration: none;
}

.modal-content p {
    width: 342px;
}

.modal-content .modal-close {
    color: #676767;
    position: absolute;
    right: 13px;
    top: 7px;
    font-size: 27px;
    cursor: pointer;
}

.modal_all-page .modal-content button {
    padding: 6.5px 20px;
    margin-top: 20px;
}

.modal_all-page.modal-width {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 0;
}

.my-modal-window.modal_all-page {
    max-height: 0;
}

.modal_all-page.modal_all-page_show {
    max-height: 162px;
}

.modal_all-page .modal-content * {
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) and (min-width:240px) {
    .footer {
        padding: 20px;
    }

    .footer-block {
        padding: 0;
    }

    .footer-phone {
        width: 200px;
        margin: 0 auto;
    }

    .footer-button-mob .footer-callback {
        padding: 16px 73px;
    }

    .footer-el {
        padding: 30px 0 0;
    }

    .footer-el img {
        width: 288px;
        height: auto;
    }

    .footer-block .footer-webs-mob,
    .footer-block .footer-el-mob {
        order: 2;
    }

    .footer-block .footer-button-mob {
        order: 0;
    }

    .footer-button {
        padding-bottom: 30px;
    }

    .footer-adress-block .footer-text {
        display: none;
    }

    .footer-adress-block .footer-social_container {
        display: block;
    }

    .footer-block .footer-adress-block {
        order: 2;
        height: auto;
    }

    .footer-webs,
    .footer-button {
        position: relative;
    }

    .footer-block {
        width: 100%;
        height: 100%;
    }

    .footer-webs a:last-child {
        margin: 0 auto;
        margin-left: 0;
    }

    .footer-webs a:first-child {
        margin: 0 auto;
    }

    .footer-webs {
        width: -webkit-max-content;
        width: max-content;
        margin: 0 auto;
    }

    .footer-webs a {
        margin: 0 25px 0 25px;
    }

    .footer-item {
        width: 229px;
        height: auto;
    }

    .footer-item {
        width: 288px;
        height: auto;
        flex-basis: calc(100% / 1);
        box-sizing: border-box;
    }

    .footer-laureate {
        order: -1 !important;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .laureat_href a {
        width: 100px;
        height: 100px;
    }

    .footer-laureate .footer-webs,
    .footer-laureate img {
        width: 100px;
    }

    .footer-social-networks {
        margin-top: 0;
    }
}

/* End media adaptive footer*/

/************************* popup **************************/

.popup {
    transition: opacity 0.5s ease-in-out;
    transform: scale(0);
    opacity: 0;
    position: fixed;
    width: 37rem;
    height: 18rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: rgb(107 106 109);
    border-radius: 4px;
    background-color: #fefefe;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 10px #babcbcb3;
    border: none;
    z-index: 3;
}

.popup-cover {
    position: fixed;
    background-color: #033e8c;
    opacity: 0.4;
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}

.popup h3 {
    font-size: 21px;
    font-weight: 500;
    color: #212529;
    font-size: 17px;
}

.popup-close {
    position: absolute;
    right: 0;
    top: 1.5rem;
    margin-right: 20px;
    font-size: 3rem;
    cursor: pointer;
}

.popup .modal-dialog {
    width: 100%;
}

.popup-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    padding: 0 2rem;
    padding-top: 2rem;
    align-items: center;
}

.popup-product-title {
    font-size: 20.77px;
    font-family: 'PT Sans';
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.continue-buying {
    font-size: 15.77px;
    font-family: 'PT Sans';
    color: rgb(0, 80, 144);
    line-height: 1.2;
}

.continue-buying:hover {
    color: rgb(0, 80, 144);
}

a:hover {
    color: #37a7df
}

.popup-content div:last-child {
    display: flex;
    justify-content: space-between;
}

.popup-links {
    display: none;
}

.link-basket {
    border-radius: 5px;
    background-color: rgb(0, 80, 144);
    padding: 1.1rem 2rem;
    font-size: 15.77px;
    font-family: 'PT Sans';
    color: rgb(255, 255, 255);
}

.form-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/*.form-buttons-size {*/

/*    height: 5vw;*/

/*    margin: 0 0 10px 0;*/

/*}*/

.margin-down {
    margin-bottom: 1vw;
}

.modal-width {
    max-width: 870px;
    margin: 1.75rem auto
}

.form-buttons.center {
    justify-content: center;
}

.form-pass-link {
    margin: -10px 0 35px;
    text-align: right;
}

.form-pass-link a {
    color: #005090;
    text-decoration: underline;
}

.form-pass-link a:hover {
    text-decoration: none;
}

.popup .form-buttons .btn {
    width: 140px;
    padding: 8px 10px;
    margin: 0 20px 0 0;
    font-size: 18px;
    line-height: 22px;
}

.popup .form-buttons .btn:last-child {
    margin: 0;
}

.popup-order {
    width: 1120px;
}

.popup-order .popup-title {
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    border-bottom: 0;
}

.popup-order .popup-text {
    color: #005090;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}

.row.catalog.catalog_align_center {
    justify-content: center;
    min-width: 100%;
}

.header-catalog-link {
    padding: 20px 30px;
}

.header-catalog-link {
    display: block;
    padding: 6px 14px 6px 44px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    background: url(../images/list-icon.svg) 19px 50% no-repeat;
    background-size: 20px;
    background-color: #005090;
}

.header-callback.btn {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
}

.header-mob-search-clear-btn {
    position: absolute;
    right: 3%;
    top: 25%;
    font-size: 38px;
    color: #c2c2c2;
    font-family: 'PT Sans';
    font-weight: 200;
    display: none;
    z-index: 15;
}

.big-device-search {
    display: flex;
    width: 100%;
}

.search-list {
    display: none;
    position: absolute;
    left: inherit;
    top: 4rem;
    z-index: 10;
    width: 100%;
    padding: 18px 10px 10px 16px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

.catalog .catalog-img img {
    object-fit: cover;
    max-height: 134px;
    max-width: 100%;
}

.modal-header .callback-close {
    font-size: 3.5rem;
    padding-right: 2.8rem;
}

.card-icon-line,
.card-icon-block {
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 30px;
    padding: 0 0 30px 0;
}

.card-icon-line {
    width: 21px;
}

.card-icon-block {
    margin-right: 2rem;
    width: 21px;
}

.card_view_block {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.svg {
    fill: #d2d2d2;
}

.svg path {
    z-index: 15;
}

/************************* page delivery **************************/

.title-delivery {
    margin-bottom: 98px;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
}

.top-nav_device_tablet {
    display: none;
}

.header-line .header-line-nav .header-time-wrap {
    order: 1;
    margin-right: 0px;
}

.header-line .header-line-nav .header-english-wrap {
    order: 1;
    margin-right: 0px;
    margin-left: 15px;
}

.header-phone-wrap {
    order: 1;
}

.header-phone-wrap a.header-phone {
    padding: 0;
}

.header-line .header-line-nav .header-mail {
    order: -1;
    margin-right: 0px;
}

.header-line-nav .header-mail a {
    padding: 0;
}

.tbody__list,
.thead__list {
    list-style: none;
}

.tbody__list {
    border-top: 2px solid #ddd;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 4.2fr 1.4fr 1.8fr 1fr;
}

.thead__list {
    padding-left: 0;
    margin-bottom: 0;
}

.thead__item {
    font-weight: bold;
    padding: 8px;
    line-height: 1.42857143;
}

.tbody__item {
    padding: 8px;
    line-height: 1.42857143;
}

.thead__item:nth-child(1) {
    margin-right: 9rem;
}

.thead__item:nth-child(2) {
    margin-right: 9rem;
}

.thead__item:nth-child(3) {
    margin-right: 9rem;
    margin-left: 33rem;
}

.thead__item:nth-child(4) {
    margin-right: 9rem;
}

.packing_mob,
.art_number-prop,
.basket-icon,
.manufactor_id-prop,
.table_mob__img {
    display: none;
}

.table_mob-btn-wrap {
    text-align: right;
}

.btn_mob {
    display: none;
}

.list-group-flush .list-group-item {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.card-price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 100px;
}

.card-body {
    padding: 1.5rem 1rem;
    max-height: 100%;
}

.card-price-desc {
    align-self: flex-start;
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card-name {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 30rem;
    text-align: center;
}

.list-group-item span:last-child {
    align-self: end;
    text-align: end;
    word-break: break-word;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
}

.catalog-card {
    border: none;
    margin: 0 5px 2em;
    width: 28rem;
    min-height: 43rem;
    cursor: pointer;
    font-size: 14px;
    margin-right: 1.5vmax;
    height: 90%;
}

/************************* loader **************************/

.loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 70px;
    animation: spin 2.7s linear infinite;
    -webkit-animation: spin 2.7s linear infinite;
    border-radius: 50%;
    border: 5px solid #00a6ff;
    border-top-color: #dbecfb9c;
}

.loader::before {
    content: '';
    position: relative;
    left: 6%;
    top: 0%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #008aff;
    display: block;
    z-index: 4;
}

.loader-mini {
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    animation: spin-inside 2.7s linear infinite;
    -webkit-animation: spin-inside 2.7s linear infinite;
    border-radius: 50%;
    border: 3px solid #00a6ff;
    border-top-color: #dbecfb9c;
}

.loader-mini::before {
    content: '';
    position: relative;
    left: 79%;
    top: 2%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #008aff;
    display: block;
    z-index: 4;
}

.search-list .nothing-found_hints {
    font-size: 18px;
    text-align: center;
}

.reg-modal_text {
    line-height: 120%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes spin-inside {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

.fw-bold {
    font-weight: bold;
}

/************************* media **************************/

@media (max-width: 1600px) {
    .catalog .col {
        width: 16.66%;
        min-width: 20%;
        max-width: 16.66%;
    }

    .main-news .col {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }
}

@media (max-width: 1360px) {
    .catalog .col {
        width: 20%;
        min-width: 20%;
        max-width: 20%;
    }

    .equipment-item {
        font-size: 15px;
    }

    .cart-content {
        padding: 0 40px 0 0;
    }

    .cart-top-item {
        margin: 0 50px 10px 0;
    }

    .main-news .col {
        width: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 1200px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-block {
        margin-top: 56px;
        left: 48.2%;
    }

    .header-callback {
        margin: 1rem auto;
    }

    .header-callback.btn {
        width: 30px;
        height: 30px;
        margin: 0 9px 0 10px;
        padding: 10px 20px;
        border-radius: 50%;
        background: rgb(40, 167, 69, 60%) url(../images/phone-icon.svg) 50% 50% no-repeat;
        background-size: 20px;
        padding: 18px 18px;
        font-size: 0;
    }

    .header-logo {
        margin: -5px 20px 0 0;
    }

    .header-mail {
        margin: 0 20px 0 0;
        margin: 0;
    }

    .header-line-nav {
        padding: 0 20px 0 0;
    }

    .header-line-right {
        max-width: 320px;
    }

    .header-icons {
        padding: 0 0 0 20px;
    }

    .header-icons a {
        margin: 0 20px 0 0;
    }

    .header-nav-list li {
        margin: 0 20px 16px 0;
    }

    .banner-text {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-num {
        font-size: 44px;
        line-height: 36px;
    }

    .catalog-subnav {
        width: 650px;
    }

    .special-slider {
        margin: 0 0 22px;
        padding: 0 30px;
    }

    .special-slider .slick-prev {
        left: 0px;
    }

    .special-slider .slick-next {
        right: 0px;
    }

    .catalog-slider {
        margin: 0 0 40px;
        padding: 0 30px;
    }

    .catalog-slider .slick-prev {
        left: 0px;
    }

    .catalog-slider .slick-next {
        right: -2px;
    }

    .action-img {
        width: 400px;
        min-width: 400px;
    }

    .product-label {
        padding: 0 0 15px;
    }

    .product-img {
        display: block;
    }

    .product-content {
        flex: 1;
        margin: 0 0 0 30px;
    }

    .product-description {
        margin: 0 30px 0 0;
    }

    .equipment-item {
        font-size: 17px;
    }

    .header-line .header-line-nav .header-mail {
        margin-right: 18px;
    }

    .header-line .header-line-nav .header-time-wrap {
        margin-right: -7px;
    }

    .header-line .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .header-phone-wrap {
        margin-left: -5px;
    }
}

@media (max-width: 1024px) {
    .header-catalog-link {
        font-size: 0;
        padding: 6px 14px 6px 35px;
    }

    .search-block {
        margin-top: 72px;
        left: 45.2%;
    }

    .header-catalog-link {
        display: block;
        padding: 6px 14px 6px 44px;
        color: #fff;
        border-radius: 4px;
        background: url(../images/list-icon.svg) 19px 50% no-repeat;
        background-size: 20px;
        background-color: #005090;
    }

    .header-callback.btn {
        font-size: 0;
    }

    .search-list {
        max-width: 52rem;
    }

    .header-callback {
        width: 30px;
        height: 30px;
        margin: 0 9px 0 10px;
        padding: 20px 20px;
        font-size: 0;
        background-size: 22px;
        border-radius: 50%;
        background: rgb(40, 167, 69, 60%) url(../images/phone-icon.svg) 50% 50% no-repeat;
    }

    .header-phone,
    .header-mail a {
        font-weight: normal;
    }

    /**/
    .header-line-nav {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .nav-item_promotions {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .nav-item_delivery {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .nav-item_news {
        grid-column-start: 3;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .nav-item_services {
        grid-column-start: 4;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .header-mail {
        grid-column-start: 5;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .header-time-wrap {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .nav-item_advantages {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .nav-item_about {
        grid-column-start: 3;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .nav-item_contact {
        grid-column-start: 4;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .header-english-wrap {
        grid-column-start: 6;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .header-phone-wrap {
        grid-column-start: 5;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .nav-item {
        justify-self: center;
        font-family: 'PT Sans';
        font-weight: normal;
        font-size: 16px;
        order: -10;
    }

    .card-line {
        display: none;
    }
}

@media (max-width: 992px) {

    .search-block {
        left: 45.9%;
    }

    .header-line-block,
    .header-top-block {
        width: 100%;
    }

    .mods-product-card {
        display: none;
    }

    .header-line-block {
        flex-wrap: wrap;
    }

    .header-callback.btn {
        font-size: 0;
        background-size: 15px;
        padding: 11px;
    }

    .header-catalog {
        margin: 0 14px 0 0;
    }

    .header-callback.btn {
        width: 25px;
        height: 25px;
    }

    .header-line-right {
        max-width: none;
        flex: auto;
        width: 100%;
    }

    .header-line-nav {
        padding: 0;
    }

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

    .header-catalog-link {
        padding: 10px 15px 10px 45px;
        font-size: 0;
    }

    .header-english-wrap {
        font-size: 13px;
    }

    .header-nav-list li {
        font-size: 11.1px;
        line-height: 12px;
        margin: 0 0 3px 0;
        width: 20%;
        text-align: center;
    }

    .header-catalog-link {
        display: block;
        padding: 6px 14px 6px 35px;
        color: #fff;
        font-size: 0;
        border-radius: 4px;
        background: url(../images/list-icon.svg) 15px 50% no-repeat;
        background-size: 15px;
        background-color: #005090;
    }

    .search-category {
        min-width: 75px;
    }

    .search-category-link {
        position: relative;
        display: block;
        min-width: 100%;
        height: 33px;
        padding: 6px 22px 0 6px;
        font-size: 12px;
    }

    .search-category-hidden {
        width: 376px;
    }

    .search-input {
        display: block;
        width: 100%;
        height: 33px;
        padding: 0 15px 0 30px;
    }

    .header-icons {
        padding: 0 0 0 10px;
    }

    .header-icons a {
        margin: 0 10px 0 0;
    }

    .header-callback {
        background-size: 20px;
        padding: 15px;
    }

    .header-logo {
        margin: -5px 14px 0 0;
    }

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

    .header-nav {
        padding: 18px 0 6px;
    }

    .catalog-nav {
        left: -100px;
        width: 256px;
        height: 0;
    }

    .catalog-subnav {
        left: 256px;
        width: 400px;
        height: 540px;
    }

    .banner {
        padding: 40px 0 35px;
    }

    .banner-item {
        min-width: 16%;
        padding: 0 0 30px;
    }

    .banner-text {
        font-size: 11px;
        line-height: 16px;
    }

    .banner-num {
        font-size: 36px;
        line-height: 30px;
    }

    .banner-bottom {
        margin: 0;
        font-size: 20px;
        line-height: 26px;
    }

    .special-slider {
        margin: 0 -10px 22px;
    }

    .special-slide {
        padding: 0 10px;
    }

    .row.catalog {
        margin-right: -10px;
        margin-left: -10px;
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog .col {
        width: 33.33%;
        min-width: 26%;
        max-width: 33.33%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-news .col {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .bottom-form-button {
        padding: 0;
    }

    .footer-city {
        margin: 0 0 35px;
        font-size: 20px;
    }

    .footer-phone li {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .footer-el img {
        max-width: 100%;
        margin: 0 9px 0 0;
    }

    .why-list li {
        padding: 0 0 2px 40px;
        background: url(../images/check-mark.svg) 0 1px no-repeat;
        background-size: 22px;
    }

    .product-filter-list li {
        margin: 0 0 9px;
        font-size: 16px;
        line-height: 20px;
    }

    .action-img {
        width: 300px;
        min-width: 300px;
        margin: 0 30px 0 0;
    }

    .action-content {
        padding: 0;
    }

    .action-title {
        font-size: 21px;
        line-height: 26px;
    }

    .product-content {
        display: block;
    }

    .product-description {
        margin: 0;
    }

    .product-side {
        width: auto;
        min-width: 1px;
        padding: 10px 0 0;
        margin: 0;
        text-align: left;
    }

    .product-quantity {
        margin: 0 0 18px;
        text-align: center;
    }

    .product-status {
        align-items: flex-start;
    }

    .equipment-block .col {
        margin-bottom: 30px;
    }

    .history-table {
        font-size: 14px;
        line-height: 18px;
    }

    .cart-block {
        display: block;
    }

    .cart-content {
        padding: 0 0 10px;
    }

    .checkout {
        width: auto;
        max-width: 360px;
        min-width: 1px;
        margin: 0 0 20px;
    }

    .article-section {
        display: block;
    }

    .article-wrap {
        padding: 0 0 35px;
    }

    .article-side {
        max-width: 306px;
        width: auto;
        min-width: 1px;
    }

    .news-more {
        text-align: left;
    }

    .advantages {
        padding: 80px 0 60px;
    }

    .advantages-block {
        padding: 20px 0 0;
    }

    .advantages-block.row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .advantages-block .col {
        padding-right: 10px;
        padding-left: 10px;
    }

    .advantages-item {
        position: relative;
        height: 240px;
        padding: 35px 10px 10px;
        margin: 0 0 20px;
    }

    .advantages-icon {
        margin: 0 0 45px;
    }

    .advantages-item:before,
    .advantages-item:after {
        display: none;
    }

    .top-nav_device_tablet {
        grid-template-columns: 1fr 1fr .5fr .7fr 1fr;
        grid-template-rows: .7fr .7fr;
    }

    .header-line-nav {
        grid-template-columns: 1fr 1fr .5fr 1fr 1fr;
    }

    .container_md_width {
        max-width: 790px;
    }
}

@media (max-width: 767px) {

    .bottom-block .form-group,
    .bottom-side-form .btn {
        max-width: 80vw;
    }

    .header-catalog-link {
        padding: 15px 20px;
    }

    .position-window-visible {
        margin-right: 34px;

    }

    .search-block {
        width: 100%;

        padding-right: 51px;
        left: 0;
        margin-top: 67px;
    }

    .search-block_visible {
        display: flex;
        justify-content: center;
    }

    .search-block .loader-wrap {
        left: 60.5%;
    }

    .header-mob-search {
        display: block;
    }


    .header-mob-search-field {
        width: 228px;
        border-radius: 5px;
        background-color: rgb(235, 235, 235);
        border: none;
        position: absolute;
        max-width: 270px;
        top: 5.5rem;
        display: none;
        padding-left: 4rem;
        font-size: 15px;
        color: rgb(82, 82, 82);
        z-index: 14;
    }

    .header-mob-search-field {
        display: block;
        width: 100%;
        position: initial;
        max-width: initial;
    }

    .header-search {
        margin-right: 1rem;
        flex-direction: column;
    }

    .product .product-column {
        min-width: 100%;
        max-width: none;
    }

    .header-line {
        display: none;
    }

    .catalog.catalog_align_center .col {
        min-width: 30%;
    }

    .header-nav {
        display: none;
    }

    .header-top {
        padding: 5px 0 6px;
        background: #fff;
    }

    .header-top-block {
        flex-wrap: wrap;
    }

    .header-logo {
        width: 100%;
        margin: 0 0 8px;
        text-align: center;
        background-repeat: no-repeat;
        justify-content: center;
        background-position: center;
    }

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

    .header-catalog {
        width: 39px;
        min-width: 39px;
        margin: 0 20px 0 0;
    }

    .header-catalog-link {
        width: 39px;
        height: 34px;
        padding: 0;
        font-size: 0;
        background: url(../images/list-icon.svg) 50% 50% no-repeat;
        background-size: 20px;
        background-color: #005090;
    }

    .header-mob-search {
        display: block;
    }

    .header-mob-search svg {
        display: block;
        width: 17px;
        top: 1.2rem;
        left: 1.3rem;
    }

    .header-icons {
        padding: 0 0 0 20px;
        margin: 0 auto;
    }

    .header-icons a {
        margin: 0 20px 0 0;
    }

    .header-icons path,
    .header-icons circle {
        fill: #005090;
    }

    .header-mob-mail {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 9px 0 0;
        padding: 0;
        font-size: 0;
        background: #e4087e url(../images/envelope-icon.svg) 50% 50% no-repeat;
        background-size: 16px;
        border-radius: 50%;
    }

    .catalog-nav {
        width: 95vw;
        width: calc(100vw - 145px);
        left: 0;
        height: 0;
        max-height: 82vh;
        overflow-y: hidden;
    }

    .catalog-subnav {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        padding: 15px 10px 20px;
        overflow-y: auto;
        background: #fff;
        box-shadow: none;
    }

    .banner-info {
        justify-content: center;
    }

    .banner-item {
        min-width: 1px;
        width: 25%;
        padding: 0 5px 30px;
    }

    .banner-text br {
        display: none;
    }

    .row.main-news {
        margin-right: -10px;
        margin-left: -10px;
    }

    .main-news .col-6 {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .news-item-content {
        padding: 21px 20px 15px;
    }

    .news-item-name {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .news-item-date {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .news-item-text {
        font-size: 14px;
        line-height: 18px;
    }

    .bottom-section {
        padding: 40px 0;
    }

    .bottom-section .col-8,
    .bottom-section .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom-block-text {
        font-size: 16px;
    }

    .bottom-form-button {
        margin: 0 0 50px;
        padding: 0;
        text-align: center;
    }

    .bottom-contacts {
        margin: 0 0 30px;
        text-align: center;
    }

    .bottom-side-form {
        padding: 15px 0 0;
        text-align: center;
    }

    .bottom-block label {
        margin-bottom: 20px;
    }

    .footer {
        /* padding: 40px 0 30px; */
        text-align: center;
    }

    .btn {
        padding: 14px 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .header-callback.btn {
        font-size: 0;
        padding: 0;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 15px;
        line-height: 20px;
    }

    .footer .col-4,
    .footer .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        position: static;
    }

    .footer-mail {
        display: none;
    }

    .footer-adress {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .footer-nav-min {
        display: none;
    }

    .footer-el {
        /* padding: 90px 0 0; */
        justify-content: center;
    }

    .footer .row {
        position: relative;
        padding: 90px 0 0;
    }

    .footer-city {
        margin: 0 0 15px;
    }

    .title-big {
        margin: 0 0 25px;
        font-size: 30px;
        line-height: 36px;
    }

    .why-block .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-filter-item .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .brochure-text {
        margin: 0 0 25px;
        font-size: 16px;
        line-height: 20px;
    }

    .action-block {
        display: block;
    }

    .action-img {
        width: auto;
        min-width: 1px;
        margin: 0 0 30px;
    }

    .producer-block {
        display: block;
    }

    .producer-content {
        padding: 0;
    }

    .producer-cert {
        width: auto;
        min-width: 1px;
        padding: 30px 0 0;
    }

    .producer-cert-text {
        max-width: 240px;
        margin: 0 auto;
    }

    .nav-link {
        padding: 0.5rem 1rem;
    }

    .nav-pills .nav-link {
        margin: 0 15px 15px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .product-block {
        display: block;
        padding: 0 0 50px;
    }

    .product-content {
        margin: 0;
    }

    .product-column {
        width: auto;
        max-width: 280px;
        min-width: 1px;
        padding: 10px 0 30px;
    }

    .product-tabs .nav-link {
        font-size: 18px;
        line-height: 22px;
    }

    .equipment-item {
        font-size: 14px;
        line-height: 18px;
    }

    .cabinet {
        display: block;
    }

    .cabinet-side {
        width: auto;
        min-width: 1px;
        /* padding: 0 0 45px; */
    }

    .cabinet-nav {
        min-height: 1px;
    }

    /* .cabinet-exit {
        text-align: left;
    } */
    .cabinet-content {
        padding: 0;
        border-left: 0;
    }

    .form-item-long {
        width: 100%;
    }

    .form-item {
        width: 100%;
    }

    .cart-line {
        display: block;
        padding: 18px 20px 17px 40px;
    }

    .cart-line-top {
        display: none;
    }

    .cart-check {
        top: 17px;
        left: 10px;
    }

    .cart-name {
        width: auto;
        padding: 0 0 10px;
    }

    .cart-producer {
        width: auto;
        padding: 0 0 10px;
    }

    .cart-quantity {
        width: auto;
        padding: 0 0 10px;
        text-align: left;
    }

    .cart-price {
        width: auto;
        text-align: left;
    }

    .artile-img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }

    .order-fields .col,
    .order-chekbox .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .thead {
        display: none;
    }

    .tbody__item_mob {
        display: flex;
    }

    .white-section .catalog-slide {
        padding: 0px 10px;
    }

    .white-section .catalog-img a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 218px;
        max-height: 100%;
    }

    .header-mob-search img {
        position: absolute;
        z-index: 12;
        display: block;
        width: 17px;
        top: 9px;
        left: 12px;

        filter: invert(66%) sepia(3%) saturate(3%) hue-rotate(335deg) brightness(95%) contrast(83%);
    }

    .show-mobile-input {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 13;
    }

    .search-category-link {
        display: none;
    }

    .header-mob-search div {
        display: none;
    }

    .search-category {
        min-width: 0;
    }

    .search-button {
        top: 0;
        left: 0;
    }

    .header-mob-search-field {
        transition: opacity, transform 0.4s ease;
        transform: scale(0);
        opacity: 0;
        padding: 0;
    }

    .show_input .header-mob-search-field {
        transform: scale(1);
        opacity: 1;
        padding: 17px 38px;
    }

    .header-mob-search-clear-btn {
        transition: opacity 0.4s ease;
        opacity: 0;
        top: 14%;
        filter: invert(66%) sepia(3%) saturate(3%) hue-rotate(335deg) brightness(95%) contrast(83%);
    }

    .header-mob-search div {
        display: block;
    }

    .show_input .show-mobile-input {
        display: none;
    }

    .show_input .header-mob-search-clear-btn {
        opacity: 0.5;
        display: block;
    }

}

@media screen and (max-width: 576px) {
    .header-search {
        position: static;
    }

    .special-slider {
        padding: 0 20px;
        margin: 0 0 22px;
    }

    .search-list {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 6rem;
    }

    .catalog.catalog_align_center .col {
        min-width: 50%;
    }

    .slick-arrow {
        width: 16px;
        height: 30px;
        margin-top: -15px;
    }

    .special-slider .slick-prev {
        left: 0px;
    }

    .special-slider .slick-next {
        right: 0px;
    }

    .special-item-text {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .catalog-slider {
        padding: 0 20px;
    }

    .banner-item {
        width: 50%;
    }

    .banner-bottom {
        font-size: 18px;
        line-height: 24px;
    }

    .catalog .col {
        width: 50%;
        min-width: 50%;
    }

    .main-news .col {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .title-line {
        display: block;
    }

    .main-news .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-line .form-control {
        width: 100%;
    }

    .bottom-block .form-control {
        height: 60px;
        margin: 0 0 20px;
    }

    .pdf-note {
        font-size: 16px;
        line-height: 20px;
    }

    .special-block .col-6,
    .special-category .col-6 {
        margin-bottom: 20px;
    }

    .special-block .col-xl-2,
    .special-category .col-xl-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nav-pills .nav-item {
        width: 100%;
    }

    .nav-pills .nav-link {
        margin: 0 0 15px;
        text-align: center;
    }

    .title-line:after {
        width: 240px;
    }

    .filter-catalog-block {
        padding: 15px;
        margin: 0 20px 40px;
    }

    .filter-catalog-block .catalog-slider .slick-prev {
        left: -25px;
    }

    .filter-catalog-block .catalog-slider .slick-next {
        right: -25px;
    }

    .popup.fancybox-content {
        padding: 30px;
    }

    .popup-order .popup-title {
        padding: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .popup-order .popup-text {
        font-size: 18px;
        line-height: 22px;
    }

    .popup .form-buttons .btn {
        width: 100%;
        margin: 0 0 20px;
    }

    .product-filter-item .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-list a {
        overflow-wrap: anywhere;
    }

    .special-slider {
        z-index: 1;
    }

    .table_mob .price {
        grid-area: price;
        order: -1;
        font-size: 15px;
        color: rgb(0, 80, 144);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        padding-bottom: 0;
    }

    .table_mob>td {
        border: none !important;
        color: #005090 !important;
    }

    .product-name p {
        font-size: 15px;
        color: rgb(0, 0, 0);
        font-weight: bold;
    }

    .table-mob__btn.btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 10px;
        font-size: 14px;
    }

    .thead__list {
        display: none;
    }

    .btn-text_desktop {
        display: none;
    }

    .basket-icon {
        display: block;
    }

    .manufactor_id-prop,
    .packing_mob-prop,
    .art_number-prop {
        color: #959595;
        display: inline-block;
    }

    .left-content .card-img {
        border: 1px solid #d3ebf8;
    }

    .left-content img.card-img {
        border: none;
    }

    .packings-desktop,
    .cas-desktop,
    .card-price-block .btn,
    .card-price-title {
        display: none;
    }

    .btn_mob {
        display: block;
        margin: auto;
        margin-top: 2rem;
        width: 100%;
    }

    .catalog-card {
        display: grid;
        grid-template-columns: .5fr 1fr;
        grid-template-rows: .1fr 1fr 1fr;
        grid-template-areas: 'left-content card-price-block' 'left-content card-head' 'left-content list-group';
        width: 100vw;
        min-height: 1px;
        margin-right: -13px;
        margin-left: -13px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .art_number-prop_dektop {
        display: none;
    }

    .left-content {
        grid-area: left-content;
        padding: 1rem;
    }

    .card-head {
        grid-area: card-head;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 1rem;
    }

    .card-name {
        text-align: left;
        font-weight: bold;
        line-height: 1.2;
    }

    .list-group {
        grid-area: list-group;
        margin-top: 0;
    }

    .card-price-block {
        grid-area: card-price-block;
        padding-left: 0;
        justify-content: flex-start;
        min-height: auto;
        padding-bottom: 0;
        padding-top: .9rem;
    }

    .card-price-desc {
        margin-bottom: 0;
    }

    .list-group-flush .list-group-item {
        padding-left: 0;
    }

    .list-group-item span:last-child {
        text-align: left;
        word-break: break-word;
    }

    .list-group-item {
        display: inline-block;
        color: #005090;
        font-size: 18px;
    }

    .list-group-item b,
    .list-group-item strong {
        font-weight: 200;
        color: #959595;
        font-size: 18px;
    }

    .list-group-flush .list-group-item:first-child {
        order: 2;
    }

    .card-sale {
        font-size: 15px;
        color: rgb(0, 80, 144);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
    }

    .card-hea-img .card-img {
        max-width: 87px;
    }

    .list-group-item_dektop {
        display: none;
    }

    .loader {
        border: 2.5px solid #00a6ff;
        border-top-color: #dbecfb9c;
    }

    .loader-mini {
        border: 1.5px solid #00a6ff;
        border-top-color: #dbecfb9c;
    }

    .pagination {
        display: flex;
        justify-content: center;
    }

    .search-block .loader {
        border: 4.5px solid #00a6ff;
        border-top-color: #dbecfb9c;
    }

}

@media screen and (max-width: 540px) {
    .header-mob-search {
        display: block;
    }

    .header-mob-search-field {
        display: block;
        width: 100%;
        position: initial;
        max-width: initial;
    }

    .header-mob-search svg {
        top: 1.2rem;
        left: 1.3rem;
    }

    .header-search-form {
        width: 100%;
    }

    .header-mob-search-clear-btn {
        right: 4%;
    }

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

    .header-search {
        margin-right: 1rem;
    }

    .catalog .catalog-img img {
        max-width: 160px;
    }
}

@media screen and (max-width: 429px) {
    .search-block_text {
        display: none;
    }

    .search-block {
        margin-top: 78px;
    }

    .search-block .loader-wrap {
        left: 51%;
    }
}

@media (max-width: 399px) {
    .white-section .catalog-slide {
        padding: 0px 20px;
    }

    .white-section .catalog-slider {
        padding: 0 39px;
    }

    .white-section .slick-arrow {
        width: 24px;
        margin-top: 0;
    }

    .white-section .catalog-img a {
        height: 224px;
    }
}

@media screen and (max-width: 376px) {
    .popup {
        width: 93%;
    }

    .header-icons {
        padding: 0 0 0 15px;
    }

    .header-icons a {
        margin: 0 15px 0 0;
    }

    .pdf-text {
        font-size: 14px;
    }

    .equipment-block .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advantages-block .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-list {
        display: none;
    }

    .header-mob-search-field {
        display: block;
    }

    .header-search {
        position: static;
    }

    .header-mob-search-clear-btn {
        transition: background-color 0.5s ease;
        padding-bottom: 0.7rem;
        padding-right: 0.1rem;
        box-sizing: border-box;
        border-radius: 4px;
        right: 4%;
        cursor: pointer;
    }

    .header-mob-search-clear-btn:active {
        background-color: #a1a1a1;
    }

}

@media screen and (max-width: 360px) {
    .sticky-breadcrumbs {
        height: auto;
        padding-bottom: 1rem;
        padding-left: 2rem;
    }

    .footer-text {
        max-width: 83vw;
    }

    .footer-button-mob .footer-callback {
        padding: 16px 50px;
    }

    .brochure-min .brochure-text,
    .brochure-text {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .catalog-nav {
        width: calc(100vw - 40px);
    }

}

.catalog-img {
    min-height: 70%;
    max-height: 100%;
    max-width: 30%;
}

.snowflakes .catalog-img {
    max-width: 136px;
}

.white-section .catalog-img {
    max-width: 250px;
}

.catalog .catalog-img img {
    object-fit: cover;
    max-height: 134px;
    max-width: 100%;
}

.catalog-item header {
    height: 96px;
}

.catalog-item-main {
    min-height: 230px;
}

.catalog-item footer {
    height: 155px;
}

.catalog-card_height_fixed {
    height: initial;
}

.list-group-item {
    padding: 0.75rem 0.8rem;
}

.card-hea-img {
    max-height: 150px;
    display: flex;
    justify-content: center;
    min-height: 8vw;
}

.tbody__item_mob {
    display: none;
}

.catalog-description {
    height: 97px;
    margin-bottom: 14px;
    text-align: center;
}

.card-hea-img .card-img {
    object-fit: contain;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: inherit;
}

.card-price-block .btn-secondary {
    align-self: center;
}

.link-desc {
    align-self: center;
    position: initial;
    bottom: 15%;
}

.card-price-block .list-group {
    height: 100%;
    justify-content: space-around;
}

.catalog-name-wrap {
    min-height: 125px;
    height: 100%;
}

.white-section .snowflakes .catalog-name,
.white-section .slick-initialized .catalog-name {
    max-height: 39px;
    height: 39px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 13px;
    width: 100%;
    overflow: hidden;
}

.white-section .snowflakes .catalog-description .catalog-name,
.white-section .slick-initialized .catalog-description .catalog-name {
    margin: 0 0 8px;
}

.white-section .snowflakes .catalog-manufacturer,
.white-section .slick-initialized .catalog-manufacturer {
    max-height: 26px;
    height: 26px;
}

.white-section .snowflakes .catalog-packings,
.white-section .slick-initialized .catalog-packings {
    color: #676767;
    display: flex;
    justify-content: space-between;
}

.snowflakes .catalog-name a,
.slick-initialized .catalog-name a {
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.block-delayed {
    position: absolute;
    padding: 2px 4px;
    color: #e4087e;
    background-color: white;
    border-radius: 5px;
    font-size: 10px;
    line-height: 15px;
    border: 1px #e4087e solid;
}

.snowflakes .catalog-manufacturer div,
.slick-initialized .catalog-manufacturer div {
    min-height: 26px;
    height: 26px;
    -webkit-line-clamp: 2;
    color: #8F5099;
}

.card_view_line .card-name {
    max-width: 55rem;
}

.single-slide .action-block img {
    height: auto;
    /* object-fit: cover; */
    /* margin-bottom: -10vw; */
    max-height: 240px;
}

.single-slide .slick-prev {
    left: -40px;
}

.single-slide .slick-next {
    right: -30px;
}

.single-slide .btn-primary {
    margin: 25px 0 20px 0;
}

a.equipment-item {
    cursor: pointer;
    color: #005090;
}

a[name="showAll"] {
    background-color: #e5efff;
}

div[data-source="letter"] {
    cursor: pointer;
}

.weight-label {
    height: 100%;
}

.deactive-link {
    pointer-events: none;
    cursor: default;
    color: #999 !important;
}

.paginate-link {
    cursor: pointer;
    padding: 6px 12px;
    display: block;
    float: left;
}

.mode-card-product {
    display: flex;
    flex-wrap: wrap;
}

.link-search {
    margin-top: 10px;
    display: inline-block;
}

.field-emailsfornewsletter-email {
    margin-top: 0.5rem;
}

.bottom-block .form-group {
    width: 35rem;
}

.form-group {
    display: block;
}

.bottom-side-form {
    text-align: center;
}

.product .product-column {
    background: #fff;
    border: 0.2px solid #37a7df;
    border-radius: 7px;
    padding: 0;
    align-self: center;
}

.product-fancybox-wrap {
    display: block;
    margin: auto;
}

.card-price-title {
    margin-left: auto;
}

.card-sale {
    margin-right: auto;
}

.card-price-title::after {
    content: " ";
    white-space: pre;
}

a.btn.btn-primary {
    display: inline-block;
    margin-top: 0em;
}

a.btn.btn-primary.back-filter {
    margin-bottom: 2vw;
}

a.btn.btn-primary.back-filter.analitical-btn {
    margin-top: 0.5vw;
    margin-left: 2.6vw;
}

.equipmentDd li:nth-child(1) {
    margin: 10px;
    margin-top: 7px;
}

.equipmentDd li:nth-child(2) {
    margin: 10px;
    margin-bottom: 4px;
}

.equipmentDd li:nth-child(3) {
    margin: 10px;
    margin-bottom: 4px;
}

.equipmentDd li.charity-href {
    margin: 0;
    margin-bottom: 5px;
}

.equipmentDd li:nth-child(4) {
    margin: 10px;
    margin-bottom: 4px;
}

.nav-item_about .about-us_menu {
    padding: 5px;
    padding-bottom: 0;
}

.nav-item_about .equipmentDd li:nth-child(2),
.nav-item_about .equipmentDd li:nth-child(1) {
    margin: 0;
}

.nav-item_about .equipmentDd li {
    margin-bottom: 5px;
}

li.dropdown a {
    padding: 0;
}

li>a.dropdown-item:hover {
    color: #37a7df;
}

.header-line-right {
    margin: 0.1rem auto;
    min-width: 1px;
}

.search_unvisible {
    display: none !important;
}

.search_input_unvisible {
    opacity: 0 !important;
}

/* =====================  page signup ================= */

.signup {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'PT Sans';
    padding: 5rem 0;
}

.signup-title {
    font-size: 2em;
    text-align: center;
}

.signup label {
    font-size: 16px;
    font-weight: 500;
    height: 19px;
    line-height: 19.2px;
    margin-bottom: 8px;
    text-align: left;
}

.count-block {
    margin-left: 15px;
}

.cart-size {
    margin-left: 15px;
    width: 3%;
}

.basket-counter {
    position: absolute;
    border-radius: 8px;
    padding: 0 8px;
    background-color: #f91155;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
    margin-left: 15px;
    margin-top: -9px;
}

.under-price {
    padding-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #808d9a;
    margin-left: 100px;
    padding-left: 20px;
}

.form-organization {
    width: -webkit-max-content;
    width: max-content;
}

/* ============ signup form ============ */

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: initial;
}

.signup input {
    position: relative;
    margin-bottom: 30px;
}

.form-tabs label[for="username"] {
    font-size: 13px;
    top: 20%;
    left: 2%;
    position: absolute;
    color: #dc3545;
}

.form-tabs label[for="phone"] {
    position: absolute;
    top: 38%;
    font-size: 13px;
    color: #dc3545;
}

.form-tabs label[for="email"] {
    position: absolute;
    left: 52%;
    transform: translateY(39px);
    font-size: 13px;
    color: #dc3545;
}

.form-tabs label[for="password"] {
    position: absolute;
    transform: translateY(39px);
    font-size: 13px;
    color: #dc3545;
}

.form-tabs label[for="password-verification"] {
    position: absolute;
    font-size: 13px;
    left: 52%;
    transform: translateY(39px);
    color: #dc3545;
}

div[data-form-tab="individual"] input+label[for="individual-username"] {
    position: absolute;
    top: 17.5%;
    font-size: 13px;
    color: #dc3545;
}

div[data-form-tab="individual"] label[for="individual-email"] {
    position: absolute;
    transform: translateY(39px);
    font-size: 13px;
    left: 52%;
    color: #dc3545;
}

div[data-form-tab="individual"] label[for="individual-phone"] {
    position: absolute;
    transform: translateY(39px);
    font-size: 13px;
    top: 24%;
    color: #dc3545;
}

div[data-form-tab="individual"] label[for="individual-tin"] {
    position: absolute;
    transform: translateY(39px);
    font-size: 13px;
    top: 38.9%;
    color: #dc3545;
}

div[data-form-tab="individual"] label[for="individual-organization"] {
    position: absolute;
    transform: translateY(39px);
    font-size: 13px;
    top: 38.9%;
    left: 52%;
    color: #dc3545;
}

div[data-form-tab="individual"] label[for="individual-password"] {
    position: absolute;
    transform: translateY(39px);
    font-size: 13px;
    top: 53.9%;
    color: #dc3545;
}

div[data-form-tab="individual"] label[for="individual-password-verifation"] {
    position: absolute;
    left: 52%;
    transform: translateY(39px);
    font-size: 13px;
    color: #dc3545;
}

.checkbox-list span {
    position: absolute;
    transform: translateY(-17px);
    font-size: 13px;
    color: #dc3545;
}

.checkbox-list .custom-checkbox-min {
    margin-bottom: 15px;
}

.checkbox-list .required-checkbox {
    top: 22px;
    left: 45%;
    font-weight: 100;
    font-size: 21px;
}

/* ============ page error '404'  ============ */

.page-err-img {
    margin: auto;
    display: block;
    margin-top: 86px;
    max-width: 885px;
    width: 100%;
}

.page-err-text {
    margin: auto;
    margin-top: 66px;
    text-align: center;
    max-width: 770px;
    margin-bottom: 78px;
}

.page-err-title {
    font-size: 35px;
    color: #005090;
}

.page-err-subtitle {
    font-size: 25px;
    color: #676767;
    margin-bottom: 29px;
    font-weight: 600;
}

.page-err-desc {
    font-size: 18px;
}

.banner {
    padding: 64px 0 40px;
    color: #fff;
    background: url(../images/media/banner-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

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

.banner-item {
    min-width: 16%;
    padding: 0 5px 40px;
    text-align: center;
}

.banner-num {
    margin: 0 0 6px;
    font-size: 49px;
    line-height: 36px;
}

.banner-text {
    text-transform: uppercase;
}

.banner-bottom {
    margin: -15px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.special-item-img {
    margin: auto;
    text-align: center;
}

.alert-label {
    font-size: 13px;
    position: absolute;
    color: #dc3545;
}

.icon-search {
    position: absolute;
    z-index: 12;
    top: 6.5rem;
    left: 8.6rem;
    fill: #717171;
}

/* ширина полосок фильтров*/

a[name="filterHeader"] {
    max-width: 276px;
}

/*Сообщение о добавочных номерах*/

.info-param {
    width: 55%;
    margin-left: 10%;
}

.info-param a {
    margin-right: 0 !important;
}

/* modal window*/

.position-window {
    display: none;
}


.user-modal_block {
    position: absolute;
    top: 0;
    width: 100%;
}

.user-modal_block .container-fluid {
    position: relative;
}

.user-modal-container {
    width: 100%;
    position: relative;
}

.position-window-visible {
    position: absolute;
    z-index: 1001;
    left: auto;
    right: 0;
    top: 0;
    margin-right: 146px;
    margin-top: 60px;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 240px;
    padding: 12px 0;
    outline: none;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    will-change: opacity;
}

@media(max-width: 1980px) {

    input[type="email"] {
        width: 100%;
    }

    .form-buttons-size {
        height: 3vw;
        margin: 0 0 15px 0;
    }

    .margin-row-warnings {
        margin-left: 22vw;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 5vw;
    }

    .margin-down-tabs {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media(max-width: 1440px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
    }

    .form-buttons-size {
        height: 3vw;
        margin: 0 0 15px 0;
    }

    .margin-row-warnings {
        margin-left: 43rem;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 7vw;
    }

    .margin-down-tabs {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media (max-width: 1280px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
    }

    .form-buttons-size {
        height: 3vw;
        margin: 0 0 15px 0;
    }

    .margin-row-warnings {
        margin-left: 43rem;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 8vw;
    }

    .margin-down-tabs {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media(max-width: 1200px) {
    .position-window-visible {
        margin-right: 5px;
    }
}

@media(max-width: 1024px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
        margin-top: 78px;
        margin-right: 5px;
    }

    .form-buttons-size {
        height: 3vw;
        margin: 0 0 15px 0;
    }

    .margin-row-warnings {
        margin-left: 42vw;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 9vw;
    }

    .margin-down-tabs {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {

    .position-window-visible {
        margin-right: -25px;
    }
}

@media(max-width: 834px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
    }

    .add-favorite {
        margin-left: 48px;
    }
}

@media(max-width: 768px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
        margin-right: 33px;
    }

    .nav.nav-pills.category-tabs {

        flex-direction: column;
    }

    .nav.nav-pills.category-tabs .nav-item {
        text-align: center;
        width: 276px;
    }

    .form-buttons-size {
        height: 3vw;
        margin: 0 0 25px 0;
    }

    .margin-row-warnings {
        margin-left: 46vw;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 12vw;
    }

    .checkbox-list .required-checkbox {
        top: 22px;
        left: 54%;
        font-weight: 100;
        font-size: 21px;
    }

    .margin-down-tabs {
        margin-top: 0;
        margin-bottom: 0;
    }

    .add-favorite {
        margin-left: 48px;
    }

}

@media(max-width: 414px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
    }

    .form-buttons-size {
        height: 10vw;
        margin: 0 0 15px 0;
    }

    .margin-down {
        margin-bottom: 1vw;
        margin-left: -3vw;
    }

    .margin-row-warnings {
        margin-left: 0;
    }

    .checkbox-list .required-checkbox {
        top: 23px;
        left: 96%;
        font-weight: 100;
        font-size: 21px;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 25vw;
    }

    .margin-down-tabs {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

@media(max-width: 375px) {
    .position-window-visible {
        left: auto;
        right: 0;
        top: 0;
    }

    .snowflakes .col-info .btn {

        max-width: 136px;
        white-space: inherit;
    }

    .form-buttons-size {
        height: 10vw;
        margin: 0 0 15px 0;
    }

    .margin-down {
        margin-bottom: 1vw;
        margin-left: -3vw;
    }

    .margin-row-warnings {
        margin-left: 0;
    }

    .checkbox-list .required-checkbox {
        top: 35px;
        left: 19%;
        font-weight: 100;
        font-size: 21px;
    }

    .color-exit {
        color: #9b9b9b;
        margin: 0 25vw;
    }

    .margin-down-tabs {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

.modal-block {
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 282px;
    padding: 12px 0;
    outline: none;
    box-shadow: 0 0 0 1px rgba(0, 26, 52, .03), 0 4px 16px 0 rgba(0, 26, 52, .1);
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 14px;
    will-change: opacity
}

.modal-block:before {
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    box-shadow: -1px -1px 0 1px rgba(0, 26, 52, .03)
}

.modal-block:after,
.modal-block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%
}

.modal-block:after {
    width: 50%;
    height: 25px;
    transform: translate(-50%, -50%);
    opacity: 0
}

.text-padding {
    padding: 8px 16px
}

.pt-sans-normal {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    min-width: 193px;
    color: #676767;
}

.text-padding .children-text-margin {
    width: 100%;
    margin-top: 15px
}

.layout {
    z-index: 50
}

.block-button {
    display: inline-flex
}

.block-button>.button-setting {
    display: block;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
    margin: 0;
    font-style: normal;
    font-weight: 100;
    text-decoration: none;
    white-space: normal;
}

.block-button>.button-setting>.div-title-button {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: inline-flex;
    text-align: center;
    border-radius: 3px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, opacity .3s ease-in-out;
    min-width: 96px;
    padding: 5px 12px;
    line-height: 15px;
    color: #fff;
    background-color: #005090;
}

.block-button>.button-setting>.div-title-button-regis {
    border-radius: 3px;
    padding: 5px 8px;
    line-height: 15px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, opacity .3s ease-in-out;
    font-size: 13px;
    color: #fff;
    background-color: #005090;
}

.block-button>.button-setting>.div-title-button-regis:hover {
    background-color: #37a7df;
}

.block-button>.button-setting>.div-title-button-exit {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: inline-flex;
    text-align: center;
    border-radius: 3px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, opacity .3s ease-in-out;
    min-width: 96px;
    padding: 5px 12px;
    line-height: 15px;
    color: #fff;
    background: #C5C5C5;
}

.block-button>.button-setting>.div-title-button-enter {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: inline-flex;
    text-align: center;
    border-radius: 3px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, opacity .3s ease-in-out;
    min-width: 96px;
    padding: 5px 12px;
    line-height: 15px;
    color: #fff;
    background-color: #C5C5C5;
    cursor: initial;
}

.block-button>.button-setting>.div-title-button-exit:hover {
    background-color: #9a9a9a;
}

.block-button>.button-setting>.div-title-button-logout {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: inline-flex;
    text-align: center;
    border-radius: 3px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, opacity .3s ease-in-out;
    min-width: 96px;
    padding: 5px 12px;
    line-height: 15px;
    color: #fff;
    background-color: #005bff;
}

.add-favorite {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #37A7DF;
    margin-bottom: 10px;
    cursor: pointer;
}

.block-button>.button-setting>.div-title-button.\:hover,
.block-button>.button-setting>.div-title-button:hover {
    background-color: #37A7DF;
}

.block-button>.button-setting>.div-title-button.\:focus,
.block-button>.button-setting>.div-title-button:focus {
    outline: none
}

.block-button>.button-setting>.div-title-button.title-button-params {
    color: #005bff;
    background-color: #f2f3f5
}

.block-button>.button-setting>.div-title-button.title-button-params.\:hover,
.block-button>.button-setting>.div-title-button.title-button-params:hover {
    color: #004ed6;
    background-color: #eaedef
}

.block-button>.button-setting>.div-title-button-logout.title-button-params-logout {
    color: #005bff;
    background-color: #f2f3f5
}

.block-button>.button-setting>.div-title-button-logout.title-button-params-logout.\:hover,
.block-button>.button-setting>.div-title-button-logout.title-button-params-logout:hover {
    color: #005bff;
    background-color: #eaedef
}

.color-input {
    color: #005bff;
    margin: 0 7px;
    font-size: 15px;
}

.text-color-forget-password {
    color: #005090;
    text-align: justify;
    margin-bottom: 20px;
}

.block-button>.button-setting>.div-title-button.text-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.block-button>.button-setting>.div-title-button-logout .text-button-logout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

/*.block-button>.button-setting>.div-title-button .text-button ._1_Vm{font-size:14px;font-weight:400;line-height:1.29}*/

/*.block-button>.button-setting._3ddg{cursor:default}*/

/*.block-button>.button-setting._3vHb{pointer-events:none;cursor:default}*/

/*.block-button>.button-setting._4xGA{-webkit-animation:hDUA 2s ease-in-out infinite;animation:hDUA 2s ease-in-out infinite;pointer-events:none}*/

/*.block-button>.button-setting._3UDF{white-space:nowrap}*/

/*.block-button>.button-setting.uoDM{flex-flow:column nowrap}*/

.block-button>.button-setting.\:focus,
.block-button>.button-setting:focus {
    outline: none
}

.block-button>.button-setting:focus>.div-title-button {
    outline: none;
    box-shadow: inset 0 0 0 2px #99bdff
}

.block-button>.button-setting:not(:-moz-focusring):focus>.div-title-button {
    box-shadow: none
}

.button-params {
    min-width: auto;
    width: 100% !important
}

.modal-block:after,
.modal-block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%
}

.modal-block:after {
    width: 50%;
    height: 25px;
    transform: translate(-50%, -50%);
    opacity: 0
}

.text-padding {
    padding: 8px 16px
}

.text-padding .children-text-margin {
    width: 100%;
    margin-top: 15px
}

.layout {
    z-index: 50
}

.modal-block {
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 221px;
    padding: 10px 0;
    outline: none;
    box-shadow: 0 0 0 2px rgba(196, 196, 196, .2), 0 4px 16px 1px rgba(0, 26, 52, .10);
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 13px;
    line-height: 17px;
    will-change: opacity;
}

.form-line .mini-input_reg .form-control {
    width: 100%;
}

.password-block .form-note {
    margin-top: 0;

}

.loading_container {
    filter: opacity(0.5);
}

.modal_reg-auth_container .loader-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.form_auth .row-warnings {
    position: absolute;
}

@media (min-width: 576px) {

    .modal_reg-auth_container .container,
    .container-sm {
        max-width: 698px;
    }
}

@media(max-width: 414px) {
    .modal-block {
        min-width: 282px;
    }
}

.modal-block:before {
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    box-shadow: -1px -1px 0 1px rgba(0, 26, 52, .05)
}

.modal-block:after,
.modal-block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%
}

.modal-block:after {
    width: 50%;
    height: 25px;
    transform: translate(-50%, -50%);
    opacity: 0
}

.row-warnings {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    margin-bottom: 10px;
}

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

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

.my-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.my-modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    overflow: hidden;
    outline: 0;
}

.text-favorites {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.required-display {
    display: block;
}

.header-search .search-list {
    min-height: 60px;
    padding: 30px;
}

.search-list .loader-wrap {
    top: 48%;
    left: 48%;
    transform: scale(0.5);
}

.search-list ul {
    padding: 0;
}

.link-search_new {
    color: #37A7DF;
    text-decoration: none;
    background-color: transparent;
}

.header-search .products-title {
    color: #005090;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
}

.search-list li {
    margin-top: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #37A7DF;
}

.search-list ul {
    margin-bottom: 0;
}

.search-list_hints {
    display: block;
}

.search-list_hints ul {
    list-style: none;
}

.header-search .unvisible-hints-list {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 0;
}

.header-search .show_hints_list {
    padding: 30px;
    max-height: 600px;
    min-height: 60px;
    transition: all 0.5s ease;
}



/****************************** modal *************************/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: 'PT Sans';
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.success-registration .modal-body {
    display: flex;
    justify-content: center;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    transform: scale(1.1);
}

/*messages cookies styles*/

.messages_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 49px;
    overflow: hidden;
    background: #ECEDF2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    color: #666;
    margin: 15px 0 0 70px;
    font-size: 13px;
    width: 970px;
    border-radius: 10px 10px 0px 0px;
}

.messages_cookies-wrp {
    position: relative;
    padding: 18px 0 18px 16px;
    margin: 0 auto;
    float: left;
    color: #9C9C9C;
}

.messages_cookies-btn {
    float: right;
    padding: 16px;
}

.messages_cookies-but {
    color: #FFFFFF;
    background: #37A7DF;
    padding: 4px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.messages_cookies-but:active,
.messages_cookies-but:hover,
.messages_cookies-but:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.messages_cookies-but2 {
    color: #37A7DF;
    text-decoration: underline;
    padding-left: 20px;
}

@media (max-width: 2685px) and (min-width: 2200px) {
    .messages_cookies {
        margin: 15px 0 0 22%;
    }
}

@media (max-width: 2200px) and (min-width: 1440px) {
    .messages_cookies {
        margin: 15px 0 0 15%;
    }
}

@media (max-width: 1440px) and (min-width: 768px) {
    .messages_cookies {
        margin: 15px 0 0 70px;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .messages_cookies {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 78px;
        overflow: hidden;
        background: #ECEDF2;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        color: #666;
        margin: 15px 0 0 20px;
        font-size: 13px;
        width: 229px;
        border-radius: 10px 10px 0px 0px;
    }

    .messages_cookies-wrp {
        position: relative;
        padding: 15px 16px 10px 16px;
        float: none;
    }

    .messages_cookies-btn {
        float: none;
        padding: 0 16px 20px 16px;
    }

    .messages_cookies-desktop {
        display: none;
    }
}

@media (max-width: 320px) and (min-width: 240px) {
    .messages_cookies {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 78px;
        overflow: hidden;
        background: #ECEDF2;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        color: #666;
        margin: 15px 0 0 20px;
        font-size: 13px;
        width: 216px;
        border-radius: 10px 10px 0px 0px;
    }

    .messages_cookies-wrp {
        position: relative;
        padding: 15px 16px 10px 16px;
        float: none;
    }

    .messages_cookies-btn {
        float: none;
        padding: 0 16px 20px 16px;
    }

    .messages_cookies-desktop {
        display: none;
    }
}

.link-open-form {
    text-decoration: none;
}

.link-open-form:hover {
    text-decoration: none;
}

.link-open-form:link {
    text-decoration: none;
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.about-us_menu {
    border: none;
    background: rgb(236, 237, 242);
    font-size: inherit;
    box-shadow: none;
    min-width: 76px;
}

.nav-item_about.show a::after,
.nav-item.dropdown.show a::after {
    content: '';
    transform: rotateX(180deg);
}

.dropdown-toggle::after {
    margin-left: 0.2em;
}

.nav-item_about.show a {
    color: #005090 !important;
}

.nav-item_about.show li a {
    color: #9a9a9a !important;
}

.about-us_menu li a:hover,
.about-us_menu li a:focus {
    color: #005090 !important;
    background-color: transparent;
}

@media (min-width: 2698px) {
    .footer-callback {
        padding: 17px 39px;
    }
}

@media(min-width: 1440px) {
    .footer-laureate {
        margin-top: -83px;
    }


}

@media (min-width: 2630px) {
    .footer-social-networks {
        margin-top: -107px;
    }
}

@media (min-width: 5320px) {
    .footer-social-networks {
        margin-top: -83px;
    }
}

.price-table_unvisible {
    display: none;
}

.price_table_visible {
    display: block;
}

.description_group {
    text-align: left;
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}
@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}
@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}
@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(80px)
    }
    100% {
        transform: translateX(0px)
    }
}
.snowflake {
    position: fixed;
    color: rgba(0, 162, 255, 0.89);
    opacity: 0.8;
    top: -10%;
    z-index: 9999;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}
.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}
.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}
.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}
.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}
.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}
.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}
.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}
.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}
.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}
.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

/* footer::before,::after {
    content: "❄️";
    position: absolute;
    font-size: 14px;
    transform: translateX(-50%);

    opacity: 0.8;
    animation: snowflakes-fall 10s linear infinite, ease-in-out;
}



@keyframes snowflakes-fall {
    0% {
        transform: translateY(-100vh) translateX(0) rotate(0deg);
    }

    100% {
        transform: translateY(100vh) translateX(0) rotate(33deg);
    }
} */