.site-header__phone-number a {
    color:#fff;
}
.site-header__phone-number a:hover {
    text-decoration: underline;
}
.h-contact-email {
    color: #fff;
}
.h-contact-email:hover {
    text-decoration: underline;
    color: #fff;
}
.site-header__middle {
    height: 70px;
}
.site-header__logo a {
    font-size: 45px;
}
.block-features__icon > i {
    font-size: 40px;
    color:#3366cc;
}
.block-slideshow__slide-title, .block-slideshow__slide-text {
    color: #fff;
    text-shadow: #3366cc 1px 0 10px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-feedback-block {
    display: none;
}
.modal-feedback {
    position: relative;
    margin: 30px auto;
    max-width: 450px;
    outline: 0;
}
.modal-feedback .modal-form {
    display: flex;
}
.modal-feedback .modal-form-content {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px 20px;
}
@media (min-width: 1024px) {
    .modal-form-content {
        width: 420px;
    }
}
.modal-feedback h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #3366cc;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
.modal-feedback .modal-form-desc {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.8px;
    color: #1C1C1E;
    margin-bottom: 30px;
}
.modal-feedback .modal-form-inputs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.modal-feedback .modal-form-inputs > label {
    text-align: left;
    font-style: normal;
    font-weight: 550;
    font-size: 13px;
    line-height: 17px;
    leading-trim: both;
    text-edge: cap;
    color: #103E76;
}
.modal-feedback .modal-form-inputs > input {
    height: 40px;
}
.modal-feedback .modal-form-inputs > input, .modal-feedback .modal-form-inputs > textarea {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #1C1C1E;
    padding: 10px;
    line-height: 15px;
}
.modal-form-send-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.modal-form-send-button {
    width: 197px;
    height: 34px;
    background: #3366cc;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 550;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.88px;
    color: #FEFEFE;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.modal-form-send-agreement {
    margin-top: 10px;
}
.modal-form-content [type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.modal-form-content [type='checkbox']+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.modal-form-send-block label {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    color: #1C1C1E;
    display: flex;
    align-items: center;
}
.modal-form-content [type='checkbox'] {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .modal-form-content [type='checkbox']+label {
      display: inline-flex;
      align-items: center;
      user-select: none;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .modal-form-content [type='checkbox']+label::before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 2px solid #b3b3b3;
      border-radius: 2px;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80% 80%;
      width:20px;
      height:20px;
    }
    .modal-form-send-agreement [type='checkbox']+label::before {
        border: 1px solid #b3b3b3;
        width:13px;
      height:13px;
    }

    /* стили при наведении курсора на checkbox */
    .modal-form-content [type='checkbox']:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3b3b3;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .modal-form-content [type='checkbox']:not(:disabled):active+label::before {
      background-color: #fff;
      border-color: #b3b3b3;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .modal-form-content [type='checkbox']:focus+label::before {
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .modal-form-content [type='checkbox']:focus:not(:checked)+label::before {
      border-color: #b3b3b3;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .modal-form-content [type='checkbox']:checked+label::before {
      border-color: #b3b3b3;
      background-color: #fff;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.39355 5.16663L4.72689 8.49996L12.0602 1.16663' stroke='%23124D83' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .modal-form-content [type='checkbox']:disabled+label::before {
      background-color: #fff;
    }

.modal-form-send-agreement [type='checkbox']+label::before {
    border: 1px solid #b3b3b3;
    width: 13px;
    height: 13px;
}
.modal-form-content [type='checkbox']+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #b3b3b3;
    border-radius: 2px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    width: 20px;
    height: 20px;
}
.modal-close {
    cursor: pointer;
    margin-left: 10px;
}
.modal-feedback .modal-close > span {
    content: url(/assets/images/icons/modal-close.svg);
}
.modal-open {
    overflow: hidden;
}
.bodal-form-back {
    display: hide;
}
.modal-open .bodal-form-back {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity = 50);
}
.footer-links-feedback {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
@media (max-width:991px) {
    .footer-links-feedback {
        justify-content: center;
        margin-top: 30px;
    }
}
.feedback-botton-header {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    color: #fff;
}
.feedback-botton-header:hover {
    background: #fff;
    color: #3366cc;
    cursor: pointer;
}
.breadcrumb-delimiter {
        margin-left: -20px;
    margin-right: 10px;
}
.mobile-header__logo > img {
    max-width: 150px;
}
.mobilemenu__close {
    background: #3366cc;
}
@media (max-width:600px) {
    .typography h1 {
        font-size: 20px;
    }   
}
.block-products-carousel[data-layout^=grid-] .product-card .product-card__features-list {
    display:block;
}
@media (max-width:768px) {
    .block-header__groups-list {
    margin-top: -8px;
    margin-left: 5px !important;
}
}
.block-products-carousel[data-layout=grid-4-sm][data-mobile-grid-columns="2"] .product-card .product-card__buttons .btn, .block-products-carousel[data-layout=grid-5][data-mobile-grid-columns="2"] .product-card .product-card__buttons .btn {
    width:100%;
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn, .products-list[data-layout=grid-4-full] .product-card .product-card__buttons .btn {
    width:100%;
}

.departments__links {
    overflow: auto;
    background: #fff;

}

.departments__links::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(52, 73, 156, .81);
}

.departments__links::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3366cc;
}

.departments__links::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #f9f9fd;
}
.product-category-childs > ul {
        display: flex;
        flex-wrap:wrap;
        padding-left: 0;
}
.product-category-childs {
    width:100%;
}
.product-category-childs > ul > li {
    list-style-type:  none;
    padding: 5px 5px 5px 0;
}
@media (min-width:992px) {
    .product-category-childs {
        display:none;
    }
}
.product-tabs__content {
    padding:10px !important;
}
.spec__header {
    margin-bottom: 10px;
}
.products-list[data-layout^=grid-] .product-card .product-card__features-list {
    display:block;
}
.product-card-order {
    margin-bottom: -10px;
    background: #14B638;
    border: #14B638;
}
.product-card-order:hover {
    background: #0d6b21;
    border: #0d6b21;
}
@media (hover: hover) {
    .products-list[data-layout=grid-3-sidebar] .product-card--hidden-actions:hover, .products-list[data-layout=grid-4-full] .product-card--hidden-actions:hover {

        margin-bottom: -102px !important;
    }
}
@media (min-width: 375px) and (hover: hover) {
    .block-products-carousel[data-layout=grid-4-sm][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover, .block-products-carousel[data-layout=grid-5][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover {
        margin-bottom: -90px !important;
    }
}
.product-card__buttons > a {
    width:100%;
}
@media (hover: hover) {
    .block-products-carousel[data-layout=grid-4] .product-card--hidden-actions:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -102px !important;
    }
}
.faq__section-body {
    margin-bottom: 30px;
}
.product-search-no-result {
    margin-top: 10px;
    font-size: 20px;
}
.product-search-no-result > span {
    font-weight: 600;
}
.product__actions .product__actions-item {
    width:30%;
}
.product__actions .product__actions-item--addtocart {
    width:66%;
}
.product__actions .product__actions-item--addtocart button {
    width:100%;
    background: #14B638;
    border:#14B638;
}
.product__actions .product__actions-item--addtocart button:hover {
    background: #0d6b21;
    border: #0d6b21;
}
.product-feedback {
    width:100%;
}
.product-feedback-rows {
    width:100% !important;
}
@media (max-width:438px) {
    .product__actions .product__actions-item--addtocart {
        width:100%;
    }
}
@media (max-width:440px) {
    .product-feedback {
        font-size: 14px;
    }
}
@media (hover: hover) {
    .products-list[data-layout=grid-3-sidebar] .catalog-product-card--hidden-actions:hover {
        margin-bottom: -60px !important;
    }
}
.modal-open {
    overflow: hidden;
}