/* ------------------- Fonts ------------------- */
@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

/* ------------------- Globals Styles ------------------- */

[data-emoji] {
  font-style: normal;
  font-weight: normal;
}

[data-emoji]:before {
  content: attr(data-emoji);
  margin-right: .125em;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 413px;
  height: 100%;
  object-fit: cover;
}

html {
  box-sizing: border-box;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: #1C1C1C;
}

h2 {
  font-weight: bold;
  font-size: 75px;
  line-height: 92px;
  margin-bottom: 40px;
}

h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}

h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

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

.btn {
  border: none;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 32px;
  height: 64px;
  cursor: pointer;
  font-weight: bold;
}

.disable {
  color: #A4A4A4;
  pointer-events: none;
  position: relative;
}

.disable.courses__by-ann-details {
  overflow: initial;
}

.disable.courses__by-ann-details:before {
  content: 'Вже скоро';
  z-index: 10;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  bottom: 0;
}

.disable svg path{
  fill: #F6C0B9;
}

.disable.courses__by-ann-details:hover.courses__by-ann-details svg path {
  fill: #F6C0B9;
}

body {
  background-color: #ffffff;
  min-width: 320px;
  position: relative;
  color: #1C1C1C;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

input,
textarea {
  outline: none;
}

input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-background-clip: text !important;
}

section {
  padding: 80px 0;
}

button,
input {
  margin: 0;
  padding: 0;
}

.flag_emoji {
  width: 30px;
  height: 30px;
  margin-bottom: -6px;
}

/* ------------------- Header Section ------------------- */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__wrapper {
  padding: 40px 0px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 177px;
  z-index: 10;
  background-color: #fff;
}

.header__logo-link {
  display: block;
}

.header__img {
  pointer-events: none;
}

.header__wrapper-scrolled {
  display: none;
}

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

.header__mobile {
  display: none;
}

.header__mobile-btn {
  display: none;
  width: 100px;
  height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  border: 2px solid #000000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.header__mobile-wrapper {
  position: absolute;
  top: 95px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 95px);
  background-color: #fff;
  padding: 0px 40px;
  transform: translateX(-150%);
  transition: 0.3s all;
  overflow-y: auto;
}

.header__mobile-container {
  margin-bottom: 80px;
}

.header__mobile-close-img {
  pointer-events: none;
  width: 24px;
  height: 24px;
}

.header__mobile-info {
  margin-bottom: 60px;
}

.header__mobile-info-title {
  color:#E9624F;
  margin-bottom: 20px;
}

.header__mobile-info-text {
  font-size: 18px;
  line-height: 24px;
}

.header__mobile.active .header__mobile-text {
  display: none;
}

.header__mobile.active .header__mobile-wrapper {
  transform: translateX(0%);
  transition: 0.3s all;
}

.header__mobile.active .header__mobile-close {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.header__nav-menu {
  display: flex;
  justify-content: space-between;
  width: 737px;
}

.header__nav-item {
  font-size: 20px;
  line-height: 24px;
  user-select: none;
  cursor: pointer;
}

.header__nav-item:hover #data-footer {
  color:#E9624F;
  cursor: pointer;
} 

.header__nav-link {
  color: #1C1C1C;
  font-weight: 700;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  transform: rotate(0deg);
  transition: 0.3s all;
  pointer-events: all;
}

.header__nav-link:hover {
  transition: 0.3s all;
  color: #E9624F;
}

.header__nav-img {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.active > .header__nav-link {
  color: #E9624F;
}

.header__courses {
  position: absolute;
  left: 0px;
  top: 176px;
  height: 100%;
  min-height: calc(100vh - 176px);
  background: #ffffff;
  width: 100%;
  z-index: 10;
  padding-bottom: 100px;
  overflow: auto;
  transform: translateY(-200%);
  transition: 0.3s all;
  background:#ffffff url('../fonts/header-courses-gradient.svg')right bottom/ contain no-repeat;
}

.header__courses-wrapp {
  display: flex;
  align-items: baseline;
  margin-bottom: 32px;
}

.header__courses-back {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.header__courses-back-img {
  margin-right: 16px;
  pointer-events: none;
}

.header__courses-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__courses-main {
  width: 45%;
  margin-right: 40px;
}

.header__courses-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 16px;
  display: flex;
}

.header__courses-labels {
  width: 55%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__courses-icon {
  width: 36px;
  height: 36px;
}

.header__courses-label {
  width: 25%;
  display: flex;
  align-items: center;
}

.header__courses-skill {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin-left: 8px;
}

.header__courses .courses__card-item {
  border: 1px solid #000000;
  background-color: #fff;
  z-index: 2;
}

.header__courses .courses__item-title,
.header__courses .courses__card-title {
  color: #1c1c1c;
}

.header__courses .courses__card-new-price {
  background-color: #ffffff;
  color: #E9624F;
  z-index: 5;
}

.header__courses .courses__by-ann-subtitle,
.header__courses .courses__by-ann-title {
  color: #1c1c1c;
}

.header__courses .courses__by-ann-item:first-child {
  border-bottom: 2px solid #1c1c1c;
}

.header__courses .courses__by-ann-new-price {
  background-color: #fff;
  color: #E9624F;
}

.header__courses .courses__by-ann-details:hover {
  color: #ffffff;
}

/* .courses__cursor {
  width: 305px;
  height: 124px;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transform: translate(50%, 50%);
  z-index: 15;
} */

.header__courses .courses__card-more:hover {
  color: #ffffff;
}


/* ------------------- Hero Section ------------------- */

.hero {
  padding: 198px 0 50px;
  overflow: hidden;
}

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

.hero-top__title-text {
  color: #E9624F;
}

.hero-top__social {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.hero-top__social-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-top__social-wrapper img {
  margin-right: 8px;
}

.hero-top__social-wrapper:first-child {
  margin-bottom: 24px;
}

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

.hero-bottom__description {
  max-width: 50%;
  margin-right: 64px;
  z-index: 3;
}

.hero-bottom__description-text {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.hero-bottom__description-text span {
  background: url('../fonts/shop-text.svg') center center/cover no-repeat;
}

.hero-bottom__description-redirect {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 40px;
}

.hero-bottom__description-link {
  display: flex;
  align-items: center;
}

.hero-bottom__description-img {
  margin-left: 8px;
}

.hero-bottom__info {
  position: relative;
  z-index: 2;
  margin-right: 128px;
  width: 770px;
  height: 432px;
}

.hero-bottom__info img {
  width: 100%;
  height: 100%;
}

.hero-bottom__info:before {
  content: '';
  position: absolute;
  width: 738px;
  height: 738px;
  bottom: -40px;
  right: -249px;
  background: url('../fonts/hero-gradient.svg')center center/cover no-repeat;
  z-index: -1;
}

.hero-bottom__info-video {
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}

.hero-bottom__info-video:before {
  content: '';
  position: absolute;
  right: -68px;
  top: -68px;
  width: 181.38px;
  height: 161.08px;
  background: url('../fonts/video-hat.svg')center center/ cover no-repeat;
  z-index: 2;
}

.hero-bottom__info-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform:translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.hero-bottom__info-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-bottom__info-description span {
  display: inline-block;
  background: url('../fonts/hero-text.svg')center center/ cover no-repeat;
}

/* ------------------- Start Section ------------------- */

.benefits {
  padding-top: 0;
}

.benefits__info {
  margin-bottom: 41px;
}

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

.benefits__info-title {
  margin-bottom: 0;
}

.benefits__info-btn {
  background-color: #1c1c1c;
  color: #ffffff;
  height: 64px;
  transition: 0.3s all;
  border: 1.5px solid #1c1c1c;
}

.benefits__info-btn:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

.benefits__info-description {
  color: #000000;
  max-width: 630px;
}

.benefits__info-text:first-child {
  margin: 20px 0 17px;
}

.benefits__info-text span {
  position: relative;
  background: url('../fonts/start-text.svg')center center/ cover no-repeat;
}

.benefits__cards-list {
  display: flex;
  justify-content: center;
}

.benefits__cards-item {
  border: 1.5px solid #000000;
  padding: 15px 40px 30px 32px;
  width: 520px;
  height: 390px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.benefits__cards-item:nth-child(2) {
  border-right: none;
  border-left: none;
}

.benefits__cards-img {
  display: block;
  margin-left: auto;
  width: 130px;
  height: 195px;
  position: absolute;
  top: 53px;
  right: 18px;
}

.benefits__card-picture {
  top: 0px;
  right: 24px;
}

.benefits__cards-title {
  margin-bottom: 20px;
}

.benefits__cards-social {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 34px;
  left: 32px;
}

.benefits__cards-social img {
  margin-right: 8px;
}

.benefits__cards-link {
  display: flex;
  align-items: center;
}

/* ------------------- Test Section ------------------- */

.test {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1720px;
  padding-left: 80px;
  padding-right: 80px;
}

#test-result {
  display: none;
}

.test__picture {
  width: 818px;
  background-color: #E9624F;
  padding: 103px 131px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40%;
}

.test__picture-img {
  width: 338.53px;
  height: 352.37px;
}

.test__picture:before {
  content: '';
  width: 196px;
  height: 123px;
  position: absolute;
  bottom: -23px;
  right: -40px;
  background: url('../fonts/mail.svg')center center/ cover no-repeat;
}

.test__info {
  margin-left: 152px;
  width: 500px;
}

.test__info-title {
  margin-bottom: 24px;
  padding-right: 40px;
}

.test__info-text {
  width: 415px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
}

.test__info-btn {
  display: inline-block;
  color: #ffffff;
  background: #1C1C1C;
  transition: 0.3s all;
  border: 1.5px solid #1c1c1c;
}

.test__info-btn:hover {
  background-color: #fff;
  color: #1c1c1c;
  border: 1.5px solid #1c1c1c;
}

.test__form-btn {
  margin-top: 60px;
  display: inline-block;
  color: #ffffff;
  background: #1C1C1C;
  transition: 0.3s all;
  border: 1.5px solid #1c1c1c;
}

.test__form-btn:hover {
  background-color: #fff;
  color: #1c1c1c;
  border: 1.5px solid #1c1c1c;
}

/* If Section */

.if {
  padding-bottom: 43px;
  position: relative;
  overflow: hidden;
}

.if:before {
  content: '';
  position: absolute;
  bottom: -530px;
  left: 0px;
  width: 100%;
  height: 840px;
  background: radial-gradient(50% 50% at 50% 50%, #F4E29E 33.11%, rgba(244, 226, 158, 0) 100%);
  z-index: -1;
}

.if span {
  color: #E9624F;
}

.if__list {
  margin-top: 40px;
}

.if__list-item {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  width: 100%;
}

.if__list-item span {
  position: relative;
  padding-bottom: 30px;
}

.if__list-item-1 {
  background: url('../fonts/line_1.svg')left 50px/ contain no-repeat;
}

.if__list-item-2 {
  background: url('../fonts/line_2.svg')left 50px/ contain no-repeat;
}

.if__list-item-3 {
  background: url('../fonts/line_3.svg')left 50px/ contain no-repeat;
}

.if__list-item-4 {
  background: url('../fonts/line_4.svg')left 50px/ contain no-repeat;
}

.if__list-item-5 {
  background: url('../fonts/line_5.svg')left 50px/ contain no-repeat;
}

.if__list-item-6 {
  background: url('../fonts/line_6.svg')left 50px/ contain no-repeat;
}

.first-if {
  transform: translate(-100%, 0px);
}

.second-if {
  transform: translate(200%, 0);
}

.third-if {
  transform: translate(-100%, 0px);
}

.fourth-if {
  transform: translate(200%, 0);
}

.fifth-if {
  transform: translate(-100%, 0px);
}

.sixth-if {
  transform: translate(200%, 0);
}

.if__list-item:not(:last-child) {
  margin-bottom: 47px;
}

.if__list-item:nth-child(2n) {
  margin-left: 250px;
}

.if__arrows {
  margin-top: 64px;
  text-align: center;
}

/* ------------------- Add Section ------------------- */

.add {
  background-color: #1c1c1c;
  padding: 100px 0px 120px;
  color: #ffffff;
  overflow: hidden;
}

.add__title {
  color: #ffffff;
}

.add__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}

.add__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.add__info-text {
  color: #FFFFFF;
  margin-bottom: 44px;
  max-width: 507px;
}

.add__info-text span {
  font-weight: bold;
  color: #1c1c1c;
  background: url('../fonts/add-text.svg') center/ cover no-repeat;
}

.add__info-btn {
  background: #FFFFFF;
  transition: 0.3s all;
  color: #1c1c1c;
  border: 1.5px solid #1c1c1c;
}

.add__info-btn:hover {
  background-color: #1c1c1c;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
}

.add__info-about {
  width: 729px;
  padding: 32px 40px 61px 108px;
  background-color: #1c1c1c;
  position: absolute;
  top: 308px;
  left: 0;
  z-index: 3;
}

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

.add__info-item:not(:last-child) {
  margin-bottom: 45px;
}

.add__info-subtitle {
  font-size: 16px;
  line-height: 20px;
}

.add__info-main {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.add__banner {
  margin-top: 74px;
  position: relative;
  margin-right: 132px;
  z-index: 2;
}

.add__banner:before {
  content: '';
  width: 774px;
  height: 774px;
  position: absolute;
  right: -220px;
  top: -260px;
  display: block;
  background: url('../fonts/banner-gradient.svg')center center/ cover no-repeat;
  z-index: -1;
}

.add__banner:after {
  content: '';
  width: 180.83px;
  height: 126.52px;
  position: absolute;
  top: -68px;
  right: -62px;
  background: url('../fonts/banner-hat.svg')center center/ contain no-repeat;
  z-index: 2;
}

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

/* ------------------- Courses Section ------------------- */

.courses {
  background-color: #1c1c1c;
  color: #ffffff;
  padding-bottom: 120px;
}

.courses__title {
  color: #ffffff;
}

.course__list-sale {
  position: absolute;
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

/* .courses__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  gap: 20px;
}

.courses__list-item {
  padding: 30px 32px;
  border: 1.5px solid #FFFFFF;
  max-width: 413px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.courses__list-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.courses__list-img {
  width: 184px;
  height: 150px;
}

.courses__list-time {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
} */

/* .courses__list-title {
  color: #ffffff;
  margin-bottom: 20px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.courses__list-text {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 39px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.courses__list-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.courses__list-price {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  position: relative;
}

.courses__list-price:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -2px;
  width: 122px;
  height: 2px;
  background: #E9624F;
  transform: rotate(13deg);
  display: none;
}

.courses__list-item.sale .courses__list-price:before {
  display: block;
}

.courses__list-new-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  background-color: #1c1c1c;
  border: 2px solid #E9624F;
  padding: 10px 17px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  bottom: 16px;
  display: none;
}

.courses__list-item.sale .courses__list-new-price {
  display: block;
}

.courses__list-more {
  display: block;
  width: 126px;
  height: 32px;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  overflow-y: hidden;
}

.courses__list-more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -32px;
  left: 0;
  background-color: #E9624F;
  z-index: -1;
  transition: 0.4s all;
  pointer-events: none;
}

.courses__list-more:hover.courses__list-more:before {
  bottom: 0px;
}

.courses__list-more:hover.courses__list-more svg path{
  transition: 0.4s all;
  fill: #ffffff;
}

.courses__list-more span {
  color: #ffffff;
}

.courses__list-more img {
  margin-left: 9px;
}

.courses__list-item.sale .courses__list-time {
  color: #E9624F;
}
 */

.courses__list-link {
  font-weight: bold;
  margin-right: 10px;
  pointer-events: none;
  user-select: none;
}

.courses__more-btn {
  margin-top: 44px;
  transition: 0.3s all;
  border: 1.5px solid #FFFFFF;
}

.courses__more-btn:hover {
  background-color: #1c1c1c;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
}

.optional__course {
  display: none;
}

.courses__item {
  margin-top: 57px;
}

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

.courses__item-text {
  width: 35%;
}

.courses__item-title {
  color: #ffffff;
  margin-bottom: 15px;
}

.courses__item-descr {
  font-size: 14px;
  line-height: 17px;
}

.courses__item-img {
  max-height: 100px;
}

.courses__cards-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.courses__card-item {
  width: 100%;
  padding: 32px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.courses__card-item:not(:first-child) {
  border-left: none;
}

.courses__card-top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 18px;
}

.courses__card-middle {
  margin-bottom: 35px;
}

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

.courses__card-title {
  color: #ffffff;
  margin-bottom: 16px;
}

.courses__card-info {
  font-size: 14px;
  line-height: 17px;
}

.courses__card-price {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  position: relative;
}

.courses__card-price:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -2px;
  width: 122px;
  height: 2px;
  background: #E9624F;
  transform: rotate(13deg);
  display: none;
}

.courses__card-new-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  background-color: #1c1c1c;
  border: 2px solid #E9624F;
  padding: 10px 17px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  bottom: 16px;
  display: none;
  z-index: 5;
}

.courses__card-full {
  display: none;
}

.courses__card-item.sale .courses__card-new-price,
.courses__card-item.sale .courses__card-price:before {
  display: block;
}

.courses__card-item.sale .courses__card-time {
  color: #E9624F;
}

.courses__card-item.full .courses__card-full {
  display: block;
  color: #E9624F;
}

.courses__card-item.full .courses__card-time {
  display: none;
}

.courses__card-more {
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 5px 10px;
}

.courses__card-more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background-color: #E9624F;
  transition: 0.3s all;
  z-index: -1;
}

.courses__card-more:hover svg path {
  fill: #ffffff;
  z-index: 5;
}

.courses__card-more:hover.courses__card-more:before {
  bottom: 0;
}

.courses__by-ann {
  margin-top: 80px;
}

.courses__by-ann-title {
  color: #ffffff;
}

.courses__by-ann-item {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.courses__by-ann-item:first-child {
  border-bottom: 2px solid #ffffff;
}

.courses__by-ann-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}

.courses__by-ann-wrapper {
  width: 50%;
}

.courses__by-ann-text {
  width: 504px;
}

.courses__by-ann-info {
  display: flex;
  width: 50%;
  height: 120px;
}

.courses__by-ann-description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}

.courses__by-ann-descr {
  width: 322px;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-bottom: 43px;
}

.courses__by-ann-wrapp {
  display: flex;
}

.courses__by-ann-start {
  width: 170px;
}

.courses__by-ann-period {
  width: 170px;
  text-align: right;
}

.courses__by-ann-start-title {
  width: 170px;
}

.courses__by-ann-start-title:not(:last-child) {
  margin-bottom: 30px;
}

.courses__by-ann-time {
  margin-bottom: 30px;
}

.courses__by-ann-item.sale .courses__by-ann-time:last-child {
  color: #E9624F;
}

.courses__by-ann-more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-left: auto;
  align-items: flex-end;
}

.courses__by-ann-price {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  position: relative;
}

.courses__by-ann-price:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -2px;
  width: 122px;
  height: 2px;
  background: #E9624F;
  transform: rotate(13deg);
  display: none;
}

.courses__by-ann-item.sale .courses__by-ann-price:before {
  display: block;
}

.courses__by-ann-new-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  background-color: #1c1c1c;
  border: 2px solid #E9624F;
  padding: 10px 17px;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: -30px;
  display: none;
}

.courses__by-ann-item.sale .courses__by-ann-new-price {
  display: block;
}

.sale .course__list-sale {
  display: block;
}

.courses__by-ann-details {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3px 8px;
}

.courses__by-ann-details:before:hover {
  bottom: 0;
}

.courses__by-ann-details:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #E9624F;
  z-index: -1;
  transition: 0.4s all;
}

.courses__by-ann-details:hover.courses__by-ann-details:before {
  bottom: 0px;
}

.courses__by-ann-details:hover.courses__by-ann-details svg path {
  transition: 0.4s all;
  fill: #ffffff;
}

.courses__by-ann-details svg {
  margin-left: 9px;
}

/* .courses .courses__cursor {
  color: #1c1c1c;
  background-color: #fff;
} */

/* .courses__cursor .courses__by-ann-start-title:not(:last-child) {
  margin-bottom: 12px;
}

.courses__cursor .courses__by-ann-time:not(:last-child) {
  margin-bottom: 12px;
}

.courses__cursor .courses__by-ann-start {
  width: 140px;
}

.courses__cursor .courses__by-ann-period {
  width: 100%;
} */


/* ------------------- Education Section ------------------- */

.education {
  padding: 160px 0 256px;
  overflow: hidden;
}

.education .container {
  position: relative;
  z-index: 5;
}

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

.education__info {
  z-index: 3;
}

.education__picture {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 620px;
}

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

.education__picture:before {
  content: '';
  width: 579px;
  height: 579px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 225, 114, 0.9) 13.2%, rgba(255, 244, 205, 0) 100%);
  position: absolute;
  bottom: 80px;
  left: -240px;
  z-index: -1;
}

.education__title {
  max-width: 542px;
}

.education__text {
  max-width: 471px;
  margin-bottom: 60px;
}

.education__blocks {
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 370px;
  top: 435px;
  left: 80px;
  right: 80px;
  z-index: 5;
}

.education__block {
  width: calc(25% - -1px);
  height: 250px;
  padding: 32px 29px 32px 31px;
  border: 1.5px solid #000000;
  background: #ffffff;
  z-index: 2;
}


.education__block:not(:first-child) {
  margin-left: -1px;
}

.education__block_first {
  transform: translate(0px, 100%);
}

.education__block_second {
  margin-top: 40px;
  transform: translate(0px, 100%);
}

.education__block_third {
  margin-top: 80px;
  transform: translate(0px, 100%);
}

.education__block_fourth {
  margin-top: 120px;
  transform: translate(0px, 100%);
}

.education__block-title {
  margin: 20px 0 12px;
}

/* ------------------- Invite Section ------------------- */

.invite {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1720px;
  padding-left: 80px;
  padding-right: 80px;
}

.invite__picture {
  width: 818px;
  background-color: #E9624F;
  padding: 103px 131px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40%;
}

.invite__picture-img {
  width: 338.53px;
  height: 352.37px;
}

.invite__picture:before {
  content: '';
  width: 196px;
  height: 123px;
  position: absolute;
  bottom: -23px;
  right: -40px;
  background: url('../fonts/mail.svg')center center/ cover no-repeat;
}

.invite__form {
  margin-left: 152px;
  max-width: 518px;
  width: 60%;
}

.invite__form-title {
  margin-bottom: 24px;
}

.invite__from-text {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 52px;
}

.invite__from-input {
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #1C1C1C;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 44px;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 20px;
}

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

.invite__form-wrapper input {
  width: 100%;
}

.invite__form-wrapper input:first-child {
  margin-right: 20px;
}

.invite__form-select {
  position: relative;
}

.invite__form-select select {
  width: 100%;
  height: 69px;
  border: none;
  border-bottom: 1.5px solid #1c1c1c;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1c;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
}

.invite__form-select:before {
  content: '';
  width: 22px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url('../fonts/select-arrow.svg') no-repeat right center;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;

  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) translateY(-50%);
}

.invite__form-select.on:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.invite__form-select select:after {
  display: none;
}

/* ------------------- Sign-up Section ------------------- */

.sign-up__wrapper {
  display: flex;
  border: 1.5px solid #000000;
  border-bottom: none;
}

.sign-up__info {
  width: 50%;
  padding: 60px 60px 74px;
  background-color: #E9624F;
  border-right: 1.5px solid #000000;
  margin-left: -1px;
  margin-top: -1px;
}

.sign-up__img {
  margin-bottom: 64px;
}

.sign-up__form {
  width: 50%;
  padding: 60px;
  position: relative;
}

.sign-up__form:before {
  content: '';
  position: absolute;
  right: 50%;
  top: -61px;
  width: 123px;
  height: 123px;
  background: url(../fonts/sale.svg)center center/ contain no-repeat;
  transform: translateX(50%);
  display: none;
}

.sale .sign-up__form:before {
  display: block;
}

.sign-up__title {
  color: #ffffff;
  margin-bottom: 28px;
}

.sign-up__text {
  color: #ffffff;
}

.sign-up__form-title {
  max-width: 467px;
  margin-bottom: 60px;
}

#sign-up-full {
  display: none;
}

#sign-up-full .sign-up__wrapper {
  align-items: center;
}

#sign-up-full .sign-up__form-title {
  margin-bottom: 28px;
}

#sign-up-full .sign-up__form-text {
  margin-bottom: 60px;
}

#sign-up-full .sign-up__form-input {
  margin-bottom: 60px;
}

.sign-up__form-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1C1C1C;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 44px;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 20px;
}

.sign-up__form-wrapper {
  display: flex;
}

.sign-up__form-wrapper .form-control:last-child {
  margin-left: 20px;
}

.sign-up__form-select {
  margin-bottom: 42px;
}

.sign-up__form-select .select-box {
  width: 100%;
  border-bottom: 1px solid #1c1c1c;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
}

.select__current {
  pointer-events: none;
}

.select-box.is-active .select__body {
  display: block;
}

.select__icon {
  width: 22px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../fonts/select-arrow.svg') no-repeat right center;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;

  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.select__icon.active {
  transform: rotate(180deg);
}

.select__header {
  padding-bottom: 24px;
}

.select__body {
  border: 1px solid #1c1c1c;
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  width: 100%;
  background-color: #fff;
  padding: 12px;
  display: none;
  z-index: 1;
}

.select__item {
  padding: 12px;
}

.select__item:hover {
  background-color: lightgray;
}

.sign-up__form-select.on:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sign-up__form-select select:after {
  display: none;
}

.sign-up__promocode {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
  cursor: pointer;
  width: fit-content;
}

.sign-up__promocode img {
  margin-right: 16px;
}

.sign-up__promocode-text {
  pointer-events: none;
  user-select: none;
}

.sign-up__promocode-activated {
  display: none;
  align-items: flex-start;
  margin-bottom: 40px;
}

.sign-up__promocode-activated.show {
  display: flex;
}

.sign-up__promocode-info {
  margin-left: 16px;
}

.sign-up__promocode-description {
  margin-top: 10px;
}

.sign-up__form-btn {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 1px solid #1c1c1c;
  transition: 0.3s all;
}

.sign-up__form-btn:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

/* ------------------- Comments Section ------------------- */

.commnets__description {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.comments__description-text {
  margin-left: 58px;
  max-width: 559px;
}

.comments__description-text span {
  background: url('../fonts/comments-text.svg')center center/ cover no-repeat;
  white-space: nowrap;
}

.comments__paralax {
  background-color: #1C1C1C;
  position: relative;
  overflow-y: hidden;
}

.comments__paralax-wrapp {
  width: 500px;
  height: 92px;
  overflow: hidden;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
}

.comments__paralax-titles {
  display: flex;
  width: 2940px;
}

.comments__paralax-title {
  color: #ffffff;
  text-align: center;
  margin: 0px auto;
  width: 500px;
  transition: 0.4s all;
  padding-right: 15px;
}

.comments__paralax-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.comments__paralax-list:not(:last-child) {
  margin-right: 20px;
}

.comments__paralax-list img{
  margin-bottom: 20px;
  width: 100%;
}

/* ------------------- Present Section ------------------- */

.present {
  overflow: hidden;
}

.present .container {
  overflow-x: hidden;
}

.present__title {
  margin-bottom: 100px;
}

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

.present__info-text {
  max-width: 607px;
}

.present__info-text span {
  background: url('../fonts/present-text.svg') center/ cover no-repeat;
}

.present__info-link {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.present__info-arrow {
  margin-left: 9px;
}

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

.present__items .present__slide {
  width: calc(100% / 3 - 15px);
  margin-bottom: 30px;
}

.present__items .present__slide:not(:nth-child(3n+3)) {
  margin-right: 15px;
}

.present__items .present__slide-img {
  width: 100%;
  object-fit: contain;
}

.present__slide {
  text-align: left;
  position: relative;
  cursor: pointer;
}

.present__slide:before {
  content: '';
  position: absolute;
  top: -32px;
  right: 32px;
  transform: translateX(50%);
  width: 123px;
  height: 123px;
  display: none;
  background: url('../fonts/sale.svg')center center/ contain no-repeat;
  z-index: 3;
}

.present__slide-title {
  margin-top: 24px;
  max-width: 413px;
}

.present__slide-info {
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;
}

.present__slide-money {
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.present__slide-price {
  position: relative;
}

.present__slide-price:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 90px;
  height: 2px;
  background: #E9624F;
  transform: rotate(10deg);
  display: none;
}

.present__slide-sale {
  color: #E9624F;
  margin-left: 16px;
  border: 2px solid #E9624F;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 10px 16px;
  display: none;
}

.present__slide.product-sale .present__slide-sale,
.present__slide.product-sale .present__slide-price:before,
.present__slide.product-sale.present__slide:before {
  display: block;
}

.present__btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.present__btns svg {
  display: block;
  cursor: pointer;
}

.present__btns .present__slider-arrow:last-child {
  margin-left: 44px;
  cursor: pointer;
}

.swiper-button-disabled svg path{
  fill: #9A9A9A;
}

/* ------------------- Instagram Section ------------------- */

.instagram {
  top: 187px;
  opacity: 0;
  min-height: 100vh;
}

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

.instagram__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 906px;
}

.instagram__title {
  width: 413px;
}

.instagram__phone {
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 310px;
}

.phone__wrapper {
  position: absolute;
  top: 52px;
  left: -1px;
  width: 100%;
  height: calc(100% - 58px);
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 5;
}

.instagram__img-photo {
  height: 634px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.instagram__img-text {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 307px;
  display: block;
  z-index: 1;
}

.instagram__info {
  max-width: 412px;
}

.instagrams__subtitle {
  max-width: 289px;
  margin-bottom: 32px;
}

.instagram__text {
  margin-bottom: 40px;
}

.instagram__text span {
  background: url('../fonts/insta-text.svg') center/ cover no-repeat;
}

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

.instagram__link {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.instagram__logo {
  margin-right: 9px;
}

.instagram__arrow {
  margin-left: 12px;
}

/* ------------------- Questions Section ------------------- */
.questions {
  padding-bottom: 160px;
}

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

.questions__title {
  margin-bottom: 0;
}

.questions__head-btn {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 1px solid #1c1c1c;
  transition: 0.3s
}

.questions__head-btn:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

.questions__accordion-item {
  padding: 34px 0;
  border-bottom: 1.5px solid #1C1C1C;
}

.questions__accordion-item.show .questions__accordion-text {
  height: auto;
  margin-top: 30px;
}

.questions__accordion-item.show .questions__accordion-arrow {
  transform: rotate(180deg);
}

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

.questions__accordion-answer {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.questions__accordion-arrow {
  width: 13.5px;
  height: 23.44px;
  margin-left: 16px;
}

.questions__accordion-title {
  padding-right: 30px;
}

.questions__accordion-text {
  transition: 0.3s ease-out;
  margin-top: 0px;
  height: 0;
  /* transform: scaleY(0); */
  position: relative;
  overflow: hidden;
}

/* ------------------- Footer Section ------------------- */

.footer {
  padding-top: 100px;
  background-color: #1c1c1c;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer__title {
  color: #ffffff;
}

.footer__form {
  width: 630px;
}

.footer__text {
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 92px;
}

.footer__text span {
  color:#1C1C1C;
  font-weight: bold;
  background: url('../fonts/footer-text.svg') center/ cover no-repeat;
  white-space: nowrap;
}

.footer__form-wrapper {
  display: flex;
}

.footer__form-wrapper .form-control:last-child {
  margin-left: 20px;
}

.footer__form-wrapper input {
  max-width: 305px;
}

.form-control {
  position: relative;
  width: 100%;
}

.footer__form-input {
  background-color: transparent !important;
  border: none;
  border-bottom: 1.5px solid #ffffff;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 44px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

#footer input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

.footer__form-input::placeholder {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

.form-name-error {
  font-size: 10px;
  line-height: 11px;
  color: #E9624F;
  position: absolute;
  left: 0;
  top: 50px;
}

.error-input {
  border-bottom: 1px solid #E9624F !important;
}

.select__current.error-input {
  border-bottom: none !important;
}

.footer__form-textarea {
  font-family: "Inter";
  width: 100%;
  height: 155px;
  margin-bottom: 85px;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #ffffff;
  color: #ffffff;
  resize: none;
  font-size: 16px;
  line-height: 20px;
}

.footer__form-textarea::placeholder {
  color: #777777;
}

.footer__form-btn {
  display: block;
  transition: 0.3s all;
  border-radius: 0;
  background-color: #fff;
  color: #1c1c1c;
  border: 1.5px solid #1c1c1c;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 32px;
  cursor: pointer;
  font-weight: bold;
  height: 64px;
}

.footer__form-btn:hover {
  background-color: #1c1c1c!important;
  color: #FFFFFF !important;
  border: 1.5px solid #FFFFFF !important;
}

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

.footer__img {
  width: 100%;
  height: 100%;
}

.footer__copirating {
  display: flex;
  justify-content: space-between;
  width: 737px;
}

.footer__copirating-wrapper {
  padding: 185px 0px 100px;
  display: flex;
  justify-content: space-between;
}

.footer__copirating-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.footer__copirating-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer__copirating-img {
  margin-right: 9px;
}

.footer__copirating-contacts .footer__copirating-link {
  text-decoration: underline;
}

.footer__copirating-navigation {
  margin-left: 100px;
}

.footer__copirating-navigation .footer__copirating-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.footer__copiratin-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 215px;
}

.footer__copirating-btn {
  transition: 0.3s all;
  background-color: #fff;
  color: #1c1c1c;
  border: 1.5px solid #1c1c1c;
}

.footer__copirating-btn:hover {
  background-color: #1c1c1c;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
}

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

.footer__privacy .footer__copirating-contacts {
  margin-right: 20px;
}

.footer__copirating-payments img {
  height: 55px;
}

/* ------------------- Product Modal Section ------------------- */

.product-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.4);
  display: none;
}

.product-modal.sale-product .product-modal__pictures:before {
  content: '';
  position: absolute;
  top: -22px;
  right: 340px;
  width: 123px;
  height: 123px;
  background: url(../fonts/sale.svg)center center/ contain no-repeat;
  z-index: 3;
}

.product-modal__wrapper {
  border: 1px solid #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 551px;
  max-height: calc(100vh - 80px);
  width: 100%;
  max-width: 1064px;
  padding: 32px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.product-modal__content {
  display: flex;
  overflow-y: auto;
}

.product-modal__close {
  position: absolute;
  top: 0;
  right: -74px;
  cursor: pointer;
}

.product-modal__close-btn {
  pointer-events: none;
}

.product-modal__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 484px;
}

.product-modal__item {
  width: 149px;
  height: 149px;
  border: 1px solid transparent;
  cursor: pointer;
}

.product-modal__item-main {
  width: 487px;
  height: 484px;
}

.product-modal__item.select {
  border: 1px solid #E9624F;
}

.product-modal__img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-modal__pictures {
  display: flex;
  justify-content: space-between;
  width: 657px;
  margin-right: 32px;
}

.product-modal__info {
  width: 312px;
}

.product-modal__title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}

.product-modal__text {
  height: 140px;
  overflow-y: auto;
}

.product-modal__description {
  margin: 20px 0 44px;
}

.product-modal__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.product-modal__line:not(:last-child) {
  margin-bottom: 20px;
}

.product-modal__subtitle {
  font-size: 24px;
  line-height: 29px;
}

.sale-product .product-modal__line:last-child .product-modal__subtitle:before,
.sale-product .product-modal__subtitle-new {
  display: block;
}

.product-modal__line:last-child .product-modal__subtitle:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0px;
  width: 120px;
  height: 2px;
  background: #E9624F;
  transform: rotate(13deg);
  display: none;
}

.product-modal__subtitle-new {
  position: absolute;
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  color: #E9624F;
  background-color: #fff;
  border: 2px solid #E9624F;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: none;
}

.product-modal__btn {
  width: 100%;
  background-color: #1c1c1c;
  color: #ffffff;
  transition: 0.3s all;
  cursor: pointer;
  border: 1px solid #1c1c1c;
  display: block;
  text-align: center;
}

.product-modal__btn:hover {
  background-color: #fff;
  color: #1c1c1c;
}

.open {
  display: block;
}