:root {
  --red: #621100;
  --black: #000;
  --green: #02BE0F;
  --grey: #555460;
  --container: 1500px;
}


.block-tab__main .link-green {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 1;
}

.trainer__boxs > div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.block-tab__main .link-green span {
  margin-left: 50px;
}


a, button, .btn {
  text-transform: uppercase;
}

.top .social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social img {
  min-width: 24px;
  height: 24px;
}
.swiper-gallery .swiper-slide {
  width: 51.808%;
}
.dark-social .link-green {
  min-width: 268px;
  font-size: 36px;
}

.logo__block  img {
  filter: grayscale(100%);
  filter: brightness(0) invert(1);
}

.logo__block:hover img {
  
}

section#coorp .logo__block  img,
.modal-dialog .logo__block  img {
  filter: brightness(0) invert(0);
}

.gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: auto;
  height: 6px;
  background: #bcbcbc;
  margin: 10px 0px;
  bottom: 0px;
  left: 15px;
  right: 15px;
  z-index: 3;
}
.gallery .swiper-scrollbar-drag:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: 50%;
  transform: translate(0px, -50%);
  background: var(--red);
  border-radius: 50px;
  transition: .23s;
}
.gallery  .swiper-scrollbar-drag {
  border-radius: 50px !important;
  cursor: grab;
  height: 6px;
  margin-top: 0px;
  transition: .25s;
}

.gallery  .swiper-scrollbar-drag:hover {
  height: 14px;
  margin-top: -4px;
}

.gallery .swiper-scrollbar-drag:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.gallery .swiper-scrollbar-drag:hover:before {
  height: 14px;
}
.gallery .container {
  position: relative;
  margin-top: 15px;
}
.swiper-gallery {
  padding-left: 50px!important;
  padding-bottom: 15px!important;
}

.gallery-item img {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.swiper-gallery .swiper-slide {
  padding: 15px 0px 25px;
}

.gallery-item {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  outline: none;
}

.gallery-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery {
  margin-top: -15px;
}

.single .gallery {
  margin: 0 0 120px;
}

@media only screen and (max-width: 1580px) {
  .swiper-gallery {
    padding-left: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 991px) {

  .single .gallery {
    margin: 0 0 80px;
}

}


@media only screen and (max-width: 576px) {

  .gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 15px;
    right: 15px;
  }

  .swiper-gallery {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gallery {
    margin-top: 0px;
  }
  .swiper-gallery .swiper-slide {
    padding: 0px 0px 0px;
  }
  .swiper-gallery {
    padding-bottom: 30px !important;
  }
  .gallery-item img {
    box-shadow: none;
  }
}


























.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.trainings-list .swiper-slide {
  height: auto;
}

.trainings-list .swiper-slide .training-item,
.trainings-list .swiper-slide .training-item__wrap {
  height: 100%;
}

.trainings-list .swiper-wrapper {
  display: flex;
  height: 100%;
  align-items: stretch;
}
.desc_h {
  display: none;
}
button.button-more.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@keyframes langAnim {
  0% {
      opacity: 0;
      
  }
  95% {
      opacity: 0;
     
  }
  100% {
    opacity: 1;
   
  } 
}


.lang {
  opacity: 0; 
  animation: langAnim 1s ease-in-out forwards; 
}





.select2-selection__rendered {
  cursor: pointer;
}



.tabs {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
}

.tab-button {
  font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    padding: 0;
    color: #000;
    cursor: pointer;
}

.tab-button.active {
  color: var(--red);
}

.posts-tab {
  display: none;
}

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

.post-item {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
}




.post.visible {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards; 
}

.main-posts-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}



#ajax-posts-container > div:nth-child(3),
.main-posts-wrapper > div:nth-child(3)  {
  grid-area: auto / 1 / auto / 3;
}
#ajax-posts-container > div:nth-child(2),
.main-posts-wrapper > div:nth-child(2) {
  grid-area: auto / 2 / auto / 4;
}
#ajax-posts-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#ajax-posts-container > div:nth-child(2):before, 
#ajax-posts-container > div:nth-child(3):before,
.main-posts-wrapper > div:nth-child(2):before, 
.main-posts-wrapper > div:nth-child(3):before {
  padding-top: 42%;
}


@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


.post-animation {
  opacity: 0; 
  animation: fadeIn 0.5s ease-in-out forwards; 
}




























.first-decor > div {
  opacity: 0;
}

.firstscreen .anim {
  opacity: 0;
}


.first-tr__top > div {
  opacity: 0;
}

.first-tr__meta .anim {
  opacity: 0;
}


.first-tr__nav .anim,
.article__intro .anim {
  opacity: 0;
}

.intor__img,
.intro__content .anim {
  opacity: 0;
}



@media only screen and (min-width: 1200px) {
  .single-trainings .site-header {
    padding-top: 48px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 77%, rgba(0, 0, 0, 0.29) 88%, rgba(255, 255, 255, 0) 100%);
  }

  .single-trainings .site-header.scroll {
    background: #000;
    padding-top: 20px;
  }

  .single-trainings .site-header #main-nav > ul {
    padding: 0;
    margin: 0;
    gap: 25px;
  }

  .single-trainings .site-header #main-nav > ul:after {
    display: none;
  }

  .single-trainings .lang {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: auto;
  }

  .single-trainings .site-header .container {
    display: flex;
    align-items: center;
  }
  .single-trainings .page-inner {
    padding-top: 0px;
  } 

  .header__title {
    font-size: 32px;
    line-height: 120%;
    color: #6a6978;
    font-weight: 300;
    padding-left: 16px;
    position: relative;
    margin-right: 65px;
  }
  .first-tr__top {
    padding-top: 180px;
  }
  .header__title:after {
      content: '';
      display: block;
      width: 50%;
      position: absolute;
      left: 0;
      bottom: -6px;
      height: 2px;
      background: #00e400;
  }

}


.single-trainings .container {
  max-width: 1360px;
}



.single-trainings .footer {
  padding: 0;
}










body {
  margin: 0;
  -webkit-font-smoothing: auto;
  /*font-family: 'Bebas Neue';*/
  font-family: 'Bebas Neue Pro';
  color: var(--black);
  text-transform: uppercase
}

.container {
  max-width: var(--container);
}

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

.hidden {
  display: none;
}

.site-header #main-nav > ul > li > a {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #555460;
  padding: 0 8px;
  line-height: 1;
  position: relative;
}

.site-header #main-nav > ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.site-header #main-nav > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1010px;
  margin: 16px auto 0;
  position: relative;
  padding-top: 20px;
}

.site-header #main-nav > ul > li.current-menu-item > a:before, 
.site-header #main-nav > ul > li > a:hover:before {
  width: 100%;
}
.site-header #main-nav > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0%;
  background: var(--green);
  transition: .15s;
  height: 1px;
  transform: translate(-50%, 0);
}

.admin-bar .site-header {
  top: 32px;
}
.site-header {
  background: var(--black);
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  padding-top: 24px;
  z-index: 2;
  padding-bottom: 0px;
  transition: .15s;
}

.site-header.scroll {
  padding-bottom: 20px;
}

.site-header .container {
  position: relative;
}
.header-mobile {
  display: none;
}

.lang {
  position: absolute;
  right: 20px;
  bottom: 34px;
}
.top .social {
  margin-right: 24px;
}

.social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .btn,
.top .phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.top > a {
  color: var(--green);
  line-height: 1;
  margin-right: 32px;
}

.top .btn {
  color: var(--grey);
}

a,
a:hover {
  text-decoration: none;
  transition: .15s;
}

.btn {
  padding: 0;
}



main {
  flex: 1 0 auto;
}
#page {
  display: flex;
  flex-direction: column;
}
html, body, #page {
  height: 100%;
}

.footer__contact a, .footer__contact p {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 0 40px;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__editor {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 54px;
}

#footer-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

#footer-nav a {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  padding: 0;
}

.site-footer {
  padding: 80px 0;
}

.firstscreen {
  padding-top: 175px;
  background: #000;
  color: #fff;
}

.firstscreen h1 {
  font-weight: 700;
  font-size: 144px;
  text-align: center;
  line-height: 1;
}

.firstscreen__meta p {
  font-weight: 400;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  margin: 0 0 30px;
}

.btn-video {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  max-width: 258px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 16px;
  padding-right: 40px;
  background: #000;
  border-radius: 60px;
  position: relative;
  left: 150px;
}

.btn-video span {
  display: block;
  width: 57px;
  height: 57px;
  background: #02BE0F;
  border-radius: 50%;
  position: relative;
  min-width: 57px;
}

.btn-video span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #02BE0F;
  filter: blur(4px);
}

.btn-video span:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 10px;
  border-top-width: 10px;
  border-left: 17px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(2px, -50%) rotate(0deg);
  right: 0;
  margin: 0 auto;
}

.btn-video:hover {
  color: #fff;
}

.first-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.firstscreen .container {
  position: relative;
}

.first-decor__img1 {
  left: 0px;
}

.first-decor__img2 {
  right: 0;
}

.first-decor__img2, .first-decor__img1 {
  position: absolute;
  bottom: 0;
}

.first-decor__img1 img {
  transform: translate(-19%, 0px);
}

.first-decor__img2 img {
  transform: translate(30%, 0px);
}

.firstscreen__meta, .slider-wrap {
  position: relative;
  z-index: 1;
}


.first-cirles {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.firstscreen {
  overflow: hidden;
}

.circle.circle--1 {
  width: 950px;
  height: 715px;
  border-radius: 50%;
  background: var(--red);
  filter: blur(220px);
  position: absolute;
  bottom: 0px;
  transform: translate(-21%, 54%);
}

.circle.circle--2 {
  width: 715px;
  height: 780px;
  border-radius: 50%;
  background: var(--red);
  filter: blur(220px);
  position: absolute;
  bottom: 0px;
  transform: translate(30%, 54%);
  right: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {

}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

p {
  margin-bottom: 0em;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}



.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}




.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 0rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.btn--menu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  width: 32px;
  height: 32px;
  justify-content: center;
}

.btn--menu span {
  height: 2px;
  background: #6A6978;
  transition: .15s;
}

.btn--menu span:nth-child(even) {
  width: 18px;
}

.btn--menu span:nth-child(odd) {
  width: 24px;
}

.btn--menu span:nth-child(odd) {
  transform: translate(0px, 0px) rotate(0deg);
}
.btn--menu.menu-open span:nth-child(odd) {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn--menu.menu-open span:nth-child(1) {
  transform: translate(0px, -50%) rotate(45deg);
}

.btn--menu.menu-open span:nth-child(3) {
  transform: translate(0px, -50%) rotate(-45deg);
}

.btn--menu {
  position: relative;
}

.btn--menu.menu-open span:nth-child(even) {
  display: none;
}


.btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}





.we {
  padding: 140px 0 120px;
}

.we__block {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 30px;
}

.we__content h2 {
  font-weight: 700;
  font-size: 96px;
  line-height: 92%;
  margin: 0 0 48px;
}

.we__content h2 span {
  color: var(--red);
}

.we__content p {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.05;
  max-width: 740px;
}

.we .item__value {
  font-weight: 700;
  font-size: 96px;
  line-height: 92%;
  margin: 0 0 4px;
}

.we .item__name {
  font-weight: 700;
  font-size: 32px;
  max-width: 252px;
  line-height: 1;
}

.we .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.we .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 60px 0;
  border-radius: 400px;
  background: #621100;
  color: #fff;
  position: relative;
}

.we .items:before, .we .items:after {
  content: '';
  display: block;
  position: absolute;
}

.we .items:before {
  width: 66%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  background: #7d1702;
  border-radius: 400px;
}

.we .item {
  position: relative;
  z-index: 1;
}

.we .items:after {
  width: 33%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 500px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  background: #8e1a02;
}



.we__media img {
  transform: translate(-20px, 10px);
}

.target {
  padding: 56px 0;
  background: #000;
  color: #fff;
}

.title-large {
  font-size: 144px;
  line-height: 110%;
  font-weight: 700;
}

.target .title-large {
  margin: 0 0 6px;
}

.target .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.target .item {
  flex: 0 0 50%;
  padding: 40px 0 24px;
  display: grid;
  grid-template-columns: 133px 1fr;
  align-items: center;
  gap: 40px;
  border-bottom: 1px dashed #6a6978;
}

.target .item:last-child {
  border: 0;
}

.target .item__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  padding-right: 60px;
}

.target .item__name span {
  font-weight: 300;
}


.key {
  padding-top: 140px;
}

.key h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 88%;
  text-align: center;
}

.key__block .item {
  position: relative;
  padding-left: 44px;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  min-height: 105px;
}

.key__block .item:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: var(--red);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.key__block {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
}

.key .items {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.key__media {
  position: relative;
  flex: 1 0 auto;
}

.key__media img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  min-width: 780px;
}

.key__center {
  display: flex;
  flex-direction: column;
}


.title-label {
  text-align: center;
}
.title-label h2 {
  display: inline-flex;
  margin: 0;
  padding: 16px 30px;
  min-width: 290px;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  border-radius: 24px 24px 0 0;
  line-height: 1.2;
}
.trainings .title-label h2 {
  background: #fff;
}
.trainings .title-label {
  background: #000;
}
.master .title-label h2 {
  background: #000;
  color: #fff;
}
.master .title-label {
  background: #fff;
}
.title-label {
  text-align: center;
}
.coach .title-label h2 {
  background: #fff;
}

.edges {
  background: #000;
}
.edges .title-label {
  background: #fff;
}

.edges .title-label h2 {
  background: #000;
  color: #fff;
}

.edge-wrap .item__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  max-width: 260px;
  text-align: center;
}

.edge-wrap .item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.edge-wrap .item__img {
  position: relative;
  width: 100%;
  max-width: 390px;
  border-radius: 50%;
}

.edge-wrap .item__img:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.edge-wrap .item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow-slide {}

.sliderNav > div {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
}


.edge-wrap {
  position: relative;
}
.edge-wrap .sliderNav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, calc(0% + 48px));
  opacity: 0;
}
.edge-wrap {
  position: relative;
  padding: 100px 0;
}


.sliderNav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sliderNav > div:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 8px;
  border-top-width: 8px;
  border-left: 16px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%) rotate(0deg);
  right: 0;
  margin: 0 auto;
}

.sliderNav > div.prev:before {
  transform: translate(0px, -50%) rotate(180deg);
}

.trainings .items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 100px 0;
}

.trainings .items > div {
  flex: 0 0 calc(100%/3 - 40px);
}
.trainings .item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trainings .item__img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.trainings .item__img:before {
  content: '';
  display: block;
  padding-top: 165%;
}

.trainings .item {
  position: relative;
}

.trainings .item__meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trainings .item__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin: 0 0 24px;
}

.trainings .item a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.trainings .item a {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  color: #000;
  background: #fff;
  display: inline-flex;
  padding: 0 32px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.master {
  background: #000;
}

.master .item {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
}

.master .item .date {
  font-weight: 700;
  font-size: 144px;
  color: var(--red);
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-right: auto;
}

.master .item .date span {
  font-size: 24px;
  position: absolute;
  transform: translate(45px, -53px) rotate(-90deg);
  right: 0;
  bottom: 0;
}

.master .item .name {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  margin: 0 0 32px;
  line-height: 1;
}

.master .item__img {
  position: relative;
  max-width: 418px;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 0 40px;
}

.master .item__img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.master .item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master .author {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

.master .specialization {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 24px;
  line-height: 1;
}

.link-tryangle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.link-tryangle span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
}
.master .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.master .item a:before,
.master .item button:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}
.master .item a,
.master .item button {
  font-weight: 700;
  font-size: 16px;
  background: var(--red);
  color: #fff;
  min-width: 200px;
  height: 56px;
  padding: 0 24px;
  margin-left: auto;
}
.master-decor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.master-wrap {
  padding-top: 128px;
  position: relative;
}

.master-wrap .sliderNav {
  position: absolute;
  top: 48px;
  right: 0;
}

.master-wrap .sliderNav > div {
  background: #6A6978;
}

.master-wrap .sliderNav > div:before {
  border-top-width: 8px;
  border-left: 16px solid #ffffff;
  border-bottom-width: 8px;
}

.coach .title-label {
  background: #000;
}




.coach__block {
  display: grid;
  grid-template-columns: 5.5fr 6.5fr;
  padding: 144px 0 40px;
  gap: 30px;
}

.coach__title {
  font-weight: 700;
  font-size: 160px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--red);
}

.coach__meta .btn {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 0;
  padding: 0 32px;
}

.coach__meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 56px;
}

.coach__meta .footer__social {
  gap: 8px;
  margin: 0;
}
.coach__content li {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  margin: 0 0 24px;
  position: relative;
  padding-left: 46px;
}

.coach__content li:last-child {
  margin: 0;
}

.coach__content ul {
  padding-right: 50px;
}

.coach__content .editor p {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}

.coach__content li:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}





.clients {
  background: #000;
}
/*
.fancybox__toolbar.is-absolute {
  display: none !important;
}*/

.clients .title-label {
  background: #fff;
}

.clients .title-label h2 {
  color: #fff;
  background: #000;
}
.logos {
  padding: 48px 0;
}
.logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.logo__block img {
  opacity: .7;
  transition: .15s;
}

.logo__block:hover img {
  opacity: 1;
}

.logo__block span {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--red);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .15s;

  transform: translate(0px, calc(-50% + 11px));
}


.logo__block:hover span {
  opacity: 1;
}

.logo__block span:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  content: '';
  display: block;
}

.logo__block {
  position: relative;
}

.logo__block:before {
  content: '';
  display: block;
  padding-top: 55%;
}
.logo__block img {
  position: absolute;
  top: 50%;
  left: 24px;
  right: 24px;
  margin: 0 auto;
  transform: translate(0px, -50%);
  max-height: 56px;
  width: auto;
  max-width: calc(100% - 48px);
}

.logoSlider__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.logos-mobile {
  display: none;
  position: relative;
}

.logos-mobile .sliderNav > div {
  background: #6A6978;
}

.logos-mobile .sliderNav > div:before {
  border-left-color: #000;
}

.logos-mobile .sliderNav {
  position: absolute;
  top: 48px;
  right: 16px;
}

.logos-mobile {
  position: relative;
}

.coach__meta .btn span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 72px;
}
.reviews-block .container {
  padding-top: 100px;
  padding-bottom: 80px;
}

.reviews-block .title-label h2 {
  background: #fff;
}
.reviews-block .title-label {
  background: #000;
}

.reviews-block .container {
  padding-top: 100px;
  padding-bottom: 80px;
}

.reviews-block .title-label {
  background: #000;
}

.reviews-block .title-label h2 {
  background: #fff;
}

.reviews__title {
  font-weight: 700;
  font-size: 144px;
  line-height: 110%;
  color: var(--red);
  margin: 0 0 40px;
}

.reviews__editor.editor {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  max-width: 78%;
  margin: 0 0 100px;
}

.youtube > div {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  border-radius: 52px;
  overflow: hidden;
}

.youtube > div:before {
  content: '';
  display: block;
  padding-top: 56.4%;
}

.youtube > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review {
  background: #505050;
  padding: 24px 24px 32px 24px;
}

.reiview__img {
  border-radius: 16px;
  overflow: hidden;
  width: 148px;
  height: 148px;
}

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

.review__meta {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 20px;
  position: relative;
}

.review .name {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
}

.review .job {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #b8b8b8;
}

.review__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review__info span {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  position: absolute;
  top: 0;
  right: 0;
}

.review .desc {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin: 22px 0;
}

.review a {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.reviews-wrap__block {
  background: #eee;
  padding: 52px 52px 72px;
}

.reviews-wrap .sliderNav > div {
  background: var(--red);
}

.reviews-wrap .sliderNav > div:before {
  border-bottom-width: 8px;
  border-top-width: 8px;
  border-left: 16px solid #ffffff;
}

.reviews-wrap .sliderNav {
  justify-content: flex-end;
  margin: 120px 0 24px;
}


.form-contact__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-contact {
  background: #000;
}

.form-contact__main {
  padding: 200px 0;
}

.form-contact__main h2 {
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  line-height: 1;
  margin: 0 0 40px;
}
.form-contact__main form {
  max-width: 428px;
}

.fields .field:nth-child(1),
.fields .field:nth-child(2),
.fields .field:nth-child(3) {
  border: 1px solid #38bb00;
}

.fields .field:nth-child(1),
.fields .field:nth-child(2) {
  border-bottom: 0;
}





input:-webkit-autofill {
  font-size: 24px !important;
  background-color: #000000 !important;
  color: #ffffff !important;          
  border: 0px solid #ffffff !important;
  -webkit-text-fill-color: #ffffff !important; 
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:focus {
  background-color: #000000 !important;
  font-size: 24px !important;
  color: #ffffff !important;      
}


.fields input,
.fields input:focus {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
  height: 56px;
  font-size: 24px;
  color: #fff;
  outline: none;
  box-shadow: none;
}

span.wpcf7-not-valid-tip {
  display: none;
}
.fields input.wpcf7-not-valid::placeholder,
.fields input.wpcf7-not-valid {
  color: var(--red);
}
.fields input::placeholder {
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  color: #38bb00;
  margin-top: 20px;
}

.field .btn span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000000;
  margin-left: 72px;
}

.field .btn {
  width: 100%;
}
.iti__selected-country-primary {
  color: #fff;
}

.iti__flag.iti__us {
  color: #fff!important;
}

.iti .iti__selected-dial-code {
  color: #fff;
  font-size: 24px;
}
/*
.fields .field:nth-child(1) input, .fields .field:nth-child(2) input {
  border-bottom: 0;
}*/



.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text], 
.iti input.iti__tel-input[type=tel] {
 
}
.fields input.iti__search-input {
  height: auto;
  font-size: 16px;
  color: #000;
  padding: 10px 30px;
  background: #fff !important;
}
.iti__selected-dial-code {
  position: relative;
  top: 1px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

.field.accept-field label span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-left: 48px;
  max-width: 380px;
  line-height: 1.1;
}

.field.accept-field label, .field.accept-field span {
  margin: 0;
}

.field.accept-field label input {
  display: none;
}

.field.accept-field {
  margin: 16px 0;
}

.field.accept-field label span:before, 
.field.accept-field label span:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 8px;
  border: 1px solid #38bb00;
  border-radius: 2px;
}

.field.accept-field label span:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check.svg) no-repeat center;
  opacity: 0;
}



.field.accept-field label input:checked ~ span:before {
  opacity: 1;
}

.field .btn {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #000;
  background: #38bb00;
  padding: 0 32px;
  height: 64px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-contact__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-contact__media {
  position: absolute;
  width: 50vw;
  height: 100%;
}
.form-contact {
  position: relative;
}


.materials {
  color: #fff;
}

.materials__block h2 {
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  margin: 0 0 40px;
}

.materials__block p {
  font-weight: 700;
  font-size: 144px;
  color: #6a6978;
  line-height: 1;
  margin: 0 0 320px;
}

.materials .btn {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: var(--red);
  background: #fff;
  padding: 0 32px;
  border-radius: 0;
  height: 72px;
}

.materials .btn span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #621100;
  margin-left: 72px;
}

.materials .container {
  display: grid;
  grid-template-columns: 5fr 7fr;
}



.materials__wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -1;
}

.materials__media {
  position: relative;
}

.materials__media img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 950px;
}

.materials__block {
  padding: 48px 0;
}
.materials__wrap {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}
.sep {
  font-weight: 700;
  font-size: 144px;
  color: #fff;
  line-height: .85;
  margin-left: 34px;
 transform: translate(-10px, 0px);
}


.preview__dates {
  display: inline-flex;
  align-items: center;
}
.preview__date {
  font-weight: 700;
  font-size: 144px;
  color: #fff;
  line-height: .85;
  position: relative;
  display: inline-block;
}

.preview__date span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  line-height: 1;
  bottom: 7px;
  right: -13px;
  transform: translate(100%, 0) rotate(270deg);
  transform-origin: left center;
}

.preview__title {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  max-width: 240px;
  line-height: .95;
}

.preview__desc span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.05;
  display: block;
  padding-top: 3px;
}

.preview__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.preview__logo img {
  max-height: 24px;
}

.preview__logo {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

.training-item__wrap {
  background: linear-gradient(180deg, rgba(83, 83, 83, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 24px;
  padding: 32px;
}

.training-item.firstsl .training-item__wrap {
  background: linear-gradient(180deg, rgba(0, 103, 7, 0.8) 0%, rgba(2, 190, 15, 0.8) 100%);
}


.slider-wrap {
 /* -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 8%, #000 91%, rgba(0, 0, 0, 0) 100%);
  mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 4%, #000 12%, #000 86%, rgba(0, 0, 0, 0) 100%);*/
  padding: 0 80px;
}


.trainingSlider.trainings-list.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
.trainingSlider2.trainings-list.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, #000 24px, #000 calc(100% - 24px), rgba(0, 0, 0, 0) calc(100% - 0px));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, #000 24px, #000 calc(100% - 24px), rgba(0, 0, 0, 0) calc(100% - 0px));
}
.trainingSlider,
.trainingSlider2 {
  padding: 30px 0 56px!important;
}

.slider-wrap {
  position: relative;
}



.slider-wrap .sliderNav > div:before {
    border-bottom-width: 8px;
    border-top-width: 8px;
    border-left: 16px solid #ffffff;
}

.slider-wrap .sliderNav > div {
    width: 48px;
    height: 48px;
    background: var(--red);
}

.slider-wrap .sliderNav {
    flex-direction: column;
    gap: 24px;
    position: absolute;
    top: 130px;
    z-index: 1;
    right: 29px;
}

.training-item {
  padding: 26px;
}

.training-item.firstsl > div {
  position: relative;
}

.training-item.firstsl > div:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 24px;
  filter: blur(56px);
  background: linear-gradient(180deg, rgba(1, 126, 9, 0.8) 0%, rgba(2, 190, 15, 0.8) 100%);
  z-index: -1;
  max-height: 240px;
}

.page-inner {
  padding-top: 108px;
}

.contact-section {
  background: #000;
  color: #fff;
  padding: 95px 0;
}

.contact-section h1 {
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 0 0 56px;
}

.contact-block__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 0 56px;
}

.contact-block__media > div {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.contact-block__media > div img, .contact-block__media > div iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-block__media > div:before {
  content: '';
  display: block;
  padding-top: 55%;
}

.contact-block__editor {
  line-height: 1;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.contact-block__editor a {
  color: #fff;
}

#modal-video .modal-content {
  background: rgba(0, 0, 0, 0.8);
  padding: 48px;
  border-radius: 0 0 48px 48px;
}

.modal-backdrop.show {
  opacity: .65!important;
}

#modal-video p {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin: 16px 0;
}
#modal-video .modal-dialog > div {
  max-width: 640px;
}
#modal-video .modal-dialog {
  max-width: 1500px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: 80px;
  align-items: flex-end;
}

#modal-video button.btn.close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  opacity: 1;
}

#modal-video .modal-body {
  padding: 0;
}

#modal-video .modal-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}



#modal-video .modal-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 48px;
    border-radius: 0 0 48px 48px;
}

#modal-video iframe {
  max-height: 340px;
}



#modal-video button.btn.close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    opacity: 1;
}

#modal-video .modal-body {
    padding: 0;
}

#modal-video .modal-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media only screen and (min-width: 1200px) {
  li.menu-item-has-children:hover > a:after {
    transform: translate(0px, 0px) rotate(0deg);
}

  .site-header ul.dropdown-menu {
    display: none!important;
    background: linear-gradient(180deg, rgba(83, 83, 83, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 24px;
    border-radius: 24px;
    min-width: 198px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .site-header ul.dropdown-menu a {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: underline;
    display: block;
    padding: 0;
    margin: 0 0 24px;
  }
  .site-header li.menu-item-has-children:hover  ul.dropdown-menu {
    display: block!important;
  }


  .site-header ul.dropdown-menu li:last-child a {
    margin: 0;
  }

  li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #6A6978 transparent;
    position: absolute;
    right: 7px;
    top: 9px;
    transform: translate(0px, 0px) rotate(180deg);
  }

  li.menu-item-has-children > a {
      display: flex;
      align-items: center;
      padding-right: 24px!important;
  }

  body.open-drop .firstscreen__meta, body.open-drop .slider-wrap, body.open-drop .first-cirles {
    opacity: .2;
  }

  .firstscreen__meta, .slider-wrap, .first-cirles {
    opacity: 1;
    transition: .15s;
  }

}


#modal-call .modal-content,
#modal-set .modal-content {
  background: #000;
  padding: 24px;
}

#modal-call .modal-body > p,
#modal-set  .modal-body > p {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin: 24px 0;
}

#modal-call .modal-content,
#modal-set .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 15px;
}

#modal-call .modal-content .close,
#modal-set .modal-content .close {
  width: 24px;
  height: 24px;
  opacity: 1;
  margin-left: auto;
}

#modal-call .modal-body,
#modal-set .modal-body {
  padding: 0;
}

.btn.btn--fix {
  background: var(--red);
  position: fixed;
  z-index: 2;
  bottom: 40px;
  right: 40px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.article__intro {
  background: #000;
}

.archive .intro,
.page-template-page-blog .intro {
  position: relative;
  grid-template-columns: 7fr 5fr;
}

.intro-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.intro-btn a {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  height: 100px;
  padding: 0 32px;
  gap: 32px;
}

.intro-btn a:first-child, .intro-btn a:first-child:hover {
  background: var(--red);
  color: #fff;
}

.intro-btn a:last-child, .intro-btn a:last-child:hover {
  background: #fff;
  color: var(--red);
}

.intro-btn a:first-child span {
  border-color: transparent transparent transparent #ffffff;
}

.intro-btn a span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
}

.intro-btn a:last-child span {
  border-color: transparent transparent transparent #621100;
}
.catmenu a {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  padding: 0;
  color: #000;
}
.archive .article__intro,
.page-template-page-blog .article__intro {
  position: relative;

}
.archive .article__intro:before,
.page-template-page-blog .article__intro:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  border: 1px solid #fff;
}
.archive .intro,
.page-template-page-blog .intro {
  padding: 0;
}

.archive .article__intro .container,
.page-template-page-blog .article__intro .container {
  padding-top: 100px;
  position: relative;
}

.intro-btn {
  padding: 30px 0 80px;
}
.catmenu ul {
  display: flex;
  align-items: center;
  gap: 52px;
}

.catmenu a:hover {
  color: var(--red);
}

.catmenu .current-menu-item a {
  color: var(--red);
}




.archive-menu {
  position: relative;
  z-index: 1;
  padding: 90px 0 140px;
}
.archive .intro__content,
.page-template-page-blog .intro__content {
  position: relative;
  z-index: 1;
  min-height: 406px;
  display: flex;
  flex-direction: column;
}
.archive .intro__content h1,
.page-template-page-blog .intro__content h1 {
  margin-top: auto;
}
.archive .intro,
.page-template-page-blog .intro {
  position: relative;
}
.archive .article__intro .intor__img,
.page-template-page-blog .article__intro .intor__img {
  position: absolute;
  right: 0;
  top: 40px;
  width: 50%;
}

.intro__date {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin: 0 0 40px;
  line-height: 1;
}

.intro__content h1 {
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  margin: 0 0 40px;
  line-height: 0.95;
}

.intro__desc {
  font-weight: 400;
  font-size: 30px;
  color: #6a6978;
  line-height: 1.1;
}

.intro {
  display: grid;
  grid-template-columns: 8fr 4fr;
  padding: 100px 0;
}

.intor__img {
  position: relative;
  width: 100%;
}

.intor__img > div {
  position: absolute;
  width: 100%;
}

.intor__img > div:before {
  content: '';
  display: block;
  padding-top: 120%;
}

.intor__img > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article__main {
  padding: 80px 0 100px;
}

.article__main .editor {
  max-width: 880px;
  margin: 0 auto 0px;
}

.article__main .editor > div {
  margin: 0 0 20px;
}

.article__main .editor p {
/*   font-weight: 700; */
  font-size: 24px;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.2;
}

.article__main .editor a {
  color: #000;
  text-decoration: underline;
}

.article__main .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.article__main a.cat-link {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  height: 65px;
  display: inline-flex;
  gap: 40px;
  padding: 0 36px;
  align-items: center;
  margin-top: 56px;
  text-decoration: none;
}
.editor-bottom {
  display: flex;
  justify-content: flex-end;
}

.post__meta h3 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  margin: 0;
}

.post__meta h3 a {
  color: #fff;
}

.post__meta .date {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 16px;
  color: #fff;
  display: block;
}

.post {
  position: relative;
}

.post:before {
  content: '';
  display: block;
  padding-top: 85%;
}

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

.post__meta {
  position: absolute;
  left: 24px;
  z-index: 1;
  top: 24px;
  right: 24px;
  bottom: 24px;
}

.post:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: .2;
}

.related-posts h2 {
  font-weight: 700;
  font-size: 80px;
  margin: 0 0 32px;
}



.related-wrap .sliderNav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, 51%);
}

.related-wrap {
  position: relative;
}

.related-wrap .sliderNav > div {
  background: var(--red);
}

.first-tr {
  color: #fff;
  position: relative;
  height: calc(100vh - 110px);
  min-height: 880px;
}

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

.time-title,
.first-spot > p {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin: 0 0 24px;
}

.time-box {
  gap: 36px;
  background: #fff;
  padding: 32px 40px;
  color: #000;
  display: flex;
  align-items: center;
}

.place {
  font-weight: 700;
  font-size: 40px;
}

p.main-date {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin: 0 0 24px;
}

p.main-date span:first-child {
  font-weight: 300;
}

.time-box > div span:first-child {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.time-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.time-box > div span:last-child {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

.time-box > div:before {
  content: ':';
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  position: absolute;
  right: 0;
  transform: translate(18px, -50%);
  top: 50%;
}

.time-box > div:last-child:before {
  display: none;
}

.first-spot > p {}

.first-spot__number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #000;
}

.first-spot__number {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.first-tr__meta h1 {
  font-weight: 700;
  font-size: 160px;
  line-height: 90%;
}

.first-tr__meta p {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  max-width: 340px;
}

.first-tr__meta p span {
  font-weight: 300;
}

.first-tr__meta {
  display: flex;
  align-items: center;
  gap: 90px;
}

.first-tr__box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.first-tr__center {
  margin-top: auto;
}

.first-tr .container {
  height: 100%;
}

.first-tr__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  overflow: hidden;
}

.first-tr__bg img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 1080px;
  width: 1920px;
  object-fit: cover;
  min-width: 1920px;
  bottom: 0;
}
.link-green:hover {
  color: #000;
}

.link-green {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  background: #00fe00;
  color: #000;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  height: 72px;
}

.link-green span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000000;
  margin-left: 72px;
}

.first-tr__center {
  display: flex;
  gap: 90px;
  padding: 0 0 90px;
}

.first-tr__meta {
  position: relative;
  z-index: 1;
}

.first-tr__meta:before {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0);
  width: 50%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  filter: blur(203px);
}
.course-get {
  padding: 72px 0;
}

.course-get h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 56px;
}

.course-get .items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  gap: 24px;
}

.course-get .item {
  background: #000;
  color: #fff;
  position: relative;
}

.course-get .item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.course-get .item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
}



.course-get .item__top p {
  font-weight: 700;
  font-size: 160px;
  line-height: 1;
}

.course-get .item__top p span {
  font-weight: 300;
  font-size: 40px;
}

.course-get .item__content > p {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
}

.course-get .item__content > p span {
  font-weight: 300;
}

.those-who {
  background: #000;
  padding: 120px 0 140px;
  color: #fff;
  overflow: hidden;
}

.those-who__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}


.those-who__content > div {
  font-weight: 700;
  font-size: 160px;
  line-height: 90%;
  position: relative;
  display: inline-flex;
}

.those-who__content .slogan {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: absolute;
  left: auto;
  max-width: 323px;
  width: 100%;
  top: 0;
  right: 0;
  transform: translate(112%, 0px);
}

.those-who__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.those-who__content a {
  margin-top: 48px;
}
.those-who__media {
  position: relative;
  height: 100%;
}

.those-who__media img {
  min-width: 720px;
  max-width: 720px;
  position: absolute;
  top: 0;
  right: 0;
}

.those-who__content {
  position: relative;
  z-index: 1;
}

.program {
  padding: 72px 0 88px;
}

.program h2 {
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  color: #621100;
  margin: 0 0 48px;
}

.program .item {
  background: #e4e4e4;
  padding: 16px 32px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  margin: 0 0 16px;
  align-items: center;
}

.program .item .title {
  color: var(--red);
}

.program .item:last-child {
  margin: 0;
}

.wolf__media img {
  /* display: none; */
}

.wolf {
  background: #000;
  padding: 120px 0;
}

.wolf__content .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  color: #6a6978;
  margin: 0 0 56px;
  width: 100%;
}

.wolf__content .desc {
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  color: #fff;
  margin: 0 0 56px;
}

.wolf__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.wolf__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wolf__media {
  position: relative;
  height: 100%;
}

.effect {
  padding: 80px 0;
  background: #000;
}

.effect h2 {
  font-weight: 700;
  font-size: 160px;
  line-height: 110%;
  color: #fff;
}

.effect h2 span {
  font-weight: 300;
}

.effect {
  padding: 80px 0;
  background: #000;
}

.effect h2 {
  font-weight: 700;
  font-size: 160px;
  line-height: 110%;
  color: #fff;
}

.effect h2 span {
  font-weight: 300;
}

.effect .item {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}


.effect .item .desc {
  position: relative;
}

.effect .item .desc:before {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  left: -32px;
  top: 16px;
  bottom: 16px;
}
.effect .item:last-child {
  margin: 0;
}
.effect .item {
  margin: 0 0 24px;
}
.effect .item__meta {
  display: flex;
  align-items: center;
  position: relative;
}

.effect .item__meta img {
  margin: 0 40px;
}

.effect .item__meta:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  background: linear-gradient(268deg, #000 31%, #170400 47.5%, #621100 100%);
  height: 120px;
  width: 70%;
}

.effect .item__meta img, .effect .item__meta p {
  position: relative;
  z-index: 1;
}

.effect .item {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}


.prices {
  padding: 56px 0 80px;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.prices h2 {
  font-weight: 700;
  font-size: 120px;
  line-height: 95%;
  margin: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.prices h2 span {
  color: #00fe00;
}

.prices .items {
  max-width: 1032px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
}

.prices .items p {}

.price-box__name {
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  text-align: center;
  margin: 0 0 24px;
}

.price-box__spot {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}

.price-box__img {
  min-height: 260px;
  position: relative;
}

.price-box__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 165%;
}
.spot__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 16px;
}

.spot-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.spot-value span {
  color: #9c9c9c;
}
.price-box__spot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-box__content li {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px dashed #fff;
}

.price-box__content li strong {
  font-weight: 300;
}
.prices .items .price-box:first-child .price-box__img img {
  top: -41px;
}
.price-box__value {
  margin-top: auto;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 16px;
}
.price-box {
  display: flex;
  flex-direction: column;
}
.prices .link-green {
  border-radius: 0;
  display: flex;
  justify-content: space-between;
}


footer.footer-dark {
  color: #fff;
  background: #000;
}

footer.footer-dark .footer__contact a, footer.footer-dark .footer__contact p {
  color: #fff;
}

footer.footer-dark .footer {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.reg h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  color: var(--red);
  margin: 0 0 32px;
}

.reg .desc p {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  margin: 0 0 24px;
}

.reg-block {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 150px;
  align-items: center;
}

.reg-block__form .fields input {
  background: #000;
}

.reg-block__form .field.accept-field label span {
  color: #000;
}

.reg-block .field .btn {
  background: #00fe00;
}

.reg {
  padding: 90px 0;
}
a.dark-social__link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-dark #footer-nav a {
  color: #fff;
}
.dark-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 24px;
}
.dark-social .link-green span {
  margin-left: 40px;
}
.dark-img {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
}
.dark-social a.link-green {
  color: #000!important;
  border-radius: 0;
}
.btn.link-green {
  border-radius: 0px;
  z-index: 100;
}

.support {
  background: #000;
  color: #fff;
  position: relative;
}

.support h2 {
  font-weight: 700;
  font-size: 160px;
  line-height: 110%;
  margin: 0 0 48px;
}

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

.support__content .btn {
  margin-top: 40px;
}

.support__subtitle {
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
}

.support__left {
  max-width: 740px;
}

.support__desc p {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  margin: 0 0 16px;
  position: relative;
  padding-left: 56px;
}

.support__desc p span {
  color: #00fe00;
}

.support__desc p:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #00fe00;
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
}

.support__desc {
  margin: 0 0 32px;
}

.support__img {
  overflow: hidden;
  height: 1400px;
  position: relative;
}


.support .container {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.support__img img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  min-width: 1920px;
}

.support__content {
  padding-bottom: 540px;
}

.tab-content {
  display: none;
}

.tab-content.content-open {
  display: block;
}
.all {
  padding: 90px 0;
}
.all {
  padding: 90px 0;
}

.tab-nav .btn {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: var(--red);
}

.tab-nav {
  margin: 0 0 90px;
}

.tab-nav .btn.tab-open {
  position: relative;
}

.tab-nav .btn.tab-open:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.block-tab {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.block-tab__main {
  grid-area: auto / 1 / auto / 9;
}
.block-pr {
  grid-area: auto / 9 / auto / 13;
}
.block-tab > div {
  background: #000;
  border-radius: 24px;
  padding: 32px 40px;
  color: #fff;
  position: relative;
}

.block-tab__main .content p {
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  max-width: 280px;
  line-height: .9;
  margin: 0 0 16px;
}

.dates > div {
  font-weight: 700;
  font-size: 144px;
  line-height: 0.8;
  position: relative;
  display: inline-flex;
  padding-right: 20px;
}

.dates > div span {
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform:translate(24px, -37px) rotate(-90deg);
}

.dates > span {
  font-weight: 700;
  font-size: 144px;
  line-height: 0.8;
  position: relative;
  margin: 0 0 0 10px;
}

.dates {
  display: inline-flex;
  align-items: center;
}

.dates > span {
  font-weight: 700;
  font-size: 144px;
  line-height: 0.8;
  position: relative;
  margin: 0 0 0 10px;
}

.block-tab__main > .img {
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 118%;
  max-width: 55%;
  width: 100%;
  transform: translate(-15%, 0px);
  display: flex;
  justify-content: center;
}
.block-tab__main {
  min-height: 370px;
}
.block-tab__main > .img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.block-tab__main .title {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


.block-pr__name,
.block-pr-item__name {
  font-weight: 700;
  font-size: 32px;
  color: #02be0f;
  margin: 0 0 16px;
  display: block;
}

.block-pr__date {
  font-weight: 700;
  font-size: 52px;
  color: #6a6978;
  line-height: 0.9;
  margin: 0 0 16px;
}

.block-pr-item__date {
  font-weight: 700;
  font-size: 40px;
  color: #6a6978;
}

.block-pr__content,
.block-pr-item__desc {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: .95;
}

.block-tab {
  row-gap: 50px;
  column-gap: 30px;
}
.block-pr-item__date {
  line-height: 1;
  margin: 0 0 60px;
}
.block-pr-item {
  display: flex;
  flex-direction: column;
}
.block-tab > div.block-pr-items {
  grid-area: auto / 1 / auto / 13;
  padding: 0;
  background: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 30px;
}
.block-pr-item__desc {
  margin-top: auto;
}
.block-tab {
  margin: 0 0 56px;
}
.tab-nav {
  display: flex;
  align-items: center;
  gap: 56px;
  justify-content: center;
}
.block-pr-item {
  background: #000;
  border-radius: 24px;
  padding: 32px 40px;
  color: #fff;
  position: relative;
}

.block-pr-item__title {
  font-weight: 700;
  font-size: 56px;
}


.block-pr-item__title {
  line-height: 1;
}

.img:before {
  content: '';
  display: block;
  width: 265px;
  height: 214px;
  position: absolute;
  background: var(--red);
  border-radius: 50%;
  right: 0;
  filter: blur(75px);
  bottom: 0;
}


.archive .article__intro .intor__img,
.page-template-page-blog .article__intro .intor__img {
  min-width: 750px;
}
.post__meta h3 a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}





.archive-sub .title-label {
    background: #fff;
}

.archive-sub .title-label h2 {
    background: #000;
    color: #fff;
}

.archive-sub {
    background: #000;
}

.sub-box {
    padding: 180px 0 128px;
}

.sub-box p {
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    line-height: 1;
    margin: 0 0 60px;
}

.sub-box input, .sub-box input:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-weight: 700;
    font-size: 64px;
    color: #6a6978;
    border-bottom: 1px solid #6a6978;
    line-height: 1;
    padding: 0;
    height: auto;
    border-radius: 0;
}

.sub-box .btn.btn--blue {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    color: #621100;
    background: #fff;
    border-radius: 0;
    padding: 0 32px;
    gap: 40px;
    height: 100px;
    min-width: 600px;
}

.sub-box .btn.btn--blue span {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #621100;
    transform: rotate(0deg);
}

.sub {
    display: flex;
    align-items: flex-end;
    gap: 144px;
}

.sub-box form p {
  margin: 0;
}

.sub-box input.wpcf7-not-valid,
.sub-box input.wpcf7-not-valid::placeholder {
  color: var(--red) !important;
}


.posts-home__wrap {
  padding: 100px 0;
}



.posts-home .title-label {
  background: #000;
}

.posts-home .title-label h2 {
  background: #fff;
}

.posts-home .related-wrap .sliderNav {
  position: absolute;
  width: 100%;
  transform: translate(0px, 0px);
}

.posts-home .related-wrap .sliderNav .prev {
  position: absolute;
  left: 0;
  transform: translate(calc(-100% - 40px), 0px);
  top: 166px;
}

.posts-home .related-wrap .sliderNav .next {
  position: absolute;
  right: 0;
  transform: translate(calc(100% + 40px), 0px);
  top: 166px;
}


@media only screen and (max-width: 1680px) {
  .posts-home .related-wrap .sliderNav .prev, .posts-home .related-wrap .sliderNav .next {
    transform: translate(0px, 0px);
    left: auto;
    right: auto;
    top: auto;
    position: relative;
  }

  .posts-home .related-wrap .sliderNav {
      position: relative;
      justify-content: flex-end;
      margin: 0 0 32px;
  }
}
.posts-home .section__bottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
a.link-all-post {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  background: var(--red);
  padding: 0 32px;
  display: inline-flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
  min-width: 360px;
}

a.link-all-post span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
}

.upcoming {
  background: #000;
}
.upcoming .title-label h2 {
  background: #000;
  color: #fff;
}
.upcoming .title-label {
  background: #fff;
}
.upcoming .slider-wrap {
  padding: 60px 0 0px;
  position: relative;
}
.upcoming .preview__desc span {
  color: #fff;
}




@media only screen and (min-width: 1481px) {

  .upcoming .slider-wrap {
    padding: 60px 80px 40px;
    position: relative;
  }

  .slider-wrap .sliderNav {
    top: 190px;
  }

}



.single .intro {
  grid-template-columns: 8fr 490px;
}
.single .intor__img > div {
  bottom: -245px;
}

.single .article__main .container {
  align-items: flex-start;
  padding-left: 200px;
}
.single .article__main .editor {
  margin: 0;
}
.coorp .logos {
  display: block;
  gap: 0;
}

.coorp .sliderNav > div {
  background: var(--red);
}

.coorp__meta h2 {
  font-weight: 700;
  font-size: 160px;
  line-height: 110%;
  color: var(--red);
}

.coorp__meta p {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  max-width: 920px;
}

.logos-main.coorp-wrap {
  position: relative;
}

.logos-main.coorp-wrap .sliderNav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, calc(-100% - 60px));
}

.coorp__meta {
  margin: 0 0 60px;
}

.coorp {
  padding-bottom: 68px;
}

.trainer .container {
  max-width: 1380px;
  position: relative;
}

.trainer .footer__social {
  position: absolute;
  top: 0;
  right: 0;
}

#modal-coach .modal-dialog {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
/*  min-height: 768px;*/
  height: 100%;
}
.trainer .container > div:last-child {
  margin: 0;
}

#modal-coach .modal-dialog .modal-content {
  background: #000;
  border: 0;
  border-radius: 0;
  height: 100%;
  padding-top: 48px;
  padding-right: 15px;
  padding-bottom: 0px;
}

#modal-coach button.close {
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0 0 24px;
}
.modal-content__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1340px;
  width: 100%;
  align-items: flex-end;
  margin: 0 auto 24px;
}
#modal-coach {
  overflow: hidden;
}
#modal-coach .modal-body {
  padding: 0;
  overflow-y: scroll;
  max-width: 1340px;
  margin: 0 auto 0px;
  width: 100%;
}

#modal-coach .modal-body::-webkit-scrollbar {
  width: 6px;        
  border-radius: 20px;        
}

#modal-coach .modal-body::-webkit-scrollbar-track {
  background: var(--grey);  
  border-radius: 20px;       
}

#modal-coach .modal-body::-webkit-scrollbar-thumb {
  background-color:var(--red);   
  border-radius: 20px;       
  border: 0px solid orange; 
}

#modal-coach .modal-body {
  -webkit-overflow-scrolling: touch;
}

@supports (-webkit-overflow-scrolling: touch) {
  
  #modal-coach .modal-body {
    background-color: #f5f5f5; 
  }
}


.single section.coach .title-label {
  display: none;
}
.trainer {
  background: #000;
  color: #fff;
  padding: 0px 0 30px;
}

.trainer__meta p {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.trainer__meta h2 {
  font-weight: 700;
  font-size: 120px;
  line-height: 120%;
}

.trainer__meta h2 span {
  color: #00fe00;
}

.trainer__meta {
  margin: 0 0 36px;
  position: relative;
  height: 500px;
}

.trainer__img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 500px;
}

.trainer__img img {
  max-height: 500px;
  width: auto;
}

.logos_title {
  padding: 0!important;
  max-width: 745px;
}

.trainer__title,
.logos_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  position: relative;
  padding-left: 56px;
  margin: 0 0 24px;
}

.trainer__title:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #00fe00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.trainer__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.trainer__title span {
  color: #00fe00;
}

.trainer__link p span {
  color: #00fe00;
}
.trainer__link p {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  max-width: 700px;
  margin: 0 0 56px;
}

.trainer .meta-title {
  position: absolute;
  bottom: 0;
  left: 0;
}

.trainer__meta p {
  text-align: right;
}

.trainer__boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 860px;
  column-gap: 24px;
  row-gap: 48px;
}

.trainer__boxs > div:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.trainer .container > div {
  margin: 0 0 56px;
}

.trainer__desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.trainer .logos-main.coorp-wrap {
  background: #fff;
}

.trainer .sliderNav {
  transform: translate(0px, calc(-100% - 48px));
}

.trainer .sliderNav > div {
  background: #00fe00;
}

.trainer  .sliderNav > div:before {
  border-left-color: #000;
}


.learn .container {
  position: relative;
  z-index: 1;
}

.single section.coach .title-label {
    display: none;
}

.learn {
  position: relative;
  overflow: hidden;
}

.learn__bg {
  position: absolute;
  width: 1920px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/quote-bg.png);
  bottom: 0;
}

.learn {
    background: #000;
    color: #fff;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 120px;
}

.title_quote {
    font-weight: 700;
    font-size: 40px;
    line-height: 80%;
    letter-spacing: 0.03em;
    max-width: 540px;
    margin: 0 0 40px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 68px;
}

.line_1, .line_2 {
    font-weight: 700;
    font-size: 172px;
    line-height: 80%;
    letter-spacing: 0.01em;
}

.line_1 span {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    text-align: right;
    color: #6a6978;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(calc(100% + 40px), -10px);
}

.line_1 {
    padding-left: 115px;
    position: relative;
    display: inline-block;
}

.title_quote:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/quote.svg) no-repeat center;
    min-width: 48px;
    position: absolute;
    left: 0;
    top: 0px;
}

.line_2 {
    position: relative;
    display: inline-block;
}

.learn__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.line_2:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/quote.svg) no-repeat center;
    min-width: 48px;
    position: absolute;
    right: 0;
    transform: translate(calc(100% + 40px), 10px);
    bottom: 0;
}

.price-box__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.single .reviews-block .title-label {
  display: none;
}










.reviews-block {
  overflow: hidden;
}


.reviews-block .container {
  position: relative;
}

.reviews-block .container:before, .reviews-block .container:after {
  content: '';
  display: block;
  position: absolute;
  width: 1280px;
  height: 1280px;
  
}

.reviews-block .container:before {
  top: 0;
  right: 0;
  z-index: -1;
  transform: translate(25%, 0px);
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-1.png) no-repeat center;
}

.reviews-block .container:after {
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-72%, 8%);
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-2.png) no-repeat center;
}



.trainings-template-default .site-header {
  padding-bottom: 20px;
}
p.preview__title a {
  color: #fff;
}
.preview__title a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.site-header #main-nav > ul > li.current-menu-item.anchor-link > a:before {
  width: 0%;
}

.site-header #main-nav > ul > li.current-menu-item.anchor-link > a:hover:before {
  width: 100%;
}

.we {
  overflow: hidden;
}
.we__media {
  position: relative;
}
.we__media:before {
  content: '';
  display: block;
  width: 1200px;
  height: 1200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-3.png) no-repeat center;
  transform: translate(-8%, 19%);
}

.target .container {
  position: relative;
}
.target:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-4.png) no-repeat center;
  transform: translate(0%, -30%);
  background-size: cover;
}
.target {
  position: relative;
  overflow: hidden;
}

.key .container {
  position: relative;
}
.key:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-5.png) no-repeat center;
  transform: translate(0%, 0%);
  background-size: cover;
  max-width: 1530px;
  max-height: 948px;
  margin: 0 auto;
  right: 0;
}
.key {
  overflow: hidden;
  position: relative;
}

.upcoming .container:before {
  content: '';
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-6.png) no-repeat center;
  transform: translate(-50%, 0%);
  background-size: cover;
  margin: 0 auto;
  height: 100%;
  background-position: 0% 66%;
  opacity: .5;
}
section.edges .container:before{
  content: '';
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-6.png) no-repeat center;
  transform: translate(-50%, 0%);
  background-size: cover;
  margin: 0 auto;
  height: 100%;
  background-position: 0% 80%;
}
.upcoming {
  overflow: hidden;
}
section.edges .container,
.upcoming .container {
  position: relative;
}
section.edges {
  overflow: hidden;
}


.materials {
  overflow: hidden;
}
.materials .container:before {
  content: '';
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-7.png) no-repeat center;
  transform: translate(-50%, 0%);
  background-size: cover;
  margin: 0 auto;
  height: 100%;
  background-position: 0% 80%;
}
.materials .container {
  position: relative;
}
.materials__block {
  position: relative;
  z-index: 1;
}
.error-block h1 {
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
}
.error-block h1 span {
  font-weight: 700;
  display: block;
  font-size: 140px;
}
.error-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}
.error404 .site-header {
  padding-bottom: 20px;
}

.page-template-default .site-header {
  padding-bottom: 20px;
}
.page-template-default .site-header {
  padding-bottom: 20px;
}



.page-template-default .container article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}

.page-template-default .entry-content h2, .page-template-default .entry-content h3, .page-template-default .entry-conten h4, .page-template-default .entry-content h5, .page-template-default .entry-content h6 {font-weight: 700;margin: 0 0 15px;}

.page-template-default h1 {
  font-size: 40px;
  font-weight: 700;
}

.page-template-default .entry-content p {
  margin: 0 0 15px;
  font-weight: 700;
}

.home #coach {
  position: relative;
}

#coach .title-label {
  position: absolute;
  top: 0;
  transform: translate(0px, -100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
}
.single .intro {
  min-height: 530px;
}


@media only screen and (max-width: 1480px) {

  .coorp__meta h2 {
    font-size: 120px;
}

.coorp__meta p {
  font-size: 36px;
}

  .support h2 {
    font-size: 120px;
  }

  .single .article__main .container {

    padding-left: 80px;
  }

  .upcoming .slider-wrap .sliderNav {
    top: 46px;
  }

  .sub {
    gap: 80px;
  }

.sub-box .btn.btn--blue {
  height: 72px;
  font-size: 36px;
  justify-content: space-between;
  min-width: 435px;
}

.sub-box input, .sub-box input:focus {
  font-size: 54px;
}

  .catmenu ul {
    gap: 36px;
  }
  .block-pr-item {
    padding: 24px;
  }

  .sub-box {
    padding: 90px 0;
}

  .archive-menu {
    padding: 50px 0 90px;
  }

  .archive .article__intro .intor__img,
  .page-template-page-blog .article__intro .intor__img {
    min-width: 630px;
    top: 33px;
  } 

  .catmenu a {
    font-size: 36px;
  }
  .block-tab {
    padding: 48px;
  }
  .block-pr-item__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
  }
  .block-pr-item__date {
    font-size: 28px;
  }
  .block-pr__content, .block-pr-item__desc {
    font-size: 24px;
}
  .block-pr__date {
    font-size: 42px;
  }

  .block-tab__main {
    min-height: 325px;
  }
  .effect h2 {
    font-size: 120px;
    line-height: 95%;
  }
  .wolf__content .desc {
    font-size: 32px;
  }

  .course-get .item__top p {
    font-size: 130px;
  }
  .course-get .item__content > p {
    font-size: 30px;
  }


  .btn.btn--fix {
    bottom: 24px;
    right: 24px;
    width: 110px;
    height: 110px;
  }

  #modal-video .modal-dialog {
    justify-content: center;
    align-items: center;
  }

  .first-decor__img1 img {
    transform: translate(-25%, 0px);
    max-width: 85%;
  }
  .first-decor__img2 img {
    transform: translate(40%, 0px);
    max-width: 83%;
  }
  .slider-wrap {
    padding: 0 0px;
  }

  .slider-wrap .sliderNav {
    flex-direction: row;
    gap: 24px;
    position: absolute;
    top: -10px;
    z-index: 1;
    right: 28px;
  }
  .preview__date {
    font-size: 120px;
  }

  .preview__date span {
    font-size: 20px;
    right: -9px;
  }
  .preview__title {
    font-size: 30px;
  }

  .firstscreen h1 {
    font-size: 130px;
  }
  .materials__media img {
    min-width: 115%;
  }
  .materials__block h2 {
    font-size: 65px;

  }
  .materials__media img {
    min-width: 845px;
  }
  .materials__block p {
    margin: 0px 0 245px;
  }
  .form-contact__main {
    padding: 140px 0;
  }
  .coach__title {
    font-size: 140px;
  }
  .we .items {
    padding: 50px 0;
  }

  .we__media img {
    transform: translate(-25px, 10px);
  }

  .key__block .item {
    font-size: 26px;
    min-height: 84px;
  }

  .key__media img {
    min-width: 100%;
  }
  .key .items {
    gap: 80px;
  }
  .key__media img {
    position: relative;
    left: 0;
    transform: translate(0%, 0px);
    min-width: 100%;
  }
  .key h2 {
    font-size: 70px;
  }
}





@media only screen and (max-width: 1366px) {

  .dark-social {
    flex-wrap: wrap;
}

  .tab-button {
    font-size: 32px;
}

.dark-social .link-green {
  min-width: 268px;
  font-size: 24px;
}

.dark-social .link-green {
  min-width: 200px;
  font-size: 24px;
}

  .article__main {
    padding: 150px 0 100px;
}

  .archive .article__intro .intor__img,
  .page-template-page-blog .article__intro .intor__img{
    top: 90px;
  }
  .catmenu a {
    font-size: 32px;
  }
  .intro-btn a {
    font-size: 36px;
  }

  .intro-btn a {
    height: 72px;
  }
  .block-tab > div {
    padding: 24px;
  }
  .block-tab {
    row-gap: 16px;
    column-gap: 16px;
  }
  .block-tab > div.block-pr-items {
    row-gap: 16px;
    column-gap: 16px;
  }
  .block-tab {
    margin: 0 0 32px;
  }
  .all {
    padding: 48px 0;
  }
  .tab-nav {
    margin: 0 0 48px;
  }
  .tab-nav .btn {
    font-size: 24px;
  }
  .tab-nav {
    gap: 16px;
  }
  .block-tab {
    padding: 16px;
  }
  .first-tr__meta {
    gap: 40px;
  }
  .first-tr__center {
    gap: 40px;
  }
  .materials__block h2 {
    font-size: 52px;
  }
  .materials__block p {
    margin: 0px 0 200px;
    font-size: 100px;
  }
  .review__info span {
    width: 36px;
    height: 36px;
    top: -10px;
    right: -10px;
  }
  .materials__media img {
    min-width: 100%;
  }
  .logos {
    grid-template-columns: repeat(4, 1fr); 
  }

  .coach__content li {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .coach__title {
    font-size: 120px;
  }
  .coach__meta .btn {
    font-size: 24px;
    height: 56px;
  }
  .coach__block {
    padding: 80px 0 40px;
  }
  .trainings .item a {
    font-size: 28px;
    height: 56px;
  }

  .edge-wrap .item__name {
    font-size: 26px;
  }

  .title-large {
    font-size: 96px;
  }
  .target .item__name {
    font-size: 24px;
    padding-right: 40px;
  }
  .we__content h2 {
    font-size: 72px;
  }

  .we__content p {
    font-size: 28px;
    max-width: 640px;
  }
  .we .item__name {
    font-size: 24px;
    min-height: 48px;
  }
  .we .item__value {
    font-size: 72px;
  }
  .we {
    padding: 100px 0 80px;
  }
  .footer__editor,
  #footer-nav a {
    font-size: 24px;
  }

  .footer__contact a, .footer__contact p {
    font-size: 28px;
  }

  .footer {
    gap: 60px;
  }

  .we__media img {
    transform: translate(0px, 10px);
    max-width: 74%;
  }


}

@media only screen and (max-width: 1280px) {

  .reviews-block .container:after {
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-62%, 48%);
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-2.png) no-repeat center;
}

  .line_1, .line_2 {
    font-size: 136px;
  }
  .title_quote {
    font-size: 32px;
  }
  .line_1 span {
    font-size: 32px;
  }
  .learn {
    padding-bottom: 120px;
}
  .program {
    padding: 72px 0;
  }

  .program h2 {
    font-size: 72px;
    margin: 0 0 32px;
  }

  .those-who__media img {
    min-width: 600px;
    max-width: 600px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}


  .preview__desc span {
    font-size: 14px;
  }

  .training-item__wrap {
    border-radius: 24px;
  }

  .training-item {
    padding: 20px;
  }
}
.reg .desc p:last-child {
  margin: 0;
}
.archive .site-header,
.page-template-page-blog .site-header {
  padding-bottom: 20px;
}
.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}

.title-label h2 {
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 1199px) {
  .first-tr__top {
    padding-top: 77px;
}
  .logo__block span {
    opacity: 1;
  }
  footer.footer-dark {

    padding: 70px 0;
}

  .header__title {
    display: none;
  }
  .single-trainings .header-mobile {
    display: none;
  }
  .trainings-template-default .site-header nav {
    overflow: hidden;
  }
 .trainings-template-default  .site-header nav:before {
    content: '';
    display: block;
    width: 1199px;
    background: url(http://3076768.kwiod.web.hosting-test.net/wp-content/uploads/2024/12/photo.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 100%;
    opacity: .1;
}

  .we__media:before {
    width: 740px;
    height: 740px;
    background-size: contain;
    transform: translate(-6%, -35%);
    bottom: auto;
    top: 0;
    z-index: -1;
}

  .coorp__meta p {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    max-width: 680px;
}

  .coorp__meta h2 {
    font-size: 80px;
}

  .support h2 {
    font-size: 80px;
    margin: 0 0 32px;
  }

  .single .article__main .container {
    padding: 0px 15px;
  }
  .article__main .editor {
    max-width: 100%;
    margin: 0 auto 0px;
  }
  .single .intro {
    grid-template-columns: 1.5fr 1fr;
  }
  .single .intor__img > div {
    bottom: -245px;
    min-width: 490px;
    right: 0;
  }
  .single .intro__content {
    position: relative;
    z-index: 1;
  }
  .post__meta h3 {
    font-size: 24px;
  }
  .post__meta .date {
    font-size: 16px;
  }
  .archive-menu {
    padding: 160px 0 90px;
  }

  .archive .intro,
  .page-template-page-blog .intro{
    grid-template-columns: 6fr 5fr;
  }

  .block-tab__main .content {
    position: relative;
    z-index: 1;
  }

  .intro__content h1 {
    font-size: 68px;
  }

  .prices h2 {
    font-size: 80px;
  }

  .dark-social {
    gap: 8px;
    margin-top: 24px;
  }
  
  .block-tab__main > .img {
    transform: translate(-4%, 0px);

  }
  .reg h2 {
    font-size: 70px;
    margin: 0 0 32px;
  }
  .reg .desc p {
    font-size: 32px;
    margin: 0 0 24px;
  }
  .reg-block {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  } 
  .reg {
    padding: 60px 0;
  }
  .effect h2 {
    font-size: 80px;
    line-height: 95%;
    margin: 0 0 24px;
  }

  .effect .item {
    font-size: 24px;
    gap: 80px;
  }

  .effect .item .desc:before {
    left: -40px;
  }

  .effect .item__meta img {
    max-width: 120px;
  }

  .effect .item__meta:before {
    height: 100px;
  }

  .effect .item__meta:before {
    width: 100%;
  }
  .those-who {
    padding: 80px 0;
  }

  .wolf {
    padding: 80px 0;
  }

  .wolf__content .desc {
      font-size: 24px;
  }
  .wolf__content .title {
    font-size: 32px;
    margin: 0 0 24px;
}
  .those-who__block {
    grid-template-columns: 1fr;
    position: relative;
  }

  .those-who__media img {
    min-width: 476px;
    max-width: 476px;
    transform: translate(0px, 0%);
    top: auto;
    bottom: 0;
  }
  .those-who__media {
    position: absolute;
    bottom: -80px;
    right: 16px;
  }
  .course-get .items {
    max-width: 656px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }

  .first-tr__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  
  .first-tr__center {
    align-items: flex-end;
    padding: 0 0 80px;
  }
  .first-tr__meta:before {
    width: 65vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .first-tr__nav {
    position: relative;
    z-index: 2;
}
  .btn.btn--fix {
    display: none!important;
  }
  .menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #6A6978 transparent;
    position: absolute;
    right: 7px;
    top: 9px;
    transform: translate(0px, 0px) rotate(180deg);
    transition: .15s;
  }

  .menu-item-has-children > a {
      display: inline-flex;
      padding-right: 24px!important;
  }

  .menu-item-has-children {
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  .menu-item-has-children.open > a:after {
      transform: translate(0px, 0px) rotate(0deg);
  }

  ul.dropdown-menu {
    display: none;
  }

  ul.dropdown-menu {
    padding: 24px 0 0;
    background: transparent;
    margin: 0;
  }

  ul.dropdown-menu a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1 !important;
    color: #6a6978;
    padding: 0;
    padding: 0 8px;
    text-decoration: underline;
  }

  ul.dropdown-menu li {
      margin: 0 0 24px;
  }

  ul.dropdown-menu li:last-child {
      margin: 0;
  }

  .menu-item-has-children a {
    text-align: left!important;
  }

  .site-header #main-nav > ul > li.menu-item-has-children > a:before {
    display: none;
  }

  ul.dropdown-menu {
    position: relative !important;
  }

  .first-decor__img2 img {
    display: none;
  }
  button.btn.btn-video {
    display: none;
  }
  .first-cirles {
    display: none;
  }
  .first-decor__img1 img {
    transform: translate(-25%, 0px);
    max-width: 77%;
  }
  .firstscreen h1 {
    font-size: 80px;
  }
  .firstscreen__meta p {
    font-size: 40px;
  }
  .admin-bar .page-inner {
    padding-top: 42px;
  }
  .contact-section {
    background: #000;
    color: #fff;
    padding: 80px 0 48px;
  }

  .contact-section h1 {
    font-size: 56px;
  }

  .contact-block__editor {
    font-size: 32px;
  }

  .page-inner {
    padding-top: 56px;
  }

  .materials__wrap {
    padding-top: 150px;
  }
  .materials__wrap:before {
    height: calc(100% - 150px);
  }
  .materials__media img {
    min-width: 700px;
}
  .form-contact__main h2 {
    font-size: 56px;
    margin: 0 0 24px;
  }

  .reviews__title {
    font-size: 100px;
    margin: 0;
  }

  .reviews-wrap {
    margin: 0 -15px;
  }
  .reviews-wrap .sliderNav {
    margin: 100px 0 24px;
    margin-right: 15px;
  }
  .reviews__editor.editor {
    font-size: 24px;
    margin: 0 0 60px;
  }
  .coach__title {
    font-size: 100px;
  }
  .coach__meta {
    margin: 0 0 24px;
  }
  .master .item a, .master .item button {
    height: 48px;
  }
  .master .specialization {
    font-size: 16px;

  }

  .master .item {
    padding: 32px 16px;
  }
  .trainings .items {
    padding: 80px 0;
    gap: 30px;
  }
  .trainings .items > div {
    flex: 0 0 calc(100% / 3 - 20px);
  }
  .edge-wrap {
    position: relative;
    padding: 80px 0;
  }

  .title-label h2 {
    padding: 14px 30px;
    font-size: 36px;
  }
  .key {
    padding-top: 96px;
    padding-bottom: 40px;
  }
  .key__block .item {
    font-size: 20px;
    min-height: 69px;
  }

  .key .items {
    gap: 65px;
  }

  .key h2 {
    font-size: 56px;
  }

  .target .item__name br {
    display: none;
  }

  .we__content h2 {
    font-size: 56px;
    margin: 0 0 16px;
  }

  .title-large {
    font-size: 72px;
  }

  

  .footer__editor,
  #footer-nav a {
    font-size: 22px;
  }

  .footer__contact a, .footer__contact p {
    font-size: 24px;
  }


  
  .btn--menu {
    display: flex;
  }

  .header-mobile {
    display: flex;
    align-items: center;
  }

  .site-header #main-nav > ul:after {
    display: none;
  }

  .top {
    display: none;
  }
  .lang {
    position: relative;
    bottom: 0;
    margin: 0 16px 0 auto;
  }
  .site-header #main-nav > ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
  }
  .site-header.menu-open .lang {
    opacity: 0;
  }
  .site-header nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    transform: translate(101%, 0%);
    transition: .15s;
    padding: 80px 16px;
  }
  .site-header nav:before {
    content: '';
    display: block;
    width: 286px;
    height: 400px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu-bg.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -35px;
    bottom: -10px;
  }
  .site-header nav:after {
    content: '';
    display: block;
    width: 750px;
    height: 200px;
    background: #621100;
    border-radius: 100%;
    filter: blur(200px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0px, 60%);
    margin: 0 auto;
  }
  .site-header.menu-open nav {
    transform: translate(0px, 0%);
  }

  .site-header .container {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {

  .materials .container:before {
    width: 1024px;
}

  .reviews-block .container:after {
    transform: translate(-57%, 21%);
}

  .learn__bg {
    transform: translate(-55%, 0%);
}
  .block-tab > div {
    grid-area: auto !important;
  }
  .block-tab {
      grid-template-columns: 1fr;
  }
  .link-green {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    background: #00fe00;
    color: #000;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    height: 64px;
  }
  .block-tab__main > .img {
    transform: translate(-20%, 0px);
  }
  .link-green span {
    margin-left: 30px;
  }
  .first-tr__meta h1 {
    font-size: 110px;
  }
  .first-tr__meta p {
    font-size: 36px;
    max-width: 340px;
  }
  .first-tr__meta:before {
    display: none;
  }
  .first-tr .container {
    position: relative;
    z-index: 1;
  }
  .first-tr:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 63%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      left: 0;
      top: 0;
  }
  .materials__wrap:before {
    height: calc(100% - 65px);
  }
  .materials__wrap {
    padding-top: 65px;
  }
  .materials .container {
    grid-template-columns: 1fr;
  }
  .materials__media img {
    min-width: 328px;
    max-width: 328px;
  }
  .materials__block h2 {
    font-size: 32px;
    max-width: 270px;
    margin: 0 0 24px;
  }
  .materials__block p {
    margin: 0px 0 32px;
    font-size: 80px;
  }
  .materials .btn {
    font-size: 32px;
    height: 56px;
  }
  .materials__media img {
    min-width: 628px;
    max-width: 628px;
    right: 0;
    left: auto;
  }
  .materials__block {
   
    position: relative;
    z-index: 2;
  }
  .materials__media {
    display: flex;
    justify-content: flex-end;
    height: 528px;
  }
}

.post-mobile {
  display: none;
}

.archive-sub {
  margin-top: 100px;
}
.img-m {
  display: none;
}

.independent-posts {
  min-width: 0;
  display: none;
}
.trainer__boxs .col_2 {
  padding-top: 80px;
}

.block-tab .dates > div span {
  transform: translate(21px, -37px) rotate(-90deg);
}

.block-tab .dates > span {
  margin: 0 5px 0 10px;
  transform: translate(5px, 0px);
}

@media only screen and (max-width: 991px) {

  .block-tab .dates > div {
    padding-right: 14px;
  }
  .block-tab .dates > span {
    margin: 0 10px 0 15px;
  }
  .trainer__boxs .col_2 {
    padding-top: 0px;
}
  .site-footer {
    padding: 0px 0;
  }
  .main-posts-wrapper {
    display: none;
  }
  .independent-posts {
    min-width: 0;
    display: block;
}
  .price-box__img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: auto;
    height: 137%;
    width: auto;
    max-width: initial;
}
  .key:before {
    width: 968px;
    height: 600px;
    top: 0px;
    transform: translate(0%, -9%);
}

  .target:before {
    width: 1050px;
    height: 700px;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    top: 50%;
}

  .reviews-block .container:after,
  .reviews-block .container:before {
    display: none;
  }

  .learn__bg {
    width: 1200px;
    left: 50%;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/quote-bg.png) no-repeat center top;
    background-size: contain;
}

  .trainer__meta h2 {
    font-size: 45px;
    text-align: right;
  }

  .modal-content__meta .footer__social {
    margin: 0;
  }
  .trainer__meta p {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
  }

  .trainer__title, .logos_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    padding-left: 24px;
    margin: 0 0 16px;
  }
  .trainer__title, .logos_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    padding-left: 24px;
    margin: 0 0 16px;
  }
  .trainer__flags img {
    max-width: 50px;
  }
  .trainer__boxs {
    grid-template-columns: 1fr;
      gap: 24px;
  }
  .trainer__boxs > div:nth-child(3) {
    grid-area: auto;
  }
  .trainer__desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
  }
  .logos_title {
    margin: 0 0 60px !important;
}
.trainer__link p {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  max-width: 700px;
  margin: 0 0 24px;
}
.trainer__link .link-green {
  height: 56px;
}
  .trainer .meta-title {

    right: 0;
    width: 100%;
  }
  .logos-main.coorp-wrap {
    position: relative;
    margin: 0 -15px;
  }
  .logos-main.coorp-wrap .sliderNav {
    position: absolute;
    top: 0;
    right: 16px;
    transform: translate(0px, calc(-100% - 16px));
  }
  .coorp__meta {
    margin: 0 0 56px;
  }


  .img-m {
    display: block;
  }
  .support__img img:first-child {
    display: none;
  }
  .support__subtitle {
    font-size: 32px;
  }

  .support__content {
    flex-direction: column;
    padding: 0;
  }
  .support__desc p {
    font-size: 16px;
    padding-left: 32px;
  }
  .support__desc p:before {
    border-width: 6px 0 6px 12px;
    top: 1px;
  }
  .support .container {
    position: relative;
  }

  .support__img img {
    position: relative;
    min-width: auto;
    left: 0;
    transform: translate(0px, 0px);
  }
  .support__img {
    height: auto;
  }
  .article__main .editor p {
    font-size: 16px;
  }
  .article__main a.cat-link {
    margin-top: 32px;
  }
  .single .intro {
    padding-bottom: 285px;
  }
  .related-posts h2 {
    font-weight: 700;
    font-size: 68px;
    margin: 0 0 32px;
  }

  .single .related-wrap .sliderNav {
    transform: translate(0px, 118%);
  }

  .article__main {
    padding: 150px 0 80px;
}

  .single .intro {
    grid-template-columns: 1fr;
  }

  .single .intor__img > div {
    bottom: auto;
    min-width: auto;
    width: 320px;
    height: 390px;
  }

  .single .article__intro {
    position: relative;
  }

  .single .intor__img {
    position: absolute;
    bottom: -100px;
    height: 390px;
    width: 320px;
    overflow: hidden;
    right: 0px;
  }

  

  .upcoming .slider-wrap .sliderNav > div:before {
    border-left: 12px solid #ffffff;
  }

  .posts-home__wrap {
    padding: 48px 0 80px;
  }

  .posts-home .container {
    padding: 0;
  }
  .posts-home .related-wrap .sliderNav {
    right: 15px;
  }
  .archive-sub {
    margin-top: 80px;
  }

  .sub-box {
    padding: 48px 0;
  }
  .sub-box p {
    margin: 0 0 32px;
  }
  .sub {
    flex-direction: column;
    gap: 32px;
  }
  .sub-box input, .sub-box input:focus {
    font-size: 24px;
    width: 100%;
  }
    .related-posts.archivePost {
      padding: 0 15px;
  }

  .sub__field {
    width: 100%;
}

.sub-box .btn.btn--blue {
  height: 56px;
  font-size: 24px;
  justify-content: space-between;
  min-width: auto;
}
.sub-box > p {
  font-size: 24px;
}
  .post-mobile .related-wrap .slidernav-wrap,
  .independent-posts .related-wrap .slidernav-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
  }
  .post-mobile .related-wrap .sliderNav,
  .independent-posts .related-wrap .sliderNav {
      position: relative;
      transform: translate(0px, 0px);
    
      margin-left: auto;
      margin-bottom: 24px;
  }
  .independent-posts {
    margin: 0 -15px;
}
  
  .post-mobile {
    display: block;
  }

  .posts-desktop {
    display: none;
  }
  .archive-menu {
    padding: 130px 0 60px;
  }
  #ajax-posts-container {
    gap: 16px;
  }
  .archive .intro,
  .page-template-page-blog .intro {
    grid-template-columns: 1fr;
  }
  .archive .intro__content h1,
  .page-template-page-blog h1 {
    margin-top: 0;
  }
  .archive .intro__content,
  .page-template-page-blog .intro__content{
    min-height: auto;
  }
  .intro-btn {
    padding: 40px 0 220px;
    flex-direction: column;
    align-items: flex-start;
  }

  .archive .article__intro .intor__img,
  .page-template-page-blog .article__intro .intor__img {
    top: auto;
    bottom: -42px;
    width: 320px;
    height: 392px;
    min-width: 392px;
  }
  footer.footer-dark .footer {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .reg-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .reg {
    padding: 40px 0;
  }
  .reg h2 {
    font-size: 40px;
    margin: 0 0 24px;
  }
  .reg .desc p {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .reg-block__form > div {
    max-width: 480px;
  }
  .prices {
    padding: 40px 0;
  }
  .prices h2 {
    font-size: 40px;
  }
  .price-box__name {
    font-size: 70px;
  }
  .prices .items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .program h2 {
    font-size: 56px;
    margin: 0 0 24px;
  }
  .program .item {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 24px;
    padding: 16px;
  }
  .program {
    padding: 48px 0;
  }
  .those-who__content > div {
    font-size: 125px;
  }
  .those-who__content .slogan {
    font-size: 40px;
  }
  .slider-wrap .sliderNav > div {
    width: 24px;
    height: 24px;
  }
  .slider-wrap .sliderNav > div:before {
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-left: 12px solid #000000;
  }
  .slider-wrap .sliderNav {
    flex-direction: row;
    gap: 16px;
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 28px;
  } 
  .form-contact__main {
    padding: 48px 0;
  }
  .form-contact__main h2 {
    font-size: 32px;
  }
  .coach__media {
    display: flex;
    justify-content: center;
  }

  .reviews-block .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .reviews__title {
    font-size: 64px;
    margin: 0 0 24px;
  }
  .reviews__editor.editor {
    font-size: 16px;
    margin: 0 0 60px;
    max-width: 100%;
  }
  .reviews-wrap .sliderNav {
    margin: 40px 0 24px;
    margin-right: 15px;
  }
  .reviews-wrap .sliderNav > div:before {
    border-bottom-width: 4px;
    border-top-width: 4px;
    border-left: 8px solid #ffffff;
  }
  .reviews-wrap__block {
    background: #eee;
    padding: 52px 16px 52px;
  } 
  .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  
  .edge-wrap {
    position: relative;
    padding: 128px 0 64px;
  }

  .coach__block {
    padding: 40px 0 80px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .master-wrap .sliderNav > div:before {
    border-top-width: 6px;
    border-left: 12px solid #ffffff;
    border-bottom-width: 6px;
  }

  .coach__title {
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
  }

  .coach__content li {
    margin: 0 0 0px;
  }

  .sliderNav > div {
    width: 24px;
    height: 24px;
  }
  .sliderNav {
    gap: 16px;
  }
  .sliderNav > div:before {
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-left: 12px solid #ffffff;
  }
  .edge-wrap .sliderNav > div:before {
    border-left-color: #000;
  }
  .edge-wrap .sliderNav {
    top: 48px;
    transform: translate(0px, calc(0% + 0px));
    opacity: 1;
  }
  .edge-wrap .sliderNav > div {
    background: #6A6978;
  }
  .key__block {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    column-gap: 40px;
  }

  .key__center {
    grid-area: 1 / 1 / 2 / 3;
  }

  .key__block .item {
    min-height: auto;
  }
  .key__block .item {
    padding-left: 28px;
  }
  .key__block .item:before {
    width: 12px;
    height: 12px;
  }
  .key .items {
    gap: 16px;
  }
  .target {
    padding: 48px 0;
  }

  .target .items {
    flex-direction: column;
  }


  .we__content h2 {
    font-size: 40px;
    margin: 0 0 16px;
  }

  .we__content p {
    font-size: 16px;
    max-width: 640px;
  }

  .we .item__value {
    font-size: 56px;
  }
  .we .item__name {
    font-size: 16px;
    min-height: 34px;
    max-width: 140px;
  }
  .footer__editor,
  #footer-nav a {
    font-size: 22px;
  }
  .footer {
    padding: 48px 0 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer__social {
    margin: 16px 0 40px;
  }
  .footer__editor {
    margin: 0 0 40px;
  }
  .footer__editor, #footer-nav a {
    font-size: 15px;
  }
  #footer-nav ul {
    gap: 30px;
  }
  .master-wrap {
    padding-top: 104px;
  }

  .master-decor span:last-child {
    display: none;
  }
  .master-decor {
      grid-template-columns: 1fr 1fr;
  }
}
.key__left, .key__right {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {

  .block-tab__main .link-green {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    left: 30px;
    max-width: 220px;
    margin: 0 auto;
    justify-content: space-between;
}

  .coach__meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .single .intro {
    min-height: 410px;
}

  .tab-button {
    font-size: 16px;
}

  .upcoming .container:before {
    content: '';
    display: block;
    width: 780px;
    position: absolute;
    left: 0%;
    bottom: 0;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-6.png) no-repeat center;
    transform: translate(0%, 0%);
    background-size: 204%;
    margin: 0 auto;
    height: 100%;
    background-position: 1% 76%;
    opacity: .5;
}

  .key__media:before {
    content: '';
    display: block;
    width: 968px;
    height: 600px;
    position: absolute;
    left: auto;
    bottom: 0;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/bg-5.png) no-repeat center;
    transform: translate(41%, 8%);
    background-size: cover;
    margin: 0 auto;
    right: 0;
}



  .key:before {
    display: none;
  }

  .we__media:before {
    width: 740px;
    height: 740px;
    background-size: contain;
    transform: translate(-27%, -35%);
    bottom: auto;
    top: 0;
    left: 50%;
    z-index: -1;
}

  .line_1, .line_2 {
    font-size: 64px;
}

.title_quote:before,
.line_2:before {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-size: contain;
}
.title_quote {
  font-size: 16px;
  padding-left: 40px;
  max-width: 240px;
}
.line_1 span {
  font-size: 16px;
  transform: translate(calc(100% + 20px), -10px);
}

.line_1 {
  padding-left: 47px;
}
.learn {
  padding-bottom: 70px;
}
.learn__bg {
  transform: translate(-69%, 0%);
}

.learn {
  min-height: 668px;
}
.line_2:before {
  transform: translate(calc(100% + 15px), 10px);
}
  .logos-main.coorp-wrap {
    display: block;
  }

    .coorp__meta h2 {
      font-size: 40px;
  }
  .coorp__meta {
    margin: 0 0 80px;
  }
  .coorp {
    padding-bottom: 20px;
  }

  .support h2 {
    font-size: 40px;
    margin: 0 0 16px;
  }
  .support__subtitle {
    font-size: 24px;
  }
  .related-posts h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 16px;
  }
  .support__content .btn {
    margin-top: 32px;
    height: 56px;
  }
  .single .intor__img > div img {
    transform: translate(84px, 0%);
  }
  .single .related-wrap .sliderNav {
    transform: translate(0px, 22%);
  }
  .single .intro {
    padding-top: 64px;
  }
  .catmenu a {
    font-size: 16px;
  }
  .catmenu ul {
    gap: 16px;
    justify-content: center;
  }
  .archive-menu {
    padding: 130px 0 40px;
  }
  .archive .article__intro .container,
  .page-template-page-blog .article__intro .container {
    padding-top: 50px;
  }

  .archive .article__intro:before,
  .page-template-page-blog .article__intro:before {
    display: none;
  }
  .intro__date {
    display: none
  }
  .intro__content h1 {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .intro__desc {
    font-size: 16px;
    max-width: 480px;
  }
  .intro-btn {
    padding: 32px 0 220px;
  }

  .intro-btn a span {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
  }
  .intro-btn a {
    height: 56px;
    font-size: 16px;
    padding: 0 20px;
    min-width: 200px;
    gap: 0;
    justify-content: space-between;
  }
  .intro-btn {
    gap: 24px;
  }

  .archive .article__intro .intor__img,
  .page-template-page-blog .article__intro .intor__img {
    top: auto;
    bottom: -105px;
    width: 320px;
    height: 392px;
    min-width: 320px;
    overflow: hidden;
  }
  .archive .article__intro .intor__img img,
  .page-template-page-blog .article__intro .intor__img img {
    transform: translate(84px, 0px);
  }
  .img:before {
    content: '';
    display: block;
    width: 165px;
    height: 114px;
    position: absolute;
    background: var(--red);
    border-radius: 50%;
    right: 0;
    filter: blur(65px);
    bottom: auto;
    transform: translate(-30%, -27%);
    left: 50%;
    top: 50%;
}
  .tab-nav {
    flex-wrap: wrap;
}
.block-tab__main .title img {
  display: none;
}
.block-tab__main .title {
  font-size: 16px;
  top: auto;
  bottom: 190px;
  right: 24px;
}
  .block-tab__main {
    display: flex;
    flex-direction: column;
  }

  .block-tab__main {
    display: flex;
    flex-direction: column;
  }

  .block-tab__main .content {
      order: 1;
  }

  .block-tab__main > .img {
      order: 3;
      position: relative;
      transform: translate(0px, 0px);
  }
  .block-tab__main .content {
    order: 1;
    margin: 0 0 24px;
  }
  .block-tab__main {
    padding-bottom: 0 !important;
  }
  .block-tab__main > .img {
    order: 3;
    position: relative;
    transform: translate(0px, 0px);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .block-tab {
    border: 0;
    padding: 0;
  }
  .dates > div {
    font-size: 100px;
}
  .block-tab > div {
    padding: 40px 24px 24px;
  }
  .block-tab__main .content p {
    font-size: 40px;
  }
  .dates > div span {
    font-weight: 700;
    font-size: 19px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(13px, -25px) rotate(-90deg);
}

.dates > span {
  font-size: 100px;
}
.block-tab__main > .img img {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  height: 100%;
  max-height: 300px;
  width: auto;
}

.block-pr-item,
.block-pr {
  padding: 32px 16px!important;
}
.block-pr__name, .block-pr-item__name {
  font-weight: 700;
  font-size: 24px;
  color: #02be0f;
  margin: 0 0 16px;
}
.block-pr__date {
  font-size: 40px;
}
.block-pr__content, .block-pr-item__desc {
  font-size: 16px;
}
.block-tab > div.block-pr-items {
  grid-template-columns: 1fr;
  gap: 32px;
}
.block-tab {
  gap: 32px;
}
.block-pr-item__title {
  font-size: 32px;
  margin: 0 0 16px;
}
  .effect h2 {
    font-size: 40px;
    line-height: 95%;
    margin: 0 0 24px;
  }

  .effect .item .desc:before {
    width: 96px;
    position: relative;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 16px auto 24px;
  }
  .effect .item {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .effect .item__meta img {
    margin: 0 16px 0 24px;
  }
  .wolf {
    padding: 48px 0;
  }
  .wolf__block {
    grid-template-columns: 1fr;
  }
  .wolf__content .desc {
    margin: 0 0 24px;
  }
  .those-who {
    padding: 48px 9px;
  }
  .those-who__content > div {
    font-size: 48px;
  }
  .those-who__content .slogan {
    font-size: 16px;
    top: 1px;
  }
  .those-who__content a {
    margin-top: 48px;
    height: 55px;
  }
  .those-who__media {
    position: absolute;
    bottom: -68px;
    right: -48px;
  }
  .those-who__media img {
    min-width: 360px;
    max-width: 360px;
    transform: translate(0px, 0%);
    top: auto;
    bottom: 0;
    opacity: .4;
  }
  .those-who {
    overflow: hidden;
  }
  .first-tr__left {
    display: none;
  }

  .course-get {
    padding: 48px 0;
  }

  .first-tr__top {
      justify-content: flex-end;
  }

  .first-tr__center {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0 0 16px;
  }

  .first-tr__meta p {
      display: none;
  }

  .first-tr {
      min-height: 640px;
  }

  .first-tr__bg img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 785px;
    width: auto;
    object-fit: cover;
    min-width: auto;
    bottom: 0;
  }

  #modal-video .modal-dialog > div {
    margin: 0 15px;
  }
  #modal-video .modal-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 24px;
    border-radius: 0 0 24px 24px;
  }
  .first-decor__img1 img {
    transform: translate(-33%, 0px);
    max-width: 455px;
  }
  .firstscreen h1 {
    font-size: 40px;
  }
  .slider-wrap .sliderNav {
    right: 16px;
  }
  .firstscreen {
    padding-top: 120px;;
  }
  .firstscreen__meta p {
    margin: 0 0 60px;
    font-size: 32px;
  }
  button.btn.btn-video {
    display: none;
  }
  .trainingSlider,
  .trainingSlider2 {
    padding: 20px 0 35px !important;
  }
  .slider-wrap {
    margin: 0 -15px;
  }

  .preview__date {
    font-size: 110px;
  }

  .training-item.firstsl > div:before {
    filter: blur(30px);
  }

  .training-item__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .training-item {
    padding: 16px;
  }

  .trainingSlider.trainings-list.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
  .trainingSlider2.trainings-list.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .sep {
    font-size: 100px;
    margin-left: 28px;
  }

  .contact-section h1 {
    font-size: 40px;
    margin: 0 0 24px;
  }
  .contact-block__editor {
    font-size: 24px;
  }
  .contact-block__media {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 0 40px;
  }
  .materials__media img {
    min-width: 328px;
    max-width: 328px;
    right: 0;
    left: auto;
  }
  .materials__media {
    height: 335px;
  }
  .form-contact__media img {
    transform: translate(0px, 0px);
  }
  .form-contact__media {
      position: relative;
      width: 100%;
  }
  .logos-mobile {
    display: block;
  }

  .form-contact__block {
    grid-template-columns: 1fr;
  }

  .form-contact__main form {
    max-width: 100%;
  }

  .form-contact__main {
    padding: 0 0 48px;
  }

  .form-contact__block > div:first-child {
    display: none;
  }
  .master-decor span {
    display: flex;
    justify-content: center;
  }

  .logos-main {
    display: none;
  }

  .logos-mobile {
    display: block;
    padding: 72px 0 48px;
  }
  /*
  .logo__block span {
    display: none;
  }*/
  .logo__block img, .logo__block span {
    opacity: 1;
  }

  .master .container {
    padding: 0;
  }
  .clients .container {
    padding: 0;
  }
  .master-wrap .sliderNav {
    right: 16px;
  }

  .master .item {
    margin: 0 16px;
  }

  .master-decor span:nth-child(2) {
    display: none;
  }
  .master-decor {
      grid-template-columns: 1fr;
  }
  
  .master .item__img {
    max-width: 100%;
  }
  .trainings .items {
    padding: 40px 0;
    gap: 40px;
    flex-direction: column;
  }
  .trainings .items > div {
    flex: 0 0 100%;
  }
  .trainings .items > div {
    width: 100%;
  }
  .trainings .item a {
    font-size: 32px;
    height: 64px;
  }


  .edges .container {
    padding: 0;
  }
  .edge-wrap .sliderNav {
    right: 15px;
  }
  .key {
    overflow: hidden;
  }
  .edge-wrap .item__name {
    font-size: 16px;
    max-width: 130px;
  }
  .edge-wrap .item__img {
    max-width: 330px;
  }
  .key__media img {
    transform: translate(30%, 0px);
  }

  .key__center {
    position: relative;
  }
  .key h2 {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    max-width: 200px;
    text-align: left;
    left: 20px;
    z-index: 1;
  }
  .key__block .item {
    padding-left: 16px;
    font-size: 14px;
  }
  .key__block .item:before {
    width: 8px;
    height: 8px;
    top: 2px;
  }
  .title-large {
    font-size: 56px;
  }

  .target .title-large {
    text-align: center;
    margin: 0 0 40px;
  }

  .target .item__name {
    font-size: 16px;
    padding-right: 0px;
  }
  .target .item:last-child {
    margin: 0;
  }
  .target .item__name br {
      display: block;
  }
  .target .item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      border: 0;
      padding: 0;
      margin: 0 0 40px;
  }
  .we {
    padding: 48px 0;
  }
  .we .container {
    padding: 0;
  }
  .we__block {
    grid-template-columns: 1fr;
    gap: 100px;
    padding: 0 15px;
  }
  .we__media {
    display: flex;
    justify-content: center;
  }
  .we__media img {
      transform: translate(0px, 5px);
      max-width: 100%;
      max-height: 398px;
      width: auto;
  }

  .we .items:before,
  .we .items:after {
    display: none;
  }

  .we .items {
    padding: 0;
    grid-template-columns: 1fr;
    background: transparent;
    gap: 0;
  }

  .we .item {
    padding: 32px;
  }

  .we .item:nth-child(1) {
    background: #621100;
  }
  .we .item:nth-child(2) {
    background: #7D1702;
  }
  .we .item:nth-child(3) {
    background: #8E1A02;
  }
}


@media only screen and (max-width: 590px) {
  .course-get .items {
    grid-template-columns: 1fr;
    max-width: 316px;
  }

  .course-get .item__top p {
    font-size: 160px;
  }
  .course-get .item__content > p {
    font-size: 40px;
}
}

@media only screen and (max-width: 480px) {
  .materials .container:before {
    width: 480px;
}
  .learn__bg {
    transform: translate(-69%, 0%);
    width: 768px;
    height: 376px;
    bottom: auto;
    top: 0px;
  }
  .learn {
    min-height: 530px;
  }
  .article__main a.cat-link {
    margin-top: 32px;
    width: 100%;
    justify-content: space-between;
    max-width: 390px;
}
  .sub-box .btn.btn--blue {
    min-width: auto;
    width: 100%;
  }

  a.link-all-post {
    width: 100%;
    min-width: auto;
    margin: 0 15px;
    max-width: 360px;
}
  .form-contact__media {
    max-height: 270px;
  }
  .form-contact .container {
    position: relative;
    z-index: 1;
  }
  .title-label h2 {
    padding: 14px 30px;
    font-size: 16px;
    min-width: 200px;
  }
  .coach__meta .btn {
    width: 100%;
  }
  .coach__meta {
      flex-direction: column;
      gap: 24px;
     
  }
  .form-contact__media img {
    max-height: 328px;
  }

  .training-item__wrap {
    align-items: flex-start;
  }
  .preview__dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 24px;
  }
  .preview__dates {
    margin: 0 0 20px;
  }
  .preview__desc span {
    font-size: 16px;
  }
  .preview__meta {
    gap: 0px;
  }
  .preview__logo {
    margin-top: 10px;
  }
}

/* .article__main {
		text-transform: none;
}
 */
.article__main ul{
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.grecaptcha-badge { 
visibility: hidden; 
}