:root {
  --grey: #B4B39B;
  --green: #C6F26E;
  --purple: #D1B8D9;
  --purple-light: #E6E6FE;
  --white: #fff;
  --grey-light: #E0E0D6;
  --green-light: #EAEDBB;
  --color-main: #1D1E1C;
  --color-secondary: #737570;
  --container: 1278px;
}
body {
  font-family: 'WorkSans', sans-serif;
  margin: 0;
  -webkit-font-smoothing: auto;
  color: var(--color-main);
}

.tr-grid > div,
.o-program__media.img,
.o-program__content {
  opacity: 0;
}

.page-template-page-request2 h1.page-title {
    max-width: 690px;
    margin: 0 auto 40px;
}
.o-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.o-program__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.o-program__content .editor.o-text {
    margin: 0 0 16px;
}

.d-img .img:before {
    padding-top: 150%;
}

.d-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.o-program__editor {
    max-width: 738px;
    margin: 40px auto 24px;
    text-align: center;
}

.o-logos-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.num-item span {
    min-width: 80px;
    height: 80px;
    width: 80px;
    background: #B4B39B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    border-radius: 8px;
}

.num-item {
    display: flex;
    gap: 8px;
}

.num-item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 8px;
}



.o-work__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    justify-content: center;
}
.o-work__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.o-work__content .editor {
    max-width: 430px;
}
.s-training__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}

.o-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.03em;
}
.tr-grid__item.img {
    min-height: 236px;
}
p.s-training__subtitle {
    border-radius: 8px;
    padding: 4px;
    background: #E0E0D6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tr-grid {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 16px;
}


.tr-grid__item:nth-child(1) {
    grid-area: auto / 1 / auto / 9;
}

.tr-grid__item:nth-child(2) {
    grid-area: auto / 9 / auto / 15;
}

.tr-grid__item:nth-child(3) {
    grid-area: auto / 1 / auto / 7;
}

.tr-grid__item:nth-child(4) {
    grid-area: auto / 7 / auto / 15;
}



.video-block__inner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video-block__inner:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video-block__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btn.video-block__play {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

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

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

video.video-block__video.js-video-file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-block__poster {
    z-index: 1;
}

.btn.video-block__play {
    z-index: 2;
}
.in-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 60px;
    margin-top: 40px;
}
.order__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
}

.order__content .subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
}

.o-faq__wrap {
    max-width: 640px;
    margin: 0 auto 0px;
}

.o-faq__wrap h2 {}

.o-faq__wrap h2, .o-faq__wrap > .subtitle {
    max-width: 475px;
    text-align: center;
    margin: 0 auto 16px;
}

.o-faq__wrap .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.03em;
}

.faq-item__q {
    display: grid;
    grid-template-columns: auto 44px;
    gap: 24px;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    cursor: pointer;
}

.faq-item__q span {
    border-radius: 8px;
    padding: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B4B39B;
    background: #B4B39B;
}

.faq-item {
    border-bottom: 1px solid #E0E0D6;
    margin: 0 0 16px;
    padding: 0 0 16px;
}

.faq-item:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.open > .faq-item__q span {
    background: transparent;
}

.open > .faq-item__q span img {
    transform: rotate(180deg);
}

.faq-item__q span img {
    transform: rotate(0deg);
    transition: .23s;
}

.faq-item__a {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    padding: 16px 68px 0 0;
}

.include__media.img:before,
.order__media:before {
    padding-top: 68%;
}

.video-block.play-video .video-block__poster {
    display: none;
}

.video-block.play-video  .btn.video-block__play.js-video-play {
    display: none;
}

.video-block__frame iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr-grid__item {
    /* min-height: 236px; */
}

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

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

.stats-item {
    border-radius: 8px;
    color: var(--color-main);
    min-height: 292px;
    padding: 32px 32px 24px;
    position: relative;
    overflow: hidden;
}

.stats-item__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.stats-item__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 112%;
}

.stats-item__desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
}

.stats-item:first-child {
    grid-area: 1 / auto / 3 / auto;
}

.stats-item:last-child {
    grid-area: auto / 2 / auto / 4;
}

.stats-item:nth-child(2), .stats-item:nth-child(5), .stats-item:nth-child(2), .stats-item:nth-child(6) {
    background: #E0E0D6;
    border: 0;
}

.stats-item {
    border: 1px solid #E0E0D6;
}

.stats-item:last-child, .stats-item:first-child {
    border: 0;
}

.stats .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.stats-item:nth-child(6), .stats-item:nth-child(7) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
}

.logo-pay {
    display: flex;
    align-items: center;
    justify-content: center;
        gap: 30px;
}
.story-preview__meta a.link--green {
    flex: 1 0 auto;

}
.story-preview__meta {
    gap: 10px;
}
.logo-pay p {
    display: flex;
    margin-top: 30px;
    gap: 40px;
}

.logo-pay img {
    max-height: 28px;
}
section.content-slider .box {
    min-width: 1px;
}
.logo-pay br {
    display: none;
}

.logo-pay img {
    max-height: 28px;
    width: 100%;
}

.container {
  max-width: var(--container);
  padding: 0 16px;
}

svg.hidden {
    display: none;
}

a:hover {
  text-decoration: none;
}

.tab-nav__btn:hover {
    background: var(--grey);
    border-color: var(--grey);
}

button, button:focus {
    outline: none!important;
    box-shadow: none!important;
}

.swiperLine .swiper-slide {
    width: 120px;
}

.swiperLine .swiper-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperLine .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
  padding-left: calc(((100vw - var(--container)) / 2) - 16px);
}












.tab-panel {
  opacity: 0;
  animation: tabAnim .75s ease-out 0s 1 normal forwards;
}

@keyframes tabAnim {
	0% {
		  opacity: 0;
	}
  50% {
		  opacity: 0;
	}
	100% {
		  opacity: 1;
	}
}


.tab-panel:nth-child(3n+1) .department {
    background: var(--purple-light);
}

.tab-panel:nth-child(3n+1) .slider-navigation .swiper-pagination .swiper-pagination-bullet {
  background: var(--purple);
}



.tab-panel:nth-child(3n+2) .department {
    background: var(--grey-light);
}

.tab-panel:nth-child(3n+2) .slider-navigation .swiper-pagination .swiper-pagination-bullet {
  background: var(--grey);
}

.tab-panel:nth-child(3n+3) .department {
    background: var(--green-light);
}

.tab-panel:nth-child(3n+3) .slider-navigation .swiper-pagination .swiper-pagination-bullet {
    background: var(--grey);
}





.tab-panel .slider-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-main);
}

.page-direction .page-title {
    margin: 0 0 16px;
}

.page-direction .page-meta .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 0 0 24px;
}

.page-direction .page-meta {
    border-bottom: 1px solid var(--grey-light);
    margin: 0 0 40px;
}
.page-direction .tab-nav {
    flex-wrap: wrap;
}

.department {
    margin-top: 24px;
    border-radius: 8px;
    padding: 64px;
}


.department__meta .title-section {
    display: flex;
    gap: 16px;
    margin: 0 0 24px;
}

.department__meta p {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
}

.department__items p {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 16px;
}

.department__items .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}

.department__content {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 64px;
    margin: 0 0 40px;
}

.department__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.department__items .item:nth-child(2) {
    margin-top: 24px;
}

.department__slider .box-slide.img:before {
    padding-top: 56%;
}

.color-Purple {
    background: var(--purple-light);
}

.color-Gray {
    background: var(--grey);
}

.color-Green {
    background: var(--green);
}
.firstscreen__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(29, 30, 28, 1) 40%, rgba(29, 30, 28, 0.4) 100%);
    z-index: 1;
    opacity: .78;
}
.firstscreen__slider, .firstscreen > .container {
    z-index: 2;
}
.firstscreen__bg .img-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.firstscreen__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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



.firstscreen__slider {
    position: absolute;
    
    left: 0;
    right: 0;
    bottom: 32px;
    margin: 0 auto;
    width: 100%;
}



.firstscreen .container .meta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiperLogo .swiper-slide {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}




.swiperLogo .swiper-wrapper {
    transition-timing-function: linear!important;
    display: flex;
    align-items: center;
}

.home section.firstscreen{
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 600px;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
        z-index: 1 !important;
}
.firstscreen > .container{
  position: absolute;
  left: 0; right: 0; margin: 0 auto;
  top: 38%;
  transform: translateY(calc(-58% + var(--hero-shift, 0px)));
  z-index: 1;
  will-change: transform;
  backface-visibility: hidden;
}


.admin-bar.home section.firstscreen {
  height: calc((var(--vh, 1vh) * 100) - 32px);
}

.firstscreen__slider{
  z-index: 1;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateY(var(--slider-shift, 0px));
}

.home section {
    background: #fff;
}


.firstscreen__bg{
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
}

.home .page-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 112%;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 0 24px;
    color: var(--white);
   
}


section.about {
    position: relative;
    padding-top: 100px;
}

.home section {
    background: #fff !important;
    position: relative;
    z-index: 4 !important;
}






/* Табы */
.teem-tabs {
    position: relative
}

.teem-tabs__nav {
   
}

.teem-tabs__btn {
   
}

.teem-tabs__btn.active {
    
}

.teem-tabs__panel {
    display: none
}

.teem-tabs__panel.active {
    display: block
}

/* Слайдер */
.teem__slider {
    position: relative
}

.teem__slider .swiper,
.teem__slider .swiper-container {
    overflow: hidden
}

.teem__slider .swiper-slide {
    width: 100%
}

.teem__slider .swiper-pagination {
    position: relative;
}

.teem__slider .swiper-button-prev,
.teem__slider .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .55)
}

.teem__slider .swiper-button-prev:after,
.teem__slider .swiper-button-next:after {
    font-size: 16px;
    color: #fff
}

.page-contact__top h1 {
    text-align: left;
    margin: 0 0 24px;
    padding: 0;
}

.page-contact__top .meta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    max-width: 500px;
}

.page-contact__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 100px;
}

.page-contact__box {
    min-width: 310px;
}



.page-contact__box div p {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 8px;
}

.page-contact__box .mail-box a {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: var(--color-main);
}



.page-contact__box .social {
    margin-top: 24px;
}
.teem-form .page-contact__main {
    grid-template-columns: 1.2fr 1fr;
}

.page-contact__main {
    display: grid;
    grid-template-columns: .95fr 1fr;
    gap: 64px;
}

.page-contact__img.img:before {
    padding-top: 103%;
}

.page-contact__img {
    border-radius: 8px;
    overflow: hidden;
}

.form-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    margin: 0 0 24px;
}

.form-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    margin: 0 0 40px;
    max-width: 460px;
}

.field label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding-left: 16px;
    margin: 0 0 4px;
}

.field input {
    height: 52px;
    padding: 0 16px;
}

.field input::placeholder, .field textarea::placeholder {
    color: #737570;
}

.field input, .field textarea {
    border-radius: 8px;
    border: 1px solid var(--grey);
    color: var(--color-main);
    font-size: 16px;
    letter-spacing: 0.03em;
}

.field textarea {
    padding: 16px;
    max-height: 160px;
}

.field {
    margin: 0 0 16px;
}

.field:last-child {
    margin: 0;
}

.field.field--submit span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--color-secondary);
    display: block;
    max-width: 320px;
}

.field.field--submit p {
    display: flex;
    align-items: center;
    gap: 16px;
}

.field.field--submit button {
    outline: none;
    border: 0;
}

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

.field input:hover, .field textarea:hover, .field input:focus, .field textarea:focus {
    border-color: var(--color-main);
    box-shadow: none;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c00;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 0;
    margin: 10px 0;
    text-align: left;
    border: 0;
    color: var(--grey);
}

/* footer */
.page-contact__box .btn-copy svg {
    fill: var(--color-main);
}
.btn-copy svg {
    fill: var(--white);
}
.btn-copy.check svg,
.page-contact__box .btn-copy.check svg {
  fill: var(--green);
}
.mail-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

footer {
  background: var(--color-main);
  color: var(--white);
}

footer .container {
    padding-top: 64px;
    padding-bottom: 64px;
    display: grid;
    gap: 64px;
}

.footer__logo {
    max-width: 55px;
    margin: 0 0 9px;
}

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

.footer__title {
    font-size: 22px;
    color: var(--white);
    line-height: 1.25;
}

.footer__mail a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: var(--white);
}

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

.social a,
.social button,
.social button:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0;
    outline: none;
}

.article__meta .share {
    margin-left: auto;
}

.footer__menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--white);
    padding: 4px 12px;
    display: inline-flex;
}

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

.footer__main {
    display: flex;
    align-items: center;
}


.footer__main .footer__menu:last-child {
    margin-left: 24px;
}

.footer__main .footer__menu:nth-child(2) {
    margin-bottom: auto;
}


.footer__bottom .footer__menu a, .footer__bottom .copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    padding: 0;
}

.footer__bottom .footer__menu ul {
    flex-direction: row;
    gap: 24px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid var(--white);
}
/* END footer */

.admin-bar .site-header {
  top: 32px;
}
.site-header {
    height: 88px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}
.site-header .container {
    display: flex;
    align-items: center;
}
.site-header .container  .lang {
    margin: 0 auto;
}
.site-header  .link--green {
    margin-left: 12px;
}
.site-header .logo-white {
    display: none;
}
.menu-box {
    flex: 100%;
    display: flex;
    align-items: center;
}
nav#menu {
    margin-left: auto;
}

nav#menu a {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--color-main);
    display: inline-flex;
}

nav#menu ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.lang li {
    list-style: none;
}

.lang {
    border-radius: 8px;
    padding: 4px;
    border: 1px solid var(--color-main);
    display: inline-flex;
    gap: 2px;
}

.lang a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--color-main);
    border-radius: 6px;
    height: 30px;
}

.lang .current-lang a {
    background: var(--grey);
}

.title-section {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    margin: 0;
    padding: 0;
}

.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}

.about .meta {
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.about__links {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.about {
    
}


.img:before {
    content: '';
    display: block;
}

.img {
    position: relative;
}

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

.about__img.img:before {
    padding-top: 49%;
}

a {
  text-decoration: none;
  
}

a, 
.btn,
svg {
  transition: .25s;
}

.link--main {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    padding: 0px 12px;
    min-height: 40px;
}

.instagram:last-child, 
.youtube:last-child {
    fill: var(--green);
}

a:hover .instagram:last-child, 
a:hover .youtube:last-child {
    fill: var(--purple-light);
}
.link,
.link:hover {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: var(--color-main);
}

.link--green {
  background: var(--green);
}

.link--green:hover {
  background: var(--purple-light);
}

.link--purple {
  background:  var(--purple-light);
}

.link--purple:hover {
  background: var(--green);
}


.link--border {
  border-color: var(--color-main);
  border: 1px solid;
}

.link--border:hover {
  border-color: var(--grey)!important;
  background: var(--grey);
}



            
.tab-panels {
  position:relative;
}
            
.tab-panel {
  display:none;
}
            
.tab-panel.active {
  display:block;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}


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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.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;
}




body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.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;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {

}

.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: 4rem;
}

.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;
}


.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;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.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;
}

button.btn:focus {
  
}



.direction-card__thumb {
    position: relative;
}

.direction-card__thumb:before {
    content: '';
    display: block;
    padding-top: 162%;
}

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

.direction-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.direction-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #1d1e1c 0%, rgba(29, 30, 28, 0) 100%);
    margin: 0;
    padding: 16px;
    font-weight: 500;
    font-size: 26px;
    line-height: 122%;
    color: var(--white);
}

.direction__slider {
    margin-right: calc(((100vw - var(--container)) / 2 * -1) - 16px);
}

.swiper.swiperDirection {
    padding-right: 88px;
    
}

.direction .title-section {
    margin: 0 0 24px;
}
section.direction {
    overflow: hidden;
}


.story-preview {
    position: relative;
}

.story-preview__top {
    margin: 0 0 24px;
}

.story-preview__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.story-preview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-preview__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(29, 30, 28, 0.4) 100%);
    opacity: .78;
}

.story-preview .conainer {
    position: absolute;
    top: 0;
}

.story-preview .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 160px;
    color: var(--white);
}

.story-preview__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    margin: 0 0 24px;
}

.patient__name {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
}

.patient__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}

.patient__photo {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    overflow: hidden;
}

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

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

.story-preview__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.story-preview__inner {
    max-width: 450px;
}





.story-preview__inner {
    max-width: 450px;
}

.stories > .container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.stories {
    position: relative;
}




.stories .swiper-pagination-bullet-active {
  background: transparent;
}


.story-preview {
    position: relative;
    height: 740px;
}


.stories { --story-delay: 5s; }

.stories .swiper-pagination { 
   display: inline-flex;
   justify-content: center;
   gap: 4px;
}



.stories .swiper-pagination span.swiper-pagination-bullet {
  opacity: 1;
  border-radius: 5px;
  width: 70px;
  height: 5px;
  margin: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
}

.stories .swiper-pagination span.swiper-pagination-bullet::before,
.stories .swiper-pagination span.swiper-pagination-bullet::after{
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  right:auto;
  display:block;
  opacity:1;
}

.stories .swiper-pagination span.swiper-pagination-bullet::before{
  width:100%;
  height:1px;
  background:#E0E0D6;
}


.stories .swiper-pagination span.swiper-pagination-bullet::after{
  height:5px;
  background:#E0E0D6;
  width:0%;

  transition:none;
}


.stories .swiper-pagination span.swiper-pagination-bullet.is-active::after{
  width:100%;
  transition:width var(--story-delay) ease-out;
}


.stories .swiper-pagination span.swiper-pagination-bullet.is-filled::after{
  width:100%;
  transition:none;
}


button.btn.arrow {
  border-radius: 8px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--grey);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

button.arrow svg {
    fill: var(--color-main);
}

.stories button.arrow svg {
    fill: var(--white);
}

button.arrow:hover {
    background: var(--grey);
}

button.arrow:disabled svg {
    fill: var(--grey);
}

button.btn.arrow:disabled:hover {
    background: transparent;
}

.stories__nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
}



.stories__nav .swiper-pagination {
    flex: 100%;
    position: relative;
    bottom: 0;
    top: 0;
    order: 3;
}

button.btn.arrow.left svg {
    transform: rotate(180deg);
}


.preview__img {
    scale: 1;
    transition: .5s;
}

.preview:hover .preview__img {
    scale: 1.1;
}


.tab-panel:nth-child(3n+1) .department__items .link--green:hover {
    background: var(--color-main);
    color: #fff;
}

.tab-nav__btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 12px;
    height: 40px;
    border: 1px solid var(--color-main);
    color: var(--color-main);
}

.tab-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.tab-nav__btn.active {
    color: #fff;
    background: var(--color-main);
}

.teem-tabs__nav.tab-nav {
    margin: 0 0 40px;
}

.member__photo.img:before {
    padding-top: 100%;
}

.member__photo.img {
    border-radius: 8px;
    overflow: hidden;
}

span.job-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding: 2px 8px;
    border-radius: 8px;
    margin: 0 0 8px;
    display: inline-flex;
}

.member__photo {
    margin: 0 0 24px;
}

.member h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 16px;
}

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

.member__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.member__social a:hover {
    background: var(--green);
}

.member p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    margin: 0 0 16px;
}



.banner__img.img:before {
    padding-top: 64%;
}

.banner__inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.img-gradient:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(29, 30, 28, 1) 40%, rgba(29, 30, 28, 0.4) 100%);
    opacity: .78;
}


.banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 36px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    color: #fff;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.banner__content h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    color: #fff;
    margin: 0;
    padding: 0;
}

.banner__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: #fff;
}

.blog-items .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.preview__cover.img:before {
    padding-top: 53%;
}

a.preview__cover.img {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin: 0 0 24px;
}

.posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

span.preview__cat {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.preview__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0;
}

.preview__title a {
    color: var(--color-main);
}

.preview__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}

.preview__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 24px;
}

.author__photo.img:before {
    padding-top: 100%;
}

.author__photo.img {
    overflow: hidden;
    border-radius: 10px;
}

.preview__author {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 8px;
    align-items: center;
}

.author__name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--color-main);
}

.author__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}

.dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--grey);
}

.author__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-items .meta p,
.media .meta p {
    max-width: 570px;
}
.blog-items .title-section,
.media .title-section {
    margin: 0 0 24px;
}
.page-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 112%;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 0 100px;
}


section {
    margin: 0 0 100px;
}
.story-preview__top {
    min-height: 70px;
}

.slider-navigation {
    position: relative;
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
}

.slider-navigation .swiper-pagination {
    position: relative;
    top: 0 !important;
    bottom: auto !important;
    left: 0;
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-navigation .swiper-pagination .swiper-pagination-bullet {
    border-radius: 2px;
    width: 8px;
    height: 8px;
    margin: 0!important;
    background: var(--grey-light);
    opacity: 1;
}

.slider-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--grey);
}

.slider-navigation .left {
    margin-left: auto;
    margin-right: 24px;
}

.media-item {
    border: 1px solid var(--gray);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.media-item__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
}

.media .meta {
    margin: 0 0 40px;
}

.media {
    overflow: hidden;
}
.media-wrap {
    margin-right: calc(((100vw - var(--container)) / 2 * -1) - 16px);
}

.swiper.swiperMedia {
    padding-right: 215px;
}
.teem .slider-navigation .link--purple {
    white-space: pre;
    height: 44px;
    margin-left: 40px;
}
.teem .title-section {
    text-align: center;
    margin: 0 0 40px;
}

.blog-photo .img:before {
    padding-top: 55%;
}

section.blog-photo {
    margin: 0;
}

.slider-video {
    margin-right: calc(((100vw - var(--container)) / 2 * -1) - 16px);
}
.video-history {
    overflow: hidden;
}
.swiper.swiperVideo {
    padding-right: 182px;
}
.video-history .link--green {
    white-space: nowrap;
}












.article__top .preview__cat {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--grey);
    line-height: 1.25;
}

.article__top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.article h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    margin: 0;
}

.article__img.img:before {
    padding-top: 56%;
}

.article {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

span.text-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    display: block;
}

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

.article__date {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.article__date time {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--color-main);
}

.article__main {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
}

.content-article p, .content-article li {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.03em;
}

.content-article p:last-child {
    margin: 0;
}

.content-article p {
    margin: 0 0 16px;
}

.content-article h2, .content-article h3, .content-article h4, .content-article h5, .content-article h6 {
    margin: 24px 0 16px;
}

.content-article h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
}

.content-article h3, .content-article h4, .content-article h5, .content-article h6 {
    font-weight: 600;
    font-size: 20px;
}

.content-article ol, .content-article ul {
    margin: 0 0 16px;
    padding: 0 0 0 32px;
}

.content-article a {
    color: var(--color-main);
    text-decoration: underline;
}


.toc__panel {
    overflow: hidden;
    transition: .25s;
}


.top-toc {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.toc__toggle,
.toc__toggle:focus {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    outline: none;
}
.article__main {
    margin-top: 16px;
}
.content-article__wrap {
    max-width: 690px;
}
.content-article__wrap img {
    width: 100%;
    border-radius: 8px;
}
#toc {
    position: sticky;
    top: 104px;
}

.admin-bar #toc {
    position: sticky;
    top: 136px;
}

.toc__toggle span:nth-child(2) {
    display: none;
}

.hide .toc__toggle span:nth-child(2) {
    display: block;
}

.hide .toc__toggle span:nth-child(1) {
    display: none;
}

.article__nav {
    border-radius: 8px;
    background: var(--grey-light);
    padding: 16px;
}

.toc__list, .toc__sublist {
    padding: 16px 0 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.toc__list a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--color-main);
}

.toc__sublist {
    padding: 8px 0 0 0!important;
}

.toc__list a:hover {
    text-decoration: underline;
}

.post-parent-cat,
.post-parent-cat:hover {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: var(--color-main);
}

.post-parent-cat svg {
    transform: rotate(180deg);
}





/* Шаги */


.direction__nav .link--purple {
    height: 44px;
    margin-left: 40px;
        white-space: pre;
}

.wpcf7-checkbox.form-control {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    border: 0;
}

.wpcf7-checkbox.form-control > span {
    margin: 0;
}

.wpcf7-checkbox.form-control > span label {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.step {
  display: none;
}

.step-num p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid var(--grey);
    background: transparent;
    transition: .2s;
}

.step-num p {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    text-align: center;
}

.step-num.active p {
    color: var(--color-main);
}

.step-num.active p {
    background: var(--grey);
}

.steps__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
    gap: 16px;
    align-items: center;
}

.step-num:after {
    content: '';
    display: block;
    width: 64px;
    height: 1px;
    background: var(--grey-light);
}

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

.step-num:last-child:after {
  display: none;
}





.steps__main {
    max-width: 825px;
    margin: 0 auto;
}

.label-title label {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
}

.label-title label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: var(--color-secondary);
    display: block;
    margin-top: 4px;
}



.wpcf7-form-control.wpcf7-checkbox > span > label input,
.wpcf7-form-control.wpcf7-acceptance input {
    display: none;
}

.wpcf7-form-control.wpcf7-checkbox > span > label span,
.wpcf7-form-control.wpcf7-acceptance > span > label span {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--color-main);
    padding-left: 32px;
    cursor: pointer;
}

.wpcf7-form-control.wpcf7-checkbox > span > label span:before,
.wpcf7-form-control.wpcf7-acceptance > span > label span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid var(--color-main);
    position: absolute;
    top: 0;
    left: 0px;
    transition: .2s;
    background: transparent;
}

.wpcf7-checkbox.form-control {
    gap: 24px;
}

.wpcf7-form-control.wpcf7-checkbox > span > label span:hover:before,
.wpcf7-form-control.wpcf7-acceptance > span > label span:hover:before {
    background: var(--green-light);
}

.wpcf7-checkbox.form-control > span label input:checked ~ span:before,
.wpcf7-form-control.wpcf7-acceptance > span label input:checked ~ span:before {
    background: var(--green);
}
.wpcf7-form-control.wpcf7-acceptance label {
    padding: 0;
}
.wpcf7-form-control.wpcf7-acceptance > span, .wpcf7-form-control.wpcf7-acceptance label {
    margin: 0;
}

.page-form-support .page-title {
    margin: 0 0 40px;
}
/*
.steps__main .step {
    display: none;
}*/

.steps__main .step.active-step {
    display: block;
    animation: fadeIn .2s ease;
}


.ui-file-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}


.ui-file-btn.link--border {
    background: transparent;
    outline: none;
}

.ui-file-btn.link--border:hover {
    background: var(--grey);
}

button {
  transition: .12s;
}

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



.field.field--file > p {
    width: 100%;
    max-width: 420px;
}


.step-2 .field-box,
.step-3 .field-box,
.step-4 .field-box {
    max-width: 480px;
}
.field.field--file .error-hint {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.field--file .field-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.field--file .field-box > p {
    display: none;
}
.steps .field label {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-file-clear, .ui-file-clear:focus {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    outline: none;
}


/*

.field--file input[type="file"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.field--file .field-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}




.ui-file-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 16px;
  border: none;
  border-radius: 10px;
  background: #2b7cff;
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition: background .2s ease;
}

.ui-file-btn:hover {
  background: #2266cf;
}

.ui-file-btn svg {
  flex-shrink: 0;
}


.ui-file-name {
  font-size: 0.95em;
  color: #333;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.ui-file-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #cfd4dc;
  background: #f6f8fb;
  color: #333;
  cursor: pointer;
}

.ui-file-clear:hover {
  background: #eef2f7;
}


.ui-file-clear {
  display: none;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #cfd4dc;
  background: #f6f8fb;
  color: #333;
  cursor: pointer;
}

.ui-file-clear svg {
  pointer-events: none;
}

.ui-file-clear:hover {
  background: #eef2f7;
}
*/



























@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.step__btn {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.btn {
    cursor: pointer;
}

/* Поля и ошибки */

.notice {
    margin-top: 4px;
}
.notice-alert {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    margin-top: 24px;
}
.notice p {
    margin-left: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: var(--color-secondary);
}

.field.has-error label {
    color: #c00;
}
.steps span.wpcf7-not-valid-tip {
    display: none;
}
.field.has-error .wpcf7-form-control,
.field.has-error input,
.field.has-error textarea,
.field.has-error select {
    border-color: #c00 !important;
    outline: none;
}

.error-hint {
    font-size: 14px;
    color: #c00;
    font-weight: 500;
    margin-top: 6px;
}

input.form-control.wpcf7-not-valid {
    border-color: #c00;
}

.notice-top {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    margin: 0 0 16px;
}

/* Попап спасибо */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: #1D1E1C;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 9998;
}

.popup-overlay.open {
    opacity: .4;
    visibility: visible;
}

.popup-thanks {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 9999;
}

.popup-thanks.open {
    opacity: 1;
    visibility: visible;
}

.popup-thanks__content {
    padding-left: 32px;
}

.popup-thanks__content h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    margin: 0 0 16px;
}

.popup-thanks__content > p {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    margin: 0 0 40px;
}

.popup-thanks__inner .btn-close {
    width: 24px;
    background: transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 24px;
}

.popup-thanks__img.img:before {
    padding-top: 135%;
}
.popup-share p {
    margin: 0 0 16px;
}
.popup-thanks__inner {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    max-width: 900px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: none;
    background: #eee;
    border-radius: 50%;
}

.btn-close:before,
.btn-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #333;
    transform-origin: center;
}

.btn-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.step-wrap,
.step .field {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 44px;
}


.step .field p br {
  display: none;
}
.steps__main {
    max-width: 825px;
    margin: 0 auto;
}


.label-title label,
.step .field p label {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
}

.label-title label span,
.step .field > p label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: var(--color-secondary);
    display: block;
    margin-top: 4px;
}


.step .fields {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.step .field {
    margin: 0;
}
.page-request .page-title {
    font-size: 36px;
    max-width: 620px;
    margin: 0 auto 40px;
}


#request-form,
.check-wrap {
    max-width: 820px;
    margin: 0 auto;
}

#request-form .field,
.check__blocks {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 44px;
}

#request-form .field > p > label {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0;
    padding: 0;
}


.check__details .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: var(--color-secondary);
}

.check__details .value {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}
.check-wrap {
    display: none;
}
.check-wrap.open {
    display: block;
}

.check__details .box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: flex-end;
}

button.detail-copy,
button.detail-copy:focus {
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    color: var(--color-secondary);
}

.check__details {
    display: grid;
    gap: 32px;
}



.field-tabs,
span.wpcf7-form-control.wpcf7-radio {
    border-radius: 8px;
    padding: 8px;
    border: 1px solid var(--color-main);
}

span.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.field-tabs br {
    display: none;
}

.field-tabs p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
span.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.tab-form {
    display: none;
}

.open.tab-form {
    display: block;
}
.accept-field label span {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 143%;
    letter-spacing: 0.02em;
}
#request-form .step__btn {
    margin: 0;
}
#request-form span.wpcf7-not-valid-tip {
    display: none;
}
.tab1 .fields .field:nth-child(3) {
    margin: 0 0 16px !important;
}
#request-form .step__btn p, #request-form .step__btn button {
    width: 100%;
    justify-content: center;
}
span.wpcf7-form-control.wpcf7-radio span label > span {
    height: 48px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    outline: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

span.wpcf7-form-control.wpcf7-radio input {
    display: none;
}

span.wpcf7-form-control.wpcf7-radio label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

span.wpcf7-form-control.wpcf7-radio span {
    width: 100%;
    margin: 0;
}

span.wpcf7-form-control.wpcf7-radio label input:checked ~ span {
    background: var(--grey);
}

.field-tabs button {
    height: 48px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    outline: none;
}

.field-tabs button.open {
    background: var(--grey);
}

.field-box.field-col-2 .wpcf7-checkbox.form-control > span > span {
    width: 50%;
}

.field-box.field-col-2 .wpcf7-checkbox.form-control {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#request-form .field {
    margin: 0 0 64px;
}
#request-form .field > p > label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: var(--color-secondary);
    display: block;
    margin-top: 4px;
}



.firstscreen__slider {
  opacity: 0;
  animation: fadeIn1 0.75s ease forwards;
  animation-delay: 0s; 
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0; 
  }
  100% {
    opacity: 1; 
  }
}

h3.direction-card__title span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid;
    border-radius: 8px;
    margin-top: 16px;
    opacity: 0;
    transition: .12s;
}

h3.direction-card__title {
    background: rgb(29 30 28 / 0%);
    transition: .12s;
    transform: translate(0px, 56px);
}
.direction-card:hover h3.direction-card__title span {
  opacity: 1;
}
.direction-card:hover h3.direction-card__title {
    background: rgb(29 30 28 / 100%);
    transform: translate(0px, 0px);
}
.erorr-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 64px;
}

.erorr-block h1 {
    font-size: 32px;
    text-align: center;
}

.erorr-block h1 span {
    display: block;
    font-size: 80px;
    font-weight: 600;
}
@media only screen and (max-width: 1278px) {
  .swiperLine .swiper-wrapper {
    padding-left: 0;
  }
  .firstscreen__slider .container .swiperLogo {
    padding-left: 16px;
  }
  .firstscreen__slider .container {
      padding: 0;
  }
  .slider-video {
      margin-right: -16px;
  }


    
  .slider-wrap .swiper-wrapper {
    padding-left:0;
  }
  .direction__slider {
      margin-right: -16px;
  }

  .media-wrap {
    margin-right: -16px;
  }


}

@media only screen and (max-width: 1280px) {
  nav#menu ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  nav#menu a {
    
    font-size: 13px;
   
}
}
.blog-items .meta {
    gap: 32px;
}
.blog-items .meta .link {
    min-width: 100px;
    text-align: center;
    justify-content: center;
}



.site-header #menu a:hover {
    border-color: var(--color-main);
}
.site-header #menu a {
    padding: 4px 5px;
    border: 1px solid;
    border-radius: 8px;
    border-color: transparent;
}


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


}

/* white header */

.page-template-page-teem .site-header #menu a:hover,
.page-template-page-stories .site-header #menu a:hover,
.page-template-page-about .site-header #menu a:hover, 
.home .site-header  #menu a:hover {
  border-color: #fff;
}

.page-template-page-teem .site-header.scroll #menu a:hover,
.page-template-page-stories .site-header.scroll #menu a:hover,
.page-template-page-about .site-header.scroll #menu a:hover, 
.home .site-header.scroll  #menu a:hover {
  border-color: var(--color-main);
}


.page-template-page-teem .site-header .logo-white,
.page-template-page-stories .site-header .logo-white,
.page-template-page-about .site-header .logo-white,
.home .site-header .logo-white {
    display: block;
}

.home .site-header.scroll .logo-white,
.page-template-page-teem .site-header.scroll .logo-white,
.page-template-page-stories .site-header.scroll .logo-white,
.page-template-page-about .site-header.scroll .logo-white {
    display: none;
}



.home .site-header .logo-dark,
.page-template-page-teem .site-header .logo-dark,
.page-template-page-stories .site-header .logo-dark,
.page-template-page-about .site-header .logo-dark {
    display: none;
}

.home .site-header.scroll .logo-dark,
.page-template-page-teem .site-header.scroll .logo-dark,
.page-template-page-stories .site-header.scroll .logo-dark,
.page-template-page-about .site-header.scroll .logo-dark  {
    display: block;
}

.home nav#menu a,
.page-template-page-teem nav#menu a,
.page-template-page-stories nav#menu a,
.page-template-page-about nav#menu a {
    color: var(--white);
}

.home .scroll nav#menu a,
.page-template-page-teem .scroll nav#menu a,
.page-template-page-stories .scroll nav#menu a,
.page-template-page-about .scroll nav#menu a {
    color: var(--color-main);
}



.home .lang,
.page-template-page-teem .lang,
.page-template-page-stories .lang,
.page-template-page-about .lang {
  border: 1px solid #fff;
}

.home .scroll .lang,
.page-template-page-teem .scroll .lang,
.page-template-page-stories .scroll .lang,
.page-template-page-about .scroll .lang {
  border: 1px solid var(--color-main);
}

.home .lang a,
.page-template-page-teem .lang a,
.page-template-page-stories .lang a,
.page-template-page-about .lang a {
  color: var(--white);
}

.home .scroll .lang a,
.page-template-page-teem .scroll .lang a,
.page-template-page-stories .scroll .lang a,
.page-template-page-about .scroll .lang a {
  color: var(--color-main);
}

.home .site-header .link--border,
.page-template-page-teem .site-header .link--border,
.page-template-page-stories .site-header .link--border,
.page-template-page-about .site-header .link--border {
  border-color: var(--white);
  color: var(--white);
}

.home .site-header.scroll .link--border,
.page-template-page-teem .site-header.scroll .link--border,
.page-template-page-stories .site-header.scroll .link--border,
.page-template-page-about .site-header.scroll .link--border {
  border-color: var(--color-main);
  color: var(--color-main);
}







.site-header.scroll:before {
  height: 100%;
}
.site-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 50%);
    z-index: -1;
    transition: .12s;
    box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(24px);
}


/* END  white header */



.teem-main .meta {
    text-align: center;
    max-width: 470px;
    margin: 0 auto 40px;
}

.teem-main .meta h2 {
    margin: 0 0 24px;
}

.teem-main .meta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-align: center;
}

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


.suppor__img.img:before {
    padding-top: 64%;
}

.suppor__img.img {
    border-radius: 8px;
    overflow: hidden;
}

.support h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    text-align: center;
    max-width: 560px;
   
    padding: 0;
}

.support p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    max-width: 503px;
    text-align: center;
    
}

.support .meta {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.support {
    margin-top: 100px;
}

.team-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px;
}

.slider-preview__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 112%;
    letter-spacing: 0em;
}

.slider-preview__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

#inner-slider .slider-preview {
    position: relative;

}

#inner-slider .slider-preview .container {
    position: absolute;
    top: 50%;
    transform: translate(0%, calc(-45% - 0px));
    z-index: 1;
    left: 0;
    right: 0;
}

#inner-slider .slider-preview .container .meta {
    max-width: 634px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-teem.page-inner {
    padding-top: 0;
}

#inner-slider .slider-preview {
    height: 730px;
}


.teem-main  .teem-tabs__nav.tab-nav {
    margin: 0 0 40px;
}

.member {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.member__photo.img {
    width: 100%;
}

.member__social {
    margin-top: auto;
}
.teem-form .page-contact__img.img:before {
    padding-top: 92%;
}
.teem-form .page-contact__form > div {
    max-width: 100%;
}

.boxs--double {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: center;
}

.box {
    min-width: 100%;
}

.box-slide.img:before {
    padding-top: 100%;
}

.box-slide.img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.box__slider .slider-navigation {
    background: var(--grey-light);
    margin: 0;
    padding: 16px 32px 32px;
    border-radius: 0 0 8px 8px;
}



.box__slider .slider-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-main);
}

.box__slider .slider-navigation .swiper-pagination .swiper-pagination-bullet {
    background: var(--grey);
}

span.cat-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding: 2px 12px;
    border-radius: 8px;
    margin: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 108%;
    margin: 0  0 8px;
}

.box .subtitle {
    font-weight: 500;
    font-size: 36px;
    line-height: 122%;
    margin: 0 0 24px;
}

.editor p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}
.single-image .img:before {
    padding-top: 51%;
}

.images .img {
    border-radius: 8px;
    overflow: hidden;
}

.double-image .img:before {
    padding-top: 105%;
}

.double-image .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}



figcaption {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--color-secondary);
    margin-top: 16px;
}


.box-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.box-image .img:before {
    padding-top: 100%;
}

.box-image .img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.box-image__meta {
    padding: 16px 32px 32px;
    background: var(--grey-light);
    flex: 1;
    border-radius: 0 0 8px 8px;
}

.box-image {
    display: flex;
    flex-direction: column;
}

.box-image__meta .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 8px;
}

.box-image__meta .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
}


.content-images .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-end;
}

.content-images .box .subtitle {
    margin: 0;
}



.content-support .boxs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 86px;
}

.content-support .img:before {
    padding-top: 69%;
}

.content-support .img {
    border-radius: 8px;
    overflow: hidden;
}

.content-support .box h2 {
    margin: 0;
}

.content-support .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.history__box {
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.history__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.history__content {
    max-width: 410px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.history__content .title-section {
    margin: 0 0 24px;
}

.history__content .editor p {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.03em;
}

.history-mobile {
  display: none;
}

.mission__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mission__content {
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mission__img.img:before {
    padding-top: 93%;
}

.img {
    border-radius: 8px;
    overflow: hidden;
}

.editor p {
    margin: 0 0 16px;
}

.editor p:last-child {
    margin: 0;
}

.mission__content .title-section {
    margin: 0 0 24px;
}

.mission__box {
    align-items: flex-start;
}

.principles-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.principles-item {
    padding: 32px;
    background: var(--color-main);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.principles .title-section {
    text-align: center;
    margin: 0 0 40px;
}

.principles-item p {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
}

.partner {
    overflow: hidden;
}

.partner .title-section, .partner .subtitle {
    text-align: center;
}

.partner .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 24px;
}

.partner .slider-wrap {
    margin-top: 20px;
}

.slider-wrap .swiper-wrapper {
    padding-left: calc(((100vw - var(--container)) / 2) - 16px);
}

.video-history .meta,
.related .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 40px;
}

.video-history .meta > div,
.related .meta > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.video-history .meta p,
.related .meta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: var(--color-main);
}

.slider-thumb__img.img:before {
    padding-top: 56%;
}

.slider-thumb__img.img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.slider-thumb__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    color: var(--color-main);
}

.slider-thumb__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 32px 32px;
}

.slider-thumb__meta span {
    margin: 0 !important;
}

.video-history span {
    color: var(--color-main);
}

.slider-thumb {
    background: var(--grey-light);
    border-radius: 8px 8px;
}

.video-history span.color-Purple {
    background: var(--purple);
}

.article__share p {
    font-weight: 600!important;
    font-size: 22px!important;
    line-height: 127%;
    margin: 0 0 16px;
}

.article__share {
    margin-top: 24px;
}

.home section.about {
    
}
.home section.stories,
.home section.banner,
.home section.media {
    margin: 0;
}

.home section.direction,
.home section.teem,
.home section.blog-items {
    padding: 100px 0;
    margin: 0;
}

.home section.media {
  padding-bottom: 100px;
}

section.blog-items {
    overflow: hidden;
}


.page-request .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none;
}
.landing nav#menu {
    margin: auto;
}
.f-landing .footer__logo {
    max-width: 100%;
}
a.f-phone {
    color: #fff;
}
.footer__img-l {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 58px;
}

.footer__img-l div {
    border: 2px solid #E0E0D6;
    border-radius: 8px;
    padding: 8px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__img-l div img {
    max-height: 48px;
    width: auto;
}
.f-landing .footer__bottom {
    border: 0;
}

.fl-footer .footer__bottom {
    padding-top: 24px;
}
.fl-footer {
    border-top: 1px solid rgb(255 255 255 / 48%);
    padding-top: 24px;
}

span.btn-copy {
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  nav#menu a {
    
    font-size: 15px;
   
  }
    .footer__img-l {
      gap: 16px;
  }

  .s-training__text h1.title-section {
    font-size: 32px;
  }
  section.stats {
      margin: 0;
  }
  .stats-item__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}
  .swiperLine .swiper-slide {
    width: 90px;
  }
  section.firstscreen {
      margin: 0;
  }
  .home section.media {
    padding-bottom: 48px;
  }
  .home section.direction,
  .home section.teem,
  .home section.blog-items {
    padding: 48px 0;
    margin: 0;
  }
  .home section.about {
      padding-top: 48px;
  }

  .home .lang, .page-template-page-teem .lang, .page-template-page-stories .lang, .page-template-page-about .lang {
    border: 1px solid var(--color-main);
  }

  .site-header .container .lang {
    margin: 0 auto 0 0;
  }
  .home .lang a, .page-template-page-teem .lang a, .page-template-page-stories .lang a, .page-template-page-about .lang a {
      color: var(--color-main);
  }
  .step-num p {
    width: 48px;
    height: 48px;
    font-size: 32px;
  }

  .step-num:after {
    width: 16px;
  }
  .step-num {
    gap: 8px;
  }
  .steps__nav {
    gap: 8px;
  }
  .page-form-support .page-title {
      margin: 0 0 24px;
  }
  .steps__nav {
    margin: 0 0 48px;
  }
  .home nav#menu a, .page-template-page-teem nav#menu a, .page-template-page-stories nav#menu a, .page-template-page-about nav#menu a {
    color: #000;
  }

  .related .meta > div {
    gap: 8px;
  }

  .related .meta {
    margin: 0 0 24px;
  }


  .article {
    gap: 16px;
  }

  .article h1 {
      font-size: 28px;
  }

  .article__main {
      margin-top: 24px;
  }

  .article__main {
    gap: 32px;
  }
  .page-direction .tab-nav {
    gap: 16px;
  }

  .department {
    padding: 32px;
  }
  .department__meta .title-section {
    align-items: center;
  }
  .department__content {
    gap: 24px;
  }
  .mission__content {
    padding-left: 24px;
  }

  .principles-items {
    gap: 16px;
  }

  .principles .title-section {
      margin: 0 0 24px;
}
  .mission__content .title-section {
    margin: 0 0 16px;
  }

  
  .history__box {
    padding: 0 24px;
  }

  .history__content .title-section {
    margin: 0 0 16px;
  }

  .history__content .editor p {
    font-size: 16px;
  }


  .content-support .boxs {
    gap: 40px;
  }

  span.cat-label {
    margin: 0 0 16px;
  }

  .box h2 {
      font-size: 28px;
      line-height: 129%;
  }

  .box .subtitle {
      font-weight: 600;
      font-size: 22px;
      line-height: 127%;
      margin: 0 0 16px;
  }

  .boxs--double {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .teem-main .meta h2 {
    margin: 0 0 16px;
  }
  .teem-main .meta {
      max-width: 328px;
  }

  .teem-main .teem-tabs__nav.tab-nav {
    margin: 0 0 40px;
  }
  #inner-slider .slider-preview {
    height: 640px;
  }

  .slider-preview__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    letter-spacing: -0.01em;
  }
  #inner-slider .slider-preview .container .meta {
    gap: 16px;
  }
  .page-inner {
    padding-top: 76px;
  }

  .site-header {
      height: 76px;
  }

  .menu-box {
      flex-direction: column;
      position: fixed;
      top: 0;
      right: 0;
      box-shadow: -1px 8px 17px 0 rgba(0, 0, 0, 0.1), -3px 31px 32px 0 rgba(0, 0, 0, 0.09), -7px 71px 43px 0 rgba(0, 0, 0, 0.05), -13px 125px 50px 0 rgba(0, 0, 0, 0.01), -20px 196px 55px 0 rgba(0, 0, 0, 0);
      background: var(--white);
      border-radius: 8px;
      padding: 8px 16px;
      gap: 40px;
  }

  .site-header .link--green {
      margin: 0;
  }

  .menu-box .link--border {
      display: none;
  }

  nav#menu ul {
      flex-direction: column;
      gap: 8px;
  }

  nav#menu {
      margin: 0 auto 0 0;
  }

  nav#menu a {
      padding: 4px 12px;
  }

  .menu-box {
        right: 0px;
        top: 64px;
        z-index: 2;
        transform: translate(101%, 0px);
        transition: .12s;
  }
  .menu-open .menu-box {
    transform: translate(0%, 0px);
    right: 16px;
  }
  body.menu-open {
      overflow: hidden;
}
  button.btn-mobile {
      margin-left: auto;
      z-index: 2;
  }


  .menu-open .menu-overlay {
    display: block;
  }
  .menu-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
  }

  .firstscreen__slider {
    bottom: 16px;
  }

  .home h1.page-title {
      font-size: 32px;
      letter-spacing: -0.01em;
      text-align: center;
      max-width: 420px;
      margin: 0 0 16px;
  }

  .firstscreen .link--green {
      width: 328px;
      justify-content: center;
  }

  .home section.firstscreen,
  .admin-bar.home section.firstscreen {
      min-height: auto;
      height: 640px;
  }

 

  .teem .title-section,
  .teem-tabs__nav.tab-nav {
    margin: 0 0 24px;
  }

  .member__photo {
    margin: 0 0 16px;
}

  .media .meta {
    margin: 0 0 32px;
  }

  .blog-items .title-section,
  .media .title-section {
    margin: 0 0 16px;
  }

  .blog-items .meta,
  .media .meta {
    margin: 0 0 32px;
  }
  a.preview__cover.img {
    margin: 0 0 16px;
  }
  .preview__meta {
      margin: 0 0 16px;
  }
  .posts {
    gap: 32px;
  }
  .banner__content h2 {
    font-size: 28px;
  }

  .banner__content {
      max-width: 360px;
      gap: 16px;
  }
  .story-preview__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.03em;
  }
  .story-preview__meta {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 16px;
  }
  .story-preview .container {
      padding-top: 32px;
      top: auto;
      bottom: 128px;
  }
  .stories > .container {
      bottom: 32px;
  }
  .stories .swiper-pagination span.swiper-pagination-bullet {
      width: 16px;
  }
  .stories__nav {
      gap: 16px;
}
  .direction-card__title {
    font-size: 26px;
  }

  section {
    margin: 0 0 48px;
  }

  .title-section {
      font-weight: 500;
      font-size: 28px;
      line-height: 129%;
      letter-spacing: -0.01em;
  }

  .about__links {
      width: 100%;
      max-width: 328px;
      margin: 0 auto;
  }

  .about__links a {
      width: 100%;
      justify-content: center;
  }
  .btn-mobile {
      background: var(--green);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      min-width: 44px;
      height: 44px;
      padding: 0;
      position: relative;
  }

  .btn-mobile span, .btn-mobile:before, .btn-mobile:after {
      width: 18px;
      height: 2px;
      background: var(--color-main);
      display: flex;
      transition: .25s;
      opacity: 1;
  }

  .btn-mobile.menu-open span {
    opacity: 0;
  }
  .btn-mobile:before, .btn-mobile:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
  }

  .btn-mobile:before {
      transform: translate(-50%, calc(-50% + 5px) ) rotate(0deg);
  }

  .btn-mobile:after {
      transform: translate(-50%, calc(-50% - 5px) ) rotate(0deg);
  }

  .btn-mobile.menu-open:before {
      transform: translate(-50%, calc(-50% + 0px) ) rotate(45deg);
  }

  .btn-mobile.menu-open:after {
      transform: translate(-50%, calc(-50% - 0px) ) rotate(-45deg);
  }
}

.page-contact__form > div {
    max-width: 480px;
}


.time-medium {
    font-weight: 500;
}
@media only screen and (max-width: 1024px) {

  .stats-item {
      padding: 16px;
  }

  .stats-item__title {
    font-size: 42px;
}

.stats-item:nth-child(6), .stats-item:nth-child(7) {
  padding-bottom: 16px;
}
.stats-item {
  min-height: auto;
}

    .stats-item__desc {
        
        font-size: 16px;
       
    }

  .page-request .page-title {
    font-size: 28px;
    margin: 0 auto 40px;
  }

  .video-history .link--green {
    display: none;
  }

  .slider-thumb__meta {
    padding: 16px;
  }
  .slider-thumb__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
  }
  .video-history .meta > div {
    gap: 16px;
  }
  .swiper.swiperVideo {
      padding-right: 64px;
  }
  .page-direction .page-meta .desc {
    padding: 0 0 16px;
  }

  .principles-items {
    grid-template-columns: 1fr 1fr;
  }

  .content-images .box {
    grid-template-columns: 1fr;
  }
  .box-image__meta {
      padding: 16px;
  }
  .archive .page-title {
    margin: 0 0 48px;
  }

  .archive .posts {
    gap: 48px;
  }
  .support {
      margin-top: 48px;
  }
  .support h2 {
    font-size: 28px;
  }
  .support .meta {
    gap: 16px;
    margin: 0 0 16px;
  }
  .page-inner {
    margin: 0 0 48px;
  }

  .page-title {
    font-size: 32px;
  }
  .page-contact__main {
    gap: 16px;
  }
  .form-title {
      font-size: 32px;
      margin: 0 0 16px;
  }
  p.form-subtitle {
      margin: 0 0 24px;
  }
  .page-contact__top h1 {
      margin: 0 0 16px;
  }

  .page-contact__top {
      flex-direction: column;
      gap: 16px;
  }

  .page-contact__box {
      display: flex;
      flex-direction: column;
      gap: 24px;
  }

  .page-contact__box .social {
      order: 1;
      margin: 0;
  }

  .page-contact__box div:first-child {
      order: 2;
  }

  .page-contact__top {
      margin: 0 0 48px;
  }
  footer .container {
      padding-top: 32px;
      padding-bottom: 32px;
      gap: 32px;
  }
  .media-item {
    padding: 16px;
    gap: 16px;
  }
  .media-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
  }
}

.steps .editor > p:first-child {
    margin: 0;
}

.steps .editor {
    margin: 0;
}

.steps .editor strong {
    font-weight: 500;
}

.steps .editor ul {
    padding-left: 26px;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form.submitting .load-form {
  display: flex;
}

.load-form img {
    max-width: 40px;
}
.load-form {
  display: none;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.btn.video-block__play {
   
    padding: 0;
}
@media only screen and (max-width: 991px) {
  .btn.video-block__play {
      max-width: 64px;
     
  }
  .popup-share p {
      margin: 0 0 16px;
  }
  .tr-grid__item.img {
      min-height: 156px;
  }
  .o-double {
    gap: 16px;
  }
  .d-img {
    gap: 16px;
  }
  .o-logos-items {
    gap: 24px;
  }
  .num-item span {
    min-width: 64px;
    height: 64px;
    width: 64px;
    font-size: 32px;
  }
  .in-items {
    gap: 16px;
  }
  .popup-thanks__inner {
      padding: 16px;
      grid-template-columns: 1fr;
      gap: 24px;
  }

  .popup-thanks__img.img:before {
      padding-top: 110%;
  }

  .popup-thanks__content h3 {
      font-weight: 500;
      font-size: 32px;
      margin: 0 0 8px;
  }

  .popup-thanks__content > p {
      margin: 0 0 16px;
  }

  .popup-thanks__content .popup-share p {
    font-size: 16px;
  }

  .popup-thanks__content {
      padding: 0;
  }


  .popup-thanks__inner {
      max-width: 328px;
  }



  .popup-share .share .post-share.social {
      gap: 8px;
  }

  .related .meta {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
  }
  .article__share {
    margin-top: 16px;
  }
  .content-article h2, .content-article h3, .content-article h4, .content-article h5, .content-article h6 {
      margin: 16px 0;
  }
  .article__main {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-article p, .content-article li {
      font-weight: 400;
      font-size: 16px;
      line-height: 144%;
      letter-spacing: 0.03em;
  }

  .content-article__wrap {
    max-width: 100%;
  }

  .page-direction .page-meta .desc {
      max-width: 520px;
      margin: 0 auto;
  }

  .department {
    padding: 16px;
  }
  .department__meta p {
      font-size: 18px;
  }
  .department__meta .title-section {
      margin: 0 0 16px;
  }
  .department__items p {
      margin: 0 0 8px;
  }
  .department__items {
      gap: 8px;
  }
  .department__items .item:nth-child(2) {
      margin-top: 16px;
  }
  .department__content {
      grid-template-columns: 1fr 1fr;
  }
}
span.share-status {
    display: none;
}
button.detail-copy.check svg {
    fill: var(--grey);
}
@media only screen and (max-width: 820px) {

  .check__details .box {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #request-form .field, .check__blocks {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .field-box.field-col-2 .wpcf7-checkbox.form-control {
      grid-template-columns: 1fr;
  }
  #request-form .field {
    margin: 0 0 40px;
  }
  .field-tabs button {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    height: 40px;
  }
  .check__details {
    gap: 24px;
  }
  span.wpcf7-form-control.wpcf7-radio span label > span {
    height: 40px;
    font-size: 16px;
  }
  .tab1 .fields .field:nth-child(4) > p {
    display: none;
  }
  .step-wrap, .step .field {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .step-wrap > div:first-child {
    display: none;
  }

  .step-2 .field-box, .step-3 .field-box, .step-4 .field-box {
    max-width: 100%;
  }

  .step .fields {
    gap: 40px;
  }
  .step.step-2 .fields {
      gap: 24px;
  }
  .field--file .field-box {
    align-items: flex-start;
  }

  .article__meta .share {
    margin-left: 0;
  }

  .department__content {
    grid-template-columns: 1fr;
  }
  .posts {
      grid-template-columns: 1fr;
  }

  .article__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

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



  .page-contact__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .teem-form .page-contact__main {
    grid-template-columns: 1fr;
  }

  .teem-form .page-contact__img.img:before {
    padding-top: 96%;
  }

}

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

  .footer__img-l {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .footer__img-l div {
      min-height: 58px;
      max-width: 270px;
      margin: 0 auto;
      width: 100%;
      padding: 0;
  }
  .o-double {
      grid-template-columns: 1fr;
      gap: 32px;
  }
  .s-training__text .o-text {
      margin: 0 0 16px;
  }
  .s-training__text {
      max-width: 328px;
      gap: 16px;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      text-align: center;
  }
    .tr-grid__item.img {
      min-height: 130px;
  }
  .tr-grid {
      gap: 8px;
  }
  .o-program__media.img:before {
    padding-top: 94%;
  }
  .o-program__grid.o-double {
    gap: 24px;
  }
  .d-img {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .o-program__editor.o-text {
      margin: 24px auto 16px;
  }
  .o-logos-items {
      gap: 8px;
      flex-direction: column;
  }
  .o-work__grid.o-double {
    gap: 48px;
  }
  .o-work__items {
      gap: 24px;
  }
  .o-work__items .o-text {
      margin: 0;
  }
  .page-template-page-ordinary section {
      margin: 0 0 100px;
  }
  .num-item {
      display: flex;
      gap: 16px;
  }
  .in-items {
      grid-template-columns: 1fr;
      gap: 24px;
  }
  .include h2.title-section {
      text-align: center;
  }
  .in-item {
      display: grid;
      grid-template-columns: 64px auto;
      gap: 16px;
  }
  .include__media.img {
      display: none;
  }
  .content-support .boxs .box {
    order: 2;
  }
  .stats-grid {
      grid-template-columns: 1fr;
  }
  .principles-items {
    grid-template-columns: 1fr;
  }
  .stats-item:first-child,
  .stats-item:last-child {
    grid-area: auto ;
  }
  .stats-item:first-child {
      min-height: 520px;
  }
  .swiperLogo .swiper-slide img {
    max-height: 52px;
    width: auto;
  }
  .mission__box {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mission__content {
    padding: 0;
  }
  .mission__img.img:before {
    padding-top: 100%;
  }
  .content-support .boxs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .history__box {
    padding: 0;
    aspect-ratio: auto;
  }
  .history__box > .history__img {
    display: none;
  }
  .history__content {
    color: var(--color-main);
    max-width: 100%;
  }
  .history-mobile {
    display: block;
  }
  .history-mobile {
    position: relative;
  }
  .history__img.img {
    position: relative;
  }
  .history__img.img:before {
      padding-top: 66%;
  }
  .history-mobile {
    overflow: hidden;
    border-radius: 8px;
    margin-top: 16px;
  }
  .content-support .box {
    gap: 16px;
  }
  .box-images {
    grid-template-columns: 1fr;
  }
  .box-image .img:before {
    padding-top: 120%;
  }
  .boxs--double {
    grid-template-columns: 1fr;
  }
  .box-slide.img:before {
    padding-top: 120%;
  }
  .team-grid {
      grid-template-columns: 1fr;
  }
}

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

  .swiper.swiperMedia {
    padding-right: 82px;
  }

  .banner__img.img:before {
    padding-top: 136%;
  }
  .banner__content {
      padding: 0 15px 36px;
  }
  .swiper.swiperDirection {
    padding-right: 40px;
  }
  .footer__main {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer__contact {
    margin: 0;
    order: 1;
  }
  .footer__main .footer__menu:nth-child(2) a {
    padding: 4px 0;
  }
  .footer__main .footer__menu:nth-child(2) {
    order: 3;
    margin: 0;
    flex: 100%;
  }
  .footer__main .footer__menu:last-child {
    margin-left: auto;
    order: 2;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 16px;
  }


  .footer__bottom .footer__menu li a {
      padding: 0;
  }

  .footer__bottom .footer__menu ul {
      flex-direction: column;
      gap: 16px;
  }
}

figure {
    margin: 0;
}



.check-notice.check {
  display: inline-flex;
}
.check-notice svg {
    min-width: 24px;
}
.check-notice {
    position: fixed;
    display: none;
    top: 112px;
    right: 50%;
    margin: 0 auto;
    transform: translate(50%, 50%);
    text-align: center;
    background: var(--color-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 30px 30px 0 rgba(0, 0, 0, 0.09), 0 68px 41px 0 rgba(0, 0, 0, 0.05), 0 121px 48px 0 rgba(0, 0, 0, 0.01), 0 189px 53px 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 8px 12px;
    gap: 8px;
    align-items: center;
}

.check-notice svg {
    fill: #fff;
}



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

  .check-notice {
    white-space: nowrap;
    font-size: 14px;
  }

  .direction__nav .slider-navigation {
    flex-wrap: wrap;
  }
  .direction__nav .link--purple {

      margin: 24px 0 0 0;
      flex: 100%;
      text-align: center;
      justify-content: center;
  }
  .direction__nav .swiper-pagination.swiper-pagination-clickable {
      width: auto;
  }
  .department__meta .title-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .firstscreen__bg,
  .firstscreen__slider {
   
    transform: translate3d(0, 0, 0) !important;
  }

  .step__btn button, .step__btn p {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .page-direction .tab-nav {
      justify-content: flex-start;
      max-width: 260px;
  }

  .content-support .link--green {
    text-align: center;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .content-support .box {
      text-align: center;
  }
  .double-image .container {
    grid-template-columns: 1fr;
  }
  .double-image .img:before,
  .single-image .img:before {
    padding-top: 100%;
  }

  #inner-slider .slider-preview {
    height: 464px;
  }

  #inner-slider .slider-preview .container {
    top: auto;
    bottom: 128px;
    transform: translate(0%, 0%);
  }

  .support .meta a {
    width: 100%;
    justify-content: center;
  }

  .field.field--submit p span {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .field.field--submit p button {
      width: 100%;
      justify-content: center;
  }
  .field.field--submit p {
      flex-direction: column;
      gap: 8px;
  }

  .member__photo.img {
    max-width: calc(100% - 32px);
  }

  .home section.firstscreen,
  .admin-bar.home section.firstscreen {
    height: 464px;
  }

  .teem .slider-navigation .link--purple {
    margin: 24px 0 0 0;
    flex: 100%;
    text-align: center;
    justify-content: center;
  }

  .teem .slider-navigation {
      flex-wrap: wrap;
  }

  .teem .slider-navigation .swiper-pagination {
      width: auto;
  }
  .blog-items .meta a.link {
      width: 100%;
  }
  .blog-items .meta {
      flex-direction: column;
      gap: 16px;
  }
}


@media only screen and (max-width: 520px) {
    .footer__main .footer__menu:last-child {
        margin-left: 0;
       
    }

}