@charset "UTF-8";
/*
@font-face {
    font-family: Arsenal;
    font-display: swap;
    src: url("../fonts/Arsenal-Bold.woff2") format("woff2"), url("../fonts/Arsenal-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}*/





*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 375px;
    margin: 0;
    padding: 0;
}

body {
    color: #343434;
    line-height: 130%;
    font-family: "Inter";
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fafbff;
}


/*новый шрифт и стили*/
body{
	font-family: PTRootUIRegular, sans-serif; 
	font-size: 18px;
	line-height: 24px;
	color:#000;
	
}
.container {
  max-width:1200px;
  margin:0 auto;
  padding:20px;
}
.header_about {
  text-align:center;
  margin-bottom:40px;
  padding:30px;
  background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);
  color:white;
  border-radius:15px;
  border:2px solid #5a67d8;
}
.header_about p {
  font-size:1.2em;
  opacity:0.9;
}
.section_ {
  background:white;
  margin:25px 0;
  padding:30px;
  border-radius:12px;
  border:2px solid #e2e8f0;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.section_ h2 {
  color:#2d3748;
  margin-bottom:20px;
  font-size:1.8em;
  display:flex;
  align-items:center;
  gap:15px;
}
.section_ h3 {
  color:#4a5568;
  margin:20px 0 10px 0;
  font-size:1.3em;
  display:flex;
  align-items:center;
  gap:10px;
}
.advantages {
  background:linear-gradient(135deg,#f6f9fc 0%,#e9f4ff 100%);
  border:2px solid #3182ce;
  border-radius: 12px;
  padding: 0 16px;
}
.advantage-item {
  background:white;
  margin:15px 0;
  padding:20px;
  border-radius:8px;
  border:1px solid #cbd5e0;
  border-left:4px solid #3182ce;
}
.consultation {
  background:linear-gradient(135deg,#f0fff4 0%,#e6fffa 100%);
  border:2px solid #38a169;
}
.motivation {
  background:linear-gradient(135deg,#fffbf0 0%,#fef5e7 100%);
  border:2px solid #d69e2e;
  border-radius: 12px;
}
.center {
  background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);
  border:2px solid #4a5568;
}
.family {
  background:linear-gradient(135deg,#fdf2f8 0%,#fce7f3 100%);
  border:2px solid #d53f8c;
}
.highlight-box {
  background:#e2e8f0;
  padding:15px;
  border-radius:8px;
  border:1px solid #cbd5e0;
  margin:15px 0;
  font-style:italic;
}
.call-to-action {
  background:linear-gradient(135deg,#38a169 0%,#2f855a 100%);
  color:white;
  text-align:center;
  padding:25px;
  border-radius:12px;
  border:2px solid #2f855a;
  margin:30px 0;
}
.call-to-action h3 {
  font-size:1.5em;
  margin-bottom:10px;
}
.facilities-list {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:15px;
  margin:20px 0;
}
.facility-item {
  background:#f7fafc;
  padding:15px;
  border-radius:8px;
  border:1px solid #e2e8f0;
  display:flex;
  align-items:center;
  gap:10px;
}
.icon {
  font-size:1.5em;
  width:40px;
  text-align:center;
}
.footer-message {
  text-align:center;
  font-style:italic;
  color:#4a5568;
  font-size:1.1em;
  margin-top:30px;
  padding:20px;
  background:white;
  border-radius:10px;
  border:2px solid #e2e8f0;
}
@media (max-width:768px) {
  .container {
  padding:10px;
}
.header_about h1 {
  font-size:2em;
}
.section_ {
  padding:20px;
}
.facilities-list {
  grid-template-columns:1fr;
}
}.form__text {
  font-size:13px;
}
.form__checkbox.form__checkbox--fake {
  font-size:11px;
}
.consultation-block {
  background:linear-gradient(135deg,#f0fff4 0%,#e6fffa 100%);
  border:2px solid #38a169;
  border-radius:8px;
  padding:20px;
}
.section_:hover,.consultation-block:hover {
  transform:translateY(-2px);
  box-shadow:0 8px 15px rgba(0,0,0,0.15);
}
.consultation-inner {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:40px;
}
.consultation-text {
  flex:1 1 45%;
  font-size:1.1em;
  color:#2d3748;
}
.consultation-text h2 {
  font-size:1.8em;
  margin-bottom:20px;
  color:#1a202c;
}
.consultation-text .phone-call {
  margin-top:20px;
  font-weight:bold;
  color:#2f855a;
}
.consultation-form {
  flex:1 1 45%;
  background:#fff;
  padding:25px 30px;
  border-radius:12px;
  box-shadow:0 4px 8px rgba(0,0,0,0.05);
}
@media (max-width:768px) {
	  .consultation-inner {
	  flex-direction:column;
	}
}


/*новый шрифт и стили*/
input,
button,
textarea {
    /*font-family: "Inter";*/
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    margin-bottom: 10px;
}

img {
    vertical-align: top;
}

figure {
    margin: 0;
}

.lock body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper>main {
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам, содержащих *__container
Например header__container, main__container и т.п.
Сниппет (HTML): cnt
*/

[class*=__container] {
    max-width: 74.375rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.form__box {
    margin-bottom: 20px;
}

.form__row {
    display: flex;
    gap: 40px;
}

.form__row:not(:last-child) {
    margin-bottom: 20px;
}

.form__acceptance {
    font-size: 12px;
}

.form__acceptance span {
    cursor: pointer;
}

.form__captcha {
    font-size: 12px;
    margin-bottom: 20px;
}

.form__captcha a {
    color: blue;
    text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form__input {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 28px;
}

.form__input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    color: #a5a5a5;
    transition: opacity 0.3s;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}

textarea.form__textarea {
    resize: none;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 28px;
    min-height: 125px;
}

textarea.form__textarea[placeholder]:not([data-placeholder-nohiden])::placeholder {
    color: #a5a5a5;
    transition: opacity 0.3s;
}

textarea.form__textarea[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    object-fit: contain;
}

.btn__green {
    background-color: #b0cb1f;
    border-radius: 27px;
    border: 1px solid #b0cb1f;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.btn__expert {
    border: none;
    text-decoration: underline;
    color: #b0cb1f;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.section {
    padding-top: 150px;
}

.title {
    margin-top: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    color: #343434;
    margin-bottom: 40px;
}

.title__center {
    text-align: center;
}

.link {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease 0s;
}

.link__icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    transform: translate(0px, 0px);
}

.link span {
    display: flex;
}

.link__violet {
    background-color: rgba(57, 49, 133, 0.3);
    display: inline-block;
    font-size: 16px;
    padding: 10px 28px;
    font-weight: 400;
    border-radius: 27px;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    box-shadow: 0px 2px 8px rgba(57, 49, 133, 0.3);
    position: absolute;
    top: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.swiper-button-next::before,
.swiper-button-prev::before {
    color: #b0cb1f;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
    cursor: auto;
}

.swiper-button-prev {
    left: 10px;
    transform: rotate(180deg) translate(0px, 50%);
}

.swiper-button-next {
    right: 10px;
    transform: translate(0px, -50%);
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2) inset;
    transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
}

@keyframes FadeInTop {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 500px;
    overflow-x: scroll;
}

tr:nth-child(odd) {
    background-color: #eee;
}

td,
th {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
    width: 50%;
}

.header {
    background-color: #f6f6f6;
    padding: 8px 0;
}

.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.menu__actions {
    display: none;
}

.menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.menu__list li {
    position: relative;
    margin: 0;
}

.menu__list li._active>a {
    color: #393185;
}

@media (max-width: 991px) {
    .menu__list li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.menu__list a {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    position: relative;
}

.menu__list a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #393185;
    left: 0;
    bottom: -1px;
    transition: all 0.3s ease 0s;
}

.menu__arrow {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
}

.menu__arrow::before,
.menu__arrow::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    background-color: #343434;
    height: 1px;
    width: 10px;
    transition: transform 0.5s ease 0s;
}

.menu__arrow::before {
    transform: translate(-75%, -50%) rotate(40deg);
}

.menu__arrow::after {
    transform: translate(0, -50%) rotate(-40deg);
}

._active>.menu__arrow::before {
    transform: translateX(-75%) rotate(-40deg);
}

._active>.menu__arrow::after {
    transform: rotate(40deg);
}

.menu__list>li._active>.sub-menu {
    display: block;
    order: 1;
}

.sub-menu>li._active>.sub-menu {
    display: block;
    order: 1;
}

.sub-menu {
    min-width: 300px;
    position: absolute;
    z-index: 1000;
    left: 0;
    transform: translate(0px, 20px);
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0px 20px;
}

.sub-menu li {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-menu li._active>a {
    color: #393185;
}

.sub-menu a {
    color: #343434;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    transition: all 0.3s ease 0s;
}

.menu__list li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 10px);
}

.sub-menu>li>.sub-menu {
    top: 0;
    left: 100%;
}

.icon-menu {
    display: none;
}

.footer {
    margin-top: 150px;
    background-color: #393185;
}

.footer__logo {
    margin-bottom: 30px;
}

.social__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
}

.social__list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social__list li a img {
    width: 100%;
    height: 100%;
}

.footer__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 50px 0 60px 0;
}

.footer__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.footer__list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 16px;
}

.footer__list li {
    margin: 0;
}

.footer__bottom {
    display: flex;
    color: #fff;
    /*justify-content: space-between;*/
    font-size: 12px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pl15{
	padding-left:15px;
}
.footer__bottom a {
    text-decoration: underline;
}


.hero {
    background-image: url(../img/hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__content {
    padding: 250px 0;
}

.hero__title {
    color: #859d00;
    font-size: 38px;
    line-height: 150%;
    /*font-family: Arsenal;*/
    max-width: 540px;
    margin: 0 0 50px 0;
}

.benefit {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 35px;
    position: relative;
    bottom: -25px;
}

.benefit__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit__text {
    font-weight: 700;
    color: #393185;
    font-size: 18px;
    line-height: 110%;
}

.services {
    padding-top: 150px;
}

.services__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.services__item {
    flex: 0 0 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
}

.services__item h3 {
    color: #393185;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    margin: 0;
}

.services__item p span {
    color: #393185;
    font-weight: 500;
}

.services__item:nth-child(1) {
    background-image: url(../img/service-icon-1.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom 0px right 60px;
}

.services__item:nth-child(2) {
    background-image: url(../img/service-icon-2.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom 0px right 15px;
}

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

.about__img {
    width: 400px;
    position: relative;
    z-index: 5;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 7px 12px 14.8px 0px rgba(57, 49, 133, 0.2);
}

.about__img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.about__content {
    padding: 55px 60px 55px 240px;
    margin-left: -240px;
    width: 900px;
    background-color: #ecefff;
    border-radius: 20px;
}

.about__content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 35px 0;
}

.about__wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.about__wrap ul {
    margin: 0;
}

.about__wrap li {
    color: #393185;
    font-weight: 700;
    margin-bottom: 35px;
}

.sertificates__title {
    text-align: center;
}

.sertificates__body {
    position: relative;
    margin-bottom: 50px;
}

.sertificates__slider {
    max-width: 1050px;
    margin: 0 auto;
}

.sertificates__img img {
    width: 100%;
    height: auto;
}

.sertificates__footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.expert__title {
    display: none;
}

.expert__wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.expert__content {
    max-width: 440px;
}

.expert__box-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.expert__item {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 14px 0px rgba(57, 49, 133, 0.3);
}

.expert__item p {
    margin: 0 0 20px 0;
}

.expert__img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 0 10px 0;
}

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

.expert__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.expert__post {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.expert__experience {
    margin: 0 0 15px 0;
    color: #929292;
    font-size: 14px;
    font-weight: 500;
}

.expert__subtitle {
    margin-bottom: 30px;
}

.form__body {
    background-color: #ecefff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    padding: 30px 60px;
    position: relative;
}

.form__title {
    font-size: 38px;
    font-weight: 700;
    color: #393185;
    line-height: 120%;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

.form__subtitle {
    position: relative;
    line-height: 120%;
    z-index: 5;
    font-size: 18px;
}

.form__img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 440px;
}

.form__img img {
    width: 100%;
}

.form__wrapper {
    position: relative;
    z-index: 5;
}

.comment__title {
    text-align: center;
}

.comment__slider {
    position: relative;
    margin-bottom: 30px;
}

.useful__title {
    text-align: center;
}

.useful__box {
    position: relative;
}

.useful__slider {
    max-width: 1050px;
    margin: 0 auto;
}

.useful__wrapper {
    height: 100% !important;
}

.useful__body {
    display: flex;
    align-items: start;
    gap: 20px;
}

.useful__name {
    flex: 0 0 40%;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.useful__descr {
    margin-bottom: 20px;
}

.useful__row {
    display: flex;
    gap: 20px;
}

.forus__img {
    max-width: 760px;
    margin: 0 auto;
}

.forus__img img {
    width: 100%;
}

.forus__descr {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.forus__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.forus__item {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}

.forus__item h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.forus__item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}

.breadcrumbs__wrapper {
    padding: 20px 0px 20px 0px;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumbs__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    list-style: none;
}

.breadcrumbs__list li {
    position: relative;
}

.breadcrumbs__list li:not(:last-child)::before {
    content: "/";
    position: absolute;
    top: 0px;
    right: -8px;
    color: #bdbdbd;
}

.breadcrumbs__list li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #bdbdbd;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.breadcrumbs__list li a:not([href]) {
    color: #000;
    font-weight: 400;
}

.docs__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.docs__img-ibg {
    padding-top: 136%;
    display: block;
}

/*Video ========================================*/

.video__swiper-shorts {
    margin-bottom: 80px;
    position: relative;
}

.video__body-video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .video__body-video {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .video__body-video {
        grid-template-columns: repeat(1, 1fr);
    }
}


.video__name {
    font-size: 25px;
    font-weight: 500;
    color: #272424;
}

.video__item-shorts {
    position: relative;
    height: 568px;
    margin-bottom: 15px;
}

.video__item-video {
    position: relative;
    height: 329px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.to-play {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.to-play.removed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.to-play:hover svg {
    opacity: 0.5;
}

.to-play svg,
.to-play .icon {
    width: 15%;
    transition: 0.3s;
}

.to-play img {
    max-width: 100%;
    max-height: 100%;
}

.shorts iframe {
    width: 100%;
    height: 568px;
}

.ratio iframe {
    width: 100%;
    height: 329px;
}

/*Video ========================================*/

.feedback__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feedback__item {
    border-radius: 20px;
    overflow: hidden;
}

.feedback__item img {
    width: 100%;
}

.contacts__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 740px;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
}

.contacts__list a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contacts__map {
    border-radius: 34px;
    overflow: hidden;
}

.specialists__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 860px;
    margin: 0 auto;
}

.specialists__box {
    flex: 0 0 33.33333%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.specialists__text {
    color: #393185;
    font-weight: 500;
}

.handy__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.handy__item {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.chemical__exerpt {
    max-width: 560px;
    margin: 0 auto 120px auto;
}

.chemical__exerpt a {
    color: #393185;
    font-weight: 700;
}

.chemical__title {
    text-align: center;
}

.chemical__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 100px;
}

.chemical__wrapper {
    display: flex;
    gap: 30px;
    align-items: start;
}

.chemical__box {
    flex: 0 0 49%;
    width: 100%;
}

.drug__title {
    text-align: center;
}

.drug__subtitle {
    font-size: 24px;
}

.drug__box {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.drug__box h4 {
    margin-top: 0;
    font-size: 24px;
    line-height: 120%;
}

.drug__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.drug__wrapper h4 {
    margin: 0;
    font-size: 24px;
    line-height: 120%;
}

.drug__item p {
    margin: 0 0 20px 0;
}

.drug__img {
    flex: 0 0 50%;
    width: 100%;
}

.drug__item a {
    text-decoration: underline;
    color: blue;
}

.drug__img img {
    width: 100%;
}

.solution__title {
    text-align: center;
}

.solution__body {
    background-image: url("../img/solution-bg.svg");
    background-position: center 100px;
    background-repeat: no-repeat;
}

.solution__top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.solution__text {
    flex: 0 0 60%;
    width: 100%;
    font-size: 20px;
    color: #393185;
    font-weight: 500;
    line-height: 120%;
}

.solution__img {
    flex: 0 0 40%;
    width: 100%;
}

.solution__img img {
    width: 100%;
}

.solution__box {
    display: flex;
    margin-bottom: 30px;
    font-weight: 500;
}

.solution__box .expert__item {
    flex: 0 0 59%;
    width: 100%;
}

.solution__box-right {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
    font-weight: 500;
}

.solution__box-right .expert__item {
    flex: 0 0 37%;
    width: 100%;
}

.solution__wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.solution__descr {
    flex: 0 0 50%;
    width: 100%;
    color: #393185;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.grid {
    margin: 1rem auto;
}

.grid-item {
    height: auto;
    width: 48%;
    overflow: hidden;
    border-radius: 20px;
}

.grid-item img {
    width: 100%;
    height: 100%;
}

.gallery__title {
    text-align: center;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.call {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    background-color: #FFF;
    border-radius: 20px;
    padding-right: 17px;
}

.call__btn {
    padding: 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .call {
        padding-right: 0;
    }

    .call__text {
        display: none;
    }

}

@media (max-width: 1200px) {
    .menu__list {
        gap: 10px;
    }

    .expert__body {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .btn__green {
        font-size: 14px;
        padding: 10px 20px;
    }

    .section {
        padding-top: 60px;
    }

    .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .link {
        font-size: 14px;
    }

    .header__actions .btn__green {
        display: none;
    }

    .menu__actions {
        display: block;
    }

    .menu__list a {
        font-size: 20px;
    }

    .sub-menu li {
        padding: 0 0;
    }

    .sub-menu a {
        font-size: 20px;
    }

    .icon-menu {
        display: block;
        border: none;
        position: relative;
        width: 38px;
        height: 26px;
        z-index: 15;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 20px;
        background-color: #b0cb1f;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 2px);
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - 3px);
        transform: rotate(45deg);
    }

    .footer {
        margin-top: 60px;
    }

    .footer__body {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero__content {
        padding: 60px 0px 0px 0px;
    }

    .hero__title {
        font-size: 24px;
        color: #000;
        margin: 0 0 30px 0;
    }

    .benefit {
        flex-direction: column;
        align-items: start;
        bottom: -125px;
        padding: 30px 20px;
    }

    .benefit__text {
        font-size: 14px;
        color: #000;
    }

    .services {
        padding-top: 200px;
    }

    .services__title {
        text-align: center;
    }

    .services__body {
        grid-template-columns: repeat(1, 1fr);
    }

    .services__item h3 {
        font-size: 18px;
    }

    .services__content {
        font-size: 14px;
    }

    .about__body {
        display: block;
    }

    .about__img {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0px auto 30px auto;
    }

    .about__content {
        margin-left: 0;
        padding: 30px 23px;
        width: 100%;
    }

    .about__wrap {
        justify-content: start;
    }

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

    .expert__title {
        display: block;
        text-align: center;
    }

    .expert__wrap {
        margin: 0 auto;
    }

    .expert__content {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .expert__content .title {
        display: none;
    }

    .form__body {
        flex-direction: column;
    }

    .form__title {
        font-size: 26px;
        text-align: center;
    }

    .form__subtitle {
        font-size: 16px;
        text-align: center;
    }

    .forus__descr {
        margin-bottom: 60px;
    }

    .breadcrumbs__wrapper {
        padding: 20px 0px 20px 0px;
    }

    .docs__body {
        grid-template-columns: repeat(3, 1fr);
    }

    .feedback__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .specialists__body {
        flex-direction: column;
    }

    .specialists__box:nth-child(1) {
        order: 1;
    }

    .chemical__exerpt {
        margin-bottom: 40px;
    }

    .chemical__body {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 40px;
    }

    .chemical__wrapper {
        flex-direction: column;
    }

    .solution__body {
        background-image: none;
    }

    .solution__top {
        flex-direction: column;
    }

    .solution__text {
        font-size: 18px;
    }

    .solution__wrapper {
        flex-direction: column;
        gap: 0;
    }

    .solution__descr {
        flex: 0 0 100%;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .menu {
        align-items: start;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        max-width: 65%;
        width: 100%;
        height: 100vh;
        background-color: #fafbff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease 0s;
    }

    .menu-open .menu {
        opacity: 1;
        visibility: visible;
    }

    .menu__body {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        min-height: 570px;
        padding: 90px 10px 60px 10px;
    }

    .menu__list {
        display: block;
        padding: 0px 0px;
        margin-bottom: 30px;
    }

    .menu__list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .menu__arrow {
        display: flex;
    }

    .sub-menu {
        position: relative;
        flex: 1 1 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        box-shadow: none;
        padding: 0px 0px 0px 15px;
        min-width: 100%;
        margin-top: 10px;
    }

    .menu__list li:hover>.sub-menu {
        transform: translate(0px, 0px);
        padding-left: 15px;
        padding-right: 0px;
        border-left: 3px solid #b0cb1f;
        border-radius: 0px;
        background-color: transparent;
    }

    .sub-menu>li>.sub-menu {
        left: 0;
        position: relative;
        flex: 1 1 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }
}

@media (max-width: 991.98px) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}

@media (max-width: 767.98px) {
    .footer__body {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
    }

    .about__content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .about__wrap ul {
        padding-left: 15px;
    }

    .about__wrap li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .sertificates__body {
        margin-bottom: 20px;
    }

    .expert__wrap {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .expert__box-left {
        width: 100%;
    }

    .expert__item {
        width: 100%;
    }

    .expert__box-rigth {
        width: 100%;
    }

    .form__body {
        padding: 30px 20px;
    }

    .useful__box .swiper-button-prev {
        bottom: -50px;
        top: auto;
        left: 20%;
        transform: rotate(180deg) translate(0px, 0%);
    }

    .useful__box .swiper-button-next {
        bottom: -50px;
        top: auto;
        right: 20%;
        transform: translate(0px, 0%);
    }

    .useful__body {
        flex-direction: column;
    }

    .forus__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .docs__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .feedback__body {
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .handy__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .drug__box h4 {
        font-size: 18px;
    }

    .drug__box {
        flex-direction: column-reverse;
    }

    .drug__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .drug__wrapper h4 {
        font-size: 18px;
    }

    .drug__item p {
        font-size: 14px;
    }

    .solution__box .expert__item {
        flex: 0 0 100%;
    }

    .solution__box-right .expert__item {
        flex: 0 0 100%;
    }
}

@media (max-width: 479.98px) {
    .useful__row {
        flex-direction: column;
    }

    .handy__body {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (any-hover: hover) {
    .btn__green:hover {
        background-color: #fff;
    }

    .btn__expert:hover {
        color: #393185;
    }

    .link:hover {
        color: #393185;
    }

    .link:hover .link__icon {
        transform: translate(15px, 0px);
    }

    .menu__list a:hover {
        color: #393185;
    }

    .menu__list a:hover::after {
        width: 100%;
    }

    .sub-menu a:hover {
        color: #393185;
    }

    .breadcrumbs__list li a:hover {
        color: #000;
    }
}

/*page.php*/
h1.entry-title{
	margin-top: 0;
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
	color: #343434;
	margin-bottom: 40px;
	text-align:center;
}
.rightimg {
	float: right;
    margin: 7px 0 7px 7px;
	height: auto;
    width: 100%;
    min-width: 425px;
    max-width: 450px;
    position: relative;
}
.page .section {
  padding-top: 20px;
  clear: both;
}
.drug__container .page li a{
	border-bottom: 1px dashed #1900ff;
    color: #1900ff;
}
.page h2{
	/*padding-top: 25px;*/
}

.question {
  margin-bottom: 5px;
}

.question h3 {
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
}

.arrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAjUlEQVR4nO2UOQ6AIBAA5wHWYHytpQ80Hq/BkFAYFIO4YLOTELqdYQtAURRFudLx4+wR2IGhgtwCMzA91a2AC3cvKO+j2clNmFDpBDdhTzO3nJlGMOK1XDKiWC4R8Vn+JUJMXhIhLn8TUU2eE1Fd/hTRTJ761Wr9ntmbaPbyGP/aJZxmL7/bhD+KolDKAbgwR4UMz0thAAAAAElFTkSuQmCC');
  background-size: cover;
  transition: transform 0.2s;
}

.question.open .arrow::before {
  transform: rotate(180deg);
}

.answer {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -23px;
}
.answer h4 {
  margin-top: 0;
}