
:root {
	--primary-color: #C30000;
	--gray-color: #373737;
}

.grid._no-column-gap,
.grid._no-gap,
.grid.categories {
    grid-column-gap: 0
}

._bg-before,
.wrapper {
    position: relative
}

.footer,
.header,
.wrapper,
body,   
html {
    width: 100%
}
html {
	margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.wrapper {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.grid {
    display: -ms-grid;
    display: grid;
    grid: minmax(100px, auto);
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 0.8rem;
    grid-row-gap: 1rem
}

.grid._no-gap {
    margin-top: -6rem;
    grid-row-gap: 0
}

@media (max-width:1279px) {
    .grid._no-gap {
        margin-top: 0
    }
}

.grid.categories {
    grid-row-gap: 1rem;
    margin-top: 30px
}

.col,
.col--lg-1,
.col--lg-10,
.col--lg-11,
.col--lg-12,
.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--md-1,
.col--md-10,
.col--md-11,
.col--md-12,
.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--sm-1,
.col--sm-10,
.col--sm-11,
.col--sm-12,
.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--xl-1,
.col--xl-10,
.col--xl-11,
.col--xl-12,
.col--xl-2,
.col--xl-3,
.col--xl-4,
.col--xl-5,
.col--xl-6,
.col--xl-7,
.col--xl-8,
.col--xl-9 {
    -ms-grid-column: span 12;
    grid-column: span 12
}

.col--xs-1 {
    -ms-grid-column: span 1;
    grid-column: span 1
}

.col--xs-2 {
    -ms-grid-column: span 2;
    grid-column: span 2
}

.col--xs-3 {
    -ms-grid-column: span 3;
    grid-column: span 3
}

.col--xs-4 {
    -ms-grid-column: span 4;
    grid-column: span 4
}

.col--xs-5 {
    -ms-grid-column: span 5;
    grid-column: span 5
}

.col--xs-6 {
    -ms-grid-column: span 6;
    grid-column: span 6
}

.col--xs-7 {
    -ms-grid-column: span 7;
    grid-column: span 7
}

.col--xs-8 {
    -ms-grid-column: span 8;
    grid-column: span 8
}

.col--xs-9 {
    -ms-grid-column: span 9;
    grid-column: span 9
}

.col--xs-10 {
    -ms-grid-column: span 10;
    grid-column: span 10
}

.col--xs-11 {
    -ms-grid-column: span 11;
    grid-column: span 11
}

.col--xs-12 {
    -ms-grid-column: span 12;
    grid-column: span 12
}

@media (min-width:544px) {
    .col--sm-1 {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .col--sm-2 {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .col--sm-3 {
        -ms-grid-column: span 3;
        grid-column: span 3
    }

    .col--sm-4 {
        -ms-grid-column: span 4;
        grid-column: span 4
    }

    .col--sm-5 {
        -ms-grid-column: span 5;
        grid-column: span 5
    }

    .col--sm-6 {
        -ms-grid-column: span 6;
        grid-column: span 6
    }

    .col--sm-7 {
        -ms-grid-column: span 7;
        grid-column: span 7
    }

    .col--sm-8 {
        -ms-grid-column: span 8;
        grid-column: span 8
    }

    .col--sm-9 {
        -ms-grid-column: span 9;
        grid-column: span 9
    }

    .col--sm-10 {
        -ms-grid-column: span 10;
        grid-column: span 10
    }

    .col--sm-11 {
        -ms-grid-column: span 11;
        grid-column: span 11
    }

    .col--sm-12 {
        -ms-grid-column: span 12;
        grid-column: span 12
    }
}

@media (min-width:768px) {
    .wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .grid {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem
    }

    .col--md-1 {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .col--md-2 {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .col--md-3 {
        -ms-grid-column: span 3;
        grid-column: span 3
    }

    .col--md-4 {
        -ms-grid-column: span 4;
        grid-column: span 4
    }

    .col--md-5 {
        -ms-grid-column: span 5;
        grid-column: span 5
    }

    .col--md-6 {
        -ms-grid-column: span 6;
        grid-column: span 6
    }

    .col--md-7 {
        -ms-grid-column: span 7;
        grid-column: span 7
    }

    .col--md-8 {
        -ms-grid-column: span 8;
        grid-column: span 8
    }

    .col--md-9 {
        -ms-grid-column: span 9;
        grid-column: span 9
    }

    .col--md-10 {
        -ms-grid-column: span 10;
        grid-column: span 10
    }

    .col--md-11 {
        -ms-grid-column: span 11;
        grid-column: span 11
    }

    .col--md-12 {
        -ms-grid-column: span 12;
        grid-column: span 12
    }
}

@media (min-width:992px) {
    .wrapper {
        padding-left: 60px;
        padding-right: 60px
    }

    .col--lg-1 {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .col--lg-2 {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .col--lg-3 {
        -ms-grid-column: span 3;
        grid-column: span 3
    }

    .col--lg-4 {
        -ms-grid-column: span 4;
        grid-column: span 4
    }

    .col--lg-5 {
        -ms-grid-column: span 5;
        grid-column: span 5
    }

    .col--lg-6 {
        -ms-grid-column: span 6;
        grid-column: span 6
    }

    .col--lg-7 {
        -ms-grid-column: span 7;
        grid-column: span 7
    }

    .col--lg-8 {
        -ms-grid-column: span 8;
        grid-column: span 8
    }

    .col--lg-9 {
        -ms-grid-column: span 9;
        grid-column: span 9
    }

    .col--lg-10 {
        -ms-grid-column: span 10;
        grid-column: span 10
    }

    .col--lg-11 {
        -ms-grid-column: span 11;
        grid-column: span 11
    }

    .col--lg-12 {
        -ms-grid-column: span 12;
        grid-column: span 12
    }
}

@media (min-width:1200px) {
    .wrapper {
        padding-left: 3%;
        padding-right: 3%
    }

    .grid {
        grid-column-gap: 1.3rem;
        grid-row-gap: 1.3rem
    }

    .col--xl-1 {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .col--xl-2 {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .col--xl-3 {
        -ms-grid-column: span 3;
        grid-column: span 3
    }

    .col--xl-4 {
        -ms-grid-column: span 4;
        grid-column: span 4
    }

    .col--xl-5 {
        -ms-grid-column: span 5;
        grid-column: span 5
    }

    .col--xl-6 {
        -ms-grid-column: span 6;
        grid-column: span 6
    }

    .col--xl-7 {
        -ms-grid-column: span 7;
        grid-column: span 7
    }

    .col--xl-8 {
        -ms-grid-column: span 8;
        grid-column: span 8
    }

    .col--xl-9 {
        -ms-grid-column: span 9;
        grid-column: span 9
    }

    .col--xl-10 {
        -ms-grid-column: span 10;
        grid-column: span 10
    }

    .col--xl-11 {
        -ms-grid-column: span 11;
        grid-column: span 11
    }

    .col--xl-12 {
        -ms-grid-column: span 12;
        grid-column: span 12
    }
}

@media (min-width:1500px) {
    .grid {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

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

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

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

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

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

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

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

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

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: #fff;
  color: #161616;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer,
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}

/* .container {
    max-width: 1310px;
    padding: 0 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto
} */

.container,
.entry-content {
	/* width: 100%; */
    max-width: 1310px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
	.container,
	.entry-content {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	.container,
	.entry-content {
		max-width: 768px;
	}		
}
@media (min-width: 992px){
	.container,
	.entry-content {
		max-width: 992px;
	}
}
@media (min-width: 1140px){
	.container,
	.entry-content {
		max-width: 1310px;
	}
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

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

.flex-left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

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

.flex-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

body {
  padding: 117px 0 0 0;
}
@media (max-width: 991px) {
	body {
		padding: 80px 0 0 0;
	}
	.section._border {
		border-top: 10px solid #F5F5F5;
		padding-top: 20px;
	}

}
.section._border {
	border-top: 0px solid #F5F5F5;
	padding-top: inherit;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.popup,
body::after {
    position: fixed;
    left: 0;
    pointer-events: none;
    top: 0
}

.custom-checkbox+span {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.custom-checkbox+span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #000;
    margin-top: 2px;
	margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
	border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.custom-checkbox:checked+span::before {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox:not(:disabled):not(:checked)+span:hover::before {
    border-color: var(--gray-color)
}

.custom-checkbox:not(:disabled):active+span::before {
    background-color: var(--gray-color);
    border-color: var(--gray-color)
}

.custom-checkbox:hover+span::before {
    /* -webkit-box-shadow: 0 0 0 .15rem rgba(0, 4, 255, .164);
            box-shadow: 0 0 0 .15rem rgba(0, 4, 255, .164) */
}

.custom-checkbox:disabled+span::before {
    background-color: var(--gray-color)
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    z-index: 149
}

body.popup-show::after {
    opacity: 1
}

.popup {
    bottom: 0;
    right: 0;
    padding: 0;
    -webkit-transition: visibility .8s;
    -o-transition: visibility .8s;
    transition: visibility .8s;
    visibility: hidden
}

.lock .popup__content,
.popup_show {
    visibility: visible
}

.popup_show {
    z-index: 160;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1)
}

.popup__wrapper {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 10px;
    background: rgba(255, 255, 255);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 2rem 2rem;
    width: 100%;
	height: 100%;
    max-width: 650px;
	max-height: 650px;
	overflow: auto;
}

.popup__btn {
    position: absolute;
    top: 10px;
    right: 16px;
	z-index: 3;
}

.popup__close::after,
.popup__close::before {
    content: '';
    background: #000;
    width: 2px;
    position: absolute;
    height: 100%;
    top: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
}

.popup__close {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 10px
}

.popup__close::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
}

table {
	overflow-x: auto;
    border-collapse: collapse;
    width: auto;
}

th {
    color: #000;
    line-height: 130%;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

td {
    font-size: 18px;
    padding: 5px;
    text-align: left
}

@media (max-width:991px) {

	.popup__content {
		max-width: none;
		max-height: none;
		width: 100%;
		height: 100%;
	}
    .btn,
    .form__button>input {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 5px;
        line-height: 110%
    }

    input {
        border-radius: 3px
    }

    ._gap {
        margin-top: 30px
    }

    ._gap._first {
        margin-top: 10px
    }

    ._small-text {
        font-size: 10px
    }

    ._big-text {
        font-size: 20px
    }

    ._item-image {
        width: 31px;
        height: 31px;
        padding: 4px
    }

    th {
        font-size: 12px
    }

    td {
        font-size: 13px
    }
}

@media (max-width:767px) {

    ._big-text,
    h1,
    h2 {
        font-size: 18px
    }

    h2 {
        margin-bottom: 10px
    }

    body,
    html {
        font-size: 14px
    }

    /* .container {
        padding: 0 10px
    } */


    ._bg-before {
        margin: 10px -10px 0;
        padding: 20px 10px
    }

    ._bg-before::before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1)
    }

    ._bg-before._mob::before {
        display: block;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1)
    }

    td,
    th {
        padding: 3px
    }

    th {
        font-size: 10px
    }

    td {
        font-size: 11px
    }
}

/*======================================================================================================================================================== */


.slick-disabled {
	display: none;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 10px;
}

@media (max-width: 991px) {
	.btn {
		padding: 5px 10px;
	}
}

.btn img {
	display: block;
	margin: 0 0 0 10px;
}

.btn_grey {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
	background: #FFFFFF;
	border: 1px solid #F5F5F5;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	min-height: 36px;
}

@media (max-width: 991px) {
	.btn_grey {
		min-height: 26px;
		border-radius: 6px;
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
	}
}

.btn_grey:hover {
	border-color: #444141;
	color: #444141;
}

.btn_red__bordered {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #C30000;
	background: #FFFFFF;
	border: 1px solid #C30000;
	border-radius: 8px;
	min-height: 36px;
}

@media (max-width: 991px) {
	.btn_red__bordered {
		min-height: 26px;
		border-radius: 6px;
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
	}
}

.btn_red__bordered:hover {
	border-color: #ff0000;
	color: #ff0000;
}

.btn_red {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	background: #C30000;
	border: 1px solid #C30000;
	border-radius: 8px;
	color: #fff;
	min-height: 36px;
}

@media (max-width: 991px) {
	.btn_red {
		min-height: 26px;
		border-radius: 6px;
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
	}
}

.btn_red:hover {
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
}

.btn_grey__inner {
	min-width: 100%;
	min-height: 45px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #8B8B8B;
}

@media (max-width: 991px) {
	.btn_grey__inner {
		min-height: 40px;
	}
}

.btn_grey__inner:hover {
	border-color: #444141;
	color: #444141;
}

.btn_white {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 9px;
	border: 1px solid #F5F5F5;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 12px 14px;
	color: #161616;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	min-width: 100%;
	margin: 10px 0 0 0;
}

.btn_white span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.btn_white span img {
	margin: 0 10px 0 0;
}

h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #161616;
	margin: 0 0 20px;
}

@media (max-width: 991px) {
	h2 {
		font-size: 18px;
		line-height: 21px;
	}
}

h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #161616;
	margin: 0 0 34px;
}

@media (max-width: 991px) {
	h3 {
		font-size: 18px;
		line-height: 21px;
		margin: 0 0 19px;
	}
}

h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #161616;
	margin: 0 0 12px;
}

.has_shadow a {
	-webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.08));
	        filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.08));
}

.slick-arrow {
	display: none !important;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 50%;
	bottom: -21px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.slick-dots button {
	display: none;
}

.slick-dots li {
	width: 4px;
	height: 4px;
	background: transparent;
	margin: 0 7.5px;
	cursor: pointer;
	border-radius: 50%;
	background: #D9D9D9;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

@media (max-width: 991px) {
	.slick-dots li {
		width: 3px;
		height: 3px;
		margin: 0 4.5px;
	}
}

.slick-dots li.slick-active {
	background: #C30000;
	width: 12px;
	height: 12px;
}

@media (max-width: 991px) {
	.slick-dots li.slick-active {
		width: 7px;
		height: 7px;
	}
}

.slick-dots li:hover {
	background: #C30000;
}

.section__sliderNav--arrows {
	z-index: 5;
}

.section__sliderNav--arrows button {
	z-index: 10;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
}

.section__sliderNav--arrows button:hover {
	-webkit-transform: translateY(-50%) scale(0.9);
	    -ms-transform: translateY(-50%) scale(0.9);
	        transform: translateY(-50%) scale(0.9);
}

.section__sliderNav--arrows button.next {
	left: initial;
	right: 30px;
}
.section__sliderNav--arrows button.swiper-button-disabled {
	display: none;
}

.section__sliderNav--arrows button img {
	display: block;
}

.breadcrumbs {
	padding: 24px 0;
}


.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.breadcrumbs {
	color: #8B8B8B;
	display: flex;
    gap: 20px;
}

.breadcrumbs a {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}

.breadcrumbs a:hover {
	color: #000;
	text-decoration: underline;
}

.breadcrumbs__back {
	display: flex;
	align-items: center;
	width: 20px;
	height: 20px;
}
.breadcrumbs__back:hover svg path {
	transition: all 0.3s ease;
}
.breadcrumbs__back:hover svg path {
	fill: var(--primary-color);
}


.breadcrumbs ul span {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}

.check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 0 8px;
}

.check p {
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.check p span {
	display: block;
	color: #8B8B8B;
	margin: 0 0 0 5px;
}


.check p .color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 10px 0 0;
	border: 1px solid #8B8B8B;
}
.check p .color.biege {
	background: #EEE5CF;
}

.check p .color.sky_blue {
	background: #7BBBF5;
}

.check p .color.blue {
	background: #1E4E7A;
}

.check p .color.green {
	background: #439354;
}

.check p .color.red {
	background: #EB392F;
}

.check p .color.yellow {
	background: #FDCD70;
}

.check__inner p {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
}

.check__inner p a {
	color: #161616;
	border-bottom: 1px solid #161616;
}

.check__inner p a:hover {
	border-color: transparent;
}

.check:nth-last-child(1) {
	margin: 0;
}

.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.check input:checked ~ .checkmark {
	background: #C30000;
	border-color: #C30000;
}

.check input:checked ~ .checkmark:after {
	opacity: 1;
	visibility: visible;
}

.check .checkmark {
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #D1D1D1;
	border-radius: 6px;
	width: 20px;
	height: 20px; 
	flex: 0 0 20px;
	min-width: 20px;
	margin: 0 15px 0 0;
}

.check .checkmark:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 50%;
	top: 45%;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.radio_wrapper .form-group {
	margin: 0 0 9px;
}

.radio_wrapper input[type=radio] {
	display: none;
}

.radio_wrapper label {
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #161616;
	padding: 0 0 0 45px;
}

.radio_wrapper label::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: 1px solid #D1D1D1;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: border-color 200ms ease;
	-o-transition: border-color 200ms ease;
	transition: border-color 200ms ease;
}

.radio_wrapper label::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: #C30000;
	border: 1px solid #C30000;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) scale(0);
	    -ms-transform: translateY(-50%) scale(0);
	        transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	-o-transition: transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.radio_wrapper input[type=radio]:checked + label::before {
	border-color: #C30000;
}

.radio_wrapper input[type=radio]:checked + label::after {
	-webkit-transform: translateY(-50%) scale(0.5);
	    -ms-transform: translateY(-50%) scale(0.5);
	        transform: translateY(-50%) scale(0.5);
}

.ohidden {
	overflow: hidden;
}

.copy-notification {
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 4px 23px rgba(139, 139, 139, 0.23);
	        box-shadow: 0px 4px 23px rgba(139, 139, 139, 0.23);
	padding: 10px 20px;
	padding-right: 15px;
	border-radius: 10px;
	position: absolute;
	top: -150%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 150px;
	margin-top: -15px;
	/* margin-left: -85px; */
	display: none;
	text-align: center;
	z-index: 9999999;
}
.copy-notification__wrap {
	position: relative;
}
.copy-notification__wrap::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0px;
	transform: rotate(45deg);
	display: inline-block;
	height: 13px;
	width: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.modal {
	z-index: 10000;
}

.modal .close {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 3;
	opacity: 1;
}

.modal .close img {
	display: block;
	width: 16px;
	height: 16px;
}

.modal .modal-dialog {
	max-width: 1080px;
	border: none;
	border-radius: 0;
}

.modal .modal-dialog .modal-content {
	border: none;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	padding: 0 40px 0 12px;
}

@media (max-width: 1141px) {
	.modal .modal-dialog .modal-content {
		padding: 0 40px 0 0;
	}
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content {
		padding: 0;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper {
	width: calc(100% - 440px);
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper {
		width: 100%;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider_nav__wrapper .slider-nav {
	padding: 40px 0;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider_nav__wrapper .section__sliderNav--arrows {
	z-index: 5;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider_nav__wrapper .section__sliderNav--arrows button {
	z-index: 10;
	position: absolute;
	left: 20px;
	top: 15px;
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0%;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider_nav__wrapper .section__sliderNav--arrows button:hover {
	-webkit-transform: translateY(0%) scale(0.9);
	    -ms-transform: translateY(0%) scale(0.9);
	        transform: translateY(0%) scale(0.9);
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider_nav__wrapper .section__sliderNav--arrows button.next {
	top: initial;
	bottom: 15px;
	right: initial;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider_nav__wrapper .section__sliderNav--arrows button img {
	display: block;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for .slick-list {
	padding: 0 !important;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for div img {
	height: 670px;
}

@media (max-width: 1430px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for div img {
		height: 600px;
	}
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for div img {
		height: 360px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for div video {
	height: 670px;
}

@media (max-width: 1430px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for div video {
		height: 600px;
	}
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_slider__wrapper .slider-for div video {
		height: 360px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper {
	width: 100%;
	max-width: 400px;
	padding: 25px 0 15px 0;
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper {
		max-width: 100%;
		padding: 0 13px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .name {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #161616;
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .name {
		font-size: 20px;
		line-height: 26px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .category {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 10px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .article {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #8B8B8B;
	margin: 0 0 40px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .article span {
	color: #161616;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .product_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .product_price p {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #161616;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .product_price span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #8B8B8B;
	position: relative;
	margin: 0 0 0 12px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .product_price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8B8B8B;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .credit {
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 10px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .credit span {
	color: #C30000;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 40px;
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .delivery {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 20px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .delivery span {
	color: #161616;
	margin: 0 0 0 3px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .delivery img {
	display: block;
	margin: 0 10px 0 0;
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .delivery img {
		margin: 0 6px 0 0;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .colors_wrapper {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8B8B8B;
	margin: 0 0 18px;
}

@media (max-width: 1430px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .colors_wrapper {
		margin: 0 0 10px;
	}
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .colors_wrapper {
		padding: 20px 0 0 0;
		border-top: 1px solid #D1D1D1;
		margin: 0 0 9px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .colors_wrapper span {
	color: #161616;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .color_slider_wrapper {
	margin: 0 0 20px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .btn {
	min-width: 100%;
	min-height: 40px;
	margin: 0 0 10px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .play_video {
	min-width: 120px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 60px;
	text-align: left;
}

@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .play_video {
		margin: 0 0 30px;
	}
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .play_video svg {
	margin: 0 5px 0 0;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 0 10px;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .btn_wrapper .btn {
	min-width: calc(100% - 55px);
	margin: 0;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .btn_wrapper .to-fav {
	display: block;
}

.modal .modal-dialog .modal-content .product_modal__wrapper .product_info__wrapper .btn_wrapper .to-fav img {
	display: block;
}

.modal.hello-modal .close {
	position: absolute;
	right: 25px;
	top: 27px;
	z-index: 3;
	opacity: 1;
}

.modal.hello-modal .close img {
	display: block;
	width: 29px;
	height: 29px;
}

.modal.hello-modal .modal-dialog {
	max-width: 512px;
	border: none;
	border-radius: 0;
}

.modal.hello-modal .modal-dialog .modal-content {
	border: none;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	padding: 82px 61px 30px 61px;
	border-radius: 0;
}

@media (max-width: 991px) {
	.modal.hello-modal .modal-dialog .modal-content {
		padding: 60px 20px 20px 20px;
	}
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .title {
	color: #161616;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 41px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .btns_wrapper {
	margin: 0 0 30px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .btns_wrapper .btn_social {
	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;
	min-width: 100%;
	padding: 10px 50px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	border-radius: 8px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .btns_wrapper .btn_social img {
	display: block;
	margin: 0 23px 0 0;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .btns_wrapper .btn_social.btn_telegram {
	background: #499DD0;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .btns_wrapper .btn_social.btn_viber {
	background: #6D52D8;
	margin: 15px 0;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .btns_wrapper .btn_social.btn_wa {
	background: #57B835;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .descr {
	color: #161616;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: lowercase;
	margin: 0 0 40px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .input_wrapper {
	margin: 0 0 20px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .input_wrapper p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 11px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .input_wrapper p span {
	color: #F00;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .input_wrapper input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #CBD2DC;
	background: #FFF;
	padding: 0 18px;
	color: #5E6272;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 40px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper button {
	min-width: 100%;
	margin: 0 0 18px;
}

.modal.hello-modal .modal-dialog .modal-content .hello_modal__wrapper .policy {
	color: #8B8B8B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.menu_overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: transparent;
	z-index: 556;
	display: none;
}

.menu_overlay.is-active {
	display: block;
}

.dropdown_info {
	width: 100%;
}

.dropdown_info .info {
	background: #fff;
	margin: 0 0 12px;
}

.dropdown_info .info.active .title_dropdown__info .collapse_plus .vertical {
	-webkit-transform: translate(-50%, -50%) rotate(-270deg);
	    -ms-transform: translate(-50%, -50%) rotate(-270deg);
	        transform: translate(-50%, -50%) rotate(-270deg);
}

.dropdown_info .info .title_dropdown__info {
	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;
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 12px 15px;
}

@media (max-width: 991px) {
	.dropdown_info .info .title_dropdown__info {
		padding: 10px 15px;
	}
}

.dropdown_info .info .title_dropdown__info .collapse_plus {
	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: 22px;
	min-width: 22px;
	height: 22px;
	position: relative;
}

.dropdown_info .info .title_dropdown__info .collapse_plus small {
	display: block;
	background: #8B8B8B;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.dropdown_info .info .title_dropdown__info .collapse_plus .horizontal {
	width: 100%;
	height: 3px;
}

@media (max-width: 1141px) {
	.dropdown_info .info .title_dropdown__info .collapse_plus .horizontal {
		width: 10px;
	}
}

.dropdown_info .info .title_dropdown__info .collapse_plus .vertical {
	width: 3px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	    -ms-transform: translate(-50%, -50%) rotate(0);
	        transform: translate(-50%, -50%) rotate(0);
}

@media (max-width: 1141px) {
	.dropdown_info .info .title_dropdown__info .collapse_plus .vertical {
		height: 10px;
	}
}

.dropdown_info .info .default-submenu {
	display: none;
	padding: 12px 15px 22px 15px;
}

.dropdown_info .info .default-submenu p {
	color: #8B8B8B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 10px;
}

.dropdown_info .info .default-submenu p:nth-last-child(1) {
	margin: 0;
}

.new_price__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-radius: 9px;
	border: 1px solid #F5F5F5;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 12px 14px;
	margin: 10px 0 0 0;
}

.new_price__wrapper p {
	color: #161616;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.new_price__wrapper span {
	display: block;
	color: #8B8B8B;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	margin: 0 0 0 10px;
}

.new_price__wrapper span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8B8B8B;
}

.banner_shadow,
.banner_shadow1 {
	/* -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08); */
}
.banner_shadow img.mob,
.banner_shadow1 img.mob {
	display: none;
}

@media (max-width: 991px) {
	.promo_slider img.desk {
		display: none;
	}
	.promo_slider img.mob {
		display: block;
	}
}

.bestseller_wrapper__inner {
	position: relative;
	margin: 0 0 73px;
}

@media (max-width: 991px) {
	.bestseller_wrapper__inner {
		margin: 0 0 50px;
	}
}

@media (max-width: 991px) {
	.bestseller_wrapper__inner .section__sliderNav--arrows {
		display: none;
	}
}

.bestseller_wrapper__inner .section__sliderNav--arrows button {
	left: -27px;
	width: 54px;
	height: 54px;
	-webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1430px) {
	.bestseller_wrapper__inner .section__sliderNav--arrows button {
		left: 0;
	}
}

.bestseller_wrapper__inner .section__sliderNav--arrows button:hover {
	-webkit-transform: translateY(-50%) scale(0.9);
	    -ms-transform: translateY(-50%) scale(0.9);
	        transform: translateY(-50%) scale(0.9);
}

.bestseller_wrapper__inner .section__sliderNav--arrows button.next {
	left: initial;
	right: -27px;
}

@media (max-width: 1430px) {
	.bestseller_wrapper__inner .section__sliderNav--arrows button.next {
		right: 0;
	}
}

.bestseller_wrapper__inner .section__sliderNav--arrows button img {
	display: block;
}

.bestseller_wrapper__inner .bestseller__slider {
	margin: 0 -4.5px;
}

@media (max-width: 991px) {
	.bestseller_wrapper__inner .bestseller__slider {
		margin: 0 -2px;
	}
}

.bestseller_wrapper__inner .bestseller__slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: initial;
	    -ms-flex-align: initial;
	        align-items: initial;
}

.bestseller_wrapper__inner .bestseller__slider .slick-list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: initial;
	    -ms-flex-align: initial;
	        align-items: initial;
}

.bestseller_wrapper__inner .bestseller__slider .slider_item {
	margin: 0 4.5px;
	min-height: 100%;
}

@media (max-width: 991px) {
	.bestseller_wrapper__inner .bestseller__slider .slider_item {
		margin: 0 2px;
	}
}

.bestseller_wrapper__inner .bestseller__slider .slider_item .product_item {
	width: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 100%;
	margin: 0;
}

@media (max-width: 991px) {
	.bestseller_wrapper__inner .bestseller__slider .slider_item .product_item .btn_red {
		font-size: 11px;
	}
}

.catalog_filters__top {
	margin: 0 0 30px;
}

@media (max-width: 991px) {
	.catalog_filters__top {
		display: none;
	}
}

.catalog_filters__top ul {
	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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.catalog_filters__top ul li {
	margin: 6px;
}

.catalog_filters__top ul li a {
	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;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #F5F5F5;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	color: #161616;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 6px 15px;
}
.catalog_filters__top ul li a.active {
	border-color: #C30000;
}

.catalog_filters__top ul li a:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.tooltip_fav {
	display: none;
	border-radius: 6px;
	border: 1px solid #F5F5F5;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	padding: 1px 10px;
	color: #8B8B8B;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	position: absolute;
	z-index: 9999;
}

.tooltip_cart {
	display: none;
	border-radius: 6px;
	border: 1px solid #F5F5F5;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	color: #8B8B8B;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 1px 10px;
	position: absolute;
	z-index: 9999;
}

.tooltip_cart:after {
	content: "";
	position: absolute;
	top: calc(100% - 6px);
	right: 17px;
	width: 13px;
	height: 13px;
	background: url("../img/rent.svg") center no-repeat;
	background-size: cover;
}

.tooltip_recall {
	display: none;
	border-radius: 6px;
	border: 1px solid #8B8B8B;
	background: #FFF;
	color: #434242;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 1px 8px;
	position: absolute;
	z-index: 9999;
}

/* //======================================================================================================================================================== */

.wpcf7-form br {
    display: none;
}

.form__item {
    margin-bottom: 1rem;
	padding-bottom: 2rem;
    border-bottom: 2px solid #D1D1D1;
}
.form__item:first-child {
    border-bottom: 0;
	padding-bottom: 1rem;
    margin-bottom: 0;
}
.form__item:last-child {
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: 0;
}
.form__item {
}
.form__socials {
}
.form__social {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
	padding-right: 12px;
	margin-bottom: 10px;
	gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
	transition: all 0.3s ease;
}
.form__social:hover {
	border-radius: 15px;
}
.form__social span{
	color: #fff;
	font-weight: 500;
}
.form__social.tel span{
	/* color: #161616; */
}
.form__social img{
    height: 15px;
}
.form__social img.form__social-img {
    height: 36px;
}

.form__label {
    padding-bottom: 1rem;
    position: relative;
    display: block;
}
.form__label br,
.form__label.hidden{
    display: none;
}

.form__label-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.form__label-custom {
    display: block;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgb(255 255 255 / 8%);
            box-shadow: inset 0px 0px 15px 0px rgb(255 255 255 / 8%);
    padding: 10px 20px;
    margin-bottom: 1rem;
}
.form__label-custom p{
    margin: 0;
}

.form__label-line {
    position: relative;
}
.form__label-line:first-of-type::before {
    background: transparent;
}
.form__label-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1rem;
    left: 0;
    background: var(--primary-color);
}

.form__acceptance {
    font-weight: 500;
    display: block;
    padding-bottom: 0.5rem;
    font-size: 14px;
}
.form__acceptance a {
    color: var(--primary-color);
}

.form__title {
    margin-bottom: 20px;
}
.form__title br{
    display: block;
}
.form__title._center {
    text-align: center;
}

.form__span-custom {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
}

.form__span {
    position: absolute;
    line-height: 1;
    left: 15px;
    top: 18px;
    z-index: 2;
    opacity: 0.5;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form__label:hover .form__span,
.form__label._typing .form__span {
    top: -7px;
    font-size: 13px;
    opacity: 1;
    background: #fff;
    border-radius: 100px;
}

.form__label:hover .form__input,
.form__label._typing .form_input {
    border: 1px solid var(--primary-color);
}

textarea.form__input {
    height: 100px;
}

.form__input {
    width: 100%;
    padding: 14px 17px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgb(255 255 255 / 8%);
            box-shadow: inset 0px 0px 15px 0px rgb(255 255 255 / 8%);
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form__image img {
    width: auto;
    height: auto;
}

.form__input-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.form__button input {
    position: relative;
    background: var(--primary-color);
    opacity: 0.6;
    color: #fff;
    opacity: 1;
    padding: 9px 18px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 4px;
    border-radius: 5px;	
    -webkit-transition: all .3s ease;	
    -o-transition: all .3s ease;	
    transition: all .3s ease;
}

.form__button input:disabled,
.form__button input:disabled:hover {
    background: var(--primary-color);
    opacity: 0.4;
}

.form__button input:hover {
    opacity: 0.9;
}

/* //======================================================================================================================================================== */

.product_slider .swiper-pagination {
	width: 130px !important;
}
.swiper-pagination.slick-dots {
	left: 50%;
	bottom: 0;
	display: block;
	max-height: 14px;
}
.promo_slider .swiper-pagination.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #C30000;
}
.promo_slider_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
    height: 12px;
}
.promo_slider_wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
}
.promo_slider_wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.5);
	    -ms-transform: scale(.5);
	        transform: scale(.5);
}

@media (max-width: 991px){
	.promo_slider_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 7px;
		height: 7px;
	}
	.promo_slider_wrapper .swiper-pagination-bullets-dynamic {
		-webkit-transform: scale(.6);
		    -ms-transform: scale(.6);
		        transform: scale(.6);
	}
}

/* //======================================================================================================================================================== */

table {
	border-collapse: collapse;
	margin: 25px 0;
	display: block;
}

th, td {
	padding: 12px 15px;
	text-align: left;
}

thead tr {
	/* background-color: #009879; */
	color: #ffffff;
	text-align: left;
}

tbody td {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

tbody td:last-child {
	border-right: 1px solid #dddddd;
}
tbody tr:first-child {
	border-top: 1px solid #dddddd;
}


tbody tr:hover {
	background-color: #f1f1f1;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

caption {
	caption-side: bottom;
	padding: 10px;
	font-size: 16px;
	color: #666;
}

/* Responsive styling */
@media (max-width: 767px) {
	table {
		border: 0;
	}

	table caption {
		font-size: 14px;
	}

	table thead {
		display: none;
	}

	th, td {
		padding: 10px;
	}

	table tr {
		margin-bottom: 10px;
		/* display: block; */
		border-bottom: 2px solid #ddd;
	}

	table td {
		/* display: block; */
		text-align: center;
		font-size: 14px;
		border-bottom: 1px dotted #ccc;
		white-space: nowrap;

	}
	table tr td:first-child {
		/* display: block; */
		text-align: left;

	}

	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child {
		/* border-bottom: 0; */
	}
}

/* //======================================================================================================================================================== */	

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	width: 7px;
	height: 7px;
	transform: scale(0.66);
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	transform: scale(0.8);
}

@media (max-width: 767px){
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {	
		width: 7px;
		height: 7px;
		margin: 0 1px;
	}
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: #C30000;
}