
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/realway/Raleway-LightItalic.woff2') format('woff2') url('/fonts/realway/Raleway-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

body {
    background: #FDFDFD;
    font-family: "Open Sans", sans-serif;
    color: #343434;
}

#button-up{
    border:1px solid #fff;
    border-radius: 50%;
    opacity:0.4;
    cursor:pointer;
}

.bg-header-blue {
    background-color: #1c3186;
}

.shopping_cart {
    position: relative;
}

.shopping_cart span{
    font-size:13px;
    line-height: 19px;
    
}

.amount_goods-mobile:after {
    content: ' ₽';
}

.splide__arrow.splide__arow-blue {
    background: #1C3186;
    opacity: 1;
    width: 2.625rem;
    height: 2.625rem;
}

.button_group button {
    padding: 17px 49px;
    border: 4px solid #BFC9EA;
    border-radius: 50px;
}

.button_group button:hover {
    padding: 17px 49px;
    border: 4px solid #1C3186;
    border-radius: 50px;
    transition: .1s;
}

.button_group a {
    padding: 17px 49px;
    border: 4px solid #BFC9EA;
    border-radius: 50px;
}

.button_group a:hover {
    padding: 17px 49px;
    border: 4px solid #1C3186;
    border-radius: 50px;
    transition: .1s;
}

.button_group-account button {
    padding: 10px 30px;
    border: 2px solid #BFC9EA;
    border-radius: 15px;
}

.button_group-account button:hover {
    padding: 10px 30px;
    color: #1C3186;
    border: 2px solid #1C3186;
    background: #FDFDFD;
    border-radius: 15px;
    transition: .1s;
}

.blue-pagination-button {
    width: 40px;
    height: 5px;
    background: #D9D9D9;
    border-radius: unset;
    opacity: 1;
}

.blue-pagination-button.is-active {
    background: #1C3186;
    transform: unset;
}

.splide__pagination-custom {
    position: unset;
    margin-top: 26px;
}

.banner-our-products .splide__pagination {
    bottom: 2rem
}

footer {
    background-color: #1C3186;
}

.identx-link:hover {
    -webkit-text-decoration: white underline;
            text-decoration: white underline;
}

.search:after {
    position: absolute;
    content: '';
    background: url("/img/search-icon.svg");
    width: 25px;
    height: 25px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.card-plate {
    border: 2px solid #E7F3FB;
    border-radius: 10px;
}

.card-plate img {
    border-radius: 10px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.slider-img-product {
    box-shadow: 0px 5px 27px 6px rgba(0, 0, 0, 0.1);
}

.counter .plus {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid #BFC9EA;
    border-left: unset;
    padding: 5px 6px;
    cursor: pointer;
}

.counter .minus {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 2px solid #BFC9EA;
    border-right: unset;
    padding: 5px 6px;
    cursor: pointer;
}

.counter-input {
    border-top: 2px solid #BFC9EA;
    border-bottom: 2px solid #BFC9EA;
    padding-left: 5px;
    padding-right: 5px;
}

.burger-menu {
    box-shadow: 0px 30px 20px 20px rgba(192, 192, 192, .4);
}

.type_buy {
    border: 1px solid #1C3186;
    border-radius: 4px;
    padding: 7px 23px;
    color: #343434;
    font-weight: bold;
}

.type_buy:first-child {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.type_buy:last-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.type_delivery input,
.type_buy input {
    display: none;
}

.type_delivery {
    border: 2px solid #E0E2ED;
    border-radius: 18px;
    background: #E0E2ED;
    color: #1C3186;
}

.type_delivery.type_delivery_active {
    background: rgba(28, 49, 134);
    border: 2px solid #1C3186;
    border-radius: 18px;
    color: white;
}

.type_delivery svg {
    stroke: #1C3186;
}

.type_delivery_active svg {
    stroke: white;
}

.type_buy_active {
    background: #1C3186;
    color: white;
}

div[uk-spinner] circle {
    stroke: #1C3186 !important;
}

.type_payment-container .type_payment {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 54px;
    border: 1px solid #9F9F9F;
    border-radius: 18px;
}

.type_payment-container .type_payment::after {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.type_payment-container input[type=radio]:checked + .type_payment::after {
    width: 22px;
    height: 22px;
    border: 5px solid #1C3186;
}

.type_payment-container input[type=radio]:checked + .type_payment {
    background: rgba(28, 49, 134, 0.05);
    border: 1px solid #1C3186;
    color: #1C3186;
}

.input-account, .input-account-not-disabled {
    padding-bottom: 6px;
    padding-left: 6px;
    border-bottom: 2px solid #9F9F9F;
    font-family: "Open Sans", "sans-serif";
    font-size: 24px;
    color: #696985;
    background: transparent;
}

.input-account::-moz-placeholder, .input-account-not-disabled::-moz-placeholder {
    font-family: "Open Sans", "sans-serif";
    font-size: 24px;
    color: #696985;
}

.input-account::placeholder, .input-account-not-disabled::placeholder {
    font-family: "Open Sans", "sans-serif";
    font-size: 24px;
    color: #696985;
}

.input-account:disabled {
    background: unset;
}

.input-account:focus-visible, .input-account-not-disabled:focus-visible {
    outline: unset;
    border-bottom: 2px solid #1C3186;
}

.edit-input {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.error-input {
    border-bottom-color: red;
}

.banknotes-container .banknote {
    background: rgba(159, 159, 159, 0.13);
    border: 4px solid #9F9F9F;
    padding: 6px 40px;
    font-size: 24px;
    color: #727272;
}

.banknotes-container input {
    display: none;
}

.banknotes-container input[type=checkbox]:checked + .banknote {
    background: rgba(28, 49, 134, 0.13);
    border: 4px solid #1C3186;
    color: #1C3186;
}

.content-hover-our-product .title,
.content-hover-our-product .content {
    color: transparent;
}

.tab-active {
    color: #1C3186;
    border: 2px solid #e5e7eb;
    padding: 8px 13px;
    border-bottom: 2px solid #FDFDFD;
}

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

.w1200 {
    max-width: 1200px
}

.cart-item .cart-titler {
    height: 30px !important;
}

.cart_delivery_list{
    margin:0 auto;
    max-width:420px;
}

.vacancy_head {
    background: #EEEEEE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-width: 350px;
    max-width: 500px;
    padding: 8px 20px;
    font-size: 18px;
    margin-bottom: 15px;
}

.vacancy h3 {
    font-size: 24px;
    font-weight: bold;
}

.vacancy p {
    font-size: 16px;
    margin-top: 5px;
}

.vacancy img {
    float: left;
    margin-right: 10px;
}

.vacancy span {
    margin-top: 20px;
    display: block;
}

.password {
    position: relative;
}
.password-control {
    position: absolute;
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/view.svg") 0 0 no-repeat;
}
.password-control.view {
    background: url("/img/no-view.svg") 0 0 no-repeat;
}

.password-control-confirm {
    position: absolute;
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/view.svg") 0 0 no-repeat;
}
.password-control-confirm.view {
    background: url("/img/no-view.svg") 0 0 no-repeat;
}

.vacancy {
    margin-top: 40px;
}

.text-shadow-header-slider {
    text-shadow: 0px 0px 20px rgb(0 0 0);
}

.alter-info-tech-work {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #BFC9EA;
    color: white;
}

@media (min-width: 1280px) {
    .button_group button {
        padding: 21px 57px;
        border: 4px solid #BFC9EA;
        border-radius: 50px;
    }
}

@media (min-width: 1024px) {

    .button_group button.bg-header-blue:hover {
        padding: 21px 57px;
        border: 4px solid transparent;
        border-radius: 50px;
        transition: .1s;
    }

    .button_group button.bg-white:hover {
        padding: 21px 57px;
        border: 4px solid #2640A8;
        border-radius: 50px;
        transition: .1s;
    }

    .card-plate {
        border: 3px solid #E7F3FB;
        box-shadow: 0px 5px 27px 6px rgba(0, 0, 0, 0.1);
        border-radius: 43px;
    }

    .spinner-container {
        border-radius: 43px;
    }

    .card-plate img {
        border-radius: 43px;
    }

    .content-hover-our-product:hover {
        background: rgba(41, 53, 104, 0.7);
        transition: .2s
    }

    .content-hover-our-product:hover .content-container {
        border: 3px solid #ffffff;
        transition: .2s
    }

    .content-hover-our-product .title,
    .content-hover-our-product .content {
        color: transparent;
    }

    .content-hover-our-product:hover .title,
    .content-hover-our-product:hover .content {
        color: #ffffff;
        transition: .2s
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .button_group button {
        padding: 10px 35px;
    }
}

@media (max-width: 767px) {
    .button_group button {
        padding: 10px 25px;
        border: 2px solid #BFC9EA;
        border-radius: 25px;
    }

    .button_group a {
        padding: 10px 25px;
        border: 2px solid #BFC9EA;
        border-radius: 25px;
    }

    .tab-active {
        color: #1C3186;
        border: 2px solid #e5e7eb;
        padding: 4px 8px;
        border-bottom: 2px solid #FDFDFD;
    }

    .tabs {
        padding-top: 10px;
        padding-bottom: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .tabs > ul {
        display: inline-block;
        white-space: nowrap;
    }

    .tabs > ul > li {
        display: inline-block;
        margin-bottom: -6px;
    }
    footer{
        margin-bottom:70px;
    }
    .cart_delivery_list h3{
        font-size: 14px;
    }
}

.button_group button:disabled,
.button_group button[disabled] {
    background: rgba(28, 49, 134, 0.05);
    border-color: transparent;
}

.button_group a:disabled,
.button_group a[disabled] {
    background: rgba(28, 49, 134);
    border-color: transparent;
}

#main_banner h1{
    font-size:40px;
    text-align:left;
    line-height:1.5em;
}

@media (max-width: 768px) {
    #main_banner h1{
        font-size:24px;
        line-height:1.3em;
    }

    .alter-info-tech-work {
        font-size: 14px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance: textfield;
}

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

#cookieNotice {
	background: rgba(47, 47, 81, 0.8) !important;
	z-index: 999999 !important;
}
#cookieNotice a {
	color: var(--primary-color);
}
