/*
  Theme Name: Stebnev-Studio-v-2
  Description: Персональная тема для клиента
  Author: Stebnev-Studio
  Author URI: http://stebnev-studio.ru
  Version: 2.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  color: #da432a;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "lav_font";
  src: url("source/fonts/lav_font.woff2") format("woff2"), url("source/fonts/lav_font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

* {
  outline: none;
}

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

body {
  overflow-x: hidden;
  font-family: "Gilroy";
}

body.active,
html.active {
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

.container {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.scroll_trigger {
  position: absolute;
  top: 0;
  left: 0;
}

.picture {
  display: flex;
}

.scroll {
  position: fixed;
  right: 17px;
  bottom: 150px;
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(218, 67, 42, 0.5);
  border-radius: 50%;
  background-image: url(source/img/scroll_arrow.svg);
  background-size: 14px 8px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 2;
}

.scroll.fixed {
  transform: scale(1);
}

.header {
  background: #1b1b1b;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s;
}

.header.fixed {
  transform: translateY(-100%);
}

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

.menu {
  display: flex;
  margin-right: 45px;
}

.menu a {
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-right: 80px;
  transition: all 0.3s;
  position: relative;
}

.menu a:hover::before,
.menu a:hover::after {
  opacity: 1;
}

.menu a::before {
  position: absolute;
  content: "";
  background: #da432a;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s, right 0.3s 0.1s;
  opacity: 0;
}

.menu a:hover::before {
  right: -13px;
}

.menu a:hover::after {
  left: -13px;
}

.menu a::after {
  position: absolute;
  content: "";
  background: #da432a;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s, left 0.3s 0.1s;
  opacity: 0;
}

.menu a:hover {
  color: #da432a;
}

.menu li:last-child a {
  margin-right: 0;
}

.header_logo {
  display: flex;
  z-index: 7;
}

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

.header_search-btn {
  display: flex;
  margin-right: 35px;
  z-index: 7;
  cursor: pointer;
  position: relative;
}

.header_search-btn.active svg {
  opacity: 0;
}

.header_search-btn.active::after,
.header_search-btn.active::before {
  opacity: 1;
}

.header_search-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
  background-color: #da432a;
  top: 50%;
  right: 0;
  opacity: 0;
}

.header_search-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #da432a;
  top: 50%;
  right: 0;
  opacity: 0;
}

.header_search-btn svg path,
.header_user svg path,
.header_card svg path {
  transition: all 0.3s;
}

.header_search-btn:hover svg path,
.header_user:hover svg path,
.header_card:hover svg path {
  fill: #da432a;
}

.header_user {
  display: flex;
  margin-right: 35px;
  position: relative;
  z-index: 7;
}

.header_user span {
  width: 10px;
  background: #da432a;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -8px;
  right: -3px;
}

.header_card {
  display: flex;
  position: relative;
  margin-right: 125px;
  z-index: 7;
}

.header_card span {
  width: 10px;
  background: #da432a;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -8px;
  right: -7px;
}

.menu_burger {
  display: block;
  width: 25px;
  height: 14px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.menu_burger::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  right: 0;
  background-color: #fff;
  transition: all 0.3s;
}

.menu_burger:hover::before,
.menu_burger:hover::after,
.menu_burger:hover span {
  background-color: #da432a;
}

.menu_burger.active::before {
  transform: rotate(45deg);
  bottom: 7px;
}

.menu_burger::after {
  position: absolute;
  content: "";
  width: 13px;
  top: 0;
  height: 1px;
  right: 0;
  background-color: #fff;
  transition: all 0.3s;
}

.menu_burger.active::after {
  transform: rotate(-45deg);
  top: 6px;
  width: 100%;
}

.menu_burger span {
  position: absolute;
  content: "";
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5px;
  right: 0;
  background-color: #fff;
  transition: all 0.3s;
}

.menu_burger.active span {
  transform: translateY(-50%) scale(0);
}

.header_inner {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: #1b1b1b;
  z-index: 8;
  top: 0;
  right: 0;
  padding: 150px 0;
  top: 0;
  display: flex;
  align-items: center;
  transition: opacity 0.3s, transform 0s 0.3s;
  opacity: 0;
  transform: translateY(-100%);
}

.header_inner.active {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 0.3s;
}

.header_inner-container {
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_inner-menu a {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 60px;
  display: block;
  color: #6f6f6f;
  transition: all 0.3s;
}

.header_inner-menu:nth-child(1) a {
  color: #d2d2d2;
}

.header_inner-menu a:hover {
  color: #da432a;
}

.header_inner-menu li:last-child a {
  margin-bottom: 0;
}

.header_inner-messages {
  display: flex;
  flex-direction: column;
}

.header_inner-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #303030;
  border-radius: 50%;
  margin-bottom: 40px;
  transition: all 0.3s;
}

.header_inner-message:hover {
  background: #303030;
}

.header_inner-message svg {
  transition: all 0.3s;
}

.header_inner-message:hover svg {
  transform: scale(1.1);
}

.header_search {
  background: #1b1b1b;
  position: fixed;
  width: 100vw;
  min-height: 50vh;

  top: 0;
  right: 0;
  padding-top: 180px;
  top: 0;

  transition: transform 0.4s, opacity 0.6s;
  opacity: 0;
  transform: translateY(-100%);
}

.header_search-overlay {
  position: absolute;
  width: 100vw;
  background: #1b1b1b;
  height: 51vh;
  top: 49vh;
  right: 0;
  z-index: -2;
  opacity: 0;
  transition: none;
  visibility: hidden;
}

.header_search.active .header_search-overlay {
  opacity: 0.5;
  transition: all 0.3s 0.3s;
  visibility: visible;
}

.header_search.active {
  transform: translateY(0%);
  opacity: 1;
  z-index: 6;
}

.header_search-form {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #343434;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  opacity: 0;
}

.header_search.active .header_search-form {
  transition: all 0.3s 0.6s;
  opacity: 1;
}

.header_search .main_tags {
  opacity: 0;
}

.header_search.active .main_tags {
  transition: all 0.3s 1s;
  opacity: 1;
}

.header_search-inp {
  background: none;
  width: 100%;
  font-size: 15px;
  border: none;
  color: #fff;
  font-weight: 700;
}

.header_search-inp::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search-inp::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search-inp:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search-inp:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search-inp:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search-inp:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search-inp:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search-inp:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search-inp::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header_search-but {
  width: 20px;
  height: 20px;
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}

.header_search-but::before {
  position: absolute;
  content: "";
  background-image: url(source/img/search.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.main {
  background: #da432a;
  padding: 80px 0;
}

.main_slider {
  width: 1120px;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}

.main_slider-wrapper {
  position: relative;
  display: flex;
}

.main_slider-left {
  display: flex;
  width: 740px;
  left: calc(50% - 490px);
  top: 50%;
  transform: translate(-100%, -50%);
  position: absolute;
  cursor: pointer;
}

.main_slider-left::after {
  position: absolute;
  content: "";
  background-image: url(source/img/arrow_left-w.svg);
  background-size: cover;
  width: 10px;
  height: 16px;
  right: 100px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.main_slider .slick-arrow,
.main_slider-left .slick-arrow,
.main_slider-right .slick-arrow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.main_slider-left::before,
.main_slider-right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.main_slider-right {
  width: 740px;
  right: calc(50% - 490px);
  top: 50%;
  transform: translate(100%, -50%);
  position: absolute;
  cursor: pointer;
}

.main_slider-right::after {
  position: absolute;
  content: "";
  background-image: url(source/img/arrow_right-w.svg);
  background-size: cover;
  width: 10px;
  height: 16px;
  left: 100px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.main_slide {
  flex-shrink: 0;
  width: 100%;
  height: 600px;
  position: relative;
  display: flex !important;
  align-items: flex-end;
  padding: 25px 40px;
}

.main_slider .main_slide-title {
  position: relative;
  z-index: 2;
  font-size: 48px;
  line-height: 59px;
  color: #ffffff;
  font-weight: 700;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.main_slider-left .main_slide,
.main_slider-right .main_slide {
  height: 463px;
}

.main_slider .main_slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.12%, #000000 88.54%);
  z-index: 1;
}

.main_slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.main_tags {
  max-width: 1130px;
  margin: 0 auto;
}

.header_search .main_tags {
  max-width: 100%;
}

.main_tags ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.main_tags ul a {
  background: #e46c58;
  border-radius: 20px;
  padding: 7px 20px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.3s;
  display: inline-flex;
  margin-bottom: 10px;
}

.main_tags ul a:hover {
  background: #161616;
}

.header_search .main_tags ul a:hover {
  background: #da432a;
}

.popular {
  padding: 150px 0;
}

.popular .container {
  overflow: hidden;
}

.popular_title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
  margin-bottom: 70px;
}

.popular_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.popular_slider .slick-track {
  display: flex;
  padding-bottom: 91px;
  margin-left: 0;
}

.popular_slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: inherit;
  margin: 0 40px;
}

.popular_slide-inner {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  height: calc(100% - 69px);
}

.popular_slide:hover .popular_slide-inner {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: none;
}

.popular_slide-img {
  position: relative;

  width: 100%;
  height: 317px;
}

.popular_slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular_slide-tag {
  position: absolute;
  right: 11px;
  top: 20px;
  background: #da432a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  line-height: 23px;
  font-family: "lav_font";
}

.popular_slide-info {
  padding: 25px 40px;
  transition: all 0.3s;
}

.popular_slide:hover .popular_slide-info {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.popular_slide-time {
  font-size: 14px;
  color: #878787;
  line-height: 16px;
  margin-bottom: 25px;
}

.popular_slide-time span {
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  margin-left: 11px;
}

.popular_slide-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 25px;
  line-height: 150%;
  font-weight: 700;
  /* height: 38px; */
  /* overflow: hidden; */
}

.popular_slide-text {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
}

.popular_slide-bot {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.popular_slide:hover .popular_slide-bot {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.popular_slide-price {
  background: #da432a;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  width: 51%;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular_slide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 69px;
  background: #161616;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 1;
}

.popular_slide-btn:hover {
  color: #161616;
}

.popular_slide-btn:hover::before {
  bottom: 0;
}

.popular_slide-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
  transition: all 0.3s;
}

.popular_slide-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.popular_slide-btn:hover span::before {
  left: -3px;
  opacity: 0;
}

.popular_slide-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.popular_slide-btn:hover span::after {
  right: -3px;
  opacity: 0;
}

.popular_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
  transition: all 0.3s;
}

.popular_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.popular_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.popular_slider .slick-next {
  right: 40px;
}

.popular_slider .slick-prev {
  right: 112px;
}

.popular_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.popular_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.popular_slider .slick-dots li {
  display: none;
}

.popular_slider .slick-dots li.slick-active {
  display: flex;
}

.popular_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.popular_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.popular_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.popular_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.nearest_title {
  font-size: 40px;
  color: #2b2b2b;
  margin-bottom: 70px;
  line-height: 46px;
}

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

.nearest_item {
  width: 21%;
  margin-right: 5.3333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 70px;
}

.nearest_item:nth-child(4n) {
  margin-right: 0;
}

.nearest_item-img {
  width: 100%;
  height: 237px;
}

.nearest_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nearest_item-inner {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  height: calc(100% - 69px);
  position: relative;
}

.nearest_item-info {
  padding: 25px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100% - 237px);
  transition: all 0.3s;
  min-height: 270px;
}

.nearest_item:hover .nearest_item-info {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.nearest_item:hover .nearest_item-inner {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: none;
}

.nearest_item-time {
  font-size: 14px;
  line-height: 16px;
  color: #6f6f6f;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}

.nearest_item-time span {
  font-size: 16px;
  color: #161616;
  margin-left: 10px;
  line-height: 19px;
}

.nearest_item-title {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.nearest_item:hover .nearest_item-title {
  color: #da432a;
}

.nearest_item-person {
  position: relative;
  padding-left: 70px;
}

.nearest_item-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  border: 1px solid #dbdbdb;
  padding: 5px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.nearest_item-icon::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(218, 67, 42, 0.5);
  border-radius: 50%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.nearest_item:hover .nearest_item-icon::before {
  opacity: 1;
}

.nearest_item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.nearest_item-prof {
  font-size: 14px;
  color: #6f6f6f;
  margin-bottom: 5px;
  line-height: 16px;
}

.nearest_item-name {
  color: #161616;
  line-height: 19px;
}

.nearest_item-bot {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.nearest_item:hover .nearest_item-bot {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.nearest_item-price {
  background: #da432a;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  width: 50%;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nearest_item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 69px;
  background: #161616;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.nearest_item-btn:hover {
  color: #161616;
}

.nearest_item-btn:hover::before {
  bottom: 0;
}

.nearest_item-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);

  bottom: -100%;
  right: 0;
  z-index: -1;
  transition: all 0.2s;
}

.nearest_item-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.nearest_item-btn:hover span::before {
  left: -3px;
  opacity: 0;
}

.nearest_item-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.nearest_item-btn:hover span::after {
  right: -3px;
  opacity: 0;
}

.nearest {
  padding: 150px 0;
}

.teach {
  padding: 150px 0;
  background: #1b1b1b;
  color: #fff;
}

.teach_title {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 70px;
}

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

.teach_item {
  width: 240px;
  text-align: center;
}

.teach_item-img {
  width: 148px;
  height: 200px;
  margin: 0 auto 30px;
}

.teach_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teach_item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 25px;
  text-transform: uppercase;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teach_item-text {
  font-size: 14px;
  color: #afafaf;
  line-height: 150%;
}

.pick_up {
  padding: 80px 0;
  background: #da432a;
}

.pick_up-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pick_up-img {
  width: 1125px;
  height: auto;
}

.pick_up-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pick_up-info {
  width: 600px;
  background: #ffffff;
  padding: 120px 100px 120px 120px;
}

.pick_up-title {
  font-size: 40px;
  line-height: 46px;
  color: #2b2b2b;
  margin-bottom: 40px;
}

.pick_up-text {
  font-size: 16px;
  line-height: 150%;
  color: #6f6f6f;
  margin-bottom: 30px;
}

.pick_up-btn {
  background: #da432a;
  width: 220px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pick_up-btn:hover::before {
  bottom: 0;
}

.pick_up-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.pick_up-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.pick_up-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.pick_up-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.pick_up-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.masters {
  padding: 150px 0;
  background: #1b1b1b;
  color: #ffffff;
}

.masters_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}

.masters_title {
  line-height: 46px;
  font-size: 40px;
}

.masters_link {
  line-height: 19px;
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
}

.masters_link:hover {
  color: #da432a;
  border-bottom: 1px solid #da432a;
}

.masters_link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #1b1b1b;
  left: -100%;
  transition: all 0.6s;
}

.masters_link:hover::after {
  left: 100%;
}

.masters_link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  top: calc(50% - 3px);
  right: 0;
  transform: translateY(-50%);
  font-family: Roboto;
  transition: all 0.3s;
}

.masters_link:hover::before {
  color: #da432a;
}

.masters_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -70px;
}

.masters_item {
  width: 21%;
  margin-right: 5.3333%;
  text-align: center;
  margin-bottom: 70px;
}

.masters_item:nth-child(4n) {
  margin-right: 0;
}

.masters_item-img {
  width: 216px;
  height: auto;
  margin: 0 auto 25px;
  position: relative;
  z-index: 1;
  display: flex;
}

.masters_item-img::before {
  position: absolute;
  content: "";
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: #da432a;
  left: 1px;
  z-index: -1;
  bottom: 1px;
}

.masters_item-img img {
  width: 100%;
  height: 100%;
}

.masters_item-subtitle {
  font-size: 14px;
  color: #afafaf;
  line-height: 16px;
  margin-bottom: 10px;
}

.masters_item-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
}

.masters_item-text {
  font-size: 14px;
  color: #afafaf;
  line-height: 150%;
}

.news {
  padding: 150px 0;
}

.news_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}

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

.news_title {
  font-size: 40px;
  line-height: 46px;
  color: #000000;
  margin-right: 180px;
}

.news_tabs {
  display: flex;
}

.news_tab {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #6f6f6f;
  line-height: 150%;
  justify-content: center;
  padding: 15px 40px;
  cursor: pointer;
  background: #f2f2f2;
  transition: all 0.3s;
}

.news_tab:hover {
  background: #e46c58;
  color: #fff;
}

.news_tab.active {
  background: #da432a;
  color: #fff;
}

.news_link {
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 25px;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
}

.news_link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
  left: -100%;
  transition: all 0.6s;
}

.news_link:hover::after {
  left: 100%;
}

.news_link:hover {
  color: #da432a;
  border-bottom: 1px solid #da432a;
}

.news_link_button {
  display: none !important;
}

.news_link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #161616;
  top: calc(50% - 3px);
  right: 0;
  transform: translateY(-50%);
  font-family: Roboto;
  transition: all 0.3s;
}

.news_link:hover::before {
  color: #da432a;
}

.news_wrapper {
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}

.news_wrapper.active {
  display: flex;
  opacity: 1;
  max-height: none;
  max-width: none;
  animation: tabAnim 0.6s;
}

.news_items {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_item {
  width: 30%;
  margin-right: 5%;
  height: 542px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  color: #fff;
}

.news_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.news_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.5%, rgba(0, 0, 0, 0.8) 84.47%);
}

.news_items:nth-child(3),
.news_item:nth-child(3) {
  margin-right: 0;
}

.news_item-date {
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 13px;
}

.news_item-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 150%;
  transition: all 0.3s;
}

.news_item:hover .news_item-title {
  color: #da432a;
}

.news_items .news_item {
  width: 100%;
  height: 44%;
}

.news_items .news_item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 77.24%);
}

.news_wrapper.publications .news_item {
  width: 21.5%;
  margin-right: 4.6666%;
  height: 565px;
}

.news_wrapper.publications .news_item:nth-child(3n) {
  margin-right: 4.6666%;
}

.news_wrapper.publications .news_item:nth-child(4n) {
  margin-right: 0;
}

.reviews {
  padding: 140px 0;
  background: #1b1b1b;
}

.reviews_title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 70px;
  line-height: 46px;
}

.reviews_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
  padding-bottom: 91px;
}

.reviews_slider .slick-track {
  display: flex;
}

.reviews_slide {
  background: #ffffff;
  padding: 50px 30px;
  margin: 0 40px;
}

.reviews_slide-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.reviews_slide-name {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #161616;
  padding-left: 45px;
  line-height: 150%;
  position: relative;
}

.reviews_slide-name::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #da432a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(source/img/name.svg);
  background-size: 16px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews_slide-date {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 16px;
}

.reviews_slide-text {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 40px;
  line-height: 150%;
}

.reviews_slide-text a {
  color: #da432a;
  border-bottom: 1px solid;
}

.reviews_slide-title {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;

  display: inline-block;
}

.reviews_slide-title span {
  display: inline;
  background: #da432a;
  padding: 5px 10px;
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all 0.3s;
}

.reviews_slide-title:hover span {
  background: #da432a;
}

.reviews_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.reviews_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.reviews_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.reviews_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.reviews_slider .slick-next {
  right: 40px;
}

.reviews_slider .slick-prev {
  right: 112px;
}

.reviews_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.reviews_slider .slick-dots li {
  display: none;
}

.reviews_slider .slick-dots li.slick-active {
  display: flex;
}

.reviews_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.reviews_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  margin-right: 18px;
}

.reviews_slider .slick-dots-total {
  font-size: 14px;
  color: #717171;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.reviews_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.info_block {
  padding: 80px;
  background: #f2f2f2;
}

.info_block-top {
  margin-bottom: 150px;
}

.info_block-wrapper {
  display: flex;
  justify-content: space-between;
}

.info_block-top__title-wrapper .popular_slide-btn {
  margin-top: 20px;
  border: 0;

  background: #da432a;
}

.info_block-top__button-link {
  position: absolute;

  width: 100%;
  height: 100%;
}

.info_block-wrapper .desktop-hidden-576 {
  display: none;
}

.info_block .wrapper-text {
  width: 1120px;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
  overflow: hidden;
}

.info_block .wrapper-text p,
.info_block .wrapper-text div {
  margin-bottom: 15px;

  color: #6f6f6f;
}

.info_block .wrapper-text h1 {
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  color: #161616;
}

.info_block .wrapper-text h2 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #161616;
}

.info_block .wrapper-text h3 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}

.info_block .wrapper-text h4 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.info_block .wrapper-text h5 {
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
}

.info_block .wrapper-text ul,
.info_block .wrapper-text ol {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.info_block .wrapper-text ul {
  list-style: inside;
}

.info_block .wrapper-text ol {
  list-style: decimal;
  list-style-position: inside;
}

.info_block .wrapper-text li,
.info_block .wrapper-text li {
  margin-bottom: 10px;
}

.info_block .wrapper-text li::marker,
.info_block .wrapper-text li::marker {
  color: #da432a;
}

.info_block .wrapper-text.active .text {
  display: inline;
}

.info_block .wrapper-text .link {
  color: #da432a;
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline;
}

.info_block h1,
.info_block h2,
.info_block h3,
.info_block h4,
.info_block h5,
.info_block h6 {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
}

.footer {
  padding: 60px 0 30px;
  background: #1b1b1b;
}

.footer a {
  transition: all 0.3s;
}

.footer a:hover {
  color: #da432a;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer_left {
  width: 195px;
}

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

.footer_title {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
}

.footer_menu-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 19px;
}

.footer_menu-wrapper:nth-child(2) a {
  color: #d2d2d2;
}

.footer_menu-wrapper {
  width: 10%;
}

.footer_menu a {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 16px;
  margin-bottom: 23px;
  display: block;
}

.footer_links {
  margin-right: 60px;
  margin-left: 10%;
}

.footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_links-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 30px;
}

.footer_links-messages {
  display: flex;
}

.footer_links-message {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #303030;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s;
}

.footer_links-message:hover {
  background: #303030;
}

.footer_links-message svg {
  transition: all 0.3s;
}

.footer_links-message:hover svg {
  transform: scale(1.1);
}

.footer_links-message:last-child {
  margin-right: 0;
}

.footer_bot {
  padding-top: 30px;
  border-top: 1px solid #343434;
}

.footer_bot-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer_bot-item {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 150%;
}

.footer_bot-item a {
  color: #6f6f6f;
  border-bottom: 1px solid;
}

.nearest_show-wrapper {
  display: flex;
  justify-content: center;
}

.nearest_show {
  font-size: 14px;
  color: #161616;
  line-height: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  padding-right: 22px;
  position: relative;
}

.nearest_show::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #161616;
  font-family: Roboto;
  right: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

.crumbs {
  /* margin: 151px 0 105px; */
  margin: 151px 0 85px;
  display: flex;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
  margin-right: 27px;
  position: relative;
}

#breadcrumbs a::before,
#breadcrumbs .breadcrumb_last::before {
  position: absolute;
  content: "";
  background: #da432a;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

#breadcrumbs .breadcrumb_last:last-child {
  color: #161616;
}

#breadcrumbs .breadcrumb_last:last-child::before {
  display: none;
}

.masters_page {
  padding-bottom: 150px;
}

.masters_page-info {
  display: flex;
  margin-bottom: 80px;
}

.masters_page-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  width: 550px;
  margin-right: 45px;
}

.masters_page-text {
  width: 520px;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
}

.masters_page-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.form_search {
  width: 370px;
  margin-right: 225px;
  position: relative;
}

.form_search::before {
  position: absolute;
  content: "";
  background-image: url(source/img/search_form.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  bottom: 11px;
}

.form_search-inp {
  border: none;
  border-bottom: 1px solid #dedede;
  width: 100%;
  padding: 9px 9px 9px 35px;
  line-height: 19px;
  font-size: 16px;
  transition: all 0.3s;
}

.form_search-inp:focus {
  border-bottom: 1px solid #161616;
}

.masters_page-links {
  display: flex;
  align-items: center;
}

.masters_page-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-right: 22px;
  transition: all 0.3s;
}

.masters_page-links a:hover {
  color: #e46c58;
}

.masters_page-links a.none {
  color: #6f6f6f;
  cursor: default;
}

.masters_page-links a.active {
  background: #da432a;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.masters_page-items {
  display: flex;
  flex-wrap: wrap;
}

.masters_page-item {
  width: 21.5%;
  margin-right: 4.6667%;
  margin-bottom: 85px;
  text-align: center;
  position: relative;
}

.masters_page-item:nth-child(4n) {
  margin-right: 0;
}

.masters_page-item_img {
  width: 216px;
  height: 216px;
  display: flex;
  border-radius: 50%;
  margin: 0 auto 45px;
  position: relative;
}

.masters_page-item_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(218, 67, 42, 0.5);
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}

.masters_page-item:hover .masters_page-item_img::before {
  opacity: 1;
}

.masters_page-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
}

.masters_page-item_prof {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

.masters_page-item_prof::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.masters_page-item_name {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #161616;
  line-height: 19px;
  margin-bottom: 20px;
}

.masters_page-item_text {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
}

.masters_page-link_wrapper {
  margin-top: -15px;
  display: flex;
  justify-content: center;
}

.masters_page-link {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s;
}

.masters_page-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
  left: -100%;
  transition: all 0.6s;
}

.masters_page-link:hover::after {
  left: 100%;
}

.masters_page-link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  color: #161616;
  line-height: 23px;
  right: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  font-family: Roboto;
  transition: all 0.3s;
}

.masters_page-link:hover::before,
.masters_page-link:hover {
  color: #da432a;
}

.master_card {
  padding-bottom: 100px;
  box-sizing: content-box;
}

.master_card .container {
  position: relative;
}

.master_card-wrapper {
  display: flex;
}

.master_card-img {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 80px;
  position: relative;
  z-index: 1;
}

.master_card-img_wrapper {
  width: 370px;
  margin-right: 80px;
}

.master_card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master_card-inner {
  width: 1120px;
}

.master_card-title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
  margin-bottom: 70px;
}

.master_card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.master_card-items {
  width: 520px;
}

.master_card-text {
  font-size: 16px;
  line-height: 150%;
  color: #161616;
  width: 520px;
}

.master_card-text p {
  margin-bottom: 15px;
}

.master_card-item {
  display: flex;
  margin-bottom: 25px;
}

.master_card-item:last-child {
  margin-bottom: 0;
}

.master_card-item_title {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
  min-width: 180px;
  margin-right: 20px;
}

.master_card-item_value {
  line-height: 150%;
  color: #161616;
}

.master_card-item_message {
  background: #ebebeb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.master_card-item_message:hover {
  background-color: #d1d1d1;
}

.message.master_card-item {
  align-items: center;
}

.master_card-link {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 130px;
  display: inline-block;
}

.master_card-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
  left: -100%;
  transition: all 0.6s;
}

.master_card-link:hover::after {
  left: 100%;
}

.master_card-link:hover::before,
.master_card-link:hover {
  color: #da432a;
}

.master_card-link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #161616;
  font-family: Roboto;
  right: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.master_card-award {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

.master_card-award_year {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 19px;
  min-width: 135px;
  margin-right: 80px;
}

.master_card-award_title {
  font-size: 14px;
  color: #161616;
  line-height: 150%;
}

.master_card-awrads_wrapper {
  margin-left: 450px;
}

.news_page-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  text-align: center;
  margin-bottom: 70px;
}

.news_page-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}

.form_block-calendar {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  position: relative;
  height: 50px;
  width: 270px;
  z-index: 2;
}

.jsCalendar {
  width: 280px;
}

.jsCalendar tbody td,
.jsCalendar thead .jsCalendar-week-days th {
  height: 33px;
  line-height: 33px;
  width: 33px;
}

.form_block-calendar::before {
  position: absolute;
  content: "";
  background: #e46c58;
  border-radius: 0px 3px 3px 0px;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  background-image: url(source/img/calendar.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.form_block-inp {
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-left: 15px;
  color: #161616;
  background: none;
}

.form_block-inp::placeholder {
  color: #161616;
}

.news_page-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.news_page-wrapper .news_item {
  width: 21.5%;
  height: 387px;
  margin-bottom: 70px;
  margin-right: 4.6666%;
}

.news_page-wrapper .news_item:nth-child(3n) {
  margin-right: 4.6666%;
}

.news_page-wrapper .news_item:nth-child(4n) {
  margin-right: 0;
}

.news_page-wrapper .news_item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 84.47%);
}

.jsCalendar {
  z-index: 2;
}

.pagin,
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_page {
  padding-bottom: 150px;
}

.pagin a,
.page-numbers span,
.page-numbers a {
  font-size: 18px;
  color: #6f6f6f;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  transition: all 0.3s;
  padding: 7px;
}

.pagin span,
.page-numbers span {
  color: #da432a;
  margin: 0 7px;
  text-decoration: underline;
}

.pagin span:hover,
.page-numbers a:hover {
  color: #da432a;
}

.pagin .prev {
  margin-right: 85px;
}

.pagin .next {
  margin-left: 85px;
}

.pagin .next path,
.pagin .next path {
  stroke: #6f6f6f;
}

.pagin a path {
  transition: all 0.3s;
}

.pagin a:hover path {
  stroke: #da432a;
}

.news_inner-wrapper {
  padding-left: 900px;
  width: 1570px;
}

.publication_inner .news_inner-wrapper {
  padding-left: 0;
  width: 670px;
}

.news_inner-title {
  padding-left: 900px;
  font-size: 40px;
  line-height: 120%;
  color: #161616;
  margin-bottom: 70px;
  width: 1570px;
}

.publication_inner .news_inner-title {
  padding-left: 0;
  width: 670px;
}

.news_inner-date {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
  margin-bottom: 30px;
}

.news_inner-date span {
  margin-left: 115px;
  font-size: 16px;
  color: #161616;
  line-height: 19px;
}

address {
  font-style: normal;
}

.news_inner-info p,
address {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-bottom: 30px;
}

.news_inner-info p a {
  color: #da432a;
  border-bottom: 1px solid;
  display: inline-block;
}

.news_inner-info a:not(.cabinet_save-btn) {
  color: #da432a;
  border-bottom: 1px solid;
  display: inline-block;
}

.news_inner-info p:last-child {
  margin-bottom: 0;
}

.news_inner-info strong {
  color: #000;
  font-weight: 700;
}

.news_inner-item {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
}

.news_inner-item span {
  color: #da432a;
  font-weight: 700;
}

.value5 a {
  font-size: 16px;
  line-height: 100%;
  border-bottom: unset !important;
}

.news_inner-items {
  margin-bottom: 30px;
}

.news_inner-quote,
.news_inner-info blockquote {
  /* padding-left: 60px; */
  padding-left: 30px;
  position: relative;
  margin: 0 0 20px 0;
  font-style: italic;
}

/* .news_inner-quote::before,
.news_inner-info blockquote::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #da432a;
  background-image: url(source/img/name.svg);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center;
} */

.news_inner-info ul {
  padding-left: 40px;

  list-style-type: disc;
}

.news_inner-info li {
  color: #6f6f6f;
  font-size: 16px;
}

.news_inner-info li::marker {
  color: #da432a;
}

.news_inner {
  padding-bottom: 150px;
}

.news_inner-img_wrapper {
  position: absolute;
  top: 0;
  left: 15px;
  height: 458px;
  width: 820px;
}

.news_inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_inner-img-publick img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.news_inner .container {
  position: relative;
}

.gallery {
  padding-bottom: 150px;
}

.gallery_title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
  margin-bottom: 40px;
}

.gallery_slider .slick-track {
  display: flex;
  align-items: center;
}

.gallery_slide {
  margin: 0 40px;
  width: 520px;
  height: 350px;
  position: relative;
}

.gallery_slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(218, 67, 42, 0.5);
  top: 0;
  right: 0;
  background-image: url(source/img/search.svg);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}

.gallery_slide:hover::before {
  opacity: 1;
}

.gallery_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_slide.big {
  width: 301px;
  height: 420px;
}

.gallery_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
  transition: all 0.3s;
}

.gallery_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.gallery_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.gallery_slider .slick-next {
  right: 40px;
}

.gallery_slider .slick-prev {
  right: 112px;
}

.gallery_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.gallery_slider .slick-dots li {
  display: none;
}

.gallery_slider .slick-dots li.slick-active {
  display: flex;
}

.gallery_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.gallery_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.gallery_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.gallery_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.gallery_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.gallery_slider .slick-track {
  display: flex;
  padding-bottom: 91px;
}

.gallery_slider .slick-list {
  overflow: visible;
}

.gallery_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.publications_page-title {
  line-height: 46px;
  font-size: 40px;
  margin-bottom: 70px;
  text-align: center;
}

.publications_page-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.publications_page-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.publications_page-wrapper .news_item {
  width: 21.5%;
  margin-right: 4.6666%;
  margin-bottom: 70px;
}

.publications_page-wrapper .news_item:nth-child(4n) {
  margin-right: 0;
}

.publications_page-wrapper .news_item-title {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.publications_page {
  padding-bottom: 150px;
}

.about_main {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.about_main-img {
  display: flex;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 80px;
}

.about_main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_main-info {
  width: 745px;
  position: relative;
}

.about_main-info::before {
  position: absolute;
  content: "";
  width: 670px;
  height: 670px;
  background: #f7f7f7;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -150px;
  z-index: -1;
}

.about_main-info::after {
  position: absolute;
  content: "";
  background-image: url(source/img/about_main.svg);
  background-size: cover;
  width: 150px;
  height: 112px;
  top: -73px;
  left: 0;
  z-index: -1;
}

.about_main-h1 {
  position: relative;
  top: -110px;

  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;

  color: #161616;
}

.about_main-text {
  font-size: 30px;
  color: #161616;
  line-height: 140%;
  margin-top: -50px;
  margin-bottom: 40px;
}

.about_main-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #da432a;
  margin-bottom: 5px;
  line-height: 150%;
}

.about_main-subtitle {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
}

.about_numbers {
  padding: 150px 0 140px;
  background: #da432a;
}

.about_numbers-wrapper {
  display: flex;
}

.about_numbers-title {
  width: 600px;
  color: #ffffff;
  line-height: 46px;
  font-size: 40px;
}

.about_numbers-info {
  width: 875px;
  margin-left: 160px;
}

.about_numbers-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.about_numbers-item {
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.about_numbers-item span {
  font-size: 70px;
  line-height: 87px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}

.about_numbers-text {
  width: 755px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 45px;
  line-height: 150%;
}

.about_numbers-desc {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  width: 640px;
  margin-left: 196px;
  background: #ffffff;
  padding: 25px 35px 25px 60px;
  position: relative;
}

.about_numbers-desc::before {
  position: absolute;
  content: "";
  background-image: url(source/img/about_numbers-desc.png);
  background-size: cover;
  width: 235px;
  height: 161px;
  left: -196px;
  top: 50%;
  transform: translateY(-50%);
}

.about_steps-wrapper {
  display: flex;
}

.about_steps-info,
.about_steps-items {
  padding: 130px 0;
}

.about_steps-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

.about_steps-items {
  width: 670px;
  margin-left: 150px;
}

.about_steps-text {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
}

.about_steps-info {
  width: 600px;
  position: relative;
  padding-right: 80px;
}

.about_steps-info::before {
  position: absolute;
  content: "";
  width: 100vw;
  top: 0;
  right: 0;
  z-index: -1;
  background: #f2f2f2;
  height: 100%;
}

.about_steps-item:not(:last-child) {
  margin-bottom: 70px;
}

.about_steps-item_title {
  position: relative;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 25px;
  font-weight: 700;
}

.about_steps-item_title::before {
  position: absolute;
  content: "";
  background: #da432a;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: -15px;
  left: -10px;
  z-index: -1;
}

.about_steps-item_text {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
}

.team_block {
  padding-top: 150px;
  background: #1b1b1b;
}

.team_block-title {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 70px;
}

.team_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
  padding-bottom: 91px;
}

.team_slide {
  margin: 0 40px;
  position: relative;
}

.team_slide-img {
  width: 216px;
  height: 216px;

  display: flex;
  position: relative;
  margin: 0 auto 20px;
}

.team_slide-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: rgba(218, 67, 42, 0);
}

.team_slide:hover .team_slide-img::before {
  background: rgba(218, 67, 42, 0.5);
}

.team_slide-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.team_slide-prof {
  font-size: 14px;
  line-height: 16px;
  color: #afafaf;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.team_slide-prof::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
}

.team_slide-name {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 20px;
}

.team_slide-text {
  font-size: 14px;
  text-align: center;
  color: #afafaf;
  line-height: 150%;
}

.team_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.team_slider .slick-prev {
  right: 112px;
}

.team_slider .slick-next {
  right: 40px;
}

.team_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.team_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.team_slider .slick-dots li {
  display: none;
}

.team_slider .slick-dots li.slick-active {
  display: flex;
}

.team_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.team_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  margin-right: 18px;
}

.team_slider .slick-dots-total {
  font-size: 14px;
  color: #717171;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.team_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.team_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.team_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.partners {
  margin: 150px 0;
}

.partners_title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 35px;
}

.partners_slide {
  margin: 0 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  height: 156px;
  padding: 5px;
}

.partners_slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.partners_slider,
.partners-catalog_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
  padding-bottom: 91px;
}

.partners-catalog_slider {
  width: 100%;
  transform: translateX(0px);
  padding-bottom: 30px;
}

.partners-catalog span .slick-dots {
  display: none;
}

.partners_slider .slick-arrow,
.partners-catalog_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.partners_slider .slick-prev,
.partners-catalog_slider .slick-prev {
  right: 112px;
}

.partners_slider .slick-next,
.partners-catalog_slider .slick-next {
  right: 40px;
}

.partners-catalog_slider .slick-next {
  right: 0;
}

.partners_slider .slick-arrow svg,
.partners-catalog_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.partners_slider .slick-dots,
.partners-catalog_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.partners-catalog_slider .slick-dots {
  left: 0;
}

.partners_slider .slick-dots li,
.partners-catalog_slider .slick-dots li {
  display: none;
}

.partners_slider .slick-dots li.slick-active,
.partners-catalog_slider .slick-dots li.slick-active {
  display: flex;
}

.partners_slider .slick-dots button,
.partners-catalog_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.partners_slider .slick-dots-current,
.partners-catalog_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.partners_slider .slick-dots-total,
.partners-catalog_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.partners_slider .slick-dots-separator,
.partners-catalog_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.partners_slider .slick-arrow svg path,
.partners-catalog_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.partners_slider .slick-arrow:hover svg path,
.partners-catalog_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.events_block-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

.events_block-slider .events_block-slide {
  margin: 0 40px;
  display: flex !important;
}

.events_block-slider .news_item-title {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.events_block {
  padding-bottom: 150px;
}

.events_block-slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
  padding-bottom: 91px;
}

.events_block-slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.events_block-slider .slick-prev {
  right: 112px;
}

.events_block-slider .slick-next {
  right: 40px;
}

.events_block-slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.events_block-slider .news_item {
  margin-bottom: 0;
  width: 100%;
}

.events_block-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.events_block-slider .slick-dots li {
  display: none;
}

.events_block-slider .slick-dots li.slick-active {
  display: flex;
}

.events_block-slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.events_block-slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.events_block-slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.events_block-slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.events_block-slider .slick-arrow svg path {
  transition: all 0.3s;
}

.events_block-slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.sale {
  padding-bottom: 150px;
}

.sale_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.sale_title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  min-width: 270px;
  height: 50px;
  color: #161616;
  line-height: 20px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.select-styled::after {
  content: "";
  position: absolute;
  background-image: url(source/img/arrow_down.svg);
  background-size: cover;
  width: 14px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 15px;
  transition: all 0.2s;
}

.select-styled.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 3px 3px;
  z-index: 999;
  padding: 15px;
}

.select-options li {
  margin: 0;
  margin-bottom: 15px;
}

.select-options li:last-child {
  margin-bottom: 0;
}

.select-options li:hover {
  color: #da432a;
}

.select-options li[rel="hide"] {
  display: none;
}

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

.sale_item {
  width: 30.3%;
  margin-right: 4.55%;
  margin-bottom: 70px;
  transition: all 0.3s;
  position: relative;
}

.sale_item:nth-child(3n) {
  margin-right: 0;
}

.sale_item-tag {
  display: none;
}

.sale_item-img {
  width: 100%;
  height: 272px;
  position: relative;
}

.sale_item-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
}

.sale_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sale_item-info {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 15px 30px 20px;
  height: calc(100% - 272px);
  transition: all 0.3s;
}

.sale_item-date {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 16px;
  display: block;
  margin-bottom: 13px;
}

.sale_item-date::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.sale_item-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #161616;
  line-height: 150%;
  transition: all 0.3s;
}

.sale_item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.sale_item:hover .sale_item-info {
  border-color: rgba(0, 0, 0, 0);
}

.sale_item:hover .sale_item-title {
  color: #da432a;
}

.sale_item.done .sale_item-tag {
  display: block;
  position: absolute;
  z-index: 3;
  top: 212px;
  left: 40px;
  border-radius: 20px;
  background: #161616;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 15px;
  cursor: default;
}

.sale_item.done::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.sale_item.done:hover {
  box-shadow: none;
}

.sale_item.done:hover .sale_item-title {
  color: #161616;
}

.sale_inner-wrapper {
  display: flex;
  justify-content: space-between;
}

.sale_inner {
  padding-bottom: 150px;
}

.sale_inner .container {
  position: relative;
  min-height: 430px;
}

.sale_inner-img {
  width: 820px;
  height: 430px;
  display: flex;
  position: absolute;
  top: 0;
  left: 15px;
}

.sale_inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sale_inner-info {
  margin-left: 900px;
}

.sale_inner-info li {
  line-height: 150%;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  list-style: none;
}

.sale_inner-info ul,
.sale_inner-info ol {
  padding-right: 0;
}

.sale_inner-info li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #da432a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sale_inner h1,
.sale_inner h2,
.sale_inner h3,
.sale_inner h4,
.sale_inner h5,
.sale_inner h6 {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

.sale_inner-main-title {
  margin-left: 900px;
}

.sale_inner-date {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #6f6f6f;
  line-height: 150%;
  margin-bottom: 30px;
}

.sale_inner-date span {
  margin-left: 75px;
  font-size: 16px;
  color: #161616;
  line-height: 19px;
}

.sale_inner p {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  max-width: 670px;
  margin-bottom: 30px;
}

.sale_inner li {
  font-size: 16px;
}

.sale_inner p:last-child {
  margin-bottom: 0;
}

.sale_inner {
  padding-bottom: 100px;
}

.courses_slider .nearest_item {
  width: 100%;
  margin-bottom: 0;
}

.courses_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.courses_slider .slick-track {
  padding-bottom: 91px;
}

.courses_slide {
  margin: 0 40px;
}

.courses_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.courses_slider .slick-prev {
  right: 112px;
}

.courses_slider .slick-next {
  right: 40px;
}

.courses_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.courses_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.courses_slider .slick-dots li {
  display: none;
}

.courses_slider .slick-dots li.slick-active {
  display: flex;
}

.courses_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.courses_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.courses_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.courses_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.courses_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.courses_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.courses_title {
  font-size: 40px;
  line-height: 46px;
  color: #2b2b2b;
  margin-bottom: 70px;
}

.courses {
  padding-bottom: 150px;
}

.catalog {
  padding-bottom: 150px;
}

.catalog .container {
  position: relative;
}

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

.catalog_aside {
  width: 370px;
  position: absolute;
  top: 0;
  left: 15px;
}

.catalog_aside-format_title,
.widgettitle,
.catalog h3 {
  font-size: 14px;
  line-height: 16px;
  color: #6f6f6f;
  margin-bottom: 20px;
}

.catalog_aside-links {
  display: flex;
  flex-wrap: wrap;
}

.cat-parent {
  display: contents;
  margin-right: 10px;
}

.catalog_aside-links a {
  border-radius: 20px;
  background: #e46c58;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  display: block;
  padding: 7px 20px;
  margin-right: 10px;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.catalog_aside-links a:hover {
  background: #161616 !important;
}

.catalog_aside-links .current-menu-item a,
.current-cat > a {
  color: white;
  background: #161616 !important;
}

.catalog_aside-links li:last-child a {
  margin-right: 0;
}

.catalog_aside-links a.active {
  background: #161616;
}

.catalog_aside-format {
  padding-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px;
}

.catalog_aside-item,
.berocket_single_filter_widget {
  margin-bottom: 35px;
}

.catalog_aside-item_title,
.catalog_aside-items h3 {
  font-size: 14px;
  line-height: 16px;
  color: #6f6f6f;
  padding-left: 27px;
  position: relative;

  cursor: pointer;
}

.catalog_aside-item_title.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.catalog_aside-item_title::before,
i.bapf_colaps_smb {
  position: absolute;
  content: "";
  background-image: url(source/img/arrow_down.svg);
  background-size: cover;
  width: 14px;
  height: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.chek_wrapper,
.bapf_body li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
}

.chek_wrapper:last-child,
.bapf_body li:last-child {
  margin-bottom: 0;
}

.chek_inp {
  display: none;
}

.chek_span {
  display: block;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: relative;
}

.chek_span::before {
  position: absolute;
  content: "";
  background-image: url(source/img/check.svg);
  width: 10px;
  height: 9px;
  background-size: cover;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.chek_title,
.bapf_ckbox label {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
}

.chek_inp:checked + .chek_span {
  background: #da432a;
}

.catalog_aside-cheks {
  display: none;
  margin-top: 20px;
}

.catalog_aside-fillter {
  padding: 12px 0;
  border: none;
  margin-top: 20px;
  width: 100%;
  display: none;
}

.ui-slider .ui-slider-range {
  height: 1px;
  cursor: pointer;
  position: relative;
}

.ui-slider .ui-slider-range:last-child::after {
  display: none;
}

.ui-slider .ui-slider-range::after {
  position: absolute;
  content: "";
  width: calc(100% + 23px);
  height: 1px;
  background: #161616;
  top: 0;
  left: 0;
}

.ui-widget.ui-widget-content {
  border: none;
  background: none;
  height: 1px;
  margin-bottom: 25px;
  width: calc(100% - 23px);
}

.ui-slider .ui-slider-handle {
  width: 23px;
  height: 23px;
  margin-left: 0;
  border-radius: 50%;
  background-color: #fff;
  top: -11px;
  cursor: pointer;
  border: 7px solid #da432a !important;
}

.catalog_aside-fillter .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog_aside-size {
  display: flex;
  width: 155px;
  align-items: center;
}

.catalog_aside-val,
.bapf_tbprice {
  font-size: 14px;
  color: #6f6f6f;
  margin-right: 20px;
  line-height: 20px;
}

.bapf_val {
  display: inline-flex;
}

.bapf_slidr_jqrui .bapf_from,
.bapf_slidr_jqrui .bapf_to {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.bapf_sfilter {
  overflow-x: hidden;
  margin-bottom: 0;
}

.catalog_aside-item,
.berocket_single_filter_widget {
  margin-bottom: 10px;
}

.catalog_aside-size input,
.bapf_val {
  width: 120px;
  background: #ffffff;
  /* border: 1px solid #E4E4E4; */
  border-radius: 3px;
  height: 40px;
  padding-left: 10px;
  color: #161616;
  font-size: 14px;
}

.catalog_aside-delete,
.bapf_button {
  background: #e4e4e4;
  width: 100%;
  height: 59px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  text-align: center;
  color: #161616;
  line-height: 19px;
  margin-top: 10px;
  transition: all 0.3s;
}

.catalog_aside-delete:hover,
.bapf_button:hover {
  background: #161616;
  color: #fff;
}

.catalog_body {
  width: 100%;
  margin-left: 450px;
}

.catalog_body-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 40px;
}

.catalog_info {
  margin-left: 450px;
}

.catalog_body-top-title {
  margin-bottom: 70px;

  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}

.catalog_body-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.catalog_body-left {
  display: flex;
  align-items: flex-start;
}

.catalog_body-top p {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
  width: 800px;
  margin-right: 120px;
}

.catalog_body-link {
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 25px;
  transition: all 0.3s;
  position: relative;
}

.catalog_body-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
  left: -100%;
  transition: all 0.6s;
}

.catalog_body-link:hover::after {
  left: 100%;
}

.catalog_body-link:hover {
  color: #da432a;
  border-bottom: 1px solid #da432a;
}

.catalog_body-link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #161616;
  top: calc(50% - 3px);
  right: 0;
  transform: translateY(-50%);
  font-family: Roboto;
  transition: all 0.3s;
}

.catalog_body-link:hover::before {
  color: #da432a;
}

.catalog_body-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.catalog_body-wrapper .popular_slide {
  margin: 0 0 50px;
  width: 29%;
  margin-right: 6.5%;
}

.catalog_body-wrapper .popular_slide:nth-child(3n) {
  margin-right: 0;
}

.catalog_body-wrapper .popular_slide-info {
  height: calc(100% - 237px);
  padding: 25px 30px 18px;
}

.catalog_body-wrapper .popular_slide-img {
  height: 237px;
}

.popular_slide-places {
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  padding: 5px 15px;
  left: 30px;
  top: 192px;
  font-size: 14px;
  color: #161616;
  line-height: 20px;
}

.popular_slide-places span {
  color: #da432a;
  font-weight: 700;
}

.catalog_body-wrapper .popular_slide-time {
  margin-bottom: 15px;
}

.catalog_body-wrapper .popular_slide-title {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #161616;
  line-height: 150%;
  font-weight: 700;
}

.video_block {
  padding-bottom: 150px;
}

.video_block-wrapper {
  display: flex;
}

.video_block-item {
  height: 477px;
  width: 820px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 80px;
  cursor: pointer;
}

.video_block-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_block-item span {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100px;
  height: 100px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.video_block-info {
  width: 670px;
}

.video_block-item:hover span {
  background: #da432a;
}

.video_block-item span svg path {
  transition: all 0.3s;
}

.video_block-item:hover span svg path {
  fill: #fff;
}

.video_block-info h1 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 70px;
  color: #161616;
}

.video_block-info h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 50px;
  color: #161616;
}

.video_block-info h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 25px;
  color: #161616;
}

.video_block-info h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #161616;
}

.video_block-info h5 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #161616;
}

.video_block-info p {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-bottom: 25px;
}

.video_block-info p:last-child {
  margin-bottom: 0;
}

.video_block-info ul,
.video_block-info ol {
  padding-left: 20px;
  margin-bottom: 25px;
  list-style: unset;
}

.video_block-info li {
  margin-bottom: 10px;
}

.video_block-info li::marker {
  color: #da432a;
}

.catalog_aside-mobile {
  display: none;
}

.video_popup {
  padding: 40px 0 0 0;
  background: none;
  width: 1100px;
  height: 600px;
}

.video_popup iframe {
  width: 100%;
  height: 100%;
  display: flex;
  border: none;
}

.card_main {
  height: 570px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.card_main-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.card_main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_main-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.21%, #000000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.card_main-wrapper {
  position: relative;
  padding-bottom: 32px;
  width: 100%;
}

.card_main-wrapper h1,
.card_main-wrapper h2,
.card_main-wrapper h3,
.card_main-wrapper h4,
.card_main-wrapper h5,
.card_main-wrapper h6 {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 40px;
}

.card_main-date {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #898989;
  line-height: 150%;
}

.card_main-date span {
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  /* margin-left: 40px; */
}

.card_info-wrapper {
  display: flex;
  justify-content: space-between;
}

.card_info {
  margin-bottom: 100px;
}

.card_info-left {
  width: 670px;
}

.card_info-left p,
.card_info-left ul {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-bottom: 30px;
}

.card_info-left p:last-child {
  margin-bottom: 0;
}

.card_info-left ul {
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
}

.card_info-left li {
  font-size: 16px;
  line-height: 150%;
  color: #161616;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}

.card_info-left li:last-child {
  margin-bottom: 0;
}

.card_info .video_block-item {
  margin-right: 0;
}

.card_info-btn {
  /* width: 281px; */
  min-width: 281px;
  width: fit-content;
  height: 69px;
  margin-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.card_info-btn:hover::before {
  bottom: 0;
}

.card_info-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.card_info-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.card_info-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.card_info-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.card_info-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.masters_card {
  margin-bottom: 100px;
}

.masters_card-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  /* margin-bottom: 50px; */
  margin-bottom: 40px;
}

.masters_card-slider,
.tariffs_card-slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.masters_card-slider .slick-track,
.tariffs_card-slider .slick-track {
  padding-bottom: 91px;
  padding-top: 20px;
}

.masters_card-slide,
.tariffs_card-slide {
  margin: 0 40px;
  background: #f2f2f2;
  padding: 30px;
  display: flex !important;
  justify-content: space-between;
  transition: all 0.3s;
}

.tariffs_card-slide {
  background: unset;
}

.masters_card-slide:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.masters_card-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  position: relative;
}

.masters_card-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(218, 67, 42, 0.3);
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}

.masters_card-slide:hover .masters_card-img::before {
  opacity: 1;
}

.masters_card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masters_card-info {
  width: 315px;
  margin-top: 60px;
}

.masters_card-person {
  width: 170px;
  margin-top: 20px;
}

.masters_card-slider .slick-arrow,
.tariffs_card-slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.masters_card-slider .slick-prev,
.tariffs_card-slider .slick-prev {
  right: 112px;
}

.masters_card-slider .slick-next,
.tariffs_card-slider .slick-next {
  right: 40px;
}

.masters_card-slider .slick-arrow svg,
.tariffs_card-slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.masters_card-slider .slick-dots,
.tariffs_card-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.masters_card-slider .slick-dots li,
.tariffs_card-slider .slick-dots li {
  display: none;
}

.masters_card-slider .slick-dots li.slick-active,
.tariffs_card-slider .slick-dots li.slick-active {
  display: flex;
}

.masters_card-slider .slick-dots button,
.tariffs_card-slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.masters_card-slider .slick-dots-current,
.tariffs_card-slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.masters_card-slider .slick-dots-total,
.tariffs_card-slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.masters_card-slider .slick-dots-separator,
.tariffs_card-slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.masters_card-slider .slick-arrow svg path,
.tariffs_card-slider .slick-arrow svg path {
  transition: all 0.3s;
}

.masters_card-slider .slick-arrow:hover svg path,
.tariffs_card-slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.masters_card-name {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #161616;
  line-height: 19px;
  margin-bottom: 22px;
}

.masters_card-prof {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 16px;
}

.masters_card-text {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-bottom: 20px;
}

.masters_card-subtext {
  font-size: 16px;
  color: #da432a;
  line-height: 150%;
  margin-bottom: 30px;
}

.masters_card-link {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}

.masters_card-slide:hover .masters_card-link::after {
  background-color: #fff;
}

.masters_card-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #f2f2f2;
  left: -100%;
  transition: all 0.6s;
}

.masters_card-link:hover::after {
  left: 100%;
}

.masters_card-link:hover::before,
.masters_card-link:hover {
  color: #da432a;
}

.masters_card-link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #161616;
  font-family: Roboto;
  right: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.card_course {
  margin-top: 140px;
  margin-bottom: 140px;
}

.card_course-wrapper {
  display: flex;
  justify-content: space-between;
}

.card_course-item {
  width: 48%;
  /* padding: 100px 150px 130px; */
  padding: 80px 0 80px;
  color: #161616;
}

.card_course-item_red {
  padding: 80px;
}

.card_course-item:first-child {
  background: #da432a;
  color: #f1f1f1;
}

.card_course-item_title {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 40px;
}

.card_course-item li {
  line-height: 150%;
  font-size: 16px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.card_course-item li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #da432a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.card_course-item ul {
  /* margin-bottom: 20px; */
  margin-bottom: 50px;
}

.card_course-item:first-child li::before {
  background: #ffffff;
}

.card_course-item p {
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 30px;
}

.card_course-item ul:last-child,
.card_course-item p:last-child {
  margin-bottom: 0;
}

.card_course-item p a {
  color: inherit;
  border-bottom: 1px solid;
}

.card_course-item:first-child a {
  color: #ffffff !important;
  border-bottom: 1px solid;
}

.card_course-item:first-child a:hover {
  border-bottom: none;
}

.card_course-btn {
  /* width: 255px; */
  min-width: 255px;
  width: fit-content;
  padding-left: 70px;
  padding-right: 70px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.card_course-btn:hover::before {
  bottom: 0;
}

.card_course-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.card_course-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.card_course-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.card_course-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.card_course-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.card_course-item:last-child {
  padding-bottom: 20px;
}

.course_steps {
  padding: 140px 0;
  background: #f2f2f2;
}

.course_steps-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
  text-align: center;
}

.course_steps-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.course_steps-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 70px;
  padding-left: 127px;
  position: relative;
}

.course_steps-item:nth-child(3n) {
  margin-right: 0;
}

.course_steps-week {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  z-index: 1;
  color: #161616;
  font-weight: 700;
  width: 100px;
}

.course_steps-week::before {
  position: absolute;
  content: "";
  background: #da432a;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.course_steps-item_title {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 20px;
  font-weight: 700;
}

.course_steps-item_text,
.course_steps-item_text li {
  font-size: 14px;
  line-height: 150%;
  color: #6f6f6f;
}

.course_steps-btn {
  /* width: 255px; */
  min-width: 255px;
  width: fit-content;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.course_steps-btn:hover::before {
  bottom: 0;
}

.course_steps-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.course_steps-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.course_steps-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.course_steps-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.course_steps-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 23%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.course_literature {
  padding: 130px 0 150px;
}

.course_literature-wrapper {
  display: flex;
  justify-content: space-between;
}

.course_literature-title {
  width: 520px;
  font-size: 40px;
  color: #161616;
  line-height: 120%;
}

.course_literature-items {
  width: 1120px;
}

.course_literature-item:first-child {
  padding-top: 0;
}

.course_literature-item {
  font-size: 14px;
  color: #161616;
  line-height: 150%;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
  transition: all 0.3s;
}

.course_literature-item:hover {
  color: #da432a;
  text-decoration: underline;
}

.tariff {
  margin-bottom: 140px;
}

.tariff_wrapper {
  display: flex;
  justify-content: flex-start;
}

.tariff_info {
  width: 370px;
}

.tariff_title {
  font-size: 40px;
  color: #161616;
  margin-bottom: 65px;
  line-height: 46px;
}

.tariff_text {
  line-height: 150%;
  font-size: 16px;
  color: #6f6f6f;
}

.tariff_text span {
  color: #da432a;
}

.tariff_item {
  width: 370px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  padding: 50px 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}

.tariff_item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0);
}

.tariff_item-title {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #161616;
  /* padding-bottom: 20px; */
  font-weight: 700;
  /* margin-bottom: 20px; */
  position: relative;
}

/* .tariff_item-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 70px;
  height: 1px;
  background-color: #da432a;
} */

.tariff_item-title__line {
  /* transform: translateX(50%); */
  margin: auto;
  width: 70px;
  height: 1px;
  background-color: #da432a;
}

.tariff_item li {
  font-size: 16px;
  color: #161616;
  margin-bottom: 10px;
  line-height: 150%;
  padding-left: 26px;
  position: relative;
}

/* .tariff_item li span {
  color: #da432a;
} */
.tariff_item li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background-color: #da432a;
}

.tariff_item ul {
  margin-bottom: 20px;
  margin-top: 20px;
}

.tariff_item em {
  font-style: italic;
  line-height: 120%;
  font-size: 90%;
}

.tariff_item ul em {
  font-size: inherit;
}

.tariff_item-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 5px;
}

.tariff_item-price_new {
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #161616;
  font-weight: 700;
  margin: 0 30px;
  white-space: nowrap;
}

.tariff_item-price_old {
  font-size: 20px;
  line-height: 25px;
  color: #878787;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}

.tariff_item-price_old::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  background: #da432a;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}

.tariff_item-btn {
  /* width: 255px; */
  min-width: 255px;
  width: fit-content;
  margin: 0 auto;
  height: 69px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.tariff_item-btn:hover::before {
  bottom: 0;
}

.tariff_item-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.tariff_item-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.tariff_item-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.tariff_item-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.tariff_item-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 23%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.course_sale {
  padding-bottom: 130px;
}

.course_sale-title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

.course_sale-wrapper {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.course_sale-wrapper .slick-track {
  padding-bottom: 91px;
  display: flex;
}

.course_sale-wrapper .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.course_sale-wrapper .slick-prev {
  right: 112px;
}

.course_sale-wrapper .slick-next {
  right: 40px;
}

.course_sale-wrapper .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.course_sale-wrapper .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.course_sale-wrapper .slick-dots li {
  display: none;
}

.course_sale-wrapper .slick-dots li.slick-active {
  display: flex;
}

.course_sale-wrapper .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}

.course_sale-wrapper .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.course_sale-wrapper .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.course_sale-wrapper .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.course_sale-wrapper .slick-arrow svg path {
  transition: all 0.3s;
}

.course_sale-wrapper .slick-arrow:hover svg path {
  stroke: #da432a;
}

.course_sale-wrapper .sale_item {
  margin-bottom: 0;
  margin: 0 40px;
  height: initial;
}

.course_reviews {
  background: #f2f2f2;
  padding: 140px 0;
}

.course_reviews .reviews_title {
  color: #161616;
}

.reviews_slider .slick-arrow svg path {
  stroke: #161616;
}

.home .reviews_slider .slick-arrow svg path {
  stroke: #fff;
}

.reviews_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.reviews_top .reviews_title {
  margin-bottom: 0;
}

.reviews_btn {
  /* width: 236px; */
  min-width: 236px;
  width: fit-content;
  padding-left: 50px;
  padding-right: 50px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.reviews_btn:hover::before {
  bottom: 0;
}

.reviews_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.reviews_btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.reviews_btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.reviews_btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.reviews_btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.course_reviews .reviews_slide {
  background: #161616;
}

.course_reviews .reviews_slide-name {
  color: #ffffff;
}

.course_reviews .reviews_slide-date,
.course_reviews .reviews_slide-text {
  color: #afafaf;
}

.course_reviews .slick-dots-current {
  color: #161616;
}

.course_place {
  padding: 80px 0;
  background: #da432a;
}

.course_place-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course_place-info {
  width: 800px;
  background: #ffffff;
  padding: 85px 100px;
}

.course_place-map {
  height: 500px;
  width: 920px;
}

.course_place-map iframe {
  width: 100%;
  height: 100%;
}

.course_place-title {
  font-size: 40px;
  line-height: 46px;
  color: #2b2b2b;
  margin-bottom: 40px;
}

.course_place-text {
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 40px;
}

.course_place-text span {
  color: #da432a;
  font-weight: 700;
}

.course_place-btn {
  /* width: 236px; */
  min-width: 236px;
  width: fit-content;
  height: 69px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.course_place-btn:hover::before {
  bottom: 0;
}

.course_place-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.course_place-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.course_place-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.course_place-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.course_place-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cart {
  padding-bottom: 150px;
}

.komplekt .cart {
  padding-bottom: 0px;
}

.cart .container {
  max-width: 1450px;
}

.cart_title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

.cart_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cart_left {
  width: 970px;
}

.cart_left-titles {
  display: flex;
  border-radius: 3px;
  padding: 16px 50px 16px 130px;
  background: #f2f2f2;
  margin-bottom: 30px;
}

.cart_left-title {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 140%;
}

.cart_left-title:nth-child(1) {
  margin-right: 375px;
}

.cart_left-title:nth-child(2) {
  margin-right: 130px;
}

.cart_items {
  margin-bottom: 40px;
}

.cart_item {
  display: flex;
  padding: 32px 20px;
  background: #ffffff;
  border-radius: 10px;
  align-items: center;
  border: 1px solid #f2f2f2;
  position: relative;
}

.cart_item-img {
  width: 86px;
  height: 56px;
  margin-right: 24px;
}

.cart_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_item-title {
  font-size: 16px;
  line-height: 140%;
  color: #231f20;
  width: 420px;
  margin-right: 240px;
}

.cart_item-price {
  font-size: 18px;
  line-height: 140%;
  color: #231f20;
  font-weight: 700;
}

.cart_item-delete {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.cart_item-delete svg rect {
  transition: all 0.3s;
}

.cart_item-delete:hover svg rect {
  fill: #da432a;
}

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

.cart_coupon-wrapper {
  width: 300px;
  margin-right: 50px;
}

.cart_coupon-title {
  font-size: 12px;
  line-height: 17px;
  color: #6d6d6b;
  margin-left: 20px;
  margin-bottom: 5px;
}

.cart_coupon-inp {
  width: 100%;
  border-radius: 5px;
  background: #f4f4f4;
  height: 49px;
  border: none;
  padding-left: 15px;
}

.cart_coupon-btn {
  width: 209px;
  height: 49px;
  background: #e4e4e4;
  cursor: pointer;
  border: none;
  font-size: 16px;
  text-align: center;
  color: #161616;
  line-height: 19px;
  transition: all 0.3s;
}

.cart_coupon-btn:hover {
  background: #161616;
  color: #fff;
}

.cart_right {
  background: #ffffff;
  border-radius: 5px;
  width: 370px;
  border: 1px solid #f2f2f2;
  padding: 30px 25px;
}

.cart_right-count {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.cart_right-title {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 140%;
  width: 150px;
  margin-right: 30px;
}

.cart_right-value {
  font-size: 16px;
  color: #6d6d6b;
  line-height: 140%;
}

.cart_right-price {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

.cart_right-total {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #161616;
}

.cart_right-btn {
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #161616;
}

.cart_right-btn:hover::before {
  bottom: 0;
}

.cart_right-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #da432a;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.cart_right-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.cart_right-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cart_right-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.cart_right-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.order {
  padding-bottom: 150px;
}

.order_title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
  margin-bottom: 70px;
}

.order_wrapper {
  display: flex;
  align-items: flex-start;
  margin-left: 150px;
}

.order_left {
  width: 970px;
  margin-right: 80px;
}

.order_subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #231f20;
  margin-bottom: 25px;
  line-height: 140%;
}

.order_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order_item {
  width: 450px;
  margin-bottom: 12px;
}

.order_item-title,
label {
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 5px;
  line-height: 17px;
  color: #6d6d6b;
}

.order_item-title span,
abbr {
  color: #8a1838;
}

.select2-container {
  z-index: 9;
}

.order_item-inp,
.input-text {
  width: 100%;
  border-radius: 5px;
  background: #f4f4f4;
  height: 49px;
  border: none;
  padding-left: 15px;
}

.cabinet_right input {
  width: 100%;
  border-radius: 5px;
  background: #f4f4f4;
  height: 49px;
  border: none;
  padding-left: 15px;
}

.order_item-selects {
  display: flex;
}

.order_item-select:nth-child(1) .select {
  min-width: 108px;
  margin-right: 30px;
}

.order_item-select:nth-child(2) .select {
  min-width: 157px;
  margin-right: 30px;
}

.order_item-select:nth-child(3) .select {
  min-width: 125px;
}

.order_item-select .select {
  height: 49px;
}

.order_items .chek_wrapper {
  width: 100%;
  margin: 30px 0;
}

.order_item-area,
#order_comments {
  resize: none;
  width: 100%;
  border-radius: 5px;
  background: #f4f4f4;
  height: 109px;
  border: none;
  padding: 15px;
}

.order_item.full {
  width: 100%;
}

.order_items {
  margin-bottom: 70px;
}

.order_ways_wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.order_ways_inp {
  display: none;
}

.order_ways_span {
  display: block;
  background: #ffffff;
  border: 1px solid #da432a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

.order_ways_span::before {
  position: absolute;
  content: "";
  background: #da432a;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.order_ways_inp:checked + .order_ways_span::before {
  opacity: 1;
}

.order_ways_title,
.wc_payment_method label {
  font-size: 16px !important;
  color: #231f20 !important;
}

.order_ways-ok {
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 12px;
  line-height: 18px;
  color: #6d6d6b;
  width: 445px;
}

.order_ways-ok a {
  color: #da432a;
  border-bottom: 1px solid;
}

.order_ways {
  /* margin-bottom: 50px; */
}

.order_btn {
  /* width: 201px; */
  width: 100%;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: none;
  /* background: #161616; */
  background: #da432a;
  margin-top: 50px;
}

.order_btn:hover::before {
  bottom: 0;
}

.order_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: #da432a; */
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.order_btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.order_btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.order_btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.order_btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.order_log {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.order_log.active {
  display: flex;
}

.order_log-btn {
  width: 279px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: none;
  margin-top: 50px;
  background: #161616;
}

.order_log-btn:hover::before {
  bottom: 0;
}

.order_log-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #da432a;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.order_log-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.order_log-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.order_log-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.order_log-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.login {
  padding-bottom: 150px;
}

.login_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 150px;
}

.order_item {
  position: relative;
}

.login_item {
  width: 443px;
}

.login_title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
  margin-bottom: 70px;
}

.login_item-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 60px;
}

.order_item-show {
  position: absolute;
  bottom: 12px;
  right: 15px;
  cursor: pointer;
}

.login_remember {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login_remember-title {
  font-size: 12px;
  color: #6d6d6b;
  line-height: 18px;
}

.login_remember-inp {
  display: none;
}

.login_remember-span {
  display: block;
  background: #dadada;
  box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  width: 30px;
  height: 8px;
  margin-right: 20px;
  position: relative;
}

.login_remember-span::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #dadada;
}

.login_remember-inp:checked + .login_remember-span::before {
  background: #da432a;
  right: 0;
  left: auto;
}

.login_forget {
  font-size: 12px;
  color: #6d6d6b;
  line-height: 24px;
  border-bottom: 2px solid #da432a;
}

.login_btn {
  padding: 25px 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: none;
  margin-top: 50px;
  background: #161616;
}

.login_btn:hover::before {
  bottom: 0;
}

.login_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #da432a;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.login_btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.login_btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.login_btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.login_btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.login_item:last-child .login_btn span::after {
  right: 25%;
}

.login_item:last-child .login_btn span::before {
  left: 25%;
}

.login_item:last-child .login_btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.login_item:last-child .login_btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.cabinet {
  padding-bottom: 150px;
}

.cabinet_title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
  margin-left: 150px;
}

.cabinet_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1270px;
  margin-left: 150px;
}

.cabinet_left {
  width: 220px;
}

.cabinet_links {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.cabinet_links a {
  background: #f2f2f2;
  display: block;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
  transition: all 0.3s;
}

.cabinet_links a:hover,
.cabinet .is-active a {
  background: #e46c58;
  color: #fff;
}

.cabinet_links a.active {
  background: #da432a;
  color: #fff;
}

.cabinet_exit {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}

.cabinet_exit::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
  left: -100%;
  transition: all 0.6s;
}

.cabinet_exit:hover::after {
  left: 100%;
}

.cabinet_exit:hover::before,
.cabinet_exit:hover {
  color: #da432a;
}

.cabinet_exit::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #161616;
  font-family: Roboto;
  right: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cabinet_right {
  width: 970px;
}

.cabinet_item {
  margin-bottom: 50px;
}
.cabinet .woocommerce-notices-wrapper {
  padding: 0 !important;
}

.cabinet_item:last-child {
  margin-bottom: 0;
}

.cabinet_item-title,
.cabinet h3,
fieldset legend {
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 30px;
  font-weight: 700;
}

em {
  font-size: 70%;
}

p em {
  font-size: 100%;
}

.master_card-text em {
  font-size: inherit;
}

.cabinet_item-inps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cabinet_item-link {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}

.cabinet_item-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
  left: -100%;
  transition: all 0.6s;
}

.cabinet_item-link:hover::after {
  left: 100%;
}

.cabinet_item-link:hover::before,
.cabinet_item-link:hover {
  color: #da432a;
}

.cabinet_item-link::before {
  position: absolute;
  content: "→";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #161616;
  font-family: Roboto;
  right: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cabinet_save-btn {
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  transition: all 0.3s;
  padding-left: 70px;
  position: relative;
}

.cabinet_save-btn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #e46c58;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(source/img/save.svg);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.cabinet_save-btn:hover::before {
  background-color: #da432a;
}

.cabinet_save-btn:hover {
  color: #da432a;
}

.cabinet_orders-titles {
  display: flex;
  justify-content: space-between;
  background: #e8e8e8;
  padding: 18px 30px;
  margin-bottom: 30px;
}

.cabinet_orders-title {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
  width: 15%;
}


.cabinet_orders-item {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.cabinet_orders-value {
  font-size: 16px;
  line-height: 140%;
  color: #231f20;
  width: 15%;
}

.cabinet_orders-value:nth-child(1) {
  width: 30%;
}

.cabinet_orders-value:nth-child(2) {
  color: #6f6f6f;
  width: 20%;
}

.cabinet_orders-value:nth-child(3) {
  color: #161616;
}

.cabinet_orders-value:nth-child(4) {
  color: #63aa2b;
}

.cabinet_orders-value:nth-child(5) {
  /* font-weight: 700; */
  /* font-size: 18px; */
  /* color: #161616; */
}

.cabinet_orders-item {
  position: relative;
}

.cabinet_orders-item span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.payment_page {
  padding-bottom: 150px;
}

.payment_page-title {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #161616;
  margin-bottom: 70px;
}

.payment_page p {
  max-width: 1120px;
  margin: 0 auto 30px;
  color: #6f6f6f;
  line-height: 150%;
}

.payment_page p:last-child {
  margin-bottom: 0;
}

.documentation {
  padding-bottom: 150px;
}

.documentation_title {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

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

.documentation_item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4%;
  background: #f4f4f4;
  padding: 30px 40px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #161616;
  line-height: 150%;
  display: flex;
  align-items: center;
  transition: background 0.3s, color 0.3s;
}

.documentation_item:nth-child(3n) {
  margin-right: 0;
}

.documentation_item:hover {
  background: #da432a;
  color: #ffffff;
  text-decoration: underline;
}

.policy {
  padding-bottom: 150px;
}

.policy_title {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #161616;
  margin-bottom: 70px;
}

.policy .policy_сontent p,
.policy .policy_сontent div {
  font-size: 16px;
  line-height: 150%;
  color: #6f6f6f;
  max-width: 1120px;
  margin: 0 auto 30px;
}

.policy .policy_сontent p:last-child,
.policy .policy_сontent div:last-child {
  margin-bottom: 0;
}

.error {
  padding-bottom: 150px;
}

.error_wrapper {
  display: flex;
  margin-left: 125px;
}

.error_info {
  width: 520px;
  margin-right: 105px;
}

.error_title {
  font-size: 90px;
  margin-bottom: 20px;
  color: #da432a;
  line-height: 104px;
  font-family: "lav_font";
}

.error_subtitle {
  font-size: 40px;
  line-height: 46px;
  color: #161616;
  margin-bottom: 70px;
}

.error_text {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
}

.error_text a {
  color: #da432a;
  border-bottom: 1px solid;
}

.error_img {
  display: flex;
  transform: translateY(-80px);
}

.faq {
  padding-bottom: 150px;
}

.faq_title {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #161616;
}

.faq_aside-wrapper {
  position: relative;
  width: 370px;
}

.faq_wrapper {
  display: flex;
}

.faq_aside {
  padding-top: 70px;
}

.faq_aside-links {
  margin-bottom: 70px;
}

.faq_aside-links a {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 150%;
  padding: 15px 0 15px 30px;
  position: relative;
  display: block;
}

.faq_aside-links a::before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}

.faq_aside-links a.active {
  color: #da432a;
}

.faq_aside-links a.active::before {
  background-color: #da432a;
}

.faq_aside-text {
  padding: 30px 75px 30px 30px;
  background: #da432a;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
}

.faq_aside-text a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.faq_items {
  width: 1120px;
  margin-left: 80px;
  padding-top: 70px;
}

.faq_item {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.faq_item:first-child {
  padding-top: 0;
  border-top: none;
}

.faq_item-title {
  padding-left: 58px;
  position: relative;
  font-size: 16px;
  color: #161616;
  cursor: pointer;
  line-height: 150%;
  transition: all 0.6s;
}

.faq_item-title.active {
  color: #da432a;
}

.faq_item-title span {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
}

.faq_item-title.active span {
  transform: translateY(-50%) rotate(45deg);
}

.faq_item-title span svg rect {
  transition: all 0.3s;
}

.faq_item-title.active span svg rect {
  fill: #da432a;
}

.faq_item-text {
  padding-left: 58px;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 170%;
  margin-top: 20px;
  max-width: 900px;
  display: none;
}

.contacts_page {
  padding-bottom: 130px;
}

.contacts_page-wrapper {
  display: flex;
  margin-bottom: 130px;
}

.contacts_page-left {
  width: 500px;
  margin-right: 100px;
}

.contacts_page-content {
  width: 820px;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}

.contacts_page-content.active {
  display: flex;
  opacity: 1;
  max-height: none;
  max-width: none;
  animation: tabAnim 0.6s;
}

@keyframes tabAnim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.contacts_page-title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
}

.contacts_page-tabs {
  display: flex;
}

.contacts_page-tab {
  padding: 15px 50px;
  background: #f2f2f2;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #6f6f6f;
  cursor: pointer;
  transition: all 0.3s;
}

.contacts_page-tab:hover {
  background: #e46c58;
  color: #fff;
}

.contacts_page-tab.active {
  background: #da432a;
  color: #fff;
}

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

.contacts_page-item {
  width: 370px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contacts_page-item_title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #161616;
  line-height: 150%;
  width: 100%;
  margin-bottom: 30px;
}

.contacts_page-item_link {
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
  transition: all 0.3s;

  margin-left: 20px;
}

a.contacts_page-item_link:hover {
  color: #da432a;
  text-decoration: underline;
}

.contacts_page-item_link::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -20px;
  top: 10px;
  background: #da432a;
}

.contacts_page-item_link:last-child {
  margin-bottom: 0;
}

.contacts_page-messanges {
  display: flex;
}

.contacts_page-messange {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}

.contacts_page-messange:hover {
  background: #303030;
}

.contacts_page-messange svg path {
  transition: all 0.3s;
  fill: #000;
}

.contacts_page-messange:hover svg path {
  fill: #fff;
}

.contacts_page-inner {
  display: flex;
  justify-content: space-between;
}

.contacts_page-info {
  display: flex;
  flex-direction: column;
  width: 450px;
}

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

.contacts_page-adres {
  padding: 15px 50px;
  background: #f2f2f2;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #6f6f6f;
  cursor: pointer;
  transition: all 0.3s;
}

.contacts_page-adres:hover {
  background: #e46c58;
  color: #fff;
}

.contacts_page-adres.active {
  background: #da432a;
  color: #fff;
}

.contacts_page-subtitle {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 30px;
  line-height: 150%;
}

.contacts_page-map {
  width: 1120px;
  height: 570px;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
}

.contacts_page-map.active {
  opacity: 1;
  max-height: none;
  max-width: none;
  animation: tabAnim 0.6s;
  position: relative;
}

.contacts_page-content {
  width: 820px;
}

.contacts_page-map iframe {
  width: 100%;
  height: 100%;
}

.popup_btn {
  cursor: pointer;
}

.popup_body {
  width: 595px;
  border: 1px solid #e4e4e4;
  padding: 80px 120px;
}

.popup_body-title {
  font-size: 30px;
  line-height: 160%;
  color: #161616;
  margin-bottom: 40px;
  text-align: center;
}

.popup_body-inp {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 10px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.popup_body-area {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  resize: none;
  font-size: 14px;
  height: 78px !important;
  margin-bottom: 20px;
  padding: 10px;
}

.popup_body-file_inp {
  display: none;
}

.popup_body-file {
  cursor: pointer;
  margin-bottom: 35px;
  display: block;
}

.popup_body-file_span {
  display: block;
  padding-left: 27px;
  position: relative;
  font-size: 14px;
  color: #161616;
  line-height: 180%;
}

.popup_body-file_span::before {
  position: absolute;
  content: "";
  background-image: url(source/img/file.svg);
  background-size: cover;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.popup_body-ok {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.popup_body-ok_inp {
  display: none;
}

.popup_body-ok_span {
  display: block;
  min-width: 20px;
  height: 20px;
  margin-right: 15px;
  background: #da432a;
  position: relative;
  cursor: pointer;
}

.popup_body-ok_span::before {
  position: absolute;
  content: "";
  background-image: url(source/img/check.svg);
  background-size: cover;
  width: 10px;
  height: 9px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
}

.popup_body-ok_inp:checked + .popup_body-ok_span::before {
  opacity: 1;
}

.popup_body-ok_text {
  white-space: nowrap;
  font-size: 12px;
  color: #6f6f6f;
  line-height: 150%;
}

.popup_body-ok_text a {
  color: #e91e1e;
  border-bottom: 1px solid;
}

.popup_body-btn {
  width: 221px;
  width: 221px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.popup_body-btn:hover::before {
  bottom: 0;
}

.popup_body-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.popup_body-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.popup_body-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.popup_body-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

.popup_body-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.popup_thanks-title {
  font-size: 30px;
  color: #161616;
  margin-bottom: 40px;
  line-height: 130%;
  padding-left: 65px;
  position: relative;
}

.popup_thanks-title::before {
  position: absolute;
  content: "";
  background-image: url(source/img/popup_thanks.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.popup_thanks-text {
  font-size: 18px;
  line-height: 150%;
  color: #6f6f6f;
}

#popup_thanks {
  padding: 70px 90px 70px 70px;
}

.main {
  margin-top: 126px;
}

.card_main {
  margin-top: 125px;
}

.crumbs_card {
  margin-top: 25px;
}
/* aab */
@media (min-device-width: 767px) and (max-device-width: 768px) {
  .masters_card-slider .slick-track, .tariffs_card-slider .slick-track {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 1599.98px) {
  .container {
    max-width: 1205px;
  }

  .sale_inner .container {
    min-height: 340px;
  }

  .main {
    padding: 60px 0 70px;
  }

  .header_logo {
    width: 110px;
  }

  .header_logo img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .menu a {
    line-height: 15px;
    font-size: 13px;
    margin-right: 30px;
  }

  .header_search-btn {
    margin-right: 20px;
    width: 16px;
    height: 16px;
  }

  .header_user {
    margin-right: 20px;
    width: 14px;
    height: 16px;
  }

  .header_card {
    width: 13px;
    height: 16px;
  }

  .main_slider {
    width: 1075px;
  }

  .main_slide {
    height: 579px;
    padding: 35px 40px;
  }

  .main_slider-left .main_slide,
  .main_slider-right .main_slide {
    width: 711px;
    height: 444px;
  }

  .main_slider .main_slide-title {
    line-height: 47px;
    font-size: 38px;
  }

  .main_tags ul a {
    margin-right: 15px;
    font-size: 14px;
  }

  .main_tags ul {
    margin-top: 40px;
  }

  .popular {
    padding: 130px 0;
  }

  .popular_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .popular_slide {
    margin: 0 20px;
  }

  .popular_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .popular_slide-img {
    height: 203px;
  }

  .popular_slide-info {
    padding: 15px 20px;
  }

  .popular_slide-time {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .popular_slide-time span {
    line-height: 14px;
    font-size: 12px;
    margin-left: 4px;
  }

  .main_slide-title {
    line-height: 47px;
    font-size: 25px;
  }

  .popular_slide-title {
    line-height: 150%;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .popular_slide-text {
    line-height: 150%;
    font-size: 12px;
  }

  .popular_slide-tag {
    width: 45px;
    height: 45px;
    line-height: 16px;
    font-size: 14px;
  }

  .popular_slide-price,
  .popular_slide-btn {
    height: 58px;
    line-height: 14px;
    font-size: 12px;
  }

  .popular_slide-btn::before {
    left: 0%;
  }

  .popular_slide-btn::after {
    right: 25%;
  }

  .popular_slider .slick-track {
    padding-bottom: 80px;
  }

  .popular_slider .slick-dots {
    left: 20px;
  }

  .popular_slider .slick-dots-current {
    line-height: 130%;
    font-size: 12px;
  }

  .partners_slider .slick-dots-current,
  .partners-catalog_slider .slick-dots-current {
    line-height: 130%;
    font-size: 12px;
  }

  .gallery_slider .slick-dots-current {
    line-height: 130%;
    font-size: 12px;
  }

  .partners_slider .slick-dots-total,
  .partners-catalog_slider .slick-dots-total {
    line-height: 130%;
    font-size: 12px;
  }

  .popular_slider .slick-dots-total {
    line-height: 130%;
    font-size: 12px;
  }

  .gallery_slider .slick-dots-total {
    line-height: 130%;
    font-size: 12px;
  }

  .nearest_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .nearest_item:nth-child(4n) {
    margin-right: 3.5%;
  }

  .nearest_item:nth-child(3n) {
    margin-right: 0;
  }

  .nearest_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
    display: flex;
  }

  .nearest_item-img {
    height: 203px;
  }

  .nearest_item-info {
    padding: 15px 20px 10px;
    height: calc(100% - 203px);
    min-height: 200px;
  }

  .nearest_item-time {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .nearest_item-time span {
    line-height: 14px;
    font-size: 12px;
    margin-left: 4px;
  }

  .nearest_item-title {
    line-height: 150%;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .nearest_item-price,
  .nearest_item-btn {
    height: 58px;
    line-height: 14px;
    font-size: 12px;
  }

  .nearest_item-btn::before {
    left: 0;
  }

  .nearest_item-inner {
    height: calc(100% - 58px);
  }

  .nearest_item-btn::after {
    right: 25%;
  }

  .teach {
    padding: 130px 0;
  }

  .teach_title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 60px;
  }

  .teach_item {
    width: 146px;
  }

  .teach_item-img {
    width: 90px;
    height: 122px;
    margin-bottom: 18px;
  }

  .teach_item-title {
    line-height: 150%;
    font-size: 12px;
    margin-bottom: 19px;
    min-height: 54px;
  }

  .teach_item-text {
    line-height: 150%;
    font-size: 12px;
  }

  .pick_up-img {
    width: 650px;
  }

  .pick_up-info {
    width: calc(100% - 650px);
    padding: 40px 45px 40px 60px;
  }

  .pick_up-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .pick_up-text {
    line-height: 150%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .pick_up-btn {
    width: 187px;
    height: 57px;
    line-height: 150%;
    font-size: 14px;
  }

  .masters {
    padding: 130px 0;
  }

  .masters_title {
    line-height: 37px;
    font-size: 32px;
  }

  .masters_link {
    font-size: 14px;
  }

  .masters_top {
    margin-bottom: 60px;
  }

  .masters_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
  }

  .masters_item:nth-child(4n) {
    margin-right: 3.5%;
  }

  .masters_item:nth-child(3n) {
    margin-right: 0;
  }

  .masters_item-img {
    width: 193px;
    margin-bottom: 20px;
  }

  .masters_item-img::before {
    width: 192px;
    height: 192px;
  }

  .masters_item-subtitle {
    line-height: 14px;
    font-size: 12px;
  }

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

  .masters_item-text {
    line-height: 150%;
    font-size: 12px;
  }

  .masters_wrapper {
    margin-bottom: -40px;
  }

  .nearest {
    padding: 130px 0;
  }

  .news {
    padding: 130px 0;
  }

  .news_title {
    font-size: 32px;
    line-height: 37px;
    margin-right: 130px;
  }

  .news_tab {
    line-height: 150%;
    font-size: 14px;
    padding: 13px 30px;
  }

  .news_link {
    line-height: 16px;
    font-size: 14px;
  }

  .news_top {
    align-items: center;
    margin-bottom: 55px;
  }

  .news_item {
    width: 31%;
    margin-right: 3.5%;
    height: 346px;
    padding: 10px 20px;
  }

  .news_items {
    width: 31%;
  }

  .news_item-date {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .news_item-title {
    line-height: 150%;
    font-size: 14px;
  }

  .news_wrapper.publications .news_item {
    height: 366px;
  }

  .reviews_title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 60px;
  }

  .reviews_slide {
    margin: 0 20px;
    padding: 40px 25px;
  }

  .reviews_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding-bottom: 80px;
  }

  .reviews_slider .slick-dots {
    left: 20px;
  }

  .reviews_slider .slick-dots-current {
    line-height: 130%;
    font-size: 12px;
  }

  .reviews_slider .slick-dots-total {
    line-height: 130%;
    font-size: 12px;
  }

  .reviews_slider .slick-next {
    right: 20px;
  }

  .reviews_slider .slick-prev {
    right: 92px;
  }

  .popular_slider .slick-next {
    right: 20px;
  }

  .popular_slider .slick-prev {
    right: 92px;
  }

  .reviews_slide-name {
    line-height: 150%;
    padding-left: 30px;
    font-size: 14px;
  }

  .reviews_slide-name::before {
    width: 20px;
    height: 20px;
  }

  .reviews_slide-name::before {
    background-size: 10px 8px;
  }

  .reviews_slide-date {
    line-height: 14px;
    font-size: 12px;
  }

  .reviews_slide-top {
    margin-bottom: 20px;
  }

  .reviews_slide-text {
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .reviews_slide-title {
    line-height: 20px;
    font-size: 12px;
  }

  .info_block {
    padding: 70px 0;
  }

  .info_block-top__title-wrapper .popular_slide-btn {
    font-size: 14px;
  }

  .info_block .wrapper-text {
    width: 705px;
    line-height: 150%;
    font-size: 14px;
  }

  .info_block .wrapper-text h1 {
    font-size: 44px;
  }

  .info_block .wrapper-text h2 {
    font-size: 36px;
  }

  .info_block .wrapper-text h3 {
    font-size: 20px;
  }

  .info_block .wrapper-text h4 {
    font-size: 14px;
  }

  .info_block h1,
  .info_block h2,
  .info_block h3,
  .info_block h4,
  .info_block h5,
  .info_block h6 {
    line-height: 37px;
    font-size: 32px;
  }

  .footer_links {
    margin-right: 0;
  }

  .footer_logo {
    margin-bottom: 15px;
    width: 110px;
  }

  .footer_logo img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .footer_title {
    line-height: 150%;
    font-size: 12px;
  }

  .footer_left {
    width: 146px;
  }

  .footer {
    padding: 50px 0 20px;
  }

  .footer_menu-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
  }

  .footer_menu a {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footer_links-title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .footer_links-message {
    width: 50px;
    height: 50px;
  }

  .footer_bot {
    padding-top: 22px;
  }

  .footer_bot-item {
    font-size: 10px;
  }

  .header_inner-container {
    max-width: 1015px;
  }

  .header_inner-menu a {
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 50px;
  }

  .header_inner-message {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }

  .header_card {
    margin-right: 70px;
  }

  .popular_slide-inner {
    height: calc(100% - 58px);
  }

  .crumbs {
    /* margin: 20px 0 95px; */
    margin: 20px 0 70px;
  }

  .masters_page-title {
    line-height: 37px;
    width: 350px;
    margin-right: 20px;
    font-size: 32px;
  }

  .masters_page-text {
    width: 670px;
    font-size: 14px;
  }

  .masters_page-info {
    margin-bottom: 60px;
  }

  .masters_page-links {
    width: 705px;
    overflow: auto;
    padding: 10px 15px 6px;
    border: 1px solid #dedede;
    background: #ffffff;
  }

  .masters_page-links::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-top: 1px solid #dedede;
  }

  .masters_page-top {
    align-items: flex-end;
  }

  .masters_page-links::-webkit-scrollbar-track {
    background: none;
  }

  .masters_page-links::-webkit-scrollbar-thumb {
    background: #da432a;
  }

  .masters_page-links a {
    font-size: 12px;
    margin-right: 19px;
  }

  .form_search {
    width: 240px;
    margin-right: 0;
  }

  .masters_page-top {
    justify-content: space-between;
  }

  .form_search-inp {
    font-size: 14px;
  }

  .masters_page-links a.active {
    margin-right: 7px;
    margin-left: -11px;
  }

  .masters_page-items {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
  }

  .masters_page-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .masters_page-item:nth-child(4n) {
    margin-right: 3.5%;
  }

  .masters_page-item:nth-child(3n) {
    margin-right: 0;
  }

  .masters_page-item_img {
    width: 194px;
    height: 194px;
    margin-bottom: 20px;
  }

  .masters_page-item_prof {
    line-height: 14px;
    font-size: 12px;
  }

  .masters_page-item_name {
    line-height: 16px;
    font-size: 14px;
  }

  .masters_page-item_text {
    font-size: 12px;
  }

  .masters_page-link_wrapper {
    margin-top: 10px;
  }

  .masters_page-link {
    font-size: 14px;
  }

  .masters_page {
    padding-bottom: 130px;
  }

  .master_card-inner {
    width: 800px;
  }

  .master_card-img {
    width: 240px;
    height: 240px;
    margin-right: 40px;
  }

  .master_card-img_wrapper {
    width: 240px;
    margin-right: 40px;
  }

  .master_card-awrads_wrapper {
    margin-left: 280px;
  }

  .master_card-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 26px;
  }

  .master_card-items {
    width: 425px;
  }

  .master_card-text {
    width: 335px;
    font-size: 14px;
  }

  .master_card-item_title {
    font-size: 12px;
  }

  .master_card-item {
    margin-bottom: 15px;
  }

  .master_card-item_value {
    line-height: 16px;
    font-size: 14px;
  }

  .master_card-info {
    margin-bottom: 30px;
  }

  .master_card-award {
    padding: 15px 0;
  }

  .master_card-award_year {
    font-size: 14px;
    line-height: 16px;
    width: 100px;
    margin-right: 15px;
  }

  .master_card-award_title {
    font-size: 12px;
  }

  .master_card {
    padding-bottom: 100px;
  }

  .menu {
    margin-right: 0;
  }

  .news_page-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 40px;
  }

  .form_block-inp {
    font-size: 14px;
  }

  .news_page-wrapper .news_item {
    width: 31%;
    margin-bottom: 40px;
    height: 346px;
    margin-right: 3.5%;
  }

  .news_page-wrapper .news_item:nth-child(4n) {
    margin-right: 3.5%;
  }

  .news_page-wrapper .news_item:nth-child(3n) {
    margin-right: 0;
  }

  .news_page-wrapper .news_item::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.62%, rgba(0, 0, 0, 0.8) 84.24%);
  }

  .news_page-wrapper {
    margin-bottom: 10px;
  }

  .pagin a {
    font-size: 16px;
  }

  .pagin .prev {
    margin-left: 68px;
  }

  .pagin .prev {
    margin-right: 68px;
  }

  .news_page {
    padding-bottom: 130px;
  }

  .header_search-inp {
    font-size: 45.75px;
  }

  .header_search {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .jsCalendar {
    width: 267px;
  }

  .form_block-calendar {
    width: 257px;
  }

  .jsCalendar tbody td,
  .jsCalendar thead .jsCalendar-week-days th {
    height: 31px;
    line-height: 31px;
    width: 31px;
  }

  .news_inner-title {
    padding-left: 465px;
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
    width: 1060px;
  }

  .publication_inner .news_inner-title {
    padding-left: 0;
    width: 595px;
  }

  .news_inner-img_wrapper {
    height: 236px;
    width: 425px;
  }

  .news_inner-img-publick img {
    width: 100%;
    height: 100%;
  }

  .news_inner-wrapper {
    padding-left: 465px;
    width: 1060px;
  }

  .publication_inner .news_inner-wrapper {
    padding-left: 0;
    width: 595px;
  }

  .news_inner-date span {
    line-height: 16px;
    font-size: 14px;
    margin-left: 80px;
  }

  .news_inner-date {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .news_inner-info p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .news_inner-item {
    font-size: 14px;
  }

  .news_inner-items {
    margin-bottom: 20px;
  }

  .news_inner-quote {
    padding-left: 40px;
  }

  .news_inner-quote::before {
    width: 20px;
    height: 20px;
    background-size: 11px 8px;
  }

  .news_inner-info ul {
    font-size: 14px;
    margin-bottom: 20px;
  }

  @media (max-width: 1599.98px) {
    .news_inner-info li {
      font-size: 14px;
      margin-bottom: 20px;
    }
  }

  .news_inner-info li {
    margin-right: 2px;
  }

  .news_inner {
    padding-bottom: 130px;
  }

  .gallery_title {
    line-height: 37px;
    font-size: 32px;
  }

  .gallery_slide {
    height: 225px;
    margin: 0 20px;
    width: 332px;
  }

  .gallery_slide.big {
    width: 196px;
    height: 268px;
  }

  .gallery {
    padding-bottom: 130px;
  }

  .gallery_slider .slick-track {
    padding-bottom: 55px;
  }

  .main_slider-right {
    right: calc(50% - 455px);
  }

  .main_slider-left {
    left: calc(50% - 455px);
  }

  .publications_page-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .publications_page-wrapper .news_item {
    width: 31%;
    height: 505px;
    margin-right: 3.5%;
    margin-bottom: 40px;
  }

  .publications_page-wrapper .news_item:nth-child(4n) {
    margin-right: 3.5%;
  }

  .publications_page-wrapper .news_item:nth-child(3n) {
    margin-right: 0;
  }

  .publications_page-wrapper {
    margin-bottom: 10px;
  }

  .publications_page {
    padding-bottom: 130px;
  }

  .about_main {
    padding-bottom: 130px;
  }

  .about_main-img {
    width: 425px;
    height: 425px;
    margin-right: 40px;
  }

  .about_main-info {
    width: 611px;
  }

  .about_main-info::before {
    width: 425px;
    height: 425px;
    left: -93px;
  }

  .about_main-text {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about_main-title {
    font-size: 14px;
  }

  .about_main-subtitle {
    font-size: 14px;
  }

  .about_main-info::after {
    width: 79px;
    height: 59px;
    top: -20px;
  }

  .about_main-h1 {
    top: -70px;

    font-size: 32px;
  }

  .about_main-text {
    margin-top: -45px;
  }

  .about_numbers {
    padding: 130px 0;
  }

  .about_numbers-info {
    width: 705px;
    margin-left: 95px;
  }

  .about_numbers-title {
    width: 280px;
    line-height: 37px;
    font-size: 32px;
  }

  .about_numbers-item {
    font-size: 14px;
  }

  .about_numbers-item span {
    line-height: 74px;
    font-size: 60px;
  }

  .about_numbers-items {
    margin-bottom: 40px;
  }

  .about_numbers-text {
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .about_numbers-desc {
    width: 620px;
    margin-left: 83px;
    padding: 18px 25px 18px 128px;
    font-size: 14px;
  }

  .about_numbers-desc::before {
    width: 186px;
    height: 127px;
    left: -83px;
  }

  .about_steps-info {
    width: 375px;
    padding-right: 44px;
  }

  .about_steps-items {
    width: 530px;
    margin-left: 80px;
  }

  .about_steps-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .about_steps-item_title {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .about_steps-item_title::before {
    width: 36px;
    height: 36px;
    left: -10px;
    top: -11px;
  }

  .about_steps-item_text {
    font-size: 14px;
  }

  .about_steps-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .team_block {
    padding: 130px 0 0;
  }

  .team_block-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 90px;
  }

  .team_slide {
    margin: 0 20px;
  }

  .team_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding-bottom: 80px;
  }

  .team_slider .slick-dots {
    left: 20px;
  }

  .team_slider .slick-next {
    right: 20px;
  }

  .team_slider .slick-prev {
    right: 92px;
  }

  .team_slide-img {
    width: 194px;
    height: 194px;
  }

  .team_slide-prof {
    font-size: 12px;
  }

  .team_slide-name {
    font-size: 14px;
  }

  .team_slide-text {
    font-size: 12px;
  }

  .partners {
    margin: 130px 0;
  }

  .partners_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .partners_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding-bottom: 80px;
  }

  .partners_slider .slick-dots,
  .partners-catalog_slider .slick-dots {
    left: 20px;
  }

  .partners-catalog_slider .slick-dots {
    left: 0;
  }

  .partners_slider .slick-next,
  .partners-catalog_slider .slick-next {
    right: 20px;
  }

  .partners_slider .slick-prev,
  .partners-catalog_slider .slick-prev {
    right: 84px;
  }

  .partners_slide {
    margin: 0 20px;
    height: 140px;
  }

  .events_block {
    padding-bottom: 130px;
  }

  .events_block-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .events_block-slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding-bottom: 80px;
  }

  .events_block-slider .slick-dots {
    left: 20px;
  }

  .events_block-slider .slick-next {
    right: 20px;
  }

  .events_block-slider .slick-prev {
    right: 92px;
  }

  .events_block-slider .events_block-slide {
    margin: 0 20px;
  }

  .sale_top {
    margin-bottom: 60px;
  }

  .sale_title {
    line-height: 37px;
    font-size: 32px;
  }

  .select {
    min-width: 230px;
    height: 40px;
    font-size: 14px;
  }

  .sale_item-img {
    height: 174px;
  }

  .sale_item-info {
    padding: 15px 20px 10px;
    height: calc(100% - 174px);
  }

  .sale_item-date {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sale_item-title {
    font-size: 14px;
  }

  .sale_item {
    margin-bottom: 40px;
  }

  .sale_item.done .sale_item-tag {
    top: 128px;
    left: 20px;
    font-size: 12px;
    padding: 4px 10px;
  }

  .sale_wrapper {
    margin-bottom: 20px;
  }

  .sale {
    padding-bottom: 130px;
  }

  .sale_inner-img {
    width: 425px;
    height: 222px;
  }

  .sale_inner-info {
    margin-left: 465px;
  }

  .sale_inner h1,
  .sale_inner h2,
  .sale_inner h3,
  .sale_inner h4,
  .sale_inner h5,
  .sale_inner h6 {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .sale_inner-main-title {
    margin-left: 465px;
  }

  .sale_inner-date {
    font-size: 14px;
  }

  .sale_inner-date span {
    font-size: 14px;
    margin-left: 45px;
  }

  .sale_inner li {
    font-size: 14px;
  }

  .sale_inner p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .sale_inner {
    padding-bottom: 20px;
  }

  .courses_title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 60px;
  }

  .courses_slide {
    margin: 0 20px;
  }

  .courses_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .courses_slider .slick-dots {
    left: 20px;
  }

  .courses_slider .slick-next {
    right: 20px;
  }

  .courses_slider .slick-prev {
    right: 92px;
  }

  .courses {
    padding-bottom: 130px;
  }

  .catalog_aside {
    width: 240px;
  }

  .catalog_body {
    min-height: 300px;
    margin-left: 280px;
  }

  .catalog_info {
    margin-left: 280px;
  }

  .catalog_aside-format_title,
  .widgettitle,
  .catalog h3 {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .catalog_aside-links {
    flex-wrap: wrap;
  }

  .catalog_aside-links a {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    margin-bottom: 5px;
  }

  .catalog_aside-format {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .catalog_aside-item_title,
  .catalog_aside-items h3 {
    font-size: 12px;
    line-height: 14px;
  }

  .catalog_aside-item,
  .berocket_single_filter_widget {
    margin-bottom: 20px;
  }

  .chek_title,
  .bapf_ckbox label {
    line-height: 16px;
    font-size: 14px;
  }

  .chek_span {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .catalog_aside-delete,
  .bapf_button {
    height: 48px;
    font-size: 14px;
    line-height: 15px;
    margin-top: 0px;
  }

  .catalog_aside-size {
    width: 105px;
    justify-content: space-between;
  }

  .catalog_aside-size input,
  .bapf_val {
    width: 75px;
  }

  .catalog_aside-val,
  .bapf_tbprice {
    font-size: 12px;
    margin-right: 10px;
  }

  .catalog_body-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .catalog_body-top-title {
    margin-bottom: 55px;

    font-size: 32px;
    line-height: 42px;
  }

  .catalog_body-top p {
    font-size: 14px;
    margin-bottom: 25px;
    margin-right: 0;
    width: 460px;
  }

  .catalog_body-link {
    font-size: 12px;
    line-height: 14px;
  }

  .catalog_body-select .select {
    width: 259px;
    height: 50px;
  }

  .catalog_body-top {
    margin-bottom: 60px;
  }

  .catalog_body-wrapper .popular_slide-img {
    height: 145px;
  }

  .catalog_body-wrapper .popular_slide-tag {
    top: 5px;
    right: 5px;
  }

  .catalog_body-wrapper .popular_slide-info {
    height: calc(100% - 145px);
    padding: 15px;
  }

  .popular_slide-places {
    left: 15px;
    top: 105px;
    font-size: 12px;
    line-height: 14px;
  }

  .catalog_body-wrapper .popular_slide-title {
    font-size: 10px;
  }

  .catalog_body-wrapper .popular_slide {
    margin-bottom: 40px;
  }

  .catalog_body-wrapper .popular_slide {
    width: 30%;
    margin-right: 5%;
  }

  .catalog_body-wrapper {
    margin-bottom: 10px;
  }

  .catalog {
    padding-bottom: 130px;
  }

  .video_block-item {
    height: 247px;
    width: 425px;
    margin-right: 40px;
  }

  .video_block-info {
    width: 611px;
  }

  .video_block {
    padding-bottom: 130px;
  }

  .video_block-item span {
    width: 52px;
    height: 52px;
  }

  .video_block-item span svg {
    width: 13px;
    height: 13px;
  }

  .video_block-info h1 {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .video_block-info h2 {
    line-height: 28px;
    font-size: 30px;
    margin-bottom: 45px;
  }

  .video_block-info h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .video_block-info h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  .video_block-info h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .video_block-info p {
    font-size: 14px;
  }

  .card_main-wrapper h1,
  .card_main-wrapper h2,
  .card_main-wrapper h3,
  .card_main-wrapper h4,
  .card_main-wrapper h5,
  .card_main-wrapper h6 {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 35px;
  }

  .card_main-date {
    font-size: 14px;
  }

  .card_main-date span {
    font-size: 16px;
  }

  .card_main-wrapper {
    padding-bottom: 27px;
  }

  .card_info-left {
    width: 560px;
  }

  .card_info-left p,
  .card_info-left ul {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .card_info-left li {
    font-size: 14px;
  }

  .card_info-left ul {
    margin-bottom: 40px;
  }

  .card_info-btn {
    /* width: 257px; */
    min-width: 257px;
    height: 57px;
    font-size: 14px;
  }

  .masters_card-title {
    line-height: 37px;
    font-size: 32px;
    /* margin-bottom: 40px; */
    margin-bottom: 30px;
  }

  .masters_card-slide,
  .tariffs_card-slider {
    margin: 0 20px;
    padding: 30px 20px 30px 15px;
    position: relative;
  }

  .masters_card-slider,
  .tariffs_card-slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .tariffs_card-slider {
    transform: translateX(-20px);
  }

  /* .tariff_item0 {
    width: 100%;
  } */

  .masters_card-slider .slick-dots,
  .tariffs_card-slider .slick-dots {
    left: 20px;
  }

  .masters_card-slider .slick-next,
  .tariffs_card-slider .slick-next {
    right: 20px;
  }

  .masters_card-slider .slick-prev,
  .tariffs_card-slider .slick-prev {
    right: 92px;
  }

  .masters_card-img {
    width: 148px;
    height: 148px;
  }

  .masters_card-person {
    width: 120px;
    margin-top: 0;
  }

  .masters_card-name {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .masters_card-prof {
    font-size: 12px;
    line-height: 14px;
  }

  .masters_card-info {
    width: 200px;
    margin-top: 28px;
  }

  .masters_card-text {
    font-size: 14px;
  }

  .masters_card-subtext {
    font-size: 14px;
    margin-bottom: 0;
  }

  .masters_card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
  }

  .masters_card {
    margin-bottom: 100px;
  }

  .card_course-item {
    padding: 90px 40px 90px 90px;
    width: 50%;
  }

  .card_course-item_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .card_course-item li {
    font-size: 14px;
  }

  .card_course-item p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .card_course-item ul {
    margin-bottom: 30px;
  }

  .card_course-btn {
    /* width: 182px; */
    min-width: 182px;
    height: 57px;
    font-size: 14px;
  }

  .card_course-btn span::before {
    left: 5%;
  }

  .card_course-btn span::after {
    right: 5%;
  }

  .course_steps-title {
    text-align: left;
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 50px;
  }

  .course_steps-item {
    padding-left: 0;
    padding-top: 45px;
  }

  .course_steps-week {
    font-size: 12px;
  }

  .course_steps-week::before {
    width: 36px;
    height: 36px;
  }

  .course_steps-item_title {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .course_steps-item_text,
  .course_steps-item_text li {
    font-size: 12px;
  }

  .course_steps-btn {
    /* width: 182px; */
    min-width: 182px;
    height: 57px;
    font-size: 14px;
  }

  .course_steps-btn span::before {
    left: 17%;
  }

  .course_steps-btn span::after {
    right: 17%;
  }

  .course_literature {
    padding: 130px 0;
  }

  .course_literature-title {
    width: 250px;
    line-height: 37px;
    font-size: 32px;
  }

  .course_literature-items {
    width: 800px;
  }

  .course_literature-item {
    padding: 15px 0;
    font-size: 12px;
  }

  .tariff_wrapper {
    flex-wrap: wrap;
  }

  .tariff_info {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
  }

  .tariff_title {
    margin-bottom: 0;
    line-height: 37px;
    margin-right: 160px;
    font-size: 32px;
  }

  .tariff_text {
    font-size: 14px;
  }

  .tariff_item {
    width: 332px;
    padding: 40px 25px 30px;
  }

  .tariff_item-title {
    font-size: 14px;
  }

  .tariff_item li {
    font-size: 14px;
  }

  .tariff_item ul {
    margin-bottom: 30px;
  }

  .tariff_item-price_new {
    line-height: 37px;
    font-size: 30px;
  }

  .tariff_item-price_old {
    font-size: 18px;
    line-height: 23px;
  }

  .tariff_item-price {
    margin-bottom: 20px;
  }

  .tariff_item-btn {
    height: 57px;
    /* width: 157px; */
    min-width: 157px;
    font-size: 14px;
  }

  .tariff_item-btn span::before {
    left: 20%;
  }

  .tariff_item-btn span::after {
    right: 20%;
  }

  .tariff {
    margin-bottom: 100px;
  }

  .course_sale-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .course_reviews {
    padding: 100px 0;
  }

  .reviews_btn {
    /* width: 153px; */
    min-width: 153px;
    height: 48px;
    font-size: 12px;
  }

  .reviews_btn span::before {
    left: 16%;
  }

  .reviews_btn span::after {
    right: 16%;
  }

  .course_place {
    padding: 60px 0;
  }

  .course_place-map {
    height: 396px;
    width: 653px;
  }

  .course_place-info {
    width: 425px;
    padding: 40px 30px 40px 80px;
  }

  .course_place-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .course_place-text {
    font-size: 14px;
  }

  .course_place-btn {
    height: 57px;
    width: 182px;
    font-size: 14px;
  }

  .course_place-btn span::before {
    left: 17%;
  }

  .course_place-btn span::after {
    right: 17%;
  }

  .course_sale-wrapper .sale_item {
    margin: 0 20px;
  }

  .course_sale-wrapper {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .course_sale-wrapper .slick-dots {
    left: 20px;
  }

  .course_sale-wrapper .slick-next {
    right: 20px;
  }

  .course_sale-wrapper .slick-prev {
    right: 92px;
  }

  .cart .container {
    max-width: 1105px;
  }

  .cart_right {
    width: 320px;
  }

  .cart_left {
    width: 725px;
  }

  .cart_right-total {
    font-size: 20px;
  }

  .cart_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .cart_item {
    padding: 25px 15px;
  }

  .cart_item-title {
    margin-right: 45px;
    font-size: 14px;
  }

  .cart_item-price {
    font-size: 16px;
  }

  .cart_item-delete {
    top: 15px;
    right: 15px;
  }

  .cart_left-title:nth-child(1) {
    margin-right: 225px;
  }

  .cart_left-title:nth-child(2) {
    margin-right: 85px;
  }

  .cart_coupon-wrapper {
    width: 250px;
  }

  .cart {
    padding-bottom: 130px;
  }

  .cart_coupon-btn {
    width: 185px;
    font-size: 14px;
  }

  .cart_right {
    padding: 30px 20px 20px;
  }

  .cart_right-title {
    font-size: 12px;
    width: 130px;
    margin-right: 20px;
  }

  .cart_right-btn {
    height: 58px;
    font-size: 14px;
  }

  .order_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .order_subtitle {
    font-size: 16px;
  }

  .order_item {
    width: 48%;
  }

  .order_left {
    width: 715px;
    margin-right: 40px;
  }

  .order_items {
    margin-bottom: 50px;
  }

  .order_ways_title,
  .wc_payment_method label {
    font-size: 14px !important;
  }

  .order {
    padding-bottom: 130px;
  }

  .order_item-select:nth-child(1) .select {
    margin-right: 15px;
    min-width: 85px;
  }

  .order_item-select:nth-child(2) .select {
    margin-right: 15px;
    min-width: 130px;
  }

  .order_item-select:nth-child(3) .select {
    min-width: 98px;
  }

  .chek_span::before {
    width: 7px;
    height: 7px;
  }

  .login_wrapper {
    margin-left: 0;
  }

  .login_wrapper .order_item {
    width: 100%;
  }

  .login {
    padding-bottom: 130px;
  }

  .login_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .login_btn {
    padding: 20px 60px;
    font-size: 14px;
    margin-top: 40px;
  }

  .login_item-bot {
    margin-bottom: 0;
  }

  .cabinet {
    padding-bottom: 130px;
  }

  .cabinet_title {
    margin-left: 0;
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .cabinet_wrapper {
    margin-left: 0;
  }

  .cabinet_right {
    width: 100%;
    margin-left: 40px;
  }

  .cabinet_links a {
    font-size: 14px;
  }

  .cabinet_item-title {
    font-size: 16px;
  }

  .cabinet_item {
    margin-bottom: 40px;
  }

  .cabinet_save-btn {
    font-size: 14px;
  }

  .cabinet_orders-titles {
    padding: 15px 20px;
  }

  .cabinet_orders-item {
    padding: 20px;
  }

  .cabinet_orders-item span {
    right: 15px;
    width: 14px;
  }

  .cabinet_orders-item span svg {
    width: 100%;
    height: 100%;
  }

  .payment_page {
    padding-bottom: 130px;
  }

  .payment_page-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .payment_page p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .documentation {
    padding-bottom: 130px;
  }

  .documentation_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .documentation_item {
    padding: 30px 20px;
    font-size: 14px;
  }

  .policy {
    padding-bottom: 130px;
  }

  .policy_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .policy .policy_сontent p,
  .policy .policy_сontent div {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 890px;
  }

  .error_wrapper {
    margin-left: 0;
  }

  .error {
    padding-bottom: 130px;
  }

  .error_img {
    width: 412px;
    transform: translateY(-70px);
  }

  .error_img img {
    width: 100%;
    height: 100%;
  }

  .error_info {
    width: 415px;
  }

  .error_title {
    line-height: 81px;
    font-size: 70px;
    margin-bottom: 20px;
  }

  .error_subtitle {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 65px;
  }

  .error_text {
    font-size: 14px;
  }

  .faq_title {
    line-height: 37px;
    font-size: 32px;
  }

  .faq_items {
    width: 798px;
    padding-top: 60px;
    margin-left: 0px;
  }

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

  .faq_aside-wrapper {
    width: 240px;
  }

  .faq_aside-links a {
    font-size: 14px;
    padding: 12px 0 12px 20px;
  }

  .faq_aside-links {
    margin-bottom: 40px;
  }

  .faq_aside-text {
    padding: 20px;
    font-size: 14px;
  }

  .faq_aside {
    padding-top: 60px;
  }

  .faq_item-title {
    font-size: 14px;
    padding-left: 46px;
  }

  .faq_item {
    padding: 15px 0;
  }

  .faq_item-title svg {
    width: 16px;
    height: 16px;
  }

  .faq_item-text {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 46px;
  }

  .faq {
    padding-bottom: 130px;
  }

  .contacts_page-left {
    width: 332px;
    margin-right: 40px;
  }

  .contacts_page-title {
    font-size: 32px;
    line-height: 37px;
  }

  .contacts_page-tab {
    font-size: 14px;
    padding: 13px 49px 14px 40px;
  }

  .contacts_page-content {
    width: 704px;
  }

  .contacts_page-item {
    width: 332px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .contacts_page-item_title {
    font-size: 14px;
    margin-bottom: 45px;
  }

  .contacts_page-item_link {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contacts_page-map {
    height: 358px;
    width: 704px;
  }

  .contacts_page-info {
    width: 310px;
  }

  .contacts_page-adres {
    font-size: 14px;
    padding: 0;
    width: 50%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contacts_page-subtitle {
    font-size: 14px;
  }

  #breadcrumbs a,
  #breadcrumbs .breadcrumb_last {
    font-size: 12px;
    margin-right: 23px;
  }

  #breadcrumbs a::before #breadcrumbs .breadcrumb_last::before {
    right: -13px;
  }

  .catalog_body-wrapper .popular_slide-price,
  .catalog_body-wrapper .popular_slide-btn {
    height: 42px;
  }

  .catalog_body-wrapper .popular_slide-inner {
    height: calc(100% - 42px);
  }

  .catalog_body-wrapper .popular_slide-time {
    font-size: 12px;
  }

  .catalog_body-wrapper .popular_slide-time span {
    font-size: 14px;
  }

  .catalog_body-wrapper .popular_slide-price span:before,
  .catalog_body-wrapper .popular_slide-btn span:before {
    left: 15%;
  }

  .catalog_body-wrapper .popular_slide-price span::after,
  .catalog_body-wrapper .popular_slide-btn span:after {
    right: 15%;
  }

  .master_card-link {
    font-size: 14px;
  }

  .form_search::before {
    width: 16px;
    height: 16px;
  }

  .course_sale-wrapper .slick-dots-current {
    font-size: 12px;
  }

  .course_sale-wrapper .slick-dots-total {
    font-size: 12px;
  }

  .card_main,
  .main {
    margin-top: 98px;
  }

  .crumbs {
    margin-top: 118px;
  }

  .crumbs_card {
    margin-top: 20px;
  }

  .order_wrapper {
    margin-left: 0;
  }

  .catalog_body-left {
    flex-direction: column;
  }

  .info_block-top {
    margin-bottom: 120px;
  }
}
/* aab */
@media (max-width: 1199.98px) {
  .container {
    max-width: 998px;
  }

  .header {
    padding: 15px 0;
  }

  .header_logo {
    width: 90px;
  }

  .menu a {
    margin-right: 35px;
    line-height: 12px;
    font-size: 10px;
  }

  .header_search-btn {
    width: 14px;
    height: 14px;
  }

  .header_card svg,
  .header_user svg,
  .header_search-btn svg {
    width: 100%;
    height: 100%;
  }

  .header_user {
    width: 12px;
    height: 14px;
  }

  .header_card {
    width: 13px;
    height: 16px;
    margin-right: 60px;
  }

  .main {
    padding: 40px 0;
  }

  .main_tags ul a {
    padding: 5px 15px;
    font-size: 12px;
    margin: 0 15px 0 0;
  }

  .main_tags ul {
    justify-content: flex-start;
  }

  .nearest {
    padding: 100px 0;
  }

  .popular {
    padding: 100px 0;
  }

  .popular_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .popular_slide-img {
    height: 182px;
  }

  .popular_slide-tag {
    top: 10px;
    right: 10px;
  }

  .popular_slide-info {
    padding: 20px 15px 15px;
  }

  .popular_slide-time {
    margin-bottom: 18px;
  }

  .popular_slide-price,
  .popular_slide-btn {
    height: 48px;
  }

  .nearest_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .nearest_item-img {
    height: 182px;
  }

  .nearest_item-info {
    padding: 20px 15px 20px;
    height: calc(100% - 182px);
    min-height: 200px;
  }

  .nearest_item-prof {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }

  .nearest_item-name {
    line-height: 14px;
    font-size: 12px;
  }

  .nearest_item-person {
    padding-left: 52px;
  }

  .nearest_item-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .nearest_item-icon::before {
    width: 30px;
    height: 30px;
  }

  .nearest_item-price,
  .nearest_item-btn {
    height: 48px;
  }

  .nearest_item-inner {
    height: calc(100% - 48px);
  }

  .teach {
    padding: 100px 0 60px;
  }

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

  .teach_item {
    width: 21%;
    margin: 0 20px 40px;
  }

  .teach_item:first-child {
    margin-left: 0;
  }

  .teach_item:nth-child(4) {
    margin-right: 0;
  }

  .teach_item-img {
    width: 104px;
    height: 140px;
  }

  .teach_item-title {
    font-size: 10px;
    min-height: 30px;
  }

  .teach_item-text {
    font-size: 10px;
  }

  .main_slider {
    width: 800px;
  }

  .main_slide {
    height: 430px;
    padding: 20px 30px;
  }

  .main_slider .main_slide-title {
    line-height: 42px;
    font-size: 34px;
  }

  .main_slider-left,
  .main_slider-right {
    width: 495px;
  }

  .main_slider-left .main_slide,
  .main_slider-right .main_slide {
    height: 330px;
  }

  .pick_up {
    padding: 70px 0;
  }

  .pick_up-img {
    width: 550px;
  }

  .pick_up-info {
    width: calc(100% - 550px);
    padding: 40px 20px 30px 40px;
  }

  .pick_up-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .pick_up-text {
    line-height: 140%;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .pick_up-btn {
    height: 48px;
    width: 158px;
    font-size: 12px;
  }

  .masters {
    padding: 100px 0;
  }

  .masters_title {
    line-height: 30px;
    font-size: 26px;
  }

  .masters_top {
    margin-bottom: 50px;
  }

  .masters_link {
    font-size: 12px;
  }

  .masters_item {
    width: 22%;
    margin-right: 4%;
  }

  .masters_item:nth-child(3n) {
    margin-right: 4%;
  }

  .masters_item:nth-child(4n) {
    margin-right: 0;
  }

  .masters_item-img {
    width: 124px;
  }

  .masters_item-img::before {
    width: 123px;
    height: 123px;
  }

  .masters_item-subtitle {
    line-height: 12px;
    font-size: 10px;
  }

  .masters_item-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
  }

  .masters_item-text {
    line-height: 140%;
    font-size: 10px;
  }

  .news {
    padding: 100px 0 80px;
  }

  .news_title {
    line-height: 32px;
    font-size: 28px;
    margin-right: 128px;
  }

  .news_tab {
    font-size: 12px;
    padding: 15px 48px;
  }

  .news_top {
    margin-bottom: 40px;
  }

  .news_item {
    height: 308px;
  }

  .news_item-date {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 11px;
  }

  .news_item-title {
    font-size: 12px;
  }

  .news_wrapper.publications .news_item {
    height: 320px;
  }

  .reviews {
    padding: 90px 0;
  }

  .reviews_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 40px;
  }

  .reviews_slide {
    padding: 30px 20px;
  }

  .reviews_slide-top {
    flex-direction: column;
  }

  .reviews_slide-name {
    margin-bottom: 11px;
    font-size: 12px;
  }

  .reviews_slide-date {
    line-height: 12px;
    font-size: 10px;
  }

  .reviews_slide-text {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .reviews_slide-title {
    line-height: 20px;
    font-size: 10px;
    width: 210px;
  }

  .info_block .wrapper-text h1 {
    font-size: 42px;
  }

  .info_block .wrapper-text h2 {
    font-size: 34px;
  }

  .info_block .wrapper-text h3 {
    font-size: 16px;
  }

  .nearest_show {
    font-size: 12px;
    line-height: 14px;
  }
  .info_block .wrapper-text h1 {
    font-size: 36px;
  }

  .info_block .wrapper-text h2 {
    font-size: 30px;
  }

  .info_block h1,
  .info_block h2,
  .info_block h3,
  .info_block h4,
  .info_block h5,
  .info_block h6 {
    line-height: 32px;
    font-size: 28px;
  }

  .info_block .wrapper-text {
    font-size: 12px;
    width: 550px;
  }

  .nearest_show-wrapper {
    display: flex;
    justify-content: center;
  }

  .nearest_show {
    font-size: 12px;
    color: #161616;
    line-height: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    padding-right: 22px;
    position: relative;
  }

  .nearest_show::before {
    position: absolute;
    content: "→";
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #161616;
    font-family: Roboto;
    right: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%);
  }

  .footer_wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer_left {
    width: 19%;
    margin-right: 6%;
  }

  .footer_links {
    margin-left: 25%;
    margin-top: 50px;
  }

  .footer_menu-wrapper {
    width: auto;
    margin-right: 87px;
  }

  .footer_links-message {
    margin-right: 30px;
  }

  /* .footer_links-message:nth-child(1) svg {
    width: 10px;
    height: 19px;
  }

  .footer_links-message:nth-child(2) svg {
    width: 16px;
    height: 16px;
  } */

  .footer_links-message:nth-child(1) svg {
    width: 17px;
    height: 10px;
  }

  .footer_links-message:nth-child(2) svg {
    width: 17px;
    height: 17px;
  }

  .header_inner-container {
    max-width: 670px;
  }

  .header_inner-menu a {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .header_inner-message {
    width: 50px;
    height: 50px;
  }

  .popular_slide-inner {
    height: calc(100% - 48px);
  }

  .crumbs {
    display: none;
  }

  .masters_page {
    padding: 100px 0;
  }

  .masters_page-text {
    font-size: 12px;
    width: 630px;
  }

  .masters_page-title {
    width: 300px;
    margin-right: 0;
    line-height: 32px;
    font-size: 28px;
  }

  .masters_page-info {
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .form_search {
    width: 172px;
    margin-right: 0;
  }

  .masters_page-top {
    justify-content: space-between;
    align-items: flex-end;
  }

  .masters_page-links {
    width: 632px;
  }

  .masters_page-links a.active {
    width: 22px;
    height: 22px;
    margin-right: 13px;
    margin-left: -6px;
  }

  .form_search-inp {
    font-size: 12px;
  }

  .masters_page-links a {
    margin-right: 20px;
  }

  .masters_page-top {
    margin-bottom: 30px;
  }

  .masters_page-item {
    width: 22%;
    margin-right: 4%;
  }

  .masters_page-item:nth-child(3n) {
    margin-right: 4%;
  }

  .masters_page-item:nth-child(4n) {
    margin-right: 0;
  }

  .masters_page-item_img {
    width: 120px;
    height: 120px;
  }

  .masters_page-item_prof {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 8px;
  }

  .masters_page-item_name {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .masters_page-item_text {
    line-height: 140%;
    font-size: 10px;
  }

  .master_card {
    padding: 100px 0;
  }

  .master_card-inner {
    width: 630px;
  }

  .master_card-info {
    width: 550px;
  }

  .master_card-img {
    width: 296px;
    height: 296px;
    margin-right: 40px;
  }

  .master_card-img_wrapper {
    width: 296px;
    margin-right: 40px;
  }

  .master_card-wrapper {
    justify-content: flex-start;
  }

  .master_card-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .master_card-info {
    flex-direction: column;
  }

  .master_card-items {
    margin-bottom: 40px;
    width: 100%;
  }

  .master_card-item_title {
    font-size: 10px;
    min-width: 100px;
    margin-right: 5px;
  }

  .master_card-item_value {
    line-height: 14px;
    font-size: 12px;
  }

  .master_card-item {
    margin-bottom: 20px;
  }

  .master_card-item_message {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .master_card-item_message:nth-child(2) svg {
    width: 15px;
    height: 15px;
  }

  .master_card-item_message:nth-child(3) svg {
    width: 16px;
    height: 10px;
  }

  .master_card-item_message:nth-child(4) svg {
    width: 9px;
    height: 18px;
  }

  .master_card-text {
    width: 100%;
    font-size: 12px;
  }

  .master_card-link {
    margin-bottom: 100px;
  }

  .master_card-award_year {
    font-size: 12px;
    min-width: 60px;
    width: 60px;
    margin-right: 12px;
  }

  .master_card-award_title {
    font-size: 10px;
  }

  .master_card-awrads_wrapper {
    margin-left: 336px;
  }

  .teach_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .footer_menu-title {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footer_links-title {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 25px;
  }

  .news_page {
    padding: 100px 0;
  }

  .news_page-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 60px;
  }

  .news_page .form_search {
    width: 211px;
  }

  .news_page-wrapper .news_item {
    height: 308px;
  }

  .pagin a {
    font-size: 16px;
    margin: 0 5px;
  }

  .pagin .prev {
    margin-right: 30px;
  }

  .pagin .next {
    margin-left: 30px;
  }

  .header_search-inp {
    font-size: 35px;
  }

  .jsCalendar {
    width: 310px;
  }

  .form_block-calendar {
    width: 296px;
    height: 40px;
  }

  .form_block-calendar::before {
    width: 40px;
    height: 40px;
  }

  .jsCalendar tbody td,
  .jsCalendar thead .jsCalendar-week-days th {
    height: 37px;
    line-height: 37px;
    width: 37px;
  }

  .news_inner {
    padding: 100px 0;
  }

  .news_inner-img_wrapper {
    width: 296px;
    height: 166px;
  }

  .news_inner-title {
    padding-left: 336px;
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .publication_inner .news_inner-title {
    padding-left: 0;
    width: 100%;
  }

  .news_inner-wrapper {
    padding-left: 336px;
    width: 884px;
  }

  .publication_inner .news_inner-wrapper {
    padding-left: 0;
    width: 548px;
  }

  .news_inner-info p {
    font-size: 12px;
  }

  .news_inner-item {
    font-size: 12px;
  }

  .news_inner-info {
    font-size: 12px;
  }

  .gallery_title {
    line-height: 32px;
    font-size: 28px;
  }

  .gallery_slide {
    height: 141px;
    width: 212px;
  }

  .gallery_slide.big {
    height: 166px;
    width: 125px;
  }

  .gallery {
    padding-bottom: 100px;
  }

  .news_inner-info ul {
    font-size: 12px;
  }

  .main_slider-right {
    right: calc(50% - 320px);
  }

  .main_slider-left {
    left: calc(50% - 320px);
  }

  .publications_page {
    padding: 100px 0;
  }

  .publications_page-title {
    line-height: 32px;
    font-size: 28px;
  }

  .publications_page-wrapper .news_item {
    height: 449px;
  }

  .publications_page .form_search {
    width: 211px;
  }

  .about_main {
    padding: 100px 0;
  }

  .about_main-img {
    height: 296px;
    width: 296px;
  }

  .about_main-info {
    width: calc(100% - 336px);
    padding-top: 30px;
  }

  .about_main-info::before {
    height: 296px;
    width: 296px;
    left: -84px;
  }

  .about_main-text {
    font-size: 22px;
  }

  .about_main-title {
    font-size: 12px;
    width: 290px;
    margin-bottom: 15px;
  }

  .about_main-subtitle {
    font-size: 12px;
  }

  .about_main-info::after {
    width: 59px;
    height: 44px;
    top: 41px;
  }

  .about_main-h1 {
    top: -60px;

    font-size: 28px;
  }

  .about_main-text {
    margin-top: -40px;
  }

  .about_numbers {
    padding: 90px 0;
  }

  .about_numbers-title {
    width: 325px;
    font-size: 22px;
    line-height: 26px;
  }

  .about_numbers-info {
    width: 595px;
    margin-top: 70px;
    margin-left: 10px;
  }

  .about_numbers-item {
    font-size: 12px;
  }

  .about_numbers-item span {
    line-height: 62px;
    font-size: 50px;
  }

  .about_numbers-text {
    font-size: 12px;
    margin-bottom: 50px;
  }

  .about_numbers-desc {
    width: 468px;
    margin-left: 128px;
    font-size: 12px;
    padding: 15px 15px 15px 62px;
  }

  .about_numbers-desc::before {
    height: 117px;
    width: 170px;
    left: -128px;
  }

  .about_steps-info,
  .about_steps-items {
    padding: 80px 0;
  }

  .about_steps-info {
    padding-right: 44px;
    width: 385px;
  }

  .about_steps-items {
    width: 555px;
    margin-left: 34px;
  }

  .about_steps-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .about_steps-text {
    font-size: 12px;
  }

  .about_steps-item_title {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .item_title::before {
    width: 35px;
    height: 35px;
  }

  .about_steps-item_text {
    font-size: 12px;
  }

  .about_steps-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .team_block {
    padding-top: 80px;
  }

  .team_slide-img {
    width: 155px;
    height: 155px;
    margin-bottom: 25px;
  }

  .team_slide-prof {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .team_slide-name {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .team_slide-text {
    font-size: 10px;
  }

  .team_block-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .partners {
    margin: 80px 0;
  }

  .partners_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .partners_slide {
    height: 125px;
  }

  .events_block-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 50px;
  }

  .events_block {
    padding-bottom: 100px;
  }

  .sale {
    padding: 100px 0;
  }

  .sale_title {
    line-height: 32px;
    font-size: 28px;
  }

  .sale_top {
    margin-bottom: 50px;
  }

  .select {
    min-width: 211px;
    font-size: 12px;
  }

  .sale_item-img {
    height: 155px;
  }

  .sale_item-info {
    padding: 15px 15px 10px;
    height: calc(100% - 155px);
  }

  .sale_item.done .sale_item-tag {
    top: 105px;
    left: 15px;
  }

  .sale_inner {
    padding: 100px 0 20px 0;
  }

  .sale_inner-img {
    width: 296px;
    height: 166px;
  }

  .sale_inner-info {
    margin-left: 336px;
  }

  .sale_inner h1,
  .sale_inner h2,
  .sale_inner h3,
  .sale_inner h4,
  .sale_inner h5,
  .sale_inner h6 {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .sale_inner-main-title {
    margin-left: 336px;
  }

  .sale_inner-date {
    font-size: 12px;
    margin-bottom: 45px;
  }

  .sale_inner-date span {
    font-size: 12px;
    margin-left: 28px;
  }

  .sale_inner li {
    font-size: 12px;
  }

  .sale_inner p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .courses_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .courses_slider .slick-track {
    padding-bottom: 79px;
  }

  .courses {
    padding-bottom: 100px;
  }

  .catalog {
    padding: 100px 0;
  }

  .catalog_info {
    margin-left: 0;
  }

  .catalog_aside {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    left: 0;
  }

  .catalog_wrapper {
    flex-direction: column;
  }

  .catalog_body {
    min-height: auto;
    margin-left: 0;
  }

  .catalog_body-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .catalog_body-top p {
    font-size: 12px;
    width: 500px;
    margin-bottom: 0;
    margin-right: 35px;
  }

  .catalog_body-left {
    flex-direction: row;
  }

  .catalog_body-select .select {
    width: 238px;
    height: 40px;
  }

  .catalog_body-top-title {
    margin-bottom: 40px;

    font-size: 28px;
    line-height: 38px;
  }

  .catalog_body-link {
    margin-right: 120px;
  }

  .catalog_body-top {
    margin-bottom: 50px;
  }

  .catalog_aside-format_title,
  .widgettitle,
  .catalog h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .catalog_aside-links a {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 12px;
  }

  .catalog_aside-format {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }

  .catalog_aside-mobile {
    display: block;
    background: #da432a;
    padding: 12px 43px;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    line-height: 14px;
  }

  .catalog_aside-mobile::before {
    position: absolute;
    content: "";
    background-image: url(source/img/catalog_aside.svg);
    background-size: cover;
    width: 14px;
    height: 13px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .catalog_aside-item,
  .berocket_single_filter_widget {
    display: inline-flex;
    flex-direction: column;
    width: 24%;
    padding-right: 40px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .catalog_aside-item:last-child,
  .berocket_single_filter_widget:last-child {
    margin-bottom: 25px;
    width: 300px;
  }

  .catalog_body-wrapper .popular_slide-img {
    height: 182px;
  }

  .catalog_body-wrapper .popular_slide-info {
    height: calc(100% - 182px);
    padding: 20px 15px 15px;
  }

  .catalog_body-wrapper .popular_slide-title {
    margin-bottom: 10px;
  }

  .video_block-item {
    height: 221px;
    width: 380px;
  }

  .video_block-info {
    width: 548px;
  }

  .video_block-info p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .video_block {
    padding-bottom: 100px;
  }

  .popular_slide-places {
    top: 145px;
  }

  .card_main {
    height: 305px;
  }

  .card_main-wrapper h1,
  .card_main-wrapper h2,
  .card_main-wrapper h3,
  .card_main-wrapper h4,
  .card_main-wrapper h5,
  .card_main-wrapper h6 {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 25px;
  }

  .card_info {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .card_info-left p,
  .card_info-left ul {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .card_info-left {
    width: 550px;
  }

  .card_info-left li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .card_info-left ul {
    margin-bottom: 30px;
  }

  .card_info-btn {
    /* width: 217px; */
    min-width: 217px;
    height: 48px;
    font-size: 12px;
  }

  .masters_card-title {
    font-size: 28px;
    line-height: 32px;
    /* margin-bottom: 30px; */
    margin-bottom: 25px;
  }

  .masters_card-link {
    position: relative;
    opacity: 1;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
    font-size: 12px;
  }

  .masters_card-slide {
    flex-direction: column;
    padding: 30px 30px 30px 178px;
  }

  .masters_card-img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 138px;
    height: 138px;
  }

  .masters_card-prof {
    display: none;
  }

  .masters_card-person {
    width: 100%;
  }

  .masters_card-name {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 17px;
  }

  .masters_card-info {
    width: 100%;
    margin-top: 0;
  }

  .masters_card-text {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .masters_card-subtext {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .masters_card {
    margin-bottom: 100px;
  }

  .card_course-item {
    padding: 100px 60px;
  }

  .card_course-item_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .card_course-item li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .card_course-item p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .card_course-btn {
    /* width: 153px; */
    min-width: 153px;
    height: 50px;
    font-size: 12px;
  }

  .card_course {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .course_steps {
    padding: 100px 0;
  }

  .course_steps-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 60px;
  }

  .course_steps-item {
    margin-bottom: 50px;
  }

  .course_steps-btn {
    /* width: 153px; */
    min-width: 153px;
    height: 48px;
    font-size: 12px;
  }

  .course_literature {
    padding: 100px 0;
  }

  .course_literature-title {
    width: 300px;
    line-height: 32px;
    font-size: 28px;
  }

  .course_literature-items {
    width: 630px;
  }

  .course_literature-item {
    font-size: 10px;
  }

  .tariff_title {
    line-height: 32px;
    font-size: 28px;
    margin-right: 178px;
  }

  .tariff_info {
    margin-bottom: 50px;
  }

  .tariff_item {
    width: 296px;
    padding: 40px 10px 30px 20px;
  }

  .tariff_item li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .tariff_item-price_new {
    margin: 0 20px;
  }

  .tariff {
    margin-bottom: 90px;
  }

  .course_sale-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .course_sale {
    padding-bottom: 90px;
  }

  .course_sale-wrapper .slick-track {
    padding-bottom: 79px;
  }

  .course_reviews {
    padding: 90px 0;
  }

  .course_reviews .reviews_slide-title {
    width: 100%;
  }

  .course_place {
    padding: 70px 0;
  }

  .course_place-map {
    height: 296px;
    width: 548px;
  }

  .course_place-info {
    width: 420px;
    padding: 40px 20px 40px 40px;
  }

  .course_place-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .course_place-text {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .course_place-btn {
    height: 48px;
    width: 153px;
    font-size: 12px;
  }

  .cart .container {
    max-width: 998px;
  }

  .cart {
    padding: 100px 0;
  }

  .cart_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .cart_right {
    width: 290px;
  }

  .cart_left {
    width: 645px;
  }

  .cart_item-img {
    width: 76px;
    height: 51px;
    margin-right: 16px;
  }

  .cart_item-title {
    width: 300px;
    margin-right: 85px;
  }

  .cart_left-titles {
    padding: 14px 35px 14px 110px;
    margin-bottom: 20px;
  }

  .cart_left-title:nth-child(1) {
    margin-right: 175px;
  }

  .cart_left-title:nth-child(2) {
    margin-right: 60px;
  }

  .cart_item {
    padding: 20px 15px;
  }

  .cart_items {
    margin-bottom: 30px;
  }

  .cart_coupon-inp {
    height: 41px;
  }

  .cart_coupon-btn {
    height: 41px;
  }

  .cart_right-total {
    font-size: 18px;
  }

  .order {
    padding: 100px 0;
  }

  .order_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .order_item-title {
    font-size: 10px;
    margin-left: 15px;
  }

  .order_left {
    width: 638px;
  }

  .order_items {
    margin-bottom: 40px;
  }

  .order_btn {
    height: 58px;
    font-size: 14px;
  }

  .order_ways {
    margin-bottom: 25px;
  }

  .order_items .chek_wrapper {
    margin-top: 20px;
  }

  .order_item-select:nth-child(1) .select {
    min-width: 70px;
    margin-right: 10px;
  }

  .order_item-select:nth-child(2) .select {
    margin-right: 10px;
    min-width: 118px;
  }

  .order_item-select .select {
    height: 40px;
  }

  .order_log-btn {
    width: 230px;
    height: 58px;
    margin-top: 30px;
    font-size: 14px;
  }

  .login {
    padding: 100px 0;
  }

  .login_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .cabinet {
    padding: 100px 0;
  }

  .cabinet_right {
    width: 100%;
    margin-left: 30px;
  }

  .cabinet_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .cabinet_item-link {
    font-size: 14px;
  }

  .cabinet_orders-title {
    font-size: 12px;
  }

  .cabinet_orders-value {
    font-size: 14px;
  }

  .cabinet_orders-value:nth-child(5) {
    font-size: 16px;
  }

  .cabinet_orders-item span {
    right: 10px;
    width: 12px;
  }

  .payment_page {
    padding: 100px 0;
  }

  .payment_page-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .payment_page p {
    font-size: 12px;
  }

  .documentation {
    padding: 100px 0;
  }

  .documentation_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .documentation_item {
    padding: 15px 20px;
    font-size: 12px;
  }

  .policy {
    padding: 100px 0;
  }

  .policy_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .policy .policy_сontent p,
  .policy .policy_сontent div {
    font-size: 12px;
    max-width: 800px;
  }

  .error {
    padding: 100px 0;
  }

  .error_info {
    width: 325px;
    margin-right: 181px;
  }

  .error_wrapper {
    align-items: center;
  }

  .error_subtitle {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .error_img {
    width: 378px;
    transform: translateY(-65px);
  }

  .faq {
    padding: 100px 0;
  }

  .faq_title {
    line-height: 32px;
    font-size: 28px;
  }

  .faq_items {
    width: 635px;
    padding-top: 50px;
    margin-left: 40px;
  }

  .faq_aside {
    padding-top: 50px;
  }

  .faq_aside {
    width: 212px;
  }

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

  .faq_aside-links a {
    font-size: 12px;
    padding: 15px 0 15px 20px;
  }

  .faq_aside-links {
    margin-bottom: 30px;
  }

  .faq_aside-text {
    font-size: 12px;
  }

  .faq_item-title {
    font-size: 12px;
    padding-left: 29px;
  }

  .faq_item-text {
    font-size: 12px;
    padding-left: 29px;
  }

  .contacts_page {
    padding: 100px 0 120px;
  }

  .contacts_page-left {
    width: 325px;
    margin-right: 0;
  }

  .contacts_page-title {
    line-height: 32px;
    font-size: 28px;
  }

  .contacts_page-content {
    width: 632px;
    margin-top: 82px;
  }

  .contacts_page-wrapper {
    justify-content: space-between;
  }

  .contacts_page-tab {
    font-size: 12px;
    padding: 15px 40px 15px 40px;
  }

  .contacts_page-item {
    width: 296px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .contacts_page-item_title {
    margin-bottom: 20px;
  }

  .contacts_page-messange {
    width: 50px;
    height: 50px;
  }

  .contacts_page-messange:nth-child(1) svg {
    width: 9px;
    height: 18px;
  }

  .contacts_page-messange:nth-child(2) svg {
    width: 16px;
    height: 16px;
  }

  .contacts_page-messange:nth-child(3) svg {
    width: 17px;
    height: 10px;
  }

  .contacts_page-messange:nth-child(4) svg {
    width: 17px;
    height: 17px;
  }

  .contacts_page-wrapper {
    margin-bottom: 70px;
  }

  .contacts_page-map {
    height: 361px;
    width: 548px;
  }

  .contacts_page-subtitle {
    margin-bottom: 20px;
  }

  .events_block-slider .news_item-title {
    font-size: 14px;
  }

  .about_main-img img {
    width: 105%;
    height: 105%;
    position: relative;
    right: 60%;
    top: 50%;
    transform: translate(50%, -50%);
  }

  .about_main-img {
    position: relative;
  }

  .catalog_body-wrapper .popular_slide-time {
    font-size: 10px;
  }

  .catalog_body-wrapper .popular_slide-time span {
    font-size: 12px;
  }

  .catalog_body-wrapper .popular_slide-price span:before,
  .catalog_body-wrapper .popular_slide-btn span:before {
    left: 20%;
  }

  .catalog_body-wrapper .popular_slide-price span::after,
  .catalog_body-wrapper .popular_slide-btn span:after {
    right: 20%;
  }

  .select-styled {
    left: 10px;
  }

  .select-styled::after {
    right: 10px;
  }

  .catalog_aside-inner {
    display: none;
  }

  .catalog_info-block h1,
  .catalog_info-block h2,
  .catalog_info-block h3,
  .catalog_info-block h4,
  .catalog_info-block h5,
  .catalog_info-block h6 {
    width: 180px;
  }

  .catalog_info-block p {
    width: 700px;
  }

  .master_card-link {
    font-size: 12px;
  }

  .news_inner-quote::before {
    width: 15px;
    height: 15px;
    background-size: 8px 6px;
  }

  .publications_page-wrapper .news_item-title {
    min-height: 36px;
  }

  .card_course-item:last-child {
    padding: 80px 0 80px 40px;
    width: 44%;
  }

  .card_course-item:first-child {
    width: 56%;
  }

  .course_reviews .reviews_slide-top {
    flex-direction: row;
  }

  .course_reviews .reviews_slide-name {
    font-size: 14px;
  }

  .course_reviews .reviews_slide-text {
    font-size: 14px;
  }

  .course_reviews .reviews_slide-title {
    line-height: 20px;
    font-size: 12px;
  }

  .error,
  .about,
  .cabinet,
  .card_main,
  .catalog,
  .cart,
  .contacts_page,
  .documentation,
  .faq,
  .login,
  .master_card,
  .masters_page,
  .news_inner,
  .news_page,
  .order,
  .policy,
  .payment_page,
  .publications_page,
  .sale_inner,
  .sale,
  .main {
    margin-top: 78px;
  }

  .crumbs {
    margin-top: 118px;
  }

  .info_block-top {
    margin-bottom: 80px;
  }

  .masters_page-items {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }

  .masters_page-item {
    width: 100%;
    margin-right: 0;
  }
}
/* aab */
@media (max-width: 991.98px) {
  .masters_page-items {
    display: flex;
  }

  .container {
    max-width: 630px;
  }

  .menu {
    display: none;
  }

  .nearest {
    padding: 90px 0;
  }

  .header_card {
    margin-right: 83px;
  }

  .header {
    padding: 10px 0;
  }

  .header_search-btn {
    margin-right: 30px;
    width: 16px;
    height: 16px;
  }

  .header_user {
    margin-right: 30px;
    width: 14px;
    height: 16px;
  }

  .header_card {
    width: 13px;
    height: 16px;
  }

  .main_slider {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .main_slide {
    transform: scale(1);
    transition: all 0s 0s;
    height: auto;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
  }

  .main_slide::before {
    display: none;
  }

  .main_slider .slick-track {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .main_slide img {
    position: relative;
    height: 318px;
    margin-bottom: 30px;
  }

  .main_slide:not(.slick-current) .main_slide-title {
    opacity: 1;
  }

  .main_slide-title {
    line-height: 37px;
    font-size: 30px;
  }

  .main_slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .main_slider picture {
    width: 100%;
  }

  .teach_item-title {
    margin-bottom: 7px;
  }

  .main_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
  }

  .main_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .main_tags ul {
    margin-top: 95px;
    flex-wrap: wrap;
  }

  .main_tags ul a {
    margin-bottom: 10px;
    display: block;
    padding: 5px 18px;
    margin-right: 10px;
  }

  .popular {
    padding: 90px 0;
  }

  .popular_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .popular_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .popular_slider .slick-dots-total,
  .popular_slider .slick-dots-current,
  .popular_slider .slick-dots-separator {
    display: none;
  }

  .popular_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .popular_slider .slick-dots li {
    display: block;
  }

  .popular_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .popular_slider .slick-track {
    padding-bottom: 53px;
  }

  .popular_slide-img {
    height: 171px;
  }

  .popular_slide-btn::after {
    right: 20%;
  }

  .popular_slide-btn::before {
    left: 0%;
  }

  .nearest_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

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

  .nearest_item {
    width: 46.5%;
    margin-right: 0;
  }

  .nearest_item:nth-child(4n) {
    margin-right: 0;
  }

  .nearest_item-img {
    height: 171px;
  }

  .nearest_item-info {
    height: calc(100% - 171px);
    min-height: 190px;
  }

  .teach {
    padding: 90px 0 50px;
  }

  .teach_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 35px;
  }

  .teach_item {
    width: 28%;
    margin: 0 0 40px;
  }

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

  .pick_up-wrapper {
    flex-direction: column;
  }

  .main_slider .main_slide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .pick_up {
    padding: 60px 0;
  }

  .pick_up-img {
    width: 100%;
    display: flex;
  }

  .pick_up-info {
    width: 100%;
    padding: 60px 30px;
  }

  .pick_up-title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 25px;
  }

  .pick_up-text {
    margin-bottom: 20px;
  }

  .masters {
    padding: 90px 0;
  }

  .masters_top {
    margin-bottom: 45px;
  }

  .masters_title {
    line-height: 30px;
    font-size: 26px;
  }

  .masters_item {
    width: 29%;
    margin-right: 6.5%;
  }

  .masters_item:nth-child(4n) {
    margin-right: 6.5%;
  }

  .masters_item:nth-child(3n) {
    margin-right: 0;
  }

  .news {
    padding: 90px 0 50px;
  }

  .news_top {
    flex-wrap: wrap;
    position: relative;
  }

  .news_left {
    flex-wrap: wrap;
  }

  .news_title {
    width: 100%;
    margin-right: 0;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .news_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .news_link_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .news_tab {
    padding: 15px 39px;
  }

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

  .news_item {
    width: 46%;
    margin: 0 0 40px;
    height: 290px;
    padding: 10px 15px;
  }

  .header_search-but {
    background: none;
    font-size: 0;
    width: 20px;
    height: 20px;
  }

  .header_search-but::before {
    background-image: url(source/img/search.svg);
  }

  .news_items {
    width: 100%;
    flex-direction: row;
  }

  .news_items .news_item {
    width: 46%;
    height: 290px;
  }

  .news_wrapper.publications .news_item {
    width: 48%;
    margin-right: 0;
    height: 360px;
  }

  .news_wrapper.publications .news_item:nth-child(3n) {
    margin-right: 0;
  }

  .reviews {
    padding: 80px 0;
  }

  .reviews_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .reviews_slide {
    padding: 30px 15px;
  }

  .reviews_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .reviews_slider .slick-dots-total,
  .reviews_slider .slick-dots-current,
  .reviews_slider .slick-dots-separator {
    display: none;
  }

  .reviews_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .reviews_slider .slick-dots li {
    display: block;
  }

  .reviews_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .reviews_slider .slick-track {
    padding-bottom: 53px;
  }

  .reviews_slider {
    padding-bottom: 0;
  }

  .info_block-wrapper {
    flex-direction: column;
  }

  .info_block h1,
  .info_block h2,
  .info_block h3,
  .info_block h4,
  .info_block h5,
  .info_block h6 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }

  .info_block-top__title-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .info_block-top__title-wrapper .popular_slide-btn {
    width: 35%;
    margin-left: 0;
    margin-top: 0;
  }

  .info_block .wrapper-text {
    width: 100%;
  }

  .footer_menu-wrapper {
    width: 33%;
    margin-right: 0;
  }

  .footer_left {
    width: 33%;
    order: 1;
    margin-right: 0;
    margin-top: 40px;
  }

  .footer_links {
    margin-left: 0;
    order: 2;
  }

  .footer_links {
    margin-top: 64px;
  }

  .footer_links-message {
    margin-right: 20px;
  }

  .footer_menu-title {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footer_bot-item {
    max-width: 290px;
  }

  .header_inner-container {
    max-width: 630px;
    flex-wrap: wrap;
  }

  .header_inner.active {
    padding: 130px 0;
  }

  .header_inner-menu a {
    margin-bottom: 20px;
  }

  .header_inner-menu {
    width: 33%;
  }

  .header_inner-messages {
    flex-direction: row;
    margin-top: 70px;
  }

  .header_inner-message {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .masters_page {
    padding: 90px 0;
  }

  .masters_page-title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 35px;
  }

  .masters_page-links {
    width: 385px;
    padding: 5px 12px 6px;
  }

  .masters_page-text {
    display: none;
  }

  .masters_page-info {
    margin-bottom: 0;
  }

  .masters_page-top {
    margin-bottom: 25px;
  }

  .masters_page-item {
    width: 29%;
    margin-right: 6.5%;
  }

  .masters_page-item:nth-child(4n) {
    margin-right: 6.5%;
  }

  .masters_page-item:nth-child(3n) {
    margin-right: 0;
  }

  .masters_page-item_img {
    width: 172px;
    height: 172px;
  }

  .masters_page-link_wrapper {
    margin-top: 5px;
  }

  .master_card {
    padding: 90px 0;
  }

  .master_card-inner {
    width: 380px;
  }

  .master_card-img {
    width: 172px;
    height: 172px;
  }

  .master_card-img_wrapper {
    width: 0;
    margin-right: 0;
  }

  .master_card-info {
    width: 100%;
  }

  .master_card-title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .master_card-link {
    margin-bottom: 90px;
  }

  .master_card-awrads_wrapper {
    margin-left: 0;
  }

  .master_card-inner {
    width: 100%;
  }

  .master_card-wrapper {
    position: relative;
  }

  .master_card-img {
    position: absolute;
    left: 0;
    top: 75px;
  }

  .master_card-info {
    padding-left: 203px;
  }

  .master_card-link {
    margin-left: 203px;
  }

  .footer_bot-item {
    font-size: 12px;
  }

  .news_page {
    padding: 90px 0;
  }

  .news_page-title {
    text-align: left;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .news_page .form_search {
    width: 172px;
  }

  .news_page-wrapper .news_item {
    width: 46%;
    margin-right: 0;
    height: 290px;
  }

  .news_page-wrapper {
    justify-content: space-between;
  }

  .news_page-wrapper .news_item:nth-child(4n) {
    margin-right: 0;
  }

  .news_page-top {
    margin-bottom: 25px;
  }

  .form_block-calendar {
    width: 276px;
  }

  .jsCalendar {
    width: 286px;
  }

  .jsCalendar tbody td,
  .jsCalendar thead .jsCalendar-week-days th {
    height: 34px;
    line-height: 34px;
    width: 34px;
  }

  .main {
    padding: 50px 0 30px;
  }

  .main_slider-left,
  .main_slider-right {
    display: none;
  }

  .news_inner {
    padding: 90px 0;
  }

  .news_inner-img_wrapper {
    height: 96px;
    position: relative;
    top: auto;
    left: auto;
    width: 172px;
  }

  .news_inner-title {
    padding-left: 0;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
    max-width: 100%;
  }

  .publication_inner .news_inner-title {
    padding-left: 0;
    width: 100%;
  }

  .news_inner-wrapper {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }

  .publication_inner .news_inner-wrapper {
    padding-left: 0;
    width: 100%;
  }

  .news_inner-info {
    width: 385px;
  }

  .news_inner-date {
    display: block;
    font-size: 12px;
    margin-bottom: 45px;
  }

  .news_inner-date span {
    font-size: 12px;
  }

  .news_inner-item {
    display: inline;
  }

  .news_inner-quote {
    padding-left: 30px;
  }

  .gallery_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .gallery_slide {
    margin: 0 13px;
    height: 116px;
    width: 172px;
  }

  .gallery_slide.big {
    height: 140px;
    width: 100px;
  }

  .gallery {
    padding-bottom: 90px;
  }

  .gallery_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .gallery_slider .slick-dots-total,
  .gallery_slider .slick-dots-current,
  .gallery_slider .slick-dots-separator {
    display: none;
  }

  .gallery_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .gallery_slider .slick-dots li {
    display: block;
  }

  .gallery_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .gallery_slider .slick-track {
    padding-bottom: 53px;
  }

  .publications_page {
    padding: 90px 0;
  }

  .publications_page-title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .publications_page .form_search {
    width: 172px;
  }

  .publications_page-top {
    margin-bottom: 25px;
  }

  .publications_page-wrapper .news_item {
    width: 48%;
    height: 423px;
    margin-right: 0;
  }

  .publications_page-wrapper {
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .publications_page-wrapper .news_item:nth-child(4n) {
    margin-right: 0;
  }

  .about_main {
    padding: 70px 0 90px;
  }

  .about_main-img {
    width: 278px;
    height: 278px;
    margin-right: 30px;
  }

  .about_main-info {
    width: calc(100% - 308px);
    padding-top: 55px;
  }

  .about_main-text {
    font-size: 20px;
  }

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

  .about_main-info::before {
    width: 278px;
    height: 278px;
    top: 0;
    transform: none;
  }

  .about_main-title {
    margin-bottom: 10px;
  }

  .about_main-info::after {
    top: 45px;
  }

  .about_main-h1 {
    top: -50px;

    font-size: 22px;
  }

  .about_numbers-wrapper {
    flex-direction: column;
  }

  .about_numbers-title {
    width: 100%;
    margin-bottom: 45px;
  }

  .about_numbers-info {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }

  .about_steps-items {
    width: 270px;
    margin-left: 40px;
  }

  .about_steps-title {
    line-height: 28px;
    margin-bottom: 45px;
    font-size: 24px;
  }

  .about_steps-info {
    padding-right: 40px;
    width: 278px;
  }

  .about_steps-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .team_block-title {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 45px;
  }

  .team_slide-img {
    width: 172px;
    height: 172px;
    margin-bottom: 20px;
  }

  .team_slider {
    padding-bottom: 53px;
  }

  .team_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .team_slider .slick-dots-total,
  .team_slider .slick-dots-current,
  .team_slider .slick-dots-separator {
    display: none;
  }

  .team_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .team_slider .slick-dots li {
    display: block;
  }

  .team_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .partners {
    margin: 95px 0 90px;
  }

  .partners_title {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 45px;
  }

  .partners_slide {
    height: 72px;
  }

  .partners_slider {
    padding-bottom: 53px;
  }

  .partners-catalog_slider {
    padding-bottom: 30px;
  }

  .partners_slider .slick-dots,
  .partners-catalog_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .partners_slider .slick-dots-total,
  .partners-catalog_slider .slick-dots-total,
  .partners_slider .slick-dots-current,
  .partners-catalog_slider .slick-dots-current,
  .partners_slider .slick-dots-separator,
  .partners-catalog_slider .slick-dots-separator {
    display: none;
  }

  .partners_slider .slick-dots button,
  .partners-catalog_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .partners_slider .slick-dots li,
  .partners-catalog_slider .slick-dots li {
    display: block;
  }

  .partners_slider .slick-dots .slick-active button,
  .partners-catalog_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .events_block-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 45px;
  }

  .events_block {
    padding-bottom: 100px;
  }

  .events_block-slider {
    padding-bottom: 53px;
  }

  .events_block-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .events_block-slider .slick-dots-total,
  .events_block-slider .slick-dots-current,
  .events_block-slider .slick-dots-separator {
    display: none;
  }

  .events_block-slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .events_block-slider .slick-dots li {
    display: block;
  }

  .events_block-slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .sale {
    padding: 90px 0;
  }

  .sale_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .sale_top {
    margin-bottom: 0;
  }

  .sale_item {
    width: 46%;
    margin-right: 0;
    margin-bottom: 45px;
  }

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

  .sale_item-img {
    height: 145px;
  }

  .sale_item-info {
    padding: 15px 15px 10px;
    height: calc(100% - 145px);
  }

  .sale_item-date {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .sale_item-title {
    font-size: 12px;
  }

  .sale_wrapper {
    margin-bottom: 0;
  }

  .sale_item.done .sale_item-tag {
    top: 105px;
    left: 15px;
    line-height: 14px;
    font-size: 10px;
  }

  .sale_inner {
    padding: 90px 0 40px 0;
  }

  .sale_inner h1,
  .sale_inner h2,
  .sale_inner h3,
  .sale_inner h4,
  .sale_inner h5,
  .sale_inner h6 {
    margin-left: 0;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .sale_inner-img {
    position: relative;
    height: 96px;
    width: 172px;
    left: 0;
  }

  .sale_inner-info {
    margin-left: 0;
    width: 385px;
  }

  .courses_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .courses_slider .slick-track {
    padding-bottom: 53px;
  }

  .courses_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .courses_slider .slick-dots-total,
  .courses_slider .slick-dots-current,
  .courses_slider .slick-dots-separator {
    display: none;
  }

  .courses_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .courses_slider .slick-dots li {
    display: block;
  }

  .courses_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .courses {
    padding-bottom: 150px;
  }

  .catalog {
    padding: 90px 0;
  }

  .catalog_body-title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .catalog_body-top {
    flex-wrap: wrap;
  }

  .catalog_body-top-title {
    margin-bottom: 35px;

    font-size: 26px;
    line-height: 32px;
  }

  .catalog_body-link {
    margin-right: 0;
  }

  .catalog_body-select {
    margin-top: 30px;
  }

  .catalog_body-top {
    margin-bottom: 30px;
  }

  .catalog_aside-item {
    width: 49%;
  }

  .berocket_single_filter_widget {
    width: 100%;
  }

  .catalog_aside {
    margin-bottom: 45px;
  }

  .catalog_body-wrapper {
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .catalog_body-wrapper .popular_slide {
    width: 46%;
    margin-right: 0;
  }

  .catalog_body-wrapper .popular_slide-img {
    height: 171px;
  }

  .popular_slide-places {
    top: 130px;
  }

  .catalog_body-wrapper .popular_slide-info {
    height: calc(100% - 171px);
  }

  .video_block-wrapper {
    flex-direction: column-reverse;
  }

  .video_block-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .video_block {
    padding-bottom: 90px;
  }

  .video_popup {
    width: 740px;
    height: 400px;
  }

  .card_main {
    flex-direction: column;
    height: auto;
  }

  .card_main-img {
    position: relative;
    height: 401px;
    width: 100%;
  }

  .card_main-wrapper h1,
  .card_main-wrapper h2,
  .card_main-wrapper h3,
  .card_main-wrapper h4,
  .card_main-wrapper h5,
  .card_main-wrapper h6 {
    font-size: 26px;
    line-height: 30px;
    color: #161616;
    margin-bottom: 20px;
    margin-top: 45px;
  }

  .card_main-date {
    font-size: 12px;
  }

  .card_main-date span {
    font-size: 14px;
    color: #6f6f6f;
  }

  .card_main-wrapper {
    padding-bottom: 0;
  }

  .card_info {
    margin-top: 45px;
    margin-bottom: 60px;
  }

  .card_info-wrapper {
    flex-direction: column;
    padding-bottom: 78px;
    position: relative;
  }

  .card_info-left p,
  .card_info-left ul {
    margin-bottom: 20px;
  }

  .card_info-left li {
    margin-bottom: 10px;
  }

  .card_info-left ul {
    margin-bottom: 40px;
  }

  .card_info-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .masters_card-title {
    line-height: 30px;
    font-size: 26px;
    /* margin-bottom: 25px; */
    margin-bottom: 20px;
  }

  .masters_card-slide {
    padding: 10px 10px 20px;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
  }

  .masters_card-img {
    position: relative;
    transform: none;
    top: auto;
    width: 122px;
    left: auto;
    height: 122px;
  }

  .masters_card-person {
    width: 115px;
  }

  .masters_card-name {
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 12px;
  }

  .masters_card-text {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
  }

  .masters_card {
    margin-bottom: 90px;
  }

  .tariffs_card-slider .slick-track {
    padding-bottom: 53px;
  }

  .masters_card-slider .slick-track {
    padding-bottom: 0;
  }

  .masters_card-slider .slick-dots,
  .tariffs_card-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .masters_card-slider .slick-dots-total,
  .masters_card-slider .slick-dots-current,
  .masters_card-slider .slick-dots-separator,
  .tariffs_card-slider .slick-dots-total,
  .tariffs_card-slider .slick-dots-current,
  .tariffs_card-slider .slick-dots-separator {
    display: none;
  }

  .masters_card-slider .slick-dots button,
  .tariffs_card-slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .masters_card-slider .slick-dots li,
  .tariffs_card-slider .slick-dots li {
    display: block;
  }

  .masters_card-slider .slick-dots .slick-active button,
  .tariffs_card-slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .card_course-item {
    padding: 90px 15px;
    width: 47%;
  }

  .card_course-item:first-child,
  .card_course-item:last-child {
    width: 47%;
  }

  .card_course-item_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .card_course-item li {
    margin-bottom: 10px;
  }

  .card_course-item ul {
    margin-bottom: 20px;
  }

  .card_course {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .course_steps {
    padding: 90px 0;
  }

  .course_steps-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 45px;
    text-align: center;
  }

  .course_steps-item {
    width: 47%;
    margin-right: 0;
    padding: 0;
  }

  .course_steps-wrapper {
    justify-content: space-between;
  }

  .course_steps-item_title {
    padding-left: 85px;
    font-size: 10px;
  }

  .course_steps-week {
    font-size: 10px;
    width: 90px;
  }

  .course_steps-wrapper {
    margin-bottom: -20px;
  }

  .course_literature {
    padding: 90px 0;
  }

  .course_literature-wrapper {
    flex-direction: column;
  }

  .course_literature-title {
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 35px;
  }

  .course_literature-item {
    padding: 10px 0;
  }

  .tariff_title {
    line-height: 30px;
    font-size: 26px;
    margin-right: 118px;
  }

  .tariff_text {
    font-size: 12px;
  }

  .tariff_info {
    margin-bottom: 45px;
  }

  .tariff_item {
    width: 278px;
    margin-bottom: 40px;
    padding: 40px 10px 20px 15px;
  }

  .tariff_item:last-child {
    margin-bottom: 0;
  }

  .tariff_item-title {
    font-size: 12px;
  }

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

  .tariff_item li {
    padding-left: 14px;
  }

  .tariff_item li::before {
    width: 4px;
    height: 4px;
  }

  .tariff_item-price_new {
    line-height: 25px;
    font-size: 20px;
  }

  .tariff_item-price_old {
    line-height: 15px;
    font-size: 12px;
  }

  .tariff_item-btn {
    height: 48px;
    /* width: 132px; */
    min-width: 132px;
    font-size: 12px;
  }

  .tariff {
    margin-bottom: 80px;
  }

  .course_sale-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 45px;
  }

  .course_sale-wrapper .slick-track {
    padding-bottom: 53px;
  }

  .course_sale-wrapper .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .course_sale-wrapper .slick-dots-total,
  .course_sale-wrapper .slick-dots-current,
  .course_sale-wrapper .slick-dots-separator {
    display: none;
  }

  .course_sale-wrapper .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .course_sale-wrapper .slick-dots li {
    display: block;
  }

  .course_sale-wrapper .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .course_reviews .reviews_slide-title {
    width: 210px;
  }

  .course_reviews .reviews_slider .slick-dots button {
    background: #161616;
  }

  .course_reviews .reviews_slider .slick-dots .slick-active button {
    background: #da432a;
  }

  .reviews_slide-text a {
    display: inline-block;
  }

  .course_place {
    padding: 60px 0;
  }

  .course_place-wrapper {
    flex-direction: column;
  }

  .course_place-info {
    width: 100%;
    padding: 60px 110px 60px 30px;
  }

  .course_place-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .course_place-text {
    margin-bottom: 20px;
  }

  .course_place-map {
    width: 100%;
    height: 306px;
  }

  .course_literature-items {
    width: 100%;
  }

  .cart .container {
    max-width: 630px;
  }

  .cart_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .cart_wrapper {
    flex-direction: column;
  }

  .cart_left {
    width: 100%;
    margin-bottom: 25px;
  }

  .cart_right {
    width: 320px;
  }

  .cart_item-title {
    width: 270px;
  }

  .cart {
    padding: 90px 0;
  }

  .order_wrapper {
    flex-direction: column;
  }

  .order_left {
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
  }

  .order {
    padding: 90px 0;
  }

  .checkout .order_item.full {
    margin-top: 0;
  }

  .checkout #order_comments {
    height: 50px;
  }

  .order_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .order_subtitle {
    font-size: 14px;
  }

  .order_ways-ok {
    margin-top: 20px;
    font-size: 10px;
    width: 276px;
  }

  .order_log {
    margin-bottom: 40px;
  }

  .order_item-select:nth-child(3) .select {
    min-width: 80px;
  }

  .login {
    padding: 90px 0;
  }

  .login_wrapper {
    flex-direction: column;
  }

  .login_item {
    margin: 0 auto 50px;
  }

  .login_item:last-child {
    margin-bottom: 0;
  }

  .login_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .cabinet {
    padding: 90px 0;
  }

  .cabinet_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .cabinet_wrapper {
    flex-direction: column;
  }

  .cabinet_left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }

  .cabinet_links {
    flex-direction: row;
    margin-bottom: 0;
    z-index: 1;
  }

  .cabinet_links a {
    font-size: 12px;
    padding: 15px 20px;
  }

  .cabinet_right {
    width: 100%;
  }

  .cabinet_orders-titles {
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  .cabinet_orders-item {
    padding: 15px;
  }

  .cabinet_orders-value {
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .cabinet_orders-title {
    font-size: 10px;
  }

  .cabinet_orders-value:nth-child(5) {
    font-size: 14px;
  }

  .payment_page {
    padding: 90px 0;
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 40px;
  }

  .documentation {
    padding: 90px 0;
  }

  .documentation_title {
    line-height: 30px;
    font-size: 26px;
  }

  .documentation_item {
    width: 46%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .documentation_wrapper {
    justify-content: space-between;
    margin-bottom: -40px;
  }

  .policy {
    padding: 90px 0;
  }

  .policy_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .error {
    padding: 70px 0 90px;
  }

  .error_info {
    width: 330px;
    margin-right: 0;
  }

  .error_img {
    width: 232px;
    transform: translateY(0);
  }

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

  .error_subtitle {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .error_text {
    width: 278px;
  }

  .faq {
    padding: 90px 0;
  }

  .faq_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 60px;
  }

  .faq_wrapper {
    flex-direction: column;
  }

  .faq_aside {
    padding-top: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .faq_aside-wrapper {
    width: 100%;
  }

  .faq_aside-text {
    padding: 25px 20px;
    width: 290px;
  }

  .faq_aside-links {
    margin-right: 130px;
  }

  .faq_items {
    width: 100%;
    margin-left: 0;
    padding-top: 45px;
  }

  .contacts_page {
    padding: 90px 0;
  }

  .contacts_page-wrapper {
    flex-direction: column;
  }

  .contacts_page-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .contacts_page-content {
    margin-top: 0;
  }

  .contacts_page-title {
    line-height: 30px;
    font-size: 26px;
  }

  .contacts_page-item_title {
    font-size: 12px;
  }

  .contacts_page-item_link {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .contacts_page-content {
    width: 100%;
  }

  .contacts_page-item {
    width: 278px;
    margin-bottom: 40px;
  }

  .contacts_page-wrapper {
    margin-bottom: 60px;
  }

  .contacts_page-map {
    height: 391px;
    width: 278px;
  }

  .contacts_page-info {
    width: 285px;
  }

  .contacts_page-adres {
    font-size: 12px;
  }

  .contacts_page-subtitle {
    font-size: 12px;
  }

  .events_block-slider .news_item-title {
    font-size: 12px;
  }

  .about_main-img img {
    width: 112%;
    height: 112%;
  }

  .about_steps-items {
    padding-top: 90px;
  }

  .teach_about .teach_title {
    line-height: 26px;
    font-size: 22px;
  }

  .catalog_info-block h1,
  .catalog_info-block h2,
  .catalog_info-block h3,
  .catalog_info-block h4,
  .catalog_info-block h5,
  .catalog_info-block h6 {
    width: 100%;
    line-height: 26px;
    font-size: 22px;
  }

  .pagin .prev svg,
  .pagin .next svg {
    width: 8px;
    height: 12px;
  }

  .video_block-item span {
    width: 35px;
    height: 35px;
  }

  .video_block-item span svg {
    width: 9px;
    height: 9px;
  }

  .catalog_info-block p {
    font-size: 14px;
  }

  .course_reviews .reviews_slide-top {
    flex-direction: column;
  }

  .course_reviews .reviews_slide-name {
    font-size: 12px;
  }

  .course_reviews .reviews_slide-text {
    font-size: 12px;
  }

  .course_reviews .reviews_slide-title {
    line-height: 16px;
    font-size: 10px;
  }

  .masters_card-prof {
    line-height: 12px;
    font-size: 10px;
    display: block;
  }

  .card_course-item li::before {
    width: 4px;
    height: 4px;
    transform: none;
    top: 8px;
  }

  .card_course-item li {
    padding-left: 14px;
  }

  .catalog_body-left {
    width: 100%;
    justify-content: space-between;
  }

  .info_block-top {
    margin-bottom: 40px;
  }
}
/* aab */
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }

  .main_slider {
    max-width: 540px;
  }

  .main {
    padding: 20px 0 10px 0;
  }

  .main_slider .main_slide-title {
    font-size: 15px;
    line-height: 32px;
  }

  .card_course {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .course_steps {
    padding: 80px 0;
  }

  .nearest {
    padding: 80px 0;
  }

  .news_inner-info {
    width: 310px;
  }

  .about_main {
    padding: 60px 0 80px;
  }

  .about_main {
    flex-direction: column;
  }

  .about_main-img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    position: relative;
    padding-bottom: 100%;
  }

  .about_main-img img {
    position: absolute;
  }

  .about_main-info {
    width: 100%;
    padding-top: 0;
  }

  .about_main-info::before {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    right: 50%;
    left: auto;
    top: -45px;
    transform: translateX(50%);
  }

  .about_main-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .about_numbers-title {
    margin-bottom: 50px;
  }

  .about_numbers-items {
    flex-direction: column;
  }

  .about_numbers-item {
    margin-bottom: 40px;
  }

  .about_numbers-items {
    margin-bottom: 0;
  }

  .about_numbers-text {
    margin-bottom: 130px;
  }

  .about_numbers-desc {
    width: 100%;
    margin-left: 0;
    padding: 20px 15px;
  }

  .about_numbers-desc::before {
    height: 77px;
    top: -91px;
    left: 0;
    transform: none;
    width: 112px;
  }

  .about_steps-wrapper {
    flex-direction: column;
  }

  .about_steps-info {
    width: 100%;
    padding: 80px 0 40px;
  }

  .about_steps-info::before {
    right: 50%;
    transform: translateX(50%);
  }

  .about_steps-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .about_steps-items {
    width: 100%;
    margin-left: 0;
    padding: 50px 0 80px;
  }

  .team_block-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
  }

  .team_slide-img {
    width: 138px;
    height: 138px;
    margin-bottom: 15px;
  }

  .team_slider {
    padding-bottom: 35px;
  }

  .partners {
    margin: 80px 0;
  }

  .partners_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .partners_slide {
    margin: 0 7px;
    height: 52px;
  }

  .partners_slider {
    width: calc(100% + 14px);
    transform: translateX(-7px);
    padding-bottom: 0;
  }

  .events_block-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .events_block {
    padding-bottom: 80px;
  }

  .events_block-slider .slick-track {
    display: flex;
  }

  .events_block-slider .events_block-slide {
    height: inherit;
  }

  .events_block-slider .news_item {
    padding-top: 76%;
  }

  .main_slide img {
    height: auto;
  }

  .sale_inner-info {
    width: 310px;
  }

  .select-styled::after {
    right: 10px;
  }

  .order_item-select:nth-child(1) .select {
    min-width: 60px;
    margin-right: 5px;
  }

  .order_item-select:nth-child(2) .select {
    margin-right: 5px;
    min-width: 105px;
  }

  .order_item-select:nth-child(3) .select {
    min-width: 69px;
  }

  .cabinet_orders-titles {
    display: none;
  }

  .cabinet_orders-item {
    flex-direction: column;
  }

  .cabinet_orders-item span {
    top: 10px;
    transform: none;
  }

  .cabinet_orders-value {
    margin-bottom: 15px;
    position: relative;
  }

  .cabinet_orders-value::before {
    position: relative;
    content: "";
    font-size: 12px;
    line-height: 150%;
    color: #6f6f6f;
    margin-right: 5px;
  }

  .cabinet_orders-value:nth-child(1):before {
    content: "Наименование:";
  }

  .cabinet_orders-value:nth-child(2):before {
    content: "№:";
  }

  .cabinet_orders-value:nth-child(3):before {
    content: "Дата:";
  }

  .cabinet_orders-value:nth-child(4):before {
    content: "Статус:";
  }

  .cabinet_orders-value:nth-child(5):before {
    content: "Итого:";
  }

  .cabinet_orders-value:nth-child(5) {
    margin-bottom: 0;
  }

  .cabinet_orders-value:nth-child(1),
  .cabinet_orders-value:nth-child(2),
  .cabinet_orders-value:nth-child(3),
  .cabinet_orders-value:nth-child(4),
  .cabinet_orders-value:nth-child(5) {
    width: 100%;
  }

  .contacts_page-item {
    width: 240px;
  }

  .contacts_page-map {
    height: 360px;
    width: 215px;
  }

  .about_main-img img {
    right: 50%;
  }

  .about_main-info::after {
    top: -10px;
  }

  .catalog_body-left {
    flex-direction: column;
  }

  .catalog_body-top p {
    margin-bottom: 20px;
  }
}
/* aab */
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }

  .header_logo {
    width: 55px;
  }

  .header_card {
    margin-right: 40px;
  }

  .main_slider {
    max-width: 100%;
    padding: 0;
  }

  .main_slide img {
    margin-bottom: 10px;
  }

  .main_slide-title {
    line-height: 32px;
    font-size: 26px;
    padding: 0 15px;
  }

  .main_tags ul {
    margin-top: 75px;
  }

  .main_tags ul a {
    margin-right: 10px;
  }

  .popular {
    padding: 80px 0;
  }

  .popular_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .popular_slider .slick-track {
    padding-bottom: 43px;
  }

  .nearest_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .nearest_item {
    width: 100%;
  }

  .nearest_item-btn::after {
    right: 20%;
  }

  .nearest_item-btn::before {
    left: 0;
  }

  .teach {
    padding: 80px 0 40px;
  }

  .teach_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .teach_item {
    width: 48%;
  }

  .pick_up {
    padding: 50px 0;
  }

  .pick_up-info {
    padding: 50px 20px;
  }

  .masters {
    padding: 80px 0 145px;
    position: relative;
  }

  .masters_link {
    position: absolute;
    bottom: 80px;
    right: 50%;
    transform: translateX(50%);
  }

  .masters_top {
    margin-bottom: 40px;
  }

  .masters_title {
    line-height: 26px;
    font-size: 22px;
  }

  .masters_item {
    width: 100%;
    margin-right: 0 !important;
  }

  .news {
    padding: 80px 0 105px;
    position: relative;
  }

  .news_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .news_tab {
    width: 50%;
  }

  .news_tabs {
    width: 100%;
  }

  .news_top {
    position: inherit;
  }

  .news_item {
    width: 100%;
    height: auto;
    padding-top: 80%;
  }

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

  .news_wrapper {
    justify-content: center;
  }

  .news_items .news_item {
    width: 100%;
    height: auto;
    padding-top: 43%;
  }

  .news_wrapper.publications .news_item {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }

  .news_link {
    bottom: 80px;
    right: auto;
    right: 50%;
    transform: translateX(50%);
    font-size: 12px;
    line-height: 14px;
  }

  .reviews_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .info_block {
    padding: 60px 0;
  }

  .info_block h1,
  .info_block h2,
  .info_block h3,
  .info_block h4,
  .info_block h5,
  .info_block h6 {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .info_block-top__title-wrapper .mobile-hidden-576 {
    display: none;
  }

  .info_block-wrapper .desktop-hidden-576 {
    display: block;
  }
  .info_block-wrapper .popular_slide-btn {
    width: 158px;
    margin-top: 15px;
    border: 0;

    font-size: 12px;

    background: #da432a;
  }

  .footer {
    padding: 25px 0 15px;
  }

  .footer_left {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }

  .footer_logo {
    min-width: 60px;
    margin-right: 15px;
    width: 60px;
  }

  .footer_title {
    width: 165px;
  }

  .footer_menu-wrapper {
    width: 49%;
    margin-bottom: 40px;
  }

  .footer_menu-wrapper:nth-child(4) {
    width: 100%;
  }

  .footer_links {
    margin-top: 0;
  }

  .footer_links-title {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 25px;
  }

  .footer_links-messages {
    justify-content: flex-start;
    width: 100%;
  }

  .footer_links {
    width: 100%;
  }

  .footer_wrapper {
    margin-bottom: 80px;
  }

  .footer_bot {
    padding-top: 25px;
  }

  .footer_bot-wrapper {
    flex-direction: column;
  }

  .footer_bot-item {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .scroll {
    right: 15px;
    bottom: 50px;
  }

  .header_inner-container {
    width: 100%;
  }

  .header_inner-menu {
    width: 48%;
    margin-bottom: 50px;
  }

  .header_inner-messages {
    margin-top: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .header_inner-message {
    margin-right: 0;
  }

  .header_inner.active {
    padding: 100px 0;
  }

  .header_inner-menu:nth-child(3) {
    width: 100%;
  }

  .masters_page {
    padding: 60px 0 80px;
  }

  .masters_page-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .masters_page-top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .form_search {
    width: 100%;
    margin-bottom: 30px;
  }

  .form_search-inp {
    font-size: 12px;
  }

  .form_search::before {
    width: 16px;
    height: 16px;
    bottom: 12px;
  }

  .masters_page-links {
    width: 100%;
    padding: 7px 10px;
  }

  .masters_page-item {
    width: 100%;
    margin-right: 0;
  }

  .masters_page-item:nth-child(4n) {
    margin-right: 0;
  }

  .masters_page-item_img {
    width: 138px;
    height: 138px;
    margin-bottom: 15px;
  }

  .master_card {
    padding: 60px 0 80px;
  }

  .master_card-title {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 22px;
  }

  .master_card-info {
    padding-left: 0;
    margin-top: 370px;
  }

  .master_card-img {
    margin-right: 0;
    width: 290px;
    height: 290px;
    top: 66px;
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }

  .master_card-link {
    margin-left: 0;
    margin-bottom: 80px;
  }

  .pick_up-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .masters_title {
    text-align: center;
    width: 100%;
  }

  .news_page {
    padding: 60px 0 80px;
  }

  .news_page-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .news_page-top {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .news_page .form_search {
    width: 100%;
  }

  .form_block-calendar {
    width: 100%;
  }

  .news_page-wrapper .news_item {
    width: 100%;
    height: 302px;
  }

  .news_page-wrapper {
    margin-bottom: 0;
  }

  .header_search-inp {
    font-size: 26px;
  }

  .header_search-but {
    background: none;
    border: none;
    font-size: 0;
  }

  .header_search-but::before {
    background-image: url(source/img/search.svg);
  }

  .jsCalendar {
    width: 300px;
  }

  .jsCalendar tbody td,
  .jsCalendar thead .jsCalendar-week-days th {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }

  .news_inner {
    padding: 60px 0 80px;
  }

  .news_inner-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .news_inner-wrapper {
    flex-direction: column;
  }

  .news_inner-img_wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .news_inner-date {
    margin-bottom: 40px;
  }

  .news_inner-info {
    width: 100%;
  }

  .news_inner-item {
    display: block;
  }

  .gallery_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .gallery_slide {
    height: 112px;
    width: 167px;
  }

  .gallery_slide.big {
    height: 136px;
    width: 97px;
  }

  .gallery {
    padding-bottom: 80px;
  }

  .teach_item-title {
    margin-bottom: 7px;
  }

  .masters_item-text {
    width: 290px;
    margin: 0 auto;
  }

  .reviews_slider {
    width: 290px;
    margin: 0 auto;
    transform: none;
  }

  .reviews_slide {
    margin: 0;
  }

  .reviews_slide-title {
    width: 100%;
  }

  .publications_page {
    padding: 60px 0 80px;
  }

  .publications_page-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .publications_page-top {
    flex-direction: column;
  }

  .publications_page .form_search {
    width: 100%;
  }

  .publications_page-top {
    margin-bottom: 40px;
  }

  .publications_page-wrapper .news_item {
    width: 100%;
    height: auto;
    padding-top: 128%;
  }

  .about_numbers {
    padding: 80px 0;
  }

  .sale {
    padding: 60px 0 80px;
  }

  .sale_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sale_item {
    width: 100%;
    margin-bottom: 40px;
  }

  .sale_item-img {
    height: auto;
    position: relative;
    padding-top: 52%;
  }

  .sale_item-img img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .sale_item-info {
    height: auto;
    padding: 10px 15px 10px;
  }

  .sale_item.done .sale_item-tag {
    top: 20px;
  }

  .sale_inner {
    padding: 60px 0 80px;
  }

  .sale_inner h1,
  .sale_inner h2,
  .sale_inner h3,
  .sale_inner h4,
  .sale_inner h5,
  .sale_inner h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .sale_inner-wrapper {
    flex-direction: column;
  }

  .sale_inner-img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .sale_inner-info {
    width: 100%;
  }

  .sale_inner-date {
    margin-bottom: 40px;
  }

  .courses_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .nearest_item-img {
    height: auto;
    position: relative;
    padding-top: 63%;
  }

  .nearest_item-img img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .catalog {
    padding: 60px 0 80px;
  }

  .catalog_body-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .catalog_body-top p {
    width: 100%;
  }

  .catalog_aside-item,
  .berocket_single_filter_widget {
    width: 100%;
  }

  .catalog_aside-fillter,
  .catalog_aside-cheks {
    display: none;
  }

  .catalog_aside {
    margin-bottom: 40px;
  }

  .catalog_body-wrapper .popular_slide {
    width: 100%;
  }

  .catalog_body-wrapper .popular_slide-img {
    height: auto;
    position: relative;
    padding-top: 63%;
  }

  .catalog_body-wrapper .popular_slide-img img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .catalog_body-wrapper .popular_slide-info {
    height: auto;
  }

  .catalog_body-wrapper .popular_slide-tag {
    z-index: 1;
  }

  .popular_slide-places {
    z-index: 1;
    top: 50vw;
    transform: translateY(-50%);
  }

  .catalog_body-wrapper {
    margin-bottom: -10px;
  }

  .video_block-item {
    width: 100%;
    margin-right: 0;
  }

  .video_block-item img {
    top: 0;
    right: 0;
  }

  .video_block-item span {
    width: 35px;
    height: 35px;
  }

  .video_block-item span svg {
    width: 9px;
    height: 9px;
  }

  .video_block {
    padding-bottom: 80px;
  }

  .video_popup {
    height: 300px;
  }

  .card_main-img {
    height: auto;
    padding-top: 52%;
  }

  .card_main-img img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .card_main-img::before {
    z-index: 1;
  }

  .card_main-wrapper h1,
  .card_main-wrapper h2,
  .card_main-wrapper h3,
  .card_main-wrapper h4,
  .card_main-wrapper h5,
  .card_main-wrapper h6 {
    margin-top: 40px;
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .card_info {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .card_info-left {
    width: 100%;
  }

  .card_info-left li {
    padding-left: 0;
  }

  .card_info-wrapper {
    padding-bottom: 0;
  }

  .card_info-btn {
    position: relative;
    margin-bottom: 40px;
  }

  .card_info-left ul {
    margin-bottom: 30px;
  }

  .masters_card {
    margin-bottom: 80px;
  }

  .card_course-wrapper {
    flex-direction: column;
  }

  .card_course .container {
    padding: 0;
  }

  .card_course-item {
    width: 100%;
    padding: 80px 15px;
  }

  .card_course-item:first-child,
  .card_course-item:last-child {
    width: 100%;
  }

  .card_course-item_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .card_course-item ul {
    margin-bottom: 30px;
  }

  .course_steps-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .course_steps-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .course_steps-wrapper {
    margin-bottom: -10px;
  }

  .course_literature {
    padding: 80px 0;
  }

  .course_literature-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .tariff_info {
    flex-direction: column;
    margin-bottom: 40px;
    align-items: flex-start;
  }

  .tariff_title {
    margin-right: 0;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .tariff_item {
    width: 100%;
  }

  .course_sale-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .course_sale-wrapper .slick-track {
    padding-bottom: 35px;
  }

  .course_reviews {
    padding: 80px 0 157px;
    position: relative;
  }

  .reviews_btn {
    position: absolute;
    bottom: 80px;
    right: 50%;
    transform: translateX(50%);
  }

  .course_place {
    padding: 50px 0;
  }

  .course_place-info {
    padding: 50px 20px;
  }

  .course_place-map {
    height: 200px;
  }

  .cart {
    padding: 60px 0 80px;
  }

  .cart_left-titles {
    display: none;
  }

  .cart_item {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart_item-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cart_item-title {
    width: 100%;
    margin-bottom: 15px;
  }



  .cart_coupon-wrapper {
    margin-right: 0;
    width: 100%;
    margin-right: 15px;
  }

  .cart_right {
    width: 100%;
  }

  .order {
    padding: 60px 0 80px;
  }

  .order_item {
    width: 100%;
  }

  .order_item-selects {
    justify-content: space-between;
  }

  .order_item-select:nth-child(1) .select {
    min-width: 75px;
    margin-right: 0px;
  }

  .order_item-select:nth-child(2) .select {
    min-width: 115px;
    margin-right: 0;
  }

  .order_item-select:nth-child(3) .select {
    min-width: 90px;
  }

  .order_items {
    margin-bottom: 20px;
  }

  .login {
    padding: 60px 0 80px;
  }

  .login_item {
    margin-bottom: 40px;
    width: 100%;
  }

  .cabinet {
    padding: 60px 0 80px;
  }

  .cabinet_links {
    width: 100%;
    margin-bottom: 25px;
  }

  .cabinet_left {
    flex-wrap: wrap;
  }

  .cabinet_links li {
    width: 33.3333%;
  }

  .cabinet_links a {
    padding: 15px 10px;
    text-align: center;
  }

  .payment_page-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .payment_page {
    padding: 60px 0 80px;
  }

  .documentation {
    padding: 60px 0 80px;
  }

  .documentation_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .documentation_item {
    width: 100%;
  }

  .policy {
    padding: 60px 0 80px;
  }

  .policy_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: left;
  }

  .error {
    padding: 60px 0 80px;
  }

  .error_wrapper {
    flex-direction: column;
  }

  .error_info {
    width: 100%;
    margin-bottom: 40px;
  }

  .error_title {
    line-height: 69px;
    font-size: 60px;
  }

  .error_subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .error_text {
    margin-right: 0;
    width: 100%;
  }

  .error_img {
    width: 100%;
  }

  .faq {
    padding: 60px 0 80px;
  }

  .faq_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .faq_aside {
    flex-direction: column;
  }

  .faq_aside-links {
    margin-right: 0;
  }

  .faq_items {
    padding-top: 40px;
  }

  .contacts_page {
    padding: 60px 0 80px;
  }

  .contacts_page-title {
    line-height: 26px;
    font-size: 22px;
  }

  .contacts_page-tab {
    padding: 15px 35px 15px 35px;
  }

  .contacts_page-left {
    margin-bottom: 40px;
  }

  .contacts_page-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts_page-wrapper {
    margin-bottom: 50px;
  }

  .contacts_page-inner {
    flex-direction: column;
  }

  .contacts_page-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts_page-map {
    height: 320px;
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }

  .popup_body {
    padding: 45px 15px 30px;
  }

  .popup_body-ok_text {
    white-space: normal;
  }

  #popup_thanks {
    padding: 45px 15px 30px;
  }

  .popup_thanks-title {
    font-size: 26px;
  }

  .pagin li:last-child a svg,
  .pagin li:first-child a svg {
    width: 6px;
    height: 12px;
  }

  .catalog_body-wrapper .popular_slide-price span:before,
  .catalog_body-wrapper .popular_slide-btn span:before {
    left: 22%;
  }

  .catalog_body-wrapper .popular_slide-price span::after,
  .catalog_body-wrapper .popular_slide-btn span:after {
    right: 22%;
  }

  .course_reviews .reviews_slide-top {
    flex-direction: row;
  }

  .course_place-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 26px;
  }

  .catalog_body-select {
    width: 100%;
  }

  .nearest_item-info {
    height: auto;
    min-height: unset;
  }

  .nearest_item-inner {
    height: auto;
  }

  .card_course-item:last-child {
    padding-bottom: 0;
  }

  .sale_top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .masters_card-slide:hover {
    box-shadow: none;
    background: #f2f2f2;
  }

  .masters_card-slide:hover .masters_card-img::before {
    opacity: 0;
  }
}

.contacts_page .contacts_page-title {
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}

.contacts_page .contacts_page-title.active {
  opacity: 1;
  max-height: none;
  max-width: none;
  animation: tabAnim 0.6s;
  margin-bottom: 70px;
}

@media (max-width: 1599.98px) {
  .contacts_page .contacts_page-title.active {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199.98px) {
  .contacts_page .contacts_page-title.active {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .contacts_page .contacts_page-title.active {
    margin-bottom: 45px;
  }

  .partners-catalog {
    margin-bottom: 0 !important;
  }

  .partners-catalog_slider {
    padding-bottom: 20px;
  }

  .news_link {
    opacity: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -100px !important;
  }

  .partners-catalog_slider .slick-dots {
    position: absolute;
    bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .news_link {
    opacity: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -100px !important;
  }

  .partners-catalog_slider {
    padding-bottom: 0px;
  }

  .partners-catalog {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .contacts_page .contacts_page-title.active {
    margin-bottom: 40px;
  }

  .popular_slide-text {
    font-size: 14px;
  }

  .nearest_item-title {
    font-size: 12px;
  }

  .info_block .wrapper-text {
    font-size: 15px;
  }

  .teach_item-title {
    font-size: 12px;
  }

  .teach_item-text {
    font-size: 12px;
  }

  .pick_up-text {
    font-size: 14px;
  }

  .masters_item-title {
    font-size: 14px;
  }

  .masters_item-text {
    font-size: 14px;
  }

  .news_item-title {
    font-size: 14px;
  }

  .reviews_slide-name {
    font-size: 14px;
  }

  .reviews_slide-text {
    font-size: 14px;
  }

  .reviews_slide-title span {
    font-size: 11px;

    background: #da432a;
  }

  .about_numbers-item {
    font-size: 14px;
  }

  .about_numbers-text {
    font-size: 14px;
  }

  .about_numbers-desc {
    font-size: 14px;
  }

  .about_steps-text {
    font-size: 14px;
  }

  .about_steps-item_title {
    font-size: 12px;
  }

  .about_steps-item_text {
    font-size: 14px;
  }

  .team_slide-prof {
    font-size: 12px;
  }

  .team_slide-name {
    font-size: 14px;
  }

  .teach_item-text {
    font-size: 14px;
  }

  .header_inner-menu a {
    font-size: 16px;
  }

  .masters_page-item_prof {
    font-size: 12px;
  }

  .masters_page-item_name {
    font-size: 14px;
  }

  .masters_page-item_text {
    font-size: 12px;
  }

  .master_card-item_title {
    font-size: 12px;
  }

  .master_card-item_value {
    font-size: 14px;
    line-height: 1.4;
  }

  .master_card-text {
    font-size: 14px;
  }

  .master_card-award_title {
    font-size: 12px;
  }

  .news_inner-info {
    font-size: 14px;
  }

  .news_inner-info p {
    font-size: 14px;
  }

  .contacts_page-item_title {
    font-size: 14px;
  }

  .contacts_page-item_link {
    font-size: 14px;
  }

  .faq_aside-links a {
    font-size: 14px;
  }

  .faq_aside-text {
    font-size: 14px;
  }

  .faq_item-title {
    font-size: 14px;
  }

  .faq_item-text {
    font-size: 14px;
  }

  .card_info-left p,
  .card_info-left ul {
    font-size: 14px;
  }

  .sale_inner p {
    font-size: 14px;
  }

  .catalog_body-top p {
    font-size: 14px;
  }

  .video_block-info p {
    font-size: 14px;
  }

  .catalog_body-wrapper .popular_slide-title {
    font-size: 12px;
  }

  .card_course-item p {
    font-size: 14px;
  }

  .card_course-item li {
    font-size: 14px;
  }

  .tariff_text {
    font-size: 14px;
  }

  .tariff_item li {
    font-size: 14px;
  }

  .course_reviews .reviews_slide-text {
    font-size: 14px;
  }

  .footer_menu a {
    font-size: 14px;
  }

  .policy .policy_сontent p,
  .policy .policy_сontent div {
    font-size: 14px;
  }

  .course_steps-item_text,
  .course_steps-item_text li {
    font-size: 14px;
  }

  .card_info-left li {
    font-size: 14px;
  }

  .masters_card-text {
    font-size: 14px;
  }

  .card_course-item:last-child {
    padding: 80px 30px 0 40px;
  }

  .card_main-date {
    font-size: 14px;
  }

  .card_main-date span {
    font-size: 16px;
    color: #161616;
  }

  .select {
    font-size: 16px;
  }

  .popular_slide-time {
    font-size: 14px;
  }

  .popular_slide-time span {
    font-size: 14px;
  }

  .nearest_item-time {
    font-size: 14px;
  }

  .nearest_item-time span {
    font-size: 14px;
  }

  .news_item-date {
    font-size: 14px;
  }

  .reviews_slide-date {
    font-size: 12px;
  }

  .catalog_body-wrapper .popular_slide-time {
    font-size: 14px;
  }

  .catalog_body-wrapper .popular_slide-time span {
    font-size: 14px;
  }

  .sale_item-date {
    font-size: 12px;
  }

  .catalog_aside-mobile {
    font-size: 14px;
  }

  .catalog_aside-format_title,
  .widgettitle,
  .catalog h3 {
    font-size: 14px;
  }

  .main_tags ul a,
  .catalog_aside-links a,
  .calendar-page_sort-link,
  .reviews-page_sort-link {
    background-color: #da432a !important;
  }

  .popular_slide-text,
  .info_block .wrapper-text p,
  .info_block .wrapper-text div,
  .popular_slide-text,
  .info_block .wrapper-text,
  .pick_up-text,
  .catalog_body-top p,
  .course_steps-item_text,
  .course_steps-item_text li,
  .tariff_text,
  .news_inner-info p,
  .faq_item-text,
  .policy .policy_сontent p,
  .policy .policy_сontent div,
  .policy .policy_сontent p,
  .policy .policy_сontent div {
    color: #161616 !important;
  }

  .popular_slide-price {
    font-size: 14px;
  }

  .page-numbers.current,
  .page-numbers {
    font-size: 16px !important;
  }
}

.contacts_page-inner .contacts_page_adreses-list {
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 450px;
}

.contacts_page-inner .contacts_page_adreses-list.active {
  opacity: 1;
  max-height: none;
  max-width: none;
  animation: tabAnim 0.6s;
}

.contacts_page-inner .contacts_page_adreses-list.active {
  opacity: 1;
  max-height: none;
  max-width: none;
  animation: tabAnim 0.6s;
}

.sale_item.done {
  box-shadow: none !important;
}

.news_link {
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.news_link.active {
  display: flex;
  opacity: 1;
  max-height: none;
  max-width: none;
  position: relative;
  animation: tabAnim 0.6s;
}

.ymaps-2-1-79-gototech {
  display: none !important;
}

.ymaps-2-1-79-image {
  transform: scale(1);
  transition: all 500ms;
}

.ymaps-2-1-79-image.active {
  transform: scale(1.2);
}

.contacts-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination span {
  color: #da432a;
  margin: 0 7px;
  text-decoration: underline;
}

.pagination a {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  transition: all 0.3s;
  cursor: default;
}

.pagination a[href] {
  cursor: pointer;
}

.pagination a:hover {
  color: #da432a;
}

.pagination .next {
  margin-left: 85px;
}

.pagination .prev {
  margin-right: 85px;
}

.pagination a:hover path {
  stroke: #da432a;
}

.sale-bottom {
  padding-bottom: 150px !important;
}

.ymaps-2-1-79-gototaxi {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.show-all {
  color: #da432a;
  border-bottom: 1px solid;
}

.select-js .select-styled {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.select-js a {
  cursor: pointer;
  color: #161616;
  line-height: 20px;
  font-size: 16px;
  display: block;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: unset;
}

.select-js a:hover {
  color: #da432a;
}

.course_sale-wrapper .slick-track {
  margin-left: 0;
  margin-right: 0;
}

form.variations_form.cart {
  padding: 0;
  margin: 0;
}

iframe {
  border: none;
}

.product_type_variable,
.popular_slide-inner .product_type_woosb {
  display: none !important;
}

.masters_card .masters_card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

@media screen and (max-width: 1300px) {
  .masters_card .masters_card-text {
    -webkit-line-clamp: 2;
  }
}

.pick_up-img .video_block-item {
  width: 100%;
  height: auto;
  height: 66;
  margin-right: 0;
}

.pick_up-img .video_block-item img {
  display: block;
}

@media (min-width: 1300px) and (max-width: 1499px) {
  .news_inner-img img {
    object-fit: contain;
    width: 100%;
  }

  .news_inner-img-publick img {
    width: 100%;
    object-fit: contain;
  }

  .news_inner-img {
    top: 0px !important;
  }

  .open-form {
    width: 93% !important;
  }
}

.calendar-page_bar {
  margin-bottom: 65px;
}

.calendar-page_bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.calendar-page_title {
  width: 520px;
  margin-right: 80px;
  margin-bottom: 10px;

  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}

.calendar-page_sort {
  flex-grow: 1;
}

.calendar-page_sort-title {
  font-size: 14px;
  line-height: 16px;
  color: #6f6f6f;
  margin-bottom: 20px;
}

.calendar-page_sort-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.calendar-page_sort-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.calendar-page_sort-item:last-child {
  margin-right: 0;
}

.calendar-page_sort-link {
  border-radius: 20px;
  background-color: #e46c58;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  display: block;
  padding: 7px 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.calendar-page_sort-link:hover {
  background-color: #161616;
}

.calendar-page_sort-link.current {
  background-color: #161616;

  cursor: default;
}

.calendar-page_list {
  margin-bottom: 150px;
}

.calendar-page_item {
  margin-bottom: 100px;
}

.calendar-page_item:last-child {
  margin-bottom: 0;
}

.calendar-page_month {
  padding: 20px 40px;
  margin-bottom: 40px;

  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #6f6f6f;

  background-color: #f2f2f2;
}

.calendar-page_item .popular_slide-img {
  height: 237px;
}

.calendar-page_item .popular_slide-info {
  height: 100%;
  padding: 25px 30px 18px;
}

.calendar-page_item .popular_slide-time {
  margin-bottom: 15px;
}

.calendar-page_item .popular_slide-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.calendar-page_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.calendar-page_slider .slick-track {
  display: flex;
  padding-bottom: 91px;
  margin-left: 0;
}

.calendar-page_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
  transition: all 0.3s;
}

.calendar-page_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.calendar-page_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.calendar-page_slider .slick-next {
  right: 40px;
}

.calendar-page_slider .slick-prev {
  right: 112px;
}

.calendar-page_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.calendar-page_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.calendar-page_slider .slick-dots li {
  display: none;
}

.calendar-page_slider .slick-dots li.slick-active {
  display: flex;
}

.calendar-page_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.calendar-page_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.calendar-page_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.calendar-page_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.calendar_info_block h3:nth-child(1) {
  margin-right: 20px;
}

@media (max-width: 1599.98px) {
  .card_info .video_block-item {
    display: block !important;
  }

  .calendar-page_bar {
    margin-bottom: 55px;
  }

  .calendar-page_title {
    width: 520px;
    margin-right: 70px;
    margin-bottom: 10px;

    font-size: 34px;
  }

  .calendar-page_sort-link {
    font-size: 14px;
  }

  .calendar-page_list {
    margin-bottom: 130px;
  }

  .calendar-page_item {
    margin-bottom: 80px;
  }

  .calendar-page_month {
    padding: 18px 34px;
    margin-bottom: 35px;

    font-size: 26px;
  }

  .calendar-page_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .calendar-page_slider .slick-track {
    padding-bottom: 80px;
  }

  .calendar-page_item .popular_slide-img {
    height: 182px;
  }
}

@media (max-width: 1199.98px) {
  .calendar-page {
    padding-top: 150px;
  }

  .calendar-page_bar {
    margin-bottom: 50px;
  }

  .calendar-page_title {
    margin-right: 60px;

    font-size: 32px;
  }

  .calendar-page_sort-link {
    font-size: 12px;
  }

  .calendar-page_list {
    margin-bottom: 110px;
  }

  .calendar-page_item {
    margin-bottom: 60px;
  }

  .calendar-page_month {
    padding: 15px 30px;
    margin-bottom: 30px;

    font-size: 22px;
  }

  .calendar-page_slider .slick-track {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .card_info .video_block-item {
    display: flex !important;
  }

  .calendar-page {
    padding-top: 130px;
  }

  .calendar-page_bar {
    margin-bottom: 40px;
  }

  .calendar-page_bar .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .calendar-page_title {
    margin-right: 0;
    margin-bottom: 15px;

    font-size: 30px;
  }

  .calendar-page_list {
    margin-bottom: 90px;
  }

  .calendar-page_item {
    margin-bottom: 50px;
  }

  .calendar-page_month {
    padding: 14px 26px;
    margin-bottom: 30px;

    font-size: 20px;
  }

  .calendar_info_block h3:nth-child(1) {
    margin-right: 0px;
  }
}

.course_steps-item_text.tariff_item {
  background: none !important;
  box-shadow: none !important;
  width: auto !important;
  padding: 0 !important;
  display: inline-flex !important;
  border: unset !important;
  justify-content: flex-start !important;
  margin: 0 !important;
}

.course_steps-item_text.tariff_item ol {
  padding: 0 !important;
  margin: 10px 0 !important;
  padding-left: 15px !important;
}

.course_steps-item_text.tariff_item ol:last-of-type {
  margin: 0 !important;
  padding-left: 15px !important;
}

.course_steps-item_text.tariff_item ol li:before {
  content: unset !important;
}

.course_steps-item_text.tariff_item,
.course_steps-item_text.tariff_item li {
  font-size: 14px;
  line-height: 130%;
  color: #6f6f6f;
}

.masters_page-links a.link-all-master {
  color: #e46c58;
  cursor: default;
}

.masters_page-links a.link-all-master-activ:hover {
  color: #161616;
  cursor: pointer;
}

.video_block-item__text {
  margin: 15px 0;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #161616;
}

.card_info__slider .video_block-item__text {
  margin: 30px 30px;
  overflow: hidden;
}

.tariffs_card-slider {
  display: none;
}

@media (max-width: 991.98px) {
  .video_block-item__text {
    position: unset;
    margin: 20px 0;
    font-size: 14px;
  }

  .card_info__slider .video_block-item__text {
    margin: 20px 20px;
  }

  .card_info .video_block-item {
    height: auto;
  }

  .course_steps-item_text.tariff_item *:first-child {
    margin-top: 20px;
  }

  .grid_tarrif_item.only_pici {
    
    padding-bottom: 5px;
  }

  .tariffs_card-slider {
    display: block;
  }

  .tariffs_card-slid {
    margin: 0;
  }

  .tariffs_card-slider {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
  }

  .slick-slide .tariff_item:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .video_block-item__text {
    position: unset;
    font-size: 12px;
    text-align: center;
    width: auto;
  }

  .slick-slide .tariff_item {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .video_block-item__text {
    position: absolute;
    font-size: 12px;
    text-align: center;
    width: auto;
  }

  .card_info .video_block-item .video_block-item__text {
    position: unset;
    font-size: 12px;
    text-align: center;
    width: auto;
  }
}
.cart-title {
  margin-bottom: 20px;
}

select#my_country_field {
  border-radius: 5px;
  background: #f4f4f4;
  border: none;
}

.registr_mobile {
  display: none;
}

.video_block-info2,
.video_block-info2 p span {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 767.98px) {
  .login {
    padding-top: 0;
    margin-top: 0;
  }

  .registr_mobile {
    display: block;
  }

  .video_block-info2,
  .video_block-info2 p span {
    padding: 20px 0 !important;
    font-size: 14px;
    line-height: 140%;
  }
}

.no-deadline {
  margin-left: 0 !important;
}

.video_block-info ol li {
  list-style-type: decimal;
}

.card_info-left ol li {
  padding-left: 0;
}

.card_info-left ol li::marker {
  color: #da432a;
}

.card_info-left ol li::before {
  display: none;
}

.card_course-item:last-child ol li {
  padding-left: 5px;
}

.card_course-item:last-child ol li::marker {
  color: #da432a;
}

.card_course-item:last-child ol li::before {
  display: none;
}

.card_course-item:first-child ol li {
  padding-left: 5px;
}

.card_course-item:first-child ol li::marker {
  color: #ffffff;
}

.card_course-item:first-child ol li::before {
  display: none;
}

.news_inner-info ol li {
  list-style-type: decimal;
}

.news_inner-info ol li {
  padding-left: 5px;
}

.news_inner-info ol li::marker {
  color: #da432a;
}

.sale_inner-info ol li {
  padding-left: 5px;
}

.sale_inner-info ol li::marker {
  color: #da432a;
}

.sale_inner-info ol li::before {
  display: none;
}

.sale_inner-info ol li {
  list-style-type: decimal;
}

.master_card-text ol li::marker {
  color: #da432a;
}

.sale_courses_title {
  text-align: center;
}

.sale_nearest_item {
  margin-right: 0;
}

.nearest_item:nth-child(9) {
  display: none;
}

@media (min-width: 991.98px) and (max-width: 1599.98px) {
  .nearest_item:nth-child(9) {
    display: block;
  }
}
/* Стили личного кабинета */

.discount {
  max-width: 820px;
  padding: 30px 40px;

  background-color: #f2f2f2;
}

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

.discount__middle {
  margin-top: 30px;
}

.discount .discount__title {
  margin-left: 25px;
}

.discount .discount__total-count {
  margin-left: 35px;
}

.discount__personal-title {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 20px;

  background-color: #da432a;

  color: #ffffff;
}

.discount__personal-count {
  display: inline-block;
  margin-left: 15px;

  font-family: "lav_font";
  font-size: 20px;
}

/* Стили правок 11.2022 */

form.woocommerce-ordering {
  position: relative;

  cursor: pointer;
}

form.woocommerce-ordering select {
  pointer-events: none;
}

form.woocommerce-ordering option {
  display: none;
}

.custom-select__wrapper {
  position: absolute;
  z-index: 777;

  display: none;
  width: 100%;
}

.custom-select__wrapper.js-active {
  display: block;
}

.custom-select {
  display: block;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: normal;
  color: #161616;
  line-height: 20px;
  padding: 0.6em 1.6em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}

.custom-select:first-child {
  border-top: 1px solid #e4e4e4;
}

.custom-select:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.custom-select:hover {
  background-color: lightskyblue;
}

.custom-select[selected="selected"] {
  background-color: lightskyblue;
}

/* Стили приглушения карточки */
.popular_slide {
  position: relative;
}
.popular_slide-wrapper-muted {
  display: none;
}
.popular_slide .muted {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
/*.popular_slide.muted:before {*/
/*  content: "";*/

/*  position: absolute;*/
/*  z-index: 2;*/

/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/

/*  background-color: rgba(255, 255, 255, 0.5);*/
/*}*/

/* Стили зачеркнутой цены */

.popular_slide__regular-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.7);

  transform: scale(0.75);
}

/* Стили Front-page */

.reviews-read {
  padding: 80px 0;
  background: #da432a;
}

.reviews-read-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-read-img {
  z-index: 2;

  flex-shrink: 0;
  width: 55%;
  height: auto;
  margin-right: -2px;
}

.reviews-read-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-read-info {
  z-index: 1;

  width: auto;
  background: #ffffff;
  padding: 80px 0px;
  padding-right: 70px;
  padding-left: 50px;
}

.reviews-read-title {
  font-size: 40px;
  line-height: 46px;
  color: #2b2b2b;
  margin-bottom: 40px;
}

.reviews-read-text {
  font-size: 16px;
  line-height: 150%;
  color: #6f6f6f;
  margin-bottom: 30px;
}

.reviews-read-btn {
  background: #da432a;
  width: 220px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.reviews-read-btn:hover::before {
  bottom: 0;
}

.reviews-read-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}

.reviews-read-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.reviews-read-btn:hover span::before {
  opacity: 0;
  left: -3px;
}

.reviews-read-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.reviews-read-btn:hover span::after {
  opacity: 0;
  right: -3px;
}

@media (max-width: 1599.98px) {
  .reviews-read-info {
    padding: 40px 30px 40px 25px;
  }

  .reviews-read-title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .reviews-read-text {
    line-height: 150%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .reviews-read-btn {
    width: 187px;
    height: 57px;
    line-height: 150%;
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .reviews-read {
    padding: 70px 0;
  }

  .reviews-read-info {
    padding: 30px 20px 15px 30px;
  }

  .reviews-read-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .reviews-read-text {
    line-height: 140%;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .reviews-read-btn {
    height: 48px;
    width: 158px;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .reviews-read-wrapper {
    flex-direction: column;
  }

  .main_slider .main_slide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .reviews-read {
    padding: 60px 0;
  }

  .reviews-read-img {
    width: 100%;
    display: flex;
    margin-right: 0;
    margin-bottom: -2px;
  }

  .reviews-read-info {
    width: 100%;
    padding: 60px 30px;
  }

  .reviews-read-title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 25px;
  }

  .reviews-read-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .reviews-read {
    padding: 50px 0;
  }

  .reviews-read-info {
    padding: 50px 20px;
  }

  .reviews-read-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .reviews-read-text {
    font-size: 14px;
    color: #161616 !important;
  }
}

.reviews-read-img .image_block-item {
  width: 100%;
  height: auto;
  height: 66;
  margin-right: 0;
}

.reviews-read-img .image_block-item img {
  display: block;
}

/* Страница отзывов */

.reviews-page {
  background-color: #000000;
}
.reviews-page_bar {
  margin-bottom: 65px;
}

.reviews-page_bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.reviews-page_title {
  display: flex;
  align-items: center;
  width: 520px;
  margin-right: 80px;
  margin-bottom: 10px;

  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
}

.reviews-page_title .popup_btn {
  margin-left: 25px;
  position: static;
  transform: translate(0);
}

.reviews-page_sort {
  flex-grow: 1;
}

.reviews-page_sort-title {
  font-size: 14px;
  line-height: 16px;
  color: #6f6f6f;
  margin-bottom: 20px;
}

.reviews-page_sort-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.reviews-page_sort-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.reviews-page_sort-item:last-child {
  margin-right: 0;
}

.reviews-page_sort-link {
  border-radius: 20px;
  background-color: #e46c58;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  display: block;
  padding: 7px 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.reviews-page_sort-link:hover {
  background-color: #161616;
}

.reviews-page_sort-link.current {
  background-color: #161616;

  cursor: default;
}

.reviews-page_list {
  margin-bottom: 150px;
}

.reviews-page_item {
  margin-bottom: 100px;
}

.reviews-page_item:last-child {
  margin-bottom: 0;
}

.reviews-page_month {
  padding: 20px 40px;
  margin-bottom: 40px;

  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #6f6f6f;

  background-color: #f2f2f2;
}

.reviews-page_item .popular_slide-img {
  height: 237px;
}

.reviews-page_item .popular_slide-info {
  height: 100%;
  padding: 25px 30px 18px;
}

.reviews-page_item .popular_slide-time {
  margin-bottom: 15px;
}

.reviews-page_item .popular_slide-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.reviews-page_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.reviews-page_slider .slick-track {
  display: flex;
  padding-bottom: 91px;
  margin-left: 0;
}

.reviews-page_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
  transition: all 0.3s;
}

.reviews-page_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.reviews-page_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.reviews-page_slider .slick-next {
  right: 40px;
}

.reviews-page_slider .slick-prev {
  right: 112px;
}

.reviews-page_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.reviews-page_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.reviews-page_slider .slick-dots li {
  display: none;
}

.reviews-page_slider .slick-dots li.slick-active {
  display: flex;
}

.reviews-page_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.reviews-page_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.reviews-page_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.reviews-page_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

@media (max-width: 1599.98px) {
  .reviews-page_bar {
    margin-bottom: 55px;
  }

  .reviews-page_title {
    width: 520px;
    margin-right: 70px;
    margin-bottom: 10px;

    font-size: 34px;
  }

  .reviews-page_sort-link {
    font-size: 14px;
  }

  .reviews-page_list {
    margin-bottom: 130px;
  }

  .reviews-page_item {
    margin-bottom: 80px;
  }

  .reviews-page_month {
    padding: 18px 34px;
    margin-bottom: 35px;

    font-size: 26px;
  }

  .reviews-page_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .reviews-page_slider .slick-track {
    padding-bottom: 80px;
  }

  .reviews-page_item .popular_slide-img {
    height: 182px;
  }
}

@media (max-width: 1199.98px) {
  .reviews-page {
    padding-top: 150px;
  }

  .reviews-page_bar {
    margin-bottom: 50px;
  }

  .reviews-page_title {
    margin-right: 60px;

    font-size: 32px;
  }

  .reviews-page_sort-link {
    font-size: 12px;
  }

  .reviews-page_list {
    margin-bottom: 110px;
  }

  .reviews-page_item {
    margin-bottom: 60px;
  }

  .reviews-page_month {
    padding: 15px 30px;
    margin-bottom: 30px;

    font-size: 22px;
  }

  .reviews-page_slider .slick-track {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .reviews-page {
    padding-top: 130px;
  }

  .reviews-page_bar {
    margin-bottom: 40px;
  }

  .reviews-page_bar .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews-page_title {
    margin-right: 0;
    margin-bottom: 15px;

    font-size: 30px;
  }

  .reviews-page_list {
    margin-bottom: 90px;
  }

  .reviews-page_item {
    margin-bottom: 50px;
  }

  .reviews-page_month {
    padding: 14px 26px;
    margin-bottom: 30px;

    font-size: 20px;
  }
}

.reviews-page::before {
  content: "";

  position: absolute;
  z-index: -1;
  top: 0;

  display: block;
  width: 100vw;
  height: 100vh;

  background-color: #000;
}

.reviews-page__content .reviews-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.reviews-page__content .reviews_slide {
  flex: calc(100% / 4);
  margin: 0;
}

@media (max-width: 1599.98px) {
  .reviews-page__content .reviews_slide {
    flex: calc(100% / 3);
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .reviews-page__content .reviews-page__inner {
    gap: 20px;
  }

  .reviews-page__content .reviews_slide {
    flex: calc(100% / 2);
  }
}

.reviews-page__wrapper .breadcrumb_last {
  color: #ffffff !important;
}

.reviews-page__wrapper .pagin {
  padding-bottom: 50px;
}

.reviews_btn_wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.reviews_btn_wrapper .popup_btn {
  position: static !important;
  transform: translate(0) !important;
}

.reviews-page__wrapper .reviews-page__content {
  padding-bottom: 70px;
}

.reviews__button-to-top {
  min-width: 236px;
  width: fit-content;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #da432a;
}

.reviews__button-to-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;

  cursor: pointer;
}

.reviews__button-to-top:hover::before {
  bottom: 0;
}

/* Разные правки */

.news_inner-img_wrapper {
  overflow: hidden;
  height: 100%;
}

.visually-hidden {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;

  pointer-events: none;
}
/* Страница публикации */

.publication_inner .news_inner-img_wrapper {
  position: static;

  width: auto;
  height: auto;
}

.publication_inner .news_inner .container {
  display: flex;
  justify-content: space-between;
}

.news__left {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  padding-right: 20px;
}

/* @media (max-width: 991.98px) {
  .news_inner .container {
    flex-direction: column;
  }
} */

.publication_inner .news_inner-wrapper {
  /* padding-left: 0; */
}

.news_inner-img_wrapper_mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .news__left {
    display: none;
  }

  .news_inner__content-wrapper {
    display: flex;
  }

  .news_inner-img_wrapper_mobile {
    display: flex;
    justify-content: start;
    padding-right: 20px;
  }

  .news_inner-img_wrapper_mobile img {
    object-fit: contain;
    height: auto;
  }

  .news_inner-img_wrapper_desktop {
    display: none;
  }

  .reviews__button-to-top {
    min-width: 200px;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .news_inner__content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .news_inner-img_wrapper_mobile {
    padding: 0;
  }
}

/* Страница курса */
.card_course-item_red a {
  transition: color 0.3s ease-in-out;
}
.card_course-item_red a:hover,
.card_course-item_red a:visited {
  color: #000000;
}

.card_course-item_red a:visited:hover {
  color: #ffffff;
}

q {
  margin: 10px 0;

  font-style: italic;
}

blockquote {
  border-left: 0.5em solid #da432a;
  margin: 10px 0;

  font-style: italic;
}

blockquote p {
  margin-left: 0.5em;
}

.tariff .tariff_item-info__wrapper .in-stock {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;

  color: #ffffff;
  font-size: 14px;
  font-family: "lav_font";

  background: #000000;
  border-radius: 40px;
}

.reviews_btn span,
.card_info-btn span,
.card_course-btn span,
.course_steps-btn span,
.tariff_item-btn span,
.reviews_btn span {
  white-space: nowrap;
}

.reviews_btn,
.card_info-btn,
.card_course-btn,
.course_steps-btn,
.tariff_item-btn,
.reviews_btn {
  max-width: 100%;
}

.tariff_item-price {
  flex-direction: column;
}

.tariff_item-price__inner {
  all: inherit;

  margin: 0;
  flex-direction: row;
}

.tariff_item-price__discount-time {
  margin-top: 10px;
  margin-bottom: -10px;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #da432a;
}

@media (max-width: 1599.98px) {
  .tariff_item-price__discount-time {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .tariff_item-price__discount-time {
    margin-top: 5px;
    margin-bottom: -10px;
  }
}

/* Карточки тарифов */

.tariff_item ul {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 997.98px) {
  .grid_tarrif_item.only_pici {
    display: flex !important;
    width: 100%;
  }

  .tariff_item {
    flex-grow: 1;
  }

  .tariff_item:only-child {
    flex-direction: row;
    height: fit-content;
    padding: 40px 50px;
  }

  .tariff_item:only-child .tariff_item-info {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .tariff_item:only-child .tariff_item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 997.98px) {
  /* .tariffs_card-slider .slick-list {
    display: flex;
  } */

  .tariffs_card-slider_one-slide .slick-track {
    width: auto !important;
  }

  .tariffs_card-slid:only-child {
    width: 100% !important;
  }
}

.card_info-left p,
.card_info-left div,
.card_info-left ul {
  margin-bottom: 15px;
}

.card_info-left h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  color: #161616;
}

.card_info-left h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #161616;
}

.card_info-left h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}

.card_info-left h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.card_info-left h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
}

.card_info-left ul,
.card_info-left ol {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.card_info-left ul {
  list-style: inside;
}

.card_info-left ol {
  list-style: decimal;
  list-style-position: inside;
}

.card_info-left li {
  margin-bottom: 10px;
}

.card_info-left li::marker {
  color: #da432a;
}

.card_info-left.active .text {
  display: inline;
}

.card_info-left .link {
  color: #da432a;
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline;
}

.card_info-left h1,
.card_info-left h2,
.card_info-left h3,
.card_info-left h4,
.card_info-left h5,
.card_info-left h6 {
  margin-top: 25px;
  margin-bottom: 25px;

  color: #161616;
}

@media (max-width: 1599.98px) {
  .card_info-left h1 {
    font-size: 44px;
  }

  .card_info-left h2 {
    font-size: 36px;
  }

  .card_info-left h3 {
    font-size: 20px;
  }

  .card_info-left h4 {
    font-size: 14px;
  }

  .card_info-left h1,
  .card_info-left h2,
  .card_info-left h3,
  .card_info-left h4,
  .card_info-left h5,
  .card_info-left h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .card_info-left h1 {
    font-size: 42px;
  }

  .card_info-left h2 {
    font-size: 34px;
  }

  .card_info-left h3 {
    font-size: 16px;
  }

  .card_info-left h1,
  .card_info-left h2,
  .card_info-left h3,
  .card_info-left h4,
  .card_info-left h5,
  .card_info-left h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.alert-custom {
  position: fixed;
  z-index: 777;
  top: calc(50vh - 225px);
  left: calc(50vw - 300px);

  display: block;
  width: 600px;
  height: 450px;
  padding: 80px 120px;

  background-color: #ffffff;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;

  pointer-events: none;
}

.alert-custom.active {
  opacity: 1;

  pointer-events: all;
}

.alert-custom__shadowmask {
  content: "";

  position: fixed;
  z-index: -777;
  top: 0;
  left: 0;

  display: block;
  width: 100vw;
  height: 100vh;

  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;

  pointer-events: none;
}

.alert-custom.active + .alert-custom__shadowmask {
  z-index: 770;

  opacity: 1;

  pointer-events: all;
}

.alert-custom__title {
  margin-bottom: 40px;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  color: #161616;
}

.alert-custom__content {
  margin-bottom: 40px;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #161616;
}

.alert-custom__button {
  position: relative !important;

  margin: auto;

  cursor: pointer;
}

.alert-custom__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.alert-custom__close::before,
.alert-custom__close::after {
  content: "";

  position: absolute;
  top: 12px;

  display: block;
  width: 100%;
  height: 1px;

  background-color: #acacac;
  transition: background-color ease-in-out 0.3s;
}

.alert-custom__close:hover::before,
.alert-custom__close:hover::after {
  background-color: #333333;
}

.alert-custom__close::before {
  transform: rotate(45deg);
}

.alert-custom__close::after {
  transform: rotate(-45deg);
}

@media (max-width: 600px) {
  .alert-custom.active {
    top: 0;
    left: 0;

    width: 100%;
    height: fit-content;
    padding: 30px 45px;
    margin-top: 50%;
  }
}

.how-it-work {
  margin-bottom: 140px;
}

.how-it-work-wrapper {
  display: flex;
  gap: 80px;
}

.how-it-work__left {
  width: 48%;
  flex-grow: 1;
  padding: 100px 80px;

  background-color: #f2f2f2;

  color: #161616 !important;
}

.how-it-work__left *:last-child {
  margin-bottom: 0;
}

.how-it-work__right {
  width: 48%;
  flex-grow: 1;
  padding: 100px 80px;

  background-color: #da432a;

  color: #ffffff !important;
}

.how-it-work__right *:last-child {
  margin-bottom: 0;
}

.how-it-work p,
.how-it-work h1,
.how-it-work h2,
.how-it-work h3,
.how-it-work h4,
.how-it-work h5,
.how-it-work h6 {
  margin-bottom: 40px;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1599.98px) {
  .how-it-work-wrapper {
    gap: 60px;
  }

  .how-it-work__left {
    padding: 90px 40px 90px 90px;
  }

  .how-it-work__right {
    padding: 90px 40px 90px 90px;
  }

  .how-it-work p,
  .how-it-work h1,
  .how-it-work h2,
  .how-it-work h3,
  .how-it-work h4,
  .how-it-work h5,
  .how-it-work h6 {
    margin-bottom: 20px;

    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .how-it-work {
    margin-bottom: 100px;
  }
  .how-it-work-wrapper {
    gap: 45px;
  }

  .how-it-work__left {
    padding: 80px 60px;
  }

  .how-it-work__right {
    padding: 80px 60px;
  }

  .how-it-work p,
  .how-it-work h1,
  .how-it-work h2,
  .how-it-work h3,
  .how-it-work h4,
  .how-it-work h5,
  .how-it-work h6 {
    margin-bottom: 20px;

    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .how-it-work {
    margin-bottom: 90px;
  }
  .how-it-work-wrapper {
    gap: 30px;
  }

  .how-it-work__left {
    padding: 80px 15px;
  }

  .how-it-work__right {
    padding: 80px 15px;
  }

  .how-it-work p,
  .how-it-work h1,
  .how-it-work h2,
  .how-it-work h3,
  .how-it-work h4,
  .how-it-work h5,
  .how-it-work h6 {
    margin-bottom: 25px;
  }
}

@media (max-width: 575.98px) {
  .how-it-work {
    margin-bottom: 80px;
  }
  .how-it-work-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .how-it-work__left {
    width: 100%;
    padding: 80px 15px;
  }

  .how-it-work__right {
    width: 100%;
    padding: 80px 15px;
  }

  .how-it-work p,
  .how-it-work h1,
  .how-it-work h2,
  .how-it-work h3,
  .how-it-work h4,
  .how-it-work h5,
  .how-it-work h6 {
    font-size: 14px;
  }
}

/* Слайдер на странице каталога */

.recomended {
  margin-bottom: 100px;
}

.recomended .container {
  overflow: hidden;
}

.recomended_title {
  font-size: 40px;
  color: #161616;
  line-height: 46px;
  margin-bottom: 70px;
}

.recomended_slider {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}

.recomended_slider .slick-track {
  display: flex;
  padding-bottom: 91px;
  margin-left: 0;
}

.recomended_slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: inherit;
  margin: 0 40px;
}

.recomended_slide-inner {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  height: calc(100% - 69px);
}

.recomended_slide:hover .recomended_slide-inner {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: none;
}

.recomended_slide-img {
  width: 100%;
  height: 317px;
}

.recomended_slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recomended_slide-tag {
  position: absolute;
  right: 11px;
  top: 20px;
  background: #da432a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  line-height: 23px;
  font-family: "lav_font";
}

.recomended_slide-info {
  padding: 25px 40px;
  transition: all 0.3s;
}

.recomended_slide:hover .recomended_slide-info {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.recomended_slide-time {
  font-size: 14px;
  color: #878787;
  line-height: 16px;
  margin-bottom: 25px;
}

.recomended_slide-time span {
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  margin-left: 11px;
}

.recomended_slide-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 25px;
  line-height: 150%;
  font-weight: 700;
  /* height: 38px; */
  /* overflow: hidden; */
}

.recomended_slide-text {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 150%;
}

.recomended_slide-bot {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.recomended_slide:hover .recomended_slide-bot {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.recomended_slide-price {
  background: #da432a;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  width: 51%;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recomended_slide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 69px;
  background: #161616;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 1;
}

.recomended_slide-btn:hover {
  color: #161616;
}

.recomended_slide-btn:hover::before {
  bottom: 0;
}

.recomended_slide-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
  transition: all 0.3s;
}

.recomended_slide-btn span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.recomended_slide-btn:hover span::before {
  left: -3px;
  opacity: 0;
}

.recomended_slide-btn span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.recomended_slide-btn:hover span::after {
  right: -3px;
  opacity: 0;
}

.recomended_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
  transition: all 0.3s;
}

.recomended_slider .slick-arrow svg path {
  transition: all 0.3s;
}

.recomended_slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.recomended_slider .slick-next {
  right: 40px;
}

.recomended_slider .slick-prev {
  right: 112px;
}

.recomended_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.recomended_slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.recomended_slider .slick-dots li {
  display: none;
}

.recomended_slider .slick-dots li.slick-active {
  display: flex;
}

.recomended_slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.recomended_slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.recomended_slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.recomended_slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.info_block-top__title-wrapper .recomended_slide-btn {
  margin-top: 20px;
  border: 0;

  background: #da432a;
}

.recomended_slide-places {
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  padding: 5px 15px;
  left: 30px;
  top: 192px;
  font-size: 14px;
  color: #161616;
  line-height: 20px;
}

.recomended_slide-places span {
  color: #da432a;
  font-weight: 700;
}

@media (max-width: 1599.98px) {
  .recomended_title {
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 60px;
  }

  .recomended_slide {
    margin: 0 20px;
  }

  .recomended_slider {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .recomended_slide-img {
    height: 203px;
  }

  .recomended_slide-info {
    padding: 15px 20px;
  }

  .recomended_slide-time {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .recomended_slide-time span {
    line-height: 14px;
    font-size: 12px;
    margin-left: 4px;
  }

  .main_slide-title {
    line-height: 47px;
    font-size: 25px;
  }

  .recomended_slide-title {
    line-height: 150%;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .recomended_slide-text {
    line-height: 150%;
    font-size: 12px;
  }

  .recomended_slide-tag {
    width: 45px;
    height: 45px;
    line-height: 16px;
    font-size: 14px;
  }

  .recomended_slide-price,
  .recomended_slide-btn {
    height: 58px;
    line-height: 14px;
    font-size: 12px;
  }

  .recomended_slide-btn::before {
    left: 0%;
  }

  .recomended_slide-btn::after {
    right: 25%;
  }

  .recomended_slider .slick-track {
    padding-bottom: 80px;
  }

  .recomended_slider .slick-dots {
    left: 20px;
  }

  .recomended_slider .slick-dots-current {
    line-height: 130%;
    font-size: 12px;
  }

  .recomended_slider .slick-dots-total {
    line-height: 130%;
    font-size: 12px;
  }

  .recomended_slider .slick-next {
    right: 20px;
  }

  .recomended_slider .slick-prev {
    right: 92px;
  }

  .recomended_slide-inner {
    height: calc(100% - 58px);
  }

  .recomended_slide-places {
    left: 15px;
    top: 105px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1199.98px) {
  .recomended {
    margin-bottom: 100px;
  }

  .recomended_title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 50px;
  }

  .recomended_slide-img {
    height: 182px;
  }

  .recomended_slide-tag {
    top: 10px;
    right: 10px;
  }

  .recomended_slide-info {
    padding: 20px 15px 15px;
  }

  .recomended_slide-time {
    margin-bottom: 18px;
  }

  .recomended_slide-price,
  .recomended_slide-btn {
    height: 48px;
  }

  .recomended_slide-inner {
    height: calc(100% - 48px);
  }

  .recomended_slide-places {
    top: 145px;
  }
}

@media (max-width: 991.98px) {
  .recomended {
    margin-bottom: 90px;
  }

  .recomended_title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 45px;
  }

  .recomended_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .recomended_slider .slick-dots-total,
  .recomended_slider .slick-dots-current,
  .recomended_slider .slick-dots-separator {
    display: none;
  }

  .recomended_slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .recomended_slider .slick-dots li {
    display: block;
  }

  .recomended_slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .recomended_slider .slick-track {
    padding-bottom: 53px;
  }

  .recomended_slide-img {
    height: 171px;
  }

  .recomended_slide-btn::after {
    right: 20%;
  }

  .recomended_slide-btn::before {
    left: 0%;
  }

  .recomended_slide-places {
    top: 130px;
  }
}

@media (max-width: 767.98px) {
  .recomended {
    margin-bottom: 80px;
  }

  .recomended_title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .recomended_slider .slick-track {
    padding-bottom: 43px;
  }
}

@media (max-width: 575.98px) {
  .info_block-wrapper .recomended_slide-btn {
    width: 158px;
    margin-top: 15px;
    border: 0;

    font-size: 12px;

    background: #da432a;
  }

  .recomended_slide-places {
    z-index: 1;
    top: 50vw;
    transform: translateY(-50%);
  }

  .recomended_slide-text {
    font-size: 14px;
  }
}

.recomended_tabs {
  position: absolute;
  top: 0;
  right: 0;

  display: flex;
}

.recomended_tab {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #6f6f6f;
  line-height: 150%;
  justify-content: center;
  padding: 15px 40px;
  cursor: pointer;
  background: #f2f2f2;
  transition: all 0.3s;
}

.recomended_tab:hover {
  background: #e46c58;
  color: #fff;
}

.recomended_tab.active {
  background: #da432a;
  color: #fff;
}

@media (max-width: 1599.98px) {
  .recomended_tab {
    line-height: 150%;
    font-size: 14px;
    padding: 13px 30px;
  }
}

@media (max-width: 1199.98px) {
  .recomended_tab {
    font-size: 12px;
    padding: 15px 48px;
  }
}

@media (max-width: 991.98px) {
  .recomended_tabs {
    position: static;

    width: 100%;
    margin-bottom: 40px;
  }

  .recomended_tab {
    padding: 15px 20px;
  }

  .recomended_tab {
    width: 50%;
  }
}

.recomended .container {
  position: relative;
}

.recomended_slider.recomended_curses,
.recomended_slider.recomended_actions {
  opacity: 0 !important;
  position: absolute;
}

.recomended_slider.recomended_actions.active,
.recomended_slider.recomended_curses.active {
  opacity: 1 !important;
  position: static;
}

.recomended_title.js-title-curses,
.recomended_title.js-title-actions {
  opacity: 0 !important;
  position: absolute;
}

.recomended_title.js-title-curses.active,
.recomended_title.js-title-actions.active {
  opacity: 1 !important;
  position: static;
}

.recomended_slider .sale_item {
  margin: 0 40px;
}

@media (max-width: 1599.98px) {
  .recomended_slider .sale_item {
    margin: 0 20px;
  }
}

.recomended_slide__regular-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.7);

  transform: scale(0.75);
}

/* Форма первого видео */
.watch-first-video {
  background-color: #1b1b1b;
}

.watch-first-video__container {
  display: flex;
}

.watch-first-video__img {
  width: 30%;
  object-fit: cover;
  max-height: 310px;
}

.watch-first-video form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 70px;
  min-height: 210px;
}

.watch-first-video .title {
  grid-area: 1/1/2/2;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 160%;
  color: #ffffff;
}

.watch-first-video .description {
  grid-area: 1/2/2/4;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #afafaf;
}

.watch-first-video .wpcf7 {
  width: 100%;
  height: 100%;
}

.watch-first-video .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  height: 100%;
}

.watch-first-video .your-email .wpcf7-form-control {
  margin-bottom: 0;

  background-color: transparent;
  border-color: #6f6f6f;

  color: #ffffff;
}

.watch-first-video .popup_body-btn {
  grid-area: 2/3/3/4;
  margin: auto;

  background-color: #da432a;
}

.watch-first-video .popup-wr {
  display: flex;
  align-items: flex-end;
  grid-area: 2/1/3/2;
  padding-right: 40px;
  margin-bottom: 15px;
}
.watch-first-video .popup_body-ok {
  grid-area: 2/2/3/3;
  margin-bottom: 0;
}

.watch-first-video .popup_body-ok_span {
  background-color: #6f6f6f;
}

.watch-first-video .popup_body-ok_text a {
  color: #ffffff;
}

.watch-first-video .wpcf7-form-control-wrap {
  width: 100%;
}

@media (max-width: 1599.98px) {
  .watch-first-video form {
    padding: 50px;
  }

  .watch-first-video__img {
    width: 35%;
    max-height: 250px;
  }

  .watch-first-video .wpcf7-form {
    grid-template-rows: 1fr 1fr 1fr;
  }

  .watch-first-video .title {
    grid-area: 1/1/2/4;
  }

  .watch-first-video .description {
    grid-area: 2/1/3/4;

    line-height: normal;
  }

  .watch-first-video .popup-wr {
    grid-area: 3/1/4/2;
    padding-right: 0;
  }

  .watch-first-video .popup-wr .your-email {
    width: 100%;
  }

  .watch-first-video .popup_body-ok {
    grid-area: 3/2/4/3;
    margin-top: 10px;
    margin-left: 40px;
  }

  .watch-first-video .popup_body-btn {
    grid-area: 3/3/4/4;
    margin-right: 0;
  }

  .watch-first-video .your-email .wpcf7-form-control {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .watch-first-video {
  }

  .watch-first-video__img {
    max-height: none;
  }

  .watch-first-video form {
    padding: 35px;
  }

  .watch-first-video__img {
    width: 30%;
    max-height: 250px;
  }

  .watch-first-video .popup-wr {
    grid-area: 3/1/4/4;
    padding-right: 0;
  }

  .watch-first-video .popup_body-ok {
    grid-area: 4/1/5/3;
    padding-left: 0;
  }

  .watch-first-video .popup_body-btn {
    grid-area: 4/3/5/4;
    margin: auto 0;
  }

  .watch-first-video .title {
    line-height: 26px;
    font-size: 22px;
  }

  .watch-first-video .description {
    line-height: 150%;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .watch-first-video {
  }
  .watch-first-video .wpcf7-form {
    grid-template-rows: 50px 1fr 1fr 1fr;
  }

  .watch-first-video .description {
    margin-bottom: 10px;
  }

  .watch-first-video .popup_body-ok {
    grid-area: 4/1/5/4;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .watch-first-video .popup_body-btn {
    grid-area: 4/3/5/4;
  }
  .watch-first-video__img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .watch-first-video {
  }
  .watch-first-video .wpcf7-form {
    grid-template-rows: 50px 25px 1fr 1fr;
  }

  .watch-first-video form {
    padding: 35px;
  }

  .watch-first-video__container {
    flex-direction: column;
  }

  .watch-first-video__img {
    display: none;
  }

  .opened-form .title {
    line-height: 26px;
    font-size: 22px;
  }

  .watch-first-video .popup_body-btn {
    grid-area: 4/3/5/4;
  }
}
@media (max-width: 575.98px) {
  .watch-first-video form {
    padding: 25px;
  }

  .watch-first-video .wpcf7-form {
    grid-template-rows: 50px 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .watch-first-video .popup_body-btn {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    transform: unset;
  }

  .watch-first-video .title {
    grid-area: 1/1/2/2;
  }

  .watch-first-video .description {
    grid-area: 2/1/3/2;
  }

  .watch-first-video .popup-wr {
    grid-area: 3/1/4/2;
    padding: 0;
  }

  .watch-first-video .popup_body-ok {
    grid-area: 4/1/5/2;
  }

  .watch-first-video .popup_body-btn {
    grid-area: 5/1/6/2;
  }

  .watch-first-video .your-email .wpcf7-form-control {
    margin-bottom: 0;
  }
}

.card_info__slider {
}
.card_info__slider .slick-track {
  display: flex;
  /* padding-bottom: 91px; */
  padding-bottom: 0;
  margin-left: 0;
}

.card_info__slider .slick-arrow {
  position: absolute;
  bottom: -60px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
  transition: all 0.3s;
}

.card_info__slider .slick-arrow svg path {
  transition: all 0.3s;
}

.card_info__slider .slick-arrow:hover svg path {
  stroke: #da432a;
}

.card_info__slider .slick-next {
  right: 40px;
}

.card_info__slider .slick-prev {
  right: 112px;
}

.card_info__slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.card_info__slider .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 40px;
}

.card_info__slider .slick-dots li {
  display: none;
}

.card_info__slider .slick-dots li.slick-active {
  display: flex;
}

.card_info__slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.card_info__slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.card_info__slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.card_info__slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

@media (max-width: 1599.98px) {
  .card_info__slider .slick-track {
    /* padding-bottom: 80px; */
  }

  .card_info__slider .slick-dots {
    left: 20px;
  }

  .card_info__slider .slick-dots-current {
    line-height: 130%;
    font-size: 12px;
  }

  .card_info__slider .slick-dots-total {
    line-height: 130%;
    font-size: 12px;
  }

  .card_info__slider .slick-next {
    right: 20px;
  }

  .card_info__slider .slick-prev {
    right: 92px;
  }
}

@media (max-width: 991.98px) {
  .card_info__slider .slick-dots {
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .card_info__slider .slick-arrow {
    bottom: -45px;
  }

  .card_info__slider .slick-dots-total,
  .card_info__slider .slick-dots-current,
  .card_info__slider .slick-dots-separator {
    display: none;
  }

  .card_info__slider .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .card_info__slider .slick-dots li {
    display: block;
  }

  .card_info__slider .slick-dots .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }

  .card_info__slider .slick-track {
    /* padding-bottom: 53px; */
  }
}

@media (max-width: 767.98px) {
  .card_info__slider .slick-track {
    /* padding-bottom: 43px; */
  }
}

.video-slider {
  height: 477px;
  width: 820px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 80px;
  cursor: pointer;
}

@media (max-width: 1599.98px) {
  .video-slider {
    height: 247px;
    width: 425px;
    margin-right: 40px;
  }
}

@media (max-width: 1199.98px) {
  .video-slider {
    height: 221px;
    width: 380px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .card_info__slider.video-slider {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .card_info__slider.video-slider .video_block-item {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }

  .video_block-item img {
    position: static;
    height: auto;
  }
}

.course_steps + .tariff {
  margin-top: 140px;
}

.komplekt {
  margin-bottom: -20px;
}

@media (max-width: 1599.98px) {
  .komplekt {
    margin-bottom: -70px;
  }
}

@media (max-width: 1199.98px) {
  .course_steps + .tariff {
    margin-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .course_steps + .tariff {
    margin-top: 90px;
  }
}
@media (max-width: 768.98px) {
  .course_steps + .tariff {
    margin-top: 80px;
  }
}

.komplekt .woosb-availability {
  display: none;
}

.main_slider {
  display: flex;
}

.main_slider-left,
.main_slider-right {
  display: flex;
}

.main_slider-left .slick-list,
.main_slider-right .slick-list {
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .main_slider {
    overflow: visible;
  }

  .main_slider-left,
  .main_slider-right {
    display: none;
  }
}

.show-el {
  visibility: visible !important;
}

.curse_nav__body {
  position: absolute;
  top: 100%;

  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;

  background-color: #ffffff;
}

.curse_nav__body .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.curse_nav__body.disabled {
  display: none;
}

.course_nav__link {
  position: relative;

  display: block;
  flex-grow: 1;
  width: auto !important;
  padding: 30px 0;

  color: #161616;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;

  transition: all 0.3s ease-in-out;
}

.course_nav__link.disabled {
  display: none;
}

.course_nav__link.active,
.course_nav__link:hover {
  color: #da432a;
}

.course_nav__link::after {
  content: "";

  position: absolute;
  bottom: 0;

  display: block;
  width: 100%;
  height: 3px;

  background-color: #da432a;
  opacity: 0;
  /* opacity: 1; */

  transition: all 0.3s ease-in-out;
}

.course_nav__link.active::after {
  opacity: 1;
}

@media (max-width: 1599.98px) {
  .course_nav__link {
    font-size: 13px;
  }
}

@media (max-width: 1199.98px) {
  .course_nav__link {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .curse_nav__body .container {
    /* padding: 0 !important; */
  }

  .course_nav__link {
    flex-grow: 0;
    padding: 15px 20px;
  }

  .course_nav__link::after {
    left: 0;
  }

  .curse_nav__body .slick-track {
    display: flex;
  }
}

.card_info__slider {
  height: fit-content;
}

.card_info__slider .video_block-item {
  height: fit-content;
}

@media (max-width: 575.98px) {
  .watch-first-video + .card_course {
    margin-top: 0;
  }
}

.tariff_item-info__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 94px;
}

.tariff_item-info ul {
  margin-top: 0;
  margin-bottom: 0;
}

.popular_slide-label {
  padding: 5px 15px;
  margin-bottom: 15px;

  font-family: "lav_font";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}

.checkout__additional-information {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
}

@media (max-width: 1599.98px) {
  .checkout__additional-information {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .checkout__additional-information {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .checkout__additional-information {
    font-size: 14px;
  }
}

/* Стили кастомного выбора оплаты */
.wc_payment_methods {
  display: none;
}

.custom-payment {
  width: 50%;
}

.custom-payment__title {
  margin-bottom: 25px;

  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #231f20;
}

.custom-payment__grid-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.custom-payment__grid-elem:first-child {
  width: 100%;
}

.custom-payment__grid-elem {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  min-height: 134px;
  padding: 20px;
  border: 1px solid #f4f4f4;
  width: calc(50% - 15px);
  background-color: #f4f4f4;
  border-radius: 5px;

  cursor: pointer;

  transition: all 0.3s ease-in-out;
}

.custom-payment__grid-elem.active {
  display: flex;
}

.custom-payment__grid-elem.current {
  border-color: #000;
}
.custom-payment__grid-elem:first-child {
  background: #D2F0D9;
}


.custom-payment__elem-1 {
  grid-area: 1/1/2/3;
}

.custom-payment__elem-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #231f20;
}

.custom-payment__elem-info {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #6d6d6b;
}

.custom-payment__icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.custom-payment__icons * {
  height: fit-content;
}

.cart_right-container {
  position: sticky;
  top: 126px;
  width: 370px;
}

@media (max-width: 1599.98px) {
  .custom-payment__grid-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .custom-payment__title {
    font-size: 16px;
  }

  .custom-payment__elem-title {
    font-size: 14px;
  }

  .cart_right {
    top: 98px;
  }
  .cart_right-container {
    width: 320px;
  }
}

@media (max-width: 1199.98px) {
  .custom-payment__grid-box {
    grid-template-columns: 1fr 1fr;
  }

  .custom-payment__title {
    font-size: 14px;
  }

  .custom-payment__elem-title {
    font-size: 12px;
  }
  .order_items, .custom-payment {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .order_left-container {
    flex-direction: column;
  }
  .cart_right {
    top: 78px;
  }
}

@media (max-width: 991.98px) {
  .custom-payment {
    margin-bottom: 50px;
  }
  .order_items, .custom-payment {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .custom-payment__grid-elem {
    width: calc(50% - 10px);
  }
  .custom-payment__grid-box {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  .custom-payment__title {
    font-size: 16px;
  }

  .custom-payment__elem-title {
    font-size: 14px;
  }

  .custom-payment__elem-1 {
    grid-area: 1/1/3/2;
  }
  .custom-payment__grid-elem {
    width: calc(50% - 5px);
  }
  .custom-payment__grid-box {
    gap: 10px;
  }
  .cart_right-container {
    width: auto;
  }
}

.sale_inner-info p,
.sale_inner-info ul {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-bottom: 30px;
}

.sale_inner-info h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  color: #161616;
}

.sale_inner-info h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #161616;
}

.sale_inner-info h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}

.sale_inner-info h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.sale_inner-info h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
}

.sale_inner-info p:last-child {
  margin-bottom: 0;
}

.sale_inner-info ul {
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
}

.sale_inner-info li {
  font-size: 16px;
  line-height: 150%;
  color: #161616;
  margin-bottom: 10px;
  position: relative;
}

.sale_inner-info li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1599.98px) {
  .sale_inner-info p,
  .sale_inner-info ul {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sale_inner-info li {
    font-size: 14px;
  }

  .sale_inner-info ul {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  .sale_inner-info p,
  .sale_inner-info ul {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .sale_inner-info li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .sale_inner-info ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .sale_inner-info p,
  .sale_inner-info ul {
    margin-bottom: 20px;
  }

  .sale_inner-info li {
    margin-bottom: 10px;
  }

  .sale_inner-info ul {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .sale_inner-info ul {
    margin-bottom: 30px;
  }

  .sale_inner-info p,
  .sale_inner-info ul {
    font-size: 14px;
  }

  .sale_inner-info li {
    font-size: 14px;
  }

  .sale_inner-info ol li::marker {
    color: #da432a;
  }

  .sale_inner-info ol li::before {
    display: none;
  }
}

.sale_inner-info p,
.sale_inner-info div,
.sale_inner-info ul {
  margin-bottom: 15px;
}

.sale_inner-info h1 {
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  color: #161616;
}

.sale_inner-info h2 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #161616;
}

.sale_inner-info h3 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}

.sale_inner-info h4 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.sale_inner-info h5 {
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
}

.sale_inner-info ul,
.sale_inner-info ol {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.sale_inner-info ul {
  list-style: inside;
}

.sale_inner-info ol {
  list-style: decimal;
  list-style-position: inside;
}

.sale_inner-info li {
  margin-bottom: 10px;
}

.sale_inner-info li::marker {
  color: #da432a;
}

.sale_inner-info.active .text {
  display: inline;
}

.sale_inner-info .link {
  color: #da432a;
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline;
}

.sale_inner-info h1,
.sale_inner-info h2,
.sale_inner-info h3,
.sale_inner-info h4,
.sale_inner-info h5,
.sale_inner-info h6 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #161616;
}

@media (max-width: 1599.98px) {
  .sale_inner-info h1 {
    font-size: 44px;
  }

  .sale_inner-info h2 {
    font-size: 36px;
  }

  .sale_inner-info h3 {
    font-size: 20px;
  }

  .sale_inner-info h4 {
    font-size: 14px;
  }

  .sale_inner-info h1,
  .sale_inner-info h2,
  .sale_inner-info h3,
  .sale_inner-info h4,
  .sale_inner-info h5,
  .sale_inner-info h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .sale_inner-info h1 {
    font-size: 42px;
  }

  .sale_inner-info h2 {
    font-size: 34px;
  }

  .sale_inner-info h3 {
    font-size: 16px;
  }

  .sale_inner-info h1,
  .sale_inner-info h2,
  .sale_inner-info h3,
  .sale_inner-info h4,
  .sale_inner-info h5,
  .sale_inner-info h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.hidden {
  display: none;
}

.popular_slide__place-counter {
  position: absolute;
  bottom: 7px;
  padding: 10px;
  border-radius: 30px;

  font-size: 12px;
  color: #000000;

  background-color: #ffffff;
}

.popular_slide__place-counter span {
  color: #da432a;
  font-weight: bold;
}

/* How-it-work */
.how-it-work p,
.how-it-work ul {
  font-size: 16px;
  color: #161616;
  line-height: 150%;
  margin-bottom: 30px;
}

.how-it-work h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  color: #161616;
}

.how-it-work h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #161616;
}

.how-it-work h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}

.how-it-work h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.how-it-work h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
}

.how-it-work p:last-child {
  margin-bottom: 0;
}

.how-it-work ul {
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
}

.how-it-work li {
  font-size: 16px;
  line-height: 150%;
  color: #161616;
  margin-bottom: 10px;
  position: relative;
}

.how-it-work li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1599.98px) {
  .how-it-work p,
  .how-it-work ul {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .how-it-work li {
    font-size: 14px;
  }

  .how-it-work ul {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  .how-it-work p,
  .how-it-work ul {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .how-it-work li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .how-it-work ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .how-it-work p,
  .how-it-work ul {
    margin-bottom: 20px;
  }

  .how-it-work li {
    margin-bottom: 10px;
  }

  .how-it-work ul {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .how-it-work ul {
    margin-bottom: 30px;
  }

  .how-it-work p,
  .how-it-work ul {
    font-size: 14px;
  }

  .how-it-work li {
    font-size: 14px;
  }

  .how-it-work ol li::marker {
    color: #da432a;
  }

  .how-it-work ol li::before {
    display: none;
  }
}

.how-it-work p,
.how-it-work div,
.how-it-work ul {
  margin-bottom: 15px;
}

.how-it-work h1 {
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  color: #161616;
}

.how-it-work h2 {
  margin-top: 0;
  margin-bottom: 40px;

  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #161616;
}

.how-it-work h3 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}

.how-it-work h4 {
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.how-it-work h5 {
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
}

.how-it-work ul,
.how-it-work ol {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.how-it-work ul {
  list-style: inside;
}

.how-it-work ol {
  list-style: decimal;
  list-style-position: inside;
}

.how-it-work li {
  margin-bottom: 10px;
}

.how-it-work li::marker {
  color: #da432a;
}

.how-it-work .how-it-work__right li::marker {
  color: #ffffff;
}

.how-it-work.active .text {
  display: inline;
}

.how-it-work .link {
  color: #da432a;
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline;
}

.how-it-work h1,
.how-it-work h2,
.how-it-work h3,
.how-it-work h4,
.how-it-work h5,
.how-it-work h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #161616;
}

@media (max-width: 1599.98px) {
  .how-it-work h1 {
    font-size: 44px;
  }

  .how-it-work h2 {
    font-size: 32px;
  }

  .how-it-work h3 {
    font-size: 20px;
  }

  .how-it-work h4 {
    font-size: 14px;
  }

  .how-it-work h1,
  .how-it-work h2,
  .how-it-work h3,
  .how-it-work h4,
  .how-it-work h5,
  .how-it-work h6 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  .how-it-work h1 {
    font-size: 42px;
  }

  .how-it-work h2 {
    font-size: 26px;
  }

  .how-it-work h3 {
    font-size: 16px;
  }

  .how-it-work h1,
  .how-it-work h2,
  .how-it-work h3,
  .how-it-work h4,
  .how-it-work h5,
  .how-it-work h6 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.how-it-work__right * {
  color: #ffffff !important;
}

.how-it-work__right li::before {
  background-color: #ffffff !important;
}

/* subscribe */
.subscribe {
  display: flex;
  flex-direction: column;
}

.subscribe__title {
  margin-top: 60px;
  margin-bottom: 30px;

  color: #ffffff;
}

.subscribe__field {
  position: relative;
}

.subscribe__field .wpcf7-email {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ffffff;

  background: none;

  color: #ffffff;
}

.subscribe__field .your-email::after {
  content: "";

  position: absolute;
  right: 0;
  top: 4px;

  width: 19px;
  height: 13px;

  /* background-color: #ffffff; */
  background-image: url(source/img/arrow.svg);
  background-repeat: no-repeat;
}

.subscribe__field .wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;

  width: 20px;
  height: 100%;
  opacity: 0;

  cursor: pointer;
}

/* Стили личного кабинета */

.discount {
  max-width: 820px;
  padding: 30px 40px;

  background-color: #f2f2f2;
}

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

.discount__middle {
  margin-top: 30px;
}

.discount .discount__title {
  margin-left: 25px;
}

.discount .discount__total-count {
  margin-left: 35px;
}

.discount__personal-title {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 20px;

  background-color: #da432a;

  color: #ffffff;
}

.discount__personal-count {
  display: inline-block;
  margin-left: 15px;

  font-family: "lav_font";
  font-size: 20px;
}

/* Конец стилей личного кабинета */

.publication_inner .container {
  display: flex;
}

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

.reviews__link {
  position: relative;

  height: fit-content;
  padding-bottom: 6px;
  padding-right: 25px;
  border-bottom: 1px solid;

  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: uppercase;

  transition: all 0.3s;
}

.reviews__link:hover {
  color: #da432a;
  border-bottom: 1px solid #da432a;
}

.reviews__link:hover::before {
  color: #da432a;
}

.reviews__link::before {
  content: "→";

  position: absolute;
  top: calc(50% - 3px);
  right: 0px;

  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-family: Roboto;

  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

.h1 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;
  color: #161616;
}

.h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  color: #161616;
}

.h3 {
  font-family: "lav_font";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
}

.h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
}

.h5 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #202020;
}

.h6 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6f6f6f;
}

.tariff_wrapper .tariff_text ul {
  list-style: disc;
}

.tariff_wrapper .tariff_text li {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .how-it-work h2 {
    font-size: 22px;
  }

  .tariff_wrapper .tariff_text ul {
    padding-left: 20px;
  }

  .tariff_wrapper .tariff_text li {
    margin-bottom: 5px;
  }
}

.reviews__button-wrapper {
  display: flex;
}

@media (max-width: 375.98px) {
  .reviews-page_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-page_title .popup_btn {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.rassrochka_item-price-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.rassrochka_item-price {
  width: fit-content;
  padding: 3px 10px;
  background: #F4F4F4;
  border-radius: 5px;
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}
.rassrochka_item-price-container-cart .rassrochka_item-price{
  font-size: 14px;
}
.reviews__button-to-top-new {
  color: #000000;
  background: #fff;
  cursor: pointer;
  margin-right: 50px;
  transition: color .6s ease-in-out;
}
.reviews__button-to-top-new:hover {
  color: #fff;
}
.reviews__button-to-top-new:hover::before {
  bottom: 0;
}

.reviews__button-to-top-new::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #161616;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}
@media (max-width: 375.98px) {
  .reviews_btn_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviews__button-to-top-new {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.goods_partners-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 335px;
  margin-bottom: 100px;
}
.goods_partners-main {
  display: flex;
  flex-direction: column;
  width: 370px;
}
.goods_partners-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}
.goods_partners-container .masters_card-title {
  margin-bottom: 50px;
}
.goods_partners-slider-container {
  width: 73.8%;
  height: 360px;
}
.goods_partners-slider {
  display: flex;
  padding-bottom: 91px;
  height: 100%;

}
.goods_partners-slide {
  width: 370px;
  margin: 0 40px;
}
.goods_partners-slider .slick-list {
  margin: 0 -40px;
}
.goods_partners-slide-img {
  width: 100%;
  height: 156px;
  object-fit: contain;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
.goods_partners-slide-desc {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #161616;
}

.goods_partners-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}

.goods_partners-slider .slick-dots li {
  display: none;
}

.goods_partners-slider .slick-dots li.slick-active {
  display: flex;
}

.goods_partners-slider .slick-dots button {
  background: none;
  border: none;
  display: flex;
  position: relative;
  padding: 0;
}

.goods_partners-slider .slick-dots-current {
  font-size: 14px;
  line-height: 130%;
  color: #161616;
  margin-right: 18px;
}

.goods_partners-slider .slick-dots-total {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 130%;
  margin-top: 13px;
  display: block;
}

.goods_partners-slider .slick-dots-separator {
  height: 1px;
  width: 28px;
  position: absolute;
  background: #c4c4c4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}
.goods_partners-slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background: none;
  padding: 0;
  background-size: cover;
  width: 12px;
  height: 16px;
  border: none;
}

.goods_partners-slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.goods_partners-slider .slick-arrow svg path {
  transition: all 0.3s;
}

.goods_partners-slider .slick-arrow:hover svg path {
  stroke: #da432a;
}
.goods_partners-slider .slick-prev {
  right: 41px;
}
.goods_partners-slider .slick-next {
  right: -10px;
}

@media (max-width: 1600px) {
  .goods_partners-slider-container {
    height: 300px;
  }
  .goods_partners-container .masters_card-title {
    margin-bottom: 30px;
  }
  .goods_partners-slide {
    width: 239px;
    margin: 0 20px;
  }
  .goods_partners-slider .slick-list {
    margin: 0 -20px;
  }
  .goods_partners-slide-img {
    height: 120px;
  }
  .goods_partners-slide-desc, .goods_partners-desc {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .goods_partners-main {
    width: 239px;
  }
  .goods_partners-slider {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .goods_partners-slider-container {
    height: 264px;
  }
  .goods_partners-container .masters_card-title {
    margin-bottom: 30px;
  }
  .goods_partners-slide {
    width: 239px;
    margin: 0 20px;
  }
  .goods_partners-slider .slick-list {
    margin: 0 -20px;
  }
  .goods_partners-slide-img {
    height: 100px;
  }
  .goods_partners-slide-desc, .goods_partners-desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .goods_partners-main {
    width: 212px;
  }
  .goods_partners-slider {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .goods_partners-slider-container {
    width: 64%;
    height: 264px;
  }
  .goods_partners-container .masters_card-title {
    margin-bottom: 30px;
  }
  .goods_partners-slide-img {
    height: 72px;
  }
  .goods_partners-slide-desc, .goods_partners-desc {
    font-size: 12px;
    margin-bottom: 26px;
  }
  .goods_partners-main {
    width: 172px;
  }
  .goods_partners-container .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
  }

  .goods_partners-container .slick-dots-total,
  .goods_partners-container .slick-dots-current,
  .goods_partners-container .slick-dots-separator {
    display: none;
  }

  .goods_partners-container .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    background: #161616;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 5px 10px;
    display: block;
  }

  .goods_partners-container .slick-dots li {
    display: block;
  }

  .goods_partners-container .slick-active button {
    background: #da432a;
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 768px) {
  .goods_partners-container {
    flex-direction: column;
    height: 100%;
    margin-bottom: 50px;
  }
  .goods_partners-slider-container {
    width: 100%;
    height: 260px;
  }
  .goods_partners-main {
    width: 100%;
  }
  .goods_partners-slide-img {
    height: 58px;
  }
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

#place_order:disabled {
  background: #ccc;
  cursor: no-drop;
}
#place_order:disabled:hover {
  background: #ccc;
}
#place_order:disabled:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: #da432a; */
  background: #ccc;
  bottom: -100%;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}
.button-submit-container {
  display: flex;
  width: 100%;
}
.button-submit {
  margin-top: 30px;
  padding: 0 30px;
  width: fit-content;
}
body .select2-container, body .ui-widget.ui-datepicker {
  z-index: 2!important;
}
@media (max-width: 768px) {
  .button-submit-container {
    justify-content: center;
  }
  .modal-payment {
    position: relative;
  }
  .button-submit {
    position: fixed;
    bottom: 0;
  }
}

.order_left-container {
  display: flex;
}
.order_left-container .order_items {
  margin-right: 80px;
  width: 50% !important;
}
@media (max-width: 1600px) {
  .order_left-container .order_items {
    margin-right: 40px;
  }
}
.cart_right-title-discount {
  font-weight: 700;
  color: #000;
}
.auth-for-looking-discount {
  font-weight: 400;
  font-size: 14px;
  color: #6f6f6f;
  margin-top: 25px;
}
.wc-proceed-to-checkout {
  margin-top: 10px;
}
.cabinet_item-loyalty {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px;
  align-items: center;
  background: #F2F2F2;
}
.cabinet_item-loyalty-hat {
  display: flex;
  align-items: center;
}
.cabinet_item-loyalty-hat img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50px;
  margin-right: 20px;
}
.cabinet_item-loyalty-hat h2 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #3A3A3A;
  width: max-content;
}
.cabinet_item-loyalty-info {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  width: max-content;
}
.cabinet_item-loyalty-info-sum {
  width: max-content;
}
.cabinet_item-loyalty-percent-title {
  display: flex;
  align-items: center;
  background: #DA432A;
  padding: 10px 20px;
  width: fit-content;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  height: 100%;
}
.cabinet_item-loyalty-percent {
  margin-left: 15px;
  font-size: 20px;
  font-family: "lav_font";
}
.cabinet_item-loyalty-info {
  margin-right: 30px;
}
.cabinet_item-loyalty-info-next {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6F6F6F;
  margin-bottom: 10px;
}
.cabinet_item-loyalty-info-until {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #161616;
}
.cabinet h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #3A3A3A;
  margin-bottom: 50px !important;
}

@media (max-width: 768px) {
  .goods_partners-container {
    flex-direction: column;
    height: 100%;
    margin-bottom: 50px;
  }
  .goods_partners-slider-container {
    width: 100%;
    height: 260px;
  }
  .goods_partners-main {
    width: 100%;
  }
  .goods_partners-slide-img {
    height: 58px;
  }
}
.wc-proceed-to-checkout, .order_btn {
  margin-top: 20px;
}
.price-cource-old {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.price-cource-old:before {
  content: '';
  position: absolute;
  bottom: 10px !important;
  left: -2px !important;
  width: 110% !important;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(-10deg);
}
@media (max-width: 375.98px) {
  .price-cource-old:before {
    bottom: 6px !important;
  }
}

.checkout .order_items .order_item:nth-child(2), .checkout .order_items .order_item:nth-child(5) {
  width: 100% !important;
}
.checkout .order_items .order_item:nth-child(3),  .checkout .order_items .order_item:nth-child(6) {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.checkout .order_items .order_item:nth-child(4), .checkout .order_items .order_item:nth-child(7) {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.checkout .order_item.full {
  margin-top: 0;
}
.select2-container--default .select2-selection--single {
  background: #F4F4F4 !important;
  border: 1px solid rgba(228, 228, 228, 0) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #F4F4F4 !important;
  border: 1px solid rgba(228, 228, 228, 0) !important;
}
.order_item-inp, .input-text, .select2-container .select2-selection--single .select2-selection__rendered, .checkout .order_item label {
  padding-left: 20px;
}
@media (max-width: 480px) {
  .checkout .order_items .order_item:nth-child(2), .checkout .order_items .order_item:nth-child(5) {
    width: 100%;
  }
  .checkout .order_items .order_item:nth-child(3),  .checkout .order_items .order_item:nth-child(6) {
    width:  100%;
    margin-right:0;
  }
  .checkout .order_items .order_item:nth-child(4), .checkout .order_items .order_item:nth-child(7) {
    width:  100%;
    margin-left: 0;
  }
}
.custom-payment__icons {
  flex-wrap: wrap;
}
.woocommerce-Price-amount {
  display: flex;
  width: max-content;
}
@media (max-width: 575.98px) {
  .header_logo {
    width: 100px;
  }
}
@media (max-width: 575.98px){
  .footer_logo {
    min-width: 60px;
    width: 170px;
  }
}
@media (max-width: 991.98px) {
  .reviews_slider .slick-dots-total,
  .reviews_slider .slick-dots-current,
  .reviews_slider .slick-dots-separator {
    display: flex !important;
  }

  .reviews_slider .slick-dots button {
    display: flex;
    width: 50px !important;
    height: 25px !important;
  }
  .reviews_slider .slick-dots .slick-active button {
    background:none !important;
    width: 100px;
    height: 50px;
  }

  .reviews_slider .slick-arrow {
    display: flex !important;
  }
  .reviews_slider .slick-dots li {
    display: none;
  }

  .masters_card-slider .slick-dots-total,
  .masters_card-slider .slick-dots-current,
  .masters_card-slider .slick-dots-separator {
    display: flex !important;
  }
  .masters_card-slider .slick-dots button {
    display: flex;
    width: 50px !important;
    height: 25px !important;
  }
  .masters_card-slider .slick-dots .slick-active button {
    background:none;
    width: 100px;
    height: 50px;
  }

  .masters_card-slider .slick-arrow {
    display: block !important;
  }
  .masters_card-slider .slick-dots li {
    display: none;
  }
  .masters_card-slider .slick-dots {
    bottom: -20px !important;
  }

}
.card_main-date {
  width: fit-content;
  padding: 10px 15px;
  background: rgba(218, 67, 42, 0.25);
  border: 1px solid #DA432A;
  border-radius: 5px;
}
.card_main-date span {
  margin-left: 11px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .card_main-date span {
    color: #DA432A;
  }
  .card_main-date svg path {
    fill: #DA432A;
  }
}
.tariff_text .card_main-date {
  margin-top: 10px;
}
.tariff_text .card_main-date span {
  margin-left: 11px;
  font-size: 16px;
  color: #DA432A;
}
.tariff_item-inner .rassrochka_item-price-container {
  margin-bottom: 18px;
}
.date-cource {
  margin-top: 20px;
}
.card_main-wrapper {
  padding-bottom: 20px;
}

@media (max-width: 1440px) {
    .date-cource-container {
      display: flex;
    }
  .tariff_text .card_main-date span {
    font-size: 14px;
  }
  .tariff_text .card_main-date {
    margin-left: 10px;
  }
  .date-cource {
    display: flex;
    width: fit-content;
    font-size: 13px;
  }
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion-order-item {
  display: flex;
  color: #444;
  cursor: pointer;
  padding: 31px;
  width: 100%;
  text-align: left;
  outline: none;
  border: 1px solid #F2F2F2;
  transition: 0.4s;
}
.accordion-order-item:not(:first-child) {
  margin-top: 10px;
}


/* Style the accordion panel. Note: hidden by default */
.panel-order-item {
  padding: 0 18px;
  background-color: white;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.cabinet_orders-table {
  display: flex;
  width: 100%;
}
.cabinet_orders-table-title {
  width: 15%;
}

@media (max-width: 1600px) {
  .goods_partners-slider-container {
    height: 350px;
  }
}
.cabinet_orders-table {
  padding: 18px 30px;
  background: #E8E8E8;
  width: 100%;
}
.cabinet_orders-table-title {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 14px;
  width: 12%;
}
.woocommerce-orders-table__cell {
  width: 12%;
}
.cabinet_orders-table-title span {
  width: inherit;
}
.cabinet_orders-table-title:last-child, .woocommerce-orders-table__cell:last-child {
  width: 100px;
}
.woocommerce-orders-table__cell:last-child {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-orders-table__cell-name, .cabinet_orders-table-title-name {
  width: 45%;
}
.panel-order-item {
  border: 1px solid #F2F2F2;
  border-top: none;
}
.panel-order-item-container {
  padding: 30px;
}
.panel-order-item-head {
  display: flex;
  width: 100%;
}
.panel-order-item-head-item {
  width: 40%;
}
.panel-order-item-head-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #7E7E7E;
}
.panel-order-item-head-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
}
.panel-order-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  margin-top: 20px;
}
.shevron-on {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.44 8L16 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
}
.shevron-down{
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9L8.56 2L1 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
}


@media (max-width: 575.98px) {
  .card_course-item:last-child {
    padding: 80px 15px 0 15px;
  }
  .reviews_slider {
    width: 100%;
    margin: 0 auto;
    transform: none;
  }
  .subscribe .wpcf7-email {
    width: 300px;
  }
  .tariff_wrapper .tariff_text ul {
    padding-left: 14px;
  }
}
.woocommerce-orders-table__cell-date {
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
}
.woocommerce-orders-table__cell-number {
  font-weight: 400;
  font-size: 16px;
  color: #6F6F6F;
}
.woocommerce-orders-table__cell-sum {
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
}
.woocommerce-orders-table__cell-status {
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-orders-table__cell-name {
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
}

.edit-account-container {
  width: 970px;
}

.req {
  color: #DA432A;
}
.edit-password {
  display: flex;
  flex-direction: column;
}

.edit-account-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8%;
}
.edit-account-input {
  width: 46%;
  margin-bottom: 12px;
}
.edit-account-input-textarea label, .edit-account-input label {
  display: flex;
  margin-left: 20px;
  margin-bottom: 5px;
}
.edit-account-desc {
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  margin-bottom: 12px;
}
.edit-account-input-textarea {

  width: 100%;
}
.edit-account-input-textarea textarea {
  padding: 15px;
  height: 109px;
}
.edit-account .cabinet_exit {
  border: none;
  border-bottom: 1px solid;
  background: none;
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
}
.edit-password {
  margin-bottom: 30px;
}

.edit-account-input-date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  cursor: pointer;
  content: '';
  top: 12px;
  left: 16px;
  width: 21px;
  height: 20px;
  filter: invert(0);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1458 1.53645H15.3995V0.78125C15.3995 0.349766 15.0497 0 14.6182 0C14.1868 0 13.837 0.349766 13.837 0.78125V1.53645H6.17188V0.78125C6.17188 0.349766 5.82211 0 5.39062 0C4.95914 0 4.60938 0.349766 4.60938 0.78125V1.53645H3.86309C1.73297 1.53645 0 3.26941 0 5.39949V16.1369C0 18.267 1.73297 20 3.86309 20H16.1459C18.2759 20 20.0089 18.267 20.0089 16.1369V5.39949C20.0089 3.26941 18.2759 1.53645 16.1458 1.53645ZM3.86309 3.09895H4.60938V4.62238C4.60938 5.05387 4.95914 5.40363 5.39062 5.40363C5.82211 5.40363 6.17188 5.05387 6.17188 4.62238V3.09895H13.837V4.62238C13.837 5.05387 14.1868 5.40363 14.6183 5.40363C15.0498 5.40363 15.3995 5.05387 15.3995 4.62238V3.09895H16.1459C17.4144 3.09895 18.4464 4.13098 18.4464 5.39949V6.14582H1.5625V5.39949C1.5625 4.13098 2.59453 3.09895 3.86309 3.09895ZM16.1458 18.4375H3.86309C2.59453 18.4375 1.5625 17.4055 1.5625 16.1369V7.70832H18.4464V16.1369C18.4464 17.4055 17.4144 18.4375 16.1458 18.4375ZM6.94012 10.7812C6.94012 11.2127 6.59035 11.5625 6.15887 11.5625H4.62242C4.19094 11.5625 3.84117 11.2127 3.84117 10.7812C3.84117 10.3498 4.19094 10 4.62242 10H6.15887C6.59031 10 6.94012 10.3498 6.94012 10.7812ZM16.1678 10.7812C16.1678 11.2127 15.818 11.5625 15.3865 11.5625H13.8501C13.4186 11.5625 13.0688 11.2127 13.0688 10.7812C13.0688 10.3498 13.4186 10 13.8501 10H15.3865C15.818 10 16.1678 10.3498 16.1678 10.7812ZM11.5495 10.7812C11.5495 11.2127 11.1997 11.5625 10.7682 11.5625H9.2318C8.80031 11.5625 8.45055 11.2127 8.45055 10.7812C8.45055 10.3498 8.80031 10 9.2318 10H10.7682C11.1997 10 11.5495 10.3498 11.5495 10.7812ZM6.94012 15.3906C6.94012 15.8221 6.59035 16.1719 6.15887 16.1719H4.62242C4.19094 16.1719 3.84117 15.8221 3.84117 15.3906C3.84117 14.9591 4.19094 14.6094 4.62242 14.6094H6.15887C6.59031 14.6094 6.94012 14.9591 6.94012 15.3906ZM16.1678 15.3906C16.1678 15.8221 15.818 16.1719 15.3865 16.1719H13.8501C13.4186 16.1719 13.0688 15.8221 13.0688 15.3906C13.0688 14.9591 13.4186 14.6094 13.8501 14.6094H15.3865C15.818 14.6094 16.1678 14.9591 16.1678 15.3906ZM11.5495 15.3906C11.5495 15.8221 11.1997 16.1719 10.7682 16.1719H9.2318C8.80031 16.1719 8.45055 15.8221 8.45055 15.3906C8.45055 14.9591 8.80031 14.6094 9.2318 14.6094H10.7682C11.1997 14.6094 11.5495 14.9591 11.5495 15.3906Z' fill='%23DA432A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.woocommerce-Input--birthdate {
  position: relative;
  padding-left: 50px !important;
}
.custom-payment__icons img {
  width: 30px;
}
.custom-payment__elem-info {
  margin: 10px 0;
}


.woocommerce-orders-table__cell-file {
  display: flex !important;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;
  width: max-content;
}
.file_container {
  display: flex !important;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-bottom: none !important;
}
.file_container svg {
  width: 50px;
}
.file_container-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.file_container-desc-name {
  font-weight: 400;
  font-size: 16px !important;
  color: #3A3A3A !important;
}
.file_container-desc-format {

  font-weight: 400;
  font-size: 14px;
  color: rgba(58, 58, 58, 0.6);
  text-transform: uppercase;
}
.woocommerce-orders-table__cell-right {
  display: flex;
  width: max-content;
}
.cabinet_course-items .accordion-order-item {
  display: flex;
  justify-content: space-between;
}
.cabinet_course-items .woocommerce-orders-table__cell-shevron {
  width: 20px;
  margin-left: 62px;
}
.cabinet_course-items .panel-order-item {
  padding: 0;
}
.cabinet_course-items .panel-course-item .panel-order-item-desc {
  padding: 30px;
}
.cabinet_course-items .panel-order-item-desc {
  margin-top: 0;
}
.cabinet_course-items .woocommerce-orders-table__cell-name a {
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A !important;
  padding-bottom: 3px;
  line-height: 22px;
  text-underline-offset: 5px;
  margin-bottom: 7px;
  text-decoration: underline;
  border-bottom: none !important;
}
.woocommerce-orders-table__cell-sum {
  display: flex;
  flex-direction: column;
}
.woocommerce-orders-table__cell-sum span:first-child {
  margin-bottom: 5px;
}
.woocommerce-orders-table__cell-sum .sale, .cabinet_orders-table-mobile-price .sale {
  font-weight: 400;
  font-size: 16px;
  color: #6F6F6F;
  position: relative;
  width: max-content;
  padding: 0 !important;
}
.cabinet_orders-table-mobile-price .sale {
  font-size: 12px;
}
.woocommerce-orders-table__cell-sum .sale:before, .cabinet_orders-table-mobile-price .sale:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #6F6F6F;
  top: 8px;
  left: 0;
  transform: rotate(-10deg);
}
.cabinet_orders-table-mobile-price .sale:before {
  top: 6px;
}
.panel-order-item-mobile, .accordion-order-item-mobile {
  display: none;
}
.panel-course-item {
  display: flex;
}
.panel-order-item-mobile {
  border: 1px solid #F2F2F2;
  border-top: none;
  background-color: white;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-bottom: 20px;
}
.accordion-order-item-mobile {
  color: #444;
  cursor: pointer;
  padding: 31px;
  width: 100%;
  text-align: left;
  outline: none;
  border: 1px solid #F2F2F2;
  transition: 0.4s;
}
@media (max-width: 990px) {
  .cabinet_orders-table-title:last-child, .woocommerce-orders-table__cell:last-child {
    width: 30px;
  }
  .cabinet_right {
    margin-left: 0;
  }
  .MyAccount-link {
    padding: 15px 30px !important;
  }
  .cabinet_item-loyalty {
    flex-wrap: wrap;
  }
  .cabinet_links {
    margin-bottom: 26px;
  }
  .cabinet h3 {
    font-size: 14px;
  }
  .accordion-order-item-desktop, .cabinet_orders-table, .cabinet_orders-items .panel-order-item {
    display: none;
  }
  .cabinet_course-items .panel-order-item{
    display: flex;
  }
  .panel-order-item-mobile, .accordion-order-item-mobile {
    display: flex;
  }
  .panel-order-item-mobile .panel-order-item-head {
    display: flex;
    flex-direction: column;
  }
  .accordion-order-item-mobile {
    display: flex;
    flex-direction: column;
  }
  .cabinet_orders-table-mobile tr td {
    width: 50%;
    padding-bottom: 13px;
  }
  .cabinet_orders-table-mobile tr td:last-child {
    text-align: right;
  }
  .cabinet_orders-table-mobile tr td:first-child {
    font-weight: 400;
    font-size: 12px;
    color: #6F6F6F;
  }
.cabinet_orders-table-mobile-date {
  font-weight: 400;
  font-size: 14px;
  color: #3A3A3A;
}
.cabinet_orders-table-mobile-number {
  font-weight: 400;
  font-size: 14px;
  color: #6F6F6F;
}
.cabinet_orders-table-mobile-price span:last-child {
  font-weight: 700;
  font-size: 14px;
  color: #3A3A3A;
}
.cabinet_orders-table-mobile-status {
  font-weight: 400;
  font-size: 14px;
}
  .accordion-order-item-mobile .woocommerce-orders-table__cell-name {
    font-weight: 400;
    font-size: 14px;
    color: #3A3A3A;
}
  .accordion-order-item-mobile .woocommerce-orders-table__cell-name {
  margin-bottom: 10px;
}
  .cabinet_orders-table-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cabinet_orders-table-details span {
    font-weight: 400;
    font-size: 12px;
    color: #6F6F6F;
  }
  .panel-order-item-mobile .panel-order-item-head-item {
    width: 100% !important;
  }
  .panel-order-item-mobile .panel-order-item-container {
    padding: 0;
  }
  .accordion-order-item-mobile {
    padding: 15px !important;
  }
  .panel-order-item-head {
    padding: 15px;
  }
  .panel-order-item-head-item:first-child {
    margin-bottom: 10px;
  }
  .panel-order-item-head-item-desc {
    margin-left: 27px;
    font-weight: 400;
    font-size: 14px;
    color: #3A3A3A;
  }
  .panel-order-item-head-item-title {
    font-weight: 400;
    font-size: 12px;
    color: #7E7E7E;
  }
  .cabinet_right {
    width: 100%;
  }
.cabinet_item-loyalty-percent-title, .cabinet_item-loyalty-info-until {
  font-size: 14px;
}
}
@media (max-width: 575.98px) {
  .cabinet_links, .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .MyAccount-link {
    padding: 0 !important;
    padding: 10px 0 !important;
    margin: 10px auto;
  }
}
@media (max-width: 1300px) {
  .edit-account-container {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .edit-account-input {
    width: 100%;

  }
  .edit-account-form {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cabinet_course-items .accordion-order-item {
    flex-wrap: wrap;
  }
  .woocommerce-orders-table__cell-name {
    width: 100%;
    margin-bottom: 20px;
  }

}
.file_container svg circle, .file_container svg path{
  transition: all .4s;
}
.file_container svg:hover circle  {
  stroke: #DA432A;
  stroke-opacity: 1;
  opacity: 1;
  fill: #DA432A;
}
.file_container svg:hover path {
  fill: #ffffff;
}
.custom-payment__grid-elem {
  position: relative;
}
.custom-payment__icons-sbp {
  position: absolute;
  right: 0;
  top: 0;

}
.custom-payment__icons-sbp img {
  width: 25px;
}