@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


h1,
h2,
h3,
h4,
p,
ul {
    margin: 0 0 10px 0;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 600;
}

.search input,
a {
    outline: 0;
    color: #5e79d3;
    text-decoration: none;
}
a:hover {
    color: #d24b44;
    text-decoration: none;
}

.btn,
.content__subitem h2 a,
.nav a.menu_item {
    text-decoration: none
}

.accordion h4,
.btn,
.category,
.custom-option,
.custom-select,
.pagination a,
.price_block .btn,
.sort_down,
.sort_up,
.submit {
    cursor: pointer
}


.pb-0{
    padding-bottom: 0 !important;
}

.pb-10{
    padding-bottom: 10px !important;
}

.p-15{
padding: 15px !important;
}

.m-auto{
    margin: auto !important;
}

.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-center{
    text-align: center !important;
}

.w-100{
    width: 100% !important;
}

.min-height-auto{
	min-height:auto !important;
}
.height-auto{
	height:auto !important;
	min-height:auto !important;
}

.hr{
	height: 1px;
	background: #1a296e;
	opacity: 0.7;
	margin: 15px 0 25px;
	padding: 0;
}

body {
    font-family: 'Open Sans',
        sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;

}

body.dontscroll,
body.showcategory {
    overflow: hidden;
}

ul {
    list-style-type: none;
    padding: 0 0 0 25px;
}


input[type=text],
input[type=password],
input[type=search] {
    height: 40px;
    background: #f1f4ff;
    border: 1px solid rgba(39, 64, 177, .45);
    box-sizing: border-box;
    color: #000;
    padding: 8px 10px;
    margin: 5px 0
}

.wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: normal;
    height: auto;
    background-color: #f4f5f8;
}

.wrapper.main {
    background-color: #fff;
}

.component {
    flex: 1 1 auto
}

.component h2, .component h3 {
    position: relative;
    color: #4a4a4a;
  
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0;
}

.component h2:after, .component h3:after  {
    position: absolute;
    content: '';
    background: #1a296e;
    width: 50px;
    height: 2px;
    bottom: 15px;
    left: 0
}

.component h2 {
     font-size: 24px;   
}

.component h3 {
     font-size: 20px;   
     padding: 5px 0;
}

.component h2:after, .component h3:after  {
    height: 2px;
}

.component h3:after  {
 bottom: 0;
}

.component img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 1120px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto
}



.contentbg .container {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .19);
    padding: 15px 15px 35px 15px;
}


.warranty {
    width: 100%;
}

.warranty .img {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header {
    background-color: #fff;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}

    .header_logo {
        position: relative;
    }

    .header_lang {
        position: absolute;
        top:0;
        right: 0;
    }

    .header_lang a img {
        opacity: 1;
    }

    .header_lang a.active img {
        opacity: 0.2;
        
    }

.header p {
    font-size: 14px;
    font-weight: 400;

}

.header_user {
    position: relative;
    /* display: flex;
    align-items: center;
    flex-flow: row wrap;*/
    padding-left: 60px;
    box-sizing: content-box;
    max-width: 250px
}

.accordion h4,
.accordion_list,
.category,
.character li,
.content__subitem,
.custom-options,
.custom-select,
.header_basket div,
.header_basket a,
.news_content,
.price_block .btn,
.price_block input:not([type=submit]),
.search_input {
    box-sizing: border-box
}

.search_advice_wrapper {
    display: none;
    max-height: 80vh;
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
    color: #666;
    z-index: 999;
    position: absolute;
    top: auto;
    left: 0;
    border: 1px solid #ddd
}

.search_advice_wrapper .advice_variant {
    cursor: pointer;
    padding: 5px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.search_advice_wrapper .search_advice_show_all {
    padding: 1rem 0 1rem 1rem;
}

.search_advice_wrapper .advice_variant.advice_cat {
    padding: 1rem 0 1rem 1rem;
    font-size: 1.1rem;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    color: #212121;

}

.search_advice_wrapper .search_advice_cats {

    margin-bottom: 15px;
}

.search_advice_wrapper .advice_variant_img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_advice_wrapper .advice_variant img {
    max-width: 100%;
    max-height: 100%;
}

.search_advice_wrapper .advice_variant_title {
    width: calc(100% - 45px);
}

.search_advice_wrapper .advice_variant_title a {
    color: #666;
}

coltext {
    color: #ea0005;

}

.search_advice_wrapper .advice_variant:hover,
.search_advice_wrapper .advice_variant:hover a,
.search_advice_wrapper .advice_variant_title a:hover {
    background-color: #eee;
    text-decoration: none;
}


.search_advice_wrapper .active {
    cursor: pointer;
    padding: 5px;
    color: #000;
    background-color: #ddd
}

.header.logged .header_user p {
    width: 100%
}

.header_user p {
    color: #565656;
    line-height: 20px
}

.header_user a {

    line-height: 20px;

/*    display: block;*/
    margin: 5px 0;
}

.header_user span {
    font-size: 18px;

}

.header_user:before {
    position: absolute;
    content: url("data:image/svg+xml,<svg width='40px' height='40px' viewBox='0 0 16 16' class='bi bi-person-bounding-box' fill='rgb(199,47,39)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5z'/><path fill-rule='evenodd' d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/></svg>");
    top: 50%;
    left: 0;
    margin-top: -22px;

}

.header_social{
    width: 150px;
    display: flex;
}
.header_social .social {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 10px;
    box-shadow: 0px 1px 2px 0px rgba(37, 54, 129, 0.05);
    display: block;
    min-width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #F2F2F2;
}

.header_social .social.vk{
    background-image: url(/images/vk.png);
}


.header_social .social.fb{
    background-image: url(/images/facebook.png);
}

.header_social .social.instagram{
    background-image: url(/images/instagram.png);
}


.header_basket a {
    display: flex;
    height: 59px;
    background-color: #e6eaf9;
    align-items: center;
    transition: .4s;
    border: 1px solid #c93129;
    min-width: 215px;
    text-decoration: none;
}

.header_basket a div {
    width: 63px;
    height: 59px;
    background-image: linear-gradient(to top, #c72f27 0, #e0463e 100%);
    text-align: center;
    padding-top: 4px
}

.header_basket a:hover div {
    background-image: linear-gradient(to top, #b0221b 0, #cf332b 100%)
}

.header_basket a div::before {
    content: '';
    background-image: url("data:image/svg+xml,<svg width='40px' height='40px' viewBox='0 0 16 16' class='bi bi-layout-text-sidebar-reverse' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/></svg>");
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

.header_basket a:hover div::before {
    opacity: 1;
}


.header_basket a p {
    height: auto;
    color: #2d2d2d;
    line-height: 1.3;
    padding: 2px 5px;
    font-size: 13px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin: 0;
    white-space: nowrap;
}


.header_basket a span {
    color: #d33d35
}

.btn,
.category,
.nav a.menu_item,
.btn:hover,
.category:hover,
.nav a.menu_item:hover {
    color: #fff
}

/*
.header_basket a:hover {
    background-color: #fafbff
}*/

.header_phone {
    min-width: 250px;
    position: relative;
    text-align: right;
}

.header_phone p {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.header_phone p a {
    color: inherit;
    text-decoration: none;
}

.btn.price_list,
.btn.phone {
    height: 40px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 18px 0 32px;
}

.btn.price_list span,
.btn.phone span {
    padding-left: 18px;
    position: relative;
    height: 40px;
    display: inline-block;
}

.btn.price_list span::before,
.btn.phone span::before {
    content: '';
    position: absolute;
    height: 97%;
    width: 24px;
    background-repeat: no-repeat;
    top: 3%;
    background-position: center;
    left: -18px;
    color: #fff;
}

.btn.price_list span::before {

    background-image: url("data:image/svg+xml,<svg width='24px' height='24px' viewBox='0 0 16 16' class='bi bi-card-list' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14.5 3h-13a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z'/><path fill-rule='evenodd' d='M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z'/><circle cx='3.5' cy='5.5' r='.5'/><circle cx='3.5' cy='8' r='.5'/><circle cx='3.5' cy='10.5' r='.5'/></svg>");

}

.btn.phone span::before {

    background-image: url("data:image/svg+xml,<svg width='24px' height='24px' viewBox='0 0 16 16' class='bi bi-telephone' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/></svg>");
}


.nav .nav_logo,
.nav .header_phone,
.nav a.btn {
    display: none;
}

.category {
    font-size: 14px;

}

.header_phone p span {
    display: block;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.1px;
}

.btn {
    display: block;
    width: 218px;
    height: 34px;
    background-image: linear-gradient(to top, #c42b23 0, #d63f37 100%);
    text-align: center;
    line-height: 34px;
    border: 0
}

.category,
.content__item .btn,
.nav a.menu_item {
    line-height: 50px;
    text-transform: uppercase
}

.btn:hover {
    background-image: linear-gradient(to top, #c42b23 100%, #d63f37 0) !important;
}

.btn.bt_login {
    margin-top: 10px
}

.header_nav {
    height: 50px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .28);
    background-image: linear-gradient(to top, #1a296e 0, #314394 100%);
    font-weight: 600;

    -webkit-transition: all .2s ease-in-out;
    -ms-transition: translateX(-110%);
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}





.nav,
.nav a.menu_item {
    height: 100%
}

.header_nav .container {
    position: relative;
    padding: 0 10px;
    
}

.back_link {
    display: none;
    color: #fff;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50px;
    line-height: 50px;
    background-image: url("data:image/svg+xml,<svg width='32px' height='32px' viewBox='0 0 16 16' class='bi bi-layout-text-sidebar-reverse' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M12 8a.5.5 0 01-.5.5H5.707l2.147 2.146a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 11.708.708L5.707 7.5H11.5a.5.5 0 01.5.5z'></path> </svg>");
    background-repeat: no-repeat;
    background-position: center;
}


.category {
    position: relative;
    width: 22%;
    padding-left: 40px
}

.category:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-image: url("data:image/svg+xml,<svg width='24px' height='24px' viewBox='0 0 16 16' class='bi bi-layout-text-sidebar-reverse' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.content__subitem h2:before,
.nav a.menu_item:after {
    content: ''
}


.category.active,
.category:hover {
    background-image: linear-gradient(to top, #c52c24 0, #d53f37 100%)
}

.category_menu {
    display: none;
    position: absolute;
    background: #304292;
    top: 50px;
    left: 0;
    z-index: 17;
    max-width: 400px;
    max-height: 60vh;
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .19);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: translateX(-110%);
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

body.showcategory .category_bg {

    display: block;
    opacity: 0.1;
    background: #fff;
}

.category_title {
    display: none;
}

.category_menu.show {
    display: block;
}

.catalog__item_img img {
    max-width: 100%;
    max-height: 100%;

}

.nav {
    display: flex;
    width: 78%;
    justify-content: space-between;
}

.nav a.menu_item {
    position: relative;
    display: block;
    width: auto;
    padding: 0 0.5rem;
    text-align: center;
    font-size: 13px;

}

.content__item .btn,
.search_input {
    font-size: 14px;

}

/*
.nav a:after {
    position: absolute;
    width: 1px;
    height: 10px;
    background: #fff;
    top: 20px;
    right: 0;
    opacity: .3
}
*/
.nav a.menu_item:hover {
    background: #3e5bba;
    color: #fff;
}


.flickity-prev-next-button {
    background: rgba(0, 0, 0, .51);
    width: 45px;
    height: 90px;
    border-radius: 0
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button svg {
    height: 60%;
    width: 80%;
    left: 15%
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-prev-next-button:hover .arrow {
    fill: #333
}

.content__item3 .flickity-prev-next-button .arrow,
.content__item3 .flickity-prev-next-button:hover .arrow {
    fill: #fff
}

.flickity-page-dots {
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    padding: 12px 0;
    display: none;
}

.flickity-page-dots .dot {
    width: 17px;
    height: 17px;
    background: #fff;
    opacity: 1
}

.flickity-page-dots .dot:hover {
    background: #d53e36;
    opacity: 1
}

.flickity-page-dots .dot.is-selected {
    background: #d53e36
}


.intro {
    background-image: linear-gradient(to top, #fff 0, #f0f2f5 10%, #d9e0e8 100%);
    padding-bottom: 20px;
    overflow: hidden;
}

.intro.video-slider {
    padding: 10px 0;
}

.intro .container {
    /*width: 1098px;*/
    /*  padding: 0;*/
    overflow: hidden;
}



.intro,
.intro-item,
.intro .container {
    /*height: 650px;*/
    height: auto;
    position: relative;
}

.intro-item {
    overflow: hidden;
}

.intro-media {
    display: block;
    width: 80%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}


.intro-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro-title {
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 600;

    color: #fff;
}

.intro-title a {
    color: inherit;
    text-decoration: none;
}



.intro-fix {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}




.slick-slide {
    outline: none;
}

.slick-arrow {
    border: none;
    padding: 0px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    text-align: center;

    border: none;
    background: #050709;
    color: #fff;

    width: 2.8rem;
    height: 4rem;
    line-height: 3.875rem;


    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



.slick-prev {
    left: 0rem;
    background-image: url("data:image/svg+xml,<svg width='32px' height='32px' viewBox='0 0 16 16' class='bi bi-chevron-left' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
}


.slick-next {
    right: 0rem;
    background-image: url("data:image/svg+xml,<svg width='32px' height='32px' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
}


.slick-prev:hover,
.slick-next:hover {
    opacity: 0.8;
}

.new_content .slick-arrow {
    opacity: 0.1;
    background-color: #666;
}

.new_content .slick-arrow:hover {
    opacity: 0.5;

}


.new_content .slick-prev {
    left: -2rem;
}

.new_content .slick-next {
    right: -2rem;
}

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    list-style-type: none;
    padding: 0;
    margin: 0;

    line-height: 0;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 14;
    width: 100%;
    background-color: rgba(00, 00, 00, 0.5);
    height: 7%;
}

.new_content .slick-dots {
    bottom: -4%;
    background: none;
}


.slick-dots li {
    margin: 0 5px;
}

.slick-dots button{
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slick-dots button:focus{
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #777;
    border-color: #fff;
    opacity: 1;
}

.new_content .slick-dots button {
    background-color: #eaeaea;
    border: 1px solid #dadada;
}

.new_content .slick-dots li button:hover,
.new_content .slick-dots li.slick-active button {
    background-color: #404040;
    border: 1px solid #6c6c6c;
}

.slick-slide img {

    width: 100%;
}

#search_form {
    position: relative
}

.search {
    background: #E2E7ED;
    padding: 20px 0
}

.search .container {
    position: relative;
    padding: 0 10px
}

.search_input {
    display: block;
    width: 100%;
    height: 44px;
    box-shadow: 0px 0px 2px rgba(00, 00, 00, .25);
    border: 0;
    padding: 10px 0 10px 20px;
    margin: 0 auto !important;
    font-style: italic
}

.search_input:active,
.search_input:focus {
    box-shadow: 0px 0px 3px rgba(00, 00, 00, .55);
}

.search_input::-webkit-input-placeholder {
    color: #7c7c7c
}

.submit {
    position: absolute;
    background-image: url("data:image/svg+xml,<svg width='22px' height='22px' viewBox='0 0 16 16' class='bi bi-search' fill='rgb(25,39,108)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 0;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

.bnr img {
    width: 100%;
}

.content {
    padding: 25px 0 0
}

.content .container {
    display: flex;
    justify-content: space-between
}

.content__item1 {
    width: 68%;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    overflow: hidden;
    align-content: space-between;
    position: relative
}

.content__item1 .content__subitem {
    width: 49%;
    margin-bottom: 14px
}

.content__item1 .btn {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    right: 0
}

.content__item {
    margin-bottom: 20px
}

.content__item .btn {
    width: 80%;
    height: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    background-image: linear-gradient(to top, #1a296e 0, #314394 100%);
    left: 50%;
    margin-left: -40%;
}

.content__subitem {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 15px 16px 0
}

.content__subitem h2 {
    position: relative;
    border-bottom: 1px solid #e2e7ed;
    color: #2d2d2d;
    font-size: 20px;

    margin-bottom: 24px;
    padding: 0 40px 10px 0;
    line-height: 1.5;
    font-weight: 600;
}

.new h2 {
    font-weight: 100;
}

.content__subitem h2:before {
    position: absolute;
    width: 16%;
    height: 2px;
    background: #D24B44;
    bottom: -1px
}

.content__subitem h2:after {
    position: absolute;
    top: -10px;
    right: -10px
}

.content__subitem h2 a {
    position: relative;
    color: #2d2d2d;
    font-size: 20px
}

.content__subitem ul {
    margin: 0;
    padding: 0;
}

.content__subitem li {
    margin-bottom: 15px
}

.content__subitem a {
    color: #5d71cc;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.content__subitem a:hover {
    color: #d24b44;
}

.content__subitem3430 h2:after,
.content__subitem3547 h2:after {
    content: url(../images/content_icon1.png)
}

.content__subitem3683 h2:after {
    content: url(../images/content_icon2.png)
}

.content__subitem3645 h2:after {
    content: url(../images/content_icon3.png)
}


.content__subitem3564 h2:after {
    content: url(../images/content_icon8.png)
}

.content__subitem3589 h2:after {
    content: url(../images/content_icon9.png)
}


.content__subitem3602 h2:after {
    content: url(../images/content_icon10.png)
}




.content__subitem1827 h2:after {
    content: url(../images/content_icon4.png)
}

.content__subitem1788 h2:after {
    content: url(../images/content_icon5.png)
}

.content__subitem2103 h2:after {
    content: url(../images/content_icon7.png)
}



.content__item3 {
    width: 30%;
	overflow: hidden;
}

.content__item3 h2,
.new h2 {
    position: relative;
    color: #4a4a4a;
    font-size: 24px;
    text-transform: uppercase;

    margin: 15px 0 20px 45px;
    padding-bottom: 12px
}

.content__item3 h2:before,
.new h2:before {
    position: absolute;
    content: '';
    width: 16%;
    height: 2px;
    background: #1A296E;
    bottom: -1px
}

.content__item3 h2:after,
.new h2:after {
    position: absolute;
    content: url(../images/new-icon.png);
    top: 7px;
    left: -44px
}

.content__item3 .content__subitem {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    box-shadow: 0 0;
    padding: 10px 0;
    height: 111px
}

.content__item3 .content__subitem:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .21);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}
.content__item3 .content__subitem.hideline::after,
.content__item3 .content__subitem:last-child::after {
	display:none;
}

.content__item3 .content__subitem .content__subitem_img {
    height: 100%;
    display: flex;
    min-width: 120px;
	margin-right: 10px;
}

.content__item3 .content__subitem .content__subitem_img a {
    margin: 0
}

.content__item3 .content__subitem .content__subitem_img img {
    max-width: 100%;
    max-height: 100%;
    align-self: center
}

.content__item3 .content__subitem a {
    font-size: 14px;
    text-decoration: none;
    text-transform: none;

    margin: 0
}

.accordion a,
.accordion_list a,
.catalog__subitem .btn,
.catalog__subitem p,
.catalog_content h2,
.contacts h2,
.contacts__item h3,
.conteint__item_img a,
.new h2,
.news .btn,
.news h2,
.form .btn,
.form input[type=submit],
.popup_window h3,
.price_block .btn,
.product h2 {
    text-transform: uppercase
}

.content__item3 .flickity-prev-next-button {
    background: rgba(0, 0, 0, .41);
    width: 47px;
    height: 47px;
    border-radius: 50%
}

.content__item3 .flickity-prev-next-button svg {
    height: 60%;
    width: 65%;
    left: 20%
}

.content__item3 .flickity-prev-next-button.previous {
    left: 0
}

.content__item3 .flickity-prev-next-button.next {
    right: 0
}

.content__item3 .flickity-prev-next-button:hover {
    background: #1a296e
}

.content__item3_content:after {
    content: 'flickity';
    display: none
}

.conteint__item_img {
    text-align: center;
    display: flex;

    justify-content: space-between;
}

.conteint__item_img h3 {
    font-size: 14px;
    margin-top: 5px;
}

.conteint__item_img a {
    color: #d24b44;
    text-decoration: none
}

.content__subitem7:after {
    display: none
}

.content__subline {
    margin-top: 30px;
}

.content__subline .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px
}

.content__subline .container:after {
    display: none;
    position: absolute;
    content: '';
    height: 1px;
    width: 98.5%;
    background: #e7e7e7;
    bottom: 0
}



.new {
    padding: 0 0 25px 0;
}

.new h2.cart:after {
      content: url(../images/cup.png);
}


.new_content .slick-slide {
    position: relative;
    margin: 0 10px;
    padding: 15px 0 25px;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.new_content .slick-slide:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .14);
    right: -19px;
    top: 0
}

.new_content .slick-slide .new_content_item {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 375px;
}

.new_content .slick-slide a {
    display: block;
    font-size: 14px;
    text-decoration: none;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.new_content .slick-slide .catalog__item_price {
    margin-top: 20px;
}

.new_content .slick-slide .catalog__subitem {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.new_content .catalog__item_title{
    height: 80px;
}

.new_content .catalog__item_price p{
    margin-right: 0;
}

.new_content .slick-slide .catalog__subitem .btn{
    width: 100%;
}

.breadcrumps a,
.new_content .slick-slide a:hover {
    
}

.new_content .slick-slide a.btn {
    color: #fff;
    width: 130px;
}

.new_content .slick-slide a.btn:hover {
    text-decoration: none;
}

.new_content .slick-slide .new_content_img {
    text-align: center;
    width: 100%;
    height: 50%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_content .slick-slide .new_content_img::before {
    content: '';
    display: block;
    position: relative;
    padding-top: 75%;
}

.new_content .slick-slide .new_content_img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.new_content .slick-slide .new_content_img img {
    max-width: 100%;
    max-height: 100px;
    align-self: center;
    width: auto;
    height: auto;
}


.news_content__subitem {
    display: flex;
    
}


.news_img {
    width: 25%;
    margin-right: 10px;
}

.news img.maim_img{
     float: left;
     margin-right: 30px;
     max-width: 200px;
}

.news_text {
    flex: 1 1 auto;
}


.news {
    background: #F6F7F9;
    padding: 42px 0 30px
}

.news .title {
    display: block;
    color: #2f5cb7;
    font-size: 18px;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #E1E1E1;
}

.news .title:hover {
    color: #d24b44
}

.news span.date {
    position: relative;
    display: block;
    color: grey;
    font-size: 13px;

    margin-left: 25px
}

.news .btn,
.news .btn:hover {
    color: #fff
}

.news span.date:before {
    position: absolute;
    color:#868686;
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3' viewBox='0 0 16 16'><path d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z'/><path d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/></svg>");
    left: -25px
}

.news .btn {
    width: 213px;
    height: 50px;
    border: 1px solid #4a61cc;
    background-image: none;
    background-color: #1a296e;
    font-size: 14px;
    line-height: 50px;
    padding: 0;
    margin: 27px auto 0
}

.news_content {
    display: flex;
    justify-content: space-between;
    background: #fff;
   
    padding: 0;
}

.news_content__item {
    width: 100%
}

.breadcrumps {
    background-image: linear-gradient(to top, #f4f5f8 0, #d9e0e8 100%);
    padding: 10px 0
}

.contacts h2:after,
.product h2:after {
    background: #1a296e;
    height: 2px;
    bottom: 0
}

.breadcrumps ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
}

.contacts_content,
.product_content {
    justify-content: space-between;
    display: flex;
    flex-flow: row wrap;
}

.breadcrumps a {
    color: #476add;
    font-size: 13px;
}

.breadcrumps li span {
    font-size: 13px;
    color: #838383;
}

.breadcrumps li {
    position: relative;
    margin: 0 20px 10px 0
}

.breadcrumps li:last-of-type {
    margin-right: 0;
}

.breadcrumps li:after {
    position: absolute;
    content: url("data:image/svg+xml,<svg width='10px' height='10px' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='rgba(00,00,00,0.6)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    top: 1px;
    right: -15px
}

.breadcrumps li:last-child a,
.breadcrumps li:last-child span {
    color: #838383;
    text-decoration: none;
}

.breadcrumps li:last-child:after {
    display: none
}


.contacts h2 {
    position: relative;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 300;

    padding-bottom: 12px
}

.contacts h2:after {
    position: absolute;
    content: '';
    width: 50px;
    left: 0
}

.contacts .geo-icon {
    color: rgb(199, 47, 39);
}

.contacts__item {
    margin-top: 30px
}

.contacts__item h3 {
    color: #1f2e76;
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 20px
}

.contacts__item ul {
    padding-left: 35px
}

.contacts__item li {
    position: relative;
    color: #4a4a4a;
    font-size: 14px;

    margin-bottom: 25px
}

.contacts__item li:before {
    position: absolute;
    content: url(../images/contacts_icon1.png);
    left: -35px;
    top: 0
}

.contacts__item li:nth-child(2):before {
    content: url(../images/contacts_icon2.png)
}

.contacts__item li:nth-child(3):before,
.contacts__item li:nth-child(4):before {
    content: url(../images/contacts_icon3.png)
}

.contacts__item span {
    font-weight: 600
}

.contacts__item a {
    color: #3e5bba;
}

.accordion a,
.accordion_list a,
.footer a,
.pagination a {
    text-decoration: none
}

.contacts__item1 {
    width: 440px
}

.contacts__item2 {
    width: 470px
}

.contacts_img {
    width: 900px;
    margin: 45px auto 0
}

.contacts_img img {
    width: 100%
}

.contentbg.contacts a {
    text-decoration: none;
	color: #1f2e76;
}


.contentbg,
.product {
    padding: 5px 0 40px
}


.contentbg.inside {
    padding: 0;
}

.contentbg.inside.intro{
	background:none;
}

.contentbg.inside.staff{
	background-image: url(/images/content/staff_bg.jpg);
    padding-top: 10px;
margin-top: 15px;
}

.contentbg.inside.intro .intro-slider{
    margin-bottom: 20px;
}

.contentbg.inside.intro .intro-slider:after {
	content:"";
	display:block;
	position:absolute;
	
	width:100%;
	height:3px;
	bottom:-3px;
	
	background: rgb(255,209,210);
	background: linear-gradient(0deg, rgba(255,209,210,1) 0%, rgba(171,63,66,1) 50%, rgba(255,209,210,1) 100%); 
}

.contentbg.inside.intro .intro-slider:before {
	content:"";
	display:block;
	position:absolute;
	
	width:100%;
	height: 11px;
bottom: -15px;
background: rgb(133,149,184);
background: linear-gradient(0deg, rgba(133,149,184,1) 0%, rgba(40,68,137,1) 5%, rgba(30,83,161,1) 25%, rgba(39,70,140,1) 75%, rgba(42,65,133,1) 100%);

}
 



.contentbg.inside.intro .intro-img{
	height: 454px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.contentbg.inside.intro .intro-content {
    width: 45%;
    color: #034266;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 50px;
}

.intro-content h2::after{
    display: none;
}

.intro-content h2{
    padding: 0px;
    font-size: 30px;
    font-weight: 600;
}

.contentbg.inside.intro .intro-content p{
	margin-bottom:6px;
	line-height:1.4;
}


.contentbg.inside .container{
	background-color: transparent;
	box-shadow: none;
	padding: 0 0 40px;
}

.contentbg_block {
    margin-top: 40px;

}

.contentbg.inside.staff .contentbg_block {
    margin: 10px;
}


.contentbg_block.grey_block{
    background-color: #e8eaf1;
}

.contentbg_block.white_block{
    background-color: #fff;
}

.contentbg_block.blue_block {
  
    background-color: #d4ecf8;
}

.contentbg_block.img_block {
  
    background-image: url(/images/content/service_bg.jpg);
}


.contentbg_block .side_blocks .delivery {
    background-image: url(/images/content/delivery.jpg);
    height: 363px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}



.contentbg.inside .contentbg_block .container,
.contentbg.inside .contentbg_block .container {
    padding: 20px 50px;
}

.contentbg.inside.staff2 .contentbg_block .container {
    padding: 0;
}


.contentbg_mobile{
    display: none;
}

.component h2.icon{
    padding-left: 60px;
}

.component h2.icon::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12.5px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #1c2b6f;
    border-radius: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.component h2.icon.tranparent-icon::before{
    background-color: transparent;
    box-shadow:none;
    border-radius: 0;
}

.component h2.icon::after {
    left: 60px;
}

.component h2.icon.client::before{
    background-image: url(/images/content/icons/to_client.png);
}
.component h2.icon.assembly::before{
    background-image: url(/images/content/icons/assembly.png);
}
.component h2.icon.fast-delivery::before{
    background-image: url(/images/content/icons/fast-delivery.png);
}
.component h2.icon.payment::before{
    background-image: url(/images/content/icons/payment.png);
}


h2.content_header {
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 5px;
    color: #fff;
}

h2.content_header::after{
    display: none;
}
h2.content_header.blue {
    background-color: #0D67B0;
}

h2.content_header.red {
    background-color: #D53E36;
}

.icon_blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon_block {
    box-sizing: border-box;
    width: 31%;
    margin: 10px 0;
    background-color: #1c2b6f;
    display: flex;
    color: #fff;
    padding: 10px;
    justify-content: start;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
}

.contentbg_block.blue_block .icon_block{
    width: 23%;
    font-size: 15px;
    background-color: #fff;
    color: #034266;
}

.icon_block_icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.contentbg_block.blue_block .icon_block .icon_block_icon {
    background-color: #1c2b6f;
}


.contentbg.staff .icon_block {
    display: block;
    height: 300px;
    background-color: #fff;
    padding: 20px;
}

.contentbg.staff .icon_block .icon_block_icon{
    background-color: transparent;
    box-shadow: none;
    margin: auto;
    width: 50px;
    height: 50px;
    background-size: contain;
    border-radius: 0;
}

.contentbg.staff .icon_block  .icon_block_header{
    color: #D53D35;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto;
}

.contentbg.staff .icon_block .icon_block_txt{
    color: #272727;
font-size: 15px;
text-align: center;
letter-spacing: 0px;
}

.side_blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side_blocks > div {
    width: 48%;
    padding: 0;
    box-sizing: border-box;
    text-align: justify;
}

.side_blocks .staff_content {
    padding: 0 35px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentbg.inside.staff2 .side_blocks > div{
    width: 50%;
    font-size: 15px;
}

.side_blocks img {
    width: 99%;
}

.product .container {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .19);
    padding: 15px 15px 35px 15px;
}

.product h2 {
    position: relative;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 300;

    padding-bottom: 12px
}

.character span:first-child,
.product h3 {
    font-weight: 600
}

.character p,
.character span,
.product h3 {
    font-size: 14px;

}

.product h2:after {
    position: absolute;
    content: '';
    width: 50px;
    left: 0
}

.product h3 {
    color: #1f2e76;
    text-transform: uppercase;
    margin-bottom: 15px
}

.product_content {
    margin-top: 20px
}

.product_img {
    box-sizing: border-box;
    margin-top: 30px;
    padding-left: 0px;
    max-width: 750px;
    width: 75%;

}

.product_img.woprice {
    margin: 10px auto 20px;
    padding: 0px;
    width: 100%;
    text-align: center;
    order: 1;
}

.product_slider_img .slick-list,
.product_slider_img .slick-track,
.product_slider_img .slick-slide,
.product_slider_img .slick-slide>div {
    height: 100%;
}

.product_slider_img .slick-slide>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.product_slider_img .slick-slide>div img {
    align-self: center;

}

.product_slider_img .slick-arrow {
    background: none;
    width: 1rem;
    height: 2rem;
}

.product_slider_img .slick-next {
    right: -0.5rem;
    background-image: url("data:image/svg+xml,<svg width='32px' height='32px' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='rgb(00,00,00)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
}

.product_slider_img .slick-prev {
    left: -0.5rem;
    background-image: url("data:image/svg+xml,<svg width='32px' height='32px' viewBox='0 0 16 16' class='bi bi-chevron-left' fill='rgb(00,00,00)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
}

.product_slider_img .slick-dots {
    bottom: -1rem;
    background: none;
}

.product_slider_img .slick-dots button {
    background: #fff;
    border-color: #777;
}

.product_slider_img .slick-dots li button:hover,
.product_slider_img .slick-dots li.slick-active button {
    background: #777;
    border-color: #777;
}



.product_img img {
    width: 100%;
}

.zoom {
    display: inline-block;
    position: relative;
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}


.character {
         width: 100%;
        order: 3;
        margin: 25px 0 10px;
}

.character span {
    flex: 1 1 50%;
    color: #4a4a4a;
    text-align: left;
}

.character strong {
    margin-right: 5px;
}

.character p {
    color: #6a6a6a
}

.character ul {
    margin-bottom: 25px;
    padding: 0;
}

.character li {
    display: flex;
    background: #EFF1F4;
    margin-bottom: 2px;
    padding: 15px;
    text-align: right;
}

.price_block {
    margin: 20px auto 30px;
    text-align: center
}

.price_block p {
    color: #2e2e2e;
    font-size: 15px;
    text-align: center
}

.price_block p.price {
    font-size: 30px;
    font-weight: 600;

    margin-bottom: 10px
}

.price_block input:not([type=submit]) {
    background: #f1f4ff;
    border: 1px solid rgba(39, 64, 177, .45);
    color: #000;
    padding: 8px 10px;
    margin: 5px 0;
    width: 100%
}

.form .price_block .btn {
    position: relative;
    background-image: linear-gradient(to top, #c42b23 0, #d63f37 100%);
    height: 42px;

    line-height: 42px;
    font-size: 14px;
    box-shadow: none;
    font-weight: 600;
    padding-left: 35px;

    width: 100%;


    border: 0;
    margin: 10px auto 0;
    color: #fff;

    cursor: pointer;

}

.price_block .btn:before {
    position: absolute;
    content: url("data:image/svg+xml,<svg width='20px' height='20px' viewBox='0 0 16 16' class='bi bi-layout-text-sidebar-reverse' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/></svg>");
    top: 4px;
    left: 17px
}

.accordion h4:after,
.catalog_content h2:after,
.custom-select-trigger:before,
.sort_icon:before {
    content: ''
}

.price_block .btn.not_available {
    padding: 0 30px;
    margin: 0;
    line-height: 42px;
}

.price_block .btn.not_available:before {
    display: none
}

.product_desc {
    line-height: 1.4;
}

.catalog {
    background: #f4f5f8;
    padding: 20px 0 90px;
    height: 100%
}

.catalog .container {
    display: flex
}

.catalog_category {
    width: 260px;
    margin-right: 20px;
}

.catalog_category h4.accordion_title {
    background: #CED9E3;
    padding: 10px 20px 10px 30px;
    margin: 0;
    position: relative;
    color: #061458;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;

}

.catalog_category h4.accordion_title::before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgb(6, 20, 88)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    content: "";
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left center;
    opacity: 0.5;
}

.catalog_category h4.accordion_title:hover::before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgb(255, 255, 255)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z' clip-rule='evenodd'/></svg>");
    opacity: 1;
}

.catalog_category .accordion h4.accordion_title::after {
    content: "";
    position: absolute;
    display: block !important;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, rgba(206, 217, 227, 0) 0%, rgba(206, 217, 227, 0.8) 40%, rgb(206, 217, 227) 80%);
    opacity: 1;
}

.catalog_category .accordion h4.accordion_title:hover::after {
    background: linear-gradient(90deg, rgba(48, 66, 146, 0) 0%, rgba(48, 66, 146, 0.8) 40%, rgb(48, 66, 146) 80%);
}


.accordion li.cat_title h4::before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgb(6, 20, 88)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    content: "";
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left center;
    opacity: 0.5;
}

.accordion li.cat_title h4:hover::before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='rgb(255, 255, 255)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z'/></svg>");
    opacity: 1;
}


.accordion {
    padding: 0;
    margin: 0;
}

.accordion ul {
    margin: 0;
}

.accordion li {
    margin-bottom: 1px;
    position: relative;
}

.accordion li.cat_title {
    margin-bottom: 5px;
}

.accordion h4 {
    background: #e2e7ed;
    padding: 10px 30px 10px 10px;
    margin: 0;
    position: relative;
    color: #061458;
    font-size: 13px;
    font-weight: 400;

}

.accordion li.cat_title h4 {
    background: #CED9E3;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
}

.accordion h4.active,
.accordion h4:hover,
.accordion li.cat_title h4:hover {
    background: #304292;
    color: #fff
}

.accordion h4:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 12px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='rgb(48, 66, 146)'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0.5;

}

.accordion h4.hover:after {
    opacity: 0.9;
}

.accordion h4.active:after,
.accordion h4:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='rgb(255, 255, 255)'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    opacity: 1;
}

.accordion h4.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.catalog_category .accordion h4:after {
    display: none
}

.catalog_category .accordion .has_subcats h4:after {
    display: block;
}

.catalog_category .accordion .subcatshow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: none;
}

.accordion_list {
    display: none;
    padding: 10px 15px;
    background: #f0f4f9
}

.accordion_list.open {
    display: block;
}

.accordion_list li {
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 4px
}

.accordion_list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.accordion_list a {
    color: #2f5cb7;
    font-size: 13px;
    transition: none;
    font-weight: 400
}

.accordion_list a.active {
    color: #c42b23;
}

.custom-option,
.custom-options {
    transition: all .4s ease-in-out
}

.accordion_list a.avtive,
.accordion_list a:hover {
    color: #d24b44;
}

.accordion_list a.avtive {
    font-weight: 600;
}

.catalog_content {
    width: 73%
}

.catalog_content.w-100 {
    width: 100%
}

.catalog_content h2 {
    position: relative;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 500;

    padding-bottom: 12px
}

.catalog_cats h2 {
    padding: 5px 0;
    margin-top: 15px;
}
.catalog_cats h2::after {

bottom: 0px;

}

.catalog_content h2#nickname {
    padding-top: 0;
}

.catalog_content h2:after {
    position: absolute;
    background: #1a296e;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0
}

.sort {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    margin: 20px 0;
    padding-bottom: 20px
}

.sort__item {
    display: flex;
    align-items: center
}

.sort__item .sort__item_span {
    color: #525356;
    font-size: 14px;
    font-weight: 600;
    margin-right: 12px
}

.sort__item p {
    color: #525356;
    font-size: 16px;

    margin-right: 12px
}

.sort_icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    opacity: 1;
    cursor: pointer;
    margin: 0 5px;
    border-color: #e2e7ed !important
}

.sort_icon.selected,
.sort_icon.selected:before {
    border-color: #1a296e !important
}

.sort_icon:hover,
.sort_icon:hover:before {
    border-color: #304292 !important
}

.sort_icon:hover {
    opacity: .7
}

.sort_icon:before {
    border-color: #e2e7ed !important;
    height: 5px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 30px
}

.sort_icon.sort_icon1,
.sort_icon.sort_icon1:before {
    border-bottom: 5px solid
}

.sort_icon.sort_icon1 {
    border-top: 5px solid
}

.sort_icon.sort_icon2,
.sort_icon.sort_icon2:before {
    border-bottom: 5px dotted
}

.sort_icon.sort_icon2 {
    border-top: 5px dotted
}

.custom-options,
.custom-select,
.custom-select.opened {
    border: 1px solid rgba(0, 0, 0, .14)
}

.sort_down,
.sort_up {
    margin-top: 3px
}

.sort_down a,
.sort_up a {
    display: block;
    width: 9px;
    height: 16px;
    background: url(../images/sort_arrow.png) no-repeat;
    opacity: .8
}

.sort_down a:hover,
.sort_up a:hover {
    opacity: 1
}

.sort_up {
    margin-right: 4px;
    margin-left: 10px
}

.sort_up a {
    background-position: 0 0
}

.sort_up a.selected {
    background-position: 0 -16px
}

.sort_down a {
    background-position: -9px 0
}

.sort_down a.selected {
    background-position: -9px -16px
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none
}

.custom-select-wrapper select {
    display: none
}

.custom-select {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 227px;
    height: 33px;
    color: #858585;
    font-size: 15px;
    font-weight: 500;
    line-height: 33px;
    padding: 0 0 0 10px
}

.custom-select2 {
    width: 75px;

}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%
}

.custom-select-trigger:before {
    position: absolute;
    background: rgba(0, 0, 0, .22);
    width: 1px;
    height: 80%;
    top: 3px;
    right: 30px
}

.custom-select-trigger:after {
    position: absolute;
    content: url(../images/select_arrow.png);
    right: 8px
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0)
}

.custom-options {
    position: absolute;
    z-index: 1;
    display: block;
    top: 63%;
    left: 0;
    right: -7px;
    width: 100%;
    margin: 14px 0;
    border-top: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px)
}

.catalog__subitem,
.p_orders .order {
    box-shadow: 0 0 3px rgba(0, 0, 0, .19);
    box-sizing: border-box
}

.custom-option {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding: 0 15px;
    font-size: 14px;
    color: #858585;
    line-height: 35px
}

.custom-option:first-child {
    border-top: 0
}

.custom-option:last-of-type {
    border-bottom: 0
}

.custom-option.selection,
.custom-option:hover {
    background: rgba(0, 0, 0, .15)
}

.catalog__subitem {
    display: flex;
    height: auto;
    background: #fff;
    align-items: center;
    padding: 10px 20px 12px 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.catalog__subitem .btn {
    width: 145px;
    height: 42px;
    font-size: 13px;
    font-weight: 600;

    line-height: 42px
}

body.en .catalog__subitem .btn {
    font-size: 12px;
}

.catalog__subitem .btn.not_available {
    padding: 0 5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px
}

.catalog__subitem .btn.incart {
    background: #fff;
    color: #304292;
    line-height: 26px
}

.catalog__subitem .btn.incart:hover{
    background: #fff !important;
}

.catalog__subitem .btn.incart a.addtocart {
    color: #d63f37;
    display: block;
    line-height: 1;
}

.catalog__subitem .btn.incart a.gotocart {
    color: #2f5cb7;
    font-size: .8em
}

.catalog__subitem .btn.addtocart {
    position: relative;
    box-sizing: border-box;
    padding-left: 25px
}

.catalog__subitem .btn.addtocart:before {
    position: absolute;
    background-image: url("data:image/svg+xml,<svg width='20px' height='20px' viewBox='0 0 16 16' class='bi bi-layout-text-sidebar-reverse' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/></svg>");
    top: 0px;
    left: 10px;
    content: '';
    width: 24px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.catalog__item_img {
    width: 116px;
    height: 64px;
    text-align: center;
    position: relative;
}

.catalog__item_img.big_image:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,<svg width='32px' height='32px' viewBox='0 0 16 16' class='bi bi-search' fill='rgb(199,47,39)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}



.catalog__item_title {
    flex: 1 0 0;
    -ms-flex-preferred-size: 30%;
    margin: 0 10px
}

.catalog__item_title a {
    font-size: 14px;

}

.catalog_cats .catalog__item_title a {
    color: #4a4a4a;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;

}

.catalog_cats .catalog__item_title a:hover {

    color: #d24b44;
}

.catalog__item.catalog__item1 {
    display: flex;
    flex-flow: row wrap
}

.catalog__item_price p {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 600;

    margin-right: 10px;
    white-space: nowrap
}

.catalog__item_price p span {
    font-size: 13px;

}

.catalog__subitem p.not_available {
    display: block !important;
    font-size: 16px;
    margin: 0
}

.catalog__item1 .catalog__item_price {
    display: flex;
    align-items: center;
/*    width: 270px;*/
    justify-content: flex-end;
    text-align: center;
}

.cart_items .catalog__item1 .catalog__item_price {
    width: auto;
}

.catalog__item_qty,
.catalog__item_chars {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    display: flex;
    margin-top: 10px;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;


}

.catalog__item_qty {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.catalog__item_qty p,
.catalog__item_chars p {
    margin: 0 10px 0 0;
    text-transform: capitalize;
    font-weight: 200;
}

.catalog__item2 .catalog__item_qty p,
.catalog__item2 .catalog__item_chars p {
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
}


.catalog__item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 
}

.catalog__item2::after {
    content: "";
    width: 31%;
}

.catalog__item2 .catalog__subitem {
    display: flex;
    flex-flow: row wrap;
    width: 31%;
    height: auto;
    border-bottom: 2px solid #d24c45;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center
}

.catalog_content.w-100 .catalog__item2 .catalog__subitem{
   width: 24%; 
}

.content__item.content__item1 .catalog__subitem {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
}

.catalog_cats .catalog__item2 .catalog__subitem {
    border: none;
    padding: 20px 20px 5px 20px;

}

.catalog__item2 .catalog__subitem .addtocart_container,
.catalog__item2 .catalog__subitem .addtocart_container .btn.incart {
    width: 100%
}

.catalog__item2 .catalog__subitem2 .btn {
    padding-left: 30px
}

.catalog__item2 .catalog__subitem2 .btn:before {
    left: 12px
}

.catalog__item2 .catalog__item_title {
    flex: auto;
    width: 100%;
    margin: 0 0 20px 0;
}

.catalog_cats .catalog__item2 .catalog__item_title {
    margin: 15px 0;
}

.catalog__item2 .catalog__item_img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__item2 .catalog__item_img::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.catalog_cats .catalog__item2 .catalog__item_img::before,
.content__item.content__item1 .catalog__item_img::before {
    padding-top: 75%;
}

.catalog__item_img svg {
    color: #E8E8E8;
    opacity: 0.5;
}

.catalog__item1 .catalog__item_img svg {
    width: 40%;
    height: 100%;
}

.catalog__item2 .catalog__item_img svg {
    width: 40%;
    height: 40%;
}

.catalog__item2 .catalog__item_price {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-self: flex-end
}

.catalog__item2 .catalog__item_price p {
    display: flex;
    align-items: baseline;
    margin: 10px
}

.catalog__item2 .btn {
    width: 130px;
    margin: 0 auto
}

.cart_items h2 {
    position: relative;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 300;

    padding-bottom: 12px;
    margin-bottom: 10px
}

.cart_items h2:after {
    position: absolute;
    content: '';
    background: #1a296e;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0
}

.cart_items .character {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
}

.cart_items .character .clearcart {
    width: 100%;
    text-align: right;
    margin-bottom: 10px
}

.cart_items .character ul {
    width: auto;
    margin-bottom: 10px
}

.cart_items .character ul li {
    justify-content: space-between;
    padding: 5px
}

.cart_items .character ul li h2 {
    font-weight: 600;
    margin: 0;
    padding: 5px
}

.cart_items .character ul li h2:after {
    display: none
}

.cart_items .ordercart_order_pay_center {
    display: flex;
    justify-content: flex-end
}

.cart_items .ordercart_order_pay_center input {
    border: 0;
    margin-left: 10px
}

.ordercart_order_attantion p {

    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    color: red;
    font-weight: 600;
    border: 1px solid red;
    padding: 10px;
    background: none;

}


.cart_items {
    width: 100%
}

.promocode {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px
}

.input_promo {
    background: #f1f4ff;
    border: 1px solid rgba(39, 64, 177, .45);
    color: #000;
    padding: 8px 10px;
    margin: 5px;
    width: 60px;
    width: 200px;
    text-align: right;
    height: 28px
}

.catalog__item.catalog__item1.cart_items {
    margin-bottom: 10px
}

.catalog__item.catalog__item1.cart_items .catalog__subitem {
    position: relative;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 5px
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_img {
    width: auto;
    height: 35px
}


.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .custom,
.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_title .item_count_pack {
    font-size: 14px
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .price {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 600;

    white-space: nowrap;
    margin: 0 10px;
    min-width: 100px;
    text-align: right
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .price.control {
    min-width: 100px;
    text-align: right
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .totalprice {
    font-size: 24px
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .quantity_item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 16px;
    margin: 0 5px
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .quantity_item input {
    background: #f1f4ff;
    border: 1px solid rgba(39, 64, 177, .45);
    color: #000;
    padding: 8px 10px;
    margin: 5px;
    width: 60px;
    text-align: right;
    min-width: 0;
}

.mp_container {
    width: 100%;
}

.news .mp_container{
    margin-top: 30px ;
}

.mp_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.mp__subitem {
    width: 33%;
    height: 120px;
    max-width: 350px;
}

.news .mp__subitem {
    width: 33%;
    height: 180px;
    max-width: 350px;
    margin-bottom: 15px;
}

.mp__subitem .mp__img{
	display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.qty {
    text-align: right;
}

.catalog__item.catalog__item1.cart_items .catalog__subitem .conrol_basket .delete {
    background: url(../images/delete_basket.jpg) no-repeat;
    border: none !important;
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px
}

.pagination {
    display: flex;
    align-items: center;
    margin-top: 13px
}

.pagination span {
    color: #888;
    font-size: 17px;

    margin-right: 6px
}

.pagination ul {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.pagination li {
    padding: 0 5px;
}

.pagination a {
    height: 33px;
    background: #eaeaea;
    box-sizing: border-box;
    color: #686868;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
    margin: 0px;
    display: inline-block;
    padding: 0 12px
}

.pagination a.active,
.pagination a:hover {
    background: #283985;
    color: #fff
}

.footer {
    background: #1a296e;
    padding: 25px 0;
    color: #fff
}

.footer a,
.footer_contact a {
    font-weight: 100;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
}

.footer li {
    margin-bottom: 8px
}

.footer a {
    color: #c7cbdf;
    font-size: 14px
}

.footer a:hover,
.footer_contact a {
    opacity: 0.7;
}

.footer_contact .footer_tel a {
    text-decoration: none;
}

.footer_logo span {
    color: #e2e5f3;
    font-size: 12px
}

.footer_logo_img {
    margin-bottom: 25px
}

.footer_nav {
    margin: 14px 25px 0;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.footer_nav ul {

    padding: 0;
    margin: 0;
    display: block;
    

}

.footer_nav ul li {

    width: auto;
    text-align: left;

}

.btlogo {
    margin-top: 25px;
    text-align: right;
}

.btlogo img {
    height: 40px;

}

.footer_social span {
    color: #c7cbdf;
    font-size: 14px
}

.footer_social .search {
    position: relative;
    padding: 0;
    margin-bottom: 33px
}

.footer_social .search_input {
    width: 332px;
    height: 36px;
    background: 0 0;
    border: 0;
    padding: 1px 10px
}

.footer_social .submit {
    right: 11px;
    top: 7px
}

.footer_social__item {
    display: none
}

.footer_social__item ul {
    position: relative;
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-left: 15px
}

.footer_social__item li {
    position: absolute;
    display: block;
    width: 30px;
    height: 28px;
    top: -5px
}

.footer_social__item a {
    display: block;
    width: 100%;
    height: 100%
}

#social_item1 {
    background: url(../images/social.png);
    left: 0
}

#social_item2 {
    background: url(../images/social.png) 104px 0;
    left: 35px
}

#social_item3 {
    background: url(../images/social.png) 65px 0;
    left: 73px
}

#social_item4 {
    background: url(../images/social.png) 169px 0;
    left: 107px
}

#profiletabs #order_search {
    margin: 20px 0 0
}

#profiletabs input[type=text],
#profiletabs input[type=search] {
    width: 100%
}

#profiletabs h2 {
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0
}

#profiletabs h2::after {
    display: none
}

.user_profile {
    padding: 0 0 90px
}

.user_profile .container {
    display: flex
}

.change_pass_buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0
}

.change_pass_buttons input {
    border: 0;
    margin-right: 10px
}

.change_pass {
    display: flex;
    flex-wrap: wrap;
    width: 50%
}

.change_pass .row {
    display: flex;
    width: 100%
}

.change_pass .row .pass_caption {
    width: 50%;
    display: flex;
    align-items: center
}

.change_pass .row .pass_input {
    width: 50%;
    align-items: center
}

.change_pass .row .pass_input input,
.p_orders .order,
.p_orders .order .head,
.p_orders .order .show_items {
    width: 100%
}

.p_orders {
    display: flex;
    flex-flow: row wrap
}

.p_orders .order {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    align-items: center;
    padding: 10px 20px 12px 10px;
    margin-bottom: 10px;
    justify-content: flex-start
}

.p_orders .order .head {
    font-size: 18px;
    margin: 0
}

.p_orders .order .data {
    margin: 10px 0
}

.footer_contact {
    margin-top: 14px
}

.footer_contact ul {
    padding: 0;
    margin: 0;
}

.footer_contact li {
    position: relative;
    color: #a4aac8;
    font-size: 14px;

    padding-left: 30px;
}

.footer_contact li:before {
    position: absolute;
    content: url("data:image/svg+xml,<svg width='20px' height='20px' viewBox='0 0 16 16' class='bi bi-envelope-fill' fill='rgba(255,255,255,0.5)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z'/></svg>");
    top: 0px;
    left: 0px
}

.footer_contact li:nth-child(3):before {
    content: url(../images/skype.png);
    top: 0
}

.footer_contact li:nth-child(2):before {
    content: url("data:image/svg+xml,<svg width='20px' height='20px' viewBox='0 0 16 16' class='bi bi-envelope-fill' fill='rgba(255,255,255,0.5)' xmlns='http://www.w3.org/2000/svg'>  <path fill-rule='evenodd' d='M2.267.98a1.636 1.636 0 0 1 2.448.152l1.681 2.162c.309.396.418.913.296 1.4l-.513 2.053a.636.636 0 0 0 .167.604L8.65 9.654a.636.636 0 0 0 .604.167l2.052-.513a1.636 1.636 0 0 1 1.401.296l2.162 1.681c.777.604.849 1.753.153 2.448l-.97.97c-.693.693-1.73.998-2.697.658a17.47 17.47 0 0 1-6.571-4.144A17.47 17.47 0 0 1 .639 4.646c-.34-.967-.035-2.004.658-2.698l.97-.969z'/></svg>");
    top: 0;
}

.footer_contact a {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px
}

.category_bg,
.menu_bg,
.popup_bg,
.popup_window {
    position: fixed;
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: translateX(-110%);
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer_contact span {
    color: #fff;
    font-size: 16px;

    text-decoration: none
}

.category_bg,
.menu_bg,
.popup_bg {
    z-index: 15;
    background: #000;
    opacity: .8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup_bg.dontclose {
    cursor: auto
}

.popup_window {
    background: #fff;
    top: 30%;
    padding: 35px 10px 10px;
    border-radius: 0;
    left: calc(50% - 280px);
    z-index: 99;
    text-align: left;
    min-width: 450px
}

.popup_window h4,
#popup_cart .image,
#popup_cart .title,
#popup_cart h3,
.popup_window h3 {
    text-align: center
}

.popup_window h3 {
    color: #203040;
    font-size: 30px;

    margin-bottom: 20px
}

.popup_window h4 {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.x_close {
    display: block;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    left: auto;
    width: 31px;
    height: 31px;
    margin: 10px 10px 0px 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' fill='%0'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.category_menu .x_close,
.menu_close.x_close {
    display: none;
}

.form {
    display: block;
    padding: 10px;
}

.form.text_form {
    max-width: 400px;
    padding: 0;
}

.form input,
.form select {
    height: 53px;
    background: #f1f4ff;
    border: 1px solid rgba(39, 64, 177, .45);
    box-sizing: border-box;
    color: #000;
    padding: 8px 10px;
    margin: 5px 0 15px;
    width: 100%
}



.form input[type=checkbox] {
    width: auto;
    height: auto;
    margin: 0 10px 0 0
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}


.form .message_info,
.form .message_error {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px
}

.form p,
.form .message_info {
    color: #000;
    margin: 0;

}

.form .message_error {
    color: red;

}

.popup_window .btn.popup_close {
    margin: 0 auto;
}


.form p.remember {
    display: flex;
    height: auto;
    align-items: center;
    margin-bottom: 10px
}

.form p.forgotpassword {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.form p.small {
    font-size: 16px;
    color: #666
}

.form span {
    color: #d03931
}

.form .btn,
.form input[type=submit] {
    width: 100%;
    height: 53px;
    background-image: linear-gradient(to top, #1a296e 0, #314394 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    border: 0;
    margin: 10px auto 0;
    color: #fff;
    font-size: 18px;

    cursor: pointer;

}

.text_form.form .btn,
.text_form.form input[type=submit] {
    max-width: 200px;
}


#inform.submited::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(99, 99, 99, 0.8);
    content: "";
    opacity: 0.54;
    background-image: url(/images/progress.gif);
    background-repeat: no-repeat;
    background-position: center;
}



.panel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -1px;
    justify-content: space-around;
    height: 50px;
    line-height: 50px;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .19);
    z-index: 14;
    text-align: center;
    padding: 0 10px;
    display: none;
}

.panel .row {
    height: 100% !important;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.panel .col {
    padding: 0 4px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}



.panel a {
    color: #5d71cc;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.panel .bi {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.panel a.active .bi,
.panel a:hover .bi {
    opacity: 1;
}

.panel a:hover {
    text-decoration: none;
}

.panel svg {
    overflow: hidden;
    vertical-align: middle;
}

.info-icon {
    position: relative;
    display: inline-block;
}

.panel a .badge {
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    color: #ff3a40;
    position: absolute;
    top: 0.5rem;
    right: -0.5rem;
    display: block;
    z-index: 3;
    font-weight: 900;
}



#popup_cart {
    max-width: 480px
}

.add_to_cart_form {
    position: relative
}

.add_to_cart_form .preloader {
    position: absolute;
    bottom: 0;
    display: none
}

.transition-loader-inner {
    width: 100%;
    display: flex;
    height: 100%;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.transition-loader-inner .label {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    margin: 5px
}

.sess_messages {
    margin: 15px 0
}

.sess_messages .message_error {
    color: red
}

.sess_messages .message_info {
    color: green
}

.transition-loader-inner .label:nth-child(1) {
    -webkit-animation: loader 3s .6s infinite ease-in-out;
    animation: loader 3s .6s infinite ease-in-out
}

.transition-loader-inner .label:nth-child(2) {
    -webkit-animation: loader 3s .5s infinite ease-in-out;
    animation: loader 3s .5s infinite ease-in-out
}

.transition-loader-inner .label:nth-child(3) {
    -webkit-animation: loader 3s .4s infinite ease-in-out;
    animation: loader 3s .4s infinite ease-in-out
}

.transition-loader-inner .label:nth-child(4) {
    -webkit-animation: loader 3s .3s infinite ease-in-out;
    animation: loader 3s .3s infinite ease-in-out
}

.transition-loader-inner .label:nth-child(5) {
    -webkit-animation: loader 3s .2s infinite ease-in-out;
    animation: loader 3s .2s infinite ease-in-out
}

.transition-loader-inner .label:nth-child(6) {
    -webkit-animation: loader 3s .1s infinite ease-in-out;
    animation: loader 3s .1s infinite ease-in-out
}

@keyframes loader {
    0% {
        opacity: 0;
        transform: translateX(-300px) scale(1)
    }

    33% {
        opacity: 1;
        transform: translateX(0) scale(2)
    }

    66% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateX(300px) scale(2)
    }
}


.snowflake {
    color: #a9b8ff;
    opacity: 1;
    font-size: 1rem;
    text-shadow: 0px 0px 1px #8a8a8a;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}


.grecaptcha-badge {
    right: -1000% !important;
}


.contact_cell{
    width: 100%;
    background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  min-height: 600px;
  margin-bottom: 20px;
  padding: 5px 5px 10px;
  position: relative;
}

.contact_cell .contact_img{
    width: 100%;
    position: relative;
}

.contact_cell .contact_img::after {
    content: "";

    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0px;
    background: rgb(255,209,210);
    background: linear-gradient(0deg, rgba(255,209,210,1) 0%, rgba(171,63,66,1) 50%, rgba(255,209,210,1) 100%);
}

.contact_cell .contact_img img{
    width: 100%;
}

.contact_title{
    font-size: 18px;
    font-weight: 600;
    color:#1f2e76;
    margin: 15px 0 15px 10px;
}

.contact_info{
    color:#4a4a4a;
    font-size: 14px;
    font-weight: 500;
}

.contact_info p{
padding-left: 30px
}
.contact-icon {
    display: block;
    position: relative;

}

.contact-icon::before{
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0px;
    background-image: url(/images/content/contact_icons.png);
    background-repeat: no-repeat;
    
}

.contact-icon.address-icon::before{
    background-position: -52px 0;
}
.contact-icon.phone-icon::before{
    background-position: 0px 0;
}
.contact-icon.email-icon::before{
    background-position: -26px 0;
}
.contact_addr_link{
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	display: block;
}



.html5-video-player{
  background-color: #fff;
}

.object-slider-win .slick-list,
.object-slider-win .slick-track,
.object-slider-win .slick-slide,
.object-slider-win .slick-slide > div {
  height: 100%;
}

.object-slider {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: .875rem .875rem .875rem 1rem;

}

.object-slider-win {
    height: 30rem;
}

.object-slider-win a {
    display: inline-flex !important;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.object-slider-win img {
display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
  height: auto;
}

.object-slider-control:not(.slick-initialized){
    display:none;
}

.object-slider-control {
    width: 100%;
    position: static;
    

}

.object-slider-control span {
    display: block;
    width: 100%;
    height: 6rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: .625rem;
}

.object-slider-control .slick-current span {
    border: 1px solid #dc3545;
}

.object-slider-control .slick-track {
    margin-left: unset;
    margin-left: unset;
}

.object-slider-control img {
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    margin: 0 auto;
}



@media screen and (max-width:1090px) {

    .header_user {
        padding: 0;
        max-width: 200px;
    }

    .header_user:before {
        display: none;
    }

}

@media screen and (max-width:1200px) {
    .container {
        width: 930px;
    }

	.contentbg.inside .container{
		width: 960px;
	}

    .header_logo {
        width: 170px;
        margin-right: 10px;
        min-width: 170px;
    
    }


    .header_logo img {
        width: 100%
    }
    
    .header_logo .header_lang img {
        width: 28px;
    }

    .header_phone {
        margin-left: 20px
    }

    .header_phone:before {
        display: none
    }

    .category {
        width: 240px
    }

    .intro .container {
        /*   width: 905px*/
    }



    .content__item .btn,
    .promo_slider__item,
    .promo_slider__item img {
        width: 100%
    }

    .intro,
    .intro-item,
    .intro .container {
        /*    height: 523px*/

    }

    .slick-dots {
        height: 10%;
    }

    .new_content .slick-dots {
        bottom: -5%;
        background: none;
    }

    .content__subitem h2 {
        font-size: 17px;
        border: 0
    }

    .content__item .content__subitem2 h2 {
        font-size: 18px
    }



    .content__item1 .btn {
        width: 100%;
        left: auto;
        margin-left: 0;
    }

    .content__subline {
        margin-top: 30px
    }

    .content__subline_item {
        width: 33%;
        height: auto
    }

    .content__subline_item img {
        width: 100%;
        height: 100%
    }

    .footer_social .search_input {
        width: 285px
    }

    .footer_nav ul li {

        width: auto;

    }


    .footer_contact {

        box-sizing: border-box;

    }


    .breadcrumps .container {
        width: 960px
    }

    .product .container {
        width: 940px
    }

    .product_img {
        padding: 0;
    }



     .character {
        width: 100%;
        order: 3;
        margin: 25px 0 10px;
    }

    .price .btn {
        width: 160px
    }

    .price .btn:before {
        left: 27px
    }

    .catalog .container {
        width: 960px
    }

    .custom-select {
        width: 220px
    }

    .custom-select2 {
        width: 70px
    }

    .catalog__item_title {
        /*    width: 40%*/
    }

    .catalog__subitem2 .catalog__item_title {
        margin-right: 0
    }

    .catalog__item2 .catalog__subitem {
        /* width: 47%*/
    }

    .catalog__item2 .catalog__item_img {
        margin: 0 auto
    }

    .catalog__item2 .catalog__subitem2 .catalog__item_price {
        justify-content: space-around
    }

    .catalog__item2 .catalog__subitem2 .catalog__item_price .btn {
        margin: 0
    }
}

@media screen and (max-width:1023px) {
	


    .header.sticky {
        margin-top: 50px;
    }

    .header.sticky .header_nav {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        box-shadow: 0 0 5px rgba(0, 0, 0, .19);
    }


    .container,
    .breadcrumps .container,
    .header_phone .btn {
        width: 100%
    }
    

    .btn.price_list,
    .btn.phone {
        width: auto;
        padding: 0 18px 0 32px;
        max-width: 300px;
    }


    .header_user {

        max-width: none;
    }

    .nav {
        display: none
    }

    .header_phone,
    .header_phone:before {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }

    .header_phone .btn {
        max-width: 300px;
    }

    .header_phone p {

        width: 100%;
        text-align: center;
    }

    .logged .header_phone,
    .logged .header_phone:before {
        display: none;
    }

    .nav .nav_logo,
    .nav .header_phone,
    .nav a.btn {
        display: block;
    }

    .nav .header_phone {

        position: absolute;
        bottom: 10%;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .nav .header_phone a {
        color: #1a296e;
        text-decoration: none;
    }

    .header_logo {
        margin-right: 45px
    }

    .header_phone p {
        font-size: 19px
    }

    .nav {
        display: block;
        position: fixed;
        background: #fff;
        width: 60%;
        height: 100vh;
        border-left: 1px solid rgba(0, 0, 0, 0.5);
        top: 0;
        right: 0;
        z-index: 999;
        padding-top: 55px;
        text-align: right;
        box-shadow: 0 0 5px rgba(0, 0, 0, .19);
        overflow-y: scroll;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;

        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }

    .nav.show {

        transform: translateX(0%);
    }


    .nav a.menu_item {
        display: block;
        height: 50px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        color: #1a296e;
        padding: 0 0 0 10px;
        margin: 0;
        transition: none;
        text-align: left
    }

    .nav a.menu_item:after {
        display: none
    }

    .nav a.btn {
        width: 90%;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        margin-top: 20px;
        color: #fff;
    }

    .nav_logo {
        position: absolute;
        top: 5px;
        display: block;
        width: 100px;
        height: 40px;
        text-align: center;
        z-index: 9;
        left: 50%;
        margin-left: -50px;
    }

    .nav_logo img {
        max-width: 100%;
        max-height: 100%;
    }


    .nav a.menu_item:hover {
        color: #fff
    }

    #burger {
        position: relative;
        display: inline-block;
        opacity: 1;
        cursor: pointer;
        width: 50px;
        height: 50px;
        margin: 0;
        padding: 0;
        right: auto;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-position: center;
        background-repeat: no-repeat;
    }

    #burger:hover {
        opacity: 1;
    }

    .menu_close.x_close {
        display: block;
    }



    .header_nav .container {
        justify-content: flex-end;
    }

    .main_header .header_nav .container {
        justify-content: space-between;
    }

    .back_link {
        display: block;
    }

    .category {
        padding-left: 40px;
    }

    .category::before {
        background-position: center;
    }

    .category_menu .x_close {
        display: block;
        margin: 10px 10px 0px 0;
    }



    body.showmenu,
    body.showcategory {
        overflow: hidden;
    }

    body.showmenu .menu_bg {
        display: block;
    }

    body.showcategory .category_bg {
        display: block;
        opacity: 0.8;
        background: #000;
    }

    .category_menu {
        display: block;
        position: fixed;
        background: #fff;
        width: 60%;
        max-width: none;
        height: 100vh;
        max-height: 100vh;
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 999;
        text-align: left;
        right: auto !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, .19);
        overflow-y: scroll;
        -webkit-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;

        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
    }

    .category_menu.show {

        transform: translateX(0%);
    }


    .category_title {
        display: block;
        margin: 10px 10px 15px 10px;
        line-height: 31px;
        font-size: 24px;
        font-weight: 400;
        color: #4a4a4a;
    }

    .accordion {

        border-top: 1px solid rgba(0, 0, 0, .15);
        margin-bottom: 20vh;
    }

    .intro .container {
        padding: 0;
        /*width: 730px*/
    }

    .intro,
    .intro-item,
    .intro .container {
        /*height: 420px*/

    }

    .intro.video-slider {
        padding: 0 0 20px 0;
    }

    .intro-media {
        width: 100%;
    }

    .slick-dots {
        height: 12%;
    }

    .new_content .slick-dots {
        bottom: -6%;
        background: none;
    }

    .content .container {
        display: block
    }

    .content__item {
        width: 100%
    }

    .content__item .btn {
        /*    width: 50%;
        margin: 0 auto;
        position: static*/
    }

    .content__item3 {
        margin-top: 25px;
        height: auto !important;
    }


    .conteint__item_img {

        justify-content: space-around;
    }

    .content__item.content__item1 .catalog__subitem {
        width: calc(33% - 10px);
        margin: 0 5px 20px;
    }



    .content__item3 h2,
    .new h2 {
        margin: 35px 0 15px 45px;
    }

    .content__item3_content {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .content__item3_content .content__subitem {
        width: 49%;
        margin-right: 0px
    }

    .content__subitem2 {
        margin-bottom: 20px
    }

    .new_content .flickity-prev-next-button.previous {
        left: 0
    }

    .new_content .flickity-prev-next-button.next {
        right: 0
    }


    .contacts__item1,
    .contacts__item2 {
        width: 48%
    }

    .contacts_img {
        width: 100%
    }

    .contentbg,
    .product {
        padding: 5px 0;
    }

	.contentbg.inside .container,
    .contentbg .container,
    .product .container {
        width: 97%;
        /*height: auto*/
        
    }
.contentbg.inside.staff2 .contentbg_block .container,
    .contentbg.inside .contentbg_block .container, .contentbg.inside .contentbg_block .container {
    padding: 10px ;
} 

.contentbg.inside.contacts .container{
	padding-left: 15px;
	padding-right: 15px;
	
}





.contentbg.inside.staff2 .side_blocks > div,
.side_blocks > div{
    width: 100%;
}

.side_blocks .staff_content {
    padding: 15px 0px 10px;
}


.contentbg.staff .icon_block {

 
    height: 330px;

 padding: 10px ;
}

    .product_content {
        position: relative
    }

    .price {
        /*
        position: absolute;
        bottom: -130px;
        left: calc(50% - 74px)
  */
    }

    .product_img {
        margin: 10px auto 20px;
        padding: 0px;
        width: 100%;
        text-align: center;
        order: 1;
    }

    .character {
        width: 100%;
        order: 3;
    }

    .product h3 {
        text-align: center;
    }

    .character ul {
        padding: 0;
    }

    .form {
        margin: 0 auto;
        order: 2;
    }

    .catalog_content.w-100 .catalog__item2 .catalog__subitem {
        width: 31%;
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem {
        height: auto
    }

    .catalog__item.catalog__item1.cart_items .price {
        position: static
    }

    .catalog {

        padding: 0px 0 90px;

    }

    .catalog .container {
        display: block;
        width: 100%
    }

    .user_profile .container {
        flex-wrap: wrap;
    }

    .catalog_category {
        display: none;
    }



    /*
	.catalog_category {
		display: block;
		width: 100%;
		margin: 0;
		
	}
	.catalog_category ul.accordion{
		display: flex !important;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.catalog_category ul.accordion li {
		margin-bottom: 5px;
		margin-right: 5px;
	}
	*/
    .catalog_content {
        margin: 0px;
        width: 100%
    }
	
	.contentbg.inside.intro .intro-img {
		background-position: center top;
	}
	
	.contentbg.inside.intro .intro-content {
		font-size:14px;
		width:45%;
		
	}

    .icon_block, .contentbg_block .icon_block {
        width: 48% !important;
    }

    .contact_cell{
        min-height: auto;
        height: auto;
    }
}

@media screen and (min-width:1023px) {
    .content__item3_content:after {
        content: ''
    }
}

@media screen and (max-height:450px) {
    .nav .header_phone {
        bottom: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width:960px) {


    .footer_contact .footer_tel a {
        display: inline-block;
    }

}

@media screen and (max-width:767px) {

    .content__subitem h2,
    .content__subitem h2 a {
        font-weight: 100;
        font-size: 18px
    }

    .header .container {
        display: flex;
        flex-flow: row wrap;
    }

    .header_logo {
        margin-right: 0
    }

    .header_user {
        margin-left: 35px
    }

    .header_phone {

        width: 100%;
        margin: 20px 0 5px 0;
    }

    .header_social{
        width: 100%;
        justify-content: center;
    }

    .header_basket {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .header_nav .container {

        padding: 0;
    }

    .catalog_category {
        display: none;
    }


    .category {
        width: 240px;
        line-height: 50px;
        padding-left: 40px;
    }

    .nav {
        width: 70%
    }

    .category_menu {
        width: 70%;
    }

    .intro .container {
        /* width: 100%*/
    }

    .intro,
    .intro-item,
    .intro .container {
        /*height: 292px*/

    }


    .bnr .container {
        width: 100%;
        padding: 0;
    }

    .content__item.content__item1 .catalog__subitem {
        width: calc(50% - 10px);
        margin: 0 5px 20px;
    }



    /*
    .content__item3_content .content__subitem {
        width: 100%;
        flex-flow: row wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        margin: 0;
        height: 100%
    }

    .content__item3_content .content__subitem:after {
        display: none
    }

    .content__item3_content .content__subitem .content__subitem_img {
        width: 100%;
        height: 80%
    }

    .content__item3_content .content__subitem .content__subitem_img img {
        height: 100%;
        max-width: 60%;
        margin: 0 auto
    }
*/
    .catalog__item.catalog__item1.cart_items .catalog__subitem,
    .catalog__subitem,
    .content__item1,
    .product .container {
        height: auto !important;
    }

    .content__subitem h2 {
        font-weight: 400
    }

    .content__item1 {
        display: block
    }

    .content__item1 .content__subitem {
        width: 100%;
        box-shadow: unset;
        padding: 15px 16px 0 0;
        border: none;
    }

    .content__item1 .content__subitem ul,
    .content__item3 .conteint__item_img {
        display: none
    }

    .content__subline .container {
        display: block;
        width: 95%
    }

    .content__subline_item {
        width: 100%;
        height: auto;
        margin: 0 auto 5px
    }

    .content__item1 .btn {
        position: static;
    }

    .new_content .slick-slide {
        width: 100%;

        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center
    }

    .news_content,
    .product_content {
        /*display: block*/
    }



    .news_content__item {
        width: 100%
    }

    .footer .container {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_logo {
        width: 100%;

        text-align: center;
        margin-bottom: 20px;
    }

    .footer_logo_img {
        width: 140px;

        margin: 15px auto;
    }

    .footer_logo_img img {
        width: 100%
    }

    .footer_social {
        width: 60%
    }

    .footer_social .search_input {
        width: 100%
    }

    .footer_nav,
    .footer_contact {

        width: 100%;
        margin: 0 0 20px 0;

    }


    .footer_nav ul {


        justify-content: center;

    }

    .footer_nav ul li {

        width: 100%;
        text-align: center;

    }


    .footer_contact {
        display: flex;

        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_contact li {
        margin-bottom: 0
    }

    .btlogo {


        width: 100%;
        text-align: center;

    }


    .popup_window {
        width: 80%;
        margin-left: -45%;
        left: 50%;
        top: 10%;
    }

    .popup_window h3 {
        font-size: 25px
    }

    .product_img {
        text-align: center;
        margin: 0 auto 15px;
        padding: 0
    }
	
	.slick-arrow{
	width: 2rem;
	height: 2.4rem;

		}
	
	.slick-prev{
	left: -1rem;
		}
	
	.slick-next{
	right: -1rem;
		}

    .character {
        margin: 0 auto
    }

    .character h3 {
        text-align: center
    }

    .price {
        position: relative;
        left: 0;
        bottom: 0
    }

    .price .btn {
        margin: 10px auto 0
    }

    .onpage,
    .switcher {
        display: none
    }

    .catalog_content.w-100 .catalog__item2 .catalog__subitem,
    .catalog__item2 .catalog__subitem {
        display: block;
        width: 49%;

    }

  

    .catalog__item2::after {

        display: none;
    }


    .catalog_cats .catalog__item2 .catalog__subitem {
        margin-bottom: 10px;
        padding: 10px;
    }

    .catalog__subitem .btn {
        margin: 0 auto;
        font-size: 12px;
    }

    .catalog__item_price p {
        margin: 10px 0;
        width: 100%;
        text-align: center
    }

    .catalog__subitem .btn.not_available {
        margin: 20px auto 0;
        font-size: 12px;
    }

    .catalog__subitem p.not_available {
        margin-top: 10px;
        font-size: 10px;

    }


    .catalog__subitem2 p {
        text-align: center;
        margin-bottom: 10px
    }

    .catalog__item_img {
        margin: 0 auto
    }

    .catalog__item_title {
        width: 100%;
        text-align: center;
        margin: 10px auto;
        padding-bottom: 5px;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .catalog_cats .catalog__item2 .catalog__item_title {
        height: auto;
        min-height: 45px;
        margin: 5px auto;
    }

    .catalog__item_title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
    }

    .catalog__item1 .catalog__item_price {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .catalog__item2 .catalog__subitem2 p {
        text-align: center;
        margin-bottom: 10px
    }

    .catalog__item2 .catalog__item_img {
        margin: 0 auto
    }

    .catalog__item2 .catalog__item_title {
        width: 100%;
        text-align: center;
        margin: 10px auto
    }

    .catalog__item2 .catalog__item_price {
        display: block;
        width: auto;
        margin: 0 auto
    }

    .catalog__item2 .catalog__item_price p {
        display: inline-block;
        margin: 0;
    }

    .change_pass,
    .change_pass .row {
        display: flex;
        width: 100%
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price {
        text-align: center;
        width: 100%;
        padding-left: 35px;
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .custom {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .price,
    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .quantity_item {
        width: 30%;
        margin: 0;
        min-width: auto;
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .control.price {
        width: 25%;
        text-align: right;
        margin: 0
    }

    .change_pass {
        flex-wrap: wrap
    }

    .change_pass .row .pass_caption {
        width: 50%;
        display: flex;
        align-items: center
    }

    .change_pass .row .pass_input {
        width: 50%;
        align-items: center
    }

    .change_pass .row .pass_input input {
        width: 100%
    }
	
	.contentbg.inside.intro .intro-img {
		background-position: right top;
	}
	
	.contentbg.inside.intro .intro-content {
		display:none;
	}
	

    .contentbg_mobile{
        display: block;
        padding-top: 20px;
    }

	
}

@media screen and (max-width:650px) {
    .header .container {
        display: flex;
        flex-flow: row wrap;
    }

    .header_basket {
        order: 4;
    }

    .mp_item{
        justify-content:center;
    }
    .mp__subitem {
    width: 100%;
    height: 120px;
    max-width: 350px;
    margin: 1%;
    }

    .news_content__subitem {
    flex-wrap: wrap;
}

.news_img {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

}

@media screen and (max-width:520px) {
    .header .container {
        display: flex;
        flex-flow: row wrap;
        padding-top: 55px;
    }

    .header .header_nav .container {
    padding: 0;
        padding-top: 0px;
    }


    .header_logo {
        /*width: 217px;*/
        margin: 0 auto 10px;
        order: 1;
        position: static;
    }

    .header_lang {
        top: 15px;
        right: auto;
        width: 100%;
        left: 0;
        text-align: center;
    }
	
	.header_lang a{
		margin: 0 5px;
	}

    .header_logo .header_lang img {
        width: 28px;
    }

    .header_user {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        justify-content: flex-end;
        order: 2;
        padding: 15px 0 0;
        text-align: center;

    }

    .header_user::before {
        display: none;
    }

    .header_user a {
        margin: 0 auto;
        text-transform: capitalize;
    }

    .logged .header_user a {
        font-size: 14px;
        display: inline;
    }

    .header_user a span {
        text-transform: uppercase;
        font-size: 16px;
    }

    .header_user p {
        width: 100%;
        margin: 0 0px 10px;
        text-align: right;
    }

    .footer_contact,
    .footer_logo,
    .footer_nav ul,
    .header_phone {
        text-align: center
    }

    .header_basket {
        width: 100%;
        margin: 0 auto 10px
    }

    .header_basket p {
        display: block
    }

    .header_phone {
        margin: 5px 0 20px 0;
        order: 0;
        min-width: auto;
    }



    .header_nav .container {
        display: flex
    }

    .nav {
        width: 80%
    }

    .intro,
    .intro-item,
    .intro .container {
        /*height: 232px*/

    }

    .breadcrumps {
        background-color: #f0f2f5;
        position: relative;
        padding: 0;
    }

    .breadcrumps .container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 30px;
        background: linear-gradient(90deg, rgba(240, 242, 245, 0) 0%, rgba(240, 242, 245, 1) 100%);
    }

    .breadcrumps .container {
        overflow-x: scroll;
        padding: 20px 10px;
    }

    .breadcrumps ul {
        flex-flow: row nowrap;
        width: 1000%;
        max-width: max-content;
        margin: 0;
    }

    .breadcrumps li {
        position: relative;
        margin: 0 25px 0px 0;
    }


    .intro-item img {
        height: 100%
    }


    .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .content__subitem h2 {
        font-size: 16px
    }

    .content__item3_content .content__subitem {
        width: 100%;
        flex-flow: row wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0 20px 10px;
        margin: 0 0 20px 0;
        height: 100%
    }

    .content__item3_content .content__subitem:after {
        /*      display: none*/
    }

    .contacts_content,
    .footer .container,
    .footer_social span,
    .sort {
        display: block;
    }

    .sort {
        margin: 0px 0;
        padding-bottom: 10px;
    }

    .sort .custom-select {

        margin: 5px 0;
    }

    .content__item3_content .content__subitem .content__subitem_img {
        width: auto;
        height: 150px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .content__item3_content .content__subitem .content__subitem_img img {
        height: 100%
    }

    .content__item3 .content__subitem a {
        font-size: 15px;
    }

    .footer_logo {
        width: 100%
    }

    .footer_logo_img {
        width: 190px;
        margin: 0 auto
    }


    .footer_social {
        width: 250px;
        margin: 0 auto
    }

    .footer_social ul {
        width: 48%
    }

    .footer_contact {
        width: 100%;
        position: initial;
        margin: 0;
        padding: 0
    }

    .popup_window {
        padding: 25px 10px 10px;
        min-width: auto
    }

    .popup_window .x_close {
        margin: 5px 5px 0px 0;
    }

    .popup_window h3 {
        font-size: 15px
    }

    .form input {
        height: 40px
    }

    .text_form.form .btn,
    .text_form.form input[type=submit] {
        margin: 0 auto;
        display: block;
    }

    .form {

        width: 90%;
    }

    .form p {
        font-size: 14px
    }

    .form .btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .price_block .btn.not_available {
        height: 40px;
        line-height: 40px;
    }

    .character,
    .cart_items .character,
    .cart_items .character ul,
    .contacts__item1,
    .contacts__item2,
    .product_img img {
        /*width: 100%*/
    }

    .cart_items .character {
        justify-content: flex-start;
    }

    .character li {
        flex-flow: row wrap;
    }

    .character span {
        /*width: 100%;*/
        margin-bottom: 10px;
    }


    .onpage {
        display: inline
    }

    .sort__item_span {
        display: block;
        width: 100%
    }

    .sort__item {
        flex-flow: row wrap;
        justify-content: flex-end;
    }

    .sort__item .sort__item_span {
        width: auto;

    }

    .sort__item form {

        width: auto;
    }

    .custom-select {
        width: 190px;
        text-align: left;
        margin: 10px 0
    }

    .custom-select2 {
        width: 70px
    }

    .choose,
    .switcher {
        display: none
    }


    .catalog__item.catalog__item1.cart_items .catalog__subitem {
        height: auto;
        width: 100%;
    }


    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_title {

        height: auto;
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_title::after {

        display: none;
    }



    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price {
        text-align: center
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .custom {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .price {
        width: 30%;
        /*text-align: left;*/
        margin: 0;
        max-width: none;
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .quantity_item {
        width: 30%;
        margin: 0
    }

    .catalog__item.catalog__item1.cart_items .catalog__subitem .catalog__item_price .control.price {
        width: 38%;
        text-align: right;
        margin: 0
    }

    .change_pass,
    .change_pass .row {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .change_pass .row .pass_caption {
        width: 100%;
        display: flex;
        align-items: center
    }

    .change_pass .row .pass_input {
        width: 100%;
        align-items: center
    }

    .change_pass .row .pass_input input {
        width: 100%
    }

    .change_pass_buttons input {
        width: 100%;
        margin: 5px 0
    }

    .change_pass_buttons input#back {
        order: 2
    }

    .panel {
        display: block;
    }
	.footer{
        padding-bottom: 60px;
    }


	.contentbg.inside.intro .intro-img{
		height: 70vw;
	
	}

    .icon_block, .contentbg_block .icon_block {
        width: 98% !important;
    }

    .contentbg.staff .icon_block {
        height: auto;
        padding: 10px 10px 20px 10px;
    }


    .contentbg.inside.contacts .container,
    .contentbg.inside.contacts .col-12 {
    padding-left: 0px;
    padding-right: 0px;

}


    .contentbg.inside.contacts .row {
 
    margin-left: 0px;
    margin-right: 0px;
}





}

@media screen and (max-width:390px) {

    .nav {
        width: 80%
    }

    .category {
        width: auto;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 5px;
        font-size: 12px;
    }

    .category::before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        background-image: url("data:image/svg+xml,<svg width='20px' height='20px' viewBox='0 0 16 16' class='bi bi-layout-text-sidebar-reverse' fill='rgb(255,255,255)' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
        width: 25px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .category_menu {
        width: 80%;
    }

    .catalog__subitem {
        padding: 10px 10px 20px 10px;
    }

    .catalog__subitem .btn.not_available {

        width: auto;
    }

    .catalog_content h2 {
        margin: 15px 0 10px 0;
    }

    .pagination li {
        padding: 0 1px;
        flex: 1 1 auto;
    }

    .pagination a {
        padding: 0;
        width: 100%;
    }

    .cart_items h2 {
        font-size: 18px;
    }




}


@media screen and (max-width:359px) {

    .catalog_content.w-100 .catalog__item2 .catalog__subitem,
    .catalog__item2 .catalog__subitem,
    .catalog__subitem {
        width: 100%
    }

    .catalog__item2::after {

        display: none;
    }

    .btn.price_list,
    .btn.phone {
        font-size: 12px;
    }

    .content__item.content__item1 .catalog__subitem {
        width: 100%;
        margin: 0 0 20px;
    }


}

@media screen and (max-width:299px) {

    .btn.price_list,
    .btn.phone {
        width: 100%;
    }

    .btn.price_list,
    .btn.phone,
    .btn.price_list span,
    .btn.phone span {
        padding: 0 5px;

    }

    .btn.price_list span::before,
    .btn.phone span::before {
        display: none;
    }


}