.posts {
  margin-bottom: 42px;
  background: transparent;
  box-shadow: none;
  padding: 5px;
}
.posts hr {
  display: none;
}
.posts .row-post {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  background: #FFFFFF;
  overflow: hidden;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
}
.posts .row-post:hover .blog-heading span {
  background-size: 100% 100%;
}
.posts .row-post:hover .col-thumb .blog-post-thumb,
.posts .row-post:hover .col-thumb .main-thumb {
  transform: translateY(-50%) scale(1.02);
}
.posts .col-thumb {
  position: relative;
  display: block;
  border-radius: 10px 10px 0 0;
  padding-top: 49.38%;
  width: 100%;
  overflow: hidden;
}
.posts .col-thumb .course-thumb {
  position: absolute;
  z-index: 1;
  top: unset;
  bottom: 20px;
  left: unset;
  right: 20px;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.posts .col-thumb .blog-post-thumb,
.posts .col-thumb .main-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.posts .col-excerpt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.posts .col-excerpt-full {
  width: 100%;
}
.posts h2 {
  margin: 13px 25px 5px;
}
.posts .excerpt {
  margin: 5px 25px 0;
  font-size: 16px;
  width: calc(100% - 50px);
}
.posts .excerpt p {
  margin-bottom: 0;
}

.posts-pagination {
  width: 40%;
  margin: auto;
  margin-bottom: 124px;
}

#overlayblue {
  display: none;
}

body.terms-list-heading-open {
  overflow-y: hidden;
}
body.terms-list-heading-open #overlayblue {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(38, 55, 184, 0.6);
}

.post-template-single-2cols-tpl.blog-archive-section .post-container .posts {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed {
    position: fixed;
    z-index: 10;
    top: unset;
    bottom: 0;
    left: 0 !important;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 81px;
    box-shadow: 0 -9px 14px 0 rgba(38, 55, 184, 0.1);
    overflow: hidden;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.open, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed.open {
    height: auto;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.open .terms-list-heading:after, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed.open .terms-list-heading:after {
    transform: translateY(-50%) rotate(0);
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .terms-wrapper, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .terms-wrapper {
    margin-bottom: 0;
    border-radius: 0;
    padding: 0 0 24px;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .terms-list-heading, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .terms-list-heading {
    margin-bottom: 10px;
    padding: 0 24px;
    min-height: 81px;
    height: 81px;
    font-size: 20px;
    color: #2637B8;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F5FB 100%);
    cursor: pointer;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .terms-list-heading:after, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .terms-list-heading:after {
    transform: translateY(-50%) rotate(180deg);
    right: 25px;
    width: 19px;
    height: 19px;
    background: url("./../../images/chevron.svg") no-repeat center;
    background-size: contain;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .terms, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .terms {
    order: 3;
    margin-top: 10px;
    min-height: 260px;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .terms a, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .terms a {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 24px;
    border-radius: 0;
    font-size: 16px;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .terms .count, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .terms .count {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner div.search-form, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed div.search-form {
    padding: 0 24px;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .search-form, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .search-form {
    margin: 0;
    height: 60px;
  }
  .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner .search-field, .post-template-single-2cols-tpl.blog-archive-section .post-container .post-additional-col .post-additional-col-inner.fixed .search-field {
    height: 54px;
  }
}
.post-template-single-2cols-tpl.blog-archive-section + .contact-blue {
  margin-top: 60px;
}

@media (max-width: 991px) {
  body.blog-archive-page #upbutton,
  body.blog-archive-page div[id*=gb-widget] {
    display: none !important;
  }
}
.category-description {
  margin: 30px auto 60px;
  max-width: 800px;
}

.page-numbers {
  outline: none !important;
}

.more-posts-bar {
  margin: 30px 0;
  border-top: 3px solid #E5E5E5;
  padding: 20px 0;
}
.more-posts-bar .more-posts-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.more-posts-bar .prev-post a {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .more-posts-bar .prev-post a {
    align-items: flex-start;
  }
}
@media (max-width: 475px) {
  .more-posts-bar .prev-post a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .more-posts-bar .prev-post {
    display: block;
    margin: 0 0 15px;
  }
}
.more-posts-bar .prev-post img {
  display: block;
  margin-right: 10px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .more-posts-bar .prev-post img {
    max-width: 100px;
  }
}
@media (max-width: 385px) {
  .more-posts-bar .prev-post img {
    max-width: 80px;
  }
}
.more-posts-bar .next-post {
  text-align: right;
}
.more-posts-bar .next-post a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .more-posts-bar .next-post a {
    align-items: flex-start;
  }
}
@media (max-width: 475px) {
  .more-posts-bar .next-post a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .more-posts-bar .next-post {
    display: block;
    margin: 15px 0 0;
  }
}
.more-posts-bar .next-post img {
  display: block;
  margin-left: 10px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .more-posts-bar .next-post img {
    max-width: 100px;
  }
}
@media (max-width: 385px) {
  .more-posts-bar .next-post img {
    max-width: 80px;
  }
}

.author-data {
  margin: 10px 0 30px;
  font-size: 20px;
  text-align: right;
  font-style: italic;
}

.materials-post-data {
  padding-bottom: 15px;
}
.materials-post-data .separator {
  display: none;
}
.materials-post-data .category,
.materials-post-data .date,
.materials-post-data .duration,
.materials-post-data .views,
.materials-post-data .rate {
  position: relative;
  display: inline-block;
  height: 32px;
  width: auto;
  padding-left: 30px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(32, 34, 38, 0.1);
  border-radius: 100px;
  margin-top: 10px;
  margin-right: 5px;
}
.materials-post-data .rate-active {
  display: none;
}
.materials-post-data .category {
  padding-left: 14px;
  text-transform: uppercase;
}
.materials-post-data .duration,
.materials-post-data .views,
.materials-post-data .date,
.materials-post-data .rate {
  position: relative;
}
.materials-post-data .fa-calendar-check-o::before,
.materials-post-data .fa-clock-o::before,
.materials-post-data .fa-eye::before,
.materials-post-data .fa-star:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #F44D00;
}

.material .materials-post-data .category {
  display: none;
}

.single-material .materials-post-data {
  display: flex;
  flex-wrap: wrap;
}
.single-material .materials-post-data .category {
  display: none;
}
.single-material .rate {
  display: none;
}
.single-material .rate-active {
  display: inline-block;
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(32, 34, 38, 0.1);
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 8px;
}
.single-material .rate-active .voted {
  pointer-events: none;
}
.single-material .rate-active .fa-star:before {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
}
.single-material .rate-active input {
  display: none;
}
.single-material .rate-active input:checked + label .fa-star,
.single-material .rate-active input:checked + label + input + label .fa-star,
.single-material .rate-active input:checked + label + input + label + input + label .fa-star,
.single-material .rate-active input:checked + label + input + label + input + label + input + label .fa-star {
  font-weight: normal;
  opacity: 0.5;
}
.single-material .rate-active:hover .fa-star {
  font-weight: bold !important;
}
.single-material .rate-active input[type=radio]:checked + label:after {
  display: none;
}
.single-material .rate-active label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 4px 0 4px;
  padding-left: 0;
  padding-right: 4px;
}
.single-material .rate-active label:before, .single-material .rate-active label:after {
  display: none;
}
.single-material .rate-active label:hover + input + label .fa-star, .single-material .rate-active label:hover + input + label + input + label .fa-star, .single-material .rate-active label:hover + input + label + input + label + input + label .fa-star, .single-material .rate-active label:hover + input + label + input + label + input + label + input + label .fa-star {
  font-weight: normal !important;
  opacity: 0.5;
}
.single-material .rate-active input[type=radio] {
  display: none;
}

#main-wrapper .search-form-index .search-form {
  position: relative;
  display: flex;
  margin: 20px auto 60px;
  max-width: 600px;
}
#main-wrapper .search-form-index .search-form .search-submit {
  position: absolute;
  right: 0;
}
#main-wrapper .search-form-index .search-form .search-field {
  border-radius: 100px;
  padding-right: 80px;
}

body .searchwp-live-search-results-showing {
  transform: translateY(-100%) translateY(-55px);
  border: 1px solid #E8E8F1;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}
body .searchwp-live-search-result p {
  padding: 0;
  border-bottom: 1px solid #E8E8F1;
}
body .searchwp-live-search-result a {
  position: relative;
  display: block;
  padding: 24px 60px 24px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2637B8;
  white-space: normal;
}
body .searchwp-live-search-result a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("./../../images/link-arrow.svg") no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}
body .searchwp-live-search-result a:hover:after {
  opacity: 1;
}

.blog-post-data .separator {
  display: none;
}
.blog-post-data .category,
.blog-post-data .date,
.blog-post-data .duration,
.blog-post-data .views,
.blog-post-data .rate {
  position: relative;
  display: inline-block;
  height: 32px;
  width: auto;
  padding-left: 30px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(32, 34, 38, 0.1);
  border-radius: 100px;
  margin-top: 10px;
  margin-right: 5px;
}
.blog-post-data .rate-active {
  display: none;
}
.blog-post-data .category {
  padding-left: 14px;
  text-transform: uppercase;
}
.blog-post-data .duration,
.blog-post-data .views,
.blog-post-data .date,
.blog-post-data .rate {
  position: relative;
}
.blog-post-data .fa-calendar-check-o::before,
.blog-post-data .fa-clock-o::before,
.blog-post-data .fa-eye::before,
.blog-post-data .fa-star:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #F44D00;
}

.single-post p {
  line-height: 2;
}
.single-post h1 {
  font-size: 48px;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 0;
}
.single-post h2 {
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 0;
}
.single-post h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 0;
}
.single-post ol, .single-post ul {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .single-post h1 {
    font-size: 32px;
  }
  .single-post h2 {
    font-size: 24px;
  }
  .single-post h3 {
    font-size: 18px;
  }
}
.single-post a {
  color: #2637b8;
  text-decoration: none;
}
.single-post a:hover {
  color: #2637b8;
  text-decoration: underline;
}
.single-post table {
  margin: 10px 0 20px;
}
.single-post table td {
  border: 1px solid grey;
}
.single-post .blog-post-title {
  margin-bottom: 20px;
}
.single-post .blog-post-data {
  display: flex;
  flex-wrap: wrap;
}
.single-post .rate {
  display: none;
}
.single-post .rate-active {
  display: inline-block;
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(32, 34, 38, 0.1);
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 8px;
}
.single-post .rate-active .voted {
  pointer-events: none;
}
.single-post .rate-active .fa-star:before {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
}
.single-post .rate-active input {
  display: none;
}
.single-post .rate-active input:checked + label .fa-star,
.single-post .rate-active input:checked + label + input + label .fa-star,
.single-post .rate-active input:checked + label + input + label + input + label .fa-star,
.single-post .rate-active input:checked + label + input + label + input + label + input + label .fa-star {
  font-weight: normal;
  opacity: 0.5;
}
.single-post .rate-active:hover .fa-star {
  font-weight: bold !important;
}
.single-post .rate-active input[type=radio]:checked + label:after {
  display: none;
}
.single-post .rate-active label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 4px 0 4px;
  padding-left: 0;
  padding-right: 4px;
}
.single-post .rate-active label:before, .single-post .rate-active label:after {
  display: none;
}
.single-post .rate-active label:hover + input + label .fa-star, .single-post .rate-active label:hover + input + label + input + label .fa-star, .single-post .rate-active label:hover + input + label + input + label + input + label .fa-star, .single-post .rate-active label:hover + input + label + input + label + input + label + input + label .fa-star {
  font-weight: normal !important;
  opacity: 0.5;
}
.single-post .rate-active input[type=radio] {
  display: none;
}

.post-data-share {
  float: right;
  display: inline-block;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .post-data-share {
    display: block;
    float: none;
  }
}

.socials-wrapper-article-foo {
  display: flex;
  justify-content: flex-end;
}

.share-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.icon-custom {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
  cursor: pointer;
}
.icon-custom.facebook {
  background: url("./../../images/icon/facebook.svg") no-repeat center;
  background-size: contain;
}
.icon-custom.twitter {
  background: url("./../../images/icon/twitter.svg") no-repeat center;
  background-size: contain;
}
.icon-custom.telegram {
  background: url("./../../images/icon/telegram.svg") no-repeat center;
  background-size: contain;
}
.icon-custom.evernote {
  margin-right: 0;
  background: url("./../../images/icon/evernote.svg") no-repeat center;
  background-size: contain;
}
.icon-custom.linkedin {
  margin-right: 0;
  background: url("./../../images/icon/linkedin.svg") no-repeat center;
  background-size: contain;
}

.row-post .post-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 25px;
}
.row-post .materials-post-data {
  order: 1;
}
.row-post .author-data {
  order: 0;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .category-description {
    margin: 15px auto 30px;
  }
  .posts .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .posts .row-post {
    flex-direction: column;
  }
  .posts .col-thumb {
    display: block;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
  }
  .posts .col-excerpt {
    width: 100%;
  }
  .posts .col-md-5 {
    width: 100%;
    max-width: 100%;
  }
  .posts img {
    width: 100%;
  }
  .posts .col-md-7 {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .posts .col-md-5 {
    max-width: 100%;
  }
  .posts .col-md-7 {
    width: 100%;
  }
  .posts .excerpt {
    width: calc(100% - 50px);
    font-size: 14px;
  }
}
.course-shortcode-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  border: 10px solid #F3F5F8;
  border-radius: 30px;
  padding: 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .course-shortcode-item {
    flex-direction: column;
  }
}
.course-shortcode-item .course-title {
  display: flex;
  flex-grow: 1;
  padding: 10px 15px;
  font-size: 24px;
  color: #1C3843;
}
@media (max-width: 1024px) {
  .course-shortcode-item .course-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .course-shortcode-item .course-title {
    text-align: center;
  }
}
.course-shortcode-item .course-details {
  padding: 10px 22px;
  color: #1C3843;
  border: 2px solid #1C3843;
  border-radius: 100px;
  font-size: 16px;
}

.custom-program-indent.program-wrapper .program-items .programitem-desc li,
.custom-program-indent.program-wrapper .program-items .programitem-desc li:last-child {
  margin-left: 24px;
  width: calc(100% - 24px);
}

.no-bottom-indent {
  padding-bottom: 0 !important;
}

.trainers-social a[href="https://www.facebook.com/"],
.trainers-social a[href="https://linkedin.com/"],
.trainers-social a[href="#"] {
  opacity: 0.5;
  pointer-events: none;
}

body #main-wrapper .menu-item-wpml-ls-9-ru > a:before {
  content: "ru";
  color: #484554;
  background: none;
}
body #main-wrapper .menu-item-wpml-ls-9-ru > a:hover:before {
  color: #2637B8;
}
body #main-wrapper .menu-item-wpml-ls-9-uk > a:before {
  content: "ua";
  color: #484554;
  background: none;
}
body #main-wrapper .menu-item-wpml-ls-9-uk > a:hover:before {
  color: #2637B8;
}
body #main-wrapper .menu-item-wpml-ls-9-en > a:before {
  content: "en";
  color: #484554;
  background: none;
}
body #main-wrapper .menu-item-wpml-ls-9-en > a:hover:before {
  color: #2637B8;
}
body #main-wrapper .menu-item-wpml-ls-9-ru ul li:hover a:before,
body #main-wrapper .menu-item-wpml-ls-9-uk ul li:hover a:before,
body #main-wrapper .menu-item-wpml-ls-9-en ul li:hover a:before {
  color: #2637B8;
}
@media (max-width: 991px) {
  body #main-wrapper .menu-item-wpml-ls-9-ru,
  body #main-wrapper .menu-item-wpml-ls-9-uk,
  body #main-wrapper .menu-item-wpml-ls-9-en {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: transparent;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > a,
  body #main-wrapper .menu-item-wpml-ls-9-uk > a,
  body #main-wrapper .menu-item-wpml-ls-9-en > a {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 4px;
    width: 88px;
    height: 64px;
    color: #2637B8;
    background: #fff;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > a:before,
  body #main-wrapper .menu-item-wpml-ls-9-uk > a:before,
  body #main-wrapper .menu-item-wpml-ls-9-en > a:before {
    background: #fff !important;
    color: #2637B8;
    width: 64px;
    min-width: 64px;
    height: 40px;
    margin: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > a:hover:before,
  body #main-wrapper .menu-item-wpml-ls-9-uk > a:hover:before,
  body #main-wrapper .menu-item-wpml-ls-9-en > a:hover:before {
    color: #2637B8;
    text-decoration: none;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > .sub-menu,
  body #main-wrapper .menu-item-wpml-ls-9-uk > .sub-menu,
  body #main-wrapper .menu-item-wpml-ls-9-en > .sub-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: auto;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > .sub-menu > li,
  body #main-wrapper .menu-item-wpml-ls-9-uk > .sub-menu > li,
  body #main-wrapper .menu-item-wpml-ls-9-en > .sub-menu > li {
    padding: 0;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > .sub-menu > li > a,
  body #main-wrapper .menu-item-wpml-ls-9-uk > .sub-menu > li > a,
  body #main-wrapper .menu-item-wpml-ls-9-en > .sub-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 77px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > .sub-menu > li > a:before,
  body #main-wrapper .menu-item-wpml-ls-9-uk > .sub-menu > li > a:before,
  body #main-wrapper .menu-item-wpml-ls-9-en > .sub-menu > li > a:before {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff;
    width: 64px;
    min-width: 64px;
    height: 40px;
    margin: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru > .sub-menu > li > a:hover:before,
  body #main-wrapper .menu-item-wpml-ls-9-uk > .sub-menu > li > a:hover:before,
  body #main-wrapper .menu-item-wpml-ls-9-en > .sub-menu > li > a:hover:before {
    color: #fff;
    text-decoration: none;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru ul li:hover,
  body #main-wrapper .menu-item-wpml-ls-9-uk ul li:hover,
  body #main-wrapper .menu-item-wpml-ls-9-en ul li:hover {
    background: none !important;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru ul li:hover a,
  body #main-wrapper .menu-item-wpml-ls-9-uk ul li:hover a,
  body #main-wrapper .menu-item-wpml-ls-9-en ul li:hover a {
    color: #fff;
  }
  body #main-wrapper .menu-item-wpml-ls-9-ru .rh-arrow,
  body #main-wrapper .menu-item-wpml-ls-9-uk .rh-arrow,
  body #main-wrapper .menu-item-wpml-ls-9-en .rh-arrow {
    display: none;
  }
}
body #main-wrapper .navigation-menu .desktop-menu .menu-item .menu-item, body #main-wrapper .navigation-menu .desktop-menu .menu-item .menu-item:first-child, body #main-wrapper .navigation-menu .desktop-menu .menu-item .menu-item:last-child {
  padding-left: 0;
  padding-right: 0;
}
body .navigation-menu .mobile-menu li .rh-arrow {
  background: url(../../images/chevron-down.svg);
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
body .navigation-menu .mobile-menu li:hover .rh-arrow {
  background: url(../../images/chevron-down-blue.svg);
}
body .navigation-menu .desktop-menu li.menu-item-has-children:after {
  top: 8px;
  right: 6px;
  width: 7px;
  height: 4px;
}
@media (max-width: 1199px) {
  body .navigation-menu .desktop-menu li.menu-item-has-children:after {
    right: 0;
  }
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul {
  top: 100%;
  margin-top: 27px;
  margin-left: 0;
  filter: drop-shadow(0px 16px 20px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul:before {
  content: "";
  display: block;
  height: 27px;
  width: 100%;
  position: absolute;
  top: -27px;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul:after {
  content: "";
  display: block;
  position: absolute;
  border: 11px solid transparent;
  border-bottom: 11px solid #fff;
  top: -21px;
  right: calc(100% - 44px);
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li {
  padding: 0;
  border-top: 0;
  transition: background 0.5s ease-out;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li a {
  width: 100%;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li:first-child:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li:last-child:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li:hover {
  background: #ECF8FF;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li:hover a {
  color: #2637B8;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li:hover a:after {
  opacity: 1;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li a {
  display: block;
  padding: 24px 64px 24px 24px;
  color: #000;
  font-size: 15px;
  text-shadow: 0 0 0.1px #000;
  transition: color 0.5s ease-out;
}
body .navigation-menu .desktop-menu li.menu-item-has-children ul li a:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 20px;
  height: 7px;
  background: url(./../../images/link-arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 30px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
body .navigation-menu .desktop-menu li.custom-contact-menu > a:hover {
  cursor: pointer;
}
body .navigation-menu .desktop-menu li.custom-contact-menu:hover > ul {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
body .navigation-menu .desktop-menu li.custom-contact-menu:hover > ul .line-socials .social-item a {
  pointer-events: all;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  right: 24px;
  min-width: 370px;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li {
  padding-top: 24px;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-bottom: 24px;
  flex-wrap: wrap;
  white-space: normal;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li:hover a:after {
  display: none;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li a {
  text-shadow: none;
  padding: 0;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li h4 {
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #000000;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li h4 span {
  margin-left: 15px;
  max-width: 90%;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li h4 span b {
  color: #F84136;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li .custom-contact-menu-item_link {
  margin-left: 39px;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.25px;
  color: #484554;
  text-decoration: none;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul li:hover {
  background: none;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .custom-contact-menu-item_long-text {
  white-space: normal;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .custom-contact-menu-item_long-text span {
  max-width: 90%;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 0;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials::after {
  display: none;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials a::before {
  display: none;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials ul::after,
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials ul::before {
  display: none;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials ul {
  opacity: 1;
  visibility: visible;
  position: static;
  margin-top: 0;
  flex-direction: row;
  filter: none;
  justify-content: space-between;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials ul li {
  max-width: 30%;
  min-width: 50px;
  border-bottom: none;
  padding: 0 !important;
  text-align: center;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul .line-socials ul li:hover {
  opacity: 0.85;
}
body .navigation-menu .desktop-menu li.custom-contact-menu ul:after {
  right: 21px;
}
body .navigation-menu .desktop-menu li.contact-menu-active > a:hover {
  cursor: default;
}
body .navigation-menu .desktop-menu li.contact-menu-active ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transition: opacity 0.05s ease-out;
}
body .navigation-menu .desktop-menu li.contact-menu-active ul li {
  transition: opacity 0.05s ease-out;
}
body .navigation-menu .desktop-menu li.contact-menu-active ul li a {
  transition: opacity 0.05s ease-out;
}

.contact-menu-displaying:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.contact-menu-displaying .page-header__logo-image {
  opacity: 0.5;
}
.contact-menu-displaying .menu-item:hover > a {
  text-shadow: none;
  color: #484554;
  cursor: default;
}
.contact-menu-displaying .desktop-menu li.custom-contact-menu .custom-contact-menu-item_link:hover {
  cursor: pointer;
}
.contact-menu-displaying .desktop-menu li.custom-contact-menu .social-item a:hover {
  cursor: pointer;
}
.contact-menu-displaying .navigation-menu .desktop-menu li:hover > ul {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.desktop-menu .menu-item {
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .desktop-menu .menu-item {
    padding: 0 10px;
  }
}

footer #media_image-2,
footer #media_image-4,
footer #media_image-5 {
  display: inline-block;
  margin: 0 10px 10px;
}

.wpcf7-submit {
  margin: auto;
}

.subscribe .mc-email {
  outline: none;
}

#main > .container > .row .col-12 > p {
  margin-bottom: 0;
}

.map {
  margin-bottom: -20px;
}

.map iframe {
  width: 100% !important;
  height: 580px !important;
}

.single-post .contactform-item {
  display: flex;
  justify-content: center;
}

@keyframes size-x-animation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  85% {
    transform: translateX(-50%) scale(1);
  }
  90% {
    transform: translateX(-50%) scale(1.1);
  }
  95% {
    transform: translateX(-50%) scale(1.3);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes size-x-rotate-animation {
  0% {
    transform: rotate(45deg) scale(1);
  }
  30% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.35);
  }
  70% {
    transform: rotate(45deg) scale(1);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}
.registerform-event-button {
  animation: size-x-animation 2.8s infinite ease-in-out;
}

.breadcrumbs-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(38, 55, 184, 0.02);
}
@media (max-width: 767px) {
  .breadcrumbs-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  color: #28272D;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.breadcrumbs .bc-arrow {
  display: inline-block;
  margin: 0 8px;
  width: 20px;
  height: 8px;
  background: url("./../../images/arrow-breadcrumbs-right.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .breadcrumbs .bc-arrow {
    margin: 0 10px 0 0;
    width: 24px;
    height: 7px;
  }
  .breadcrumbs .bc-arrow.bc-arrow-mobile {
    background: url("./../../images/arrow-breadcrumbs-mobile.svg") no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 13px;
    line-height: 1.2;
  }
}
.breadcrumbs a {
  color: #2637B8;
}
.breadcrumbs a:hover {
  color: #1d2a8e;
  text-decoration: none;
}
.breadcrumbs .bc-arrow-mobile {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumbs.bc-mobile .home,
  .breadcrumbs.bc-mobile .bc-arrow:not(.bc-arrow-mobile),
  .breadcrumbs.bc-mobile .breadcrumb-item:not(.bc-item-mobile) {
    display: none;
  }
  .breadcrumbs.bc-mobile .bc-arrow-mobile {
    display: inline;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .single-trainer .breadcrumbs > span {
    display: none;
  }
  .single-trainer .breadcrumbs > span[class="0-item"] {
    display: block;
  }
  .single-trainer .breadcrumbs > span.first-item + .separator {
    display: block;
  }
  .single-trainer .breadcrumbs > span.first-item + .separator .bc-arrow {
    transform: rotate(180deg);
  }
}
.woocommerce-form-login-toggle {
  display: none;
}

.checkout-heading {
  display: block;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .checkout-heading {
    margin: 30px 0;
  }
}

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