

body.index {
    background-color: #fcfcfc;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    font: normal normal 14px "Montserrat", sans-serif, arial;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #fcfcfc;
    line-height: 21px;
    margin: 0;
}

img {
    border: 0;
    max-width: 100%;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}


:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: rgb(242, 242, 242);
}

a {
    outline: none;
}

h1 {
    color: #303030;
    font-family: "Unbounded";
    text-align: left;
    margin: 0 0 24px;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}

h2 {
    font-family: "Unbounded";
    font-weight: 400;
    font-size: 18px;
}

h3 {
    font-family: "Unbounded";
    font-weight: 400;
    font-size: 16px;
}

b,
strong {
    font-family: "Montserrat";
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topHeader {
    position: relative;
    min-width: 320px;
    height: 30px;
    z-index: 35;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.loading #topMenu {
    opacity: 0;
}

.bold {
    font-family: "Montserrat";
}

.cart .order.active,
.subPhones .callBack {
    border: 1px solid #ffda44;
    color: rgb(255, 218, 68);
}

.subPhones .callBack:hover {
    border: 1px solid #eac83e;
}

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

.flex__start {
    justify-content: flex-start;
}

.flex-center {
    justify-content: center;
}

.flex-between {
    justify-content: space-between;
}

.flex .flex-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 10px);
    padding: 30px 24px;
    border: 1px solid #e7e8ea;
}
.flex-col{
    flex-direction: column;
}
@media all and (max-width: 750px) {
    .flex .flex-item {
        width: 100%;
        margin-bottom: 12px;
    }
}

.h1 {
    display: block;
    margin-bottom: 6px;
    color: #303030;
    font-family: Montserrat;
    font-size: 42px;
    line-height: 51px;
    text-decoration: none;
}

.h2 {
    display: block;
    margin-bottom: 6px;
    font-family: "Unbounded";
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.h3 {
    display: block;
    margin-bottom: 6px;
    font-family: "Unbounded";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.error-wrap {
    margin: 18px 0;
    padding: 48px 42px 36px;
    font-size: 14px;
    line-height: 24px;
    color: #952525;
    border: 1px solid #bc8383;
}
.catalog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.breadcrumb {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin: 15px 0px;
}

.separate {
    margin: 0 10px;
}

.contentpage ul {
    list-style: disc;
    margin-left: 25px;
}

#topHeader {
    border-bottom: 1px solid #404040;
    background: #3a3a3a;
}

#topService {
    color: #cccccc;
    border-left: 1px solid #313131;
}

#topService li {
    border-right: 1px solid #313131;
}

#topService li a {
    color: #cccccc;
}

#topService li:hover a:hover {
    color: #ffa800;
}

#topService li a:focus {
    color: #ad7b00;
}

#topService .selected {
    color: #ffa800;
}

#subHeader {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

#logo {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

#topHeading {
    border-right: 1px solid #f6f6f6;
}

#topHeading p {
    color: #000000;
}

#headerTools {
    border-right: 1px solid #f6f6f6;
}

#headerTools .tools .heading {
    color: #000000;
}

#headerTools .tools .link {
    color: rgb(255, 218, 68);
}

#headerTools .tools .link:hover {
    color: #ffa800;
}

#headerTools .tools li {
    border-left: 1px solid #f6f6f6;
}

#headerTools .text {
    color: #000000;
}

.section404 {
    background: url(/assets/images/404bg.png);
}

.main404 {
    position: relative;
    z-index: -2;
}

.relative {
    position: relative;
}

.img404 {
    position: relative;
    z-index: 2;
}

.painting-wall {
    position: absolute;
    right: 290px;
    top: 160px;
    z-index: -1;
}

.bg-grey {
    background: #f5f5f5;
}

.bg-yellow {
    background: #ffda44;
}
.uppercase{
    text-transform: uppercase;
}
.rounded {
    border-radius: 20px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pt-50{
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-20{
    padding-top: 20px;
}
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-90 {
    padding-bottom: 90px;
}


.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}
.mb-30{
    margin-bottom: 30px;
}
.my-100{
    margin: 100px 0;
}
.description{
    font-size: 18px;
    font-weight: 400;
}
strong,
.strong {
    font-weight: 700;
}
.title {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}


.holding {
    position: absolute;
    top: -100px;
    right: 100px;
    width: 340px;
    height: 440px;
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.main__top {
    position: relative;
}

.main__top-title {
    color: #303030;
    font-family: Unbounded;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    padding-top: 15px;
}

.main__top-subtitle {
    color: #303030;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 15px;
}

.main__top-list {
    color: #303030;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main__top-li {
    padding-bottom: 15px;
    display: flex;
}

.main__top-li span {
    margin-right: 12px;
    font-weight: 700;
}

.main__top-li::before {
    content: "";
    display: block;
    background: url(/assets/images/bulit_y.svg);
    height: 25px;
    width: 25px;
    margin-right: 15px;
}

.main__top-text {
    max-width: 630px;
    min-width: 630px;
    padding-top: 120px;
}


.main__top-banner {
    margin-left: -300px;
    z-index: -1;
}
.main__top-banner img{
    position: absolute;
    top: 50px;
    z-index: -1;
}
.popular__title {
    color: #303030;
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin: auto;
    max-width: 1480px;
    min-width: 320px;
    margin-top: 120px;
}

.popular__cat {
    /*max-width: 1480px;*/
    min-width: 320px;
    margin: auto;
    margin-top: 55px;
    counter-reset: numbers;
    padding-bottom: 40px;
}

.popular__cat-item {
    border: 0.75px solid rgb(239, 243, 245);
    border-radius: 14.93px;
    box-shadow: 0px 14.93px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 15px;
    display: flex;
    max-width: 355px;
    margin-right: 15px;
}

.popular__cat-item:before {
    position: absolute;
    font-weight: bold;
    counter-increment: numbers;
    content: "#"counter(numbers);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    padding: 0px 8px;
    text-align: center;
    border: 1px solid #303030;
}

.popular__cat-item.slick-slide {
    margin: 0 10px;
    min-height: 210px;
}

.popular__cat-item-content {
    display: flex;
    flex-direction: column-reverse;
}

.popular__cat-item-text {
    display: flex;
    flex-direction: column-reverse;
}
.popular__cat-image {
    display: flex;
    justify-content: end;
}
.popular__cat-image img {
    max-width: 200px;
}

.popular__cat-title {
    color: #303030;
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.slick-track {
    padding-bottom: 20px;
}


button.slick-prev {
    position: absolute;
    right: 70px;
    top: -96px;
    background: none;
    border: 0;
    padding: 0;
    font-size: 0px;
    cursor: pointer;
}

button.slick-next {
    position: absolute;
    right: 16px;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0px;
    cursor: pointer;
}

button.slick-arrow {
    top: -96px;
    height: 44px;
}

button.slick-prev.slick-arrow.slick-disabled,
button.slick-next.slick-arrow.slick-disabled,
button.slick-next:hover,
button.slick-prev:hover {
    opacity: 0.4;
}

.slick-next.slick-arrow::after {
    content: "";
    position: relative;
    top: -21px;
    height: 42px;
    width: 42px;
    display: block;
    background: url(/assets/images/right.svg);
}

button.slick-prev::after {
    content: "";
    position: relative;
    top: -21px;
    height: 42px;
    width: 42px;
    display: block;
    background: url(/assets/images/left.svg);
}

.company__name {
    max-width: 240px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
}

.main__brand {
    display: flex;
    flex-direction: column;
    gap: 95px;
}
.main__brand_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.block__white {
    border-radius: 20px;
    background: #fff;
    padding: 15px 30px;
    max-width: 850px;
    margin-top: 35px;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 140%;

    text-align: left;
}

.block__white a {
    color: #303030;
    text-decoration: none;
    position: relative;
}

.block__white a::after {
    content: "";
    display: block;
    width: 100%;
    left: 0px;
    position: absolute;
    border: 1px dashed #303030;
}

.block__white-text {
    max-width: 380px;
    padding-left: 20px;
}

.subtitle {
    color: #303030;
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;

/*    text-wrap: nowrap;*/
}

.subtitle__text {
    color: #303030;
    font-family: Unbounded;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;

    text-align: left;
}

#brand .subtitle {
    margin-right: 130px;
}

.main__brand-description {
    max-width: 520px;
    color: #303030;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;

    text-align: left;
}

.slick-list {
    border-radius: 20px;
}

.card__item {
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 14px 13px 20px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    width: 300px;
    min-width: 300px;
    position: relative;
    padding: 20px;
    margin: 0 10px 30px;
}

.hidden__card {
  display: none;
  position: absolute;
  left: -1px;
  right:-1px;
  top: 99%;
  padding: 5px 20px;
  background: #fff;
  border-top: none;
  border: 1px solid rgb(239, 243, 245);
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 0px;
    transition: 1s;
}

.hidden__card .btn {
    width: 100%;
    color: black;
}
.hidden__card .btn svg {
    margin-right: 8px;
}
.card__item:hover {
    border-radius: 20px 20px 0 0;
}
.card__item:hover .hidden__card{
     display: block;
     transition: 1s;
     padding-top: 10px;
}
.hidden__card {
    z-index: 1;
}
.card__item button.btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.card__item .remains{
    color: rgb(3, 189, 10);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__item .remains:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    margin-right: 10px;
    background: rgb(3, 189, 10);
    border-radius: 50%;
}
button.btn.btn-t.oneclick {
    margin-top: 10px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 6px;
    min-width: 170px;
    max-width: 300px;
}
.card__item:first-child {
    margin-left: 0px;
}

.card__item:last-child {
    margin-right: 0px;
}

.card__item-image {
    min-height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card__item-image img {
    margin: 0 auto;
    max-height: 200px;
}

.card__item-vendor {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;

    text-align: left;
    color: rgb(145, 144, 142);
    padding-bottom: 10px;
}

.card__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    min-height: 115px;
    text-align: left;
    padding-bottom: 20px;
}

.card__item-bottom {
    border-top: 1px solid rgb(227, 227, 227);
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px;
    width: 100%;
}

.card__item-text {
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #9a9a9a;
}
.card__item-optWrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px
}
.right_block .card__item-glitch {
    width: auto;
    height: auto;
}
.right_block .card__arrow-glitch {
    position: static;
    opacity: 1;
    margin-bottom: 10px;
    right: -9px;
    transform: rotate(-42deg);
}
.right_block .card__item-opt-price {
    padding: 8px 12px;
    width: 150px;
    font-size: 11px;
}
.card__glitch-link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.card__item-glitch {
    width: auto;
    height: 20px;
    margin-top: 2px;
}
.card__item-opt-price {
    box-shadow: 1px 1px 12px rgba(0,0,0,.1);
    border-radius: 6px;
    padding: 4px 8px;
    margin-left: auto;
}
.card__item-opt-price:hover {
    color: white;
    background: #9a9a9a;
    box-shadow: transparent;
}
.card__item-retail {
    border-right: 1px solid rgb(227, 227, 227);
    padding-right: 10px;
    width: 124px;
    min-width: 124px;
    max-width: 42%;
      color: #6b6b6b;
}

.card__item-retail-price {
    font-size: 17px;
    font-weight: 700;
    line-height: 150%;
}
.card__item-retail.auth__complete {
    opacity: 0.4;
}

.card__item-retail-price span {
    font-size: 15px;
    font-weight: 500;
}

.card__item-opt {
    padding-left: 10px;
    color: rgb(145, 144, 142);
    min-width: 130px;
    position: relative;
}

.card__arrow-glitch {
    position: absolute;
    width: 24px;
    bottom: -3px;
    right: -9px;
    transform: rotate(31deg);
    opacity: 0;
    transition: 0.15s ease-in;
}
.card__item:hover .card__arrow-glitch {
    opacity: 1;
}

.card__item-opt-price {
    /* color: rgb(145, 144, 142); */
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    text-decoration: none;
    width: 130px;
    margin-top: 6px;
}
.card__item-opt-price img {
    max-width: 24px;
}

.card__item-opt-price span {
    /* max-width: 130px; */
    text-align: center;
    padding-left: 0px;
}
.card__item-retail.auth {
    color: #91908E;
}
.card__item-opt.auth {
    color: #303030;
    font-weight: 700;
}
.vendorlogo {
    max-width: 100px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 1s;
    max-height: 30px;
}
.vendorlogo:hover{
    filter: grayscale(0%);
}
.filter {
    flex: 0 0 225px;
    margin: 0 30px 0 0;
    max-width: 225px;
}
.form-group {
    position: relative;
}
.slide_sup {
    position: absolute;
    left: 8px;
    top: 2px;
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
}
fieldset {
    border: 0;
    padding: 0px;
    margin-bottom: 30px;
}
.form-group .input-sm {
    width: 105px !important;
}
#mse2_filters .mse2_number_slider {
    font-size: .4em;
    margin-bottom: 10px;
    max-width: 90%;
    margin: 0 auto;
}
.form-group .input-sm {
    width: 105px;
    display: flex;
}
.mse2_number_inputs {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.form-group .input-sm {
    width: 105px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
    padding: 5px 12px;
    max-width: 106px;
    color: #303030;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
}
.filter__item {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.filter__title.filter-click {
    color: #303030;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
}
.control {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    padding-right: 5px;
    display: flex !important;
    align-items: center;
}
.control .controlTitle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
}
.control .controlTitle .option__dash {
    border-bottom: 1px dotted rgb(170, 170, 170);
        align-items: center;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    height: 18px;
    min-width: 18px;
    margin-right: 15px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #dedede;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s,box-shadow .2s;
    color: transparent;
    position: relative;
}
.inputPersonal .control__indicator {
    border-radius: 50%;
    color: #2196f3;
    position: relative;
}
.control__indicator::after {
    content: '';
    display: block;
    width: 6px;
    height: 11px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -62%) rotate(45deg);


}
.control input:checked~.control__indicator{
    background: #FFDA44;
}
.control input:checked~.control__indicator:after {
    border-color: #000;
}
.inputPersonal input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.filter__title span {
    height: 0.4em;
    width: 0.4em;
    display: block;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 0.55em;
    right: 3px;
    opacity: .5;
    font-size: 14px;
    transform: rotate(-225deg);
    pointer-events: none;
    transition: transform .2s, top .2s;
}
.filter-click-parent.active .filter__title span {
    transform: rotate(-45deg);
    top: 0.75em;
}
.filter-click-parent.active .filter__item_in {
        max-height: 225px;
    padding: 10px 0;
    padding-left: 0px;
    margin: 5px 0;
}
.filter-click-parent .filter__item_in {
    padding-left: 15px;
    transition: 0.3s ease-out;
}
.filter-sort {
    display: flex;
    align-items: center;
}

.filter__item_in {
    max-height: 0px;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.filter__item_in::-webkit-scrollbar {
  width: 5px;
}

.filter__item_in::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.filter__hide-button {
    text-align: center;
    color: #2196f3;
    overflow: hidden;
    margin-bottom: 30px;
}

.filter__hide-button span {
    position: relative;
    cursor: pointer;
}

.filter__hide-button span:before {
    content: "";
    position: absolute;
    left: 110%;
    top: 8px;
    width: 1000px;
    height: 1px;
    background: #d0d0d0;
}

.filter__hide-button span:after {
    content: "";
    position: absolute;
    right: 110%;
    top: 8px;
    width: 1000px;
    height: 1px;
    background: #d0d0d0;
}

.filter__hide-button q {
    margin-right: 3px;
}

.hide_arrow {
    background-image: url(.././images/sprite.png);
    background-position: -367px -186px;
    width: 16px;
    height: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 8px;
}

.active_arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.filter__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
}

a {
    color: #303030;
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0px;
}

.items-start {
    align-items: flex-start;
}

.btn {
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 28px;
    min-width: 170px;
    max-width: 300px;
    display: block;
    background: #ffda44;
}
.btn:hover,
.btn:first-child:active {
    background: #ffc107;
}
.btn-t {
    border: 1px solid #303030;
    color: #303030;
    background: transparent;
}

.btn__black {
    background: #303030;
    color: #fff;
}
.btn__black:hover {
    opacity: 0.9;
    background: #303030;
    color: #fff;
}

.btn__description {
    max-width: 270px;
    margin-left: 30px;
    color: rgb(145, 144, 142);
    font-size: 13px;
    line-height: 140%;
}

.btn__small {
    margin-top: 20px;
}
.analog .block__stock {
    /*max-width: 100%;*/
    display: block;
    width: 100%;
    max-width: 1140px;
    padding: 0;
}
.analog .carusel__prod {
    /*padding-top: 50px;*/
}
.block__stock {
    position: relative;
    border-radius: 20px;
}

.block__stock-bottom {
    margin-top: 35px;
}

.block__stock-bottom-text {
    max-width: 530px;
    margin-left: 20px;
    color: rgb(128, 107, 65);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;

    text-align: left;
}

#headerTools .cart ins {
    background: #f6f6f6;
    color: #888888;
}

#headerTools .cart ins.active {
    color: #ffa800;
}

#left .heading {
    color: #ffffff;
}

#left .opener {
    background: rgb(255, 218, 68);
}

#left .heading ins {
    background: url(/local/templates/dresscode/themes/white/default/images/iconMenu.png) 0 50% no-repeat transparent;
}

.company__item {
    text-align: center;
    margin-top: -100px;
}

.company__item:nth-child(2) {
    margin: -100px 40px 0;
}

.company__item-number {
    color: #303030;
    font-family: Unbounded;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px;
}

.company__item-text {
    font-family: Montserrat;
    font-size: 18px;
}

.company__title {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 100px;
    margin-bottom: 40px;
    max-width: 1000px;
}

.company__text {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 150%;
}

.company__text div:nth-child(1) {
    margin-right: 120px;
}

.partners__item:first-child {
    border-left: 1.5px solid rgb(224, 224, 224);
}

.partners__item {
    padding: 0 85px;
    border-right: 1.5px solid rgb(224, 224, 224);
}

section#partners {
    padding-bottom: 300px;
}

section#helpblock {
    margin-top: -200px;
}

.help__title {
    color: #303030;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    padding-bottom: 30px;
}

.help__descripotion {
    font-size: 18px;
    line-height: 150%;
}

.help__descripotion span {
    font-weight: 700;
}

.help__block {
    max-width: 50%;
}

.help__block:first-child {
    padding: 100px 100px 100px 150px;
}

.help__block:last-child {
    max-width: 650px;
    margin-right: 90px;
    padding: 55px 100px 55px 65px;
}

.help__text {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}

.phone,
.whatsapp {
    display: flex;
    padding-top: 25px;
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 700;
}

.phone {
    margin-right: 25px;
}

.phone::before {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    margin-right: 10px;
    background: url(/assets/images/phone.svg);
}

.whatsapp::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    background: url(/assets/images/whatsapp.svg);
}

.map {
    position: relative;
}

.map__contacts {
    position: absolute;
    padding: 45px;
    top: 10%;
    z-index: 2;
    background: #fff;
    width: 453px;
}

.map__contacts-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 25px;
}

.map__contacts-subtitle {
    color: #303030;
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.map__contacts-block {
    padding: 25px;
    margin-top: 25px;
    border-radius: 20px;
}

.map__contacts-block p {
    margin: 0px;
    line-height: 150%;
}

.map__contacts-block span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
}

.phone-grey {
    padding-bottom: 10px;
}

.map__contacts-subtitle img,
.map__contacts-email img {
    margin-right: 10px;
}

.map-widget-app {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

/*FOOTER */
.footer {
    border-radius: 20px 20px 0px 0px;
    background: rgb(242, 242, 242);
    padding: 0;
    margin: 60px auto 0;
    max-width: 1760px;
}

.footer a:hover {
    opacity: 0.8;
}

.paddingBlock {
    padding: 0;
}

.eqWrap {
    display: flex;
    max-width: 100%;
}

.eq {
    padding: 80px 0px 80px 40px;
    border-bottom: 1px solid #ccc;
    width: 20%;
}

.copyright .eq {
    padding: 25px 0px 25px 40px;
    width: 40%;
}

.copyright .eq:first-child {
    min-width: 120px;
    max-width: 120px;
}

.copyright .eq:last-child {
    min-width: 120px;
    max-width: 120px;
}

.eq ul li {
    color: #303030;
    font-family: Montserrat;
    font-size: 22px;
    padding-bottom: 18px;
}

.eq:nth-of-type(odd) {
    border-left: 1px solid #ccc;
}

.eq:nth-of-type(even) {
    border-left: 1px solid #ccc;
}

.eq:first-child {
    min-width: 120px;
    max-width: 120px;
    padding-left: 0px;
    border-left: none;
}

.eq:last-child {
    min-width: 120px;
    max-width: 120px;
    padding-left: 0px;
    border-right: none;
}

.equalHW {
    flex: 1;
}

.equalHMWrap {
    justify-content: space-between;
}
.footer__logo div{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 18.04px;
    font-weight: 500;
}
.footerlogophone {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.footerlogophone_c.hidden-mob {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.footerlogophone_c-phone {
    font-weight: 300;
    padding-top: 10px;
}

.footer__caption {
    color: #303030;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.footer__col {
    padding-bottom: 60px;
}

.footer__logo img {
    max-width: 310px;
}

@media (min-width: 600px) {
    .footer {
        padding: 0px;

    }
}

.sideBlock .heading {
    background-color: #424242;
}

.heading.collapsed {
    color: #ffffff;
}

.heading.collapsed ins {
    background: url(/local/templates/dresscode/themes/white/default/images/iconMenu.png) 50% 50% no-repeat rgb(255, 218, 68);
    border-right: 1px solid rgb(255, 218, 68);
}

.heading.orange {
    background: #ffda44;
}

.blackLink,
.backToIndexPage {
    color: #000000;
}

.blackLink:hover,
.backToIndexPage:hover {
    color: rgb(255, 218, 68);
}

/* components colors */
.smalltitle{
    color: rgb(170, 170, 170);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: -20px;
}
/* products */
.topproducts{
    justify-content: space-between;
        margin-top: 50px;
}
.article {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.product_remains {
    color: rgb(3, 189, 10);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
    display: flex;
    align-items: center;

}
.product_remains:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    margin-right: 10px;
    background: rgb(3, 189, 10);
    border-radius: 50%;
}
.msfavorites {
    cursor: pointer;
    display: block;
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.topproducts .msfavorites{
    height: 25px;
    width: 145px;
    margin-right: 50px;
}
.comparison {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
}
.comparison-remove.comparison-link {
    color: #03bd0a;
}
.product_block {
    justify-content: space-between;
    margin-top: 50px;
}
.product_bg.property {
    width: 700px;
    margin-bottom: 50px;
}
#msProduct .old_price {
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    font-style: normal;
}
.right_block .card__item-retail-price,
.right_block .card__item-retail-price span {
    
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 122%;
}
.right_block .card__item-retail {
    min-width: 250px;
}
.right_block .card__item-opt{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.right_block .card__item-bottom {
    border-top: none;
}
.right_block .card__item-opt {
    padding-left: 50px;
}
.right_block .card__item-bottom {
    padding: 10px 0px 50px;
    cursor: pointer;
}
.product-desc__amount-block {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin: 15px 0;
}

.product-desc__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: rgb(243, 243, 243);
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    width: 160px;
    height: 57px;
    text-align: center;
    justify-content: space-evenly;
}
button.btn {
    margin-left: 20px;
    border: 0;
}
.product-desc__count div {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.product-desc__count .product-desc__amount{
  color: #000 ;
}
.product-desc__count .count_active {
  color: #142b51;
  font-weight: 600;
  background: transparent;
}

.product-desc__amount {
font-size: 16px;
width: 35px;
height: 28px;
}

.product-desc__less, .product-desc__more{
cursor: pointer;
padding: 5px;
box-sizing: border-box;
font-weight: 600;
transition: .3s ease-in-out;
}
.opt-price{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 122%;
}
.opt-price span{
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.card__item-text.opt span {
    border-radius: 4px;
    background: rgb(3, 189, 10);
    color: #fff;
    padding: 4px 8px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.left_block {
    max-width: 690px;
    margin-right: 50px;
}
.right_block {
    max-width: 725px;
    width: 700px;
}
.product_bg {
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    padding: 40px;
    margin-bottom: 40px;
}
.product_delivery {
    margin-top: 30px;
}
.product_delivery-item{
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    padding: 30px;
    display: flex;
    max-width: 380px;
    min-width: 300px;
}
.product_delivery-item:first-child{
    margin-right: 30px;
}
.product_delivery-item img {
    margin-right: 20px;
}
.option div {
  display: flex;
  font-size: 15px;
    /* padding-bottom: 10px; */
}
.option div span {
  flex: 0 0 auto;
  margin: 0;
  max-width: 50%;
  text-align: right;
}
div .definition {
  order: 1;
  color: rgb(170, 170, 170);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}
div .definition:after {
  content: ':';
  display: inline;
}
div .value {
    order: 3;
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}
/*.option div:before {
  content: '';
  border-bottom: 1.5px dashed rgb(192, 192, 192);
  margin: 0 4px 4px;
  flex: 1 1 auto;
  order: 2;
}*/
.property__all {
    width: 100%;
    color: rgb(170, 170, 170);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 19px;
    display: block;
}
.offer__anchor{
    position: relative;
}
.offer__anchor:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    border-bottom: 1px dashed;
}
.product_title{
    color: #303030;
    font-family: Unbounded;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;

}
.product_gal{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_delivery-small {
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 30px;
    display: block;
}
.product_delivery-title{
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}
.why-block{
    margin-top: 50px;
}
.why-item {
    padding: 0 80px;
    border-right: 1.5px solid rgb(224, 224, 224);
    flex-basis: 33%;
}
.why-item:first-child{
    border-left: 1.5px solid rgb(224, 224, 224);
}
.why-item-title {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.why-item-text {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 13px;
    line-height: 140%;
}

/* products */
/*breadcrumbs*/
#breadcrumbs {
    color: #999999;
}

#breadcrumbs ul li a {
    color: #000000;
}

#breadcrumbs ul li a:hover {
    color: #888888;
}

#breadcrumbs .arrow {
    color: #888888;
}

/*end breadcrumbs*/
/* menu */
#topMenu li a:hover {
    color: #ffa800;
}

#topMenu li .selected {
    color: #ffa800;
}

#topMenu .bar>a {
    background: url(/local/templates/dresscode/themes/white/default/images/menuMore.png) 0 50% no-repeat transparent;
}

#topMenu .bar>a:hover,
#topMenu .bar.active>a {
    background: url(/local/templates/dresscode/themes/white/default/images/menuMore.png) -21px 50% no-repeat transparent;
}

#topMenu .sub li:hover a {
    color: #ffa800;
}

#personalMenu li a:hover {
    color: rgb(255, 218, 68);
}

#subLeftMenu .selected a {
    color: #ffa800;
}

/* end menu */

/* end navigation */

#brandList .name:hover {
    color: #ffa800;
}

#brandList .last .showMore:hover {
    color: #ffa800;
}

#brandList .last .ps:hover {
    color: #ffa800;
}

#homeCatalog .caption.selected {
    background-color: rgb(255, 218, 68);
}

#mainProfile .profileSettings .heading {
    color: rgb(255, 218, 68);
}

#mainProfile .profileSettings .submit {
    background: rgb(255, 218, 68);
}

#mainProfile .profileSettings .submit:hover {
    background: #ffa800;
}

#main input[name="BuyButton"],
#main input[type="submit"] {
    background-color: rgb(255, 218, 68);
}

#main input[name="BuyButton"]:hover,
#main input[type="submit"]:hover {
    background-color: #ffa800;
}

#storesList .storesListTableLink,
#storeDetail .storesMoreLink {
    color: rgb(255, 218, 68);
}

#storeDetail .showByMapLink {
    color: #000000;
}

#storesList .storesListTableLink:hover,
#storesList .storesListTableMailLink:hover,
#storeDetail .storesMoreLink:hover,
#storeDetail .showByMapLink:hover {
    color: #ffa800;
}

#requestPrice .productNameBlock .productUrl:hover,
#scrollTable a.name:hover {
    color: #ffa800;
}

/*start цвета для новых блоков*/

.active-link:hover {
    color: rgb(255, 218, 68);
    border-color: rgb(255, 218, 68);
}

.inactive-link:hover {
    color: rgb(255, 218, 68);
}

.text-link:hover {
    color: rgb(255, 218, 68);
}

.theme-color {
    color: rgb(255, 218, 68);
    border-color: rgb(255, 218, 68);
}

body .theme-color-hover {
    transition: all 0.2s ease-in-out;
}

body .theme-color-hover:hover {
    color: rgb(255, 218, 68);
}

.other-news .name:hover {
    color: rgb(255, 218, 68);
}

.big-text-link:hover {
    color: rgb(255, 218, 68);
}

.link-dashed:hover {
    color: rgb(255, 218, 68);
    border-color: rgb(255, 218, 68);
}

.theme-link-dashed {
    color: rgb(255, 218, 68);
    border-color: rgb(255, 218, 68);
}

.theme-link-dashed:hover {
    color: #ffa800;
    border-color: #ffa800;
}

.new-list-items .active-link:hover {
    color: #ffa800;
    border-color: #ffa800;
}

.delivery-modal .active-link:hover {
    color: #ffa800;
    border-color: #ffa800;
}

.tabs-wrap .tab-btn-link.active {
    border-color: rgb(255, 218, 68);
    background-color: rgb(255, 218, 68);
    color: #fff;
}

.tabs-wrap .tab-btn-link.active:hover {
    border-color: rgb(255, 218, 68);
    background-color: rgb(255, 218, 68);
    color: #fff;
}

.tabs-wrap .tab-btn-link:hover {
    border-color: rgb(255, 218, 68);
    color: rgb(255, 218, 68);
}

.tabs-wrap .tab-dashed-link:hover {
    color: rgb(255, 218, 68);
}

.bindAction a:hover {
    color: #ffa800;
}
.content__block {
    justify-content: space-between;
    margin-top: 50px;
}

/* cd-tabs */
/* new-tab */
.cd-tabs {
    position: relative;
}

.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
    display: none;
}

.cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
    .cd-tabs::after {
        display: none;
    }

    .cd-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
}

.cd-tabs-navigation {
    width: 360px;
}

.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs-navigation li {
    float: left;
    list-style: none;
}

.cd-tabs-navigation a {
    position: relative;
    display: block;
    margin-right: 10px;
    height: 38px;
    width: auto;
    text-align: center;
    padding: 10px;
    border: 1px dashed rgb(202, 202, 202);
    border-radius: 8px;
    color: rgb(24, 40, 67);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.no-touch .cd-tabs-navigation a:hover {
    background-color: #312a7a;
    color: #fff;
}

.no-touch .cd-tabs-navigation a.selected:hover {
    color: #312a7a;
}

.cd-tabs-navigation a.selected {
    border-radius: 8px;
    background: rgb(243, 243, 243);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
}

.cd-tabs-navigation a::before {
    /* icons */
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(".../images/vicons.svg");
    background-repeat: no-repeat;
}

.cd-tabs-navigation a[data-content='inbox']::before {
    background-position: 0 0;
}

.cd-tabs-navigation a[data-content='new']::before {
    background-position: -20px 0;
}

.cd-tabs-navigation a[data-content='gallery']::before {
    background-position: -40px 0;
}

.cd-tabs-navigation a[data-content='store']::before {
    background-position: -60px 0;
}

.cd-tabs-navigation a[data-content='settings']::before {
    background-position: -80px 0;
}

.cd-tabs-navigation a[data-content='trash']::before {
    background-position: -100px 0;
}

.cd-tabs-navigation a[data-content='inbox'].selected::before {
    background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content='new'].selected::before {
    background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content='gallery'].selected::before {
    background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content='store'].selected::before {
    background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content='settings'].selected::before {
    background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content='trash'].selected::before {
    background-position: -100px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-tabs-navigation {
        /* move the nav to the left on medium sized devices */
        width: 80px;
        float: left;
    }

    .cd-tabs-navigation a {
    }

    .cd-tabs-navigation a::before {
        top: 22px;
    }

    .cd-tabs-content li {
        padding: 2em 2em 2em 7em;
    }
}


@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
        /* tabbed on top on big devices */
        width: auto;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }

    .cd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px;
    }
    }cd-tabs-content {
        min-height: 0;
    }

    .cd-tabs-content li {
        padding: 1em 0em;
    }

    .cd-tabs-content li p {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px)  {
    .cd-tabs-navigation a {
        height: 60px;
        line-height: 60px;
        width: auto;
        font-size: 20px;
        font-weight: 400;
        padding: 0 2em 0 2em;
    }
}

.cd-tabs-content li {
    display: none;
    padding: 1.4em;
    box-sizing: border-box;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 20px;
    margin-top: 30px;
    max-width: 1000px;
    background: white;
}

.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .msProduct h1 {
        font-size: 24px;
    }
    .shortly__option-block{
        column-count: 1;
    }
    .cd-tabs-content li {
        padding: 1em 0em;
    }
    .mySwiper2 .swiper-slide {
        max-height: 315px;
        min-height: 310px;
    }

}


/* cd-tabs */
/* sticky */
.stiky__block {
    padding: 20px;
    position: sticky;
    border-radius: 20px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    max-width: 260px;
}
.stiky__block-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.logo__subname {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
}
.stiky__block-p {
    border-radius: 20px;
    background: rgb(252, 252, 252);
    padding: 20px 25px;
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}
.stiky__block-p div {
    margin-bottom: 25px;
}
.stiky__block-list {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 140%;
    padding: 30px 0px;
}
.stiky__block-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.stiky__block-item-number {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 22px;
    position: relative;
}
.stiky__block-item-number::after{
        content: '';
    width: 31px;
    height: 23px;
    position: absolute;
    display: inline-block;
    bottom: -10px;
    right: -11px;
    z-index: -1;
    background: url(/assets/images/cup.svg);
}

.stiky__block button.btn.btn__black {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 30px;
}
.input{
        border-radius: 6px;
    background: rgb(255, 255, 255);
    padding: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 100%;
}
.phonenumber {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}
img.sticky__sklad {
    margin-top: 30px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .topproducts {
        flex-wrap: wrap;
    }
    .breadcrumb{
        /*display: none;*/
    }
    .topproducts .right_block{
        margin-top: 0px;
        justify-content: space-between;
    }
    .product_block {
        flex-direction: column;
    }
    .left_block {
        max-width: 100%;
    }
    .right_block {
        max-width: 100%;
        margin-top: 30px;

    }
    .product_delivery {
        flex-direction: column;
    }
    .product_delivery-item {
        margin-bottom: 15px;
        width: 100%;
    }
    .product_delivery-item:first-child{
        margin-right: 0px;
    }
    .product_bg.property {
        max-width: 100%;
    }
    .content__block {
        flex-direction: column;
    }
    .why-block {
        flex-direction: column;
    }
    .block__stock .flex.flex-between {
        flex-direction: column;
    }
    .stiky__block {
        max-width: 100%;
    }
    .stiky__block .logo__subname {
    display: block;
}

    .title {
        font-size: 20px;
        line-height: 25px;
    }
    .why-item:first-child {
        border-left: 0px;
    }
    .why-item-title {
        font-size: 13px;
        font-weight: 700;
        line-height: 130%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .why-item {
        padding: 5px 20px;
        border-left: 0px;
        border-bottom: 1.5px solid rgb(224, 224, 224);
        border-right: 0px;
    }
    .help__title {
        font-size: 20px;
        line-height: 25px;
    }
    .help__descripotion {
        font-size: 14px;
    }
    .help__text {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        max-width: 90%;
    }
    .help__block .flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .py-100 {
        padding: 50px 0px;
    }
}
/* sticky */
/* sort */
.filter__bottom-right {
  min-width: 0;
}

.filter-sort, .filter-count {
  position: relative;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.filter-sort .filter__title, .filter-count  .filter__title {
  display: flex;
  align-item: center;
  min-width: 0;
 cursor: pointer;
 transition: 0.15s ease;
}

.filter__countRel {
  width: 66px;
}

.filter-count  .filter__title {
  margin-right: 0.5rem;
  cursor: default;
}
.filter-sort .filter__title:hover {
  color: #676767;
}

 .filter__title i {
   display: flex;
    align-items: center;
   margin-left: 0.5rem;
 }

.filter__sortUl {
    position: absolute;
    top: 2.5rem;
    z-index: 2;
    left: 0;
    max-height: 0;
    overflow: hidden;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: white;
    padding: 0 1.5rem;
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 0 15px rgba(0,0,0,.05);
    transition-property: max-height;
    transition-duration: .15s;
    transition-duration: 400;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.filter-sort {
  /*margin-left: 0.5rem;*/
}

.filter__count {
    --tw-bg-opacity: 1;
    transition-duration: .15s;
    transition-duration: 400;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

/*.filter__countWrapper {
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 1px rgba(0,0,0,.1), 0 0 15px rgba(0,0,0,.05);
  padding: 0;
  margin-top: 0;
  top: 0;
  right: 0;
  left: auto;
  max-height: 34px;
  overflow: hidden;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: white;
    transition-property: max-height;
    transition-duration: .15s;
    transition-duration: 400;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}*/

.filter__sortUl.open {
    max-height: 210px;
}

.filter__countWrapper.open {
    max-height: 140px;
}

.filter__sortUl a, .filter__count a {
    display: flex;
    cursor: pointer !important;
    margin-top: 1.5rem;
    align-items: center;
    white-space: nowrap;
    color: inherit;
}

 .filter__count .filter__countItem {
   margin-top: 0;
   padding: 0.5rem 1.5rem;
   cursor: pointer;
 }
  .filter__count .filter__countItem:hover {
    background: rgba(0,0,0, 0.04);
  }
 .filter__count .filter__countItem:last-child {
  margin: 0;
 }

.filter__sortUl a:last-child{
  margin: 1.5rem 0;
}

.filter__sortDot {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(144, 144, 144, .6);
}

.filter-sort .sort__link.active .filter__sortDot {
    border-width: 6px;
  --tw-border-opacity: 1;
  border: 6px solid #007aff;
}
/* sort */
/*end цвета для новых блоков*/

/*end*/

::selection {
    background: #eca712;
    color: #fff;
}

::-moz-selection {
    background: #eca712;
    color: #fff;
}

::-webkit-selection {
    background: #eca712;
    color: #fff;
}

/* End */
/* Start:/assets/css/style.css*/

#headerLine4.color_black {
    background-color: #2b2b2b;
}

#headerLine4.color_black,
#headerLine4.color_theme {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.subTable {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}
.subTable.topmenu {
    background: rgb(255, 218, 68);
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.container.topmenu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.subTableColumn {
    vertical-align: middle;
    display: table-cell;
}

.subTableColumn:last-child {
    text-align: right;
}

#geoPosition,
#topAuth {
    display: inline-block;
}

#topAuth {
    margin-right: 24px;
}

#geoPosition ul,
#topAuth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#topAuth ul li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
li.top-auth-login svg {
    margin-right: 6px;
}

#topAuth ul li a {
    text-decoration: none;
    position: relative;
}

#headerLine4.color_theme .user-geo-position-value-link,
#headerLine4.color_theme #topAuth ul li a {
    color: #ffffff;
}

.user-geo-position-value-link:active,
#topAuth ul li a:active {
    position: relative;
    top: 1px;
}

.user-geo-position-value-link:after,
#topAuth ul li a:after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 0px;
    content: "";
    left: 0px;
}

#headerLine4.color_theme .user-geo-position-value-link {
    color: #ffffff;
}

#headerLine4.color_theme .user-geo-position-value-link:hover {
    opacity: 0.8;
}

.lineMenu {
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.lineMenu li {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px 15px;
    color: #303030;
    font-family: Montserrat;
}

.lineMenu li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000;
    margin-left: 15px;
    border-radius: 50%;
    background: rgb(210, 183, 70);
}

.lineMenu li:last-child::after {
    content: "";
    display: none;
}

.lineMenu li:first-child {
    margin: 0 15px 0 0;
}

.lineMenu li a {
    color: #000;
    text-decoration: none;
}
.lineMenu li a:hover {
    opacity: 0.8;
}
.phonesContainer a:hover {
    color: #303030;
}
#subMenu .removedItemsContainer .removedItemsLink:active {
    position: relative;
    top: 1px;
}

#subMenu .removedItemsContainer .removedItemsList {
    background-color: #fbfbfb;
    position: absolute;
    display: none;
    width: 180px;
    padding: 0px;
    z-index: 104;
    margin: 0px;
    right: 0px;
    top: 41px;
}

#headerLine4.color_black #subMenu .removedItemsContainer .removedItemsList {
    background-color: #2b2b2b;
}

#headerLine4.color_black #subMenu .removedItemsContainer .removedItemsList li,
#headerLine4.color_theme #subMenu .removedItemsContainer .removedItemsList li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#headerLine4.color_black #subMenu .removedItemsContainer .removedItemsList li a,
#headerLine4.color_theme #subMenu .removedItemsContainer .removedItemsList li a {
    color: #ffffff;
}

#subMenu .removedItemsContainer .removedItemsList li {
    border-top: 1px solid #f2f2f2;
    white-space: normal;
    text-align: left;
    display: block;
    float: none;
}

#subMenu .removedItemsContainer .removedItemsList li:first-child {
    border: 0 !important;
}

#subMenu .removedItemsContainer .removedItemsList li a {
    line-height: 21px;
    padding: 8px 12px;
    display: block;
}

#subMenu .removedItemsContainer .removedItemsList li a:active {
    position: relative;
    top: 1px;
}

#topSocial {
    margin-left: 24px;
    text-align: right;
    float: right;
}

.topSoc {
    vertical-align: middle;
    display: inline-block;
    margin-left: 24px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.topSocItem {
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px;
}

.topSocItem:first-child {
    margin-left: 0px;
}

.topSocItem a {
    background: url(/header7/css/images/headSn.png) 0 0 no-repeat transparent;
    display: block;
    height: 24px;
    width: 24px;
}

.topSocItem a:hover {
    opacity: 0.7;
}

.topSocItem a:active {
    position: relative;
    top: 1px;
}

.topSocItem .socFB {
    background-position: -24px;
}

.topSocItem .socODN {
    background-position: -48px;
}

.topSocItem .socTV {
    background-position: -72px;
}

.topSocItem .socINS {
    background-position: -96px;
}

.topSocItem .socYOU {
    background-position: -120px;
}

.user-geo-position-label,
.user-geo-position-value,
.user-geo-position-value-link {
    font-size: 14px;
}

#subHeader7 {
    border-bottom: 1px solid #f3f3f3;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    min-width: 320px;
    height: 90px;
    z-index: 102;
}

#subHeader7.color_black {
    background-color: #2b2b2b;
}

#subHeader7.color_black,
#subHeader7.color_theme {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

#subHeader7 .subTableRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.btn__menu {
    border-radius: 6px;
    background: rgb(255, 218, 68);
    display: flex;
    align-items: center;
    padding: 14px 30px;
    max-width: 157px;
    max-height: 48px;
        border: 0;
        cursor: pointer;
}
.btn__menu svg {
    margin-right: 15px;
}
.year__block{
    position: absolute;
    top: 84px;
    right: 24px;
        padding: 15px 25px;
    box-sizing: border-box;
    border-top: 1.5px solid rgb(255, 218, 68);
    border-radius: 12px;
    box-shadow: 0px 12px 22px 0px rgba(18, 46, 71, 0.1);
    background: radial-gradient(150.66% 84.86% at 65% 21%,rgba(255, 255, 255, 0.77) 27.444%,rgba(255, 255, 255, 0) 100%),rgb(253, 253, 253);
}
.year__block-title{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    position: relative;
}
.year__block-title:after{
    content: '';
    background: url(/assets/images/stars.svg);
    width: 15px;
    height: 15px;
    display: block;
    right: 0px;
    top: 1px;
    position: absolute;
}
.year__block-sub{
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}
.toolsContainer .value {
    width: 18px;
    height: 18px;
    right: -15px;
    top: -5px;
    position: absolute;
    background: rgb(255, 218, 68);
    border-radius: 50%;
    color: #303030;
    font-family: Unbounded;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
}

.topIcons .total {
    width: 18px;
    height: 18px;
    right: -15px;
    top: -5px;
    position: absolute;
    background: rgb(255, 218, 68);
    border-radius: 50%;
    color: #303030;
    font-family: Unbounded;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
}

.phonesContainer a {
    line-height: 25px;
    color: rgb(145, 144, 142);
}
.phonesContainer {
    min-width: 188px;
}
.phonesContainer .heading a {
    font-family: Unbounded;
    font-size: 15px;
}

.phonesContainer a svg {
    vertical-align: text-bottom;
}

.phonesContainer a.callBack::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed rgb(145, 144, 142);
}

a.link.bottom-dashed {
    display: block;
    text-align: center;
    margin: 15px auto;
    position: relative;
    width: fit-content;
}
a.link.bottom-dashed.color-grey {
    text-align: left;
    margin: 0 0 25px;
    color: #aaa;
}
a.bottom-dashed::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed rgb(145, 144, 142);
}
.minPrice {
    width: 164px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 10px 7px 10px;
    border-radius: 6px;
    background: rgb(242, 242, 242);
}


.minPrice__summ {
    color: #303030;
    font-family: Unbounded;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.minPrice__text {
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

#subHeader7 .subTableColumn {
    vertical-align: middle;
    display: table-cell;
    margin: 0 15px;
}

#subHeader7 .subTableColumn:first-child {
    width: 230px;
}

#subHeader7 .subTableColumn:nth-child(2) {
    padding-right: 24px;
    margin-left: 20px;
}

#subHeader7 .subTableColumn:nth-child(3) {
    text-align: right;
    width: 490px;
}
.subTableColumn.msearch {
    width: 490px;
}
input#searchQuery {
    border-radius: 6px;
    background: rgb(242, 242, 242);
    padding: 15px;
    width: 100%;
    line-height: 18px;
    border: 0;
}
ul#ui-id-1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 14.93px 37.33px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 20px;
}
.mse2-ac-item{
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    margin-bottom: 10px;
}
.flex__search {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 15px;
}

.flex__search-image {
    margin-right: 25px;
    padding: 5px;
}
.flex__search-top {
    display: flex;
    align-items: center;
}
.flex__search-bottom {
    display: flex;
    flex-direction: column;
}
.flex__search-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
}
.flex__search-category {
    margin-right: 15px;
}
.flex__search-price {
    color: #ee3339;
}
.flex__row{
    display: flex;
    color: rgba(144, 144, 144, .8);
}
#subHeader7 #logo {
    min-width: 230px;
    border: 0;
    margin-right: 30px;
}

#subHeader7 #logo div {
    line-height: 20px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;

}

#subHeader7 .subTableColumn:last-child {
    text-align: right;
    width: 135px;
    margin-left: 15px;
    margin-right: 0px;
}

#subHeader7 .subTableColumn .toolsContainer {
    align-items: center;
    display: flex;
    text-align: right;
    line-height: 21px;
    justify-content: flex-end;
}

#subHeader7 .firstPhones,
#subHeader7 .secondPhones {
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

#subHeader7 .firstPhones .heading,
#subHeader7 .secondPhones .heading {
    font-family: "Montserrat";
    font-size: 16px;
    display: block;
}

#subHeader7 .firstPhones .callBack {
    text-decoration: none;
    position: relative;
}

#subHeader7.color_theme .firstPhones .callBack {
    color: #ffffff;
}

#subHeader7.color_theme .firstPhones .callBack:hover {
    opacity: 0.8;
}

#subHeader7 .firstPhones .callBack:active {
    position: relative;
    top: 1px;
}

#subHeader7 .firstPhones .callBack:after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 0px;
    content: "";
    left: 0px;
}

#subHeader7.color_theme .firstPhones .callBack:after {
    border-color: #ffffff;
}

#subHeader7.color_theme .firstPhones .callBack:after:hover {
    opacity: 0.8;
}

#subHeader7 .phonesTb {
    table-layout: fixed;
    display: table;
}

#subHeader7 .phonesTc {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#subHeader7 .callBackIcon {
    background: url(/header7/css/images/phoneIco2.png) 0 0 no-repeat transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    height: 28px;
    width: 34px;
}

.phonesContainer {
    display: flex;
    flex-direction: column;
    width: 200px;
    text-align: center;
}

.phonesContainer a {
    line-height: 25px;
    font-weight: 700;
    color: #303030;
    font-size: 15px;
}
a.link.callBack {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
}

.heading {
    line-height: 25px;
    text-align: center;
}

#subHeader7.color_black .callBackIcon,
#subHeader7.color_theme .callBackIcon {
    background-image: url(/header7/css/images/phoneIco2W.png);
}

#subHeader7 .scheduleIcon {
    background: url(/header7/css/images/phoneIco.png) 0 0 no-repeat transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    height: 28px;
    width: 27px;
}

#subHeader7.color_black .scheduleIcon,
#subHeader7.color_theme .scheduleIcon {
    background-image: url(/header7/css/images/phoneIcoW.png);
}

#subHeader7 .callBackIcon:hover,
#subHeader7 .scheduleIcon:hover {
    opacity: 0.7;
}

#subHeader7 .callBackIcon:active,
#subHeader7 .scheduleIcon:active {
    position: relative;
    top: 1px;
}

#subHeader7 .secondPhones .schedule {
    color: #888888;
}

#subHeader7.color_theme .secondPhones .schedule {
    color: #f1f1f1;
}

#subHeader7.color_black .firstPhones .heading,
#subHeader7.color_black .secondPhones .heading {
    font-family: "Unbounded";
}

#subHeader7 .subTableColumn .toolsContainer {
    margin-top: 6px;
}

.topIcons {
    width: 25px;
    position: relative;
    margin-right: 25px;
}

#geo-location-window {
    text-align: left;
}

#subHeader7.color_theme #topSearch2 .searchContainerInner {
    border-radius: 6px;
    background: rgb(242, 242, 242);
}

#subHeader7.color_black #topSearch2 input[placeholder],
#subHeader7.color_theme #topSearch2 input[placeholder] {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader7.color_black #topSearch2 input::-webkit-input-placeholder,
#subHeader7.color_theme #topSearch2 input::-webkit-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader7.color_black #topSearch2 input::-moz-placeholder,
#subHeader7.color_theme #topSearch2 input::-moz-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader7.color_black #topSearch2 input:focus[placeholder],
#subHeader7.color_theme #topSearch2 input:focus[placeholder] {
    color: transparent;
}

#subHeader7.color_black #topSearch2 input:focus::-webkit-input-placeholder,
#subHeader7.color_theme #topSearch2 input:focus::-webkit-input-placeholder {
    color: transparent;
}

#subHeader7.color_black #topSearch2 input::-moz-placeholder,
#subHeader7.color_theme #topSearch2 input::-moz-placeholder {
    color: transparent;
}

#subHeader7.color_theme .topWishlist .value,
#subHeader7.color_theme .topCompare .value,
#subHeader7.color_theme .cart .count {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

#subHeader7.color_theme .topCompare .active .value,
#subHeader7.color_theme .topWishlist .active .value,
#subHeader7.color_theme .cart .active .count {
    border-color: #ffffff;
    color: #ffffff;
}

#subHeader7.color_theme .cart .total,
#subHeader7.color_theme .cart .total:hover,
#subHeader7.color_theme .cart .heading,
#subHeader7.color_theme .cart .heading:hover,
#subHeader7.color_theme .cart .heading:hover .total {
    color: #ffffff;
}

#subHeader7.color_black .cart .heading .cartLabel {
    color: #ffffff;
}

#subHeader7.color_theme .cart .total:hover {
    opacity: 0.7;
}

#subHeader7.color_theme #topAuth>ul li a,
#subHeader7.color_theme #topAuth>ul li a:hover {
    color: #ffffff;
}

#subHeader7.color_theme #topAuth>ul li a:hover {
    opacity: 0.8;
}

#subHeader7.color_theme #topAuth>ul li:first-child:after {
    color: #ffffff;
}

#subHeader7.color_theme .user-geo-position-value-link:after,
#subHeader7.color_theme #topAuth ul li a:after {
    border-color: #ffffff;
}

#subHeader7 #searchResult {
    line-height: 21px;
    top: 90px;
}

#subHeader7 #searchOverlap {
    top: 172px;
}

#subHeader7 .webformModal {
    text-align: left;
}



/* End */

/* Start:/local/templates/dresscode/styles.css?1699963911784*/
@media (min-width: 1500px) {
    #catalogElement {
        max-width: 1150px;
        margin: auto;
    }
}

.recall_button {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 60px;
    min-height: 60px;
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 12px;
    border-radius: 4px;
    background-color: #ffda44;
}

@media (max-width: 700px) {
    .recall_button {
        min-width: 90px;
        padding: 4px 8px 3px;
        color: #000;
        border-color: #e7e8ea;
        font-size: 13px;
        display: inline-block;
        line-height: 24px;
        margin-top: 0px;
        height: 24px;
    }
}

.style_root__k59xi {
    z-index: 1500 !important;
}

/* End */

#subHeader {
    min-width: 320px;
    height: 102px;
    z-index: 3;
}

.loading #subHeader7 {
    overflow: hidden;
}

#logo {
    line-height: 102px;
    text-align: center;
    position: relative;
    max-height: 102px;
    overflow: hidden;
    z-index: 30;
    width: 229px;
    float: left;
}

#logo a {
    display: block;
}

#logo a:active {
    position: relative;
    top: 1px;
}

#logo img {
    vertical-align: middle;
    max-height: 102px;
    max-width: 100%;
}

#topHeading {
    padding: 0 18px;
    width: 162px;
    float: left;
}

#topHeading .vertical {
    line-height: 102px;
}

#topHeading p {
    font: normal normal 16px "Unbounded", arial, sans-serif;
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    margin: 0px;
}

#main {
    margin-top: 24px;
    margin-bottom: 72px;
    min-width: 320px;
}

#main .compliter {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}

#left {
    display: table-cell;
    vertical-align: top;
    width: 355px;
}

#left .heading,
#right .heading {
    font-family: "Unbounded";
    text-decoration: none;
    padding-left: 24px;
    line-height: 65px;
    font-weight: 400;
    font-size: 18px;
    display: block;
    /*height: 65px;*/
    margin-left: 25px;
    color: #000 !important;
}

#left .heading .arrow,
#right .heading .arrow {
    background-position: -27px 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#left .heading.opened .arrow,
#right .heading.opened .arrow {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#left .menuRolled+.collapsed,
#right .menuRolled+.collapsed {
    display: none;
}

#left .heading ins,
#right .heading ins {
    vertical-align: middle;
    display: inline-block;
    margin-right: 24px;
    line-height: 65px;
    height: 65px;
    float: right;
    width: 27px;
    width: 354px;
}

#left .sideBlock .heading,
#right .sideBlock .heading {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 60px;
    font-size: 16px;
    height: 60px;
}

#left .sideBlock a.heading:hover {
    opacity: 0.95;
}

#left #subscribe .copy {
    text-align: center;
    margin: 12px auto;
    line-height: 24px;
    font-size: 12px;
    display: block;
    width: 90%;
}

#left .banner {
    text-align: center;
}

#left .banner img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
}

#right {
    display: table-cell;
    vertical-align: top;
    padding-left: 24px;
}

#brandSearch {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0px;
    width: 100%;
    display: none;
}

#brandSearch td {
    line-height: 50px;
    height: 50px;
}

#brandSearch .label {
    width: 140px;
}

#brandSearch .label span {
    display: block;
    text-align: center;
}

#brandSearch .all {
    width: 60px;
}

#brandSearch .all a {
    text-align: center;
    display: block;
}

#brandSearch a {
    text-decoration: none;
    text-align: center;
    display: block;
}

#authMenu {
    margin-bottom: 24px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

#authMenu li {
    margin-bottom: 24px;
    margin-right: 24px;
    float: left;
}

#authMenu li:last-child {
    margin-right: 0;
}

#authMenu li a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

#authMenu li a:active {
    position: relative;
    top: 1px;
}

#authMenu li .selected {
    font-family: "Montserrat";
    padding-bottom: 4px;
}

#empty {
    overflow: hidden;
}

#empty .emptyWrapper {
    padding-bottom: 24px;
    overflow: hidden;
}

#empty .pictureContainer {
    margin-right: 24px;
    float: left;
}

#empty h3 {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#empty p {
    font-size: 14px;
}

#empty a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 14px;
}

#empty a:active {
    position: relative;
}

#empty a img {
    vertical-align: middle;
    padding-right: 12px;
}

#empty .emptyTitle {
    text-transform: uppercase;
    font-family: "Montserrat";
    margin-top: 24px;
    font-size: 14px;
}

#empty .emptyMenu {
    margin: 24px 0 0 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

#empty .emptyMenu li {
    margin-bottom: 12px;
    width: 33.333333%;
    float: left;
}

#empty .back {
    padding-bottom: 2px;
    color: #e7b900;
    border-bottom: 1px dashed #e7b900;
}

#empty .back:active {
    position: relative;
    top: 1px;
}

#overlap {
    background-color: #000000;
    position: fixed;
    display: none;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: 33;
    left: 0px;
    top: 0px;
}

#searchOverlap {
    background-color: #000000;
    position: fixed;
    display: none !important;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: 110;
    left: 0px;
    top: 0px;
}

@media (max-width: 1199px) {
    #searchOverlap {
        background-color: transparent;
    }
}

/* CLASSES */

.ajaxContainer {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ajaxContainer.loading {
    opacity: 0.5;
}

.personal-order-info {
    margin-bottom: 12px;
}

.personalInfoLabel {
    margin-top: 24px;
    font-size: 14px;
}

.productList {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #e7e8ea;
    /*border-top: 1px solid #e7e8ea;*/
}

#homeCatalog .productList {
    border-top: 1px solid #e7e8ea;
}

.product {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    float: left;
    width: 20%;

    height: 346px;
    border-right: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
}

#leftMenu .product:before {
    display: none;
}

.product:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    top: -1px;
    height: 1px;
    background: #e7e8ea;
}

.product .btn-simple {
    display: none;
}

.product.last {
    /* next page */
    line-height: 346px;
}

.product .tabloid {
    -webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    padding: 12px;
    height: 345px;
    z-index: 1;
}

.product .markerContainer {
    pointer-events: none;
    position: absolute;
    z-index: 88;
    left: 8px;
    top: 8px;
}

.product .marker {
    font: normal normal 12px "Unbounded", arial, sans-serif;
    margin-bottom: 8px;
    line-height: 16px;
    padding: 3px 4px;
    z-index: 2;
}

.product .rating {
    position: absolute;
    width: 79px;
    z-index: 2;
    right: 8px;
    top: 8px;
}

.product .rating i {
    background: url(/local/templates/dresscode/images/rating.png) repeat 0 0px transparent;
    position: absolute;
    display: block;
    height: 15px;
    width: 79px;
    left: 0px;
    top: 0px;
}

.product .rating i.m {
    background: url(/local/templates/dresscode/images/rating.png) repeat 0 -14px transparent;
    z-index: 10;
    width: 0px;
}

.productSpecialTime {
    position: absolute;
    z-index: 2;
    top: 54px;
    right: 10px;
    width: 48px;
    color: #666d83;
    font-size: 0;
    line-height: 0;
}

.productSpecialTime .specialTimeItem {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
    margin-top: 4px;
    padding: 8px 0px;
    line-height: 14px;
    height: 42px;
    width: 48px;
    background: #e0e0e0;
}

.productSpecialTime .specialTimeItem:first-child {
    margin-top: 0px;
}

.productSpecialTime .specialTimeItemValue {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 14px;
}

.productSpecialTime .specialTimeItemlabel {
    font-family: "Unbounded";
    font-size: 12px;
}

.product .name {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

    font-size: 14px;
    display: block;
    text-decoration: none;
    /*margin-bottom: 12px;*/
    height: 64px;
    /*line-height: 64px;*/
    overflow: hidden;
}

.product .middle {
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
}

.product .price {
    font-family: "Montserrat";
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
}

.product .price .measure {
    font-size: 16px;
}

.product .price .discount {
    font-family: "Unbounded";
    padding-left: 4px;
    font-size: 14px;
}

.product .picture {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: block;
    text-align: center;
    height: 240px;
    line-height: 240px;
}

.product .picture img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0, 0, 0);
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
}

.product .picture:hover img {
    opacity: 0.85;
}

.product .picture:active img {
    position: relative;
    top: 1px;
}

.loading .product .getFastView {
    pointer-events: none;
}

.product .addCart {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.product .icon {
    vertical-align: middle;
    display: inline-block;
}

.product .addCart .icon {
    padding-right: 12px;
    margin-top: -4px;
}

.product .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    overflow: hidden;
}

.product .label {
    font-family: "roboto_condensedlight";
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 21px;
    font-size: 14px;
    display: block;
    float: left;
    width: 55%;
}

.product .row .label:last-child {
    width: 45%;
}

.product .label .icon {
    padding-right: 6px;
    margin-top: -4px;
}

.inStock {
    color: #73b24e !important;
    text-decoration: none;
}

.inStock:hover {
    color: #73b24e !important;
}

.getStoresWindow.inStock span {
    border-bottom: 1px dashed #73b24e !important;
    cursor: pointer;
}

.getStoresWindow.inStock:hover span {
    opacity: 0.8;
}

.outOfStock {
    color: #ff0000;
}

.outOfStock:hover {
    color: #ff0000;
}

.product .skuPropertyList {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.product .skuProperty {
    overflow: hidden;
    margin: 12px 0;
}

.product .skuPropertyName {
    padding-bottom: 2px;
    padding-left: 2px;
    font-size: 13px;
}

.product .skuProperty li {
    box-sizing: border-box;
    overflow: hidden;
    padding: 4px;
    float: left;
    min-width: 20%;
}

.product .skuProperty .selected .skuPropertyLink {
    pointer-events: none;
    position: relative;
    /*top: -2px;*/
}

.product .skuProperty .disabled {
    display: none;
}

.product .skuPropertyLink {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 21px;
    padding: 6px 4px;
    font-size: 12px;
    display: block;
}

.product .skuPropertyLink:hover {
    opacity: 0.8;
}

.product .skuPropertyList img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

/* product hover */

.product:hover {
    position: relative;
}

.product:hover .tabloid {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 3;
}

.product:hover .nowp {
    overflow: visible;
}

.product:hover .morePhoto {
    display: block;
}

.product.last .wp {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    width: 100%;
}

.product.last .showMore {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.product.last .showMore:hover {
    opacity: 0.7;
}

.product.last .icon {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
    line-height: 21px;
    height: 54px;
    width: 100%;
}

.product.last .icon .iconSmall {
    display: none;
}

.product.last .ps {
    font-size: 18px;
}

.product.last .value {
    padding-left: 6px;
    font-size: 18px;
}

.product.last .small {
    display: inline-block;
    width: 100%;
}

.sideBlock .heading {
    padding-left: 18px;
}

.heading.collapsed {
    text-decoration: none;
    overflow: hidden;
    margin-right: 24px;
    float: left;
    width: 355px;
    line-height: 50px;
    height: 50px;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.heading.collapsed ins {
    vertical-align: middle;
    display: inline-block;
    margin: 0 18px 0 0;
    line-height: 50px;
    padding: 0 12px;
    height: 50px;
    width: 24px;
}

.mfeedback .errortext,
.mfeedback .mf-ok-text {
    font-weight: 400;
    font-size: 16px;
}

.mfeedback .mf-ok-text+form {
    display: none;
}

.mfeedback .mf-text {
    font-size: 14px;
    margin-top: 8px;
}

.mfeedback input,
.mfeedback textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: "Unbounded", arial, sans-serif;
    margin-top: 8px;
    padding: 0 12px;
    height: 48px;
    border: 0px;
}

.blackLink,
.backToIndexPage {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog-item-links {
    margin-bottom: 12px;
}

.catalog-detail {
    margin-bottom: 12px;
}

.sectionTopDescription {
    margin-bottom: 24px;
}

.contactList {
    margin-bottom: 24px;
    margin-top: 24px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.contactList li {
    float: left;
    width: 25%;
}

.contactList li table {
    table-layout: fixed;
    width: 100%;
}

.contactList li table td {
    vertical-align: middle;
    text-align: left;
}

.contactList li table td:first-child {
    padding-right: 12px;
    text-align: center;
    width: 42px;
}

.contactList li table td img {
    vertical-align: middle;
}

.contactList a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.contactLabel {
    font-size: 16px;
    margin-top: 0;
}

.blurred {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);

    background: #ffffff;
}

/*.product .pic:hover img{}*/

.copyright img {
    vertical-align: middle;
}


#requestPrice {
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    display: none;
    z-index: 1001;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#requestPrice #requestPriceResult {
    transform: translateY(50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}

#requestPrice #requestPriceResultTitle {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
}

#requestPrice #requestPriceResultMessage {
    text-align: center;
    margin-top: 24px;
}

#requestPrice #requestPriceResultClose {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin: 24px auto;
    font-size: 14px;
    color: #ffffff;
    display: block;
    height: 50px;
    width: 254px;
}

#requestPrice #requestPriceResultClose:active {
    position: relative;
    top: 1px;
}

#requestPrice #requestPriceContainer {
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    margin-left: -350px;
    margin-top: -215px;
    position: absolute;
    overflow: hidden;
    height: 430px;
    width: 700px;
    left: 50%;
    top: 50%;
}

#requestPrice .requestPriceHeading {
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    height: 60px;
}

#requestPrice .requestPriceHeading .close {
    background: url(/local/templates/dresscode/images/exit.png) 0 0 no-repeat transparent;
    position: absolute;
    display: block;
    height: 21px;
    width: 21px;
    right: 20px;
    top: 20px;
}

#requestPrice .requestPriceHeading .close:hover {
    background-position: 0 -21px;
}

#requestPrice .requestPriceHeading .close:active {
    background-position: 0 -42px;
}

#requestPrice .requstProductContainer {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}

#requestPrice .productColumn {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 320px;
}

#requestPrice .productNameBlock {
    padding: 0 24px;
}

#requestPrice .productNameBlock .productUrl {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 44px;
}

#requestPrice .productNameBlock .productUrl:active {
    position: relative;
    top: 1px;
}

#requestPrice .productImageBlock {
    text-align: center;
    line-height: 270px;
    display: block;
    height: 270px;
}

#requestPrice .productImageBlock a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 270px;
    display: block;
    height: 270px;
}

#requestPrice .productImageBlock a:hover {
    opacity: 0.8;
}

#requestPrice .productImageBlock a:active {
    position: relative;
    top: 1px;
}

#requestPrice .productImageBlock img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

#requestPrice .productNameBlock .middle {
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
}

#requestPrice .formColumn {
    vertical-align: middle;
    display: table-cell;
    width: 380px;
}

#requestPrice .requestPriceFormHeading {
    margin-bottom: 12px;
    text-align: center;
    margin-right: 24px;
    margin-top: 24px;
    font-size: 16px;
    display: block;
}

#requestPrice input {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Unbounded";
    margin-bottom: 12px;
    padding-left: 12px;
    width: 354px;
    height: 50px;
    border: 0;
}

#requestPrice input {
    background-color: #f3f3f3;
    color: #000000;
}

#requestPrice .personalInfoRequest {
    margin-bottom: 12px;
}

#requestPrice input[type="checkbox"] {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 6px;
    margin-top: -2px;
    height: 14px;
    width: 14px;
}

#requestPrice input[type="checkbox"].error+label {
    border-bottom: 1px solid #ff0000 !important;
}

#requestPrice textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Unbounded";
    margin-bottom: 12px;
    padding-left: 12px;
    padding-top: 12px;
    resize: none;
    width: 354px;
    height: 60px;
    border: 0;
}

#requestPrice textarea {
    background-color: #f3f3f3;
}

#requestPrice input:focus,
#requestPrice textarea:focus {
    background-color: #e9e9e9;
    outline: none;
}

#requestPrice #requestPriceSubmit {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #000;
    height: 50px;
    width: 354px;
}

#requestPrice #requestPriceSubmit:active {
    position: relative;
    top: 1px;
}

#requestPrice #requestPriceSubmit.loading {
    -webkit-transition: background 0s !important;
    -o-transition: background 0s !important;
    transition: background 0s !important;
    text-indent: 12px;
    opacity: 0.9;
}

#requestPrice #requestPriceSubmit.loading img {
    display: none;
}

#requestPrice #requestPriceSubmit img {
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -2px;
}

#requestPrice .markerContainer {
    position: absolute;
    top: 0px;
    left: 12px;
}

#requestPrice .error {
    border: 1px solid #ff0000;
}

#searchSection a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000;
}

#searchSection a:hover {
    opacity: 0.7;
}

@media all and (max-width: 1000px) {
    #error404 .errorText {
        display: none;
    }
}

.clean {
    position: relative;
    overflow: hidden;
    padding: 0 2px;
}

.container {
    padding: 0px 24px;
    max-width: calc(1480px + 48px);
    min-width: 320px;
    margin: auto;
    clear: both;
}

@media (max-width: 992px) {
    .container_footer {
        max-width: fit-content;
    }
}

.container .compliter>div[id*="bx_"] {
    width: 355px;
    /*padding-right: 24px;*/
    display: table-cell;
    vertical-align: top;
}

.container .compliter>div[id*="bx_"] #left {
    padding-right: 0;
}

/* page styles */

.priceTableContainer {
    max-width: 1000px;
    overflow-x: auto;
    min-width: 320px;
}

.priceTableStyle80 {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.priceTableStyle80 th {
    font-family: "robotomedium";
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    padding: 12px 24px;
}

.priceTableStyle80 td {
    border: 1px solid #e4e4e4;
    vertical-align: middle;
    padding: 12px 24px;
    text-align: left;
    color: #333333;
}

.mediumText {
    font-family: "robotomedium";
}

.pagePicture {
    max-width: 100%;
    height: auto;
}

.skuPropertyValue.loading {
    position: relative;
}

.skuPropertyValue.loading img {
    opacity: 0;
}

.addCart:active {
    position: relative;
    top: 1px;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.hiddenZone {
    display: none;
}

@media all and (max-width: 1150px) {
    .product {
        width: 50%;
    }

    #brandList .item,
    #popSection .item {
        width: 33.333%;
    }
}

@media all and (max-width: 1024px) {
    #colorSwitcher {
        display: none !important;
    }

    #left .collapsed {
        display: none;
    }

    #bestsellers {
        margin-top: 0;
    }

    #left {
        margin-bottom: 24px;
    }

    #left,
    #right {
        display: block;
        width: 100%;
    }

    #smartFilter .heading {
        line-height: 46px;
        height: 46px;
    }

    #reformal_tab {
        display: none !important;
    }

    .product .getFastView,
    #specialProduct .productItem .getFastView,
    #catalogLineList .picture .getFastView {
        display: none !important;
    }

    #appFastView {
        display: none !important;
    }

    #fastViewStores {
        display: none !important;
    }

    #slider ol {
        display: none;
    }

    #specialBlock {
        display: none !important;
    }

    .product {
        width: 25%;
        height: 301px;
    }

    .product.last {
        line-height: 300px;
    }

    .product .tabloid {
        height: 300px;
    }

    .product .picture {
        height: 195px;
        line-height: 195px;
    }

    .productSpecialTime {
        top: 30px;
    }

    #leftMenu li .pc {
        display: table-cell;
    }

    #leftMenu .pc,
    #leftMenu .tx {
        padding: 8px;
    }

    #slider .videoPoster {
        display: block;
    }

    #slider .slideVideo {
        display: none;
    }

    .templateSwitcherSettings,
    .templateSwitcher {
        display: none !important;
    }

    #brandList .item,
    #popSection .item {
        width: 25%;
    }

    #homeCatalog .captionList {
        height: 50px;
        line-height: 50px;
    }

    #homeCatalog .captionBtnRight,
    #homeCatalog .captionBtnLeft {
        display: none !important;
    }

    #homeCatalog .caption a {
        font-size: 14px;
    }

    #homeCatalog #captionCarousel {
        position: relative;
    }

    #nextSection li {
        border-left: 1px solid #e7e8ea;
        border-right: 1px solid #e7e8ea;
    }
}

@media all and (max-width: 1150px) and (min-width: 1024px) {

    #popSection .item:nth-child(3n + 1).last,
    #brandList .item:nth-child(3n + 1).last {
        line-height: 70px;
        height: 70px;
        width: 100%;
    }

    #popSection .item:nth-child(3n + 1).last .icon,
    #brandList .item:nth-child(3n + 1).last .icon {
        display: none;
    }

    #popSection .item:nth-child(3n + 1).last .small,
    #brandList .item:nth-child(3n + 1).last .small {
        display: none;
    }
}

@media all and (max-width: 1024px) and (min-width: 1000px) {
    .product:nth-child(4n + 1).last {
        line-height: 70px;
        height: 70px;
        width: 100%;
    }

    .product:nth-child(4n + 1).last .icon {
        display: none;
    }

    .product:nth-child(4n + 1).last .small {
        display: none;
    }
}

@media all and (max-width: 1000px) and (min-width: 790px) {
    .product:nth-child(3n + 1).last {
        line-height: 70px;
        height: 70px;
        width: 100%;
    }

    .product:nth-child(3n + 1).last .icon {
        display: none;
    }

    .product:nth-child(3n + 1).last .small {
        display: none;
    }
}

@media all and (max-width: 1000px) {
    .product {
        width: 33.33333%;
    }

    .bx-auth .rightContainer .bx-title {
        margin-top: 12px;
    }
}

@media all and (max-width: 870px) {
    #headerTools .nf {
        display: none;
    }

    #catalogLine .column:last-child .label {
        display: none;
    }
}

@media all and (max-width: 850px) {
    #topHeading {
        display: none;
    }

    #leftFooter .column {
        padding-right: 24px;
        width: 50%;
    }

    #leftFooter .column:last-child {
        display: none;
    }

    #footerLine .col:first-child {
        display: none;
    }

    #footerLine .col:last-child {
        text-align: center;
        width: 100%;
        float: left;
    }

    #catalogLineList .column:last-child .priceLabel,
    #catalogLineList .column:last-child .price {
        font-size: 18px;
    }

    #modef {
        display: none !important;
    }

    #catalogLine .column:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 790px) and (min-width: 600px) {
    .product:nth-child(2n + 1).last {
        line-height: 70px;
        height: 70px;
        width: 100%;
    }

    .product:nth-child(2n + 1).last .icon {
        display: none;
    }

    .product:nth-child(2n + 1).last .small {
        display: none;
    }
}

@media all and (max-width: 790px) and (min-width: 500px) {
    #popSection .item:nth-child(3n + 1).last {
        line-height: 70px;
        height: 70px;
        width: 100%;
    }

    #popSection .item:nth-child(3n + 1).last .icon {
        display: none;
    }

    #popSection .item:nth-child(3n + 1).last .small {
        display: none;
    }
}

@media all and (max-width: 790px) and (min-width: 360px) {
    #brandList .item:nth-child(3n + 1).last {
        line-height: 70px;
        height: 70px;
        width: 100%;
    }

    #brandList .item:nth-child(3n + 1).last .icon {
        display: none;
    }

    #brandList .item:nth-child(3n + 1).last .small {
        display: none;
    }
}

@media all and (max-width: 790px) {
    .product {
        width: 50%;
    }

    #popSection .item {
        width: 33.33333%;
    }

    #brandList .item {
        width: 33.33333%;
    }

    #homeCatalog .caption {
        border: none;
    }
}

@media all and (max-width: 750px) {
    #requestPrice .productColumn {
        display: none;
    }

    #requestPrice .formColumn {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
        width: 100%;
    }

    #requestPrice input,
    #requestPrice textarea,
    #requestPrice #requestPriceSubmit {
        width: 100%;
    }

    #requestPrice input {
        height: 45px;
    }

    #requestPrice textarea {
        height: 50px;
    }

    #requestPrice #requestPriceContainer {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ffffff;
        transform: translateX(-50%);
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        width: 90%;
        left: 50%;
    }

    #requestPriceForm {
        margin-bottom: 24px;
    }

    #requestPrice .requestPriceFormHeading {
        margin-right: 0px;
    }
}

@media all and (max-width: 700px) {

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 300px;
    }

    #topMenu {
        margin-left: 12px;
    }

    #subHeader #logo,
    #subHeader.color_theme #logo,
    #subHeader.color_black #logo {
        border: 0;
    }

    #topSearch form {
        box-sizing: border-box;
    }

    #left {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
        display: block;
    }

    #right {
        display: block;
        margin-top: 24px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    #leftMenu li a {
        font-size: 16px;
    }

    #footer .top {
        box-sizing: border-box;
        padding: 0 12px;
    }

    #footer .bottom {
        box-sizing: border-box;
        padding: 0 12px;
    }

    #footer .bottom .left {
        width: 60px;
    }

    #flushFooterCart .item:nth-child(1) {
        display: none;
    }

    .copyright img {
        display: none;
    }

    .copyright {
        display: block;
        width: 60px;
        height: 60px;
        background: url(/local/templates/dresscode/images/sn.png) -360px -0px no-repeat transparent;
    }

    .copyright:hover {
        background-position: -360px -60px;
    }

    #catalogLineList .resizeColumn {
        width: 40%;
    }

    #catalogLineList .column .resizeColumn.last {
        width: 20%;
    }

    #catalogLineList .column:last-child .optional .label {
        width: 100%;
    }

    #catalogLineList .column:last-child .optional .label:first-child {
        display: none;
    }

    #catalogLineList .column:last-child .priceLabel {
        display: none;
    }

    #catalogTableList .column:nth-child(8) {
        display: none;
    }

    #appBasket {
        display: none !important;
    }

    #overlap {
        display: none !important;
    }

    .blurred {
        -webkit-filter: blur(0px) !important;
        -moz-filter: blur(0px) !important;
        -ms-filter: blur(0px) !important;
        -o-filter: blur(0px) !important;
        filter: blur(0px) !important;
    }

    #upButton {
        display: none !important;
    }

    #newsContainer .column .item .bigPicture {
        width: 100%;
        float: none;
    }

    #catalogSection .sectionItems .item .itemContainer .description {
        display: none;
    }

    div.mf-name,
    div.mf-email,
    div.mf-captcha,
    div.mf-message {
        width: 100%;
    }

    .product .row:first-child {
        display: none;
    }

    .product {
        height: 140px;
        width: 50%;
    }

    body .product:hover .tabloid {
        box-shadow: none;
        border-color: transparent;
    }

    .product .btn-simple.add-cart:hover {
        border-color: #e7e8ea;
    }

    .product.last {
        line-height: 140px;
    }

    .product .btn-simple {
        display: inline-block;
        font-size: 13px;
    }

    .product .tabloid {
        height: 100%;
    }

    .product:hover .tabloid {
        height: 100%;
    }

    .product .picture {
        height: 120px;
        line-height: 120px;
    }

    .product .optional {
        display: none;
    }

    .product .skuProperty {
        display: none;
    }

    /*.product .addCart{
display: none;
}*/
    .product .btn-simple {
        display: none;
    }

    .product .addCart {
        min-width: 90px;
        padding: 4px 8px 3px;
        color: #000;
        border-color: #e7e8ea;
        font-size: 13px;
        display: inline-block;
        line-height: 24px;
        margin-top: 0px;
        height: 24px;
    }

    .product .price .discount {
        height: auto;
    }

    .product .name {
        height: 36px;
        line-height: 36px;
    }

    .product .middle {
        line-height: 18px;
    }

    .product .price {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .product .price .measure {
        font-size: 14px;
    }

    .product .markerContainer {
        left: 6px;
        top: 6px;
    }

    .product .marker {
        margin-bottom: 2px;
    }

    .product .getPricesWindow .priceIcon {
        display: none;
    }

    .product .rating {
        display: none;
    }

    .productSpecialTime {
        display: none;
    }

    .productTable {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .productColImage {
        width: 110px;
        padding-right: 12px;
        display: table-cell;
        vertical-align: middle;
    }

    .productColText {
        display: table-cell;
        vertical-align: middle;
    }

    .product.last .icon {
        height: 33px;
        margin-bottom: 6px;
    }

    .product.last .icon .iconBig {
        display: none;
    }

    .product.last .icon .iconSmall {
        display: inline-block;
    }
}

@media all and (max-width: 634px) {

    #footerTabsCaption,
    #footerTabs {
        display: none;
    }

    #headerTools .tools .compare,
    #headerTools .tools .wishlist {
        display: none;
    }

    #catalogLineList .column {
        width: 50%;
    }

    #catalogLineList .prop {
        display: none;
    }

    #catalogLineList .column .resizeColumn {
        width: 50%;
    }

    #catalogLineList .column .resizeColumn.last {
        display: none;
    }

    #catalogTableList .column:nth-child(1) {
        display: none;
    }

    #catalogTableList .column:nth-child(2) {
        padding-left: 24px;
        width: auto;
    }

    .contactList li {
        margin-bottom: 24px;
        width: 100%;
    }

    #empty .emptyMenu li {
        width: 100%;
    }
}

@media all and (max-width: 660px) {
    #catalogLine .label {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .product {
        width: 100%;
    }

    .productColImage {
        width: 40%;
        min-width: 110px;
        max-width: 160px;
    }

    #popSection .item {
        height: 170px;
    }

    #popSection .nameWrap {
        height: 48px;
        line-height: 48px;
    }

    #popSection .last .value,
    #popSection .last .ps {
        font-size: 16px;
    }

    #brandList .last .ps,
    #brandList .last .value,
    #popSection .last .small {
        font-size: 14px;
    }

    #homeCatalog #captionCarousel:before {
        content: "";
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        width: 80px;
        height: 100%;
        background: -moz-linear-gradient(left,
            rgba(43, 43, 43, 0) 0%,
            rgba(43, 43, 43, 1) 100%);
        background: -webkit-linear-gradient(left,
            rgba(43, 43, 43, 0) 0%,
            rgba(43, 43, 43, 1) 100%);
        background: linear-gradient(to right,
            rgba(43, 43, 43, 0) 0%,
            rgba(43, 43, 43, 1) 100%);
        pointer-events: none;
    }
}

@media all and (max-width: 525px) {
    #catalogLine .column:last-child {
        display: none;
    }

    #catalogLine .column:nth-child(2) {
        float: right;
    }
}

@media all and (max-width: 500px) {

    .top-auth-personal,
    .top-auth-exit,
    .top-auth-login,
    .top-auth-register {
        border: none !important;
        position: absolute;
        top: 103px;
    }

    .top-auth-personal,
    .top-auth-login {
        left: 12px;
    }

    .top-auth-exit {
        left: 120px;
    }

    .top-auth-register {
        left: 52px;
    }

    #subHeader #headerTools,
    #subHeader.color_theme #headerTools,
    #subHeader.color_black #headerTools {
        border: 0;
    }

    #headerTools .telephone {
        line-height: 21px !important;
        border: none !important;
        position: absolute;
        padding: 0px;
        right: 0px;
        top: 107px;
    }

    #headerTools .telephone .callBack {
        display: none;
    }

    #headerTools .telephone .nf {
        margin: 0;
        float: none;
        display: block;
    }

    #headerTools .telephone .nf .heading {
        display: none;
    }

    #headerTools .telephone .nf .heading:first-child {
        font-family: "robotomedium";
        font-size: 14px;
        display: block;
        color: #888888;
    }

    #subHeader #headerTools .tools li,
    #subHeader.color_theme #headerTools .tools li,
    #subHeader.color_black #headerTools .tools li {
        border: none !important;
    }

    #subHeader #topService,
    #subHeader.color_theme #topService,
    #subHeader.color_black #topService {
        border: none;
    }

    #topHeader #topService li,
    #topHeader.color_theme #topService li,
    #topHeader.color_black #topService li {
        padding: 0px;
        border: none;
    }

    #topService.color_theme>li>a {
        color: #ffffff !important;
    }

    #topService.color_theme>li>a:hover {
        opacity: 0.8;
    }

    #topHeader.color_theme #topService,
    #topHeader.color_black #topService {
        border: 0;
    }

    #logo {
        padding-left: 12px;
        line-height: 80px;
        height: 80px;
    }

    #headerTools .tools li {
        line-height: 80px;
    }

    #topMenu {
        margin-left: 0px;
    }

    .user-geo-position {
        padding-right: 12px;
        text-align: right;
    }

    #topSearch input[type="text"] {
        padding-left: 6px;
    }

    #topService li a {
        color: #888888;
    }

    #panel {
        position: fixed;
        z-index: 9999;
    }

    #logo {
        text-align: left;
    }

    #topSearch input[type="text"] {
        font-size: 14px;
    }

    #topSeachCloseForm {
        font-size: 13px;
    }

    #popSection .item {
        width: 50%;
        height: 150px;
    }

    #popSection .nameWrap {
        height: 32px;
        line-height: 32px;
    }

    #popSection .item:nth-child(2n + 1).last {
        line-height: 95px;
        height: 95px;
        width: 100%;
    }
}

.other-news .name:hover {
    color: #e7b900;
}

.webFormTools input[type="submit"] {
    background: #ffda44;
    color: #000;
}

.webFormTools input[type="submit"]:hover {
    background: #e7b900;
}

.theme-link-dashed:active {
    position: relative;
    top: 1px;
}

.tabs-wrap {
    margin: 24px 0;
}

.tabs-wrap .tabs-links {
    font-size: 0;
}

.tabs-wrap .tab-link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.tabs-wrap .tab-link:active {
    top: 1px;
}

.tabs-wrap .tab-link:last-child {
    margin-right: 0;
}

.tabs-wrap .tab-btn-link {
    position: relative;
    display: inline-block;
    min-width: 126px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 6px 6px 0;
    padding: 12px 14px 10px;
    font-family: "Unbounded";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    color: #888888;
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.tabs-wrap .tab-dashed-link {
    position: relative;
    display: inline-block;
    margin: 0 30px 6px 0;
    font-family: "Montserrat";
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs-wrap .tab-dashed-link.active {
    color: #000000;
    border-color: #000000;
}

.tabs-wrap .tab-dashed-link.active:hover {
    color: #000000;
    border-color: #000000;
}

.tabs-wrap .tabs-content {
    margin-top: 18px;
}

.tabs-wrap .tab-content {
    display: none;
}

.tabs-wrap .tab-content.active {
    display: block;
}

.consultation-wrap {
    box-sizing: border-box;
    padding: 14px 40px 16px 22px;
    border: 1px solid #e7e8ea;
    background: #fafafa;
    color: #000000;
}

.consultation-wrap .tb {
    width: 100%;
}

.consultation-wrap .image {
    width: 128px;
}

.consultation-wrap .consultation-btn-wrap {
    width: 224px;
    text-align: right;
}

.consultation-wrap .consultation-heading {
    margin-bottom: 6px;
    font-family: "robotomedium";
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.consultation-wrap .text {
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 790px) {
    .consultation-wrap {
        padding: 18px 12px;
    }

    .consultation-wrap .tc.image {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .consultation-wrap .tc {
        display: block;
        width: 100%;
        text-align: left;
    }

    .consultation-wrap .consultation-btn-wrap {
        margin-top: 18px;
    }
}

.table-simple th {
    vertical-align: middle;
    padding: 12px 24px;
    font-family: "robotomedium";
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
}

.table-simple td {
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #e4e4e4;
}

.table-simple td:last-child {
    text-align: center;
}

.addCart.added {
    color: #fff !important;
}

.price-container .addCart.added:hover {
    border-color: transparent;
}

@media screen and (max-width: 1024px) {
    .detail-text-wrap .h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .detail-text-wrap .h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 800px) {
    .blockquote-wrap blockquote:before {
        width: 20px;
        height: 18px;
    }

    .blockquote-wrap {
        padding: 18px 12px 18px 24px;
    }
}

@media screen and (max-width: 790px) {
    .new-list-items {
        margin: -3px;
    }

    .new-list-items .list-item-wrap {
        width: 100%;
        padding: 3px;
    }

    .new-list-items .list-item {
        padding: 8px;
    }
}

@media screen and (max-width: 500px) {
    .detail-text-wrap .h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .detail-text-wrap .h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .detail-text-wrap .h3 {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (max-width: 400px) {
    .new-list-items .price {
        font-size: 16px;
    }

    .new-list-items .name {
        max-height: 36px;
    }
}

.gray-bg-text {
    margin-bottom: 24px;
    padding: 30px 24px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    background: #f9f9f9;
}

@media screen and (max-width: 1024px) {
    .gray-bg-text {
        padding: 12px;
    }
}

.btn-wrap {
    margin-top: 24px;
    font-size: 0;
}

.btn-wrap .btn-simple {
    vertical-align: top;
    margin-bottom: 6px;
    margin-right: 6px;
}

.active-link {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.active-link:active {
    position: relative;
    top: 1px;
}

.inactive-link {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.inactive-link:active {
    position: relative;
    top: 1px;
}

.text-link {
    display: inline-block;
    vertical-align: middle;
    color: #3b3732;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.text-link:active {
    position: relative;
    top: 1px;
}

.big-text-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #3b3732;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.big-text-link:active {
    position: relative;
    top: 1px;
}

.link-dashed {
    display: inline-block;
    font-family: "Unbounded";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.link-dashed:active {
    position: relative;
    top: 1px;
}

.theme-link-dashed {
    display: inline-block;
    font-family: "Unbounded";
    font-size: 14px;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.theme-link-dashed:active {
    position: relative;
    top: 1px;
}

.banners-list {
    max-width: none;
    margin: 0 -12px 42px;
    font-size: 0;
}

.banners-list .banner-wrap {
    display: inline-block;
    width: 50%;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top;
}

.banner-wrap .banner-elem {
    border: 1px solid #e7e8ea;
}

.banner-wrap+.global-block-container .detail-text-wrap {
    margin-top: 0;
}

.banner-elem {
    height: 296px;
    overflow: hidden;
}

.banner-elem .container {
    height: 100%;
}

.banner-elem .tb {
    height: 100%;
}

.banner-elem .tr {
    display: table-row;
    height: 100%;
}

.banner-elem .text-wrap {
    padding-left: 54px;
    color: #000;
}

.banner-elem .text-wrap *:last-child {
    margin-bottom: 0;
}

.banner-elem .date {
    margin-bottom: 6px;
    font-size: 13px;
    color: #000000;
}

.banner-elem h1 {
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 43px;
    max-height: 86px;
    overflow: hidden;
}

.banner-elem .h2 {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.banner-elem .price {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
    max-height: 22px;
    overflow: hidden;
}

.banner-elem .descr {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
}

.banner-elem .image {
    width: 55%;
    vertical-align: middle;
    padding-left: 12px;
    font-size: 0;
    line-height: 0;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-elem .image img {
    display: block;
    max-width: 100%;
    max-height: 296px;
    width: auto;
    height: auto;
    margin-left: auto;
    transition: all 0.4s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1);
}

.banner-elem .image-link {
    display: block;
    width: auto;
}

.banner-elem .image-link:hover img {
    transform: translate3d(0, 0, 0) scale(1.02);
}

.banner-elem .image .image-link {
    display: inline-block;
}

.banner-elem .image .image-link img {
    display: inline-block;
    margin: auto;
}

.banner-elem .social {
    height: 60px;
    margin-top: 12px;
}

@media screen and (max-width: 1600px) {
    .banners-list {
        margin: 0 -8px 42px;
    }

    .banners-list .banner-wrap {
        padding: 8px;
    }

    .banner-elem .text-wrap {
        padding-left: 24px;
    }

    .banner-elem .image {
        width: 60%;
    }
}

@media screen and (max-width: 1400px) {
    .banners-list {
        margin: 0 -6px 42px;
    }

    .banners-list .banner-wrap {
        padding: 6px;
    }

    .banner-elem {
        height: 260px;
    }

    .banner-elem .image img {
        max-height: 260px;
    }

    .banner-elem .text-wrap {
        padding-left: 18px;
    }

    .banner-elem .price {
        font-size: 16px;
        line-height: 20px;
        max-height: 20px;
    }

    .banner-elem .social {
        height: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .banner-elem h1 {
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 29px;
        max-height: 58px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-elem {
        height: 220px;
    }

    .banner-elem .image {
        width: 50%;
    }

    .banner-elem .image img {
        max-height: 220px;
    }

    .banner-elem .h2 {
        font-size: 18px;
        line-height: 22px;
        max-height: 44px;
    }

    .banner-elem .price {
        font-size: 15px;
        line-height: 18px;
        max-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .banners-list {
        margin: 0 -3px 24px;
    }

    .banners-list .banner-wrap {
        padding: 3px;
    }

    .banner-elem {
        height: 160px;
    }

    .banner-elem h1 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 24px;
        max-height: 48px;
    }

    .banner-elem .image {
        width: 55%;
    }

    .banner-elem .image img {
        max-height: 160px;
    }

    .banner-elem .price {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .banners-list .banner-wrap:nth-child(n) {
        width: 100%;
    }

    .banner-elem .text-wrap {
        padding-left: 24px;
    }

    .banner-elem .image {
        width: 50%;
        text-align: center;
    }

    .banner-elem .image img {
        margin: 0 auto;
    }
}

.fullscreen-banner {
    height: 470px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e8ea;
}

.fullscreen-banner .container {
    position: relative;
    height: 100%;
}

.fullscreen-banner #breadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.fullscreen-banner #breadcrumbs+.tb .text-wrap {
    padding: 42px 0 0;
}

.fullscreen-banner h1 {
    margin-bottom: 12px;
}

.fullscreen-banner .price {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
    max-height: 36px;
}

.fullscreen-banner .descr {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    max-height: 120px;
}

.fullscreen-banner .image {
    width: 55%;
}

.fullscreen-banner .image img {
    margin: 0 auto;
    max-height: 470px;
}

@media screen and (max-width: 1600px) {
    .fullscreen-banner {
        height: 440px;
    }

    .fullscreen-banner .image img {
        max-height: 440px;
    }
}

@media screen and (max-width: 1400px) {
    .fullscreen-banner {
        height: 420px;
    }

    .fullscreen-banner .price {
        font-size: 24px;
        line-height: 30px;
        height: 30px;
    }

    .fullscreen-banner .descr {
        margin-bottom: 18px;
    }

    .fullscreen-banner .image {
        width: 50%;
    }

    .fullscreen-banner .image img {
        max-height: 420px;
    }
}

@media screen and (max-width: 1024px) {
    .fullscreen-banner {
        height: 290px;
    }

    .fullscreen-banner .image {
        width: 45%;
    }

    .fullscreen-banner .image img {
        max-height: 290px;
    }

    .fullscreen-banner .descr {
        margin-bottom: 12px;
        line-height: 20px;
        max-height: 80px;
    }

    .hide-1024 {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .fullscreen-banner {
        height: 270px;
    }

    .fullscreen-banner .image {
        width: 40%;
    }

    .fullscreen-banner .image img {
        max-height: 270px;
    }

    .fullscreen-banner .descr {
        max-height: 60px;
    }
}

@media screen and (max-width: 700px) {
    .fullscreen-banner {
        height: 260px;
    }

    .fullscreen-banner .image img {
        max-height: 260px;
    }

    .fullscreen-banner #breadcrumbs {
        left: 12px;
        width: auto;
        right: 0;
        margin-top: 12px;
    }

    .hide-700 {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .banner-hide-images {
        background: none !important;
    }

    .banner-hide-images .image {
        display: none;
    }

    .hide-600 {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .fullscreen-banner {
        height: 170px;
    }

    .fullscreen-banner .image img {
        max-height: 170px;
    }

    .fullscreen-banner .descr {
        display: none;
        max-height: 40px;
    }

    .fullscreen-banner .image {
        width: 50%;
    }

    .fullscreen-banner .btn-simple {
        padding: 13px 8px 11px;
    }

    .hide-500 {
        display: none !important;
    }
}

.banner-elem.arbitrary-banner .container {
    padding: 0;
}

@media screen and (max-width: 1600px) {
    .banner-elem.arbitrary-banner {
        height: 420px;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 420px;
    }
}

@media screen and (max-width: 1400px) {
    .banner-elem.arbitrary-banner {
        height: 340px;
    }

    .banner-elem.arbitrary-banner .image {
        width: 55%;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 340px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-elem.arbitrary-banner {
        height: 300px;
    }

    .banner-elem.arbitrary-banner .image {
        width: 50%;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-elem.arbitrary-banner {
        height: 260px;
    }

    .banner-elem.arbitrary-banner .image {
        width: 55%;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 260px;
    }
}

@media screen and (max-width: 800px) {
    .banner-elem.arbitrary-banner {
        height: 250px;
    }

    .banner-elem.arbitrary-banner .image {
        width: 50%;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 250px;
    }
}

@media screen and (max-width: 700px) {
    .banner-elem.arbitrary-banner {
        height: auto;
        margin-bottom: 18px;
        border: 1px solid #e7e8ea;
    }

    .banner-elem.arbitrary-banner .descr {
        max-height: 80px;
    }

    .banner-elem.arbitrary-banner .text-wrap {
        display: block;
        margin-bottom: 6px;
        padding: 12px 12px 0;
    }

    .banner-elem.arbitrary-banner h1 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .banner-elem.arbitrary-banner .image {
        display: block;
        width: 100%;
        padding: 0;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 250px;
        margin: 0 auto;
    }

    .banner-elem.arbitrary-banner.banner-no-bg .image img {
        max-height: none;
    }
}

@media screen and (max-width: 500px) {
    .banner-elem.arbitrary-banner .descr {
        display: block;
    }

    .banner-elem.arbitrary-banner h1 {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 20px;
        max-height: 60px;
    }

    .banner-elem.arbitrary-banner .image img {
        max-height: 200px;
    }
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    3% {
        fill-opacity: 1;
    }

    75% {
        fill-opacity: 0;
    }
}

@keyframes opacity {
    3% {
        fill-opacity: 1;
    }

    75% {
        fill-opacity: 0;
    }
}

@-webkit-keyframes opacity-stroke {
    10% {
        stroke-opacity: 1;
    }

    85% {
        stroke-opacity: 0;
    }
}

@keyframes opacity-stroke {
    10% {
        stroke-opacity: 1;
    }

    85% {
        stroke-opacity: 0;
    }
}

@-webkit-keyframes colors {
    0% {
        fill: yellowgreen;
    }

    10% {
        fill: gold;
    }

    75% {
        fill: crimson;
    }
}

@keyframes colors {
    0% {
        fill: yellowgreen;
    }

    10% {
        fill: gold;
    }

    75% {
        fill: crimson;
    }
}

@-webkit-keyframes colors-stroke {
    0% {
        stroke: yellowgreen;
    }

    10% {
        stroke: gold;
    }

    75% {
        stroke: crimson;
    }
}

@keyframes colors-stroke {
    0% {
        stroke: yellowgreen;
    }

    10% {
        stroke: gold;
    }

    75% {
        stroke: crimson;
    }
}

@-webkit-keyframes colors-2 {
    0% {
        fill: yellow;
    }

    50% {
        fill: red;
    }

    65% {
        fill: orangered;
    }

    95% {
        fill: gold;
    }
}

@keyframes colors-2 {
    0% {
        fill: yellow;
    }

    50% {
        fill: red;
    }

    65% {
        fill: orangered;
    }

    95% {
        fill: gold;
    }
}

@-webkit-keyframes colors-3 {
    0% {
        fill: yellowgreen;
    }

    50% {
        fill: turquoise;
    }

    65% {
        fill: yellow;
    }

    95% {
        fill: orange;
    }
}

@keyframes colors-3 {
    0% {
        fill: yellowgreen;
    }

    50% {
        fill: turquoise;
    }

    65% {
        fill: yellow;
    }

    95% {
        fill: orange;
    }
}

@-webkit-keyframes transform {
    10% {
        -webkit-transform-origin: 70px 70px;
        transform-origin: 70px 70px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@keyframes transform {
    10% {
        -webkit-transform-origin: 70px 70px;
        transform-origin: 70px 70px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@-webkit-keyframes transform-2 {
    40% {
        -webkit-transform: scale(0.85) translate(10px, 10px);
        transform: scale(0.85) translate(10px, 10px);
    }

    60% {
        stroke-width: 20;
    }
}

@keyframes transform-2 {
    40% {
        -webkit-transform: scale(0.85) translate(10px, 10px);
        transform: scale(0.85) translate(10px, 10px);
    }

    60% {
        stroke-width: 20;
    }
}

#homeCatalog .caption.selected {
    background-color: #ffda44 !important;
}

body.panels_white #homeCatalog .caption.selected a {
    color: #000000 !important;
}

    {
    padding-top: 10px;
}

    {
    background-color: #ffda44 !important;
}

#headerLine4.color_theme #topAuth ul li a,
#headerLine4.color_theme .user-geo-position-value-link {
    color: #000000 !important;
}

#subHeader7 .firstPhones .callBack {
    color: #000000 !important;
}

#subHeader7 .firstPhones .callBack:after {
    border-color: #000000 !important;
}

#subHeader7 .cart .active .count {
    border: 2px solid #000;
    color: #000;
}

#subHeader7 .topWishlist .active .value,
#subHeader7 .topCompare .active .value {
    border: 2px solid #000000;
    color: #000000;
}

#subHeader7 .cart .active .total {
    color: #000 !important;
}

.str__menu .str__menuIcon {
    cursor: pointer;
    position: relative;
    top: -68px;
    right: 24px;
    z-index: 9;
    vertical-align: middle;
    line-height: 65px;
    height: 65px;
    float: right;
    width: 27px;
    background: url(/local/templates/dresscode/images/iconMenuBlack.png) 0 50% no-repeat transparent;
}

.str__menu {
    display: table-cell;
    vertical-align: top;
    width: 366px;
}

#left .heading,
#right .heading {
    margin-left: 0;
}

#subHeader7 .scheduleIcon {
    width: 34px;
    height: 34px;
}

.hidden-metta {
    display: none;
}

.phonesTc .heading a {
    color: #303030;
    font-family: Unbounded;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;

    text-decoration: none;
}

.bordered td {
    border: 1px solid #c3c3c3;
}

.table-wrap {
    overflow: auto;
}

#basketProductList .product {
    height: 420px;
}

.discount {
    color: black !important;
}

.wdiscount {
    color: red !important;
    display: inline-block;
    margin-left: 7px;
}

.wprice {
    font-family: "Montserrat";
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    font-size: 21px;
}

.pay-img {
    float: left;
    width: 20%;
    height: auto;
    margin-right: 5px;
}

.bordered td {
    border: 1px solid #c3c3c3;
}

.table-wrap {
    overflow: auto;
}

#basketProductList .product {
    height: 420px;
}

.discount {
    color: black !important;
}

.wdiscount {
    color: red !important;
    display: inline-block;
    margin-left: 7px;
}

.wprice {
    font-family: "Montserrat";
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    font-size: 21px;
}

.pay-img {
    float: left;
    width: 20%;
    height: auto;
    margin-right: 5px;
}

.footerfixphone {
    display: none;
}

@media (max-width: 640px) {
    .footerfixphone {
        position: fixed;
        bottom: 50px;
        line-height: normal;
        background-color: #ffffff;
        padding: 20px 10px 10px 10px;

        width: 100%;
        display: inline-block;
    }

    .footerfixphone a {
        color: red;
        font-weight: bold;
        font-size: 22px;
        text-decoration: none;
        display: inline-block;
        background-color: #ffffff;
    }
}

.webFormMessageExit {
    color: #ffffff !important;
}

.sale-order-payment-change-pp-list {
    opacity: 1;
}

.delivery-page label {
    font-weight: normal;
}

.label-dop span {
    display: flex;
}

.result-b__i {
    font-size: 18px;
    margin-bottom: 5px;
}

.result-b__i-desc {
    display: block;
    font-size: 12px;
    margin-top: -2px;
}

.recall_back {
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;

    display: none;
}

.recall_back:target {
    display: block;
}

.recall_container {
    box-shadow: 1px 1px 12px rgb(60 60 60 / 30%);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #ffffff;

    position: absolute;
    height: auto;
    width: 70%;
    left: 10%;
    top: 10%;
    right: 10%;
}

.recall_container>.webFormDw {
    padding: 5%;
    width: 90%;
}

.recall_exit {
    position: absolute;
    top: 0.7em;
    right: 0.7em;
    font-size: 3em;
    text-decoration: none;
    color: black;
}

@media (max-width: 800px) {
    .recall_container {
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        padding-top: 2.3em;
    }
}

.big-table {
    overflow: auto;
    position: relative;
}

.big-table table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

.objects__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.objects__items {
    margin-bottom: 50px;
    max-width: 49%;
}

.objects__title {
    color: #303030;
    font-family: Unbounded;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    max-width: 450px;
    margin: -60px auto 0;
}

.hidden-xl {
    display: none;
}

.hidden-mob {
    display: block;
}

.eq .btn {
    max-width: 140px;
    padding: 10px;
    margin-bottom: 15px;
}

.copyright {
    width: 100%;
    height: auto;
    color: rgb(145, 144, 142);
}

#map {
    width: 100%;
    height: 1000px;
}
.card__item-actions .comparison-total {
    display: none;
}
/* CART ORDER */

.trashBobyListHeader {
    font-weight: bold;
    padding: 5px 0px !important;
    display: flex;
    background: transparent !important;
    border: none !important;
    border-radius: none !important;
}

.trashBobyListHeader .trashProductName {
    align-items: center !important;
    padding: 5px 0px !important;
}

.trashBobyListHeader .trashProductDelete a div {
    display: none;
}

.trashProduct {
    display: flex;
    padding: 40px 20px;
    margin-top: 20px;
    align-items: center;
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

.trashBobyListHeader.trashProduct {
    border-radius: 4px 4px 0px 0px;
}

.trashBobyListHeader .trashProductImage {
    width: 13%;
}

.trashProduct .firstProductBlock {
    display: flex;
    width: 70%;
    margin-right: 50px;
}

.trashProduct .firstProductBlock>div {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: bold;
}

.trashProduct .firstProductBlock .trashProductName {
    width: 71%;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.trashProduct .firstProductBlock .trashProductName span{
    color: #142b51;
    font-size: 14px;
}
.trashProduct .lastProductBlock {
    width: 40%;
    display: flex;
    align-items: center;
}

.trashProductPrice {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.trashProductAmount {
    text-align: center;
}

.trashProductAmount input {
    margin: 0;
}

.trashProductAmount a {
    width: 40px;
    text-decoration: none;
    font-size: 30px;
    height: 30px;
}

.trashProductSum {
    text-align: center;
}

.trashProductDelete {
   position: absolute;
    right: 25px;
    top: 15px;
    display: flex;
    align-items: center;
}

.trashProductImage {
    text-align: center;
    width: 200px;
    margin-right: 10px;
}

.trashProductImage img {
    width: auto;
    background-color: #fff;
    max-height: 100px;
}
.trashProductVendor {
    color: rgb(145, 144, 142);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.trashProductName {
    text-align: center;
    width: 33%;
    padding: 0;
    flex-direction: column;
    align-items: flex-start !important;
}

.trashProductName .trashProductNameTitle {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.trashProductSum,
.product__price-amount {
    font-size: 14px;
}
.print {
    margin-right: 50px;
}
.print img,
.savefromprint img{
    margin-right: 10px;
}
.link_bottom {
    color: rgb(48, 48, 48);
    font-weight: 500;
}
.btn-clean {
    background: transparent;
    border: 0;
    border-bottom: 1px dashed rgb(48, 48, 48);
    color: rgb(48, 48, 48);
    font-weight: 500;
}
.min__order {
    border-top: 1.5px solid rgb(231, 74, 74);
    border-radius: 12px;
    box-shadow: 0px 12px 22px 0px rgba(18, 46, 71, 0.1);
    background: radial-gradient(210.15% 84.86% at 65% 21%,rgba(255, 255, 255, 0.77) 27.444%,rgba(255, 255, 255, 0) 100%)/* Предупреждение: градиент использует вращение, не поддерживаемое CSS, и может работать не так, как ожидается. */,rgb(253, 253, 253);
    max-width: 540px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
    gap: 12px;
}
#msCart #msOrder {
    position: sticky;
    width: auto;
    display: block;
    top: 85px;
    margin: 0px;
    background: rgb(243, 243, 243);
    border-radius: 20px;
    max-width: 340px;
}
.order__info.cost_remains_block {
    border-top: 2px dashed #E74A4A;
}
.remainCost {
    font-size: 20px;
    padding-top: 20px;
}
.link.underlinelink.text-end{
    width: fit-content;
    margin: 0 auto;
    display: block;
    margin-right: 0;
    margin-top: 20px;
}
.underlinelink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed rgb(145, 144, 142);
}
.order__info {
    padding: 25px 40px;
    border-top: 1px dashed #303030;
    width: 100%;
}
.order__info:last-child{
    border-bottom: 0;
}
.order__info-number {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.order__info-row {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.order__info-row div {
    display: flex;
}
.order__info-row div:before {
    content: '';
    border-bottom: 1.5px dashed rgb(192, 192, 192);
    margin-bottom: 4px;
    flex: 1 1 auto;
    order: 2;
}

#msOrder .stiky__block {
        top: 0;
    margin: 0px;
    padding-top: 20px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0px 0px;
    max-width: 100%;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px dashed;
}
.orderSubtitle {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 10px;
}
.orderDescription {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.box {
    position: relative;
}

.box .absoluteTitle {
    position: absolute;
    top: -40px;
    left: 0px;
    font-size: 12px;
    font-weight: normal;
}

.trashProductName .trashProductNameTitle .catalog__article {
    font-weight: 400;
}

.trashProductName .trashProductNameTitle .catalog__article span {
    color: #4f4f4f;
}

.trashProductPrice .catalogStock {
    width: auto;
    min-width: 150px;
    justify-content: space-evenly;
    top: 0;
    margin-bottom: 5px;
    box-shadow: none;
    position: relative;
}



.trashProductPrice .catalogStockLeft:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    left: -20px;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.trashProductPrice .catalogStock .trashDiscountPrice {
    width: auto;
}

.table_amount {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: rgb(243, 243, 243);
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    width: 160px;
    height: 57px;
    text-align: center;
    justify-content: space-evenly;
}

.table_amount button {
    background: none;
    border-radius: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.12s ease-out;
    outline: 0;
}

.table_amount button:hover {
    border-color: transparent;
    color: white;
    opacity: 0.4;
}

.table_amount input {
    border: none;
    /*border-top: 1px solid #cecece;*/
    /*border-bottom: 1px solid #cecece;*/
    max-width: 40px;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto-Light";
    text-align: center;
    height: 28px;
    line-height: 30px;
}

.product-desc__amount {
    border: none;
    min-width: 25px;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    line-height: 30px;
    width: 40px;
}

.trashProductAmountPlus.active div {
    border-color: #4f5050;
}

.trashProductAmountPlus.delete {
    border: none;
    background: none;
}

.trashProductAmountPlus.delete div {
    border-color: #f32157;
}
.smallopt {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 5px;
}
.cart_row.price.basket__product_total {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
}
.price__stuff {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.cart__column {
    align-items: flex-start;
    margin-left: 50px;
}
#msOrder {
    margin-top: 15px !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.trashForm.stiky-block.getorder {
    position: sticky;
    width: auto;
    display: block;
    top: 85px;
    margin: 0px;
    background: rgb(243, 243, 243);
    border-radius: 20px;
    max-width: 340px;
}
.getorder .stiky__block.bg-yellow{
    top: 0;
    margin: 0px;
    padding-top: 20px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0px 0px;
    max-width: 100%;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px dashed;
}


.finishPriceBox {
    margin-bottom: 10px;
    display: flex;
    font-weight: bold;
    align-items: flex-end;
    flex-direction: column;
    font-size: 20px;
    width: 72%;
}

.trashHeadProduct {
    display: flex;
    width: 100%;
}

.trashHeadProduct .title {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.firstProductBlock {
    width: 100%;
}

.lastProductBlock {
    display: flex;
    width: 100%;
}

input#building {
    margin-left: 65px;
}

.finishPriceBox .finishPrice {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
    font-size: 15px;
    z-index: 1;
    font-weight: normal;
}

.ms2_total_cost {
    margin-left: 10px;
    font-size: 24px !important;
    color: black;
    font-weight: bold !important;
}

.finishPriceButtons {
    display: flex;
}

.finishPriceButtons a,
.finishPriceButtons .buttonFixedFooter {
    border-radius: 3px;
    width: 300px;
    margin-left: 20px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    padding: 8px;
    color: #ffffff;
    background-color: #5aacee;
    text-decoration: none;
    border: 1px solid #5aacee;
    transition: background-color 0.12s ease-in-out;
}

.finishPriceButtons a:hover,
.finishPriceButtons .buttonFixedFooter:hover {
    color: #5aacee;
    background-color: transparent;
}

.msMiniCart .empty a {
    border: 0;
}

.msMiniCart .empty a:hover {
    background-color: transparent !important;
    outline: none;
}
.orderInput {
    border-radius: 6px;
    background: rgb(242, 242, 242);
    border: 0;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #303030;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    width: 100%;
}
.stiky-block {
    position: sticky;
    width: auto;
    display: block;
    top: 85px;
    margin: 0px;
}
.trashForm.ordergo.ms2_form {
    background: rgb(243, 243, 243); 
    border-radius: 20px;
    flex-direction: column;
    min-width: 340px;
}
.trashBodyContainerBottom {
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trashForm.ms2_form {
    flex-direction: column;
}
textarea#comment {
    padding: 15px 20px;
    margin-bottom: 20px;
    color: rgba(48, 48, 48, 0.4);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 6px;
    background: rgb(242, 242, 242);
    border: 0;
    height: 100px;
}
.trashFormCont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 20px;
    font-size: 16px;
    align-items: flex-start;
}

.trashFormWay>div {
    margin-bottom: 0;
    flex-basis: 49%;
    background: #fff;
    box-shadow: 0 0 0 1px #E4E4E4;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.trashFormName {
    justify-content: space-between;
}

.trashBodyContainerBottom .miniBox {
    width: 49%;
}

.trashFormName textarea {
    width: 100%;
    resize: none;
    height: 100px;
    padding: 15px;
    box-sizing: border-box;
}

.trashFormName .inputGroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
}

.trashFormName .inputGroup input {
    margin: 0;
    max-width: 100%;
}

.trashFormName label {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.trashFormName label:last-child {
    margin-bottom: 0;
}

.trashFormNameTitle {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.trashFormName .control {
    height: auto;
    cursor: pointer;
    position: relative;
}

.trashFormName .control:hover {
    color: #fc0d1b;
}

.trashOrderList {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.trashProduct.getorder_s .firstProductBlock {
    width: 80%;
}

.trashProduct.getorder_s .lastProductBlock {
    width: 20%;
}


.trashProduct.getorder_s .firstProductBlock .catalog__article {
    width: 25%;
    font-size: 14px;
}

.trashProduct.getorder_s .lastProductBlock .trashProductPrice .product__price-amount {
    text-align: center;
    font-size: 18px;
    color: #ee3339;
}

.infoOrder {
    margin-top: 25px;
    width: 25%;

}

.infoOrder.products {
    width: 75%;
}

.infoOrder span {
    font-weight: 800;
}

.trashOrderTitle {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}

.inputGroup {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
    margin-bottom: 0;
}

.inputGroup label {
    position: relative;
}

#msOrder .required-star {
    display: inline-block !important;
    color: #f32157;
    padding-left: 1px;
}

.inputGroup input {
    max-width: 235px;
    margin-right: 0;
    width: 100%;
}

.inputGroup input:focus {
    border-color: #2196f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #2196f37d;
}

.trashFormTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.trashFormDop {
    display: flex;
    justify-content: space-between;
}

.trashFormDop .filter__range-wrap {
    width: auto !important;
}

.trashFormDop .filter__range-wrap:first-child {
    margin-right: 40px;
}

.trashFormDop input {
    max-width: 140px;
    width: 100%;
    margin-left: 20px;
}

.trashFormDopThree input {
    width: 80px;
}

.trashFormDopThree .filter__range-wrap {
    margin-right: 20px !important;
}

.trashFormDopThree .filter__range-wrap:last-child {
    margin-right: 0 !important;
}

.trashFormComment textarea {
    max-width: 540px;
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px 15px;
    text-align: left;
    margin: 0;
    font-family: sans-serif;
}

.trashFormWay {
    margin-top: 30px;
    display: flex;
    width: 100%;
}

.trashFormWay .trashFormNameTitle {
    margin-top: 5px;
    margin-bottom: 20px;
}

.trashFormWay .trashFormContainer {
    display: flex;
    flex-direction: column;
}

.trashFormWay .trashFormContainer>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.trashFormContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
}

.trashFromWayBodyTitle {
    height: 100%;
    display: flex;
    width: 70%;
}

.trashFromWayBodyTitle .control--radio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.trashFromWayBodyTitle .control--radio .text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

label.control.control--radio {
    margin-bottom: 18px;
}

.trashFromWayBodyTitle .control--radio .text span {
    color: black;
    font-size: 14px;
}

.trashFromWayBodyTitle .control--radio .control__indicator {
    position: relative;
}

.trashFromWayBodyPrice {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.trashFromWayBodyPrice svg {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.trashFromWayBodyPrice div {
    position: absolute;
    right: 0;
    top: -100%;
    max-width: 0px;
    min-width: 0;
    padding: 0;
    left: 30px;
    z-index: 2;
    background: white;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    transition: 0.12s ease-out;
    opacity: 0;
}

.trashFromWayBodyPrice span {
    position: relavite;
    min-width: 250px;
    display: block;
}

.trashFromWayBodyPrice svg path {
    transition: 0.12s ease-out;
}

.trashFromWayBodyPrice:hover div {
    opacity: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    max-width: 270px;
    min-width: 270px;
}

.trashFromWayBodyPrice:hover path {
    fill: #5aacee
}

.trashFromWayBodyPrice div {
    max-width: 220px;
}

.trashFromWayBodyPrice div span {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.trashFormPay {
    border-bottom: 0;
}

.trashFormPay .trashFormContainer {
    display: flex;
    justify-content: flex-start;
}

.trashFormPay .trashFormContainer>div {
    justify-content: flex-start;
    display: flex;
    width: auto;
    border-bottom: 0 !important;
}

.trashFormPay .trashFormContainer .trashFromWayBodyTitle {
    border-bottom: 0;
    max-width: 220px;
    width: 100%;
    margin-right: 40px;
}

.trashBodyList {
    padding-top: 20px;
    width: 72%;
    margin-bottom: 100px;
}

/*modal-content */
.modal-content {
    border-radius: 20px;
}
.modal-body {
    margin: 0 40px 20px;
}
.modal-footer {
    padding: 20px 40px;
    border-top: 1px dashed;
    margin-top: 50px;
}
.modal__head.bg-yellow {
    border-radius: 20px 20px 0px 0px;
}
button.btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
}
.modal__head-logo {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    display: block;
    border-bottom: 1px dashed;
}
.modal__head-logo img {
    max-width: 220px;
}
.modal__head-text{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.modal-body-title {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0px;
}
.modal-body .bold {
    font-weight: bold;
}
.modal-body-registerText {
    font-size: 0.8rem;
}
.modal-body-bottomLink {
    font-size: 0.8rem;
    text-decoration: underline;
}
.inputForm{
    border-radius: 6px;
    background: rgb(242, 242, 242);
    border: 0;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: rgba(48, 48, 48, 0.4);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    width: 100%;
    color: #303030;
}
.btn.inputButton {
    margin: 0 auto;
    max-width: 360px;
}
.errorForm-block {
    background: #dc3545eb;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 10px 0;
    border-radius: 6px;
}

.errorForm-block:empty {
    display: none;
}
input.si-error {
    border: 2px solid red;
    background: #f1071e7a;
}
.textForm {
    padding-bottom: 20px;
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;

}
.checboxForm {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    margin: 10px 0px;
    width: 100%;
    display: flex;
    align-items: flex-start;

}
.custom-checkbox{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
    display: flex;
    align-items: flex-start;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #F3F3F3;
  background-color: #F3F3F3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color:#F3F3F3;
}

.border__red {
    border-top: 1.5px solid rgb(231, 74, 74);
    border-radius: 12px;
    box-shadow: 0px 12px 22px 0px rgba(18, 46, 71, 0.1);
    background: radial-gradient(186.87% 84.86% at 65% 21%,rgba(255, 255, 255, 0.77) 27.444%,rgba(255, 255, 255, 0) 100%)/* Предупреждение: градиент использует вращение, не поддерживаемое CSS, и может работать не так, как ожидается. */,rgb(253, 253, 253);
    padding: 25px 40px 25px 100px;
    margin: 30px 0px;
}
.block__warning{
    position: relative;
}
.block__warning:before{
    content: '';
    background:url(/assets/images/warning.svg);
    display: block;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 40%;
    left: 40px;
}

/*modal-content */
.pay__block {
    padding: 25px;
    border-radius: 6px;
}
.pay__block-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    flex-basis: 440px;
    width: 440px;
    padding: 30px;
    margin-right: 20px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.pay__pic {
    display: flex;
    align-items: center;
    margin: 40px 0px;
}
.pay__pic img {
    max-width: 150px;
    height: auto;
}
.pay_subtitle{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    max-width: 1000px;
    margin-bottom: 40px;
}
.flex.pay__text div {
    max-width: 46%;
}
.pay__text{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    justify-content:space-between;
}
/*card-optbutton */

.button__opt {
    border-radius: 12px;
    background: rgb(243, 243, 243);
    padding: 30px 35px;
}
.button__opt-title {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 15px;
}
.button__opt-text {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
.button__opt-img {
    margin: 0 auto;
    display: block;
}
.button__opt-img-text {
    color: rgba(48, 48, 48, 0.7);
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}
/*card-optbutton */
.opt_price {
    color: #303030;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 122%;
}
@media screen and (max-width:1360px){
    .footer__logo img{
        max-width: 90%;
    }
}
@media screen and (max-width:620px){
    .trashBodyList{
        width: 100%;
    }
    .trashFormName {
        flex-wrap: wrap;
    }
    .trashFormName .miniBox{
        width: 90%;
    }
     .trashProductName .trashProductNameTitle {
        line-height: 1.2;
    }
    .trashBodyContainerBottom{
        width: 100%;
    }
    .controlTitle {
        text-transform: lowercase;
        font-size: 10px;
    }
    .trashFormName .absoluteName, .trashFormWay .absoluteName {
        position: relative;
        top: 0px;
        margin-top: 25px;
    }
    .order_submit {
        position: relative;
        margin-top: 10px;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
    .trashProduct {
        flex-wrap: wrap;
    }
    .trashProduct .firstProductBlock {
        display: flex;
        width: 100%;
    }
    .trashProduct .lastProductBlock {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }
    .trashProductPrice.box{
        display: none;
    }
    .trashBodyContainerBottom {
        margin-top: 0px;
    }
    .trashFormName {
        margin-top: 25px;
    }
}

.getorder_block {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.fz18 {
    font-size: 18px !important;
}

.finishPricePay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
}

.finishPriceBottom div:first-child,
.finishPricePay div:first-child {
    margin-right: 10px;
}

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

.finishPriceBottom div:first-child {
    font-size: 19px;
    line-height: 1.4;
}

.finishPriceBottomSumm {
    font-size: 35px;
    margin: 10px 0 14px;
    color: black;
    font-weight: bold;
}

.finishPricePay {
    background-color: transparent;
    /* padding: 40px 0 0; */
    height: auto;
}

.finishPricePay a {
    margin-left: 0;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
/* SALE */
.sale__block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sale__block-item {
    width: 470px;
    border-radius: 16px;
    margin-bottom: 30px;
}

span.old_price.ml-2 {
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width:600px){
    .sale__block-item {
        padding: 30px 0px 0px;
    }
    .card__item-optWrapper {
        flex-wrap: wrap;
    }
    .right_block .card__arrow-glitch {
        display: none;
        position: absolute;
    }
    .right_block .card__item-glitch {
        width: 76px;
    }
    .right_block .card__item-opt-price {
        margin-left: 20px;
    }
    .card__item-opt-price {
        margin-bottom: 16px;
    }
    .card__arrow-glitch {
       width: 25px;
        bottom: -33px;
        right: 49px;
        transform: rotate(-101deg) scaleX(-1);
        opacity: 1;
    }
    .modal-body-bottomLink {
        margin-top: 16px;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:800px){
    .card__arrow-glitch {
        right: 66px;
    }
}
@media screen and (max-width:375px){
    .card__arrow-glitch {
       width: 25px;
        bottom: -33px;
        right: 90px;
        transform: rotate(-101deg) scaleX(-1);
        opacity: 1;
    }
}
.sale__block-title {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
.sale__block-per {
    color: rgb(170, 170, 170);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sale__block-data {
    color: rgb(93, 202, 97);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 30px;
}
.sale__block-img img {
    border-radius: 16px;
}

.inactive .sale__block-title,
.inactive .sale__block-per,
.inactive .sale__block-data {
    color: #AAAAAA;
}
.inactive .sale__block-img img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/* SALE */
/* personal */
.contentpage.lk {
    max-width: 1000px;
}
.lk__nav {
    display: flex;
    gap: 20px;
}
.lk__nav-item {
    border: 1px dashed rgb(202, 202, 202);
    border-radius: 8px;
    padding: 5px 25px;
    margin: 0 0 25px;
    cursor: pointer;
}
.lk__nav-item:hover{
    border: 1px dashed rgb(243, 243, 243);
    background: rgb(243, 243, 243);
}
.personal__flex {
    justify-content: space-between;
}
.personal__flex-item {
    width: 48%;
}
.personal__subscribe{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
}
.help__subscribe{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: #aaaaaa;
    margin-left: 25px;
}
.flex__address {
    justify-content: space-between;
}
.flex__address .personal__flex-item {
    width: 32%;
}
/* personal */
/* CART ORDER */
@media all and (max-width: 1590px) {
    #subHeader7 .cart .heading {
        display: none;
    }

    #subHeader7 .subTableColumn:last-child {
        text-align: right;
        width: 182px;
    }
}

@media all and (max-width: 1340px) {

    #subHeader7 .callBackIcon,
    #subHeader7 .scheduleIcon {
        display: none;
    }

    #subHeader7 .subTableColumn:nth-child(3) {
        width: 410px;
    }

    #subHeader7 .firstPhones {
        margin-right: 24px;
    }

    #subHeader7 .subTableColumn:first-child {
        width: 220px;
    }
}

@media all and (max-width: 1240px) {
    .menu.open {
        margin-top: 145px;
    }
    #subHeader7 .secondPhones {
        display: none;
    }

    #subHeader7 .firstPhones {
        margin-right: 0px;
    }

    #subHeader7 .subTableColumn:nth-child(3) {
        width: 200px;
    }

    .subTableColumn:last-child {
        width: 660px;
    }
    .help__block:first-child {
        padding: 80px 60px 80px 80px;
    }
    .help__contact {
        flex-direction: column;
    }
    .help__block:last-child {
        max-width: 650px;
        margin-right: 90px;
        padding: 35px 45px 35px 45px;
    }
    .copyright .eq:last-child,
    .copyright .eq:first-child,
    .eq:last-child,
    .eq:first-child{
        display: none;
    }
    .footer__logo img {
        max-width: 190px;
    }
}

@media all and (max-width: 1150px) {
    #topSocial {
        display: none;
    }

    .subTableColumn:last-child {
        width: 440px;
    }
}

@media all and (max-width: 1000px) {
    #subHeader7 {
        height: 90px;
    }

    .user-geo-position-label {
        display: none;
    }

    #subMenu li a {
        padding: 0 12px;
    }

    #subMenu li:first-child a {
        padding-right: 12px;
        padding-left: 0px;
    }

    .subTableColumn:last-child {
        width: 330px;
    }

    #topAuth {
        margin-right: 12px;
    }

    #subHeader7 #searchResult {
        top: 74px;
    }

    #subHeader7 #searchOverlap {
        top: 206px;
    }
}

@media all and (max-width: 700px) {
    #subHeader7 #logo {
        margin-left: 12px;
        padding-left: 0px;
    }

    #topSearchLine {
        padding: 0 12px;
    }

    .subTableColumn:first-child {
        width: 172px;
    }

    #subHeader7 .topCompare {
        display: none;
    }

    #subHeader7 .subTableColumn:last-child {
        width: 120px;
    }

    #subHeader7 .phonesContainer {
        margin-right: 12px;
    }

    #subHeader7 .phonesTc {
        text-align: right;
    }

    .top-auth-personal,
    .top-auth-exit,
    .top-auth-login,
    .top-auth-register {
        position: static;
    }

    .subTableColumn:last-child {
        width: 150px;
    }

    #subHeader7 .subTableColumn:nth-child(3) {
        width: 190px;
    }

    #subHeader7 .subTableColumn:first-child {
        width: 180px;
    }

    #subHeader7 #logo {
        width: 160px;
    }

    #subMenu .removedItemsContainer .removedItemsList {
        left: 0;
    }
    section#company {
        padding-bottom: 60px;
    }
    .subtitle {
        color: #303030;
        font-family: Unbounded;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    #company .flex {
        flex-wrap: wrap;
    }

    .company__title {
        font-family: Montserrat;
        font-size: 20px;
        margin-top: 46px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 140%;
    }

    .company__text div:nth-child(1) {
        margin-right: 0px;
    }

    .company__item {
        text-align: center;
        margin-top: 30px;
    }
    .company__item:nth-child(2) {
        margin: 20px 40px 0;
    }

    .company__item-number {
        color: #303030;
        font-family: Unbounded;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }

    section#partners {
        padding-bottom: 40px;
        padding-top: 50px;
    }

    #helpblock .flex {
        flex-direction: column;
    }

    .help__block {
        max-width: 100%;
    }

    .help__block:first-child {
        padding: 30px;
    }

    .help__block:last-child {
        max-width: 650px;
        margin-right: 0px;
        padding: 30px 20px 30px 10px;
    }


    .objects__items {
        margin-bottom: 50px;
        max-width: 100%;
    }

    .objects__title {
        color: #303030;
        font-family: Unbounded;
        font-size: 10px;
        font-weight: 700;
        line-height: 14px;
        text-align: center;
        max-width: 250px;
        margin: -30px auto 0;
    }

    #map {
        width: 100%;
        height: 400px;
    }

    .map__contacts {
        position: relative;
        padding: 25px;
        max-width: 370px;
        width: 100%;
        top: -40px;
    }

    .hidden-xl {
        display: block;
    }

    .hidden-mob {
        display: none;
    }

    .btn__menu span:nth-child(2) {
        display: none;
    }

    .logo__subname {
        display: none;
    }

    .h1 {
        font-size: 16px;
        line-height: 20px;
    }

    #maps {
        padding-bottom: 0;
    }

    .equalHW.eq.footer__btn {
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
        max-width: 95%;
    }

    .eq:nth-of-type(odd) {
        border-left: none;
    }

    .eq:nth-of-type(even) {
        border-left: none;
    }

    #headerLine4 {
        display: none;
    }

    .minPrice {
        display: none;
    }

    .phonesContainer {
        display: none;
    }

    .mob_404 {
        margin: 0 auto;
        margin-bottom: -100px;
        margin-top: 50px;
    }

    .equalHWrap.eqWrap {
        flex-direction: column;
    }

    .equalHW.eq {
        padding: 0px 0px 10px 20px;
    }

    .equalHW.eq ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .eq {
        padding: 0px 0px 10px 20px;
        border-bottom: none;
        width: 100%;
    }

    .footer__col {
        padding-bottom: 20px;
    }

    .copyright .eq:first-child,
    .copyright .eq:last-child {
        width: 10%;
        display: none;
    }

    .copyright .eq {
        padding: 0px 0px 10px 20px;
        width: 100%;
    }

    .copyright .eq:first-child {
        width: 10%;
        display: none;
    }

    .footer__logo div {
        font-size: 10.54px;
        font-weight: 500;
        line-height: 13px;
    }

    .copyright {
        width: 100%;
        height: auto;
        color: rgb(145, 144, 142);
        font-size: 12px;
    }

    .btn-t {

        line-height: 28px;
    }

    .paddingBlock {
        padding: 20px 0px;
    }
    .pay_subtitle {
        font-size: 20px;
        font-weight: 400;
        line-height: 140%;
    }
    .pay__pic img {
        max-width: 80px;
    }
    .pay__text {
        flex-direction: column;
    }
    .flex.pay__text div {
        max-width: 100%;
    }
    .eq ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .footer__caption {
        font-size: 14px;
    }
    .pay__block-item {
        flex-basis: 320px;
        width: 320px;
    }
    .menu.open {
        margin-top: 0px;
        padding-top: 0;
    }
    .menu__left {
        margin-top: 0;
    }
}

@media all and (max-width: 600px) {
    .d-flex.button__continue {
        flex-direction: column;
    }
    .button__continue button.btn {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .border__red.block__warning {
        padding: 15px;
    }
    .block__warning:before {
        top: 10%;
        left: auto;
        right: 15px;
    }
    .modal-footer {
        padding: 20px 0px;
    }
    .right_block .card__item-retail-price, .right_block .card__item-retail-price span {
        font-size: 24px;
    }
    #statusBtn {
        display: flex;
        flex-direction: column;
    }
    #subHeader7 .topWishlist {
        display: none;
    }

    #subHeader7 .subTableColumn:last-child {
        width: 60px;
    }

    #subHeader7 .subTableColumn .toolsContainer {
        margin-top: 0px;
        display: none;
    }

    #subHeader7 .subTableColumn:nth-child(2) {
        display: inline;
    }

    #subHeader7 .subTableColumn:first-child {
        width: auto;
    }

    #subHeader7 #logo {
        padding-right: 12px;
        width: 130px;
    }
    .main__brand_box {
        flex-direction: column;
    }
}

@media all and (max-width: 420px) {
    #subHeader7 .cart {
        position: absolute;
        right: 0px;
        top: 98px;
    }

    #topSearchLine {
        padding-right: 62px;
    }

    #subHeader7 .subTableColumn:last-child {
        width: 0;
    }

    #subHeader7 #logo {
        width: 160px;
    }

    #geoPosition {
        right: -12px;
        z-index: 96;
        top: 74px;
    }

    #subHeader7 .firstPhones {
        margin-top: -23px;
    }
}

@media all and (max-width: 420px) {
    #subHeader7 #logo {
        width: 160px;
    }
}

@media all and (max-width: 400px) {
/*    #subHeader7 #logo {
        width: 120px;
    }*/
    .text-xs-center{
        text-align: center;
    }
    .pt-xs-2 {
        padding-top: 1rem;
    }
    .ms-input-number-wrap {
        justify-content: center;
    }
    #subHeader7 .firstPhones .heading,
    #subHeader7 .secondPhones .heading {
        font-size: 14px;
    }

    .subTableColumn:first-child {
        width: 50px;
    }

    #subHeader7 #topSearch2 #searchQuery,
    #subHeader7.color_theme #topSearch2 #searchQuery,
    #subHeader7.color_black #topSearch2 #searchQuery {
        background-image: none !important;
        padding-left: 12px;
    }
}
/*.brands-text {
    max-width: 800px;
}*/
.brand-subtitle{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
ul.pagination.wordbook li {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #738A95;
    margin-right: 20px;
    list-style: none;
}
li.brand-row {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    width: 31%;
}
.brand-title {
    color: rgb(170, 170, 170);
    font-family: Unbounded;
    font-size: 70px;
    font-weight: 700;
    line-height: 87px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    width: 100px;
}
ul.pagination.wordbook li:before {
    content: none;
}

.cat-item.projects a {
    padding-top: 15px;
}

#test-list {
    max-height: 0;
    overflow: hidden;
}

.searhAlphabet {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}
.searhAlphabet button{
    background: transparent;
    border: none;
    font-family: "San Francisco Pro", Arial, sans-serif;
    cursor: pointer;
}

.searhAlphabet li {
    cursor: pointer;
    padding: 4px;
    margin: 0 2px;
}

.searhAlphabet li.active {
    font-weight: bold;
    background: #312a7a;
    color: #fff;
}

ul.wordbook {
    margin-top: 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.outword {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    flex-wrap: wrap;
    flex-direction: column;
}

ul.wordbook li p:first-child{
    display: flex;
    align-items: center;
    color: rgb(170, 170, 170);
    font-family: Unbounded;
    font-size: 1;
    font-weight: 700;
    line-height: 87px;
    text-align: left;
    text-transform: uppercase;
}

.brand-title {
    color: rgb(170, 170, 170);
    font-family: Unbounded;
    font-size: 70px;
    font-weight: 700;
    line-height: 87px;
    text-align: left;
    text-transform: uppercase;
}
ul.searhAlphabet {
    display: none;
}
.searhAlphabet li {
    cursor: pointer;
    padding: 4px;
    margin: 0 2px;
    border: 1px solid #303030;
    width: 30px;
    text-align: center;
    list-style: none;
}

.searhAlphabet li:hover {
    background: #312a7a;
    color: #fff;
}

.searhAlphabet li:last-child {
    width: auto;
}

.searhAlphabet li:last-child:hover {
    background: #ee3339;
}

.searhAlphabet li:last-child:hover button {
    color: #fff;
}

#vue .search {
    position: relative;
    flex: 1;
    min-width: 300px;
    min-height: 50px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    line-height: 50px;
    border: 0;
    padding: 0px 15px;
    font-size: 16px;
}

.searhAlphabet li {
    margin-bottom: 10px;
}

/* End */


.catalogs__parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.catalogs__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #142B51;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.imageIcons {
    padding-right: 20px;
}
.parentMenu {
    display: flex;
    align-items: center;
}
a.parentLink {
    text-decoration: underline;
    color: #0d6efd;
}
.parentTitle {
    width: 290px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
}

.submenu_wrapp {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    padding-bottom: 25px;
    display: flex;
}
.rowMenu {
    display: flex;
        flex-wrap: wrap;
}
.imageIcons img{
    width: 60px;
    height: auto;
}
.submenu_item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-right: 25px; 
    max-width: 250px;
}
a.submenu_item_block:hover {
    font-weight: 500;
}
a.submenu_item_block:hover .submenu_item_img{
    box-sizing: border-box;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 12px;
    box-shadow: 0px 11.23px 28.08px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}
.submenu_item_block {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.submenu_item_img {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 16px;
    max-height: 160px;
    min-height: 160px;
}

.show-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.show-more-btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .show-more-btn {
        width: 100%;
        max-width: 300px;
    }
}
/* catalog */

.show-more-btn {
    display: block;
    margin: 10px 0;
    padding: 8px 25px;
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    width: fit-content;
}

.show-more-btn:hover {
    background-color: #e9e9e9;
    border-color: #ccc;
}

.rowMenu {
    position: relative;
}

@media (max-width: 768px) {
    .show-more-btn {
        width: 100%;
        max-width: 250px;
        padding: 10px 15px;
        margin: 10px auto;
    }
}
.show-more-btn {
    margin: 20px auto;
}
/* catalog */




@media screen and (max-width: 1368px) {
    .catalogs__parent {
        justify-content: space-between;
    }

    .submenu_wrapp {
        width: 33%;
    }

    .submenu_item {
        font-size: 14px;
    }

    .page-lead {
        padding-top: 40px;
    }

}

@media screen and (max-width: 960px) {
    .catalogs__parent {
        justify-content: space-between;
    }

    .submenu_wrapp {
        width: 33%;
    }

    .submenu_item {
        font-size: 14px;
    }

}
.btn__msfavorites.msfavorites {
    border: 1px solid rgb(214, 214, 214);
    border-radius: 6px;
    width: 100%;
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    padding: 10px;
}
#msGallery img {
    max-height: 500px;
    margin: 0 auto;
    display: block;
}
.paginationjs {
    width: 100%;
    margin-bottom: 100px;
}
.paginationjs-pages ul {
    display: flex;
    list-style: none;
    justify-content: center;
}
li.paginationjs-page.J-paginationjs-page {
    border: 1px solid #D6D6D6;
    padding: 5px;
    border-radius: 4px;
    width: 40px;
    margin: 0 5px;
    text-align: center;
}
li.paginationjs-page.J-paginationjs-page.paginationActive {
    border: 1px solid #303030;
    background: #ffda44;
    font-weight: 600;
}
li.paginationjs-page.J-paginationjs-page.paginationActive  a{
    color: #303030;
}
li.paginationjs-page.J-paginationjs-page a{
    color: #D6D6D6;
}
a.page-link{
    color: #303030;
}
span.forder-popup__price {
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 122%;
}
.count-field-input.product-desc__amount {
    text-align: center;
    background: #f3f3f3;
}
#oneClick_price_old{
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 122%;
}
.card__item-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    width: 46px;
    justify-content: space-between;
}
.white-box {
    border: 1px solid rgb(239, 243, 245);
    border-radius: 20px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
        padding: 30px 20px
}
button.ms-input-number-btn {
    align-items: center;
    border-radius: 5px;
    background: rgb(243, 243, 243);
    color: rgb(48, 48, 48);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    width: 60px;
    padding: 10px 15px;
    min-width: 60px;
    max-width: 60px;
    margin-left: 0px;
}
.ms-input-number-emulator {
    background: #f3f3f3;
    border-radius: 0;
}
.button__continue{
    justify-content: space-between;
    width: 80%;
    margin: 30px auto 0px;
}
.bg-grey-delivery {
    border-radius: 20px;
    background: rgb(243, 243, 243);
    padding: 25px;
}
.cars-outer{
    gap: 20px 10px;
}
.cars-item {
    box-shadow: 0px 14.93px 37.33px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    border-radius: 20px;
    width: 48%;
}
.cars-item-row {
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 95px;
    justify-content: space-between;
    align-items: center;
}
.cars-item-name {
    color: rgb(48, 48, 48);
    font-family: Unbounded;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.cars-item-row img {
    height: 30px;
}
.getorder__block {
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    width: 880px;
}
img.order__manager {
    position: absolute;
    top: -20px;
    right: -50px;
    z-index: 1;
}
img.order__pakages {
    position: absolute;
    top: 135px;
    right: 190px;
    z-index: 0;
}
img.table.hidden-mob {
    max-width: 980px;
    margin: 0 auto;
    top: -320px;
    right: 600px;
    position: absolute;
    z-index: -1;
}
.getorder__info{
    display: flex;
    justify-content: space-between;
}
.autoregister {
    padding-top: 20px;
}
.autoregister_input {
    max-width: 350px;
}
.inputButton.autoregister_btn {
    padding: 0px 15px;
    height: 48px;
}
@media screen and (max-width:620px){
    .autoregister {
        flex-direction: column;
    }
    .inputButton.autoregister_btn {
        padding: 3px 28px;
    }
    .getorder__info {
        flex-direction: column-reverse;
    }
    .getorder__block {
        max-width: 375px;
    }
    img.order__manager {
        position: relative;
        right: -60px;
        top: 50px;
    }
    img.order__pakages {
        position: absolute;
        top: 400px;
        right: 170px;
    }
    .trashForm.stiky-block.getorder {
        max-width: 380px;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    #msGallery img {
        max-height: 250px;
    }
    .modalimage {
        max-height: 150px;
        margin: 0 auto;
        text-align: center;
    }
    .submenu_wrapp {
        width: 100%;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .trashBodyList{
        width: 100%;
    }
    #msOrder {
        flex-wrap: wrap;
    }
    .rowMenu{
        flex-direction: column;
    }
    .parentMenu {
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .imageIcons img {
        width: 40px;
    }
    .submenu_item_img {
        max-width: 40px;
        min-height: 40px;
        border-radius: 6px;
        margin-bottom: 0px;
    }
    .catalogs__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #142B51;
        padding-bottom: 0px;
    }

    .submenu_item_img {
        max-width: 40px;
        min-height: 40px;
        border-radius: 6px;
    }
    .submenu_item_block {
        flex-direction: row;
        gap: 10px;
        align-items: center;
        padding: 0px;
    }
}

.jump {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    width: 340px;
    height: auto;
    background: #fff;
    box-shadow: -3px -2px 2px 1px #0000003d;
    max-height: 650px;
    
}
.jump__img {
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 25px;

}
.jump__img img {
    max-height: 250px;
    margin: 0 auto;
    display: block;
}
.jump__head {
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    padding: 0px 25px 20px 25px;
}
.jump__body {
    text-align: center;
    padding: 0px 25px 120px 25px;
}
.jump__footer {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
}
.jump__footer .btn.btn__black {
    border: 0;
    padding: 5px;
    margin: 15px auto;
}
.js-cookie-message-confirm.btn-close {
    font-size: 15px;
    right: 15px;
    top: 10px;
    position: absolute;
}
.catalog__all{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.card__item-retail-price.after__reg {
    color: rgb(145, 144, 142);
}
.opt_price.after__reg {
    font-size: 22px;
}
.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
    text-align: center;
}
a.readmore-js-toggle {
    background: #eee;
    height: 30px;
    padding-top: 5px;
}
.cd-tabs-content li.selected li {
    display: block;
    border: none;
    padding: 0;
    margin: 15px 0;
        font-size: 1rem;
}
.cd-tabs-content li.selected ul li:before {
    content: '';
    display: inline-flex;
    height: 5px;
    width: 5px;
    background: #000;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
b{
    font-weight: 700;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.textspecific {
    width: 100%;
    background: #ffff;
    padding: 15px;
    border: 1px solid #212529;
    border-radius: 6px;
}
.form-group.upload__file {
    border: 1px dashed #A4A4A4;
    border-radius: 3px;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}
input[type="file"] {
    background: #fff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    /* border-radius: 12px; */
    border: 1px solid #142B51;
}

svg.berth {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 36px;
}
.form-group.upload__file {
    border: 1px dashed #A4A4A4;
    border-radius: 3px;
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px 0px;
    margin-bottom: 20px;
}
.catalog-box {
    flex: 1;
}
/* Стили для уведомления о cookies */
span.underline {
    text-decoration: underline;
}
.catalogStickLeft.sale {
    background: red;
    width: 90px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}
.catalogStickLeft.hit {
    background: #00bb0a;
    width: 90px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}
.catalogStick {
    display: inline-block;
}
.description__block h3{font-size: 18px}
@import "./lastAndre.css";


