@charset "UTF-8";
*, *:before, *:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    font-family: 'Source Sans Pro';

}

html, body {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-family: 'Source Sans Pro';
}

html._lock, body._lock {
    height: 100vh;
    overflow: hidden;
}

.big_wrapper {
    overflow: hidden;
}

body.noscroll {
    overflow: hidden;
}

/*====================================================================================*/
a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

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

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

/*===============================================================================================*/
.wrapper {
    max-width: 1256px;
    margin: 0 auto;
}

@media screen and (max-width: 1320px) {
    .wrapper {
        margin: 0 28px;
    }
}
h1.page_title {
    font-size: 43px;
    line-height: 55px;
    color: #162B2C;
    margin: 0;
}
h2.block_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
    margin: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#search input {
    height: 36px;
    line-height: 20px;
    padding: 0 40px 0 20px;
    background: url(../img/Search.svg) right 1rem center no-repeat #F1F1F1;
    background-size: 20px auto;
    box-shadow: none;
    /*font-style: italic;*/
    border: 0;
    border-radius: 10px;
}
.search-result,.price_table_cont-search-result{
    width: inherit;
    position: absolute;
    background-color: #fff;
    z-index: 1;
}
.search-result > ul#result,.price_table_cont-search-result > ul#price_table_cont-result{
    max-height: 50vh;
    overflow: auto;
}
.search-result > ul#result > li > a,.price_table_cont-search-result > ul#price_table_cont-result>li>a{
    margin-left: 5px;
}
.search-result > ul#result > li > img,.price_table_cont-search-result > ul#price_table_cont-result>li>img{
    vertical-align: middle;
}
.search-result > ul#result > li,.price_table_cont-search-result > ul#price_table_cont-result>li{
    padding: 10px;
}
i.fa-times_search {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 3;
}

.input-group {

    position: relative;
    display: table;
    border-collapse: separate;
    margin-top: 20px;
}

.input-group_search{
    position: relative;
    /*display: none;*/
    width: 100%;
    /*margin: 0 20px 0 20px;*/
    margin: 0 0 1rem;
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cat_body .slick-arrow {
    height: 20px;
    cursor: pointer;
}

.order_header .weight .drop_down_list .drop_down_body {
    z-index: 1;
}

.good_item {
    cursor: pointer;
}

.good_item .good_pic .good_title {
    height: 100%;
}

.slick-track .slick-slide {
    z-index: 9 !important;
}

.slick-list {
    overflow: hidden;
}

.preheader {
    background: #F6F7FB;
}

.preheader .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 41px;
}

.preheader .contuct_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.preheader .contuct_block*/
.mail {
    margin-right: 48px;
    font-weight: 500;
    font-size: 13px;
    color: #84B173;
}

.preheader .contuct_block .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preheader .contuct_block .number .icon {
    margin-right: 14px;
}

.preheader .contuct_block .number .text {
    font-weight: 500;
    font-size: 15px;
    color: #162B2C;
}

.preheader .contuct_block .order_btn {
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #84B173;
    margin-left: 21px;
}

@media screen and (max-width: 520px) {
    .preheader {
        display: none;
    }
}

.header .header_menu {
    padding: 20px 0 25px;
}

.header .header_menu .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header>.header_menu>.wrapper{
    max-height: 40px;
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .logo_part img {
        max-width: 169px;
    }
}

.active_block{
    display: block;
}

.header .header_menu .wrapper .menu {
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 760px;
    flex: 0 1 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
}
.none{
    display: none !important;
}

.header .header_menu .wrapper .nav.megamenu > li:first-child > a span {
    display: none;
}

.header .header_menu .wrapper > .nav.megamenu > li:first-child > a:after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url(../img/catalog_burger.svg) no-repeat center;
}

.header .header_menu .wrapper .menu .menu_item {
    padding: 0 1rem;
    font-weight: 500;
    font-size: 15px;
    color: #B6B9CB;
    -webkit-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header_menu .wrapper .menu .menu_item a {
    cursor: pointer;
    color: #162B2C;
}
.header .header_menu .wrapper .menu .menu_item a:hover {
    color: #0b8f43;
}

.header .header_menu .wrapper .menu .menu_item:hover {
    color: #162B2C;
}

@media screen and (max-width: 1050px) {
    .header .header_menu .wrapper .menu {
        display: none;
    }
}

.header .header_menu .wrapper .controls_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header_menu .wrapper .controls_part .search_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0 24px;
    flex: 0 0 0 24px;
    width: 24px;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .search_block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
        flex: 0 0 31px;
        height: 31px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #F6F6F6;
    }
    .header .header_menu .wrapper .controls_part .search_block img {
        width: 12px;
        height: 12px;
    }
    .header .header_menu .wrapper{
        max-height: none;
        flex-flow: wrap;
    }
    .logo_part{
        order: 1;
    }
    .input-group_search{
        order: 3;
        margin-top: 10px;
    }
    .controls_part{
        order: 2;
    }
}

.header .header_menu .wrapper .controls_part .liked {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0 24px;
    flex: 0 0 0 24px;
    width: 24px;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .liked {
        display: none;
    }
}

.header .header_menu .wrapper .controls_part .cart, .header .header_menu .wrapper .controls_part .cart-content {
    position: relative;
    cursor: pointer;
}

.header .header_menu .wrapper .controls_part .cart:after {
    content: '';
    top: -3px;
    right: -3px;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #FBA000;
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
    border-radius: 50%;
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .cart:after {
        top: 0px;
        right: 0px;
    }
}

.header .header_menu .wrapper .controls_part .cart:before {
    content: '';
    top: -3px;
    right: -3px;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .cart:before {
        top: 0px;
        right: 0px;
    }
}

.header .header_menu .wrapper .controls_part .cart svg, .header .header_menu .wrapper .controls_part .cart-content svg{
    display: none;
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .cart svg {
        display: block;
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .cart {
        position: fixed;
        right: 28px;
        bottom: 28px;
        width: 55px;
        height: 55px;
        background: #35540D;
        -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
        box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
        border-radius: 50px;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header_menu .wrapper .controls_part .cart img {
        display: none;
    }
}

.header .header_menu .wrapper .controls_part .user {
    cursor: pointer;
}

/*
@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .user {
        display: none;
    }
}
*/

.header .header_menu .wrapper .controls_part .burger {
    display: none;
    cursor: pointer;
    height: 10px;
}

.header .header_menu .wrapper .controls_part .burger .burger_upper, .header .header_menu .wrapper .controls_part .burger .burger_lower {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background: #162B2C;
}

@media screen and (max-width: 1050px) {
    .header .header_menu .wrapper .controls_part .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header .header_menu .wrapper .controls_part .mobile_phone {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    height: 31px;
    border-radius: 50%;
    background: #FBA000;
    -webkit-box-shadow: 3px 4px 15px rgba(251, 160, 0, 0.27);
    box-shadow: 3px 4px 15px rgba(251, 160, 0, 0.27);
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part .mobile_phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1050px) {
    .header .header_menu .wrapper .controls_part {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 220px;
        flex: 0 1 220px;
    }
}

@media screen and (max-width: 520px) {
    .header .header_menu .wrapper .controls_part {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 110px;
        flex: 0 1 110px;
    }
}

@media screen and (max-width: 520px) {
    .header .header_menu {
        padding: 30px 0 28px;
    }
}

.menu .menu_item {
    height: 100%;
}

.menu .menu_item._hover {
    cursor: pointer;
}

.menu .menu_item._hover:hover .menu_body {
    /*display: block;*/
}

.menu .menu_item._hover:hover:after {
    /*display: block;*/
}

.menu .menu_item._hover.active .menu_body {
    display: block;
}

.menu .menu_item._hover.active:after {
    display: block;
}

.menu .menu_item .menu_body {
    display: none;
    position: absolute;
    z-index: 1010;
    width: 100%;
    left: 0;
    top: 104px;
    cursor: default;
    background: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
}

.menu .menu_item .menu_body .wrapper {
    display: block;
    position: relative;
    z-index: 10;
    background: #FFFFFF;
}

.menu .menu_item .menu_body .wrapper .block_title {
    font-size: 19px;
    line-height: 22px;
    color: #162B2C;
    margin-top: 20px;
    margin-bottom: 24px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 47px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .column .catalog_item {
    font-size: 14px;
    line-height: 41px;
    color: #A3A5B5;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 294px;
    flex: 0 1 294px;
    padding: 24px 24px 25px 27px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_header {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #B6B9CB;
    margin-bottom: 20px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_pic {
    border-radius: 7px;
    max-width: 240px;
    margin: 0 auto 20px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .rait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .rait .star {
    margin: 0 2px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .rait .star svg, .menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .rait .star path {
    /*fill: #35540D;*/
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .rait .star:nth-child(5) svg, .menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .rait .star:nth-child(5) path {
    /*fill: #F2F2F2;*/
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .comment .icon {
    margin-right: 6px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_feedback .comment .text {
    font-weight: 500;
    font-size: 11px;
    color: #B6B9CB;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #162B2C;
    margin-bottom: 11px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_desc .value{
    color: #787E73;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_desc {
    font-size: 13px;
    color: #B6B9CB;
    margin-bottom: 17px;
    margin-top: 10px;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu .menu_item .menu_body .wrapper .menu_content_box .good_item .good_footer .drop_price {
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #162B2C;
}


@media screen and (max-width: 1050px) {
    .menu .menu_item .menu_body .wrapper .menu_content_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cols3 {
        z-index: 1011 !important;
    }
}

.menu .menu_item .menu_body:hover {
    display: block;
}

.menu .menu_item:after {
    display: none;
    position: absolute;
    content: '';
    z-index: 1000;
    top: 77%;
    left: 0;
    width: 100%;
    height: 10%;
    -webkit-filter: blur(86.985px);
    filter: blur(86.985px);
    background: #a7a8aa;
    opacity: 1;
}

.menu._active {
    display: block !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 0px !important;
    flex: 0 0 0 !important;
}

.menu._active .menu_item:not(._hover) {
    display: none !important;
}

.menu._active .menu_item._hover .menu_hover {
    display: none !important;
}

.menu._active .menu_body {
    display: block;
    overflow: auto;
    height: calc(100% - 105px);
}


@media screen and (max-width: 1050px) {
    .header .header_menu .wrapper .menu .menu_item {
        display: none;
    }

    .header .header_menu .wrapper .menu .menu_item:first-child {
        display: block;
    }
}


@media(min-width: 1051px) {
    /* Catalog */
    .menu #parent_54 .good_item {
        display: none;
    }


    .menu .menu_item .menu_body#parent_54 {
        background: rgba(0, 0, 0, .3);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .menu .menu_item .menu_body#parent_54  .wrapper .block_title {
        display: none;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper {
        max-width: 100%;
        width: auto;
        display: inline-block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box {
        padding: 2rem 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: scroll;
        background: #F6F7FB;
        width: auto;
    }


    .menu .menu_item .menu_body#parent_54 .dropdown-submenu .dropdown-menu-inner {
        position: fixed;
        left: 300px;
        top: 0;
        display: none;
        background: #fff;
    }

    .menu .menu_item .menu_body#parent_54 .dropdown-submenu.hover .dropdown-menu-inner {
        display: block;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column {
        width: 100%;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .dropdown-submenu .dropdown-menu-inner .menu_content_box {
        background: #fff;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-submenu{
        font-size: 16px;
        font-weight: 500;
        color: #162B2C;
        width: 100%;
        line-height: 1.2;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item a,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-submenu a {
        padding: 0.6rem 2rem 0.6rem 2.5rem;
        width: 300px;
        display: block;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 40px;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item:hover,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent:hover{
        background-color: #0B8F43;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item a:hover,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-submenu a:hover{
        background-color: #0B8F43;
        color: #fff;
    }

    .menu .menu_item .menu_body#parent_54 .fa-close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 15px;
        cursor: pointer;
    }

    .menu .menu_item .menu_body#parent_54 .fa-close:before{
        display: none;
    }
}

@media(max-width: 1050px) {

    .megamenu.menu._active {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100% !important;
        left: -10px;
        margin: 0;
    }

    .fa-close {
        display: none;
    }

    .menu .menu_item .menu_body#parent_54 {
        margin: 0;
        padding: 0;
    }

    .menu .menu_item .menu_body#parent_54 .column {
        width: 100%;
    }

    .menu .menu_item .menu_body#parent_54 > .wrapper > .block_title {
        padding: 0 1rem 1rem;
        margin-top: 0;
    }
    .menu .menu_item .menu_body#parent_54 .wrapper {
        margin: 0;
    }

    .menu .menu_item .menu_body#parent_54 .dropdown-submenu .menu_body {
        position: relative;
        height: auto;
        top: auto;
        border-radius: 0;
    }

    .menu .menu_item .menu_body#parent_54 .dropdown-submenu .menu_body .block_title {
        display: none;
    }

    .menu .menu_item .menu_body#parent_54 .dropdown-submenu .menu_content_box {
        padding: 0;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-menu {
        display: none;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent.selected .dropdown-menu {
        display: block;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item a,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-submenu a {
        font-size: 16px;
        color: #162B2C;
        padding: .5rem 1rem;
        width: 100%;
        display: block;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent.selected > a,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item:hover,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item a:hover,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent a:hover{
        background: #0B8F43;
        color: #fff;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent > a {
        display: flex;
        align-items: center;
    }
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent > a:after {
        background: url(../img/menu_arrow.svg) center center no-repeat;
        content: "";
        display: block;
        width: 12px;
        height: 8px;
        margin-left: 1rem;
        transform: rotate(180deg);
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .parent.selected > a:after {
        transform: rotate(0);
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-menu-inner a:hover {
        color: #0B8F43;
        background: #fff;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-menu-inner a {
        color: #717382;
    }

    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .catalog_item,
    .menu .menu_item .menu_body#parent_54 .wrapper .menu_content_box .column .dropdown-submenu{
        font-size: 16px;
        font-weight: 500;
        color: #162B2C;
        width: 100%;
        line-height: 1.2;
    }
}




.main_screen .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    .main_screen .wrapper {
        display: block;
    }
}

.main_screen .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 936px;
    flex: 0 1 936px;
    min-width: 0;
    position: relative;
}

.main_screen .left_part .slider_body {
    min-width: 0;
    /*background: #35540D;*/
    border-radius: 20px;
    position: relative;
    height: 100%;
}

.main_screen .left_part .slider_body .slider_item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 25px 17px 10px 56px;
    border-radius: 20px;
}

.main_screen .left_part .slider_body .slider_item .slider_text {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
}

.main_screen .left_part .slider_body .slider_item .pretitle {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.47);
    max-width: 206px;
    margin-top: 15%;
    margin-bottom: 14px;
}

@media screen and (max-width: 600px) {
    .main_screen .left_part .slider_body .slider_item .pretitle {
        font-size: 12px;
        line-height: 14px;
    }
}

.main_screen .left_part .slider_body .slider_item .title {
    max-width: 262px;
    font-weight: bold;
    font-size: 43px;
    line-height: 45px;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .main_screen .left_part .slider_body .slider_item .title {
        font-size: 36px;
        line-height: 1;
    }
}

@media screen and (max-width: 600px) {
    .main_screen .left_part .slider_body .slider_item .slider_text {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding: 0 40px;
    }
}

.main_screen .left_part .slider_body .slider_item .slider_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 750px) {
    .main_screen .left_part .slider_body .slider_item {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .main_screen .left_part .slider_body .slider_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: flex;
        padding: 40px 0px 83px 0px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.main_screen .left_part .slider_decor_1 {
    position: absolute;
    top: -45px;
    left: -40px;
}

@media screen and (max-width: 1000px) {
    .main_screen .left_part .slider_decor_1 {
        display: none;
    }
}

.main_screen .left_part .slider_decor_2 {
    position: absolute;
    bottom: -1%;
    left: 9%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media screen and (max-width: 600px) {
    .main_screen .left_part .slider_decor_2 {
        left: 80%;
    }
    .main_screen .left_part .slider_decor_2 img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.main_screen .right_part{
    min-height: 490px;
}
.main_screen .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 294px;
    flex: 0 1 294px;
    margin-left: 26px;
}

.main_screen .right_part .good_item {
    padding: 24px 24px 25px 27px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    max-height: 491px;
    height: 100%;
    position: relative;
}

.main_screen .right_part .good_item .good_header {
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    color: #B6B9CB;
    margin-bottom: 20px;
}

.main_screen .right_part .good_item .good_pic {
    border-radius: 7px;
    max-width: 240px;
    margin: 0 auto 20px;
}

.main_screen .right_part .good_item .good_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main_screen .right_part .good_item .good_feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

.main_screen .right_part .good_item .good_feedback .rait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.main_screen .right_part .good_item .good_feedback .rait .star {
    margin: 0 2px;
}


.main_screen .right_part .good_item .good_feedback .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_screen .right_part .good_item .good_feedback .comment .icon {
    margin-right: 6px;
}

.main_screen .right_part .good_item .good_feedback .comment .text {
    font-weight: 500;
    font-size: 11px;
    color: #B6B9CB;
}

.main_screen .right_part .good_item .good_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #162B2C;
    margin-bottom: 11px;
}

.main_screen .right_part .good_item .good_desc .value {
    color: #787E73;
}
.main_screen .right_part .good_item .good_desc {
    font-size: 13px;
    color: #B6B9CB;
    margin-bottom: 17px;
}

.main_screen .right_part .good_item .good_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drop_down_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 6px;
}
.main_screen .right_part .drop_down_list{
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 6px;
}

.drop_down_list .drop_down_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.drop_down_list .drop_down_item .drop_down_text {
    font-weight: 500;
    font-size: 13px;
    color: #162B2C;
    margin-right: 4px;
    white-space: nowrap;
}

.drop_down_list .drop_down_item .drop_down_arrow {

}

.drop_down_list .drop_down_item .drop_down_arrow svg {
    /*-webkit-transform: translateY(-10px);*/
    /*transform: translateY(-10px);*/
}

.drop_down_list .drop_down_body {
    display: none;
    background: #F6F6F6;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 100;
}

.drop_down_list .drop_down_body .drop_down_item {
    font-weight: 500;
    font-size: 13px;
    color: #162B2C;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.drop_down_list._active {
    border-radius: 6px 6px 0 0;
}
.drop_down_address{
    height: 39px;
    flex: 0 1 166px;
}
.drop_down_address .drop_down_item{
    height: 30px;
}
.main_screen .right_part .good_item .good_footer .drop_price {
    margin-left: 20px;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #162B2C;
}

@media screen and (max-width: 1000px) {
    .main_screen .right_part {
        margin: 18px 0 0 0;
    }
}

.main_screen .slider_controls {
    position: absolute;
    bottom: 52px;
    left: 56px;
}

.main_screen .slider_controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.main_screen .slider_controls ul li {
    margin: 0 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5px;
    flex: 0 0 5px;
    height: 5px;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.main_screen .slider_controls ul li button {
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    font-size: 0;
    -webkit-transition: .2s;
    transition: .2s;
    background: rgba(255, 255, 255, 0.3);
}

.main_screen .slider_controls ul li.slick-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
}

.main_screen .slider_controls ul li.slick-active button {
    background: #FBA000;
}

@media screen and (max-width: 750px) {
    .main_screen .slider_controls {
        bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .main_screen .slider_controls {
        bottom: 30px;
        left: 40px;
    }
}

.main_screen .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.main_screen .slick-list {
    overflow: hidden;
    height: 100%;
}

.catalog {
    margin-top: 65px;
}

.catalog .wrapper .block_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
}

.catalog .wrapper .block_header .block_title {
    font-weight: bold;
    font-size: 43px;
    line-height: 45px;
    color: #162B2C;
}

@media screen and (max-width: 700px) {
    .catalog .wrapper .block_header .block_title {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
    }
}

@media screen and (max-width: 700px) {
    .catalog .wrapper .block_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.catalog .wrapper .slider_catalog_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalog .wrapper .slider_catalog_controls .cat_slider_prev, .catalog .wrapper .slider_catalog_controls .cat_slider_next {
    cursor: pointer;
    margin-left: 16px;
    background: #F6F7FB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.catalog .wrapper .slider_catalog_controls .cat_slider_prev {
    margin: 0;
}

@media screen and (max-width: 900px) {
    .catalog .wrapper .slider_catalog_controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }
}

.catalog_icon {
    max-height: 105px;
}

.catalog .wrapper .catalog_slider .catalog_slider_body .slick-slide {
    margin: 0 -13px;
}

.catalog .wrapper .catalog_slider .catalog_slider_body .slick-slide .catalog_item:hover .icon {
    height: 105px;
    width: 105px;
    text-align: center;
    border-radius: 50%;
    background: #a9ce7c;
}

.catalog .wrapper .catalog_slider .catalog_slider_body .slick-slide .catalog_item:hover .catalog_icon {
    filter: brightness(0) invert(1);
}

.catalog .wrapper .catalog_slider .catalog_slider_body .slick-slide div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .catalog .wrapper .catalog_slider .catalog_slider_body .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item {
    margin: 0 13px 23px;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(20% - 26px) !important;
    flex: 0 0 calc(20% - 26px) !important;
    width: unset !important;
    background: #F6F7FB;
    border: 1px solid #F6F7FB;
    border-radius: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 900px) {
    .catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item .icon {
        /* max-width: 35px; */
        margin: 0 auto;
    }
}

.catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item .name {
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    color: #B6B9CB;
    max-width: 206px;
    padding: 0 10px;
    margin: 20px  auto 0;
}

@media screen and (max-width: 900px) {
    .catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item .name {
        font-size: 15px;
        line-height: 24px;
        margin-top: 0;
        height: 20px;
        max-width: 100%;
        overflow: hidden;
    }
}

.catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item:hover {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
}

.catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item:hover .name {
    color: #162B2C;
}

@media screen and (max-width: 1100px) {
    .catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item {
        -webkit-box-flex: calc(20% - 26px) !important;
        -ms-flex: calc(20% - 26px) !important;
        flex: calc(20% - 26px) !important;
    }
}

@media screen and (max-width: 900px) {
    .catalog .wrapper .catalog_slider .catalog_slider_body .catalog_item {
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        width: 128px !important;
        height: 128px;
    }
}
@media screen and (max-width: 1130px) {
    .main_screen .left_part .slider_body .slider_item .slider_pic img{
        width: 85%;
    }
    .slider_pic {
        top: 10%;
        left: 8%;
    }
}
@media screen and (max-width: 1050px) {
    .menu .menu_item .menu_body .wrapper .menu_content_box .good_item {
        display: none;
    }
    .main_screen .left_part .slider_body .slider_item .slider_pic img{
        width: 75%;
    }
    .slider_pic {
        top: 15%;
    }
}
@media screen and (max-width: 1050px) {
    .main_screen .left_part {
        height: 500px;
    }
}
@media screen and (max-width: 850px){
    .main_screen .left_part {
        height: 450px;
    }
}
@media screen and (max-width: 720px){
    .main_screen .left_part {
        height: 350px;
    }
    .main_screen .left_part .slider_body .slider_item .slider_pic img{
        width: 40%;
    }
    .slider_pic {
        left: 12%;
    }
    .main_screen .left_part .slider_body .slider_item .pretitle {
        margin-top: 0%;
    }
}
@media screen and (max-width: 600px){
    .pretitle , .title{
        /*padding: 0 40px;*/
    }
    .slider_pic {
        left: 10%;
    }
    .main_screen .left_part .slider_decor_2 {
        left: 9%;
    }
    .main_screen .left_part {
        height: 300px;
    }

}
@media screen and (max-width: 500px){
    .slider_pic{
        display: none;
    }
    .main_screen .left_part {
        height: 250px;
    }
    .main_screen .left_part .slider_body .slider_item .title{
        font-size: 30px;
    }
}
@media screen and (max-width: 400px){
    .main_screen .left_part {
        height: 200px;
    }
    .main_screen .left_part .slider_body .slider_item .title {
        font-size: 25px;
    }
    .main_screen .left_part .slider_body .slider_item .pretitle{
        margin-bottom: 0px;
    }
}

.good_add_block h2{
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    color: #162B2C;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.good_add_block h2 span {
    color: #0B8F43;
}

.good_add_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0;
    flex-wrap: wrap;
}

.good_add_block .add_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    margin: 0 20px 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good_add_block .add_item .icon {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    height: 64px;
    border: 1px solid #F4F4F4;
    margin-right: 25px;
}

.good_add_block .add_item .text .upper {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #162B2C;
}

.good_add_block .add_item .text .lower {
    font-size: 15px;
    line-height: 21px;
    color: #B6B9CB;
}

@media screen and (min-width: 1201px) {
    .good_add_block .add_item:nth-child(5) {
        -ms-flex: 0 1 570px;
        flex: 0 1 570px;
    }
}

@media screen and (max-width: 1200px) {
    .good_add_block .add_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
        flex: 0 1 calc(50% - 40px);
        margin: 0 20px 22px;
    }
}

@media screen and (max-width: 800px) {
    .good_add_block .add_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 1050px) {
    .good_add_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 900px) {
    .good_add_block {
        margin-top: 40px;
    }
}

.our_doing {
    margin-top: 95px;
    margin-bottom: 133px;
}

.our_doing .block_title {
    max-width: 475px;
    font-weight: bold;
    font-size: 43px;
    line-height: 45px;
    color: #162B2C;
    margin-bottom: 3rem;
}


.our_doing .wrapper .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.our_doing .wrapper .grid .part .inner {
    padding: 0 1rem;
}

.our_doing .wrapper .grid .part.photo img {
    width: 100%;
    height: auto;
    max-width: 320px;
    border-radius: 10px;
}

.our_doing .wrapper .grid .part.about .title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.our_doing .wrapper .grid .part.about .text {
    font-weight: 400;
    font-size: 16px;
    color: #162b2c;
    line-height: 1.5;
}

.our_doing .wrapper .grid .part.about .text p {
    margin-bottom: 1rem;
}

.our_doing .wrapper .grid .part.digits .item {
    margin-bottom: 3rem;
}

.our_doing .wrapper .grid .part.digits .item .number {
    font-size: 36px;
    font-weight: 600;
    color: #162b2c;
    margin-bottom: .25rem;
}

.our_doing .wrapper .grid .part.digits .item .text {
    color: #B6B9CB;
    font-size: 15px;
}

@media(max-width: 767px) {
    .our_doing .wrapper .grid {
        grid-template-columns: 1fr;
    }

    .our_doing .wrapper .grid .part {
        margin-bottom: 2rem;
    }

    .our_doing .wrapper .grid .part.digits {
        margin-bottom: 0;
    }

    .our_doing .wrapper .grid .part.photo {
        order: 1;
    }

    .our_doing .wrapper .grid .part.digits {
        order: 2;
    }

    .our_doing .wrapper .grid .part.digits .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .our_doing .wrapper .grid .part.digits .list .item {
        padding-right: 1rem;
    }

    .our_doing .wrapper .grid .part.about {
        order: 3;
    }
}

.our_doing .controls {
    text-align: center;
    margin-top: 2rem;
}

.our_doing .controls .btn {
    display: inline-block;
    background: #0B8F43;
    color: #fff;
    font-size: 17px;
    border-radius: 13px;
    padding: 16px 40px;
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
}

@media(max-width: 575px) {
    .our_doing {
        margin-bottom: 4rem;
    }

    .our_doing .controls {
        margin-top: 0rem;
    }

    .our_doing .wrapper .grid .part.digits .list {
        grid-template-columns: 1fr;
    }
}


.work_pluses {
    margin-bottom: 133px;
}

.work_pluses .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #162b2c;
}

.work_pluses .grid .part {
    display: flex;
    align-items: center;
}

.work_pluses .grid .title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.work_pluses .grid .call {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background: #549D73;
    border-radius: 15px;
    padding: 15px 30px;
    margin-bottom: 2rem;
}

.work_pluses .grid .item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
}

.work_pluses .grid .item .number {
    margin-right: 1rem;
    width: 38px;
    line-height: 38px;
    height: 38px;
    border-radius: 50%;
    background: #EDF6E9;
    text-align: center;
}

.work_pluses .grid .item .text {
    font-size: 18px;
}

@media(max-width: 767px) {
    .work_pluses .grid {
        grid-template-columns: 1fr;
    }

    .work_pluses .grid .call-us {
        order: 10
    }
}

@media(max-width: 575px) {
    .work_pluses {
        margin-bottom: 4rem;
    }

    .work_pluses .grid .title {
        text-align: center;
        width: 100%;
    }
}


.for_business {
    margin-bottom: 133px;
}

.for_business .title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.for_business .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.for_business .grid .item {
    padding: 0 .75rem;
}

.for_business .grid .item .inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.for_business .grid .item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(173, 178, 202, .7);
    line-height: 60px;
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 1rem;
}

.for_business .grid .item .img {
    height: 280px;
    width: 100%;
}

.for_business .grid .item .img img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    object-fit: cover;
}

.for_business .contract {
    margin-top: 2rem;
    text-align: center;
    background: url(/image/catalog/home/pen.png) left center no-repeat #F8F9FE;
    color: #747A9A;
    font-size: 21px;
    padding: 1.5rem 1rem;
    border: 10px solid #E4E7F6;
    border-radius: 20px;
}

@media(max-width: 767px) {

    .for_business .grid {
        grid-template-columns: 1fr;
    }

    .for_business .grid .item {
        margin-bottom: 1.5rem;
    }
}

@media(max-width: 575px) {
    .for_business {
        margin-bottom: 4rem;
    }
}


.our_block {
    margin-bottom: 50px;
}

.our_block .block_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.our_block .block_header .block_title {
    font-weight: bold;
    font-size: 43px;
    line-height: 45px;
    color: #162B2C;
}

@media screen and (max-width: 700px) {
    .our_block .block_header .block_title {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
    }
}

@media screen and (max-width: 700px) {
    .our_block .block_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.our_block .slider_blog_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.our_block .slider_blog_controls .blog_slider_prev, .our_block .slider_blog_controls .blog_slider_next {
    cursor: pointer;
    margin-left: 16px;
    background: #F6F7FB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.our_block .slider_blog_controls .blog_slider_prev {
    margin: 0;
}

@media screen and (max-width: 900px) {
    .our_block .slider_blog_controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0px;
    }
}

.our_block .blog_slider {
    margin: 0 -13px;
}

.our_block .blog_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
    .our_block .blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .our_block .blog_grid > .blog_item {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .our_block .blog_grid {
        grid-template-columns: 1fr;
    }

    .our_block .blog_grid .blog_item {
        max-width: 100%;
        border: 0;
        height: auto;
        margin: 0 0 1.5rem;
    }

    .our_block .blog_grid > .blog_item .content_box {
        border: 0 !important;
        padding: 0 !important;
    }

    .our_block .blog_grid > .blog_item .content_box .desc {
        display: none;
    }

    .our_block .blog_item .content_box .not_date .title {
        color: #717382 !important;
        font-size: 15px !important;
        margin-bottom: .25rem !important;
    }

    .our_block .blog_grid .blog_item .content_box .date {
        font-size: 13px !important;
    }

    .our_block .blog_item .upper_img {
        display: none;
    }
}

.our_block .blog_grid .group_item .upper_img{
    display: none;
}

.our_block .blog_grid .group_item .desc {
    display: none;
}

.our_block .blog_grid .group_item .blog_item {
    margin: 0 0 1.5rem;
    display: block;
    height: auto;
}

.our_block .blog_grid .group_item .blog_item .content_box .not_date .title {
    color: #717382;
    font-size: 15px;
    margin-bottom: .25rem;
}

.our_block .blog_grid .group_item .blog_item .content_box .date {
    font-size: 13px;
    color: #B6B9CB;
}

.our_block .blog_grid .blog_item .content_box .date {
    color: #B6B9CB;
}

.our_block .blog_slider .slick-track {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 40px 0;
}

.our_block  .blog_item {
    margin: 0 13px;
    max-width: 295px;
    background: #FFFFFF;
    border-radius: 15px;
    -webkit-transition: .2s;
    transition: .2s;
    height: 400px;
}

.our_block .blog_item .upper_img {
    height: 200px;
}

.our_block .blog_item .upper_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.our_block .blog_grid > .blog_item .content_box {
    height: calc(100% - 200px);
    border: 1px solid #F4F4F4;
    padding: 19px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 15px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our_block .blog_item .content_box .not_date .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #162B2C;
    margin-bottom: 11px;
}

.our_block .blog_item .content_box .not_date .desc {
    font-size: 13px;
    line-height: 17px;
    color: #B6B9CB;
}

.our_block .blog_slider .blog_item .content_box .date {
    font-size: 13px;
    line-height: 17px;
    color: #B6B9CB;
    margin: 18px 0 0 0;
}

.our_block .blog_slider .blog_item:hover {
    -webkit-box-shadow: 0px 11px 43px #EBEDF2;
    box-shadow: 0px 11px 43px #EBEDF2;
}

.fooooooter {
    padding: 68px 0 40px;
    background: #F6F7FB;
}

.fooooooter .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1276px;
}

@media screen and (max-width: 750px) {
    .fooooooter .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fooooooter ._column {
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .fooooooter ._column {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
}

.fooooooter .footer_column_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 218px;
    flex: 0 1 218px;
    margin: 0 10px;
}

.fooooooter .footer_column_1 .partner {
    margin-top: 18px;
    font-size: 13px;
    color: #A3A5B5;
    margin-bottom: 22px;
}

.fooooooter .footer_column_1 .partner a {
    color: #35540D;
    text-decoration: underline;
}

.fooooooter .footer_column_1 .copyright {
    font-size: 13px;
    line-height: 23px;
    color: #A3A5B5;
    margin-bottom: 30px;
}

.fooooooter .footer_column_1 .number_item {
    font-size: 13px;
    line-height: 20px;
    color: #A3A5B5;
}

.fooooooter .footer_column_1 .rightts {
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
    color: #A3A5B5;
}

.fooooooter .footer_column_1 .socials {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fooooooter .footer_column_1 .socials .social_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    height: 37px;
    width: 37px;
    -webkit-transition: 1s;
    transition: 1s;
    background: #fff;
    border-radius: 50%;
    margin: 0 7px 9px 0;
    position: relative;
}

.fooooooter .footer_column_1 .socials .social_item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.fooooooter .footer_column_1 .socials .social_item path {
    -webkit-transition: .2s;
    transition: .2s;
}

.fooooooter .footer_column_1 .socials .social_item:hover:after {
    opacity: 1;
}

.fooooooter .footer_column_1 .socials .social_item:hover path {
    fill: #fff;
}

.fooooooter .footer_column_1 .socials .social_item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: .2s;
    transition: .2s;
    background: -webkit-gradient(linear, left top, left bottom, from(#3FAFE0), to(#2A97D2));
    background: linear-gradient(180deg, #3FAFE0 0%, #2A97D2 100%);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    opacity: 0;
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_1 .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_1 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.fooooooter .footer_column_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 228px;
    flex: 0 1 228px;
    margin: 0 10px;
}

.fooooooter .footer_column_2 .column_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    margin-bottom: 6px;
}

.fooooooter .footer_column_2 .catalog_body .footer_item {
    font-size: 15px;
    line-height: 32px;
    color: #A3A5B5;
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_2 .catalog_body .footer_item._add {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 35px;
    }
    .fooooooter .footer_column_2 .dots {
        width: 26px;
        height: 15px;
        background: #FFFFFF;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px -1.5px 0;
        cursor: pointer;
    }
    .fooooooter .footer_column_2 .dots .dot {
        width: 3px;
        height: 3px;
        background: #A1A5B3;
        border-radius: 50%;
        margin: 0 1.5px;
    }
}

.fooooooter .footer_column_2 .btn_ {
    max-width: 166px;
    margin: 20px 0 0;
}

.fooooooter .footer_column_2 .btn_ a {
    background: #FFFFFF;
    border: 1px solid #F6F7FB;
    border-radius: 13px;
    padding: 0 15px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #84B173;
}

.fooooooter .footer_column_2 .btn_ a .weight {
    font-size: 11px;
    line-height: 13px;
    color: #B6B9CB;
    -webkit-transition: .2s;
    transition: .2s;
}

.fooooooter .footer_column_2 .btn_ a .icon {
    margin-left: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (min-width: 751px){
    .fooooooter .footer_column_2 .btn_ {
        display: none;
    }
}

.fooooooter .footer_column_3 {
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 168px;
    flex: 0 1 168px;
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
    }
}

.fooooooter .footer_column_3 .left_part .column_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    margin-bottom: 7px;
}

.fooooooter .footer_column_3 .right_part {
    margin-top: 20px;
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_3 .right_part {
        margin: 0 0 0 30px;
    }
}

.fooooooter .footer_column_3 .column_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    margin-bottom: 22px;
}

.fooooooter .footer_column_3 .footer_item {
    font-size: 15px;
    line-height: 32px;
    color: #A3A5B5;
}

.fooooooter .footer_column_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    margin: 0 10px;
}

.fooooooter .footer_column_4 .column_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    margin-bottom: 6px;
}

.fooooooter .footer_column_4 .desc {
    font-size: 14px;
    line-height: 23px;
    color: #A3A5B5;
}

.fooooooter .footer_column_4 .number {
    margin: 22px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #162B2C;
    display: inline-block;
}

.fooooooter .footer_column_4 .btn_ {
    max-width: 166px;
    margin: 20px 0;
}

.fooooooter .footer_column_4 .btn_ a {
    background: #FFFFFF;
    border: 1px solid #F6F7FB;
    border-radius: 13px;
    padding: 0 15px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #84B173;
}

.fooooooter .footer_column_4 .btn_ a .weight {
    font-size: 11px;
    line-height: 13px;
    color: #B6B9CB;
    -webkit-transition: .2s;
    transition: .2s;
}

.fooooooter .footer_column_4 .btn_ a .icon {
    margin-left: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 750px){
    .fooooooter .footer_column_4 .btn_ {
        display: none;
    }
}

@media screen and (min-width: 750px){
    .fooooooter .footer_column_4 .number{
        margin: 22px 0 0;
    }
}

.fooooooter .footer_column_4 .we_take .take_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #B6B9CB;
    margin-bottom: 14px;
}

.fooooooter .footer_column_4 .we_take .take_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fooooooter .footer_column_4 .we_take .take_body .card_item {
    margin-right: 20px;
}

@media screen and (max-width: 750px) {
    .fooooooter .footer_column_4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 750px) {
    .fooooooter {
        padding: 32px 0 18px;
    }
}

/*===============================================================================================*/
.bread_chumps {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.bread_chumps .wrapper .way_item {
    width: max-content;
    font-weight: 500;
    font-size: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #B6B9CB;
    margin: 0 20px 0 0;
    position: relative;
}

.bread_chumps .wrapper .way_item._main,
.bread_chumps .wrapper .way_item._not_main{
    color: #35540D;
}

.bread_chumps .wrapper .way_item._main:after {
    display: none;
}

.bread_chumps .wrapper .way_item:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    left: -10px;
    display: block;
    background: #B6B9CB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 700px) {
    .bread_chumps {
        display: none;
    }
}
.bread_chumps._blog {
    margin-top: 23px;
    margin-bottom: 34px;
}

.bread_chumps._person_acc {
    margin-top: 23px;
    margin-bottom: 23px;
}

.page_title .wrapper h1{
    /*max-width: 837px;*/
    width: 100%;
    font-weight: bold;
    font-size: 43px;
    line-height: 55px;
    color: #162B2C;
}

@media screen and (max-width: 700px) {
    .page_title .wrapper {
        font-weight: bold;
        font-size: 24px;
        line-height: 27px;
        color: #162B2C;
    }
}

.popular_categories {
    margin-top: 10px;
}

.popular_categories .block_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 55px;
    color: #162B2C;
}

.popular_categories .cat_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.popular_categories .cat_body .cat_item {
    padding: 10px 16px;
    background: #F6F7FB;
    border-radius: 12px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #B6B9CB;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s;
}

.popular_categories .cat_body .cat_item:hover {
    background: #35540D;
    color: #FFFFFF;
}

.popular_categories .cat_body .slick-slide {
    margin-right: 10px;
}

.catalog_page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog_page .wrapper .left_part_filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 255px;
    flex: 0 1 255px;
    margin-right: 63px;
    position: relative;
    z-index: 100;
}

.catalog_page .wrapper .left_part_filter .filter_body .block_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 55px;
    color: #162B2C;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body .block_title {
        text-align: center;
    }
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item {
    position: relative;
    margin-bottom: 22px;
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header .item_title {
    font-size: 14px;
    line-height: 35px;
    color: #B6B9CB;
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header .item_arrow {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header .item_arrow svg, .catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header .item_arrow path {
    -webkit-transition: .2s;
    transition: .2s;
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header._active .item_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header._active .item_arrow svg, .catalog_page .wrapper .left_part_filter .filter_body .filter_item .item_header._active .item_arrow path {
    fill: #162B2C;
}

.catalog_page .wrapper .left_part_filter .filter_body .filter_item._first .item_arrow {
    display: none;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item .icon {
    border: 2px solid #E4E4E4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    -webkit-transition: .2s;
    transition: .2s;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item .icon svg {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item .text a:hover{
    color: #35540D;
    border-bottom: 1px solid #35540D;
}
.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(22, 43, 44, 0.7);
    position: relative;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item span {
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    padding: 0px 10px;
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
    background: url("../img/yellow_ramk.svg");
    background-position: 50% 50%;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item:hover span {
    opacity: 1;
    visibility: visible;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item._active .icon {
    background: #35540D;
    border: none;
}

.catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item._active .icon svg {
    opacity: 1;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 0;
    }
    .catalog_page .wrapper .left_part_filter .filter_body .item_body .check_box_item:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        border: 1px solid #F6F6F6;
        display: block;
    }
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by {
    margin-top: 11px;
    margin-bottom: 15px;
    background: #F6F6F6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0px 16px 0px 10px;
    max-width: 163px;
    position: relative;
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .left_sort {
    padding: 9px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body .sorted_by .left_sort {
        display: none;
    }
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .line {
    border: 1px solid #EAEAEA;
    margin: 0 0px 0 11px;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body .sorted_by .line {
        display: none;
    }
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .right_sort {
    padding: 9px 0px 9px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .right_sort .drop_down_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    color: #162B2C;
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .right_sort .drop_down_item .drop_down_text {
    margin-right: 10px;
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .right_sort .drop_down_body {
    position: absolute;
    top: 94%;
    left: 0;
    width: 50px;
    background: #F6F6F6;
    display: none;
    z-index: 10;
}

.catalog_page .wrapper .left_part_filter .filter_body .sorted_by .right_sort .drop_down_body .drop_down_item {
    padding: 5px 11px;
    cursor: pointer;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body .sorted_by {
        width: 56px;
        position: absolute;
        top: 0;
        left: 100px;
        margin: 0;
        padding: 0 0 0 0px;
    }
}

.catalog_page .wrapper .left_part_filter .filter_body .more {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #35540D;
    cursor: pointer;
    padding: 0 0 0 29px;
}

.catalog_page .wrapper .left_part_filter .filter_body .mobile_bnts {
    display: none;
}

.catalog_page .wrapper .left_part_filter .filter_body .mobile_bnts .btn_1 {
    max-width: 286px;
    height: 64px;
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 17px;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.catalog_page .wrapper .left_part_filter .filter_body .mobile_bnts .btn_2 {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 286px;
    height: 64px;
    background: #F6F7FB;
    border-radius: 13px;
    font-size: 17px;
    text-align: center;
    color: #B6B9CB;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body .mobile_bnts {
        display: block;
    }
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter .filter_body {
        position: relative;
        z-index: 10;
    }
    .catalog_page .wrapper .left_part_filter .filter_body .content {
        position: relative;
        z-index: 10;
        padding: 38px 43px;
    }
    .catalog_page .wrapper .left_part_filter .filter_body:after {
        content: '';
        top: 0;
        left: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 30px 30px 0px 0px;
        background: #fff;
    }
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .left_part_filter {
        position: fixed;
        top: 100%;
        width: 100%;
        left: 0;
        height: 100vh;
        overflow: auto;
        -webkit-transition: .2s;
        transition: .2s;
        z-index: 1000;
    }
    .catalog_page .wrapper .left_part_filter._active {
        top: 0;
        padding-top: 40vh;
    }
    .catalog_page .wrapper .left_part_filter .black_href {
        top: 0;
        left: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 100vh;
        background: rgba(25, 27, 24, 0.63);
    }
}

.catalog_page .wrapper .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 937px;
    flex: 0 1 937px;
}

.catalog_page .wrapper .right_part .filter_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
}

.catalog_page .wrapper .right_part .filter_header .block_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 560px;
    flex: 0 1 560px;
    font-weight: 500;
    font-size: 27px;
    line-height: 55px;
    color: #6F7287;
    white-space: nowrap;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_header .block_title {
        font-size: 18px;
        line-height: 22px;
    }
}

.catalog_page .wrapper .right_part .filter_header .price_filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 95px;
    flex: 0 1 95px;
    margin-right: 60px;
    position: relative;
}

.catalog_page .wrapper .right_part .filter_header .price_filter .drop_sort_item {
    font-size: 15px;
    line-height: 18px;
    color: #B6B9CB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.catalog_page .wrapper .right_part .filter_header .price_filter .drop_sort_item .text {
    margin-right: 6px;
}

.catalog_page .wrapper .right_part .filter_header .price_filter .drop_sort_body {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 10;
    display: none;
}

.catalog_page .wrapper .right_part .filter_header .price_filter .drop_sort_body .drop_sort_item {
    width: 100%;
    padding: 8px 3px;
    cursor: pointer;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_header .price_filter {
        display: none;
    }
}

.catalog_page .wrapper .right_part .filter_header .sorting_price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
    position: relative;
}

.catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_item {
    font-size: 15px;
    line-height: 18px;
    color: #B6B9CB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_item .text {
    margin-right: 6px;
}

.catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_item .icon svg, .catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_item .icon path {
    fill: #35540D;
}

.catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_item .value {
    margin-right: 6px;
    color: #35540D;
}

.catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_body {
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
    z-index: 10;
}

.catalog_page .wrapper .right_part .filter_header .sorting_price .drop_sort_body .drop_sort_item {
    width: 100%;
    padding: 8px 3px;
    cursor: pointer;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_header .sorting_price {
        display: none;
    }
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter {
    display: none;
    margin-top: 17px;
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter .filter_mobile {
    width: 114px;
    height: 39px;
    background: #F6F6F6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter .filter_mobile .icon {
    margin-right: 10px;
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter .filter_mobile .text {
    font-weight: 500;
    font-size: 14px;
    color: #162B2C;
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter .sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81px;
    height: 39px;
    border: 1px solid #F6F6F6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter .sorting .sorting_left, .catalog_page .wrapper .right_part .filter_header .mobile_filter .sorting .sorting_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    cursor: pointer;
}

.catalog_page .wrapper .right_part .filter_header .mobile_filter .sorting:after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    content: '';
    display: block;
    background: #F6F6F6;
    width: 1px;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_header .mobile_filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_header {
        display: block;
    }
}

.catalog_page .wrapper .right_part .filter_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.catalog_page .wrapper .right_part .filter_body .good_item{
    margin: 0 13px 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(294px);
    flex: 0 1 calc(294px);
    padding: 24px 24px 25px 27px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    max-height: 491px;
    height: 100%;
    position: relative;
}

.shortcode-products{
    display: flex;
    /* float: left; */
    width: 100%;
}

.shortcode-products .good_item{
    display: inline-block;
    margin: 0 8px 25px;
    padding: 24px 24px 25px 27px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    max-width: 258px;
    height: 100%;
    position: relative;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_header, .shortcode-products .good_item .good_header{
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    color: #B6B9CB;
    margin-bottom: 20px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_pic, .shortcode-products .good_item .good_pic {
    border-radius: 7px;
    max-width: 240px;
    margin: 0 auto 20px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_pic img, .shortcode-products .good_item .good_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback, .shortcode-products .good_item .good_feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .rait, .shortcode-products .good_item .good_feedback .rait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .rait .star, .shortcode-products .good_item .good_feedback .rait .star {
    margin: 0 2px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .rait .star svg, .catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .rait .star path, .shortcode-products .good_item .good_feedback .rait .star svg, .shortcode-products .good_item .good_feedback .rait .star path{
    fill: #35540D;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .rait .star svg, .catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .rait .star .empty, .shortcode-products .good_item .good_feedback .rait .star svg, .shortcode-products .good_item .good_feedback .rait .star .empty{
    fill: #F2F2F2;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .comment, .shortcode-products .good_item .good_feedback .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .comment .icon, .shortcode-products .good_item .good_feedback .comment .icon{
    margin-right: 6px;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .comment .icon, .shortcode-products .good_item .good_feedback .comment .icon{
        display: none;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .comment .text, .shortcode-products .good_item .good_feedback .comment .text {
    font-weight: 500;
    font-size: 11px;
    color: #B6B9CB;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .comment .text span, .shortcode-products .good_item .good_feedback .comment .text span{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_feedback .comment, .shortcode-products .good_item .good_feedback .comment{
        margin-left: 6px;
        line-height: 21px;
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_feedback, .shortcode-products .good_item .good_feedback {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_title, .shortcode-products .good_item .good_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #162B2C;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_title.name, .shortcode-products .good_item .good_title.name {
    height: 64px;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_title, .shortcode-products .good_item .good_title{
        font-size: 14px;
        line-height: 16px;
        max-width: 160px;
        margin-bottom: 10px;
        display: block;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_desc .value, .shortcode-products .good_item .good_desc {
    color: #787E73;
}
.catalog_page .wrapper .right_part .filter_body .good_item .good_desc, .shortcode-products .good_item .good_desc {
    font-size: 13px;
    color: #B6B9CB;
    /*margin-bottom: 17px;*/
    margin-top: 11px;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_desc, .shortcode-products .good_item .good_desc {
        display: none;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer, .shortcode-products .good_item .good_footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list, .shortcode-products .good_item .good_footer .drop_down_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    height: 30px;
    background: #F6F6F6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 20px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list .drop_down_item, .shortcode-products .good_item .good_footer .drop_down_list .drop_down_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list .drop_down_item .drop_down_text, .shortcode-products .good_item .good_footer .drop_down_list .drop_down_item .drop_down_text {
    font-weight: 500;
    font-size: 13px;
    color: #162B2C;
    margin-right: 4px;
    white-space: nowrap;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list .drop_down_item .drop_down_arrow, .shortcode-products .good_item .good_footer .drop_down_list .drop_down_item .drop_down_arrow {
    height: 4px;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list .drop_down_item .drop_down_arrow svg, .shortcode-products .good_item .good_footer .drop_down_list .drop_down_item .drop_down_arrow svg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list .drop_down_body, .shortcode-products .good_item .good_footer .drop_down_list .drop_down_body {
    display: none;
    background: #F6F6F6;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 100%;
    top: 100%;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list .drop_down_body .drop_down_item, .shortcode-products .good_item .good_footer .drop_down_list .drop_down_body .drop_down_item{
    font-weight: 500;
    font-size: 13px;
    color: #162B2C;
    padding: 0 0 0 10px;
    height: 30px;
    cursor: pointer;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list._active, .shortcode-products .good_item .good_footer .drop_down_list._active{
    border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_down_list, .shortcode-products .good_item .good_footer .drop_down_list{
        width: max-content;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_price, .shortcode-products .good_item .good_footer .drop_price{
    /*margin-left: 20px;*/
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #162B2C;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_footer .drop_price, .shortcode-products .good_item .good_footer .drop_price{
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_footer, .shortcode-products .good_item .good_footer {
        display: block;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_add, .shortcode-products .good_item .good_add{
    position: absolute;
    top: 16px;
    right: 13px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_add .icon, .shortcode-products .good_item .good_add .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_add, .shortcode-products .good_item .good_add {
        width: 27px;
        height: 27px;
        right: 8px;
        top: 8px;
    }
    .catalog_page .wrapper .right_part .filter_body .good_item .good_add svg, .shortcode-products .good_item .good_add svg{
        max-width: 15px;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .add_cart, .right_part .good_item .add_cart, .shortcode-products .good_item .add_cart {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    cursor: pointer;
}

.catalog_page .wrapper .right_part .filter_body .good_item .add_cart .icon, .right_part .good_item .add_cart .icon, .shortcode-products .good_item .add_cart .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .add_cart, .shortcode-products .good_item .add_cart{
        width: 33px;
        height: 33px;
        right: 11px;
        bottom: 11px;
    }
    .catalog_page .wrapper .right_part .filter_body .good_item .add_cart svg, .shortcode-products .good_item .add_cart svg {
        max-width: 13px;
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0);
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item .good_add, .catalog_page .wrapper .right_part .filter_body .good_item .add_cart, .right_part .good_item .add_cart, .shortcode-products .good_item .add_cart, .shortcode-products .good_item .good_add {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .good_add, .catalog_page .wrapper .right_part .filter_body .good_item .add_cart, .shortcode-products .good_item .add_cart, .shortcode-products .good_item .good_add {
        opacity: 1;
        visibility: visible;
    }
}

.catalog_page .wrapper .right_part .filter_body .good_item:hover .good_add, .catalog_page .wrapper .right_part .filter_body .good_item:hover .add_cart, .right_part .good_item:hover .add_cart, .shortcode-products .good_item:hover .add_cart, .shortcode-products .good_item:hover .good_add {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_body .good_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
@media screen and (max-width: 600px) {
    .shortcode-products .good_item{
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item .not_pic, .shortcode-products .good_item .not_pic {
        margin-left: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}

@media screen and (max-width: 480px) {
    .catalog_page .wrapper .right_part .filter_body .good_item, .shortcode-products .good_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 12px 20px;
    }
}

@media screen and (max-width: 930px) {
    .catalog_page .wrapper .right_part .filter_body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.catalog_page .wrapper .right_part .page_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 85px;
}

.catalog_page .wrapper .right_part .page_nav .nav_item {
    font-size: 14px;
    text-align: center;
    color: #11142D;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    background: rgba(246, 246, 246, 0.5);
    font-weight: bold;
    border-radius: 16px;
    margin: 0 4px;
}

.catalog_page .wrapper .right_part .page_nav .nav_item._active {
    background: #35540D;
    border-radius: 16px;
    color: #FFFFFF;
    opacity: 1;
}

.catalog_page .wrapper .right_part .page_nav .next {
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    margin: 0 4px;
    background: #1B1D21;
    border-radius: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
}

.catalog_page .wrapper .right_part .aftertext {
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
    margin-bottom: 95px;
}
.catalog_page .wrapper .right_part .aftertext ul,.catalog_page .wrapper .right_part .aftertext ol{
    margin-left: 20px;
}
.catalog_page .wrapper .right_part .aftertext ul li,.catalog_page .wrapper .right_part .aftertext ol li{
    padding-left: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 21px;
    position: relative;
    color: #35540D;
}
.catalog_page .wrapper .right_part .aftertext ul li:after, .catalog_page .wrapper .right_part .aftertext ol li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #35540D;
}

@media screen and (max-width: 750px) {
    .catalog_page .wrapper .right_part .aftertext {
        display: none;
    }
}

.card_screen {
    margin-top: 40px;
    margin-bottom: 40px;
}

.card_screen .card_content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.card_screen .card_content .wrapper .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 486px;
    flex: 0 2 486px;
    min-width: 0;
    margin-right: 26px;
}

.card_screen .card_content .wrapper .content_box {
    padding: 16px 20px 24px;
    height: 100%;
    width: 100%;
    border: 1px solid #F4F4F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}

.card_screen .card_content .wrapper .left_part .content_box .card_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card_screen .card_content .wrapper .left_part .content_box .card_header .text .stat_right{
    display: none;
}

.card_screen .card_content .wrapper .left_part .content_box .card_header .text .stat_right.active{
    display: block;
}

.card_screen .card_content .wrapper .left_part .content_box .card_header .text {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.card_screen .card_content .wrapper .left_part .content_box .card_header .text span {
    color: #35540D;
    font-weight: 500;
    display: block;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider {
    min-width: 0;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider .big_slider_body .slider_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider .big_slider_body .slider_item img {
    max-width: 394px;
    width: 100%;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider .small_slider_body {
    /*max-width: 221px;*/
    /*width: 412px;*/
    width: 435px;
    margin: 10px auto 0;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider .small_slider_body .slider_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    margin: 0 8px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider .small_slider_body .slider_item img {
    max-width: 71px;
}

.card_screen .card_content .wrapper .left_part .content_box .card_slider .small_slider_body .slider_item.slick-current {
    border: 1px solid #35540D;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .left_part .content_box .card_slider .small_slider_body .slider_item {
        height: 1px;
        cursor: pointer;
    }
    .card_screen .card_content .wrapper .left_part .content_box .card_slider .small_slider_body .slider_item img {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .card_screen .card_content .wrapper .left_part {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.card_screen .card_content .wrapper .right_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 745px;
    flex: 0 1 745px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block {
    padding: 23px 14px 15px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 20px;
}
.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header img{
    margin-right: 5px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .stat__title{
    font-size: 13px; 
    color: #162B2C;
    font-weight: 700;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px 0 7px 7px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback .rait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback .rait .star {
    margin: 0 2px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback .rait .star .empty {
    fill: #F2F2F2;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 18px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback .comment .icon {
    margin-right: 6px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .good_feedback .comment .text {
    font-weight: 500;
    font-size: 11px;
    color: #B6B9CB;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .sertificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .sertificate .icon {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: #F6F6F6;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .sertificate .text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #35540D;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .stats_big_block .stat_header .sertificate {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
    }
}

.card_screen .card_content .wrapper .right_part .stats_big_block .main_stats {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.stats_big_block {
    display: flex;
    flex-direction: column;
}

.stats_big_block .stat-block__title{
    line-height: 1.5;
    font-size: 17.6px;
    color: #162B2C;
    font-weight: 700;
    margin: 2px 0;
}

.stats_big_block .stat-block__info{
    font-size: 15px;
    color: #162B2C;
    line-height: 1.5;
    font-weight: 400;
}
.stats_big_block .stat-block__btn{
    font-size: 15px;
    line-height: 1.5;
    color: #B6B9CB;
    cursor: pointer;
}
.stats_big_block .info-block__title{
    line-height: 1.5;
    font-size: 17.6px;
    color: #162B2C;
    font-weight: 700;
    margin: 2px 0;
}

.stats_big_block .info-block__info{
    font-size: 15px;
    color: #162B2C;
    line-height: 1.5;
    font-weight: 400;
}
.stats_big_block .info-block__btn{
    font-size: 15px;
    line-height: 1.5;
    color: #B6B9CB;
    cursor: pointer;
}
@media screen and (max-width: 700px) {
    .stats_big_block .info-block__btn{
        display: none;
    }
}
.stats_big_block .info-row{
    line-height: 1.5;
    display: flex;
    color: #B6B9CB; 
}
.stats_big_block .info-row .info-row_left{
    font-weight: 700;
    flex: 0 0 50%;
    /* word-break:break-all; */
    word-wrap: break-word;
}
.stats_big_block .info-row .info-row_right{
    text-align: end;
    flex: 0 0 50%;
    word-break:break-all;
    word-wrap: break-word;
}

.stats_big_block .footer_stats {
    display: flex;
    align-items: center;   
    margin-top: 15px;
}

/* .card_screen .card_content .wrapper .right_part .stats_big_block .main_stats .stat_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .main_stats .stat_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    margin-right: 5px;
    font-size: 13px;
    color: #A6A9BC;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .stats_big_block .main_stats .stat_left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        line-height: 18px;
    }
}

.card_screen .card_content .wrapper .right_part .stats_big_block .main_stats .stat_right {
    font-weight: 500;
    font-size: 13px;
    color: #000000;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .main_stats .article .stat_right {
    display: none;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .main_stats .article .stat_right.active {
    display: block;
}*/

.card_screen .card_content .stat_tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #162B2C;
    font-weight: 400;
    
}
.card_screen .card_content .stat_tabs .stat_tabs__title{
    font-size: 17.6px;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .stat_tabs {
        display: none;
    }
}

.card_screen .card_content .stat_tabs .stat_dop-info{
    display: flex;
    font-size: 15px;
    line-height: 1.5;
}
.card_screen .card_content .stat_tabs .stat_dop-info .stat_characteristic{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}
.card_screen .card_content .stat_tabs .stat_dop-info .stat_value{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.card_screen .card_content .stat_tabs .stat_size{
    margin-top: 20px;
    max-width: 200px;
    text-align: center;
}

.card_screen .card_content .stat_tabs a {
    text-decoration: underline;
}

.card_screen .card_content .stat_tabs .stat_tabs_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* .card_screen .card_content .stat_tabs .stat_tabs_links .tab_link {
    padding: 7px 20px;
    color: #FBA000;
    font-size: 13px;
    border: 1px solid #FBA000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    font-weight: normal;
} 

.card_screen .card_content .stat_tabs .stat_tabs_links .tab_link._active {
    background: #FBA000;
    color: #FFFFFF;
}*/

 .card_screen .card_content .stat_tabs .stat_tabs_body .tab_body img{
    max-width: 100%;
}
/*.card_screen .card_content .stat_tabs .stat_tabs_body .tab_body {
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
} */

/* .card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
} */

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer .foooter_item .title {
    font-size: 13px;
    line-height: 21px;
    color: #35540D;
    font-weight: bold;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer .foooter_item .sup_title {
    font-size: 13px;
    line-height: 16px;
    color: #162B2C;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer .foooter_item .after_text {
    font-size: 13px;
    line-height: 16px;
    color: #afaeae;
    margin-bottom: 15px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer .foooter_item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 174px;
    flex: 0 1 174px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer .foooter_item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 225px;
    flex: 0 1 225px;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer {
        display: block;
    }
}

.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace {
    margin-top: 18px;
}


.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-bottom: 9px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace .marketplace_cont {
    display: flex;
}


.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace .marketplace_cont .marketplace_icon {
    width: 49px;
    height: 49px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49px;
    flex: 0 0 49px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 9px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace .marketplace_cont .marketplace_icon:hover {
    background: #042BDE;
    border: 1px solid #0000;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace .marketplace_cont .marketplace_icon a img {
    width: 100%;
    height: auto;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .marketplace .marketplace_cont .marketplace_icon a img:hover {
    filter: grayscale(100%) brightness(100);
}

.card_screen .card_content .wrapper .right_part .stats_big_block .mobile_btn {
    margin-top: 10px;
    cursor: pointer;
    display: none;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FBA000;
    border-radius: 13px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .mobile_btn .icon {
    margin-right: 5px;
}

.card_screen .card_content .wrapper .right_part .stats_big_block .mobile_btn .text {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .stats_big_block .mobile_btn {
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
    }
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .stats_big_block {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        padding: 18px 14px;
        border-top: 1px solid #F4F4F4;
        border-right: none;
    }
}

.card_screen .card_content .wrapper .right_part .order_big_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 466px;
    flex: 0 1 466px;
    padding: 17px 19px 26px 22px;
    border-right: 1px solid #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}
.card_screen .card_content .wrapper .right_part .order_big_block .order_header {
    display: flex;
    max-width: 220px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .order_header {
        max-width: 260px;
        width: 100%;
    }
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-bottom: 9px;
    padding: 0;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list {
    max-width: 95px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list .drop_down_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list .drop_down_item .drop_down_text {
    font-weight: 500;
    font-size: 14px;
    color: #162B2C;
    margin-right: 4px;
    white-space: nowrap;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list .drop_down_item .drop_down_arrow {
    height: 4px;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list .drop_down_item .drop_down_arrow svg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list .drop_down_body {
    display: none;
    background: #F6F6F6;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 100%;
    top: 100%;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list .drop_down_body .drop_down_item {
    font-weight: 500;
    font-size: 14px;
    color: #162B2C;
    padding: 0 0 0 10px;
    height: 30px;
    cursor: pointer;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list._active {
    border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight .drop_down_list {
        max-width: 135px;
    }
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .order_header .weight {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 135px;
        flex: 0 1 135px;
    }
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-bottom: 9px;
    padding: 0;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .minus, .card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .plus {
    cursor: pointer;
    border: 1px solid #FBA000;
    -webkit-box-shadow: 0px 20px 30px #EEF0F2;
    box-shadow: 0px 20px 30px #EEF0F2;
    border-radius: 17px;
    width: 31px;
    height: 31px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .minus:after, .card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .plus:after {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    border: 1px solid #FBA000;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .minus:hover, .card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .plus:hover {
    background: #FBA000;
    -webkit-box-shadow: 0px 7px 15px rgba(254, 114, 76, 0.4);
    box-shadow: 0px 7px 15px rgba(254, 114, 76, 0.4);
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .minus:hover:before, .card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .minus:hover:after, .card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .plus:hover:before, .card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .plus:hover:after {
    border: 1px solid #FFF;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .value {
    margin: 0 15px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_header .nubmer .calcultor .plus:before {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 12px;
    border: 1px solid #FBA000;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .order_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.card_screen .card_content .wrapper .right_part .order_big_block .final_price .price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card_screen .card_content .wrapper .right_part .order_big_block .final_price .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-bottom: 9px;
}

.card_screen .card_content .wrapper .right_part .order_big_block .final_price .new_price {
    font-weight: bold;
    font-size: 30px;
    color: #162B2C;
    white-space: nowrap;
}

.card_screen .card_content .wrapper .right_part .order_big_block .final_price .old_price {
    white-space: nowrap;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 500;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #B6B9CB;
    padding-left: 10px;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_btns {
    margin-top: 30px;
    display: flex;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_btns .btn_ {
    max-width: 210px;
    width: 100%;
    /* margin-bottom: 9px; */
    height: 64px;
    border: 1px solid #35540D;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #35540D;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_btns .btn_._add_to_cart_btn {
    margin-right: 15px;
}

@media screen and (max-width: 480px){
    .card_screen .card_content .wrapper .right_part .order_big_block .order_btns {
        flex-direction: column;
    }
    .card_screen .card_content .wrapper .right_part .order_big_block .order_btns .btn_ {
        max-width: 450px;
        width: 100%;
    }
    .card_screen .card_content .wrapper .right_part .order_big_block .order_btns .btn_._add_to_cart_btn {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.card_screen .card_content .wrapper .right_part .order_big_block .order_btns .btn_:hover {
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    border-radius: 13px;
    color: #FFFFFF;
}

.card_screen .card_content .wrapper .right_part .order_big_block .socilas {
    margin-top: 28px;
}

.card_screen .card_content .wrapper .right_part .order_big_block .socilas .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-bottom: 9px;
}
.card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces {
    max-width: 440px;
    display: grid;
    grid-template-columns: repeat( 2, minmax(130px, 1fr) );
    grid-row: auto auto;
    grid-gap: 15px;
}
.card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces .btn_ {
    max-width: 213px;
    padding-right: 8px;
    width: 100%;
    height: 64px;
    border-radius: 13px;
    background-color: #EEF2FE;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces .btn_ .marketplace__img{
    margin: 8px;
}
.card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces .btn_ .marketplace__title{
    margin-left: 8px;
    color: #162B2C;
    text-transform: capitalize;
    word-break:break-all;
}

@media screen and (max-width: 480px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces {
        grid-gap: 8px; 
    }
    .card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces .btn_ {
        height: 40px;
        font-size: 13px;
    }
    .card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces .btn_ .marketplace__img{
        margin: 8px;
        width: 24px;
        height: 24px;
    }
    .card_screen .card_content .wrapper .right_part .order_big_block .socilas .marketplaces .btn_ .marketplace__title{
        margin-left: 0px;
    }
}

/* @media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .socilas .title {
        text-align: center;
    }
} */

/* .card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont .soc_item {
    width: 49px;
    height: 49px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49px;
    flex: 0 0 49px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 9px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
} 

.card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont .soc_item svg, .card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont .soc_item path {
    -webkit-transition: .2;
    transition: .2;
}

.card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont .soc_item:hover {
    background: #042BDE;
    border: 1px solid #0000;
}

.card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont .soc_item:hover svg, .card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont .soc_item:hover path {
    fill: #fff;
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block .socilas .social_cont {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -9px;
    }
}*/

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part .order_big_block {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        padding: 14px 18px;
    }
}

@media screen and (max-width: 700px) {
    .card_screen .card_content .wrapper .right_part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 950px) {
    .card_screen .card_content .wrapper {
        display: block;
    }
}

.card_screen .corona_block .wrapper {
    margin-top: 80px;
    background: #162B2C;
    border-radius: 20px;
    height: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 43px;
}
@media screen and (max-width: 700px) {
    .card_screen .corona_block .wrapper {
        margin-top: 20px;
    }
}

.card_screen .corona_block .wrapper .left_part {
    position: relative;
    z-index: 10;
}

.card_screen .corona_block .wrapper .left_part .title {
    font-weight: bold;
    font-size: 43px;
    line-height: 45px;
    color: #FFFFFF;
    max-width: 456px;
    margin-bottom: 16px;
}

@media screen and (max-width: 730px) {
    .card_screen .corona_block .wrapper .left_part .title {
        font-size: 22px;
        line-height: 25px;
    }
}

.card_screen .corona_block .wrapper .left_part .sup_title {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 414px;
}

@media screen and (max-width: 730px) {
    .card_screen .corona_block .wrapper .left_part .sup_title {
        font-size: 13px;
        line-height: 16px;
    }
}

.card_screen .corona_block .wrapper .img_back {
    position: absolute;
    top: -10%;
    left: 50%;
    height: 120%;
}

.card_screen .corona_block .wrapper .img_back img {
    height: 100%;
}

@media screen and (max-width: 730px) {
    .card_screen .corona_block .wrapper .img_back {
        position: unset;
        text-align: center;
    }
}

.card_screen .corona_block .wrapper .corona {
    position: absolute;
    top: 10%;
    left: 30%;
}

@media screen and (max-width: 730px) {
    .card_screen .corona_block .wrapper .corona {
        display: none;
    }
}

.card_screen .corona_block .wrapper .airozol {
    position: absolute;
    top: 20%;
    left: 85%;
}

@media screen and (max-width: 730px) {
    .card_screen .corona_block .wrapper .airozol {
        display: none;
    }
}

@media screen and (max-width: 730px) {
    .card_screen .corona_block .wrapper {
        display: block;
        height: unset;
        padding: 22px 30px 0;
    }
}

.recevies {
    overflow: hidden;
    margin-bottom: 30px;
}

.recevies .wrapper {
    position: relative;
}

.recevies .wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.recevies .resevies_slider_body {
    margin-top: 44px;
}

.recevies .resevies_slider_body .slick-list {
    overflow: visible;
}

.recevies .resevies_slider_body .resevies_slider_item {
    padding: 36px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #F4F4F4;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 486px;
    flex: 0 1 486px;
    margin-right: 26px;
    -webkit-transition: .2s;
    transition: .2s;
}

.recevies .resevies_slider_body .resevies_slider_item .res_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_header .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    height: 59px;
    width: 59px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_header .icon img {
    max-width: 41px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_header .name {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
    margin-left: 11px;
    max-width: 250px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_main_text {
    font-size: 14px;
    line-height: 22px;
    color: #162B2C;
    margin-bottom: 30px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer .left_foo_part .name {
    font-weight: 500;
    font-size: 15px;
    color: #162B2C;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer .left_foo_part .date {
    margin-top: 15px;
    font-size: 13px;
    color: #A6A9BC;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer .right_foo_part .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -3px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer .right_foo_part .stars .star {
    margin: 0 3px;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer .right_foo_part .stars .star svg, .recevies .resevies_slider_body .resevies_slider_item .res_footer .right_foo_part .stars .star path {
    fill: #35540D;
}

.recevies .resevies_slider_body .resevies_slider_item .res_footer .right_foo_part .stars .star svg, .recevies .resevies_slider_body .resevies_slider_item .res_footer .right_foo_part .stars .star .empty {
    fill: #F2F2F2;
}

.recevies .resevies_slider_body .resevies_slider_item:hover {
    -webkit-box-shadow: 0px 0px 24px rgba(101, 140, 51, 0.16);
    box-shadow: 0px 0px 24px rgba(101, 140, 51, 0.16);
}

@media screen and (max-width: 700px) {
    .recevies .resevies_slider_body .resevies_slider_item {
        padding: 18px;
    }
}

@media screen and (max-width: 700px) {
    .recevies .resevies_slider_body {
        margin-top: 20px;
    }
    .recevies .resevies_slider_body .slick-list {
        margin-right: -26px;
    }
}

.recevies .resevies_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.recevies .resevies_header .block_title {
    font-weight: bold;
    font-size: 35px;
    color: #162B2C;
}

@media screen and (max-width: 700px) {
    .recevies .resevies_header .block_title {
        font-size: 23px;
    }
}

.recevies .resevies_header .block_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.recevies .resevies_header .add_res {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 166px;
    flex: 0 0 166px;
    margin-right: 28px;
    height: 48px;
    background: #35540D;
    border-radius: 13px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #35540D;
    border-radius: 13px;
    font-size: 16px;
    color: #FFFFFF;
}

@media screen and (max-width: 700px) {
    .recevies .resevies_header .add_res {
        display: none;
    }
}

.recevies .resevies_header .slider_res_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.recevies .resevies_header .slider_res_controls .res_slider_prev, .recevies .resevies_header .slider_res_controls .res_slider_next {
    cursor: pointer;
    margin-left: 16px;
    background: #F6F7FB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.recevies .resevies_header .slider_res_controls .res_slider_prev {
    margin: 0;
}

@media screen and (max-width: 700px) {
    .recevies .resevies_header {
        margin-top: 20px;
    }
}

.you_may_goods.home_goods .icons{
    display: flex;
    position: relative;
}

.you_may_goods.home_goods .slider_good .good_item .good_footer .drop_price {
    margin-left: 0;
}

.you_may_goods.home_goods .good_pic {
    height: 240px;
    background: #DCDFEA;
    overflow: hidden;
    position: relative;
}

.you_may_goods.home_goods .good_pic .badges {
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    display: flex;
    z-index: 10;
}

.you_may_goods.home_goods .good_pic .badges .badge {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #0B8F43;
    padding: .3rem .5rem;
    border-radius: .25rem;
    margin-right: .25rem;
}
.you_may_goods.home_goods .good_pic .badges .badge.green {background: #0B8F43;}
.you_may_goods.home_goods .good_pic .badges .badge.blue {background: #00B0FB;}
.you_may_goods.home_goods .good_pic .badges .badge.pink {background: #FB00C4;}

.you_may_goods.home_goods .good_pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.you_may_goods.home_goods .icons .icon {
    position: relative;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCDFEA;
    border-radius: 50%;
    margin-right: .3rem;
}

.you_may_goods.home_goods .icons .item .text {
    bottom: calc(100% + 5px);
    font-size: 12px;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding: .5rem;
    color: #717382;
    z-index: 100;
    display: none;
}

.you_may_goods.home_goods .icons .item:hover .text, .you_may_goods.home_goods .icons .item:hover .triangle {
    display: block;
}

.you_may_goods.home_goods .icons .item:hover .icon {
    background: #F9BE28;
}

.you_may_goods.home_goods .icons .icon img {
    max-width: 23px;
    max-height: 23px;
}

.you_may_goods.home_goods .icons .icon .triangle{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: 100%;
    z-index: 100;
    display: none;
}

.you_may_goods {
    overflow: hidden;
}

.you_may_goods .wrapper {
    position: relative;
}

.you_may_goods .you_may_goods_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.you_may_goods .you_may_goods_header .block_title {
    font-weight: bold;
    font-size: 35px;
    color: #162B2C;
}

@media screen and (max-width: 700px) {
    .you_may_goods .you_may_goods_header .block_title {
        font-size: 23px;
    }
}

.you_may_goods .you_may_goods_header .slider_you_may_goods_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.you_may_goods .you_may_goods_header .slider_you_may_goods_controls .you_may_goods_slider_prev, .you_may_goods .you_may_goods_header .slider_you_may_goods_controls .you_may_goods_slider_next, .shortcode_slider_prev, .shortcode_slider_next, .js_you_may_goods_slider_next, .js_you_may_goods_slider_prev {
    cursor: pointer;
    margin-left: 16px;
    background: #F6F7FB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.you_may_goods .you_may_goods_header .slider_you_may_goods_controls .you_may_goods_slider_prev {
    margin: 0;
}

@media screen and (max-width: 700px) {
    .you_may_goods .you_may_goods_header {
        margin-top: 20px;
    }
}

.you_may_goods .slider_good {
    margin: 42px 0px 0;
}

.you_may_goods .slider_good .good_item {
    margin: 0 13px 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(294px);
    flex: 0 1 calc(294px);
    padding: 24px 24px 25px 27px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    /*max-height: 491px;*/
    height: 100%;
    position: relative;
    width: auto !important;
}

.you_may_goods .slider_good .good_item .good_header {
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    color: #B6B9CB;
    margin-bottom: 20px;
}

.you_may_goods .slider_good .good_item .good_pic {
    border-radius: 7px;
    max-width: 230px;
    margin: 0 auto 20px;
}

.you_may_goods .slider_good .good_item .good_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.you_may_goods .slider_good .good_item .good_feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

.you_may_goods .slider_good .good_item .good_feedback .rait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.you_may_goods .slider_good .good_item .good_feedback .rait .star {
    margin: 0 2px;
}

.you_may_goods .slider_good .good_item .good_feedback .rait .star svg, .you_may_goods .slider_good .good_item .good_feedback .rait .star path {
    fill: #35540D;
}

.you_may_goods .slider_good .good_item .good_feedback .rait .star svg, .you_may_goods .slider_good .good_item .good_feedback .rait .star .empty {
    fill: #F2F2F2;
}

.you_may_goods .slider_good .good_item .good_feedback .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.you_may_goods .slider_good .good_item .good_feedback .comment .icon {
    margin-right: 6px;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_feedback .comment .icon {
        display: none;
    }
}

.you_may_goods .slider_good .good_item .good_feedback .comment .text {
    font-weight: 500;
    font-size: 11px;
    color: #B6B9CB;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_feedback .comment .text span {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_feedback .comment {
        margin-left: 6px;
        line-height: 21px;
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_feedback {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.you_may_goods .slider_good .good_item .good_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #162B2C;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.you_may_goods .slider_good .good_item .good_title.name {
    height: 64px;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_title {
        font-size: 14px;
        line-height: 16px;
        max-width: 160px;
        margin-bottom: 10px;
        display: block;
    }
}

.you_may_goods .slider_good .good_item .good_desc .value {
    color: #787E73;
}
.you_may_goods .slider_good .good_item .good_desc {
    font-size: 13px;
    color: #B6B9CB;
    margin-top: 18px;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_desc .value {
        color: #787E73;
    }
    .you_may_goods .slider_good .good_item .good_desc {
        display: none;
    }
}

.you_may_goods .slider_good .good_item .good_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    height: 30px;
    background: #F6F6F6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 2rem;
}


.you_may_goods .slider_good .good_item .good_footer .drop_down_list .drop_down_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list .drop_down_item .drop_down_text {
    font-weight: 500;
    font-size: 13px;
    color: #162B2C;
    margin-right: 4px;
    white-space: nowrap;
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list .drop_down_item .drop_down_arrow {
    height: 4px;
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list .drop_down_item .drop_down_arrow svg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list .drop_down_body {
    display: none;
    background: #F6F6F6;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 100%;
    top: 100%;
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list .drop_down_body .drop_down_item {
    font-weight: 500;
    font-size: 13px;
    color: #162B2C;
    padding: 0 0 0 10px;
    height: 30px;
    cursor: pointer;
}

.you_may_goods .slider_good .good_item .good_footer .drop_down_list._active {
    border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_footer .drop_down_list {
        max-width: 62px;
    }
}

.you_may_goods .slider_good .good_item .good_footer .drop_price {
    margin-left: 20px;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    color: #162B2C;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_footer .drop_price {
        margin-left: 0;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_footer {
        display: block;
    }
}

.you_may_goods .slider_good .good_item .good_add {
    position: absolute;
    top: 16px;
    right: 13px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.you_may_goods .slider_good .good_item .good_add .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_add {
        width: 27px;
        height: 27px;
        right: 8px;
        top: 8px;
    }
    .you_may_goods .slider_good .good_item .good_add svg {
        max-width: 15px;
    }
}

.you_may_goods .slider_good .good_item .add_cart {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    cursor: pointer;
}

.you_may_goods .slider_good .good_item .add_cart .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .add_cart {
        width: 33px;
        height: 33px;
        right: 11px;
        bottom: 11px;
    }
    .you_may_goods .slider_good .good_item .add_cart svg {
        max-width: 13px;
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0);
    }
}

.you_may_goods .slider_good .good_item .good_add, .you_may_goods .slider_good .good_item .add_cart {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .good_add, .you_may_goods .slider_good .good_item .add_cart {
        opacity: 1;
        visibility: visible;
    }
}

.you_may_goods .slider_good .good_item:hover .good_add, .you_may_goods .slider_good .good_item:hover .add_cart {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item .not_pic {
        margin-left: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .good_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 303px;
        flex: 0 1 303px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 12px 20px;
    }
}

@media screen and (max-width: 480px) {
    .you_may_goods .slider_good .slick-list {
        overflow: visible;
    }
}

.add_res_popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100%;
    width: 100vw;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding: 10vh 0 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
}

.add_res_popup .add_res_content {
    z-index: 3000000;
    position: relative;
    max-width: 768px;
    width: 100vw;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 25px 25px 0px 0px;
    padding: 51px 68px;
}

.add_res_popup .add_res_content .add_res_popup_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}

.add_res_popup .add_res_content .add_res_popup_header .left_part .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
}

.add_res_popup .add_res_content .add_res_popup_header .left_part .sup_title {
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
    max-width: 450px;
}

.add_res_popup .add_res_content .current_good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_res_popup .add_res_content .current_good .icon {
    width: 59px;
    height: 59px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.add_res_popup .add_res_content .current_good .icon img {
    max-width: 41px;
}

.add_res_popup .add_res_content .current_good .title {
    margin-left: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
    max-width: 250px;
}

.add_res_popup .add_res_content form {
    margin-top: 47px;
}

.inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.inputs .input_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 26px);
    flex: 0 1 calc(50% - 26px);
    margin: 0 13px 34px;
}

.inputs .input_item .input_title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #A6A9BC;
    margin-bottom: 16px;
}

.inputs .input_item input {
    background: rgba(228, 228, 228, 0.3);
    border-radius: 8px;
    width: 100%;
    height: 56px;
    display: block;
    border: none;
    padding: 0 23px;
    font-size: 14px;
    color: #11142D;
    font-weight: bold;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #0000;
}

.inputs .input_item input:focus {
    border: 2px solid #35540D;
}

.inputs .input_item input:focus._error {
    border: 2px solid #35540D;
}

.inputs .input_item input._error {
    border: 2px solid #D93D3C;
}

@media screen and (max-width: 700px) {
    .inputs .input_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100%);
        flex: 0 1 calc(100%);
    }
}

.add_res_popup .add_res_content form .textarea .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #A6A9BC;
    margin-bottom: 16px;
}

.add_res_popup .add_res_content form .textarea textarea {
    background: rgba(228, 228, 228, 0.3);
    border-radius: 8px;
    width: 100%;
    min-height: 135px;
    display: block;
    border: none;
    padding: 23px 23px;
    font-size: 14px;
    color: #11142D;
    font-weight: bold;
    resize: none;
}

.add_res_popup .add_res_content form .your_score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.add_res_popup .add_res_content form .your_score .left_part {
    font-size: 13px;
    line-height: 16px;
    color: #162B2C;
    margin-right: 13px;
}

.add_res_popup .add_res_content form .your_score .right_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_res_popup .add_res_content form .your_score .right_part .star {
    margin-right: 5px;
}

.add_res_popup .add_res_content form button {
    width: 213px;
    height: 64px;
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    border-radius: 13px;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .add_res_popup .add_res_content form button {
        margin: 0 auto;
    }
}

.add_res_popup .add_res_content .close {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 11px;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    text-shadow: none;
    font-weight: normal;
    opacity: 1;
}

@media screen and (max-width: 700px) {
    .add_res_popup .add_res_content {
        padding: 38px 43px;
    }
}

.add_res_popup .black_href {
    position: fixed;
    z-index: 0;
    top: 0%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(25, 27, 24, 0.63);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.add_res_popup .black_href._active {
    opacity: 1;
    visibility: visible;
}

.add_res_popup._active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.all_charact_popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100%;
    width: 100vw;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding: 10vh 0 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.all_charact_popup .all_charact {
    min-height: 500px;
    z-index: 3;
    max-width: 768px;
    width: 100vw;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 25px 25px 0px 0px;
    padding: 51px 68px;
    position: relative;
}

.all_charact_popup .all_charact .close {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 11px;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
}

@media screen and (max-width: 700px) {
    .all_charact_popup .all_charact {
        padding: 38px 43px;
    }
}

.all_charact_popup .stat_tabs .stat_tabs_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow-x: auto;
}

.all_charact_popup .stat_tabs .stat_tabs_links .tab_link_pop {
    padding: 7px 20px;
    color: #FBA000;
    font-size: 13px;
    border: 1px solid #FBA000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.all_charact_popup .stat_tabs .stat_tabs_links .tab_link_pop._active {
    background: #FBA000;
    color: #FFFFFF;
}

.all_charact_popup .stat_tabs .stat_tabs_body {
    margin-top: 20px;
}

.all_charact_popup .stat_tabs .stat_tabs_body .tab_body_pop {
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
}

.all_charact_popup .stat_tabs .stat_tabs_body .tab_body_pop .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
    margin-bottom: 10px;
    padding: 0;
}

.all_charact_popup .black_href {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #191b18;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.all_charact_popup .black_href._active {
    opacity: 1;
    visibility: visible;
}

.all_charact_popup._active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.after_submit_popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100%;
    width: 100vw;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding: 10vh 0 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.after_submit_popup .after_sub_body {
    position: relative;
    z-index: 3;
    max-width: 768px;
    width: 100vw;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 25px 25px 0px 0px;
    padding: 51px 68px;
}

.after_submit_popup .after_sub_body .close {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 11px;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
}

@media screen and (max-width: 700px) {
    .after_submit_popup .after_sub_body {
        padding: 38px 43px;
    }
    .card_screen .card_content .wrapper .right_part .stats_big_block{
        display: flex;
        flex-flow: wrap;
    }
    .card_screen .card_content .wrapper .right_part .stats_big_block .stat_footer{
        order: 0;
        margin-bottom: 18px;
        width: 100%;
    }
    .card_screen .card_content .wrapper .right_part .stats_big_block .stat_header{
        order: 1;
        margin-top: 20px;
        width: 100%;
    }
    .card_screen .card_content .wrapper .right_part .stats_big_block .main_stats{
        order: 2;
        width: 100%;
    }
    .card_screen .card_content .wrapper .right_part .stats_big_block .mobile_btn{
        order: 3;
        width: 100%;
    }
    .all_charact_popup .all_charact .stat_tabs .main_stats{
        order: 2;
        width: 100%;
    }
    .all_charact_popup .all_charact .stat_tabs .main_stats .stat_item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
    .all_charact_popup .all_charact .stat_tabs .main_stats .stat_item .stat_left{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        line-height: 18px;
        margin-right: 5px;
        font-size: 13px;
        color: #A6A9BC;
    }
}

.after_submit_popup .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #162B2C;
    padding-top: 99px;
    margin-bottom: 6px;
}

.after_submit_popup .subtitle {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #162B2C;
    max-width: 460px;
    margin: 0 auto 30px;
}

.after_submit_popup .close_btn {
    width: 213px;
    height: 64px;
    background: #F6F7FB;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #B6B9CB;
    margin: 0 auto;
    cursor: pointer;
}

.after_submit_popup .black_href {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #191b18;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.after_submit_popup .black_href._active {
    opacity: 1;
    visibility: visible;
}

.after_submit_popup .img {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.after_submit_popup._active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.add_to_cart {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100%;
    width: 100vw;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding: 10vh 0 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.add_to_cart .add_to_cart_body {
    position: relative;
    z-index: 3;
    max-width: 768px;
    width: 100vw;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 25px 25px 0px 0px;
    padding: 51px 12%;
    padding: 51px 160px;
}

@media screen and (max-width: 450px) {
    .add_to_cart .add_to_cart_body {
        padding: 50px 10px;
    }
}

.add_to_cart .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #162B2C;
    padding-top: 85px;
    margin-bottom: 6px;
}

.add_to_cart .subtitle {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #162B2C;
    max-width: 460px;
    margin: 0 auto 30px;
}

.add_to_cart .good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_to_cart .good .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

.add_to_cart .good .left_part .icon {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    width: 59px;
    height: 59px;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
}

.add_to_cart .good .left_part .icon img {
    max-width: 41px;
}

.add_to_cart .good .left_part .text .title_ {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
}

.add_to_cart .good .left_part .text .mas {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

.add_to_cart .good .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
}

.add_to_cart .good .right_part .calcultor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_to_cart .good .right_part .minus, .add_to_cart .good .right_part .plus {
    cursor: pointer;
    border: 1px solid #FBA000;
    -webkit-box-shadow: 0px 20px 30px #EEF0F2;
    box-shadow: 0px 20px 30px #EEF0F2;
    border-radius: 17px;
    width: 31px;
    height: 31px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.add_to_cart .good .right_part .minus:after, .add_to_cart .good .right_part .plus:after {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    border: 1px solid #FBA000;
}

.add_to_cart .good .right_part .minus:hover, .add_to_cart .good .right_part .plus:hover {
    background: #FBA000;
    -webkit-box-shadow: 0px 7px 15px rgba(254, 114, 76, 0.4);
    box-shadow: 0px 7px 15px rgba(254, 114, 76, 0.4);
}

.add_to_cart .good .right_part .minus:hover:before, .add_to_cart .good .right_part .minus:hover:after, .add_to_cart .good .right_part .plus:hover:before, .add_to_cart .good .right_part .plus:hover:after {
    border: 1px solid #FFF;
}

.add_to_cart .good .right_part .value {
    margin: 0 15px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.add_to_cart .good .right_part .plus:before {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 12px;
    border: 1px solid #FBA000;
}

.add_to_cart .close {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 11px;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    text-shadow: none;
    font-weight: normal;
    opacity: 1;
}

.add_to_cart .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px -5px 0;
}

.add_to_cart .btns .btn {
    margin: 0 5px 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 64px;
    padding: 0 10px;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 17px;
    color: #FBA000;
    cursor: pointer;
    font-weight: 700;
}

.add_to_cart .btns .btn_one_click,
.add_to_cart .btns .btn_one_click_close,
.add_to_cart .btns .btn_checkout {
    color: #fff;
    background: #35540D;
}

.add_to_cart .btns .btn:hover {

}

.add_to_cart .btns  .close_continue:hover{
    text-decoration: underline;
}

.add_to_cart .icon-order-one-click {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('/image/templates/one_click_image.png') no-repeat;
    background-position-x: center;
    background-size: 60%;
    background-position-y: bottom;
}

.add_to_cart .btns .btn_one_click:hover,
.add_to_cart .btns .btn_one_click_close:hover,
.add_to_cart .btns .btn_checkout:hover {
    color: #fff;
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
}

@media screen and (max-width: 600px) {
    .add_to_cart .btns {
        display: block;
    }
}

.add_to_cart .close_btn {
    width: 213px;
    height: 64px;
    background: #F6F7FB;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #B6B9CB;
    margin: 0 auto;
    cursor: pointer;
}

.add_to_cart .good_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 13px;
    color: #B6B9CB;
}

.add_to_cart .good_header .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
}

.add_to_cart .good_header .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
}

.add_to_cart .black_href {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(25, 27, 24, 0.63);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.add_to_cart .black_href._active {
    opacity: 1;
    visibility: visible;
}

.add_to_cart .img {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.add_to_cart._active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    margin-top: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    margin-left: auto;
}

.alert a {
    font-weight: bold;
    text-decoration: underline;
}

.alert a:hover {
    text-decoration: none;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom:18px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top:1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom:2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top:0
}

.table > tbody + tbody {
    border-top:2px solid #ddd
}

.table .table {
    background-color:#fff
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding:5px
}

.table-bordered {
    border:1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border:1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width:2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color:#fff
}

.table-hover > tbody > tr:hover {
    background-color:#f5f5f5
}

table col[class * =col-] {
    position: static;
    float: none;
    display:table-column
}

table td[class * =col-], table th[class * =col-] {
    position: static;
    float: none;
    display:table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color:#f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color:#e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color:#dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color:#d0e9c6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color:#d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color:#c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color:#fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color:#faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color:#f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color:#ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height:.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border:1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom:0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space:nowrap
    }

    .table-responsive > .table-bordered {
        border:0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left:0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right:0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom:0
    }
}
table {
    border-collapse: collapse;
    border-spacing:0
}

td, th {
    padding:0
}

.small-font {
    font-size: 14px;
    font-family: 'noto sans', sans-serif;
}
.contact_form-and-icons {
    margin-top: 15px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
}
address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857;
    font-size: 13px;
}
.panel-contact-custom a, .media a{
    color: #304d12;
    text-decoration: underline;
}
textarea.form-control {
    height: auto;
}
.alert-success {
    position: fixed;
    z-index: 999;
    left: 50%;
    width: 70%;
    margin-left: -35%;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success button.close{
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    outline: none;
    background-color: inherit;
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 800px) {
    .alert-success {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .all_charact_popup .all_charact .stat_tabs .main_stats .stat_item .stat_right{
        font-weight: 500;
        font-size: 13px;
        color: #000000;
    }
    .add_to_cart .good_header, .add_to_cart .good{
        display: none;
    }
    .add_to_cart .btns .btn_checkout{
        width: 70%;
        margin: 0 auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 166px;
        flex: 0 1 50%;
        height: 48px;
        background: #35540D;
        border-radius: 13px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #35540D;
        border-radius: 13px;
        font-size: 16px;
        color: #FFFFFF;
    }
}
.all_charact_popup .stat_tabs .stat_tabs_all-characteristics .title {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #162B2C;
    margin-bottom: 10px;
    padding: 0;
}
.back-to-catalog{
    display: none;
    order: 1;
}
.back-to-catalog:hover{
    cursor: pointer;
}
.back-to-catalog_arrow > img{
    width: 20px;
}
.back-to-catalog_arrow, .back-to-catalog_text{
    display: inline-block;
}
.back-to-catalog_text{
    font-size: 20px;
    vertical-align: top;
}
.catalog_page .wrapper .right_part .show_more{
    text-align: center;
    display: none;
}
.catalog_page .wrapper .right_part .show_more a {
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    margin: 0 4px;
    background: #1B1D21;
    border-radius: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    padding: 20px;
}
@media screen and (max-width: 520px) {
    .catalog_page .wrapper .right_part .page_nav{
        display: none;
    }
    .catalog_page .wrapper .right_part .show_more{
        display: block;
        margin-bottom: 20px;
    }
    .slick-track .slick-slide{
        margin-right: 10px;
    }
}
._popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
._popular ._popular_item {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #162B2C;
    white-space: nowrap;
    margin-right: 15px;
    padding: 15px;
    border: 2px solid #F4F4F4;
    border-radius: 8px;
}

._popular ._popular_item._active {
    border: 2px solid #FBA000;
}

@media screen and (max-width: 550px) {
    ._popular ._popular_item {
        padding: 3px 13px;
        font-size: 13px;
        line-height: 21px;
        border-radius: 6px;
        margin-right: 6px;
    }
}
.blog_list_cont .popular_blogs {
    margin-top: 30px;
    overflow: auto;
}

@media screen and (max-width: 550px) {
    .blog_list_cont .popular_blogs {
        margin-top: 19px;
    }
}
.blog_list_cont .popular_item {
    margin-right: 10px;
    padding: 0;
}
.blog_list_cont .popular_item a {
    display: block;
    padding: 3px 13px;
}
.blog_list_cont .blog_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 43px -13px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_list_cont .blog_list .blog_item {
    margin: 0 13px 55px;
}

.blog_list_cont .blog_list .blog_item._small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 26px);
    flex: 0 0 calc(25% - 26px);
}

.blog_list_cont .blog_list .blog_item._big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 26px);
    flex: 0 0 calc(50% - 26px);
}

.blog_list_cont .blog_list .blog_item._big .img {
    padding-bottom: 37%;
}
@media screen and (max-width: 850px) {
    .blog_list_cont .blog_list .blog_item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.333% - 26px) !important;
        flex: 0 0 calc(33.333% - 26px) !important;
    }
    .blog_list_cont .blog_list .blog_item .img {
        padding-bottom: 77% !important;
    }
}

@media screen and (max-width: 650px) {
    .blog_list_cont .blog_list .blog_item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 26px) !important;
        flex: 0 0 calc(50% - 26px) !important;
    }
}

@media screen and (max-width: 550px) {
    .blog_list_cont .blog_list .blog_item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100% - 26px) !important;
        flex: 0 0 calc(100% - 26px) !important;
        margin: 0 13px 34px;
    }
    .blog_list_cont .blog_list .blog_item .img {
        padding-bottom: 71% !important;
    }
}

.blog_list_cont .blog_list .img {
    position: relative;
    padding-bottom: 77%;
}

.blog_list_cont .blog_list .img img {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_list_cont .blog_list .stat_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.blog_list_cont .blog_list .stat_part .wathes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 21px;
}

.blog_list_cont .blog_list .stat_part .wathes .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    color: #A6A9BC;
    margin-left: 3px;
}

.blog_list_cont .blog_list .stat_part .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog_list_cont .blog_list .stat_part .comment .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    color: #FBA000;
    margin-left: 4px;
}

.blog_list_cont .blog_list .stat_part .date {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    text-align: right;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .blog_list_cont .blog_list .stat_part {
        margin-top: 13px;
    }
}

.blog_list_cont .blog_list .name {
    margin-top: 3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #162B2C;
    display: inline-block;
}

.blog_list_cont .blog_list .desc {
    font-size: 13px;
    line-height: 144.3%;
    color: #162B2C;
    margin-top: 3px;
}

.blog_list_cont .blog_list .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.blog_list_cont .blog_list .tags .tag_item {
    font-size: 13px;
    line-height: 16px;
    color: #B6B9CB;
    padding: 7px;
    background: #F6F7FB;
    border-radius: 7px;
    margin-right: 8px;
    margin-bottom: 8px;
}

@media screen and (max-width: 550px) {
    .blog_list_cont .blog_list {
        margin-top: 7px;
    }
}

.blog_list_cont .page_nav {
    margin-top: 47px;
    margin-bottom: 45px;
}

.blog_link_cont .page_title {
    max-width: 700px;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .page_title {
        font-size: 24px;
        line-height: 27px;
        color: #162B2C;
        margin-top: 7px;
    }
}

.blog_link_cont .stat_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.blog_link_cont .stat_part .wathes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 21px;
}

.blog_link_cont .stat_part .wathes .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    color: #A6A9BC;
    margin-left: 3px;
}

.blog_link_cont .stat_part .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog_link_cont .stat_part .comment .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    color: #FBA000;
    margin-left: 4px;
}

.blog_link_cont .stat_part .date {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    text-align: right;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .stat_part {
        margin-top: 13px;
    }
}

.blog_link_cont ._after_header {
    margin-top: 16px;
}

.blog_link_cont .big_poster {
    position: relative;
    padding-bottom: 37%;
    margin-top: 30px;
}

.blog_link_cont .big_poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .big_poster {
        padding-bottom: 69%;
    }
}

.blog_link_cont .blog_desc {
    margin-top: 47px;
    max-width: 852px;
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
}

.blog_link_cont .blog_desc._2 {
    margin-top: 28px;
    max-width: 810px;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .blog_desc._2 {
        margin-top: 17px;
    }
}

@media screen and (max-width: 550px) {
    .blog_link_cont .blog_desc {
        margin-top: 22px;
        font-size: 13px;
        line-height: 22px;
    }
}

.blog_link_cont .block_title {
    margin-top: 20px;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .block_title {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        margin-top: 22px;
    }
}

.blog_link_cont .desc {
    font-size: 18px;
    line-height: 144.3%;
    color: #162B2C;
    margin-top: 8px;
    margin-bottom: 38px;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .desc {
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
        margin-bottom: 30px;
    }
}

.blog_link_cont ul li {
    padding-left: 10px;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 21px;
    color: #35540D;
    position: relative;
}

.blog_link_cont ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #35540D;
}

@media screen and (max-width: 550px) {
    .blog_link_cont ul li:after {
        width: 2px;
        height: 2px;
        top: 8px;
    }
}

@media screen and (max-width: 550px) {
    .blog_link_cont ul li {
        text-indent: 6px;
        font-size: 13px;
        line-height: 15px;
        padding: 0;
        margin-bottom: 15px;
    }
}

.blog_link_cont .adv_label {
    background: #FFF6E5;
    border-radius: 8px;
    max-width: 830px;
    padding: 20px 29px 20px 20px;
    margin-top: 35px;
    font-size: 15px;
    line-height: 22px;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .adv_label {
        padding: 12px 20px 18px 18px;
        font-size: 13px;
        line-height: 21px;
        color: #000000;
        margin-top: 29px;
    }
}

.blog_link_cont .blog_item_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 830px;
    border-top: 1px solid #F4F4F4;
    padding-top: 20px;
    margin-top: 22px;
}

.blog_link_cont .blog_item_footer .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_link_cont .blog_item_footer .tags .tag_item {
    font-size: 13px;
    line-height: 16px;
    color: #B6B9CB;
    padding: 7px;
    background: #F6F7FB;
    border-radius: 7px;
    margin-right: 8px;
}

.blog_link_cont .blog_item_footer .date {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    text-align: right;
    color: #A6A9BC;
    margin-top: 8px;
}

.blog_link_cont .blog_global_slider {
    margin-top: 43px;
    margin-bottom: 77px;
}

.blog_link_cont .blog_global_slider .block_title {
    font-size: 35px;
    line-height: 55px;
}

@media screen and (max-width: 550px) {
    .blog_link_cont .blog_global_slider {
        margin-top: 56px;
    }
}
.blog_global_slider .slider_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.blog_global_slider .block_title {
    margin-top: 0 !important;
}

@media screen and (max-width: 550px) {
    .blog_global_slider .block_title {
        font-size: 23px !important;
        line-height: 30px !important;
    }
}

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

.blog_global_slider .slider_controls .slider_prev_gl_blog, .blog_global_slider .slider_controls .slider_next_gl_blog {
    cursor: pointer;
    margin-left: 16px;
    background: #F6F7FB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.blog_global_slider .blog_item {
    margin: 0 26px 0 0;
}

.blog_global_slider .blog_item .img {
    position: relative;
    height: 228px;
}

.blog_global_slider .blog_item .img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_global_slider .blog_item .stat_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.blog_global_slider .blog_item .stat_part .wathes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 21px;
}

.blog_global_slider .blog_item .stat_part .wathes .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    color: #A6A9BC;
    margin-left: 3px;
}

.blog_global_slider .blog_item .stat_part .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog_global_slider .blog_item .stat_part .comment .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    color: #FBA000;
    margin-left: 4px;
}

.blog_global_slider .blog_item .stat_part .date {
    font-weight: 500;
    font-size: 11px;
    line-height: 144.3%;
    text-align: right;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .blog_global_slider .blog_item .stat_part {
        margin-top: 13px;
    }
}

.blog_global_slider .blog_item .name {
    margin-top: 3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #162B2C;
    display: inline-block;
}

.blog_global_slider .blog_item .desc {
    font-size: 13px;
    line-height: 144.3%;
    color: #162B2C;
    margin-top: 3px;
}

.blog_global_slider .blog_item .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.blog_global_slider .blog_item .tags .tag_item {
    font-size: 13px;
    line-height: 16px;
    color: #B6B9CB;
    padding: 7px;
    background: #F6F7FB;
    border-radius: 7px;
    margin-right: 8px;
}

.blog_global_slider .blog_global_slider_body {
    margin: 0 -26px 0 0;
}
.page_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page_nav .nav_item:hover {
    background: #35540D;
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    color: white;
}
.page_nav .nav_item {
    font-size: 14px;
    text-align: center;
    color: #11142D;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    background: rgba(246, 246, 246, 0.5);
    font-weight: bold;
    border-radius: 16px;
    margin: 0 4px;
    cursor: pointer;
}

.page_nav .previous {
    display: none;
}

.page_nav .nav_item._active,
.page_nav .nav_item.current {
    background: #35540D;
    border-radius: 16px;
    color: #FFFFFF;
    opacity: 1;
    box-shadow: none;
}

.page_nav .next:hover {
    background: #35540D;
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
}
.page_nav .next {
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    margin: 0 4px;
    background: #1B1D21;
    border-radius: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}
.blog_item_content {
    max-width: 852px;
}
.blog_item_content > p > img{
    margin-top: 30px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain;
}
.blog_item_content > p{
    margin-top: 47px;
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
}
.blog_item_content > ul,
.blog_item_content h3 {
    margin-top: 35px;
}
.blog_item_content strong, .blog_item_content h2{
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
    margin: 20px 0 0 0;
}
.comment_section {
    max-width: 828px;
    margin-top: 10px;
}

.comment_section .part_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 55px;
    color: #162B2C;
    margin-top: 51px;
}

@media screen and (max-width: 550px) {
    .comment_section .part_title {
        margin-top: 45px;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
}

.comment_section .comment_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 16px;
    border: 1px solid #F6F7FB;
    border-radius: 8px;
    margin-top: 6px;
}

.comment_section .comment_item .left_part {
    margin-right: 23px;
}

.comment_section .comment_item .left_part .img {
    position: relative;
    width: 48px;
    height: 48px;
}
.comment_section .comment_item .left_part .img img {
    width: 100%;
}

.comment_section .comment_item .left_part .img .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.comment_section .comment_item .person_name {
    font-size: 16px;
    line-height: 19px;
    color: #11142D;
    margin-bottom: 9px;
}

.comment_section .comment_item .after_name {
    margin-bottom: 18px;
}

.comment_section .comment_item .after_name span {
    font-size: 13px;
    line-height: 18px;
    color: #808191;
    margin-right: 8px;
}

.comment_section .comment_item .after_name a {
    margin-right: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #FBA000;
}

.comment_section .comment_item .comment_text {
    font-size: 14px;
    line-height: 21px;
    color: #808191;
    padding-right: 15px;
}

@media screen and (max-width: 550px) {
    .comment_section .comment_item .comment_text {
        width: calc(100vw - 40px - 70px);
        -webkit-transform: translate(-70px);
        transform: translate(-70px);
    }
}

.comment_section .comment_item:nth-child(3) {
    border: none;
}

@media screen and (max-width: 550px) {
    .comment_section .comment_item:nth-child(3) {
        display: none;
    }
}

.comment_section .comment_item .actions_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 9px;
}

.comment_section .comment_item .actions_btns .action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
    border: 1px solid #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .comment_section .comment_item {
        margin-top: -5px;
    }
}

.comment_section .do_the_comment .form_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(228, 228, 228, 0.3);
    border-radius: 12px 12px 0 0;
    padding: 15px 16px 23px;
    border-bottom: 1px solid #E4E4E4;
}

.comment_section .do_the_comment .form_header .left_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment_section .do_the_comment .form_header .left_actions .act_item {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
    cursor: pointer;
}

.comment_section .do_the_comment .form_header .left_actions .act_item:nth-child(1), .comment_section .do_the_comment .form_header .left_actions .act_item:nth-child(3) {
    background: rgba(228, 228, 228, 0.3);
}

.comment_section .do_the_comment .form_header .left_actions .act_item:nth-child(2) {
    background: rgba(27, 29, 33, 0.3);
}

.comment_section .do_the_comment .form_header .right_actions .plus {
    width: 24px;
    height: 24px;
    background: #1B1D21;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.comment_section .do_the_comment .main_part {
    background: rgba(228, 228, 228, 0.3);
    border-radius: 0 0 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 34px 16px;
}

.comment_section .do_the_comment .main_part .left_part {
    margin-right: 10px;
}

.comment_section .do_the_comment .main_part .left_part a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #35540D;
}

.comment_section .do_the_comment .main_part textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 150px;
    background: #0000;
    border: none;
    resize: none;
    font-size: 14px;
    line-height: 24px;
    color: #808191;
    display: block;
}

.comment_section .do_the_comment button {
    margin-top: 12px;
    padding: 0 52px;
}

@media screen and (max-width: 550px) {
    .comment_section .do_the_comment button {
        width: 100%;
        display: block;
    }
}
._green {
    padding: 0 67px;
    height: 64px;
    background: #35540D;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 17px;
    color: #FFFFFF;
    white-space: nowrap;
}

._green:hover {
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
}
.making_order_cont {
    margin-bottom: 65px;
}

.making_order_cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.making_order_cont .content_box {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.making_order_cont .content_box .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 758px;
    flex: 0 1 758px;
    margin-right: 20px;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .content_box .left_part {
        margin: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.making_order_cont .content_box .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .content_box .right_part {
        margin: 0 0 10px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .making_order_cont .content_box .right_part {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .making_order_cont .content_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
    }
}

.making_order_cont .big_order_form .form_stage {
    margin-bottom: 40px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .big_order_form .form_stage:nth-child(1) .desc {
        margin-top: 5px;
        margin-bottom: 25px;
    }
}

.making_order_cont .big_order_form .form_stage:nth-child(1) .inputs_container {
    max-width: 655px;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .big_order_form .form_stage:nth-child(1) .inputs_container {
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .big_order_form .form_stage:nth-child(1) {
        margin-bottom: 45px;
    }
}

.making_order_cont .big_order_form .form_stage:nth-child(2) {
    margin-bottom: 0px;
}

.making_order_cont .big_order_form .form_stage:nth-child(2) .block_title {
    line-height: 50px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .big_order_form .form_stage:nth-child(2) .block_title {
        line-height: 40px;
    }
}

.making_order_cont .big_order_form .form_stage:nth-child(2) .desc {
    padding-left: 32px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .big_order_form .form_stage:nth-child(2) .desc {
        padding-left: 28px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .big_order_form .form_stage:nth-child(2) .desc {
        padding-left: 18px;
        margin-bottom: 10px;
    }
}

.making_order_cont .big_order_form .form_stage:nth-child(4) {
    margin-top: 61px;
    margin-bottom: 0;
}

@media screen and (max-width: 550px) {
    .making_order_cont .big_order_form .form_stage:nth-child(4) {
        margin-top: 43px;
    }
}

.making_order_cont .go_back {
    display: inline-block;
    margin-top: 20px;
}

.making_order_cont .page_title {
    margin-bottom: 32px;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .page_title {
        margin: 20px 0 10px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .page_title {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .block_title {
        font-size: 15px;
        line-height: 20px;
    }
}

.making_order_cont .desc {
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
    padding-left: 27px;
    margin-bottom: 55px;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .desc {
        padding-left: 23px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .desc {
        font-size: 12px;
        line-height: 17px;
        padding-left: 19px;
    }
}

.making_order_cont .inputs_container {
    padding-left: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.making_order_cont .inputs_container .input_item {
    margin: 0 13px 34px;
}

.making_order_cont .inputs_container .input_item._big {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 26px);
    flex: 0 1 calc(50% - 26px);
}

@media screen and (max-width: 650px) {
    .making_order_cont .inputs_container .input_item._big {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.making_order_cont .inputs_container .input_item._small {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 26px);
    flex: 0 1 calc(33.333% - 26px);
}

@media screen and (max-width: 650px) {
    .making_order_cont .inputs_container .input_item._small {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 26px);
        flex: 0 1 calc(50% - 26px);
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .inputs_container .input_item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .making_order_cont .inputs_container {
        padding-left: 23px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .inputs_container {
        padding-left: 19px;
        margin: 0 0 0 -13px;
    }
}

.making_order_cont .delivery_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 32px;
    margin-bottom: 32px;
}

.making_order_cont .delivery_cont .chose_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 365px;
    flex: 0 1 365px;
    margin-right: 28px;
    border: 1px solid #F4F4F4;
    border-radius: 8px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .chose_list {
        margin: 0 0 13px;
        padding: 20px 13px 10px 20px;
    }
}

.making_order_cont .delivery_cont .result_cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 205px;
    flex: 0 1 205px;
    background: #F6F7FB;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
    min-height: 205px;
}

.making_order_cont .delivery_cont .result_cont .img {
    position: absolute;
    width: 63px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-53%, -21%);
    transform: translate(-53%, -21%);
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .result_cont .img {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        left: 20px;
        width: 40px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .result_cont {
        padding-left: 78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
}

.making_order_cont .delivery_cont .del_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border: 2px solid #0000;
}

.making_order_cont .delivery_cont .del_item .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75px;
    flex: 0 1 75px;
    margin-right: 20px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .del_item .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 63px;
        flex: 0 0 63px;
    }
}

.making_order_cont .delivery_cont .del_item .text .upper {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .del_item .text .upper {
        font-size: 13px;
        line-height: 14px;
        max-width: 110px;
    }
}

.making_order_cont .delivery_cont .del_item .text .lower {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .del_item .text .lower {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .del_item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 28px;
    }
    .making_order_cont .delivery_cont .del_item:last-child {
        padding: 0;
    }
}

.making_order_cont .delivery_cont .del_item._active {
    border: 2px solid #FBA000;
    border-radius: 8px;
}

.making_order_cont .delivery_cont .cont_title {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    max-width: 150px;
    margin-bottom: 8px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .cont_title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        max-width: unset;
    }
}

.making_order_cont .delivery_cont .date_cont {
    margin-top: 7px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .date_cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
}

.making_order_cont .delivery_cont .result {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 4px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .result {
        margin-bottom: 0;
        margin-right: 7px;
        font-size: 21px;
        line-height: 25px;
    }
}

.making_order_cont .delivery_cont .date {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont .date {
        font-size: 14px;
        line-height: 17px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .making_order_cont .delivery_cont {
        padding-left: 28px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .delivery_cont {
        padding-left: 18px;
        padding-right: 16px;
        display: block;
        margin-bottom: 21px;
    }
}

.making_order_cont .cart_cont {
    margin-top: 15px;
    padding: 31px 54px 34px 37px;
    background: #F6F7FB;
    border-radius: 8px;
}

.making_order_cont .cart_cont .part_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #162B2C;
}

.making_order_cont .cart_cont .desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #162B2C;
    padding: 0;
    margin: 8px 0 11px;
}

.making_order_cont .cart_cont .name {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
}

.making_order_cont .cart_cont .weight {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

.making_order_cont .cart_cont .number {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
}

.making_order_cont .cart_cont .value {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

.making_order_cont .cart_table .table_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.making_order_cont .cart_table .table_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.making_order_cont .cart_table .table_item .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    width: 59px;
    height: 59px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 9px;
    margin-right: 11px;
    margin-top: 5px;
}

.making_order_cont .cart_table .table_item .main_part {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
}

.making_order_cont .cart_table .table_item .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
}

.making_order_cont .cart_table .table_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #162B2C;
    padding-left: 10px;
    margin-top: 42px;
}

.making_order_cont .cart_table .table_footer .value {
    font-size: 16px;
    color: #162B2C;
    margin-left: 10px;
}

.making_order_cont .tabs_container {
    padding-left: 32px;
}

.making_order_cont .tabs_container .tabs_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.making_order_cont .tabs_container .tabs_links .tab_link {
    margin-right: 50px;
    cursor: pointer;
}

.making_order_cont .tabs_container .tabs_links .tab_link._active .radio_button .icon {
    border: none;
    background: #35540D;
}

@media screen and (max-width: 650px) {
    .making_order_cont .tabs_container .tabs_links .tab_link {
        margin-right: 6px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .tabs_container .tabs_links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.making_order_cont .tabs_container .inputs_container {
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .making_order_cont .tabs_container {
        padding-left: 28px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .tabs_container {
        padding-left: 18px;
    }
}

.making_order_cont .choose_place {
    border: 1px solid #F4F4F4;
    border-radius: 8px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 596px;
    margin-top: 32px;
}

.making_order_cont .choose_place .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    margin-right: 27px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .choose_place .icon {
        margin: 0 auto 12px;
    }
}

.making_order_cont .choose_place .text_block .upper {
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #162B2C;
    margin-bottom: 4px;
}

.making_order_cont .choose_place .text_block .middle {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #A6A9BC;
    margin-bottom: 8px;
}

.making_order_cont .choose_place .text_block .lower {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    color: #FBA000;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .making_order_cont .choose_place {
        display: block;
        text-align: center;
        margin-right: 14px;
    }
}

.making_order_cont .chosen_place {
    border: 1px solid #F4F4F4;
    border-radius: 8px;
    padding: 20px 32px;
    max-width: 596px;
    margin-top: 32px;
}

.making_order_cont .chosen_place .part_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.making_order_cont .chosen_place .part_header .left_pos .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}

.making_order_cont .chosen_place .part_header .left_pos .value .text {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #162B2C;
    margin-right: 10px;
}

.making_order_cont .chosen_place .part_header .left_pos .value .change {
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #FBA000;
    cursor: pointer;
}

.making_order_cont .chosen_place .part_header .left_pos .adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.making_order_cont .chosen_place .part_header .left_pos .adress .adress_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
    margin-right: 19px;
}

.making_order_cont .chosen_place .part_header .left_pos .adress a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
}

.making_order_cont .chosen_place .part_header .right_pos {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

@media screen and (max-width: 650px) {
    .making_order_cont .chosen_place .part_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.making_order_cont .chosen_place .main_part .part_title {
    font-weight: 500;
    font-size: 10px;
    line-height: 21px;
    color: #B6B9CB;
}

.making_order_cont .chosen_place .main_part .worling_time {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #162B2C;
}

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

.making_order_cont .radio_button .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #E4E4E4;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.making_order_cont .radio_button .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(22, 43, 44, 0.7);
    margin-left: 8px;
}

.making_order_cont .stage_content_box {
    padding-left: 32px;
    margin-top: 13px;
}

.making_order_cont .stage_content_box .part_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #162B2C;
    margin-bottom: 15px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .stage_content_box .part_title {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 10px;
    }
}

.making_order_cont .stage_content_box .choose_way_to_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 51px;
}

.making_order_cont .stage_content_box .choose_way_to_pay .radio_item label{
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
.making_order_cont .stage_content_box .choose_way_to_pay .radio_item {
    margin-right: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #162B2C;
    /*padding: 15px;*/
    border: 2px solid #F4F4F4;
    border-radius: 8px;
}

.making_order_cont .stage_content_box .choose_way_to_pay .radio_item._active {
    border: 2px solid #FBA000;
}

@media screen and (max-width: 550px) {
    .making_order_cont .stage_content_box .choose_way_to_pay .radio_item {
        padding: 3px 13px;
        font-size: 13px;
        line-height: 21px;
        border-radius: 6px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .stage_content_box .choose_way_to_pay {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .making_order_cont .stage_content_box {
        padding-left: 28px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .stage_content_box {
        padding-left: 18px;
        margin-top: 22px;
    }
}

.making_order_cont .cheching_valuable {
    max-width: 634px;
}

.making_order_cont .cheching_valuable .checking_label {
    padding: 20px;
    background: #FFF6E5;
    border-radius: 8px;
}

.making_order_cont .cheching_valuable .checking_label .desc {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 0;
    margin: 0;
}

.making_order_cont .cheching_valuable .checking_label .know_more {
    font-size: 14px;
    color: #FBA000;
    border-bottom: 1px solid #FBA000;
    display: none;
}

.making_order_cont .cheching_valuable .checking_label .correct_data {
    margin-top: 15px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .cheching_valuable .checking_label .correct_data {
        margin-top: 22px;
    }
}

@media screen and (max-width: 550px) {
    .making_order_cont .cheching_valuable .checking_label {
        margin-right: 13px;
    }
}

.making_order_cont .cheching_valuable .check_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.making_order_cont .cheching_valuable .check_item .icon {
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
}

.making_order_cont .cheching_valuable .check_item .icon img {
    opacity: 0;
}

.making_order_cont .cheching_valuable .check_item .text {
    margin-left: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgba(22, 43, 44, 0.7);
}

@media screen and (max-width: 550px) {
    .making_order_cont .cheching_valuable .check_item .text {
        font-size: 14px;
        line-height: 17px;
    }
}

.making_order_cont .cheching_valuable .check_item._active .icon {
    background: #35540D;
    border: 1px solid #35540D;
}

.making_order_cont .cheching_valuable .check_item._active .icon img {
    opacity: 1;
}

.making_order_cont .send_sms {
    margin-top: 15px;
    margin-bottom: 35px;
    visibility: hidden;
}

@media screen and (max-width: 550px) {
    .making_order_cont .send_sms {
        margin-top: 25px;
    }
}

.making_order_cont .in_your_cart .number_items {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #162B2C;
}

.making_order_cont .in_your_cart .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
}

.making_order_cont .in_your_cart .all .itogo {
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    color: #162B2C;
    margin-right: 11px;
}

.making_order_cont .in_your_cart .all .value {
    font-weight: bold;
    font-size: 24px;
    line-height: 21px;
    color: #162B2C;
}

.making_order_cont .submit_btn[disabled="disabled"] {
    opacity: 0.4;
}

.making_order_cont .submit_btn {
    margin-top: 35px;
    margin-bottom: 35px;
}

@media screen and (max-width: 550px) {
    .making_order_cont .submit_btn {
        width: calc(100% - 14px);
        margin-top: 42px;
        margin-bottom: 18px;
    }
}

.making_order_cont .after_text {
    max-width: 620px;
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 43, 44, 0.7);
}

@media screen and (max-width: 550px) {
    .making_order_cont .after_text {
        font-size: 12px;
        line-height: 16px;
    }
}



.about_us_cont ul li {
    font-size: 18px;
    line-height: 31px;
    margin-left: 40px;
    list-style-type: disc;
}

.about_us_cont p {
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
    /*max-width: 826px;*/
}

.about_us_cont h1 {
    margin-bottom: 20px;
}

.about_us_cont h2 {
    margin-top: 11px;
    margin-bottom: 11px;
}

.about_us_cont .text_block {
    margin-bottom: 45px;
}

.about_us_cont .text_block:nth-child(3) h2 {
    margin-bottom: 19px;
}

.about_us_cont .text_block:nth-child(3) p {
    max-width: 830px;
}

.about_us_cont .text p:last-child {
    margin-top: 31px;
}

.about_us_cont .stat_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 78px;
    margin-bottom: 174px;
}

@media screen and (max-width: 1250px) {
    .about_us_cont .stat_block {
        display: block;
        margin-bottom: 30px;
    }
}

.about_us_cont .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 830px;
    flex: 0 1 830px;
    position: relative;
}

@media screen and (max-width: 1250px) {
    .about_us_cont .left_part {
        margin-bottom: 174px;
    }
}

.about_us_cont .content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0 70px 31px;
    background: #FFF6E5 url("../img/background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    border-radius: 8px;
}

@media screen and (max-width: 850px) {
    .about_us_cont .content_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-size: cover;
    }
}

@media screen and (max-width: 550px) {
    .about_us_cont .content_box {
        background: #FFF6E5;
        padding: 20px;
    }
}

.about_us_cont .stat_item {
    margin: 0 13px;
}

.about_us_cont .upper {
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #FBA000;
    margin-bottom: 5px;
}

@media screen and (max-width: 550px) {
    .about_us_cont .upper {
        font-size: 40px;
        line-height: 45px;
    }
}

.about_us_cont .lower {
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    max-width: 170px;
}

@media screen and (max-width: 550px) {
    .about_us_cont .lower {
        margin-bottom: 15px;
    }
}

.about_us_cont .img {
    position: absolute;
    top: 100%;
    left: 40px;
    -webkit-transform: translate(0, -19%);
    transform: translate(0, -19%);
}

@media screen and (max-width: 450px) {
    .about_us_cont .img {
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
    }
    .about_us_cont .img img {
        width: 100%;
    }
}

.about_us_cont .right_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    margin-left: 40px;
}

@media screen and (max-width: 1250px) {
    .about_us_cont .right_part {
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .about_us_cont .right_part {
        display: block;
    }
}

.about_us_cont .text .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #162B2C;
    margin-bottom: 13px;
}

.about_us_cont .text .desc {
    font-size: 13px;
    line-height: 20px;
    color: #162B2C;
}

@media screen and (max-width: 450px) {
    .about_us_cont .text .desc {
        font-size: 18px;
        line-height: 31px;
        color: #162B2C;
    }
}
.contuct_cont .map_container {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 930px) {
    .contuct_cont .map_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 550px) {
    .contuct_cont .map_container {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

.contuct_cont .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 470px;
    flex: 0 1 470px;
    margin-right: 20px;
}

@media screen and (max-width: 930px) {
    .contuct_cont .left_part {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.contuct_cont .contuct_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 9px;
}

.contuct_cont .contuct_item .icon {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55px;
    flex: 0 1 55px;
    margin-right: 9px;
}

@media screen and (max-width: 550px) {
    .contuct_cont .contuct_item .icon {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 55px;
        flex: 0 1 55px;
        margin-right: 7px;
    }
    .contuct_cont .contuct_item .icon img {
        width: 100%;
    }
}

.contuct_cont .contuct_item .part_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .contuct_cont .contuct_item .part_title {
        font-size: 20px;
        line-height: 30px;
    }
}

.contuct_cont .contuct_item .part_desc {
    font-size: 17px;
    line-height: 22px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .contuct_cont .contuct_item .part_desc {
        font-size: 12px;
        line-height: 19px;
    }
}

.contuct_cont .contuct_item .small_desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #A6A9BC;
    margin-top: 12px;
    margin-bottom: 17px;
    max-width: 320px;
}

@media screen and (max-width: 550px) {
    .contuct_cont .contuct_item .small_desc {
        font-size: 13px;
        line-height: 18px;
        margin: 5px 0 16px;
    }
}

.contuct_cont .contuct_item .contuct_group {
    margin-bottom: 25px;
}

.contuct_cont .contuct_item .contuct_group a {
    display: block;
}

.contuct_cont .contuct_item .contuct_group .gray_text {
    max-width: 315px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #A6A9BC;
    margin-bottom: 10px;
}

.contuct_cont .contuct_item .contuct_group .number {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #162B2C;
    margin-bottom: 5px;
}

.contuct_cont .contuct_item .contuct_group .mail {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #84B173;
}

.contuct_cont .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 770px;
    flex: 0 1 770px;
    position: relative;
}

.contuct_cont .right_part img:not(.metka) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contuct_cont .right_part .metka {
    position: absolute;
    top: 10%;
    left: 25%;
}

.contuct_cont .right_part .metka:nth-child(2) {
    left: 50%;
    top: 80%;
}

@media screen and (max-width: 930px) {
    .contuct_cont .right_part {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.contuct_cont .callback_form {
    max-width: 915px;
    margin: 0 auto 60px;
}

.contuct_cont .callback_form .part_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .contuct_cont .callback_form .part_title {
        font-size: 20px;
        line-height: 21px;
    }
}

.contuct_cont .callback_form .desc {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #162B2C;
    margin: 0 auto 35px;
    max-width: 420px;
}

@media screen and (max-width: 550px) {
    .contuct_cont .callback_form .desc {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #B6B9CB;
        margin-top: 8px;
    }
}

.contuct_cont .callback_form .input_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 10px;
}

@media screen and (max-width: 700px) {
    .contuct_cont .callback_form .input_container {
        display: block;
    }
}

.contuct_cont .callback_form .input_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0 12px 24px;
}

.contuct_cont .callback_form .textarea {
    margin-bottom: 26px;
    margin-right: 0;
}

.contuct_cont .callback_form .button_contact-form {
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 550px) {
    .contuct_cont .callback_form .button_contact-form {
        width: 100%;
        max-width: unset;
    }
}
#contact-map{
    border-radius: 10px;
}

.price_2_cont .search_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price_2_cont .drop_down_list {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
}

.price_2_cont .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

@media screen and (max-width: 1050px) {
    .price_2_cont .search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.price_2_cont .main_table_conta .table_haeder .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 525px;
    flex: 0 1 525px;
}

.price_2_cont .main_table_conta .table_haeder .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
}

.price_2_cont .main_table_conta .table_haeder .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
}

.price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 525px;
    flex: 0 1 525px;
}

.price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
}

.price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
}

.price_2_cont .main_table_conta .table_body .img_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price_2_cont .main_table_conta .table_body .img_block .img {
    margin-right: 20px;
    border-radius: 50%;
    width: 74px;
    position: relative;
    height: 74px;
    overflow: hidden;
    display: block;
}

.price_2_cont .main_table_conta .table_body .img_block .img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.price_2_cont .main_table_conta .table_body .img_block .text {
    max-width: 340px;
}

.price_2_cont.not_raw .main_table_conta .table_body .img_block .text {
    max-width: 100%;
}

.price_2_cont .main_table_conta .table_body .img_block .upper {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    margin-bottom: 3px;
}

.price_2_cont .main_table_conta .table_body .img_block .lower {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #A6A9BC;
}

.price_2_cont .main_table_conta .table_body .kind_of_sort {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FBA000;
}

.price_2_cont .main_table_conta .table_body .tags_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price_2_cont .main_table_conta .table_body .tag {
    font-size: 13px;
    line-height: 16px;
    color: #B6B9CB;
    white-space: nowrap;
    padding: 7px;
    background: #F6F7FB;
    border-radius: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}

@media screen and (max-width: 720px) {
    .price_2_cont .main_table_conta .table_body {
        display: block;
    }
}
.calcultor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calcultor .minus, .calcultor .plus {
    cursor: pointer;
    border: 1px solid #FBA000;
    -webkit-box-shadow: 0px 20px 30px #EEF0F2;
    box-shadow: 0px 20px 30px #EEF0F2;
    border-radius: 17px;
    width: 31px;
    height: 31px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.calcultor .minus:after, .calcultor .plus:after {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    border: 1px solid #FBA000;
}

.calcultor .minus:hover, .calcultor .plus:hover {
    background: #FBA000;
    -webkit-box-shadow: 0px 7px 15px rgba(254, 114, 76, 0.4);
    box-shadow: 0px 7px 15px rgba(254, 114, 76, 0.4);
}

.calcultor .minus:hover:before, .calcultor .minus:hover:after, .calcultor .plus:hover:before, .calcultor .plus:hover:after {
    border: 1px solid #FFF;
}

.calcultor .value {
    margin: 0 7px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.calcultor .plus:before {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 12px;
    border: 1px solid #FBA000;
}

.comment_section {
    max-width: 828px;
}

.comment_section .part_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 55px;
    color: #162B2C;
    margin-top: 51px;
}

@media screen and (max-width: 550px) {
    .comment_section .part_title {
        margin-top: 45px;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
}

.comment_section .comment_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 16px;
    border: 1px solid #F6F7FB;
    border-radius: 8px;
    margin-top: 6px;
}

.comment_section .comment_item .left_part {
    margin-right: 23px;
}

.comment_section .comment_item .left_part .img {
    position: relative;
    width: 48px;
    height: 48px;
}

.comment_section .comment_item .left_part .img .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.comment_section .comment_item .person_name {
    font-size: 16px;
    line-height: 19px;
    color: #11142D;
    margin-bottom: 9px;
}

.comment_section .comment_item .after_name {
    margin-bottom: 18px;
}

.comment_section .comment_item .after_name span {
    font-size: 13px;
    line-height: 18px;
    color: #808191;
    margin-right: 8px;
}

.comment_section .comment_item .after_name a {
    margin-right: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #FBA000;
}

.comment_section .comment_item .comment_text {
    font-size: 14px;
    line-height: 21px;
    color: #808191;
    padding-right: 15px;
}

@media screen and (max-width: 550px) {
    .comment_section .comment_item .comment_text {
        width: calc(100vw - 40px - 70px);
        -webkit-transform: translate(-70px);
        transform: translate(-70px);
    }
}

.comment_section .comment_item:nth-child(3) {
    border: none;
}

@media screen and (max-width: 550px) {
    .comment_section .comment_item:nth-child(3) {
        display: none;
    }
}

.comment_section .comment_item .actions_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 9px;
}

.comment_section .comment_item .actions_btns .action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
    border: 1px solid #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .comment_section .comment_item {
        margin-top: -5px;
    }
}

.comment_section .do_the_comment .form_header {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(228, 228, 228, 0.3);
    border-radius: 12px 12px 0 0;
    padding: 15px 16px 23px;
    border-bottom: 1px solid #E4E4E4;
}

.comment_section .do_the_comment .form_header .left_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment_section .do_the_comment .form_header .left_actions .act_item {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
    cursor: pointer;
}

.comment_section .do_the_comment .form_header .left_actions .act_item:nth-child(1), .comment_section .do_the_comment .form_header .left_actions .act_item:nth-child(3) {
    background: rgba(228, 228, 228, 0.3);
}

.comment_section .do_the_comment .form_header .left_actions .act_item:nth-child(2) {
    background: rgba(27, 29, 33, 0.3);
}

.comment_section .do_the_comment .form_header .right_actions .plus {
    width: 24px;
    height: 24px;
    background: #1B1D21;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.comment_section .do_the_comment .main_part {
    background: rgba(228, 228, 228, 0.3);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 34px 16px;
}

.comment_section .do_the_comment .main_part .left_part {
    margin-right: 10px;
}

.comment_section .do_the_comment .main_part .left_part a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #35540D;
}

.comment_section .do_the_comment .main_part textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 150px;
    background: #0000;
    border: none;
    resize: none;
    font-size: 14px;
    line-height: 24px;
    color: #808191;
    display: block;
}

.comment_section .do_the_comment button {
    margin-top: 12px;
    padding: 0 52px;
}

@media screen and (max-width: 550px) {
    .comment_section .do_the_comment button {
        width: 100%;
        display: block;
    }
}
/*Тута остановился*/
/*===============================================================================================*/
@media screen and (max-width: 520px) {
    .price_cont h1, .price_2_cont h1, .price_3_cont h1 {
        font-size: 24px;
        line-height: 27px;
    }
}

.price_cont .desc, .price_2_cont .desc, .price_3_cont .desc {
    margin-top: 17px;
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
}

@media screen and (max-width: 520px) {
    .price_cont .desc, .price_2_cont .desc, .price_3_cont .desc {
        display: none;
    }
}
.price_cont .wrapper>p{
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
    margin-bottom: 95px;
}
.price_table_cont-search-result{
    display: none;
}
.price_cont .popular_categories, .price_2_cont .popular_categories, .price_3_cont .popular_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px;
}

.price_cont .popular_categories .popular_item, .price_2_cont .popular_categories .popular_item, .price_3_cont .popular_categories .popular_item {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #162B2C;
    margin-bottom: 11px;
    margin-right: 11px;
    padding: 15px;
    border: 2px solid #F4F4F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-transition: .2s;
    transition: .2s;
}

.price_cont .popular_categories .popular_item._active, .price_2_cont .popular_categories .popular_item._active, .price_3_cont .popular_categories .popular_item._active {
    border: 2px solid #FBA000;
}

@media screen and (max-width: 800px) {
    .price_cont .popular_categories .popular_item, .price_2_cont .popular_categories .popular_item, .price_3_cont .popular_categories .popular_item {
        white-space: nowrap;
        padding: 4px 10px;
        margin: 0 6px 0 0;
        font-size: 13px;
    }
}

@media screen and (max-width: 800px) {
    .price_cont .popular_categories, .price_2_cont .popular_categories, .price_3_cont .popular_categories {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

@media screen and (max-width: 520px) {
    .price_cont .popular_categories, .price_2_cont .popular_categories, .price_3_cont .popular_categories {
        margin-top: 18px;
    }
}

.price_cont .price_table_cont, .price_2_cont .price_table_cont, .price_3_cont .price_table_cont {
    margin-bottom: 70px;
    margin-top: 31px;
    position: relative;
}

.price_cont .price_table_cont .content_box, .price_2_cont .price_table_cont .content_box, .price_3_cont .price_table_cont .content_box {
    position: relative;
    z-index: 10;
    padding: 32px;
    background: #fff;
    border-radius: 24px;
}

@media screen and (max-width: 650px) {
    .search_header {
        padding: 0 24px;
    }
    .price_cont .price_table_cont .content_box, .price_2_cont .price_table_cont .content_box, .price_3_cont .price_table_cont .content_box {
        padding: 24px 0;
    }
}

.price_cont .price_table_cont:after, .price_2_cont .price_table_cont:after, .price_3_cont .price_table_cont:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #E3E6EC;
    mix-blend-mode: multiply;
    opacity: 0.91;
    -webkit-filter: blur(86.985px);
    filter: blur(86.985px);
    border-radius: 24px;
}

@media screen and (max-width: 550px) {
    .price_cont .price_table_cont:after, .price_2_cont .price_table_cont:after, .price_3_cont .price_table_cont:after {
        top: 0;
    }
}

.price_cont .mobile_filter, .price_2_cont .mobile_filter, .price_3_cont .mobile_filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F6F6F6;
    border-radius: 6px;
    cursor: pointer;
}

.price_cont .mobile_filter .icon, .price_2_cont .mobile_filter .icon, .price_3_cont .mobile_filter .icon {
    margin-right: 10px;
}

.price_cont .mobile_filter .text, .price_2_cont .mobile_filter .text, .price_3_cont .mobile_filter .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .price_cont .mobile_filter, .price_2_cont .mobile_filter, .price_3_cont .mobile_filter {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 11px 18px;
        margin: 24px;
    }
}

.price_cont .search_header, .price_2_cont .search_header, .price_3_cont .search_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 1050px) {
    /*.price_cont .search_header, .price_2_cont .search_header, .price_3_cont .search_header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }*/
}

@media screen and (max-width: 550px) {
    .price_cont .search_header, .price_2_cont .search_header, .price_3_cont .search_header {
        display: none;
    }
}

.price_cont .main_table_conta, .price_2_cont .main_table_conta, .price_3_cont .main_table_conta {
    width: 100%;
    margin-top: 46px;
    padding-bottom: 30px;
}

.price_cont .main_table_conta .table_haeder, .price_2_cont .main_table_conta .table_haeder, .price_3_cont .main_table_conta .table_haeder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #eaeaea;
}

.price_cont .main_table_conta .table_haeder .table_item, .price_2_cont .main_table_conta .table_haeder .table_item, .price_3_cont .main_table_conta .table_haeder .table_item {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #B2B3BD;
}

.price_cont .main_table_conta .table_haeder .table_item:nth-child(1), .price_2_cont .main_table_conta .table_haeder .table_item:nth-child(1), .price_3_cont .main_table_conta .table_haeder .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 365px;
    flex: 0 1 365px;
}

.price_cont .main_table_conta .table_haeder .table_item:nth-child(2), .price_2_cont .main_table_conta .table_haeder .table_item:nth-child(2), .price_3_cont .main_table_conta .table_haeder .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 215px;
    flex: 0 1 215px;
}

.price_cont .main_table_conta .table_haeder .table_item:nth-child(3), .price_2_cont .main_table_conta .table_haeder .table_item:nth-child(3), .price_3_cont .main_table_conta .table_haeder .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 157px;
    flex: 0 1 157px;
}

.price_cont .main_table_conta .table_haeder .table_item:nth-child(4), .price_2_cont .main_table_conta .table_haeder .table_item:nth-child(4), .price_3_cont .main_table_conta .table_haeder .table_item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 136px;
    flex: 0 1 136px;
}

.price_cont .main_table_conta .table_haeder .table_item:nth-child(5), .price_2_cont .main_table_conta .table_haeder .table_item:nth-child(5), .price_3_cont .main_table_conta .table_haeder .table_item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 106px;
    flex: 0 1 106px;
}

.price_cont .main_table_conta .table_haeder .table_item:nth-child(6), .price_2_cont .main_table_conta .table_haeder .table_item:nth-child(6), .price_3_cont .main_table_conta .table_haeder .table_item:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
}

.dataTables_paginate .disabled {
    display: none;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_haeder, .price_2_cont .main_table_conta .table_haeder, .price_3_cont .main_table_conta .table_haeder {
        display: none;
    }
}

.price_cont .main_table_conta .table_body .table_row, .price_2_cont .main_table_conta .table_body .table_row, .price_3_cont .main_table_conta .table_body .table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 0 30px;
    -webkit-box-shadow: inset 0px -1px 0px #E4E4E4;
    box-shadow: inset 0px -1px 0px #E4E4E4;
}

.price_cont .main_table_conta .table_body .table_row .table_item, .price_2_cont .main_table_conta .table_body .table_row .table_item, .price_3_cont .main_table_conta .table_body .table_row .table_item {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #B2B3BD;
}

.price_cont .main_table_conta .table_body .table_row .table_item:nth-child(1), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(1), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 365px;
    flex: 0 1 365px;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item:nth-child(1), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(1), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.price_cont .main_table_conta .table_body .table_row .table_item:nth-child(2), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(2), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 215px;
    flex: 0 1 215px;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item:nth-child(2), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(2), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.price_cont .main_table_conta .table_body .table_row .table_item:nth-child(3), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(3), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 157px;
    flex: 0 1 157px;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item:nth-child(3), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(3), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.price_cont .main_table_conta .table_body .table_row .table_item:nth-child(4), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(4), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 136px;
    flex: 0 1 136px;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item:nth-child(4), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(4), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.price_cont .main_table_conta .table_body .table_row .table_item:nth-child(5), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(5), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 106px;
    flex: 0 1 106px;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item:nth-child(5), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(5), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.price_cont .main_table_conta .table_body .table_row .table_item:nth-child(6), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(6), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item:nth-child(6), .price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(6), .price_3_cont .main_table_conta .table_body .table_row .table_item:nth-child(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row .table_item, .price_2_cont .main_table_conta .table_body .table_row .table_item, .price_3_cont .main_table_conta .table_body .table_row .table_item {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .table_row, .price_2_cont .main_table_conta .table_body .table_row, .price_3_cont .main_table_conta .table_body .table_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 650px) {
    .price_cont .main_table_conta .table_body .table_row, .price_2_cont .main_table_conta .table_body .table_row, .price_3_cont .main_table_conta .table_body .table_row {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 19px 24px 8px;
    }
}

.price_cont .main_table_conta .table_body .name_cont .upper, .price_2_cont .main_table_conta .table_body .name_cont .upper, .price_3_cont .main_table_conta .table_body .name_cont .upper {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #A6A9BC;
    margin-bottom: 10px;
}

.price_cont .main_table_conta .table_body .name_cont .lower, .price_2_cont .main_table_conta .table_body .name_cont .lower, .price_3_cont .main_table_conta .table_body .name_cont .lower {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    max-width: 265px;
}

.price_cont .main_table_conta .table_body .item_title, .price_2_cont .main_table_conta .table_body .item_title, .price_3_cont .main_table_conta .table_body .item_title {
    display: none;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body .item_title, .price_2_cont .main_table_conta .table_body .item_title, .price_3_cont .main_table_conta .table_body .item_title {
        display: block;
        margin-bottom: 6px;
    }
}

.price_cont .main_table_conta .table_body .number, .price_2_cont .main_table_conta .table_body .number, .price_3_cont .main_table_conta .table_body .number {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #162B2C;
}

.price_cont .main_table_conta .table_body .drop_down_list, .price_2_cont .main_table_conta .table_body .drop_down_list, .price_3_cont .main_table_conta .table_body .drop_down_list {
    max-width: 105px;
}

.price_cont .main_table_conta .table_body .drop_down_list ._title, .price_2_cont .main_table_conta .table_body .drop_down_list ._title, .price_3_cont .main_table_conta .table_body .drop_down_list ._title {
    height: 39px;
    border-radius: 6px;
}

.price_cont .main_table_conta .table_body .calcultor .value, .price_2_cont .main_table_conta .table_body .calcultor .value, .price_3_cont .main_table_conta .table_body .calcultor .value {
    margin: 0 14px;
}

.price_cont .main_table_conta .table_body .price, .price_2_cont .main_table_conta .table_body .price, .price_3_cont .main_table_conta .table_body .price {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
}

.price_cont .main_table_conta .table_body .add_to_cart_btn, .price_2_cont .main_table_conta .table_body .add_to_cart_btn, .price_3_cont .main_table_conta .table_body .add_to_cart_btn {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #B6B9CB;
    max-width: 208px;
    height: 64px;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 16px;
    background: #F6F7FB;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.price_cont .main_table_conta .table_body .add_to_cart_btn:hover, .price_2_cont .main_table_conta .table_body .add_to_cart_btn:hover, .price_3_cont .main_table_conta .table_body .add_to_cart_btn:hover {
    background: #35540D;
    -webkit-box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    box-shadow: 4px 9px 30px rgba(131, 160, 93, 0.53);
    color: #fff;
}

@media screen and (max-width: 650px) {
    .price_cont .main_table_conta .table_body .add_to_cart_btn, .price_2_cont .main_table_conta .table_body .add_to_cart_btn, .price_3_cont .main_table_conta .table_body .add_to_cart_btn {
        width: 100%;
        max-width: unset;
    }
}

.price_cont .main_table_conta .table_body .add_to_cart_btn._done, .price_2_cont .main_table_conta .table_body .add_to_cart_btn._done, .price_3_cont .main_table_conta .table_body .add_to_cart_btn._done {
    pointer-events: none;
}

@media screen and (max-width: 1100px) {
    .price_cont .main_table_conta .table_body, .price_2_cont .main_table_conta .table_body, .price_3_cont .main_table_conta .table_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.price_cont .main_table_conta .page_nav, .price_2_cont .main_table_conta .page_nav, .price_3_cont .main_table_conta .page_nav {
    margin-top: 50px;
}

@media screen and (max-width: 550px) {
    .price_cont .main_table_conta, .price_2_cont .main_table_conta, .price_3_cont .main_table_conta {
        margin-top: 0;
    }
}

.price_cont .drop_down_list, .price_2_cont .drop_down_list, .price_3_cont .drop_down_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 235px;
    flex: 0 1 235px;
    margin-right: 17px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #808191;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.price_cont .drop_down_list ._title, .price_2_cont .drop_down_list ._title, .price_3_cont .drop_down_list ._title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 56px;
    background: #f7f7f7;
    border-radius: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.price_cont .drop_down_list ._title .drop_down_arrow, .price_2_cont .drop_down_list ._title .drop_down_arrow, .price_3_cont .drop_down_list ._title .drop_down_arrow {
    margin-left: 10px;
    display: flex;
}
.price_cont .drop_down_list .drop_down_body .drop_down_item, .price_2_cont .drop_down_list .drop_down_body .drop_down_item, .price_3_cont .drop_down_list .drop_down_body .drop_down_item {
    padding: 10px 15px;
    cursor: pointer;
}

.price_cont .drop_down_list._active ._title, .price_2_cont .drop_down_list._active ._title, .price_3_cont .drop_down_list._active ._title {
    border-radius: 16px 16px 0 0;
}

@media screen and (max-width: 1050px) {
    .price_cont .drop_down_list, .price_2_cont .drop_down_list, .price_3_cont .drop_down_list {
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .price_cont .drop_down_list:first-child, .price_2_cont .drop_down_list:first-child, .price_3_cont .drop_down_list:first-child {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
        flex: 0 1 calc(50% - 20px);
    }
}

.price_cont .search, .price_2_cont .search, .price_3_cont .search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.price_cont .search .input_row, .price_2_cont .search .input_row, .price_3_cont .search .input_row {
    width: 100%;
    height: 100%;
    position: relative;
}

.price_cont .search .input_row .icon, .price_2_cont .search .input_row .icon, .price_3_cont .search .input_row .icon {
    position: absolute;
    top: 54%;
    left: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.price_cont .search .input_row input, .price_2_cont .search .input_row input, .price_3_cont .search .input_row input {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(228, 228, 228, 0.2);
    border-radius: 16px;
    border: none;
    padding: 0 0 0 56px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #808191;
    padding-right: 162px;
}

.price_cont .search .sbm_btn, .price_2_cont .search .sbm_btn, .price_3_cont .search .sbm_btn {
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    padding: 0 52px;
}

@media screen and (max-width: 1050px) {
    .price_cont .search, .price_2_cont .search, .price_3_cont .search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        height: 56px;
    }
}

.price_2_cont .search_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price_2_cont .drop_down_list {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
}

.price_2_cont .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

@media screen and (max-width: 1050px) {
    .price_2_cont .search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.price_2_cont .main_table_conta .table_haeder .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 525px;
    flex: 0 1 525px;
}

.price_2_cont .main_table_conta .table_haeder .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
}

.price_2_cont .main_table_conta .table_haeder .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
}
.price_2_cont.not_raw .main_table_conta .table_body .table_row .table_item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
}

.price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 525px;
    flex: 0 1 525px;
}

.price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
}

.price_2_cont .main_table_conta .table_body .table_row .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 440px;
    flex: 0 1 440px;
}

.price_2_cont .main_table_conta .table_body .img_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price_2_cont .main_table_conta .table_body .img_block .img {
    margin-right: 20px;
    flex-shrink: 0;
}

.price_2_cont .main_table_conta .table_body .img_block .img img {
    width: 74px;
}

.price_2_cont .main_table_conta .table_body .img_block .text {
    max-width: 340px;
}

.price_2_cont .main_table_conta .table_body .img_block .upper {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #162B2C;
    margin-bottom: 3px;
}

.price_2_cont .main_table_conta .table_body .img_block .lower {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #A6A9BC;
}

.price_2_cont .main_table_conta .table_body .kind_of_sort {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FBA000;
}
.price_2_cont .main_table_conta .table_body .kind_of_sort h4 {
    font-weight: 500;
}

.price_2_cont .main_table_conta .table_body .tags_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price_2_cont .main_table_conta .table_body .tag {
    font-size: 13px;
    line-height: 16px;
    color: #B6B9CB;
    white-space: nowrap;
    padding: 7px;
    background: #F6F7FB;
    border-radius: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}

@media screen and (max-width: 720px) {
    .price_2_cont .main_table_conta .table_body {
        display: block;
    }
}

.price_3_cont {
    margin-bottom: 40px;
}

.price_3_cont .popular_categories {
    margin-top: 30px;
}

.price_3_cont .popular_item {
    margin-right: 8px;
    margin-bottom: 8px;
}

.price_3_cont h2 {
    margin-top: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
}

.price_3_cont h3 {
    margin-top: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 55px;
    color: #162B2C;
}

.price_3_cont h2._2 {
    margin-top: 72px;
}

@media screen and (max-width: 520px) {
    .price_3_cont h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .price_3_cont h2 {
        font-size: 15px;
        line-height: 1.2;
    }
}

.price_3_cont p {
    max-width: 830px;
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
    margin-bottom: 30px;
}

.price_3_cont p.small_margin {
    margin-bottom: 38px;
}

.price_3_cont .desc {
    display: none;
}

.price_3_cont ul {
    max-width: 880px;
    margin-bottom: 39px;
}

.price_3_cont ul li {
    padding-left: 10px;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 21px;
    color: #35540D;
    position: relative;
}

.price_3_cont ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #35540D;
}

@media screen and (max-width: 550px) {
    .price_3_cont ul li:after {
        width: 2px;
        height: 2px;
        top: 8px;
    }
}

@media screen and (max-width: 550px) {
    .price_3_cont ul li {
        text-indent: 6px;
        font-size: 13px;
        line-height: 15px;
        padding: 0;
        margin-bottom: 15px;
    }
}

/*===============================================================================================*/
.personal_account_cont {
    margin-bottom: 80px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont h1 {
        font-size: 24px;
        line-height: 27px;
        margin-top: 8px;
    }
}

.personal_account_cont .desc {
    font-size: 18px;
    line-height: 31px;
    margin-top: 10px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .desc {
        font-size: 13px;
        line-height: 18px;
        color: #B6B9CB;
    }
}

.personal_account_cont .popular_categories {
    margin-top: 37px;
    overflow: auto;
}

.personal_account_cont .popular_categories .popular_item > a {
    padding: 13px;
    display: block;
}
.personal_account_cont .popular_categories .popular_item {
    margin-right: 16px;
    padding: 0;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .popular_categories .popular_item > a {
        padding: 3px 13px;
        display: block;
    }
    .personal_account_cont .popular_categories .popular_item {
        padding: 0;
        font-size: 13px;
        line-height: 21px;
        border-radius: 6px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .popular_categories {
        margin-top: 22px;
    }
}

.personal_account_cont .personal_acc_big_form {
    padding-right: 250px;
}

@media screen and (max-width: 850px) {
    .personal_account_cont .personal_acc_big_form {
        padding-right: 0;
    }
}

.personal_account_cont .taba_body_cont {
    margin-top: 47px;
}

.personal_account_cont .taba_body_cont .tabs_body {
    position: relative;
}

.personal_account_cont .taba_body_cont .desc {
    font-size: 15px;
    line-height: 22px;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .taba_body_cont .desc {
        font-size: 12px;
        line-height: 17px;
        color: #B6B9CB;
    }
}

.personal_account_cont .taba_body_cont .form_group {
    margin-bottom: 32px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .taba_body_cont .form_group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .taba_body_cont {
        margin-top: 15px;
    }
}

.personal_account_cont h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .personal_account_cont h3 {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
    }
}

.personal_account_cont .inputs_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px -12px 0;
    padding-bottom: 40px;
    max-width: 934px;
    border-bottom: 1px solid #F5F5F5;
}

.personal_account_cont .inputs_container .input_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 24px);
    flex: 0 1 calc(33.333% - 24px);
    margin: 0 12px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .inputs_container .input_item {
        margin: 0 0 24px;
    }
}

.personal_account_cont .inputs_container._no_border {
    border-bottom: none;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .inputs_container._no_border {
        margin-top: 42px;
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .inputs_container {
        display: block;
        padding-bottom: 10px;
        margin: 20px 0 0;
    }
}

.personal_account_cont .radio_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
}

.personal_account_cont .radio_cont .radio_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_account_cont .radio_cont .radio_button .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #E4E4E4;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}
.personal_account_cont .radio_cont .radio_button input[type=radio], .personal_account_cont .user_add input[type=checkbox]{
    display: none;
}

.checkbox-consent{
    padding-left: 20px;
}
.icon-consent{
    position: absolute;
}

.personal_account_cont .radio_cont .radio_button .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(22, 43, 44, 0.7);
    margin-left: 8px;
}

.personal_account_cont .radio_cont .radio_button._active .icon {
    border: none;
    background: #35540D;
}

.personal_account_cont .radio_cont .radio_button:nth-child(2) {
    margin-right: 53px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .radio_cont {
        padding: 0;
    }
}

.personal_account_cont .submit_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 11px;
}

.personal_account_cont .submit_part .submit {
    padding: 0 64px;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .submit_part .submit {
        width: 100%;
        margin-bottom: 17px;
    }
}

.personal_account_cont .submit_part .cancel {
    cursor: pointer;
    margin-left: 20px;
    background: #F6F7FB;
    border-radius: 13px;
    padding: 16px 36px;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #B6B9CB;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .submit_part .cancel {
        margin: 0;
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .submit_part {
        display: block;
    }
}

.personal_account_cont .check_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 36px;
}

.personal_account_cont .check_item .icon {
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
}

.personal_account_cont .check_item .icon img {
    opacity: 0;
}

.personal_account_cont .check_item .text {
    margin-left: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(22, 43, 44, 0.7);
    max-width: 600px;
}

.personal_account_cont .check_item .text a {
    color: #84B173;
    text-decoration: underline;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .check_item .text {
        font-size: 14px;
        line-height: 17px;
    }
}

.personal_account_cont .check_item._active .icon {
    background: #35540D;
    border: 1px solid #35540D;
}

.personal_account_cont .check_item._active .icon img {
    opacity: 1;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .check_item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.personal_account_cont .progress_bar {
    position: absolute;
    top: 60px;
    right: 0;
    width: 240px;
    -webkit-transition: top .2s;
    transition: top .2s;
}

.personal_account_cont .progress_bar .progress_inside {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 32px 96px -8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 32px 96px -8px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 32px;
}

.personal_account_cont .progress_bar .progress_back {
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 32px 96px -8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 32px 96px -8px rgba(0, 0, 0, 0.06);
    z-index: 9;
    border-radius: 20px;
}

.personal_account_cont .progress_bar .progress_back._1 {
    width: 208px;
}

.personal_account_cont .progress_bar .progress_back._2 {
    width: 176px;
    top: 24px;
    z-index: 8;
}

.personal_account_cont .progress_bar .part_img {
    margin-top: -60px;
}

.personal_account_cont .progress_bar .part_img img {
    -webkit-transform: translate(33px, 0);
    transform: translate(33px, 0);
}

.personal_account_cont .progress_bar .cross {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.personal_account_cont .progress_bar .part_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #182135;
    margin-bottom: 6px;
}

.personal_account_cont .progress_bar .part_desc {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #A6A9BC;
}

.personal_account_cont .progress_bar .part_desc._1 {
    margin-bottom: 27px;
}

.personal_account_cont .progress_bar .stage_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.personal_account_cont .progress_bar .stage_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    height: 10px;
    background: #F6F7FB;
    margin: 0 2px;
    border-radius: 4px;
}

.personal_account_cont .progress_bar .stage_item._active {
    background: #FBA000;
    -webkit-box-shadow: 2px 3px 15px rgba(251, 160, 0, 0.24);
    box-shadow: 2px 3px 15px rgba(251, 160, 0, 0.24);
}

.personal_account_cont .progress_bar._active {
    position: fixed;
    top: 50px;
    right: calc((100vw - 1286px) / 2);
}

@media screen and (max-width: 1316px) {
    .personal_account_cont .progress_bar._active {
        right: 20px;
    }
}

@media screen and (max-width: 850px) {
    .personal_account_cont .progress_bar {
        display: none;
    }
}

.personal_account_cont .adress_cont {
    margin-top: 42px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_cont {
        margin-top: 24px;
    }
}

.personal_account_cont .adress_item {
    position: relative;
    margin-bottom: 34px;
}

.personal_account_cont .adress_item .content_box {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 13px 20px 34px 34px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .content_box {
        padding: 12px 24px 12px;
    }
}

.personal_account_cont .adress_item .after {
    top: 20px;
    height: 100%;
    width: 95%;
    position: absolute;
    left: 2.5%;
    background: #E3E6EC;
    opacity: 0.91;
    -webkit-filter: blur(86.985px);
    filter: blur(86.985px);
    border-radius: 24px;
}

.personal_account_cont .adress_item .input_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 22px -12px 0;
}

.personal_account_cont .adress_item .input_container .input_item {
    margin: 0 12px;
}

.personal_account_cont .adress_item .input_container .input_item:nth-child(1), .personal_account_cont .adress_item .input_container .input_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
}

@media screen and (max-width: 1000px) {
    .personal_account_cont .adress_item .input_container .input_item:nth-child(1), .personal_account_cont .adress_item .input_container .input_item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
        flex: 0 1 calc(50% - 24px);
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .input_container .input_item:nth-child(1), .personal_account_cont .adress_item .input_container .input_item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100%);
        flex: 0 1 calc(100%);
    }
}

.personal_account_cont .adress_item .input_container .input_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 201px;
    flex: 0 1 201px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .input_container .input_item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50%);
        flex: 0 1 calc(50%);
    }
    .personal_account_cont .adress_item .input_container .input_item:nth-child(3) .input {
        width: calc(100% - 24px);
    }
}

.personal_account_cont .adress_item .input_container .input_item:nth-child(4), .personal_account_cont .adress_item .input_container .input_item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90px;
    flex: 0 1 90px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .input_container .input_item:nth-child(4), .personal_account_cont .adress_item .input_container .input_item:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
        flex: 0 1 calc(50% - 24px);
    }
}

@media screen and (max-width: 1000px) {
    .personal_account_cont .adress_item .input_container .input_item {
        margin: 0 12px 24px;
    }
}

@media screen and (max-width: 1000px) {
    .personal_account_cont .adress_item .input_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.personal_account_cont .adress_item .submit_part {
    margin-top: 32px;
    display: none;
}

.personal_account_cont .adress_item .submit_part .cancel {
    border: 1px solid #B6B9CB;
}

.personal_account_cont .adress_item .adress_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.personal_account_cont .adress_item .adress_header .input_item .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_account_cont .adress_item .adress_header .input_item .upper .icon {
    display: none;
}

.personal_account_cont .adress_item .adress_header .input_item .upper input {
    background: #0000;
    font-weight: 500;
    font-size: 21px;
    line-height: 40px;
    color: #162B2C;
    padding: 0;
    height: unset;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .adress_header .input_item .upper input {
        font-size: 17px;
        line-height: 40px;
    }
}

.personal_account_cont .adress_item .adress_header .input_item .lower {
    font-size: 15px;
    line-height: 22px;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .adress_header .input_item .lower {
        font-size: 12px;
        line-height: 17px;
        max-width: 176px;
    }
}

.personal_account_cont .adress_item .adress_header .change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_account_cont .adress_item .adress_header .change .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #84B173;
    margin-right: 20px;
    cursor: pointer;
}

.personal_account_cont .adress_item .adress_header .change .icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: #F6F7FB;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item .adress_header .change {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.personal_account_cont .adress_item._active .content_box {
    background: #F6F7FB;
    border-radius: 24px;
}

.personal_account_cont .adress_item._active .input_container .input input {
    background: #FFFFFF;
}

.personal_account_cont .adress_item._active .adress_header .upper .icon {
    display: block !important;
    margin-right: 10px;
}

.personal_account_cont .adress_item._active .adress_header input {
    font-weight: 500 !important;
    color: #B6B9CB !important;
}

.personal_account_cont .adress_item._active .submit_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .adress_item._active .submit_part {
        display: block;
    }
}

.personal_account_cont .adress_item._active .change .text {
    display: none;
}

.personal_account_cont .add_adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 50px 0;
    border: 2px dashed #F4F4F4;
    border-radius: 24px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .add_adress {
        padding: 26px 0;
    }
}

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

.personal_account_cont .add_adrr_container .icon {
    margin-right: 25px;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .add_adrr_container .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.personal_account_cont .add_adrr_container .upper {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .add_adrr_container .upper {
        font-size: 15px;
        line-height: 20px;
    }
}

.personal_account_cont .add_adrr_container .lower {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #A6A9BC;
}

@media screen and (max-width: 550px) {
    .personal_account_cont .add_adrr_container .lower {
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        max-width: 225px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .add_adrr_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.personal_account_cont .transaction_history .trans_table {
    margin-top: 18px;
    position: relative;
}

.personal_account_cont .transaction_history .content_box {
    padding: 38px 32px 7px;
    background: #FFFFFF;
    border-radius: 24px;
    position: relative;
    z-index: 1;
}
.personal_account_cont .transaction_history .table_main{
    width: 100%;
}

.personal_account_cont .transaction_history .search_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

@media screen and (max-width: 1050px) {
    .personal_account_cont .transaction_history .search_header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 550px) {
    .personal_account_cont .transaction_history .search_header {
        display: none;
    }
}

.personal_account_cont .transaction_history .drop_down_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 285px;
    flex: 0 1 285px;
    margin-right: 17px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #808191;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.personal_account_cont .transaction_history .drop_down_list ._title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 56px;
    background: #f7f7f7;
    border-radius: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.personal_account_cont .transaction_history .drop_down_list ._title .drop_down_arrow {
    margin-left: 10px;
}

.personal_account_cont .transaction_history .drop_down_list .drop_down_body {
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 0 0 16px 16px;
    z-index: 10;
    width: 100%;
    background: #f7f7f7;
    padding: 0 20px;
}

.personal_account_cont .transaction_history .drop_down_list .drop_down_body .drop_down_item {
    padding: 10px 0;
}

.personal_account_cont .transaction_history .drop_down_list._active ._title {
    border-radius: 16px 16px 0 0;
}

@media screen and (max-width: 1050px) {
    .personal_account_cont .transaction_history .drop_down_list {
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .personal_account_cont .transaction_history .drop_down_list:first-child {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
        flex: 0 1 calc(50% - 20px);
    }
}

.personal_account_cont .transaction_history .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 690px;
    flex: 0 1 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.personal_account_cont .transaction_history .search .input_row {
    width: 100%;
    height: 100%;
    position: relative;
}

.personal_account_cont .transaction_history .search .input_row .icon {
    position: absolute;
    top: 54%;
    left: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.personal_account_cont .transaction_history .search .input_row input {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(228, 228, 228, 0.2);
    border-radius: 16px;
    border: none;
    padding: 0 0 0 56px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #808191;
    padding-right: 162px;
}

.personal_account_cont .transaction_history .search .sbm_btn {
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    padding: 0 52px;
}

@media screen and (max-width: 1050px) {
    .personal_account_cont .transaction_history .search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        height: 56px;
    }
}

.personal_account_cont .transaction_history .table_main .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 105px;
    flex: 0 1 105px;
    margin-right: 48px;
}

@media screen and (max-width: 500px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(1) {
        margin-right: 20px;
    }
}

.personal_account_cont .transaction_history .table_main .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
    margin-right: 63px;
}

@media screen and (max-width: 500px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(2) {
        margin-right: 20px;
    }
}

.personal_account_cont .transaction_history .table_main .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 105px;
    flex: 0 1 105px;
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(3) {
        margin-right: 20px;
    }
}

.personal_account_cont .transaction_history .table_main .table_item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 71px;
    flex: 0 1 71px;
    margin-right: 63px;
    margin-left: 20px;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(4) {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(4) {
        margin-right: 20px;
    }
}

.personal_account_cont .transaction_history .table_main .table_item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85px;
    flex: 0 1 85px;
    margin-right: 60px;
}

@media screen and (max-width: 500px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(5) {
        margin-right: 20px;
    }
}

.personal_account_cont .transaction_history .table_main .table_item:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 72px;
    flex: 0 1 72px;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_main .table_item:nth-child(6) {
        display: none !important;
    }
}

.personal_account_cont .transaction_history .table_main._2 .table_item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
    margin-right: 43px;
}

.personal_account_cont .transaction_history .table_main._2 .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    margin-right: 20px;
}

.personal_account_cont .transaction_history .table_main._2 .table_item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 125px;
    flex: 0 1 125px;
    margin-left: auto;
    margin-right: 35px;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_main._2 .table_item:nth-child(3) {
        margin-left: 0px;
    }
}

.personal_account_cont .transaction_history .table_main._2 .table_item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
    margin-right: 11px;
    margin-left: 0;
}

.personal_account_cont .transaction_history .table_main._2 .table_body .table_row .table_item:nth-child(3) {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B3B4C2;
}

.personal_account_cont .transaction_history .table_haeder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 27px;
}

.personal_account_cont .transaction_history .table_haeder .table_item {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #B2B3BD;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_haeder {
        display: none;
    }
}

.personal_account_cont .transaction_history .table_body .table_row {
    -webkit-box-shadow: 0px -1px 0px #E4E4E4;
    box-shadow: 0px -1px 0px #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 49px 0;
}

.personal_account_cont .transaction_history .table_body .table_row .table_item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #162B2C;
}

.personal_account_cont .transaction_history .table_body .table_row .table_item:nth-child(3) {
    color: #FBA000;
}

.personal_account_cont .transaction_history .table_body .table_row .table_item._done {
    color: #84B173;
}

.personal_account_cont .transaction_history .table_body .table_row .table_item:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.personal_account_cont .transaction_history .table_body .table_row .table_item:nth-child(6) img {
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_body .table_row .table_item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_body .table_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 0 20px;
    }
}

.personal_account_cont .transaction_history .table_body .item_title {
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #B2B3BD;
}

@media screen and (max-width: 1100px) {
    .personal_account_cont .transaction_history .table_body .item_title {
        display: block;
        margin-bottom: 6px;
    }
}

/*===============================================================================================*/

.register .content_box {
    max-width: 423px;
    margin: 0 auto;
}

.register .page_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #162B2C;
    margin-bottom: 6px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .register .page_title {
        font-size: 20px;
        line-height: 21px;
    }
}

.register .desc {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #162B2C;
    margin-bottom: 30px;
}

.register .desc._error {
    color: #D93D3C;
}

@media screen and (max-width: 500px) {
    .register .desc {
        font-size: 13px;
        line-height: 18px;
        max-width: 286px;
        margin: 0 auto 20px;
        color: #B6B9CB;
    }
}

.register .input_item {
    margin-bottom: 34px;
}

.register .input_item._last {
    margin-bottom: 0;
}

.register .img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -63%);
    transform: translate(-50%, -63%);
}

@media screen and (max-width: 500px) {
    .register .img img {
        max-width: 150px;
    }
}

.register .input {
    position: relative;
}

.register .input input {
    padding-right: 30px;
}

.register .input .icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.register .forgot_pass {
    margin-top: 14px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #84B173;
    margin-bottom: 60px;
    display: inline-block;
}

.register .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

@media screen and (max-width: 500px) {
    .register .buttons {
        display: block;
    }
}

.register .enter_btn {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 10px;
}

@media screen and (max-width: 500px) {
    .register .enter_btn {
        width: calc(100% - 20px);
    }
}

.register .register_btn, .register .login_btn {
    margin: 0 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #FBA000;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

@media screen and (max-width: 500px) {
    .register .register_btn, .register .login_btn {
        margin-top: 17px;
    }
}

.register.reg_pass .img {
    -webkit-transform: translate(-50%, -73%);
    transform: translate(-50%, -73%);
}

.register.reg_pass .content_box {
    max-width: 517px;
}

.register.reg_pass .reg_pass {
    max-width: 423px;
    margin: 0 auto;
}

.choose_town .stage_content_box {
    max-width: 915px;
    margin: 0 auto;
    padding: 0;
}

.choose_town#choose_town_popup .choose_town_content .stage_content_box h1 {
    margin: 0;
}
.choose_town#choose_town_popup .choose_town_content .stage_content_box .desc {
    padding: 0;
    margin: 0;
}
.choose_town#choose_town_popup .choose_town_content .stage_content_box .choose_place {
    padding: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
}

.choose_town#choose_town_popup .choose_town_content .stage_content_box #map {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.choose_town#choose_town_popup .choose_town_content .stage_content_box .radio_button .icon {
    margin-right: 0;
}

.choose_town#choose_town_popup .choose_town_content .stage_content_box .left_part {
    margin-right: 0;
}

.choose_town .page_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #162B2C;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose_town .page_title .text {
    display: inline;
    margin-right: 13px;
}

@media screen and (max-width: 600px) {
    .choose_town .page_title {
        font-size: 20px;
        line-height: 28px;
    }
}

.choose_town .drop_down_list {
    display: inline;
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 55px;
    color: #FBA000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
}

.choose_town .drop_down_list option {
    font-family: 'TT Norms', sans-serif;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .choose_town .drop_down_list {
        font-size: 20px;
        line-height: 28px;
    }
}

.choose_town .drop_cont {
    position: relative;
    display: inline-block;
    height: 55px;
}

@media screen and (max-width: 600px) {
    .choose_town .drop_cont {
        height: 30px;
    }
}

.choose_town .drop_down_arrow {
    position: absolute;
    bottom: 10px;
    right: 0;
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%);
    pointer-events: none;
    margin-left: 5px;
    width: 31px;
    height: 31px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .choose_town .drop_down_arrow {
        bottom: 0;
        right: -5px;
    }
}

.choose_town .drop_down_text {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .choose_town .desc {
        display: none;
    }
}

.choose_town .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 27px 0;
}

.choose_town .search .input_row {
    width: 100%;
    height: 100%;
    height: 56px;
    position: relative;
}

.choose_town .search .input_row .icon {
    position: absolute;
    top: 54%;
    left: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.choose_town .search .input_row input {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(228, 228, 228, 0.2);
    border-radius: 8px;
    border: none;
    padding: 0 0 0 56px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #808191;
}

@media screen and (max-width: 1050px) {
    .choose_town .search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.choose_town .choose_place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 580px;
}

.choose_town .choose_place .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
}

.choose_town .choose_place .left_part button {
    max-width: 250px;
    padding: 0 20px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .choose_town .choose_place .left_part button {
        max-width: unset;
    }
}

@media screen and (max-width: 600px) {
    .choose_town .choose_place .left_part {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.choose_town .choose_place .right_part {
    margin-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 618px;
    flex: 0 1 618px;
}

.choose_town .choose_place .right_part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (max-width: 600px) {
    .choose_town .choose_place .right_part {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin: 0 0 30px;
        height: 225px;
    }
}

@media screen and (max-width: 600px) {
    .choose_town .choose_place {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.choose_town#choose_town_popup .choose_town_content .stage_content_box .part_title {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
}

.choose_town .town_cont {
    margin-bottom: 50px;
    max-height: calc(580px - 28px - 50px - 64px);
    overflow-y: scroll;
}

.choose_town .town_item {
    padding: 18px;
    border-bottom: 1px solid #f4f4f4;
}

.choose_town .town_item .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #162B2C;
    margin-bottom: 4px;
}

.choose_town .town_item .adress {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
    margin-bottom: 9px;
}

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

.choose_town .town_item .when {
    margin-right: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

.choose_town .town_item._active {
    background: #F6F7FB;
    border-radius: 8px;
    border: none;
}

.choose_town .town_item._active .icon {
    border: none;
    background: #35540D;
}

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

.choose_town .radio_button .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #E4E4E4;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.choose_town .radio_button .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(22, 43, 44, 0.7);
    margin-left: 8px;
}

/*===============================================================================================*/


.socials {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.socials .social_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    height: 37px;
    width: 37px;
    -webkit-transition: 1s;
    transition: 1s;
    background: #fff;
    border-radius: 50%;
    margin: 0 7px 9px 0;
    position: relative;
}

.socials .social_item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.socials .social_item path {
    -webkit-transition: .2s;
    transition: .2s;
}

.socials .social_item:hover:after {
    opacity: 1;
}

.socials .social_item:hover path {
    fill: #fff;
}

.socials .social_item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: .2s;
    transition: .2s;
    background: -webkit-gradient(linear, left top, left bottom, from(#3FAFE0), to(#2A97D2));
    background: linear-gradient(180deg, #3FAFE0 0%, #2A97D2 100%);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    opacity: 0;
}

@media screen and (max-width: 750px) {
    .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.sucsess_pay .join_us .socials {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
}

.sucsess_pay .join_us .socials .social_item {
    background: #F6F7FB;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .join_us .socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    .sucsess_pay .join_us {
        display: block;
    }
}

.sucsess_pay .submit_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 424px;
    margin: 0 auto;
}

.sucsess_pay .submit_part .submit {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 160px;
    flex: 0 1 160px;
    color: #fff;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .submit_part .submit {
        width: 100%;
        margin-bottom: 20px;
    }
}

.sucsess_pay .submit_part a {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #FBA000;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .submit_part a {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .sucsess_pay .submit_part {
        display: block;
    }
}
.search_popup {
    position: fixed;
    background: rgba(25, 27, 24, 0.63);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.search_popup .content_box .img {
    text-align: center;
}

.search_popup .content_box .upper {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 6px;
}

@media screen and (max-width: 500px) {
    .search_popup .content_box .upper {
        font-size: 24px;
        line-height: 29px;
    }
}

.search_popup .content_box .lower {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.search_popup._active {
    opacity: 1;
    visibility: visible;
}

.btns_popup_callers {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btns_popup_callers .popup_caller_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
    border: 2px solid #FBA000;
    margin: 0 20px 40px;
    border-radius: 40px;
    cursor: pointer;
    white-space: nowrap;
}

.page_list {
    padding: 20px;
}

.page_list .page_link_group {
    margin-bottom: 50px;
}

.page_list .page_link_group .first_link {
    font-size: 25px;
    margin-bottom: 10px;
}

.page_list .page_link_group .sec_link {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.check_item, .radio_item, .tab_link {
    cursor: pointer;
}

.input_item .input_title, .textarea .input_title {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #A6A9BC;
    margin-bottom: 15px;
}

.input_item .input input, .textarea .input input {
    background: rgba(228, 228, 228, 0.3);
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 23px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #11142D;
    border: none;
}

.input_item textarea, .textarea textarea {
    background: rgba(228, 228, 228, 0.3);
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 56px;
    padding: 10px 23px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #11142D;
    border: none;
    resize: vertical;
    min-height: 135px;
}

.input_item._error .input input, .textarea._error .input input {
    background: #fff;
    border: 2px solid #D93D3C;
}

.input_item._sucsess .input input, .textarea._sucsess .input input {
    background: #fff;
    border: 2px solid #35540D;
}

@media screen and (max-width: 550px) {
    .textarea {
        margin-right: 14px;
    }
}

.choose_my_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 32px;
}

.choose_my_address .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-right: 20px;
}

@media screen and (max-width: 550px) {
    .choose_my_address .title {
        margin-bottom: 12px;
        font-size: 12px;
    }
}

.choose_my_address .popup_caller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 166px;
    flex: 0 1 166px;
    background: #F6F6F6;
    border-radius: 6px;
    padding: 0 15px;
    height: 39px;
    cursor: pointer;
}

.choose_my_address .popup_caller .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .choose_my_address .popup_caller {
        max-width: 166px;
    }
}

@media screen and (max-width: 550px) {
    .choose_my_address {
        display: block;
        margin-bottom: 25px;
    }
}
._popup_cont {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100%;
    width: 100vw;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding: 10vh 20px 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._popup_cont ._popup_content {
    z-index: 3000000;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto auto 0;
    background: #FFFFFF;
    border-radius: 25px 25px 0px 0px;
    padding: 91px 40px 50px;
}

._popup_cont ._popup_content .close,
._popup_cont ._popup_content .close2 {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 11px;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
}

@media screen and (max-width: 550px) {
    ._popup_cont ._popup_content {
        padding: 80px 28px 30px;
    }
}

._popup_cont .black_href {
    position: fixed;
    z-index: 0;
    top: 0%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #191b18;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

._popup_cont._active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

._popup_cont._active .black_href {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 550px) {
    ._popup_cont {
        padding: 10vw 0 0;
    }
}

._popup_content.choose_town_content {
    max-width: 1093px;
    padding-top: 50px;
}

.register .register_content {
    max-width: 785px;
    position: relative;
}
.sucsesfull_add_comment .add_comment {
    max-width: 768px;
    position: relative;
}

.sucsesfull_add_comment .add_comment h2 {
    text-align: center;
}

@media screen and (max-width: 550px) {
    .sucsesfull_add_comment .add_comment h2 {
        font-size: 20px;
        line-height: 21px;
        max-width: 210px;
        margin: 0 auto 10px;
    }
}

.sucsesfull_add_comment .add_comment .desc {
    text-align: center;
    margin-bottom: 35px;
}

.sucsesfull_add_comment .add_comment .popup_icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -58%);
    transform: translate(-50%, -58%);
}

.sucsesfull_add_comment .add_comment .comment_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 16px;
    background: #F6F7FB;
    border-radius: 24px;
    max-width: 650px;
    margin: 6px auto 0;
    overflow: hidden;
}

.sucsesfull_add_comment .add_comment .comment_item .left_part {
    margin-right: 23px;
}

.sucsesfull_add_comment .add_comment .comment_item .left_part .img {
    position: relative;
    width: 48px;
    height: 48px;
}

.sucsesfull_add_comment .add_comment .comment_item .left_part .img .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.sucsesfull_add_comment .add_comment .comment_item .person_name {
    font-size: 16px;
    line-height: 19px;
    color: #11142D;
    margin-bottom: 9px;
}

.sucsesfull_add_comment .add_comment .comment_item .after_name {
    margin-bottom: 18px;
}

.sucsesfull_add_comment .add_comment .comment_item .after_name span {
    font-size: 13px;
    line-height: 18px;
    color: #808191;
    margin-right: 8px;
}

.sucsesfull_add_comment .add_comment .comment_item .after_name a {
    margin-right: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #FBA000;
}

.sucsesfull_add_comment .add_comment .comment_item .comment_text {
    font-size: 14px;
    line-height: 21px;
    color: #808191;
    padding-right: 15px;
}

@media screen and (max-width: 550px) {
    .sucsesfull_add_comment .add_comment .comment_item .comment_text {
        width: calc(100vw - 40px - 40px);
        -webkit-transform: translate(-70px);
        transform: translate(-70px);
    }
}

.sucsesfull_add_comment .add_comment .comment_item:nth-child(3) {
    border: none;
}

@media screen and (max-width: 550px) {
    .sucsesfull_add_comment .add_comment .comment_item:nth-child(3) {
        display: none;
    }
}

.sucsesfull_add_comment .add_comment .comment_item .actions_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 9px;
}

.sucsesfull_add_comment .add_comment .comment_item .actions_btns .action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
    border: 1px solid #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .sucsesfull_add_comment .add_comment .comment_item {
        margin-top: -5px;
    }
}
.after {
    top: 20px;
    height: 100%;
    width: 95%;
    position: absolute;
    left: 2.5%;
    background: #E3E6EC;
    opacity: 0.91;
    -webkit-filter: blur(86.985px);
    filter: blur(86.985px);
    border-radius: 24px;
}
#component {
    height: auto;
    max-height: 250px;
    overflow-y: auto;
}
.dataTables_filter {
    display: none;
}
.price_cont .search_header{
    margin-top: 31px;
}
.catalog_page .wrapper .right_part.search_part{
    flex: auto;
}
.hide {
    display:none !important
}

.show {
    display:block !important
}

.invisible {
    visibility:hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border:0
}

.hidden {
    display:none !important
}

.affix {
    position:fixed
}

.cart-content:after{
    content: none;
}
.cart-content:before{
    content: none;
}
.remove-point-card:after, .remove-point-card:before{
    opacity: 0;
}
.price_cont .page_nav, .price_2_cont .main_table_conta .page_nav, .price_3_cont .main_table_conta .page_nav {
    margin-top: 50px;
}
@media screen and (max-width: 550px){
    .blog_list_cont .page_title {
        font-weight: bold;
        font-size: 24px;
        line-height: 27px;
        margin-top: 5px;
    }
}
.cart_empty{
    font-size: 18px;
    line-height: 31px;
    color: #162B2C;
    max-width: 826px;
    margin-bottom: 15px;
}
.cart_empty ~ ._green{
    margin-bottom: 15px;
}

.sucsess_pay .sucsess_pay_content {
    max-width: 785px;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .sucsess_pay_content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.sucsess_pay .content_box {
    position: relative;
    max-width: 464px;
    margin: 0 auto;
}

.sucsess_pay .img_header {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

@media screen and (max-width: 550px) {
    .sucsess_pay .img_header {
        width: 157px;
    }
    .sucsess_pay .img_header img {
        width: 100%;
    }
}

.sucsess_pay h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .sucsess_pay h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 21px;
    }
}

.sucsess_pay .desc {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #162B2C;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .desc {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
        color: #B6B9CB;
    }
}

.sucsess_pay .pay_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 15px;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .pay_header {
        display: block;
        margin-top: 50px;
    }
}

.sucsess_pay .order_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #162B2C;
    margin-right: 20px;
}

.sucsess_pay .order_num .arrow {
    margin-left: 5px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
    box-shadow: 2px 7px 14px rgba(101, 140, 51, 0.16);
}

@media screen and (max-width: 550px) {
    .sucsess_pay .order_num {
        margin-bottom: 10px;
    }
}

.sucsess_pay .pay_desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #B6B9CB;
    margin-bottom: 33px;
}

.sucsess_pay .table_products {
    margin-bottom: 35px;
}

.sucsess_pay .table_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.sucsess_pay .table_products .table_item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 342px;
    flex: 0 1 342px;
    margin-right: 25px;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .table_products .table_item:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.sucsess_pay .table_products .table_item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
}

.sucsess_pay .table_products .img_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sucsess_pay .table_products .img_block .img {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    width: 59px;
    height: 59px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 15px;
    padding: 5px;
}

.sucsess_pay .table_products .img_block .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sucsess_pay .table_products .img_block .upper {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #162B2C;
}

.sucsess_pay .table_products .img_block .lower {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
}

.sucsess_pay .table_products .item_title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #B6B9CB;
    margin-bottom: 7px;
}

@media screen and (max-width: 550px) {
    .sucsess_pay .table_products {
        display: block;
    }
}

.sucsess_pay p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #162B2C;
    margin-bottom: 16px;
}

@media screen and (max-width: 550px) {
    .sucsess_pay p {
        margin-bottom: 0;
    }
}

.sucsess_pay .join_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 27px;
    padding-bottom: 22px;
    border-bottom: 1px solid #F4F4F4;
}

.sucsess_pay .join_us .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 290px;
    flex: 0 1 290px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #35540D;
}
.actions_btns-marketplace {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
.actions_btns-marketplace a{
    margin: 0 5px;
}