body {
    font-size: 16px;
    color: #495057;
    line-height: 1.3;
    min-width: 1280px;
    font-family: Arial, sans-serif;
}

* {
    margin:0;
    padding:0;
    outline:none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

*, *:after, *:before {
    -webkit-appearance: revert !important;
}

.clearfix {
    clear:both;
}

a {
    text-decoration:none;
}

.opt-form__title{
    margin-top: 0 !important;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    height:100vh;
}

.site-wrapper {
    flex: 1 0 auto;
    z-index: 0;
    padding-top: 122px;
}

.page-wrapper {
    width:1220px;
    padding-left:10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

header {
    display:flex;
    flex-direction:column;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(94,103,112,0.15);
}

.header {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.header--hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}








.header-top-row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background:url(../img/pattern.png), linear-gradient(-90deg, #26784F 0%, #1A5035 100%); */
}

.header-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-phone-block a {
    font-size: 18px;
    color: #495057;
    line-height: 24px;
    /*margin-right: 13px;*/
    font-weight: bold;
    white-space: nowrap;
}

.header-phone-block .header-phone-block__additional {
    text-align: right;
}

.header-phone-block span {
    font-size: 13px;
    color: #b3b3b3;
    line-height: 24px;
    display: block;
}

.header-menu-account-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}


.account-btn {
    color: #343A40;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 12px 14px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 24px;
    transition: 0.2s;
}

.account-btn:hover {
    background-color:rgba(0,0,0,0.15);
}

.account-btn:focus {
    background-color:rgba(0,0,0,0.6);
}


.account-btn img {
    width:16px;
}

.logout svg path, .account-btn svg path {
    fill: white;
}

.header-mid-row-wrap {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ebebeb;
    background: url(../img/pattern.png), linear-gradient(-90deg, #26784F 0%, #1A5035 100%);
}

.header-mid-row  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo-nav-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-main-logo {
    margin-right: 52px;
}

.header-main-logo img {
    float:left;
}

.header-mid-row nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-mid-row nav ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.header-mid-row nav ul li:last-child {
    margin-right:0;
}

.header-logo-nav-block nav ul a {
    font-size: 15px;
    color: #343A40;
    line-height: 24px;
    font-weight: 500;
    padding: 15px;
    color: #fff;
    transition: 0.2s;
}

.subdomain_header .header-logo-nav-block nav ul a {
    font-size:14px;
}

.subdomain_header .account-btn span.log-user-name {
    min-width: 1px;
}

.simple-text-section {
    margin-top: 20px;
}

.header-logo-nav-block nav ul a:hover {
    color: #ffffff;
    background-color: rgba(208, 224, 213, 0.3);
}

.header-logo-nav-block nav ul li:hover {
    color: #7eb38d;
}

.header-logo-nav-block nav ul li.selected {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #DEE2E6;
    border-radius: 100px;
    width: auto;
    height: 40px;
    margin-right: 14px;
    transition: 0.2s;
    box-sizing: border-box;
    position: relative;
}

.header-logo-nav-block nav ul li.selected:hover {
    border-color: #123c27;
}

.header-logo-nav-block nav ul li.selected a:hover {
    background-color: unset;
}

@media (max-width:1100px) {
    .header-logo-nav-block nav ul li.header-logo-nav__item-game {
        display: none;
    }
}

.haeder-seach-cart-panel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-search-block {
    display: flex;
}

.header-search-block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 13px;
}

.header-search-block form {
    width: 100%;
}

.header-search-block input {
    border: none;
    border-radius: 100px;
    background-color:#fff;
    padding-left: 18px;
    box-sizing: border-box;
    height: 40px;
    line-height: 48px;
    width: 100%;
    font-size: 15px;
    box-shadow:  none;
}

.header-search-block button {
    background: none;
    border:none;
    outline:none;
    position: absolute;
    top:0;
    right: 15px;
    bottom:0;
    width: 16px;
    height: 16px;
    margin:auto;
}

.header-search-block button img {
    width:100%;
}

.cart-fav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #DEE2E6;
    border-radius: 100px;
    width: auto;
    height:40px;
    margin-right: 14px;
    transition: 0.2s;
    box-sizing: border-box;
    position: relative;
}

.cart-fav-btn .cart-count{
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: block;
    background: #1a5035;
}

.cart-fav-btn.in-cart{
    border-color: #1a5035;
    background:  #1a5035;
}

.cart-fav-btn img {
    width: 17px;
}

.cart-fav-btn:hover {
    background-color: transparent;
    border-color: #1a5035;
}

.cart-fav-btn:last-child {
    margin-right: 0;
}

.account-btn span {
    margin-left: 10px;
    color: #fff;

}
.account-btn span.log-user-name{
    margin-left: 10px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 59px;
    white-space: nowrap;
}

/*slider*/
/*.main-slider-section  {
    !*margin-bottom: 16px;*!
    height: 334px;
}

@media (max-width: 1024px) {
    .main-slider-section  {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .main-slider-section  {
        height: 210px;
    }
}

@media (max-width: 414px) {
    .main-slider-section  {
        height: 113px;
    }
}

@media (max-width: 375px) {
    .main-slider-section  {
        height: 102px;
    }
}

@media (max-width: 320px) {
    .main-slider-section  {
        height: 87px;
    }
}*/

.main-slider-section .main-slider-text img {
    width: 100%;
    height: auto !important;
}


.main-slider .slick-arrow {
    background:url(../img/arrow.svg);
    width:12px;
    height: 20px;
    font-size: 0;
    border:none;
    outline:none !important;
    position: absolute;
    top:0;
    margin:auto;
    bottom:0;
    z-index: 2;
    cursor:pointer;
    transition: 0.2s;
    opacity: 0.5;
}

.main-slider .slick-arrow:hover {
    opacity: 1;
}

.main-slider .slick-arrow.slick-next {
    right:20px;
    transform: rotate(180deg);
}

.main-slider .slick-arrow.slick-prev {
    left:20px;

}

.main-slider-unit {
    position: relative;
    background:url(../img/slider_background.jpg) no-repeat;
    background-size:cover;
}

.main-slider-unit > img{
    position: absolute;
    width: 100%;
}

.main-slider-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left:0;
    right:0;
    margin:auto;
    top:0;
    padding: 0 64px 0 42px;
}

.inslider-block p {
    color:#fff;
    font-size:24px;
    font-weight: bold;
    margin-bottom: 26px;
}

.inslider-block ul {
    list-style: none;
    padding-left: 25px;
}

.inslider-block ul li {
    margin-bottom: 20px;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
}

.inslider-block ul li::after {
    top: 0;
    left: -26px;
    width: 19px;
    height: 19px;
    content: '';
    position: absolute;
    background: url(../img/star.svg) no-repeat;
    background-size: cover;
    font-size: 36px;
}

.main-slider-unit {
    min-height: 501px;
}

.main-slider-unit img {
    min-height: 330px;
}


.slide-simple-text-title-block {
    width:320px;
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    letter-spacing: -0.75px;
}






/*simple-text*/
.simple-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.simple-text-block h1 {
    margin-top:0;
}

.simple-text-pic-wrap {
    margin-right: 45px;
    display:flex;
    justify-content: center;
    align-items: center;
}




/*advant-panel*/
.advantages-panel {
    padding-bottom: 8px;
}

.center-title {
    font-weight: bold;
    font-size: 32px;
    color: #343A40;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 20px;
}

.advantages-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.advantages-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width:  18%;
}

.advant-img-pic-wrap {
    justify-content:flex-start;
    flex-direction:column;
    align-items: center;
    margin-bottom:  8px;
}

.advant-img-pic-wrap img {
    max-width: 55px;
}

.advant-text-block {
    font-size: 15px;
    color: #495057;
    text-align: center;
    line-height: 17px;
}

.advantages-panel .btn-row {
    justify-content: center;
    margin-top: 20px;
}






/*joinus-section*/
.joinus-section {
    position: relative;

    padding: 7px 0;
}

.joinus-section + footer {
    margin-top:0;
}

.joinus-section::after {
    background-color:#E9ECEF;
    background: url(../img/pattern.png);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.5;
}




.join-link-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px auto 0;
}

.join-us-panel > p {
    width: 100%;
    max-width:498px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:8px auto;
    text-align: center;
    font-size: 15px;
    color: #495057;
    text-align: center;
    line-height: 17px;
}

.join-link-list a {
    width:36px;
    margin:0 3px;
    cursor:pointer;
}

.join-link-list a img {
    width: 100%;
}








/*text-wrapper*/
.simple-text-pic-wrap img {
    max-width:  350px;
}






.main-text-wrap-section {
    /*margin-bottom: */
}
@media (max-width: 768px) {
    .main-text-wrap-section .text-wrapper {
        padding: 20px 0;
    }
}


.text-wrapper h1 {
    font-size: 32px;
    color: #343A40;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-text-wrap h1 {
    margin-top:0;
}

.text-wrapper p {
    font-size: 15px;
    color: #495057;
    line-height: 17px;
    margin-bottom: 15px;
}


.main-text-wrap  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-text-wrap .text-wrapper {
    width: 100%;
    max-width: 792px;
    margin-right: 26px;
}

.main-page-news-block {
    display:flex;
    width:100%;
    max-width: 335px;
    background: #F1F3F5;
    border-radius: 10px;
    padding:20px 24px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}


.triple-input-row.input-row {
    display:flex;
}

.triple-input-row.input-row .input-row {
    display: none;
    margin-bottom: 0;
    margin-right: 9px;
}


.triple-input-row .input-row.over-input {
    display: block;
    margin-right:9px;
}


.triple-input-row.input-row:last-child {
    margin-right:0;
}

.triple-input-row.input-row input.over-input {
    display: block;
    margin-right: 0;
}

.main-page-news-block::after {
    content:'';
    position: absolute;
    width:46px;
    height:38px;
    top:20px;
    right:24px;
    background:url(../img/icon-calendar.svg);
    background-size:cover;
}

.aside-block-title, .aside-block-title a{
    font-size: 24px;
    color: #343A40;
    margin-bottom: 15px;
    font-weight: 600;
}

.aside-block-title a{
    color: #448056;
}



.main-block-news-unit {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 19px;
    padding-top: 10px;
}

.main-block-news-unit:first-child {
    padding-top: 0;
}

.main-block-news-unit:last-child {
    border-bottom: none;
}

.news-date {
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.news-title {
    font-size: 13px;
    color: #343A40;
    line-height: 1.3;
    text-decoration: underline;
}

.news-title:hover {
    text-decoration: none;
}

.more-link {
    font-size: 13px;
    color: #458056;
    font-weight: bold;
    text-decoration: underline;
}







/*new-panel*/

.new-panel-section {
    background:#E9ECEF;
    padding: 9px 0 13px;
    margin-bottom: 16px;
    position: relative;
}

.new-panel-section::after {
    background:url(../img/pattern.png);
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index: 0;
    opacity: 0.5;
}

.new-panel{
    z-index: 1;
    position: relative;
}

.new-title {
    font-size: 32px;
    color: #343A40;
    font-weight: bold;
    margin-bottom: 14px;
}

.new-panel-carousel {
    position: relative;
}

.hit-panel-carousel {
    position: relative;
}

.new-panel-carousel .slick-arrow, .hit-panel-carousel .slick-arrow {
    font-size:0;
    background:url(../img/normal-arrow.svg) no-repeat;
    position: absolute;
    width:14px;
    height:14px;
    top:-40px;
    border:none;
    background-size:cover;
    cursor:pointer;
    transform: translate(0, -50%);
}

.new-panel-carousel .slick-arrow.slick-prev, .hit-panel-carousel .slick-arrow.slick-prev {
    right:70px;
    left: auto;
}

.new-panel-carousel .slick-arrow.slick-next, .hit-panel-carousel .slick-arrow.slick-next {
    right:30px;
    transform: translate(0, -50%) rotate(180deg);
}

.new-panel-carousel .slick-arrow.slick-prev:before, .new-panel-carousel .slick-arrow.slick-next:before{
    display: none;
}

.new-unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:16px 10px;
    box-shadow: 0 2px 4px 0 rgba(52,58,64,0.10);
    border-radius: 10px;
    box-sizing: border-box;
    background-color:#fff;
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc(50% - 24px);
}


    .new-unit-pic-wrap {
    width:100%;
    padding:0 30px;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.new-unit-pic-wrap img {
    width: 100%;
    height: auto;
}
.new-unit-title {
    font-size: 15px;
    color: #868E96;
    text-align: center;
    margin-bottom: 9px;
}

.new-unit-price {
    font-size: 23px;
    color: #495057;
    text-align: center;
    font-weight: bold;
}

.old-unit-price {
    font-size: 11px !important;
    color: #f10d0d;
    text-align: center;
    font-weight: bold;
    text-decoration: line-through;
}

.new-unit-pic-wrap img {
    width:100%;
}

.new-unit-text-block{
    padding: 0 30px;
    width: 100%;
}
@media (max-width: 549px) {
    .new-unit-text-block{
        padding: 0;
    }
}

.new-unit .btn-row {
    justify-content: center;
    margin-bottom: 12px;
}

.incatalog-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow:hidden;
    margin-right:24px;
}

.incatalog-pic img {
    width:100%;
}






/*insta-panel*/

.instagram-section {
    margin-bottom: 14px;
}

.insta-top-row {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #343A40;
    font-weight: 500;
    margin-bottom: 24px;

}

.insta-link {
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.insta-link a {
    height:38px;
    display:flex;
    margin-left:8px;
}

.insta-link a img {
    height:100%;
}

.instagram-panel {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 15px auto 0;
    border:3px solid #26764E;
    border-radius: 8px;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 20px 30px 21px 30px;
}

/*.instagram-panel:after {
    width:100%;
    height:100%;
    top:-50%;
    left:-50%;
    right:-50%;
    bottom:-50%;
    margin:auto;
    content: '';
    position: absolute;
    border:3px solid #26764E;
    pointer-events: none;
    border-radius: 8px;
}*/

.all-inst a {
    display:flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    color: #26764E;
}

.all-inst a:hover {
    text-decoration: underline;
}


.all-inst a img {
    width:18px;
    margin-right: 13px;
}


.insta-pic-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.insta-pic-unit {
    width:18%;
    margin-right: 25px;
    position: relative;
    overflow:hidden;
    height: 168px;
    width: 168px;
    border-radius: 8px;
}

.insta-pic-unit:last-child {
    margin-right: 0;
}

.insta-pic-unit img {
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    min-width: 100%;
    width: auto;
    margin: auto;
    min-height: 100%;
    max-width: 180%;
}

.insta-btns-add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.insta-link {
    margin-right: 16px;
    font-weight: 600;
    font-size: 24px;
}

.link-addbtn-block {
    display: flex;
    flex-flow: row nowrap;
}

.insta-btns-add a {
   background: #E9ECEF;
   border-radius: 15.5px;
   font-size: 13px;
   color: #343A40;
   letter-spacing: -0.16px;
   padding: 7px 12px;
   box-sizing: border-box;
   margin-right: 10px;
   transition: 0.2s;
}

.insta-btns-add a:hover {
       background: #d3d3d3;
}





/*footer*/

/*footer {*/
/*    background-color: #343A40;*/
/*    padding: 19px 0;*/
/*    margin-top:12px;*/
/*}*/

/*.footer-wrapper {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*}*/

/*.footer-logo-block {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/*.footer-logo-link {*/
/*    width:136px;*/
/*    margin-right: 24px;*/
/*}*/

/*.footer-logo-link img {*/
/*    float:left;*/
/*    width: 100%;*/
/*}*/

/*.copyright {*/
/*    font-size: 13px;*/
/*    color: #868E96;*/
/*    line-height: 20px;*/
/*    max-width: 240px;*/
/*}*/

/*.footer-menu {*/
/*    list-style: none;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right: 40px;*/
/*}*/

/*.footer-menu li {*/
/*    margin: 0 22px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.footer-menu li a {*/
/*    font-size: 13px;*/
/*    color: #FFFFFF;*/
/*    line-height: 24px;*/
/*}*/

/*.footer-soc-block {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/*.footer-phone  {*/
/*    margin-right: 28px;*/
/*}*/

/*.footer-phone span {*/
/*    display: block;*/
/*    font-size: 13px;*/
/*    color: #868E96;*/
/*    line-height: 20px;*/
/*}*/

/*.footer-phone a {*/
/*    font-size: 16px;*/
/*    color: #FFFFFF;*/
/*    line-height: 22px;*/
/*    font-weight: bold;*/
/*}*/

/*.footer-soc-list {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*}*/

/*.footer-soc-list a {*/
/*    width:24px;*/
/*    height: 24px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right:16px;*/
/*}*/

/*.footer-soc-list a:last-child{*/
/*    margin-right: 0;*/
/*}*/

/*.footer-soc-list a img {*/
/*    width: 100%;*/
/*}*/

.incar-form-block {
    background:url(../img/pattern-mail.png), #fff repeat;
    border-radius: 7px;
    padding: 5px;
    display: flex;
    max-width: 477px;
    height: 290px;
}

.incar-form-block form {
    background-color:#fff;
    border-radius: 7px;
    padding: 17px 33px;
    box-sizing: border-box;
}

.form-title {
    font-size: 24px;
    color: #343A40;
    letter-spacing: -0.75px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    max-width: 80%;
}

.input-row {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.huge-form .input-row {
    margin: 0 1% 9px 1%;
}

.input-row input, .input-row div.phone_update {
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    background-color:#fff;
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    height: 42px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
}

.huge-form .field-user-phone {
    position: relative;
}

.huge-form .field-user-phone .form-control.phone_update {
    padding-right: 37px;
    line-height: 40px;
}

.huge-form .field-user-phone .form__controll-icon {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    border: none;
    padding: 0;
    width: 35px;
    height: 31px;
    background-color: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-image: url('/img/Pencil_hover.svg');
    cursor: pointer;
}

.input-row select{
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    background-color:#fff;
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    height: 42px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
}

.btn-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-row.btn-row--left {
    justify-content: flex-start;
}

.btn-row .btn.green-btn.in-cart{
    background: #adb5bd;
    color: #fff;
    flex-direction: column;
    line-height: 1.3;
    align-items: center;
    justify-content: center;
    padding-left:5px;
    padding-right:5px;
}


/*
.btn-row .btn:hover {
    background-color:#5C8EFF;
}


.btn-row .btn:focus {
    box-shadow: none;
    background-color:#4263EB;
}*/

.inslider-block  {
    max-width: 450px;
}

.single-text-page {
    margin-top:10px;
}

.single-text-page h1 {
    width:100%;
    display: block;
    margin-bottom: 17px;

}

.single-text-page p {
    margin-bottom: 20px;
}

.single-text-page .text-wrapper  {
    width:100%;
    max-width:  100%;
    margin-right: 0;
}

.single-text-page .text-wrapper img {

}







/*breadcrumbs*/

.breadcrumbs {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}


.heading-block h1{
    font-size: 32px;
    color: #343A40;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 7px;
}


/*catalog*/

.catalog-panel {
    display:flex;
    justify-content: flex-start;
    flex-flow:row wrap;
}

.catalog-panel--margin-bigger{
    margin-top: 30px;
}

.catalog-panel .new-unit{
    width:25%;
    margin-right: 0;
    box-shadow: none;
    padding:8px 25px 8px 0;
    position: relative;
    margin-bottom: 24px;
}

.list-counter {
    background-color:#fff;
    box-shadow: 0 4px 12px -2px rgba(52,58,64,0.20);
    border-radius: 100px;
    width:58px;
    height:58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    font-size: 8px;
    color: #868E96;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -16px;
    left: -20px;
}

.list-counter span {
    font-size: 24px;
    color: #495057;
    text-align: center;
    font-weight:bold;
}

.catalog-panel .new-unit .new-unit-pic-wrap {
    margin-bottom: 5px;
}

.catalog-panel .new-unit-pic-wrap {
    padding:0 40px;
}

.catalog-panel .new-unit .new-unit-title {
    margin-bottom: 5px;
}

.catalog-filter-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-sort-block {
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    padding: 10px 0;
}

.catalog-sort-block select {
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    border:none;
}

.catalog-filter-layouts {
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    display:flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: space-between;
}

.catalog-filter-layouts select {
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    border:none;
}

.filter-layout-type {
    line-height: 0;
    height: 13px;
    margin-left:12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-layout-type a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 13px;
    height:12px;
    margin-left:15px;
}

.filter-layout-type a:first-child {
    margin-left:0;
}

.filter-layout-type a span {
    background-color: #495057;
}

.filter-layout-type a.active {
    opacity:0.5;
    cursor:default;
}


.filter-layout-type a.triple-row span {
    width:100%;
    height: 2px;
}

.filter-layout-type a.ninth-row {
    flex-flow:row wrap;
    justify-content: space-between;
    background:url(../img/menu.svg) no-repeat;
    background-size:contain;
}

.filter-layout-type a.ninth-row span {
    width:3px;
    height:3px;
    margin-right:2px;
}

.filter-layout-type a.ninth-row span:nth-child(3n) {
    margin-right:0;
}

.catalog-filter-row-section {
    margin-bottom: 19px;
}



/*paginator*/

.paginator {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.paginator li {
    background-color:transparent;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    width:32px;
    height:32px;
    overflow:hidden;
    transition: 0.2s;
}

.paginator li.active {
    background-color: #DEE2E6;
    opacity: 1;
}

.paginator li:hover {
    background-color:#DEE2E6;
    opacity: 1;
}



.paginator li.active a {
    color:#000;

}

.paginator li a {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.paginator li a img {
    width:7px;
}

.pag-prev {
    transform: rotate(180deg);
}

/*.btn-block .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #495057;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    border: 2px solid #CED4DA;
    border-radius: 5px;
    background:none;
    padding:10px 16px;
}*/


.btn.simple-btn {
    border: 2px solid #CED4DA;
    background:none;
    color: #495057;
    box-shadow:none;
}

.btn.simple-btn:hover {
    background-color:rgba(0,0,0,0.1);
    border:2px solid rgba(0,0,0,0.1);
}

.btn.simple-btn:focus {
    background-color:rgba(0,0,0,0.1);
    border:2px solid rgba(0,0,0,0.1);
}

.paginator-more-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px auto;
}






/*modal*/

.blured {
    filter:blur(3px);
    transition: 0.2s;
}

.overflow {
    overflow:hidden;
}

.fader-wrap {
    background-color:rgba(0,0,0,0.2);
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 100;

}

.modal-wrap {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}

.modal-win {
    background-color:#fff;
    box-shadow: 0 4px 20px 0 rgba(33,37,41,0.30);
    border-radius: 10px;
    display: flex;
    position: relative;
    padding:24px;
    padding-top:35px;
    box-sizing: border-box;
}


.close-modal img {
    float:left;
}

.modal-win .input-row {
    width: 366px;
    margin-bottom: 16px;
}

.modal-win .btn-row {
    width: 100%;
    margin-bottom: 16px;
}

.modal-win .btn-row button {
    width:100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.login-or-title {
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.alternate-login-link-list a img {
    float:left;
    height: 30px;
}

.alternate-login-link-list a {
    margin: 0 5px;
}

.alternate-login-link-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.forgot-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #448056;
    letter-spacing: 0.3px;
    text-decoration: underline;
}

.forgot-link:hover {
    text-decoration: none;
}

/*subscribe*/

.subscribe-panel__row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.quad-input-row {
    width: 25%;
}

.quad-input-row:nth-child(2n) {
    width:40%;
}

.subscribe-panel {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-subscribe-form-panel {
    width:50%;
    background-color:#fff;
    padding:10px 8px;
}

.item-subscribe-panel {
    width:25%;
    margin-left:8px;
}

.main-subscribe-form-panel .form-panel {
    display: flex;
    flex-flow:row wrap;
}

.main-subscribe-form-panel .input-row {
    width:49%;
    margin-right: 2%;
    margin-bottom:8px;
}

.main-subscribe-form-panel .input-row:nth-child(2n){
    margin-right: 0;
}

.main-subscribe-form-panel .input-row.quad-input-row {
    width:32%;
}

.main-subscribe-form-panel .input-row.quad-input-row:nth-child(2n){
    margin-right:2%;
}

.main-subscribe-form-panel .input-row.quad-input-row:last-child{
    margin-right:0;
}

/* cancel order in account */
.cancel_order_message_wrapper {
    display: none;
    position: relative;
}

.cancel_order_message_wrapper .input-row {
    margin-bottom: 12px;
}
/* end cancel order in account */

.check-block-title {
    font-size: 13px;
    color: #343A40;
    font-weight: bold;
    margin-bottom:7px;
}

.additional-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.check-panel-title-block {
    width:49%;
    margin-right: 2%;
}


.check-panel-title-block:nth-child(2n) {
    margin-right: 0;
}

.check-block-text {
    font-size: 13px;
    color: #343A40;
}

.promo-code-block .input-row{
    margin-bottom: 0;

}

.promo-code-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.promo-code-block .input-row {
    width:137px;
}

.promo-code-block .btn-row .btn {
    width:111px;
    padding:12px;
    box-sizing: border-box;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.check-panel-title-block .check-row {
    width: 49%;
    margin-right: 2%;
}

.check-panel-title-block .check-row:nth-child(2n) {
    margin-right: 0;
}

.check-row input {
    display: none;
}

.check-row input + label {
    font-size: 13px;
    color: #343A40;
    padding-left:24px;
    font-weight: bold;
    position: relative;
    cursor:pointer;
}

.check-row input + label::after {
    content:'';
    position: absolute;
    top: -4px;
    left: 0;
    width:16px;
    height:16px;
    border-radius: 100px;
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
}

.check-row input + label::before {
    width:8px;
    height:8px;
    content:'';
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 4px;
    opacity: 0;
    transition: 0.2s;
}

.check-row input:checked + label::before {
    opacity: 1;
}

.check-block-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.accept-subscribe-row .btn {
    padding-left:50px;
    padding-right:50px;
}

.item-subscribe-panel {
    width:282px;
    padding-top: 10px;
}

.item-subscribe-panel img {
    width: 100%;
    float:left;
    border-radius: 10px;
}


.main-subscribe-form-panel .form-panel.additional-info {
    flex-direction: column;
}

.main-subscribe-form-panel .form-panel.additional-info .check-panel-title-block {
    width:100%;
}

.label-btn {
    display: inline-flex;
    margin-right:8px;
}

.label-btn input, .hidden-input {
    display: none;
}

.label-btn input + label {
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: center;
    line-height: 42px;
    height: 42px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px -9px rgba(68,133,186,0.50);
    padding: 0 28px;
    transition: 0.2s;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #dadada;
}

.label-btn input:checked + label {
    background: #65B454;
    border-color: #65B454;
    color:#fff;
}

.additional-info .check-block-row .form-group {
    width: 100%;
}




.checked-panel {
    display: flex;
    flex-flow:row wrap;
    margin-top:8px;
}

.checkbox-accept-block {
   /* width:49%;*/
    margin-right: 2%;
    margin-bottom: 20px;
}

.checkbox-accept-block:nth-child(2n) {
    margin-right: 0;
}

.checkbox-accept-block input + label {
    padding-left:32px;
    display: block;
    font-size: 13px;
    color: #495057;
    font-weight: normal;
}

.checkbox-accept-block input + label::after {
    width:24px;
    height:24px;
    border-radius: 4px;
}

.checkbox-accept-block input:checked + label::after {
    background-color:#65B454;
    box-shadow: none;
    border-color:#65B454;
}

.checked-panel .checkbox-accept-block input:checked + label:after {
    background-color: #65B454 !important;
    border-color: #65B454 !important;
}

.checkbox-accept-block input + label::before {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: url(../img/check.svg) no-repeat;
    background-size: contain;
    z-index: 1;
    left: 8px;
    top: 4px;
}

.checked-panel {
  /*  margin-bottom: 16px;*/
}

.final-check {
    font-size: 13px;
    color: #495057;
    padding-top: 15px;
}


.final-check a {
    color:#448056;
}

.final-check a:hover {
    text-decoration:underline;
}

.item-subscribe-cost-block {
    background-color:#fff;
    padding:10px;
    margin-top: 6px;
    box-sizing: border-box;
}

.item-subscribe-panel .items-block {
    max-height: 500px;
    overflow-y: auto;
}

.item-subscribe-cost-block-title {
    font-size: 13px;
    color: #495057;
    font-weight: bold;
    margin-bottom: 8px;
}

.subs-price-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding:0 0 8px 0;
}


.subs-price-name {
    font-size: 13px;
    color: #495057;
}

.total-price-row {
    border-top:1px solid #DEE2E6;
    padding-top:8px;
}

.clearfix {
    clear: both;
}

.subs-price-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    color: #495057;
    text-align: right;
    width:100px;
    font-weight: bold;
    white-space: nowrap;
}

.catalog-item-section {
    margin-top:16px;
}

.catalog-item-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog-item-pic-wrap {
    width: 49%;
    position: relative;
    margin-right: 25px;
    text-align: center;
}

.like-counter {
    background: rgba(33, 37, 41, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100px;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    padding:2px 10px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
    height: 26px;
    z-index: 1;
}

.like-counter img {
    width:15px;
    margin-bottom: 3px;
    margin-right: 4px;
}

.main-carousel {
    margin-bottom: 8px;

}

.main-connect-carousel {
    height: 57px;
    overflow-y: hidden;
}

.main-carousel-elem img, .main-connect-carousel-elem img{
    width:100%;
}

.main-carousel:not(.slick-initialized) .main-carousel-elem:not(:first-child){
    height: 0 !important;
    visibility: hidden;
}

.main-connect-carousel:not(.slick-initialized) .main-connect-carousel-elem{
    height: 0 !important;
    visibility: hidden;
}


.main-connect-carousel-elem {
    margin-right:8px;
    cursor: pointer;
}

/*.main-connect-carousel .slick-track {
    width: 100% !important;
}
*/
.catalog-item-spec-wrap {
    width:50%;
}

.catalog-item-spec-wrap h1 {
    margin-top:0;
    margin-bottom: 11px;
    line-height: 36px;
    letter-spacing: -1px;
    line-height: 36px;
}

.cat-item-access-feedback-row {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    margin-bottom: 14px;
}

.single-check .checkbox-accept-block {
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.single-check .checkbox-accept-block label {
    font-size:15px;
}


.cat-item-spec-panel {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    width: 323px;
    margin-bottom: 8px;
}

.cat-item-spec-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.cis-head {
    font-size: 15px;
    color: #868E96;
    letter-spacing: -0.17px;
}

.cis-cont{
    font-size: 15px;
    color: #343A40;
    letter-spacing: -0.17px;
    text-align: right;
}

.cat-item-price-row {
    font-size: 20px;
    color: #343A40;
    line-height: 38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}

.cat-item-price-row span {
    font-size: 32px;
}

.cat-item-buy-btn-row .btn-row {
    justify-content: flex-start;
}

.cat-item-buy-btn-row .btn {
    margin-right: 12px;
    padding: 0 30px;
}


.cat-item-buy-btn-row {
    margin-bottom: 12px;
    width: 135px;
}

.cat-item-additional-buy-block a {
    font-size: 15px;
    color: #448056;
    letter-spacing: 0.35px;
    text-decoration: underline;
    margin-bottom: 11px;
}


.cat-item-additional-buy-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cat-item-additional-buy-block a:hover {
    text-decoration: none;
}

.comment-complex-block {
    width: 100%;
}

.comment-panel-wrap textarea {
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    width: 100%;
    height: 99px;
    padding:12px;
    font-size:13px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.catalog-item-section {
    margin-bottom: 20px;
}

.comment-title {
    font-size: 24px;
    color: #343A40;
    letter-spacing: -0.75px;
    font-weight: bold;
    margin-bottom: 45px;
    width: 100%;
}

.leave-comment-block .btn-row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}


.user-comment-name {
    font-size: 15px;
    color: #343A40;
    letter-spacing: 0.23px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
}


.user-comment-name-row {
    margin-bottom: 3px;
}

.user-comment-panel {
    padding-top:12px;
    padding-bottom: 12px;
}


.user-comment-unit {
    border-top:1px solid #E9ECEF;
    padding:15px 0;
}


.user-comment__date{
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    text-align: right;
    line-height: 20px;
    display: inline-block;
    margin-left: 1em;
}

.user-comment__quote, .user-comment__edit-link{
    font-size: 13px;
    color: #25714B;
    letter-spacing: 0.2px;
    line-height: 1;
    border-bottom: 1px dotted #25714B;
}

.user-comment__quote {
    margin-left: 1em;
    text-align: right;
}



.user-comment-text {
    font-size: 15px;
    color: #495057;
    letter-spacing: -0.1px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}


.user-comment__edit-link{
    display: inline-block;
}

.user-comment__mark-edited{
    color:#868E96;
    font-size: 0.8em;
    margin-top: 8px;
}


.cat-item-guide-panel {
    margin-left:24px;
    width:282px;
}

.cat-item-guide-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.cat-item-guide-block img {
    width:100%;
    border-radius: 10px;
    margin-bottom: 12px;
}

.comment-panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.comment-panel-wrap {
    display: flex;
    align-items: flex-start;
    flex-flow:row wrap;
}

.cat-item-guide-block a {
    font-size: 15px;
    color: #448056;
    letter-spacing: 0.35px;
    text-decoration: underline;
    margin-bottom: 12px;
}

.cat-item-more-carousel {
    margin-bottom: -12px;
}

.cis-cont span {
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: -0.13px;
    background-color:#c8c8c8;
    border-radius: 2px;
    padding:3px 6px;
    font-weight: bold;
}

.cis-cont span.in-stock {
    background-color: #34C559;
}

.cis-cont span.out-stock {
    background-color: #ADB5BD;
}

.buy-in-click {
    background-color:#fff;
}

.buy-in-click .modal-win {
    box-shadow: none;
    border-radius: 0;
    min-width:734px;
    display: flex;

}

.buy-in-click .modal-win .form-panel {
    flex-direction: column;
    display: flex;
}

.modal-win .catalog-item-pic-wrap {
    width: 384px;
}

.top-form-row-pic img {
    margin-bottom: 10px;
}




.buy-in-click .modal-win .form-panel {
    width: 734px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fv-title {
    margin-top:0;
    margin-bottom: 11px;
    line-height: 36px;
    letter-spacing: -1px;
    line-height: 36px;
}

.fast-view-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.fv-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fv-title{
    margin-top: 0;
    margin-bottom: 11px;
    letter-spacing: -1px;
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
}

.fv-callback-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-flow:row nowrap;
}


.modal-win .fv-callback-row  .input-row {
    width: 100%;
}
.fv-callback-row .btn-row {
    width: 114px;
    margin-left:12px;
}






/*basket-page*/

.main-basket-step-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow:row wrap;
}

.main-basket-step-unit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
}

.main-basket-step-unit:last-child {
    margin-right: 0;
}

.basket-step-count-block {
    background-color:#d9d9d9;
    font-size: 15px;
    color: #868E96;
    letter-spacing: -0.1px;
    text-align: center;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right:10px;
    width:28px;
    height:28px;
    border-radius: 100px;
}

.basket-step-text {
    font-size: 15px;
    color: #868E96;
    letter-spacing: -0.5px;
    line-height: 24px;
    font-weight: bold;
}

.main-basket-step-unit.active .basket-step-text{
    color:#26764E;
}

.main-basket-step-unit.active .basket-step-count-block {
    color:#fff;
    background-color: #26764E;
}

.main-basket-step-unit.done .basket-step-text{
    color:#495057;
}

.main-basket-step-unit.done .basket-step-count-block {
    color:#fff;
    background-color: #495057;
}




.main-basket-item-list {
    display: flex;
    flex-direction: column;
    margin-top:12px;
    margin-bottom: 12px;
}

.basket-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding:12px 0;
    border-top:1px solid #DEE2E6;
}

.basket-item:last-child{
    border-bottom:1px solid #DEE2E6;
}

.basket-item-pic-title-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 145px;
}

.basket-item-status{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ADB5BD;
    font-size: 0.8em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    flex-direction: column;
}

.basket-item-count-price-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}

.basket-inunit-link {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.remove-basket-item {
    flex-shrink: 0;
    opacity:0.3;
    margin-right:16px;
    transition: 0.2s;
}

.remove-basket-item:hover {
    opacity:1;
}

.basket-inunit-link img {
    margin-right: 22px;
}

.basket-inunit-link span {
    font-size: 15px;
    color: #343A40;
    line-height: 13px;
    font-weight:bold;
    border-bottom:2px solid #343A40;
    transition: 0.2s;
}

.basket-inunit-link:hover span {
    border-color:transparent;
}


.quant-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width:78px;
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    height:32px;
    margin-right: 10%;
}

.quant-minus, .quant-plus {
    display: flex;
    justify-content:center;
    align-items: center;
    width: 30%;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
}

.quant-block input {
    border:none;
    text-align: center;
    width:40%;
    background-color: transparent;
    font-size: 15px;
    color: #495057;
    line-height: 20px;
    font-weight: bold;

}

.basket-item-price-per-unit-block {
    margin-right: 10%;
    font-size: 18px;
    color: #ADB5BD;
    line-height: 20px;
    display: flex;
    flex-flow: row nowrap;
}

.basket-item-total-price-unit-block {
    font-size: 18px;
    color: #343A40;
    line-height: 20px;
}

.promocode-block {
    width:310px;
    display:    flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:  15px;
}

.promocode-block .input-row {
    margin-bottom: 0;
}

.promocode-block .btn-row {
    margin-left:-11px;
}

.main-basket-address-form-wrap  form {
    max-width:580px;
}

.main-basket-address-form {
    background-color: #F1F3F5;
    padding:16px 82px 16px 20px;
    margin-bottom: 12px;
}

.huge-form {
    display: flex;
    flex-flow:row wrap;
    margin-left: -1%;
    margin-bottom: 12px;
}

.w33 {
    width: 31.33%;
}

.w50 {
    width: 48%;
}

.w25 {
    width: 23%;
}

.main-basket-address-form-wrap form .checkbox-accept-block{
    width:100%;
}

.address-form-title, .account__personal-promocode__title, .account__content__heading{
    font-size: 18px;
    color: #343A40;
    line-height: 22px;
    margin-bottom: 17px;
    font-weight:bold;
}

.payment-delivery-panel {
    display: flex;
    justify-content: space-between;
    flex-flow:row nowrap;
    margin-top: 16px;
    margin-bottom: 20px;
}

.payment-delivery-unit {
    width: 49.5%;
    margin-right: 1%;
}

.payment-delivery-unit:nth-child {
    margin-right: 0;
}

.payment-delivery-panel .payment-delivery-unit {
    background-color:#F1F3F5;
    padding:20px 20px 36px;
    box-sizing: border-box;
}

.payment-delivery-title {
    font-size: 18px;
    color: #343A40;
    line-height: 22px;
    font-weight: bold;
}

.payment-delivery-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow:row wrap;
}

.payment-delivery-form .check-row {
    margin-top:17px;
    width:  49%;
    margin-right:2%;
}

.payment-delivery-form .check-row:nth-child(2n) {
    margin-right: 0;
}

.payment-delivery-form .check-row input + label {
    font-weight: normal;
    font-size: 13px;
    color: #495057;
}

.payment-delivery-form .check-row input + label::after {
    top:-2px;
    background-color:#fff;

}

.payment-delivery-form .check-row input + label::before {
    top:3px;
    z-index: 1;
}

.payment-delivery-form .check-row {
    position: relative;
}

.in-row-link {
    font-size: 11px;
    color: #448056;
    letter-spacing: 0.17px;
    line-height: 18px;
    text-decoration: underline;
    display: flex;
    margin-left:24px;
    position:   absolute;
    bottom:-16px;
}

.in-row-link:hover {
    text-decoration: none;
}

.payment-delivery-unit textarea {
    width:100%;
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    box-sizing: border-box;
    height:100%;
    padding:12px;
    resize: vertical;
    font-size: 13px;
    color: #495057;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.payment-delivery-text-total-panel {
    display: flex;
    justify-content: flex-start;
}

.payment-total-block {
    display: flex;
    flex-direction:column;
    width:100%;
}

.payment-total-list {
    display: flex;
    flex-direction:column;
    width:100%;
}

.payment-total-row {
    display: flex;
    height:40px;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #DEE2E6;
}

.payment-total-row:last-child {
    border-bottom:none;
}

.payment-total-row-head {
    font-size: 15px;
    color: #343A40;
    letter-spacing: -0.17px;
    line-height: 20px;
}

.payment-total-row-cont {
    font-size: 18px;
    color: #448056;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}



.payment-total-btn-row {
    width:  100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.payment-total-btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.payment-total-btn-row input {
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    font-size: 13px;
    color: #343A40;
    letter-spacing: 0.2px;
    line-height: 18px;
    height:  43px;
    box-sizing: border-box;
    padding-left:12px;
    width:212px;
}

.basket-final-panel .payment-total-row-cont{
    width: 152px;
}

.basket-final-panel .payment-total-row-cont {
    display: flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: center;
}

.payment-total-row-cont a {
    font-size: 13px;
    color: #41744E;
    letter-spacing: -0.15px;
    text-decoration: underline;
    font-weight: normal;
    margin-left:12px;
}

.basket-final-panel .payment-total-row-cont a:hover {
    text-decoration: none;
}

.order-prepaid-warning {
    color: red;
    float: right;
    margin-top: 20px;
}

.final-basket-info-row {
    display: flex;
    justify-content: space-between;
}

.final-basket-total-info {
    display: flex;
    flex-direction: column;
    width: 51%;
}

.final-basket-total-info-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}


.fb-total-row-head {
    font-size: 15px;
    color: #868E96;
    letter-spacing: -0.17px;
    min-width: 140px;
}

.fb-total-row-cont {
    font-size: 15px;
    color: #343A40;
    letter-spacing: -0.17px;
    width: auto;
}

.fb-total-row-cont a,
.fb-total-row-cont .fb-total-row-cont__action {
    font-size: 13px;
    color: #41744E;
    letter-spacing: -0.15px;
    text-decoration: underline;
    cursor: pointer;
}

.fb-total-row-cont a:not(:first-child),
.fb-total-row-cont .fb-total-row-cont__action:not(:first-child) {
    margin-left: 10px;
}

.fb-total-row-cont a:hover {
    text-decoration: none;
}

.final-basket-check-btn-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 45%;
}

.final-basket-sms-feedback-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-top:7px;
    box-sizing: border-box;
}

.final-basket-sms-feedback-check .single-check {
    margin-bottom:19px;
}

.final-basket-sms-feedback-check .single-check label {
    font-size: 13px;
    color: #495057;
}

.basket-final-panel .main-basket-item-list {
    margin-bottom: 9px;
}

.basket-final-panel .payment-total-block{
    margin-bottom: 12px;
}





.account-main-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow:row nowrap;
}

.account-menu-panel {
    width: 282px;
    min-width: 282px;
    margin-right: 24px;
}

.account-content-panel {
    width: 100%;
}


.account-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 3px solid #65B454;
    border-radius: 8px;
    list-style: none;
    width: 100%;
        padding: 13px 13px;
    box-sizing: border-box;
}

.account-menu-list li {
    margin-bottom: 20px;
}

.account-menu-list li:last-child {
    margin-bottom: 0;
}

.account-menu-list li a {
    display: flex;
    width:100%;
    justify-content: flex-start;
    align-items: center;
}

.account-menu-list li a svg, .account-menu-list li a img  {
    width:18px;
    margin-right: 19px;
}

.account-menu-list li a svg g {
    transition: 0.2s;
}

.account-menu-list li a.active svg{
    fill:#65B454;
}

.account-menu-list li a span {
    font-size: 15px;
    color: #343A40;
    font-weight: bold;
    transition: 0.2s;
}

.account-menu-list li a:hover span {
    color:#65B454;
}

.account-menu-list li a.active span {
    color:#65B454;
}

.account-cont-delivery-form {
    width:486px;
    background-color: transparent;
    padding-top:0;
    padding-left:0;
}

.account-cont-delivery-form .btn-row {
    width:100%;
}

.account-cont-delivery-form .btn-row .btn {
    margin-right: 1%;
}


.fb-total-row-cont .status {
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: -0.13px;
    font-weight: bold;
    background-color:#000;
    border-radius: 2px;
    padding:3px 6px;
    display: inline-flex;
}

.fb-total-row-cont .status.active {
   background-color:#34C559;
}


.status-caption{
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: -0.13px;
    font-weight: bold;

    background-color:#34C559;
    border-radius: 2px;
    padding:3px 6px;
    display: inline-flex;

}
.status-caption__canceled{ background-color:#000; }


.fb-total-row__track-numbers{
    font-size: 0.9em;
    display: inline-block;
}



.account-feed-unit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.account-feed-unit .final-basket-total-info {
    width: 82%;
}

.account-feed-unit .account-feed-info-block {
    width: 100%;
}

.account-feed-unit .final-basket-total-info-row {
    justify-content: flex-start;
    align-items: flex-start;

}
.account-feed-unit .fb-total-row-head {
    width: 125px;
}


.account-feed-unit .fb-total-row-cont {
     margin-left:24px;
}

.account-section {
    margin-top:17px;
}

.accaount-order-unit-page .payment-total-row-cont a {
    margin-right: 10px;
}



.accaount-order-unit-page .main-basket-item-list {
    margin-top:0;
    margin-bottom: 0;
}

.accaount-order-unit-page .final-basket-total-info {
    width:100%;
    margin-bottom: 12px;
}

.accaount-order-unit-page .basket-item-count-price-block {
    width:35%;
}

.accaount-order-unit-page .payment-total-list {
    margin-bottom: 14px;
}

.accaount-order-unit-page .payment-total-row:last-child {
    border-bottom: 1px solid #DEE2E6;
}

.mc-title {
    font-size: 24px;
    color: #343A40;
    letter-spacing: -0.75px;
    font-weight: bold;
    margin-bottom: 13px;
}

.messages-panel {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.message-unit {
    margin-bottom: 12px;
}

.message-author {
    font-size: 15px;
    color: #495057;
    letter-spacing: -0.18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.message-text p {
    font-size: 15px;
    color: #495057;
    line-height: 24px;
    margin-bottom: 12px;
}

.manager-chat-panel {
    margin-bottom: 6px;
}

.message-add-panel {
    width: 100%;
}


.message-add-panel textarea {
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    height:42px;
    width: 100%;
    margin-bottom: 12px;
}

.account-feed-unit .new-unit{
    width:282px;
    border:2px solid #F1F3F5;
    box-shadow:none;
    box-sizing:border-box;
}

.account-old-orders-list .basket-item .basket-item-total-price-unit-block {
    font-weight: bold;
}

.account-old-orders-list .basket-item-price-per-unit-block {
    font-size:16px;
}



.account-old-orders-list .basket-item {padding:18px 0;}



.btn-row .btn.green-btn.in-cart{
    box-shadow: 0 10px 20px -9px rgba(130, 136, 132, 0.5);
}

.btn-row .btn.green-btn.in-cart .inner-span {
    font-size:10px;
    color:#fff;
    text-align: center;
    line-height: 1.5;
}

.cart-total-price{
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-left:10px;
    font-weight: 600;
    white-space: nowrap;
}

.cart-btn-own {
    width:  auto;
    padding: 10px;
}

.btn-row .btn.green-btn.in-cart{
    box-shadow: 0 10px 20px -9px rgba(130, 136, 132, 0.5);
}

.btn-row .btn.green-btn.in-cart .inner-span {
    font-size:10px;
    color:#fff;
    text-align: center;
}

.inslider-block .btn-row {
    justify-content: flex-start;
}



.basket-final-panel .basket-item-total-price-unit-block {
    width:152px;
}

.basket-final-panel .basket-item-count-price-block {
    width:  47%;
}

.promocode-row form {
    display: flex;
    justify-content: flex-end;
}

.main-basket-address-form-wrap{
    display: flex;
    justify-content: flex-end;
}

.w15 {
   width: 14.5%;
}

.w85 {
  width: 81.5%;
}

.w15 input {
    padding-left: 8px;
}


.accept-subscribe-row .btn-row {
    justify-content: flex-start;
}

.message-time {
        font-size: 13px;
        color: #448056;
}




.logout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:0;
}




.restore-pass-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.restore-pass-panel .input-row {
    width: 220px;
    margin-bottom: 0;
    margin-right: 8px;
}







.news-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.news-unit:last-child {
    margin-bottom: 0;
}

.news-unit-title {
    font-size:15px;
    font-weight: bold;
    color: #343A40;
    margin-bottom: 4px;
    border-bottom: 2px solid #343A40;
    line-height: 1;
    transition: 0.2s;
}

.news-unit-title:hover {
    border-bottom: 2px solid transparent;
}

.news-unit-date {
    font-size: 15px;
    color: #ADB5BD;
    line-height: 17px;
    margin-bottom: 4px;
}

.news-unit-descrip {
    font-size: 15px;
    color: #495057;
    line-height: 17px;
}

.news-unit-wrap .news-unit-date {
    margin-bottom: 15px;
}

.single-text-page.news-unit-wrap h1 {
    margin-bottom: 10px;
}

.collection-wrapper {
    background: #E9ECEF;
    position: relative;
}

.collection-wrapper::after {
    background: url(../img/pattern.png);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.5;
}


.collection-selection-list {
    list-style: none;
}

.collection-selection-list li.active a span,
.collection-selection-list li:hover a span {
    color: #448056;
    text-decoration: none;
}

.collection-selection-list li.active .col-sel-img-wrapper svg path {
    fill:#448056;
}

.collection-selection-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:  16px;
}

.collection-selection-list li a span {
    color:#343a40;
    text-decoration: underline;
    line-height: 1.3;
    font-weight:  bold;
    font-size:15px;
}

.collection-selection-list li a .col-sel-img-wrapper {
    margin-right: 14px;
    width:45px;
}

.collection-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow:row nowrap;
}

.collection-selection {
    width:40%;
    max-width:273px;
}

.collection-catalog {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow:row wrap;
    width: 74%;
}

.collection-catalog-infos {
    display: inline-flex;
    position: absolute;
    margin-top: 10px;
    left: 310px;
}

.collection-catalog-infos--store{
    left: auto;
    right: 29px;
}

.collection-catalog-info {
    background-color: #f5f5dc;
    color: green;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    font-size: 0.9em;
}

.collection-catalog-info__close {
    margin-left: 15px;
    cursor: pointer;
}

.collection-catalog-info+.collection-catalog-info {
    margin-left: 30px;
}

.collection-cat-unit {
    width:23.5%;
    margin-right: 3%;
    max-width:  200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    position: relative;
}
.collection-cat-unit .cc-pic-wrap img {
    width: 100%;
    height: auto;
}

.collection-cat-unit:nth-child(4n) {
    margin-right:   0;
}

.collection-cat-unit img {
    width: 100%;
    margin-bottom:12px;
}

.collection-cat-unit .btn {
    padding-left:8px;
    padding-right:8px;
    box-sizing: border-box;
    width:  100%;
    justify-content: center;
    align-items:center;
}

.collection-wrapper .heading-block {
    margin-bottom: 20px;
}

.info-for-outside-russia {
    cursor: pointer;
}

.info-for-outside-russia__text {
    border-bottom: 1px dashed green;
}

.n-mag-unit {
    display:flex;
    flex-flow:column;
    margin-bottom: 20px;
}

.n-mag-title {
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
}

.n-mag-pic-text-wrap {
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    align-items:flex-start;
}

.n-mag-pic-wrap {
    display:flex;
    justify-content:center;
    align-items:center;
}

.n-mag-text-wrap {
    display:flex;
    width:81%;
    flex-direction:column;
}

.n-mag-btn-row {
    justify-content:flex-start;
}
.n-mag-btn-row .btn {
    margin-right:10px;

}

.n-mag-text-wrap p {margin-bottom:10px;}


.text-wrapper p a {color:#448056; text-decoration:underline;}

.text-wrapper p a :hover{text-decoration:none}

p a {color:#448056; text-decoration:underline;}

p a :hover{text-decoration:none}

.modal-win iframe {border:none}

.sell-counter {
    box-shadow: 0 4px 12px -2px rgba(52,58,64,0.20);
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 8px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -16px;
    left: -20px;
}

.sell-counter span {
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.bonus-title {
    text-align: center;
    font-size:32px;
    font-weight: bold;
    margin:10px 0;
}

.bonus-part-row {
    width: 100%;
    margin-bottom:18px;
}

.bonus-part-row-title {
    font-size:24px;
    margin-bottom: 12px;
    font-weight: bold;
}

.bpr-list {
    display: flex;
    justify-content: flex-start;
    flex-flow:row wrap;
    align-items: flex-start;
}

.bpr-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 282px;
    width: 100%;
    margin-right: 15px;
}

.bpr-unit-pic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color:#f5f6f7;
    width:100px;
    height:100px;
    margin-bottom: 6px;
}

.bpr-unit p {
    font-size:15px;
    line-height:1.13;
    text-align: center;
}

.bonus-part-row .btn-row {
    justify-content: flex-start;
}

.main-carousel-elem img {
    width:auto;
    height: 430px;
    margin:0 auto;
}

.single-check .checkbox-accept-block {
    margin-bottom: 0;
}

.text-wrapper ul {
    padding-left:20px;
    margin:10px 0;
}

.text-wrapper a {
    color:#448056;
    text-decoration:underline;
}

.error-summary {
    display: block;
    font-size: 12px;
        color:red;
}

.error-summary ul {
 list-style: none;
}

.error-summary ul li {
    color:red;
}

.new-bonus-section .btn-row {margin-bottom:12px;}

.simple-text-wrapper {align-items:flex-start;}

.price-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-price-block .new-unit-price {
    margin-bottom: 6px;
}

.new-panel-carousel .new-unit{
    background: transparent;
    box-shadow: none;

}

.account__personal-promocode__description{
    font-size: 13px;
    margin-bottom: 1em;
}

.bonuses-title{
    color: #65B454;
}


.account__personal-promocode__title{ margin-bottom: 10px; }

.account__personal-promocode__promocode, .account__personal-promocode__copy{
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    float:left;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
}

.account__personal-promocode__promocode{
    font-weight: 600;
    font-size: 20px;
    font-family: "Courier New", Courier, monospace;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #ffffe9;
}


.account__personal-promocode__copy{
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color:#fff;
    background: #65B454;
    cursor:pointer;
    border-left: 0;
}



.catalog-item-panel__rating{
    display:inline-block;
    text-align: center;
    font-size: 13px;
    margin-top: 1.5em;
    height: 28px;
}

.money-amount{
	color: #448056;
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
}


.future-order{
    padding: 20px 20px;
    border: 2px solid #F1F3F5;
    border-radius: 10px;
    display: inline-block;
}

.future-order a,
.future-order a:hover,
.future-order a:visited,
.follower-ignore-list a,
.follower-ignore-list a:hover,
.follower-ignore-list a:visited
{
    color: #26764E;
}



.future-order__items-list,
.follower-ignore-list {
    display: inline-flex;
    flex-direction: column;
    clear: both;
	padding: 4px 20px;
    max-height: 500px;
    overflow-y: auto;
}

.future-order__item,
.follower-ignore-list__item{
    display: flex;
    justify-content: space-between;
}


.future-order__item + .future-order__item,
.follower-ignore-list__item + .follower-ignore-list__item{
	margin-top: 4px;
}

.future-order__item__delete,
.follower-ignore-list__item__delete{
    display: flex;
    font-size: 0.6em;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
}



.red {
    color: red;
}

.game__top-results{
    display: inline-block;
    text-align: center;
	margin-bottom: 2em;
}

.game__top-results-header-link{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 3px;
    background: #fff;
    z-index: 1000;
    width: 100%;
    color: #448056 !important;
}

.checkbox-accept-block.checkbox-accept-block--link{
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.checkbox-accept-block.checkbox-accept-block--link a{
    margin-left: 0;
    text-decoration: none;
}

.account-rtmx-title {
    font-size: 2em;
}

.account-rtmx-code {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 16px;
}

.account-rtmx-description-items {
    padding-left: 32px;
    margin-bottom: 24px;
}

.account-rtmx-description-items li{
    padding: 8px 0;
    font-style: italic;
}

.account-rtmx-description {
    margin-top: 16px;
}

.account-rtmx-menu i {
    color: #9b0b0b;
    padding-right: 19px;
}

.account-rtmx-menu span {
    color: #9b0b0b!important;
}

.cat-item-bonus-for-subscription {
    color: #9b0b0b;
}

.cat-item-bonus-for-subscription a {
    color: #9b0b0b;
    font-weight: bold;
}

.wait-unsubscribe {
    border: 2px solid red;
    color: red;
    padding: 4px 8px;
    margin-bottom: 14px;
    font-weight: bold;
}

.wait-unsubscribe-alert {
    color: red !important;
    font-size: 1.4em !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.width-270 {
    width: 270px !important;
}

/* Пагинация */
.pagination {
    list-style: none;
    display: block;
    float: right;
    margin: 10px 30px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagination li {
    display: block;
    float: left;
    margin-left: 5px;
}

.pagination li.active a {
    background: #c0cbd0;
    color: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0 1px 1px #869095;
}

.pagination li a, .pagination li span {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    color: #98a1aa;
    font-size: 15px;
    cursor: pointer;
}
.fs-14{
    font-size: 14px;
}

/* Для js валидации телефонов */
.border-red{
    border: 1px solid red;
}

/** Кнопки Отписаться и подробнее для view subscribe_history_item.php */
.c-pointer {
    cursor: pointer;
}
.btn-green-border {
    background: white;
    border: 1px solid #b7b7b7;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #26764E;
    color: #26764E;
}
.c-white {
    color: white !important;
}
.m-l-r-5 {
    margin-left: 5px;
    margin-right: 5px;
}


.spinner {
    position: relative;
    width: 55px;
    height: 55px;
}

.spinner_map{
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
}
.spinner_block{
    z-index: 9;
    left: 50%;
    position: absolute;
}
.spinner_total{
    /*position: absolute;
    z-index: 9;
    left: 50%;
    top: 40%;*/
}

.spinner:before, .spinner:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes anti-rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.spinner.spinner-1:before {
    width: 45px;
    height: 45px;
    border-bottom-color: #448056;
    border-right-color: #448056;
    border-top-color: rgba(33, 33, 33, 0);
    border-left-color: rgba(33, 33, 33, 0);
    top: 0px;
    left: 0px;
    animation: rotate-animation 1s linear 0s infinite;
}
.spinner.spinner-1:after {
    width: 31.5px;
    height: 31.5px;
    border-bottom-color: #448056;
    border-right-color: #448056;
    border-top-color: rgba(33, 33, 33, 0);
    border-left-color: rgba(33, 33, 33, 0);
    top: 6.75px;
    left: 6.75px;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}

/*
Order-Status-Tracking styles
*/

.order-status-tracking {
    width: 170px;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: absolute;
    top: 54px;
    right: 14px;
    display: none;
}
.order-status-tracking__wrap {
    padding: 10px;
}
.order-status-tracking__item:not(:last-child) {
    border-bottom: 1px solid #ADB5BD;
    padding-bottom: 10px;
}
.order-status-tracking__item:not(:first-child) {
    padding-top: 10px;
}
.order-status-tracking__number {
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #495057;
    margin-bottom: 10px;
    font-weight: 700;
}
.order-status-tracking__number:hover {
    color: #458056;
}
.order-status-tracking__amount {
    font-size: 14px;
    line-height: 120%;
    color: #b3b3b3;
    margin-bottom: 5px;
}
.order-status-tracking__status {
    margin-bottom: 5px;
}
.tracking-status {
    font-size: 14px;
    line-height: 120%;
    color: #b3b3b3;
    display: inline-block;
}

.tracking-status--ready {
    color: #F5A814;
}
.order-status-tracking__date {
    font-size: 14px;
    line-height: 120%;
    color: #b3b3b3;
}

.order-status-tracking-show:hover .order-status-tracking {
    display: block;
}
.order-status-tracking-show {
    position: relative;
    height: 54px;
    display: flex;
    align-items: center;
}


@media (max-width: 991px) {
    .order-status-tracking {
        top: 59px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.25);
    }
}

.cart-track-order {
    cursor: pointer;

}

.cart-track-order--active {
    position: relative;
}
.cart-track-order--active::after {
    position: absolute;
    top: -2px;
    right: -2px;
    content: "";
    background: #F5A914;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .cart-track-order--active::after {
        top: 12px;
        right: 7px;
        width: 6px;
        height: 6px;
    }
}
/*
custom styles
 */
.d-inline-block {
    display: inline-block;
}

.text-decoration-underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.cursor-pointer {
    cursor: pointer;
}


/*
.order-tracking styles
*/

.order-tracking {
    width: 100%;
    border-top: 1px solid #ADB5BD;
}
.order-tracking__title {
    font-size: 14px;
    line-height: 120%;
    color: #adb5bd;
    margin-bottom: 15px;
    margin-top: 15px;
}
.order-tracking__track-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #343a40;
    margin-bottom: 15px;
}
.order-tracking__action {
    margin-bottom: 15px;
}
.order-tracking-status__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #343a40;
    margin-bottom: 15px;
}
.order-tracking-status__log {
    margin-bottom: 15px;
}
.order-tracking-status__item {
    font-size: 16px;
    line-height: 120%;
    color: #adb5bd;
}
.order-tracking-status__item:not(:last-child) {
    margin-bottom: 8px;
}

/*.btn {*/
/*    display: inline-flex;*/
/*    font-size: 15px;*/
/*    color: #FFFFFF;*/
/*    text-align: center;*/
/*    line-height: 42px;*/
/*    height: 42px;*/
/*    border-radius: 5px;*/
/*    background-color: #477FFF;*/
/*    box-shadow: 0 10px 20px -9px rgb(68 133 186 / 50%);*/
/*    border: none;*/
/*    font-weight: bold;*/
/*    padding: 0 28px;*/
/*    transition: 0.2s;*/
/*    cursor: pointer;*/
/*}*/



@media (max-width: 991px) {
    .text-center-mob {
        text-align: center;
}
}
@media (max-width: 991px) {
    .d-block-mobile {
        display: block;
    }
}

.link-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
/*
аккардион в истории заказов
*/

.order-item {
    border-bottom: 1px solid #adb5bd;
    cursor: pointer;
    width: 100%;
}
.order-item:first-child {
    border-top: 1px solid #adb5bd;
}
.order-item__card {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    order: 1;
}
@media (max-width: 575.98px) {
    .order-item__card {
        flex-direction: column;
    }
}
.order-item__number {
    width: calc(25% - 26px);
    order: 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #343a40;
}
@media (max-width: 575.98px) {
    .order-item__number {
        padding-bottom: 15px;
        width: 100%;
    }
}
.order-item__status {
    width: 33%;
    font-size: 14px;
    line-height: 120%;
    color: #adb5bd;
    order: 3;
    padding: 0 1%;
}
@media (max-width: 575.98px) {
    .order-item__status {
        padding: 0 0 15px 0;
        width: 100%;
    }
}
.order-item__date {
    width: 18%;
    font-size: 14px;
    line-height: 120%;
    color: #adb5bd;
    order: 4;
    padding: 0 1%;
}
@media (max-width: 575.98px) {
    .order-item__date {
        width: 100%;
        text-align: right;
        position: absolute;
        top: 15px;
        right: 0;
        padding: 0;
    }
}
.order-item__amount {
    width: 18%;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #343a40;
    order: 5;
    padding: 0 1%;
}
@media (max-width: 575.98px) {
    .order-item__amount {
        width: 100%;
        padding: 0 0 25px 0;
    }
}
.order-item__arrow {
    width: 26px;
    display: flex;
    order: 6;
}
@media (max-width: 575.98px) {
    .order-item__arrow {
        width: 100%;
        justify-content: center;
        order: 8;
    }
}
.order-item__info {
    width: 100%;
    flex-grow: 1;
    order: 7;
    padding-top: 15px;
    display: none;
    overflow: hidden;
}

.order-item__link-more {
    display: flex;
    padding: 10px 0 0 0;
}
@media (max-width: 575.98px) {
    .order-item__info {
        padding-top: 0px;
        padding-bottom: 25px;
    }
}

.arrow {
    width: 26px;
    height: 16px;
    position: relative;
}
.arrow:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9076 0.570514C23.5798 -0.182144 24.7451 -0.182144 25.4622 0.523473C25.8207 0.899802 26 1.41725 26 1.88767C26 2.35808 25.8207 2.82849 25.507 3.20482L14.3026 15.4355C13.944 15.8118 13.4959 16 13.0029 16C12.5099 16 12.0617 15.8118 11.7032 15.4355L0.498733 3.20482C-0.173533 2.45216 -0.173533 1.27613 0.54355 0.523473C1.26063 -0.182144 2.38108 -0.182144 3.09816 0.570514L13.0029 11.39L22.9076 0.570514Z' fill='%23ADB5BD'/%3E%3C/svg%3E%0A");
    background-size: 26px 16px;
    width: 26px;
    height: 16px;
    transition: all 0.2s ease;
}

.order-item.active .order-item__info {
    display: block;
}
.order-item.active .arrow:after {
    transform: rotate(-180deg);
    transition: all 0.2s ease;
}

/*
Заказ готов к получению order-ready
*/

.order-ready {
    position: relative;
    max-width: 1220px;
    margin: 20px auto;
}

.order-ready__wrap {
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 10px;
}

.order-ready__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #216744;
    padding-bottom: 10px;
}
.order-ready__title a {
    color: #216744;
}
.order-ready__title a:hover {
    text-decoration: underline;
}

.order-ready__address {
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}

.item-subscribe-panel .items-block::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.item-subscribe-panel .items-block::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 6px;
}

.item-subscribe-panel .items-block::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.item-subscribe-panel .items-block {
    padding: 10px;
    font-size: 14px;
}

.input-row .form-group .select2-selection {
    display: block;
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 0.2px;
    height: 42px;
    padding: 0.375rem 0.75rem 20px 0.75rem;
    box-sizing: border-box;
    width: 100%;
}

.input-row .form-group .select2-selection__rendered {
    line-height: 18px;
    color: #868E96;
    padding-top: 0.37rem;
}


.input-row .form-group .select2-selection__arrow {
    padding-top: 2.4rem;
}

.input-row .form-group .select2-selection__arrow b {
    display: none;
}

.input-row .form-group .select2-selection__arrow::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 46%;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill='none'%20stroke='%23868E96'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3'%20d='M2%205l6%206%206-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.select2-container {
    width: auto;
}

.select2-dropdown {
    width: auto !important;
    max-width: none;
}

.select2-results__option {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-results__option .available-icon-option {
    color: green;
    font-weight: bold;
    margin-left: 10px;
    white-space: nowrap;
}

.select2-results__option .attention-icon-wrapper {
    display: inline-flex;
    align-items: center;
}

.select2-results__option .attention-icon-option,
.form-attention .attention-icon {
    font-family: Roboto;
    /*margin-left: 10px;*/
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border: 2px solid #ffc700;
    border-radius: 50%;
    color: #ffc700;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-right: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px 0;
}

@media (max-width: 992px) {
    .form-attention .attention-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        font-size: 28px;
        line-height: 30px;
    }
}

.form-attention .attention-text {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 992px) {
    .form-attention .attention-text {
        font-size: 12px;
        line-height: 18px;
    }
}

/** ЛК заказ */
div.basket-item-count-price-block__wrap-count {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    flex: 0 0 110px;
    height: 32px;
}
div.basket-item-count-price-block__wrap-count__plus, div.basket-item-count-price-block__wrap-count__minus, div.basket-item-count-price-block__wrap-count__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
div.basket-item-count-price-block__wrap-count__plus svg, div.basket-item-count-price-block__wrap-count__minus svg {
    width: 16px;
    height: 16px;
}

.select2-container--disabled .select2-selection {
    background: #f5f5f5 !important;
    color: #888 !important;
    cursor: not-allowed !important;
}
.select2-container--disabled .select2-selection__rendered {
    color: #888 !important;
}