
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

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

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

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

ol,
ul {
  list-style: none;
}

a:hover,
a:active {
  outline: none;
}

blockquote,
q {
  quotes: none;
  margin: 1em 40px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

audio[controls],
canvas,
video {
  display: inline-block;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: none;
  outline: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[tabindex] {
  outline: none;
}

input,
button {
  outline: none;
  box-shadow: none;
}

[required] {
  text-shadow: none;
}

body {
  background: #ffffff;
  position: relative;
  font: 16px/1.2 'Roboto';
}

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

input,
textarea,
button {
  font-family: inherit;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #C4C4C4;
  font-size: 0;
  border-radius: 50%;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #FAD523;
}

.slick-arrow {
  background: none;
  background-image: url("../img/arrow.svg");
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 30px;
  top: 55px;
  padding: 0;
  background-size: contain;
}

/* .slick-arrow.slick-prev { */
  /* left: 10px; */
  /* transform: rotate(180deg); */
/* } */

.slick-arrow.slick-next {
  right: 10px;
}

.about-data {
  padding: 50px 0 70px;
}

.about-data_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}

.about-data_row {
  display: flex;
  flex-wrap: wrap;
}

.about-data_col {
  width: 33.33%;
  margin-bottom: 30px;
}

.about-data_item p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.about-data_image {
  width: 135px;
  height: 135px;
  background: #FAD523;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.about-plus {
  background: #FAD523;
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-plus_row {
  display: flex;
}

.about-plus_col {
  width: 50%;
}

.about-plus_list li {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.about-plus_list li img {
  flex-shrink: 0;
  margin-right: 20px;
}

.about-plus_list li p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.about-plus_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding-top: 40px;
}

.about-plus_image {
  margin-top: -190px;
}

.about {
  height: 1120px;
  background: #FAD523;
  background-image: url("../img/about.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_content {
  padding-top: 330px;
}

.about_text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  max-width: 660px;
  margin-top: 25px;
}

.auth-page {
  overflow: hidden;
}

.auth-page_logo {
  display: none;
}

.auth-page_row {
  display: flex;
}

.auth-page_left {
  width: 50%;
  height: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FAD523;
  position: relative;
}

.auth-page_left.__ptmin {
  padding-top: 30px;
}

.auth-page_left:before {
  content: '';
  background: #FAD523;
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.auth-page.__reverse .auth-page_left {
  background: none;
}

.auth-page.__reverse .auth-page_left:before {
  display: none;
}

.auth-page_right {
  width: 50%;
  height: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-bottom: 100px;
}

.auth-page_right.__right {
  text-align: right;
}

.auth-page.__reverse .auth-page_right {
  background: #FAD523;
  position: relative;
}

.auth-page.__reverse .auth-page_right:after {
  content: '';
  top: 0;
  left: 100%;
  bottom: 0;
  background: #FAD523;
  width: 3000px;
  position: absolute;
}

.auth-page_text {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.auth-page_text strong {
  font-size: 48px;
  line-height: 57px;
  display: block;
  margin-bottom: 15px;
}

/*.auth-page_text span {*/
/*  font-size: 14px;*/
/*  line-height: 17px;*/
/*  display: block;*/
/*}*/
.auth-page_text span {
  font-size: 18px;
  line-height: 25px;
  display: block;
  margin-bottom: 30px;
  margin-right: 20px;
}

.auth-page_text a {
  color: black;
}
.auth-page_button {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 30px;
  display: block;
  text-decoration: none;
  width: 183px;
  border: 1px solid #000000;
  border-radius: 44px;
  transition: 0.3s;
}

.auth-page_button:hover {
  background: #000;
  color: #fff;
}

.auth-page_right.__right .auth-page_button {
  margin-left: auto;
}

.auth-page_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.auth-page_group {
  margin-bottom: 20px;
}

.auth-page_group.__left {
  text-align: left;
}

.auth-page_group-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 8px;
}

.auth-page_input {
  width: 386px;
  max-width: 386px;
  display: block;
  border: 1px solid #000000;
  border-radius: 44px;
  line-height: 28px;
  padding: 0 18px;
}

.auth-page_input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000000;
}

.auth-page_input:-moz-placeholder {
  text-transform: uppercase;
  color: #000000;
}

.auth-page_input::-moz-placeholder {
  text-transform: uppercase;
  color: #000000;
}

.auth-page_input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #000000;
}

.auth-page_link {
  margin-top: 8px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2361FF;
  text-decoration: none;
}

.auth-page_link:hover {
  text-decoration: underline;
}

.auth-page_submit {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-top: 80px;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
}

.auth-page_submit:hover {
  text-decoration: underline;
}

.auth-page_mobile-link {
  display: none;
}

.bottom-block {
  padding-bottom: 50px;
  overflow: hidden;
}

.bottom-block_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-block_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.bottom-block_button {
  width: 180px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  background: #FAD523;
  border-radius: 40px 0 0 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  position: relative;
}

.bottom-block_button:after {
  content: '';
  width: 3000px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 100%;
  background: #FAD523;
}

.brand--light .header_search_input {
  color: #fff;
  border-bottom-color: #fff;
}

.brand--light .header_search_button {
  background-image: url(../img/icon-search-2.svg);
}

.brand--light .header_tel {
  background-image: url(../img/icon-tel-2.svg);
  color: #fff;
}

.brand--light .header_select-city {
  color: #fff;
}

.brand--light .header_button {
  color: #fff;
  border-color: #fff;
}

.brand--light .header_search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.brand--light .header_search_input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.brand--light .header_search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.brand--light .header_search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.brand--light .header_nav a,
.brand--light .catalog.__popular,
.brand--light .catalog.__popular .products_header h3,
.brand--light .catalog.__popular .products_header a {
  color: #fff;
}

.card {
  background: #FFFFFF;
  border-radius: 5px;
  padding-top: 20px;
  position: relative;
}

.card.__bordered {
  border: 1px solid #000000;
  border-radius: 5px;
}

.card.__color-2 {
  background: #FAD523;
}

.card_image {
  height: 230px;
  text-align: center;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_image img {
  max-height: 100%;
}

.card.__min .card_image {
  height: 150px;
  width: 140px;
  margin: 0 auto 11px;
}

.card_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
}

.card_title:hover {
  text-decoration: underline;
}

.card.__min .card_title {
  font-size: 10px;
  line-height: 12px;
}

.card_content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.card_descr {
  margin-bottom: 25px;
  font-size: 14px;
  color: #000;
}

.card.__min .card_descr {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 14px;
}

.card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.card_price {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}

.card.__min .card_price {
  font-size: 14px;
  line-height: 16px;
}

.card_old {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #7C7C7C;
  margin-bottom: -4px;
}

.card_link {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  padding-bottom: 3px;
}

.card_link:hover {
  text-decoration: underline;
}

.card.__min .card_link {
  font-size: 10px;
  line-height: 12px;
}

.card_info {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 4px 14px;
  background: #FAD523;
  border-radius: 51px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.card_info.__white {
  color: #000;
  background: #fff;
}

.card_info.__sale {
  color: #FF0000;
  padding: 4px 14px !important;
}

.card_info.__hit {
  padding: 4px 14px !important;
}

.card.__min .card_info {
  font-size: 10px;
  line-height: 12px;
  top: 10px;
  left: 10px;
  padding: 4px 5px;
}

.cart {
  padding: 45px 0;
}

.cart_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 15px;
}

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

.cart_left {
  flex-grow: 1;
  width: 0;
}

.cart_right {
  width: 387px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-left: 20px;
  padding: 17px 20px;
}

.cart_item {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 19px;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.cart_image {
  width: 110px;
  display: block;
  height: 130px;
  flex-shrink: 0;
  margin-right: 20px;
}

.cart_image img {
  max-height: 100%;
}

.cart_content {
  flex-grow: 1;
  padding-right: 180px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.cart_name {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}

.cart_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  max-width: 250px;
  color: #000000;
}

.cart_count {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.cart_price {
  position: absolute;
  bottom: 25px;
  right: 20px;
  text-align: right;
}

.cart_price span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #7C7C7C;
}

.cart_price strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  display: block;
}

.cart_group {
  margin-bottom: 30px;
}

.cart_row-2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}

.cart_heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.cart_total {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #000000;
}

.cart_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}

.cart_link {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  text-decoration: none;
}

.cart_form {
  display: flex;
  margin-bottom: 50px;
  margin-top: 55px;
}

.cart_input {
  flex-grow: 1;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #7C7C7C;
  border: 1px solid #000000;
  border-radius: 51px;
  line-height: 18px;
  padding: 0 7px;
}

.cart_button {
  background: #FAD523;
  border-radius: 51px;
  flex-shrink: 0;
  width: 94px;
  padding: 5px 0;
  line-height: 20px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-left: 16px;
  transition: 0.3s;
}

.cart_button:hover {
  background: #ffd200;
}

.cart_send-button {
  background: #FAD523;
  border-radius: 51px;
  width: 216px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 7px 0;
  display: block;
  transition: 0.3s;
}

.cart_send-button:hover {
  background: #ffd200;
}

.catalog.__popular {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.catalog.__popular:after {
  content: '';
  background: #FAD523;
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  top: -7px;
  left: -13px;
  right: -3000px;
  bottom: 0;
  z-index: -1;
}

.catalog_row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.catalog_col {
  width: 25%;
  padding: 0 10px;
}

.catalog_row.__col-5 .catalog_col {
  width: 20%;
  margin-bottom: 20px;
}

.categories {
  padding-top: 10px;
  margin-bottom: 80px;
}

.categories_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.categories_col {
  width: 160px;
  margin-bottom: 20px;
}

.categories_break {
  width: 100%;
}

.categories_item {
  background: #FAD523;
  border-radius: 29.1811px;
  height: 150px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  padding-top: 20px;
  transition: 0.3s;
}

.categories_item:hover {
  background: #ffcf00;
}

.categories_icon {
  text-align: center;
  margin-bottom: 13px;
  height: 50px;
}

.categories_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.content {
  padding: 40px 0;
  overflow: hidden;
}

.content_row {
  display: flex;
}

.content_left {
  width: 200px;
}

.content_right {
  flex-grow: 1;
  width: 0;
  padding-left: 20px;
}

.content_menu {
  display: flex;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.content_menu a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-right: 30px;
  text-decoration: none;
}

.content_menu a.active {
  opacity: 0.5;
}

.content_menu a.colored {
  color: #FF0000;
}

.content_brand {
  margin-bottom: 10px;
}

.content_brand_item {
  display: flex;
  margin-bottom: 20px;
}

.content_brand_image {
  margin-right: 20px;
  flex-shrink: 0;
}

.content_brand_text {
  max-width: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content_brand_text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.content_brand_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 121.1%;
}

.content_brand_link {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  flex-shrink: 0;
  margin-left: auto;
}

.content_brand_link.__mobile {
  display: none;
}

.content_search {
  display: none;
}

.count {
  display: inline-flex;
  border-radius: 44px;
  border: 1px solid #fff;
}

.count.__dark {
  border-color: #000;
}

.count_left,
.count_right {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  justify-content: center;
  cursor: pointer;
}

.count.__dark .count_left {
  color: #000;
}

.count_input {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  height: 50px;
  width: 57px;
  border: none;
  background: none;
  outline: none;
}

.count.__dark .count_input {
  color: #000;
}

.count_right {
  border-radius: 0 44px 44px 0;
}

.count.__dark .count_right {
  color: #000;
}

.footer {
  background: #000;
  position: relative;
  z-index: 2;
}

.footer_top {
  padding: 25px 0 50px;
}

.footer_heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.footer_list li {
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}

.footer_list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

.footer_list li a:hover {
  text-decoration: underline;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}

.footer_copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.footer_menu {
  display: flex;
}

.footer_menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 28px;
}

.footer_menu a:hover {
  text-decoration: underline;
}

.footer_right {
  text-align: right;
}

.footer_right span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #FFFFFF;
}

.footer_tel {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #FFFFFF;
}

.footer_icons {
  display: flex;
  align-items: center;
}

.footer_icons a {
  margin: 0 30px;
}

.header {
  background: #FAD523;
  padding: 13px 0;
  position: relative;
}

.header_row {
  display: flex;
  align-items: flex-end;
}

.header_hamburger {
  background-image: url("../img/hamb.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 31px;
  height: 21px;
  display: none;
}

.header_logo {
  margin-right: 20px;
}

.header_nav {
  display: flex;
  padding-bottom: 3px;
}

.header_nav li {
  margin-right: 20px;
}

.header_nav li:last-child {
  margin-right: 25px;
}

.header_nav a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}

.header_nav a:hover {
  text-decoration: underline;
}

.header_search {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}

.header_search_input {
  border: none;
  width: 160px;
  border-bottom: 1px solid #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 2px 0;
  background: none;
  margin-right: 2px;
}

.header_search_input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header_search_input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header_search_input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header_search_input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header_search_button {
  background: none;
  background-image: url("../img/icon-search.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.header_right {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

.header_info {
  margin-right: 20px;
}

.header_tel {
  background-image: url("../img/icon-tel.svg");
  background-position: left 6px center;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.header_select-city {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #000000;
}

.header_select-city a {
  color: #2361FF;
  text-decoration: none;
}

.header_select-city a:hover {
  text-decoration: underline;
}

.header_filter {
  display: none;
}

.header_button {
  border: 1px solid #000000;
  border-radius: 11px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  width: 40px;
  line-height: 18px;
  text-decoration: none;
  margin-top: 3px;
  transition: 0.3s;
  font-weight: 600;
}

.header_button:hover {
  background: #000;
  color: #FAD523;
}

.header_cart {
  background-image: url("../img/cart2.svg");
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 2px;
  padding-left: 50px;
}

.header_cart_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  display: block;
}

.header_cart_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.info_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}

.info_title-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 3px;
}

.info_title-3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.info_text {
  max-width: 590px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.leftbar_top {
  justify-content: space-between;
  display: none;
  background: #FAD523;
  align-items: center;
  padding: 7px 10px;
}

.leftbar_close {
  background-image: url("../img/close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.leftbar_text {
  font-size: 18px;
  font-weight: 700;
}

.leftbar_link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.leftbar_heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.leftbar_heading span {
  width: 13px;
  height: 8px;
  background-image: url("../img/arrow-3.svg");
  background-position: top left;
  background-repeat: no-repeat;
}

.leftbar_item.active .leftbar_heading span {
  transform: rotate(180deg);
}

.leftbar_content {
  display: none;
}

.leftbar_item {
  margin-bottom: 35px;
}

.leftbar_item.active .leftbar_content {
  display: block;
}

.leftbar_category {
  padding-left: 30px;
}

.leftbar_category > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leftbar_category > li > a:after {
  content: '';
  width: 13px;
  height: 8px;
  background-image: url("../img/arrow-3.svg");
  background-position: top left;
  background-repeat: no-repeat;
}

.leftbar_category li.active a:after {
  transform: rotate(180deg);
}

.leftbar_category a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #000;
  display: flex;
  margin-bottom: 4px;
}

.leftbar_category a:hover {
  text-decoration: underline;
}

.leftbar_category ul {
  padding-left: 20px;
  display: none;
}

.leftbar_category li.active ul {
  display: block;
}

.leftbar_button {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  display: block;
  text-decoration: none;
  background: #FAD523;
  border-radius: 44px;
  line-height: 30px;
}

.filter_category {
  max-width: 155px;
}

.lk {
  padding: 50px 0 120px;
}

.lk_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.lk_col {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.lk_col.__col-3 {
  width: 33.33%;
}

.lk_item {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.lk_item.__sale {
  background: #FAD523;
  position: relative;
}

.lk_item.__sale:after {
  content: '';
  width: 1px;
  border-left: 1px dashed #000000;
  height: 100%;
  position: absolute;
  right: 25px;
  top: 0;
}

.lk_dot {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: -9px;
  border: 1px solid #000;
  border-right: 1px solid #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.lk_dot.__1 {
  top: 20px;
}

.lk_dot.__2 {
  top: 50px;
}

.lk_dot.__3 {
  top: 78px;
}

.lk_user {
  display: flex;
}

.lk_user-image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  flex-shrink: 0;
}

.lk_user-image img {
  border: 2px solid #FAD523;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.lk_user-content {
  flex-grow: 1;
}

.lk_user_content-2 {
  padding-left: 100px;
  margin-top: -30px;
  position: relative;
}

.lk_user-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}

.lk_user-row {
  display: flex;
  flex-wrap: wrap;
}

.lk_user-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  width: 100px;
}

.lk_user-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 3px;
}

.lk_user-link {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.lk_data-row {
  display: flex;
  justify-content: space-between;
}

.lk_data {
  display: flex;
}

.lk_data-image {
  margin-right: 20px;
  flex-shrink: 0;
}

.lk_data-content {
  flex-grow: 1;
}

.lk_data-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.lk_data-link {
  background: #FAD523;
  border-radius: 51px;
  width: 80px;
  height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
}

.lk_info {
  display: flex;
}

.lk_info-image {
  margin-right: 20px;
  width: 80px;
  height: 70px;
  background: #FAD523;
  border-radius: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk_info-content {
  flex-grow: 1;
}

.lk_info-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}

.lk_info-row {
  display: flex;
  justify-content: space-between;
}

.lk_info-row span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.lk_info-row span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.lk_sale {
  display: flex;
  align-items: center;
}

.lk_sale-data {
  background: #FFFFFF;
  border-radius: 70px;
  width: 80px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-right: 20px;
}

.lk_sale-content {
  flex-grow: 1;
}

.lk_sale-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.main {
  padding-top: 50px;
}

.main_row {
  display: flex;
  margin: -10px;
}

.main_col {
  padding: 0 10px;
  margin-bottom: 20px;
}

.main_col.__1 {
  width: 33.33%;
}

.main_col.__2 {
  width: 66.66%;
}

.main_col.__3 {
  width: 50%;
}

.main_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 3px;
}

.main_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.main_text-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 40px;
}

.main_item {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  height: 170px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover;
}

.main_item.__large {
  height: 100%;
}

.main_item.__center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_item:after {
  content: '';
  background: #FAD523;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
}

.main_item.__no-bg:after {
  display: none;
}

.main_header {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}

.main_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000;
}

.main_link:hover {
  text-decoration: underline;
}

.main_link.__right {
  justify-content: flex-end;
}

.main_link:after {
  content: '';
  background-image: url("../img/arrow.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  margin-left: 10px;
}

.main_heading-2 {
  -webkit-text-fill-color: #000;
  -webkit-text-stroke: 1px #FAD523;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}

.main_item_bottom {
  background: rgba(250, 213, 35, 0.75);
  border-radius: 0px 0px 5px 5px;
  padding: 15px 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main_text-3 {
  max-width: 420px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 3px;
}

.mobile-menu {
  position: fixed;
  width: 250px;
  background: #FAD523;
  top: 0;
  left: 0;
  z-index: 33;
  padding: 20px;
  display: none;
}

.mobile-menu_close {
  width: 25px;
  height: 25px;
  background-image: url("../img/close.svg");
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.mobile-menu_search {
  margin-bottom: 20px;
}

.news {
  padding-top: 50px;
  margin-bottom: 50px;
}

.news_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.news_header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  color: #000;
}

.news_row {
  display: flex;
  margin: 0 -10px;
}

.news_row .slick-dots {
  margin-top: 20px;
}

.news_col {
  width: 33.33%;
  padding: 0 10px;
}

.news_item {
  transition: 0.3s;
}

.news_image {
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.news_heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news_heading a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}

.news_heading a:hover {
  text-decoration: underline;
}

.news_heading span {
  flex-shrink: 0;
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
}

.news_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.page {
  overflow: hidden;
  margin-bottom: -3px;
}

.page_row {
  display: flex;
}

.page_left {
  width: 50%;
}

.page_image {
  text-align: right;
  margin: 0 -1px;
}

.page_image img {
  display: block;
  margin-left: auto;
  height: 100%;
  object-fit: cover;
}

.page_right {
  width: 50%;
  background: #000;
  padding-top: 54px;
  padding-left: 57px;
  position: relative;
  max-width: 600px;
  padding-right: 10px;
}

.page_right:after {
  content: '';
  width: 3000px;
  height: 100%;
  background: #000;
  left: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

.page_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FAD523;
  margin-bottom: 50px;
}

.page_title span {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 21px;
}

.page_item {
  display: flex;
  margin-bottom: 35px;
}

.page_item-image {
  margin-right: 10px;
}

.page_item-title {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.page_item-text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
}

.page_text {
  margin-top: 45px;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.page_text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.page_text p {
  margin-bottom: 14px;
}

.plus {
  margin-bottom: 125px;
}

.plus_row {
  display: flex;
  flex-wrap: wrap;
}

.plus_col:nth-child(1) {
  width: 75%;
}

.plus_col:nth-child(2) {
  width: 25%;
  padding-left: 10px;
}

.plus_list {
  display: flex;
  flex-wrap: wrap;
}

.plus_list li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.plus_list li h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}

.plus_list li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
  color: #000000;
}

.plus_item {
  background-image: url("../img/star.svg");
  background-position: left 0 top 2px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.plus_link {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.plus_icon {
  background: #FAD523;
  border-radius: 29px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.plus_link_content h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 2px;
}

.plus_link_content a {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.plus_link_content a:after {
  content: '';
  background-image: url("../img/arrow-2.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  margin-left: 4px;
}

.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  padding: 16px 20px 40px;
  background: #fff;
  z-index: 101;
  min-height: 370px;
  display: none;
  padding-bottom: 120px;
}

.popup-form_close {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  background-image: url("../img/close2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.popup-form_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 25px;
}

.popup-form_group {
  margin-bottom: 10px;
}

.popup-form_select {
  display: block;
}

.popup-form_select-input {
  position: absolute;
  opacity: 0;
}

.popup-form_select-text {
  border: 1px solid #000;
  border-radius: 44px;
  display: block;
  padding: 0 15px;
  line-height: 28px;
  cursor: pointer;
}

.popup-form_select-input:checked + .popup-form_select-text {
  border-color: #FAD523;
  background-image: url("../img/ok.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.popup-form_text-input {
  border: 1px solid #000;
  border-radius: 44px;
  display: block;
  padding: 0 15px;
  line-height: 28px;
  width: 100%;
}

.popup-form_button {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #FAD523;
  border-radius: 51px;
  display: block;
  width: 240px;
  line-height: 40px;
}

.popup-form_layout {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.45;
  z-index: 100;
  display: none;
}

.product {
  overflow: hidden;
}

.product_row {
  display: flex;
}

.product_left {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 100px;
  padding-right: 200px;
}

.product_right {
  width: 50%;
  padding-top: 57px;
  background: #000;
  color: #fff;
  padding-left: 50px;
  position: relative;
}

.product_right:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3000px;
  background: #000;
  left: 100%;
}

.product_slider {
  margin-left: -160px;
}

.product_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #fad523;
}

.product_description {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 35px;
}

.product_tab-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product_tab-header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.35;
  text-decoration: none;
}

.product_tab-header a.active {
  opacity: 1;
}

.product_tab-header a:hover {
  opacity: 1;
}

.product_tab-content {
  margin-bottom: 120px;
}

.product_block {
  display: none;
}

.product_block.active {
  display: block;
}

.product_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product_item span {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.product_item span:after {
  content: '';
  width: 100%;
  flex-grow: 1;
  height: 1px;
  background: #fff;
  margin: 0 4px;
}

.product_item strong {
  font-weight: 400;
}

.product_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #FFFFFF;
  text-transform: uppercase;
}

.product_actions {
  display: flex;
  margin-bottom: 50px;
}

.product_action {
  margin-right: 50px;
}

.product_action-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  margin-bottom: 17px;
}

.product_action-colors {
  display: flex;
}

.product_action-color {
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
  margin-right: 17px;
  border-radius: 50%;
}

.product_action-color.__1 {
  background: #D77215;
}

.product_action-color.__1.active {
  border: 2px solid #FAD523;
}

.product_action-color.__2 {
  background: #CA0F34;
}

.product_action-color.__2.active {
  border: 2px solid #FAD523;
}

.product_text-2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.product_text-3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.product_bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product_price {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
}

.product_button {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FAD523;
  text-decoration: none;
  transition: 0.3s;
}

.product_button:hover {
  color: #fff;
}

.products {
  background: #FAD523;
  padding: 25px 0 50px;
}

.products.__color-2 {
  background: #fff;
}

.products_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.products_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.products_header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  color: #000;
}

.reviews {
  padding: 90px 0;
}

.reviews.__min {
  padding: 30px 0 0;
}

.reviews_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}

.reviews_col {
  margin-bottom: 30px;
}

.reviews_col.__1 {
  margin-right: 30px;
}

.reviews-text {
  background: #FAD523;
  padding: 28px 0 42px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.selectbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.selectbox_input {
  position: absolute;
  opacity: 0;
}

.selectbox_ico {
  border: 1px solid #000000;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.selectbox_input:checked + .selectbox_ico {
  background: #FAD523;
}

.selectbox_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.tech {
  background: #FAD523;
  padding: 50px 0 40px;
}

.tech_title {
  margin-bottom: 205px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.tech_row {
  display: flex;
  position: relative;
  margin-bottom: 245px;
}

.tech_image {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
}

.tech_list li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.tech_col {
  width: 50%;
}

.tech_col:nth-child(1) {
  text-align: right;
}

.tech_col:nth-child(1) .tech_list li:nth-child(1) {
  padding-right: 70px;
}

.tech_col:nth-child(1) .tech_list li:nth-child(2) {
  padding-right: 180px;
}

.tech_col:nth-child(1) .tech_list li:nth-child(3) {
  padding-right: 220px;
}

.tech_col:nth-child(1) .tech_list li:nth-child(4) {
  padding-right: 200px;
}

.tech_col:nth-child(1) .tech_list li:nth-child(5) {
  padding-right: 70px;
}

.tech_col:nth-child(2) .tech_list li:nth-child(1) {
  padding-left: 70px;
}

.tech_col:nth-child(2) .tech_list li:nth-child(2) {
  padding-left: 180px;
}

.tech_col:nth-child(2) .tech_list li:nth-child(3) {
  padding-left: 220px;
}

.tech_col:nth-child(2) .tech_list li:nth-child(4) {
  padding-left: 200px;
}

.tech_col:nth-child(2) .tech_list li:nth-child(5) {
  padding-left: 70px;
}

.tech_text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.wrapper {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .auth-page_right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .auth-page_text strong {
    font-size: 36px;
  }

  .auth-page_input {
    width: 100%;
  }

  .card_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_price {
    font-size: 18px;
  }

  .cart_row {
    display: block;
  }

  .cart_left {
    width: auto;
    margin-bottom: 30px;
  }

  .cart_right {
    width: auto;
    margin-left: 0;
  }

  .catalog_row.__col-5 .catalog_col {
    width: 33.33%;
  }

  .categories_row {
    margin: 0 -10px;
  }

  .categories_break {
    display: none;
  }

  .categories_item {
    height: 100%;
    padding-bottom: 10px;
  }

  .header_row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .header_nav li {
    margin-right: 10px;
  }

  .header_nav li:last-child {
    margin-right: 10px;
  }

  .header_search {
    margin-left: auto;
  }

  .header_right {
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
  }

  .lk_col {
    width: 100%;
  }

  .lk_col.__col-3 {
    width: 100%;
  }

  .product_left {
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product_right {
    padding-top: 30px;
    padding-left: 20px;
  }

  .product_slider {
    margin-left: 0;
  }

  .product_title {
    font-size: 24px;
  }

  .product_description {
    font-size: 16px;
  }

  .product_text-2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .product_price {
    font-size: 30px;
  }

  .product_button {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 916px) {
  .tech_image {
    top: 170px;
  }
}

.categories_icon img {
  max-width: 55px;
}

@media (max-width: 767px) {
  .about-data_col {
    width: 50%;
  }

  .about-plus_row {
    flex-wrap: wrap;
  }

  .about-plus_col:nth-child(1) {
    order: 2;
    width: 100%;
  }

  .about-plus_col:nth-child(2) {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .about-plus_list li p br {
    display: none;
  }

  .about-plus_image {
    margin-top: 0;
  }

  .about {
    background: #FAD523;
    height: auto;
  }

  .about_content {
    padding-top: 30px;
  }

  .about_text {
    font-size: 18px;
  }

  .about_logo img {
    width: 200px;
  }

  .auth-page {
    margin-top: -1px;
  }

  .auth-page {
    background: #FAD523;
  }

  .auth-page_logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .auth-page_row {
    display: block;
    text-align: center;
  }

  .auth-page_left {
    height: auto;
    width: auto;
    margin-right: -10px;
    padding-top: 100px;
    padding-right: 10px;
    background: none;
  }

  .auth-page_left:before {
    display: none;
  }

  .auth-page.__reverse .auth-page_left {
    background: #FAD523;
  }

  .auth-page_right {
    height: auto;
    width: auto;
    background: #FAD523;
    margin-left: -10px;
    margin-right: -10px;
  }

  .auth-page_text.__mobile-hidden {
    display: none;
  }

  .auth-page_button {
    display: none;
  }

  .auth-page_title {
    display: none;
  }

  .auth-page_group-text {
    text-align: left;
    padding-left: 10px;
  }

  .auth-page_input {
    display: block;
    margin: 0 auto;
  }

  .auth-page_link {
    text-align: left;
  }

  .auth-page_mobile-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2361FF;
    margin-top: 20px;
  }

  .bottom-block_row {
    display: block;
  }

  .bottom-block_text {
    margin-bottom: 30px;
  }

  .bottom-block_button {
    display: block;
    margin-left: 100px;
  }

  .card_image {
    height: 170px;
  }

  .card.__min .card_title {
    font-size: 14px;
    line-height: 1.2;
  }

  .card.__min .card_descr {
    font-size: 12px;
    line-height: 1.3;
  }

  .card.__min .card_price {
    font-size: 16px;
  }

  .card_old {
    font-size: 12px;
  }

  .card.__min .card_link {
    font-size: 16px;
  }

  .card_info {
    top: 8px;
    left: 6px;
  }

  .cart_item {
    flex-wrap: wrap;
  }

  .cart_content {
    padding-right: 0;
    width: 0;
    flex-grow: 1;
  }

  .cart_count {
    transform: none;
    position: static;
    width: 100%;
    margin-top: 30px;
  }

  .cart_price {
    bottom: 23px;
  }

  .cart_text {
    font-size: 14px;
  }

  .cart_button {
    font-size: 12px;
  }

  .cart_send-button {
    width: 80%;
    font-size: 14px;
    line-height: 1.5;
  }

  .catalog_col {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .catalog_row.__col-5 .catalog_col {
    width: 50%;
  }

  .categories {
    margin-bottom: 0;
  }

  .categories_item {
    height: auto;
    background: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
  }

  .categories_icon {
    background: #FAD523;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    height: 55px;
  }

  .categories_icon img {
    max-width: 40px;
  }

  .categories_text {
    font-size: 16px;
    line-height: 1.5;
  }

  .categories_text br {
    display: none;
  }

  .content_left {
    width: 0;
  }

  .content_right {
    padding-left: 0;
  }

  .content_menu a {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .content_brand_text {
    margin-bottom: 10px;
  }

  .content_brand_link {
    display: none;
  }

  .content_brand_link.__mobile {
    display: block;
    margin-left: 0;
  }

  .content_search {
    display: block;
    margin-bottom: 30px;
  }

  .count_left,
  .count_right {
    width: 40px;
    height: 40px;
  }

  .count_input {
    height: 40px;
    width: 40px;
    font-size: 24px;
  }

  .footer_top {
    display: none;
  }

  .footer_bottom {
    padding: 20px 0;
    display: block;
  }

  .footer_left {
    margin-bottom: 20px;
  }

  .footer_right {
    text-align: left;
  }

  .footer_tel {
    text-align: left;
  }

  .footer_icons {
    margin-bottom: 20px;
  }

  .footer_icons a {
    margin: 0 15px 0 0;
  }

  .header {
    padding: 0;
  }

  .header_hamburger {
    display: block;
  }

  .header_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header_logo {
    margin-right: 0;
  }

  .header_logo img {
    width: 70px;
  }

  .header_nav {
    display: none;
  }

  .header_nav.__cloned {
    display: block;
  }

  .header_nav li {
    margin-bottom: 10px;
  }

  .header_nav a {
    font-size: 16px;
    font-weight: 700;
  }

  .header_search {
    display: none;
  }

  .header_search.__cloned {
    display: flex;
    justify-content: space-between;
  }

  .header_search_input {
    flex-grow: 1;
  }

  .header_search_button {
    margin-left: 20px;
  }

  .header_right {
    width: auto;
    padding-top: 0;
    margin-left: 0;
  }

  .header_info {
    display: none;
  }

  .header_filter {
    display: block;
    width: 33px;
    height: 34px;
    background-image: url("../img/filter.svg");
    background-position: top 4px left;
    background-repeat: no-repeat;
    font-size: 0;
    border: none;
    margin-right: 5px;
    position: relative;
    top: 0px;
  }

  .header_button {
    width: 33px;
    height: 34px;
    background-image: url("../img/profile.svg");
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 0;
    border: none;
    position: relative;
    top: 0px;
  }

  .header_cart {
    display: block;
    position: relative;
    top: 3px;
    width: 41px;
    height: 39px;
    padding-left: 0;
  }

  .header_cart_content {
    display: none;
  }

  .leftbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 30;
    overflow: auto;
    padding-bottom: 30px;
    display: none;
  }

  .leftbar.active {
    display: block;
  }

  .leftbar_top {
    display: flex;
  }

  .leftbar_data {
    padding: 10px;
  }

  .leftbar_heading {
    font-size: 18px;
    padding: 5px 0;
  }

  .leftbar_brands {
    display: flex;
    flex-wrap: wrap;
  }

  .leftbar_brands .selectbox {
    width: 50%;
  }

  .lk_item {
    padding: 10px;
  }

  .lk_item.__mobile-no-border {
    border: none;
    padding: 0;
  }

  .lk_user_content-2 {
    margin-top: 10px;
    padding-left: 0;
  }

  .lk_user-link {
    width: 100%;
    text-align: right;
    position: static;
    display: block;
  }

  .lk_data-row {
    display: block;
  }

  .lk_data {
    margin-bottom: 10px;
  }

  .lk_data-image {
    width: 50px;
  }

  .main_row {
    display: block;
  }

  .main_col.__1 {
    width: 100%;
  }

  .main_col.__2 {
    width: 100%;
  }

  .main_col.__3 {
    width: 100%;
  }

  .main_item {
    display: none !important;
  }

  .main_item.__mobile-visible {
    display: block !important;
  }

  .main_item.__large.__mobile-visible {
    height: 170px;
  }

  .main_link {
    display: none;
  }

  .main_heading-2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }

  .main_item_bottom {
    padding: 8px;
  }

  .mobile-menu.active {
    display: block;
  }

  .news_row {
    display: block;
    margin: 0;
  }

  .news_col {
    width: auto;
    padding: 0;
  }

  .news_image {
    margin-bottom: 10px;
  }

  .news_heading {
    display: none;
  }

  .slick-center .news_heading {
    display: block;
  }

  .news_heading span {
    display: none;
  }

  .news_text {
    display: none;
  }

  .slick-center .news_text {
    display: block;
  }

  .page_row {
    flex-wrap: wrap;
  }

  .page_left {
    order: 2;
    flex-grow: 1;
    margin: 0 -10px;
  }

  .page_image {
    width: 100%;
    margin-left: 0;
  }

  .page_image img {
    width: 100%;
  }

  .page_right {
    order: 1;
    width: 100%;
    margin-left: -10px;
    padding: 20px;
  }

  .plus {
    margin-bottom: 20px;
  }

  .plus_row {
    display: block;
  }

  .plus_col:nth-child(1) {
    width: auto;
    margin-bottom: 20px;
  }

  .plus_col:nth-child(2) {
    width: auto;
    padding-left: 0;
  }

  .plus_list li {
    width: 50%;
    flex-grow: 1;
  }

  .product_row {
    display: block;
  }

  .product_left {
    width: 100%;
  }

  .product_right {
    width: 100%;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
  }

  .product_image {
    height: 350px;
    text-align: center;
  }

  .product_image img {
    height: 100%;
    margin: 0 auto;
  }

  .products_header h2 {
    font-size: 18px;
  }

  .products_header a {
    display: none;
  }

  .tech_title {
    margin-bottom: 20px;
  }

  .tech_row {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .tech_image {
    position: static;
    order: 1;
    margin-bottom: 10px;
    text-align: center;
    transform: none;
  }

  .tech_list li br {
    display: none;
  }

  .tech_col:nth-child(1) {
    order: 2;
    width: 100%;
    text-align: left;
  }

  .tech_col:nth-child(2) {
    order: 2;
    width: 100%;
  }

  .tech_col:nth-child(1) .tech_list li {
    padding-right: 0 !important;
  }

  .tech_col:nth-child(2) .tech_list li {
    padding-left: 0 !important;
  }

  .categories_row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 481px) {
  .catalog_row.__col-5 .catalog_col {
    width: 100%;
  }

  .content_brand_image {
    width: 80px;
  }

  .plus_item {
    background-image: url("../img/star.svg");
    background-position: left 0 top 2px;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .hide_btn {
    display: none;
  }
}