@charset "UTF-8";


@font-face {
    font-family: "Gilroy";
    src: url("./../fonts/gilroy/Gilroy-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("./../fonts/gilroy/Gilroy-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("./../fonts/gilroy/Gilroy-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("./../fonts/gilroy/Gilroy-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("./../fonts/gilroy/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("./../fonts/inter/Inter-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("./../fonts/inter/Inter-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("./../fonts/inter/Inter-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("./../fonts/inter/Inter-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("./../fonts/inter/Inter-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Reset and base styles  */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    /* sticky footer */
    scroll-behavior: smooth;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* sticky footer */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* sticky footer */
    margin: 0;
    font-family: "Inter", Arial , sans-serif;
    color: #000000;
}

.main-wr,
main {
    z-index: 1;
    position: relative;
}

body .bag {
    position: fixed;
    top: 65px;
    right: 0px;
    width: 92px;
    height: 87px;
    background: #004583;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 38px #004583;
    box-shadow: 0px 4px 38px #004583;
    border-radius: 50px 0px 0px 50px;
    z-index: 9;
    /* Tablet */
}
body .bag span{
	font-size: 16px;
	color: #fff;
    position: absolute;
    top: 15px;
    right: -2px;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}
@media (max-width: 1023px) {
    body .bag {
        position: fixed;
        top: 85%;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 37px;
        height: 37px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 69, 131, 0.35);
        box-shadow: 0px 4px 4px rgba(0, 69, 131, 0.35);
    }
    body .bag::before {
        position: absolute;
        content: "";
        width: 45px;
        height: 45px;
        border: 4px solid #ffffff;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
	body .bag span{
		display:none;
	}
}

body .bag__desktop-icon {
    width: 40px;
    height: 40px;
    /* Tablet */
}
@media (max-width: 1023px) {
    body .bag__desktop-icon {
        width: 16px;
        height: 17px;
    }
}

body > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* sticky footer */
}

body.noscroll {
    overflow: hidden;
}
select:hover, select:focus{	
	outline:none!important;
}

#overlay {
    display: none;
    top: 10%;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 69, 131, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
}
#overlay.active {
    display: block;
}

input,
textarea,
button {
    outline: none;
    font-family: inherit;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

label,
a,
button {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

svg {
    max-width: 100%;
}

button {
    display: inline-block;
    border: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.none {
    display: none !important;
}


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #pdopage .no-gutters .col-lg-3 {
    min-width: 197px;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}













/* Sticky Footer */
.footer {
    margin-top: auto;
    /* sticky footer */
}

.tr,
.catalog-item__icon,
.sidebar__banner-link,
.tab-item,
.slider .swiper-button-prev,
.slider .icon-arrow,
.slider .swiper-button-next,
.product__card-btn,
.product__card-arrow use,
.video__btn,
.video__content-link,
.post__info .product__card-btn,
.backet__desc-color .color__btn-item,
.backet__delete,
.link,
.form-label,
.custom-radio,
.features__data-item--color .color__btn-item {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.center,
body .bag,
.slider .clider__card-img,
.slider .swiper-button-prev,
.product__card-btn,
.post__info .product__card-btn,
.news__item,
.backet__desc-color .color__btn-item,
.custom-radio,
.features__data-item--color .color__btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jc,
.header-top__container,
.footer-top__inner,
.form-info__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg,
.sidebar__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-1 {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
    /* Mobale */
}
@media (max-width: 767px) {
    .title-1 {
        font-size: 18px;
    }
}

.title2 {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .title2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .title2 {
        font-size: 15px;
    }
}

.title3,
.news-block__more {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
    /* Mobale */
}
@media (max-width: 767px) {
    .title3,
    .news-block__more {
        font-size: 15px;
    }
}

.text {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #071828;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .text {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .text {
        font-size: 10px;
    }
}

.title--white {
    color: #ffffff;
}

.text--blue {
    color: #004583;
}

.text--red {
    color: #bb2822;
}

.header {
    background: #fff;
}

.header-top {
    padding: 20px 0 12px;
    border-bottom: 1px solid #efefef;
    z-index: 3;
    position: relative;
    /* Xs */
}
@media (max-width: 767px) {
    .header-top {
        padding: 6px 0 10px;
        border-bottom: unset;
    }
}
.header-top__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Mobale */
}
@media (max-width: 767px) {
    .header-top__mode {
        display: none;
    }
}
.header-top__icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    /* Xs */
}
@media (max-width: 767px) {
    .header-top__icon {
        width: 12px;
        height: 12px;
    }
}
.header-top__mode-text {
    margin-bottom: 8px;
}
.header-top__mode-time {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    letter-spacing: -0.5px;
    color: #000000;
    /* Xs */
}
@media (max-width: 767px) {
    .header-top__mode-time {
        display: none;
    }
}
.header-top__box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top__box-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    text-decoration: underline;
    color: #004583;
    /* Xs */
}
@media (max-width: 767px) {
    .header-top__box-text {
        font-size: 10px;
    }
}
.header-top__right {
    /* Xs */
}
@media (max-width: 767px) {
    .header-top__right {
        display: none;
    }
}
.header-top__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.header-top__right-box:not(:last-child) {
    margin-bottom: 12px;
}
.header-top__right-name {
    font-weight: normal;
    font-size: 14px;
    line-height: 127.47%;
    color: #000000;
    margin-right: 33px;
}
.header-top__right-link {
    position: relative;
}
.header-top__right-link::before {
    position: absolute;
    content: "";
    background-image: url("./../img/phone.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -20px;
}
.header-top__right-link a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 127.47%;
    letter-spacing: -0.5px;
    color: #000000;
}
.header-top__right-link--mr {
    margin-right: 5px;
}
.header-top__right-text {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 127.47%;
    color: #bb2822;
}

.logo {
    /*margin-left: -40px;*/
}
.logo img {
    width: 305px;
}

@media (max-width: 767px) {
    .logo img {
        width: 133px;
    }
}

.header-bottom {
    padding: 10px 0 10px;
    border-bottom: 1px solid #efefef;
    z-index: 2;
    position: relative;
    /* Mobale */
    /* Mobale */
}
@media (max-width: 767px) {
    .header-bottom {
        border-bottom: unset;
    }
}
.header-bottom .container {
    /* Mobale */
}
@media (max-width: 767px) {
    .header-bottom .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    .header-bottom {
        padding: 0;
    }
}
.header-bottom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bottom__catalog {
    margin-right: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1023px) {
    .header-bottom__catalog {
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .header-bottom__catalog {
        background: #bb2822;
        margin-right: unset;
        width: 50%;
        height: 50px;
        padding-left: 10px;
    }
}
.header-bottom__catalog-link {
    font-weight: bold;
    font-size: 16px;
    line-height: 127.47%;
    color: #bb2822;
    margin-right: 23px;
    /* Mobale */
}
@media (max-width: 767px) {
    .header-bottom__catalog-link {
        color: #fff;
        margin-right: 64px;
    }
}
.header-bottom__catalog-icon {
    width: 10px;
    height: 5px;
}
.header-bottom__catalog-icon use {
    fill: #bb2822;
    /* Mobale */
}
@media (max-width: 767px) {
    .header-bottom__catalog-icon use {
        fill: #fff;
    }
}

.nav {
    /* Mobale */
}
@media (max-width: 767px) {
    .nav {
        display: none;
    }
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__item:not(:last-child) {
    margin-right: 63px;
    /* Laptop */
}
@media (max-width: 1234px) {
    .nav__item:not(:last-child) {
        margin-right: 30px;
    }
}
.nav__link {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #000000;
    /* Tablet */
}
@media (max-width: 1023px) {
    .nav__link {
        font-size: 12px;
    }
}

.header-bottm__search {
    margin-left: auto;
    position: relative;
    /* Mobale */
}
@media (max-width: 1023px) {
    .header-bottm__search {
        width: 100%;
    }
}
.header-bottm__search::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-image: url("./../img/search.svg");
    width: 13px;
    height: 14px;
    top: 54%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Mobale */
}
@media (max-width: 767px) {
    .header-bottm__search::before {
        display: none;
    }
}
.header-bottm__search::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-image: url("./../img/search-white.svg");
    width: 20px;
    height: 20px;
    top: 57%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    /* Mobale */
}
@media (max-width: 767px) {
    .header-bottm__search::after {
        display: block;
    }
}

.search {
    padding: 8px 17px 7px;
    border: 1px solid #004583;
    border-radius: 47px;
    width: 330px;
    /* Mobale */
    /* Laptop */
    /* Tablet */
    /* Mobale */
}
@media (max-width: 767px) {
    .search {
        color: #fff;
    }
}
.search::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #004583;
    /* Tablet */
    /* Mobale */
}
.search::-moz-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #004583;
    /* Tablet */
    /* Mobale */
}
.search:-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #004583;
    /* Tablet */
    /* Mobale */
}
.search::-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #004583;
    /* Tablet */
    /* Mobale */
}
.search::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #004583;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1023px) {
    .search::-webkit-input-placeholder {
        font-size: 12px;
    }
    .search::-moz-placeholder {
        font-size: 12px;
    }
    .search:-ms-input-placeholder {
        font-size: 12px;
    }
    .search::-ms-input-placeholder {
        font-size: 12px;
    }
    .search::placeholder {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .search::-webkit-input-placeholder {
        color: #fff;
    }
    .search::-moz-placeholder {
        color: #fff;
    }
    .search:-ms-input-placeholder {
        color: #fff;
    }
    .search::-ms-input-placeholder {
        color: #fff;
    }
    .search::placeholder {
        color: #fff;
    }
}
@media (max-width: 1234px) {
    .search {
        width: 250px;
    }
}
@media (max-width: 1023px) {
    .search {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .search {
        width: 100%;
        height: 50px;
        border: unset;
        border-radius: 0;
        background: #004583;
    }
}

.mobile-menu {
    z-index: 1;
    position: fixed;
    top: 9%;
    left: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 0 26px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border-radius: 0px 0px 30px 30px;
}
.mobile-menu.active {
    top: 9%;
    opacity: 1;
    height: 510px;
    z-index: 3;
}

.mobile-menu__top {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.mobile-menu__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.mobile-menu__icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.mobile-menu__mode-time {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #000000;
}

.mobile-menu__box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu__box-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #004583;
}

.mobile-menu__list {
    padding: 28px 0 42px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu__item:not(:last-child) {
    margin-bottom: 17px;
}

.mobile-menu__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 127.47%;
    color: #000000;
    text-align: center;
}

.mobile-menu__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu__bottom-box {
    width: 100%;
    padding: 10px 54px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.mobile-menu__bottom-box:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
}

.mobile-menu__bottom-name {
    font-weight: normal;
    font-size: 14px;
    line-height: 127.47%;
    text-align: center;
    color: #a6a6a6;
}

.mobile-menu__bottom-link a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 127.47%;
    color: #000000;
    text-align: center;
    position: relative;
}
.mobile-menu__bottom-link a::before {
    position: absolute;
    content: "";
    background-image: url("./../img/phone.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -15px;
}

.mobile-menu__bottom-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 127.47%;
    text-align: center;
    color: #bb2822;
}

.nav-icon {
    display: none;
    width: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .nav-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 4;
    }
}

.nav-icon span {
    position: relative;
    width: 100%;
    height: 5px;
    background: #004583;
    border-radius: 25%;
}
.nav-icon span::before,
.nav-icon span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #004583;
    border-radius: 25%;
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}
.nav-icon span::before {
    top: -10px;
}
.nav-icon span::after {
    top: 10px;
}

.nav-icon.active span {
    background: transparent;
}
.nav-icon.active span::before,
.nav-icon.active span::after {
    background: #004583;
    top: 0px;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
.nav-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catalog-list {
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    position: absolute;
    top: 50px;
    display: none;
}
.collection__sidebar .catalog-list {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 40px;
}
.catalog-list.catalog-list--active {
    display: block;
    z-index: 2;
}
@media (max-width: 767px) {
    .catalog-list {
        margin-top: 20px;
    }
}

.catalog-item {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #000000;
    padding: 14px 24px 14px 24px;
}
.catalog-item > a{
	color: #000000;
}

.catalog-item:hover .catalog-item__icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.catalog-item:hover .catalog-item__icon use {
    fill: #004583;
}
.catalog-item:hover .catalog-item__sub-list {
    display: block;
}
.catalog-item__text {
    /*padding-bottom: 13px;*/
}
.catalog-item:not(:last-child) {
    border-bottom: 1px solid #efefef;
}
.catalog-item__icon {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 10px;
    height: 5px;
}
.catalog-item__icon use {
    fill: #071828;
}
.catalog-item__sub-list {
    display: none;
    padding-left: 20px;
    list-style-type: disc;
    color: #004583;
    padding: 8px 20px 15px;
    border-top: 1px solid #efefef;
}
.catalog-item__sub-item {
    padding: 5px 0 5px;
}

.footer {
    background: #fafafa;
}

.footer-top {
    padding: 30px 0 40px;
    border-bottom: 1px solid #e7e6e6;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-top {
        padding: 23px 0 20px;
        border-bottom: unset;
    }
}

.footer-top__inner {
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-top__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer-top__copyright,
.footer-bottom__desc,
.footer-web__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #bebebe;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-top__copyright,
    .footer-bottom__desc,
    .footer-web__text {
        font-size: 14px;
    }
}

.footer-top__logo {
    /* Mobale */
}
.footer-top__logo img {
    max-width: 233px;
}
@media (max-width: 967px) {
    .footer-top__logo img {
    max-width: 143px;
}
}
@media (max-width: 767px) {
    .footer-top__logo {
        margin-bottom: 30px;
    }
    .footer-top__logo img {
    max-width: 133px;
}
}

.footer-top__web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1023px) {
    .footer-top__web {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .footer-top__web {
        display: none;
    }
}

.footer-web__logo {
    margin-left: 10px;
}
.footer-web__logo img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.footer-menu {
    padding: 33px 0 24px;
    border-bottom: 1px solid #e7e6e6;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-menu {
        padding: 0px 0 24px;
    }
}

.footer-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-menu__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-menu__nav {
	z-index: 1;
}
@media (max-width: 1023px) {
    .footer-menu__nav {
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px;
        row-gap: 5px;
    }
}
@media (max-width: 767px) {
    .footer-menu__nav {
        margin-bottom: 20px;
    }
}

.footer-menu__list--about {
}
@media (max-width: 1234px) {
    .footer-menu__list--about {
        margin-right: 28px;
    }
}
@media (max-width: 767px) {
    .footer-menu__list--about {
        width: 99px;
        margin-right: unset;
    }
}

.footer-menu__item:not(:last-child) {
    margin-bottom: 15px;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-menu__item:not(:last-child) {
        margin-bottom: 7px;
    }
}

.footer-menu__link {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #071828;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-menu__link {
        font-size: 13px;
    }
}

.footer-menu__link--first {
    font-weight: bold;
}

.footer-menu__list--user {
}

.footer-menu__list--info {
}

.footer-menu__list--3d {
}
@media (max-width: 1300px) {
    .footer-menu__list--3d {
        display: none;
    }
}

.footer-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	z-index:1;
}
@media (max-width: 1234px) {
    .footer-menu__links {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .footer-menu__links {
        width: 100%;
    }
}

.footer-menu__links-item {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #004583;
    width: 100%;
    text-align: center;
}

.footer-menu__links-item--1 {
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 22px;
}

.footer-menu__links-item--2 {
    padding: 12px 0 19px;
    border-bottom: 1px solid #e7e6e6;
}

.footer-menu__links-item--3 {
    padding-top: 9px;
}

.footer-menu__img {
    margin: 37px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-menu__img img {
    max-width: 88px;
}

.footer-menu__img-item:not(:last-child) {
    margin-right: 30px;
}

.footer-bottom {
    padding: 22px 0;
    border-bottom: 1px solid #e7e6e6;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-bottom {
        padding: 13px 0;
    }
}

.footer-bottom__desc {
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-bottom__desc {
        font-size: 10px;
        text-align: center;
    }
}

.footer-web {
    padding: 14px 0 14px;
    display: none;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer-web {
        display: block;
    }
}

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

.footer-web__text {
    font-size: 12px;
}

.sidebar {
    position: sticky;
    top: 20px;
    width: 268px;
    /* Mobale */
}
@media (max-width: 767px) {
    .sidebar {
        width: 298px;
    }
}

.sidebar__wr-sticky {
    position: sticky;
    top: 20px;
    /* Mobale */
}
@media (max-width: 767px) {
    .sidebar__wr-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.sidebar__link {
    margin-bottom: 55px;
    width: 100%;
    /* Mobale */
}
.sidebar__link .link--sidebar {
    width: 100%;
    padding: 14px 80px 17px 55px;
    position: relative;
}
.sidebar__link .link--sidebar:before {
    position: absolute;
    content: "";
    background-image: url("./../img/link.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    top: 19px;
    right: 61px;
}
@media (max-width: 767px) {
    .sidebar__link {
        display: none;
    }
}

.sidebar__banner {
    padding: 40px 20px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar__banner-text {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 152px;
}
.sidebar__banner-text span {
    font-size: 80px;
}

.sidebar__banner-link {
    display: block;
    padding: 11px 59px;
    background: #ffffff;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 127.47%;
    color: #004583;
}
.sidebar__banner-link:hover {
    color: #fff;
    background: #004583;
}

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

.breadcrumbs__item:not(:last-child) {
    margin-right: 20px;
    position: relative;
}
.breadcrumbs__item:not(:last-child)::before {
    position: absolute;
    content: ">>";
    top: 4px;
    right: -17px;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
}

.breadcrumbs__llink {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
}

.breadcrumbs__llink--active {
    font-weight: bold;
}

.tab-list {
    cursor: pointer;
}

.tabs-content {
    display: none;
    width: 100%;
    background: #fff;
	border: 1px solid #efefef;
	border-radius: 8px;
}

.tabs-content.active {    
    display: flex;
}
.product-tabs .tabs-content.active{
	display: block;
}

.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    /* Mobale */
}
@media (max-width: 767px) {
    .tab-list {
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0px;
    }
}

.tab-item {
    position: relative;
    padding: 13px 25px;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-radius: 8px 8px 0px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 127.47%;
    color: #8a8f94;
    background: #ffffff;
    /* Mobale */
}
.tab-item:hover,
.tab-item.active {
    color: #ffffff;
    background: #004583;
}
@media (max-width: 767px) {
    .tab-item {
        padding: 10px 18px;
    }
}
@media (max-width: 1023px) {
	.tab-item {
		border-radius: 0px;
	}
	.tabs-content { 
		border-radius: 0px;
	}
	.tabs-content .article {
		border-radius: 0px;
	}
}
.tabs__wr {
    /* Mobale */
}
@media (max-width: 767px) {
    .tabs__wr {
        margin-top: 18px;
    }
}

.tabs__breadcrumbs {
    margin-bottom: 27px;
    /* Mobale */
}
@media (max-width: 767px) {
    .tabs__breadcrumbs {
        display: none;
    }
}

.tabs-card-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .tabs-card-block {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 767px) {
    .tabs-card-block {
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.tabs-card {
	position: relative;
	margin: 15px 0px;
	border-bottom: 1px solid #efefef;
	border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 0;    
}
.tabs-card:hover {    
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);    
    background: #ffffff;
    z-index: 1;
	border-radius: 8px 8px 0px 0px;
}
.tabs-card:hover .tabs-card__box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: absolute;
	background-color: white;
	border: 1px solid #efefef;
	border-top: 0;
	border-radius: 0px 0px 8px 8px;
	padding: 10px 0px;
    width: 100%;
    z-index: 9;
}
.tabs-card:hover ~ .tabs-card .tabs-card__img {
    width: 280px;
}
@media (max-width: 767px) {
    .tabs-card {
        border-bottom: 1px solid #efefef;
    }
    .tabs-card:not(:first-child) {
        padding-top: 40px;
    }
}

.tabs-card__img {
    display: block;
    border: 1px solid #efefef;
    border-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    min-height: 195px;
}
.tabs-card__img img{
	border-radius: 8px 8px 0px 0px;
	width: 100%;
}

.tabs-card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-radius: 0px 0px 8px 8px;
}

.tabs-card__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 127.47%;
    color: #071828;
    margin-bottom: 12px;
}

.tabs-card__text--name {
    font-weight: normal;
    font-size: 16px;
    color: #004583;
	text-align: center;
}

.tabs-card__text--color {
    margin-bottom: 17px;
}
.tabs-card__text--color .color__name {
    margin-bottom: 15px;
    text-align: center;
	height: 40px;
}
.model-card  .color__name {
    margin-bottom: 10px;
	font-size: 12px;    
}
.tabs-card__text--color .color__btn-item {
    width: 19px;
    height: 19px;
}
.ms2_form .tabs-card__text--color .color__btn-item {

    margin-top: 4px;
}
.tabs-card__text--color .color__btn-item:not(:last-child) {
    margin-right: 2px;
}
.tabs-card__text--color .color__btn-item img{
    width: 100%;
    height: 100%;
	border-radius: 50%;
}
 .color__btn-item .color_info{
    width: 100%;
    height: 100%;
	border-radius: 50%;
}
.tabs-card__desc-pice {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
	margin-bottom: 10px;
}
.tabs-card__desc-pice .old_price{
    margin-left: 10px;
}

.tabs-card__box-link {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* Tablet */
}
.tabs-card__box-link .link {
    padding: 10px 36px;    
}
@media (max-width: 1023px) {
    .tabs-card__box-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 15px;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-radius: 0px 0px 8px 8px;
    }
	
	.tabs-card__desc{
		border-radius: 0px 0px 0px 0px;
	}
	
}

.tabs-card-block--module {

    /* Xs */
}
@media (max-width: 424px) {
    .tabs-card-block--module {
        padding: 14px 0px;
    }
}
.tabs-card-block--module .tabs-card {
    background: #ffffff;      
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 0;
}
.tabs-card-block--module .tabs-card:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    background: #ffffff;
    z-index: 1;
}
.tabs-card-block--module .tabs-card:hover .tabs-card__box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-card-block--module .tabs-card:hover ~ .tabs-card .tabs-card__img {
    width: 199px;
}

.tabs-card:hover .tabs-card__desc {
    border-radius: 0px 0px 0px 0px;
    background-color: #fff;
}
.tabs-card-block--module-1 .tabs-card:hover .tabs-card__desc {
    border-radius: 0px 0px 8px 8px;
    background-color: #fff;
}


.tabs-card-block--module .tabs-card__text {
    /* Xs */
}
@media (max-width: 424px) {
    .tabs-card-block--module .tabs-card__text {
        margin-bottom: 5px;
    }
}
.tabs-card-block--module .tabs-card__text--name {
    /* Xs */
}
@media (max-width: 424px) {
    .tabs-card-block--module .tabs-card__text--name {
        font-size: 12px;
    }
}
.tabs-card-block--module .tabs-card__text--size {
    /* Xs */
}
@media (max-width: 424px) {
    .tabs-card-block--module .tabs-card__text--size {
        font-size: 10px;
    }
}
.tabs-card-block--module .tabs-card__text--color {
    /* Xs */
}
@media (max-width: 424px) {
    .tabs-card-block--module .tabs-card__text--color {
        margin-bottom: 15px;
    }
}
.tabs-card-block--module .color__btn-item {
    /* Tablet */
}
@media (max-width: 1023px) {
    .tabs-card-block--module .color__btn-item {
        width: 12px;
        height: 12px;
    }
}
.tabs-card-block--module .tabs-card__box-link {
    /* Mobale */
}
@media (max-width: 1023px) {
    .tabs-card-block--module .tabs-card__box-link {
        margin-bottom: 0px;
    }
}
.tabs-card-block--module .tabs-card__box-link .link {
    /* Mobale */
}
@media (max-width: 1023px) {
    .tabs-card-block--module .tabs-card__box-link .link {
        padding: 10px 21px;
        height: 41px;
    }
}

.tabs__sidebar {
    margin-top: 20px;
}

.tabs-card-wrapper {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .tabs-card-wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 767px) {
    .tabs-card-wrapper {
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
    }
}

.tabs-card-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #004583;
	margin-bottom: 10px;
}

.tabs-card-block--module-1 {
    padding: 44px 44px 51px;
    /* Mobale */
}
.tabs-card-block--module-1 .color__name {
	font-size: 10px;
}
.tabs-card-block--module-1 .tabs-card {
}
.tabs-card-block--module-1 .tabs-card:hover {
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    background: #ffffff;
}
.tabs-card-block--module-1 .tabs-card:hover .tabs-card__box-link {
    display: none;
}
.tabs-card-block--module-1 .tabs-card:hover ~ .tabs-card .tabs-card__img {
}

.tabs-card-block--module-1 .color__btn-item {
    width: 15px;
    height: 15px;
}

.article {
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    padding: 46px 54px 58px;
    /* Mobale */
}
@media (max-width: 767px) {
    .article {
        padding: 22px 21px 10px 30px;
    }
}

.article__list {
    padding-left: 10px;
    margin-bottom: 20px;
}

.article__item {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #071828;
    position: relative;
}
.article__item::before {
    position: absolute;
    content: "-";
    top: 0;
    left: -10px;
}

.article__text,
.news-block__item-excerpt {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #071828;
    margin-bottom: 20px;
}

.tab-list-model {
    /* Mobale */
}
@media (max-width: 767px) {
    .tab-list-model {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
    }
}

.tab-item-model {
    /* Mobale */
}
@media (max-width: 767px) {
    .tab-item-model {
        padding: 10px 12px;
    }
    .tab-item-model:last-child {
    }
}
@media (max-width: 767px) and (max-width: 322px) {
    .tab-item-model:last-child {
        top: -42px;
        right: 15px;
    }
}

.tab-item-visibel {
    display: inline-block;
    /* Mobale */
}
@media (max-width: 767px) {
    .tab-item-visibel {
        display: none;
    }
}

.tab-item-hidden {
    display: none;
    /* Mobale */
}
@media (max-width: 767px) {
    .tab-item-hidden {
        display: inline-block;
    }
}

.tabs-model {
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    min-height: 360px;
    padding: 43px 50px 43px 50px;
    /* Mobale */
}
@media (max-width: 767px) {
    .tabs-model {
        padding: 15px 10px;
    }
}

.table {
    border-collapse: collapse;
    width: 100%;
}
.table caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #004583;
    text-align: start;
    /* Mobale */
}
@media (max-width: 767px) {
    .table caption {
        margin-bottom: 20px;
    }
}
.table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table .tr,
.table .catalog-item__icon,
.table .sidebar__banner-link,
.table .tab-item,
.table .slider .swiper-button-prev,
.slider .table .swiper-button-prev,
.table .slider .icon-arrow,
.slider .table .icon-arrow,
.table .slider .swiper-button-next,
.slider .table .swiper-button-next,
.table .product__card-btn,
.table .product__card-arrow use,
.product__card-arrow .table use,
.table .video__btn,
.table .video__content-link,
.table .backet__desc-color .color__btn-item,
.backet__desc-color .table .color__btn-item,
.table .backet__delete,
.table .link,
.table .form-label,
.table .custom-radio,
.table .features__data-item--color .color__btn-item,
.features__data-item--color .table .color__btn-item {
    border-bottom: 1px solid #efefef;
    /* Mobale */
}
@media (max-width: 767px) {
    .table .tr,
    .table .catalog-item__icon,
    .table .sidebar__banner-link,
    .table .tab-item,
    .table .slider .swiper-button-prev,
    .slider .table .swiper-button-prev,
    .table .slider .icon-arrow,
    .slider .table .icon-arrow,
    .table .slider .swiper-button-next,
    .slider .table .swiper-button-next,
    .table .product__card-btn,
    .table .product__card-arrow use,
    .product__card-arrow .table use,
    .table .video__btn,
    .table .video__content-link,
    .table .backet__desc-color .color__btn-item,
    .backet__desc-color .table .color__btn-item,
    .table .backet__delete,
    .table .link,
    .table .form-label,
    .table .custom-radio,
    .table .features__data-item--color .color__btn-item,
    .features__data-item--color .table .color__btn-item {
        border-bottom: unset;
    }
}
.table th {
    width: 25%;
    font-weight: 600;
    font-size: 16px;
    line-height: 243.47%;
    color: #071828;
    text-align: start;
    /* Mobale */
    /* Xs */
}
@media (max-width: 767px) {
    .table th {
        font-size: 12px;
        border: 1px solid #efefef;
        background: #f5f5f5;
    }
}
@media (max-width: 424px) {
    .table th {
        width: 33.3%;
    }
}
.table td {
    padding-bottom: 5px;
    width: 25%;
    font-weight: normal;
    font-size: 16px;
    line-height: 243.47%;
    color: #071828;
    /* Mobale */
    /* Xs */
}
@media (max-width: 767px) {
    .table td {
        font-size: 10px;
        color: #c1c6cb;
        border: 1px solid #efefef;
        padding: 0px 0px 0px 10px;
    }
}
@media (max-width: 424px) {
    .table td {
        width: 33.3%;
    }
}
.table .th-name {
    /* Mobale */
}
@media (max-width: 767px) {
    .table .th-name {
        padding: 0px 0px 0px 10px;
    }
}
.table .th-number {
    padding: 0px 0px 0px 30px;
    text-align: start;
    /* Mobale */
    /* Xs */
}
@media (max-width: 767px) {
    .table .th-number {
        padding: 0px 0px 0px 10px;
    }
}
@media (max-width: 424px) {
    .table .th-number {
        display: none;
    }
}
.table .th-weight {
    padding: 0px 0px 0px 42px;
    /* Mobale */
}
@media (max-width: 767px) {
    .table .th-weight {
        padding: 0px 0px 0px 10px;
    }
}
.table .th-size {
    text-align: center;
    /* Mobale */
}
@media (max-width: 767px) {
    .table .th-size {
        text-align: start;
        padding: 0px 0px 0px 10px;
    }
}

.tabinfo a{
	color: #071828;
}
.tabinfo a:hover{
	color: #bb2822;
}

.similar__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #004583;
    margin-bottom: 20px;
}

.similar__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:20px;
    width: 100%;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .similar__wr {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .similar__wr {
        gap: 7px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.similar__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 0 4px 11px;
    /* Xs */
}
@media (max-width: 424px) {
    .similar__card {
        padding: 0 0px 18px;
    }
}

.similar__card-img {
	display: block;
    width: 164px;
    /* Xs */
}
@media (max-width: 424px) {
    .similar__card-img {
        width: 138px;
    }
}

.similar__card-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.similar__card__text--name {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #004583;
    margin-bottom: 2px;
    /* Xs */
}
@media (max-width: 424px) {
    .similar__card__text--name {
        margin-bottom: 8px;
    }
}

.similar__card__text--size {
    font-weight: 300;
    font-size: 10px;
    line-height: 127.47%;
    color: #071828;
    margin-bottom: 14px;
    /* Xs */
}
@media (max-width: 424px) {
    .similar__card__text--size {
        margin-bottom: 12px;
    }
}

.similar__card__text--color {
    margin-bottom: 20px;
    /* Xs */
}
@media (max-width: 424px) {
    .similar__card__text--color {
        margin-bottom: 12px;
    }
}
.similar__card__text--color .color__name {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 127.47%;
    color: #8a8f94;
    margin-bottom: 4px;
}
.similar__card__text--color .color__btn-item {
    width: 16px;
    height: 16px;
    /* Xs */
}
.similar__card__text--color .color__btn-item:not(:last-child) {
    margin-right: 1.5px;
}
@media (max-width: 424px) {
    .similar__card__text--color .color__btn-item {
        width: 13px;
        height: 13px;
    }
}

.similar__card__desc-pice {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
}

.slider {
    /* Mobale */
}

.main-slider.slider .swiper-slide {
}
@media (max-width: 767px) {
    .slider {
        padding-bottom: 22px;
    }
}
@media (max-width: 1023px) {
    .slider .swiper-slide {
    }
}
.slider .slider__box-text {
    width: 457px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__box-text {
        width: 100%;
    }
}
.slider .title {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .title {
        font-size: 20px;
        margin-bottom: 14px;
    }
}
.slider .slider__desc {
    font-weight: bold;
    font-size: 18px;
    line-height: 127.47%;
    color: #ffffff;
    /* Mobale */
}
.slider .slider__desc a {
    font-weight: normal;
    font-size: 18px;
    line-height: 127.47%;
    color: #ffffff;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__desc a {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .slider .slider__desc {
        font-size: 12px;
    }
}
.slider .slider__desc--normal {
    margin-top: 30px;
    font-weight: normal;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__desc--normal {
        margin-top: 15px;
    }
}
.slider .slider__box-cards {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 38px;
    color: #fff;
}

.slider .slider__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.slider .slider__card-info--chortcode {
    width: 115px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__card-info--chortcode {
        width: 60px;
    }
}
.slider .slider__card-info--user {
    width: 90px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__card-info--user {
        width: 50px;
    }
}
.slider .slider__card-info--star {
    width: 230px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__card-info--star {
        width: 140px;
    }
}
.slider .clider__card-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    margin-right: 9px;
    /* Mobale */
}
.slider .clider__card-img .icon {
    width: 20px;
    height: 20px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .clider__card-img .icon {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 767px) {
    .slider .clider__card-img {
        width: 30px;
        height: 30px;
        margin-right: 7px;
    }
}
.slider .slider__card-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #ffffff;
    /* Mobale */
}
.slider .slider__card-title span {
    font-size: 12px;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__card-title span {
        font-size: 7px;
    }
}
@media (max-width: 767px) {
    .slider .slider__card-title {
        font-size: 10px;
    }
}
.slider .slider__card-desc {
    font-weight: normal;
    font-size: 12px;
    line-height: 127.47%;
    color: #ffffff;
    /* Mobale */
}
@media (max-width: 767px) {
    .slider .slider__card-desc {
        font-size: 7px;
    }
}
.slider .swiper-pagination {
    bottom: 4px;
    display: none;
    /* Mobale */
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #004583;
}
@media (max-width: 767px) {
    .slider .swiper-pagination {
        display: block;
    }
}
.slider .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* Mobale */
}
.slider .swiper-button-prev::after {
    display: none;
}
.slider .swiper-button-prev:hover {
    border: 1px solid #9b9b9b;
}
.slider .swiper-button-prev:hover .icon-arrow use {
    fill: #9b9b9b;
}
@media (max-width: 767px) {
    .slider .swiper-button-prev {
        display: none;
    }
}
.slider .icon-arrow {
    width: 13px;
    height: 20px;
}
.slider .icon-arrow use {
    fill: #fff;
}
.slider .swiper-button-next {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* Mobale */
}
.slider .swiper-button-next::after {
    display: none;
}
.slider .swiper-button-next:hover {
    border: 1px solid #9b9b9b;
}
.slider .swiper-button-next:hover .icon-arrow use {
    fill: #9b9b9b;
}
@media (max-width: 767px) {
    .slider .swiper-button-next {
        display: none;
    }
}

.product {
    /* Tablet */
}
@media (max-width: 1023px) {
    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Tablet */
}
@media (max-width: 1023px) {
    .product-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Tablet */
}
@media (max-width: 1023px) {
    .product__card {
        max-width: 100%;
    }
}

.product__card--revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.product__card--revers .product__card-desc {
    /* Mobale */
}
@media (max-width: 767px) {
    .product__card--revers .product__card-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}
.product__card--revers .text {
    /* Mobale */
}
@media (max-width: 767px) {
    .product__card--revers .text {
        text-align: end;
    }
}

.product__card-img img {
    max-width: 360px;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1439px) {
    .product__card-img img {
        max-width: 100%;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}
@media (max-width: 1023px) {
    .product__card-img img {
        max-width: 250px;
    }
}
@media (max-width: 767px) {
    .product__card-img img {
        max-width: 160px;
        height: 157px;
    }
}

.product__card-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 25px 34px 30px;
    background: #fff;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1439px) {
    .product__card-desc {
        padding: 14px 25px 10px 30px;
    }
}
@media (max-width: 1234px) {
    .product__card-desc {
        padding: 14px 14px 10px 15px;
    }
}
@media (max-width: 767px) {
    .product__card-desc {
        padding: 10px 9px 13px 9px;
    }
}

/* Mobale */
@media (max-width: 767px) {
    .text--none {
        display: none;
    }
}

.product__card-desc--before {
    position: relative;
}
.product__card-desc--before::before {
    position: absolute;
    content: "";
    background-image: url("./../img/treangle-white.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 52px;
    left: -20px;
    /* Tablet */
}
@media (max-width: 1023px) {
    .product__card-desc--before::before {
        display: none;
    }
}

.product__card-desc--after {
    position: relative;
}
.product__card-desc--after::after {
    position: absolute;
    content: "";
    background-image: url("./../img/treangle-white.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 52px;
    right: -20px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /* Tablet */
}
@media (max-width: 1023px) {
    .product__card-desc--after::after {
        display: none;
    }
}

.product__card-title {
    margin-bottom: 7px;
    /* Mobale */
}
@media (max-width: 767px) {
    .product__card-title {
        margin-bottom: 5px;
    }
}

.product__card-text {
    margin-bottom: 18px;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1439px) {
    .product__card-text {
        margin-bottom: 10px;
    }
}
@media (max-width: 1234px) {
    .product__card-text {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .product__card-text {
        margin-bottom: 10px;
    }
}

.product__card-btn {
    margin-top: 23px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #004583;
    /* Laptop */
    /* Mobale */
}
.product__card-btn:hover {
    border: 1px solid #62acef;
}
.product__card-btn:hover .product__card-arrow use {
    fill: #62acef;
}
@media (max-width: 1439px) {
    .product__card-btn {
        margin-top: 10px;
    }
}
@media (max-width: 1234px) {
    .product__card-btn {
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .product__card-btn {
        width: 25px;
        height: 25px;
    }
}

.product__card-arrow {
    width: 20px;
    height: 20px;
    /* Laptop */
    /* Mobale */
}
.product__card-arrow use {
    fill: #004583;
}
@media (max-width: 1234px) {
    .product__card-arrow {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 767px) {
    .product__card-arrow {
        width: 10px;
        height: 10px;
    }
}

.product__card--bottom .product__card-img img {
    max-width: 900px;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .product__card--bottom .product__card-img img {
        max-width: 600px;
        height: 183px;
    }
}
@media (max-width: 767px) {
    .product__card--bottom .product__card-img img {
        max-width: 160px;
        height: 157px;
    }
}
.no-bg{
        background-image: none!important;
}
.video {
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    text-align: center;
    height: 458px;
}

.video__item {
    position: relative;
    max-width: 1440px;
    height: 458px;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1439px) {
    .video__item {
        max-width: 100%;
        height: 458px;
    }
}
@media (max-width: 767px) {
    .video__item {
        height: 295px;
    }
}

.video__content--hidden {
    opacity: 0;
    visibility: hidden;
}

.video__content {
    opacity: 1;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Laptop */
}
@media (max-width: 1234px) {
    .video__content {
        top: 10%;
    }
}
.video__content .title2 {
    /* Mobale */
}
@media (max-width: 767px) {
    .video__content .title2 {
        font-size: 24px;
    }
}

.video__content-title {
    margin-bottom: 48px;
    width: 330px;
    text-align: center;
    /* Xs */
    /* Mobale */
}
@media (max-width: 424px) {
    .video__content-title {
        width: 220px;
    }
}
@media (max-width: 767px) {
    .video__content-title {
        margin-bottom: 13px;
    }
}

.video__btn {
    cursor: pointer;
    margin-bottom: 100px;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    /* Laptop */
    /* Mobale */
}
.video__btn:hover,
.video__btn .video-active {
    opacity: 0.3;
}
.video__btn::before {
    position: absolute;
    content: "";
    background-image: url("./../img/play-1.svg");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1234px) {
    .video__btn {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .video__btn {
        margin-bottom: 23px;
    }
}

.video__content-link {
    border: 1px solid #ffffff;
    padding: 13px 43px;
    border-radius: 22px;
    font-weight: 600;
    font-size: 14px;
    line-height: 127.47%;
    color: #ffffff;
    /* Mobale */
}
.video__content-link:hover {
    color: #c3c3c3;
    border: 1px solid #c3c3c3;
}
@media (max-width: 767px) {
    .video__content-link {
        max-width: 212px;
        padding: 13px 37px;
    }
}

.post__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Tablet */
}
@media (max-width: 1023px) {
    .post__wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.post__info .product__card-btn {
    border: 1px solid #bb2822;
}
.post__info .product__card-btn:hover {
    border: 1px solid #d98b88;
}
.post__info .product__card-btn:hover .product__card-arrow use {
    fill: #d98b88;
}

.post__info .product__card-arrow use {
    fill: #bb2822;
}

.post__info,
.post__interest {
    width: 50%;
    /* Tablet */
}
@media (max-width: 1023px) {
    .post__info,
    .post__interest {
        width: 100%;
    }
}
.post__info .product__card,
.post__interest .product__card {
    /* Tablet */
}
@media (max-width: 1023px) {
    .post__info .product__card,
    .post__interest .product__card {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.post__info .product__card-img img,
.post__interest .product__card-img img {
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1439px) {
    .post__info .product__card-img img,
    .post__interest .product__card-img img {
        height: 100%;
    }
}
@media (max-width: 767px) {
    .post__info .product__card-img img,
    .post__interest .product__card-img img {
        width: 160px;
        height: 157px;
    }
}
.post__info .product__card-desc,
.post__interest .product__card-desc {
    padding: 28px 70px 21px 30px;
    background: #fafafa;
	width: 100%;
    /* Mobale */
}
@media (max-width: 767px) {
    .post__info .product__card-desc,
    .post__interest .product__card-desc {
        padding: 10px 6px 5px 6px;
    }
}
.post__info .product__card-desc--before,
.post__interest .product__card-desc--before {
    position: relative;
}
.post__info .product__card-desc--before::before,
.post__interest .product__card-desc--before::before {
    position: absolute;
    content: "";
    background-image: url("./../img/treangle-grey.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 52px;
    left: -20px;
    /* Tablet */
}
@media (max-width: 1023px) {
    .post__info .product__card-desc--before::before,
    .post__interest .product__card-desc--before::before {
        display: none;
    }
}
.post__info .product__card-title,
.post__interest .product__card-title {
    margin-bottom: 9px;
}
.post__info .product__card-text,
.post__interest .product__card-text {
    margin-bottom: 30px;
    /* Mobale */
}
@media (max-width: 767px) {
    .post__info .product__card-text,
    .post__interest .product__card-text {
        margin-bottom: 20px;
    }
}
.post__info .product__card--revers,
.post__interest .product__card--revers {
    /* Mobale */
}
@media (max-width: 767px) {
    .post__info .product__card--revers .product__card-title,
    .post__interest .product__card--revers .product__card-title {
        text-align: end;
    }
}
.post__info .product__card-desc--after,
.post__interest .product__card-desc--after {
    position: relative;
}
.post__info .product__card-desc--after::after,
.post__interest .product__card-desc--after::after {
    position: absolute;
    content: "";
    background-image: url("./../img/treangle-grey.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 52px;
    right: -20px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /* Tablet */
}
@media (max-width: 1023px) {
    .post__info .product__card-desc--after::after,
    .post__interest .product__card-desc--after::after {
        display: none;
    }
}

.post__info-name,
.post__interest-name {
    font-family: "Gilroy", sans-serif;
    text-align: center;
    padding: 24px 0 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #000000;
    /* Mobale */
}
@media (max-width: 767px) {
    .post__info-name,
    .post__interest-name {
        padding: 17px 0 17px;
    }
}

.post__interest-name {
    border-left: 1px solid #e7e6e6;
    /* Tablet */
}
@media (max-width: 1023px) {
    .post__interest-name {
        border-left: unset;
    }
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Mobale */
}
@media (max-width: 767px) {
    .news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news__item {
    width: 25%;
    padding: 28px 5px 21px;
    /* Tablet */
    /* Mobale */
}
.news__item:not(:last-child) {
    border-right: 1px solid #e7e6e6;
    /* Laptop */
}
@media (max-width: 1234px) {
    .news__item:not(:last-child) {
        border-right: unset;
    }
}
@media (max-width: 1234px) {
    .news__item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .news__item {
        width: 100%;
        padding: 21px 5px 21px;
    }
}

.news__item--lerom {
    /* Laptop */
}
@media (max-width: 1234px) {
    .news__item--lerom {
        display: none;
    }
}

.news__item-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: rgba(7, 24, 40, 0.08);
    margin-right: 8px;
}

.news__item--more {
    /* Laptop */
    /* Mobale */
}
.news__item--more .news__item-text {
    color: #071828;
}
.news__item--more .news__item-icon use {
    fill: #071828;
}
@media (max-width: 1234px) {
    .news__item--more {
        border-right: 1px solid #e7e6e6;
    }
}
@media (max-width: 767px) {
    .news__item--more {
        width: 100%;
        border-bottom: 1px solid #e7e6e6;
    }
}

.news__item-icon {
    width: 10px;
    height: 10px;
}

.news__item--section {
    border-right: 1px solid #e7e6e6;
    /* Laptop */
}
.news__item--section .news__item-text {
    color: #004583;
}
.news__item--section .news__item-icon use {
    fill: #004583;
}
@media (max-width: 1234px) {
    .news__item--section {
        border-right: unset;
    }
}

.backet {
    padding: 57px 0 205px;
    /* Mobale */
}
@media (max-width: 767px) {
    .backet {
        padding: 30px 0 30px;
    }
}

.backet__title {
    margin-bottom: 12px;
    /* Mobale */
}
@media (max-width: 767px) {
    .backet__title {
        margin-bottom: 7px;
    }
}

.backet__box {
    padding: 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
    /* Mobale */
}
.backet__box:first-child {
    border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
    .backet__box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.backet__img img{    
    width: 100%;    
}

.backet__desc {
    width: 100%;
    /* Xs */
}

.backet__desc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    /* Tablet */
}
@media (max-width: 1023px) {
    .backet__desc-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.backet__desc-specification {
}
@media (max-width: 1234px) {
    .backet__desc-specification {
        margin-right: 0;
    }
}
.backet__desc-specification .specification__size {
    margin-top: 4px;
	font-size: 12px;
    line-height: 1;
}
@media (max-width: 767px) {
    .backet__desc-specification {
        margin-bottom: 10px;
    }
}

.specification__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 127.47%;
    color: #071828;
}

.specification__size {
    font-weight: bold;
    font-size: 16px;
    line-height: 127.47%;
    color: #656d75;
    /* Mobale */
}
.specification__size span {
    color: #071828;
}
@media (max-width: 767px) {
    .specification__size {
        margin-top: 8px;
        font-size: 13px;
    }
}

.backet__desc-color {
    text-align: center;
}
@media (max-width: 1234px) {
    .backet__desc-color {
        margin-left: auto;
    }
}
@media (max-width: 1023px) {
    .backet__desc-color {
        margin-left: unset;
    }
}
@media (max-width: 767px) {
    .backet__desc-color {
        padding-bottom: 16px;
        border-bottom: 1px solid #e7e6e6;
    }
}
.backet__desc-color .color__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 127.47%;
    color: #656d75;
    margin-bottom: 12px;
}
.backet__desc-color .color__name span {
    color: #071828;
}
.backet__desc-color .color__btn-item {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.backet__desc-color .color__btn-item img{
	border-radius: 50%;
    width: 25px;
    height: 25px;
}
.backet__desc-color .color__btn-item:not(:last-child) {
    margin-right: 2px;
}

.color__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.color__btn input{
	position: absolute;
}

.backet__desc-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: end;	
}
@media (max-width: 1234px) {
    .backet__desc-price {
        margin-right: 0px;
    }
}
@media (max-width: 1023px) {
    .backet__desc-price {
        display: block;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .backet__desc-price {
        margin-left: unset;
        margin-top: 30px;
    }
}

.price__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    padding-right: 8px;
    /* Tablet */
    /* Mobale */
    /* Xs */
}
@media (max-width: 1023px) {
    .price__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-right: 0px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .price__box {
        margin-bottom: 13px;
		width: 100%;
    }
	.price__total{
		text-align:center;
	}
}


.price__thing {
    font-family: "Inter", sans-serif;
    margin-right: 30px;
    font-weight: 300;
    font-size: 14px;
    width: 185px;
    /* Mobale */
}
.price__thing span {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #656d75;
}
@media (max-width: 767px) {
    .price__thing {
        margin-right: 0px;
    }
}

.price__counter {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 192.88px;
    height: 50px;
    border: 1px solid #071828;
    border-radius: 2px;
    margin-top: -9px;
    margin-left: -5px;
    margin-right: 20px;
}

.price__counter-down {
    padding-right: 7px;
}

.price__counter-icon {
    width: 8px;
    height: 8px;
}

.price__counter-number {
    text-align: center;
    width: 45px;
    padding: 0px 8px;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: none;
    border-top: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #071828;
}

.price__counter-up {
    padding-left: 7px;
}
.price__counter-up .price__counter-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.price__total {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
    min-width: 100px;
}

.backet__delete {
    padding: 6px 20px;
    background: #efefef;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    line-height: 127.47%;
    color: #656d75;
    /* Mobale */
    /* Xs */
}
@media (max-width: 767px) {
    .backet__delete {
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 424px) {
    .backet__delete {
        padding: 6px 8px;
    }
}
@media (max-width: 767px) {
    .backet__delete span {
        background: #efefef;
        border-radius: 50%;
        width: 21px;
        height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 5px;
    }
	.backet__desc-btn form{
		display:flex;
		justify-content: center;
	}
}
.backet__delete:hover {
    background: #d3cfcf;
}

.backet__total {
    margin-top: 28px;
    text-align: end;
    /* Mobale */
}
@media (max-width: 767px) {
    .backet__total {
        text-align: center;
    }
}

.total__price {
    color: #656d75;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 127.47%;
    margin-bottom: 35px;
}
.total__price span {
    text-transform: uppercase;
    color: #071828;
}

.link {
    background: #004583;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 70px;
    color: #ffffff;
}
.link:hover {
    background: #1e86e3;
}

.section-form {
    padding: 57px 0 40px;
    /* Mobale */
}
@media (max-width: 767px) {
    .section-form {
        padding: 31px 0 40px;
    }
}

.section-form__title {
    margin-bottom: 21px;
    /* Mobale */
}
@media (max-width: 767px) {
    .section-form__title {
        margin-bottom: 10px;
    }
}

.form {
    position: relative;
}

.form-info {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    padding: 26px 24px 24px 21px;
    margin-bottom: 25px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-info {
        padding: 17px 9px 16px;
        margin-bottom: 15px;
    }
}

.form__info-title {
    margin-bottom: 12px;
}

.form-title,
.form-delivery__addition-price-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 127.47%;
    color: #071828;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-title,
    .form-delivery__addition-price-text {
        font-size: 16px;
    }
}

.form-info__contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-info__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.input {
    padding: 23px 15px 19px;
    background: #f3f3f3;
    border-radius: 2px;
    border: none;
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #071828;
    /* Mobale */
}
.input::-webkit-input-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #bebebe;
}
.input::-moz-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #bebebe;
}
.input:-ms-input-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #bebebe;
}
.input::-ms-input-placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #bebebe;
}
.input::placeholder {
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 127.47%;
    color: #bebebe;
}
@media (max-width: 767px) {
    .input {
        padding: 18px 23px 16px;
    }
}

.form-info__contact-input {
    width: 32%;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-info__contact-input {
        width: 100%;
    }
    .form-info__contact-input:not(:last-child) {
        margin-bottom: 6px;
    }
}

.input--textarea {
    resize: none;
    width: 100%;
    min-height: 115px;
    /* Mobale */
}
@media (max-width: 767px) {
    .input--textarea {
        min-height: 207px;
    }
}

.form-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* Tablet */
}
@media (max-width: 1023px) {
    .form-delivery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.form-delivery__block-1 {
    width: 65%;
    /* Tablet */
}
@media (max-width: 1023px) {
    .form-delivery__block-1 {
        width: 100%;
    }
}

.form-delivery__address {
    padding: 26px 20px 18px;
    margin-bottom: 21px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__address {
        padding: 20px 10px 18px;
        margin-bottom: 30px;
    }
}

.form-delivery__address-title {
    margin-bottom: 14px;
}

.form-delivery__address-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 14px;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .form-delivery__address-wr {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .form-delivery__address-wr {
        gap: 13px;
    }
}

.form-delivery__address-input {
    width: 235px;
    /* Xs */
}
@media (max-width: 424px) {
    .form-delivery__address-input {
        width: 130px;
        padding: 19px 18px;
    }
    .form-delivery__address-input:last-child {
        width: 100%;
    }
}

.form-delivery__addition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Laptop */
}
@media (max-width: 1234px) {
    .form-delivery__addition {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form-delivery__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    padding: 26px 0 4px;
    width: 243px;
    /* Laptop */
    /* Mobale */
}
.form-delivery__item:not(:last-child) {
    margin-right: 20px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__item:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 16px;
    }
}
@media (max-width: 1234px) {
    .form-delivery__item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .form-delivery__item {
        width: 100%;
        padding: 19px 0 12px;
    }
}

.form-delivery__item--1 {
    width: 260px;
    /* Laptop */
}
@media (max-width: 1234px) {
    .form-delivery__item--1 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.form-delivery__title {
    padding-left: 22px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__title {
        padding-left: 11px;
    }
}

.form-delivery__item-wr--addition {
    /* Laptop */
    /* Mobale */
}
@media (max-width: 1234px) {
    .form-delivery__item-wr--addition {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-delivery__item-wr--addition .form-label:not(:last-child) {
        border-bottom: unset;
    }
}
@media (max-width: 767px) {
    .form-delivery__item-wr--addition {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-label {
    padding: 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Mobale */
}
.form-label:hover .custom-radio {
    border: 1px solid #bb2822;
}
.form-label:hover .text-radio,
.form-label:hover .form-delivery__addition-price-number {
    color: #071828;
}
.form-label:not(:last-child) {
    border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
    .form-label {
        padding: 10px 3px;
    }
}

.real-radio:checked + .custom-radio {
    border: 1px solid #bb2822;
}
.real-radio:checked + .custom-radio:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.real-radio:checked + .custom-radio .text-radio,
.real-radio:checked + .custom-radio .form-delivery__addition-price-number {
    color: #071828;
}

.real-radio:checked ~ .text-radio,
.real-radio:checked ~ .form-delivery__addition-price-number {
    color: #071828;
}

.custom-radio {
    position: relative;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #8a8f94;
    border-radius: 50%;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.custom-radio:before {
    position: absolute;
    content: "";
    background: #ffffff;
    opacity: 0.18;
    border: 1px solid #8a8f94;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.custom-radio:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #bb2822;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.text-radio,
.form-delivery__addition-price-number {
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    line-height: 127.47%;
    color: #8a8f94;
    /* Mobale */
}
@media (max-width: 767px) {
    .text-radio,
    .form-delivery__addition-price-number {
        font-size: 14px;
    }
}

.form-delivery__addition-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__addition-box-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 42px;
    }
}

.form-delivery__addition-price {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 52px -8px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px;
    /* Tablet */
}
@media (max-width: 1023px) {
    .form-delivery__addition-price {
        position: absolute;
        bottom: 104px;
        width: 100%;
        /* Mobale */
    }
}
@media (max-width: 1023px) and (max-width: 767px) {
    .form-delivery__addition-price {
        bottom: 170px;
        padding: 30px 20px;
    }
}

.form-delivery__addition-price-text {
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__addition-price-text {
        font-size: 20px;
    }
}

.form-delivery__addition-price-number {
    color: #bb2822;
    font-weight: bold;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__addition-price-number {
        font-size: 18px;
    }
}

.form-delivery__block-2 {
    width: 33%;
    /* Tablet */
}
@media (max-width: 1023px) {
    .form-delivery__block-2 {
        width: 100%;
        margin-bottom: 60px;
    }
}

.form-delivery__item--block2 {
    width: 100%;
}
.form-delivery__item--block2:first-child {
    margin-bottom: 30px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__item--block2:first-child {
        margin-bottom: 12px;
    }
}
.form-delivery__item--block2:last-child {
    padding-bottom: 43px;
    /* Mobale */
}
@media (max-width: 767px) {
    .form-delivery__item--block2:last-child {
        padding-bottom: 0px;
    }
}
.form-delivery__item--block2 .form-label {
    padding: 22px 0 22px;
}

.section-form__btn {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* Mobale */
}
@media (max-width: 767px) {
    .section-form__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 64px;
    }
}

.link--form {
    font-weight: 600;
    font-size: 28px;
    height: 67px;
    padding: 15px 50px;
    border: none;
    /* Mobale */
}
@media (max-width: 767px) {
    .link--form {
        margin-bottom: 0px;
        font-size: 16px;
        height: 53px;
        padding: 18px 90px;
    }
}

.link--form.btn-error {
    background: #8a8f94;
}

.section-form__text-valide {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1023px) {
    .section-form__text-valide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .section-form__text-valide {
        margin-right: 0px;
    }
}

.section-form__error-icon {
    width: 70px;
    height: 70px;
}

.section-form__error-text {
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 127.47%;
    color: #bb2822;
    /* Mobale */
}
@media (max-width: 767px) {
    .section-form__error-text {
        text-align: center;
        margin-top: -25px;
    }
}

.input--fio {
    position: relative;
}

#ФИО-error {
    position: absolute;
    top: 6%;
    left: 22%;
    /* Laptop */
    /* Tablet */
}
@media (max-width: 1234px) {
    #ФИО-error {
        top: 5%;
        left: 20%;
    }
}
@media (max-width: 1023px) {
    #ФИО-error {
        display: none;
    }
}

#mail-error {
    position: absolute;
    top: 6%;
    right: 36%;
    /* Laptop */
    /* Tablet */
}
@media (max-width: 1234px) {
    #mail-error {
        top: 5%;
    }
}
@media (max-width: 1023px) {
    #mail-error {
        display: none;
    }
}

#phone-error {
    position: absolute;
    top: 6%;
    right: 3%;
    /* Laptop */
    /* Tablet */
}
@media (max-width: 1234px) {
    #phone-error {
        top: 5%;
    }
}
@media (max-width: 1023px) {
    #phone-error {
        display: none;
    }
}

.input.error {
    border: 1px solid #bb2822;
}

label.error {
    font-weight: normal;
    font-family: "Gilroy", sans-serif;
    font-size: 13px;
    line-height: 127.47%;
    color: #bb2822;
    /* Tablet */
}
@media (max-width: 1023px) {
    label.error {
        display: none !important;
    }
}

.section-form__text-valide.btn-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 27px 0 167px;
    /* Mobale */
}
@media (max-width: 767px) {
    .main__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 0 20px;
    }
}

.collection__breadcrumbs {
    margin-bottom: 20px;
    /* Mobale */
}
@media (max-width: 767px) {
    .collection__breadcrumbs {
        display: none;
    }
}

.collection,
.tabs__wr {
    width: 75%;
    /* Laptop */
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1234px) {
    .collection,
    .tabs__wr {
        width: 72%;
    }
}
@media (max-width: 1023px) {
    .collection,
    .tabs__wr {
        width: 62%;
    }
    .collection .product__card,
    .tabs__wr .product__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .collection,
    .tabs__wr {
        width: 100%;
    }
}
.collection .product__card,
.tabs__wr .product__card {
    position: relative;
}
.collection .product__card-desc,
.tabs__wr .product__card-desc {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Mobale */
}
@media (max-width: 767px) {
    .collection .product__card-desc,
    .tabs__wr .product__card-desc {
        padding: 22px 13px 30px;
    }
}
.collection .product__card-link,
.tabs__wr .product__card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
}
.collection .product__card-btn,
.tabs__wr .product__card-btn {
    margin-top: 0;
    margin-right: 10px;
    /* Mobale */
}
@media (max-width: 767px) {
    .collection .product__card-btn,
    .tabs__wr .product__card-btn {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.collection .product__card--revers .product__card-title,
.collection .product__card--revers .product__card-text,
.tabs__wr .product__card--revers .product__card-title,
.tabs__wr .product__card--revers .product__card-text {
    text-align: end;
    /* Mobale */
}
@media (max-width: 767px) {
    .collection .product__card--revers .product__card-title,
    .collection .product__card--revers .product__card-text,
    .tabs__wr .product__card--revers .product__card-title,
    .tabs__wr .product__card--revers .product__card-text {
        text-align: start;
    }
}
.collection .product__card--revers .product__card-desc,
.tabs__wr .product__card--revers .product__card-desc {
    /* Mobale */
}
@media (max-width: 767px) {
    .collection .product__card--revers .product__card-desc,
    .tabs__wr .product__card--revers .product__card-desc {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.collection .product__card-text,
.tabs__wr .product__card-text {
    /* Mobale */
}
@media (max-width: 767px) {
    .collection .product__card-text,
    .tabs__wr .product__card-text {
        margin-bottom: 31px;
    }
}

.widget {
    position: absolute;
    padding: 5px 20px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 127.47%;
    color: #ffffff;
    background: #80d172;
    border-radius: 16.5px;
}

.product__card-widget {
    top: 10px;
    left: 10px;
}

.product__card-img-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    /* Laptop */
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1234px) {
    .product__card-img-1 {
        width: 362px;
    }
}
@media (max-width: 1023px) {
    .product__card-img-1 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product__card-img-1 {
        width: 100%;
        height: 157px;
    }
}

.product__card-link--revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* Mobale */
}
@media (max-width: 767px) {
    .product__card-link--revers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.product__card-link--revers .product__card-btn {
    margin: 0 0 0 10px;
    /* Mobale */
}
@media (max-width: 767px) {
    .product__card-link--revers .product__card-btn {
        margin: 0 10px 0 0px;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.product__card-link-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 127.47%;
    color: #004583;
    /* Mobale */
}
@media (max-width: 767px) {
    .product__card-link-text {
        font-size: 10px;
    }
}

.collection__sidebar {
    /*padding-top: 50px;*/
}
@media (max-width: 767px) {
    .collection__sidebar {
        padding-top: 13px;
    }
}

.wrapper {
    padding: 41px 0 41px;
    /* Mobale */
}
@media (max-width: 767px) {
    .wrapper {
        padding: 15px 0 15px;
    }
}

.model-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Tablet */
}
.model-card #msGallery{
	border: 1px solid #e7e7e7;
}
.back-to-category{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 20px;
}
.back-to-category span{
	color: #bb2822;
}
.back-to-category a{
	color: #bb2822;
	margin-left: 5px;
}
.back-to-category a:hover{	
	border-bottom:1px dotted #bb2822;
}
.model-card .model-card_main{
    width:638px;
}
.model-card_feature{
    display: flex;
}
.model-card .model-card__sidebar {
    width: 268px;
    height: 419px;
    margin-top: auto;
    /* Laptop */
}
@media (max-width: 1023px) {
    .model-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	.model-card .model-card_main{
		width:100%;
	}
}

@media (max-width: 1234px) {
    .model-card .model-card__sidebar {
        display: none;
    }
}

.model-card-col .model-card__features {
    margin-right: 66px;
    width: 370px;
    /* Laptop */
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1234px) {
    .model-card-col .model-card__features {
        margin-right: 0px;
    }
}
@media (max-width: 1023px) {
    .model-card-col .model-card__features {
        width: 480px;
    }
}
@media (max-width: 767px) {
    .model-card-col .model-card__features {
        /*width: 298px;*/
    }
}

.model-card-col .features__data-item:not(:last-child) {
    margin-right: 29px;
    margin-bottom: 41px;
    /* Mobale */
}
@media (max-width: 767px) {
    .model-card-col .features__data-item:not(:last-child) {
        margin-right: 30px;
        margin-bottom: 27px;
    }
}

.model-card__img {
    width: 479px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1023px) {
    .model-card__img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .model-card__img {
        width: 298px;
    }
}

.model-card__features {
    width: 440px;
    /* Tablet */
    /* Mobale */
}
@media (max-width: 1023px) {
    .model-card__features {
        width: 480px;
    }
}
@media (max-width: 767px) {
    .model-card__features {
        width: 298px;
    }
}

.features__breadcrumbs {
    margin-bottom: 28px;
    /* Tablet */
}
@media (max-width: 1023px) {
    .features__breadcrumbs {
        display: none;
    }
}

.features__name {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #071828;
    margin-bottom: 12px;
}

.features__articul {
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #004583;
    margin-bottom: 29px;
}

.features__data {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	justify-content: space-between;
    flex-wrap: wrap;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__data {
        margin-bottom: 2px;
    }
}

.features__data-item:not(:last-child) {
    margin-right: 39px;
    margin-bottom: 41px;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__data-item:not(:last-child) {
        margin-right: 30px;
        margin-bottom: 27px;
    }
}

.features__data-item-name {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 127.47%;
    text-transform: uppercase;
    color: #004583;
    margin-bottom: 9px;
}

.features__data-item-size {
    font-weight: normal;
    font-size: 16px;
    line-height: 127.47%;
    color: #071828;
}

.features__data-item--color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__data-item--color {
        margin-left: auto;
    }
}
.features__data-item--color .features__data-item-name {
    margin-bottom: 0;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__data-item--color .features__data-item-name {
    }
}
.features__data-item--color .color__btn {
    cursor: pointer;
    margin-left: 10px;
}
.features__data-item--color .color__btn-item {
    position: relative;
    width: 33px;
    height: 33px;
    /* Mobale */
}
.features__data-item--color .color__btn-item:not(:last-child) {
    margin-right: 4px;
}
.features__data-item--color .color__btn-item {
    margin-top: 6px;
}

@media (max-width: 767px) {
    .features__data-item--color .color__btn-item {
        width: 26px;
        height: 26px;
    }
}

.features__data-item--color .color__btn-item>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
/*.features__data-item--color .color__btn-item:hover > input+span::before,*/
.features__data-item--color .color__btn-item>input:checked+span::before {
    border-color: #fff;
    background-color: #fff;
    background-image: url("./../img/check.svg");
}
.features__data-item--color .color__btn-item>span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features__data-item--color .color__btn-item:hover::before,
.features__data-item--color .color__btn-item:hover::after {
    opacity: 1;
}

.features__price {
    width: 100%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px 0 10px;
    margin-bottom: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        border-top: unset;
        border-bottom: unset;
    }
}
.features__price .price__counter {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100px;
    height: 67px;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__price .price__counter {
        margin-right: 5px;
    }
}
.features__price .price__counter-down {
    padding-right: 10px;
}
.features__price .price__counter-icon {
    width: 12px;
    height: 12px;
}
.features__price .price__counter-up {
    padding-left: 10px;
}

.features__price-total {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #071828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* Mobale */
}
.new_price .price{
    color:brown;
}
.new_price .old_price{
    text-decoration: line-through;
    font-style: normal!important;
    color:#000!important;
}
.features__price-total span {
    font-size: 26px;
}
.features__price-block > span {
    margin-left: 20px;
    text-align: end;
}
.features__price-block{
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .features__price-total {
        margin-bottom: 40px;
    }
}

.features__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__link {
        margin-top: -98px;
        margin-left: auto;
        width: 168px;
    }
}
.features__link .link {
    height: 67px;
    font-size: 28px;
    padding: 14px 51px 17px;
    /* Mobale */
}
@media (max-width: 767px) {
    .features__link .link {
        padding: 14px 35px 17px;
    }
}

.model-tabs {
    margin-top: 25px;
    /* Mobale */
}
@media (max-width: 767px) {
    .model-tabs {
        margin-top: 68px;
    }
}

.model-similar-block {
    margin-top: 84px;
    /* Mobale */
}
@media (max-width: 767px) {
    .model-similar-block {
        margin-top: 30px;
    }
}

.model-1-tabs {
    margin-top: 52px;
    /* Mobale */
}
@media (max-width: 767px) {
    .model-1-tabs {
        margin-top: 25px;
    }
}

.news-block {
    padding: 27px 0 168px;
    /* Mobale */
}

@media (max-width: 767px) {
    .news-block {
        padding: 10px 0 20px;
    }
}

.news-block__bredcrumbs {
    margin-bottom: 35px;
    /* Mobale */
}
@media (max-width: 767px) {
    .news-block__bredcrumbs {
        display: none;
    }
}

.news-block__item {
    margin-top: 50px;
    margin-bottom: 60px;
    width: 100%;
}
@media (max-width: 767px) {
    .news-block__item {
        margin-bottom: 50px;
    }
}

.news-block__item-img {
    max-width: 1215px;
    margin-bottom: 35px;
    /* Mobale */
}
@media (max-width: 767px) {
    .news-block__item-img {
        height: 210px;
        margin-bottom: 15px;
    }
}
.news-block__item-img img {
    /* Mobale */
}
@media (max-width: 767px) {
    .news-block__item-img img {
        height: 210px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.news-block__item-title {
    margin-bottom: 24px;
    /* Mobale */
}
.news-block__item-title a{
	color:#071828;
}
.news-block__item-title a:hover{
	color: #bb2822;
}
@media (max-width: 767px) {
    .news-block__item-title {
        margin-bottom: 7px;
    }
}

.news-block__item-excerpt {
    margin-bottom: 20px;
}

.news-block__item-time {
    font-weight: 300;
    font-size: 14px;
    line-height: 127.47%;
    color: #8a8f94;
}

.news-block__more {
    display: block;
    padding: 25px 0 22px;
    text-align: center;
    border-top: 1px solid #071828;
    border-bottom: 1px solid #071828;
}
.searchButton{
	right: 0;
    width: 40px;
    height: 100%;    
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    border-radius: 0px 47px 47px 0px;    
    background-color: inherit;
}
.searchRes .simplesearch-results-list{
	margin: 20px 0px;
}
.searchRes .simplesearch-result{
	margin: 10px 0px;
}
.searchRes .simplesearch-result .extract{
	margin: 5px 0px 0px 10px;
}
.searchRes .simplesearch-result .extract p{
	font-size: 14px;
    font-style: italic;
}
.searchRes .simplesearch-result span{
	font-size: 18px;
}
.searchRes .simplesearch-result a{
	color: #000;
	border-bottom: 1px dotted #000000;
}
.searchRes .simplesearch-result a:hover{
	color:#bb2822;
	border-bottom: 1px dotted #bb2822;
}
.searchRes .simplesearch-paging{
	margin-top: 50px;
	text-align:center;
}
.simplesearch-paging .simplesearch-page a{
	font-size: 18px;
	color: #000000;
}
.simplesearch-paging .simplesearch-page a:hover{
	color: #bb2822;
}
.simplesearch-paging .simplesearch-current-page{
	color: #bb2822;
    font-size: 24px;
    font-weight: 600;
}



.container {
    max-width: 1235px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.main-wr,
.footer__container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    /* Laptop */
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 1rem;
}

@media (max-width: 1439px) {
    .main-wr,
    .footer__container {
        width: 100%;
    }
}

.footer__container {
    padding: 0 24px;
    /* Mobale */
}
@media (max-width: 767px) {
    .footer__container {
        padding: 0 10px;
    }
}

/* laptop */
@media (max-width: 1234px) {
    .container,
    .main-wr,
    .footer__container {
        max-width: 1024px;
    }
}

/* Tablet */
@media (max-width: 1023px) {
    .container,
    .main-wr,
    .footer__container {
        max-width: 768px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .container,
    .main-wr,
    .footer__container {
        max-width: 425px;
    }
}

/* Mobile Xs */
@media (max-width: 424px) {
    .container,
    .main-wr,
    .footer__container {
        max-width: 100%;
    }
}
.fotorama__nav-wrap{
	display:none;
}
.tech span{
    font-weight: 600;
}
.tech > article > div{
    margin-bottom:10px;
}
.tech ul{
    margin-left: 10px;
    list-style: inside;
}
.content_info ul{
	list-style: inside;
    margin-left: 20px;
}
.content_info p{
    margin-bottom: 10px;
}
/***********************/
.w-100{
	width:100%!important;
}
.mt-50{
    margin-top:50px;
}
.mb-20{
	margin-bottom:20px;
}

@media (min-width: 768px) {
    .header-top__left, .header-top__right {
        min-width: 290px;
    }
    .product-wr .product {
        width: 50%;
    }
}
.sticky {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}
.content_info h1, .content_info h2, .content_info h3, .content_info h4, .content_info h5, .content_info ul, .content_info ol{
    margin-bottom: 10px;
}
.content_info .section-form__title{
    margin-bottom: 40px;
}
}