@font-face {
  font-family: "KyivSans";
  src: url("../fonts/TTF/KyivTypeSans-Regular.ttf") format("truetype"), url("../fonts/OTF/KyivTypeSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KyivSans";
  src: url("../fonts/TTF/KyivTypeSans-Bold.ttf") format("truetype"), url("../fonts/OTF/KyivTypeSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KyivSans";
  src: url("../fonts/TTF/KyivTypeSans-Light.ttf") format("truetype"), url("../fonts/OTF/KyivTypeSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  color: #535353;
  font-family: KyivSans;
}

a {
  text-decoration: none;
}

.basic-buttons {
  padding: 20px;
}

.img {
  line-height: 0;
}
.img img {
  width: 100%;
}

.texth1 {
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  .texth1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  .texth1 {
    font-size: 32px;
  }
}

.text18 {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 1399px) {
  .text18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .text18 {
    font-size: 14px;
  }
}

.text20 {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1399px) {
  .text20 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .text20 {
    font-size: 25px;
  }
}

.color-btn-icon {
  display: inline-flex;
  align-items: center;
  color: #7E0C27;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  transition-duration: 0.3s;
  padding-right: 30px;
}
.color-btn-icon svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.color-btn-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/star-icon.svg");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  opacity: 0;
}
.color-btn-icon:hover::after {
  opacity: 1;
}

.star-link {
  display: flex;
  align-items: center;
  color: #7E0C27;
  font-size: 18px;
  transition-duration: 0.2s;
  border: 1px solid transparent;
  border-radius: 300px;
  cursor: pointer;
}
.star-link svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition-duration: 0.2s;
}
.star-link svg path {
  fill: #7E0C27;
  transition-duration: 0.2s;
}

.circle-btn {
  border-radius: 300px;
  border: 1px solid #BBC9B4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
}

.row-center {
  justify-content: center;
}

.two-stars-btn {
  color: #BBC9B4;
  cursor: pointer;
  display: flex;
  transition-duration: 0.3s;
}
.two-stars-btn:hover {
  color: #7E0C27;
}
.two-stars-btn:hover svg path {
  fill: #7E0C27;
}
.two-stars-btn svg {
  width: 20px;
  height: 20px;
  transition-duration: 0.3s;
  position: relative;
}
.two-stars-btn svg path {
  fill: #BBC9B4;
}
.two-stars-btn svg:first-child {
  left: 0;
}
.two-stars-btn svg:last-child {
  right: 0;
}
.two-stars-btn span {
  padding: 0 10px;
}
.two-stars-btn:hover svg:first-child {
  left: -4px;
}
.two-stars-btn:hover svg:last-child {
  right: -4px;
}

.star-with-bg {
  border-radius: 40px;
  padding: 20px;
  background-color: #7E0C27;
  color: #F5F5F5;
  font-size: 18px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  transition-duration: 0.2s;
  cursor: pointer;
}
.star-with-bg:hover {
  background-color: #BBC9B4;
}
.star-with-bg svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition-duration: 0.2s;
}
.star-with-bg svg path {
  fill: #F5F5F5;
  transition-duration: 0.2s;
}

section.basic-section {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.basic-section {
    padding-bottom: 60px;
  }
}

.overflow {
  overflow-y: hidden;
}

body {
  padding-top: 101px;
}

header {
  background-color: #f1f4f0;
  border-bottom: 1px solid rgba(126, 12, 39, 0.1);
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
}
header .row {
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  header .row {
    align-items: center;
  }
}
header .col-left {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  header .col-left nav {
    display: none;
  }
}
header .logo {
  line-height: 0;
}
header nav {
  padding-left: 20px;
}
header nav ul {
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
  display: flex;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  padding: 20px 20px 10px 20px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #535353;
  transition-duration: 0.4s;
}
@media screen and (max-width: 1399px) {
  header nav ul li a {
    padding: 20px 10px 10px 10px;
  }
}
@media screen and (max-width: 1199px) {
  header nav ul li a {
    padding: 10px 6px 10px 6px;
    font-size: 14px;
  }
}
header nav ul li a:hover {
  color: #7E0C27;
}
header .col-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header .col-right {
    display: none;
  }
}
header .col-right .item {
  padding-left: 40px;
}
@media screen and (max-width: 1399px) {
  header .col-right .item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .col-right .item {
    padding-left: 25px;
  }
}
header .col-right .item:first-child {
  padding-left: 0;
}
header .info-text {
  font-size: 12px;
  color: #BBC9B4;
  padding-bottom: 5px;
}
header .phone {
  font-size: 16px;
  font-weight: bold;
  color: #535353;
}
@media screen and (max-width: 1199px) {
  header .phone {
    padding: 10px 6px 10px 6px;
    font-size: 14px;
  }
}
header .social-list .social-item {
  padding: 0 2px;
}
header .col-mobile-menu {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 991px) {
  header .col-mobile-menu {
    display: block;
  }
}
header .col-mobile-menu span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #7E0C27;
  transform-origin: center;
  transition-duration: 0.4s;
}
header .col-mobile-menu span:nth-child(1) {
  top: 5px;
}
header .col-mobile-menu span:nth-child(2) {
  top: 15px;
}
header .col-mobile-menu span:nth-child(3) {
  top: 25px;
}
header .col-mobile {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 101px;
  left: 100%;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 101px);
  z-index: 2;
  transition-duration: 0.4s;
}
@media screen and (max-width: 991px) {
  header .col-mobile {
    display: flex;
  }
}
header .col-mobile nav {
  padding: 40px 30px 40px 30px;
  max-height: 50vh;
  overflow-y: auto;
}
header .col-mobile nav ul {
  flex-direction: column;
}
header .col-mobile nav ul a {
  padding: 20px 0;
}
header .col-mobile .bottom-block {
  border-top: 1px solid rgba(126, 12, 39, 0.1);
  padding: 30px 30px 60px 30px;
  display: flex;
  flex-wrap: wrap;
}
header .col-mobile .phone-col {
  width: 100%;
  padding-bottom: 20px;
}
header .col-mobile .phone-col a {
  font-size: 25px;
  font-weight: 400;
}
header .col-mobile .phone-col .info-text {
  display: none;
}
header .col-mobile .social-col {
  width: 50%;
  order: 3;
}
header .col-mobile .languages-item {
  width: 50%;
  order: 2;
}

.open-menu .col-mobile {
  left: 0;
}
.open-menu .col-mobile-menu span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  width: 35px;
}
.open-menu .col-mobile-menu span:nth-child(2) {
  opacity: 0;
}
.open-menu .col-mobile-menu span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
  width: 35px;
}

.social-list {
  display: flex;
}
.social-list a.social-item {
  line-height: 0;
}
.social-list a.social-item svg {
  transition-duration: 0.4s;
}
.social-list a.social-item svg path {
  transition-duration: 0.4s;
}
.social-list a.social-item:hover svg path {
  fill: #7E0C27;
}

.social-big .social-desc {
  font-size: 12px;
  padding-bottom: 20px;
}
.social-big .social-list .social-item {
  padding-right: 10px;
}
.social-big .social-list svg {
  width: 40px;
  height: 40px;
}
.social-big .social-list svg path {
  fill: #BBC9B4;
}

.social-mini .social-item {
  padding-right: 5px;
}

.svg-icon_main-color {
  line-height: 0;
}
.svg-icon_main-color path {
  fill: #7E0C27;
}

.svg-icon_text-color {
  line-height: 0;
}
.svg-icon_text-color path {
  fill: #BBC9B4;
}

.full-image {
  line-height: 0;
}
.full-image img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .full-image img {
    height: 200px;
  }
}

.col-mini-title .mini-title {
  display: flex;
  align-items: flex-end;
  color: #BBC9B4;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .col-mini-title .mini-title {
    font-size: 14px;
  }
}
.col-mini-title .mini-title .svg-icon_text-color svg {
  width: 20px;
  height: 20px;
}
.col-mini-title .mini-title span {
  padding-left: 10px;
}

section.first-screen {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section.first-screen {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.first-screen {
    padding-top: 40px;
  }
}
section.first-screen .row {
  align-items: flex-end;
}
section.first-screen .col-title .title {
  font-size: 50px;
  line-height: 1;
  color: #7E0C27;
}
@media screen and (max-width: 767px) {
  section.first-screen .col-title .title {
    font-size: 32px;
  }
}
section.first-screen .col-left {
  width: 66.6666666667%;
}
@media screen and (max-width: 991px) {
  section.first-screen .col-left {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  section.first-screen .col-left img {
    max-width: 90%;
  }
}
section.first-screen .col-right {
  width: 33.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  section.first-screen .col-right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  section.first-screen .col-right .svg-icon_main-color {
    display: none;
  }
}
section.first-screen .col-right .svg-icon_main-color svg {
  width: 15px;
  height: 15px;
}
section.first-screen .col-right .desc {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  section.first-screen .col-right .desc {
    padding-top: 20px;
  }
}
section.first-screen.first-screen-margin {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.first-screen.first-screen-margin {
    margin-bottom: 60px;
  }
}

.section-left-right .col-left {
  width: 25%;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .section-left-right .col-left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.section-left-right .col-right {
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .section-left-right .col-right {
    width: 100%;
  }
}

.color-green {
  color: #BBC9B4;
}

.section-title {
  font-size: 45px;
  padding-bottom: 40px;
  color: #535353;
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .icons-info-section .col-right {
    position: relative;
    padding-bottom: 70px;
  }
}
.icons-info-section .swiper-navigation {
  bottom: 0;
  left: 25%;
  right: auto;
}

.list-info-icons {
  display: flex;
  width: 100%;
}
.list-info-icons .item {
  color: #535353;
}
@media screen and (max-width: 991px) {
  .list-info-icons .item {
    display: flex;
  }
}
.list-info-icons .item .img {
  line-height: 0;
  padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .list-info-icons .item .img {
    width: 25%;
  }
}
.list-info-icons .item .img img {
  width: 51px;
}
@media screen and (max-width: 991px) {
  .list-info-icons .item .text-block {
    width: 75%;
  }
}
.list-info-icons .item .item-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: Manrope;
}
.list-info-icons .item .item-desc {
  font-size: 14px;
  font-family: Manrope;
}
.list-info-icons .item .item-desc p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .desktop-block {
    display: none;
  }
}

div.mobile-block {
  display: none;
}
@media screen and (max-width: 991px) {
  div.mobile-block {
    display: block;
  }
}

.courses-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px;
}
@media screen and (max-width: 991px) {
  .courses-list {
    margin: unset;
  }
}
@media screen and (max-width: 991px) {
  .courses-list.desktop-block {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .courses-list.mobile-block {
    display: block;
  }
}
.courses-list.mobile-block .bottom-line {
  position: relative;
  height: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.courses-list.mobile-block .bottom-line .swiper-navigation {
  bottom: 0;
}
.courses-list .item {
  width: 25%;
  padding: 10px 10px;
}
@media screen and (max-width: 1199px) {
  .courses-list .item {
    width: 33.3333333333%;
  }
  .courses-list .item.col-mini-title {
    display: none;
  }
}
.courses-list .more {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 8.3333333%;
  color: #535353;
}
@media screen and (max-width: 1199px) {
  .courses-list .more {
    width: 33.3333333333%;
    padding: 0 20px;
  }
}
.courses-list .more .title {
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .courses-list .more .title {
    font-size: 34px;
  }
}
.courses-list .more .desc {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 30px;
}
.courses-list .course-card {
  background-color: #F1F4F0;
  display: block;
  padding: 20px;
  color: #535353;
  font-family: Manrope;
}
.courses-list .course-card .first-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.courses-list .course-card .first-line .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
}
.courses-list .course-card .first-line .date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 600;
}
.courses-list .course-card .first-line .date .number {
  font-size: 30px;
}
.courses-list .course-card .first-line .date .month {
  font-size: 12px;
  margin-top: -5px;
}
.courses-list .course-card .img {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.courses-list .course-card .desc {
  font-size: 14px;
  line-height: 1.4;
}
.sales-card, .courses-list .course-card.sales-card {
  background-color: #7E0C27 !important;
  color: #F5F5F5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sales-card, .courses-list .course-card.sales-card {
    flex-direction: unset;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 10px;
  }
}
.sales-card .title, .courses-list .course-card.sales-card .title {
  text-transform: uppercase;
  font-family: Manrope;
  font-size: 20px;
  font-weight: bold;
  max-width: 225px;
}
@media screen and (max-width: 991px) {
  .sales-card .title, .courses-list .course-card.sales-card .title {
    padding-bottom: 20px;
  }
}
.sales-card .sales-number, .courses-list .course-card.sales-card .sales-number {
  font-size: 94px;
  font-family: KyivSans;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sales-card .sales-number, .courses-list .course-card.sales-card .sales-number {
    width: 50%;
    order: 3;
    font-size: 86px;
    text-align: right;
  }
}
.sales-card .sales-number span, .courses-list .course-card.sales-card .sales-number span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .sales-card .sales-number span, .courses-list .course-card.sales-card .sales-number span {
    font-size: 22px;
  }
}
.sales-card .desc, .courses-list .course-card.sales-card .desc {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .sales-card .desc, .courses-list .course-card.sales-card .desc {
    width: 50%;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.sales-card .desc .svg-icon_text-color {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .sales-card .desc .svg-icon_text-color {
    padding-bottom: 10px;
  }
}
.sales-card .desc .svg-icon_text-color svg {
  width: 20px;
  height: 20px;
}
.sales-card .desc .svg-icon_text-color svg path {
  fill: #F5F5F5;
}

.about-section .about-content {
  display: flex;
}
@media screen and (max-width: 991px) {
  .about-section .about-content {
    flex-wrap: wrap;
  }
}
.about-section .about-content .about-left {
  width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .about-section .about-content .about-left {
    width: 100%;
  }
}
.about-section .about-content .about-left img {
  width: 100%;
}
.about-section .about-content .about-right {
  width: 66.666666%;
  padding-left: 11.111111%;
  padding-right: 22.222222%;
  color: #535353;
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  .about-section .about-content .about-right {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.about-section .about-content .about-right .name {
  font-size: 30px;
  padding-bottom: 5px;
}
.about-section .about-content .about-right .position {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: Manrope;
}
.about-section .about-content .about-right .desc {
  font-size: 14px;
  font-family: Manrope;
  line-height: 1.4;
  padding-bottom: 30px;
}
.about-section .about-content .about-right .desc p {
  margin: 0;
}

.review-section .col-right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .review-section .col-right {
    padding-bottom: 70px;
  }
}
.review-section .col-right .swiper-navigation {
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .review-section .col-right .swiper-navigation {
    right: auto;
    left: calc(25% + 10px);
  }
}
.review-section .review-list {
  width: 77.7777777%;
}
@media screen and (max-width: 991px) {
  .review-section .review-list {
    width: 100%;
  }
}
.review-section .review-list .item {
  display: flex;
}
.review-section .review-list .item .rev-left {
  width: 11.1111111%;
}
@media screen and (max-width: 991px) {
  .review-section .review-list .item .rev-left {
    width: 25%;
  }
}
.review-section .review-list .item .rev-left img {
  border-radius: 46px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .review-section .review-list .item .rev-left img {
    height: 80%;
    max-height: 120px;
  }
}
.review-section .review-list .item .rev-right {
  width: 88.88888888%;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .review-section .review-list .item .rev-right {
    padding-left: 10px;
    width: 75%;
  }
}
.review-section .review-list .item .rev-right .desc {
  font-family: Manrope;
  font-size: 14px;
  padding-bottom: 30px;
  color: #535353;
}
.review-section .review-list .item .rev-right .name {
  font-size: 20px;
  color: #7E0C27;
  font-weight: bold;
  padding-bottom: 5px;
}
.review-section .review-list .item .rev-right .position {
  font-size: 12px;
  color: #BBC9B4;
}

.person-cards-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 991px) {
  .person-cards-list {
    margin: unset;
  }
}
.person-cards-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
  padding: 20px;
  background-color: #F1F4F0;
}
@media screen and (max-width: 991px) {
  .person-cards-list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}
.person-cards-list .item .img {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .person-cards-list .item .img {
    width: 100px;
    margin-right: 10px;
    padding-bottom: 0;
  }
  .person-cards-list .item .img svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .person-cards-list .item .text-block {
    width: calc(100% - 110px);
  }
}
.person-cards-list .item .name {
  color: #7E0C27;
  font-size: 20px;
  font-family: Manrope;
  padding-bottom: 5px;
  font-weight: bold;
}
.person-cards-list .item .name .svg-icon_main-color {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .person-cards-list .item .name .svg-icon_main-color {
    display: none;
  }
}
.person-cards-list .item .name .svg-icon_main-color svg {
  width: 20px;
  height: 20px;
}
.person-cards-list .item .position {
  font-size: 12px;
  padding-bottom: 20px;
  color: #535353;
}
@media screen and (max-width: 991px) {
  .person-cards-list .item .position {
    padding-bottom: 10px;
  }
}
.person-cards-list .item .city {
  font-size: 14px;
  font-family: Manrope;
  font-weight: bold;
  color: #535353;
}
.person-cards-list .item.color-item {
  background-color: #7E0C27;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.person-cards-list .item.color-item .title {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .person-cards-list .item.color-item .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
}
.person-cards-list .item.color-item .bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.person-cards-list .item.color-item .desc {
  font-size: 14px;
  font-family: Manrope;
  width: calc(100% - 50px);
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .person-cards-list .item.color-item .desc {
    padding-right: 10px;
  }
}

.specialist-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 575px) {
  .specialist-list {
    margin: unset;
  }
}
.specialist-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
  padding: 20px;
  background-color: #F1F4F0;
  color: #535353;
}
@media screen and (max-width: 991px) {
  .specialist-list .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .specialist-list .item {
    width: 100%;
    margin: unset;
    margin-bottom: 10px;
  }
}
.specialist-list .item .first-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.specialist-list .item .name {
  text-transform: uppercase;
  font-family: Manrope;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  max-width: 190px;
}
.specialist-list .item .img {
  width: 67%;
  margin: 0 auto;
}
.specialist-list .item .desc {
  font-size: 14px;
  font-family: Manrope;
  padding-top: 30px;
  line-height: 1.4;
}

.gallery-section .section-title {
  position: relative;
}
@media screen and (max-width: 991px) {
  .gallery-section .section-title .swiper-navigation {
    display: none;
  }
}
.gallery-section .swiper-slide {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 991px) {
  .gallery-section .swiper-slide {
    width: 100%;
  }
}
.gallery-section .swiper-slide img {
  height: 100%;
  max-width: max-content;
}
@media screen and (max-width: 991px) {
  .gallery-section .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }
}
.gallery-section .col-right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .gallery-section .col-right {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section .col-right .swiper-navigation.mobile-block {
    display: block;
    bottom: 0;
    left: 0;
    right: auto;
  }
}

.form-section .block-desc {
  width: 55.5555555556%;
  font-size: 14px;
  font-family: Manrope;
  line-height: 1.4;
  color: #535353;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .form-section .block-desc {
    width: 100%;
  }
}
.form-section .block-desc p {
  margin: 0;
}
.form-section .block-single-input {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .form-section .block-single-input {
    flex-wrap: wrap;
  }
}
.form-section .block-single-input .bs-left {
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  .form-section .block-single-input .bs-left {
    width: 100%;
    padding-bottom: 30px;
  }
}
.form-section .block-single-input .bs-left .title {
  color: #7E0C27;
  padding-bottom: 5px;
  font-family: Manrope;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.form-section .block-single-input .bs-left .title .svg-icon_main-color {
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .form-section .block-single-input .bs-left .title .svg-icon_main-color {
    display: none;
  }
}
.form-section .block-single-input .bs-left .title .svg-icon_main-color svg {
  width: 20px;
  height: 20px;
}
.form-section .block-single-input .bs-left .desc-input {
  font-size: 12px;
  padding-bottom: 15px;
  color: #535353;
}
.form-section .block-single-input .bs-right {
  padding-left: 11%;
}
@media screen and (max-width: 991px) {
  .form-section .block-single-input .bs-right {
    width: 100%;
    padding-left: 0;
  }
}

.form-single-input {
  position: relative;
}
@media screen and (max-width: 575px) {
  .form-single-input {
    width: 100%;
  }
}
.form-single-input button {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 30px;
  transition-duration: 0.3s;
}
.form-single-input button:hover {
  border-color: #7E0C27;
}
.form-single-input button svg {
  width: 20px;
}
.form-single-input button svg path {
  fill: #7E0C27;
}

.form-section-second .block-single-input .bs-left .desc-input {
  font-size: 14px;
  font-weight: bold;
  font-family: Manrope;
}

.full-contact-section .col-right {
  display: flex;
  flex-wrap: wrap;
}
.full-contact-section .col-right .col-contact-form {
  width: 55.5555555556%;
}
@media screen and (max-width: 991px) {
  .full-contact-section .col-right .col-contact-form {
    width: 100%;
    padding-bottom: 40px;
  }
}
.full-contact-section .col-right .col-contact-addresses {
  width: 44.4444444444%;
}
@media screen and (max-width: 991px) {
  .full-contact-section .col-right .col-contact-addresses {
    width: 100%;
  }
}
.full-contact-section .col-right .col-contact-addresses .contact-item {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .full-contact-section .col-right .col-contact-addresses .contact-item {
    padding-bottom: 20px;
  }
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #F5F5F5;
  color: #535353;
  padding: 13px 0;
  font-family: Manrope;
  font-size: 14px;
  transition-duration: 0.4s;
  background-color: transparent;
}
input::placeholder {
  font-family: Manrope;
  font-size: 14px;
  color: #BBC9B4;
}
input:focus {
  outline: none;
  border-bottom-color: #BBC9B4;
}

.contact-item .color-mini-title {
  color: #BBC9B4;
  font-size: 12px;
  padding-bottom: 5px;
}
.contact-item a {
  font-family: Manrope;
  color: #535353;
  font-size: 14px;
  font-weight: bold;
}

footer {
  background-color: #f1f4f0;
  padding: 60px 0;
}
footer .first-row {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  footer .first-row .col-logo img {
    width: 100%;
  }
}
footer .second-row .col-left {
  width: 25%;
}
@media screen and (max-width: 991px) {
  footer .second-row .col-left {
    display: none;
  }
}
footer .second-row .col-right {
  display: flex;
  width: 75%;
}
@media screen and (max-width: 991px) {
  footer .second-row .col-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right {
    flex-wrap: wrap;
  }
}
footer .second-row .col-right .contact-col {
  width: 44.4444444444%;
}
@media screen and (max-width: 991px) {
  footer .second-row .col-right .contact-col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right .contact-col {
    width: 100%;
    padding-bottom: 40px;
  }
}
footer .second-row .col-right .contact-col .phone {
  font-size: 30px;
  color: #535353;
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right .contact-col .phone {
    font-size: 25px;
  }
}
footer .second-row .col-right .contact-col .bottom-line {
  padding-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right .contact-col .bottom-line {
    padding-top: 20px;
  }
}
footer .second-row .col-right .contact-col .bottom-line .email-col {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right .contact-col .bottom-line .email-col {
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  footer .second-row .col-right .contact-col .bottom-line .email-col {
    padding-right: 10px;
  }
}
footer .second-row .col-right .nav-col {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .second-row .col-right .nav-col {
    padding-left: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right .nav-col {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .second-row .col-right .nav-col .first-nav {
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  footer .second-row .col-right .nav-col .first-nav {
    padding-right: 10px;
  }
}
footer .second-row .col-right .nav-col ul {
  list-style: none;
  padding: 0 60px 0 0;
  margin: 0;
}
footer .second-row .col-right .nav-col ul li {
  list-style: none;
}
footer .second-row .col-right .nav-col ul li a {
  padding: 10px 0;
  display: block;
  color: #535353;
  font-size: 14px;
  font-family: Manrope;
}
footer .second-row .col-right .nav-col ul li:first-child a {
  padding-top: 0;
}

.breadcrumbs {
  padding-top: 24px;
  background-color: rgba(187, 201, 180, 0.2);
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    padding-bottom: 20px;
  }
}
.breadcrumbs .item {
  color: #535353;
  padding-left: 10px;
  font-size: 12px;
}
.breadcrumbs .item:first-child {
  padding-left: 0;
}
.breadcrumbs .item .svg-icon {
  display: inline-block;
  padding-right: 10px;
}
.breadcrumbs .item .svg-icon svg {
  width: 10px;
  height: 10px;
}
.breadcrumbs .item .svg-icon svg path {
  fill: #BBC9B4;
}

.swiper-navigation {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 110px;
  height: 50px;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #BBC9B4;
  border-radius: 50px;
  background-image: url("../images/arrow-1.svg");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: unset;
  top: 0;
  transition-duration: 0.4s;
}
.swiper-navigation .swiper-button-prev::after,
.swiper-navigation .swiper-button-next::after {
  display: none;
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
  border-color: #7E0C27;
  background-image: url("../images/arrow-1-color.svg?v1");
}
.swiper-navigation .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.swiper-navigation .swiper-button-next {
  right: 0;
}

.page-template-home .first-screen .col-right .desc {
  color: #7E0C27;
}

header {
  background-color: #f1f4f0;
}

.first-screen {
  background-color: #f1f4f0;
}

.about-page .color-green,
.about-page .col-mini-title .mini-title {
  color: #B4D3E0;
}
.about-page .svg-icon_text-color path {
  fill: #B4D3E0;
}
.about-page .courses-list .course-card {
  background-color: #F0F6F9;
}
.about-page header {
  background-color: #f0f6f9;
}
.about-page .first-screen {
  background-color: #f0f6f9;
}
.about-page .breadcrumbs {
  background-color: #f0f6f9;
}
.about-page footer {
  background-color: #f0f6f9;
}

.single-specialist-page header {
  background-color: #fff;
}
.single-specialist-page .breadcrumbs {
  background-color: #fff;
}
.single-specialist-page .breadcrumbs {
  padding-bottom: 60px;
}
.single-specialist-page .years-list .item {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.single-specialist-page .years-list .item:first-child {
  padding-top: 0;
}
.single-specialist-page .years-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-specialist-page .years-list .item .number {
  font-size: 30px;
  padding-right: 40px;
}
.single-specialist-page .years-list .item .desc {
  font-size: 14px;
  font-family: Manrope;
  line-height: 1.4;
}
.single-specialist-page .desc-years > ul > li {
  padding-bottom: 30px;
}
.single-specialist-page .desc-years > ul > li:last-child {
  padding-bottom: 0;
}

.all-courses-page .courses-list .first-card-courses .title,
.page-template-courses .courses-list .first-card-courses .title {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  .all-courses-page .courses-list .first-card-courses .title,
  .page-template-courses .courses-list .first-card-courses .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .all-courses-page .courses-list .first-card-courses .title,
  .page-template-courses .courses-list .first-card-courses .title {
    font-size: 28px;
  }
}
.all-courses-page .courses-list .first-card-courses .desc,
.page-template-courses .courses-list .first-card-courses .desc {
  font-size: 14px;
  line-height: 1.4;
  font-family: Manrope;
}
.all-courses-page .social-desc,
.page-template-courses .social-desc {
  padding-top: 40px;
}
.all-courses-page .bottom-line .swiper-navigation,
.page-template-courses .bottom-line .swiper-navigation {
  left: 0;
  right: auto;
}
.all-courses-page .show-more-row,
.page-template-courses .show-more-row {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .all-courses-page .show-more-row,
  .page-template-courses .show-more-row {
    display: none;
  }
}
.all-courses-page .mobile-block .first-card-courses,
.page-template-courses .mobile-block .first-card-courses {
  padding-bottom: 30px;
}

.representative-section-slider .first-row {
  position: relative;
}
@media screen and (max-width: 991px) {
  .representative-section-slider .first-row .swiper-navigation {
    display: none;
  }
}
.representative-section-slider .person-cards-list {
  display: block;
  margin: unset;
}
.representative-section-slider .person-cards-list .item {
  width: 100%;
  margin: unset;
}
.representative-section-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.representative-section-slider .col-right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .representative-section-slider .col-right .swiper-navigation {
    left: 0;
    right: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .representative-section-slider .col-right {
    padding-bottom: 70px;
  }
}

.info-text-section .two-col-block {
  display: flex;
  flex-wrap: wrap;
}
.info-text-section .two-col-block .text-col {
  width: 77.7777777778%;
}
@media screen and (max-width: 991px) {
  .info-text-section .two-col-block .text-col {
    width: 100%;
  }
}
.info-text-section .two-col-block .text-col .list .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F5F5F5;
}
@media screen and (max-width: 991px) {
  .info-text-section .two-col-block .text-col .list .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.info-text-section .two-col-block .text-col .list .item .title {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .info-text-section .two-col-block .text-col .list .item .title {
    font-size: 25px;
  }
}
.info-text-section .two-col-block .text-col .list .item .desc {
  font-size: 14px;
  font-family: Manrope;
  line-height: 1.4;
}
.info-text-section .two-col-block .text-col .list .item:first-child {
  padding-top: 0;
}
.info-text-section .two-col-block .text-col .list .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .info-text-section .two-col-block .text-col .list .item:last-child {
    padding-bottom: 20px;
  }
}
.info-text-section .two-col-block .link-col {
  width: 22.2222222222%;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .info-text-section .two-col-block .link-col {
    width: 100%;
    text-align: left;
  }
}

.single-course-page header {
  background-color: #fff;
}
.single-course-page .breadcrumbs {
  background-color: #fff;
  padding-bottom: 60px;
}

.buttons-line {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .buttons-line {
    flex-direction: column;
    width: 100%;
  }
}

.course-section .title {
  font-size: 50px;
  line-height: 1;
  color: #7E0C27;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .course-section .title {
    font-size: 32px;
  }
}
.course-section .course-info {
  display: flex;
  flex-wrap: wrap;
}
.course-section .course-info .image-block {
  width: 33.3333333333%;
  padding-right: 11.1111111111%;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .course-section .course-info .image-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.course-section .course-info .image-block img {
  width: 100%;
}
.course-section .course-info .info-block {
  width: 55.5555555556%;
}
@media screen and (max-width: 991px) {
  .course-section .course-info .info-block {
    width: 100%;
  }
}
.course-section .course-info .info-block .desc {
  padding-bottom: 40px;
}
.course-section .course-info .info-block .desc p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .course-section .course-info .info-block .desc {
    padding-bottom: 20px;
  }
}
.course-section .course-info .numbers-line {
  display: flex;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .course-section .course-info .numbers-line {
    padding-bottom: 30px;
  }
}
.course-section .course-info .numbers-line .item {
  padding-right: 40px;
}
.course-section .course-info .numbers-line .item:last-child {
  padding-right: 0;
}
.course-section .course-info .numbers-line .item .name {
  font-size: 12px;
  color: #BBC9B4;
  padding-bottom: 9px;
}
.course-section .course-info .numbers-line .item .number {
  font-size: 14px;
  font-family: Manrope;
  font-weight: bold;
}
.course-section .buttons-line {
  padding: 5px;
  border-radius: 60px;
  border: 1px solid #BBC9B4;
  position: relative;
}
@media screen and (max-width: 991px) {
  .course-section .buttons-line {
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .course-section .buttons-line::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: var(--first-btn-width, 280px);
    height: calc(100% - 10px);
    background: #7E0C27;
    border-radius: 60px;
    transition: transform 0.4s ease-in-out, width 0.4s ease-in-out;
    z-index: -1;
  }
}
.course-section .buttons-line.hover-second-btn-js::before {
  transform: translateX(var(--shift-to-second, 195px));
  width: var(--second-btn-width, 140px);
}
.course-section .buttons-line.hover-second-btn-js .star-with-bg {
  color: #7E0C27;
}
.course-section .buttons-line.hover-second-btn-js .star-with-bg svg path {
  fill: #7E0C27;
}
.course-section .buttons-line.hover-second-btn-js .star-link {
  color: #fff;
}
.course-section .buttons-line.hover-second-btn-js .star-link svg path {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .course-section .buttons-line .star-with-bg {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .course-section .buttons-line .star-with-bg {
    width: 100%;
    max-width: 370px;
    justify-content: center;
  }
}
.course-section .buttons-line .star-link {
  padding: 20px;
  margin-left: 5px;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .course-section .buttons-line .star-link {
    margin-left: 0;
    width: 100%;
    max-width: 370px;
    text-align: center;
    justify-content: center;
    border: 1px solid #BBC9B4;
    border-radius: 40px;
    margin-top: 10px;
  }
}

.course-program .title-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .course-program .title-line {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .course-program .title-line .title {
    padding-bottom: 20px;
  }
}

.dropdown-list .item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
  padding-right: 22.2222222222%;
}
@media screen and (max-width: 575px) {
  .dropdown-list .item {
    padding-bottom: 90px;
    padding-right: 0;
  }
}
.dropdown-list .item:last-child {
  border-bottom: none;
}
.dropdown-list .item.open .desc {
  height: auto;
}
.dropdown-list .item.open .arrow {
  transform: rotate(90deg);
}
.dropdown-list .item .desc {
  font-family: Manrope;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 15px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}
.dropdown-list .item .desc p {
  margin: 0;
}
.dropdown-list .item .arrow {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 575px) {
  .dropdown-list .item .arrow {
    left: 0;
    right: auto;
    top: auto;
    bottom: 20px;
  }
}

.big-form-section .big-form-with-sales {
  display: flex;
  flex-wrap: wrap;
}
.big-form-section .big-form-with-sales .col-sale {
  width: 33.3333333333%;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .big-form-section .big-form-with-sales .col-sale {
    width: 100%;
    padding-right: 0;
  }
}
.big-form-section .big-form-with-sales .col-sale .sales-card {
  padding: 20px;
}
.big-form-section .big-form-with-sales .col-form {
  width: 66.6666666667%;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .big-form-section .big-form-with-sales .col-form {
    width: 100%;
    padding-left: 0;
  }
}
.big-form-section .form-block {
  padding: 40px;
  background-color: #F1F4F0;
}
@media screen and (max-width: 991px) {
  .big-form-section .form-block {
    padding: 20px;
  }
}
.big-form-section .form-block .title {
  font-family: Manrope;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 20px;
  padding-bottom: 10px;
  color: #7E0C27;
}
.big-form-section .form-block .desc {
  font-size: 14px;
  font-family: Manrope;
  padding-bottom: 40px;
  max-width: 320px;
}
.big-form-section .form-block .input-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .big-form-section .form-block .input-list .item {
    width: 100%;
    margin-top: 10px;
  }
}
.big-form-section .form-block .input-list .item:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .big-form-section .form-block .input-list .item:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}
.big-form-section .form-block .input-list input {
  width: 200px;
  border-bottom-color: #BBC9B4;
}
@media screen and (max-width: 991px) {
  .big-form-section .form-block .input-list input {
    width: 100%;
  }
}
.big-form-section .form-block .star-link {
  margin-left: 10px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .big-form-section .form-block .star-link {
    margin-left: 0;
    margin-top: 10px;
  }
}
.big-form-section .form-block .star-link:hover {
  border-color: #7E0C27;
}

.contacts-page header, .page-template-contacts header {
  background-color: #fff;
}
.contacts-page .breadcrumbs, .page-template-contacts .breadcrumbs {
  background-color: #fff;
}
.contacts-page .address-line, .page-template-contacts .address-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contacts-page .address-line .left-item, .page-template-contacts .address-line .left-item {
  width: 55.5555555556%;
}
@media screen and (max-width: 991px) {
  .contacts-page .address-line .left-item, .page-template-contacts .address-line .left-item {
    width: 100%;
  }
}
.contacts-page .address-line .right-item, .page-template-contacts .address-line .right-item {
  width: 44.4444444444%;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .contacts-page .address-line .right-item, .page-template-contacts .address-line .right-item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contacts-page .address-line .right-item, .page-template-contacts .address-line .right-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts-page .address-line .right-item .contact-item, .page-template-contacts .address-line .right-item .contact-item {
  padding-right: 10px;
}
@media screen and (max-width: 575px) {
  .contacts-page .address-line .right-item .contact-item, .page-template-contacts .address-line .right-item .contact-item {
    padding-bottom: 20px;
  }
}
.contacts-page .form-single-input form, .page-template-contacts .form-single-input form {
  min-width: 300px;
}

.page-404 .basic-section {
  padding: 250px 0 110px 0;
}
.page-404 .single-col {
  width: 100%;
  text-align: center;
}
.page-404 .single-col .title {
  position: relative;
  font-size: 180px;
  margin-bottom: 20px;
}
.page-404 .single-col .title .images {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: flex;
  align-items: flex-end;
}
.page-404 .single-col .desc {
  font-size: 45px;
  padding-bottom: 10px;
}
.page-404 .single-col .min-desc {
  font-size: 20px;
  line-height: 1.4;
}

.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.menu-item-has-children:hover .languages svg path {
  fill: #7E0C27;
}
.menu-item-has-children:hover .dropdown-block, .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-item-has-children .languages {
  display: flex;
  align-items: center;
}
.menu-item-has-children .languages svg {
  margin-left: 3px;
  width: 8px;
  height: 8px;
  transition-duration: 0.4s;
}
.menu-item-has-children .languages svg path {
  fill: #BBC9B4;
  transition-duration: 0.4s;
}
.menu-item-has-children.languages-item {
  font-size: 12px;
}
.menu-item-has-children.languages-item .dropdown-block, .menu-item-has-children.languages-item .sub-menu {
  left: 40px;
}
@media screen and (max-width: 1399px) {
  .menu-item-has-children.languages-item .dropdown-block, .menu-item-has-children.languages-item .sub-menu {
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .menu-item-has-children.languages-item .dropdown-block, .menu-item-has-children.languages-item .sub-menu {
    left: 0;
  }
}
.menu-item-has-children .dropdown-block, .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 20px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 0.3s;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.menu-item-has-children .dropdown-block a, .menu-item-has-children .sub-menu a {
  padding: 0 0 5px 0;
  display: block;
  color: #535353;
  white-space: nowrap;
}
.menu-item-has-children .dropdown-block .current-menu-item a, .menu-item-has-children .dropdown-block .active a, .menu-item-has-children .sub-menu .current-menu-item a, .menu-item-has-children .sub-menu .active a {
  color: #BBC9B4;
}
.menu-item-has-children .dropdown-block ul, .menu-item-has-children .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.laptop-block {
  display: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .laptop-block {
    display: block;
  }
}

.mymodal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(187, 201, 180, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
}
.mymodal-container.open {
  opacity: 1;
  pointer-events: all;
}
.mymodal-container .mymodal-body {
  width: 90%;
  max-width: 650px;
  position: relative;
}
.mymodal-container .mymodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 300px;
  cursor: pointer;
  transition-duration: 0.4s;
  border: 1px solid transparent;
}
.mymodal-container .mymodal-close:hover {
  border-color: #7E0C27;
}
.mymodal-container .mymodal-close::before, .mymodal-container .mymodal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #7E0C27;
}
.mymodal-container .mymodal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mymodal-container .mymodal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#thanks-modal .mymodal-body {
  height: 380px;
}
#thanks-modal .thanks-block {
  height: 100%;
  background-color: #F1F4F0;
  background-image: url("../images/bg-thanks.png");
  background-size: 300px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  #thanks-modal .thanks-block {
    padding: 20px;
  }
}
#thanks-modal .thanks-block .mymodal-title {
  font-size: 40px;
  color: #7E0C27;
  padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  #thanks-modal .thanks-block .mymodal-title {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
#thanks-modal .thanks-block .mymodal-desc {
  font-size: 14px;
  font-family: Manrope;
}
#thanks-modal .thanks-block .buttons-line {
  margin-top: auto;
}
#thanks-modal .close-modal-btn svg, #thanks-modal .close-modal-btn span {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
