/**** add igrkiv.ru ***/

:root {
    /* --color-red: var(--color-red); */
    /* --color-red: #800000; */
    /*--color-red: #41579d; .violet  */
    --color-red: #334477;
    /* .violet  */
    --color-gold: #ffde00;
    --color-dark: #222;

}

input[type="text"]:focus {
    outline: none;
}

input[type="button"]:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

/* input#search-area118:focus { outline: none; }  */
button:focus {
    outline: none;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

body {
    background: #fff;
    color: #111;
}

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

a,
.color-red {
    color: var(--color-red);
}

a:hover {
    color: var(--color-red);
    text-decoration: none;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h3.modtitle {
    border-bottom: 2px solid #f0f0ee;
    border-bottom: 2px solid rgba(178, 179, 170, .2);
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

h3.modtitle:before {
    border-right: 3px solid #ffffff;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
    z-index: 0;
    background-color: var(--color-red);
}

.sidebar-a .moduletable {
    margin-bottom: 15px;
}

.violet {
    color: var(--color-red);
}

/***** nav *****/
.toolbox {
    background: var(--color-red);
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item a,
.navbar-nav .nav-item .separator {
    display: block;
    text-transform: uppercase;
    color: #fff;
    transition: 0.1s;
    white-space: nowrap;
    padding: 10px 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-size: 14px;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item .separator:hover,
.nav-item.current.active a:hover {
    border-top: 2px solid var(--color-red);
    border-bottom: 2px solid var(--color-red);
    background: #fff;
    color: var(--color-red);
}

.nav-item.current.active a {
    border-top: 2px solid var(--color-red);
    border-bottom: 2px solid var(--color-red);
    background: #41579d;
    color: #fff;
}

.navbar-nav .nav-item.deeper {
    position: relative;
}

.navbar-nav .nav-item.deeper:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #444;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 20px;
    right: 3px;
}

.dropdown-menu {
    position: absolute;
    float: left;
    text-align: left;
    list-style: none;
    background-color: #ececec;
    border: none;
    border-radius: 0;
    min-width: 250px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    padding: 0;
}


.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #af2592;
}

/*** topsearch  ***/


.button {
    display: inline-block;
    background: var(--color-red);
    color: #fff;
    padding: 3px 20px;
    border: 2px solid var(--color-red);
    transition: 0.2s;
}

.button:hover {
    color: #fff;
    background: var(--color-red);
}

/*** end nav ***/

.logo img {
    max-width: 230px;
}

.header1,
.header2,
.header3,
.header4 {}

.header1 {
    line-height: 1;
    font-size: 15px;
    text-align: center;
}

.header3 {
    text-align: right;
}

.phone-top a {
    font-size: 24px;
    font-weight: bold;
    color: #434242;
}

.toolbar {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.hed-time {
    background: url(../images/sprite-hed.png) no-repeat scroll 0 -52px rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 12px;
    padding: 0 0 0 23px;
    font-weight: bold;
}

.hed-social {
    text-align: right;
}

.hed-social a {
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 4px;
    width: 21px;
    height: 21px;
}

a.instagram {
    background-position: 0 0;
}

a.facebook {
    background-position: 0 -25px;
}

a.youtube {
    background-position: 0 -50px;
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.carousel-item {
    height: 380px;
}

.carousel-item-image {
    height: 100%;
}

.carousel-item img {
    object-fit: cover;
    width: auto;
    height: 100%;
}

.carousel-item {
    transition: transform 1s ease, opacity .5s ease-out;
}

.carousel .carousel-caption {
    /*background:none;*/
    padding-top: 20px;
}

.carousel-caption h3 {
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn-round {
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    background: var(--color-red);
    border: 2px solid #fff;
    transition: 0.3s;
}

.btn-round:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #a51920;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.top0 {
    background: var(--color-red);
    padding: 20px 0;
    color: #fff;
}

.top0 i {
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
}

.advatages1__item {
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.advatages1__item_header {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.advatages1__item_txt {
    font-size: 16px;
    line-height: 1.2;
}

.new-version {
    display: block;
    line-height: 1;
    color: #fff;
    background: var(--color-red);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    border: 2px dashed #fff;
    box-shadow: 0px 0px 0px 5px var(--color-red);
    border-radius: 30px;
    flex: none;
    width: 800px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    transition: 0.3s;
    /* position:absolute; */
    /* top:50%; */
    /* left:50%; */
    /* transform:translate(-50%,-50%) rotate(-20deg); */
    /* animation: shippingpulse 5s ease-in-out infinite; */
}

.new-version:hover {
    background: #41579d;
    color: #fff;
}

@keyframes shippingpulse {
    from {
        opacity: 1;
        /* transform: translate(-50%,-50%) rotate(-20deg) scale(.85); */
    }

    50% {
        /* transform: translate(-50%,-50%) rotate(-20deg) scale(1); */
        opacity: 0.7;
    }

    to {
        /* transform: translate(-50%,-50%) rotate(-20deg) scale(.85); */
        opacity: 1;
    }
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

.breadcrumb a {}

.breadcrumb span {
    color: #777;
    font-size: 14px;
    margin-right: 7px;
}

.breadcrumb .divider img {
    filter: grayscale(100%);
    margin-right: 5px;
    margin-bottom: 2px;
}


.top1,
.top2,
.top3 {
    padding-top: 30px;
    padding-bottom: 30px;
}


.top2 {
    background: #f5f5f5;
}

.bottom1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn-price {
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid var(--color-red);
    font-size: 20px;
    transition: 0.2s;
}

.btn-price:hover {
    color: #fff;
    background: var(--color-red);
}

.btn-price:hover i {
    color: #fff;
}


.main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar-a .nav .nav-item {
    display: block;
    width: 100%;
}

.sidebar-a .nav a {
    display: block;
    line-height: 1;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.sidebar-a .nav a:hover {
    color: #fff;
    background: var(--color-red);
}

.sidebar-b .moduletable {
    margin-bottom: 20px;
}

.readmore a {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: var(--color-red);
    margin-top: 15px;
}


/**** bottom2 ****/
.bottom2 {
    padding-top: 0;
    padding-bottom: 0;
}

.bottom-contact {
    position: relative;
}

.bottom-adres {
    background: #fff;
    width: 350px;
    max-width: 100%;
    line-height: 1.2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    height: 400px;
}

.bottom-adres h3 {
    text-align: center;
    background: var(--color-red);
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 8px 25px;
    margin: 0;
}

.bottom-adres p {
    margin-bottom: 0;
}

.map-padding {
    padding: 10px 25px;
    position: relative;
}

.map-border {
    border-bottom: 2px solid #ebeff5;
    margin: 0 0 6px;
    padding: 0 0 6px;
}

.foot-tel1 {
    font-size: 20px;
    font-weight: bold;
}


/**** forms ****/


.sscf-popup104.sscf-popup {
    display: inline-block;
    color: var(--color-red);
    background: none !important;
    padding: 0;
    border-bottom: 1px dashed var(--color-red);
    border-radius: 0 !important;
    font-size: 18px;
}

.modals .sscf-popup104.sscf-popup {
    display: none;
}

.sscf-form textarea,
.input.textarea {
    height: 150px !important;
}

.fl_wrap_textarea {
    height: 150px !important;
}

/*** Футер ****/

.footer {
    padding: 30px 0 5px 0;
    border-top: 3px solid var(--color-red);
    background: #242424;
    color: #ddd;
    width: 100%;

}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: var(--color-red);
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
}

.footer li.nav-item {
    display: block;
    width: 100%;
}

.logow {
    max-width: 200px;
    filter: brightness(10);
}

.footer2 {
    text-align: center;
}

.footer3 {
    text-align: right;
}

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


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

    .bottom-adres {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(200px);
    }
}

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

@media(max-width: 992px) {
    .navbar-toggler {
        z-index: 999;
    }

    .product-fields-title-wrapper {
        left: 0;
        transform: translateX(0);
    }

}

@media (max-width: 768px) {
    .productdetails h1 {
        font-size: 1.5em;
    }

    .toolbar {
        font-size: 12px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    header {
        text-align: center;
    }

    div.product {
        float: left;
        border: 0px solid #ddd;
        min-width: 150px;
    }

    .orderby-displaynumber {
        display: flex;
        flex-wrap: wrap;
    }

    .new-version {
        font-size: 18px;
    }

}

@media (max-width: 400px) {
    .category-home2 .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cat-product-img {
        height: 150px;
        margin-bottom: 5px;
    }

    .cat-product-descr h4 {
        font-size: 15px;
        line-height: 1;
    }

    .cat-product-descr {
        padding: 0 5px;
        margin-bottom: 0;
    }

    .list-view .cat-product-img {
        width: 60px;
        height: 60px;
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .list-view .cat-product-price-addtocart {
        margin-right: 5px;
    }

    span.addtocart-button span.addtocart-button,
    span.addtocart-button input.addtocart-button,
    span.addtocart-button input.notify-button,
    span.addtocart-button span.addtocart-button-disabled {
        font-size: 14px;
        letter-spacing: 0;
        padding: 5px 5px;
    }

    .category-view .subsection_item .img {
        height: 150px;
        padding: 10px;
    }

    .category-view .subsection_item .text {
        padding: 10px;
        font-size: 14px;
        line-height: 1.2;
    }

    .vm-pagination.vm-pagination-top {
        order: 3;
    }

    .product-related-products .product-field-type-R {
        flex-basis: 100%;
        margin: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

/**offcanvas****/
.navbar-toggler {
    background: var(--color-red);
    border: 1px solid #fff;
    color: #fff;
    position: fixed;
    top: 10px;
    left: 10px;
    letter-spacing: 2px;
    padding-left: 7px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    transform: rotate(90deg);

}

.navbar-toggler i {
    color: #fff;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 300px;
        padding-top: 3rem;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        z-index: 9999;
        background-color: var(--color-red);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }

    .offcanvas-close {
        position: absolute;
        font-size: 2.5rem;
        font-weight: 700;
        cursor: pointer;
        color: #fff;
        border: none;
        -webkit-appearance: button;
        background-color: transparent;
        right: 0;
        top: 0;
        padding: 0 1.5rem;
    }

    .offcanvas-open {
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .offcanvas-close {
        display: none;
    }
}


.input-consent-inline {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0 16px;
    font-size: 12px;
    color: #555;
}

.input-consent-inline input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    flex: 0 0 20px;
}

.input-consent-inline input[type=checkbox]:checked {
    background-color: #41579d;
    border-color: #41579d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.input-consent-inline input[type=checkbox]:active {
    filter: brightness(90%);
}

.input-consent-inline input[type=checkbox]:hover:not(:disabled) {
    border-color: var(--blue);
}

.input-consent-inline input[type=checkbox]:focus {
    border-color: var(--blue);
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}