/*
Theme Name: nutrof
Theme URI: 
Author: Юрченко, Новикова
Author URI: 
Description: Лёгкий и современный шаблон Blefademodex.
Version: 1.0
Requires at least: 6.8
Tested up to: 6.8.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nutrof
Tags: blog, responsive, clean
*/

body {
    margin: 0;
    padding: 0;
    background: #f0eded;
    color: #3e3c3c;
    font-family: 'Mont', Arial, sans-serif;
}
a  {
    outline: none;
    text-decoration: none;
    color: #3e3c3c;
}
a:hover  {
    color: #4a4848;
}
p, span {
    color: #4a4848;
    padding: 0;
    margin: 0;
}

.ogr {
    max-width: 1400px;
    margin: auto;
    border-left: 1px solid #dddcdc;
    border-right: 1px solid #dddcdc;
    position: relative;
}
.ogr:before {
    content:"";
    position:absolute;
    width:1px;
    height:100%;
    background: #dddcdc;
    left: 50%;
    z-index: 1;
}
.logo {
    display: inline-block;
    width: 50%;
    padding-top: 12px;
}
.menuha {
    display: inline-block;
    vertical-align: top;
    padding-left: 155px;
}
.lang-ru .menuha {
    padding-left: 136px;
}
.menuha ul  {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.menuha ul li  {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    padding-top: 36px;
}
.menuha ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.menuha ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 1px;
  background: #4a4848;
  overflow: hidden;
}

.menuha ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 1px;
  background: #f8c600;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.menuha ul li a:hover::after {
  transform: scaleX(1);
}
.menuha ul li.instruk {
    margin-right: 51px;
    position: relative;
}
.menuha ul li.instruk:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 52px;
    background: #4a4848;
    right: -51px;
    top: 22px;
}
.menuha ul li.dekup {
    margin-left: 46px;
}
.menuha a.btn {
    width: 201px;
    display: inline-block;
    background: #f8c600;
    height: 90px;
    margin-left: 48px;
    position: relative;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

.menuha .dots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    width: max-content;
    padding-top: 35px;
    padding-left: 22px;
    position: absolute;
}

.menuha .dots span {
    width: 4px;
    height: 4px;
    background: #4a4848;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.nazvmen {
    padding-left: 57px;
    color: #4a4848;
    font-weight: bold;
    padding-top: 34px;
    display: inline-block;
}
.fullscreen-menu {
  position: fixed;
  inset: 0;
  background: #efeeee;

  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);

  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}

.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Блокируем прокрутку */
body.menu-open {
  overflow: hidden;
}

/* Навигация */
.fullscreen-nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    margin-top: 89px;
}
#menu-header-menu,
#menu-header-menu-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 100px;
    list-style: none;
    padding: 0;
    text-align: left;
}

.fullscreen-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.fullscreen-nav li {
  margin: 20px 0;
}

.fullscreen-nav a {
    font-size: 24px;
    font-weight: 400;
    color: #4c4b4b;
    text-decoration: none;
}

/* Кнопка закрытия */
.menu-close {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 48px;
    border: none;
    cursor: pointer;
    background: #f8c600;
    border-radius: 15px;
    height: 40px;
    line-height: 0.1;
color: black;
}

.zagolovk {
    margin: 0;
    padding: 0;
    font-size: 125px;
    color: #4a4848;
    max-width: 550px;
    font-weight: bold;
    line-height: 1.25;
    opacity: 0;
    transform: translateY(20px);

    animation: titleShow 0.8s ease forwards;
}
@keyframes titleShow {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.opis {
    font-size: 24px;
    color: #4c4b4b;
    max-width: 581px;
    position: relative;
    padding-left: 28px;
}
.opis:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: #4c4b4b;
    left: 0;
    top: 8px;
}
.hero-grid .leftblock {
    padding-top: 57px;
    min-height: 625px;
}
.leftblock {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.rightblock  {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.blockfoto {
    position: relative;
}
.blockfoto:before {
    content: "";
    position: absolute;
    width: 497px;
    height: 625px;
    background: url(assets/img/pachkaverh.png);
    left: 210px;
    top: 68px;
}
.hero-grid .ogr:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 905px;
    background: #efeeee;
    left: 50%;
    top: -90px;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
}
.site-header {
    position: relative;
    z-index: 4;
}
.hero-grid .rightblock {
    height: 815px;
    width: 49%;
}
.izgotmark {
    position: absolute;
    bottom: 0;
    right: 0;
}
.izgotmark {
    font-size: 36px;
    color: #4c4b4b;
padding-bottom: 22px;
}
.izgotmark span {
    display: block;
    font-size: 24px;
}
.izgotmark:before {
    content: "";
    position: absolute;
    width: 317px;
    height: 1px;
    background: #4c4b4b;
    right: 167px;
    top: 35px;
}
.container.hero-grid {
    position: relative;
}
.container.hero-grid:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 905px;
    background: #efeeee;
    right: 0;
    top: -90px;
    border-radius: 25px;
    z-index: 1;
}
.section-title {
    font-size: 48px;
    color: #4c4b4b;
    font-weight: bold;
    line-height: 1.25;
    padding-top: 95px;
}
.knopkisit {
    font-size: 24px;
    color: #3e3c3c;
    font-weight: bold;
    background: #f8c600;
    border-radius: 15px;
    width: 297px;
    height: 74px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    margin-top: 58px;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);

    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;
}
.knopkisit:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.knopkisit:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.35);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}
.knopkisit:hover:before {
    left: 130%;
}
.knopkisit:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.section-line {
    background: #f8c600;
    height: 1px;
    width: 497px;
    margin-top: 21px;
}
#instruction .leftblock, #instruction .rightblock {
    padding-top: 125px;
}
.akkordzag {
    font-size: 36px;
    color: #4c4b4b;
    position: relative;
    padding-left: 33px;
}
.akkordzag:before {
    content: "+";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 25px;
}
.akkordzag span  {
    display: block;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    margin-top: 13px;
    margin-left: 20px;
    cursor: pointer;
}
.akkordzag span:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 51px;
    background: #f8c600;
    left: -20px;
    top: -10px;
    border-radius: 15px;
    z-index: -1;
}
.akkordtext {
    display: none;
}
.linblock {
    padding-bottom: 134px;
    border-bottom: 1px solid #dddcdc;
}
.linblock.vtoryad {
    padding-top: 113px;
}
#instruction .rightblock  {
    width: 49.7%;
}
.split .rightblock  {
    width: 49.7%;
}
.split .rightblock p {
    padding-top: 133px;
    font-size: 24px;
}
.split .section-title {
    padding-top: 143px;
}
.split .ogr {
    padding-bottom: 154px;
    border-bottom: 1px solid #dddcdc;
}
.split .ogr:before {
    display: none;
}
.bubkabt {
    position: relative;
    font-size: 24px;
    color: #4c4b4b;
    margin-left: 20px;
font-weight: 300;
}
.vporyan {
    font-size: 36px;
    color: #4c4b4b;
}
.bubkabt:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 51px;
    background: #f8c600;
    left: -20px;
    top: -10px;
    border-radius: 15px;
    z-index: -1;

  transition: all 0.35s ease;
  transform: scale(1);
  opacity: 1;
}
.bubkabt:hover:before {
  transform: scale(1.15) rotate(5deg);
  left: -15px;
  top: -12px;
  opacity: 0.9;
}
.textgr .rightblock {
    padding-top: 114px;
    padding-left: 36px;
    width: 45%;
}
.textgr .linblock {
border-bottom:none;
}
.portynka {
    padding-top: 74px;
}
.portynka h2 {
    font-size: 36px;
    color: #4c4b4b;
}
.portynka p {
    font-size: 24px;
}
.portynka .bubkabt {
    margin-top: 62px;
    display: block;
}
.akkord.active .akkordtext {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 32px;
}
.skrittekst {
    display: none;
}

.portynka.active .skrittekst {
    display: block;
    margin-top: 10px;
}
.textgr .rightblock:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dddcdc;
    left: 0;
    top: 330px;
}
.vporyan.dublyg {
    padding-top: 100px;
}
.section.fotto {
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}
.section.textgr .ogr {
    padding-bottom: 0;
}
.section.fotto:before {
    content: "";
    position: absolute;
    width: 3%;
    height: 100%;
    background: #f8c600;
    left: 0;
    top: 0;
}
.section.fotto .section-title {
    max-width: 450px;
}
.section.fotto .ogr:before {
    content: "";
    position: absolute;
    width: 1732px;
    height: 623px;
    background: url(assets/img/bgfoot.png);
    left: -74px;
    top: 0;
    display: block;
    z-index: -1;
}
.section.fotto .ogr:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dddcdc;
    left: 50%;
    z-index: 1;
}
.section.fotto .split .ogr {
    padding-bottom: 45px;
}
.section.fotto .rightblock img {
    height: 492px;
    object-fit: contain;
margin-top: 20px;
}
.small-muted {
    padding-top: 40px;
}
.small-muted p  {
    font-size: 18px;
    color: #4c4b4b;
    padding-bottom: 30px;
}
.podtlink {
    display: inline-block;
    vertical-align: top;
    margin-right: 20%;
}
.lang-ru .podtlink {
    margin-right: 19%;
}
.podtlink.ostani {
    margin-right: 0;
}
.podtlink a {
    font-size: 18px;
    max-width: 286px;
    display: block;
}

.levfotte {
    max-width: 570px;
    display: inline-block;
    vertical-align: top;
    margin-right: 18%;
}
.pravfotte {
    max-width: 570px;
    display: inline-block;
    vertical-align: top;
}
.vnut h1 {
    font-size: 60px;
}



.breadcrumbs {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
text-transform: lowercase;
}

.breadcrumbs a {
    text-decoration: none;
    color: #333;
}

.breadcrumbs .home-icon {
    display: flex;
    align-items: center;
}

.breadcrumbs .sep {
    opacity: 0.6;
}

.breadcrumbs .current {
    font-weight: 600;
}
.vnut .opis {
    margin-top: 37px;
}
.vnut .hero-grid .rightblock img {
    height: 473px;
    object-fit: contain;
    margin-left: 60px;
}
.vnut .hero-grid .ogr:after {
    height: 635px;
}
.vnut .hero-grid .rightblock {
    height: auto;
}
.vnut .hero-grid .leftblock {
        min-height: 490px;
}
.vnut .container.hero-grid:before {
    height: 635px;
}
.vnut .section.textgr .ogr {
    border-top: 1px solid #dddcdc;
}
.vnut .portynka h2  {
    max-width: 350px;
    margin-top: 110px;
    position: relative;
    line-height: 1.1;
}
.vnut .portynka h2:after {
    content: "";
    position: absolute;
    width: 507px;
    height: 1px;
    background: #f8c600;
    left: 0;
    z-index: 1;
    bottom:-30px;
}
.vnut .textgr .rightblock:before {
    top: 293px;
}
.vnut .vporyan.dublyg {
    padding-top: 44px;
    padding-bottom: 129px;
}
.vnut .section.textgr .ogr {
    padding-bottom: 0;
}
.insrukciya-page .opis {
    padding-left: 0;
}
.insrukciya-page .opis:before, .insrukciya-page.vnut .container.hero-grid:before,
.insrukciya-page.vnut .hero-grid .ogr:after,
.insrukciya-page.vnut .hero-grid .ogr:before,
.page-template-page-insrukciya .header-inner .ogr:before {
    display: none;
}
.insrukciya-page.vnut .hero-grid .leftblock {
    padding-bottom: 56px;
}




.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-title {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 36px;
    padding-left: 36px;
    position: relative;
    margin-top: 43px;
    margin-bottom: 63px;
}


.accordion-title .icon {
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    top: 30px;
}

.insrukciya-page.vnut .accordion-item .bubkabt {
        margin-top: 15px;
    display: block;
    text-align: left;
font-family: 'Mont', Arial, sans-serif;

}
.accordion-item .title-text, .accordion-item .title-wrap {
    text-align: left;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.accordion-inner {
  padding: 0 0 16px 0;
}
.page-template-page-insrukciya .section.textgr .leftblock {
    width: 100%;
}
.page-template-page-insrukciya .container.grid-2 .ogr:before {
    display: none;
}
.accordion-inner p {
    font-size: 18px;
    padding-left: 36px;
}

.category-page h2.post-title {
    font-size: 36px;
    color: #5c5858;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 20px;
}
.category-page .post-item {
    border: 1px solid #dddcdc;
    height: 190px;
    padding-top: 35px;
}
.category-page .post-date {
    font-size: 18px;
    color: #5c5858;
    margin-right: 98px;
}

.post-rating {
    display: inline-block;
    align-items: center;
    gap: 5px;
    margin-right: 98px;
    font-size: 18px;
    color: #5c5858;
}

.star {
  cursor: pointer;
  font-size: 18px;
  color: #ccc;
}

.star.active {
  color: gold;
}
.post-views {
    font-size: 18px;
    color: #5c5858;
}
.post-views .icon-eye {
    height: 18px;
    width: 25px;
    fill: #5c5858;
    vertical-align: -4px;
}
.category-header h1  {
    font-size: 60px;
    color: #4a4848;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 40px;
}
.category-header .breadcrumbs {
    padding-bottom: 78px;
}
.archive.category .ogr:before, .page-template-page-akciya .ogr:before {
    display: none;
}
.pagination .pagzag {
    font-size: 36px;
    display: block;
    color: #4c4b4b;
    font-weight: 600;
    margin-top: 52px;
}
.pagination a, .pagination .page-numbers.current  {
    font-size: 24px;
    color: #4c4b4b;
}
.pagination .page-numbers.current {
    background: #f8c600;
    width: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
}
.pagination a  {
    width: 32px;
    display: inline-block;
    text-align: center;
}
.category-page .posts-list .ogr {
    padding-bottom: 68px;
}
.page-numbers.dots {
    display: inline-block;
    width: max-content;
    padding-top: 0;
    padding-left: 0;
    position: relative;
}
.sosotynieakcii {
    display: inline-block;
    vertical-align: top;
    height: 225px;
    margin-top: -35px;
    width: 54px;
    margin-right: 24px;
    position: relative;
}
.sosotynieakcii.is-active {
    background: #f8c600;

}
.sosotynieakcii.is-past {
    background: #4a4848;
    color: #f0eded;

}
.sosotynieakcii.is-past span {
    color: #f0eded;
}
.sosotynieakcii.is-result {
    background: #d2d2d0;
}
.samaakci {
    display: inline-block;
    vertical-align: top;
}
.sosotynieakcii span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.page-template-page-vnutakciya .zagolovk {
    max-width: 600px;
}
.page-template-page-vnutakciya .opis:before {
    display: block;
    height: 90%;
}
.page-template-page-vnutakciya .opis {
    padding-left: 28px;
}
.dati span {
    font-size: 36px;
    color: #4c4b4b;
    position: relative;
    display: block;
    margin-top: 58px;
    padding-bottom: 20px;
    margin-bottom: 46px;
}
.dati span:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #4c4b4b;
    left: 0;
    bottom: -8px;
}
.datischet p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -25px;
}
.vremya {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 25px;
}
.vremya.sekun {
    margin-right: 0;
}
.vremya span {
    display: block;
    font-size: 123px;
    color: #4c4b4b;
    font-weight: 600;
}
.vremya small {
    font-size: 36px;
    margin-top: -35px;
    display: block;
font-weight: 600;
}
.kroknazv p  {
    font-size: 48px;
    color: #4c4b4b;
    font-weight: 600;
}
.kroknazv {
    position: relative;
    padding-top: 188px;
    margin-bottom: 30px;
}
.kroknazv:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f8c600;
    left: 0;
    bottom: -18px;
}
.kroktext p {
    font-size: 24px;
    color: #4c4b4b;
    max-width: 480px;
}
.page-template-page-vnutakciya .header-inner .ogr:before,
.page-template-page-vnutakciya .vnut .textgr .rightblock:before {
    display: none;
}
.linakcii.shagdva {
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    background: #efeeee;
    z-index: 1;
    position: relative;
}
.linakcii .rightblock img  {
    margin-top: -68px;
}
.linakcii.shagdva .kroknazv {
    padding-top: 0;
    margin-top: -60px;
}
.linakcii.shagdva .kroknazv:before {
    left: -170px;
}
.linakcii.shagtri  {
    min-height: 590px;
}
.linakcii.shagtri img {
    margin-left: 69px;
}
.peremoga span {
    display: block;
    font-size: 36px;
    color: #4c4b4b;
    padding-left: 35px;
    padding-top: 83px;
    padding-bottom: 86px;
    border-bottom: 1px solid #dddcdc;
}
.zagperemog {
    font-size: 48px;
    font-weight: 600;
    color: #4c4b4b;
    max-width: 500px;
    padding-top: 225px;
    margin-bottom: 30px;
}
.rightblock.spisperem {
    padding: 0;
}
.conttext {
    padding-top: 71px;
    font-size: 20px;
    max-width: 80%;
}
.conttext p {
    padding-bottom: 30px;
}
.conttext li {
    padding-bottom: 10px;
    padding-top: 10px;
}
.page-template-page-vnutakciya .section.textgr .ogr:before {
    display: none;
}
.vnut.is-result .hero-grid .leftblock {
    min-height: 190px;
}
.site-header.scrolled .header-inner {
    position: fixed;
    width: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #efeeee;
    top: 0;
}
.site-header.scrolled {
    min-height: 90px;
}
.page-id-594 .vnut .hero-grid .rightblock img,
.page-id-626 .vnut .hero-grid .rightblock img,
.page-template-page-prokomp .hero-grid .rightblock img {
    max-width: 514px;
    height: auto;
    margin-top: 65px;
}
.page-id-594 .opis:before,
.page-id-626 .opis:before,
.page-template-page-prokomp .opis:before {
    height: 110px;
}

.page-template-page-produkt .container.hero-grid:before,
.page-template-page-produkt .vnut .hero-grid .ogr:after {
  display: none;
}
.page-template-page-produkt .hero-grid .leftblock {
    display: block;
    width: 100%;
}
.custom-slider {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin-top: 50px;
padding-bottom: 100px;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    background: #efeeee;
    border-radius: 40px;
    padding: 30px 40px;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
padding-bottom: 45px;
margin-bottom: 20px;
}
.slide-img,
.slide-content {
  flex: 0 0 50%;
}
/* 🖼 картинка */
.slide-img {
  flex: 0 0 50%;
}

.slide-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 408px;
    max-height: 400px;
margin-left: 60px;
margin-top: 10px;
}

/* 📝 контент */
.slide-content {
  flex: 0 0 50%;
}

.slide-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
color:#4c4b4b;
}

.slide-text {
  font-size: 24px;
  color: #545454;
  line-height: 1.6;
margin-bottom: 40px;
}

.slide-text p {
margin-bottom: 23px;
}

/* кнопка */
.slide-btn {
  display: inline-block;
  margin-top: 20px;
}
.slide-content a.bubkabt {
    z-index: 1;
text-transform: lowercase;
}

/* контейнер управления */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 45px;
}

/* стрелки */
.slider-controls .arrow {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #f5b800;
    border: none;
    cursor: pointer;
    font-size: 54px;
    font-weight: 300;
    line-height: 0.01;
}
.slider-controls .arrow span {
    display: block;
    margin-top: -4px;
}

/* точки */
.slider-controls .dots {
  display: flex;
  gap: 8px;
}

.slider-controls .dot {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
}

/* активная */
.slider-controls .dot.active {
  width: 34px;
  background: #f5b800;
}

/* 📱 адаптив */
@media (max-width: 890px) {

  .slide-inner {
    flex-direction: column;
    text-align: left;
    padding: 20px;
padding-bottom: 55px;
  }

      .slide-img {
        max-width: 300px;
        margin: auto;
    }

  .slide-title {
    font-size: 34px;
  }
.slide-img img {
        margin-left: auto;
        width: 256px;
        height: 231px;
        object-fit: contain;
        margin-right: auto;
    }
.slide-text {
    min-height: 295px;
}

}
.page-template-page-produkt .hero-grid .ogr:before,
.page-template-page-produkt .site-header .ogr:before {
  display: none;
}
.doshero {
    overflow: hidden;
    margin-bottom: -80px;
}
.doshero img {
    width: calc(100% + 136px);
    transform: translateX(-68px);
    margin-top: 60px;
}
.doshero h2 {
    font-size: 36px;
    font-weight: 400;
    color: #4c4b4b;
    padding-top: 75px;
    margin: 0;
}
.doshero .ogr:before {
  display: none;
}
.doshero .ogr {
    border-top: 1px solid #dddcdc;
}
.doshero p {
    font-size: 24px;
    line-height: 1.5;
    color: #4c4b4b;
    max-width: 90%;
    margin-top: 40px;
}
.page-template-page-prokomp .vnut .section.textgr .ogr {
border-top: none;

}
.page-template-page-prokomp .vnut .portynka h2 {
    max-width: 100%;
    font-weight: 400;
margin-top: 50px;
}
.page-template-page-prokomp .vnut .portynka h2:after {
  display: none;
}
.page-template-page-prokomp .textgr .opis:before {
  display: none;
}
.page-template-page-prokomp .textgr .opis {
    padding-left: 0;
}
.page-template-page-prokomp .textgr .vporyan {
    margin-top: 5px;
padding-bottom: 124px;
}
.page-template-page-prokomp .textgr .vporyan.dublyg  {
    padding-bottom: 132px;
}
.blogod .rightblock {
    max-width: 49%;
}
.blogod h3 {
    font-size: 36px;
    color: #4c4b4b;
    padding: 0;
    margin: 0;
    font-weight: 400;
    padding-top: 65px;
    padding-bottom: 30px;
}
.blogod p {
    font-size: 24px;
    color: #4c4b4b;
    line-height: 1.5;
}
.blogod .ogr {
    border-top: 1px solid #dddcdc;
    padding-bottom: 150px;
}
.blogod .ogr:before {
  display: none;
}
.page-template-page-text .vnut .hero-grid .ogr:after, .page-template-page-text .ogr:before {
  display: none;
}
.page-template-page-text .vnut .hero-grid .leftblock {
    min-height: auto;
    display: block;
    width: 90%;
}
.page-template-page-text .zagolovk {
    max-width: 1000px;
}
.page-template-page-text {

    color: #4c4b4b;
}
.page-template-page-text .opisanitex  p {
    font-size: 24px;
    color: #4c4b4b;
padding-bottom: 30px;
}
.page-template-page-text .opisanitex h2 {
    font-size: 36px;
    color: #4c4b4b;
}
.page-template-page-text .opisanitex h3 {
    font-size: 36px;
    color: #4c4b4b;
}
.opisanitex {
    margin-top: 36px;
    max-width: 80%;
padding-bottom: 150px;
}
.statii.vnut h1 {
    font-size: 36px;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin-bottom: 5px;
}
.statii.vnut .breadcrumbs {
    z-index: 1;
position: relative;
}
.statii.vnut .zagolovkblok:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 505px;
    background: #efeeee;
    left: 0;
    top: -90px;
    border-radius: 25px;
    z-index: 1;
}
.statii.vnut .leftblock {
    padding-top: 52px;
}
.statii.vnut .post-date {
    position: relative;
    z-index: 2;
    font-size: 12px;
    color: #545454;
}
.statii.vnut .zagolovkblok .ogr:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 505px;
    background: #efeeee;
    left: 0;
    top: -90px;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
}

.statii.vnut .zagolovkblok  {
    min-height: 405px;
    position: relative;
}
.statii.vnut .post-rating, .statii.vnut .post-views {
    position: relative;
    z-index: 1;
}
.mettavnut {
    margin-top: 21px;
}
.statii.vnut .star, .statii.vnut .rating-label, .post-views {
    font-size: 12px;
}
.statii.vnut .rightblock {
    width: 49%;
}
.zagoloav {
    font-size: 24px;
}
.textav {
    font-size: 24px;
    max-width: 438px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 12px;
}
.avtor img {
    width: 135px;
    display: inline-block;
    vertical-align: top;
    margin-right: 140px;
}
.avtor .bubkabt {
    margin-top: 23px;
    display: inline-block;
    vertical-align: top;
}
.avtor {
    margin-top: 78px;
    margin-left: 139px;
}
.statii.vnut .ogr:before {
    display: none;
}
.statii.vnut .zagolovkblok .ogr {
    border-right: none;
    border-left: none;
}
.statii.vnut .section.contents .ogr {
    border-top: 1px solid #dddcdc;
    border-right: none;
    border-left: none;
}
.statii.vnut .section.contents {
    margin-top: 83px;
}
.opisanitex p, .opisanitex ol, .opisanitex ul {
    font-size: 24px;
    color: #4c4b4b;
    padding-bottom: 35px;
line-height: 1.6;
position: relative;
    z-index: 1;
}
.opisanitex h2 {
    font-size: 36px;
    color: #4c4b4b;
}
.opisanitex h3 {
    font-size: 30px;
    color: #4c4b4b;
}
.opisanitex #ez-toc-container a:visited, .opisanitex #ez-toc-container a {
    color: #00f;
    font-style: italic;
    text-decoration: none;
margin-bottom: 19px;
}
.opisanitex #ez-toc-container {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin-bottom: 0;
    padding: 0;
}
.opisanitex div#ez-toc-container .ez-toc-title {
    font-size: 24px;
    color: #4c4b4b;
    padding-bottom: 25px;
    line-height: 1.6;
    display: block;
}
.opisanitex li {
    margin-bottom: 25px;
}



.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 25px;
}

.faq-question {
    padding-right: 25px;
    line-height: 2.1;
    margin-top: 0;
    color: #5c5858;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
    font-size: 24px;
    position: relative;
}

/* Плюс по умолчанию */
.faq-question::after {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    transition: 0.3s;
}

/* Минус при открытии */
.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    padding-top: 8px;
}

.faq-item.active .faq-answer {
    display: block;
    font-size: 24px;
    font-weight: normal;
    padding-left: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#menu-header-menu li,
#menu-header-menu-2 li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 12px;
    padding-top: 13px;
}




.amd-test {
  max-width: 100%;

}

.step {
    display: none;
    max-width: 566px;
    padding-top: 55px;
    min-height: 200px;
    position: relative;
}
.step label.pervtest::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120%;
    background: #565454;
    left: 274px;
    top: -2%;
}

.step[data-step="6"] label.pervtest::before,
.step[data-step="8"] label.pervtest::before,
.step[data-step="9"] label.pervtest::before,
.step[data-step="10"] label.pervtest::before,
.step[data-step="11"] label.pervtest::before,
.step[data-step="12"] label.pervtest::before,
.step[data-step="14"] label.pervtest::before  {
    height: 180%;
    top: -2%;
}
.step[data-step="6"] label.pervtest {
    margin-right: 120px;
}
.step[data-step="7"] label.pervtest::before {
    height: 180%;
    top: -10%;
    left: 310px;
}
.step[data-step="7"] label.pervtest {
    margin-right: 50px;
}
.step[data-step="8"] label.pervtest {
    margin-right: 100px;
}
.step[data-step="8"] label.pervtest::before {
    left: 294px;
}
.step[data-step="9"] label.pervtest {
    margin-right: 110px;
}
.step[data-step="9"] label.pervtest::before {
    left: 284px;
}
.step[data-step="10"] label.pervtest {
    margin-right: 90px;
}
.step[data-step="10"] label.pervtest::before,
.step[data-step="11"] label.pervtest::before,
.step[data-step="12"] label.pervtest::before {
    left: 294px;
}
.step[data-step="11"] label.pervtest,
.step[data-step="12"] label.pervtest {
    margin-right: 80px;
}
.step[data-step="14"] label.pervtest {
    width: 180px;
}
.knopkatest {
    max-width: 556px;
    text-align: center;
    padding-top: 55px;
}
.test-header {
    position: relative;
    min-height: 266px;
}
.test-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 356px;
    background: #efeeee;
    left: 0;
    top: -90px;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
}
.test-header h2 {
    font-size: 18px;
    font-weight: 400;
position: relative;
    z-index: 1;
}
#step-desc {
    font-size: 36px;
    font-weight: 600;
position: relative;
    z-index: 1;
}

.step label {
    display: inline-block;
    padding: 10px;
    border: 1px solid #4a4848;
    margin: 5px 0;
    border-radius: 8px;
    cursor: pointer;
    min-width: 182px;
margin-bottom:26px;
}
.question-block label, .severity-block label {
    display: block;
    padding: 10px;
    border: 1px solid #4a4848;
    margin: 5px 0;
    border-radius: 8px;
    cursor: pointer;
    width: 190px;
margin-bottom:26px;
}
.step label, .question-block label, .severity-block label {


  cursor: pointer;
  text-align: center;

  transition: 0.2s;
}
.step label:hover, .question-block label:hover, 
.severity-block label :hover {
  border-color: #f8c600;
}

.step input[type="radio"]:checked + span,
.question-block input[type="radio"]:checked + span,
.severity-block input[type="radio"]:checked + span {
  color: #f8c600;
}

.step input[type="radio"]:checked + span::before, 
.question-block input[type="radio"]:checked + span::before,
.severity-block input[type="radio"]:checked + span::before{
  border-color: #f8c600;
}

/* если текст просто внутри label */
.step input[type="radio"]:checked + *,
.question-block input[type="radio"]:checked + *,
.severity-block input[type="radio"]:checked + * {
  color: #f8c600;
}

.step input[type="radio"]:checked + *,
.question-block input[type="radio"]:checked + *,
.severity-block input[type="radio"]:checked + * {
  border-color: #f8c600;
}
.step label.pervtest {
    margin-right: 140px;
    position: relative;
}

.step label:has(input:checked),
.question-block  label:has(input:checked),
.severity-block  label:has(input:checked) {
  border-color: #f8c600;
  color: #f8c600;
}

.step input[type="radio"], .question-block input[type="radio"], 
.severity-block input[type="radio"] {
  display: none;
}

.knopkatest button{
    width: 218px;
    padding: 14px;
    background: #f8c600;
    color: #3e3c3c;
    border: none;
    border-radius: 8px;
    font-size: 24px;
    text-transform: lowercase;
    font-weight: 600;
    margin-bottom: 100px;
    cursor: pointer;
}

.knopkatest button:disabled {
  background: #ccc;
}

input[type="range"] {
  width: 100%;
}

.step input[type="number"] {
    width: 278px;
    padding: 10px;
    margin: 5px 0;
    border: none;
    background: #f0eded;
    border-bottom: 1px solid #4a4848;
    font-size: 18px;
    color: #7c7b7b;
    font-style: italic;
    font-weight: 300;
}
.test-header .ogr {
    padding-top: 55px;
}
.test-header .ogr:before {
  display: none;
}
.range-value {
    font-size: 24px;
    font-weight: 600;
padding-top: 15px;
}
#age {
  -webkit-appearance: none;
  width: 100%;
}
/* Chrome, Edge, Safari */
#age::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #f8c600;
  border-radius: 50%;
  cursor: pointer;
margin: -5px;
}

/* Firefox */
#age::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f8c600;
  border-radius: 50%;
  cursor: pointer;
margin: -5px;
}

/* Chrome */
#age::-webkit-slider-runnable-track {
  height: 8px;
  background: #ccc;
  border-radius: 10px;
}

/* Firefox */
#age::-moz-range-track {
  height: 8px;
  background: #ccc;
  border-radius: 10px;
}
.poyasni {
    font-size: 24px;
    color: #5c5858;
    margin-bottom: 40px;
    display: block;
}
.step p {
    font-size: 24px;
    color: #5c5858;
    padding-bottom: 25px;
    padding-top: 25px;
}
.page-template-page-testvmd .site-header .ogr:before,
#amdForm .ogr:before, .amd-test .ogr:before {
display: none;
}

.result-score {
    padding-top: 64px;
    font-size: 20px;
    font-weight: 400;
}
.result-box h2 {
    font-size: 36px;
    color: #5c5858;
    margin-top: 0;
    margin-bottom: 22px;
}
.desrez {
    font-size: 20px;
    color: #5c5858;
    max-width: 500px;
    line-height: 1.5;
    margin-bottom: 62px;
    border-top: 1px solid #5c5858;
    padding-top: 28px;
}
.vnimanie {
    font-size: 14px;
    color: #5c5858;
    max-width: 500px;
    line-height: 1.5;
    margin-top: 37px;
}
.result-box {
    padding-bottom: 200px;
}
.question-block h3, .severity-block h3  {
    font-size: 24px;
    color: #5c5858;
    font-weight: 400;
}
.question-block h3 span, .severity-block h3 span {
    display: block;
    font-size: 18px;
}
.question-block {
    display: inline-block;
    vertical-align: top;
    padding-right: 52px;
    border-right: 1px solid;
    margin-right: 52px;
    margin-top: 27px;
}
.severity-block {
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
}
.amd-test.kzs #step-desc {
    max-width: 520px;
}
#resultText {
    font-size: 36px;
    font-weight: 600;
    max-width: 570px;
    line-height: 1.12;
    padding-bottom: 24px;
}
#resultBlock {
    padding-bottom: 200px;
}
#resultScore {
    font-size: 20px;
    font-weight: 400;
    color: #5c5858;
    margin-bottom: 0;
    padding-top: 50px;
}
.page-template-page-testi h1 {
    max-width: 600px;
    line-height: 1.1;
}
.page-template-page-testi .opis:before {
    height: 250px;
}
.page-template-page-testi .vnut .hero-grid .leftblock {
    min-height: 590px;
}
.page-template-page-testi .vnut .hero-grid .ogr:after {
    height: 735px;
}
.page-template-page-testi .vnut .container.hero-grid:before {
    height: 735px;
}
.page-template-page-testi .vnut .hero-grid .rightblock img {
    margin-left: 100px;
}



.test-description.short {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.test-description.open {
  -webkit-line-clamp: unset;
}



.test-block .btn.primary {
    background: #f8c600;
    text-decoration: none;
    color: #3e3c3c;
    text-transform: lowercase;
    width: 296px;
    display: inline-block;
    text-align: center;
    line-height: 3.1;
    vertical-align: top;
}
.test-block .btn.toggle-btn {
    background: #f0eded;
    text-decoration: none;
    color: #3e3c3c;
    text-transform: lowercase;
    width: 296px;
    display: inline-block;
    text-align: center;
    line-height: 3.0;
    border: 1px solid #4c4b4b;
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    height: 74px;
    font-size: 24px;
    vertical-align: top;
    margin-top: 58px;
    margin-left: 34px;
}
.test-block {
    padding-top: 80px;
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 96px;
}
.test-block h2 {
    font-size: 36px;
    color: #4c4b4b;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
max-width: 868px;
}
.test-description p, .test-description li {
    font-size: 24px;
    max-width: 868px;
    color: #4c4b4b;
    padding-top: 12px;
}
.page-template-page-testi .opisanitex,
.page-template-page-vntesti .opisanitex  {
    padding-top: 42px;
    margin-top: 0;
}
.page-template-page-testi .section.textgr .ogr:before,
.page-template-page-testi .section.contents .ogr:before,
.page-template-page-vntesti .section.contents .ogr:before {
    display: none;
}
.page-template-page-vntesti .opis:before {
    height: 100%;
}
.page-template-page-vntesti .knopkisit {
    margin-left: 28px;
}
.page-template-page-vntesti .vnut .hero-grid .rightblock img {
    margin-left: 100px;
}
.page-template-page-vntesti .vnut .hero-grid .leftblock {
    min-height: 600px;
}
.page-template-page-vntesti .container.hero-grid .ogr {
    border-bottom: 1px solid #dddcdc;
}
.page-template-page-vntesti .vnut .hero-grid .ogr:after,
.page-template-page-vntesti .vnut .container.hero-grid:before  {
    height: 745px;
}
.page-template-page-testkstar .step {
display: block;
}
#question-block h3 {
    font-size: 24px;
    color: #5c5858;
    font-weight: 400;
    margin-top: 0;
    padding-top: 0;
}
.answer-item:nth-of-type(odd) {
    margin-right: 137px;
    position: relative;
}
.answer-item:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120%;
    background: #565454;
    left: 274px;
    top: -2%;
}
.page-template-page-testkstar .knopkatest {
    padding-top: 0;

}
.page-template-page-testkstar .indekszag {
    font-size: 24px;
    color: #5c5858;
    padding-top: 12px;
}
.page-template-page-testkstar .bmi-block input {
    display: block;
    border: none;
    border-bottom: 1px solid #5c5858;
    background: #f0eded;
    font-size: 18px;
    font-style: italic;
    color: #5c5858;
}


/* Сам попап (контейнер) */
#popmake-618, #popmake-629 {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

/* Внутренний контент */
#popmake-618 .pum-content, #popmake-629 .pum-content {
    background: #f0eded;
    padding: 30px 25px;
}

/* Кнопка закрытия */
#popmake-618 .pum-close, #popmake-629 .pum-close {
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Убираем лишние br */
#popmake-618 .wpcf7-form br, #popmake-629 .wpcf7-form br {
    display: none;
}

/* Отступы */
#popmake-618 .wpcf7-form p, #popmake-629 .wpcf7-form p {
    margin-bottom: 18px;
}

/* Лейблы */
#popmake-618 .wpcf7-form label, #popmake-629 .wpcf7-form label {
    font-size: 13px;
    color: #555;
    display: block;
    margin-bottom: 6px;
}
#popmake-618 .wpcf7-form .wpcf7-submit, #popmake-629 .wpcf7-form .wpcf7-submit {
    height: 45px;
    font-size: 16px;
    background: #e0b200;
}
/* Инпуты */
#popmake-618 .wpcf7-form input,
#popmake-618 .wpcf7-form textarea,
#popmake-629 .wpcf7-form input,
#popmake-629 .wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    transition: all 0.25s ease;
}

/* Фокус */
#popmake-618 .wpcf7-form input:focus,
#popmake-618 .wpcf7-form textarea:focus,
#popmake-629 .wpcf7-form input:focus,
#popmake-629 .wpcf7-form textarea:focus {
    border-color: #f8c600;
    box-shadow: 0 0 0 3px rgba(248,198,0,0.2);
}

/* textarea */
#popmake-618 textarea, #popmake-629 textarea {
    min-height: 110px;
    resize: vertical;
}

/* КНОПКА */
#popmake-618 .wpcf7-submit, #popmake-629 .wpcf7-submit {
    width: 100%;
    background: #f8c600;
    color: #000;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* hover */
#popmake-618 .wpcf7-submit:hover, #popmake-629 .wpcf7-submit:hover {
    background: #e0b200;
    transform: translateY(-1px);
}

/* спиннер по центру */
#popmake-618 .wpcf7-spinner, #popmake-629 .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

/* сообщения */
#popmake-618 .wpcf7-response-output, #popmake-629 .wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
}

/* успех */
#popmake-618 .wpcf7-mail-sent-ok, #popmake-629 .wpcf7-mail-sent-ok {
    background: #e6ffed;
    color: #2e7d32;
}

/* ошибка */
#popmake-618 .wpcf7-mail-sent-ng, #popmake-629 .wpcf7-mail-sent-ng {
    background: #ffecec;
    color: #c62828;
}

.menu-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: -15px;
    padding-bottom: 0;
}
.menu-yazi {
    font-size: 36px;
    margin-top: 53px;
}
.lang-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    position:relative;
}
.fullscreen-menu.active {
    padding-bottom: 100px;
}
.fullscreen-nav .lang-item-first {
    margin-right: 100px;
}
.lang-item.current-lang:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 51px;
    background: #f8c600;
    left: -20px;
    top: -10px;
    border-radius: 15px;
    z-index: -1;
}
img.aligncenter {
    margin: auto;
    align-content: center;
    display: block;
}



.doctor-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.doctor-popup-content {
  background: #fff;
  padding: 30px;
  max-width: 520px;
  text-align: center;
  border-radius: 12px;
}

.doctor-popup-buttons {
  margin-top: 20px;
}

.doctor-popup-buttons button {
  margin: 0 10px;
  padding: 10px 22px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#confirmDoctor {
  background: #2e7d32;
  color: #fff;
}

#declineDoctor {
  background: #c62828;
  color: #fff;
}

/* 🔒 блокировка скролла */
body.popup-lock {
  overflow: hidden;
}
.promo-banner .promo-title {
    display: inline-block;
    font-size: 36px;
    vertical-align: top;
    color: #4c4b4b;
    margin-right: 100px;
    padding-top: 15px;
}
.promo-banner {
    padding-top: 8px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
}
.promo-banner:before {
content: "";
    position: absolute;
    width: 1100%;
    height: 1px;
    border-bottom: 1px solid #f8c600;
left:0;
bottom:0;
}
.promo-banner #promo-timer {
    display: inline-block;
    vertical-align: top;
}
.promo-banner a {
    float: right;
    width: 397px;
    text-align: center;
    background: #f8c600;
    font-size: 24px;
    color: #3e3c3c;
    font-weight: 600;
    border-radius: 15px;
    height: 73px;
    line-height: 3.0;
}
.promo-banner .t-num {
    font-size: 55px;
}
.promo-banner .t-label {
    font-size: 24px;
}
.promo-banner .t-block {
    margin-right: 20px;
}
.promo-banner .t-block:last-child {
    margin-right: 0;
}
.promo-banner .ogr, .small-muted .ogr, .podtefot .ogr {
    border: none;
}
.promo-banner .ogr:before, .small-muted .ogr:before, .podtefot .ogr:before, 
.page-template-page-likari .site-header .ogr:before, .category-page.likari .ogr:before {
    display: none;
}
.menu-inner {
    position: relative;
}
.page-template-page-vnutakciya .rightblock.spisperem {
    border-left: 1px solid #dddcdc;
}
.page-template-page-gde-kupit .section.fotto .rightblock img {
    margin-left: 72px;
}
.page-template-page-gde-kupit .section.fotto .section-title {
    max-width: 480px;
}
.single-post .opisanitex .post-rating {
    margin-top: 50px;
}
.single-post .opisanitex .rating-label {
    display: block;
    font-size: 18px;
}
.single-post .opisanitex .star {
    font-size: 18px;
margin-top: 30px;
}

@media (max-width: 1493px) {
.section.fotto:before {
    left: -1%;
}
}
@media (max-width: 1477px) {
.section.fotto:before {
    left: -2%;
}
}
@media (max-width: 1432px) {
.ogr {
    max-width: 1300px;
}
.menuha {
    padding-left: 105px;
}
.blockfoto:before {
    left: 110px;
}
#instruction .rightblock, .split .rightblock {
    width: 49.0%;
}
.section.fotto:before {
        left: -1%;
    }
.podtlink {
    margin-right: 15%;
}
.levfotte {
    max-width: 500px;
    margin-right: 15%;
}
.lang-ru .menuha {
    padding-left: 86px;
}
}
@media (max-width: 1357px) {
.section.fotto:before {
    left: -2%;
}
}
@media (max-width: 1328px) {
.ogr {
    max-width: 1200px;
}
    .menuha {
        padding-left: 55px;
    }
.section.fotto:before {
        left: -1%;
    }
.levfotte {
        margin-right: 10%;
    }
.avtor {
    margin-left: 109px;
}
.lang-ru .menuha {
        padding-left: 36px;
    }
}
@media (max-width: 1257px) {
.section.fotto:before {
    left: -2%;
}
}
@media (max-width: 1225px) {
.ogr {
    max-width: 1000px;
}
.menuha {
        padding-left: 25px;
    }
.menuha ul li.instruk:before {
    right: -28px;
}
.menuha a.btn {
    margin-left: 28px;
}
.zagolovk {
    font-size: 90px;
}
    .blockfoto:before {
        left: 30px;
    }
.menuha ul li.instruk {
    margin-right: 0;

}
.opis {
    font-size: 20px;
    max-width: 400px;
}
.section.fotto:before {
        left: 0;
    }
.podtlink {
        margin-right: 5%;
    }
.pravfotte, .levfotte {
    max-width: 400px;
}
.section.textgr .ogr {
    padding-bottom: 50px;
}
.section-line {
    width: 427px;
}
.vnut .hero-grid .rightblock img {
    margin-left: 0;
}
.page-template-page-vnutakciya .vnut .hero-grid .rightblock {
    padding-left: 20px;
    width: 47%;
}
.datischet p {
    margin-bottom: 0;
}
.vremya span {
    font-size: 83px;
}
.vremya small {
    font-size: 30px;
}
.linakcii.shagdva .kroknazv:before {
    left: -80px;
}
.linakcii .rightblock {
    overflow: hidden;
}
    .avtor {
        margin-left: 29px;
    }
    .lang-ru .menuha {
        padding-left: 7px;
    }
.page-template-page-vntesti .vnut .hero-grid .rightblock img {
    margin-left: 50px;
}
.page-template-page-vntesti .vnut .hero-grid .leftblock {
        display: inline-block;
        width: 50%;
    }
}
@media (max-width: 1082px) {
.section.fotto:before {
    left: -1%;
}
    .blockfoto:before {
        left: 10px;
    }
}
@media (max-width: 1029px) {
.ogr {
        max-width: 860px;
        border: none;
    }
.ogr:before {
display: none;
}
    .menuha {
        padding-left: 0;
    }
.menuha a.btn {
    width: 184px;
    margin-left: 22px;

}
.menuha ul li.dekup {
    margin-left: 25px;
}
    .menuha ul li.instruk:before {
        right: -15px;
    }
    .zagolovk {
        font-size: 80px;
    }
.split .rightblock p {
    padding-top: 74px;
}
.opis {
    padding-left: 20px;
margin-top: 20px;
}
    .blockfoto:before {
        left: 66px;
        width: 370px;
        background-size: contain;
        background-repeat: no-repeat;
    }
.hero-grid .rightblock {
    height: 632px;
}
.hero-grid .ogr:after, .container.hero-grid:before {
    height: 752px;
}
.izgotmark:before {
    width: 188px;
}
    .section-line {
        display: none;
    }
#instruction .leftblock, #instruction .rightblock {
    padding-top: 0;
    display: block;
    width: 100%;
}
.linblock {
    padding-bottom: 95px;
}
.split .ogr {
    padding-bottom: 72px;
}
.section.textgr .leftblock, .section.textgr .rightblock {
    display: block;
    width: 100%;
padding-left: 0;
}
.section.textgr .vporyan {
    display: inline-block;
    vertical-align: top;
        width: 426px;
}
.pravfotte, .levfotte {
        max-width: 100%;
        margin-right: 0;
    }
.section.fotto:before, .textgr .rightblock:before, .section.fotto .ogr:after {
    display: none;
}
.section.fotto .rightblock img {
    height: 400px;
    margin-top: 40px;
}
#instruction .ogr, .section.textgr .ogr {
    max-width: 100%;
}
#instruction .section-title, .portynka, .section.textgr .rightblock {
    max-width: 860px;
    margin: auto;
}
#instruction .akkord {
    max-width: 860px;
    margin: auto;
}
.section.textgr {
    border-top: 1px solid #dddcdc;
}
.split .ogr {
        border: none;
    }
.vporyan.dublyg {
    padding-top: 0;
}
.section.textgr .leftblock {
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 70px;
}
.portynka {
    padding-top: 24px;
}
.portynka h2 {
    margin-bottom: 12px;
}
.portynka .bubkabt {
    margin-top: 52px;
}
.section.textgr .rightblock  {
    position: relative;
padding-top: 70px;
}

    .section.textgr .ogr {
        padding-bottom: 20px;
    }
.section.textgr .rightblock:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 109%;
        background: #dddcdc;
        left: 426px;
        z-index: 1;
        display: block;
        top: 0;
    }
.section.textgr .vporyan.dublyg {
    padding-left: 18px;
    width: 400px;
}
.textgr .rightblock {
    padding-top: 84px;
}
.section.textgr .linblock {
        padding-bottom: 65px;
    }
#instruction .linblock {
        padding-bottom: 90px;
        padding-top: 70px;
    }
.podtlink {
        margin-right: 10px;
    }
.vnut .hero-grid .leftblock {
    display: block;
    width: 100%;
}
.insrukciya-page .opis {
    max-width: 100%;
}
.vnut .hero-grid .leftblock {
    min-height: auto;
    margin-bottom: 30px;
}
.vnut .section.textgr .ogr {
    max-width: 860px;
}
.page-template-page-gde-kupit .vnut .hero-grid .leftblock {
    display: inline-block;
    width: 50%;
}
    .vnut .hero-grid .rightblock img {
        max-width: 465px;
    }
.page-template-page-gde-kupit .section.textgr {
    border: none;
}
.page-template-page-gde-kupit .vnut .hero-grid .ogr:after,
.page-template-page-gde-kupit .vnut .container.hero-grid:before {
    height: 565px;
}
.page-template-page-gde-kupit .vnut .section.textgr .ogr {
        border-top: none;
    }
.page-template-page-gde-kupit .vnut .portynka h2 {
    margin-top: 90px;
}
.page-template-page-gde-kupit .vnut .portynka h2:after {
display: none;
}
.page-template-page-gde-kupit .vnut .vporyan.dublyg {
    padding-top: 0;
}
.page-template-page-gde-kupit .section.textgr .leftblock {
        padding-bottom: 40px;
    }
.page-template-page-gde-kupit .section.textgr .rightblock:before {
        height: 100%;
    }
.page-template-page-gde-kupit .section.textgr .rightblock {
        padding-bottom: 10px;
    }
.page-template-page-testi h1 {
    max-width: 400px;
}
.page-template-page-testi .vnut .hero-grid .leftblock {
        display: inline-block;
        width: 50%;
    }
.page-template-page-testi .vnut .hero-grid .rightblock img {
    margin-left: auto;
    margin-top: 75px;
}
.slide-img img {
    margin-left: 0;
}
.sosotynieakcii {
    margin-right: 12px;
}
.page-template-page-vnutakciya .insrukciya-page.vnut .hero-grid .leftblock {
    padding-bottom: 0;
}
    .page-template-page-vnutakciya .vnut .hero-grid .rightblock {
        padding-left: 0;
        width: 100%;
padding-bottom: 50px;
    }
.page-template-page-vnutakciya .kroknazv {
    padding-top: 58px;
}
.page-template-page-vnutakciya .section.textgr .rightblock {
        text-align: center;
    }
.page-template-page-vnutakciya .section.textgr .leftblock {
        border-bottom: none;
        padding-bottom: 30px;
    }
.page-template-page-vnutakciya .dati span:before {
    width: 100%;
}
.page-template-page-vnutakciya .dati {
    text-align: center;
}
    .datischet p {
        text-align: center;
    }
.page-template-page-vnutakciya .countdown {
    text-align: center;
}
.kroknazv p {
    text-align: left;
}
.kroknazv:before {
    display: none;
}
.kroktext p {
    position: relative;
    padding-left: 28px;
    max-width: 80%;
}
.kroktext p:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #f8c600;
    left: 0;
    bottom: 0;
    width: 1px;
}
.linakcii.shagdva .ogr {
    display: flex;
    flex-direction: column;
}
.linakcii.shagdva .leftblock {
    order: 2;
}
.linakcii.shagdva .rightblock {
    order: 1;
}
.linakcii.shagdva .kroknazv p {
    padding-top: 58px;
}
.linakcii.shagdva .kroktext p  {
    text-align: left;
}
.linakcii.shagdva .leftblock {
    text-align: center;
    padding-top: 70px;
}
.zagperemog {
    max-width: 100%;
    padding-top: 55px;
}
.page-template-page-vnutakciya .section.textgr {
        padding-bottom: 55px;
    }
.page-template-page-vnutakciya .rightblock.spisperem {
    border-left: none;
}
.page-template-page-vnutakciya .section.textgr .rightblock.spisperem {
    text-align: left;
}
.peremoga span {
    padding-left: 28px;
    padding-top: 63px;
    padding-bottom: 66px;
    border-bottom: none;
    border-top: 1px solid #dddcdc;
}
    .section.textgr .rightblock.spisperem {
        position: relative;
        padding-top: 50px;
    }
.avtor img {
    margin-right: 70px;
}
.lang-ru .menuha {
        padding-left: 0;
    }
.lang-ru .menuha ul li.instruk:before {
        right: -10px;
    }
.lang-ru .menuha ul li.instruk {
        margin-right: 0;
    }
.lang-ru .menuha a.btn {
        margin-left: 3px;
    }
.page-id-626 .vnut .hero-grid .rightblock img,
.page-id-594 .vnut .hero-grid .rightblock img {
    max-width: 435px;
}
.page-template-page-prokomp .vnut .hero-grid .leftblock {
        display: inline-block;
        width: 50%;
min-height: 400px;
    }
.page-template-page-prokomp .vnut .container.hero-grid:before,
.page-template-page-prokomp .vnut .hero-grid .ogr:after {
    height: 575px;
}
.page-template-page-prokomp .textgr .opis {
    max-width: 90%;
}
.page-template-page-prokomp .vnut .vporyan.dublyg {
    padding-top: 0;
}
.page-template-page-prokomp .textgr .vporyan.dublyg {
    padding-bottom: 85px;
}
.page-template-page-prokomp .section.textgr .rightblock:before {
        height: 100%;
    }
.doshero img {
    margin-top: 20px;
}
.page-template-page-prokomp .section.textgr {
 margin-top: 28px;
    }
.page-template-page-vntesti .vnut h1 {
    font-size: 50px;
}
    .page-template-page-vntesti .vnut .hero-grid .rightblock img {
        margin-left: 0;
max-width: 100%;
    }
}
@media (max-width: 1011px) {
.page-template-page-gde-kupit.vnut .hero-grid .rightblock img {
        max-width: 405px;
    }
.statii.vnut .zagolovkblok:before,
.statii.vnut .zagolovkblok .ogr:after {
    min-height: 505px;
    height: calc(100% + 110px);
}
}
@media (max-width: 890px) {
.ogr, .hero-grid .leftblock, .hero-grid .rightblock, #instruction .section-title, 
.portynka, .section.textgr .rightblock, #instruction .akkord,
.split .leftblock {
        max-width: 560px;
    }
.menuha ul li.instruk, .menuha ul li.dekup, .container.hero-grid:before  {
    display: none;
}
#menu .ogr {
        max-width: 100%;
    }
.hero-grid .ogr:after {
        width: 100%;
        left: 0;
        height: 1330px;
    }
.hero-grid .leftblock {
    display: block;
    width: auto;
    margin: auto;
    min-height: auto;
}
.zagolovk {
        position: relative;
        z-index: 1;
    }
    .opis {
        position: relative;
        z-index: 1;
        max-width: 95%;
        margin-top: 35px;
    }
    #instruction .linblock {
        padding-bottom: 70px;
        padding-top: 60px;
    }
.knopkisit {
    z-index: 1;
    margin: auto;
    text-align: center;
    line-height: 3.0;
    margin-top: 68px;
}
.menuha {
    float: right;
}
.hero-grid .rightblock {
    margin: auto;
    text-align: center;
    display: block;
}
    .blockfoto:before {
        right: 0;
        left: 0;
        margin: auto;
        top: 90px;
    }
    .hero-grid .rightblock {
        height: 672px;
    }
.split .leftblock, .split .rightblock {
        display: block;
        width: 100%;
        margin: auto;
        max-width: 560px;
    }
.split .section-title {
    padding-top: 63px;
}
.split .rightblock p {
    padding-top: 33px;
}
    .section.textgr .rightblock:before {
        width: 100%;
        left: 0;
        height: 1px;
        top: 219px;
    }
.section.textgr .rightblock {
    max-width: 100%;
}
.section.textgr .vporyan, .section.textgr .vporyan.dublyg {
        display: block;
        width: 100%;
        max-width: 560px;
        margin: auto;
        padding-left: 0;
    }
    .section.textgr .rightblock {
        padding-top: 52px;
    }
.section.textgr .vporyan.dublyg {
    padding-top: 48px;
}
.section.textgr .ogr {
    padding-bottom: 5px;
}
.section.fotto .ogr:before {
    display: none;
}
.section.fotto .section-title {
    display: none;
}
.section.fotto .knopkisit {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 380px;
    margin-top: 58px;
}
.section.fotto .rightblock {
    text-align: center;
    padding-bottom: 100px;
}
    .podtlink {
        margin-right: 0;
        display: block;
        margin-bottom: 25px;
    }
.vnut .section.textgr .ogr {
        max-width: 560px;
    }
.vnut h1 {
    font-size: 60px;
}
.gde-kupit-page.vnut .ogr {
    max-width: 100%;
}
.page-template-page-gde-kupit .vnut .hero-grid .leftblock {
        display: block;
        width: 100%;
        max-width: 560px;
    }
.page-template-page-gde-kupit .opis:before {
    height: 100%;
    top: 0;
}
.page-template-page-gde-kupit .hero-grid .knopkisit {
        margin-left: 20px;
    }
.page-template-page-gde-kupit .vnut .hero-grid .ogr:after, 
.page-template-page-gde-kupit .vnut .container.hero-grid:before {
        height: 965px;
    }
.page-template-page-gde-kupit .vnut .hero-grid .rightblock {
    width: 100%;
    text-align: center;
}
.vnut .hero-grid .rightblock img {
        margin-top: -20px;
        margin-left: -20px;
    }
.page-template-page-gde-kupit .vnut .portynka h2 {
        margin-top: 60px;
    }
    .page-template-page-gde-kupit .section.textgr .rightblock:before {
               display: none;
    }
.page-template-page-gde-kupit .section.fotto .rightblock img {
    margin-left: 0;
}
    .page-template-page-gde-kupit .section.fotto .section-title {
        display: block;
        padding-top: 210px;
max-width: 100%;
    }
.page-template-page-gde-kupit .section.fotto .rightblock img {
    width: 142px;
    position: absolute;
    top: -358px;
    left: 0;
    right: 0;
    margin: auto;
}
.page-template-page-gde-kupit .section.fotto {
    height: 450px;
}
.page-template-page-gde-kupit .section.fotto .leftblock {
    text-align: center;
}
.page-template-page-gde-kupit .section.fotto .knopkisit {
        top: 250px;
    }
.page-template-page-gde-kupit .section.textgr .linblock {
    padding-left: 20px;
}
    .page-template-page-testi .vnut .hero-grid .leftblock {
        display: block;
        width: 100%;
        max-width: 560px;
        margin-left: auto;
    }
.page-template-page-testi .opis:before {
    height: 100%;
}
.page-template-page-testi .vnut .hero-grid .ogr:after {
    height: 1135px;
}
    .page-template-page-testi .vnut .hero-grid .rightblock img {
        margin-top: -100px;
    }

.page-template-page-testi .test-buttons {
  display: flex;
  justify-content: center;   /* центр по горизонтали */
  align-items: center;       /* центр по вертикали */
  gap: 12px;                 /* расстояние между кнопками */
flex-direction: row;
}

/* Поменять порядок */
.page-template-page-testi .test-buttons .toggle-btn {
  order: 1; /* Показати опис — первый */
}

.page-template-page-testi .test-buttons .knopkisit {
  order: 2; /* Пройти тест — второй */
}
.page-template-page-testi .test-buttons .knopkisit {
margin-top: 58px;
}
.page-template-page-testi .vnut .hero-grid .rightblock {
    max-width: 100%;
    width: 100%;
}
.test-block .btn.toggle-btn {
    margin-left: 0;
}
.page-template-page-testi .opisanitex {
    max-width: 100%;
}
.page-template-page-testi .section.contents .ogr {
    max-width: 560px;
    margin-left: auto;
}
.page-template-page-testi .knopkisit {
        margin-top: 40px;
    }
.page-template-page-testi .vnut .section.textgr .ogr {
    max-width: 100%;
}
.page-template-page-testi .vnut .section.textgr h2,
.page-template-page-testi .vnut .section.textgr .test-description, 
.page-template-page-testi .vnut .section.textgr .test-buttons {
    max-width: 560px;
    margin: auto;
}
.page-template-page-testi .opisanitex {
    padding-bottom: 70px;
}
.vnut .portynka h2:after {
display: none;
}
.page-template-page-produkt .section.textgr .vporyan, 
.page-template-page-produkt .section.textgr .vporyan.dublyg {
        padding-left: 28px;
    }
.page-template-page-produkt .vnut .section.textgr .ogr {
    max-width: 100%;
}
.page-template-page-produkt .section.fotto .knopkisit {
left: 0;
        right: 0;
    }
.page-template-page-produkt .section.fotto .rightblock img {
    margin-left: -20px;
    }
.page-template-page-produkt .section.fotto .rightblock {
        text-align: center;
    }
.sosotynieakcii span {
    top: 10px;
    left: 0;
    transform: none;
    writing-mode: horizontal-tb;
    text-align: center;
    right: 0;
}
.sosotynieakcii {
        margin-right: 0;
        height: 44px;
    display: block;
    width: 100%;
    }
    .category-page .post-item {
        margin-bottom: 0;
        padding-bottom: 75px;
        border-left: none;
        border-right: none;
    }
.category .post-item {
    position: relative;
}
.category .post-views {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.category .post-rating {
    float: right;
    margin-right: 22px;
}
.category-page .post-date {
    margin-top: 25px;
    display: block;
}
.category-page h2.post-title {
    margin-bottom: 40px;
}

.archive .post-date {
    display: inline-block;
    margin-top: 0;
}
.opisanitex {
    max-width: 100%;
    overflow-wrap: break-word;
}
.statii.vnut .zagolovkblok:before {
    width: 100%;
            height: calc(100% + 170px);
    box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
}
    .statii.vnut .zagolovkblok:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 325px;
        width: 100%;
        height: 1px;
        border-top: 1px solid #dddcdc;
        display: block;
        z-index: 1;
    }
.statii.vnut .leftblock {
    display: block;
    width: 100%;
}
.statii.vnut .rightblock {
    width: 100%;
    display: block;
}
.statii.vnut .zagolovkblok .ogr:after {
    display: none;
}
    .avtor {
        margin-left: 0;
    }
.page-template-page-gde-kupit.page-id-594 .vnut .hero-grid .ogr:after, 
.page-template-page-gde-kupit.page-id-594 .vnut .container.hero-grid:before,
.page-template-page-gde-kupit.page-id-626 .vnut .hero-grid .ogr:after, 
.page-template-page-gde-kupit.page-id-626 .vnut .container.hero-grid:before {
        height: 865px;
    }
.page-id-594 .vnut .hero-grid .rightblock img, 
.page-id-626 .vnut .hero-grid .rightblock img {
    margin-top: 35px;
}
.page-id-594 .portynka,
.page-id-626 .portynka {
        padding-top: 84px;
    }
.page-template-page-gde-kupit.page-id-594 .section.fotto .rightblock img,
.page-template-page-gde-kupit.page-id-626 .section.fotto .rightblock img  {
        width: auto;
        position: relative;
        top: auto;
    }
    .page-template-page-gde-kupit.page-id-594 .section.fotto .section-title,
.page-template-page-gde-kupit.page-id-626 .section.fotto .section-title {
        display: none;
        padding-top: 210px;
        max-width: 100%;
    }
    .page-template-page-gde-kupit.page-id-594 .section.fotto,
.page-template-page-gde-kupit.page-id-626 .section.fotto {
        height: 550px;
    }
    .page-template-page-gde-kupit.page-id-594 .section.fotto .knopkisit,
.page-template-page-gde-kupit.page-id-626 .section.fotto .knopkisit {
        top: 350px;
    }
    .page-template-page-prokomp .vnut .hero-grid .leftblock {
        display: block;
        width: 100%;
        min-height: auto;
    }
.page-template-page-prokomp .opis:before {
    height: 100%;
    top: 0;
}
.page-template-page-prokomp .vnut .hero-grid .rightblock img {
        margin-top: 20px;
        margin-left: auto;
        max-width: 365px;
    }
    .page-template-page-prokomp .vnut .container.hero-grid:before, .page-template-page-prokomp .vnut .hero-grid .ogr:after {
        height: 655px;
    }
.doshero {
    margin-top: 60px;
}
.page-template-page-prokomp .doshero h2,
.page-template-page-prokomp .doshero p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-page-prokomp .vnut .section.textgr .ogr {
        max-width: 100%;
    }
    .page-template-page-prokomp .section.textgr .rightblock:before {
        height: 1px;
    }
.blogod .leftblock, .blogod .rightblock {
    display: block;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-page-text .opisanitex {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
    .page-template-page-vntesti .vnut .hero-grid .leftblock {
        display: block;
        width: 100%;
    }
.page-template-page-vntesti .vnut .hero-grid .ogr:after, 
.page-template-page-vntesti .vnut .container.hero-grid:before {
    height: 100%;
}
.page-template-page-vntesti .vnut .hero-grid .leftblock {
    min-height: auto;
}
.page-template-page-vntesti .container.hero-grid .ogr {
    border-bottom: none;
    padding-bottom: 80px;
}
    .page-template-page-vntesti .vnut .hero-grid .rightblock img {
        margin-left: auto;
        max-width: 465px;
        margin-top: -30px;
    }
.page-template-page-vntesti .opisanitex {
        max-width: 560px;
        margin: auto;
padding-top: 0;
        margin-top: -40px;
padding-bottom: 40px;
    }
.page-template-page-vntesti .vnut .hero-grid .rightblock {
    width: 560px;
}
.gde-kupit-page.vnut .test-header .ogr,
.gde-kupit-page.vnut form .ogr,
.gde-kupit-page.vnut #resultBlock .ogr {
    max-width: 560px;
}
.page-template-page-testvmd-php .knopkatest {
    text-align: left;
    max-width: 560px;
    margin: auto;
}
.page-template-page-testvmd-php #resultBlock {
    padding-bottom: 80px;
}
} 
.breadcrumbs {
    position: relative;
    z-index: 1;
}
@media (max-width: 615px) {
.breadcrumbs {
    margin-bottom: 34px;
 margin-top: 14px;
}
.ogr, .hero-grid .leftblock, .hero-grid .rightblock, #instruction .section-title, 
.portynka, .section.textgr .rightblock, #instruction .akkord {
                max-width: 365px;
        width: 100%;
    }
.logo {
    width: 40%;
}
    .zagolovk {
        font-size: 72px;
    }
.akkordzag {
    font-size: 20px;
}
.section-title {
    font-size: 34px;
}
.akkordzag span {
    font-size: 20px;
}
.akkordzag span:before, .bubkabt:before {
    width: 42px;
    height: 41px;
}
.bubkabt {
    margin-top: 6px;
    display: block;
}
.bubkabt:before {
top: -5px;
}
    .section.fotto .rightblock img {
        max-width: 365px;
        width: 100%;
margin-top: 0;
    }
.vporyan {
    font-size: 20px;
}
.bubkabt {
    font-size: 20px;
}
.fullscreen-nav {
    display: block;
    align-items: normal;
    max-width: 90%;
    margin: auto;
    margin-top: 89px;
}
#menu-header-menu, #menu-header-menu-2 {
    display: block;
}
#menu-header-menu li, #menu-header-menu-2 li {
    display: block;
}
.fullscreen-nav .lang-item-first {
    margin-left: 20px;
}
.menu-title {
    font-size: 36px;
}
.menu-close {
    top: 0;
}
.hero-grid .leftblock {
    margin-left: 10px;
        max-width: 97%;
        width: 100%;
}
.zagolovk {
        padding-left: 0;
    }
    .opis {
        margin-left: 0;
       
    }
.hero-grid .leftblock .knopkisit {
    margin-left: 20px;
}
.blockfoto:before {
        width: 100%;
        max-width: 306px;
        margin-left: 0;
        left: 18px;
    }
.hero-grid .rightblock {
    padding-left: 10px;
}
.akkordzag:before {
    left: 10px;
}
.akkordzag {
        margin-left: 0;
    }



    .ogr, #instruction .section-title, .portynka, .section.textgr .rightblock, #instruction .akkord 
 {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
.split .leftblock, .split .leftblock, .split .rightblock {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
}
.hero-grid .rightblock {
    padding-left: 10px;
}

    .logo, #instruction .section-title {
        padding-left: 10px;
    }
#instruction .section-title {
    max-width: 97%;
}
    
        .opis {
max-width: 329px;
    }

.opis:before {
    height: 100%;
    top: 3px;
}
    .blockfoto:before {
        width: 100%;
        max-width: 306px;
    }

.split .section-title {
        
        margin-left: 10px;
        max-width: 97%;
    }
.split .rightblock p, .portynka p {
    
    max-width: 97%;
    margin-left: 10px;
}
.portynka h2 {
    
    padding-left: 10px;
}
.small-muted p {
    max-width: 97%;
    margin-left: 10px;
}
.podtlink {
        margin-left: 10px;
    }
.section.textgr .vporyan, .section.textgr .vporyan.dublyg {
        max-width: 97%;
        margin-left: 10px;
    }
.portynka .bubkabt {
    margin-left: 30px;
}
.section.fotto .knopkisit {
        top: 270px;
    }
.section.fotto .split .ogr {
    padding-bottom: 0;
}
.section.fotto .rightblock {
        padding-bottom: 80px;
    }
.section.fotto .rightblock img {
        margin-top: -30px;
    }
.izgotmark {
    right: 43px;
}
 .menuha a.btn {
        margin-left: 0;
    }
    #instruction .section-title, .split .section-title {
        font-size: 33px;
        margin-left: 0;
        max-width: 97%;
padding-left: 0;
text-align: left;
    }

    .akkordzag {
        margin-left: 10px;
    }
.split .rightblock p, .portynka p, .portynka .skrittekst h3 {
    font-size: 20px;
    max-width: 97%;
    margin-left: 10px;
}
.portynka h2 {
    font-size: 34px;
    padding-left: 10px;
}
.small-muted p {
    max-width: 97%;
    margin-left: 10px;
}
.podtlink {
        margin-left: 10px;
    }
.section.textgr .vporyan, .section.textgr .vporyan.dublyg {
        max-width: 90%;
        margin-left: 31px;
    }
.portynka .bubkabt {
    margin-left: 60px;
}
    .hero-grid .rightblock {
        height: 572px;
    }
.hero-grid .ogr:after {
        height: 1220px;
    }
    .section.textgr .rightblock:before {
        top: 179px;
    }
    .vnut .hero-grid .leftblock {
        max-width: 97%;
    }
.vnut h1 {
    font-size: 48px;
}
.accordion-item .title-text, .accordion-item .title-wrap {
    font-size: 20px;
    font-family: 'Mont', Arial, sans-serif;
}
.accordion-item {
    margin-left: 10px;
}
.insrukciya-page.vnut .hero-grid .leftblock {
    padding-bottom: 40px;
}
.page-template-page-insrukciya .section.textgr .leftblock {
    width: 100%;
    padding-bottom: 0;
}
.vnut .opis {
    margin-top: 0;
}
    .page-template-page-gde-kupit .vnut .hero-grid .ogr:after, .page-template-page-gde-kupit .vnut .container.hero-grid:before {
        height: 920px;
    }
.page-template-page-gde-kupit .vnut .hero-grid .rightblock {
                max-width: 95%;
        margin-left: 0;
    }
.page-template-page-gde-kupit .section.fotto .leftblock {
        text-align: center;
    }
    .page-template-page-gde-kupit .section.textgr .linblock {
        padding-left: 0;
    }
    .vnut .hero-grid .rightblock img {
        margin-top: -41px;
        max-width: 400px;
    }
    .page-template-page-gde-kupit .vnut .portynka h2 {
        margin-top: 16px;
    }
.page-template-page-gde-kupit .section.textgr .leftblock {
        padding-bottom: 0;
        border-bottom: none;
    }
.page-template-page-gde-kupit .vnut .textgr .rightblock:before {
display: block;
        height: 1px;
        width: 100%;
        left: 0;
}
.page-template-page-gde-kupit .section.fotto .knopkisit {
        margin-left: 31px;
    }
.page-template-page-gde-kupit .section.fotto .ogr {
    max-width: 365px;
margin: auto;
}
    .page-template-page-gde-kupit .vnut .hero-grid .leftblock {
        width: 97%;
    }
.page-template-page-testi .vnut .hero-grid .rightblock {
padding-left: 0;
}
.page-template-page-testi .opis {
        max-width: 95%;
    }
.page-template-page-testi .vnut .hero-grid .leftblock {
    min-height: 470px;
}
    .page-template-page-testi .vnut .hero-grid .ogr:after {
        height: 1028px;
    }
.category-header h1 {
    max-width: 97%;
    margin-left: 10px;
}
.category-header .breadcrumbs {
    padding-bottom: 34px;
    margin-left: 10px;
}
.samaakci {
    display: block;
    max-width: 97%;
    margin-left: 10px;
}
.pagination {
    max-width: 97%;
    margin-left: 10px;
}
.vnut.is-result .hero-grid .leftblock {
    padding-bottom: 0 !important;
}
.conttext {
    padding-top: 31px;
    padding-bottom: 50px;
        margin-left: 10px;
}
.page-template-page-vnutakciya .vnut .hero-grid .rightblock {
    max-width: 97%;
}
    .kroknazv p {
      
        margin-left: 10px;
    }
.kroktext {
    margin-left: 10px;
}
    .zagperemog {
        margin-left: 10px;
    }
.page-template-page-vnutakciya .bubkabt  {
        margin-left: 42px;
    }
.archive .post-item {
    padding-left: 10px;
}
.statii.vnut h1, .statii.vnut .post-date, .statii.vnut .breadcrumbs,
.mettavnut {
    margin-left: 10px;
}
    .avtor {
        margin-left: 10px;
margin-top: 95px;
    }
    .opisanitex, .page-template-page-text .opisanitex {
        max-width: 85%;
        margin-left: 10px;
    }
.page-id-594 .vnut .hero-grid .rightblock img, 
.page-id-626 .vnut .hero-grid .rightblock img {
        margin-top: 15px;
        max-width: 335px;
    }
    .page-template-page-gde-kupit.page-id-594 .section.fotto .knopkisit, 
.page-template-page-gde-kupit.page-id-626 .section.fotto .knopkisit {
        top: 270px;
    }
    .page-template-page-gde-kupit.page-id-594 .section.fotto .rightblock img, 
.page-template-page-gde-kupit.page-id-626 .section.fotto .rightblock img {
    margin-top: -25px;
    }
    .page-template-page-gde-kupit.page-id-594 .section.fotto, .page-template-page-gde-kupit.page-id-626 .section.fotto {
        height: 450px;
    }
    .page-template-page-prokomp .vnut .hero-grid .rightblock img {
        margin-top: -5px;
    }
    .page-template-page-prokomp .vnut .container.hero-grid:before, .page-template-page-prokomp .vnut .hero-grid .ogr:after {
        height: 685px;
    }
.doshero h2 {
    padding-top: 55px;
}
    .page-template-page-vntesti .vnut .hero-grid .rightblock {
        width: 100%;
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        padding-left: 0;
    }
    .page-template-page-vntesti .opisanitex {
        max-width: 97%;
        margin-left: 10px;
    }
    .page-template-page-vntesti .vnut h1 {
        font-size: 48px;
    }
    .gde-kupit-page.vnut .test-header .ogr, .gde-kupit-page.vnut form .ogr {
        max-width: 97%;
        margin-left: 10px;
    }
.gde-kupit-page.vnut #resultBlock .ogr {
    max-width: 97%;
    margin-left: 10px;
}
#resultBlock {
    padding-bottom: 80px;
}
    .page-template-page-testvmd-php .knopkatest {
        max-width: 97%;
        margin-left: 10px;
        padding-top: 25px;
    }
.page-template-page-testvmd-php #resultBlock {
    padding-bottom: 50px;
}
}
@media (max-width: 580px) {
.page-template-page-testi .vnut .hero-grid .leftblock {
        margin-left: 0;
        padding-left: 10px;
        width: 97%;
    }
.page-template-page-testi .vnut .section.textgr h2,
.page-template-page-testi .vnut .section.textgr .test-description {
    max-width: 97%;
    margin-left: 0;
    padding-left: 10px;
}
.page-template-page-testi .vnut .section.textgr .test-buttons {
    max-width: 100%;
    margin-left: 0;
flex-direction: column;
}
    .page-template-page-testi .test-buttons .knopkisit {
        margin-top: 40px;
    }
.test-block {
    padding-top: 50px;
    padding-bottom: 56px;
}
    .page-template-page-testi .opisanitex {
        padding-bottom: 50px;
max-width: 97%;
        padding-left: 10px;
    }
.page-template-page-testi .section.textgr, .page-template-page-testi .vnut .section.textgr .ogr {
        border-top: none;
    }
.linakcii img {
    max-width: 320px;
}
    .page-template-page-prokomp .doshero h2, 
.page-template-page-prokomp .doshero p,
.blogod .leftblock, .blogod .rightblock {
        max-width: 97%;
        margin-left: 10px;
        margin-right: auto;
    }
}
@media (max-width: 555px) {
.question-block {
    padding-right: 27px;
    margin-right: 22px;
}
}
@media (max-width: 530px) {
.archive  .post-date {
    margin-right: 58px;
}
.archive .post-rating {
    margin-right: 20px;
}
}
@media (max-width: 500px) {
#step-desc {
    font-size: 32px;
}
.test-header:after {
    height: calc(100% + 70px);
}
.question-block {
    margin-top: -10px;
}
.question-block {
        padding-right: 0;
        margin-right: 0;
        border: none;
        display: block;
    }
.knopkatest {
    padding-top: 25px;
    text-align: left;
}
.severity-block {
    margin-top: 0;
}
.test-header {
    min-height: auto;
    padding-bottom: 70px;
}
}
@media (max-width: 480px) {
    .vremya small {
        font-size: 20px;
    }
.archive  .post-date {
    margin-right: 28px;
}
.archive .post-rating {
    margin-right: 20px;
}
    .page-template-page-vntesti .vnut .hero-grid .rightblock img {
        max-width: 365px;
        margin-top: -60px;
    }
    .page-template-page-vntesti .container.hero-grid .ogr {
        padding-bottom: 40px;
    }
    .page-template-page-prokomp .vnut .hero-grid .rightblock img {
        max-width: 300px;
    }
    .doshero {
        margin-top: 20px;
    }
.page-template-page-prokomp .doshero {
        margin-top: 60px;
    }
.statii.vnut .zagolovkblok:after {
        bottom: 350px;
    }
.page-template-page-produkt .section.textgr .vporyan, .page-template-page-produkt .section.textgr .vporyan.dublyg {
        width: auto;
}
.page-template-page-testkstar .step {
    padding-top: 25px;
}
.test-header .ogr {
    padding-top: 25px;
}
    .test-header {
        padding-bottom: 55px;
    }
}
@media (max-width: 433px) {
.page-template-page-testi .vnut .hero-grid .rightblock {
    margin-bottom: -30px;
}
.category-page h2.post-title {
    font-size: 30px;
}
}

@media (max-width: 400px) {
    .ogr, #instruction .section-title, .portynka, .section.textgr .rightblock, #instruction .akkord, .split .leftblock, .split .leftblock, .split .rightblock {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .page-template-page-vnutakciya .bubkabt {
        margin-left: 32px;
    }
.conttext li {
    overflow-wrap: break-word;
}
.hero-grid .rightblock {
    padding-left: 10px;
}

    .logo, #instruction .section-title {
        padding-left: 10px;
    }
#instruction .section-title {
    max-width: 97%;
}
    
        .opis {
max-width: 329px;
    }

.opis:before {
    height: 100%;
    top: 3px;
}
    .blockfoto:before {
        width: 100%;
        max-width: 306px;
    }

.split .section-title {
        
        margin-left: 10px;
        max-width: 97%;
    }
.split .rightblock p, .portynka p, .portynka .skrittekst h3 {
    
    max-width: 97%;
    margin-left: 10px;
}
.portynka h2 {
    
    padding-left: 10px;
}
.small-muted p {
    max-width: 97%;
    margin-left: 10px;
}
.podtlink {
        margin-left: 10px;
    }
.section.textgr .vporyan, .section.textgr .vporyan.dublyg {
        max-width: 97%;
        margin-left: 10px;
    }
.portynka .bubkabt {
    margin-left: 30px;
}
.section.fotto .knopkisit {
        top: 270px;
    }
.section.fotto .split .ogr {
    padding-bottom: 0;
}
.section.fotto .rightblock {
        padding-bottom: 80px;
    }
.section.fotto .rightblock img {
        margin-top: -30px;
    }
.izgotmark {
    right: 43px;
}
 .menuha a.btn {
        margin-left: 0;
    }
    #instruction .section-title, .split .section-title {
        font-size: 33px;
        margin-left: 10px;
        max-width: 97%;
padding-left: 0;
    }

    .akkordzag {
        margin-left: 10px;
    }
.split .rightblock p, .portynka p, .portynka .skrittekst h3 {
    font-size: 20px;
    max-width: 97%;
    margin-left: 10px;
}
.portynka h2 {
    font-size: 34px;
    padding-left: 10px;
}
.small-muted p {
    max-width: 97%;
    margin-left: 10px;
}
.podtlink {
        margin-left: 10px;
    }
.section.textgr .vporyan, .section.textgr .vporyan.dublyg {
        max-width: 90%;
        margin-left: 41px;
    }
.portynka .bubkabt {
    margin-left: 60px;
}
    .hero-grid .rightblock {
        height: 572px;
    }
.hero-grid .ogr:after {
        height: 1220px;
    }
    .section.textgr .rightblock:before {
        top: 179px;
    }
.section.textgr .rightblock, .section.textgr .leftblock {
    max-width: 97%;
}
    .section.fotto .rightblock {
        max-width: 95%;
    }
.section.fotto .rightblock img {
    width: 100%;
    max-width: 306px;
    margin-left: 0;
        text-align: left;
}
.section.fotto .leftblock {
    margin-left: 0;
    max-width: 97%;
    width: 100%;
        text-align: left;
}
.section.fotto .knopkisit {
        z-index: 3;
       
left: 0;
    }
.accordion-title {
    padding-left: 30px;
}
}
@media (max-width: 399px) {
    .hero-grid .rightblock {
    max-width: 95%;
}
.section.textgr .rightblock, .section.textgr .leftblock {
    max-width: 97%;
}
}
.page-template-page-gde-kupit .section.fotto .ogr:before {
    display: none;
}
@media (max-width: 399px) {
.vnut .hero-grid .rightblock img {
        margin-top: -61px;
        max-width: 350px;
        margin-left: -10px;
    }
}
@media (max-width: 391px) {
.page-template-page-testi .vnut .hero-grid .rightblock {
    margin-bottom: -60px;
}
.archive  .post-date {
    margin-right: 18px;
}
.archive .post-rating {
    margin-right: 18px;
}
}
@media (max-width: 366px) {
    .page-template-page-testi .vnut .hero-grid .ogr:after {
        height: 1058px;
    }
.page-id-594 .vnut .hero-grid .rightblock img, .page-id-626 .vnut .hero-grid .rightblock img {
        margin-top: 15px;
        max-width: 285px;
        margin-bottom: 25px;
    }
}
@media (max-width: 361px) {
    .page-template-page-testi .vnut .hero-grid .ogr:after {
                height: 103%;
    }
}
.skrittekst p {
    padding-bottom: 15px;
}
.skrittekst li, .skrittekst h3  {
    font-size: 24px;
}
#tocmenu li, .perecspis {
    list-style: none;
font-size: 24px;
padding-bottom: 15px;
}
.psevdo  {
    display: inline-block;
font-weight: 600;
    padding-right: 15px;
}
#tocmenu {
    max-width: 49%;
}
.perecentest {
    padding-top: 55px;
    border-top: 1px solid #dddcdc;
}
.spisok .ogr:before {
  display: none;
}
.perecspis {
    font-size: 36px;
}
@media (max-width: 890px) {
    .gde-kupit-page.vnut .spisok .ogr {
        max-width: 560px;
    }
#tocmenu {
    max-width: 100%;
    margin-left: 0;
    padding-left: 15px;
}
}
@media (max-width: 615px) {
 .gde-kupit-page.vnut .spisok .ogr {
        max-width: 97%;
padding-left: 10px;
    }
}



.bmi-modal{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:9999;
}

.bmi-modal.active{
    display:flex;
    align-items:center;
    justify-content:center;
}

.bmi-modal-content{
    background:#fff;
    padding:30px;
    border-radius:20px;
    max-width:450px;
    width:90%;
    position:relative;
}

.bmi-close{
    position:absolute;
    right:20px;
    top:15px;
    font-size:30px;
    cursor:pointer;
}

.bmi-open-btn{
    width:100%;
}
#openBmiModal {
    width: auto;
    padding: 10px;
    border: 1px solid #4a4848;
    border-radius: 5px;
    background: #f8c600;
    display: block;
    margin-top: 35px;
    cursor: pointer;
}
.bmi-modal-content input {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}
#calcBmi {
    width: 100%;
    background: #f8c600;
    border: none;
    border-radius: 5px;
    height: 35px;
    font-size: 16px;
    margin-bottom: 20px;
}
#resultText p {
    font-size: 18px;
}
.attention {
    margin-top: 55px;
    font-weight: normal;
}
.attention p  {
    margin-bottom: 15px;
}

.pum-theme-611 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    right: 0!important;
    top: 0!important;
    color: black!important;
    font-size: 40px!important;
    background-color: #f8c600!important;
height: 38px!important;
}
.wpcf7-submit {
    width: 100%;
    background: #f8c600;
    border: none;
    margin-top: 25px;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
}
.portynka .skrittekst li, .portynka .skrittekst h3 {
    font-size: 20px;
}
.opisanitex iframe {
    width: 100%!important;
}