@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,900,900i&display=swap&subset=cyrillic');

.captcha_info.error {
    color: red
}

#popup {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    visibility: hidden;
    animation: animaciya 1s 3s forwards;
    /* 5s - это количество секунд по истечении которых появляется сообщение */
    cursor: pointer;
}

@keyframes animaciya {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

#popup figure {
    position: absolute;
    top: 25%;
    right: 30%;
}

#popup div,
#popup figcaption,
#popup figure:before {
    max-width: 700px;
    /* максимальная ширина */
    margin: 0 auto;

}

#popup figure:before {
    /* стиль кнопки "закрыть" */
    content: "х";
    display: block;
    padding: 0 1%;
    border-width: 4px 4px 0 4px;
    border-radius: 5px 5px 0 0;
    text-align: right;
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
}

#popup div,
#popup figcaption {
    padding: 0%;
    cursor: default;
}

#popup figcaption {
    position: relative;
    border-width: 0 4px 0 4px;
    font-size: 150%;
    text-transform: uppercase;
    color: rgb(100, 100, 100);
}

#popup figcaption:before {
    /* стиль восклицательного знака, не поддерживается Google Chrome. Его можно заменить на что-то более приемлемое */
    content: "\26a0 \20 \20";
    color: red;
    font-size: 150%;
    vertical-align: middle;
}

#popup div {}

#popup div img {
    width: 100%
}

body {
    font-family: 'Helvetica', sans-serif;
    color: #333333;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

li {
    font-size: 16px;
}

.col-md-12 ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.footer-logo {
    width: 100%
}

.introtext {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    /* margin-bottom: 100px; */
}

.new-slider-item-wrapper .slider-item-info {}

.main-catalog-sections-itemname {
    padding-bottom: 10px
}

.container p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.container li {
    width: 100%;
    height: 39px
}

.col-md-12 li {
    line-height: 30px;
}

.container a {
    text-decoration: none;
    color: #0c4680;
}

.flex-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.scroll-block ul.footer-col-menu {
    display: grid;
    grid-template-columns: repeat(2, 235px);
    grid-template-rows: repeat(2, 39px);
}

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

.wrap_block {
    width: 22%;
    padding: 15px;
    text-align: center
}

.wrap_block img {
    height: 150px;
    width: 200px;
    object-fit: contain;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-carousel {
    display: block;
    width: 94.5%;
    margin: 5px auto 0;
    -webkit-tap-highlight-color: transparent;
    /*    !* position relative and z-index fix webkit rendering fonts issue *!*/
    position: relative;
    z-index: 1;
}

.owl-prev {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 10%;
    margin-left: -28px;
    display: block;
    border: 0 solid black;
}

.owl-next {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 10%;
    right: -28px;
    display: block;
    border: 0 solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(2, 3);
    color: #ccc;
}

.order-block {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #f8f9fb;
    margin-block: 25px;
}


.order-block .btn.question svg {
    ;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -4px;
}

.detail .order-block {
    margin: 0 0 49px;
    clear: both;
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell;
}

.order-block td {
    padding: 37px 0 39px;
    vertical-align: top;
}

.order-block .text:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 48px;
    left: 44px;
    top: 1px;
    background: url(/local/templates/june_2019/images/icon_liz.svg) -92px 0 no-repeat;
}

.order-block .text:before {
    background-color: #1b70ca;
}

.btn.btn-default {
    background-color: #0c4680;
    border-color: #0c4680;
    color: #ffffff !important;
}

.order-block .btn.order {
    padding: 16px 28px;
}

.btn.btn-transparent {
    color: #1b70ca;
    border-color: rgba(27, 112, 202, 0.3);
}

.order-block .btn.question {
    display: none;
    margin: 0 0 0 5px;
    position: relative;
    height: 48px;
    width: 48px;
    padding: 5px;
}

.btn.btn-transparent,
.btn.btn-default.btn-transparent,
.btn.btn-transparent:active,
.btn.btn-transparent:focus,
.btn.btn-default.btn-transparent:active,
.btn.btn-default.btn-transparent:focus {
    background: transparent;
}

.btn {
    font-size: .7333em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    padding: 12px 21px 11px;
    letter-spacing: .8px;
    border-radius: 3px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.order-block .text {
    padding: 0 32px 0 108px;
    min-height: 50px;
    color: #333;
    text-align: left;
    position: relative;
}




.popup-loc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.popup-loc-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.popup-loc-close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    transform: rotate(45deg);
}

.popup-loc-close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    transform: rotate(-45deg);
}

.popup-loc-body {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    top: 70px;
    left: calc(25% - 150px);
    box-shadow: 0px 4px 40px rgb(0 0 0 / 15%);
}

.popup-loc-body .city-select {
    display: none;
    width: 1010px;
}

.city-current-btn {
    border: 1px solid #00479D;
    border-radius: 3px;
    padding: 8px 46px;
}

.popup-loc p {
    font-weight: bold;
    color: #000000;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}

.popup-loc .city_name {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.popup-loc .city_name.delivery:before {
    background-image: url('./images/delivery.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 14px;
    left: -26px;
    position: absolute;
    top: 2px;
    width: 25px;
}

.popup-loc .city_name.main {
    font-weight: bold;
}

.popup-loc .city_name:hover {
    color: #00479d;
    text-decoration: underline;
}

.popup-loc ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    list-style: none;
    flex-direction: column;
    max-height: 70vh;
    padding-left: 30px;
}

.popup-loc ul li {
    font-size: 13px;
    line-height: 10px;
}

.city-current-btns {
    display: flex;
    justify-content: space-around;
}

.city-current-btn {
    text-decoration: none;
    color: #00479D;
}

.city-current-btn.yes {
    margin-right: 10px;
    background: #00479D;
    color: #fff;
}

.header {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    background: #fff;
}

body {
    padding-top: 80px;
}

#bx-panel {
    top: -55px !important;
}

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

.header-top-menu {
    list-style: none;
    display: flex;
    flex-flow: wrap row;
    flex: 1 auto;
    justify-content: space-around;
    padding: 0;
    margin: 5px 0;
    height: 100%;
    align-items: center;
}

.header-top-menu li {
    margin-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-top-menu a {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}

.header-top-menu li .selected {
    color: #00479d;
    text-decoration: underline;
}

.header-top-menu li a:hover {
    color: #00479d;
}

.header-logo {
    width: 200px;
}

.header-logo img {
    width: 180px;
    /*height: 43px;*/
    position: relative;
    z-index: 51;
}

.header-mobile-menuicon {
    padding: 0 15px;
    display: none;
}

.header-menu-wrapper {
    width: calc(100% - 285px);
    display: flex;
    flex-wrap: wrap;
}

.header-menu-wrapper {
    width: calc(100% - 400px);
}

.header-loc {
    width: 200px;
}

.header-loc p {
    text-align: center;
    font-weight: bold;
    color: #000000;
}

.header-loc p span {
    text-decoration-line: underline;
    margin-left: 5px;
}

.header-loc:hover p span {
    color: #00479d;
    cursor: pointer;
}

.header-address-phone {
    width: 190px;
    text-align: end;
}

.header-address p {
    /*white-space: nowrap;*/
    margin: 0;
    font-size: 12px;
}


.header-phones {
    /* width: 180px; */
    display: flex;
    padding: 6px 0;
    position: relative;
    justify-content: flex-end;
}

.header-top-menu li:hover .submenu {
    display: flex;
}

.header-phones-additional {
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    padding: 20px;
    z-index: 10;
    left: -20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.header-phones-additional.show {
    display: block;
}

.header-menu {
    width: calc(100% - 190px);
    padding: 6px 18px;
    box-sizing: border-box;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.header-phones-arrow {
    transform: rotate(-90deg);
    width: 14px;
    height: 14px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.header-phones a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    z-index: 50;
}

.container.main-products-block h2 {
    font-size: 36px;
    font-weight: 900;
}

.main-block h2 {
    font-size: 36px;
}

.list_history {
    list-style-type: none;
    /*margin-top: 40px;*/
    margin-bottom: 60px;
}

.flex-block-45 {
    /* width: 45%; */
    margin-bottom: 20px;
}

.flex-block-50 {
    width: 100%;
}

.fl-60 {
    width: 60%;
}

.fl-38 {
    width: 38%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

/* @media (max-width: 1300px) {
    .container .main-products-block .flex-block {
        flex-direction: column;
        align-items: start;
    }

    .container .main-products-block .flex-block .grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
} */

.container .main-products-block .flex-block .grid {
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    justify-content: center;
    align-items: center;
}

.container .main-products-block .flex-block .grid img {
    margin: 0 auto;
}

.flex-block-50 img {
    margin-top: 40px;
    max-width: 100%;
    margin-bottom: 40px;
    width: 360px;
}

.flex-block-45 p {
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin-top: 30px;
}

.list_history li {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 20px;
    margin-bottom: 20px;
    text-indent: -67px;
    margin-left: 30px;
}

.list_history li b {
    font-size: 18px;
    color: #00479D;
}

.main-about-block {
    background: url(./images/content/main_about.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1400px;
    margin: 60px auto 0;
    height: 530px;
}

.main-about-container {
    position: relative;
    height: 100%;
}

.main-about-blueblock {
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: -40px;
    background: #00479D;
    padding: 50px;
    width: 490px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 6px 4px 8px 4px #4183d2;
}

.footer-wrapper {
    background: #242424;
    padding: 100px 0;
}

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

.footer-col-1 {
    width: 25%;
    padding: 0 50px;
    box-sizing: border-box;
}

a.footer-phone {
    display: block;
    font-size: 18px;
    margin: 23px 0 16px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.footer-button-feedback {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #ffffff;
    padding: 10px;
    color: #ffffff !important;
    text-decoration: none;
}

a.footer-rules {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    margin-top: 40px;
    display: block;
}

.footer-col-2 {
    width: 16.6666%;
    padding-left: 50px;
    box-sizing: border-box;
}

.footer-col-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 18px;
}

.footer-col-3 {
    width: 33.3333%;
    padding-left: 50px;
    box-sizing: border-box;
}

.footer-col-4 {
    width: 25%;
    padding-left: 50px;
    box-sizing: border-box;
}

.footer-contacts-phone {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
}

.footer-contacts-phone a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.footer-contacts-city {
    margin-bottom: 5px;
}

.footer-contacts-text {
    color: #ffffff;
    margin-top: 35px;
}

ul.footer-col-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul.footer-col-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 0;
    display: block;
}

.workarea h1 {
    color: #242424;
    font-size: 36px;
}

.spareparts-block {
    background-image: url(images/content/spareparts_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    box-sizing: border-box;
    background-position: 50%;
}

.spareparts-container {
    padding: 40px 15px;
}

.spareparts-transparentblock h1 {
    font-size: 86px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.spareparts-transparentblock h1 span {
    display: block;
    font-size: 70px;
}

.scroll-wrapper>.scroll-content {

    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.spareparts-textblock {
    color: #ffffff;
}

a.spareparts-button {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 15px;
    font-weight: 600;
}

.advantages-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
    padding: 35px;
    margin-top: -200px;
}

.advantages-item {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.advantages-item img {
    padding-right: 30px;
}

.submenuInner::after {
    /* content: "\f0d7";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; */
    /*margin-left: 4px;*/
}

.header-top-menu>li {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.submenu {
    display: none;
    width: 100%;
    padding: 30px 100px 50px;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 50;
    background: #ffffff;
    box-sizing: border-box;
    list-style: none;
    margin-top: -13px;
}

.submenuInner:hover>ul {
    display: flex;
}

.header-top-menu [type="checkbox"],
.header-top-menu label.toggleSubmenu {
    display: none;
}

ul.header-top-menu ul li {
    display: block;
    width: 25%;
    box-sizing: border-box;
    margin: 10px 0;
}

li.products-list-item a {
    display: flex;
    align-items: center;
    text-transform: none;
    font-weight: 600;
    font-size: 13px;
}

li.products-list-item a img {
    margin-right: 10px;
}

.text span {
    display: block;
    color: #aaaaaa;
}

.scroll-block {
    height: 225px;

}

.service-block {
    display: flex;
    flex-wrap: wrap;
}

.services-block-text {
    width: 80%;
    box-sizing: border-box;
    text-align: justify;
    text-indent: 25px;
    color: #626262;
}

.services-block-text p a {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 600;
}

.services-block-text p a:visited {
    color: #99b0af;
}

.services-block-images {
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.services-block-images img {
    max-width: 100%;
}

.status-success {
    color: #009900;
    font-weight: 600;
}

.back-row {
    margin: 5px 0;
}

.inputtext.error-field {
    border: 1px solid #ff0000;
}

.form-button {
    background: #00479D;
    width: 100%;
    margin-top: 10px;
    border: none;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.spareparts-order {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.spareparts-order .form-notes {
    width: 100%;
    padding: 15px;
}

form.spareparts-order h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.spareparts-order-input {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.spareparts-order-input .inputtext {
    padding: 10px;
}

.spareparts-order-inputtextarea {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.spareparts-order-inputtextarea textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.catalogue-productpage-order-inputsubmit {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.catalogue-sections-list-item span {
    position: relative;
    top: -15px;
}

.catalogue-sections-list-item a {
    font-size: 11px;
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-weight: 600;
}

.catalogue-sections-list-item:hover {
    box-shadow: inset 0px 0px 0px 1.5px rgb(136 136 136);
    box-sizing: inherit;
    transform: scale(1.2);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    z-index: 1;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
    border: none;
}

.catalogue-productpage-order-inputsubmit input {
    background: #00479D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
}

.about-block-list p a {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 600;
}

.about-block-list p a:visited {
    color: #99b0af;
}

.form_contact {
    background: url("../june_2019/images/bg_cont.jpg") center no-repeat;
    min-height: 730px;
    background-size: cover;
    padding: 50px 0;
    margin-top: 70px;
}

.form_contact_1 {
    background: url("../june_2019/images/bg_test.jpg") center no-repeat;
    min-height: 730px;
    background-size: cover;
    padding: 50px 0;
    margin-top: 70px;
}

.form_contact_style h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.form_contact_style p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.form_contact_1 h3 {
    line-height: 35px;
}

.button_test {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #00479D;
    border-radius: 3px;
    width: 200px;
    padding: 17px 60px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.button_test:hover {
    opacity: .7;
}

.form_contact_style .slam-easyform {
    max-width: 340px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    display: block;
}

.cont_form {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.form_contact_style .warning-buy {
    font-size: 12px;
    color: #494949;
    text-align: center;
}

.form_contact_style .warning-buy a {
    font-size: 12px;
    color: #494949;
}

.form_contact_style .cstm input {
    height: 43px;
    border-radius: 2px;
    border: 1px solid #C1BFBF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #988A8A;
    box-shadow: none;
}

.form_contact_style .form-group textarea {
    height: 45px;
    border-radius: 2px;
    border: 1px solid #C1BFBF;
    font-size: 14px;
    box-shadow: none;
    color: #988A8A;
    font-family: 'Montserrat', sans-serif;
}

.btn_cont {
    background: #00479D;
    border-radius: 2px;
    border: 1px solid #00479D;
    color: #fff;
    width: 100%;
    height: 57px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    margin-top: 15px !important;
}

.btn_cont:hover {
    opacity: .8;
}

@media all and (min-width: 900px) {
    a.spareparts-button:hover {
        background-color: #FFFFFF;
        color: #000000;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease;
    }
}

@media all and (max-width: 1000px) {
    #popup figure {
        top: 25%;
        right: auto;
        width: 80%;
    }

    .main-about-blueblock {
        position: relative;
        width: 100% !important
    }

    .main-about-block iframe {
        position: relative !important;
        width: 100% !important
    }

    .container {
        margin-bottom: 0
    }

    .main-about-block {
        height: auto
    }

    .footer-col-1 {
        width: 25%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .footer-col-2 {
        width: 17%;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .footer-col-3 {
        width: 30%;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .footer-col-4 {
        width: 25%;
        padding-left: 18px;
        box-sizing: border-box;
    }
}

@media all and (max-width:1260px) {
    .header-menu {
        width: 100%;
        margin-top: -10px;
    }

    .header-phones {
        width: 100%;
        padding: 10px 20px;
    }
}

.main-flex-contacts {
    margin-bottom: 50px;
}

.scrollbar-macosx {
    height: 590px;
}

.fixed {
    position: fixed;
    width: 180px;
    top: 50px;
}

.floating {
    width: 197px;
}

.catalogue-products-list-leftside {
    position: relative;
}

.ac_scroll-ab {
    position: absolute;
    width: 180px;
    bottom: 0;
}

.scrollbar-macosx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 590px;
}

.order-0 {
    order: 1;
}
.order-0 img {
    filter: grayscale(100%);
}
.order-0:hover img {
    filter: none;
}

.order-1 {
    order: 0;
}
.order-1,
.order-0:hover,
.order-0:hover span {
    color: #0c4680 !important;
}
.catalogue-products-list-leftside a {
    font-size: 13px;
}

.bg_new_head {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
}

.new_head {
    background: #00479D;
    padding: 15px 25px;
    border-radius: 0 0 16px 16px;
    text-align: center;
    width: 520px;
    box-sizing: border-box;
}

.new_head p {
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 10px;
}

.head_link {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.head_text {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #00479D;
    border-radius: 16px;
    padding: 15px 40px;
    max-width: 730px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 480px;
}

.bg_grey {
    background: #E3E3E3;
    ;
    padding: 20px 0;
}

.text_center {
    text-align: center;
}

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

.head_title {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 50px;
}

ul.head_list {
    list-style-type: none;
    text-align: center;
}

ul.head_list li {
    width: 25%;
    display: inline-block;
    text-align: left;
    background: url("/upload/iblock/list_.svg") top left no-repeat;
    box-sizing: border-box;
    padding-left: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    vertical-align: top;
    margin: 0 20px;
}

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

.flex_cont {
    width: 50%;
}

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

.padd {
    padding: 30px 0;
}

.mr-bottom {
    margin-bottom: 30px;
}

.link_dealer {
    padding: 17px 15px;
    text-decoration: none;
    width: 95%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #00479D;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 20px;
}

.padd .head_title {
    text-align: left;
}

.margin-top-60 {
    margin-top: 60px;
}

.border {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 60px;
    ;
}



.margin-top {
    margin-top: 60px;
    margin-right: 10px;
}

.flex_cont .head_title {
    text-align: left;
    margin-bottom: 20px;
}

.about_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 20px;
}

.container h1,
.container h2 {
    margin-top: 35px;
}

@media all and (max-width:1060px) {
    .container h1 {
        margin-top: 10px;
    }

    .header-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .header-phones {
        width: 85%;
    }

    /*.submenu {*/
    /*    position: relative;*/
    /*    top: 0;*/
    /*}*/
    .submenu {
        display: none !important;
    }

    .header-wrapper {
        position: relative;
    }

    .header-logo {
        width: 200px;
        padding-left: 15px;
    }

    .header-wrapper {
        padding: 15px 0;
    }

    .header-logo img {
        /* width: 100%; */
    }

    .header-mobile-menuicon {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

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

    .header .header-container .header-wrapper.flex-block .header-menu-wrapper {
        width: 100%;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 20;
    }

    .header .header-container .header-wrapper.flex-block .header-menu-wrapper .header-address-phone {
        width: 100%;
        text-align: center;
    }

    .header .header-container .header-wrapper.flex-block .header-menu-wrapper .header-address-phone .header-phones {
        width: 100%;
        justify-content: center
    }

    #updown::after {
        display: none;
    }

    /*input.toggleSubmenu ~ ul {*/
    /*    display: flex;*/
    /*}*/
    /*.header-top-menu label.toggleSubmenu {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    cursor: pointer;*/
    /*    display: block;*/
    /*}*/
    /*input.toggleSubmenu:checked ~ a{*/
    /*    background: #2b2b2b;*/
    /*    color: #003eff;*/
    /*}*/
    .header-menu {
        width: 100%;
    }

    .header-phones-additional {
        margin: 0 20px;
    }

    .header-menu-wrapper.show {
        display: block;
        width: 100%;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 20;
        /*animation: ani 2.5s forwards;*/
    }

    .header-top-menu {
        display: block;
    }

    ul.header-top-menu li {
        margin-bottom: 0;
    }

    ul.header-top-menu li a {
        padding: 10px 0;
        display: block;
    }
}


.main-articles {
    margin-bottom: 100px;
}

@media all and (max-width:768px) {
    .floating {
        width: 2500px;
    }

    .main-articles {
        margin-bottom: 0px;
    }

    .footer-logo {
        width: 50%
    }

    .popup-loc-body {
        width: 78%
    }

    .popup-loc ul li {
        width: 49%;
    }

    .scrollbar-macosx {
        display: inline-block;
    }

    .fixed {
        position: static;
    }

    .scrollbar-macosx {
        height: auto;
    }

    .ac_scroll {
        position: static;
        top: 0;
        width: 2500px;
    }

    .flex-block-45 {
        width: 100%;
    }

    .flex-block-50 {
        width: 100%;
    }

    .main-news-blueblock {
        width: 90%;
        padding: 30px;
    }

    .main-news-blueblock h2 {
        font-size: 24px;
    }

    .main-news-item a {
        font-size: 14px;
    }

    .main-block h2 {
        font-size: 28px;
        text-align: center;
    }

    .main-articles {
        margin-left: 0;
        margin-right: 0;
    }

    .main-articles-item {
        width: 100%;
    }

    .main-articles-item-anons {
        margin-bottom: 10px;
    }

    .main-about-blueblock {
        width: 90%;
        padding: 10px 30px 30px;
    }

    .footer-col-1 {
        width: 100%;
    }

    .footer-col-2,
    .footer-col-3,
    .footer-col-4 {
        display: none;
    }

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

    .spareparts-block {
        min-height: 400px;
    }

    /*.spareparts-container {*/
    /*    padding: 40px 15px;*/
    /*}*/
    .spareparts-transparentblock h1,
    .spareparts-transparentblock h1 span {
        font-size: 24px;
    }

    .container.advantages-block {
        padding: 0;
        margin-top: -140px;
    }

    .advantages-item {
        display: block;
        padding: 30px 15px;
        width: 50%;
        text-align: center;
    }

    .advantages-item img {
        padding-right: 0;
    }

    .advantages-item span {
        display: block;
    }

    .services-block-text {
        width: 100%;
        box-sizing: border-box;
    }

    .services-block-images {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .spareparts-order {
        margin: 0;
    }

    .spareparts-order-input {
        width: 100%;
    }
}


/* Штука, которая работает только в вебкитах */

.scroll-block::-webkit-scrollbar {
    width: 6px;
    background-color: unset;
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.scroll-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}


/* Подробная новость (во внутренней папке с индексным файлом /news.detail/.default/template.php не работает!!!) */

.news-inside {
    text-align: justify;
}

.news-inside p {
    text-indent: 25px;
    color: #626262;
}

.news-inside a {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 600;
}

.news-inside a:visited {
    color: #99b0af;
}

.backtonews a {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 600;
}

.backtonews a:visited {
    color: #99b0af;
}

.bread-in {
    margin: 0 0 0 15%;
}

.bread-in a {
    text-decoration: none;
    color: #99b0af;
}

.catal-list-prod {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 600;
}

.catal-list-prod:visited {
    color: #99b0af;
}


/*Заглушка на главной*/

.main-catalog-block {
    display: grid;
    grid-template-rows: 25% 25% 20% 20%;
    grid-template-columns: 1fr 26% 26%;
    grid-gap: 5px 2px;
}

.main-catalog-item {
    position: relative;
    display: block;
}

.main-catalog-item-1 {
    grid-column: 1;
    grid-row: 1/5;
}

.main-catalog-items-wrapper {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-catalog-item-4 {
    grid-column: 2;
    grid-row: 3/5;
}

.main-catalog-item-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    /*background-position: 50% 50%;*/
    filter: grayscale(100%);
}

.main-catalog-item-2 {
    grid-row: 1;
    grid-column: 2/3;
}

.main-catalog-item-3 {
    grid-column: 2;
    grid-row: 2;
}

.main-catalog-item:hover .main-catalog-item-img {
    filter: none;
    box-sizing: inherit;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.main-catalog-item-info {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    color: #ffffff;
    bottom: 0;
    left: 0;
    padding: 9px;
    font-weight: bold;
}

.main-catalog-item-name {
    margin-left: 15px;
}

.main-catalog-item:hover .main-catalog-item-info {
    background: #00479D;
    box-sizing: inherit;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.main-catalog-item-5 {
    grid-column: 3;
    grid-row: 1/3;
}

.main-catalog-buttons-wrapper {
    width: 30%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-catalog-button-spareparts {
    background: url(images/spareparts.png) no-repeat 100% 50%, #242424;
    /*height: 128px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    grid-column: 3;
    grid-row: 3/4;
}

.main-catalog-button-spareparts:hover {
    opacity: 0.6;
    box-sizing: inherit;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.main-catalog-button-catalogue {
    /*height: 128px;*/
    width: 100%;
    background: #00479D;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: 1;
    grid-column: 3;
    grid-row: 4
}

.main-catalog-button-spareparts a {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
}

.main-catalog-button-catalogue a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.main-catalog-button-catalogue:hover {
    opacity: 0.6;
    box-sizing: inherit;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.main-catalog-button-catalogue span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

.main-catalog-item-producttype {
    font-weight: 600;
    margin-left: 15px;
}

.main-catalog-item-price {
    font-weight: 600;
}

.main-flex-contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.first-flex-cont {
    width: 28%;
    border-right: 3px solid #e5e5e5;
}

.contacts-map {
    width: 70%;
}

.contacts-map img {
    max-width: 100%;
}

.contacts-web-form {
    margin: 30px 0 30px 0;
}

@media (max-width:825px) {
    .main-flex-contacts {
        flex-flow: column-reverse;
        align-items: center;
    }

    .first-flex-cont {
        width: 100%;
        border-right: none;
        border-bottom: 3px solid #e5e5e5;
        border-top: 3px solid #e5e5e5;
        text-align: center;
    }

    .first-flex-cont ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .contacts-map {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .container.workarea-block .catalogue-products-list .catalogue-products-list-rightside .flex-block ul.list_>li {
        margin-right: 0;
    }

    .container.workarea-block .catalogue-products-list .catalogue-products-list-rightside .flex-block .form {
        margin: 0 -15px;
    }

    .main-catalog-block {
        display: block;
    }

    .flex-block-50 img {
        width: 160px
    }

    .container.main-products-block h2 {
        font-size: 30px;
        text-align: center;
    }

    .main-catalog-item {
        margin-bottom: 10px;
    }

    .main-catalog-item .main-catalog-item-info {
        background: #00479D;
        display: block;
    }

    .main-catalog-item-img {
        filter: none;
    }

    .main-catalog-button-catalogue {
        height: 80px;
        margin-bottom: 10px;
    }

    .main-catalog-button-spareparts {
        height: 80px;
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .main-news-block {
        margin: 90px auto 60px;
    }
}

.popup_form {
    max-width: 350px;
}

.form-title {
    padding: 20px;
    border-bottom: 2px solid;
    border-color: #00479d;
}

.form-title h2 {
    margin: 0;
    color: #717171;
}

.inputtext {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.mf-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #535c69;
}

.mf-req {
    color: #e62222;
}

.mf-message {
    width: 100%;
}

.text-a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #cccccc;
    resize: none;
    border-radius: 5px;
}

.btn-a {
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .6s;
    overflow: hidden;
    background: #00479D;
    width: 100%;
    margin-top: 10px;
    border: none;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.btn-a:hover {
    background-color: #2e6da4;
}

@media (max-width: 768px) {
    .catalogue-products-scroll1 {
        width: 2800px;
        padding-top: 20px;
    }
}

.sheme_img {
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    ul.head_list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .main_flex {
        flex-wrap: wrap;
    }

    .flex_cont {
        margin-bottom: 20px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .new_head {
        width: 100%;
    }

    .head_text {
        margin-top: 300px;
        font-size: 20px;
    }

    ul.head_list {
        list-style-type: none;
        text-align: center;
        padding-left: 10px;
    }

    ul.head_list li {
        margin-left: 0;
        margin-right: 0;
    }

    .flex_wp {
        flex-wrap: inherit;
    }

    .flex_wp {
        margin-top: 20px;
        margin-right: 0;
    }
}

.image-wrapper-block {
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}

.image-wrapper-block img {

    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 75%;
}

.image-wrapper-block .icon {
    top: 20px;
    right: 30px;
}

li.products-list-item a .text {
    position: relative;
}

li.products-list-item a .text .icon {
    top: -20px;
    left: -25px;
    width: 20px;
    height: 20px;
}

li.products-list-item a .text .icon .goblet,
li.products-list-item a .text .icon .diamond {
    background-size: contain;
}

.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.icon .diamond {
    background: url(../june_2019/images/diamond.svg) top right;
    width: 100%;
    height: 100%;
}

.icon .goblet {
    background: url(../june_2019/images/goblet.svg) no-repeat center;
    width: 100%;
    height: 100%;
}

.banner-wrapper {
    margin-top: 20px;
}

.banner-wrapper img {
    width: 100%;
    height: 100%;
}

.catalogue-products-list {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.catalogue-products-list-leftside {
    width: 15%;
    padding: 0 15px;
    box-sizing: border-box;
    border-right: 3px solid #e5e5e5;
    /*border-radius: 10px;*/
}

.catalogue-products-list-leftside a {
    position: relative;
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px
}

.catalogue-sections-list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* margin-left: -15px; */
    /* margin-right: -15px;*/
}

.catalogue-sections-list-item {
    width: 20%;
    /* padding: 0 0 0 10px; */
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #F2F2F2 inset;
    margin: 0px -1px 0px 0px;
    background-color: #ffff;
    /*border: 1px solid #DADADA;*/
}

.catalogue-products-list-leftside a {
    box-sizing: border-box;
    text-align: center;
    /*box-shadow: 0px 0px 0px 1px #F2F2F2 inset;*/
    margin: 0px -1px 10px 0px;
    background-color: #ffff;
}

.catalogue-products-list-leftside a:hover {
    box-sizing: inherit;
    transform: scale(0.9);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    z-index: 1;
    border: 1px solid #fff;
    border: none;
}

/* .catalogue-products-list-leftside a:nth-child(9),
.catalogue-products-list-leftside a:nth-child(13),
.catalogue-products-list-leftside a:nth-child(16),
.catalogue-products-list-leftside a:nth-child(17) {
    display: none;
} */

.catalogue-products-list-rightside {
    width: 80%;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 150px;
}

.catalogue-products-list-item {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catalogue-products-list-item-info {
    width: 45%;
    box-sizing: border-box;
}

.catalogue-products-list-item-photo {
    width: 53%;
}

.catalogue-products-list-item-photo,
.catalogue-products-list-item-photo a {
    /*width: 33.3333%;
     text-align: right;*/
    /*min-width: 165px;*/
    /*height: 115px;*/
    line-height: 115px;
    /*margin: 0 auto;*/
    padding: 0px;
    vertical-align: middle;
    text-align: right;
    zoom: 1;
    display: block;
}

.catalogue-products-list-item-photo a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.catalogue-products-list-item-photo img {
    /*position: absolute;*/
    /*margin: auto;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*border: 0;*/
    vertical-align: mid dle;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.catalogue-products-list-item-name {
    font-size: 20px;
    font-weight: bold;
    color: #2B2B2B;
    ;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.catalogue-product-list-item-properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalogue-products-list-item-attributes {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
}

.catalogue-products-list-item-price {
    /*width: 50%;*/
    box-sizing: border-box;
    text-align: center;
    /*border-left: 1px solid rgba(0,0,0,0.1);*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*border-right: 1px solid rgba(0,0,0,0.1);*/
}

.catalogue-products-list-item-price a {
    text-decoration: none;
    /*background:#00479D;*/
    position: relative;
    font-size: 13px;
    color: #00479D;
    padding: 13px 40px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 3px;
    border: 1px solid #00479D;
}

/*.catalogue-products-list-item-price a:hover{*/
/*    background:#fff;*/
/*    color:#00479D;*/
/*}*/
/*.catalogue-products-list-item-price a:before,.catalogue-products-list-item-price a:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:0;*/
/*    right:0;*/
/*    height:2px;*/
/*    width:0;*/
/*    background: #00479D;*/
/*    transition:400ms ease all;*/
/*}*/
.catalogue-products-list-item-price a:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.catalogue-products-list-item-price a:hover:before,
.catalogue-products-list-item-price a:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.popup-zak {
    background: #00479D;
    color: #fff !important;
}

.popup-zak:hover {
    opacity: .8;
}

.header-top-menu a {
    font-size: 14px;
}

.catalogue-products-list-item-attributes span {
    color: #999999;
}

.catalogue-products-list-item-pricevalue {
    font-size: 18px;
    font-weight: 600;
}

.catalogue-products-list-description {
    padding: 30px 15px;
}

.catalogue-products-list-item-availability {
    font-size: 14px;
    color: #018AE2;
    width: 100%;
}

.catalogue-products-list-sectionsbutton {
    display: none;
}

.mb-block {
    display: none;
}

.catalogue-filter-submitbutton {
    -webkit-appearance: none;
}

#fancybox-content {
    border-radius: 5px !important;
}

.form-title h2 {
    margin: 0;
    color: #241010 !important;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.form-title {
    padding: 20px 0 !important;
    border-bottom: 0 !important;
}

.mfeedback {
    padding: 20px;
}

@media (max-width: 768px) {
    .container li {
        height: auto
    }

    .catalogue-products-list-sectionsbutton {
        /*display:block;*/
        margin: auto;
        font-size: 12px;
        border: 1px solid #777777;
        padding: 10px 20px;
        cursor: pointer;
    }

    .catalogue-products-list-sectionsbutton:hover {
        background: #00479D;
        color: #ffff;
        transition: 0.4s ease all;
    }

    .catalogue-sections-list-item {
        width: 50%;
    }

    .catalogue-products-list-leftside {
        /*display:none;*/
        width: 100%;
        /*flex-wrap: wrap;*/
    }

    /*.catalogue-products-list-leftside.show {*/
    /*    display:flex!important;*/
    /*}*/
    .catalogue-products-list-leftside a {
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
        font-size: 10px;
    }

    .catalogue-products-list-leftside img {
        width: 100%;
        height: auto;
    }

    .catalogue-products-list-rightside {
        width: 100%;
        padding: 0 15px;
    }

    .catalogue-products-list-item {
        /*display:block;*/
    }

    .catalogue-products-list-item-info {
        width: 50%;
    }

    .catalogue-product-list-item-properties {
        /*display: block;*/
    }

    .catalogue-products-list-item-attributes {
        width: 100%;
    }

    .catalogue-products-list-item-price {
        width: 100%;
        border-left: none;
        justify-content: space-around;
    }

    .catalogue-products-list-item-photo {
        width: 49%;
        text-align: center;
    }

    .catalogue-products-list-item-price a {
        padding: 13px 20px;
    }

    .catalogue-products-list-item-attributes {
        font-size: 14px;
        line-height: 24px;
    }

    .catalogue-products-scroll {
        width: 2500px;
        padding-top: 20px;
    }

    .catalogue-products-scroll1 {
        width: 2500px;
        padding-top: 20px;
    }

    .catalogue-products-list-leftside a {
        width: 160px;
        display: inline-block;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        font-size: 14px;
        margin-right: 10px;
        padding: 10px 10px;
        vertical-align: top;
    }

    .catalogue-products-list-leftside a:hover {
        transform: none;
        box-sizing: unset;
        transition: none;
    }

    .catalogue-products-list-leftside a:hover {
        box-sizing: border-box;
        transform: none;
        transition-property: none;
        transition-duration: inherit;
        transition-timing-function: inherit;
        z-index: 1;
        border: none;
    }

    .catalogue-products-list-leftside {
        overflow-x: scroll;
    }

    .catalogue_name {
        display: inline-block;
        height: 35px;
    }
}

@media (max-width: 540px) {

    .catalogue-products-list-item-info {
        width: 100% !important;
    }

    .catalogue-products-list-item-price a {
        margin-right: 0 !important;
    }

    .catalogue-products-list-item-price {
        width: auto;
    }

    .catalogue-product-list-item-properties {
        justify-content: space-around !important;
    }

    .padd .catalogue-products-list-item {
        padding: 15px;
    }

    .catalogue-products-list-item {
        flex-wrap: wrap;
    }

    .catalogue-products-list-item-info {
        width: 100%;
        order: 1;
    }

    .catalogue-products-list-item-photo {
        width: 100%;
        order: 0;
        margin-bottom: 20px;
    }

    .catalogue-filter-paramitem {
        width: 100%;
    }

    .catalogue-filter-paramitem {
        padding: 10px 15px;
    }

    h2 .catalogue-filter-clearbutton {
        display: none;
    }

    .mb-block {
        display: block;
        background-position: right 20px;
    }

    .jquery-ui-slider-wrapper {
        width: auto;
    }
}

.morph {
    border-radius: 15%;
    box-shadow: 0 0 13px #00000057;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.morph:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 5%;
}

.padd .catalogue-product-list-item-properties {
    margin-top: 15px;
}

.flex-left {
    justify-content: start;
}

.margin-r {
    margin-right: 35px;
}

.new-products-block .main-catalog-block {
    display: grid;
    grid-template-rows: 50% 24% 24%;
    grid-template-columns: 37% 37% 25%;
    grid-gap: 4px 4px;
}

.main-catalog-item-1 {
    grid-column: 1;
    grid-row: 1/2;
}

.main-catalog-item-2 {
    grid-row: 2/4;
    grid-column: 1;
}

.main-catalog-item-3 {
    grid-column: 2;
    grid-row: 1/2;
}

.main-catalog-item-4 {
    grid-column: 2;
    grid-row: 2/4;
}

.main-catalog-item-5 {
    grid-column: 3;
    grid-row: 1/2;
}

.main-catalog-button-spareparts {
    grid-column: 3;
    grid-row: 2/3;
}

.main-catalog-button-catalogue {
    grid-column: 3;
    grid-row: 3;
}

.new-products-block .main-catalog-block .main-catalog-item-img {
    filter: none;
}

.new-products-block .main-catalog-block .main-catalog-button-catalogue {
    background: #FFBC00;
}

.new-products-block .main-catalog-block .main-catalog-button-catalogue a {
    color: #000;
}

.text-block {
    background: url(../june_2019/images/watermark.png) top no-repeat;
    overflow-y: scroll;
    height: 500px;
}

.main-about-block iframe {
    position: absolute;
    right: 0
}

@media (max-width: 1440px) {
    .padd .pad-20 {
        padding: 0 40px;
    }

    .padd .catalogue-products-list-item {
        padding: 15px 0;
    }

    .main_flex {
        padding: 0 40px;
    }

    .mg-left-20 {
        margin-left: 20px;
    }

}

@media (max-width: 1024px) {}

@media (max-width: 600px) {
    .new-products-block .main-catalog-block .main-catalog-button-catalogue {
        display: none;
    }

    .new-products-block .main-catalog-block .main-catalog-button-spareparts {
        display: none;
    }

    .new-products-block .main-catalog-block {
        grid-template-columns: 100%;
        grid-template-rows: 20% 20% 20% 20% 20%;
    }

    .main-catalog-item-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .main-catalog-item-2 {
        grid-row: 2;
        grid-column: 1;
    }

    .main-catalog-item-3 {
        grid-column: 1;
        grid-row: 3;
    }

    .main-catalog-item-4 {
        grid-column: 1;
        grid-row: 4;
    }

    .main-catalog-item-5 {
        grid-column: 1;
        grid-row: 5;
    }
}

@media (max-width: 500px) {
    .padd .pad-20 {
        padding: 0 20px;
    }

    .main_flex {
        padding: 0 20px;
    }

    .margin-r {
        margin-right: 0;
    }

    .flex_cont {
        padding: 0;
    }
}

@media (max-width:470px) {
    .header-loc {
        width: 35%;
    }
}

@media (max-width:425px) {
    .popup-loc-body {
        left: calc(50% - 170px);
    }

    .header-loc {
        width: 40%;
    }

    .header-logo {
        width: 35%;
        padding-left: 15px;
    }
}

@media (max-width:375px) {
    .header-logo {
        width: 100%;
        text-align: center;
    }

    body {
        padding-top: 112px;
    }

    .header-loc {
        width: 60%;
    }
}

@media (max-width:320px) {
    .popup-loc-body {
        width: 280px;
        left: 0;
    }

}

.scrollbar-macosx {
    overflow-y: scroll;
    overflow-x: hidden;
}

.catalogue-filter {
    display: none;
}

.catalogue-products-scroll.floating.fixed {
    top: 90px;
}


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

ul.list_history {
    /* width: 50%; */
}

.history_video {
    width: 45%;
}

@media (max-width:1000px) {
    ul.list_history {
        width: 100%;
    }

    .history_video {
        width: 100%;
    }
}

.archival_btn {
    color: #fff !important;
}

.archival_name p {
    font-size: 20px;
    margin: 0;
    color: #e30f0f;
    border: 1px solid #e30f0f;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}

.catalogue-proudctpage-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.catalogue-productpage-images {
    width: 45%;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
    /*max-height: 330px;*/
}

.catalogue-productpage-thumbs {

    padding-right: 10px;
    box-sizing: border-box;
}

.catalogue-productpage-thumbnailitem {
    opacity: 0.5;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 2px;
}

.catalogue-productpage-thumbnailitem.active {
    opacity: 1;
}

.catalogue-productpage-detailpictureitem {
    display: none;
    justify-content: center;
    align-self: center;
}

.catalogue-productpage-detailpictureitem.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogue-productpage-detailpictureitem img {
    max-width: 100%;
}

.catalogue-productpage-infoblock {
    width: 50%;
}

.catalogue-productpage-infoblock h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.cataogue-productpage-available {
    color: #018AE2;
    font-size: 13px;
}

.catalogue-productpage-pricevalue {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.catalogue-productpage-nopricevalue {
    color: #333333;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

.catalogue-productpage-order {
    padding: 20px 0;
}

.catalogue-productpage-order-title {
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.catalogue-productpage-order-input {
    margin-top: 15px;
}

.catalogue-productpage-order-input input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.catalogue-productpage-order-input input[type="submit"] {
    background: #00479D;
    color: #ffffff;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    width: 190px;
}

.catalogue-productpage-descriptionblock {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.catalogue-productpage-properties {
    width: 41.6666%;
    padding: 0 15px;
    box-sizing: border-box;
}

.catalogue-productpage-description {
    width: 55%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 25px;
}

.catalogue-productpage-properties-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
}

.catalogue-productpage-properties-title1 {
    padding: 15px;
    width: 60%;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.catalogue-productpage-properties-title2 {
    padding: 15px;
    width: 40%;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.catalogue-productpage-properties-title3 {
    padding: 15px;
    width: 60%;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.catalogue-productpage-properties-body {
    overflow-y: auto;
}

.catalogue-productpage-properties-body.scroll-show {
    /*margin-right: -6px;*/
}

.catalogue-productpage-properties-body .catalogue-productpage-properties-row {
    border-top: none;
}

.catalogue-productpage-properties-value1 {
    width: 60%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
}

.catalogue-productpage-properties-value2 {
    width: 40%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.catalogue-productpage-additionallinks {
    margin-bottom: 12px;
    display: flex;
}

.catalogue-productpage-additionallinks-item {
    width: 50%;
    /*margin-right:20px;*/
    margin-left: 10%;
}

.catalogue-productpage-additionallinks img {
    float: left;
    margin-top: -8px;
    margin-right: 5px;
    height: 35px;
    width: 35px;
}

.catalogue-productpage-previewtext {
    margin-top: 20px;
}

a.fancybox.catalogue-productpage-video,
a.catalogue-productpage-pdf {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.catalogue-productpage-image {
    width: 50%;
}

.catalogue-productpage-detailpictureitem {
    height: 300px;
}

.catalogue-productpage-detailpictureitem img {
    max-height: 100%;
}

.catalogue-productpage-thumbs {
    padding-top: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.catalogue-productpage-images {
    width: 100%;
}

@media (max-width:768px) {
    .catalogue-productpage-detailpictureitem {
        height: auto;
    }

    .catalogue-productpage-thumbs {}

    .catalogue-productpage-infoblock {
        width: 100%;
    }

    .catalogue-productpage-properties {
        width: 100%;
    }

    .catalogue-productpage-images {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }

    .catalogue-productpage-image {
        margin: 0 auto;
        width: 100%
    }

    .catalogue-productpage-properties-body {
        margin-bottom: 20px;
    }

    .catalogue-productpage-description {
        width: 100%;
    }

    .catalogue-productpage-properties-value2 {
        word-wrap: break-word;
    }

    /*.catalogue-productpage-detailpictureitem img{*/
    /*    min-height: 0px;*/
    /*}*/

    /*.catalogue-productpage-detailpictureitem.active{*/
    /*    min-height: 230px;*/

    /*}*/
}


@media all and (max-width: 521px) {
    .catalogue-productpage-additionallinks-item {
        margin-left: 2%;
    }

    a.fancybox.catalogue-productpage-video,
    a.catalogue-productpage-pdf {
        font-size: 12px;
    }

    .catalogue-productpage-additionallinks img {
        margin-top: -1px;
        height: 30px;
        width: 30px;
    }

    .catalogue-productpage-detailpictureitem img {
        /*width:100%;*/
        /*max-width: 440px;*/
        /*min-width: 200px;*/
        /*min-height: 270px;*/
        /*max-height: 310px;*/
    }
}

.catalogue-products-list-item-price {
    display: flex;
    /*justify-content: space-between;*/
}

.mar-top {
    margin-top: 30px;
}

.catalogue-products-list-item-price a {
    text-decoration: none;
    background: #00479D;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    font-size: 20px;
    margin-right: 30px;
    /*box-shadow: 4px 5px 10px 2px #4183d2;*/
}

.catalogue-products-list-item-price a:hover {
    opacity: .8;
}

.catalogue-products-list-item-price a.popup-price {
    background: #fff;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    color: #00479D;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 3px;
    border: 1px solid #00479D;
}



/* Штука, которая работает только в вебкитах */
.catalogue-productpage-properties-body::-webkit-scrollbar {
    width: 6px;
    background-color: none;
    margin-left: -6px;
}

.catalogue-productpage-properties-body::-webkit-scrollbar-thumb {
    background-color: #777777;
    border-radius: 3px;
}

.catalogue-productpage-properties-body::-webkit-scrollbar-track {
    background-color: #cccccc;
    border-radius: 3px;
}

.catalogue-products-list-leftside {
    width: 15%;
    padding: 0 15px;
    box-sizing: border-box;
    border-right: 3px solid #e5e5e5;
    /* border-radius: 10px; */
}

.catalogue-products-list-leftside a {
    box-sizing: border-box;
    text-align: center;
    /* box-shadow: 0px 0px 0px 1px #f2f2f2 inset; */
    margin: 0px -1px 10px 0px;
    background-color: #ffff;
}

.catalogue-products-list-leftside a {
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px;
    transition-duration: .3s;
}

.catalogue-products-list-rightside {
    width: 82%;
    box-sizing: border-box;
}

.catalogue-products-list {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.catalogue-products-list-item-price a {
    text-decoration: none;
    /* background: #00479D; */
    position: relative;
    font-size: 14px;
    color: #00479D;
    padding: 16px 40px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 3px;
    border: 1px solid #00479D;
}

.popup-zak {
    background: #00479D;
    color: #fff !important;
}


@media (max-width: 768px) {
    .container li {
        width: auto;
    }

    .list_history {
        margin-bottom: 0;
    }

    .main-catalog-sections-itemimg {
        height: 260px;
    }

    .owl-next {
        top: 29% !important;
    }

    .owl-prev {
        top: 29% !important;
    }

    .container.main-sections-block {
        margin-top: -25px
    }

    .main-about-block {
        margin-top: 0;
    }

    .iframe-size {
        position: relative;
        height: 210px;
        margin-top: 23%;
        margin-bottom: 15%;
    }

    .iframe-size iframe {
        box-sizing: border-box;
        height: 56.25vw;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
        position: absolute !important;
        top: 50%;
        width: 177.77777778vh;
    }

    .pop.fancybox-content {
        padding: 44px 0;
    }

    .form {
        padding: 40px 10px !important;
    }


    .catalogue-products-list-leftside {
        /* display: none; */
        width: 100%;
        /* flex-wrap: wrap; */
    }

    .floating {
        width: auto;
    }

    .detailimage img {
        width: 100%
    }

    table td[class*=col-],
    table th[class*=col-] {
        display: flex;
        justify-content: center;
    }

    .order-block td {
        padding: 25px 0 25px;
    }

    .order-block .text {
        line-height: 20px
    }

    .wrap_block {
        width: 100%
    }

    .catalogue-products-list-leftside {
        overflow-x: scroll;
    }

    .catalogue-products-list-leftside a {
        width: 160px;
        display: inline-block;
        box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
        font-size: 14px;
        margin-right: 10px;
        padding: 10px 10px;
        vertical-align: top;
        height: 195px;
    }

    .catalogue-products-scroll {
        width: 2800px;
        padding-top: 20px;
    }

    .catalogue-products-list-leftside img {
        width: 100%;
        height: auto;
    }

    .catalogue-products-list-rightside {
        margin: 0 auto;
        width: 90%;
    }

    .bread-in {
        margin-left: 5% !important;
    }
}

.catalogue-products-list-item {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catalogue-products-list-item-info {
    width: 45%;
    box-sizing: border-box;
}

.catalogue-products-list-item-name {
    font-size: 20px;
    font-weight: bold;
    color: #2B2B2B;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.catalogue-product-list-item-properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalogue-products-list-item-attributes {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
}

.catalogue-products-list-item-attributes span {
    color: #999999;
}

.catalogue-product-list-item-properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.catalogue-products-list-item-photo,
.catalogue-products-list-item-photo a {
    /* min-width: 165px; */
    /* height: 115px; */
    line-height: 115px;
    /* margin: 0 auto; */
    padding: 0px;
    vertical-align: middle;
    text-align: right;
    zoom: 1;
    display: block;
}

.catalogue-products-list-item-price a {
    text-decoration: none;
    /* background: #00479D; */
    position: relative;
    font-size: 13px;
    color: #00479D;
    padding: 13px 40px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 3px;
    border: 1px solid #00479D;
}

.popup-zak {
    background: #00479D !important;
    color: #fff !important;
}

.text_info {
    color: #606060;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.text_info a {
    color: #00479D;
    text-decoration: none;
    font-weight: 600;
}

.list_ {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.list_ li {
    background-image: url("/local/templates/june_2019/components/bitrix/catalog/catalogue/bitrix/catalog.element/.default/images/coalit.svg");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 40px;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 5px;
    margin-right: 25px;
}

.form {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 40px;
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-top: 30px;
}

.form h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #241010;
    margin-bottom: 15px;
    margin-top: 0;
}

.form p {
    font-size: 14px !important;
    line-height: 20px;
    color: #4B4B4B;
}

.form_inp {
    height: 43px;
    border-radius: 2px;
    border: 1px solid #C1BFBF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #988A8A;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.form .form_p {
    font-size: 10px !important;
    line-height: 12px;
    text-align: center;
    margin-top: 15px;
}



@media (max-width: 420px) {
    .catalogue-products-list-item-price {
        justify-content: space-between;
    }

    .catalogue-products-list-item-price a {
        text-decoration: none;
        /* background: #00479D; */
        position: relative;
        font-size: 14px;
        color: #00479D;
        padding: 12px 20px;
        cursor: pointer;
        transition: 800ms ease all;
        outline: none;
        border-radius: 3px;
        margin-right: 0;
    }
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 14px;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.active {
    color: #00479d !important;
}

.container .main-products-block .new-products-block h2 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.setificate__link {
    cursor: pointer;
    margin-bottom: 20px;
}
