* {
  margin: 0;
  padding: 0;
  font-family: Ubuntu, sans-serif;
}

.section-name {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #67b7b7;
}

.content-wrapper {
  padding: 0 80px;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 20px;
}

@media (max-width: 1429px) {
  .content-wrapper {
    max-width: 1024px;
    padding: 0 16px 0 20px;
  }
}

@media (max-width: 1013px) {
  .content-wrapper {
    max-width: 360px;
    padding: 0 20px;
  }


  .courses-content .content-wrapper {
    max-width: 100% !important;
  }

  .masterclass-header {
    max-width: 100% !important;
  }
}

.head-image {
  background-size: cover;
  background-position: top;
  height: 560px;
}

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

@media (max-width: 1429px) {
  .head-image {
    height: 550px;
  }
}

@media (max-width: 1013px) {
  .head-image {
    height: 450px;
  }
}

.about-courses {
  padding: 109px 2px 117px;
}

@media (max-width: 1429px) {
  .about-courses {
    padding: 79px 0 108px;
  }
}

@media (max-width: 1013px) {
  .about-courses {
    padding: 71px 0 60px;
  }
}

.about-content {
  display: flex;
  position: relative;
}

@media (max-width: 1013px) {
  .about-content {
    display: block;
  }
}

.about-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  width: 601px;
  height: 210px;
}

@media (max-width: 1429px) {
  .about-content p {
    font-size: 18px;
    line-height: 28px;
    width: 478px;
    height: 196px;
  }
}

@media (max-width: 1013px) {
  .about-content p {
    line-height: 25px;
    width: 321px;
    height: auto;
  }
}

.about-content p:first-child {
  margin-right: 97px;
  width: 540px;
}

@media (max-width: 1429px) {
  .about-content p:first-child {
    height: 224px;
    margin-right: 30px;
    width: 474px;
  }
}

@media (max-width: 1013px) {
  .about-content p:first-child {
    width: 321px;
    height: auto;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.teachers-list {
  margin-top: 14px;
  border-top: 1px solid rgba(103, 183, 183, 0.4);
  padding-top: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1013px) {
  .teachers-list {
    padding-top: 27px;
  }
}

.teachers-item {
  width: 610px;
  margin-bottom: 68px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1429px) {
  .teachers-item {
    width: 485px;
    margin-bottom: 49px;
  }
}

@media (max-width: 1013px) {
  .teachers-item {
    width: 320px;
    margin-bottom: 63px;
  }
}

.teachers-item-img {
  height: 340px;
  width: 610px;
}

@media (max-width: 1429px) {
  .teachers-item-img {
    width: 485px;
    height: 320px;
  }
}

@media (max-width: 1013px) {
  .teachers-item-img {
    width: 320px;
    height: 320px;
  }
}

.teachers-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.teachers-name {
  font-size: 40px;
  line-height: 50px;
  margin-top: 21px;
  color: #000000;
}

@media (max-width: 1429px) {
  .teachers-name {
    font-size: 30px;
    margin-top: 25px;
  }
}

@media (max-width: 1013px) {
  .teachers-name {
    font-size: 28px;
  }
}

.teachers-about {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #bdbdbd;
  margin-top: 17px;
  width: 560px;
}

@media (max-width: 1429px) {
  .teachers-about {
    font-size: 16px;
    line-height: 24px;
    width: 485px;
    margin-top: 4px;
  }
}

@media (max-width: 1013px) {
  .teachers-about {
    width: 320px;
    line-height: 25px;
    margin-top: 7px;
  }
}

.courses-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.courses-bg {
  background-size: cover !important;
  color: #ffffff;
  margin-bottom: 65px;
  border-radius: 7px;
  transition: border-radius 0.8s;
  cursor: pointer !important;
  position: relative;
  overflow: hidden;
}

.courses-bg .courses-bg-gif-container {
  position: absolute;
  z-index: 1;
  filter: brightness(0.3);
  width: 100%;
  height: 100%;
}

.courses-bg .courses-bg-gif-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.courses-bg .content-wrapper {
  position: relative;
  z-index: 2;
}

.courses-bg.active {
  border-radius: 0;
}

@media (max-width: 1429px) {
  .courses-bg {
    margin-top: 56px;
    background-image: url("/assets/img/course-bg-tablet.png");
  }
}

@media (max-width: 1013px) {
  .courses-bg {
    margin-top: 20px;
  }
}

.courses-wrap {
  margin-left: 638px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1429px) {
  .courses-wrap {
    margin-left: 80px;
  }
}

@media (max-width: 1013px) {
  .courses-wrap {
    margin-left: 0;
  }
}

.courses-intro {
  font-size: 41px;
  line-height: 55px;
  color: #ffffff;
  padding: 68px 0 14px;
  cursor: pointer;
}

@media (max-width: 1429px) {
  .courses-intro {
    padding-bottom: 15px;
  }
}

@media (max-width: 1013px) {
  .courses-intro {
    padding: 43px 0 9px;
  }
}

.courses-time {
  display: flex;
  align-items: center;
  padding-bottom: 43px;
  cursor: pointer;
}

.courses-time img,
.courses-time p {
  cursor: pointer;
}

@media (max-width: 1429px) {
  .courses-time {
    padding-left: 4px;
  }
}

@media (max-width: 1013px) {
  .courses-time {
    padding-left: 2px;
    padding-bottom: 41px;
  }
}

.courses-time img {
  margin-right: 7px;
  margin-top: -7px;
}

.courses-time p {
  font-size: 16px;
}

.courses-text {
  font-size: 20px;
  line-height: 27px;
  width: 520px;
  margin-bottom: 20px;
  cursor: pointer;
}

.courses-text p {
  cursor: pointer;
}

@media (max-width: 1429px) {
  .courses-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1013px) {
  .courses-text {
    width: 310px;
    font-size: 16px;
    line-height: 25px;
  }
}

.courses-offer {
  display: flex;
  cursor: pointer;
}

@media (max-width: 1013px) {
  .courses-offer {
    display: block;
  }
}

.courses-item {
  margin-bottom: 57px;
}

@media (max-width: 1013px) {
  .courses-item {
    margin-left: -9px;
    margin-bottom: 56px;
  }
}

.courses-item:first-child {
  margin-right: 22px;
}

@media (max-width: 1429px) {
  .courses-item:first-child {
    margin-right: 27px;
  }
}

@media (max-width: 1013px) {
  .courses-item:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.courses-price {
  font-size: 64px;
  line-height: 60px;
  padding-bottom: 18px;
  width: 301px;
  color: #ffffff;
  cursor: pointer;
}

.courses-name {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1013px) {
  .courses-name {
    padding-left: 8px;
  }
}

.courses-btn {
  display: flex;
  width: 460px;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 1013px) {
  .courses-btn {
    display: block;
  }
}

.button-blue {
  border-radius: 100px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  width: 259px;
  text-transform: uppercase;
  padding: 15px 13px 19px 13px;
  box-sizing: border-box;
  color: #ffffff;
}

.button-bluestr {
  border-radius: 100px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  width: 259px;
  text-transform: uppercase;
  padding: 10px 9px 14px 13px;
  box-sizing: border-box;
  color: #ffffff;
}

@media (max-width: 1013px) {
  .button-blue {
    margin-bottom: 25px;
    width: 320px;
  }
}

.button-transparent {
  height: 50px;
  width: 180px;
  border: 2px solid #67b7b7;
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 9px 19px;
}

@media (max-width: 1013px) {
  .button-transparent {
    width: 320px;
  }
}

.coffee-skills {
  margin: 65px 0 80px;
}

@media (max-width: 1429px) {
  .coffee-skills {
    margin: 36px 0 80px;
  }
}

@media (max-width: 1013px) {
  .coffee-skills {
    margin-top: 60px;
  }
}

.coffee-skills-stage {
  font-size: 26px;
  line-height: 34px;
  padding-top: 30px;
  margin-bottom: 14px;
  cursor: pointer;
  padding-right: 55px;
}

@media (max-width: 1013px) {
  .coffee-skills-stage {
    line-height: 35px;
    margin-bottom: 22px;
    padding-top: 33px;
    padding-left: 22px;
  }
}

.coffee-skills .courses-wrap {
  margin-left: 639px;
}

@media (max-width: 1429px) {
  .coffee-skills .courses-wrap {
    margin-left: 84px;
  }
}

@media (max-width: 1013px) {
  .coffee-skills .courses-wrap {
    margin-left: 24px;
  }
}

.coffee-skills-timetable .courses-time {
  padding-bottom: 0;
}

@media (max-width: 1429px) {
  .coffee-skills-timetable .courses-time {
    margin-left: -3px;
  }
}

@media (max-width: 1013px) {
  .coffee-skills-timetable .courses-time {
    margin-left: -1px;
    padding-left: 22px;
  }
}

.coffee-skills-timetable .courses-time img {
  margin-top: -5px;
}

@media (max-width: 1013px) {
  .coffee-skills-timetable .courses-time img {
    margin-top: -2px;
  }
}

.coffee-skills-timetable {
  background-size: cover !important;
  height: 150px;
  border-radius: 0;
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-position: center !important;
  transition: border-radius 0.8s;
  cursor: pointer;
  margin: 15px auto 0;
  margin-right: 85px;
  margin-left: 85px;
  margin-bottom: 20px;
}

.coffee-skills-timetable.active {
  border-radius: 7px;
}

@media (max-width: 1013px) {
  .coffee-skills-timetable {
    width: 320px;
    height: 240px;
    margin-bottom: 20px;
  }
}

.coffee-skills-header {
  font-size: 34px;
  line-height: 71px;
  color: #000000;
  margin-top: 82px;
  margin-bottom: 13px;
}

@media (max-width: 1429px) {
  .coffee-skills-header {
    margin-top: 72px;
    margin-left: -3px;
  }
}

@media (max-width: 1013px) {
  .coffee-skills-header {
    line-height: 50px;
    margin-top: 47px;
    margin-left: 0;
    margin-bottom: 23px;
  }

  .coffee-skills-timetable {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0 !important;
  }
}

.subscr {
  padding: 40px 0 80px;
  display: flex;
}

@media (max-width: 1429px) {
  .subscr {
    padding: 32px 0 80px;
  }
}

@media (max-width: 1013px) {
  .subscr {
    padding: 5px 0 110px;
  }
}

.subscr-header {
  font-size: 60px;
  color: #000000;
  margin-bottom: 35px;
  line-height: 56px;
  margin-left: -5px;
}

@media (max-width: 1013px) {
  .subscr-header {
    width: 200px;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.subscr-form {
  display: block;
}

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

@media (max-width: 1013px) {
  .subscr .content-wrapper {
    display: block;
  }
}

.subscr-text {
  width: 520px;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 1429px) {
  .subscr-text {
    width: 426px;
    height: 75px;
  }
}

@media (max-width: 1013px) {
  .subscr-text {
    width: 315px;
    height: 125px;
    font-size: 18px;
    margin-left: 5px;
    margin-bottom: 37px;
  }
}

.subscr-detail {
  width: 640px;
  height: 250px;
  background: #6ab7b6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 36px 100px 50px 60px;
}

@media (max-width: 1429px) {
  .subscr-detail {
    width: 536px;
    height: 250px;
    padding-right: 65px;
  }
}

@media (max-width: 1013px) {
  .subscr-detail {
    width: 320px;
    height: 281px;
    padding: 38px 20px 41px;
  }
}

.subscr-form .form {
  margin-top: 49px;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1013px) {
  .subscr-form .form {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}

.subscr-form .email {
  line-height: 35px;
  border-color: #b7b7b7;
  color: #000;
  width: 190px;
}

.subscr-form .email .placeholder {
  left: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}

.subscr-form .form > * {
  height: 35px;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}

.subscr-form .follow {
  width: 46px;
  background: url(/assets/img/follow.svg) no-repeat left center/contain;
  cursor: pointer;
  will-change: opacity;
  margin-left: 13px;
}

.subscr-detail-text {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 43px;
}

@media (max-width: 1013px) {
  .subscr-detail-text {
    width: 252px;
    height: 125px;
    margin-bottom: 32px;
  }
}

.subscr-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 180px;
  height: 45px;
  letter-spacing: 2px;
}

@media (max-width: 1013px) {
  .subscr-btn {
    width: 280px;
  }
}

.contact {
  background: #f5f5f5;
  padding: 121px 0 80px;
}

@media (max-width: 1429px) {
  .contact {
    padding-bottom: 55px;
  }
}

@media (max-width: 1013px) {
  .contact {
    padding: 61px 0 55px;
  }
}

.contact-header {
  font-size: 60px;
  line-height: 71px;
  color: #000000;
  text-align: center;
}

.contact-text {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin: 29px auto 0;
  width: 587px;
  text-align: center;
}

@media (max-width: 1429px) {
  .contact-text {
    width: 555px;
  }
}

@media (max-width: 1013px) {
  .contact-text {
    width: 321px;
    margin-top: 35px;
  }
}

.contact-btn {
  font-family: Ubuntu;
  margin: 38px auto 0;
  border: 2px solid #67b7b7;
  color: #67b7b7;
  width: 242px;
  height: 50px;
  letter-spacing: 1px;
  padding-top: 2px;
}

@media (max-width: 1013px) {
  .contact-btn {
    width: 232px;
    margin-top: 23px;
  }
}

.contact-image {
  content: "";
  display: block;
  width: 40px;
  height: 52px;
  margin: 27px auto 0;
  background-image: url(/assets/img/coffee.svg);
}

@media (max-width: 1429px) {
  .contact-image {
    margin-top: 40px;
  }
}

.questions {
  padding: 77px 0 100px;
}

@media (max-width: 1013px) {
  .questions {
    padding-top: 49px;
  }
}

@media (max-width: 1429px) {
  .questions .content-wrapper {
    padding-right: 28px;
  }
}

@media (max-width: 1013px) {
  .questions .content-wrapper {
    padding-right: 20px;
  }
}

.questions-item {
  border-bottom: 1px solid #ebebeb;
  padding-top: 35px;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.6s ease;
}

.questions-item--active {
  padding-bottom: 61px;
}

@media (max-width: 1429px) {
  .questions-item--active {
    padding-bottom: 100px;
  }
}

@media (max-width: 1013px) {
  .questions-item--active {
    padding-bottom: 199px;
  }
}

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

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

.questions-text span {
  line-height: 29px;
  font-size: 26px;
  color: #67b7b7;
}

@media (max-width: 1013px) {
  .questions-text span {
    line-height: 30px;
    width: 265px;
  }
}

.questions-btn {
  background: url("/assets/img/arrow.svg");
  width: 34px;
  height: 33px;
  margin-top: -12px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

@media (max-width: 1013px) {
  .questions-btn {
    margin-top: -19px;
  }
}

.questions-answer {
  position: absolute;
  font-size: 18px;
  line-height: 27px;
  padding-top: 26px;
  display: none;
}

.questions-answer p {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 1013px) {
  .questions-answer {
    padding-top: 34px;
    width: 228px;
  }
}

.questions-answer a {
  color: #67b7b7;
}

/******************************pop-up***************************************/

.about-pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  overflow: auto;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  will-change: opacity;
  background: #1a1a1a;
  padding-top: 52px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1429px) {
  .about-pop-up {
    padding-top: 55px;
  }
}

@media (max-width: 1013px) {
  .about-pop-up {
    padding-top: 0;
  }
}

.about-pop-up .content-wrapper {
  position: relative;
}

.courses-bg .content-wrapper {
  cursor: pointer;
}

.active-about {
  opacity: 1;
  pointer-events: initial;
}

.close {
  background: url(/assets/img/popup-close.svg) no-repeat center center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  will-change: opacity;
  margin-left: auto;
  width: 23px;
  height: 23px;
}

@media (max-width: 1429px) {
  .close {
    margin-right: 11px;
  }
}

@media (max-width: 1013px) {
  .close {
    margin-top: 37px;
    margin-right: 0;
  }
}

.close:hover {
  opacity: 0.75;
}

.program-for {
  margin-top: 51px;
}

@media (max-width: 1429px) {
  .program-for {
    margin-top: 37px;
  }
}

@media (max-width: 1013px) {
  .program-for {
    margin-top: -24px;
  }
}

.program-for-text {
  margin-top: 16px;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  width: 1200px;
  padding-bottom: 60px;
}

@media (max-width: 1429px) {
  .program-for-text {
    margin-top: 20px;
    padding-bottom: 68px;
    width: 904px;
  }
}

@media (max-width: 1013px) {
  .program-for-text {
    font-size: 20px;
    line-height: 30px;
    width: 320px;
    padding-bottom: 47px;
  }
}

.program-for .button-blue {
  transform: rotate(90deg);
  width: 225px;
  height: 58px;
  position: absolute;
  letter-spacing: 1px;
  font-size: 15px;
  right: -20px;
  top: 153px;
  cursor: pointer;
}

@media (max-width: 1429px) {
  .program-for .button-blue {
    right: -74px;
    top: 152px;
  }
}

@media (max-width: 1013px) {
  .program-for .button-blue {
    display: none;
  }
}

.who-teaching {
  padding-bottom: 132px;
  border-bottom: 1px solid rgba(103, 183, 183, 0.4);
}

@media (max-width: 1429px) {
  .who-teaching {
    padding-bottom: 65px;
  }
}

@media (max-width: 1013px) {
  .who-teaching {
    padding-bottom: 50px;
  }
}

.who-teaching-img {
  margin-top: 39px;
  height: 430px;
  width: 1280px;
}

@media (max-width: 1429px) {
  .who-teaching-img {
    width: 988px;
    height: 430px;
  }
}

@media (max-width: 1013px) {
  .who-teaching-img {
    width: 320px;
    height: 320px;
  }
}

.who-teaching-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.who-teaching-wrap {
  margin-left: 641px;
}

@media (max-width: 1429px) {
  .who-teaching-wrap {
    margin-left: 492px;
  }
}

@media (max-width: 1013px) {
  .who-teaching-wrap {
    margin-left: 0;
  }
}

.who-teaching-name {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  padding-top: 41px;
}

@media (max-width: 1013px) {
  .who-teaching-name {
    padding-top: 34px;
    font-size: 28px;
  }
}

.who-teaching-about {
  font-size: 20px;
  line-height: 30px;
  width: 560px;
  color: #676767;
  padding-top: 17px;
}

@media (max-width: 1429px) {
  .who-teaching-about {
    width: 400px;
  }
}

@media (max-width: 1013px) {
  .who-teaching-about {
    width: 320px;
    font-size: 16px;
    line-height: 25px;
    padding-top: 23px;
  }
}

.you-get {
  padding: 73px 0 85px;
  border-bottom: 1px solid rgba(103, 183, 183, 0.4);
}

@media (max-width: 1429px) {
  .you-get {
    padding-top: 53px;
  }
}

@media (max-width: 1013px) {
  .you-get {
    padding-top: 30px;
    padding-bottom: 23px;
  }
}

.you-get-content {
  margin-top: 34px;
}

.you-get-content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: inside;
}

@media (max-width: 1013px) {
  .you-get-content ul {
    column-count: 1;
  }
}

.you-get-content ul li {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 42px;
}

@media (max-width: 1013px) {
  .you-get-content ul li {
    font-size: 20px;
  }
}

.description {
  padding: 114px 0 115px;
  border-bottom: 1px solid rgba(103, 183, 183, 0.4);
}

@media (max-width: 1429px) {
  .description {
    padding-bottom: 60px;
  }
}

@media (max-width: 1013px) {
  .description {
    padding-top: 55px;
    border-bottom: none;
    padding-bottom: 80px;
  }
}

.description-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 125px;
}

@media (max-width: 1013px) {
  .description-item {
    margin-bottom: 55px;
  }
}

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

.description-content {
  width: 477px;
  margin-bottom: -6px;
}

.description-content:nth-child(even) {
  width: 624px;
  margin-right: 17px;
}

@media (max-width: 1429px) {
  .description-content:nth-child(even) {
    width: 543px;
    margin-right: 0;
  }
}

.description-text {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding-top: 17px;
}

.description-img {
  border-radius: 10px;
}

@media (max-width: 1013px) {
  .description-img {
    display: none;
  }
}

.description-img:nth-child(even) {
  margin-right: 140px;
}

@media (max-width: 1429px) {
  .description-img:nth-child(even) {
    margin-right: 0;
  }
}

.about-footer {
  background-image: url("/assets/img/pop-up-footer.png");
  width: 1280px;
  height: 220px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-left: 63px;
  padding-right: 190px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 65px;
  margin-bottom: 127px;
}

@media (max-width: 1429px) {
  .about-footer {
    background-image: url("/assets/img/pop-up-footer-tablet.png");
    margin-top: 38px;
    width: 986px;
    height: 144px;
    padding-right: 84px;
    padding-left: 68px;
  }
}

@media (max-width: 1013px) {
  .about-footer {
    background-image: url("/assets/img/pop-up-footer-mobile.png");
    margin-top: 0;
    width: 360px;
    height: 465px;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 45px;
    padding-right: 15px;
    padding-left: 10px;
    display: block;
  }
}

.about-footer .courses-offer {
  padding-top: 11px;
}

@media (max-width: 1429px) {
  .about-footer .courses-offer {
    padding-top: 0;
  }
}

@media (max-width: 1013px) {
  .about-footer .courses-offer {
    display: block;
  }
}

.about-footer .courses-item {
  margin-bottom: 0;
}

@media (max-width: 1013px) {
  .about-footer .courses-item {
    margin-left: 0;
  }
}

.about-footer .courses-item:first-child {
  margin-right: 33px;
}

@media (max-width: 1013px) {
  .about-footer .courses-item:first-child {
    margin-bottom: 29px;
  }
}

.about-footer .courses-name {
  padding-bottom: 0;
  opacity: 0.5;
}

@media (max-width: 1429px) {
  .about-footer .courses-price {
    width: 245px;
    font-size: 54px;
    line-height: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 1013px) {
  .about-footer .courses-price {
    font-size: 64px;
    width: 280px;
    margin-bottom: 21px;
  }
}

@media (max-width: 1429px) {
  .about-footer .courses-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1013px) {
  .about-footer .courses-name {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 1429px) {
  .about-footer .button-blue {
    width: 247px;
    margin-top: 12px;
  }
}

@media (max-width: 1013px) {
  .about-footer .button-blue {
    margin: 59px auto 0;
    width: 320px;
    height: 50px;
  }
}

/****************************  form pop-up  ********************************* */

.page-popup-feedback .form .field.name:before {
  content: "ИМЯ";
}

.page-popup-feedback .form .field.surname:before {
  content: "ФАМИЛИЯ";
}

.page-popup-feedback .form .field.birth:before {
  content: "ДАТА РОЖДЕНИЯ";
}

.page-popup-feedback .form .field.phone:before {
  content: "ТЕЛЕФОН";
}

.page-popup-feedback .form .field.email:before {
  content: "E-MAIL";
}

.page-popup-feedback .form .field.experience:before {
  content: "ОПЫТ РАБОТЫ";
}

.page-popup-feedback .form .field.message:before {
  content: "СООБЩЕНИЕ";
}

.page-popup-feedback .form .field .input > input {
  font-family: FuturaMediumC;
  font-size: 18px;
  line-height: 17px;
}

.page-popup-feedback .form .field .textarea {
  padding: 14px;
}

.page-popup-feedback .form .field .textarea > textarea {
  font-family: FuturaMediumC;
  font-size: 18px;
  line-height: 17px;
}

.page-popup-feedback .form .send .button {
  width: 218px;
  height: 38px;
}

.lang-ru .page-popup-feedback .content .form .send > *:before {
  content: "ОТПРАВИТЬ ЗАЯВКУ";
}

.page-popup-feedback .form .conditions .conditions-text {
  font-family: FuturaBookC;

  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  mix-blend-mode: normal;
}

#about-gallery {
  background-image: url("/assets/img/coffee-tree.png");
  width: 291px;
  height: 356px;
  position: absolute;
  right: 4px;
  top: -66px;
}

#coffee-skills-article-1 {
  background-image: url("/assets/img/skills-1.png");
  background-color: rgba(12, 12, 12, 0.58);
  background-blend-mode: darken;
}

@media (max-width: 1013px) {
  #coffee-skills-article-1 {
    background-image: url("/assets/img/skills-1-mobile.png");
  }
}

#coffee-skills-article-2 {
  background-image: url("/assets/img/skills-2.png");
  background-color: rgba(12, 12, 12, 0.58);
  background-blend-mode: darken;
}

@media (max-width: 1013px) {
  #coffee-skills-article-2 {
    background-image: url("/assets/img/skills-2-mobile.png");
  }
}

#coffee-skills-article-3 {
  background-image: url("/assets/img/skills-3.png");
  background-color: rgba(12, 12, 12, 0.58);
  background-blend-mode: darken;
}

@media (max-width: 1013px) {
  #coffee-skills-article-3 {
    background-image: url("/assets/img/skills-3-mobile.png");
  }
}

#coffee-skills-article-4 {
  background-image: url("/assets/img/skills-4.png");
}

@media (max-width: 1013px) {
  #coffee-skills-article-4 {
    background-image: url("/assets/img/skills-4-mobile.png");
    background-color: rgba(12, 12, 12, 0.58);
    background-blend-mode: darken;
  }
}

#coffee-skills-article-5 {
  background-image: url("/assets/img/skills-5.png");
}

@media (max-width: 1013px) {
  #coffee-skills-article-5 {
    background-image: url("/assets/img/skills-5-mobile.png");
    background-color: rgba(12, 12, 12, 0.58);
    background-blend-mode: darken;
  }
}

#coffee-skills-article-6 {
  background-image: url("/assets/img/skills-6.png");
  margin-bottom: 0;
}

@media (max-width: 1013px) {
  #coffee-skills-article-6 {
    background-image: url("/assets/img/skills-6-mobile.png");
    background-color: rgba(12, 12, 12, 0.58);
    background-blend-mode: darken;
  }
}

#description-img-1 {
  background-image: url("/assets/img/workplace.png");
  width: 580px;
  height: 370px;
  background-position: center;
}

@media (max-width: 1429px) {
  #description-img-1 {
    width: 400px;
    height: 370px;
  }
}

#description-img-2 {
  background-image: url("/assets/img/practice.png");
  width: 580px;
  height: 370px;
  background-position: bottom;
}

@media (max-width: 1429px) {
  #description-img-2 {
    width: 484px;
    height: 370px;
  }
}

#description-img-3 {
  background-image: url("/assets/img/result.png");
  width: 580px;
  height: 370px;
}

@media (max-width: 1429px) {
  #description-img-3 {
    width: 400px;
    height: 370px;
  }
}

#description-img-4 {
  background-image: url("/assets/img/materials.png");
  width: 580px;
  height: 370px;
  background-position: bottom;
}

@media (max-width: 1429px) {
  #description-img-4 {
    width: 483px;
    height: 370px;
  }
}

#description-img-5 {
  background-image: url("/assets/img/workplace.png");
  width: 580px;
  height: 370px;
  background-position: center;
}

@media (max-width: 1429px) {
  #description-img-5 {
    width: 400px;
    height: 370px;
  }
}

.subscr-btn:hover {
  background: #ffffff;
  color: #67b7b7;
}

.masterclass-subscribe-form.sent .input,
.masterclass-subscribe-form.sent .follow {
  opacity: 0;
}

.masterclass-subscribe-form.sent:before {
  content: "ПОДПИСКА ОФОРМЛЕНА!";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
  line-height: 35px;
  letter-spacing: 1px;
  font-size: 18px;
  z-index: 1;
}

.courses-wrap-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
  filter: brightness(0.5);
  border-radius: 7px;
  -webkit-transition: 0.5s -webkit-filter linear;
  -moz-transition: 0.5s -moz-filter linear;
  -moz-transition: 0.5s filter linear;
  -ms-transition: 0.5s -ms-filter linear;
  -o-transition: 0.5s -o-filter linear;
  transition: 0.5s filter linear, 0.5s -webkit-filter linear;
}

.coffee-skills-timetable:hover > .courses-wrap-bg {
  filter: brightness(0.3);
}

.coffee-skills-timetable {
  position: relative;
  overflow: hidden;
}

.rub {
  background: url("/assets/img/rouble.svg");
  width: 35px;
  height: 46px;
  display: inline-block;
}
