/*
	Theme Name: Arena 
	Theme URI: http://webington.com
	Description: WordPress Theme
	Version: 1.0
	Author: egor.admin@gmail.com
	Author URI: http://webington.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* region new header */
body.menu-open {
    overflow: hidden;
}
.header {
    margin: 16px 0;
}
.header .header--desktop {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.header .header--mobile {
    display: none;
}
.header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-top .header-top__nav-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .header-top .header-top__nav-inner li a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #828282;
    text-decoration: none;
}
.header .header-top .header-top__social {
    display: flex;
    align-items: center;
    gap: 4px;
}
.header .header-top .header-top__info {
    display: flex;
    gap: 16px;
}
.header .header-top .header-top__info .header-top__info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
}
.header .header-top .header-top__info .header-top__info-item .header-top__info-phone a {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}
.header .header-top .header-top__info .header-top__info-item .header-top__info-address {
    font-size: 11.5px;
    line-height: 15px;
    font-weight: 400;
    color: #828282;
}
.header .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header__container .header__logo {
    width: 135px;
    height: 45px;
}
.header .header__container .header__logo img {
    width: 100%;
    height: 100%;
}

.header .header__container .header__order-button a {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #0477DF;
    border-radius: 100px;
    text-decoration: none;
    padding: 12px 36px;
}
.header__search .widget-search__form_item {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #828282;
    background-color: #F8F8F8;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    padding: 10px 24px;
    margin-bottom: 40px;
}

/* mobile header */
.header--mobile .header--mobile__container {
    display: flex;
    align-items: center;
    padding: 14px 0;
}
.header--mobile .header--mobile__container .header--mobile__burger-button {
    width: 24px;
    height: 24px;
    border: 0;
    outline: 0;
    background: 0;
    padding: 0;
    cursor: pointer;
    margin-right: 8px;
}
.header--mobile .header--mobile__container .header--mobile__decription {
    font-size: 10.5px;
    line-height: 1;
    font-weight: 400;
    color: #007AE4;
    margin-left: 12px;
}
.header--mobile .header--mobile-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.header--mobile .header--mobile-info .header--mobile-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.header--mobile .header--mobile-info .header--mobile-info-phone a,
.header--mobile .header--mobile-info .header--mobile-info-email a,
.header--mobile .header--mobile-info .header--mobile-info-shedule
{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
.header--mobile .header--mobile-info .header--mobile-info-address,
.header--mobile .header--mobile-info .header--mobile-info-email-title,
.header--mobile .header--mobile-info .header--mobile-info-shedule-title
{
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #ACACAC;
}

.header--mobile .header--mobile__menu {
    position: fixed;
    top: 100px;
    left: -100%; /* скрыто за экраном */
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow: auto;
    overflow-y: scroll;
}
.header--mobile .header--mobile__menu.active {
    left: 0;
}
.header--mobile .header--mobile__menu-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    padding: 0 16px 40px;
}
.header--mobile .header--mobile__menu-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.header--mobile .header--mobile__menu-block .header--mobile__menu-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.header--mobile .header--mobile__menu-block .header--mobile__menu-title,
.header--mobile .header--mobile__menu-block .header--mobile__menu-title a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
.header--mobile .header--mobile__menu-block .header--mobile__menu-text,
.header--mobile .header--mobile__menu-block .header--mobile__menu-label {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #ACACAC;
}
.header--mobile .header--mobile__menu-social {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.header--mobile .header--mobile__menu-social .header--mobile__menu-order a {
    display: flex;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #0477DF;
    border-radius: 100px;
    text-decoration: none;
    padding: 18px 0;
}
.header--mobile .header--mobile__menu-social .header--mobile__menu-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .header {
        margin: 0;
    }
    .header .header--desktop {
        display: none;
    }
    .header .header--mobile {
        display: block;
    }
    .header__search .widget-search__form_item {
        font-size: 13px;
        line-height: 1;
        letter-spacing: unset;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        border-top: 1px solid #0477DF;
        border-bottom: 1px solid #0477DF;
        padding: 14px 24px;
    }
    .header__search .widget-search__form_item button {
        padding: 0;
    }
    .header__search .widget-search__form_item button svg path {
        fill: #0477DF;
    }
}

/* endregion */

/* region new footer */
.footer.page-footer {
    padding: 40px 0;
}
.footer .footer-content__item .footer-content__title {
    margin: 0 0 24px 0;
}
.footer .footer-content__item .footer-content__title h2 {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.footer .footer-content__item .footer-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer .footer-content__item .footer-main li {
    line-height: 1;
}
.footer .footer-content__item .footer-main li a {
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.04em;
    text-decoration: none;
    text-transform: none;
    color: #fff;
}
.footer .footer-content__item .footer-content__title .text-right {
    text-align: right;
}
.footer .footer-content__item .footer-content__contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: right;
}
.footer .footer-content__item .footer-content__contacts .footer-content__contacts-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer .footer-content__item .footer-content__contacts .footer-content__contacts-phone a,
.footer .footer-content__item .footer-content__contacts .footer-content__contacts-email a{
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.footer .footer-content__item .footer-content__contacts .footer-content__contacts-address {
    font-size: 11.5px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
}
.footer .footer-content__item .footer-content__item-social {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer .footer-content__item .footer-content__item-social .footer-content__item-social-order a {
    display: flex;
    justify-content: center;
    min-width: 160px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #0477DF;
    background: #fff;
    border-radius: 100px;
    text-decoration: none;
    padding: 12px 28px;
}
.footer .footer-content__item .footer-content__item-social .footer-content__item-socials {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}
.footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #A5D2FB;
    margin-top: 40px;
    padding: 40px 0 0;
}
.footer .footer-bottom .google_rules {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #A5D2FB;
    margin-top: 0;
}
.footer .footer-bottom .google_rules a {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 768px) {
    .page-footer.footer .footer-content .footer-content__item {
        margin: 0 0 40px 0;
    }
    .footer .footer-content__item .footer-content__title .text-right {
        text-align: left;
    }
    .footer .footer-content__item .footer-content__contacts {
        text-align: left;
    }
    .footer .footer-content__item .footer-content__item-social {
        gap: 20px;
    }
    .footer .footer-content__item .footer-content__item-social .footer-content__item-socials {
        justify-content: center;
    }
    .footer .footer-bottom {
        flex-direction: column;
        align-items: unset;
        gap: 20px;
        margin-top: 0;
    }
    .footer .footer-bottom .google_rules {
        text-align: left;
    }
}
/* endregion */

/*
* — COMPONENTS —
*/
hr {
    margin: 0 0 30px 0;
}

.widget-search__form_item {
    padding: 15px 10px;
    background: #fff;
    width: 280px;
    border: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .widget-search__form_item {
        width: 100%;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .widget-search__form_item {
        width: 280px;
    }
}

@media (min-width: 61.25em) and (max-width: 67.24em) {
    .widget-search__form_item {
        width: 200px;
    }
}

@media (min-width: 67.25em) and (max-width: 81.24em) {
    .widget-search__form_item {
        width: 280px;
    }
}

.widget-search__form_input {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #838588;
    font-weight: 300;
    background: transparent;
    border: none;
    max-width: 80%;
    outline: none;
}

.widget-search__form_input:focus {
    color: #1475cf;
}

.widget-search__form input[type="text"]::-webkit-input-placeholder {
    color: #838588;
}

.widget-search__form_submit {
    display: block;
    color: #1475cf;
    font-size: 16px;
    background: transparent;
    outline: none;
    cursor: pointer;
    border: none;
    background: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.widget-search__form_submit:hover {
    color: #127cde;
}

.checkout-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .checkout-form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.checkout-form__submit .btn_send {
    display: block;
    margin: 0 auto;
    padding: 17px 0 13px 0;
    width: 250px;
    height: 55px;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #1475cf;
    border: none;
    border-bottom: 5px solid #2231b4;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkout-form__submit .btn_send:hover, .checkout-form__submit .btn_send:focus {
    color: #fff;
    background: #965fe0;
    border-bottom: 5px solid #613bad;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .checkout-form__submit .btn_send {
        padding: 10px 0;
        width: 200px;
        height: 40px;
        font-size: 14px;
    }
}

.checkout-form__last {
    margin: 0 0 45px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .checkout-form__last {
        margin: 0 0 15px 0;
    }
}

.checkout-form__last span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #313030;
    text-align: left;
}

.checkout-form .checkout-detail {
    width: 48%;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .checkout-form .checkout-detail {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.checkout-form .checkout-detail__label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #313030;
    font-weight: 400;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .checkout-form .checkout-detail__label {
        margin: 0 0 4px 0;
    }
}

.checkout-form .checkout-detail__input, .checkout-form .checkout-detail__textarea {
    display: block;
    padding: 15px 10px;
    color: #838588;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    outline: none;
    background: transparent;
    font-weight: 300;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.checkout-form .checkout-detail__input:focus, .checkout-form .checkout-detail__textarea:focus {
    border: 1px solid #313030;
    color: #313030;
    font-weight: 300;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .checkout-form .checkout-detail__input, .checkout-form .checkout-detail__textarea {
        font-size: 14px;
    }
}

.checkout-form .checkout-detail input[type="text"]::-webkit-input-placeholder {
    color: #838588;
}

.checkout-form .checkout-detail__input {
    width: 370px;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .checkout-form .checkout-detail__input {
        width: 100%;
    }
}

.checkout-form .checkout-detail__textarea {
    display: block;
    margin: 0 0 25px 0;
    width: 100%;
    height: 200px;
}

.form-request__item {
    margin: 0 0 25px 0;
    position: relative;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .form-request__item {
        margin: 0 0 15px 0;
    }
}

.form-request__label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #313030;
    font-weight: 400;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .form-request__label {
        margin: 0 0 4px 0;
    }
}

.form-request__input {
    display: block;
    width: 100%;
    padding: 15px 10px;
    color: #838588;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    outline: none;
    background: transparent;
    font-weight: 300;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-request__input:focus {
    border: 1px solid #313030;
    color: #313030;
    font-weight: 300;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .form-request__input {
        font-size: 14px;
        padding: 8px;
    }
}

.form-request__submit .btn_request {
    display: block;
    margin: 0 auto;
    padding: 17px 0 13px 0;
    width: 250px;
    height: 55px;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #1475cf;
    border: none;
    border-bottom: 5px solid #2231b4;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-request__submit .btn_request:hover, .form-request__submit .btn_request:focus {
    color: #fff;
    background: #965fe0;
    border-bottom: 5px solid #613bad;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .form-request__submit .btn_request {
        padding: 10px 0;
        width: 200px;
        height: 40px;
        font-size: 14px;
    }
}

.btn {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-callrequest {
    /*width: 190px;*/
    height: 50px;
    padding: 11px 15px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #1475cf;
    border-bottom: 5px solid #015aac;
}

.btn-callrequest i {
    /*border: 1px solid #fff;
      border-radius: 50%;*/
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.btn-callrequest:hover, .btn-callrequest:focus {
    color: #fff;
    background: #965fe0;
    border-bottom: 5px solid #613bad;
}

.btn-divider {
    width: 250px;
    height: 50px;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #965fe0;
    border-bottom: 5px solid #613bad;
}

.btn-divider i {
    margin: 0 0 0 3px;
    font-size: 22px;
}

.btn-divider:hover, .btn-divider:focus {
    color: #965fe0;
    background: #fff;
    border-bottom: 5px solid rgba(97, 59, 173, 0.41);
}

.btn-more {
    width: 230px;
    height: 50px;
    padding: 16px 30px 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #1475cf;
    border-bottom: 5px solid #2231b4;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .btn-more {
        padding: 10px 0;
        width: 185px;
        height: 40px;
        line-height: 18px;
        font-size: 12px;
    }
}

.btn-more i {
    margin: 0 0 0 3px;
    font-size: 22px;
}

.btn-more:hover, .btn-more:focus {
    color: #fff;
    background: #965fe0;
    border-bottom: 5px solid #613bad;
}

/*
* — HELPERS —
*/
/*
* — LAYOUT —
*/
.page-head {
    padding: 10px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .page-head {
        background: #fff;
    }
}

.nav-head {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.social_btns {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_btns a {
    width: 37px;
    height: 31px;
    display: block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.social_btns a.vk {
    background: url('./img/icons/vk.png') 50% 50% no-repeat;
}

.social_btns a.telegram {
    background: url('./img/icons/telegram.png') 50% 50% no-repeat;
}

.social_btns a.whatsapp {
    background: url('./img/icons/whatsapp.png') 50% 50% no-repeat;
}

.social_btns a.instagram {
    background: url('./img/icons/instagram.png') 50% 50% no-repeat;
}

.social_btns a.vk:hover {
    background: url('./img/icons/vk-blue.png') 50% 50% no-repeat;
}

.social_btns a.telegram:hover {
    background: url('./img/icons/telegram-blue.png') 50% 50% no-repeat;
}

.social_btns a.whatsapp:hover {
    background: url('./img/icons/whatsapp-blue.png') 50% 50% no-repeat;
}

.social_btns a.instagram:hover {
    background: url('./img/icons/instagram-blue.png') 50% 50% no-repeat;
}

.footer-social.social_btns a.vk:hover {
    background: url('./img/icons/vk-white.png') 50% 50% no-repeat;
}

.footer-social.social_btns a.telegram:hover {
    background: url('./img/icons/telegram-white.png') 50% 50% no-repeat;
}

.footer-social.social_btns a.whatsapp:hover {
    background: url('./img/icons/whatsapp-white.png') 50% 50% no-repeat;
}

.footer-social.social_btns a.instagram:hover {
    background: url('./img/icons/instagram-white.png') 50% 50% no-repeat;
}


@media (min-width: 20em) and (max-width: 29.99em) {
    .nav-head {
        text-align: left;
    }
}

.nav-head__btn {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    color: #1475cf;
    font-size: 30px;
    line-height: 20px;
    border: none;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    outline: none;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-head__btn {
        display: block;
        top: 10px;
        right: 15px;
    }
}

.nav-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-head__inner.active {
    display: block;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #fff;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-head__inner.active {
        top: 50px;
    }
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-head__inner.active .nav-head__btn {
        background: red;
    }
}

.nav-head__inner.active .navbar__item {
    padding: 0;
}

@media (min-width: 20em) and (max-width: 46.24em) {
    .nav-head__inner {
        display: none;
        text-align: left;
        width: 100%;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .nav-head__inner {
        display: none;
    }
}

.nav-head__inner li {
    margin: 0 20px 0 0;
    position: relative;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-head__inner li {
        display: block;
        margin: 0;
        background: #fff;
    }
}

.nav-head__inner li:before {
    content: "|";
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #838588;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-head__inner li:before {
        display: none;
    }
}

.nav-head__inner li a {
    display: block;
    text-decoration: underline;
    font-size: 14px;
    color: #838588;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-head__inner li a:hover, .nav-head__inner li a:focus {
    text-decoration: none;
    color: #111;
    font-weight: 400;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-head__inner li a {
        color: #3d4a5a;
        padding: 5px 0;
        border-bottom: none;
        text-decoration: none;
    }
}

.nav-head_mobile {
    position: relative;
    z-index: 1000;
}

.nav-head_mobile .navbar__inner {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.pad-20 {
    padding: 20px 0;
}

.wrap-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap-col__sidebar {
    padding: 0 15px;
    width: 30%;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .wrap-col__sidebar {
        display: none;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .wrap-col__sidebar {
        padding: 0 10px;
    }
}

.wrap-col__content {
    padding: 0 15px;
    width: 100%;
}

.wrap-col__content p {
    text-align: justify;
}

.about_text.wrap-col__content p {
    text-indent: 20px;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .wrap-col__content {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .wrap-col__content {
        padding: 0 10px;
    }
}

.section-header {
    margin: 0 0 40px 0;
    position: relative;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .section-header {
        margin: 0 0 20px;
    }
}

.section-header:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    background: #965fe0;
    width: 100%;
    height: 2px;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .section-header:after {
        display: none;
    }
}

.section-header h2 {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0;
    position: relative;
    left: 0;
    z-index: 88;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #313030;
    text-align: left;
    background: #fff;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .section-header h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
}

.section-title {
    margin: 0 0 30px 0;
    position: relative;
}

.section-title:before, .section-title:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    background: #0076d3;
    width: 100%;
    height: 2px;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .section-title:before, .section-title:after {
        display: none;
    }
}

.section-title h1 {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 98;
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #313030;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .section-title h1 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 30em) and (max-width: 61.24em) {
    .section-title h1 {
        font-size: 20px;
    }
}

.page-footer {
    padding: 50px 0;
    margin: 75px 0 0;
    background: #1475cf;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .page-footer {
        padding: 30px 0;
    }
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 30em) and (max-width: 61.24em) {
    .footer-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .footer-content__item {
        margin: 0 0 20px 0;
    }

    .footer-content__item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 61.24em) {
    .footer-content__item {
        margin: 0 0 20px 0;
        padding: 0 7px;
        width: 50%;
    }
}

.footer-content__title {
    margin: 0 0 25px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .footer-content__title {
        margin: 0 0 10px 0;
    }
}

.footer-content__title h2 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.footer-content__title h2 a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.footer-content__title h2 a:hover, .footer-content__title h2 a:focus {
    color: #c7e4ff;
    text-decoration: none;
}

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

.footer-main-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (min-width: 30em) and (max-width: 41.74em) {
    .footer-main-col {
        -webkit-column-count: none;
        -moz-column-count: none;
        column-count: none;
    }
}

.footer-main li {
    line-height: 24px;
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .footer-main li {
        line-height: 20px;
    }
}

.footer-main li a {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
    color: #aed7fc;
    font-weight: 300;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.footer-main li a:hover, .footer-main li a:focus {
    text-decoration: none;
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .footer-main li a {
        font-size: 12px;
    }
}

.footer_adress {
    margin: 0 0 15px 0;
    text-align: right;
    text-align: left;
    display: inline-block;
    margin: 0 15px 15px 0;
    vertical-align: top;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .footer_adress {
        text-align: left;
    }
}

.footer_adress__phone,
.footer_adress-address {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #ddecfa;
}

.footer_adress__phone a,
.footer_adress a {
    display: block;
    margin: 0;
    color: #aed7fc;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    text-align: left;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}



@media (min-width: 20em) and (max-width: 81.24em) {
    .footer_adress__phone a {
        margin: 0 0 10px 0;
        text-align: left;
        font-size: 18px;
    }
}

.footer_adress__phone a span {
    font-weight: 300;
    font-size: 16px;
}

.footer_adress__phone a:hover, .footer_adress__phone a:focus,
.footer_adress a:hover, .footer_adress a:focus {
    color: #c7e4ff;
    text-decoration: none;
}

.footer_adress__mail {
    margin: 0;
}

.footer_adress__mail a {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #aed7fc;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.footer_adress__mail a:hover, .footer_adress__mail a:focus {
    color: #c7e4ff;
    text-decoration: none;
}

.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 15px 0 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .footer-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-social li {
    margin: 0 15px 0 0;
}

.footer-social li:last-child {
    margin: 0;
}

.footer-social li a {
    text-decoration: none;
    font-size: 24px;
    color: #d6ebff;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .footer-social li a {
        font-size: 20px;
    }
}

.footer-social li a:hover {
    color: #c7e4ff;
}

.copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #aed7fc;
}

.scroll-top {
    display: block;
}

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 5%;
    right: 5%;
}

.scroll-up .eee {
    background-color: #0076d2;
    display: block;
    width: 52px;
    height: 52px;
    box-shadow: 0 0 5px #fff;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 51px;
    -webkit-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
    cursor: pointer;
}

.scroll-up .eee:hover, .scroll-up .eee:active {
    background-color: #0090ff;
    color: #fff;
}

@media (min-width: 20em) and (max-width: 61.24em) {

    .scroll-up {
        bottom: 9%;
        right: 2%;
    }

}

/*
* — PART —
*/
.top-head {
    padding: 0;
    background: #fff;
}

@media (min-width: 61.25em) {
    .top-head {
        height: 130px;
    }
}

.top-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .top-head__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .top-head__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-betwen;
        -ms-flex-pack: space-betwen;
        justify-content: space-betwen;
    }
}

.top_hidden {
}

.top-head__fixed {
}

.logo img.mini_logo {
    display: none;
}

.top-head__fixed .logo img.mini_logo {
    display: block;
}

.top-head__fixed .top-head {
    height: 75px !important;
}

.top-head__fixed .widget-search__form_item {
    padding: 10px;
}

.top-head__fixed .head__adress-item p.main_phone {
    margin: 15px 0 0;
}

.head__adress-item p small {
    font-size: 12px;
}

.top-head__fixed .head__adress-item p.main_phone a {
    color: #555;
}

.top-head__fixed .top_hidden {
    display: none;
}

@media (min-width: 61.25em) {
    .top-head__fixed {
        position: fixed;
        z-index: 444;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .logo {
        display: block;
        margin: 0 15px 0 0;
    }
}

.logo img {
    display: block;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .logo img {
        margin: 0 auto 20px;
    }
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .head__search {
        margin: 0 0 20px 0;
        display: none;
    }
}

.head__adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .head__adress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .head__adress {
        margin: 0 auto 15px;
    }
}

@media (min-width: 61.25em) and (max-width: 81.24em) {
    .head__adress {
        margin: 0 0 20px 0;
    }
}

.head__adress-item {
    margin: 0 5px 0 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .head__adress-item {
        margin: 0 0 15px 0;
    }

    .head__adress-item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 41.74em) {
    .head__adress-item {
        margin: 0 10px 0 0;
    }

    .head__adress-item:last-child {
        margin: 0;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .head__adress-item {
        margin: 0 25px 0 0;
    }

    .head__adress-item:last-child {
        margin: 0;
    }
}

@media (min-width: 61.25em) {
    .head__adress-item:last-child {
        margin: 0;
    }
}

.head__adress-item p,
.head__adress-address {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #838588;
    font-weight: 400;
    text-align: right;
}

.head__adress-item p.main_phone a {
    color: #0076d3;
    font-size: 24px;
}



@media (min-width: 20em) and (max-width: 41.74em) {
    .head__adress-item p,
    .head__adress-address {
        text-align: center;
        font-size: 14px;
    }


    .main_phone {
        text-align: center;
    }

    .head__adress-item .main_phone span {
        font-size: 24px;
    }

    .top_hidden {
    }

}

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

.head__adress-item p a,
.head__adress-address a {
    text-decoration: none;
    color: #838588;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .head__adress-item p a,
    .head__adress-address a {
        font-size: 16px;
    }
}

.head__adress-item p a span {
    /*font-size: 16px;
          font-weight: 300;*/
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .head__adress-item p a span {
        font-size: 14px;
    }
}

.head__adress-item p a:hover, .head__adress-item p a:focus, .head__adress-item p.main_phone a:hover, .head__adress-item p.main_phone a:focus {
    color: #1475cf;
}

.head__adress-item p a:hover span, .head__adress-item p a:focus span {
    color: #1475cf;
}


@media (max-width: 61.24em) {
    .head__adress-phone {
    }


}

.top-nav {
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.nav-categories {
    position: relative;
    z-index: 1000;
}

.nav-categories__mobile-show {
    display: block;
    margin: 10px auto;
    width: 280px;
    height: 50px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    background: #1475cf;
    border-bottom: 5px solid #015aac;
    cursor: pointer;


}

@media (min-width: 61.25em) {
    .nav-categories__mobile-show {
        display: none;
    }
}

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

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-categories__inner {
        display: none;
    }

    .nav-categories__inner.show {
        display: block;
        border-bottom: 1px solid #015aac;
    }
}

@media (min-width: 61.25em) {
    .nav-categories__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        gap: 0 0;
        align-content: stretch;
    }
}

.nav-categories__list_second-level {
    margin: 0;
    padding: 5px 10px;
    min-width: 230px;
    min-width: 300px;
    list-style: none;
    background: #0076d2;
    font-weight: 400;
}

.nav-categories__list_second-level:before, .nav-categories__list_second-level:after {
    content: '';
    position: absolute;
    left: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-categories__list_second-level:before {
    top: -15px;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 12px solid transparent;
}

.nav-categories__list_second-level:after {
    top: -13px;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #0076d2;
    border-left: 12px solid transparent;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-categories__list_second-level {
        padding-left: 20px;
    }

    .nav-categories__list_second-level:before, .nav-categories__list_second-level:after {
        display: none;
    }
}

@media (min-width: 61.25em) {
    .nav-categories__list_second-level {
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #fff;
    }

    .nav-categories__list_second-level:before, .nav-categories__list_second-level:after {
        display: block;
    }
}

.nav-categories__list_second-level .nav-categories__ln {
    padding: 10px 5px 10px 10px;
}

.nav-categories__list_second-level .nav-categories__ln i {
    position: absolute;
    right: 15px;
    top: 8px;
}

.nav-categories__list_third-level {
    margin: -1px 0 0 0;
    padding: 0;
    min-width: 230px;
    list-style: none;
    background: #0076d2;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .nav-categories__list_third-level {
        padding-left: 20px;
    }
}

@media (min-width: 61.25em) {
    .nav-categories__list_third-level {
        position: absolute;
        top: 0;
        left: 100%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: none;
    }
}

.nav-categories__list_third-level .nav-categories__ln {
    padding: 7px 5px;
    color: #1475cf;
}

.nav-categories__list_third-level .nav-categories__ln:hover, .nav-categories__list_third-level .nav-categories__ln:focus {
    color: #925ed1;
}

@media (min-width: 61.25em) {
    .nav-categories__list_third-level .nav-categories__ln {
        padding: 10px 15px 10px 15px;
    }
}

.nav-categories__item_has-child {
    position: relative;
}

.nav-categories__item_has-child > ul {
    display: none;
    z-index: 109;
}

.nav-categories__item_has-child:hover > ul {
    display: block;
}

.nav-categories__ln {
    display: block;
    padding: 20px 0;
    border: none;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #313030;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media (min-width: 20em) and (max-width: 61.24em) {

    .top-nav .nav-categories__inner > li:before {
        display: none;
    }

    .nav-categories__ln {
        padding: 5px;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .nav-categories__ln {
        font-size: 12px;
    }
}

.nav-categories__ln:hover {
    text-decoration: none;
    color: #965fe0;
}

.nav-categories__ln.active {
    color: #965fe0;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .top-slider {
        display: none;
    }
}

.top-slider__inner div img {
    display: block;
    width: 100%;
}

.top-slider__inner .slick-arrow, .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    border: 0;
    z-index: 100;
    outline: none;
}

.top-slider__inner .slick-prev, .slick-prev {
    z-index: 88;
    left: 0;
    cursor: pointer;
    background: rgba(20, 117, 207, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAAGFBMVEX///////////////////////////////8pK8DIAAAAB3RSTlMAESJmmczu6p07nwAAACRJREFUeAFjAANmVkYIzQ5k4KGZ2NmANESEhYEoFhsTlMXIAAAkTQCeiz/BawAAAABJRU5ErkJggg==) no-repeat center;
}

.top-slider__inner .slick-prev:hover {
    background: rgba(20, 117, 207, 0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAAGFBMVEX///////////////////////////////8pK8DIAAAAB3RSTlMAESJmmczu6p07nwAAACRJREFUeAFjAANmVkYIzQ5k4KGZ2NmANESEhYEoFhsTlMXIAAAkTQCeiz/BawAAAABJRU5ErkJggg==) no-repeat center;
}

.top-slider__inner .slick-next, .slick-next {
    z-index: 88;
    right: 0;
    cursor: pointer;
    background: rgba(20, 117, 207, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAMAAACZS1ciAAAAG1BMVEX///////////////////////////////////8HBRbfAAAACHRSTlMAETNVZrvM7vPoHnAAAAAiSURBVAjXY2BmY2QAASZ2wgwWDlYIn50JF8XADKEYGCBaACMWALEoGZZ8AAAAAElFTkSuQmCC) no-repeat center;
}

.top-slider__inner .slick-next:hover {
    background: rgba(20, 117, 207, 0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAMAAACZS1ciAAAAG1BMVEX///////////////////////////////////8HBRbfAAAACHRSTlMAETNVZrvM7vPoHnAAAAAiSURBVAjXY2BmY2QAASZ2wgwWDlYIn50JF8XADKEYGCBaACMWALEoGZZ8AAAAAElFTkSuQmCC) no-repeat center;
}

.product-categories {
    padding: 50px 0 75px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .product-categories {
        padding: 30px 0;
    }
}

.product-categories__title {
    margin: 0 0 30px 0;
    position: relative;
}

.product-categories__title:before, .product-categories__title:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #0076d2;
    width: 100%;
    height: 2px;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .product-categories__title:before, .product-categories__title:after {
        display: none;
    }
}

.product-categories__title h2,
.product-categories__title h1 {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    width: 490px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 95;
    background: #fff;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #313030;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .product-categories__title h2,
    .product-categories__title h1 {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 30em) and (max-width: 61.24em) {
    .product-categories__title h2,
    .product-categories__title h1 {
        font-size: 20px;
        width: 100%;
    }
}

.product-categories__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .product-categories__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-categories__item {
    width: 30%;
    margin: 0 0 20px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .product-categories__item {
        width: 100%;
    }
}

@media (min-width: 30em) and (max-width: 61.24em) {
    .product-categories__item {
        width: 48%;
    }
}

@media (min-width: 61.25em) {
    .product-categories__item:nth-child(n+7) {
        margin: 0;
    }
}

.poduct-img__title {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 55;
    background: rgba(25, 123, 210, 0.9);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .poduct-img__title {
        padding: 7px 0;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .poduct-img__title {
        padding: 10px 0;
    }
}

.poduct-img__title-name {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .poduct-img__title-name {
        font-size: 16px;
    }
}

.poduct-img__title-more {
    display: none;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .poduct-img__title-more {
        font-size: 16px;
    }
}

.poduct-img__title-more i {
    margin: 0 0 0 5px;
}

.poduct-img__title:hover {
    background: #965fe0;
}

.poduct-img__title:hover .poduct-img__title-name {
    display: none;
}

.poduct-img__title:hover .poduct-img__title-more {
    display: block;
}

.imghvr-slide-up {
    position: relative;
    display: inline-block;
    margin: 0px;
    width: 100%;
    background-color: rgba(1, 87, 155, 0.75);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.imghvr-slide-up img {
    display: block;
    vertical-align: top;
    width: 100% !important;
    height: 280px !important;
}

.imghvr-slide-up figcaption {
    background-color: inherit;
    padding: 20px 20px 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imghvr-slide-up figcaption h2 {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .imghvr-slide-up figcaption h2 {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .imghvr-slide-up figcaption h2 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
}

.imghvr-slide-up figcaption p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 22px;
    font-size: 16px;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .imghvr-slide-up figcaption p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 30em) and (max-width: 41.74em) {
    .imghvr-slide-up figcaption p {
        display: none;
    }
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: inherit;
}

[class^='imghvr-slide-']:hover figcaption,
[class*=' imghvr-slide-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.section-divider {
    padding: 50px;
    background: url(img/img-12.jpg) no-repeat center;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .section-divider {
        padding: 30px;
        background-size: cover;
    }
}

.section-divider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .section-divider__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-divider__item {
    margin: 0 100px 0 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .section-divider__item {
        margin: 0 0 15px 0;
    }
}

@media (min-width: 30em) and (max-width: 41.74em) {
    .section-divider__item {
        margin: 0 10px 0 0;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .section-divider__item {
        margin: 0 20px 0 0;
    }
}

.section-divider__item:last-child {
    margin: 0;
}

.section-divider__item p {
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .section-divider__item p {
        font-size: 16px;
    }
}

@media (min-width: 30em) and (max-width: 41.74em) {
    .section-divider__item p {
        font-size: 14px;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .section-divider__item p {
        font-size: 17px;
    }
}

.latest-news {
    padding: 75px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .latest-news {
        padding: 30px 0;
    }
}

.latest-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .latest-news__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.latest-news__horizontally {
    width: 32%;
}

.latest-news__vertical {
    margin: 0 0 30px 0;
}

.latest-news__item {
    padding: 15px;
    border: 1px dashed #e2e2e2;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .latest-news__item {
        width: 100%;
        padding: 10px;
        margin: 0 0 20px 0;
    }

    .latest-news__item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .latest-news__item {
        padding: 10px;
    }
}

.latest-news__item a {
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
    text-decoration: underline;
    color: #313030;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.latest-news__item a:hover, .latest-news__item a:focus {
    text-decoration: none;
    color: #965fe0;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .latest-news__item a {
        margin: 0 0 15px;
        font-size: 16px;
    }
}

.latest-news__item p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 300;
    color: #838588;
    line-height: 22px;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .latest-news__item p {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

.latest-news__item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #313030;
    font-style: italic;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .latest-news__item span {
        font-size: 14px;
    }
}

/* 	.latest-news__item-53 p {
		font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	} */

.seo-text {
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .seo-text {
        padding: 30px 0;
    }
}

.seo-text .part-txt {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313030;
}

.seo-text .part-txt:last-child {
    margin: 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .seo-text .part-txt {
        font-size: 14px;
    }
}

.section-checkout__inner {
    padding: 50px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .section-checkout__inner {
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 46.25em) and (max-width: 81.24em) {
    .section-checkout__inner {
        padding: 15px;
    }
}

.section-checkout__inner header h2 {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 24px;
    color: #313030;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .section-checkout__inner header h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

.section-checkout__inner p {
    display: block;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 18px;
    color: #313030;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .section-checkout__inner p {
        font-size: 14px;
    }
}

.sidebar-news header {
    margin: 0 0 30px 0;
}

.sidebar-news header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #1475cf;
    font-weight: 500;
}

.wrap-col__content.contact-info {
    width: 100%;
}

.contact-adress {
}

.contact-adress__item {
    padding: 10px 40px 35px;
    margin: 0 0 60px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #eee;
}

.address_type {
    text-transform: uppercase;
    color: #0076d3;
    font-size: 24px;
    text-align: center;
}

.contact-adress__item > div {
    display: flex;
    justify-content: space-between;
}

.contact-adress__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.contact-adress__item .contact-adress__map {
    width: calc(100% - 350px);
}

.contact-adress__item .contact-adress__info {
    width: 300px;
    text-transform: uppercase;
    font-size: 14px;
    color: #838588;
}

.contact-adress__item .contact-adress__info h2 {
    font-size: 20px;
    color: #0076d3;
}

.contact-adress__item .contact-adress__info a {
    color: #0090ff;
    text-decoration: none;
}

.contact-adress__item .contact-adress__info a:hover {
    color: #0076d3;
}

.contact-sendletter {
    padding: 40px 80px;
    background: #ebf4fd;
    border-radius: 40px;
}


@media (min-width: 20em) and (max-width: 29.99em) {
    .contact-adress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 30px;
    }
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .contact-adress__item {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 5px;
        border: 1px solid #e4f2ff;
    }

    .contact-adress__item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 81.24em) {
}

.contact-adress__item header {
    margin: 0 0 30px 0;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .contact-adress__item header {
        margin: 0 0 15px 0;
    }
}

.contact-adress__item header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #313030;
    font-weight: 500;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .contact-adress__info {
        margin: 0 0 20px 0;
    }
}

.contact-adress__info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    font-size: 16px;
    color: #313030;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .contact-adress__info p {
        margin: 0 0 10px;
    }
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .contact-adress__info p {
        font-size: 12px;
    }
}

.contact-adress__info p:last-child {
    margin: 0;
}

.contact-adress__info p i {
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #1475cf;
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .contact-adress__info p i {
        margin: 0 5px 0 0;
        font-size: 16px;
    }
}

.contact-adress__info p span {
    display: block;
    margin: 0 0 0 5px;
}

.contact-adress__info p span a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.contact-adress__info p span a:hover, .contact-adress__info p span a:focus {
    text-decoration: underline;
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .contact-adress__info p span a {
        font-size: 14px;
    }
}

.contact-adress__info p .phone-inf a {
    color: #313030;
}

.contact-adress__info p .mail-inf a {
    color: #1475cf;
}


.contact-sendletter {
    margin: 0 0 35px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .contact-sendletter {
        margin: 0 0 20px 0;
    }
}

.contact-sendletter header {
    margin: 0 0 40px 0;
}

.contact-sendletter header h2 {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #313030;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .contact-sendletter header h2 {
        text-align: center;
        font-size: 18px;
    }
}

.other-nav {
    margin: 0 0 50px 0;
    padding: 15px 0;
    border-top: 1px dashed #1877d0;
    border-bottom: 1px dashed #1877d0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .other-nav {
        margin: 0 0 30px 0;
        padding: 10px 0;
    }
}

.other-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.other-nav__inner li {
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .other-nav__inner li {
        padding: 3px;
        border: 1px solid #e4eff8;
    }
}

.other-nav__inner li a {
    display: block;
    font-size: 14px;
    color: #1475cf;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.other-nav__inner li a:hover, .other-nav__inner li a:focus {
    text-decoration: none;
    color: #613bad;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .other-nav__inner li a {
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        text-decoration: none;
    }
}

.section-article {
    margin: 0 0 50px 0;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .section-article {
        margin: 0 0 30px 0;
    }
}

.section-article .article-txt {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #313030;
}

.article-list {
    margin: 0;
    padding: 0;
}

.article-list li {
    font-size: 14px;
    line-height: 22px;
    color: #313030;
    font-weight: 400;
}

.article-list li span {
    font-weight: 500;
}

.article-txt {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #313030;
}

.article-txt a {
    color: #1475cf;
    text-decoration: none;
}

.article-txt a:hover {
    text-decoration: underline;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .section-article .article-txt {
        margin: 0 0 20px 0;
        font-size: 14px;
        font-weight: 300;
    }
}

.section-article .article-txt span {
    font-weight: 600;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .section-article .article-txt span {
        font-weight: 500;
    }
}

.section-article .article-txt:last-child {
    margin: 0;
}

.section-article .article-img {
    margin: 0 0 50px 0;
}

.article-img {
    margin: 0 0 50px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .section-article .article-img {
        margin: 0 0 20px 0;
    }
}

.section-article .article-img img {
    display: block;
    width: 100%;
}

/*.article-img img{
    display: block;
    width: 100%; }
    */

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

.our-advantages header {
    margin: 0 0 30px 0;
}

.our-advantages header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #313030;
    font-weight: 500;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .our-advantages header h2 {
        text-align: center;
    }
}

.our-advantages__inner {
    padding: 0 5px;
    margin: 0 0 60px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
}

@media (min-width: 30em) and (max-width: 61.24em) {
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .our-advantages__item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .our-advantages__item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 61.24em) {
    .our-advantages__item {
        margin: 0 0 15px;
    }
}

.our-advantages__item div {
    margin: 0 0 15px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .our-advantages__item div {
        margin: 0 0 5px 0;
    }
}

.our-advantages__item div {
    display: inline-block;
    width: 75px;
    text-align: left;
    vertical-align: middle;
}

.our-advantages__item p {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 10px;
    margin: 0 0 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
}

.our-advantages__item p a {
    font-size: 14px;
    color: #0076d2;
}

.example-products {
    margin: 0 0 30px 0;
    margin: 0;
}

.example-products header {
    margin: 0 0 30px 0;
}

.example-products header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #313030;
    font-weight: 500;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .example-products header h2 {
        text-align: center;
    }
}

.example-products__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.example-products__item {
    width: 48%;
    margin: 0 0 30px 0;
    height: 350px;
}

.example-products__item img {
    display: block;
    width: 100%;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .example-products__item img {
        display: block;
        width: 100%;
    }
}

.breadcrumbs {
    padding: 25px 0 15px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs__inner {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs__inner li {
    margin: 0 20px 0 0;
    padding: 0;
}

.breadcrumbs__inner li:last-child {
    margin: 0;
}

.breadcrumbs__inner li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #838588;
    font-size: 16px;
    line-height: 18px;
}

.breadcrumbs__inner li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 0px;
    right: -10px;
    font-size: 16px;
    color: #838588;
}

.breadcrumbs__inner li a:hover, .breadcrumbs__inner li a:focus {
    color: #1675cf;
    text-decoration: underline;
}

.breadcrumbs__inner li a:hover:after, .breadcrumbs__inner li a:focus:after {
    color: #838588;
}

.breadcrumbs__inner li span {
    display: block;
    color: #1675cf;
    font-size: 16px;
    line-height: 18px;
}

/*
* — PLUGINS —
*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    padding: 14px 60px 14px 50px;
    font-size: 18px;
    font-weight: 400;
    color: #474c61;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #1475cf;
    cursor: pointer;
}

.custom-select-trigger:focus {
    border: 1px solid #1475cf !important;
    color: #999;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 888;
    min-width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.option-hover:before {
    background: #eafbff;
}

.custom-option {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover {
    background: #eafbff;
}

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    cursor: default;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.modal-title {
    margin: 0 0 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #313030;
}

@media (min-width: 20em) and (max-width: 41.74em) {
    .modal-title {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
}

/* стили модального окна */
.popup {
    top: 0;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 10000;
    width: 100%;
    max-width: 800px;
    min-height: 320px;
    position: fixed;
    padding: 40px 80px;
    border: 1px solid #383838;
    border-radius: 80px 80px 0 80px;
    background-color: #ebf4fd;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.overlay:target + .popup {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* формируем кнопку закрытия */
.close {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: none;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    opacity: 1;
    -webkit-transition: background-color ease .7s;
    transition: background-color ease .7s;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .close {
        width: 25px;
        height: 25px;
        line-height: 15px;
        top: 5px;
        right: 5px;
        border-radius: 0;
    }
}

.close:before {
    color: #333;
    content: '\2715';
    font-size: 26px;
    font-weight: 700;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .close:before {
        font-size: 18px;
    }
}

.close:hover {
    opacity: 1;
}

.close:hover:before {
    color: #1475cf;
}

/*# sourceMappingURL=main.css.map */

.popup input, .popup textarea {
    background: #fff;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: -10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: -10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*EDIT*/
.news {
    padding: 75px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .news {
        padding: 30px 0;
    }
}

.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .news__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news__horizontally {
    width: 32%;
}

.news__vertical {
    margin: 0 0 30px 0;
}

.news__item {
    padding: 15px;
    border: 1px dashed #e2e2e2;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .news__item {
        width: 100%;
        padding: 10px;
        margin: 0 0 20px 0;
    }

    .news__item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .news__item {
        padding: 10px;
    }
}

.news__item a {
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
    text-decoration: underline;
    color: #313030;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news__item a:hover, .news__item a:focus {
    text-decoration: none;
    color: #965fe0;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .news__item a {
        margin: 0 0 15px;
        font-size: 16px;
    }
}

.news__item p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 300;
    color: #838588;
    line-height: 22px;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .news__item p {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

.news__item a.view_article
.news__item span.date {
    /*display: block;*/
    font-weight: 400;
    font-size: 16px;
    color: #313030;
    font-style: italic;
}

.news__item span.author {
    /*display: block;*/
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #313030;
    font-style: italic;
}

.news__item span.author a {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-decoration: underline;
    color: #313030;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .news__item span {
        font-size: 14px;
    }
}

/*pagination*/
.pagination {
    text-align: center;
}

.pagination a, .pagination a:visited {
    color: #000;
}

/*pagination*/
.search_result h1 {
    color: #1475cf;
}

/*END EDIT*/
.latest-news {
    padding: 75px 0;
}

@media (min-width: 20em) and (max-width: 61.24em) {
    .latest-news {
        padding: 30px 0;
    }
}

.latest-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .latest-news__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.latest-news__horizontally {
    width: 32%;
}

.latest-news__vertical {
    margin: 0 0 30px 0;
}

.latest-news__item {
    padding: 15px;
    border: 1px dashed #e2e2e2;
}

@media (min-width: 20em) and (max-width: 29.99em) {
    .latest-news__item {
        width: 100%;
        padding: 10px;
        margin: 0 0 20px 0;
    }

    .latest-news__item:last-child {
        margin: 0;
    }
}

@media (min-width: 30em) and (max-width: 81.24em) {
    .latest-news__item {
        padding: 10px;
    }
}

.latest-news__item a {
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
    text-decoration: underline;
    color: #313030;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.latest-news__item a:hover, .latest-news__item a:focus {
    text-decoration: none;
    color: #965fe0;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .latest-news__item a {
        margin: 0 0 15px;
        font-size: 16px;
    }
}

.latest-news__item p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 300;
    color: #838588;
    line-height: 22px;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .latest-news__item p {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

.latest-news__item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #313030;
    font-style: italic;
}

@media (min-width: 20em) and (max-width: 81.24em) {
    .latest-news__item span {
        font-size: 14px;
    }
}

/*# sourceMappingURL=main.css.map */

.focus_element:hover {
    cursor: url('magnifier_zoom_in_4472.png'), auto;
}

.right_content {
    /*width: 870px;
    float: left;
    padding-left: 30px;*/
}

.categories {
    text-align: center;
    /*float: left;*/
    margin-right: 17px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.full_content .categories {
    height: auto;
    width: 24.5%;
}

.right_content .categories {
    height: 245px;
    width: 230px;
    height: auto;
    margin: 1.5%;
    width: auto;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #d2d2d2;
    background: #95cff4;
}

.link_categories {
    color: #313337;
    color: #1475cf;
    text-transform: uppercase;
    font-size: 16px;
    height: 100%;
    /*font-family: 'MyriadPro-Regular';*/
    text-decoration: none;
    display: block;
}

.link_categories:hover {
    text-decoration: underline;
}

.link_categories img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
}

.full_content .link_categories {
    font-size: 14px;
    text-decoration: none;
    margin: 5px;
    color: #fff;
    border-radius: 30px 30px 0 30px;
    overflow: hidden;
    border: 5px solid #fff;
}

.full_content .link_categories:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.full_content .link_categories img {
    height: auto;
    width: 100%;
    display: block;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
}


.product-categories_desc {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
    text-transform: uppercase;
    font-size: 18px;
}

.full_content.old_items .link_categories img {
    height: auto;
    width: 100%;
}

.product-categories_link {
    text-align: center;
    margin: -30px 0 30px;
}

.product-categories_link a {
    text-decoration: none;
    color: #000;
}

.product-categories_link a:hover {
    border-bottom: 1px #0090ff dotted;
    color: #0090ff;
}

.product-categories_link a:hover .bottom_link {
    color: #0090ff;
}

.bottom_link {
    transform: rotate(90deg);
    display: inline-block;
    font-size: 20px;
    color: #0076d2;
    margin-left: 5px;
}

.top_link {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 20px;
    color: #0076d2;
    margin-left: 5px;
}

.full_content .link_categories span {
    background: #0076d3;
    padding: 10px 20px;
    min-height: 72px;
    display: flex;
    vertical-align: middle;
    justify-content: space-around;
    align-items: center;
}

.right_content .link_categories img {
    width: 220px;
    margin: 0;
    border: none;
}

.slick-slider .slick-list {
    /*width: 1170px !important;
    height: 299px !important;*/
}

.slick-slider .slick-list img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.top-slider__inner .slick-prev, .slick-prev {
    display: block;
    width: 52px;
    height: 52px;
    left: 15px;
    border-radius: 50%;
    background: #1d7bc4;
    text-align: center;
    color: #fff;
    line-height: 52px;
}

.top-slider__inner .slick-prev:before, .slick-prev:before {
    content: "";
    margin-right: 3px;
    width: 52px;
    height: 52px;
    display: inline-block;
    background: url('./img/svg/left.svg') 50% 50% no-repeat;
}

.top-slider__inner .slick-next, .slick-next {
    display: block;
    width: 52px;
    height: 52px;
    right: 15px;
    border-radius: 50%;
    background: #1d7bc4;
    text-align: center;
    color: #fff;
    line-height: 52px;
}

.top-slider__inner .slick-next:before, .slick-next:before {
    content: "";
    margin-left: 3px;
    width: 52px;
    height: 52px;
    display: inline-block;
    background: url('./img/svg/right.svg') 50% 50% no-repeat;
}

.top-slider__inner .slick-prev:hover, .slick-prev:hover, .top-slider__inner .slick-next:hover, .slick-next:hover {
    background: #1e4a6b;
}


.news__item.news__vertical div {

}

.news__item.news__vertical div img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    height: auto;
    max-width: 400px;
}

.metaslider .slides .ms-image {
    line-height: 110px !important;
}

.metaslider .slides .ms-image img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 160px;
}

.flex-direction-nav li .flex-prev {

}

.flexslider:hover li .flex-prev {
    left: -54px;
}

.flex-direction-nav li .flex-next {

}

.flexslider:hover li .flex-next {
    right: -54px;
}

.full_content {
    text-align: center;
    margin-bottom: 40px;
}

h2 {
    font-weight: normal;
}

.section-article table {
    border-collapse: collapse
}

.section-article td {
    border: 1px solid;
}

.znaki {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.znaki > div {
    display: inline-block;
    font-size: 13px;
    height: 50px;
    line-height: 100%;
    margin: 10px 0;
    vertical-align: middle;
}

.znaki i {
    border-radius: 15px 15px 0;
    float: left;
    height: 50px;
    margin: 0 10px;
    vertical-align: baseline;
    width: 50px;
    background-color: rgba(26, 117, 206, 1.0);
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 40px auto;
}

@media (max-width: 768px) {
    .znaki {
        width: 100%;
    }
}

.znaki-1-1 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px 12px;
}

.znaki-1-2 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -28px;
}

.znaki-1-3 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -68px;
}

.znaki-1-4 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -108px;
}

.znaki-1-5 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -148px;
}

.znaki-1-6 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -186px;
}

.znaki-1-7 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -226px;
}

.znaki-1-8 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -266px;
}

.znaki-1-9 i {
    background-image: url("img/znaki1.jpg");
    background-position: 6px -306px;
}

.znaki-2-1 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px 14px;
}

.znaki-2-2 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px -24px;
}

.znaki-2-3 i {
    background-image: url("img/znaki2.jpg");
    background-position: 8px -64px;
}

.znaki-2-4 i {
    background-image: url("img/znaki2.jpg");
    background-position: 8px -102px;
}

.znaki-2-5 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px -140px;
}

.znaki-2-6 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px -178px;
}

.znaki-2-7 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px -218px;
}

.znaki-2-8 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px -260px;
}

.znaki-2-9 i {
    background-image: url("img/znaki2.jpg");
    background-position: 6px -300px;
}

.znaki-3-1 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px 10px;
}

.znaki-3-2 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -32px;
}

.znaki-3-3 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -72px;
}

.znaki-3-4 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -112px;
}

.znaki-3-5 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -152px;
}

.znaki-3-6 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -194px;
}

.znaki-3-7 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -234px;
}

.znaki-3-8 i {
    background-image: url("img/znaki3.jpg");
    background-position: 8px -274px;
}

.znaki-3-9 i {
    background-image: url("img/znaki3.jpg");
    background-position: 6px -316px;
}

@media (max-width: 499px) {
    .full_content .categories {
        height: 200px;
        height: auto;
        width: 55.5%;
    }

    .right_content .link_categories img {
        width: 100px;
    }
}

@media (min-width: 500px) and (max-width: 699px) {
    .full_content .categories {
        height: auto;
        width: 37.5%;
    }

    .right_content .link_categories img {
        width: 120px;
    }
}

@media (min-width: 700px) and (max-width: 899px) {
    .full_content .categories {
        height: 220px;
        height: auto;
        width: 27.5%;
    }

    .right_content .link_categories img {
        width: 140px;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .full_content .categories {
        height: 250px;
        height: auto;
        width: 23.5%;
    }

    .full_content .link_categories img {
        height: 200px;
        width: 200px;
    }

    .right_content .link_categories img {
        width: 180px;
    }
}

.latest-news__item img {
    max-width: 100%;
    border: 1px solid #d2d2d2;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.top-nav .navbar {
    background: #0076d2;
}

.top-nav .nav-categories__ln {
    padding: 10px 5px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

.top-nav .nav-categories__inner > li {
    position: relative;
}

.top-nav .nav-categories__inner > li > .nav-categories__ln {
    padding: 10px 20px 10px 30px;
}

.top-nav .nav-categories__inner > li.green_menu > .nav-categories__ln {
    padding: 10px 25px;
}

.top-nav .nav-categories__inner > li:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
}

.top-nav .nav-categories__inner > li:first-child:before {
    display: none;
}

.top-nav .nav-categories__ln:hover {
    color: #CCC;
}

.green_menu {
    background: transparent;
    animation: mymove 5s infinite;
}

@keyframes mymove {

0
{
    background-color: transparent
;
}
60
%
{
    background-color: #f012be
;
}
}

.promo_text {
    color: #0076d3;
    font-size: 32px;
    line-height: 1.25;
    padding: 30px 0 30px 50px;
}

.about_contacts {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    color: #838588;
}

.about_contacts > div {
    width: 45%;
}

.about_contacts h3 {
    color: #0076d3;
    font-size: 24px;
    font-weight: 400;
}

.about_contacts a {
    color: #0090ff;
    text-decoration: none;
}

.about_contacts a:hover {
    color: #0076d3;
}

.another_products_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.another_item {
    margin: 5px;
    display: inline-block;
    width: 145px;
    height: 145px;
    background: #f6f6f6;
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
    border: 5px solid #fff;
}

.another_item img {
    display: block;
    width: 100%;
    height: auto;
}

.another_item:hover {
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.another_products.mobile {
    display: none;
}

@media (max-width: 600px) {
    .another_products {
        display: none;
    }
    .another_products.mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 11px;
        row-gap: 11px;
        margin-bottom: 60px;
    }
    .another_products .categories {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .another_products .categories .link_categories {
        display: block;
        height: 100%;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        overflow: hidden;
        text-transform: uppercase;
        border-radius: 30px 30px 0 30px;
    }
    .another_products .categories .link_categories img {
        display: block;
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 0;
        margin: 0 auto;
    }
    .another_products .categories .link_categories span {
        display: flex;
        align-items: center;
        justify-content: space-around;
        min-height: 70px;
        background: #0076d3;
    }
}

.about_text {
    color: #838588;
}

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

.about_top_img {
    width: 60%;
    margin-bottom: 10px;
}

.about_top_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    color: #0076d3;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 auto;
    text-align: center;
}

.about_top_img img {
    display: block;
    width: 100%;
    height: auto;
}

.about_photos {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}

.about_photos div {
    margin-bottom: 10px;
    width: 28%;
}

.about_photos div img {
    display: block;
    width: 100%;
    height: auto;
}

.contact-sendletter {
    color: #bebebe;
    font-size: 18px;
}

.contact-sendletter h2 {
    color: #0076d3;
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

.contact-sendletter p {
    margin: 0 0 10px;
}

.form_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #838588;
    font-size: 18px;
    margin-top: 20px;
}

.form_wrap .form_block {
    width: 60%;
}

.form_wrap .contacts_block {
    width: 38%;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form_wrap .form_block .checkout-form .checkout-detail {
    width: 100%;
}

.form_wrap .form_block .checkout-form .checkout-detail__input, .form_wrap .form_block .checkout-form .checkout-detail__textarea {
    width: 100%;
    background: #fff;
}

.form_wrap .form_block .btn_send {
    position: absolute;
    right: -20px;
    bottom: 60px;
    display: block;
    width: 100%;
    max-width: 270px;
    background: #0076d2;
    color: #fff;
    border-radius: 30px;
    border: 0;
    padding: 15px;
    font-size: 24px;
    box-shadow: 0 0 10px #fff;
}

.form_wrap .form_block .btn_send:hover {
    cursor: pointer;
    background: #0090ff;
}

.form_wrap .form_block .checkout-form__last {
    margin: 0;
}

.form_wrap .form_block .checkout-detail {
    position: relative;
    margin: 0 0 20px;
}

.form_wrap .form_block .form_star, .form-request__item .form_star {
    position: absolute;
    left: -30px;
    top: 30%;
    color: #0076d3;
    font-size: 32px;
    font-weight: 500;
}

#single_slider_nav img {
    border-radius: 0;
}

#single_slider .link_categories {
    padding: 5px;
}

#single_slider .link_categories img {
    border: 5px solid transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

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

.single_left {
    width: 38%;
}

.single_right {
    width: 60%;
}

.single_slider_item {
}

.single_slider_item a {
    display: block;
}

.single_slider_item a img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .about_top, .about_photos, .about_contacts, .single_cols {
        flex-direction: column;
    }

    .about_top_img, .about_top_text, .about_photos div, .about_contacts > div, .single_left, .single_right {
        width: 100%;
    }

    .about_photos div img {
        width: 300px;
        margin: 0 auto;
    }

    .promo_text {
        padding: 20px 0;
        font-size: 24px;
    }

    .contact-adress__item {
        flex-direction: column;
    }

    .contact-adress__item .contact-adress__map {
        width: 100%;
    }

    .form_wrap {
        flex-direction: column;
    }

    .form_wrap .form_block, .form_wrap .contacts_block {
        width: 100%
    }


}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.single_video_wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 80px;
}

.single_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.single_video iframe,
.single_video object,
.single_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo_contacts {
    text-align: right;
    margin: 10px 135px 20px 0;
}

.logo_contacts img {
    max-width: 210px;
}

@media all and (max-width: 1260px) {
    .nav-head__inner li a {
        font-size: 13px;
    }
}

.about_.wrap-col__content p {
    text-align: left;
}

#single_slider_nav .single_slider_item {
    padding: 0 2px;
    opacity: 0.5;
}

#single_slider_nav .single_slider_item.slick-center {
    opacity: 1;
    transform: scale(0.95)
}

.wrap-col__content header h2 {
    text-align: center;
}

.wrap-col__content .our-advantages header h2 {
    text-align: left;
    color: #0076d2;
    font-weight: 400;
    text-transform: uppercase;
}

.wrap-col__content .another_products h2,
.section-title h2 {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 98;
    background: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #313030;
}
@media (min-width: 20em) and (max-width: 29.99em) {
    .wrap-col__content .another_products h2,
    .section-title h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.subtitle p {
    text-align: center;
}

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

.popup_success {
    display: block;
    top: 50%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 10000;
    width: 100%;
    max-width: 800px;
    min-height: 320px;
    position: fixed;
    padding: 80px 80px;
    border: 1px solid #383838;
    border-radius: 80px 80px 0 80px;
    background-color: #fff;
    box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.popup_success h2 {
    font-size: 48px;
    color: #787878;
    line-height: 1;
    margin-bottom: 80px;
}

.popup_success p {
    font-size: 24px;
    color: #0076d3;
    line-height: 1.2;
}

.popup_close {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: none;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    opacity: 1;
}

.popup_close:before {
    color: #333;
    content: '\2715';
    font-size: 26px;
    font-weight: 700;
}

.popup_close:hover:before {
    color: #0076d2;
}

.after_form {
    margin: 40px 0 80px;
}

.ask_mobile {
    display: none;
    margin: 10px 0 20px;
}

@media all and (max-width: 699px) {
    .ask_mobile {
        display: block;
    }
}


@media (min-width: 20em) and (max-width: 61.24em) {

    .top-nav .nav-categories__inner > li:before {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .contact-sendletter {
        padding: 30px;
    }

    .form_wrap .form_block .form_star, .form-request__item .form_star {
        left: -20px;
    }

    .form_wrap .form_block .btn_send {
        right: 0px;
        bottom: 40px;
        font-size: 20px;
    }
}

.wpcf7-response-output {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.google_rules {
    color: #ddd;
    font-size: 0.725rem;
    text-align: center;
    margin-top: 20px;
}

.google_rules a {
    color: #eee;
}

.fixed_bth {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.fixed_whatsapp {
    background: url('img/whatsapp.png') 50% 50% no-repeat;
    background-size: cover;
}

.fixed_order {
    bottom: 65px;
    background: url('img/list.png') 50% 50% no-repeat;
    background-size: cover;
}

.b24-form-sign {
    display: none !important;
}

/* region reviews form */
.review-form .review-form__wrapper {
    position: relative;
    display: block;
    max-width: 700px;
    min-height: 250px;
    margin: 0 auto;
}
.review-form .review-form__head {
    text-align: center;
    border-bottom: 1px solid rgba(82,92,105,0.11);
    padding: 16px 32px 5px;
}
.review-form .review-form__head .review-form__title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.review-form .review-form__body {
    padding: 16px 32px;
}
.review-form .review-form__body .review-form__input {
    margin-bottom: 24px;
}
.review-form .review-form__body .review-form__input-container {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 4px;
}
.review-form .review-form__body .review-form__input-container .wpcf7-form-control {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    outline: 0;
    padding: 16px 10px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #000;
}
.review-form .review-form__body .review-form__input-container .wpcf7-form-control.wpcf7-textarea {
    height: 104px;
    min-height: 52px;
    padding-top: 24px;
    max-width: 100%;
    min-width: 100%;
    resize: vertical;
}
.review-form .review-form__body .review-form__input-container .review-form__input-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    transition: 180ms linear all;
    font-size: 15px;
    line-height: 1;
    color: #000;
    opacity: .5;
    padding-left: 10px;
}
.review-form .review-form__body .review-form__input-container .review-form__input-label.textarea-label {
    top: 32px;
}
.review-form .review-form__body .wpcf7-form-control.wpcf7-submit {
    position: relative;
    width: 100%;
    min-height: 52px;
    padding: 15px 20px;
    border: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #0f58d0;
    border-radius: 4px;
    box-shadow: -1px -1px 1px rgba(0,0,0,.09);
    cursor: pointer;
    transition: all .2s ease;
}
.review-form .review-form__body .wpcf7-form-control.wpcf7-submit:hover {
    background-color: rgba(0, 118, 210, 0.7);
}

.review-form .review-form__body .review-form__input-container .wpcf7-form-control:focus {
    border-color: rgba(0, 118, 210, 1);
}

.review-form .review-form__body .review-form__input-container .review-form__input-label.is-active {
    top: 8px;
    font-size: 13px;
    transform: translateY(0);
}

.review-form .review-form__body .review-form__input-container .review-form__input-required {
    color: red;
}
/* endregion */

/* region main slider */
.flexslider .slides {
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    #metaslider_1260.flexslider .slides li img {
        width: 100%;
        height: 100%;
        max-height: 100px;
        object-fit: contain;
    }
}
/* endregion */

/* region contacts page */
@media (max-width: 768px) {
    .contacts-page .logo_contacts {
        display: none;
    }
    .contacts-page .address_type {
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        margin: 20px 0;
    }
    .contact-adress__item > div {
        flex-direction: column-reverse;
    }
    .contact-adress__item {
        padding: 0;
    }
    .contact-adress__item .contact-adress__info {
        width: 100%;
        padding: 0 20px;
    }
    .contact-adress__item .contact-adress__info {
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
        margin: 0;
    }
    .contact-adress__item .contact-adress__info h2 {
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
        margin: 0 0 16px;
    }
    .contact-adress__item .contact-adress__map {
        max-height: 180px;
        padding: 20px;
    }
    .contact-adress__item .contact-adress__map iframe {
        height: 100%;
    }
}
/* endregion */

/* scroll button */
.scroll-top {
    position: fixed;
    bottom: 120px;
    right: 10px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #0076D2;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.3s;
}
.scroll-top.show {
    visibility: visible;
    opacity: 1;
}
/* endregion */

.header__nav.header__nav-new{
    flex-grow:1;
}

@media (min-width: 61.25em) {
    .nav-categories__inner.nav-categories__inner--new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-pack: space-between;*/
        /*-ms-flex-pack: space-between;*/
        /*justify-content: space-between;*/
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        gap: 0 0;
        align-content: stretch;
    }
}

.nav-categories__inner.nav-categories__inner--new .nav-categories__ln{
    color: #333;
    text-transform: unset;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.6px;
}
.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level .nav-categories__ln:hover{
    color:#fff;
    background:#0477DF;
}


.nav-categories__inner.nav-categories__inner--new .nav-categories__item:hover > ul:not(.nav-categories__list_second-level) > li:last-child .nav-categories__ln{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 0px;
}
.nav-categories__inner.nav-categories__inner--new .nav-categories__item:hover > ul:not(.nav-categories__list_second-level) > li:first-child .nav-categories__ln{
    border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.nav-categories__inner.nav-categories__inner--new > .nav-categories__list_second-level > li:first-child > .nav-categories__ln{
    border-top-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level .menu-item-has-children .nav-categories__ln{*/
/*    border-top-left-radius: 16px;*/
/*    border-top-right-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-bottom-left-radius: 0px;*/
/*}*/
/*.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level .menu-item-has-children .nav-categories__ln*/

.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level .nav-categories__ln{
    padding: 14px 42px 14px 20px;
    white-space: nowrap;
}

.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level .nav-categories__ln i{
    top:17px;
}
.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level:before, .nav-categories__list_second-level:after{
    display: none;
}

.nav-categories__inner.nav-categories__inner--new .nav-categories__item_has-child:hover > ul{
    background:#fff;
    border-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border: 1px solid #E5E5E5;
    padding: 0px;
}
.nav-categories__inner.nav-categories__inner--new .nav-categories__item_has-child:hover > ul:not(.nav-categories__list_second-level)
{
    border-top-right-radius: 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.nav-categories__inner.nav-categories__inner--new .nav-categories__list_second-level li:not(:last-child){
    border-bottom: 1px solid #E5E5E5;
}
.header--mobile__menu--scroller{
    transition: .5s;
}
.nav-categories__inner.nav-categories__inner--mobile{
    display: block;
    transition: .5s;
}
.nav-categories__inner.nav-categories__inner--mobile ul.nav-categories__list {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    margin: 0;
    padding: 0;
}
.nav-categories__inner.nav-categories__inner--mobile .expanded{
    position: initial;
}
.nav-categories__inner.nav-categories__inner--mobile .expanded > ul.nav-categories__list{
    display: block;
}
.nav-categories__inner.nav-categories__inner--mobile a{
    color: #333;
    /*font-family: Inter;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 17px 0px 16px 16px;
    text-transform: none;
}
.nav-categories__inner.nav-categories__inner--mobile .nav-categories__item{
    border-bottom: 1px solid #EFEFEF;
}
.header--mobile__menu-items{
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.nav-categories__inner.nav-categories__inner--mobile .nav-categories__ln i{
    top:18px;
}
@media (max-width: 768px) {
    .header--mobile .header--mobile__menu{
        top:54px;
    }
    .header--mobile .header--mobile__menu-container {
        margin-top: -40px;
        padding-left: 0px;
        padding-bottom: 55px;
    }
}

.nav-categories__inner.nav-categories__inner--mobile .nav-categories__ln.parent-link i{
    display: none;
}

.nav-categories__inner.nav-categories__inner--mobile .menu_back{
    display: block;
}
.nav-categories__inner.nav-categories__inner--mobile .parent-link{
    background-color:rgb(242, 242, 242);
}
.nav-categories__inner.nav-categories__inner--mobile > .menu-item-has-children > .nav-categories__ln:after{
    content: "\f105";
    top: 18px;
    position: absolute;
    right: 15px;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
