@charset "UTF-8";

.yellow {
  color: #f4ca09
}

.header-sticky.dark .header-menu-holder a {
  color: #1e1e1e
}

.header-sticky.dark .header-menu-holder a:after {
  background-color: #1e1e1e;
  opacity: 1
}

.team-start-section {
  padding-top: 180px;
  padding-bottom: 30px
}

.big-h {
  font-size: 77px;
  font-weight: bold;
  line-height: 1.57;
  color: #f4ca09
}

.def-text {
  font-size: 15px;
  line-height: 1.53;
  color: #2f2f2f;
  max-width: 820px
}

.team-slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.team-slider:before {
  content: '';
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .8
}

.team-slider .owl-carousel {
  width: 750px;
  margin: 0 auto
}

.team-slider .owl-carousel .owl-stage-outer {
  overflow: visible
}

.team-slider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.team-slider .owl-carousel .owl-next,
.team-slider .owl-carousel .owl-prev {
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  margin-top: -60px;
  z-index: 10;
  line-height: 25px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.team-slider .owl-carousel .owl-next:before,
.team-slider .owl-carousel .owl-prev:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f4ca09;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.team-slider .owl-carousel .owl-next svg,
.team-slider .owl-carousel .owl-prev svg {
  display: inline-block;
  height: 25px;
  width: 25px
}

.team-slider .owl-carousel .owl-next svg path,
.team-slider .owl-carousel .owl-prev svg path {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  fill: black
}

.team-slider .owl-carousel .owl-next:focus,
.team-slider .owl-carousel .owl-prev:focus {
  outline: none
}

.team-slider .owl-carousel .owl-next:hover:before,
.team-slider .owl-carousel .owl-prev:hover:before {
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8)
}

.team-slider .owl-carousel .owl-next:hover svg path,
.team-slider .owl-carousel .owl-prev:hover svg path {
  fill: white
}

.team-slider .owl-carousel .owl-next.disabled,
.team-slider .owl-carousel .owl-prev.disabled {
  opacity: .3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.team-slider .owl-carousel .owl-prev {
  left: 190px
}

.team-slider .owl-carousel .owl-prev svg {
  -webkit-transform: scale(-1) translateX(4px) translateY(-1px);
  -ms-transform: scale(-1) translateX(4px) translateY(-1px);
  transform: scale(-1) translateX(4px) translateY(-1px)
}

.team-slider .owl-carousel .owl-next {
  right: 190px
}

.team-slider .owl-carousel .owl-next svg {
  -webkit-transform: translateX(2px) translateY(1px);
  -ms-transform: translateX(2px) translateY(1px);
  transform: translateX(2px) translateY(1px)
}

.team-item {
  padding: 60px 0 45px 0;
  width: 250px;
  text-align: center;
  color: white;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  opacity: 0
}

.active .team-item {
  opacity: 1
}

.active.center {
  z-index: 2
}

.active.center .team-item .team-item--photo:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.active.center .team-item .team-item--photo--inner {
  -webkit-box-shadow: -0.9px 1.8px 88px 18px rgba(0, 0, 0, 0.31);
  box-shadow: -0.9px 1.8px 88px 18px rgba(0, 0, 0, 0.31);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 1
}

.active.center .team-item .team-item--photo--inner img {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.active.center .team-item .team-item--name,
.active.center .team-item .team-item--social,
.active.center .team-item .team-item-desc {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1
}

.team-item--name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f4ca09;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0
}

.team-item--photo {
  width: 220px;
  height: 220px;
  margin: 70px auto;
  position: relative
}

.team-item--photo:before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid #f4ca09;
  top: -15px;
  left: -15px;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0
}

.team-item--photo .team-item--photo--inner {
  width: 220px;
  height: 220px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  opacity: .5
}

.team-item--photo .team-item--photo--inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -160px;
  display: block;
  height: 320px !important;
  width: 320px !important;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1
}

.team-item-desc {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.27;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0
}

.team-item--social {
  margin-top: 18px;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0
}

.team-item--social a {
  display: inline-block;
  width: 26px
}

.search-btn {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.search-btn svg {
  height: 18px;
  width: 18px
}

.search-btn svg path {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.search-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.search-btn:hover svg path {
  fill: black
}

.blog-search {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  top: -100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.blog-search.active {
  top: 0
}

.blog-search form {
  position: relative;
  border-bottom: 2px solid #f4ca09;
  padding: 5px 5px 12px;
  max-width: 640px;
  width: 100%
}

.blog-search form button {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 3px
}

.blog-search form button svg {
  width: 25px;
  height: 25px
}

.blog-search form input {
  display: inline-block;
  background-color: transparent;
  color: #f4ca09;
  font-size: 25px;
  line-height: 1.3;
  width: calc(100% - 45px);
  border: none;
  margin-left: 15px;
  vertical-align: middle
}

.blog-search form input:focus {
  outline: none
}

.blog-search form input::-webkit-input-placeholder {
  color: #f4ca09;
  opacity: .4
}

.blog-search form input::-moz-placeholder {
  color: #f4ca09;
  opacity: .4
}

.blog-search form input:-ms-input-placeholder {
  color: #f4ca09;
  opacity: .4
}

.blog-search form input:-moz-placeholder {
  color: #f4ca09;
  opacity: .4
}

.blog-container {
  padding-top: 140px
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

.blog-item {
  display: block;
  width: calc((100% - 120px) / 4);
  margin: 0 15px 110px;
  /* margin: 0 15px 0; */
  position: relative;
  height: 350px;
  background-color: #f4ca09;
  z-index: 1;
}

body.body-course .blog-item {
  margin: 0 15px 110px;
}


.cources-wrapper.cource-theme-default .slick-slider .slick-prev,
.cources-wrapper.cource-theme-default .slick-slider .slick-next,
.cources-wrapper.cource-theme-gray .slick-slider .slick-prev,
.cources-wrapper.cource-theme-gray .slick-slider .slick-next {
  background: url(../img/arrow_sl_w.svg) 50% 50% no-repeat;
  background-size: contain;
}

.cources-wrapper.cource-theme-white .slick-slider .slick-prev,
.cources-wrapper.cource-theme-white .slick-slider .slick-next {
  background: url(../img/arrow_sl.svg) 50% 50% no-repeat;
  background-size: contain;
}

.home-section-4.courses-page-gray .slick-slider .slick-prev,
.home-section-4.courses-page-gray .slick-slider .slick-next,
.home-section-4.courses-page-default .slick-slider .slick-prev,
.home-section-4.courses-page-default .slick-slider .slick-next {
  background: url(../img/arrow_sl_w.svg) 50% 50% no-repeat;
  background-size: contain;
}

.home-section-4.courses-page-white .slick-slider .slick-prev,
.home-section-4.courses-page-white .slick-slider .slick-next {
  background: url(../img/arrow_sl.svg) 50% 50% no-repeat;
  background-size: contain;
}

.article-container .slick-slider .slick-prev,
.article-container .slick-slider .slick-next {
  background: url(../img/arrow_sl.svg) 50% 50% no-repeat;
  background-size: contain;
}

.blog-item .blog-category {
  font-size: 12px;
  padding: 5px 14px;
  margin-right: 8px;
  margin-top: 6px
}

.blog-item .blog-category:last-child {
  margin-right: 0
}

.blog-item .blog-item-hover span {
  position: absolute;
  background-color: #f4ca09;
  z-index: 3
}

.blog-item .blog-item-hover span:first-child {
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  -webkit-transition: all .3s .3s ease-out;
  -o-transition: all .3s .3s ease-out;
  transition: all .3s .3s ease-out
}

.blog-item .blog-item-hover span:nth-child(2) {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.blog-item .blog-item-hover span:nth-child(3) {
  top: 0;
  right: 0;
  height: 0px;
  width: 100%;
  -webkit-transition: all .3s .3s ease-out;
  -o-transition: all .3s .3s ease-out;
  transition: all .3s .3s ease-out
}

.blog-item .blog-item-hover span:nth-child(4) {
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.blog-item .blog-item--img {
  position: absolute;
  width: 100%;
  height: 0%;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden
}

.blog-item .blog-item--img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1
}

.blog-item .blog-item--img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 2;
  opacity: .5
}

.blog-item.show .blog-item--img {
  height: 100%
}

.blog-item .blog-item--text {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px 30px;
  width: 100%;
  left: 0;
  bottom: 0
}

.blog-item .blog-item--text>span {
  display: block
}

.blog-item .blog-item--h {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  position: relative
}

.blog-item.big {
  width: calc(100% - 30px);
  height: 460px
}

.blog-item.big .blog-item--img img {
  height: 460px
}

.blog-item.big .blog-item--text {
  max-width: 640px
}

.blog-item.big .blog-item--h {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.96
}

.blog-item:hover .blog-item-hover span:first-child {
  height: 6px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.blog-item:hover .blog-item-hover span:nth-child(2) {
  width: 6px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.blog-item:hover .blog-item-hover span:nth-child(3) {
  height: 6px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.blog-item:hover .blog-item-hover span:nth-child(4) {
  width: 6px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.blog-nav {
  width: calc(100% - 30px);
  margin: 0px 15px 40px;
  text-align: center
}

.blog-category {
  display: inline-block;
  font-size: 15px;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 8px 22px;
  margin-right: 18px;
  margin-top: 10px
}

.blog-category:last-child {
  margin-right: 0px
}

.blog-category.small {
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 8px;
  margin-right: 7px
}

.blog-category.black {
  color: #222222;
  border-color: #222222
}

a.blog-category {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

a.blog-category.checked {
  background-color: #f4ca09
}

a.blog-category:hover {
  color: #f4ca09;
  border-color: #f4ca09;
  background-color: transparent
}

.mobile-select {
  display: none
}

.blog-nav--mobile-close {
  display: none
}

.article-container {
  padding-top: 125px;
  padding-bottom: 90px;
  overflow: hidden
}

.article-container a {
  color: white;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 15px
}

.article-container a:hover {
  color: #f4ca09
}

.article-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30vh 20px 40px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1
}

.article-main:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: -1;
  opacity: .5
}

.article-main-h {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.96;
  color: #ffffff;
  max-width: 900px;
  margin: 15px auto
}

.article-main-details a {
  margin: 0 10px
}

.article-text {
  max-width: 920px;
  margin: 0 auto
}

.article-text h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.28;
  color: #2c2c2c;
  margin: 50px 0 20px
}

.article-text p,
.article-text ul li,
.article-text ol li {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.67;
  color: #474747
}

.article-text blockquote {
  padding: 40px 0 0 20%;
  position: relative;
  margin: 50px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.35;
  color: #2b2b2b
}

.article-text blockquote p {
  margin: 0
}

.article-text blockquote:before {
  opacity: .5;
  content: '#цитата';
  color: #f4ca09;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  line-height: .7
}

.article-text .big-img {
  margin-left: -100px;
  margin-right: -100px;
  height: 60vh;
  min-height: 300px
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.share_flex {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  transform: none !important;
  margin: 60px 0
}

.share_flex .a_back {
  display: table;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}

.share_flex .a_back:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arr_back.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: .3s ease-out;
}

.share_flex .a_back:hover:before {
  left: -10px;
}


.share-h {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  color: #222222;
  margin-right: 24px;
  vertical-align: middle
}

.share-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle
}

.share-link:last-child {
  margin-right: 0
}

.share-link svg {
  width: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.share-link svg:hover {
  fill: black
}


.share-link svg .st0 {
  fill: #F4CA09;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.share-link svg:hover .st0 {
  fill: black
}

.more-slider-h {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
  color: #222222;
  margin-top: 100px
}

.more-slider-h.elow {
  color: #F4CA09;
}

.more-slider {
  margin-top: 25px;
  position: relative
}

.more-slider .blog-item {
  width: 100%;
}

.more-slider .blog-item .blog-item--img {
  height: 100%
}

.more-slider .owl-next,
.more-slider .owl-prev {
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.more-slider .owl-next svg,
.more-slider .owl-prev svg {
  width: 25px;
  height: 25px;
  display: block
}

.more-slider .owl-next svg path,
.more-slider .owl-prev svg path {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.more-slider .owl-next:focus,
.more-slider .owl-prev:focus {
  outline: none
}

.more-slider .owl-next:hover,
.more-slider .owl-prev:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.more-slider .owl-next:hover svg path,
.more-slider .owl-prev:hover svg path {
  fill: black
}

.more-slider .owl-prev {
  left: -50px
}

.more-slider .owl-prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.more-slider .owl-next {
  right: -50px
}

@media (max-width:1023px) {
  .blog-item {
    width: calc((100% - 90px) / 3)
  }
}

@media (max-width:991px) {
  .grid {
    margin: 0 -7px
  }

  .blog-item {
    margin: 0 7px 14px;
    width: calc((100% - 60px) / 2);
    height: 200px
  }

  .blog-item .blog-item--img {
    height: 100%
  }

  .blog-item .blog-item--img img {
    height: 200px
  }

  .blog-item .blog-item--h {
    font-size: 18px
  }

  .blog-item.big {
    margin: 0 7px 14px;
    height: 340px
  }

  .blog-item.big .blog-item--h {
    font-size: 30px;
    margin-top: 15px
  }

  .blog-item.big .blog-category {
    font-size: 12px;
    letter-spacing: 0.2px;
    padding: 8px;
    margin-right: 7px
  }

  .article-container {
    padding-top: 85px
  }
}

@media (max-width:767px) {
  .team-start-section {
    padding-top: 110px;
    padding-bottom: 20px
  }

  .big-h {
    font-size: 30px
  }

  .def-text {
    font-size: 12px
  }

  .team-item {
    width: 160px;
    padding: 30px 0
  }

  .team-item--photo {
    width: 160px;
    height: 160px;
    margin-top: 50px;
    margin-bottom: 50px
  }

  .team-item--photo:before {
    width: 170px;
    height: 170px;
    top: -5px;
    left: -5px
  }

  .team-item--photo .team-item--photo--inner {
    width: 160px;
    height: 160px
  }

  .team-item--photo .team-item--photo--inner img {
    margin-top: -120px;
    margin-left: -120px;
    height: 240px !important;
    width: 240px !important
  }

  .team-slider .owl-carousel {
    width: 480px;
    margin-left: calc((100vw - 480px) / 2)
  }

  .team-item--name {
    font-size: 14px
  }

  .team-item-desc {
    font-size: 12px
  }

  .team-slider .owl-carousel .owl-next,
  .team-slider .owl-carousel .owl-prev {
    width: 40px;
    height: 40px
  }

  .team-slider .owl-carousel .owl-next:before,
  .team-slider .owl-carousel .owl-prev:before {
    width: 40px;
    height: 40px
  }

  .team-slider .owl-carousel .owl-prev {
    left: 100px
  }

  .team-slider .owl-carousel .owl-next {
    right: 100px
  }

  .grid {
    margin: 0 -20px
  }

  .blog-container {
    padding-top: 85px
  }

  .blog-item {
    width: 100%;
    margin: 0
  }

  .blog-item .blog-item--h {
    max-width: 250px
  }

  .blog-item.big {
    width: 100%;
    margin-bottom: 80px;
  }

  .blog-item.big .blog-item--h {
    max-width: 100%
  }

  .mobile-select {
    display: block;
    background-image: url("../img/select-arrow.png");
    background-size: 10px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    margin: 0 auto !important;
    font-size: 12px;
    letter-spacing: 0.2px;
    padding: 8px 20px;
    width: 140px;
    text-align: left
  }

  .mobile-select:hover+.blog-nav--links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
  }

  .blog-nav {
    position: relative;
    margin: 0;
    padding: 20px;
    width: 100%
  }

  a.blog-category {
    font-size: 12px;
    letter-spacing: 0.2px;
    padding: 8px;
    margin-right: 7px
  }

  .blog-nav--links {
    position: absolute;
    left: 0px;
    top: 52px;
    padding-top: 3px;
    background-color: #fff;
    width: 100%;
    padding: 20px 20px;
    z-index: 10;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
  }

  .blog-nav--links.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
  }

  .blog-nav--mobile-close {
    display: block;
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.63;
    text-align: center;
    color: #7d7c7c;
    text-decoration: underline
  }

  .article-main {
    padding-top: 160px;
    margin-bottom: 0
  }

  .article-main-h {
    font-size: 30px;
    line-height: 1
  }

  .article-text {
    padding: 0 20px
  }

  .article-text h2 {
    margin: 38px 0 24px;
    font-size: 18px;
    line-height: 1.17
  }

  .article-text p {
    font-size: 15px;
    line-height: 1.46
  }

  .article-text blockquote {
    padding-left: 30px;
    padding-top: 24px;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.07
  }

  .article-text blockquote:before {
    font-size: 52px
  }

  .article-text .big-img {
    margin-left: -20px;
    margin-right: -20px;
    height: 250px;
    min-height: 250px
  }

  .more-slider-h {
    margin-top: 50px
  }

  .more-slider {
    width: 280%;
    margin-left: -90%
  }

  .more-slider .blog-item,
  .more-slider .blog-item--img img {
    height: 300px
  }

  .more-slider .blog-item {
    margin: 0 12px;
  }

  .more-slider .owl-next,
  .more-slider .owl-prev {
    height: 100%;
    width: 33%;
    top: 0;
    margin-top: 0
  }

  .more-slider .owl-next svg,
  .more-slider .owl-prev svg {
    opacity: 0
  }

  .more-slider .owl-prev {
    left: 0
  }

  .more-slider .owl-next {
    right: 0
  }

  .share-h {
    margin-right: 14px
  }

  .share-link {
    margin-right: 10px
  }
}





/* NEW MY */





.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 38px;
  background-color: #F4CA09;
  text-decoration: none;
  margin-top: 40px;
}

.btn span {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  position: relative;
  padding-right: 14px;
}

.btn span:before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/arrow_btn_r.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .3s ease-out;
}

.btn:hover span:before {
  right: -5px;
}



/* next */



.section-content-wrapper {
  position: relative;
}

.sl_arr {
  display: block;
  background: transparent;
  border: none;
  width: 20px;
  height: 36px;
  background: url(../img/arr_sl_l_w.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: .3s ease-out;
}

.sl_arr.black {
  filter: brightness(0);
}

.sl_arr.arr_l {
  left: -50px;
  transform: translateY(-50%);
}

.sl_arr.arr_r {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 1200px) {
  .sl_arr.arr_l:hover {
    left: -55px;
  }

  .sl_arr.arr_r:hover {
    right: -55px;
  }
}

.header-menu-holder .sub-menu a:before,
.header-menu-holder .sub-menu a:after {
  display: none;
}

.header-menu-holder .sub-menu a {
  border: none;
}



/* next */



.tel_fix {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4CA09;
  position: fixed;
  z-index: 12;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 320px) {
  .tel_fix {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1200px) {
  .tel_fix {
    right: 30px;
  }
}

.tel_fix:before,
.tel_fix:after {
  content: '';
  display: block;
  width: 23px;
  height: 17px;
  background: url(../img/telegram_fix.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  transition: .5s ease-out;
}

.tel_fix:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tel_fix:after {
  left: -50%;
  top: 100%;
  transform: translate(0%, 50%);
}

.tel_fix:hover:before {
  left: 100%;
  top: -50%;
  transform: translate(50%, 50%);
}

.tel_fix:hover:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



/* next */



.cources-wrapper .navigation-mobile .mobile-nav-item {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  text-align: left;
  padding: 12px 40px;
}

.navigation-mobile .mobile-nav-item.current {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.navigation-mobile .mobile-nav-item.active {
  background-color: #F4CA09;
  color: #000;
}



/* next */



.section-content-wrapper.pad_top {
  padding-top: 160px;
}

@media only screen and (max-width: 767px) {
  .home-section-4 .section-content-wrapper {
    padding-top: 50px !important;
  }
}

.new_sl .owl-stage {
  padding-bottom: 100px;
}

.new_sl .blog-item {
  overflow: visible;
}

.new_sl button {
  top: 40% !important;
}

.new_sl button svg path {
  fill: #fff !important;
}

.new_sl button:hover svg path {
  fill: #fff !important;
}

.new_sl_cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
}

@media only screen and (max-width: 768px) {
  .new_sl_cont {
    padding: 0 25px;
  }
}

.new_sl_cont h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new_sl_cont p {
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sl_req .new_sl_cont h3 {
  color: #fff !important;
}

.sl_req .new_sl_cont p {
  color: #fff !important;
}


/* next */



.blog-item .new_sl_cont h3 {
  color: #000;
}

.blog-item .new_sl_cont p {
  color: #000;
}

@media only screen and (max-width: 992px) {
  .blog-container .grid {
    padding-bottom: 0;
  }
}



/* next */



.footer .logo-bdg {
  width: 70px;
}

.purchase_parts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}

.purchase_parts svg {
  width: 35px;
  height: 35px;
}

.purchase_parts svg path {
  fill: #fff;
}

.purchase_parts p {
  font-size: 16px;
  fill: #fff;
  font-family: Noto Sans Bold;
  padding-left: 10px;
}


/* next */




.bg_pop_up {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 20%, 0.75);
  z-index: 2001;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.bg_pop_up.shown {
  visibility: visible;
  opacity: 1;
}

.bg_pop_up .exit {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url(../img/exit_th.svg) 50% 50% no-repeat;
  background-size: contain;
  top: 20px;
  right: 20px;
}

.bg_pop_up .popup {
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .popup {
    max-width: 320px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .bg_pop_up .popup {
    max-width: 510px;
    width: 100%;
  }
}

.bg_pop_up .popup.closed {
  opacity: 0;
  visibility: hidden;
}

.bg_pop_up .pop-up.closed *,
.bg_pop_up .pop-up.closed *::placeholder {
  transition: none !important;
}

.bg_pop_up .pop-up .popup_cont {
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}


.bg_pop_up .pop-up .popup_cont h3 {
  color: #F4CA09;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.bg_pop_up .pop-up .popup_cont p {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .pop-up .popup_cont p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .bg_pop_up .pop-up .popup_cont p {
    font-size: 18px;
    line-height: 26px;
  }
}

.bg_pop_up .pop-up .popup_cont button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 38px;
  background-color: #F4CA09;
  border: none;
  outline: none;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;

  text-align: center;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}




.header-sticky.dark .menu-item-has-children .sub-menu li a {
  color: #fff;
}

.header-sticky.dark .menu-item-has-children .sub-menu li a:hover,
.header-sticky.dark .menu-item-has-children .sub-menu li a.active {
  color: #000;
  background-color: #F4CA09;
  padding: 9px 30px 9px 35px;
}


.header-sticky.white {
  background-color: #fff !important;
}

.all_404 {
  width: 100%;
  height: 100vh;
  background-color: #131313;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.all_404:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 320px) {
  .all_404:before {
    background: url(../img/Union\ 1.png) 50% 50% no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .all_404:before {
    background: url(../img/Union\ 1.png) 50% 50% no-repeat;
    background-size: contain;
  }
}

.all_404 div {
  text-align: center;
  width: 100%;
  color: #F4CA09;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .all_404 div {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .all_404 div {
    font-size: 160px;
    margin-bottom: 35px;
  }
}

.all_404 p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .all_404 p {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .all_404 p {
    font-size: 30px;
    line-height: 30px;
  }
}



.block_v {
  width: 100px;
  height: auto;
  background-color: transparent;
  position: relative;
  transition: 0.3s linear;
  /* cursor: pointer; */
  position: absolute;
  left: 5px;
  top: 8px;
  z-index: 3;
}

.block_v_chosen {
  margin: 4px 0 0 5px;
  font-size: 15px;
}

.block_v .block_v_cont {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.block_v_cont div {
  position: relative;
}

.block_v_cont div:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: -8px;
  border: 5px solid transparent;
  border-top: 6px solid rgba(134, 134, 134, 1);
  transform: rotate(-180deg);
  transition: .4s ease-out;
}

.block_v .block_v_acord {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s linear;
  position: absolute;
  margin-top: 10px;
  border-color: transparent;
}

.phones-selector .block_item_view {
  display: none;
}

.cources-wrapper.cource-theme-white .block_v .block_v_acord {
  background-color: rgb(217 215 215 / 75%);
}

.cources-wrapper.cource-theme-gray .block_v .block_v_acord {
  background-color: rgb(129 128 128 / 75%);
}

.cources-wrapper.cource-theme-default .block_v .block_v_acord {
  background-color: rgb(100 100 100 / 75%);
}

.courses-page.courses-page-white .block_v .block_v_acord {
  background-color: rgb(217 215 215 / 75%) !important;
}

.courses-page.courses-page-gray .block_v .block_v_acord {
  background-color: rgb(129 128 128 / 75%) !important;
}

.courses-page.ourses-page-default .block_v .block_v_acord {
  background-color: rgb(100 100 100 / 75%) !important;
}

.block_v.phones-selector .block_v_acord {
  background-color: #161616;
}

.block_v.phones-selector .block_v_cont div:before {
  right: -3px;
}

@media only screen and (min-width: 1200px) {
  .block_v .block_v_acord {
    width: 318px;
    left: -5px;
  }
}

@media only screen and (max-width: 640px) {
  .block_v .block_v_acord {
    width: 364px;
    left: -5px;
  }

  .courses-page form .grecaptcha-form {
    transform: scale(0.8);
  }

  .cources-form-holder .col:last-child {
    max-width: 364px;
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .block_v .block_v_acord {
    width: calc(100vw - 78px);
  }
}

@media only screen and (max-width: 360px) {
  .courses-page form .grecaptcha-form {
    transform: scale(0.8);
  }

}

.block_v .block_v_acord ul li {
  margin: 5px 0;
  display: flex;
  align-items: center;
  padding-left: 4px;
  cursor: pointer;
}

.block_v .block_v_acord ul li img {
  width: 28px;
  height: 20px;
  margin-right: 5px;
}

.block_v .block_v_acord p {
  color: #000;
}

@media only screen and (min-width: 320px) {
  .block_v .block_v_acord p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .block_v .block_v_acord p {
    font-size: 19px;
  }
}

.block_v.opened {
  background-color: rgba(255, 255, 255, 0.04);
}

.block_v.opened .block_v_cont div:before {
  top: 7px;
  transform: rotate(0deg);
}


.block_v.opened .block_v_acord {
  height: auto;
  max-height: 105px;
  overflow: auto;
}



.input-container {
  position: relative;
}

.col-right .input-container input {
  padding-left: 100px;
}

.form-row.clearfix {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.contact-form-holder .block_v {
  left: 5px;
  top: 23px;
}

.contact-form-holder .contact_phone input {
  padding-left: 100px !important;
}


.contact-form-holder .block_v_chosen {
  margin: 0 0 0 5px;
}

@media only screen and (min-width: 320px) {
  .message-recaptcha {
    transform: scale(0.9);
  }
}

@media only screen and (min-width: 375px) {
  .message-recaptcha {
    transform: scale(1);
  }
}

.home-section-1 {
  height: 100vh;
}


.cource-top .sl_arr {
  top: 250px;
}

/* white kource */

.courses-page.courses-page-white .cources-wrapper.cource-theme-default:before {
  background-color: hsla(0, 0%, 100%, 0.91);
}

.courses-page.courses-page-white .post-title h1,
.courses-page.courses-page-white .cource-description,
.courses-page.courses-page-white .cources-wrapper .results-list .item,
.courses-page.courses-page-white .text-wrapper,
.courses-page.courses-page-white .cources-wrapper.cource-theme-default,
.courses-page.courses-page-white .cources-form-holder .form-control,
.courses-page.courses-page-white .sl_req .new_sl_cont h3,
.courses-page.courses-page-white .sl_req .new_sl_cont p,
.courses-page.courses-page-white .more-slider-h.elow,
.courses-page.courses-page-white .cources-form-holder .form-title,
.courses-page.courses-page-white .chast_cont .chast-title

/* .courses-page.courses-page-white .cources-wrapper .cource-title */
  {
  color: #000 !important;
}

.courses-page.courses-page-white .cources-wrapper .cource-title {
  color: #fcd20c;
}

.courses-page.courses-page-white .cource-date {
  color: #000;
}

.courses-page.courses-page-white .new_sl button svg path {
  fill: #000 !important;
}

.courses-page.courses-page-white .cources-form-holder .form-control {
  background: hsla(0, 0%, 54%, 0.21);
}

.courses-page.courses-page-white .cources-wrapper .cource-section-title:before,
.courses-page.courses-page-white .cources-wrapper .cource-title:before,
.courses-page.courses-page-white .cources-wrapper .cource-section-title:before {
  background-color: #000;
}

.courses-page.courses-page-white .cources-form-holder,
.courses-page.courses-page-white .chast {
  border-color: #000;
}

.chast {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 640px) {
  .chast {
    margin-top: 20px;
  }
}

.h3_paw {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: Noto Sans Bold;
  position: relative;
  padding-left: 50px;
}

@media only screen and (min-width: 640px) {
  .h3_paw {
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    padding-left: 70px;
  }
}

.h3_paw svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  fill: #fff;
}

@media only screen and (min-width: 640px) {
  .h3_paw svg {
    top: -10px;
    width: 50px;
    height: 50px;
  }
}

.h3_paw svg path {
  fill: #fff;
}

.cources-wrapper.cource-theme-white .h3_paw svg path,
.courses-page.courses-page-white .h3_paw svg path {
  fill: #222;
}

.cources-wrapper.cource-theme-white .h3_paw,
.courses-page.courses-page-white .h3_paw {
  color: #222;
}

.h3_paw span {
  color: #f4ca09;
  margin-bottom: 50px;
}

/* gray kource */

.courses-page.courses-page-gray .cources-wrapper.cource-theme-default:before {
  background-color: rgba(78, 78, 78, 0.91);
}

.cources-wrapper.no_pad .more-slider-h {
  margin-top: 0 !important;
}

.grecaptcha-form {
  display: flex;
  justify-content: center;
}

/* 
body.body-contacts .grecaptcha-form {
  display: flex;
  justify-content: flex-start;
} */

.cources-wrapper .nav-item.current {
  font-family: 'Noto Sans Bold';
}

.cources-wrapper .post-title h1 {
  max-width: 640px;
}

@media only screen and (max-width: 1200px) {
  .navigation-mobile .mobile-nav-item.current {
    background: rgba(0, 0, 0, 0.75);
  }

  .cources-wrapper .navigation-mobile .mobile-nav-item {
    background: rgba(0, 0, 0, 0.75);
  }

  .mobile-nav-item.current .text-wrapper {
    color: #F4CA09;
  }
}

@media (max-width: 1200px) {

  .navigation-mobile .current .text-wrapper {
    display: flex;
    width: 100%;
    white-space: inherit !important;
  }

  .cources-wrapper .navigation-mobile {
    z-index: 1 !important;
  }

  .cources-wrapper .navigation-mobile.opened {
    z-index: 14 !important;
  }
}

@media (max-width: 480px) {
  .cources-wrapper .navigation-mobile .mobile-nav-item {
    padding: 12px 10px;
  }

  .navigation-mobile .current .text-wrapper {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {

  .blog-item {
    margin-bottom: 80px;
  }

  .body.body-kursi .blog-item {
    margin-bottom: 100px !important;
  }

  .blog-nav {
    margin-top: -77px;
  }
}

.cources-wrapper .navigation-mobile {
  overflow: visible !important;
}

@media only screen and (min-width: 320px) {
  .my_bg_one {
    position: relative;
    background: url(../img/cource-bg.webp) 27% 50% no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .my_bg_one {
    position: relative;
    background: url(../img/cource-bg.webp) no-repeat center 0 / contain;
  }
}

.my_bg_one:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  z-index: 1;
}

.my_bg_one>div {
  position: relative;
  z-index: 2;
}

.courses-page.courses-page-default .my_bg_one:before {
  background: rgba(30, 30, 30, 0.91);
}

.courses-page.courses-page-gray .my_bg_one:before {
  background: rgba(78, 78, 78, 0.91);
}

.courses-page.courses-page-white .my_bg_one:before {
  background: hsla(0, 0%, 100%, 0.91);
}

.courses-page .cource-bottom:before {
  content: '';
  width: 100%;
  height: 158px;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.courses-page.courses-page-default .cource-bottom:before {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #1e1e1e 100%);
}

.courses-page.courses-page-gray .cource-bottom:before {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #4E4E4E 100%);
}

.courses-page.courses-page-white .cource-bottom:before {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #ffffff 100%);
}

.courses-page.courses-page-white .cources-wrapper.cource-theme-default {
  background-color: #fff;
}

.courses-page.courses-page-gray .cources-wrapper.cource-theme-default {
  background-color: #4E4E4E;
}

.courses-page.courses-page-default .results-list .item:before,
.courses-page.courses-page-gray .results-list .item:before {
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {

  .courses-page.courses-page-default .sl_req,
  .courses-page.courses-page-gray .sl_req,
  .courses-page.courses-page-white .sl_req {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 768px) {
  .cources-wrapper .nav-item.current .item-wrapper .line {
    margin-top: 90px;
  }

  .navigation-mobile .current .text-wrapper:before {
    right: 5px;
  }
}

.header-sticky {
  z-index: 3;
}


@media only screen and (min-width: 320px) {
  .body.body-home .cources-wrapper.scrolled {
    background: none;
    background-color: #1e1e1e;
  }

  .body.body-home .cources-wrapper:before {
    z-index: 1;
  }

  .body.body-home .cources-wrapper.scrolled:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 700px;
    background: url(../img/cource-bg.webp) 27% 50% no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1200px) {

  .body.body-home .cources-wrapper.scrolled:after {
    background: url(../img/cource-bg.webp) no-repeat center 0 / cover;
  }
}

.body.body-home .cources-wrapper.scrolled .cources-content,
.body.body-home .cources-wrapper.scrolled .section-content-wrapper {
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .body.body-home .cources-wrapper.scrolled {
    background: url(../img/cource-bg.webp) no-repeat center 0 / contain;
    background-color: #1e1e1e;
  }

  .body.body-home .cources-wrapper.scrolled:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .cources-wrapper .cource-bg-text-mobile {
    display: none !important;
  }

  .cource-top .cource-description {
    padding-right: 0;
  }
}


@media only screen and (min-width: 320px) {

  body.body-blog .blog-item .blog-item--h,
  body.body-category .blog-item .blog-item--h {
    display: none !important;
  }

  body.body-blog .blog-item .new_sl_cont,
  body.body-category .blog-item .new_sl_cont {
    display: block !important;
  }

  body.body-blog .blog-item.big .blog-item--h,
  body.body-category .blog-item.big .blog-item--h {
    display: block !important;
  }

  body.body-blog .blog-item.big .new_sl_cont,
  body.body-category .blog-item.big .new_sl_cont {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {

  body.body-blog .blog-item,
  body.body-category .blog-item {
    margin: 0 15px 40px;
  }

  body.body-blog .blog-item .blog-item--h,
  body.body-category .blog-item .blog-item--h {
    display: block !important;
  }

  body.body-blog .blog-item .new_sl_cont,
  body.body-category .blog-item .new_sl_cont {
    display: none !important;
  }

  body.body-blog .blog-item.big .blog-item--h,
  body.body-category .blog-item.big .blog-item--h {
    display: block !important;
  }

  body.body-blog .blog-item.big .new_sl_cont,
  body.body-category .blog-item.big .new_sl_cont {
    display: none !important;
  }
}


@media only screen and (min-width: 768px) {
  figure {
    width: 1140px;
    height: 60vh;
    margin: 1em 0;
    margin-left: -100px;
    margin-right: -100px;
  }

}

@media only screen and (max-width: 768px) {
  figure {
    width: calc(100vw + 40px);
    height: 250px;
    margin: 1em 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}



@media only screen and (max-width: 960px) {
  .home-section-3 .animated-text {
    top: 125px !important;
  }
}


.more-slider-h.m_0 {
  margin: 0;
}

.curs_context {
  margin-top: 60px;
}

.curs_context_flex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}

.w_100_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.w_100_flex a {
  color: #000;
  font-weight: 400;
}

@media only screen and (min-width: 320px) {
  .w_100_flex a {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .w_100_flex a {
    font-size: 20px;
    line-height: 30px;
  }
}

.w_100_flex svg {
  transform: translate(10px, 1px);
  stroke: #1E1E1E;
  transition: all .3s ease-out;
}

@media only screen and (min-width: 1200px) {
  .w_100_flex a:hover {
    font-weight: 600;
    font-size: 22px;
    stroke: #f4ca09;
  }

  .w_100_flex a:hover svg {
    transform: translate(10px, 0) scale(1.8);
    stroke: #f4ca09;
  }
}

/* .ources-wrapper.cource-theme-white{} */

.cources-wrapper.cource-theme-white .more-slider-h {
  color: #222222;
  font-size: 25px;
  font-family: Noto Sans Bold;
  text-transform: uppercase;
  font-weight: 400;
}

/* .ources-wrapper.cource-theme-defaul,
.ources-wrapper.cource-theme-gray{} */

.cources-wrapper.cource-theme-default .more-slider-h,
.cources-wrapper.cource-theme-gray .more-slider-h {
  color: #fff;
  font-size: 25px;
  font-family: Noto Sans Bold;
  text-transform: uppercase;
  font-weight: 400;
}

.cources-wrapper.cource-theme-default button svg path,
.cources-wrapper.cource-theme-gray button svg path {
  fill: #fff;
  opacity: .6;
}

.cources-wrapper.cource-theme-default button:hover svg path,
.cources-wrapper.cource-theme-gray button:hover svg path {
  fill: #fff;
  opacity: 1;
}

.curs_all {
  width: 100%;
  position: relative;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.curs_all .curs_all_cont {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .curs_all .curs_all_cont {
    width: 50%;
  }
}

.curs_all .curs_all_cont h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.curs_all .curs_all_cont .text {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;

  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #1e1e1e;
}

.curs_all .curs_all_cont .text ol,
.curs_all .curs_all_cont .text ul {
  padding-left: 15px;
}

.curs_all .curs_all_cont .text ol {
  list-style-type: decimal;
}

.curs_all .curs_all_cont .text ul {
  list-style-type: disc;
}

.curs_all_styc {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #F4CA09;
  padding-top: 50px;
}

.curs_all_styc:before {
  content: '';
  display: block;
  width: 43px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/kov.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 1200px) {
  .curs_all_styc {
    position: sticky;
    top: 180px;
    right: 0;
    width: 45%;

    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
    margin-top: 130px;
  }

  .curs_all_styc:before {
    height: 49px;
    top: -49px;
  }
}

body.body-kursi .layout {
  overflow: visible !important;
}