@font-face {
  font-family: "Onest";
  src: url("../fonts/subset-Onest-Regular.woff2") format("woff2"), url("../fonts/subset-Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/subset-Onest-Medium.woff2") format("woff2"), url("../fonts/subset-Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/subset-Onest-Bold.woff2") format("woff2"), url("../fonts/subset-Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/subset-CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/subset-CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/subset-CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/subset-CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#sm-indicator {
  display: none;
}

#md-indicator {
  display: none;
}

#mobile-indicator {
  display: none;
}

html {
  min-width: 360px;
  max-width: 100%;
  overflow-x: hidden;
}

html,
body {
  font-family: "Onest", arial, sans-serif;
  color: #444;
  font-size: 22px;
  line-height: 1.45;
  font-weight: normal;
  background-color: #FFF;
}

svg {
  vertical-align: initial;
  display: block;
}

.container {
  width: auto !important;
  max-width: 1920px !important;
  padding: 0 100px;
}

p {
  margin: 0 0 0.9rem 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

main a,
.modal a {
  text-decoration: none;
  color: #739971;
  transition: all 0.15s ease;
}

main a:hover,
.modal a:hover {
  text-decoration: underline;
  color: #739971;
}

h1,
.h1 {
  font-family: "Onest", arial, sans-serif;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1:last-child,
.h1:last-child {
  margin-bottom: 0 !important;
}

.h1-big {
  font-size: 100px;
}

h2,
.h2 {
  font-family: "Onest", arial, sans-serif;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 500;
  margin: 80px 0 30px 0;
}

h1 + h2,
h1 + .h2,
.h1 + h2,
.h1 + .h2,
.text-section-header + h2,
.text-section-header + .h2 {
  margin-top: 0;
}

h3,
.h3 {
  font-family: "Onest", arial, sans-serif;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  margin: 50px 0 20px 0;
}

h2 + h3,
h2 + .h3,
.h2 + h3,
.h2 + .h3,
h3 + h4,
h3 + .h4,
.h3 + h4,
.h3 + .h4 {
  margin-top: 0 !important;
}

h4,
.h4 {
  font-family: "Onest", arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin: 50px 0 20px 0;
}

h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
a[name]:first-child + h2,
a[name]:first-child + .h2,
a[name]:first-child + h3,
a[name]:first-child + .h3,
a[name]:first-child + h4,
a[name]:first-child + .h4,
a[name]:first-child + h5,
a[name]:first-child + .h5,
a[name]:first-child + h6,
a[name]:first-child + .h6 {
  margin-top: 0 !important;
}

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

ul:last-child {
  margin-bottom: 0;
}

ul.ul-reset {
  margin: 0;
}

ul > li {
  padding: 0 0 0 40px;
  margin: 0 0 15px 0;
  position: relative;
}

ul > li:last-child {
  margin-bottom: 0;
}

ul.ul-reset > li {
  padding: 0;
  margin: 0;
}

ul > li:before {
  content: "";
  border: 1px solid #739971;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 9px;
}

ul.ul-reset > li:before {
  display: none;
}

ol {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  counter-reset: item;
}

ol:last-child {
  margin-bottom: 0;
}

ol > li {
  padding: 0 0 0 40px;
  margin: 0 0 15px 0;
  position: relative;
}

ol > li:last-child {
  margin-bottom: 0;
}

ol > li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #739971;
  font-weight: 500;
}

.btn {
  font-family: "Cormorant Garamond", arial, sans-serif;
  border: none;
  background: none;
  border-radius: 50px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: 1px solid transparent !important;
  outline-offset: -1px !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 23px 40px;
  text-align: center;
  letter-spacing: 0;
}

.btn-medium {
  font-size: 20px;
  padding: 20px 40px;
}

.btn-small {
  font-size: 18px;
  padding: 14px 40px 15px 40px;
}

.btn-smaller {
  font-size: 16px;
  padding: 15px 40px;
}

.btn-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-ico-ico {
  margin: 0 20px 0 0;
}

a.btn:hover {
  text-decoration: none !important;
}

.btn-1 {
  background: #739971;
  color: #FFF !important;
}

.btn-2 {
  outline: 1px solid #739971 !important;
  color: #739971;
}

.btn-3 {
  outline: 1px solid #739971 !important;
  color: #739971;
}

.btn-4 {
  outline: 1px solid #FFCE00 !important;
  color: #739971;
  background: #FFCE00;
}

.btn-3.active {
  background: #739971;
  color: #fff;
  outline-color: #739971 !important;
}

.btn-5 {
  color: #fff;
  background: #739971;
}

main {
  padding-top: 202px;
}

.img-round {
  padding-top: 100%;
  position: relative;
}

.img-round .img-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-mask-image: url(../images/img-mask-round.svg);
  mask-image: url(../images/img-mask-round.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.img-round .img-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

.img-deco:before {
  content: "";
  position: absolute;
  left: 6.859%;
  right: 6.859%;
  top: 6.859%;
  bottom: 6.859%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.img-deco-alt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.page-header-course + .section-with-bg {
  margin-top: 0;
}

.section-content {
  position: relative;
}

.subsection + .subsection {
  margin-top: 100px;
}

.section-header {
  margin: 0 0 40px 0;
}

.section-header h2,
.section-header .h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 !important;
}

.section-illustrated {
  padding-top: 183px;
  border-radius: 20px;
}

.section-illustrated-pic {
  position: absolute;
  width: 44%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-illustrated-pic img {
  width: 100%;
  height: auto !important;
}

.section-padded {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-sup-ttl {
  color: #739971;
  text-align: center;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.section-with-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #E7F6E6;
  border-radius: 20px;
}

.section-bg {
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-accent {
  color: #739971;
}

.section-info {
  min-height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 100px 0;
}

.section-info .section-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #739971 0%, rgba(115, 153, 113, 0) 56.5%);
  border-radius: 20px;
}

.section-info-col {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.section-info h3,
.section-info .h3 {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.play-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(115, 153, 113, 0.8);
  cursor: pointer;
}

.play-button:after {
  content: "";
  background: url(../images/play-button.svg) 0 0 no-repeat;
  width: 39px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-left: 5px;
  background-size: 100% 100%;
}

.play-button-small {
  width: 70px;
  height: 70px;
}

.play-button-small:after {
  width: 26px;
  height: 30px;
  margin-left: 3px;
}

.bg-light-green {
  background-color: #E7F6E6;
}

.section-bg-top {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 20px;
}

.section-bg-top .section-bg {
  background-size: 100% auto;
  background-position: center 0;
}

.col-content-narrow {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.col-content-med {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}

.section-sub-header {
  margin: 80px 0 38px 0;
}

.section-sub-header:first-child {
  margin-top: 41px;
}

.section-sub-header h3,
.section-sub-header .h3 {
  color: #739971;
  text-align: center;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 35px;
  font-weight: 500;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
}

.soclinks {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soclink {
  width: 24px;
  height: 24px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 10px 10px;
}

.col-sidebar-l {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-sidebar-r {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-content {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-sidebar-l + .col-content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.article-pic {
  margin: 30px 0;
  position: relative;
  padding-top: 66.509%;
  background: #d7d7d7;
  border-radius: 20px;
  overflow: hidden;
}

.article-pic:first-child,
.photo-swiper-over-wrapper:first-child {
  margin-top: 0 !important;
}

.article-pic:last-child,
.photo-swiper-over-wrapper:last-child {
  margin-bottom: 0 !important;
}

.article-pic-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-pic img {
  width: 100%;
}

.article-pic-inner-bg {
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  z-index: 0;
}

.article-pic-inner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(220, 238, 255, 0.4);
}

.article-pic-inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.photo-swiper {
  margin: 0;
}

.photo-swiper-over-wrapper {
  position: relative;
}
.photo-swiper-over-wrapper .swiper-button {
  position: absolute;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  bottom: 34px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.15s ease;
  cursor: pointer;
  padding: 0;
}
.photo-swiper-over-wrapper .swiper-button:before,
.photo-swiper-over-wrapper .swiper-button:after {
  display: none !important;
}
.photo-swiper-over-wrapper .swiper-button-prev {
  right: 82px;
  padding-right: 2px;
}
.photo-swiper-over-wrapper .swiper-button-next {
  padding-left: 2px;
  right: 34px;
}
.photo-swiper-over-wrapper .swiper-pagination {
  display: none;
}
.photo-swiper-over-wrapper .swiper-button:hover {
  background-color: #739971;
  border-color: #739971;
}

.photo-swiper-over-wrapper .article-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  background: linear-gradient(0deg, #403838 0%, rgba(64, 56, 56, 0) 100%);
  z-index: 20;
}

.article-lead {
  color: #739971;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  margin: 50px 0;
}

.article-lead:first-child {
  margin-top: 0 !important;
}

.article-lead:last-child {
  margin-bottom: 0 !important;
}

.contents-table {
  padding: 46px 0 50px 0;
  margin: 50px 0;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}

.contents-table:first-child {
  margin-top: 0 !important;
}

.contents-table:last-child {
  margin-bottom: 0 !important;
}

.contents-table h3,
.contents-table .h3 {
  color: #739971;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

.contents-table ol {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.contents-table ol:last-child {
  margin-bottom: 0 !important;
}

.contents-table ol > li {
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}

.contents-table ol > li:last-child {
  margin-bottom: 0 !important;
}

.contents-table ol > li:before {
  font-family: "Onest", arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  top: 0;
}

.contents-table a {
  transition: all 0.2s ease;
  color: #444;
  text-decoration: none !important;
}

.expandable-trigger {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #739971;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.2s ease;
}
.expandable-trigger svg path {
  transition: stroke 0.2s ease;
}

.expandable-content {
  display: none;
  padding: 0 0 35px 0;
}

.expandable-wrapper.active .expandable-content {
  display: block;
}

.expandable-trigger .ico {
  margin: 0 10px 0 0;
  transition: all 0.2s ease;
}

.expandable-trigger .ico svg {
  transition: all 0.2s ease;
}

@media screen and (min-width: 767px) {
  .expandable-trigger:hover {
    color: #444;
  }
  .expandable-trigger:hover svg path {
    stroke: #444;
  }
}
.expandable-wrapper.active .expandable-trigger .ico svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expandable-wrapper-alt .expandable-element {
  display: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

blockquote {
  margin: 50px 0;
  padding: 0 0 0 144px;
  position: relative;
}

blockquote:before {
  content: "";
  background: url(../images/blockquote.svg) 0 0 no-repeat;
  width: 83px;
  height: 73px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:first-child {
  margin-top: 0 !important;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

.blockquote-text {
  position: relative;
  color: #739971;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
}

.blockquote-author {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.blockquote-author-pic {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  height: 120px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 30px 0 0;
  border-radius: 50%;
  overflow: hidden;
}

.blockquote-author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blockquote-author-descr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.blockquote-author-name {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: 500;
}

.blockquote-author-post {
  font-size: 14px;
  line-height: 1.3;
}

.article-message, .vrezka {
  border-radius: 20px;
  background: #E7F6E6;
  padding: 20px;
  margin: 50px 0;
  color: #739971;
  font-size: 18px;
  font-weight: 500;
}

.article-message:first-child {
  margin-top: 0 !important;
}

.article-message:last-child {
  margin-bottom: 0 !important;
}

.interview-item + .interview-item {
  margin-top: 50px;
}

.interview-item-question {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.interview-item-answer {
  padding: 0 0 0 100px;
  position: relative;
}

.article-footer {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  margin: 80px 0 0 0;
  padding: 30px 0 0 0;
}

.article-footer-credits {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #969696;
  margin: 0 0 30px 0;
}

.article-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 25px 0;
}

.article-tag {
  margin: 0 5px 5px 0;
  background: #E7F6E6;
  color: #739971;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

@media screen and (min-width: 767px) {
  .article-tag:hover {
    background-color: #739971;
    color: #FFFFFF;
  }
}
.ya-share2__link_more-button-type_long {
  display: -ms-flexbox !important;
  display: flex !important;
}

.ya-share2__link_more-button-type_long .ya-share2__title {
  color: #739971 !important;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  text-transform: uppercase;
  margin: 0 0 0 0 !important;
  padding: 9px 0 9px 15px;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:before {
  display: none !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background: none !important;
  width: 35px !important;
  height: 32px !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/share-button.svg) 0 0 no-repeat;
}

.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item:before,
.ya-share2__container_size_m.ya-share2__container_as-popup .ya-share2__item:before {
  display: none !important;
}

.ya-share2__container_shape_round .ya-share2__badge {
  border-radius: 0 !important;
}

.page-header + .section-page-body {
  margin-top: 0 !important;
}

.article-author {
  text-align: center;
}

.article-author-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px 0;
}

.article-author-pic-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}

.article-author-pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-author-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.article-author-post {
  font-size: 14px;
  line-height: 1.3;
}

.hr {
  height: 1px;
  background: rgba(115, 153, 113, 0.5);
  margin: 35px 0 35px 0;
}

.back-link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-link {
  font-family: "Cormorant Garamond", arial, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  color: #739971;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.back-link-pic {
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
  margin: -2px 15px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.back-link-pic img,
.back-link-pic svg {
  width: 100%;
  height: auto;
}
.back-link-pic img path,
.back-link-pic svg path {
  transition: stroke 0.2s ease;
}

@media screen and (min-width: 767px) {
  .back-link:hover {
    color: #444;
  }
  .back-link:hover .back-link-pic svg path {
    stroke: #444;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sidebar-announces {
  border: 1px solid rgba(115, 153, 113, 0.5);
  padding: 30px 50px;
  border-radius: 20px;
}

.sidebar-announces-mob {
  display: none;
}

.sidebar-announces-item img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-announces-item + .sidebar-announces-item {
  margin-top: 30px;
}

.top-announces {
  border: 1px solid rgba(115, 153, 113, 0.5);
  padding: 10px 30px;
  height: 270px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-announce-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.top-announce-item .img-mob {
  display: none;
}

.section-header-lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 40px;
  text-align: center;
}

.content-block {
  margin: 100px 0;
}

.content-block:first-child {
  margin-top: 0 !important;
}

.content-block:last-child {
  margin-bottom: 0 !important;
}

.content-block-content {
  background: #fff;
  padding: 75px 12.8%;
  border-radius: 20px;
}

.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 58px;
}

.tabs-big {
  font-size: 20px;
  letter-spacing: 1px;
}

.modal .tabs {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.tab {
  margin: 0 15px;
  background: #739971;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 20px 11px 20px;
  text-align: center;
  color: #fff;
  border-radius: 20px 20px 0 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.tabs-big .tab {
  padding: 25px 20px 20px 20px;
}

.tab.active {
  background: #fff;
  color: #739971;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.btn-dl-wrapper {
  margin: 50px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-dl-wrapper .btn {
  min-width: 436px;
}

.event-terms {
  text-align: center;
}

.event-terms h3,
.event-terms .h3 {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  color: #739971;
  margin: 50px 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 0.9;
}

.content-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 35px;
}

.content-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.content-col-2:first-child {
  margin-left: auto;
  margin-right: auto;
}

.article-info {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  color: #878787;
  padding: 15px 0;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  margin: 30px 0;
}

.article-info:first-child {
  margin-top: 0 !important;
}

.article-info .row {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-info .col {
  width: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}

.article-info-item {
  display: -ms-flexbox;
  display: flex;
}

.article-info-item-pic {
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  margin: -3px 10px 0 0;
}

.article-sidebar-l-footer {
  margin-top: 33px;
}

.article-sidebar-l-footer:first-child {
  margin-top: 0 !important;
}

.article-sidebar-l-footer-col-1,
.article-sidebar-l-footer-col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.modal-backdrop {
  background: rgba(231, 246, 230, 0.5);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-dialog {
  pointer-events: initial;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.modal-content {
  border: none;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.tabs-wrapper .modal-content {
  border-radius: 0 0 20px 20px;
}

.form-modal .modal-content {
  padding: 100px 100px 100px 100px;
}

.form-modal .modal-dialog {
  max-width: 845px;
}

.studio-modal .modal-dialog {
  max-width: 1137px;
}

.modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1 !important;
  outline: none !important;
}

.modal-header {
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  border: none;
}

.modal-header h2,
.modal-header h2 {
  font-size: 45px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4.5px;
}

.login-modal .modal-header h2,
.login-modal .modal-header h2,
.studio-modal .modal-header h2,
.studio-modal .modal-header h2 {
  text-align: center;
}

.modal-header-sub-ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
  margin: 20px 0 0 0;
}

#authorModal .modal-header h2,
#authorModal .modal-header .h2 {
  font-size: 35px;
  letter-spacing: 3.5px;
  line-height: 1.1;
}

.modal-body {
  padding: 0;
}

.author-modal-header {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.45;
  margin: 0 0 32px 0;
}

.author-modal-header p {
  margin: 0 0 5px 0;
}

.author-modal-header-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}

.author-modal-header a {
  text-decoration: none;
}

#authorModal ul {
  font-size: 16px;
}
#authorModal ul > li {
  margin-bottom: 10px;
  padding-left: 30px;
}
#authorModal ul > li:before {
  top: 7px;
}

.modal .article-message {
  margin: 30px 0;
  line-height: 1.3;
  padding: 30px;
  font-weight: normal;
}

.success-modal-text {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}

.success-modal .modal-header h2,
.success-modal .modal-header .h2 {
  text-align: center;
}

.page-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
  -ms-flex-align: center;
  align-items: center;
}

ul.page-nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1px 25px 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.page-nav-links > li {
  padding: 0;
  margin: 0 25px 0 25px;
}

ul.page-nav-links > li:before {
  display: none;
}

ul.page-nav-links a {
  text-decoration: none;
  color: #444;
  transition: all 0.2s ease;
}

ul.page-nav-links a.active {
  color: #739971;
}

.page-nav-btn svg path {
  transition: stroke 0.2s ease;
}

@media screen and (min-width: 767px) {
  ul.page-nav-links a:hover {
    color: #739971;
  }

  .page-nav-btn:hover svg path {
    stroke: #444;
  }
}
.all-link {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #739971;
  text-decoration: none !important;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.all-link .ico {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 15px;
}

.expandable-trigger-alt .ico {
  margin: 0 !important;
  width: 24px;
  height: 24px;
  position: relative;
}

.expandable-trigger-alt .ico:before {
  content: "";
  background: url(../images/expandable-trigger-plus.svg) center center no-repeat;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% 100%;
}

.expandable-trigger-alt .ico:after {
  content: "";
  background: url(../images/expandable-trigger-minus.svg) center center no-repeat;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-size: 100% 100%;
}

.expandable-wrapper.active .expandable-trigger-alt .ico:before {
  opacity: 0;
}
.expandable-wrapper.active .expandable-trigger-alt .ico:after {
  opacity: 1;
}

.section-bottom-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}
.section-bottom-text .section-header {
  margin-bottom: 30px;
}
.section-bottom-text .section-header h1,
.section-bottom-text .section-header .h1,
.section-bottom-text .section-header h2,
.section-bottom-text .section-header .h2 {
  text-align: center;
  font-size: 55px;
  margin: 0 !important;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  letter-spacing: 0.1em;
}
.section-bottom-text .expandable-trigger-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-bottom-text-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.section-subscribe {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  padding-top: 105px;
  padding-bottom: 50px;
}

.section-subscribe:last-child {
  margin-bottom: 0 !important;
}

.section-subscribe-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.section-subscribe .section-pic {
  position: absolute;
  width: 266px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}

.section-subscribe .section-pic img {
  width: 100%;
}

.subscribe-form h2,
.subscribe-form .h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.tabs-trigger-mob {
  display: none;
}

.wrapper-404 {
  text-align: center;
}

.pic-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px 0;
}

.text-404 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.button-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 0 0;
}

table.common-table:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.common-table {
  width: 100%;
  border: none;
  margin: 30px 0;
}
table.common-table td {
  vertical-align: top;
  padding: 15px 0;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}
table.common-table tr:last-child td {
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}
table.common-table td + td {
  padding-left: 30px;
}
table.common-table td.name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.article-author-soclinks {
  margin-top: 33px;
}

.article-author-soclinks .soclinks {
  margin-left: -7px;
  margin-right: -8px;
}

.article-author-soclinks .soclink {
  margin-left: 7px;
  margin-right: 8px;
}

.section-inner {
  margin: 100px 0;
}

.section-inner:first-child {
  margin-top: 0 !important;
}

.section-inner:last-child {
  margin-bottom: 0 !important;
}

.section-inner .section-header h2 {
  font-size: 45px;
  line-height: 1.1;
  text-align: left;
  text-transform: none;
  margin: 0;
}

.recipe-info-section {
  margin: 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}

.recipe-info-section h3,
.recipe-info-section .h3 {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  color: #739971;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  /* 24px */
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.nutrition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
}

.nutrition-item {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  border-radius: 10px;
  background-color: #E7F6E6;
  text-align: center;
  padding: 15px 15px 12px 15px;
  margin: 0 5px 10px 5px;
  line-height: 1.35;
  font-weight: 500;
}

.nutrition-item-ttl {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.nutrition-item-val {
  font-size: 20px;
  color: #739971;
}

.recipe-info-note {
  font-size: 14px;
  line-height: 1.45;
  color: #878787;
  margin: 10px 0 0 0;
}

.recipe-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -20px -15px;
}

.recipe-features-item {
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px 20px 15px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.35;
}

.recipe-features-item-pic {
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  margin: 0 20px 0 0;
}

.recipe-features-item .ttl {
  margin: 0 0 7px 0;
}

.recipe-features-item .val {
  font-weight: 500;
}

table.ingredients {
  width: 100%;
}
table.ingredients td {
  vertical-align: top;
  padding: 0 30px 10px 0;
}
table.ingredients tr:last-child td {
  padding-bottom: 0;
}
table.ingredients td:last-child {
  padding-right: 0;
}
table.ingredients td.val {
  font-weight: 500;
  text-align: right;
}

.article-video {
  background: none;
  margin: 80px 0;
  padding: 0 !important;
}

.article-video:last-child {
  margin-bottom: 0 !important;
}

h2 + .article-video,
.h2 + .article-video,
h3 + .article-video,
.h3 + .article-video {
  margin-top: 0 !important;
}

.article-video video {
  display: block;
  width: 100% !important;
  height: auto !important;
  display: block;
}

.article-video + .recipe-stages {
  margin-top: -32px;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  padding-top: 31px;
}

.recipe-stages {
  counter-reset: item;
}

.recipe-stages-item {
  position: relative;
  padding: 0 0 0 65px;
  margin: 0 0 30px 0;
  display: -ms-flexbox;
  display: flex;
}

.recipe-stages-item:last-child {
  margin-bottom: 0 !important;
}

.recipe-stages-item:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  left: 0;
  top: -1px;
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
  color: #739971;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #739971;
  border-radius: 50%;
}

.recipe-stages-item-descr {
  min-height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  line-height: 155%;
}

.recipe-stages-item-pic {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.recipe-stages-item-pic-bg {
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.recipe-stages-item-pic-inner {
  position: relative;
  padding-top: 65.7%;
}

.recipe-stages-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

ul.alpha-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 26px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 500;
}

ul.alpha-menu > li {
  margin: 0;
  padding: 0;
}

ul.alpha-menu > li:before {
  display: none;
}

ul.alpha-menu a {
  color: #444;
  text-decoration: none;
}

ul.alpha-menu a.inactive {
  color: rgba(115, 153, 113, 0.5);
}

ul.alpha-menu a.active {
  color: #739971;
}

.dict-nav-wrapper {
  margin: -10px 0 50px 0;
  padding: 10px 0 10px 0;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  z-index: 100;
}

.dict-item-col-1 {
  -ms-flex: 0 0 11.1%;
  flex: 0 0 11.1%;
  max-width: 11.1%;
}

.dict-item-col-2 {
  -ms-flex: 0 0 88.9%;
  flex: 0 0 88.9%;
  max-width: 88.9%;
}

.dict-letter {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 100px;
  line-height: 0.65;
  color: #739971;
  text-transform: uppercase;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  padding-top: 10px;
  margin-top: -10px;
}

.dict-item-more {
  margin: 25px 0 0 0;
}

.dict-item-more h4,
.dict-item-more .h4 {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 18px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #739971;
}

ul.dict-articles-list {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}

ul.dict-articles-list > li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}

ul.dict-articles-list > li:before {
  background-size: 10px auto;
  top: 7px;
}

.dict-section + .dict-section {
  margin-top: 80px;
}

.subscribe-message {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.subscribe-message-success {
  color: #739971;
}

.subscribe-message-error {
  color: #C68E8E;
}

.subscribe-price {
  text-align: center;
  margin: 50px 0 0 0;
}

.subscribe-price-new {
  color: #739971;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.subscribe-price-old {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  /* 15px */
  text-decoration: line-through;
  text-transform: uppercase;
  margin: 4px 0 0 0;
}

.code-button {
  width: 26px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 17px;
  cursor: pointer;
  z-index: 10;
}

.code-cancel {
  display: none;
  padding: 2px;
}

.input-code {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

@media (min-width: 768px) {
  ul.alpha-menu a:not(.inactive):hover {
    color: #739971;
  }

  .all-link:hover {
    color: #444;
  }

  .all-link svg * {
    transition: all 0.15s ease;
  }

  .all-link:hover svg *[fill] {
    fill: #444;
  }

  .all-link:hover svg *[stroke] {
    stroke: #444;
  }

  .expandable-trigger-alt {
    transition: all 0.2s ease;
  }

  .expandable-trigger-alt:hover {
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
  }

  .btn-1:hover {
    background: #444;
    color: #fff;
  }

  .btn-2:hover {
    outline-color: #444 !important;
    background-color: #444;
    color: #fff;
  }

  footer .btn-2:hover {
    outline-color: #739971 !important;
    background-color: #739971;
    color: #fff;
  }

  .btn-2 svg * {
    transition: all 0.2s ease;
  }

  .btn-2:hover svg *[fill] {
    fill: #fff;
  }

  .btn-2:hover svg *[stroke] {
    stroke: #fff;
  }

  .modal .close svg * {
    transition: all 0.2s ease;
  }

  .modal .close:hover svg *[fill] {
    fill: #739971;
  }

  .modal .close:hover svg *[stroke] {
    stroke: #739971;
  }

  .play-button {
    transition: all 0.2s ease;
  }

  a:hover .play-button,
.gallery-tmb-video:hover .play-button {
    background-color: #739971;
  }
}
.show-more-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.section-main-courses {
  z-index: 1;
}

.section-main-courses + .section + .section-main-experts {
  z-index: 0;
}

h1:has(+ p) {
  margin-bottom: 0;
}

.sidebar-announces:not(:has(div)) {
  display: none !important;
}

.sidebar-announces + .sidebar-read-more {
  margin-top: 100px;
}

.sidebar-announces:not(:has(div)) + .sidebar-read-more {
  margin-top: 0 !important;
}

.sidebar-read-more {
  padding-left: 20px;
}

.sidebar-read-more-ttl {
  color: #739971;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 30px;
}

.sidebar-read-more .news-tmb {
  padding: 29px 0;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}
.sidebar-read-more .news-tmb:first-child {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}
.sidebar-read-more .news-tmb-category {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sidebar-read-more .news-tmb-descr {
  text-align: left;
}
.sidebar-read-more .news-tmb-descr-content {
  font-size: 14px;
}
.sidebar-read-more .news-tmb h3, .sidebar-read-more .news-tmb .h3 {
  font-size: 20px;
}

.section-main.section-main-knowlenge {
  margin-top: 231px;
}

.section-main.section-main-experts {
  margin-top: 215px;
}

.section-reviews + .bg-light-green {
  margin-top: -130px;
}

.page-header-course + .bg-light-green {
  margin-top: -90px;
}

.bg-light-green + .section-contacts {
  margin-top: -100px;
  position: relative;
}

.bg-light-green:not(#prices, .section-price) + .section-contacts::before {
  content: "";
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background-color: #E7F6E6;
}

.event-who-tmb .img-deco-alt::before {
  background-image: url("../images/pros-pic-deco-alt.svg");
}

.studio-swiper-pic.no-gradient::after {
  display: none !important;
}

.section:not(.section-page-body):last-child {
  margin-bottom: 0 !important;
}

.section-form {
  margin-top: 50px;
  padding-bottom: 100px;
}
.section-form .form-lead {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 30px;
}
.section-form .form-over-wrapper {
  max-width: 845px;
  margin: 0 auto;
}

.main-menu-section.no-submenu h3::after,
.main-menu-section.no-submenu .h3::after {
  display: none;
}

.program-list-swiper:not(.swiper-initialized) {
  max-height: 700px;
  overflow: hidden;
  opacity: 0;
}

.banner-mob {
  display: none;
}

.sidebar-announces-item .banner-inner {
  border: none !important;
  padding: 0 !important;
}

.section-with-bg + .section-with-bg,
.section-with-bg + .section-bg-top,
.section-bg-top + .section-with-bg {
  margin-top: -100px;
}

.common-swiper {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.common-swiper .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 40px 0 0 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.common-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 0;
  position: relative;
  margin: 0 3px !important;
  opacity: 1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-swiper .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #739971;
  transition: all 0.2s ease;
}
.common-swiper .swiper-pagination-bullet-active:before {
  opacity: 0.5;
}
.common-swiper .swiper-button-next,
.common-swiper .swiper-button-prev {
  top: 125px;
  width: 44px;
  height: 44px;
}
.common-swiper .swiper-button-prev {
  left: 30px;
}
.common-swiper .swiper-button-next {
  right: 30px;
}
.common-swiper .swiper-button-next:after, .common-swiper .swiper-button-prev:after {
  display: none;
}

.speaker-tmb {
  text-align: center;
  color: #444 !important;
  text-decoration: none !important;
  font-size: 16px;
}

.speaker-tmb-pic {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.speaker-tmb-pic-inner {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.speaker-tmb-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-tmb-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 15px 0;
}

.top-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-pic img {
  width: 100% !important;
  height: auto !important;
}

.top-pic-desktop {
  display: block;
  max-width: 1920px;
}

.top-pic-mob {
  display: none;
}

.top-pic > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

  .top-pic-mob {
    display: block;
  }
}
@media (min-width: 768px) {
  .common-swiper .swiper-button svg * {
    transition: all 0.15s ease;
  }
  .common-swiper .swiper-button:hover svg * {
    stroke: #444;
  }
}
#sm-indicator,
#mobile-indicator {
  display: none;
}

@media (max-width: 2559px) {
  html,
body {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media (max-width: 1919px) {
  html,
body {
    font-size: 16px;
  }

  ul > li:before {
    top: 7px;
  }

  .container {
    padding: 0 50px;
  }

  main {
    padding-top: 150px;
  }

  h1,
.h1 {
    font-size: 45px;
    margin: 0 0 27px 0;
  }

  h3, .h3 {
    font-size: 24px;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-illustrated {
    padding-top: 100px;
  }

  .section-illustrated-pic {
    top: -85px;
    width: 50%;
  }

  .section-bg-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padded {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .article-lead {
    font-size: 18px;
  }

  blockquote {
    padding-left: 127px;
  }

  blockquote:before {
    width: 57px;
    height: 49px;
  }

  .blockquote-text {
    font-size: 18px;
  }

  .blockquote-author-pic {
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    max-width: 98px;
    height: 98px;
  }

  .interview-item-question {
    font-size: 18px;
  }

  .article-author-pic {
    margin-bottom: 22px;
  }

  .article-author-pic-img {
    width: 150px;
    height: 150px;
  }

  .sidebar-announces {
    padding: 24px 25px;
  }

  .sidebar-announces-item + .sidebar-announces-item {
    margin-top: 20px;
  }

  .form-modal .modal-dialog {
    max-width: 735px;
  }

  .studio-modal .modal-dialog {
    max-width: 990px;
  }

  .tabs-big {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .modal .close {
    right: 30px;
    top: 30px;
  }

  .modal-header h2, .modal-header h2 {
    font-size: 35px;
  }

  .modal-header-sub-ttl {
    font-size: 20px;
  }

  .form-modal .modal-content {
    padding: 80px 80px 80px 80px;
  }

  .author-modal-header {
    font-size: 18px;
  }

  .modal .article-message {
    padding: 25px 30px;
    font-size: 16px;
  }

  .success-modal-text {
    font-size: 18px;
  }

  .section-header {
    margin: 0 0 30px 0;
  }

  .section-header h2, .section-header .h2 {
    font-size: 35px;
  }

  .section-sup-ttl {
    font-size: 22px;
    margin-bottom: 17px;
  }

  .section-info {
    min-height: 700px;
  }

  .section-info h3, .section-info .h3 {
    font-size: 30px;
  }

  .section-info {
    padding: 50px 0;
  }

  .play-button {
    width: 88px;
    height: 88px;
  }

  .play-button:after {
    width: 33px;
    height: 38px;
  }

  .play-button-small {
    width: 62px;
    height: 62px;
  }

  .play-button-small:after {
    width: 23px;
    height: 27px;
  }

  .subsection + .subsection {
    margin-top: 100px;
  }

  .section-sub-header {
    margin: 80px 0 25px 0;
  }

  .section-sub-header h3, .section-sub-header .h3 {
    font-size: 22px;
  }

  .section-header-lead {
    font-size: 18px;
    margin-top: 30px;
  }

  .tabs {
    font-size: 16px;
    padding: 0 50px;
  }

  .tab {
    padding: 21px 20px 17px 20px;
  }

  .event-terms h3, .event-terms .h3 {
    margin: 48px 0 8px 0;
    font-size: 22px;
  }

  .page-nav {
    margin-top: 80px;
  }

  .section-bottom-text .section-header h1, .section-bottom-text .section-header .h1, .section-bottom-text .section-header h2, .section-bottom-text .section-header .h2 {
    font-size: 35px;
  }

  .section-bottom-text-col {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .pic-404 {
    margin-bottom: 25px;
  }

  .pic-404 img {
    max-width: 736px;
  }

  .text-404 {
    font-size: 18px;
  }

  .col-sidebar-l .hr {
    margin: 25px 0 25px 0;
  }

  .section-inner .section-header {
    margin: 0 0 35px 0;
  }

  .section-inner .section-header h2 {
    font-size: 35px;
  }

  ul.alpha-menu {
    font-size: 22px;
  }

  .dict-letter {
    font-size: 130px;
  }

  ul.dict-articles-list {
    font-size: 18px;
  }

  ul.dict-articles-list > li:before {
    top: 8px;
  }

  .btn-dl-wrapper {
    margin-top: 30px;
  }

  .sidebar-read-more {
    padding-left: 30px;
  }

  .sidebar-read-more .news-tmb h3, .sidebar-read-more .news-tmb .h3 {
    font-size: 16px;
  }

  .section-main.section-main-knowlenge {
    margin-top: 142px;
  }
  .section-main.section-main-knowlenge .section-header-bg {
    width: 544px;
    height: 418px;
    top: -102px;
    margin-left: -296px;
  }

  .section-main.section-main-events {
    margin-top: 181px;
  }
  .section-main.section-main-events .section-header-bg {
    width: 589px;
    height: 398px;
    top: -102px;
    margin-left: -287px;
  }

  .section-main.section-main-practice {
    margin-top: 179px;
  }
  .section-main.section-main-practice .section-header-bg {
    width: 590px;
    height: 212px;
    top: -102px;
    margin-left: -297px;
  }

  .section-main.section-main-courses {
    margin-top: 187px;
  }
  .section-main.section-main-courses .section-header-bg {
    width: 370px;
    height: 417px;
    top: -102px;
    margin-left: -188px;
  }

  .section-main.section-main-experts {
    margin-top: 100px;
  }
  .section-main.section-main-experts .section-header-bg {
    width: 563px;
    height: 258px;
    top: -92px;
    margin-left: -286px;
  }

  .section-form {
    margin-top: -11px;
  }

  .section-form .form-lead {
    font-size: 18px;
  }

  .program-list-swiper:not(.swiper-initialized) {
    max-height: 650px;
  }

  .speaker-tmb-pic {
    max-width: 200px;
  }

  .speaker-tmb {
    font-size: 14px;
  }

  .speaker-tmb-name {
    font-size: 18px;
  }

  .speakers-swiper .swiper-button-next,
.speakers-swiper .swiper-button-prev {
    top: 100px;
  }
}
@media (max-width: 1599px) {
  #md-indicator {
    display: block;
  }

  .pic-404 img {
    width: 632px;
    height: auto;
  }

  .nutrition-item {
    padding: 15px 10px 12px 10px;
  }

  .event-prices-item-price {
    max-width: 50%;
  }

  .page-header-course + .section-with-bg {
    margin-top: -30px;
  }
}
@media (max-width: 1365px) {
  body,
html {
    font-size: 16px;
  }

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-bg-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .article-author-name {
    font-size: 18px;
  }

  .article-sidebar-l-footer {
    margin-top: 30px;
  }

  .btn-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    padding: 0 30px;
  }

  main {
    padding-top: 130px;
  }

  .top-announces {
    margin-left: -50px;
    margin-right: -50px;
    padding: 30px;
    height: 273px;
  }

  .col-sidebar-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .col-content {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-sidebar-l + .col-content {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-sidebar-r {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .article-author-pic-img {
    width: 136px;
    height: 136px;
  }

  .article-author-pic {
    margin-bottom: 12px;
  }

  .article-info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .article-sidebar-l-footer-col-1 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .article-sidebar-l-footer-col-2 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .back-link-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 14px;
  }

  .contents-table ol > li {
    padding: 0 0 0 30px;
  }

  .sidebar-announces {
    padding: 0;
  }

  .sidebar-announces-item + .sidebar-announces-item {
    margin-top: 30px;
  }

  .article-pic {
    margin: 25px 0;
  }

  .photo-swiper-over-wrapper {
    margin: 25px 0;
  }

  .article-video {
    margin: 80px 0;
  }

  .form-modal .modal-dialog {
    max-width: 632px;
  }

  .studio-modal .modal-dialog {
    max-width: 964px;
  }

  .tabs-big {
    font-size: 18px;
    letter-spacing: 4.5px;
  }

  .modal .close svg {
    width: 25px;
    height: 25px;
  }

  .form-modal .modal-content {
    padding: 60px;
  }

  .login-modal .modal-header {
    margin: 0 0 20px 0;
  }

  .section-with-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-illustrated {
    padding-top: 50px;
  }

  .section-illustrated-pic {
    top: -43px;
    width: 66%;
  }

  .section-info {
    min-height: 448px;
    padding: 26px 0;
  }

  .section-info-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .play-button:after {
    width: 30px;
    height: 35px;
  }

  .col-content-narrow {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-block .col-content-narrow {
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }

  .content-block-content {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }

  .col-content-med {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tabs {
    padding: 0;
    margin: 0 -15px;
  }

  .btn-dl-wrapper {
    margin: 30px 0 0 0;
  }

  .btn-medium {
    font-size: 16px;
    letter-spacing: 3.2px;
    padding: 15px 30px;
  }

  .btn-ico-ico svg {
    height: 25px;
    width: auto;
  }

  .btn-dl-wrapper .btn {
    min-width: 336px;
  }

  .section-subscribe-col {
    -ms-flex: 0 0 76.5%;
    flex: 0 0 76.5%;
    max-width: 76.5%;
  }

  .article-author-soclinks {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-sidebar-l .article-author + .hr {
    display: none;
  }

  .col-sidebar-l .article-author + .hr + .article-sidebar-l-footer {
    display: none;
  }

  .section-inner {
    margin: 80px 0;
  }

  .dict-item-col-1 {
    -ms-flex: 0 0 12.2%;
    flex: 0 0 12.2%;
    max-width: 12.2%;
  }

  .dict-item-col-2 {
    -ms-flex: 0 0 87.8%;
    flex: 0 0 87.8%;
    max-width: 87.8%;
  }

  .modal-header-sub-ttl {
    font-size: 18px;
  }

  .page-nav {
    margin-top: 35px;
  }

  ul.alpha-menu {
    font-size: 20px;
  }

  .dict-letter {
    font-size: 65px;
  }

  .section-main.section-main-knowlenge {
    margin-top: 43px;
  }

  .section-main.section-main-events {
    margin-top: 71px;
  }

  .section-main.section-main-practice {
    margin-top: 71px;
  }
  .section-main.section-main-practice .section-header-bg {
    width: 410px;
    height: 146px;
    top: -78px;
    margin-left: -204px;
  }

  .section-main.section-main-courses {
    margin-top: 71px;
    margin-bottom: 0;
  }

  .section-main.section-main-experts {
    margin-top: 9px;
  }
  .section-main.section-main-experts .section-header-bg {
    width: 409px;
    height: 188px;
    top: -78px;
    margin-left: -204px;
  }

  .section-reviews + .bg-light-green {
    margin-top: -110px;
  }

  .recipe-stages-item-pic {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }

  .bg-light-green + .section-contacts {
    margin-top: -80px;
  }

  .event-prices-item-price {
    max-width: 43%;
  }

  .section-form {
    margin-top: 1px;
  }

  .form-over-wrapper {
    max-width: 100%;
  }

  .form-over-wrapper .common-form {
    max-width: 470px;
    margin: 0 auto;
  }

  .program-list-swiper:not(.swiper-initialized) {
    max-height: 600px;
  }

  .section-with-bg + .section-with-bg, .section-with-bg + .section-bg-top, .section-bg-top + .section-with-bg {
    margin-top: -80px;
  }

  .speaker-tmb-pic {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .speaker-tmb {
    font-size: 14px;
  }

  .speaker-tmb-name {
    margin-bottom: 10px;
  }

  .speakers-swiper .swiper-button-next,
.speakers-swiper .swiper-button-prev {
    top: 75px;
  }

  .common-swiper .swiper-pagination {
    margin-top: 25px;
  }

  .common-swiper .swiper-button-prev {
    left: 10px;
  }
  .common-swiper .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 1023px) {
  #sm-indicator {
    display: block;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .container {
    padding: 0 20px;
  }

  h1, .h1 {
    font-size: 35px;
    margin: 0 0 18px 0;
  }

  h2, .h2 {
    font-size: 25px;
    line-height: 1.1;
    margin: 50px 0 20px 0;
  }

  h3, .h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 50px 0 15px 0;
  }

  main {
    padding-top: 70px;
  }

  .section-header {
    margin: 0 0 33px 0;
  }

  .section-header h2, .section-header .h2 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .section-padded {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-announces {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    height: 201px;
  }

  .article-author-pic-img {
    width: 60px;
    height: 60px;
  }

  .article-author-name {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .article-author-post {
    font-size: 12px;
  }

  .article-info {
    font-size: 12px;
    padding: 11px 0;
  }

  .article-info-item-pic {
    margin: -2px 10px -2px 0;
  }

  .back-link-wrapper {
    padding-top: 10px;
  }

  .col-sidebar-l {
    margin-bottom: 20px;
  }

  .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sidebar-l + .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sidebar-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-pic {
    margin: 20px 0;
  }

  .photo-swiper-over-wrapper {
    margin: 20px 0;
  }

  .article-video {
    margin: 50px 0;
  }

  .article-lead {
    font-size: 16px;
    margin: 30px 0;
  }

  .contents-table {
    margin: 30px 0;
    padding: 30px 0;
  }

  .contents-table ol {
    font-size: 16px;
  }

  .contents-table ol > li {
    margin: 0 0 15px 0;
  }

  .contents-table ol > li:before {
    font-size: 16px;
  }

  .contents-table h3, .contents-table .h3 {
    margin: 0 0 17px 0;
  }

  .expandable-content {
    padding: 0 0 22px 0;
  }

  .blockquote-text {
    font-size: 16px;
  }

  .blockquote-author-name {
    font-size: 16px;
  }

  .blockquote-author-post {
    font-size: 12px;
  }

  .interview-item-question {
    font-size: 16px;
  }

  .article-footer {
    padding: 20px 0 0 0;
  }

  .article-footer-credits {
    font-size: 12px;
    margin: 0 0 20px 0;
  }

  .article-tags {
    margin-bottom: 15px;
  }

  .sidebar-announces {
    display: none;
  }

  .sidebar-announces-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: none;
    border-right: none;
    margin: 50px -20px;
    padding: 20px 18px;
    border-radius: 0;
  }

  .sidebar-announces-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 32px;
    margin: 0 !important;
  }

  .form-modal .modal-dialog {
    max-width: 500px;
  }

  .studio-modal .modal-dialog {
    max-width: 728px;
  }

  .tabs-big {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .modal .tabs {
    margin-left: -10px;
    margin-right: -10px;
  }

  .modal .tabs .tab {
    margin: 0 10px;
  }

  .tabs-big .tab {
    padding: 18px 20px 16px 20px;
  }

  .modal-header h2, .modal-header h2 {
    font-size: 24px;
  }

  .modal .close {
    right: 20px;
    top: 20px;
  }

  .form-modal .modal-content {
    padding: 50px;
  }

  .login-modal .modal-header {
    margin: 0 0 23px 0;
  }

  .success-modal-text {
    font-size: 16px;
  }

  .section-illustrated-pic {
    top: -39px;
    width: 46%;
  }

  .section-sup-ttl {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .section-info {
    min-height: 500px;
    padding: 20px 0;
  }

  .section-info h3, .section-info .h3 {
    font-size: 24px;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .play-button:after {
    width: 19px;
    height: 25px;
    margin-left: 2px;
  }

  .section-sub-header {
    margin: 35px 0 21px 0;
  }

  .section-sub-header h3, .section-sub-header .h3 {
    font-size: 20px;
    margin: 50px 0 20px 0;
  }

  .content-block .col-content-narrow {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-block-content {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs {
    margin: 0 -10px;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.2;
  }

  .tab {
    padding: 10px 15px 8px 15px;
    margin: 0 10px;
  }

  .btn-medium {
    font-size: 14px;
    letter-spacing: 2.8px;
  }

  .btn-ico-ico svg {
    height: 20px;
  }

  .btn-dl-wrapper .btn {
    min-width: 306px;
  }

  .section-bottom-text {
    font-size: 14px;
  }

  .section-bottom-text .section-header {
    margin-bottom: 20px;
  }

  .section-bottom-text .section-header h1, .section-bottom-text .section-header .h1, .section-bottom-text .section-header h2, .section-bottom-text .section-header .h2 {
    font-size: 30px;
  }

  .section-bottom-text .expandable-trigger-wrapper {
    margin-top: 30px;
  }

  .section-subscribe {
    padding-top: 81px;
  }

  .section-subscribe-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subscribe-form h2, .subscribe-form .h2 {
    font-size: 25px;
    margin: 0 0 20px 0;
  }

  .pic-404 {
    margin-bottom: 30px;
  }

  .pic-404 img {
    width: auto;
    max-width: 100%;
  }

  .text-404 {
    font-size: 16px;
  }

  .button-404 {
    margin-top: 15px;
  }

  table.common-table {
    display: block;
  }
  table.common-table thead {
    display: block;
  }
  table.common-table tbody {
    display: block;
  }
  table.common-table tr {
    display: block;
    padding: 30px 0;
    border-top: 1px solid rgba(115, 153, 113, 0.5);
  }
  table.common-table tr:last-child {
    border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  }
  table.common-table td {
    display: block;
    border: none !important;
    padding: 0 !important;
  }
  table.common-table td.name {
    margin-bottom: 15px;
  }

  .article-sidebar-l-footer {
    margin-top: 20px;
  }

  .article-author-soclinks {
    margin-bottom: 0;
  }

  .section-inner .section-header h2 {
    font-size: 30px;
  }

  .recipe-info-section h3, .recipe-info-section .h3 {
    font-size: 24px;
    letter-spacing: 6px;
  }

  .recipe-info-note {
    font-size: 12px;
  }

  .recipe-info-section {
    margin: 30px 0;
    padding: 0 0 30px 0;
  }

  .recipe-features-item {
    font-size: 14px;
  }

  .recipe-features-item .ttl {
    margin: 0 0 5px 0;
  }

  ul.alpha-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  ul.alpha-menu > li {
    margin: 0 30px 0 0;
  }

  .dict-nav-wrapper {
    margin-bottom: 30px;
  }

  .dict-item-col-1 {
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
  }

  .dict-item-col-2 {
    -ms-flex: 0 0 89%;
    flex: 0 0 89%;
    max-width: 89%;
  }

  ul.dict-articles-list {
    font-size: 16px;
  }

  ul.dict-articles-list > li:before {
    top: 6px;
  }

  .dict-section + .dict-section {
    margin-top: 50px;
  }

  .code-button {
    top: 12px;
  }

  .section-header-lead {
    font-size: 16px;
  }

  .content-block {
    margin: 50px 0;
  }

  .subsection + .subsection {
    margin-top: 80px;
  }

  .modal-header {
    margin: 0 0 20px 0;
  }

  .modal-header-sub-ttl {
    font-size: 16px;
  }

  .news-filter-alt .article-tags {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-filter-alt .news-filter-header {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-menu-footer-controls {
    display: none !important;
  }

  .main-menu-footer-col-3 {
    margin-top: 0 !important;
  }

  .header-top-col-3 {
    display: block !important;
    padding-right: 82px;
  }

  .header-top-col-3-2 {
    display: none;
  }

  .header-logo {
    transition: opacity 0.2s ease;
  }

  .menu-trigger-mob {
    z-index: 10;
  }

  .header-top.search-open .header-logo {
    opacity: 0;
  }

  .sidebar-read-more {
    display: none;
  }

  .section-main.section-main-knowlenge {
    padding-top: 145px;
  }
  .section-main.section-main-knowlenge .section-header-bg {
    width: 356px;
    height: 271px;
    top: -84px;
    margin-left: -189px;
  }

  .section-main.section-main-events {
    margin-top: 55px;
  }
  .section-main.section-main-events .section-header-bg {
    width: 433px;
    height: 291px;
    top: -84px;
    margin-left: -189px;
  }

  .section-main.section-main-practice {
    margin-top: 55px;
  }

  .section-main.section-main-courses {
    margin-top: 55px;
  }
  .section-main.section-main-courses .section-header-bg {
    width: 242px;
    height: 271px;
    top: -84px;
    margin-left: -123px;
  }

  .section-main.section-main-experts {
    margin-top: 55px;
  }

  .article-video + .recipe-stages {
    margin-top: 66px;
  }

  .event-prices-item-price {
    max-width: initial;
  }

  .page-header-course + .bg-light-green {
    margin-top: -72px;
  }

  .section-form {
    margin-top: 27px;
    padding-bottom: 80px;
  }
  .section-form .common-form .form-footer {
    margin-top: 35px;
  }
  .section-form .common-form .form-group {
    margin-bottom: 20px;
  }

  .section-form .form-lead {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .banner-mob {
    display: block;
  }
  .banner-mob .banner-inner {
    display: block;
  }

  .page-header-course + .section-with-bg {
    margin-top: -22px;
  }

  .speaker-tmb {
    font-size: 12px;
  }

  .speaker-tmb-name {
    font-size: 16px;
  }

  .common-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }

  h4,
.h4 {
    font-size: 18px;
    margin: 30px 0 20px 0;
  }

  ul > li:before {
    top: 7px;
  }

  .section-header {
    margin: 0 0 22px 0;
  }

  .top-announces {
    height: auto;
  }

  .form-modal .modal-dialog {
    max-width: 100%;
    margin: 20px;
  }

  .modal .tabs {
    margin-left: -5px;
    margin-right: -5px;
  }

  .tab {
    border-radius: 15px 15px 0 0;
  }

  .tabs-big {
    font-size: 18px;
    letter-spacing: 2.7px;
  }

  .tabs-big .tab {
    padding: 14px 10px 13px 10px;
  }

  .modal {
    font-size: 14px;
    line-height: 1.35;
  }

  .modal .tabs .tab {
    margin: 0 5px;
  }

  .modal .close {
    right: 15px;
    top: 15px;
  }

  .form-modal .modal-content {
    padding: 50px 20px 30px 20px;
  }

  .login-modal .modal-content {
    padding: 50px 30px 50px 30px;
  }

  .login-modal .modal-header {
    margin: 0 0 21px 0;
  }

  .modal-header h2,
.modal-header .h2 {
    text-align: center;
  }

  .author-modal-header {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 35px 0;
  }

  .author-modal-header-pic {
    margin: 0 0 8px 0;
  }

  .author-modal-header-pic img {
    width: 45px;
  }

  .author-modal-header p {
    margin: 0 0 10px 0;
  }

  .modal ul > li {
    margin: 0 0 8px 0;
  }

  .modal ul > li:before {
    top: 2px;
  }

  .modal .article-message {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    padding: 15px 20px;
  }

  .success-modal-text {
    text-align: center;
    line-height: 1.25;
  }

  .section-with-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-illustrated-pic {
    top: -52px;
    width: 340px;
  }

  .section-bg-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 15px 0 0 0;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 0;
    position: relative;
    margin: 0 3px !important;
    opacity: 1 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .swiper-pagination-bullet:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #739971;
    transition: all 0.2s ease;
  }

  .swiper-pagination-bullet-active:before {
    opacity: 0.5;
  }

  .swiper-slide {
    height: auto;
  }

  .section-info {
    min-height: 600px;
    padding: 20px 0;
  }

  .section-info h3, .section-info .h3 {
    line-height: 1;
  }

  .content-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .top-announce-item .img-mob {
    display: block;
  }

  .top-announce-item .img-desktop {
    display: none;
  }

  .section-header-lead {
    font-size: 16px;
    margin-top: 24px;
  }

  .content-block-content {
    margin-left: -10px;
    margin-right: -10px;
    padding: 50px 20px 100px 20px;
  }

  .tabs-wrapper {
    position: relative;
  }

  .tabs-trigger-mob {
    background: #fff;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #E7F6E6;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #739971;
    padding: 12px 60px 6px 20px;
    min-height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .tabs-trigger-mob:after {
    content: "";
    background: url(../images/tabs-trigger-mob.svg) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 29px;
  }

  .tabs {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 10;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
    margin-top: -1px;
  }

  .tab {
    border-radius: 0 !important;
    margin: 0;
    background: #fff !important;
    color: #739971;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 70px;
    font-size: 16px;
    letter-spacing: 4px;
    padding: 12px 20px 6px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .tab + .tab {
    border-top: 1px solid #E7F6E6;
  }

  .btn-dl-wrapper {
    margin: 20px 0 0 0;
  }

  .subsection + .subsection {
    margin-top: 50px;
  }

  ul.page-nav-links {
    margin-left: 10px;
    margin-right: 10px;
  }

  ul.page-nav-links > li {
    margin: 0 10px;
  }

  .section-bottom-text {
    margin-bottom: 50px;
  }

  .section-bottom-text + .section-subscribe {
    margin-top: 50px;
  }

  .section-bottom-text-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .expandable-wrapper-alt:not(.news-filter-alt) .expandable-element {
    display: block !important;
    opacity: 1 !important;
  }

  .news-filter-content .article-tags {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -17px;
  }

  .expandable-wrapper-alt.active .article-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }

  .pic-404 {
    margin-bottom: 20px;
  }

  table.common-table {
    margin: 20px 0;
  }
  table.common-table td.name {
    font-size: 16px;
  }

  .article-author-soclinks {
    margin-bottom: 25px;
  }

  .section-inner .section-header h2 {
    font-size: 30px;
    text-align: center;
  }

  .recipe-stages-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recipe-stages-item-descr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .recipe-stages-item-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 23px 0;
  }

  .recipe-stages-item {
    margin: 0;
  }

  .recipe-stages-item + .recipe-stages-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(115, 153, 113, 0.5);
  }

  .recipe-stages-item:before {
    top: 19px;
  }

  .recipe-stages-item:first-child:before {
    top: 0;
  }

  .recipe-info-section h3, .recipe-info-section .h3 {
    font-size: 20px;
    letter-spacing: 5px;
  }

  .dict-letter {
    font-size: 30px;
  }

  .subscribe-message {
    font-size: 12px;
  }

  .subscribe-price {
    margin: 28px 0 0 0;
  }

  main {
    padding-top: 80px;
  }

  .contents-table h3, .contents-table .h3 {
    margin: 0 0 17px 0;
    font-size: 20px;
    letter-spacing: 5px;
  }

  .event-terms h3, .event-terms .h3 {
    margin: 29px 0 11px 0;
    font-size: 20px;
  }

  .news-filter-alt .article-tags {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  #authorModal .modal-header h2, #authorModal .modal-header .h2 {
    font-size: 24px;
    word-break: break-word;
    letter-spacing: 2.4px;
    line-height: 120%;
  }

  .section-main.section-main-knowlenge {
    padding-top: 135px;
  }
  .section-main.section-main-knowlenge .section-header-bg {
    width: 237px;
    height: 182px;
    top: -54px;
    margin-left: -125px;
  }

  .section-main.section-main-events {
    margin-top: 100px;
  }
  .section-main.section-main-events .section-header-bg {
    width: 290px;
    height: 195px;
    top: -66px;
    margin-left: -130px;
  }

  .section-main.section-main-practice {
    margin-top: 104px;
  }
  .section-main.section-main-practice .section-header-bg {
    width: 281px;
    height: 99px;
    top: -54px;
    margin-left: -140px;
  }

  .section-main.section-main-courses {
    margin-top: 104px;
  }
  .section-main.section-main-courses .section-header-bg {
    width: 161px;
    height: 181px;
    top: -54px;
    margin-left: -80px;
  }

  .section-main.section-main-experts {
    margin-top: 104px;
  }
  .section-main.section-main-experts .section-header-bg {
    width: 280px;
    height: 128px;
    top: -54px;
    margin-left: -140px;
  }

  .section-main.section-main-articles {
    padding-top: 27px;
  }

  .section-main.section-main-articles .col-lg-4:first-child {
    margin-bottom: 104px;
  }

  .section-reviews.section-padded {
    padding-bottom: 80px;
  }

  .article-video + .recipe-stages {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .page-header-course + .bg-light-green {
    margin-top: -80px;
  }

  .event-prices-item-price {
    max-width: initial;
  }

  .section-form {
    margin-top: -10px;
  }
  .section-form .common-form .form-footer .btn {
    width: 100%;
  }

  .section-form .form-lead {
    margin-bottom: 20px;
  }

  .program-list-swiper:not(.swiper-initialized) {
    max-height: 550px;
  }

  .banner-desc {
    display: none;
  }

  .page-header-course + .section-with-bg {
    margin-top: -30px;
  }

  .common-swiper {
    padding-left: 20px;
    padding-right: 133px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .common-swiper .swiper-pagination {
    margin-right: -113px;
    width: auto !important;
    margin-top: 15px;
  }
  .common-swiper .swiper-button {
    display: none !important;
  }

  .section-illustrated {
    padding-top: 22px;
  }

  .speaker-tmb {
    text-align: left;
  }

  .speaker-tmb-pic {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .main-slider .swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
    border-color: #CACACA;
    margin: 0 1px !important;
  }
  .main-slider .swiper-pagination-bullet-active:before {
    opacity: 1;
    border-color: #739971;
  }

  .photo-swiper-over-wrapper .swiper-button {
    display: none;
  }
  .photo-swiper-over-wrapper .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 5px !important;
    margin: 0;
  }
  .photo-swiper-over-wrapper .swiper-pagination-bullet:before {
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .tabs {
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
  }
}
.common-form .dropdown-item.disabled.selected,
.common-form option[disabled][selected] {
  display: none;
}
.common-form .form-col-wide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.common-form .form-col-phone {
  -ms-flex: 0 0 42.9%;
  flex: 0 0 42.9%;
  max-width: 42.9%;
}
.common-form .form-col-email {
  -ms-flex: 0 0 57.1%;
  flex: 0 0 57.1%;
  max-width: 57.1%;
}
.common-form .form-col-narrow {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form .form-group {
  position: relative;
  margin: 0 0 30px 0;
}
.common-form label {
  display: block;
  color: #444;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 9px 0;
}
.common-form label.placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  transition: all 0.15s ease;
  margin: 0;
  padding: 20px 0 20px 0;
  border: none;
  color: #444;
  text-transform: none;
  text-align: center;
}
.common-form label.placeholder.active {
  opacity: 0;
  pointer-events: none;
}
.common-form input[type=text],
.common-form input[type=email],
.common-form input[type=password],
.common-form textarea {
  border: none;
  border-bottom: 1px solid #739971;
  background: transparent;
  margin: 0;
  padding: 20px 0 20px 0;
  width: 100%;
  font-family: "Onest", arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #444;
  border-radius: 0;
  outline: none !important;
  text-align: center;
}
.common-form input[type=text]:focus,
.common-form input[type=email]:focus,
.common-form input[type=password]:focus,
.common-form textarea:focus {
  color: #444;
}
.common-form input[type=text].error:focus,
.common-form input[type=email].error:focus,
.common-form input[type=password].error:focus,
.common-form textarea.error:focus {
  color: #FD6969;
}
.common-form textarea {
  resize: none;
  display: block;
}
.common-form .form-checkbox:not(:last-child),
.common-form .form-radio:not(:last-child) {
  margin: 0 0 22px 0;
}
.common-form input[type=checkbox] + label,
.common-form input[type=radio] + label {
  position: relative;
  padding: 0 0 0 45px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  font-weight: 700;
  transition: all 0.15s ease;
  text-transform: none;
}
.common-form input[type=checkbox]:checked + label,
.common-form input[type=radio]:checked + label {
  color: #739971;
}
.common-form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  transition: all 0.15s ease;
  background: #fff url(../images/checkbox.svg) center center no-repeat;
  background-size: 0 0;
  outline: 1px solid transparent;
  outline-offset: -1px;
}
.common-form input[type=checkbox]:checked + label:before {
  background-color: #739971;
  background-size: 13px 9px;
}
.common-form input[type=checkbox] + label:hover:before {
  outline-color: #739971;
}
.common-form input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(207, 187, 156, 0.3);
  transition: all 0.15s ease;
  background: url(../images/radio.svg) center center no-repeat;
  background-size: 0 0;
  border-radius: 50%;
}
.common-form input[type=radio]:checked + label:before {
  border-color: #cfbb9c;
  background-size: 6px 6px;
}
.common-form input[type=checkbox],
.common-form input[type=radio] {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.common-form .form-file {
  min-height: 46px;
}
.common-form .form-file input {
  cursor: pointer;
}
.common-form .form-file .input-group {
  display: block;
}
.common-form .form-file .form-control {
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  font-weight: 500;
  border: none;
  background: none;
  border-radius: 0;
  height: auto;
  padding: 0;
  display: none;
}
.common-form .form-file .icon-visible .form-control {
  display: block;
}
.common-form .form-file .form-control:focus {
  box-shadow: none;
}
.common-form .form-file .btn-primary,
.common-form .form-file .btn-primary:focus,
.common-form .form-file .btn-primary:active {
  font-family: "Onest", arial, sans-serif;
  position: relative;
  background: none !important;
  font-size: 16px;
  line-height: 1.35;
  color: #444;
  font-weight: normal;
  padding: 0px 0 0 50px;
  border: none;
  height: 40px;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}
.common-form .form-file .btn-primary:before {
  content: "";
  width: 30px;
  height: 33px;
  background: url(../images/form-file.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
.common-form .form-file .btn-primary:not(:disabled):not(.disabled):active,
.common-form .form-file .btn-primary:not(:disabled):not(.disabled).active,
.common-form .form-file .show > .btn-primary.dropdown-toggle {
  color: #9EA9B6;
}
.common-form .form-file .fileinput-remove-button,
.common-form .form-file .fileinput-remove-button:focus,
.common-form .form-file .fileinput-remove-button:active {
  position: relative;
  background: none !important;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9EA9B6 !important;
  font-weight: 600;
  padding: 6px 0 0 40px;
  border: none;
  height: auto;
  text-align: left;
  -ms-flex-order: 2;
  order: 2;
  margin: 10px 0 0 0;
  transition: all 0.15s ease;
}
.common-form .form-file .fileinput-remove-button:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.15s ease;
}
.common-form .input-group > .form-control, .common-form .input-group > .custom-select, .common-form .input-group > .custom-file {
  width: 100%;
}
.common-form .form-file .input-group-append {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common-form .form-file .file-caption {
  margin: 19px 0 0 0;
}
.common-form .form-file .file-preview {
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 0;
}
.common-form .form-file .krajee-default.file-preview-frame {
  border: 1px solid #D2DBE4 !important;
  box-shadow: none !important;
  float: none;
  margin: 0 0 20px 0;
}
.common-form .form-file .krajee-default.file-preview-frame .kv-file-content {
  padding: 30px;
  width: 100%;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .form-file .krajee-default.file-preview-frame .kv-file-content img {
  max-width: 100%;
  max-height: 100%;
}
.common-form .form-file .krajee-default.file-preview-frame .file-thumbnail-footer {
  display: none;
}
.common-form .form-file .file-preview .fileinput-remove {
  position: relative;
  z-index: 10;
}
.common-form .input-group-btn .fileinput-remove-button,
.common-form .input-group-btn .fileinput-remove-button:focus,
.common-form .input-group-btn .fileinput-remove-button:active {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: none !important;
  background: none;
  font-size: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 500;
}
.common-form .input-group-btn .fileinput-remove-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #739971;
  height: 2px;
  width: auto;
}
.common-form .input-group-btn .fileinput-remove-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #739971;
  height: 2px;
  width: auto;
}
.common-form .form-file .icon-visible .btn-primary {
  display: none;
}
.common-form .form-file .icon-visible .file-caption-name {
  background: none !important;
  font-size: 16px;
  line-height: 1.35;
  color: #739971;
  font-weight: normal;
  padding: 0px 0 0 50px;
  border: none;
  height: 40px;
  text-align: left;
}
.common-form .form-file-info {
  font-size: 12px;
  line-height: 1.35;
  color: #878787;
  font-weight: normal;
  margin: -11px 0 0 50px;
  pointer-events: none;
}
.common-form div:not(.file-input-new) + .form-file-info {
  display: none;
}
.common-form .custom-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
}
.common-form .custom-radio {
  margin: 0 5px 10px 5px;
}
.common-form .custom-radios input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.common-form .custom-radios input[type=radio] + label {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.common-form .custom-radios input[type=radio] + label:before {
  display: none !important;
}
.common-form .custom-radios input[type=radio] + label .btn-3 {
  padding-left: 40px;
  padding-right: 40px;
}
.common-form .custom-radios input[type=radio]:checked + label .btn-3 {
  color: #fff;
  background-color: #739971;
}
.common-form .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: inherit !important;
}
.common-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.common-form .bootstrap-select .dropdown-toggle,
.common-form .bootstrap-select .dropdown-toggle:focus,
.common-form .bootstrap-select .dropdown-toggle:active {
  border: none;
  background: transparent;
  margin: 0;
  padding: 20px 0 20px 0;
  width: 100%;
  font-family: "Onest", arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #444;
  border-radius: 0;
  border-bottom: 1px solid #739971;
  outline: none !important;
  box-shadow: none !important;
  text-align: left;
  text-transform: none;
}
.common-form .bootstrap-select .bs-placeholder {
  font-weight: normal !important;
}
.common-form .bootstrap-select.show .dropdown-toggle {
  z-index: 30;
}
.common-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.common-form .bootstrap-select .dropdown-toggle:after {
  content: "";
  background: url(../images/select-arrow.svg) 0 0 no-repeat;
  width: 11px;
  height: 7px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 30px;
  border: none !important;
  margin: 0 !important;
}
.common-form .bootstrap-select div.dropdown-menu {
  border: none;
  margin: 5px 0 0 0;
  padding: 20px 0 20px 0;
  border-radius: 10px;
  background: #fff;
  color: #444;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 20;
  z-index: 1000;
}
.common-form .dropdown-menu.show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common-form .bootstrap-select ul.dropdown-menu {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  float: none;
  min-width: 0;
}
.common-form .bootstrap-select ul.dropdown-menu > li {
  padding: 0 !important;
  margin: 0 !important;
}
.common-form .bootstrap-select ul.dropdown-menu > li:before {
  display: none !important;
}
.common-form .bootstrap-select .dropdown-item {
  color: #444;
  transition: all 0.15s ease;
  background: none !important;
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  padding: 5px 60px 5px 30px;
  cursor: pointer;
  white-space: normal;
  text-decoration: none !important;
  position: relative;
}
.common-form .bootstrap-select .dropdown-item:hover {
  background-color: rgba(115, 153, 113, 0.15) !important;
}
.common-form .bootstrap-select li.selected .dropdown-item {
  color: #739971;
}
.common-form .bootstrap-select .dropdown-item:after {
  content: "";
  background: url(../images/selected.svg) 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 9px;
  transition: all 0.2s ease;
  opacity: 0;
}
.common-form .bootstrap-select li.selected .dropdown-item:after {
  color: #739971;
  opacity: 1;
}
.common-form .bootstrap-select .filter-option {
  padding: 0 30px 0 0;
}
.common-form .bootstrap-select .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-form .bootstrap-select .bs-searchbox {
  padding: 0 30px;
  margin: 0 0 20px 0;
}
.common-form .bootstrap-select .bs-searchbox input[type=text] {
  background: url(../images/search-submit.svg) 0 7px no-repeat;
  font-weight: normal;
  text-align: left;
  padding-left: 45px !important;
  box-shadow: none !important;
}
.common-form .bootstrap-select .bs-actionsbox {
  -ms-flex-order: 3;
  order: 3;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  margin-top: 20px;
  margin-bottom: -10px !important;
  padding: 10px 25px 0 25px !important;
}
.common-form .actions-btn {
  background: none !important;
  color: #739971;
  padding: 0;
}
.common-form .actions-btn:hover {
  color: #444;
}
.common-form .bootstrap-select ul.dropdown-menu > li.no-results {
  padding: 5px 30px !important;
  font-size: 14px;
  font-weight: normal;
  color: #FD6969;
}
.common-form label.error {
  font-size: 12px;
  font-weight: normal;
  color: #FD6969 !important;
  margin: 4px 0 0 0;
  text-align: right;
}
.common-form .form-group-error .bootstrap-select .dropdown-toggle,
.common-form input[type=text].error,
.common-form input[type=email].error,
.common-form input[type=password].error,
.common-form textarea.error {
  color: #FD6969 !important;
  border-bottom-color: #FD6969 !important;
}
.common-form .form-group-error label.placeholder {
  color: #FD6969;
}
.common-form .expandable-trigger {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: normal;
  color: #739971;
  margin: 22px 0 0 0;
  cursor: pointer;
}
.common-form .expandable-trigger .ico {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.15s ease;
}
.common-form .expandable-trigger .ico:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 7px;
  top: 0;
  bottom: 0;
  background: #739971;
  transition: all 0.15s ease;
}
.common-form .expandable-trigger .ico:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 7px;
  left: 0;
  right: 0;
  background: #739971;
  transition: all 0.15s ease;
}
.common-form .expandable-trigger.active .ico:before {
  top: 50%;
  bottom: 50%;
}
.common-form .form-footer {
  margin-top: 49px;
}
.common-form .form-footer-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .form-footer .btn {
  min-width: 260px;
}
.common-form .form-footer-col-2 {
  -ms-flex: 0 0 292px;
  flex: 0 0 292px;
  max-width: 292px;
}
.common-form .form-agree {
  font-size: 14px;
  line-height: 1.45;
  font-weight: normal;
  text-align: center;
  margin: 0 0 30px 0;
}
.common-form .form-agree a {
  text-decoration: none;
}
.common-form.modal-form .form-agree {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.common-form .forgot-link-wrapper {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.35;
  margin: 20px 0 0 0;
}
.common-form .forgot-link {
  text-decoration: none;
}
.common-form.subscribe-form label.placeholder,
.common-form.subscribe-form input[type=text],
.common-form.subscribe-form input[type=email],
.common-form.subscribe-form input[type=password],
.common-form.subscribe-form textarea {
  padding-top: 12px;
  padding-bottom: 18px;
  text-align: left;
}
.common-form.subscribe-form .form-footer {
  margin: 3px 0 0 0;
}
.common-form.subscribe-form .subscribe-form-col-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.common-form.subscribe-form .subscribe-form-col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.common-form.subscribe-form .form-agree {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.common-form .search-field-wrapper {
  position: relative;
}
.common-form .search-submit {
  position: absolute;
  right: 0;
  top: 0px;
  border: none;
  background-color: transparent !important;
  padding: 0 !important;
  outline: none !important;
  cursor: pointer;
}
.common-form.search-form input[type=text] {
  text-align: left;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 20px;
  padding-right: 60px;
  border-bottom-color: rgba(115, 153, 113, 0.5);
  background: none !important;
}
.common-form .add-form-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form.form-alt label.placeholder {
  text-align: left;
}
.common-form.form-alt input[type=text],
.common-form.form-alt input[type=email],
.common-form.form-alt input[type=password],
.common-form.form-alt textarea {
  text-align: left;
}
@media (max-width: 1919px) {
  .common-form .form-agree {
    margin-bottom: 15px;
  }
  .common-form.subscribe-form .form-footer .btn {
    min-width: 224px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1599px) {
  .common-form .custom-radios input[type=radio] + label .btn-3 {
    font-size: 14px;
    padding: 17px 40px 16px 40px;
  }
  .common-form label {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .common-form .form-footer {
    margin-top: 40px;
  }
  .common-form .forgot-link-wrapper {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media (max-width: 1023px) {
  .common-form .form-group {
    margin: 0 0 17px 0;
  }
  .common-form label.placeholder {
    font-size: 14px;
    padding: 14px 0 14px 0;
  }
  .common-form input[type=text],
.common-form input[type=email],
.common-form input[type=password],
.common-form textarea {
    font-size: 14px;
    padding: 14px 0 14px 0;
  }
  .common-form .bootstrap-select .dropdown-toggle,
.common-form .bootstrap-select .dropdown-toggle:focus,
.common-form .bootstrap-select .dropdown-toggle:active {
    font-size: 14px;
    padding: 14px 0 14px 0;
  }
  .common-form .bootstrap-select .dropdown-toggle:after {
    top: 19px;
  }
  .common-form .bootstrap-select .dropdown-item {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .common-form .bootstrap-select .dropdown-item:after {
    right: 15px;
  }
  .common-form .form-file .btn-primary,
.common-form .form-file .btn-primary:focus,
.common-form .form-file .btn-primary:active {
    font-size: 14px;
    padding: 0 0 0 43px;
    height: 34px;
  }
  .common-form .form-file .btn-primary:before {
    top: 1px;
  }
  .common-form .form-file .file-caption {
    margin: 9px 0 0 0;
  }
  .common-form .form-file-info {
    margin: -7px 0 0 44px;
  }
  .common-form .form-col-phone {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }
  .common-form .form-col-email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-footer-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-footer-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .common-form .form-agree {
    font-size: 12px;
    margin-bottom: 16px;
    max-width: 400px;
  }
  .common-form .forgot-link-wrapper {
    font-size: 14px;
    margin: 16px 0 0 0;
  }
  .common-form .form-footer {
    margin-top: 6px;
  }
  .common-form .custom-radios input[type=radio] + label .btn-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .common-form .form-checkbox:not(:last-child),
.common-form .form-radio:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .common-form.subscribe-form .subscribe-form-col-1 {
    padding-top: 5px;
  }
  .common-form.search-form input[type=text] {
    font-size: 16px;
    padding-bottom: 18px;
  }
  .common-form.search-form .search-submit {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .common-form .form-agree {
    font-size: 13px;
  }
  .common-form.subscribe-form .subscribe-form-col-1 {
    padding-top: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form.subscribe-form .subscribe-form-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form.subscribe-form .form-footer .btn {
    width: 100%;
  }
  .common-form.subscribe-form .form-agree {
    margin-top: 20px;
    font-size: 12px;
  }
  .common-form .add-form-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-agree {
    font-size: 12px;
    line-height: 1.35;
  }
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  transition: background-color 0.3s ease, padding 0.3s ease;
  border-bottom: 1px solid transparent;
}

.main-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 26px 0 40px 0;
}

.main-menu-wrapper {
  -webkit-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.main-menu-section {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  margin: 0 0 50px 0;
}

.main-menu-section h3,
.main-menu-section .h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px 0;
}

.main-menu-section ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.1;
  font-weight: normal;
}

.main-menu-section ul > li {
  padding: 0;
  margin: 0 0 15px 0;
}

.main-menu-section ul > li:before {
  display: none;
}

.main-menu-section a {
  text-decoration: none !important;
  color: #444;
}

.header-top {
  padding: 13px 0;
  transition: all 0.2s ease;
}

.header-top > .container > .row {
  -ms-flex-align: center;
  align-items: center;
}

.header-top-col-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-top-col-2 {
  -ms-flex: 0 0 174px;
  flex: 0 0 174px;
  max-width: 174px;
}

.header-top-col-3 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-logo {
  display: block;
}

.header-logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.btn-author {
  font-size: 16px;
  padding: 15px 20px;
}

.header-button .btn {
  min-width: 210px;
}

.header-controls {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.header-controls-item {
  margin: 0 10px;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-top-col-3-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top-col-3-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: auto;
}

.header-top-col-3 > .row {
  -ms-flex-align: center;
  align-items: center;
}

.header-soclinks-wrapper {
  margin-left: 20px;
}

.header-top .soclinks {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

ul.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

ul.navbar-nav > li {
  padding: 0 0 30px 0;
  margin: 0 15px;
  position: relative;
  transition: all 0.2s ease;
}

ul.navbar-nav > li:before {
  display: none;
}

ul.navbar-nav a {
  color: #444;
  text-decoration: none !important;
}

.header-bottom {
  margin: 12px 0 3px 0;
  transition: all 0.2s ease;
}

.menu-arrow {
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1px 0 -1px 6px;
}

.submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  padding: 30px;
  transition: opacity 0.3s ease, margin 0.3s ease;
  width: 280px;
  margin-left: -140px;
  -webkit-transform: translateY(-5000px);
  transform: translateY(-5000px);
  opacity: 0;
  border: 1px solid rgba(115, 153, 113, 0.5);
  margin-top: -20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: none;
}

.submenu:after {
  content: "";
  width: 29px;
  height: 14px;
  background: url(../images/submenu-pt.svg) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -15px;
}

ul.submenu-list > li {
  padding: 0;
  margin: 0 0 15px 0;
}

ul.submenu-list > li:last-child {
  margin-bottom: 0 !important;
}

ul.submenu-list > li:before {
  display: none;
}

ul.submenu-list a {
  color: #444;
  text-decoration: none !important;
}

.navbar-nav > li:hover .submenu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin-top: 0;
}

.navbar-nav > li:last-child .submenu {
  left: auto;
  right: 0;
  margin-left: 0;
}

.navbar-nav > li:last-child .submenu:after {
  left: auto;
  right: 50px;
}

.menu-trigger {
  border: 1px solid #E3E3E3;
  position: relative;
  cursor: pointer;
  padding: 10px 14px 10px 47px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border-radius: 30px;
  margin: -11px 0 -10px 0;
}

.menu-trigger-ico {
  position: absolute;
  left: 14px;
  top: 8px;
  transition: all 0.2s ease;
  width: 21px;
  height: 21px;
}

.menu-trigger-ico span {
  height: 1px;
  background: #739971;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-trigger span:nth-child(1) {
  top: 4px;
}

.menu-trigger span:nth-child(2) {
  top: 10px;
}

.menu-trigger span:nth-child(3) {
  bottom: 4px;
}

.menu-trigger.active {
  background: #F3F3F3;
  border-color: #F3F3F3;
}
.menu-trigger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.menu-trigger-mob {
  display: none;
}

.main-menu-footer {
  display: none;
}

.header-fixed {
  position: fixed;
  background: #fff;
  border-bottom-color: rgba(115, 153, 113, 0.5);
}
.header-fixed .header-top {
  padding: 0;
  height: 0;
  overflow: hidden;
}
.header-fixed .header-bottom {
  margin: 26px 0 0 0;
}
.header-fixed ul.navbar-nav > li {
  padding-bottom: 23px;
}

.header-search-button {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.header-search-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  background: #fff;
  margin-top: -11px;
  opacity: 0;
}

.header-search-form.active {
  opacity: 1;
}

.header-search-form-inner {
  padding-right: 40px;
  position: relative;
}

.header-search-form button[type=submit] {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 11px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  outline: none !important;
}

.header-search-form button[type=submit]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/header-search.svg) 0 0 no-repeat;
  transition: all 0.15s ease;
}

.header-search-form button[type=submit]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/header-search-active.svg) 0 0 no-repeat;
  transition: all 0.15s ease;
  opacity: 0;
}

.header-search-form button[type=submit]:hover:before {
  opacity: 0;
}

.header-search-form button[type=submit]:hover:after {
  opacity: 1;
}

.header-search-form-inner-content {
  margin-right: -40px;
}

.header-search-form input[type=text] {
  padding-right: 40px;
  text-align: left;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 12px;
}

.header-search-form input[type=text]::-webkit-input-placeholder {
  color: #444;
}

.header-search-form input[type=text]:-ms-input-placeholder {
  color: #444;
}

.header-search-form input[type=text]::-ms-input-placeholder {
  color: #444;
}

.header-search-form input[type=text]::placeholder {
  color: #444;
}

.header-search-form input[type=text]:focus {
  color: #739971;
}

@media (max-width: 1919px) {
  .header-top {
    padding: 10px 0;
  }

  .header-top-col-2 {
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    max-width: 144px;
  }

  ul.navbar-nav {
    font-size: 16px;
  }

  ul.navbar-nav > li {
    padding: 0 0 21px 0;
  }

  .menu-arrow {
    margin: -2px 0 -2px 6px;
  }

  .menu-trigger {
    font-size: 16px;
    padding: 12px 14px 10px 47px;
  }

  .header-bottom {
    margin: 11px 0 3px 0;
  }

  .header-controls {
    margin-left: -10px;
    margin-right: -10px;
  }

  .header-controls-item {
    margin: 0 10px;
  }

  .header-top-col-2 {
    transition: all 0.3s ease;
  }

  .header-fixed .header-bottom {
    margin: 21px 0 0 0;
  }
  .header-fixed .header-logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-fixed .header-top-col-2 {
    -ms-flex: 0 0 154px;
    flex: 0 0 154px;
    max-width: 154px;
  }
  .header-fixed ul.navbar-nav > li {
    padding-bottom: 20px;
  }
}
@media (max-width: 1365px) {
  .header-top-col-1,
.header-top-col-2 {
    margin-top: -3px;
  }

  .menu-trigger {
    padding: 0;
    width: 52px;
    height: 40px;
  }

  .menu-trigger-text {
    display: none;
  }

  .header-top-col-3-2 {
    margin-left: auto;
  }

  .header-soclinks-wrapper {
    margin-left: 0;
  }

  .header-controls {
    margin: 0 -10px;
  }

  .header-controls-item {
    margin: 0 10px;
  }

  .header-button .btn {
    min-width: 218px;
    padding-left: 25px;
    padding-right: 25px;
  }

  ul.navbar-nav {
    margin-left: -3px;
    margin-right: -3px;
  }

  ul.navbar-nav > li {
    margin-left: 3px;
    margin-right: 3px;
  }

  .menu-arrow {
    margin-left: 2px;
  }

  .header-bottom {
    margin: 12px 0 3px 0;
  }

  .main-menu {
    padding-top: 6px;
  }
}
@media (max-width: 1023px) {
  .header-top-col-1 {
    display: none;
  }

  .header-top-col-3 {
    display: none;
  }

  .header-top-col-2 {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
  }

  .menu-trigger-mob {
    display: block;
    width: 52px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .header-bottom {
    display: none;
  }

  .header-fixed .header-top {
    padding: 7px 0 7px 0;
  }

  .main-menu-wrapper {
    -webkit-column-count: initial;
    column-count: initial;
    -webkit-column-gap: initial;
    column-gap: initial;
    padding-top: 7px;
  }

  .main-menu {
    padding-top: 9px;
    height: calc(100vh - 58px);
    overflow: auto;
  }

  .main-menu:before {
    content: "";
    height: 1px;
    background: rgba(115, 153, 113, 0.5);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 7px;
  }

  .main-menu .container {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-menu-section {
    margin: 0;
  }

  .main-menu-section h3,
.main-menu-section .h3 {
    margin: 0 !important;
    padding: 13px 40px 12px 0;
    position: relative;
    cursor: pointer;
  }

  .main-menu-section h3:after,
.main-menu-section .h3:after {
    content: "";
    background: url(../images/submenu-arrow-mob.svg) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    transition: all 0.2s ease;
  }

  .main-menu-section h3.active:after,
.main-menu-section .h3.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-menu-section ul {
    padding: 9px 0 0 0;
    display: none;
  }

  .main-menu-footer {
    display: block;
    margin-top: 28px;
  }

  .main-menu-footer .row {
    -ms-flex-align: center;
    align-items: center;
  }

  .main-menu-footer-col-1 {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
  }

  .main-menu-footer-col-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-menu-footer-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
  }

  .main-menu-footer-button .btn {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-search-form {
    margin-top: -3px;
  }

  .header-search-form button[type=submit] {
    top: 3px;
  }

  .header-fixed .header-top {
    height: auto;
    padding: 10px 0 10px 0;
    position: relative;
  }
  .header-fixed .header-top-col-2 {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
  }

  .header-search-form input[type=text] {
    padding-right: 40px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 9px;
    padding-top: 5px;
  }

  body.menu-open {
    overflow: hidden;
  }
  body.menu-open header {
    position: fixed;
    top: 0 !important;
    background: #fff;
    transition: top 0.35s ease, background-color 0.35s ease;
  }
}
@media (max-width: 767px) {
  .main-menu {
    padding-bottom: 30px;
  }

  .main-menu-footer {
    margin-top: 18px;
  }

  .main-menu-footer-col-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .main-menu-footer-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-menu-footer-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-menu-footer-controls {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-controls {
    transition: all 0.5s ease;
    position: relative;
  }
}
@media (min-width: 768px) {
  header a {
    transition: all 0.2s ease;
  }

  li.has-submenu:hover .navbar-ttl a,
ul.navbar-nav a:hover,
ul.navbar-nav a.active {
    color: #739971;
  }

  .menu-arrow svg * {
    transition: all 0.2s ease;
  }

  li.has-submenu:hover .menu-arrow svg * {
    stroke: #739971;
  }

  .main-menu-section a {
    transition: all 0.2s ease;
  }

  .main-menu-section a:hover,
.main-menu-section a.active {
    color: #739971;
  }
}
@media (min-width: 768px) {
  .header-controls-item svg * {
    transition: all 0.2s ease;
  }

  .header-controls-item:hover svg *[stroke] {
    stroke: #444;
  }

  .header-controls-item:hover svg *[fill] {
    fill: #444;
  }

  .header-soclinks-wrapper svg * {
    transition: all 0.2s ease;
  }

  .header-soclinks-wrapper .soclink:hover svg *[stroke] {
    stroke: #739971;
  }

  .header-soclinks-wrapper .soclink:hover svg *[fill] {
    fill: #739971;
  }

  .menu-trigger {
    transition: all 0.2s ease;
  }

  .menu-trigger:hover {
    background: #F3F3F3;
    border-color: #F3F3F3;
  }
}
@media (min-width: 1024px) {
  .header-search-form {
    opacity: 1 !important;
  }
}
.page-header {
  margin: 0 0 40px 0;
}

.page-header-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.page-header h1,
.page-header .h1 {
  text-align: center;
}

ul.breadcrumb {
  font-size: 12px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 !important;
  padding: 0 !important;
  background: none !important;
  margin: 0 0 40px 0;
}

ul.breadcrumb > li {
  padding: 0;
  margin: 0 0 10px 0;
}

ul.breadcrumb > li:before {
  display: none;
}

ul.breadcrumb > li:not(:last-child) {
  padding-right: 24px;
}

ul.breadcrumb > li:not(:last-child):after {
  content: "";
  background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
  width: 4px;
  height: 6px;
  position: absolute;
  right: 9px;
  top: 3px;
}

ul.breadcrumb a {
  color: #444;
  text-decoration: none;
}

ul.breadcrumb li:first-child a {
  color: #739971;
}

@media screen and (min-width: 767px) {
  ul.breadcrumb > li a:hover {
    color: #739971;
  }
}
.page-header-sub-ttl {
  text-align: center;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  color: #739971;
}

.page-header-course {
  background: #E7F6E6;
  margin-top: -13px !important;
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 0;
  border-radius: 20px;
}
.page-header-course h1,
.page-header-course .h1 {
  font-family: "Onest", arial, sans-serif;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
.page-header-course .page-header-course-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-header-course ul.breadcrumb {
  margin-bottom: 28px;
}

.page-header-course-descr {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header-course-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-header-course-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.page-header-cat-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 5px -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  color: #739971;
  text-transform: uppercase;
}

.page-header-cat-item {
  background: #fff;
  padding: 2px 20px 0px 20px;
  margin: 0 5px 10px 5px;
  border-radius: 20px;
}

ul.course-info-list {
  color: #739971;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.course-info-list > li {
  margin: 0 0 26px 0;
  padding: 0 0 0 60px;
}

ul.course-info-list > li:last-child {
  margin-bottom: 0 !important;
}

ul.course-info-list > li:before {
  content: "";
  background: url(../images/course-info-list-bullet.svg) 0 0 no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -11px;
  border: none;
  background-size: 100% 100%;
}

.course-authors-list {
  margin: 30px 0 30px 0;
}

.course-author-tmb {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #444 !important;
  text-decoration: none !important;
}

.course-author-tmb + .course-author-tmb {
  margin-top: 30px;
}

.course-author-tmb-pic {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  margin: 0 30px 0 0;
}

.course-author-tmb-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-author-tmb-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
  transition: all 0.15s ease;
}

.course-author-tmb-post {
  font-size: 16px;
  line-height: 1.35;
  margin: 10px 0 0 0;
}

.course-price {
  margin: 30px 0 0 0;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  padding: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.course-price-val {
  margin: 0 30px 0 0;
  color: #739971;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.page-header-date {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  font-size: 35px;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 11px 0 11px 0;
  color: #739971;
}

.event-info {
  margin: 30px 0;
}

.event-info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.event-info-item-pic {
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  margin: 0 15px 0 0;
}

.event-info-item-pic img {
  width: 100%;
  height: auto;
}

.event-info-item + .event-info-item {
  margin-top: 15px;
}

.event-prices {
  border: 1px solid rgba(115, 153, 113, 0.5);
  padding: 30px;
  margin: 40px 0;
  border-radius: 20px;
}

.event-prices:last-child {
  margin-bottom: 0 !important;
}

.event-prices-item {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-align: center;
  align-items: center;
}

.event-prices-item + .event-prices-item {
  margin-top: 40px;
}

.event-prices-item h3,
.event-prices-item .h3 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.event-prices-item > * {
  padding-left: 15px;
  padding-right: 15px;
}

.event-prices-item-ttl {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.event-prices-item-button .btn {
  min-width: 230px;
}

.event-prices-item-price {
  color: #739971;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.page-header-lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.page-header-article {
  margin-bottom: 40px;
}
.page-header-article h1,
.page-header-article .h1 {
  font-family: "Onest", arial, sans-serif;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 47px 0;
  text-transform: none;
  letter-spacing: 0;
}

.page-header-illustrated {
  position: relative;
}

.page-header-illustrated .container {
  position: relative;
}

.page-header-illustrated .page-header-pic {
  position: absolute;
  width: 44%;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-header-illustrated .page-header-pic img {
  width: 100%;
  height: auto !important;
}

@media (max-width: 1919px) {
  ul.breadcrumb {
    margin: 0 0 22px 0;
  }

  .page-header-sub-ttl {
    font-size: 18px;
    letter-spacing: 4.5px;
  }

  .page-header-course ul.breadcrumb {
    margin-bottom: 19px;
  }

  .page-header-cat-list {
    font-size: 16px;
  }

  .page-header-article h1,
.page-header-article .h1 {
    font-size: 40px;
  }

  .page-header-course h1, .page-header-course .h1 {
    font-size: 40px;
  }

  .page-header-studio h1, .page-header-studio .h1 {
    font-size: 40px;
  }

  ul.course-info-list {
    font-size: 16px;
  }

  ul.course-info-list > li {
    margin: 0 0 28px 0;
    padding: 0 0 0 54px;
  }

  .course-price-val {
    font-size: 30px;
  }

  .page-header-course {
    padding-bottom: 60px;
    margin-top: -19px !important;
  }

  .event-info-item {
    font-size: 16px;
  }

  .event-info-item-pic {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
  }

  .event-prices {
    margin: 30px 0;
  }

  .event-prices-item + .event-prices-item {
    margin-top: 30px;
  }

  .event-prices-item h3, .event-prices-item .h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .event-prices-item-price {
    font-size: 30px;
  }

  .page-header-date {
    font-size: 22px;
    margin-bottom: 11px;
  }

  .page-header-lead {
    font-size: 18px;
  }

  .page-header-article {
    margin-bottom: 29px;
  }
}
@media (max-width: 1599px) {
  .page-header {
    margin: 0 0 30px 0;
  }

  .event-prices-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event-prices-item-ttl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .event-prices-item-button {
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: auto;
  }
}
@media (max-width: 1365px) {
  .page-header-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-header-course {
    padding-top: 20px;
    margin-top: -10px !important;
  }

  .page-header-course ul.breadcrumb {
    margin-bottom: 10px;
  }

  .course-author-tmb-pic {
    margin-right: 20px;
  }

  .course-price {
    margin-top: 20px;
    padding-top: 20px;
  }

  .event-prices-item-button .btn {
    min-width: 216px;
  }

  .page-header-lead {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-header-article {
    margin-bottom: 27px;
  }

  .event-info-item + .event-info-item {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .page-header {
    margin: 0 0 22px 0;
  }

  .page-header-lead {
    font-size: 16px;
    max-width: 100%;
  }

  ul.breadcrumb {
    margin: 0 0 11px 0;
  }

  .page-header-sub-ttl {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .page-header-course .page-header-course-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-header-course .page-header-course-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 33px;
  }

  .page-header-cat-list {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .page-header-cat-item {
    padding: 9px 20px 7px 20px;
  }

  ul.course-info-list > li {
    margin: 0 0 19px 0;
    padding: 0 0 0 40px;
  }

  ul.course-info-list > li:before {
    width: 25px;
    height: 25px;
    top: -6px;
  }

  ul.course-info-list {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .course-author-tmb-pic {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }

  .course-author-tmb-name {
    font-size: 14px;
  }

  .course-author-tmb-post {
    font-size: 12px;
    margin: 5px 0 0 0;
  }

  .course-authors-list {
    margin: 25px 0 25px 0;
  }

  .course-price {
    margin-top: 30px;
    padding-top: 30px;
  }

  .course-price-button {
    margin-left: auto;
  }

  .course-price-button .btn-small {
    font-size: 16px;
    letter-spacing: 3.2px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-header-course {
    padding-bottom: 50px;
  }

  .page-header-course ul.breadcrumb {
    display: none;
  }

  .page-header-date {
    font-size: 20px;
    margin: 0 0 9px 0;
  }

  .event-info-item-pic {
    -ms-flex: 0 0 27px;
    flex: 0 0 27px;
    max-width: 27px;
    margin-top: -2px;
    margin-bottom: -5px;
  }

  .event-info-item {
    font-size: 14px;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .event-info-item + .event-info-item {
    margin-top: 20px;
  }

  .event-prices-item-ttl {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }

  .event-prices-item-button {
    margin-left: 0;
  }

  .event-prices-item-button .btn {
    min-width: 196px;
  }

  .event-prices-item-price {
    text-align: right;
    font-size: 24px;
  }

  .event-prices-item + .event-prices-item {
    margin-top: 20px;
  }

  .event-prices-item h3, .event-prices-item .h3 {
    font-size: 14px;
  }

  .event-prices-item {
    margin-left: -10px;
    margin-right: -10px;
  }

  .event-prices-item > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-header-article {
    margin-bottom: 25px;
  }

  .page-header-course {
    margin-top: -10px !important;
  }

  .page-header-course h1, .page-header-course .h1 {
    font-size: 30px;
  }

  .page-header-studio h1, .page-header-studio .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-header {
    margin: 30px 0;
  }

  .page-header-lead {
    max-width: 100%;
  }

  .article-sidebar-l-footer-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-sidebar-l-footer-col-2 {
    display: none;
  }

  .sidebar-announces-mob {
    padding: 20px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar-announces-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .sidebar-announces-item + .sidebar-announces-item {
    margin-top: 20px !important;
  }

  blockquote {
    padding-left: 57px;
  }

  blockquote:before {
    width: 45px;
    height: 45px;
  }

  .blockquote-author-pic {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
  }

  .interview-item-answer:before {
    width: 45px;
    height: 20px;
  }

  .interview-item-answer {
    padding: 0 0 0 57px;
  }

  .page-header-course-pic {
    margin: -20px -20px 0 -20px;
  }

  .page-header-course-pic img {
    border-radius: 0;
  }

  .course-author-tmb-pic {
    margin-right: 15px;
  }

  ul.course-info-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .course-authors-list {
    margin: 20px 0 20px 0;
  }

  .course-price {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-price-val {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .course-price-button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .course-price-button .btn {
    width: 100%;
  }

  .page-header-course .page-header-course-col-2 {
    margin-bottom: 20px;
  }

  .event-info {
    margin: 26px 0;
  }

  .event-info-item + .event-info-item {
    margin-top: 19px;
  }

  .event-prices {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }

  .event-prices-item-ttl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .event-prices-item-button {
    margin-left: auto;
  }

  .event-prices-item-button .btn {
    min-width: 150px;
  }

  .event-prices-item + .event-prices-item {
    margin-top: 30px;
  }

  .page-header-article {
    margin: 0 0 16px 0;
  }

  .page-header-course {
    margin-top: -20px !important;
  }

  .page-header h1,
.page-header .h1 {
    word-break: break-word;
  }

  ul.breadcrumb {
    margin: 0 0 14px 0;
  }
}
@media (min-width: 768px) {
  .course-author-tmb:hover .course-author-tmb-name {
    color: #739971;
  }
}
.who-list {
  margin-bottom: -30px;
}

.who-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.who-tmb {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}
.who-tmb h3,
.who-tmb .h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.who-tmb-pic {
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  margin: 0 30px 0 0;
}

.who-tmb .img-deco:before {
  background-image: url(../images/who-pic-deco.svg);
}

.who-tmb-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 122%;
}

@media (max-width: 1919px) {
  .who-list {
    margin-bottom: -40px;
  }

  .who-tmb {
    margin-bottom: 40px;
  }

  .who-tmb-pic {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }

  .who-tmb h3, .who-tmb .h3 {
    font-size: 26px;
  }
}
@media (max-width: 1365px) {
  .who-list {
    margin-bottom: -40px;
  }

  .who-tmb {
    margin-bottom: 40px;
  }

  .who-tmb-pic {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }

  .who-tmb h3, .who-tmb .h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .who-list {
    margin-bottom: -30px;
  }

  .who-tmb {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 30px;
  }

  .who-tmb-pic {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin-right: 20px;
  }

  .who-tmb h3, .who-tmb .h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .who-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .who-tmb-pic {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }

  .who-tmb .img-deco:before {
    background-image: url(../images/who-pic-deco-mob.svg);
  }
}
.event-who-list {
  margin-bottom: -50px;
}
.event-who-list .row {
  -ms-flex-pack: center;
  justify-content: center;
}

.event-who-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.event-who-tmb {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.event-who-tmb-pic {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.event-who-tmb .img-deco:before {
  background-image: url(../images/event-who-pic-deco.svg);
}

.event-who-tmb-descr {
  padding: 0 75px;
}

@media (max-width: 1919px) {
  .event-who-list {
    margin-bottom: -50px;
  }

  .event-who-tmb {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .event-who-tmb-pic {
    width: 230px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .event-who-tmb-descr {
    padding: 0 40px;
  }
}
@media (max-width: 1365px) {
  .event-who-tmb-descr {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .event-who-tmb {
    font-size: 14px;
  }

  .event-who-tmb-pic {
    width: 130px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .event-who-list {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-who-tmb {
    margin-bottom: 0;
  }

  .event-who-tmb-pic {
    width: 110px;
    margin-bottom: 12px;
  }

  .event-who-tmb .img-deco:before {
    background-image: url(../images/event-who-pic-deco-mob.svg);
  }
}
.pros-list {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.pros-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.pros-list .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 38px 0 0 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.pros-list .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 0;
  position: relative;
  margin: 0 3px !important;
  opacity: 1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pros-list .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #739971;
  transition: all 0.2s ease;
}
.pros-list .swiper-pagination-bullet-active:before {
  opacity: 0.5;
}
.pros-list .swiper-button-next,
.pros-list .swiper-button-prev {
  top: 125px;
  width: 44px;
  height: 44px;
}
.pros-list .swiper-button-prev {
  left: 30px;
}
.pros-list .swiper-button-next {
  right: 30px;
}
.pros-list .swiper-button-next:after, .pros-list .swiper-button-prev:after {
  display: none;
}

.pros-tmb {
  text-align: center;
}
.pros-tmb h3,
.pros-tmb .h3 {
  color: #739971;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  /* 42px */
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #739971;
}
.pros-tmb .img-deco:before {
  background-image: url(../images/pros-pic-deco.svg);
}
.pros-tmb .img-deco-alt:before {
  background-image: url(../images/pros-pic-deco-alt.svg);
}

.pros-list-alt .pros-tmb h3,
.pros-list-alt .pros-tmb .h3 {
  color: #444;
}

.pros-tmb-pic {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

@media (max-width: 2559px) {
  .pros-tmb h3,
.pros-tmb h3 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .pros-tmb-pic {
    width: 230px;
    margin-bottom: 20px;
  }

  .pros-tmb h3, .pros-tmb .h3 {
    font-size: 26px;
  }

  .pros-list .swiper-button-next,
.pros-list .swiper-button-prev {
    top: 115px;
  }

  .pros-list .swiper-pagination {
    margin-top: 24px;
  }
}
@media (max-width: 1365px) {
  .pros-tmb-pic {
    width: 200px;
  }

  .pros-tmb h3, .pros-tmb .h3 {
    margin-bottom: 10px;
  }

  .pros-list .swiper-button-next,
.pros-list .swiper-button-prev {
    top: 100px;
  }
  .pros-list .swiper-button-prev {
    left: 10px;
  }
  .pros-list .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .pros-tmb {
    font-size: 14px;
    line-height: 1.35;
  }

  .pros-tmb-pic {
    width: 130px;
    margin-bottom: 16px;
  }

  .pros-tmb h3, .pros-tmb .h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .pros-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pros-list .swiper-button-next,
.pros-list .swiper-button-prev {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .pros-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 86px 0 20px;
  }

  .pros-tmb .img-deco:before {
    background-image: url(../images/pros-pic-deco-mob.svg);
  }

  .pros-tmb {
    margin: 0;
    text-align: left;
  }

  .pros-tmb-pic {
    margin-left: 0;
    margin-right: 0;
  }

  .pros-list .swiper-pagination {
    margin-bottom: 0;
    margin-top: 20px;
    width: auto !important;
    margin-right: -66px;
  }
  .pros-list .swiper-button-next,
.pros-list .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 768px) {
  .pros-list .swiper-button svg * {
    transition: all 0.15s ease;
  }
  .pros-list .swiper-button:hover svg * {
    stroke: #444;
  }
}
.effects-list {
  margin-bottom: -80px;
}
.effects-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.effect-tmb {
  position: relative;
  margin-bottom: 80px;
  padding-top: 117.54%;
  border-radius: 20px;
  overflow: hidden;
}
.effect-tmb h3,
.effect-tmb .h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.effect-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.effect-tmb-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #739971 0%, rgba(115, 153, 113, 0) 37.69%);
}

.effect-tmb-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.effect-tmb-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.effect-tmb-descr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 75px;
  height: 100%;
}

.col-disclaimer {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer {
  border: 1px solid #C68E8E;
  text-align: center;
  padding: 100px 145px;
  margin-top: 50px;
  border-radius: 20px;
}

.disclaimer h3,
.disclaimer .h3 {
  color: #C68E8E;
  text-align: center;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

@media (max-width: 1919px) {
  .effect-tmb h3, .effect-tmb .h3 {
    font-size: 26px;
  }

  .effect-tmb-descr {
    padding: 40px;
  }

  .disclaimer {
    margin-top: 50px;
    padding: 55px 65px;
  }

  .disclaimer h3, .disclaimer .h3 {
    font-size: 22px;
    margin: 0 0 23px 0;
  }
}
@media (max-width: 1365px) {
  .effect-tmb h3, .effect-tmb .h3 {
    font-size: 22px;
  }

  .effect-tmb-descr {
    padding: 20px;
  }

  .col-disclaimer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .disclaimer {
    padding: 47px 65px;
  }
}
@media (max-width: 1023px) {
  .effect-tmb h3, .effect-tmb .h3 {
    font-size: 16px;
  }

  .disclaimer {
    font-size: 14px;
    line-height: 1.35;
    padding: 28px 25px;
    margin-top: 20px;
  }

  .disclaimer h3,
.disclaimer .h3 {
    font-size: 20px;
    margin: 0 0 17px 0;
  }
}
@media (max-width: 767px) {
  .effects-list {
    margin-bottom: 0;
  }

  .effect-tmb {
    margin-bottom: 0;
  }

  .disclaimer {
    margin-top: 24px;
    padding: 28px 15px;
  }
}
.reasons-col {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.reasons-wrapper {
  padding: 100px;
  background: #fff;
  border-radius: 20px;
}

.reasons-wrapper .section-header {
  margin: 0 0 30px 0;
}

.reasons-list {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}

.reason-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 30px;
}

.reason-item-num {
  margin: 0 30px 0 0;
  position: relative;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  max-width: 65px;
  height: 65px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
  color: #739971;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 0 0 0;
  border-radius: 50%;
  border: 1px solid #739971;
}

.reason-item-descr {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1919px) {
  .reasons-list {
    margin-bottom: -15px;
  }

  .reasons-wrapper {
    padding: 80px 70px;
  }

  .reasons-list {
    max-width: 100%;
  }

  .reason-item {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1365px) {
  .reasons-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .reason-item-num {
    font-size: 26px;
  }

  .reasons-list {
    max-width: 97%;
    margin-bottom: -20px;
  }

  .reason-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .reasons-list {
    max-width: 100%;
    margin-bottom: -17px;
  }

  .reasons-wrapper {
    padding: 50px;
  }

  .reason-item-num {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    font-size: 35px;
    margin: -3px 20px 0 0;
  }

  .reason-item {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .reasons-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 20px;
  }

  .reasons-wrapper .section-header {
    margin: 0 0 30px 0;
  }

  .reasons-list {
    margin-bottom: -20px;
  }

  .reason-item {
    margin-bottom: 20px;
  }

  .reason-item-descr {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .reason-item-num {
    margin-top: 0;
    font-size: 18px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    height: 55px;
  }
}
.persons-list {
  margin-bottom: 50px;
}

.persons-col {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}

.person-tmb {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.person-tmb + .person-tmb {
  margin-top: 150px;
}

.person-tmb-pic {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  padding-left: 67px;
  padding-right: 48px;
}

.person-tmb-pic-inner {
  position: relative;
}

.person-tmb-pic-inner:before {
  content: "";
  position: absolute;
  left: 33px;
  right: -33px;
  top: 33px;
  bottom: -33px;
  background: url(../images/person-tmb-pic-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.person-tmb-pic img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 20px;
}

.person-tmb-descr {
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.person-tmb h3,
.person-tmb .h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: 0.1em;
}

.person-tmb-post {
  color: #739971;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}

.person-tmb:nth-child(2n) .person-tmb-pic {
  -ms-flex-order: 1;
  order: 1;
  padding-left: 48px;
  padding-right: 67px;
}
.person-tmb:nth-child(2n) .person-tmb-descr {
  -ms-flex-order: 2;
  order: 2;
}
.person-tmb:nth-child(2n) .person-tmb-pic-inner:before {
  left: -33px;
  right: 33px;
}

.person-tmb-info {
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  margin: 30px 0;
  padding: 30px 0;
}

.person-tmb-info-item {
  font-size: 16px;
  line-height: 1.35;
}

.person-tmb-info-item + .person-tmb-info-item {
  margin-top: 10px;
}

.person-tmb-info-item-ttl {
  display: inline;
}

.person-tmb-info-item-val {
  display: inline;
  font-weight: bold;
}

@media (max-width: 1919px) {
  .person-tmb h3, .person-tmb .h3 {
    font-size: 30px;
  }

  .person-tmb-post {
    font-size: 16px;
  }

  .person-tmb-pic {
    -ms-flex: 0 0 39.9%;
    flex: 0 0 39.9%;
    max-width: 39.9%;
    padding-right: 45px;
    padding-left: 42px;
  }

  .person-tmb-descr {
    -ms-flex: 0 0 60.1%;
    flex: 0 0 60.1%;
    max-width: 60.1%;
  }

  .person-tmb-info {
    padding: 20px 0;
  }

  .person-tmb-info-item + .person-tmb-info-item {
    margin-top: 5px;
  }

  .person-tmb-pic-inner:before {
    left: 30px;
    right: -30px;
    top: 30px;
    bottom: -30px;
  }

  .person-tmb:nth-child(2n) .person-tmb-pic {
    -ms-flex-order: 1;
    order: 1;
    padding-left: 42px;
    padding-right: 45px;
  }
  .person-tmb:nth-child(2n) .person-tmb-descr {
    -ms-flex-order: 2;
    order: 2;
  }
  .person-tmb:nth-child(2n) .person-tmb-pic-inner:before {
    left: -30px;
    right: 30px;
  }
}
@media (max-width: 1365px) {
  .persons-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .person-tmb-descr {
    -ms-flex: 0 0 58.4%;
    flex: 0 0 58.4%;
    max-width: 58.4%;
  }

  .person-tmb-pic {
    -ms-flex: 0 0 41.6%;
    flex: 0 0 41.6%;
    max-width: 41.6%;
  }

  .person-tmb h3, .person-tmb .h3 {
    margin: 0 0 12px 0;
  }

  .person-tmb + .person-tmb {
    margin-top: 50px;
  }

  .person-tmb-pic-inner:before {
    left: 26px;
    right: -26px;
    top: 26px;
    bottom: -26px;
  }

  .person-tmb:nth-child(2n) .person-tmb-pic-inner:before {
    left: -26px;
    right: 26px;
  }

  .person-tmb-pic {
    padding-right: 41px;
    padding-left: 44px;
  }

  .person-tmb:nth-child(2n) .person-tmb-pic {
    padding-right: 44px;
    padding-left: 41px;
  }
}
@media (max-width: 1023px) {
  .person-tmb-descr {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
  }

  .person-tmb-pic {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    padding-left: 15px;
    padding-right: 31px;
  }

  .person-tmb h3, .person-tmb .h3 {
    font-size: 25px;
    line-height: 1.15;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }

  .person-tmb-post {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .person-tmb-info {
    margin: 20px 0;
    padding: 20px 0;
  }

  .person-tmb + .person-tmb {
    margin-top: 50px;
  }

  .person-tmb-info-item + .person-tmb-info-item {
    margin-top: 12px;
  }

  .person-tmb-pic-inner:before {
    left: 16px;
    right: -16px;
    top: 16px;
    bottom: -16px;
  }

  .person-tmb:nth-child(2n) .person-tmb-pic-inner:before {
    left: -16px;
    right: 16px;
  }

  .person-tmb:nth-child(2n) .person-tmb-pic {
    padding-left: 31px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .person-tmb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .person-tmb h3,
.person-tmb .h3 {
    word-wrap: break-word;
  }

  .person-tmb-pic {
    -ms-flex-order: 1 !important;
    order: 1 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 36px !important;
    padding-left: 15px !important;
  }

  .person-tmb-descr {
    -ms-flex-order: 2 !important;
    order: 2 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 50px;
  }

  .person-tmb-pic-inner:before {
    left: 21px !important;
    right: -21px !important;
    top: 21px !important;
    bottom: -21px !important;
  }
}
.lessons-col {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}

.lesson-tmb {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  padding: 50px 0;
}

.lesson-tmb:first-child {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}

.lesson-tmb-video {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}

.lesson-tmb-descr {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 35px;
}

.lesson-tmb-descr:first-child:last-child {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.lesson-tmb-text {
  margin: 10px 0 0 0;
}

.lesson-tmb:nth-child(2n) .lesson-tmb-video {
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 15px;
}
.lesson-tmb:nth-child(2n) .lesson-tmb-descr {
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 35px;
}

.lesson-tmb-video .video-link {
  display: block;
  position: relative;
  padding-top: 56.223%;
}

.lesson-tmb-video .video-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 20px;
}

.lesson-tmb-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  background: #000;
}

.lesson-tmb-header {
  margin: 0 0 10px 0;
}

.lesson-tmb h3,
.lesson-tmb .h3 {
  text-align: center;
  font-variant-numeric: lining-nums;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 !important;
  color: #739971;
}

.lesson-tmb-name {
  font-variant-numeric: lining-nums;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.lesson-tmb-time {
  position: relative;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  margin: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.lesson-tmb-time:before {
  content: "";
  background: url(../images/lesson-time.svg) 0 0 no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
  margin: 0 15px 0 0;
}

@media (max-width: 1919px) {
  .lesson-tmb h3,
.lesson-tmb .h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }

  .lesson-tmb-name {
    font-size: 26px;
  }

  .lesson-tmb-time {
    font-size: 18px;
  }

  .lesson-tmb-time:before {
    margin: -6px 15px -3px 0;
  }
}
@media (max-width: 1365px) {
  .lessons-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .lesson-tmb {
    padding: 30px 0;
  }

  .lesson-tmb-video {
    padding-left: 10px;
  }

  .lesson-tmb:nth-child(2n) .lesson-tmb-video {
    padding-left: 0;
    padding-right: 10px;
  }

  .lesson-tmb-video .video-link img {
    border-radius: 15px;
  }

  .lesson-tmb-descr {
    padding-right: 10px;
  }

  .lesson-tmb:nth-child(2n) .lesson-tmb-descr {
    padding-right: 0;
    padding-left: 10px;
  }

  .lesson-tmb-time {
    font-size: 16px;
    margin-top: 15px;
  }

  .lesson-tmb-time:before {
    width: 24px;
    height: 24px;
    margin: -1px 11px 0 0;
  }

  .lesson-tmb h3, .lesson-tmb .h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .lesson-tmb-name {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .lesson-tmb-header {
    margin: 0 0 5px 0;
  }

  .lesson-tmb-text {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  .lesson-tmb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lesson-tmb-descr {
    -ms-flex-order: 1 !important;
    order: 1 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .lesson-tmb-video {
    -ms-flex-order: 2 !important;
    order: 2 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-top: 30px;
  }
}
.program-list {
  padding-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.program-list .swiper-slide {
  height: auto;
}
.program-list.swiper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.program-list .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 45px 0 0 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.program-list .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 0;
  position: relative;
  margin: 0 3px !important;
  opacity: 1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.program-list .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #739971;
  transition: all 0.2s ease;
}
.program-list .swiper-pagination-bullet-active:before {
  opacity: 0.5;
}
.program-list .swiper-button-next,
.program-list .swiper-button-prev {
  top: 34%;
  width: 44px;
  height: 44px;
}
.program-list.program-list-alt .swiper-button-next,
.program-list.program-list-alt .swiper-button-prev {
  top: 80px;
}
.program-list .swiper-button-prev {
  left: 30px;
}
.program-list .swiper-button-next {
  right: 30px;
}
.program-list .swiper-button-next:after, .program-list .swiper-button-prev:after {
  display: none;
}

.program-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.program-tmb {
  text-align: center;
  min-height: 100%;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  padding-bottom: 30px;
}

.program-tmb-num {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  color: #E7F6E6;
  font-size: 200px;
  font-weight: 500;
  line-height: 0.6;
  text-transform: uppercase;
  margin: 0 0 -40px 0;
}

.program-tmb-pic {
  padding: 0 25px;
  margin: 0 0 48px 0;
}

.program-tmb-pic-inner {
  position: relative;
  padding-top: 57.6%;
  background: url(../images/program-tmb-pic-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.program-tmb-pic-img {
  position: absolute;
  left: 9.8%;
  right: 9.8%;
  top: 1%;
  bottom: 7.5%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.program-tmb-pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-tmb-descr {
  padding: 0 25px;
}

.program-tmb-num + .program-tmb-descr {
  margin-top: 75px;
}

.program-tmb h3,
.program-tmb .h3 {
  color: #739971;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

@media (max-width: 2559px) {
  .program-tmb h3,
.program-tmb .h3 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .program-tmb h3, .program-tmb .h3 {
    font-size: 26px;
  }

  .program-tmb-pic {
    margin: 0 0 36px 0;
  }

  .program-list .swiper-pagination {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 1365px) {
  .program-tmb-num {
    font-size: 150px;
    margin: 0 0 -36px 0;
  }

  .program-tmb-pic {
    padding: 0 14px;
    margin: 0 0 30px 0;
  }

  .program-tmb-pic-img {
    left: 10.1%;
    right: 10%;
    top: 1.7%;
    bottom: 7.5%;
    border-radius: 5px 5px 0 0;
  }

  .program-tmb-descr {
    padding: 0;
  }

  .program-tmb-num + .program-tmb-descr {
    margin-top: 65px;
  }

  .program-list .swiper-button-prev {
    left: 10px;
  }
  .program-list .swiper-button-next {
    right: 10px;
  }
  .program-list.program-list-alt .swiper-button-prev,
.program-list.program-list-alt .swiper-button-next {
    top: 62px;
  }
}
@media (max-width: 1023px) {
  .program-tmb {
    padding-bottom: 20px;
  }

  .program-tmb-num {
    font-size: 100px;
    margin: 0 0 -24px 0;
  }

  .program-tmb-pic {
    padding: 0 11px;
    margin: 0 0 28px 0;
  }

  .program-tmb-pic-img {
    left: 10.2%;
    right: 10.3%;
  }

  .program-tmb h3, .program-tmb .h3 {
    font-size: 20px;
    line-height: 1.1;
  }

  .program-tmb-num + .program-tmb-descr {
    margin-top: 45px;
  }

  .program-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .program-list .swiper-button-prev,
.program-list .swiper-button-next {
    top: 26%;
  }
  .program-list.program-list-alt .swiper-button-prev,
.program-list.program-list-alt .swiper-button-next {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .program-tmb-num {
    font-size: 82px;
    margin: 3px 0 -18px 0;
    text-align: center;
  }

  .program-tmb-pic {
    padding: 0 11px;
    margin: 0 0 30px 0;
  }

  .program-tmb-pic-img {
    left: 10.2%;
    right: 10.2%;
  }

  .program-tmb h3, .program-tmb .h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
  }

  .program-tmb {
    min-height: 100%;
    text-align: left;
  }

  .program-list-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 80px 0 20px;
  }

  .program-list .swiper-pagination {
    margin: 15px -60px 0 0;
  }

  .program-list .swiper-button {
    display: none !important;
  }
}
.section-reviews {
  background: #E7F6E6;
  border-radius: 20px;
}

.reviews-list {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.review-tmb-grid-item {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.review-tmb {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.review-tmb-pic {
  margin: 0 0 30px 0;
}

.review-tmb-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.review-tmb-pic video {
  width: 100%;
}

.review-tmb-author {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.review-tmb-author-pic {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50%;
  overflow: hidden;
}

.review-tmb-author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-tmb-author-descr {
  padding-right: 80px;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.review-tmb-author-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.review-tmb-author-post {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

.review-tmb-pic .video-link {
  position: relative;
}

.retpic .video-link img {
  width: 100%;
}

@media (max-width: 1919px) {
  .review-tmb {
    padding: 40px;
  }

  .review-tmb-author-name {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  .reviews-list {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .review-tmb {
    padding: 30px;
  }

  .review-tmb-author {
    margin-top: 20px;
    padding-top: 20px;
  }

  .review-tmb-author-pic {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    height: 90px;
  }

  .review-tmb-author-descr {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .reviews-list {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .review-tmb {
    padding: 20px;
  }

  .review-tmb-author-pic {
    -ms-flex: 0 0 73px;
    flex: 0 0 73px;
    max-width: 73px;
    height: 73px;
  }

  .review-tmb-author-name {
    font-size: 16px;
  }

  .review-tmb-author-post {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
  }

  .review-tmb-author-descr {
    padding-right: 20px;
  }

  .review-tmb-grid-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-list {
    -webkit-column-count: initial;
    column-count: initial;
    -webkit-column-gap: initial;
    column-gap: initial;
  }
}
.gallery {
  margin-bottom: -30px;
}

.gallery .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 30px;
}

.gallery .gallery-col-wide {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.gallery-tmb {
  position: relative;
  padding-top: 66.546%;
  display: block;
}

.gallery-tmb-vertical {
  padding-top: 115.551%;
}

.gallery-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery-tmb-pic-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-tmb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tmb-video {
  padding-top: 0;
  height: 100%;
}

@media (max-width: 1023px) {
  .gallery .col {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gallery {
    margin-bottom: -10px;
  }

  .gallery .col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }

  .gallery-tmb-video {
    height: auto;
    padding-top: 56%;
  }
}
.section-main {
  margin-top: 150px;
}
.section-main h2, .section-main .h2 {
  font-size: 55px;
  letter-spacing: 0.1em;
  line-height: 100%;
}

.top-announces-wrapper + .section-main {
  margin-top: 30px !important;
}

.section-main:first-child {
  margin-top: 0;
}

.section-acc-bg {
  background-color: #e7f6e6;
}

.section-padding {
  margin: -100px 0 0 !important;
  padding-top: 142px;
  padding-bottom: 90px;
}

.section-main + .section-hor-banner {
  margin-top: -53px;
}

.section-hor-banner.section-acc-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section-hor-banner .banner {
  min-height: 270px;
}

.section-vert-banner .banner-inner {
  padding: 30px;
}

.section-hor-banner.section-acc-bg .banner-inner {
  background-color: #FFFFFF;
}

.banner-inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border: 1px solid rgba(115, 153, 113, 0.5);
}
.banner-inner img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.section-hor-banner-30 .banner-inner {
  padding: 30px 0;
}

.read-all-link {
  position: absolute;
  top: 18px;
  right: 0;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0 0 0 0;
}
.read-all-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}
.read-all-link span {
  display: inline-block;
  padding-top: 0;
  margin-right: 15px;
}

.read-all-link-alt {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 0 !important;
}

.section-header {
  position: relative;
}
.section-header h2, .section-header .h2 {
  position: relative;
}

.section-header-bg {
  position: absolute;
  top: -154px;
  left: 50%;
  margin-left: -332px;
  width: 626px;
  height: 481px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
}

.section-main-practice .section-header-bg {
  width: 680px;
  height: 244px;
  top: -125px;
  margin-left: -340px;
}

.knowledge-item a {
  color: #444 !important;
  text-decoration: none !important;
}

.knowledge-item-pic {
  margin-bottom: 25px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #E7F6E6;
}
.knowledge-item-pic img {
  width: 100%;
  height: auto;
}

.knowledge-item-big .knowledge-item-pic {
  margin-bottom: 40px;
}

.knowledge-item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge-item-cat {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #739971;
  text-decoration: none;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  padding: 2px 8px 5px 8px;
  margin: 0 0 15px 0;
  margin-left: auto;
  margin-right: auto;
}

.knowledge-item-big .knowledge-item-cat {
  margin-bottom: 20px;
}

.knowledge-item-ttl {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 10px;
  text-align: center;
  transition: color 0.3s ease;
}

.knowledge-item-big .knowledge-item-ttl {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.knowledge-item-anons {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
}
.knowledge-item-anons p:last-child {
  margin-bottom: 0;
}

.knowledge-item-big .knowledge-item-anons {
  font-size: 18px;
}

.main-slider {
  height: 650px;
  overflow: hidden;
  opacity: 0;
}

.main-slider.slick-initialized {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.main-slider.swiper-initialized {
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .knowledge-item a:hover .knowledge-item-ttl {
    color: #739971;
  }
}
.categories-list {
  margin-bottom: -20px;
}

.categories-list .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}

.categories-item {
  position: relative;
  padding-top: 61.274%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
}

.categories-item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.categories-item-bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.categories-item-bg:after {
  content: "";
  background: linear-gradient(0deg, #739971 0%, rgba(115, 153, 113, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  z-index: 5;
}

.categories-item-bg:before {
  content: "";
  background: linear-gradient(0deg, rgba(68, 68, 68, 0.8) 0%, rgba(68, 68, 68, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  z-index: 5;
}

.categories-item:hover .categories-item-bg:after {
  opacity: 0;
}

.categories-item:hover .categories-item-bg:before {
  opacity: 1;
}

.categories-item-descr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 40px;
  z-index: 10;
}

.categories-item-ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px 0;
}

.categories-item-tll {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-variant-numeric: lining-nums;
}

.events-item a {
  color: #444 !important;
  text-decoration: none !important;
}

.events-item-pic {
  margin-bottom: 21px;
  border-radius: 20px;
  overflow: hidden;
  background: #E7F6E6;
}
.events-item-pic img {
  width: 100%;
  height: auto;
}

.events-item-date {
  position: relative;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  color: #739971;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  /* 30px */
  text-transform: uppercase;
  padding-bottom: 8px;
  text-align: center;
}

.events-item-date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -58px;
  width: 116px;
  height: 1px;
  background-color: rgba(115, 153, 113, 0.5);
}

.events-item-desc {
  margin-top: 25px;
}

.events-item-pic + .events-item-desc {
  margin-top: 30px;
}

.events-item-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 10px;
}

.events-item-anons {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
}
.events-item-anons p:last-child {
  margin-bottom: 0;
}

.experts-list {
  margin-bottom: -70px;
}

.experts-item {
  margin-bottom: 70px;
  text-decoration: none !important;
  color: #444 !important;
  display: block;
}

.experts-item-pic {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.experts-item-ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 25px;
  text-align: center;
}

.experts-item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
  text-align: center;
}
.experts-item-desc p:last-child {
  margin-bottom: 0;
}

.section-main-articles {
  margin-top: 150px;
}

.articles-list {
  margin-top: 50px;
}

.articles-item a {
  color: #444 !important;
  text-decoration: none !important;
}

.articles-ttl a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (min-width: 767px) {
  .articles-ttl a:hover {
    color: #739971;
  }
}
.articles-ttl h2, .articles-ttl .h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.articles-item-inner {
  display: -ms-flexbox;
  display: flex;
}

.articles-item-date {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  color: #739971;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 25px;
  white-space: nowrap;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
}

.articles-item-ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.articles-item-cat {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px 0;
  color: #739971;
  text-decoration: none;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  padding: 2px 8px 5px 8px;
}

.articles-item-anons {
  font-size: 16px;
  line-height: 125%;
}
.articles-item-anons p:last-child {
  margin-bottom: 0;
}

.articles-item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-item-pic {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 30px;
}
.articles-item-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.articles-list.news {
  padding-right: 30px;
}

.articles-list.news .articles-item-inner {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  padding: 20px 0;
}

.articles-list.news .articles-item:last-child {
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}

.articles-list.articles .articles-item {
  margin-bottom: 30px;
}

.articles-list.articles .articles-item-ttl {
  margin-bottom: 10px;
}

.section-main-partners {
  background: #444;
  color: #fff;
}

.section-main-partners + .section-hor-banner {
  background: #444;
}

.section-main-partners h2,
.section-main-partners .h2 {
  font-size: 55px;
  color: #fff;
}

.partners-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}

.partners-item {
  -ms-flex: 0 0 9.0909090909%;
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.partners-item-logo {
  background-color: #FFFFFF;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  position: relative;
  border-radius: 20px;
  padding-top: 100%;
  overflow: hidden;
}
.partners-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 767px) {
  .partners-item:hover .partners-item-logo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.section-hor-banner + .section-main-slider {
  margin-top: -120px;
}

.col-nav {
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-slider-nav {
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.main-slider-nav.slick-initialized {
  opacity: 1;
  overflow: visible;
}

.main-slider-nav .slick-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto !important;
}

.main-slider-nav::before {
  content: "";
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  z-index: 10;
}

.main-slider-nav-item {
  padding: 13px 0;
  cursor: pointer;
  border: none !important;
}

.main-slider-nav-item-inner {
  display: -ms-flexbox;
  display: flex;
}

.main-slider-nav-item-pic {
  -ms-flex: 0 0 116px;
  flex: 0 0 116px;
  max-width: 116px;
  margin-right: 30px;
  transition: all 0.2s ease;
}
.main-slider-nav-item-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.main-slider-nav-item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-slider-nav-item-cat {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 7px 0;
  color: #739971;
  text-decoration: none;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  height: 29px;
  padding: 0 8px 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider-nav-item-ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  transition: all 0.2s ease;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .main-slider-nav-item:hover .main-slider-nav-item-ttl {
    color: #739971;
  }

  .main-slider-item a:hover .main-slider-item-ttl {
    color: #739971;
  }
}
.main-slider-item a {
  color: #444 !important;
  text-decoration: none !important;
}

.main-slider-item-pic {
  position: relative;
  transition: opacity 0.3s ease;
}
.main-slider-item-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.main-slider-item-desc {
  position: relative;
  padding: 30px 167px 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-slider-item-cat {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #739971;
  text-decoration: none;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  padding: 2px 8px 5px 8px;
  margin: 0 0 20px 0;
}

.main-slider-item-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  transition: color 0.3s ease;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.main-slider-item-anons {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-slider-item-anons p:last-child {
  margin-bottom: 0;
}

.main-slider-nav-item.active .main-slider-nav-item-pic {
  opacity: 0.5;
}

.main-slider-nav-item.active .main-slider-nav-item-cat,
.main-slider-nav-item.active .main-slider-nav-item-ttl {
  color: #739971;
}

.slick-prev,
.slick-next {
  position: absolute;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: transparent;
  bottom: 31px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none !important;
}

.slick-prev {
  right: 55px;
}

.slick-prev::before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

@media (min-width: 768px) {
  .slick-prev:before,
.slick-next:before {
    transition: all 0.2s ease;
  }

  .slick-prev:hover:before,
.slick-next:hover:before {
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
  }
}
.banner-inner-mob {
  display: none;
}

.section-mob-banner {
  display: none;
}

.section-main-experts,
.section-main-courses,
.section-main-practice,
.section-main-events {
  margin-top: 234px;
}

.banner-inner-mob-alt {
  display: none;
}

@media (max-width: 1919px) {
  .categories-item-ico {
    margin: 0 0 15px 0;
  }

  .categories-item-descr {
    padding: 22px 40px;
  }

  .categories-item-tll {
    font-size: 20px;
    line-height: 1.25;
  }

  .section-vert-banner .banner-inner {
    padding: 30px;
  }

  .main-slider-item-cat {
    margin-bottom: 15px;
  }

  .main-slider-item-ttl {
    font-size: 20px;
  }

  .main-slider-item-desc {
    padding-top: 20px;
  }

  .main-slider-nav-item-pic {
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    max-width: 98px;
    margin: 0 20px 0 0;
  }

  .main-slider-nav-item-ttl {
    font-size: 16px;
    line-height: 1.2;
  }

  .main-slider-nav-item {
    padding: 12px 0;
  }

  .section-main h2, .section-main .h2 {
    font-size: 45px;
  }

  .read-all-link {
    top: 11px;
  }

  .knowledge-item-pic {
    margin-bottom: 20px;
  }

  .knowledge-item-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .knowledge-item-anons {
    font-size: 14px;
  }

  .knowledge-item-big .knowledge-item-pic {
    margin-bottom: 26px;
  }

  .knowledge-item-big .knowledge-item-ttl {
    font-size: 26px;
  }

  .events-item-date {
    font-size: 18px;
    padding-bottom: 12px;
  }

  .events-item-desc {
    margin-top: 20px;
  }

  .events-item-ttl {
    font-size: 18px;
  }

  .events-item-anons {
    font-size: 14px;
  }

  .section-main-practice {
    margin-top: 199px;
  }

  .events-item-pic + .events-item-desc {
    margin-top: 19px;
  }

  .section-main-experts {
    margin-top: 150px;
  }

  .experts-item-pic {
    width: 150px;
    height: 150px;
  }

  .experts-item-ttl {
    font-size: 18px;
    margin-top: 20px;
  }

  .experts-item-desc {
    line-height: 145%;
  }

  .section-main-experts + .section-hor-banner {
    margin-top: -79px;
  }

  .articles-list.news {
    margin-top: 45px;
    padding-right: 21px;
  }

  .articles-item-date {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .articles-item-ttl {
    font-size: 18px;
  }

  .articles-item-anons {
    font-size: 14px;
  }

  .articles-list.news .articles-item-inner {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .articles-item-pic {
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    max-width: 128px;
    margin-right: 20px;
  }

  .articles-list {
    margin-top: 30px;
  }

  .section-padding {
    padding-top: 101px;
  }

  .partners-list {
    margin: 0 -15px -30px;
  }

  .partners-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .section-main-partners + .section-hor-banner {
    margin-top: 0;
    padding-top: 55px;
  }
}
@media (max-width: 1365px) {
  .section-hor-banner .banner {
    min-height: initial;
  }

  .banner-inner {
    border: none;
    padding: 0;
  }
  .banner-inner img {
    width: 100%;
    max-width: initial;
    max-height: initial;
  }

  .section-vert-banner .banner-inner {
    border: 1px solid rgba(115, 153, 113, 0.5);
  }

  .section-acc-bg .banner-inner {
    border: 1px solid rgba(115, 153, 113, 0.5);
  }

  .col-nav {
    display: none !important;
  }

  .section-main-slider .col-xl-6 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
  }

  .section-main-slider .col-xl-3:last-child {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
  }

  .section-main {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .section-main:first-child {
    margin-top: 0;
  }

  .section-hor-banner + .section-main-slider {
    margin-top: -2px;
  }

  .main-slider-item-cat {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .main-slider-item-ttl {
    font-size: 18px;
  }

  .main-slider-item-pic::before {
    height: 97px;
  }

  .section-header-bg {
    width: 346px;
    margin-left: -173px;
    top: -107px;
  }

  .read-all-link {
    top: 11px;
  }

  .section-hor-banner:first-child {
    margin-top: 20px;
  }

  .slick-prev {
    right: 58px;
  }

  .slick-next {
    right: 4px;
  }

  .knowledge-item-pic {
    margin-bottom: 15px;
  }

  .knowledge-item-big .knowledge-item-pic {
    margin-bottom: 15px;
  }

  .knowledge-item-cat {
    margin-bottom: 11px;
    font-size: 16px;
    padding-top: 3px;
  }

  .knowledge-item-big .knowledge-item-cat {
    margin-bottom: 8px;
  }

  .knowledge-item-big .knowledge-item-anons {
    font-size: 16px;
  }

  .knowledge-item-big .knowledge-item-ttl {
    margin-bottom: 10px;
  }

  .section-main-knowlenge,
.section-main-events,
.section-main-practice,
.section-main-courses,
.section-main-experts {
    padding-top: 107px;
  }

  .events-list .col-lg-3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .events-list .col-lg-3:nth-child(4) {
    display: none;
  }

  .events-item-date {
    padding-bottom: 13px;
  }

  .section-main + .section-hor-banner:not(.section-acc-bg) {
    margin-top: 97px;
  }

  .section-hor-banner-with-borders {
    border-top: 1px solid rgba(115, 153, 113, 0.5);
    border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  }

  .section-main-practice .section-header-bg {
    width: 467px;
    margin-left: -233px;
    top: -50px;
  }

  .section-main-courses .col-lg-3:nth-child(3) {
    display: none;
  }

  .section-main-courses .col-lg-3:nth-child(4) {
    display: block;
  }

  .experts-list .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .experts-list {
    margin-bottom: -40px;
  }

  .experts-item {
    margin-bottom: 40px;
  }

  .section-main-articles {
    padding-top: 61px;
  }

  .section-main-articles .col-lg-4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }

  .articles-list {
    margin-top: 39px;
  }

  .articles-list.news {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .articles-list.news .articles-item-inner {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .section-main-articles .col-lg-5 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .section-main-articles .col-lg-3 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .section-main-articles .col-lg-3 .banner {
    padding-top: 14px;
  }

  .section-padding {
    padding-top: 82px;
    padding-bottom: 50px;
  }

  .partners-item {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .section-main-partners + .section-hor-banner {
    padding-top: 48px;
  }

  .section-hor-banner.section-acc-bg {
    padding-bottom: 50px;
  }

  .section-padding {
    margin: -40px 0 0 !important;
  }

  .section-main-knowlenge, .section-main-events, .section-main-practice, .section-main-courses, .section-main-experts {
    padding-top: 89px;
  }

  .categories-item {
    padding-top: 100%;
  }

  .categories-item-descr {
    padding: 22px 15px;
  }

  .experts-item-ttl {
    font-size: 16px;
  }

  .articles-item-date {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
  }

  .articles-item-ttl {
    font-size: 16px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .articles-list.news .articles-item-inner {
    padding: 19px 0 17px 0;
  }
}
@media (max-width: 1023px) {
  .section-main-slider .col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-main-slider .col-xl-3:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-slider-item-desc {
    margin-top: 0;
    padding-bottom: 42px;
    padding-top: 31px;
  }

  .main-slider-item-ttl {
    font-size: 16px;
  }

  .main-slider-item-anons {
    font-size: 14px;
  }

  .main-slider-item-cat {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .slick-next {
    right: 0;
  }

  .section-main-tab-top-border {
    position: relative;
  }

  .section-main-tab-top-border::before {
    content: "";
    height: 1px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background-color: rgba(115, 153, 113, 0.5);
  }

  .top-announces-wrapper + .section-main-tab-top-border::before {
    display: none;
  }

  .section-main-slider .col-xl-6 + .col-xl-3 {
    margin-top: 20px;
  }

  .main-slider {
    border-bottom: none;
  }

  .main-slider::before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    background-color: rgba(115, 153, 113, 0.5);
  }

  .section-vert-banner.section-main-slider .banner-inner,
.section-vert-banner.section-main-articles .banner-inner {
    max-width: 300px;
    margin: 0 auto;
    height: auto;
  }

  .section-main h2, .section-main .h2 {
    font-size: 35px;
  }

  .section-main-knowlenge {
    padding-top: 130px;
  }

  .section-main-events, .section-main-practice, .section-main-courses, .section-main-experts {
    padding-top: 109px;
  }

  .knowledge-list {
    margin-bottom: -50px;
  }

  .knowledge-list .row {
    margin: 0 -10px;
  }

  .knowledge-list .row > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 10px;
  }

  .knowledge-list .row > .col-lg-6 {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .knowledge-item {
    margin-bottom: 50px;
  }

  .knowledge-item-cat {
    font-size: 16px;
  }

  .knowledge-item-ttl {
    font-size: 16px;
  }

  .knowledge-item-big .knowledge-item-pic {
    margin-bottom: 20px;
  }

  .knowledge-item-big .knowledge-item-cat {
    margin-bottom: 15px;
  }

  .knowledge-item-big .knowledge-item-ttl {
    font-size: 20px;
  }

  .knowledge-item-big .knowledge-item-anons {
    font-size: 14px;
    line-height: 135%;
  }

  .section-header-with-link + .section-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-header-with-link + .section-body .read-all-link {
    position: relative;
    top: auto;
    right: auto;
    -ms-flex-order: 10;
    order: 10;
    margin-top: 30px;
  }

  .section-header-with-link + .section-body .read-all-link a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .events-list .row {
    margin: 0 -10px;
  }

  .events-list .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .events-list .col-lg-3:nth-child(3) {
    display: none;
  }

  .events-item-pic {
    margin-bottom: 16px;
  }

  .events-item-desc {
    margin-top: 23px;
  }

  .events-item-anons {
    font-size: 14px;
    line-height: 135%;
  }

  .events-item-ttl {
    font-size: 16px;
  }

  .section-main + .section-hor-banner:not(.section-acc-bg) {
    margin-top: 48px;
  }

  .section-hor-banner-30 .banner-inner {
    padding: 20px 0;
  }

  .section-main-courses .events-list .col-lg-3:nth-child(3) {
    display: block;
  }

  .section-main-courses .events-item {
    margin-bottom: 50px;
  }

  .section-main-courses .events-item-pic {
    margin-bottom: 23px;
  }

  .section-vert-banner:not(.section-main-slider, .section-main-articles) .banner-inner {
    border: 1px solid rgba(115, 153, 113, 0.5);
    padding: 15px 27px;
  }

  .experts-list .row {
    margin: 0 -10px;
  }

  .experts-list .col-md-2 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 10px;
  }

  .experts-item-ttl {
    margin-top: 22px;
  }

  .experts-item-desc {
    font-size: 12px;
    line-height: 135%;
  }

  .experts-list {
    margin-bottom: -50px;
  }

  .experts-item {
    margin-bottom: 50px;
  }

  .section-main-experts + .section-hor-banner:not(.section-acc-bg) {
    margin-top: 97px;
  }

  .section-main-articles .row {
    margin: 0 -10px;
  }

  .section-main-articles .col:first-child,
.section-main-articles .col:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .section-main-articles .col:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-top: 80px;
  }

  .articles-list.news {
    margin-top: 27px;
  }

  .articles-item-ttl {
    font-size: 14px;
  }

  .articles-list.news .articles-item-inner {
    padding: 15px 0;
  }

  .articles-item-pic {
    display: none;
  }

  .articles-list {
    margin-top: 25px;
  }

  .articles-list.articles .articles-item-ttl {
    margin-bottom: 5px;
  }

  .articles-item-anons {
    font-size: 14px;
  }

  .articles-list.articles .articles-item {
    margin-bottom: 27px;
  }

  .section-main-articles .col-lg-3 .banner {
    position: relative;
    padding-top: 22px;
    padding-bottom: 20px;
    margin-bottom: -80px;
  }

  .section-main-articles .col-lg-3 .banner::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    background-color: rgba(115, 153, 113, 0.5);
  }

  .section-main-articles .col-lg-3 .banner::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    background-color: rgba(115, 153, 113, 0.5);
    display: none;
  }

  .partners-list {
    margin: 0 -10px -20px;
  }

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

  .section-padding {
    padding-top: 97px;
  }

  .top-announces-wrapper + .section-main {
    margin-top: 20px !important;
  }

  .categories-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .categories-item {
    padding-top: 61.5%;
  }

  .articles-list.news .articles-item-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-main-experts,
.section-main-categories,
.section-main-slider {
    overflow: hidden;
  }

  .section-vert-banner .banner-inner {
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .banner-inner {
    display: none;
  }

  .banner-inner.banner-inner-mob {
    display: block;
  }

  .banner-inner-alt {
    display: block;
  }
  .banner-inner-alt .banner-inner-desc {
    display: none;
  }
  .banner-inner-alt .banner-inner-mob-alt {
    display: block;
  }

  .main-slider-item-desc {
    padding: 19px 0 0;
  }

  .slick-dots {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 15px 0 0 0;
  }

  .slick-dots > li {
    position: relative;
    font-size: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 3px;
  }

  .slick-dots > li button {
    display: none;
  }

  .slick-dots > li::before {
    width: 10px;
    height: 10px;
    transition: all 0.2s ease;
    background: none;
    border-radius: 50%;
    border: 1px solid #CACACA;
  }

  .slick-dots > li.slick-active::before {
    border-color: #739971;
  }

  .main-slider {
    padding-bottom: 48px;
  }

  .section-main .section-header {
    margin: 0 0 22px 0;
  }

  .section-main-knowlenge {
    padding-top: 110px;
  }

  .section-header-bg {
    width: 238px;
    margin-left: -119px;
    height: 182px;
    top: -84px;
  }

  .knowledge-list .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .knowledge-item-pic {
    margin-bottom: 20px;
  }

  .knowledge-item-cat {
    margin-bottom: 16px;
  }

  .section-header-with-link + .section-body .read-all-link {
    margin-top: 50px;
  }

  .section-main-events, .section-main-practice, .section-main-courses, .section-main-experts {
    padding-top: 50px;
  }

  .section-main-practice .section-header-bg {
    width: 282px;
    margin-left: -142px;
    top: -40px;
  }

  .events-list {
    margin-bottom: -50px;
  }

  .events-list .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .section-main-courses .events-list {
    padding-top: 7px;
  }

  .section-main-courses .events-item {
    margin-bottom: 0;
  }

  .section-main-courses .col-lg-3:last-child {
    margin-bottom: 0;
  }

  .section-main-courses .col-lg-3 .banner {
    display: none;
  }

  .section-mob-banner {
    display: block;
  }

  .section-mob-banner .banner-inner-mob {
    width: 300px;
    margin: 0 auto;
  }

  .section-main-experts .section-header-bg {
    width: 280px;
    margin-left: -140px;
    top: -48px;
  }

  .section-main-experts .slick-list {
    width: 66.6%;
    overflow: visible;
  }

  .experts-item-ttl {
    margin-top: 14px;
  }

  .section-main-articles .col:first-child, .section-main-articles .col:nth-child(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-main-articles .col-lg-3 .banner {
    padding-bottom: 25px;
  }

  .section-padding {
    padding-top: 50px;
  }

  .partners-item {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .section-hor-banner-mob-full-width .banner {
    margin: 0 -20px;
  }

  .section-hor-banner-mob-full-width .banner-inner {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-main-partners + .section-hor-banner {
    padding-top: 0;
  }

  .section-hor-banner.section-acc-bg {
    padding-bottom: 0;
  }

  .categories-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 76px 0 20px;
    margin-bottom: 0;
  }

  .categories-list .col {
    margin-bottom: 0;
  }

  .categories-item {
    margin-bottom: 0;
    padding-top: 81.5%;
  }

  .categories-list .swiper-pagination {
    margin-right: -56px;
    width: auto;
  }

  .articles-item-cat {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .knowledge-item-pic img {
    transition: all 0.5s ease;
  }

  .knowledge-item:hover .knowledge-item-pic img {
    border-radius: 300px;
  }

  .events-item-pic img {
    transition: all 0.5s ease;
  }

  .events-item:hover .events-item-pic img {
    border-radius: 300px;
  }
  .events-item:hover .events-item-ttl {
    color: #739971;
  }

  .events-item-ttl {
    transition: all 0.2s ease;
  }

  .experts-item-ttl {
    transition: all 0.2s ease;
  }

  .experts-item:hover .experts-item-ttl {
    color: #739971;
  }

  .articles-item-ttl {
    transition: all 0.2s ease;
  }

  .articles-item a:hover .articles-item-ttl {
    color: #739971;
  }

  .read-all-link a {
    transition: all 0.2s ease;
  }

  .read-all-link a:hover {
    color: #444;
  }

  .read-all-link a img {
    transition: all 0.2s ease;
  }

  .read-all-link a:hover img {
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
  }
}
.col-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.main-swiper-nav {
  padding-bottom: 70px;
}

.main-swiper-nav-wrapper {
  position: relative;
  padding: 15px 0;
}

.main-swiper-nav:after {
  content: "";
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
}

.main-swiper-nav .swiper-slide {
  height: auto !important;
}

.main-slider-nav-scroll-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.main-slider-nav-scroll {
  position: absolute;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
  padding-right: 50px;
  overflow: auto;
  padding-bottom: 70px;
}

.main-slider-nav-scroll-wrapper:after {
  content: "";
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
}

.main-slider-nav-item-inner {
  text-decoration: none !important;
  color: #444 !important;
}

.main-slider-wrapper .swiper-pagination {
  display: none;
}

.main-slider .swiper-button {
  width: 44px;
  height: 44px;
  margin: 0 !important;
}

.main-slider .swiper-button:before,
.main-slider .swiper-button:after {
  display: none !important;
}

.main-slider .swiper-button-next {
  right: 0;
}

.main-slider .swiper-button-prev {
  left: auto;
  right: 53px;
}

.main-slider .swiper-button svg * {
  transition: all 0.15s ease;
}

.main-slider .swiper-button:hover svg * {
  stroke: #444;
}

@media (max-width: 767px) {
  .main-slider .swiper-button {
    display: none !important;
  }
  .main-slider .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
  }
}
.price-list {
  margin-bottom: -30px;
}

.price-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}

.price-tmb {
  min-height: 100%;
  background: #fff;
  text-align: center;
  padding: 28px 50px 38px 50px;
  border-radius: 20px;
}

.price-tmb-date {
  color: #739971;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #739971;
  padding: 0 0 17px 0;
  margin: 0 0 26px 0;
}

.price-tmb-val {
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.price-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.price-button .btn {
  min-width: 400px;
  font-size: 24px;
}

.set-tmb {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  font-size: 16px;
  line-height: 1.35;
}

.set-tmb:first-child {
  border-radius: 20px 20px 0 0;
}

.set-tmb:last-child {
  border-radius: 0 0 20px 20px;
}

.set-tmb + .set-tmb {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}

.set-tmb-pic {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  margin-right: 30px;
}

.set-tmb-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.set-tmb-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.set-tmb-descr-text {
  margin: 0 30px 0 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.set-tmb-descr-price {
  -ms-flex: 0 0 257px;
  flex: 0 0 257px;
  max-width: 257px;
}

.set-price {
  color: #739971;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #739971;
  border-radius: 50px;
  position: relative;
  padding: 14px 46px 14px 20px;
  margin: 0 26px 0 0;
}

.set-price:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #739971;
  background: #E7F6E6;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.set-price:after {
  content: "";
  background: url(../images/set-price-deco.svg) 0 0 no-repeat;
  width: 50px;
  height: 29px;
  background-size: 100% 100%;
  position: absolute;
  right: -22px;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.set-tmb h3,
.set-tmb .h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.set-footer {
  text-align: center;
  margin: 40px 0 0 0;
}

.set-footer-price-new {
  color: #739971;
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.set-footer-price-old {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-decoration: line-through;
  text-transform: uppercase;
  margin: 6px 0 0 0;
}

.set-footer-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 0 0;
}

.set-footer-button .btn {
  min-width: 400px;
}

@media (max-width: 1919px) {
  .price-tmb {
    padding: 31px 30px 29px 30px;
  }

  .price-tmb-date {
    font-size: 16px;
    padding: 0 0 21px 0;
    margin: 0 0 24px 0;
  }

  .price-tmb-val {
    font-size: 35px;
  }

  .set-tmb-pic {
    -ms-flex: 0 0 34.7%;
    flex: 0 0 34.7%;
    max-width: 34.7%;
  }

  .set-tmb h3, .set-tmb .h3 {
    font-size: 18px;
  }

  .set-price {
    font-size: 24px;
    padding: 12px 41px 12px 11px;
    margin: 0 22px 0 0;
  }

  .set-tmb-descr-price {
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px;
  }

  .set-footer-price-new {
    font-size: 35px;
  }

  .price-button {
    margin-top: 30px;
  }
}
@media (max-width: 1365px) {
  .set-tmb-pic {
    -ms-flex: 0 0 29.9%;
    flex: 0 0 29.9%;
    max-width: 29.9%;
  }
}
@media (max-width: 1023px) {
  .price-tmb {
    padding: 20px 20px 24px 20px;
  }

  .price-tmb-date {
    padding: 0 0 16px 0;
    margin: 0 0 21px 0;
    font-size: 14px;
  }

  .price-tmb-val {
    font-size: 30px;
  }

  .price-button .btn,
.set-footer-button .btn {
    font-size: 16px;
    padding: 15px 40px;
    min-width: 320px;
  }

  .set-tmb {
    padding: 20px;
    font-size: 14px;
  }

  .set-tmb-pic {
    -ms-flex: 0 0 30.4%;
    flex: 0 0 30.4%;
    max-width: 30.4%;
  }

  .set-tmb h3, .set-tmb .h3 {
    font-size: 16px;
    margin: 0 0 8px 0;
  }

  .set-tmb-descr-price {
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
  }

  .set-price {
    font-size: 20px;
    padding: 9px 35px 9px 11px;
    margin: 0 15px 0 0;
  }

  .set-price:before {
    width: 10px;
    height: 10px;
    right: 14px;
  }

  .set-price:after {
    width: 34px;
    height: 20px;
    background-image: url(../images/set-price-deco-sm.svg);
    right: -15px;
  }

  .set-footer {
    margin: 20px 0 0 0;
  }

  .set-footer-price-new {
    font-size: 35px;
    letter-spacing: 0;
  }

  .set-footer-price-old {
    font-size: 20px;
    margin: 5px 0 0 0;
  }

  .set-footer-button {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .price-button {
    margin-top: 20px;
  }

  .price-list {
    margin-bottom: -10px;
  }

  .price-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .set-tmb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .set-tmb-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 22px 0;
  }

  .set-tmb-descr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .set-tmb-descr-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .set-tmb-descr-price {
    margin-top: 20px;
  }

  .set-footer:not(:last-child) {
    margin-bottom: -50px;
  }
}
.faq-item {
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}

.faq-item:first-child {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}

.faq-item-ttl {
  padding: 30px 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-item-arrow {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  position: relative;
}

.faq-item-arrow-minus,
.faq-item-arrow-plus {
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.faq-item-arrow svg {
  width: 100%;
  height: 100%;
}

.faq-item-arrow svg * {
  transition: all 0.2s ease;
}

.faq-item-arrow-minus {
  opacity: 0;
}

.faq-item.active .faq-item-arrow-plus {
  opacity: 0;
}
.faq-item.active .faq-item-arrow-minus {
  opacity: 1;
}

.faq-item-ttl:hover .faq-item-arrow-plus svg *,
.faq-item.active .faq-item-ttl .faq-item-arrow-minus svg * {
  stroke: #739971;
}

.faq-item.active .faq-item-ttl:hover .faq-item-arrow-minus svg * {
  stroke: #444;
}

.faq-item-ttl h3,
.faq-item-ttl .h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  transition: all 0.2s ease;
}

.faq-item-ttl:hover h3,
.faq-item-ttl:hover .h3,
.faq-item.active .faq-item-ttl h3,
.faq-item.active .faq-item-ttl .h3 {
  color: #739971;
}

.faq-item-content {
  display: none;
  margin-top: -20px;
  padding: 0 60px 30px 0;
}

.faq-item.active .faq-item-content {
  display: block;
}

.dict-list .faq-item-ttl {
  padding: 25px 0;
}
.dict-list .faq-item-ttl h3,
.dict-list .faq-item-ttl .h3 {
  color: #739971;
}
.dict-list .faq-item-ttl:hover h3,
.dict-list .faq-item-ttl:hover .h3,
.dict-list .faq-item.active .faq-item-ttl h3,
.dict-list .faq-item.active .faq-item-ttl .h3 {
  color: #444;
}
.dict-list .faq-item-arrow svg * {
  stroke: #739971;
}
.dict-list .faq-item.active .faq-item-arrow svg *,
.dict-list .faq-item-ttl:hover .faq-item-arrow svg * {
  stroke: #444;
}
.dict-list .faq-item-content {
  margin-top: -11px;
  padding-bottom: 35px;
}

@media (max-width: 1919px) {
  .faq-item-ttl {
    padding: 25px 0;
  }

  .faq-item-ttl h3, .faq-item-ttl .h3 {
    font-size: 24px;
  }

  .faq-item-arrow {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .faq-item-content {
    margin-top: -14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1365px) {
  .faq-item-ttl {
    padding: 25px 0;
  }

  .faq-item-arrow {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }

  .faq-item-content {
    margin-top: -15px;
    padding: 0 60px 24px 0;
  }
}
@media (max-width: 1023px) {
  .faq-item-ttl h3, .faq-item-ttl .h3 {
    font-size: 20px;
  }

  .faq-item-ttl {
    padding: 15px 0;
  }

  .faq-item-arrow {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .faq-item-content {
    margin-top: -11px;
    padding: 0 40px 18px 0;
  }

  .dict-list .faq-item-ttl h3, .dict-list .faq-item-ttl .h3 {
    font-size: 20px;
  }
  .dict-list .faq-item-ttl {
    padding: 15px 0;
  }
  .dict-list .faq-item-arrow {
    width: 40px;
    height: 40px;
    margin-top: -5px;
    margin-bottom: -6px;
  }
  .dict-list .faq-item-content {
    margin-top: 0;
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .faq-item-content {
    margin-top: -4px;
    padding: 0 0 18px 0;
  }
}
.detail-partners-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.detail-partner-tmb {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  font-size: 16px;
}

.detail-partners-list .col:nth-child(-n+2) .detail-partner-tmb {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}

.detail-partner-tmb-pic {
  -ms-flex: 0 0 48.167%;
  flex: 0 0 48.167%;
  max-width: 48.167%;
  margin-right: 30px;
}

.detail-partner-tmb-pic img {
  width: 100%;
  height: auto;
}

.detail-partner-tmb-descr {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

.detail-partner-tmb h3,
.detail-partner-tmb .h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.org-list .row {
  -ms-flex-pack: center;
  justify-content: center;
}

.org-list {
  margin-bottom: -30px;
}

.org-list .col {
  margin-bottom: 30px;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.org-item {
  border: 1px solid #B9CCB8;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.org-item-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.org-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1919px) {
  .detail-partner-tmb h3, .detail-partner-tmb .h3 {
    font-size: 18px;
  }
}
@media (max-width: 1365px) {
  .detail-partner-tmb {
    font-size: 14px;
    line-height: 1.35;
  }

  .detail-partner-tmb-pic {
    -ms-flex: 0 0 47.4%;
    flex: 0 0 47.4%;
    max-width: 47.4%;
    margin-right: 30px;
  }

  .detail-partner-tmb h3, .detail-partner-tmb .h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1023px) {
  .detail-partner-tmb {
    -ms-flex-align: center;
    align-items: center;
  }

  .detail-partner-tmb-pic {
    margin-right: 20px;
    -ms-flex: 0 0 44.4%;
    flex: 0 0 44.4%;
    max-width: 44.4%;
  }

  .detail-partner-tmb-descr {
    padding: 20px 0;
  }

  .detail-partner-tmb h3, .detail-partner-tmb .h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-partners-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .detail-partner-tmb {
    border-top: none !important;
  }

  .detail-partners-list .col:first-child .detail-partner-tmb {
    border-top: 1px solid rgba(115, 153, 113, 0.5) !important;
  }

  .org-list {
    margin-bottom: -20px;
  }

  .org-list .col {
    margin-bottom: 20px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.section-contacts {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contacts-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contacts-wrapper {
  background: #fff;
  margin-left: 100px;
  position: relative;
  z-index: 10;
  width: 28.8%;
  padding: 100px 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 20px;
}

.contacts-wrapper p:not(:last-child) {
  margin: 0 0 10px 0;
}

.contacts-phone {
  margin: 50px 0 10px 0;
  font-size: 30px;
  line-height: 1.2;
}

.contacts-phone a {
  color: #444;
  text-decoration: none !important;
}

.contacts-address {
  margin: 0 0 10px 0;
}

.contacts-email {
  margin: 0 0 10px 0;
}

.contacts-email a {
  color: #739971;
  text-decoration: none !important;
}

.contacts-button {
  margin: 50px 0 0 0;
}

.contacts-button .btn {
  min-width: 77%;
}

.contacts-wrapper .soclinks {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-contacts:last-child {
  margin-bottom: 0 !important;
}

.contacts-wrapper .soclinks svg *[fill] {
  fill: #739971;
}

.contacts-wrapper .soclink {
  margin: 0 20px;
}

@media (max-width: 1919px) {
  .section-contacts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contacts-wrapper {
    font-size: 16px;
  }

  .contacts-phone {
    font-size: 24px;
    margin-top: 35px;
  }

  .section-contacts .section-header {
    margin: 0 0 30px 0;
  }

  .contacts-button {
    margin: 34px 0 0 0;
  }

  .contacts-wrapper .soclinks {
    margin-top: 35px;
  }
}
@media (max-width: 1365px) {
  .contacts-wrapper {
    margin-left: 30px;
    width: 37.5%;
    padding: 50px 50px;
  }

  .contacts-button {
    margin-top: 28px;
  }

  .contacts-button .btn {
    width: 100%;
  }

  .contacts-wrapper .soclinks {
    margin-top: 30px;
  }

  .section-contacts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .section-contacts {
    padding: 20px 0;
  }

  .contacts-wrapper {
    margin-left: 20px;
    width: 46.2%;
    padding: 40px 40px;
    font-size: 16px;
  }

  .contacts-phone {
    font-size: 24px;
  }

  .section-contacts .section-header {
    margin: 0 0 24px 0;
  }

  .contacts-address {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 767px) {
  .contacts-wrapper {
    width: auto;
    margin-right: 20px;
    padding: 30px 20px;
    font-size: 14px;
  }

  .section-contacts {
    padding-bottom: 314px;
  }

  .contacts-phone {
    margin-top: 0;
  }

  .section-contacts .section-header {
    margin: 0 0 26px 0;
  }

  .contacts-button {
    margin-top: 21px;
  }
}
@media (min-width: 768px) {
  .contacts-email a:hover {
    text-decoration: underline;
  }
}
footer {
  background: #444;
  color: #fff;
  padding: 100px 0 70px 0;
}

.footer-col-1 {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

.footer-col-2 {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.footer-menu-wrapper {
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.footer-menu-section {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  margin: 0 0 50px 0;
}

.footer-menu-section h3,
.footer-menu-section .h3 {
  color: #fff;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.footer-menu-section h3 a,
.footer-menu-section .h3 a {
  color: #FFFFFF;
  transition: color 0.2s ease;
}

@media screen and (min-width: 767px) {
  .footer-menu-section h3 a:hover, .footer-menu-section .h3 a:hover {
    color: #739971;
    text-decoration: none;
  }
}
ul.footer-menu {
  list-style: none;
  font-size: 16px;
  line-height: 1.1;
  font-weight: normal;
}

ul.footer-menu > li {
  margin: 0 0 17px 0;
  padding: 0;
}

ul.footer-menu > li:before {
  display: none;
}

ul.footer-menu a {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contacts {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 17px;
}

.footer-contacts-phone {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.footer-contacts-phone a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}

.footer-contacts-address {
  margin: 0 0 15px 0;
}

.footer-contacts-email {
  margin: 0 0 15px 0;
}

.footer-contacts-email a {
  color: #739971;
  text-decoration: none !important;
}

.footer-soclinks {
  margin-top: 15px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-soclinks svg *[fill] {
  fill: #fff;
}

.footer-copy {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin: 113px 0 0 0;
}

a.footer-dev {
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #739971;
  text-decoration: none !important;
}

.footer-dev-pic {
  margin: 3px 14px 0 0;
}

.footer-bottom {
  margin: 17px 0 0 0;
  padding: 50px 0 0 0;
  border-top: 1px solid rgba(115, 153, 113, 0.3);
  color: #848484;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.footer-bottom-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-bottom-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-contacts-col-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-contacts-col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1919px) {
  footer {
    padding: 80px 0;
  }

  .footer-contacts-button .btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-soclinks {
    margin-left: -7px;
    margin-right: -7px;
  }

  .footer-soclinks .soclink {
    margin-right: 7px;
    margin-left: 7px;
  }

  .footer-copy {
    margin-top: 50px;
  }
}
@media (max-width: 1599px) {
  footer {
    padding: 50px 0;
  }

  .footer-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-contacts-col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-contacts-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-menu-wrapper {
    margin-bottom: 0;
  }

  .footer-contacts {
    border-top: 1px solid rgba(115, 153, 113, 0.3);
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }

  .footer-contacts-phone {
    margin: 0 0 10px 0;
  }

  .footer-contacts-address {
    margin: 0 0 10px 0;
  }

  .footer-contacts-email {
    margin: 0 0 20px 0;
  }

  .footer-contacts-button .btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-soclinks {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-soclinks .soclink {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-copy {
    margin-top: 22px;
  }

  .footer-bottom {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .footer-menu-wrapper {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .footer-contacts {
    padding-top: 30px;
  }

  .footer-bottom {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .footer-col-1 {
    display: none;
  }

  .footer-contacts-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-contacts-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-contacts {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-contacts-phone {
    margin: 0 0 15px 0;
  }

  .footer-contacts-address {
    margin: 0 0 15px 0;
  }

  .footer-contacts-email {
    margin: 0 0 15px 0;
  }

  .footer-contacts-button .btn {
    width: 100%;
  }

  .footer-soclinks {
    margin-top: 30px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-bottom {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }

  .footer-bottom-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-bottom-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  ul.footer-menu a {
    transition: all 0.2s ease;
  }

  ul.footer-menu a:hover {
    color: #739971;
  }

  .footer-contacts-email a:hover {
    text-decoration: underline !important;
  }

  .footer-dev {
    transition: all 0.2s ease;
  }

  .footer-dev:hover {
    opacity: 0.5;
  }

  .soclink svg * {
    transition: all 0.2s ease;
  }

  .footer-soclinks .soclink:hover svg *[fill] {
    fill: #739971;
  }
  .footer-soclinks .soclink:hover svg *[stroke] {
    stroke: #739971;
  }
}
.timetable-item {
  background: #fff;
  padding: 50px;
}

.timetable-item:first-child {
  border-radius: 20px 20px 0 0;
}

.timetable-item:last-child {
  border-radius: 0 0 20px 20px;
}

.timetable-item + .timetable-item {
  margin-top: 10px;
}

.timetable-item-col-1 {
  -ms-flex: 0 0 17.8%;
  flex: 0 0 17.8%;
  max-width: 17.8%;
}

.timetable-item-col-2 {
  -ms-flex: 0 0 82.2%;
  flex: 0 0 82.2%;
  max-width: 82.2%;
}

.timetable-item-date {
  color: #739971;
}

.timetable-item-date-date {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  font-size: 35px;
  line-height: 0.9;
  text-transform: uppercase;
}

.timetable-item-date-day {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 9px;
}

table.timetable-table {
  width: 100%;
}
table.timetable-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
table.timetable-table td:first-child {
  padding-left: 0 !important;
}
table.timetable-table td:last-child {
  padding-right: 0 !important;
}
table.timetable-table tr + tr td {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}
table.timetable-table td.timetable-td-time {
  width: 25.4%;
}
table.timetable-table td.timetable-td-author {
  width: 34%;
}
table.timetable-table .timetable-table-time {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -2px;
  margin-bottom: -2px;
}
table.timetable-table .timetable-table-author-ttl {
  font-size: 14px;
  margin: 4px 0 10px 0;
}
table.timetable-table .timetable-table-author-name {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

table.timetable-table {
  margin-top: -7px;
  margin-bottom: -15px;
}

@media (max-width: 1919px) {
  .timetable-item-date-date {
    font-size: 22px;
  }

  .timetable-item-date-day {
    font-size: 16px;
    margin-top: 6px;
  }

  table.timetable-table .timetable-table-time {
    font-size: 18px;
  }
  table.timetable-table .timetable-table-author-name {
    font-size: 16px;
  }
  table.timetable-table .timetable-table-author-ttl {
    margin: 2px 0 8px 0;
  }
}
@media (max-width: 1365px) {
  .timetable-item:first-child {
    border-radius: 0;
  }

  .timetable-item-col-1 {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }

  .timetable-item-col-2 {
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
    max-width: 81%;
  }

  table.timetable-table {
    margin-top: 9px;
    margin-bottom: 0;
  }

  table.timetable-table,
table.timetable-table tbody {
    display: block;
  }

  table.timetable-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  table.timetable-table tr + tr {
    border-top: 1px solid rgba(115, 153, 113, 0.5);
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
  }

  table.timetable-table td {
    padding: 0;
    border: none !important;
  }

  table.timetable-table .timetable-table-time {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  table.timetable-table td.timetable-td-time {
    width: auto;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-right: 20px;
  }

  table.timetable-table td.timetable-td-name {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  table.timetable-table td.timetable-td-author {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    margin-left: auto;
  }

  table.timetable-table .timetable-table-author {
    margin-top: 8px;
  }
}
@media (max-width: 1023px) {
  .timetable-item {
    padding: 30px 20px;
  }

  .timetable-item-date-date {
    font-size: 20px;
  }

  .timetable-item-date-day {
    font-size: 14px;
    margin-top: 6px;
  }

  .timetable-item-col-1 {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
  }

  .timetable-item-col-2 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  table.timetable-table {
    margin-top: -1px;
  }
  table.timetable-table td.timetable-td-time {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  table.timetable-table td.timetable-td-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  table.timetable-table td.timetable-td-author {
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  table.timetable-table .timetable-td-name {
    margin-top: 8px;
  }
  table.timetable-table .timetable-table-time {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }
  table.timetable-table .timetable-table-author {
    margin-top: 10px;
  }
  table.timetable-table .timetable-table-author-ttl {
    font-size: 16px;
    margin: 0 0 7px 0;
  }
  table.timetable-table .timetable-table-author-name {
    font-size: 16px;
  }
  table.timetable-table tr + tr {
    margin: 18px 0 0 0;
    padding: 18px 0 0 0;
  }
}
@media (max-width: 767px) {
  .timetable-item-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .timetable-item-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .timetable-item-date {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 21px 0;
  }

  .timetable-item-date-day {
    margin: 1px 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
  }

  table.timetable-table .timetable-td-name {
    margin-top: 7px;
  }

  table.timetable-table tr + tr {
    margin: 18px 0 0 0;
    padding: 17px 0 0 0;
  }
}
.people-list {
  margin-bottom: -50px;
}

.people-list .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.people-tmb {
  display: block;
  margin: 0 0 50px 0;
  text-align: center;
}

.people-tmb-pic {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.people-tmb-pic-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.people-tmb-pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.people-tmb-name {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.people-tmb-post {
  font-size: 16px;
  line-height: 1.35;
  margin-top: 15px;
}

.people-list-alt {
  margin-bottom: -80px;
}
.people-list-alt .people-tmb {
  margin-bottom: 80px;
}
.people-list-alt .row {
  margin-left: -39px;
  margin-right: -39px;
}
.people-list-alt .col {
  padding-left: 39px;
  padding-right: 39px;
}
.people-list-alt .people-tmb-pic {
  margin-bottom: 27px;
}
.people-list-alt .people-tmb-pic-img {
  width: 200px;
  height: 200px;
}
.people-list-alt .people-tmb-name {
  font-size: 20px;
  line-height: 1.3;
}
.people-list-alt .people-tmb-post {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 1919px) {
  .people-tmb-pic-img {
    width: 200px;
    height: 200px;
  }

  .people-tmb-name {
    font-size: 18px;
  }

  .people-tmb-post {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 11px;
  }

  .people-list-alt .row {
    margin-left: -35px;
    margin-right: -35px;
  }
  .people-list-alt .col {
    padding-left: 25px;
    padding-right: 35px;
  }
  .people-list-alt .people-tmb-pic {
    margin-bottom: 20px;
  }
  .people-list-alt .people-tmb-pic-img {
    width: 150px;
    height: 150px;
  }
  .people-list-alt .people-tmb-name {
    font-size: 18px;
  }
}
@media (max-width: 1365px) {
  .people-tmb-pic {
    margin-bottom: 20px;
  }

  .people-tmb-pic-img {
    width: 150px;
    height: 150px;
  }

  .people-tmb-name {
    word-wrap: break-word;
  }

  .people-list-alt {
    margin-bottom: -60px;
  }
  .people-list-alt .people-tmb {
    margin-bottom: 60px;
  }
  .people-list-alt .people-tmb-name {
    font-size: 16px;
  }
  .people-list-alt .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .people-list-alt .col {
    padding-left: 18px;
    padding-right: 18px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .people-list .col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .people-tmb-name {
    font-size: 16px;
  }

  .people-tmb-post {
    font-size: 12px;
  }

  .people-list-alt {
    margin-bottom: -50px;
  }
  .people-list-alt .people-tmb {
    margin-bottom: 50px;
  }
  .people-list-alt .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .people-list-alt .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .people-list-alt .people-tmb-post {
    font-size: 12px;
    margin-top: 10px;
  }

  .people-list .sidebar-announces-mob {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 50px 0;
    position: relative;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
  }
  .people-list .sidebar-announces-mob:before {
    content: "";
    height: 1px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    background: rgba(115, 153, 113, 0.5);
  }
  .people-list .sidebar-announces-mob:after {
    content: "";
    height: 1px;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: rgba(115, 153, 113, 0.5);
  }
}
@media (max-width: 767px) {
  .people-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 130px 0 20px;
    margin-bottom: 0;
  }

  .people-tmb {
    margin-bottom: 0;
  }

  .people-list .swiper-pagination {
    margin-right: -110px;
    width: auto;
  }

  .people-list-alt {
    margin: 0 0 -30px 0;
    padding: 0;
  }
  .people-list-alt .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .people-list-alt .people-tmb {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .people-list-alt .people-tmb-pic {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
    margin: 0 15px 0 0;
  }
  .people-list-alt .people-tmb-pic-img {
    width: 95px;
    height: 95px;
  }
}
.rate-item {
  background: #fff;
  padding: 70px;
  border-radius: 20px;
}

.rate-item + .rate-item {
  margin-top: 50px;
}

.rate-item h3,
.rate-item .h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  letter-spacing: 0.1em;
}

.rate-item-descr {
  padding-right: 50px;
}

.rate-item-button {
  margin-top: 20px;
}

.rate-item-button .btn {
  width: 100%;
}

.rate-item-price {
  color: #739971;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.rate-item-col-1 {
  -ms-flex: 0 0 70.6%;
  flex: 0 0 70.6%;
  max-width: 70.6%;
}

.rate-item-col-2 {
  -ms-flex: 0 0 29.4%;
  flex: 0 0 29.4%;
  max-width: 29.4%;
}

@media (max-width: 1919px) {
  .rate-item-col-1 {
    -ms-flex: 0 0 77.9%;
    flex: 0 0 77.9%;
    max-width: 77.9%;
  }

  .rate-item-col-2 {
    -ms-flex: 0 0 22.1%;
    flex: 0 0 22.1%;
    max-width: 22.1%;
  }

  .rate-item {
    padding: 50px;
  }

  .rate-item h3, .rate-item .h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
  }

  .rate-item-price {
    font-size: 30px;
  }

  .rate-item-button {
    margin-top: 15px;
  }

  .rate-item-button .btn {
    font-size: 16px;
    padding: 15px 30px;
  }

  .rate-item + .rate-item {
    margin-top: 30px;
  }

  .rate-item ul > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1365px) {
  .rate-item-col-1 {
    -ms-flex: 0 0 73.4%;
    flex: 0 0 73.4%;
    max-width: 73.4%;
  }

  .rate-item-col-2 {
    -ms-flex: 0 0 26.6%;
    flex: 0 0 26.6%;
    max-width: 26.6%;
  }
}
@media (max-width: 1023px) {
  .rate-item h3, .rate-item .h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .rate-item {
    padding: 30px;
  }

  .rate-item-col-1 {
    -ms-flex: 0 0 69.8%;
    flex: 0 0 69.8%;
    max-width: 69.8%;
  }

  .rate-item-col-2 {
    -ms-flex: 0 0 30.2%;
    flex: 0 0 30.2%;
    max-width: 30.2%;
  }

  .rate-item-price {
    font-size: 20px;
  }

  .rate-item-button {
    margin-top: 10px;
  }

  .rate-item + .rate-item {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .rate-item {
    padding: 30px 20px;
  }

  .rate-item h3, .rate-item .h3 {
    letter-spacing: 0;
  }

  .rate-item-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rate-item-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }

  .rate-item-descr {
    padding-right: 0;
  }

  .rate-item-descr ul > li {
    margin-bottom: 10px;
  }

  .rate-item-button {
    margin-top: 0;
  }

  .rate-item-button .btn {
    padding: 15px 35px;
  }

  .rate-item-price {
    padding-right: 10px;
  }
}
.news-filter {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  padding: 28px 0 23px 0;
  margin: 0 0 50px 0;
}

.news-filter-alt {
  padding: 0;
  border: none;
  margin: 0;
}

.news-filter h3,
.news-filter .h3 {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #739971;
  margin: 0;
  padding-right: 30px;
}

.news-filter-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 18px 0;
}

.news-filter-header .tags-trigger-wrapper {
  margin-top: -1px;
}

.news-tags {
  margin-bottom: 0;
}

.news-list {
  margin-bottom: -80px;
}

.news-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.news-list > .row > .col {
  margin-bottom: 80px;
}

.col-sidebar-l + .col-content .news-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 50px;
}

.section-more .news-list .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.news-tmb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.news-tmb-pic {
  width: 100%;
  background: #E7F6E6;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 25px 0;
}

.news-tmb-pic a {
  transition: none !important;
}

.news-tmb-pic img {
  width: 100%;
  transition: all 0.5s ease;
}

.news-tmb-descr {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news-tmb-descr-content {
  width: 100%;
}

.news-list-flexed .news-tmb-descr-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news-tmb-category {
  width: 100%;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 11px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-tmb-category a {
  color: #739971;
  text-decoration: none;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  padding: 2px 8px 5px 8px;
  margin: 0 4px 4px 4px;
  text-decoration: none !important;
}

.news-tmb-date-bottom {
  color: #878787;
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 0 4px 0;
}

.news-tmb-date a {
  color: #878787;
  text-decoration: none;
}

.news-list-events .news-tmb-date,
.news-list-articles .news-tmb-date {
  font-family: "Cormorant Garamond", arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: -7px 0 25px 0;
  position: relative;
  padding: 0 0 12px 0;
}
.news-list-events .news-tmb-date:after,
.news-list-articles .news-tmb-date:after {
  content: "";
  width: 116px;
  height: 1px;
  background: rgba(115, 153, 113, 0.5);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news-list-events .news-tmb-date a,
.news-list-articles .news-tmb-date a {
  color: #739971;
  text-decoration: none;
}

.news-tmb h3,
.news-tmb .h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.news-tmb h3:last-child,
.news-tmb .h3:last-child {
  margin-bottom: 0 !important;
}

.news-tmb-descr-content a {
  color: #444 !important;
  text-decoration: none !important;
}

.news-tmb-author {
  margin: 15px 0 0 0;
}

.news-tmb-author-ttl {
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 2px;
}

.news-tmb-author-name {
  color: #739971;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.news-tmb-author-name a {
  text-decoration: none;
  color: #739971;
}

.news-category-section {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
}

.news-category-section {
  margin-bottom: 90px;
}

.news-category-section:last-child {
  margin-bottom: 0 !important;
}

.news-category-section-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-category-section-header h2,
.news-category-section-header .h2 {
  padding-right: 30px;
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 !important;
  letter-spacing: 0.1em;
}

.news-category-section-header .all-link-wrapper {
  margin: 12px 0 0 0;
}

.courses-pros-list {
  margin-bottom: 10px;
}

.courses-pros-list .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.courses-pros-tmb {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
}

.courses-pros-tmb-pic {
  margin-bottom: 20px;
}

.news-tmb-pic-inner {
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 0;
}

@media (min-width: 768px) {
  .news-tmb:hover .news-tmb-pic-inner {
    border-radius: 300px;
  }
}
.news-list-courses .news-tmb-pic {
  background: #E7F6E6;
  margin-bottom: 30px;
}

.news-tmb-recipe-info {
  width: 100%;
  text-align: left;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
  margin-top: 20px;
  padding-top: 20px;
}

.news-tmb-recipe-info .row {
  margin-left: -10px;
  margin-right: -10px;
}

.news-tmb-recipe-info > .row > .col {
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.recipe-info-tmb {
  display: -ms-flexbox;
  display: flex;
}

.recipe-info-tmb-pic {
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  margin: 2px 10px -2px 0;
}

.recipe-info-tmb-pic img {
  width: 100%;
  height: auto;
}

.recipe-info-tmb-ttl {
  font-size: 14px;
  line-height: 1.45;
  color: #878787;
  font-weight: normal;
}

.recipe-info-tmb-val {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.45;
}

.swiper-slide .news-tmb {
  margin-bottom: 0 !important;
}

@media (max-width: 1919px) {
  .news-list {
    margin-bottom: -80px;
  }

  .news-tmb-pic {
    margin-bottom: 20px;
  }

  .news-tmb-date-bottom {
    margin: 13px 0 0 0;
    padding: 0 0 4px 0;
    font-size: 16px;
  }

  .courses-pros-tmb {
    font-size: 16px;
  }

  .news-tmb h3, .news-tmb .h3 {
    font-size: 18px;
  }

  .news-tmb-descr {
    font-size: 14px;
    line-height: 1.45;
  }

  .news-list-courses .news-tmb-pic {
    margin-bottom: 20px;
  }

  .news-list-events .news-tmb-date,
.news-list-articles .news-tmb-date {
    font-size: 18px;
    margin: -4px 0 20px 0;
  }

  .news-category-section-header h2, .news-category-section-header .h2 {
    font-size: 35px;
  }

  .news-category-section-header .all-link-wrapper {
    margin-top: 7px;
  }

  .news-category-section-header {
    margin-bottom: 30px;
  }

  .news-tmb-category {
    font-size: 20px;
  }

  .news-filter {
    margin-bottom: 30px;
  }

  .news-filter-header {
    margin-bottom: 16px;
  }

  .news-list-articles .news-list {
    margin-bottom: -80px;
  }
  .news-list-articles .news-tmb {
    margin-bottom: 80px;
  }
  .news-list-articles .col > .news-tmb {
    margin-bottom: 0;
  }

  .news-tmb-date-bottom {
    margin: 11px 0 0 0;
    padding: 0 0 4px 0;
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .courses-pros-tmb {
    line-height: 1.35;
    margin-bottom: 30px;
  }

  .news-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .news-category-section-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .news-category-section-header .all-link-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  .news-category-section {
    padding-bottom: 40px;
  }
  .news-category-section .news-list {
    margin-bottom: -40px;
  }
  .news-category-section .news-list > .row > .col {
    margin-bottom: 40px;
  }
  .news-category-section {
    margin-bottom: 50px;
  }

  .news-category-section .news-list > .row > .col:nth-child(n+3) {
    display: none;
  }

  .section-more .news-list .col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .recipe-info-tmb-pic {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
  }

  .recipe-info-tmb-ttl {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .news-list {
    margin-bottom: -50px;
  }

  .news-list > .row > .col {
    margin-bottom: 50px;
  }

  .news-filter h3, .news-filter .h3 {
    letter-spacing: 0;
  }

  .courses-pros-tmb {
    font-size: 14px;
  }

  .news-tmb-descr {
    font-size: 14px;
  }

  .news-tmb h3, .news-tmb .h3 {
    font-size: 16px;
  }

  .news-list .sidebar-announces-mob {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 50px 0;
    position: relative;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .news-list .sidebar-announces-mob:before {
    content: "";
    height: 1px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    background: rgba(115, 153, 113, 0.5);
  }

  .news-list .sidebar-announces-mob:after {
    content: "";
    height: 1px;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: rgba(115, 153, 113, 0.5);
  }

  .courses-pros-list {
    margin-bottom: 0;
  }

  .news-category-section-header h2, .news-category-section-header .h2 {
    font-size: 30px;
  }

  .news-category-section-header .all-link-wrapper {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 3px 0 0 0;
  }

  .news-category-section + .sidebar-announces-mob {
    margin-top: -1px;
  }

  .news-list-articles .sidebar-announces-mob {
    margin-bottom: 80px;
  }

  .section-more .news-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .news-tmb-category {
    font-size: 16px;
  }

  .courses-pros-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .news-filter {
    padding-bottom: 31px;
    margin-bottom: 20px;
  }

  .news-list {
    margin-bottom: -50px;
  }

  .news-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-list .sidebar-announces-mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-category-section-header {
    margin-bottom: 30px;
  }

  .news-category-section-header .all-link-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 14px 0 0 0;
  }

  .news-category-section .news-list {
    margin-bottom: -50px;
  }
  .news-category-section .news-list > .row > .col {
    margin-bottom: 50px;
  }

  .news-list-articles {
    margin-bottom: -50px;
  }
  .news-list-articles .news-list > .row > .col {
    margin-bottom: 50px;
  }
  .news-list-articles .sidebar-announces-mob {
    margin-bottom: 50px;
  }

  .recipe-info-tmb-ttl {
    font-size: 12px;
  }

  .recipe-info-tmb-val {
    font-size: 12px;
  }

  .recipe-info-tmb-pic {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .col-content .news-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nutrition-item {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .recipe-info-tmb-pic {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    margin-top: 5px;
    margin-right: 15px;
  }

  .recipe-info-tmb-pic img {
    width: 100%;
    height: auto;
  }

  .recipe-info-tmb-val {
    font-size: 14px;
  }

  .news-tmb-date-bottom {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: 13px 0 0 0;
    padding: 0 0 5px 0;
  }

  .col-sidebar-l + .col-content .news-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .news-tmb h3, .news-tmb .h3 {
    transition: all 0.2s ease;
  }

  .news-tmb:hover h3,
.news-tmb:hover .h3 {
    color: #739971;
  }
}
.col-search-form {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.search-col-l {
  -ms-flex: 0 0 22.222%;
  flex: 0 0 22.222%;
  max-width: 22.222%;
}

.search-col-r {
  -ms-flex: 0 0 77.777%;
  flex: 0 0 77.777%;
  max-width: 77.777%;
}

.search-form-wrapper {
  margin-bottom: 50px;
}

ul.search-menu {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
}

ul.search-menu > li {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.search-menu > li:before {
  display: none;
}

ul.search-menu a {
  color: #739971;
  text-decoration: none;
}

ul.search-menu a.active {
  color: #444;
}

.search-result {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(135, 135, 135, 0.2);
  border-bottom: 1px solid rgba(135, 135, 135, 0.2);
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.35;
}

.search-result + .search-result {
  border-top: none;
}

.search-result-num {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #739971;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  max-width: 55px;
  padding-right: 20px;
}

.search-result-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.search-result-pic {
  -ms-flex: 0 0 24.2%;
  flex: 0 0 24.2%;
  max-width: 24.2%;
}

.search-result-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.search-result h3,
.search-result .h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.search-result-descr a {
  color: #444;
  text-decoration: none !important;
}

.search-result ul.breadcrumb {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: -10px;
}

.search-empty {
  position: relative;
  padding: 100px 0 100px 0;
  color: #878787;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.search-empty:before {
  content: "";
  background: url(../images/search-empty-pic.svg) 0 0 no-repeat;
  width: 303px;
  height: 232px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.search-empty p {
  position: relative;
}

@media (max-width: 1919px) {
  ul.search-menu {
    margin-top: 30px;
  }

  .search-result {
    padding: 30px 0;
    font-size: 14px;
  }

  .search-result-num {
    font-size: 18px;
  }

  .search-result h3, .search-result .h3 {
    font-size: 18px;
  }

  .search-result-pic {
    -ms-flex: 0 0 23.2%;
    flex: 0 0 23.2%;
    max-width: 23.2%;
  }

  .search-empty {
    font-size: 18px;
  }

  .search-empty:before {
    width: 262px;
    height: 201px;
  }
}
@media (max-width: 1365px) {
  .col-search-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .search-col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  ul.search-menu {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -20px -15px;
  }

  ul.search-menu > li {
    margin: 0 15px 20px 15px;
  }

  .search-result-pic {
    -ms-flex: 0 0 34.5%;
    flex: 0 0 34.5%;
    max-width: 34.5%;
  }
}
@media (max-width: 1023px) {
  .search-form-wrapper {
    margin-bottom: 30px;
  }

  ul.search-menu {
    margin-left: -20px;
    margin-right: -20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    padding-bottom: 20px;
  }

  ul.search-menu > li {
    margin-bottom: 0;
  }

  ul.search-menu > li:first-child {
    margin-left: 0 !important;
  }

  ul.search-menu > li:last-child {
    margin-right: 0 !important;
  }

  .search-result {
    font-size: 12px;
  }

  .search-result-pic {
    -ms-flex: 0 0 31.4%;
    flex: 0 0 31.4%;
    max-width: 31.4%;
  }

  .search-result-num {
    font-size: 16px;
  }

  .search-empty {
    font-size: 16px;
  }

  .search-result h3, .search-result .h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-col-l {
    margin-bottom: 30px;
  }

  .search-result {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 55px;
  }

  .search-result-num {
    position: absolute;
    left: 0;
    top: 30px;
  }

  .search-result-descr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    font-size: 12px;
  }

  .search-result-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .search-result ul.breadcrumb {
    margin-top: 15px;
  }

  .search-empty {
    padding: 70px 0;
  }

  .search-empty:before {
    width: 238px;
    height: 182px;
  }
}
.btn-expand-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 22px 0 0 0;
}

.btn-expand {
  font-family: "Cormorant Garamond", arial, sans-serif;
  color: #739971;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-expand-ico {
  margin: -2px 0 0 15px;
}

.btn-expand svg * {
  transition: all 0.2s ease;
}

.btn-expand .ico-normal {
  display: block;
  transition: all 0.2s ease;
}

.btn-expand .ico-active {
  display: none;
  transition: all 0.2s ease;
}

.btn-expand.active .ico-normal {
  display: none;
}

.btn-expand.active .ico-active {
  display: block;
}

.studios-list .row {
  margin-left: -30px;
  margin-right: -30px;
}

.studios-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.studio-tmb {
  width: 100%;
  min-height: 100%;
  border-bottom: 1px solid rgba(115, 153, 113, 0.5);
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

.studios-list .col:nth-child(-n+2) .studio-tmb {
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}

.studio-tmb-pic {
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  margin: 0 50px 0 0;
}

.studio-tmb-pic img {
  width: 100%;
  height: auto;
}

.studio-tmb-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 15px 0;
}

.studio-tmb-ttl a {
  color: #444;
  text-decoration: none !important;
}

.studio-tmb-info-item {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 40px;
}

.studio-tmb-info-item + .studio-tmb-info-item {
  margin-top: 12px;
}

.studio-tmb-info-item-pic {
  position: absolute;
  left: 0;
  top: -4px;
}

.studio-tmb-info-item a {
  color: #739971;
  text-decoration: underline;
}

.studio-tmb-info-item a[href^=tel] {
  color: #444;
  text-decoration: none;
}

.objects-map-over-wrapper {
  margin: 0 0 50px 0;
}

.objects-map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
  position: relative;
  background: #E7F6E6;
}

.objects-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

*[class*=ymaps-2-1-79-image-with-content-content] {
  width: 100% !important;
  height: 100% !important;
}

.object-pin {
  margin: 6px 6px 0 6px;
  position: relative;
}

.object-pin:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #BACCBA;
}

.object-pin img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.cluster-num {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.object-balloon {
  position: absolute;
  background: #fff;
  border-radius: 8px;
}

.object-balloon:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  margin-bottom: -6px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.point-content {
  display: -ms-flexbox;
  display: flex;
}

.object-balloon .close {
  right: 5px;
  top: 5px;
  position: absolute;
}

.studio-tmb-balloon {
  display: block;
  border: none !important;
  padding: 10px 20px 10px 10px !important;
}
.studio-tmb-balloon .studio-tmb-top {
  display: -ms-flexbox;
  display: flex;
}
.studio-tmb-balloon .studio-tmb-pic {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}
.studio-tmb-balloon .studio-tmb-pic img {
  border-radius: 50%;
}
.studio-tmb-balloon .studio-tmb-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: 0.5;
  border: 1px solid #BACCBA;
}
.studio-tmb-balloon .studio-tmb-ttl {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.studio-tmb-balloon .studio-tmb-balloon-phone {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}
.studio-tmb-balloon .studio-tmb-balloon-phone a {
  text-decoration: none;
  color: #444;
}
.studio-tmb-balloon .studio-tmb-bottom {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.studio-tmb-balloon .studio-tmb-info-item {
  font-size: 12px;
}

.catalog-filter-col-1,
.catalog-filter-col-2,
.catalog-filter-col-3 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.catalog-filter-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 30px 0;
  padding: 17px 0 0 0;
}

.catalog-filter {
  margin-bottom: 20px;
}

.page-header-studio-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-header-studio-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.studio-logo {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 20px;
  padding: 3px;
  margin: 0 0 20px 0;
}

.studio-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.studio-categories {
  margin: 0 0 40px 0;
}

.studio-info-list {
  margin-bottom: -20px;
}

.studio-info-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.studio-info-tmb {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.35;
  font-weight: bold;
}

.studio-info-tmb-pic {
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  margin: 0 20px 0 0;
}

.studio-info-tmb-pic img {
  width: 100%;
}

.studio-info-ttl {
  font-weight: normal;
  margin-bottom: 5px;
}

.studio-info-tmb-descr {
  min-width: 0;
  overflow-wrap: break-word;
}

.studio-info-tmb-descr div + div {
  margin-top: 5px;
}

.studio-info-tmb a {
  text-decoration: none !important;
  color: #444;
}

.studio-footer {
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid rgba(115, 153, 113, 0.5);
}

.studio-footer-col-1 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.studio-footer-col-2 {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.studio-footer .ttl {
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.studio-footer .soclinks {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 23px;
}

.studio-services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -5px 0;
}

.studio-services-item {
  color: #739971;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 30px;
  padding: 12px 25px 9px 25px;
  margin: 0 5px 5px 0;
  background: #fff;
}

.page-header-studio + .section-with-bg {
  margin-top: 0px;
}

.studio-swiper-over-wrapper {
  position: relative;
}

.studio-swiper .swiper-pagination {
  display: none;
}

.studio-tag {
  z-index: 50;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #739971;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 30px;
  padding: 12px 25px 9px 25px;
}

.studio-tag-premium {
  background-color: #C68E8E;
}

.studio-swiper-pic {
  padding-top: 75%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.studio-swiper-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17.142%;
  background: linear-gradient(0deg, #403838 0%, rgba(64, 56, 56, 0) 100%);
}

.studio-swiper-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.studio-swiper-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.studio-swiper-pic-bg {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.studio-swiper-pic-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E7F6E6;
  opacity: 0.5;
}

.studio-swiper .swiper-button {
  position: absolute;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  bottom: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.15s ease;
  cursor: pointer;
  padding: 0;
}
.studio-swiper .swiper-button img {
  width: auto !important;
  height: auto !important;
}
.studio-swiper .swiper-button:before,
.studio-swiper .swiper-button:after {
  display: none !important;
}
.studio-swiper .swiper-button-next {
  right: 30px;
  left: auto;
  padding-left: 2px;
}
.studio-swiper .swiper-button-prev {
  right: 78px;
  left: auto;
  padding-right: 2px;
}
.studio-swiper .swiper-button:hover {
  background-color: #739971;
  border-color: #739971;
}

.photo-gallery {
  margin-bottom: -30px;
}

.photo-gallery .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}

.photo-gallery-pic {
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.photo-gallery-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17.142%;
  background: linear-gradient(0deg, #403838 0%, rgba(64, 56, 56, 0) 100%);
}

.photo-gallery-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.photo-gallery-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.photo-gallery-pic-bg {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.photo-gallery-pic-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E7F6E6;
  opacity: 0.5;
}

.col-sidebar-r .catalog-filter-button {
  display: none;
}

@media (min-width: 768px) {
  .btn-expand:hover {
    color: #444;
  }

  .btn-expand:hover svg * {
    stroke: #444;
  }

  .studio-info-tmb a:hover {
    color: #739971;
  }
}
@media (max-width: 1919px) {
  .objects-map-over-wrapper {
    margin: 0 0 30px 0;
  }

  .catalog-filter {
    margin-bottom: 0px;
  }

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

  .studio-tmb-ttl {
    font-size: 18px;
  }

  .studio-categories {
    margin-bottom: 30px;
  }

  .studio-footer {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1599px) {
  .studio-info-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-header-studio + .section-with-bg {
    margin-top: -30px;
  }
}
@media (max-width: 1365px) {
  .col-sidebar-r .catalog-filter-button {
    display: block;
  }

  .catalog-filter-col-3 {
    display: none;
  }

  .catalog-filter-button .btn {
    width: 100%;
  }

  .catalog-filter-col-1, .catalog-filter-col-2, .catalog-filter-col-3 {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
  }

  .objects-map-over-wrapper {
    margin: 0 0 20px 0;
  }

  .studios-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .studios-list .col {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .studio-tmb {
    padding: 30px 0;
  }

  .studio-tmb-pic {
    margin: 0 35px 0 0;
  }

  .studio-info-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .studio-info-list .col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .studio-info-tmb-pic {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1023px) {
  .col-sidebar-r .catalog-filter-button {
    display: none;
  }

  .catalog-filter-col-3 {
    display: block;
  }

  .catalog-filter-col-1,
.catalog-filter-col-2,
.catalog-filter-col-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .catalog-filter-button {
    padding-top: 2px;
  }

  .studios-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .studios-list .col:nth-child(2n-1) {
    padding-right: 30px;
  }

  .studios-list .col:nth-child(2n) {
    padding-left: 30px;
  }

  .studio-tmb-pic {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
    margin-right: 20px;
  }

  .studio-tmb-ttl {
    font-size: 16px;
  }

  .page-header-studio-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-header-studio-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }

  .studio-tag {
    right: 10px;
    top: 10px;
  }

  .studio-swiper .swiper-button {
    bottom: 20px;
  }

  .studio-swiper .swiper-button-next {
    right: 30px;
  }

  .studio-swiper .swiper-button-prev {
    right: 84px;
  }

  .studio-swiper-over-wrapper {
    margin: 0 0 30px 0;
  }

  .studio-logo {
    width: 105px;
    height: 105px;
    margin: 0 0 24px 0;
  }

  .studio-categories {
    font-size: 14px;
    margin: -7px 0 30px 0;
  }

  .studio-info-tmb {
    font-size: 14px;
  }

  .studio-info-list .col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .studio-footer .ttl {
    font-size: 14px;
  }

  .studio-services-item {
    font-size: 12px;
  }

  .page-header-studio {
    padding-bottom: 60px;
    margin-bottom: 0 !important;
  }

  .photo-gallery {
    margin-bottom: -20px;
  }

  .photo-gallery .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .object-pin {
    margin: 5px 5px 0 5px;
  }

  .page-header-studio + .section-with-bg {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .catalog-filter-col-1,
.catalog-filter-col-2,
.catalog-filter-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .catalog-filter-button {
    padding-top: 0;
    margin-top: 18px;
    margin-bottom: 35px;
  }

  .objects-map-wrapper {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .studio-tmb-balloon {
    padding: 0 !important;
  }

  .objects-map-over-wrapper {
    margin: 0 0 30px 0;
  }

  .studios-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px !important;
  }

  .studio-swiper-over-wrapper {
    margin: -20px -20px 20px -20px;
  }

  .studio-swiper-pic {
    border-radius: 0;
  }

  .studio-swiper .swiper-button {
    display: none;
  }

  .studio-swiper .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 15px !important;
    z-index: 10;
  }

  .studio-swiper .swiper-pagination-bullet:before {
    border-color: #fff;
  }

  .studio-logo {
    width: 95px;
    height: 95px;
  }

  .studio-info-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .studio-footer-col-1,
.studio-footer-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .studio-footer-col-2 {
    margin-top: 30px;
  }

  .studio-footer .soclinks {
    margin-top: 0;
  }
}
/*# sourceMappingURL=common.css.map */
