
.header-main .container > * + * {
    margin-left: 40px;
}


.logo-box img {
    max-width: 292px;
}

.top-search-box {
    width: 100%;
    max-width: 580px;
    
}

.search-box {
    height: 52px;
    border-radius: 26px;
    box-shadow: 0px 2px 8px 1px rgba(133, 133, 133, 0.4);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.search-box input {
    flex-grow: 1;
    border: none;
    padding-left: 20px;
}

.search-box button {
    min-width: 60px;
    height: 100%;
    background-color: #fd3456;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.search-box button img {
    max-width: 24px;
}

.search-box button:hover {
    background-color: #de2847;
}


.header-contacts-box .phone {
    font-weight: 600;
}

.phone {
    white-space: nowrap;
}

.lk-top-box .ico, .header-cart-box .ico {
    height: 28px;
    max-width: none;
    width: auto;
}

.lk-top-box .login-block .text {
    line-height: 1.1;
}

.lk-top-box .login-block .mob {
    display: none;
}

.header-cart-box {
    margin-right: 8px;
}

.cart-min-box .ico {
    height: 32px;
}

.cart-min-box {
    position: relative;
    display: block;
}

.cart-min-box .num {
    position: absolute;
    height: 24px;
    min-width: 24px;
    border-radius: 12px;
    background-color: #fd3456;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    padding: 0 4px;
}



.header {
    background-color: #fff;
    box-shadow: 0px 6px 12px 1px rgba(133, 133, 133, 0.2);
    position: relative;
    z-index: 33;
}

.header-main-menu {
    position: relative;
    z-index: 3;
}

.header-main-menu .container {
    padding-top: 0;
    padding-bottom: 16px;
}

.header-main-menu .main-menu a:hover {
    color: #fd3456;
}

.header-main-menu .wrapper {
    font-weight: 600;
    padding-top: 16px;
    border-top: 1px solid #e8e8e8;
    line-height: 1.2;
    position: relative;
}
.checkout_product{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.item-cart{
    margin-left: 20px;
}
.checkout_product_qty{
    align-items: baseline;
}
.checkout_product_qty>a{
    font-weight: bold;
    font-size: 30px;
    margin: 5px 10px;
}
@media (min-width: 960px) {


    .header-main-menu .submenu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-20px);
        position: absolute;
        top: calc(100% + 7px);
        left: 0;
        background-color: #fff;
        font-weight: 400;
        font-size: 16px;
        padding: 32px;
        /*max-width: 1195px;*/
        width: 100%;
        border-radius: 0 0 16px 16px;
        box-shadow: 0px 8px 16px 2px rgba(24, 24, 24, 0.17);
        transition: all .3s;
        z-index: 3;
    }

    .header-main-menu li:hover .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        pointer-events: auto;
    }

    .header-main-menu .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 8px;
        top: -8px;
        left: 0;
    }

}



.top-slider {
    overflow: hidden;
}

.top-slider .slide {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.top-slider .slide .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-slider .slide .word-box {
    max-width: 860px;
    border-left: 1px solid #fd3456;
    padding-left: 32px;
}


.red {
    color: #fd3456;
}
.red-redborder {
    box-shadow: 0px 3px 6px 0.12px rgba(253, 52, 86, 0.68);
    color: #fd3456;
}

.top-slider .slide .title {
    line-height: 1.2;
}

.top-slider .slide .word {
    margin-top: 32px;
}

.top-slider .info-box .button-box {
    margin-top: 40px;
}






.plate {
    padding: 28px 0;
    overflow: hidden;
}


.plate .platetitle {
    margin-bottom: 60px;
    align-items: flex-end;
}

.plate .platetitle .title {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    line-height: 1.2;   
}

.plate .platetitle .title:before {
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 2px;
    bottom: -12px;
    left: -80px;
    background-color: #fd3456;
}

.right-nav-slider {
    width: calc(100% - 160px);
}


.product-box {
  border-radius: 8px;
  box-shadow: 0px 4px 8px 1px rgba(133, 133, 133, 0.3);
  position: relative;
  padding-top: 45px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;  
  padding-bottom: 32px;
}

.product-box .top-box a {
    transition: all 0s;
}

.product-box .photo-box {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .photo-box img {
    max-height: 380px;
}


.marks-box {
    display: flex;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border-bottom: 1px solid #dedede;
}

.marks-box .mark {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 8px 4px;
}

.marks-box .mark + .mark {
    border-left: 1px solid #dedede;
}

.marks-box .mark .ico img {
    max-width: none;
    max-height: 24px;
}

.marks-box .mark .text {
    padding-left: 8px;
    font-size: 16px;
}

.product-box .info-box {
    text-align: center;
    padding: 8px 24px;
    display: block;
}

.product-box .info-box .title {
    margin-bottom: 6px;
    font-weight: bold;
    
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical;
}

.product-box .info-box .description {
    font-size: 16px;
    
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical;
    
}

.product-box .info-box .description b {
    font-weight: 600;
}

.price-box {
    display: flex;
    align-items: center;
}

.product-box .price-box {
    justify-content: center;
}

.price-box > * + * {
    margin-left: 12px;
} 

.product-box .price-box > * {
    text-align: center;    
}

.price-box .sale-price {
    font-weight: 600;
    color: #fd3456;
}

.price-box .old-price {
    position: relative;
}

.price-box .old-price:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    width: calc(100% + 8px);
    height: 1px;
    background-color: #fd3456;
    opacity: 0.7;
}

.product-box .button-box {
    padding: 0 24px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.product-box .button-box .btn {
    width: 100%;
    max-width: 280px;
}

.btn.icotext .ico svg {
    width: 24px;
}

.btn.icotext .ico path {
    fill: #fff;
}


.products-list-slider {
    margin: -10px;
}

.products-list-slider .product-item {
    padding: 10px;
}



.plate + .plate {
    padding-top: 16px;
}


.products-slider-plate {
    padding-bottom: 28px;
}

.promo-box-01 .promo-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.promo-box-01 .info-box {
    display: flex;
    align-items: center;
    background-image: url(../images/promo-01-bg-l.png), url(../images/promo-01-bg-r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 100%, 100% 50%;
    min-height: 400px; 
    padding: 32px 80px 32px 280px;
    border-radius: 24px;
    box-shadow: 0px 8px 12px 2px rgba(102, 102, 102, 0.16);
    margin-left: 260px;
    margin-right: 80px;
}

.promo-box-01 .info-box .title {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    line-height: 1.2;
}

.promo-box-01 .info-box .title:before {
    content: '';
    display: block;
    position: absolute;
    width: 220px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fd3456;
}

.promo-box-01 .info-box .title-desc {
    margin-top: 12px;
    font-size: 20px;
}

.promo-box-01 .info-box .description {
    margin-top: 20px;
}

.promo-box-01 .info-box .buttons-box {
    margin-top: 16px;
}

.promo-box-01 .photo-box {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    max-width: 448px;
    max-height: 451px;
}


.promo-box-01 .photo-box:before {
    content: '';
    position: absolute;
    display: block;
    width: 38%;
    height: 7.7%;
    top: calc(50% - 3%);
    left: -12%;
    background-image: url(../images/promo-01-photo-decor.svg);
    background-size: 100% 100%;
    z-index: 3;
}

.promo-box-01 .photo-box .bg {}

.promo-box-01 .photo-box .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12%;
    padding-right: 28%;
    padding-bottom: 18%;
    max-height: 100%;
}

.promo-box-01 .photo-box .photo img {
    max-height: 100%;
}

.promo-box-02 .promo-box {
    border-radius: 24px;
    background-color: #ebe5e6;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.promo-box-02 .info-box {
    background-image: url(../images/promo-02-bg-l.png);
    background-position: calc(100% - 180px) 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 420px;
    padding: 32px 0 32px 80px;
    max-width: 1046px;
}

.promo-box-02 .info-box .title {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.2;
}

.promo-box-02 .info-box .title:before {
    content: '';
    display: block;
    position: absolute;
    width: 220px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fd3456;
}

.promo-box-02 .info-box .title-desc {
    margin-top: 20px;
}

.promo-box-02 .info-box .buttons-box {
    margin-top: 32px;
}

.promo-box-02 .info-box .buttons-box .btn {
    width: 280px;
    max-width: 100%;
}



.interesting-plate {
    overflow: hidden;
}

.interesting-slider .photo-col {
    position: relative;
} 

.interesting-slider .photo-col .photo-box {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffced7;
    border-radius: 24px;
    display: block;
}

.interesting-slider .photo-col .photo-box .photo {
    position: relative;
    top: -20px;
    right: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: block;
}

.interesting-slider .info-box {
    padding-left: 32px;
}

.interesting-slider .info-box .title-box {
    margin-bottom: 32px;
}

.interesting-slider .info-box .title-box .title {
    font-size: 36px;
    font-weight: 600;
    margin-right: 20px;
}

.interesting-slider .photo-col .photo-box img {
    max-width: none;
}

.interesting-slider .info-box .ico-list .ico > * {
    height: 32px !important;
}

.interesting-slider .info-box .ico-list .ico path {
    fill: #fd3456;
}

.interesting-slider .info-box .ico-list .ico + .ico {
    margin-left: 16px;
}

.interesting-slider .button-box {
    margin-top: 32px;
    margin-bottom: 8px;
}

.interesting-slider {
    margin-top: -10px;
    padding-top: 24px;
}


.footer {
    background-color: #eee;
    padding: 20px 0;
    line-height: 1.2;
}

.footer .copy-info p {
    margin: 8px 0;
}

.footer .copy-info {
    margin-top: 16px;
}

.footer-menu {
    margin: -6px -20px;
}

.footer-menu li {
    padding: 6px 20px;
    line-height: 1.2;
}

.footer-menu a:hover {
    color: #fd3456;
}


.footer .contacts-col {
    flex-grow: 1;
}

.footer .soc-box .title {
    margin-bottom: 16px;
}

.soc-list .svg {
    height: 20px;
    max-width: 22px;
    width: auto !important;
}

.soc-list a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fd3456;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color .3s;
}

.soc-list a:hover {
    background-color: #fd3456;
}

.soc-list a path {
    transition: fill .3s;
}

.soc-list a:hover path {
    fill: #fff;
}

.soc-list .inst .svg{
    max-width: 18px;
}


.contact-box .icotext .ico {
    width: 28px;
    display: flex;
    justify-content: center;
}




.bread-crumb {
    margin-bottom: 20px;
    line-height: 1.2;
}

.bread-crumb a {
    color: #a1a1a1;
}

.bread-crumb li + li {
    margin-left: 6px;
}

.bread-crumb li + li:before {
    content: '/';
    padding-right: 6px;
    color: #a1a1a1;
}

.left-page-column {
    width: 25.35%;
    padding-right: 20px;
}


.left-menu-box {
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0.16px rgba(172, 172, 172, 0.31);
  overflow: hidden;
  line-height: 1.2;
  /*
  position: -webkit-sticky;
  position: sticky;
  */
  top: 20px;
}


.left-menu-box .menu-title {
    background-color: #fd3456;
    color: #fff;
    text-align: center;  
    padding: 18px 20px;  
}

.left-menu-box .menu-box a {
    display: block;
    padding: 18px 20px;
    padding-right: 40px;  
}

.left-menu-box .menu-box a:hover {
    color: #fd3456;
}

.left-menu-box .menu >  li + li {
    border-top: 1px solid #e1e1e1;
}

.left-menu-box .menu .parent {
    position: relative;
}

.left-menu-box .menu .parent:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 18px;
    background-image: url(../images/arrow-select.svg);
    background-size: 100% 100%;
    pointer-events: none;
    opacity: .5;
    transform: rotate(0deg);
    transition: transform .3s;
}

.left-menu-box .menu .parent.active:before {
    transform: rotate(90deg);
}

.left-menu-box .menu-box .submenu {
    padding: 0 20px; 
    padding-bottom: 18px;
    display: none;
}

.left-menu-box .menu-box .submenu a:hover {
    text-decoration: underline;
}

.left-menu-box .menu-box .parent ul a {
    padding: 0;
    font-weight: 300;
    color: #fd3456;
}

.left-menu-box .menu-box .parent ul li + li {
    padding-top: 12px;
}


.view-option-box {
    margin-bottom: 40px;
}

.view-option-box .sort-list a {
    height: 52px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0.12px rgba(172, 172, 172, 0.68);
    line-height: 1.2;
    white-space: nowrap;
} 

.view-option-box .sort-list a:hover {
  box-shadow: 0px 3px 6px 0.12px rgba(253, 52, 86, 0.68);
  color: #fd3456;
}


.view-option-box .filter-ico {
    display: none;
}

.view-select .svg {
    width: 22px;
    max-height: 22px;
    max-width: none;
    cursor: pointer;
}

.sort-filter-box {
    flex-wrap: wrap;
}

.view-select .svg path {
    fill: #3e3e3e;
    transition: fill .2s;
}

.view-select .svg:hover path,
.view-select .active .svg path {
    fill: #fd3456;
}


.product-list.horizontally > * {
    width: 100%;
    min-height: 350px;
}

.horizontally .product-box .marks-box {
    /*display: none;*/
}

.horizontally .product-box {
    padding: 80px 32px 28px 204px;
}


.horizontally .product-box .photo-box {
    position: absolute;
    top: 56px;
    left: 0;
    width: 204px;
    height: auto;
    padding-top: 20px;
}

.horizontally .product-box .photo-box img {
    max-width: 160px;
    max-height: 240px;
}

.horizontally .product-box .info-box {
    text-align: left;
    padding: 0;
    padding-bottom: 16px;
}

.horizontally .product-box .info-box .title {
    margin-bottom: 12px;
}

.product-box .info-box .detail-info {
    display: none;
}

.horizontally .product-box .info-box .detail-info {
    display: block;
    margin-top: 8px;
    font-size: 16px;
}

.horizontally .product-box .info-box .date {
    color: #8b8b8b;
}

.horizontally .product-box .info-box .detail-info > * + * {
    margin-top: 4px;
}

}

.horizontally .product-box .button-box .btn {
    width: auto;
}



.horizontally .product-box .price-box > * {
    text-align: center;
    margin: 0;
}

.horizontally .product-box .bottom-box {
    display: flex;
    align-items: center;
    /*justify-content: space-between*/
}

.horizontally .product-box .button-box {
    padding: 0;
    margin-top: 0;
    margin-left: 50px;
}

.horizontally .product-box .price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.horizontally .product-box .price-box .old-price {
    order: -1;
}


.front-page {
    padding-bottom: 80px;
}

.front-page-column .promo-box-01 {
    margin: 48px 0;
}

.front-page-column .promo-box-01 .info-box {
    margin-right: 0;
    margin-left: 160px;
    padding-left: 200px;
    min-height: 400px;
}

.front-page-column .promo-box-01 .photo-box {
    left: 40px;
    max-width: 280px;
}


.pagenator-box {
    margin-top: 48px;
}


.pagenator .arrow .svg {
    height: 12px;
}

.pagenator .arrow.prev .svg {
    transform: rotate(180deg);
}

.pagenator a {
    height: 32px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 6px;
    margin: 0 6px;
    transition: all .3s;
    padding: 0 8px;
    flex-shrink: 1;
}

.pagenator a:hover {
    background-color: #f0b9c2;
}

.pagenator .active a {
    background-color: #fd3456;
    color: #fff;
    pointer-events: none;
}






.interesting-list-plate .view-option-box .sort-list a {
    padding-left: 48px;
    padding-right: 48px;
}


.interesting-box .info-box {
    font-size: 16px;
}

.interesting-box .date {
    color: #9c9c9c;
    margin: 12px 0;
    margin-bottom: 8px;
}

.interesting-box .title-box {
    align-items: flex-start;
    line-height: 1.2;
}

.interesting-box .title-box .ico {
    flex-shrink: 0;
}

.interesting-box .title-box .svg {
    height: 28px;
    width: auto;
}

.interesting-box .title-box .svg path {
    fill: #fd3456;
}

.interesting-box .title-box {
    font-size: 24px;
    font-weight: 600;
}

.interesting-insert-page .interesting-box .title-box {
    display: table;
}


.interesting-box .preview-box {
    width: 507px;
    padding-right: 20px;
    flex-shrink: 0;
}

.interesting-box .preview-box .preview-block img {
    opacity: .9;
    transition: all .3s
}

.interesting-box .preview-box .preview-block:hover img {
    opacity: 1;
}

.interesting-box .preview-box .preview-block {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.interesting-box .preview-box .preview-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    background-image: url(../images/ico-play-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.interesting-box .button-box {
    margin-top: 16px;
}

.interesting-box .btn {
    width: auto;
    min-width: 160px;
}




.pagetitle h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.product-top-info .main-box {
    width: 50%;
    flex-shrink: 0;
}

.product-top-info .main-box .photo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 385px;
    padding: 20px;
    padding-top: 56px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(106, 105, 105, 0.26);
    overflow: hidden;
}


.product-top-info  .main-info-box {
    padding-left: 20px;
    line-height: 1.2;
}

.product-top-info  .main-info-box .detail-info .item + .item {
    margin-top: 16px;
}

.product-top-info  .main-info-box .detail-info .item:not(.fw600) .label {
    color: #9c9c9c;
}

.product-top-info  .main-info-box .price-box {
    margin-top: 24px;
}

.product-top-info  .main-info-box .button-box {
    margin-top: 24px;
}


.product-top-info  .additional-box {
    padding-left: 20px;
}

.product-top-info  .additional-box.mob {
    display: none;
}

.product-top-info  .additional-box .description .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}

.product-top-info  .additional-box .best-comment-box {
  border-radius: 20px;
  background-color: rgb(241, 241, 241);
  padding: 24px 28px;
  padding-bottom: 28px;
  margin-top: 32px;
}

.product-top-info  .additional-box .best-comment-box .title-box .title {
    font-size: 22px;
    font-weight: 600;
}

.product-top-info  .additional-box .best-comment-box .title-box .link-box {
    font-weight: 600;
}
.product-top-info  .additional-box .best-comment-box .title-box .link-box > * + * {
    margin-left: 24px;
}    

.product-top-info  .additional-box .best-comment-box .comment-box {
    margin-top: 12px;
}

.product-top-info .additional-box .best-comment-box .title-box .link-box.mob {
    display: none;
}



.product-photo-slider .slide {
    display: block !important;
}

.product-photo-slider .slick-list {
    margin: -10px;
}

.product-photo-slider .photo {
    padding: 10px;
}

.product-photo-slider .photo a {
    display: block;
}

.product-photo-slider .photo img {
    /*width: 183px;*/
    border-radius: 6px;
}

.plate .platetitle.platetitlesmall .title {
    font-size: 28px;
    font-weight: 600;
}

.plate .platetitle.platetitlesmall .title:before {
    display: none;
}

.plate .platetitle.platetitlesmall {
    margin-bottom: 40px;
}

.plate .platetitle.platetitlesmall + .top-arrow-slider .slick-arrow {
    top: -66px;
}

.inner-page .front-page + * {
    margin-top: -80px;
}

.product-photo-plate {
    padding: 20px 0;
}

.interesting-insert-page .interesting-box .preview-box {
    width: 587px;
}

.interesting-insert-page .interesting-box .preview-box img {
    width: 100%;
}

.interesting-insert-page .interesting-box .title-box {
    margin-bottom: 24px;
    font-size: 28px;
}




.product-detail-box {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 1px rgba(106, 105, 105, 0.41);
  padding: 24px 28px;
  padding-bottom: 32px;
}



.product-detail-box .tabs-box {
    font-size: 22px;
    margin-bottom: 20px; 
}

.product-detail-box .tabs-box li + li {
    margin-left: 40px;
}

.product-detail-box .tabs-box li.active {
    color: #fd3456;
    border-bottom: 1px solid #fd3456;
}

.product-detail-box .tabs-box li:not(.active) {
    cursor: pointer;
}

.product-detail-box .open-box {
    position: absolute;
    left: -9999px;
    opacity: 0;
    transition: opacity .5s;
}

.product-detail-box .open-box.open {
    position: relative;
    left: 0;
    opacity: 1;
}

.product-detail-info-box {
    padding-bottom: 80px;
}




.reviews-plate {
    background-color: #f3f1f1;
}

.review-box {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 6px 12px 1px rgba(185, 185, 185, 0.41);
  padding: 24px 28px;
  padding-bottom: 32px;
}

.review-box .title-box {
    margin-bottom: 8px;
}

.ratin-stars-box {
    width: 114px;
    height: 18px;
    background-image: url(../images/star.svg);
    position: relative;
}

.ratin-stars-box, .ratin-stars-box .active-star {
    background-repeat: repeat-x;
    background-size: 24px auto;
    background-position: -3px 50%;
}

.ratin-stars-box .active-star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/star-yel.svg);
}


.reviews-list .list-item + .list-item {
    margin-top: 20px;
}

.reviews-list-box .button-box {
    margin-top: 20px;
}

.reviews-plate .reviews-group > * {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 1;
}


.add-review-box .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -8px;
}



.form-box .form-item + .form-item {
    margin-top: 12px;
}

.inner-page .similar-products-plate {
    padding: 60px 0;
    padding-bottom: 80px;
}



.popup .head {
    text-align: center;
}

.popup .close-btn {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}

.popup .head .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    padding-bottom: 16px;
}

.popup .head .title:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fd3456;
    height: 1px;
    width: 180px;
    top: 100%;
    left: calc(50% - 90px);
}

.popup .head .description {
    font-size: 24px;
    margin-top: 16px;
}


.popup .body {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.input-rounded input {
    border-radius: 26px;
    border: 1px solid #757575;
}

.form-box.input-rounded .form-item + .form-item {
    margin-top: 20px ;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    display: block;
    overflow: hidden;
    margin-top: -1px;
    visibility: hidden;
}

.checkbox label {
    font-size: 16px;
    display: flex;
    cursor: pointer;
    align-items: flex-end;
    margin-top: 20px;
}

.checkbox label i {
    display: block;
    border-radius: 4px;
    border: 1px solid #757575;
    width: 22px;
    height: 22px;
    background-color: #fff;
    margin-right: 8px;
    position: relative;
    transition: all .3s;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 4px;
}
.checkbox label i.unactive {
    background-color: #eee;
}

.checkbox label:hover i {
}

.checkbox input[type=checkbox]:checked + label i, .checkbox input[type=radio]:checked + label i {
    background-color: #f0b9c2;
    background-image: url(../images/check.svg);
}

.checkout .form-item input[type=number]{
    width: 100px;
}
.checkout input, .checkout textarea, .form-item input, .form-item textarea{
    border: 1px solid #565656;
}
.max-w380{
    max-width: 380px;
    margin-top: 20px;
}
.checkout input[type=checkbox], .checkout input[type=radio]{
    width: 52px;
    display: inherit;
}
#discountcode_div{
    display: none;
}
.use_discount_code_link,#clean-cart{
    margin-top: 10px;
    display: block;
}
.cart_total, .delivery_total{
    margin: 20px 0;
    font-weight: bold;
}
.clear{
    clear:both;
}
.checkout_delivery_radio p{
    display: none;
}
.checkout_delivery_descr{

}
.hidden{
    display: none;
}
.order-title{
    background-color: #f3f1f1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 5px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.order-cont{
    padding: 5px 10px;
    border: solid 2px #f3f1f1;
}
.order-title h3{
    font-size: 20px;
    font-weight: bold;
}
/** {box-shadow: 0 0 0 1px rgba(0,0,0,.1)}*/

.news_list_item .cont{
    margin-left: 20px;
}

.captcha-box {
    margin-top: 20px;
}

.captcha-box__container {
    display: flex;
}

.captcha-box__image {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 52px;
    padding: 0 12px;
    border: 1px solid;
    border-radius: 6px 0 0 6px;
}

.captcha-box__image img {
    width: 70px;
    height: auto;
}

.captcha-box input {
    border-radius: 0 6px 6px 0;
    border-left: 0;
}
