@charset "UTF-8";

/*Правка очистил css/
/*Правлю дома 21.12.2025 в ветке yv-club

/* ============================
1. БАЗОВЫЕ СТИЛИ
============================ */
.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

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

abbr,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

img {
    max-width: 100%
}

body,
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 68, 255, 0.3);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 68, 255, 0.3);
    box-shadow: 0 0 20px 3px rgba(0, 68, 255, 0.3)
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: Montserrat, 'Open Sans', Arial, sans-serif;
    color: #1F1F1F;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    background-color: #F4F4F4
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #E5E7EB
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #0673E6
}

img,
video {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.d-n {
    display: none
}

.d-b {
    display: block
}

.d-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ttu {
    text-transform: uppercase
}

.ta-c {
    text-align: center
}

.ov-h {
    overflow: hidden
}

.ov-s {
    overflow: scroll
}

.black {
    color: #000
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background-color: #483eff;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 40px;
    text-transform: uppercase;
    line-height: 1
}

.btn:active,
.btn:focus,
.btn:hover {
    background-color: #3126f5;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s
}

.button-testing.button-actions{
margin-top: 100px;

}

.button-home.button-actions{
margin-top: 100px;
}



.button-actions{
    display: flex;
    justify-content: flex-end; /* выравнивает все элементы по левому краю */
    align-items: center;
    gap: 1rem;
    
    margin-right: 20px;
}

.card__button,
.return_button {
  
    align-self: center;
    margin-top: auto;
    padding: 15px 40px;
   border-radius: 5px;
}




.btn_testing{

    align-items: flex-end;
}

.main-heading,
.page-heading {
    font-size: 48px;
    font-weight: 900;
    color: #1F2937;
    text-transform: uppercase
}

.main-heading_404 {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
    font-size: 6vw
}

.page-heading {
    font-size: 36px
}

.link-more {
    font-weight: 600;
    font-size: 16px;
    padding-right: 35px;
    display: inline-block;
    color: #0673E6;
    background-image: url(../img/icons/arrow_blue.png);
    -webkit-background-size: 21px 10px;
    -moz-background-size: 21px 10px;
    background-size: 21px 10px;
    background-repeat: no-repeat;
    background-position: right center
}

.link-more:active,
.link-more:focus,
.link-more:hover {
    color: #000000;
    background-image: url(../img/icons/arrow_black.png)
}

.link-more_inverse {
    background-image: url(../img/icons/arrow_white.png)
}

.link-more_inverse_sales {
    background-image: url(../img/icons/arrow_black.png)
}

.price {
    font-size: 48px;
    font-weight: 800;
    color: #fff
}

.price__unit {
    color: #999;
    font-size: .375em;
    font-weight: 400
}

.main-content {
    max-width: 1920px;
    margin: 0 auto;
}

.inner .main-content {
    background-image: url(../img/inner_bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 140px
}


.inner .cards {
    background-image: unset
}

.inner .cards__h {
    margin-bottom: 45px
}

.like {
    padding-left: 20px;
    background-image: url(../img/svg/like.svg);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px;
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative
}

.like svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.like path {
    fill: #666
}

.like.like_liked,
.like:active,
.like:focus,
.like:hover {
    color: #4053D4
}

.like.like_liked path,
.like:active path,
.like:focus path,
.like:hover path {
    fill: #4053D4
}

.wp-block-table {
    margin: 0 0 20px
}

.main-header {
    width: 100%;
    padding-top: 20px;
    /* background: transparent; */
    background: -webkit-linear-gradient(90deg, #1862eb, #0673e6, #2a82dd);
    background: linear-gradient(90deg, #1862eb, #0673e6, #2a82dd);
    /* background: linear-gradient(135deg, #6c82c0 0%, #3368d8 50%, #478cfa 100%); */
    height: 85px;
    margin-bottom: -100px;
    position: relative;
    z-index: 2
}

.inner .main-header {
    border-bottom: 1px solid #ffffff
}

.bdb_footer.main-header {
    background: #1F2937;
    border-bottom: none;
}

.main-header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-header__logolink,
.main-header__logolink img {
    display: block
}

.main-header__widget {
    margin-left: 30px
}

.main-header__widget.active {
    display: block;
    position: absolute;
    z-index: 999999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0
}

.main-header__mobile {
    display: none;
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    border-top: 2px solid #ffffff;
    position: relative;
    z-index: 999999
}

.main-header__mobile:after,
.main-header__mobile:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 2px solid #ffffff
}

.main-header__mobile:before {
    top: 50%;
    margin-top: -2px
}

.main-header__mobile:after {
    bottom: 0
}

.main-header__mobile:hover,
.main-header__mobile:hover:after,
.main-header__mobile:hover:before {
    border-top-color: #fffe00;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.main-header__mobile.closer {
    border-top-color: transparent
}

.main-header__mobile.closer:after {
    top: 50%;
    margin-top: -2px;
    -webkit-transform-origin: 12.5px 1px;
    -moz-transform-origin: 12.5px 1px;
    -ms-transform-origin: 12.5px 1px;
    -o-transform-origin: 12.5px 1px;
    transform-origin: 12.5px 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-header__mobile.closer:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-navigation {
    margin: 0 10px
}

.main-navigation.active {
    margin: 0;
    display: block;
    position: fixed;
    z-index: 999998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow: auto
}

.main-navigation.active .main-navigation__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    top: 20%
}

.main-navigation.active .main-navigation__list li {
    margin: 0
}

.main-navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.main-navigation__list li {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent
}

.main-navigation__list a {
    color: #ffffff
}

.main-navigation__list li.active,
.main-navigation__list li.current-menu-item,
.main-navigation__list li:hover {
    border-bottom-color: #ffffff
}



.widget-contacts {
    display: block
}

.widget-contacts__phone {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 35px;
    background-image: url(../img/svg/phone.svg);
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: right center
}

.widget-contacts__phone:active,
.widget-contacts__phone:focus,
.widget-contacts__phone:hover {
    color: #777;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.widget-contacts.active .widget-contacts__phone {
    font-size: 18px
}

.widget-contacts__address {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #999;
    font-size: 12px
}

.footer .widget-contacts__phone {
    padding-right: 0;
    padding-left: 35px;
    background-position: left center
}

.widget-contact-mail {
    font-size: 12px
}

.widget-contact-mail a {
    color: #999;
    text-decoration: underline
}

.widget-contact-mail a:active,
.widget-contact-mail a:focus,
.widget-contact-mail a:hover {
    color: #fff;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.widget-social-links {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border: 1px solid #18191b;
    position: relative
}

.widget-social-links svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.widget-social-links+.widget-social-links {
    margin-left: 15px
}

.widget-social-links:active path,
.widget-social-links:focus path,
.widget-social-links:hover path {
    fill: #fdfdfd;
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    -moz-transition: fill .5s;
    transition: fill .5s
}

.widget-address,
.widget-email,
.widget-phone,
.widget-working-time {
    font-size: 16px;
    color: #1F1F1F;
    padding-left: 30px;
    position: relative
}

.widget-address:after,
.widget-email:after,
.widget-phone:after,
.widget-working-time:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: none;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0497ff7a;
    background-repeat: no-repeat;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px;
    background-size: 15px;
    background-position: center
}

.widget-address:after {
    background-image: url(../img/svg/placeholder-for-map.svg)
}

.widget-working-time:after {
    background-image: url("../img/svg/clock (2).svg")
}

.widget-phone:after {
    background-image: url(../img/svg/smartphone.svg)
}

.widget-email:after {
    background-image: url(../img/svg/mail.svg)
}

/* === Виджет статистики ===*/
.site-stats-card {
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  padding: 2px 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  font-family: system-ui, sans-serif;
  font-size: 9px;
  color: #333;
  text-align: center;
  background: #dedede;
  background: linear-gradient(263deg, rgba(222, 222, 222, 0.98) 0%, rgba(235, 235, 235, 1) 100%);
}

.site-stats-card .stats-title {
  font-weight: 600;
  color: #2a2a2a;
  white-space: nowrap;
}

.site-stats-card .stats-item {
  text-align: left;
}

.site-stats-card span {
  font-weight: 600;
  color: #1a73e8; /* синий акцент */
}

.footer {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #1F2937;
    color: #FFFFFF;
}

.footer .main-header {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 35px
}

.footer .main-header__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .main-header__widget {
    margin: 20px 0 0
}

.main-header .slogan {
    color: #FFFFFF;
}

.footer .slogan {
    color: #fff;
    font-weight: 400;
    font-size: 11px
}

.footer .main-header__widget,
.footer .main-navigation {
    display: block
}

.main-footer {
    border-top: 1px solid #1f2021;
    padding-top: 35px
}

.main-footer__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-footer__widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(33.333333333333336% - 20px);
    width: -moz-calc(33.333333333333336% - 20px);
    width: calc(33.333333333333336% - 20px);
    margin-top: 30px;
    color: #999
}

.main-footer__widget_copyright {
    font-size: 12px
}

.main-footer__widget_social {
    display: flex;
    flex-wrap: nowrap;
    text-align: right
}

.main-footer__widget_social-banner{
    display: flex;            
    justify-content: space-between; 
    align-items: center;       
    gap: 15px;                
    flex-wrap: nowrap;        
}

.main-footer__widget_banner {
    display: flex;
    justify-content: flex-end; 
    align-items: flex-start;
    width: 50%;
}


.main-footer__widget_banner .textwidget {
    display: flex;
    justify-content: flex-end;  
    align-items: center;        
}

.modal {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    display: none
}

.modal.active {
    display: block
}

.modal .wrapper {
    position: relative;
    height: 100vh
}

.modal__closer {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: transparent;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.modal__closer:after,
.modal__closer:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #fff;
    top: 50%;
    width: 100%;
    left: 0
}

.modal__closer:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__closer:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal__closer:active:after,
.modal__closer:active:before,
.modal__closer:focus:after,
.modal__closer:focus:before,
.modal__closer:hover:after,
.modal__closer:hover:before {
    border-bottom-color: #4053D4;
    -webkit-transition: border-bottom-color .5s;
    -o-transition: border-bottom-color .5s;
    -moz-transition: border-bottom-color .5s;
    transition: border-bottom-color .5s
}

.modal-content {
    -webkit-box-shadow: 0 0 15px 3px #777;
    -moz-box-shadow: 0 0 15px 3px #777;
    box-shadow: 0 0 15px 3px #777;
    padding: 40px 10px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    width: 90%;
    max-width: 800px;
    overflow: auto;
    background-color: #000
}

.modal-content__h {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px
}

.modal-form__form {
    text-align: center
}

.modal-form__form p {
    margin-bottom: 20px
}

.modal-form__form input {
    width: 80%;
    margin: 0 auto;
    border: none;
    display: block;
    font: inherit;
    background-color: #1f2021;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px
}

.modal-form__form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px
}

.modal-form__form input::-moz-placeholder {
    color: #ccc;
    font-size: 16px
}

.modal-form__form input:-ms-input-placeholder {
    color: #ccc;
    font-size: 16px
}

.modal-form__form input::-ms-input-placeholder {
    color: #ccc;
    font-size: 16px
}

.modal-form__form input::placeholder {
    color: #ccc;
    font-size: 16px
}

.breadcrumbs {
    margin: 0 0 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    background-color: #F8FAFC;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    padding: 5px;
    transition: all 0.3s ease;
}

.breadcrumbs>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.breadcrumbs__item {
    font-size: 14px;
    padding-right: 5px
}

.breadcrumbs__item:last-child a {
    color: #999
}

.breadcrumbs__item:last-child a:active,
.breadcrumbs__item:last-child a:focus,
.breadcrumbs__item:last-child a:hover {
    color: #1F1F1F;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.breadcrumbs__item+.breadcrumbs__item:before {
    content: '/';
    color: #1F1F1F
}

.breadcrumbs__item a:active,
.breadcrumbs__item a:focus,
.breadcrumbs__item a:hover {
    color: #f7f7f7;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.breadcrumbs a,
.breadcrumbs__link {
    color: #4053D4;
    margin: 0 5px
}

.breadcrumbs a.home,
.breadcrumbs__link.home {
    margin-left: 0
}

.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover,
.breadcrumbs__link:active,
.breadcrumbs__link:focus,
.breadcrumbs__link:hover {
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    color: #d3d3d3
}

.breadcrumbs .current-item {
    color: #1F1F1F
}

.breadcrumbs .current-item:active,
.breadcrumbs .current-item:focus,
.breadcrumbs .current-item:hover {
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    color: #1F1F1F
}

.post.post-voters-path.current-item::before,
.post.post-page.current-item::before,
.post.post-post.current-item::before,
.post.post-role.current-item::before,
.post.post-a_v_course.current-item::before, 
.archive.post-next-elections-archive.current-item::before,
.archive.post-akims-archive.current-item::before,
.archive.post-voters-path-archive.current-item::before,
.archive.post-kalendar-plan-archive.current-item::before,
.archive.post-a_v_course-archive.current-item::before{
    content: "\00A0";
}

.navigation.pagination {
    margin-top: 50px;
    display: block;
    width: 100%;
    background: #04baf1;
    padding: 2px 0;
    border-radius: 10px;
}

.navigation.pagination {
    color: #ffffff;
    font-weight: bold;
}

.navigation.pagination .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.navigation.pagination .page-numbers {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    background-color: transparent;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:active,
.navigation.pagination .page-numbers:focus,
.navigation.pagination .page-numbers:hover {
    background-color: #2563eb
}

.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
    display: none
}

.page-numbers+.page-numbers {
    margin-left: 10px
}

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

.banner {
    text-align: center;
    height: 100vh;
    background-image: url(../img/index__firstScreen_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

.banner__link {
    position: absolute;
    bottom: 12.4vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e5e7eb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.about__background {
   background: #ffffff;
   padding: 30px;
}

.about_background_tik{
    background-color: #ffffff;
}

.bdb_about_block_tik {
    background-color: #e5e7eb;
}

.about__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__wrap {
    width: -webkit-calc(41.66666666666667% - 20px);
    width: -moz-calc(41.66666666666667% - 20px);
    width: calc(41.66666666666667% - 20px)
}

.about__h {
    margin-bottom: 40px;
    text-align: left
}

.about__text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 55px;
    text-align: left
}
.about__thumb_end, 
.about__thumb {
    background-color: #4053D4;
    margin-right: 20px;
    margin-top: 20px
}
.about__thumb_end img,
.about__thumb img {
    position: relative;
    top: -20px;
    right: -20px
}

.sales {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/index__blueScreen_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.sales__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.sales__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 140px
}

.sales__btn {
    border: none;
    width: 60px;
    height: 60px;
    background-color: #000;
    position: relative;
    cursor: pointer
}

.sales__btn:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%
}

.sales__btn_next:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.sales__btn_prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.sales__btn:active,
.sales__btn:focus,
.sales__btn:hover {
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.sales__btn:active:before,
.sales__btn:focus:before,
.sales__btn:hover:before {
    border-color: #000;
    -webkit-transition: border-color .5s;
    -o-transition: border-color .5s;
    -moz-transition: border-color .5s;
    transition: border-color .5s
}

.sales__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider__slide.stock {
    padding: 0 10px;
}

.stock__thumb {
    width: 100%;
    margin-bottom: 30px
}

.stock__h {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px
}

.stock__h:active,
.stock__h:focus,
.stock__h:hover {
    color: #ddd;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.stock__text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px
}

.stock__text:active,
.stock__text:focus,
.stock__text:hover {
    color: #ddd;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.stock__more:active,
.stock__more:focus,
.stock__more:hover {
    color: #fff;
    background-image: url(../img/icons/arrow_white.png)
}

.slider__slide.stock {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stock__link {
    display: flex;
    flex-direction: column;
    min-height: 700px;
}

.stock__more {

    color: #000;
    margin-top: auto;
    width: max-content;

}

.cards {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(../img/index__finalScreen_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.cards__h {
    margin-bottom: 80px;
    font-size: 40px;
    text-align: center;  
}

.cards__list {
    list-style: none
}

.card {
    display: flex;
    flex-direction: column; /* Элементы сверху вниз */
    justify-content: space-between; /* Распределить контент */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 55px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.card_profitable .card__name {
    color: #4053D4
}

.card__name {
    font-size: 27px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-wrap: nowrap; 
}

.bdb_card_name {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.card__time {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-bottom: 50px
}

.bdb_card_profile {
    font-size: 20px;
    font-weight: 600;
    color: #cf7f04;
    margin-bottom: 10px;
}

.card__price {
    padding-bottom: 45px;
    text-align: center;
    margin: 0
}

.card__features {
    padding: 0;
    margin: 0 0 20px
}

.card__feature {
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    background-image: url(../img/icons/checkmark.png);
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position: left center
}

.card__feature+.card__feature {
    margin-top: 20px
}

.last-posts {
    padding-bottom: 80px
}

.last-posts__h {
    margin-bottom: 45px
}

.posts-list {
    margin: 0;
    padding: 0
}

.last-post__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.last-post__link.bdb_post {
    background-color: #F8FAFC;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    padding: 16px;
    transition: all 0.3s ease;
}

.last-post__link.bdb_post:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}

.last-post__thumb {
    margin: 0;
    padding: 0;
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.last-post__img {
    display: block
}

.last-post__wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 25px
}

.last-post__h {
    font-size: 24px;
    color: #1F2937;
    font-weight: 800;
    margin-bottom: 35px
}

.last-post__text {
    margin-bottom: 25px;
    color: #374151;
    font-size: 16px;
    line-height: 25px
}

.last-post+.last-post {
    margin-top: 30px
}

.categories__h {
    margin-bottom: 50px
}

.categories-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.category {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(33.333333333333336% - 20px);
    width: -moz-calc(33.333333333333336% - 20px);
    width: calc(33.333333333333336% - 20px);
    margin-bottom: 20px;
}

.category.bdb_category {
    background-color: #F8FAFC;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    padding: 16px;
    transition: all 0.3s ease;
}

.category.bdb_category:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}


.category__thumb {
    margin-bottom: 20px
}

.category__name {
    font-size: 24px;
    color: #1F2937;
    font-weight: 800;
    display: block
}

.category-posts__h {
    margin-bottom: 40px
}

.pagination {
    padding-top: 60px
}

.pagination__links {
    width: 295px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.pagination__block {
    font-size: 18px;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    background-color: transparent
}

.pagination__block:active,
.pagination__block:focus,
.pagination__block:hover,
.pagination__block_current {
    background-color: #2563eb;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s
}

.pagination__block+.pagination__block {
    margin-left: 10px
}

.pagination__link {
    display: block;
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 10px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.bdb_article,
.bdb_backgraund_contacts_map,
.bdb_сalendar_plan_bc {
    background-color: #FFF;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.contacts__form p {
    background-color: #efefef;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.bdb_backgraund_contacts_map {
    margin-bottom: 70px;
}

.main-article__header {
    margin-bottom: 40px
}

.main-article strong {
    font-weight: 600 ;
}

.main-article .wp-block-image img {
    border: 2px solid #000 ;
}


.main-article strong em {
    font-weight: 600 ;
    font-style: italic;
}

.main-article li li {
    list-style: circle;
}

.main-article li li:first-child{
    margin-top: 10px;
}


.main-article_bdb_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    border-radius: 5px;
    margin-bottom: 50px;
}

.main-article iframe {
    width: 70% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

.wp-block-embed__wrapper{
    display: flex;
    justify-content: center;
}

.main-voters_bdb_thumb,
.main-testing_bdb_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #09cfe6;
    background: radial-gradient(circle, rgba(9, 207, 230, 0.98) 42%, rgba(77, 149, 232, 1) 100%);
    border-radius: 5px;
    margin-bottom: 50px;
}

.main-article__thumb {
    display: block;
    margin: 10px auto;
    max-width: 100%;  
    height: auto;
}

.main-article__thumb_main {
    display: block;        
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.main-article__h {
    font-size: 40px;
    text-transform: uppercase;
    text-align: justify;
    font-weight: 900;
    text-align: center;
}

.main-article h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 800
}

.main-article h2.single-card-footer-title{

    font-size: 20px;
    font-weight: 600;
}

.main-article h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600
}

.main-article h4,
.main-article h5 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600
}

.main-article ul {
    margin: 0 0 10px;
    padding: 0 0 0 20px
}

.main-article li {
    list-style: disc
}

.main-article li+li {
    margin-top: 5px
}

.main-article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.main-article__footer {
    padding-top: 30px;
    padding-bottom: 1px;
    color: #666;
    font-size: 16px
}

.main-article__footer time {
    margin-right: 20px
}

.main-article__like {
    color: #666
}

.main-article .wp-block-table table {
  width: 100%;
  margin-bottom: 40px;
}

.main-article th,
.main-article td {
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.main-article thead th,
.main-article thead td {
    text-align: center;
  
}

.main-article thead th strong,
.main-article thead td {
    font-weight: 700;
}

.contacts__h {
    margin-bottom: 45px
}

.contacts__h_form {
    margin-bottom: 30px
}

.contacts__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__info>*+* {
    margin-left: 45px
}

.contacts__form,
.contacts__form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.map {
    position: relative;
    z-index: 1
}

.map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.map__fallback {
    display: block;
    margin-bottom: 30px
}

.contacts-form__label {
    width: -webkit-calc(33.33333% - 20px);
    width: -moz-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px)
}

.contacts-form__label_textarea {
    width: 100%
}

.contacts-form__input,
.contacts-form__textarea {
    display: block;
    font: inherit;
    width: 100%;
    color: #1F1F1F;
    margin-bottom: 30px;
    word-break: break-all;
    padding: 20px 30px;

}

.contacts-form__input::-webkit-input-placeholder,
.contacts-form__textarea::-webkit-input-placeholder {
    color: #777777;
    font-size: 16px
}

.contacts-form__input::-moz-placeholder,
.contacts-form__textarea::-moz-placeholder {
    color: #777777;
    font-size: 16px
}

.contacts-form__input:-ms-input-placeholder,
.contacts-form__textarea:-ms-input-placeholder {
    color: #777777;
    font-size: 16px
}

.contacts-form__input::-ms-input-placeholder,
.contacts-form__textarea::-ms-input-placeholder {
    color: #777777;
    font-size: 16px
}

.contacts-form__input::placeholder,
.contacts-form__textarea::placeholder {
    color: #777777;
    font-size: 16px
}

.contacts-form__textarea {
    resize: none
}

.contacts-form__btn {
    margin-left: auto;

}

.contacts-form br {
    display: none
}

.contacts-form .wpcf7-not-valid-tip {
    position: relative;
    top: -8px;
    height: 12px;
    margin-top: -12px;
    overflow: hidden;
    line-height: 1;
    font-size: 12px
}

.calendar_plan {
    margin-bottom: -80px;
    overflow: auto
}

.calendar_plan__h {
    margin-bottom: 45px
}

.calendar_plan__title {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.calendar_plan table {
    border: 1px solid #555;
    width: 100%;
    font-size: 14px;
    min-width: 600px
}

.calendar_plan thead {
    border: 1px solid #555;
    height: 50px;
}

.calendar_plan thead th {
    border-left: 1px solid #555;
    text-align: center;
    font-weight: bold;
}

.calendar_plan td {
    padding: 10px 10px 10px 16px;
    border: 1px solid #555
}

.calendar_plan tr:first-child {
    border-bottom: 1px solid #555
}


.calendar_plan .wp-block-table table td:first-child,
.calendar_plan .wp-block-table table th:first-child {
    text-align: center;
    width: 7%;
}

.voterpaths__heading{
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 800;
    color: #1F2937;
    text-align: center;
    text-transform: uppercase
}

.voterpaths__intro_text{
    text-align:center; 
    color: #ffffff;
    max-width:900px; 
    margin:0 auto; 
    line-height:1.6;
    border: 1px solid #0d366679;
    border-radius: 8px;
    padding: 10px;
    background: #069be0;
    font-size: 16px;
}

.voterpaths__end_text{
    text-align:center; 
    color: #ffffff;
    max-width:900px; 
    line-height:1.6;
    border: 1px solid #0d366679;
    border-radius: 8px;
    padding: 10px;
    background: #069be0;
    margin: 0 auto;
    font-size: 16px;
}

.voterpaths-content{
    background-color: #FFF;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.voterpaths-list__item {
    margin-bottom: 150px;
    margin-top: 150px;
    border-bottom: #000 2px solid;
}

.voterpath {
    padding-right: -webkit-calc(50% + 40px);
    padding-right: -moz-calc(50% + 40px);
    padding-right: calc(50% + 40px);
    position: relative;
    min-height: 464px
}

.voterpath:nth-child(even) {
    padding-right: 0;
    padding-left: -webkit-calc(50% + 40px);
    padding-left: -moz-calc(50% + 40px);
    padding-left: calc(50% + 40px)
}

.voterpath:nth-child(even) .voterpath__thumb {
    left: 0
}

.voterpath__name {
    margin-bottom: 35px;
    font-size: 25px !important;
}

.voterpath__text {
    font-size: 18px;
    margin-bottom: 60px
}

.voterpath__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.voterpath__subscribe {
    margin-right: 20px
}

.voterpath__thumb {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 500px;
    top: 0;
    right: 20px;
    bottom: 0;
    background-color: #3b68e4
}

.voterpath__img {
    width: 100%;
    position: relative;
    top: -20px;
    right: -20px
}

.wp-block-gallery{
 margin-bottom: 20px;
}

.wp-block-image{
    margin-bottom: 20px;
}

.course-lsi-header{
    margin-bottom: 60px;
}


.course-lsi-content{
    background-color: #FFF;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.course-lsi-text{
         font-weight: 500;
    font-size: 20px;
    margin-bottom: 60px;
}


.course-lsi-text-header{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;


}

.course-lsi__heading.main-heading{
     font-size: 40px;
    font-weight: 900;
}

.course-lsi__heading{
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 800;
    color: #1F2937;
    text-align: center;
    text-transform: uppercase
}

.course-lsi-header-block{
        font-weight: 800;
            margin-bottom: 20px;
    font-size: 35px;
  
    font-weight: 800;
    color: #1F2937;
    text-align: center;
    text-transform: uppercase;
     text-decoration:underline
}

.bdb_article_course_lsi .ays-fs-title {
display: none;
}

.course-lsi-list-content{
    display: flex;
    margin-bottom: 10px;
}

.course-lsi-list__item {
    border-radius: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 15px;
    background-color: #b7fff48c;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.course-lsi-list-test__item {
    border-radius: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 15px;
    background-color: #b7c8ff8c;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.course-lsi__name{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 95%;
    font-size: 22px !important;

}

.course-lsi-post__thumb{
    margin: 0 30px 0 0;
    padding: 0;
    min-width: 25%; 
}

.last-post-course-lsi__img{
 display: block;
 border: 2px solid #555;
}

.wp-block-image img{
border: 2px solid #555;
}

 .course-lsi-test  hr{
 --width: 100%;
  --thickness: 8px;
  --color: #0055ff;
  --highlight: rgba(255,255,255,0.8);
  width: var(--width);
  height: var(--thickness);
  border: none;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--highlight), var(--color));
  box-shadow: 0 4px 10px rgba(20,20,40,0.06), inset 0 1px 0 rgba(255,255,255,0.5);
  margin: 1.2rem 0;
}

.course-lsi__action{
    display: flex;
    justify-content: end;
}

.course-lsi__subscribe {
    margin-right: 10px;
    border-radius: 10px;
}


.course-lsi-lector{
    font-style:italic; 
    font-weight: 600;
}


.yv-club-content{
    background-color: #FFF;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.yv-club__heading{
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 800;
    color: #1F2937;
    text-align: center;
    text-transform: uppercase
}





.bdb_article_course_lsi iframe {
display: block;
    margin: 0 auto;
}


.akims__h {
    margin-bottom: 40px
}

.akims-list__item {
    margin-bottom: 15px;
    padding: 20px 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    background-color: #00c7ff;
}

.akims {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.akims__wrap {
    padding-left: 50px;
    padding-right: 50px
}

.akims__name {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 20px
}

.akims__text {
    line-height: 30px
}

.akims__thumb {
    max-width: 200px;
    height: auto;
    margin: 0;
}

.akims__election {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px
}

.akims__subscribe.btn {
    padding: 10px 40px;
    display: block;
    margin: 20px auto 0;

}

.tabs-btns {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-btns {
    background-color: #FFF;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    color: #1F1F1F;
}

.tabs-btns__item {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase
}

.tabs-btns__item+.tabs-btns__item {
    margin-left: 15px
}

.tabs-btns__btn {
    color: #1F2937;
    text-decoration: none;
    transition: color .5s;
}

.tabs-btns__item.active-tab .tabs-btns__btn,
.tabs-btns__item:active .tabs-btns__btn,
.tabs-btns__item:focus .tabs-btns__btn,
.tabs-btns__item:hover .tabs-btns__btn {
    background-color: #1f39e0;
    color: #FFF;
    padding: 2px;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s
}

.tabs-content__item {
    display: none;
    padding: 0 15px
}

.tabs-content__item.active-tab {
    display: block !important
}

.tabs-content__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.schedule-page__h {
    margin-bottom: 40px
}

.schedule-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.schedule {
    max-width: 1020px;  
    font-size: 14px;
    color: #1F1F1F;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
     justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.schedule__item {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 330px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    background-color: #00c7ff;
    border: 1px solid #555;
    padding: 40px 5px;
    margin: 5px;
}

.schedule__time {
    width: 125px;
    padding: 5px 10px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #000;
    margin: 0 auto 15px
}

.schedule__h {
    font-weight: 800;
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px
}

.schedule__akim,
.schedule__akim_name {
    margin-bottom: 15px
}

.schedule__akim_name .lastname {
    font-weight: bold;
    text-transform: uppercase;
}

.schedule__akim_name .fullname {
    font-weight: normal;
}

.schedule__title {
    font-weight: bold;
}

.schedule__place {
    display: inline-block;
    color: #6a44aa;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px 5px;
}

/* ============================
 АДАПТИВ —  ( от 1130 до 1230px)
============================ */


@media (min-width: 769px) and (max-width:1230px) {
.voterpath__thumb {
    width: clamp(240px, 40vw, 500px);
}

.voterpath {
    padding-right: calc(clamp(240px, 40vw, 500px) + 40px);
    
}

.voterpath:nth-child(even) {
    padding-left: calc(clamp(240px, 40vw, 500px) + 40px);
}


}

/* ============================
 АДАПТИВ —  (до 1040px)
============================ */


@media  (max-width:1040px) {
    .main-header {
        padding-top: 30px;
    }

    .main-header__widget {
        display: none
    }

    .main-header__mobile {
        display: block
    }

    .main-navigation {
        display: none
    }

    .footer .main-header {
        height: auto
    }

    .footer .main-navigation {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 10px;
        overflow-x: auto
    }



     .voterpaths-list__item {
        margin-bottom: 50px;
        margin-top:100px
    } 

        .voterpaths__intro_text{
    font-size: 15px;
    }
    .voterpaths__end_text{
    font-size: 15px;
    }


}


/* ============================
 АДАПТИВ —  (≥ 1024px)
============================ */
@media (min-width: 1024px) {

    .about_raion .about__thumb {
      display: none;
    }
body .bvi-body[data-bvi-builtelements="true"]:not(.bvi-no-styles)
  article.about.about_raion figure.about__thumb {
    display: none !important;
  }


    .course-lsi__text{
        font-size: 18px;
    }

}


/* ============================
 АДАПТИВ —  (до 1023px)
============================ */
@media (max-width: 1023px) {

    .about_raion .about__thumb_end  {
      display: none!important;
    }

body .bvi-body[data-bvi-builtelements="true"]:not(.bvi-no-styles)
  article.about.about_raion figure.about__thumb_end {
    display: none !important;
  }
    

    .schedule {
        max-width: 700px; /* под 2 карточки */
    }
    .schedule__item {
        flex: 0 0 calc(50% - 20px);
        min-width: 330px; /* сохраняем неизменным */
    }

    .about {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .about__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content:center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__wrap {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-bottom: 50px;
        text-align: center
    }

    .about__thumb_end img,
    .about__thumb img {
        top: 0;
        right: 0
    }

    .about__thumb_end,
    .about__thumb {
        margin: 0;
        width: 100%;
        background-color: transparent;
        text-align: center
    }


    .voterpath__name {
   
    font-size: 22px !important;
    }
    .voterpath__text {
    font-size: 17px;
    }


}



/* ============================
 АДАПТИВ —  (Телефоны до 852px)
============================ */

@media (max-width:852px) {
    .inner .cards {
        padding-top: 160px
    }

    .cards {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 850px)
============================ */

@media screen and (max-width:850px) {
    .contacts__info {
        overflow: auto;
        padding: 4px 0
    }

    .contacts__info>*+* {
        margin-left: 20px
    }

    .contacts__info>* {
        min-width: 170px
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 800px)
============================ */

@media screen and (max-width:800px) {
    .main-footer__row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-footer__widget_copyright {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100% !important;
        text-align: center;
        margin-top: 30px
    }
}

/* ============================
 АДАПТИВ —  (Десктопная версия (>768px) )
============================ */

@media (min-width: 769px) {
   
  
    .bdb-galleri-img-2{
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    }


    .wp-block-image{
        max-width: 40%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

      .bdb-img-article-post{
    max-width: 30% !important;

    }

    .akims__election br{
        display: none;
    }

    .main-header__wrap {
        display: flex;
        flex-direction: row;
        /* элементы в ряд */
        justify-content: space-between;
        align-items: center;
    }

    .main-header__logolink {
        order: 0;
        /* логотип слева */
        margin: 0;
        text-align: left;
    }

    .main-header__controls {
        order: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        width: auto;
    }

      .voterpath {
        min-height: clamp(385px, 37vw, 464px);
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 768px)
============================ */

@media (max-width: 768px) {

    .main-header__logolink .slogan {
        display: none;
    }

    .main-header__wrap {
        display: flex;
        flex-direction: column;
        /* в колонку */
        align-items: center;
    }

    .main-header__logolink {
        order: 1;
        text-align: center;
        margin-bottom: 12px;
    }

    .main-header__controls {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .main-header__controls>* {
        margin: 0;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .card,
    .category,
    .main-footer__widget {
        width: 100%;
    }

    .main-header {
        padding-top: 10px;
        height: 100px;
    }

    .main-header__logolink .slogan {
        display: none;
    }

 
    .main-header__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-header__logolink {
        order: 1;
        text-align: center;
        margin-bottom: 12px;
    }

    .main-header__logolink a img {
        display: block;
        margin: 0 auto;
    }

    .main-header__controls {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .main-header__controls>* {
        margin: 0;
    }

    .about__h {
        margin-top: 15px;
        margin-bottom: 30px;
        text-align: center;
    }

    .about__bdb {
        font-size: 15px;
    }

     .sales__h {
        text-align: center;
    }

    .sales {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .stock__link {

        min-height: 500px;
    }

    .last-posts__h {
        margin-bottom: 35px;
        text-align: center;
    }

    .last-post__h {
        text-align: center;
    }

    .last-post__thumb {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto 10px;
    }

    .last-post__img {
        width: 100%;
        /* растягивает изображение на всю ширину экрана */
        height: auto;
        /* сохраняет пропорции */
        max-width: 100%;
        /* не даёт выйти за пределы экрана */
        display: block;
    }

    .last-post-course-lsi__img{
        width: 100%;
        /* растягивает изображение на всю ширину экрана */
        height: auto;
        /* сохраняет пропорции */
        max-width: 100%;
        /* не даёт выйти за пределы экрана */
        display: block;
}


    .bdb_article,
    .bdb_backgraund_contacts_map,
    .bdb_сalendar_plan_bc {
        margin-bottom: 20px;
    }

    .bdb_backgraund_contacts_map{
        padding: 5px;
    }

    .bdb_conacts_form{
        font-size: 24px !important;
    }

    .widget-address, .widget-email, .widget-phone, .widget-working-time{
        font-size: 12px;
    }

    .main-article__h {
        font-size: 20px;
        font-weight: 700;
    }



    .main-article table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }


    .main-article iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }


    .calendar_plan .wp-block-table table td:first-child,
    .calendar_plan .wp-block-table table th:first-child {
    text-align: left;
    width: auto;
}


    .calendar_plan__h {
        text-align: center;
    }

    .calendar_plan table,
    .calendar_planthead,
    .calendar_plantbody,
    .calendar_plan th,
    .calendar_plantd,
    .calendar_plan tr {
        display: block;
    }

    .calendar_plan table {
        min-width: auto
    }

    .calendar_plan thead {
        display: none;
    }

    .calendar_plan tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    .calendar_plan td {
        display: block;
        padding: 5px;
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }

    .calendar_plan td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-bottom: 4px;
        color: #374151;
    }

    .about__wrap {
        margin-bottom: 20px;
    }
    .about__background {
        padding: 15px 10px 15px 10px;
    }

    .about__text{
        margin-bottom: 20px;
    }

    .about__link.btn {
        padding: 15px 40px !important;
        min-width: 80%;
        border-radius: 5px;
    }

    .akims__election{
        text-align: center;
    }
   
    .breadcrumbs {
        margin: 5px 0 20px 0;
        overflow: auto;
    }
    .breadcrumbs span[property="itemListElement"] {
        display: inline-block;
        max-width: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-footer {
        padding-top: 0px;
        text-align: center
    }

    .footer .main-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .footer .main-header__logolink a img {
        margin-top: 15px; 
    }

    .button-actions{
        display: flex;
        flex-direction: column; 
        align-items: flex-start;
        gap: 0.75rem;
    }

    .return_button { 
        font-size: 15px;
    }

    .schedule {
        max-width: 350px;
    }
    
    .schedule__item {
        flex: 0 0 100%;
        min-width: auto;
    }

    .schedule-page__h {
        text-align: center;
    }

    .schedule__h {
        font-size: 30px;
    }

    .schedule__akim {
        font-size: 20px;
    }

    .banner__link {
        padding: 15px 20px;
        white-space: nowrap;
    }
    .voterpaths-content {
        padding: 50px 30px 50px 30px;
    }
    
    .voterpath {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    .voterpath:nth-child(even) {
        padding: 0;
        padding-bottom: 10px;
    }

    .voterpath__thumb {
        display: block;
        position: static;
        width: 100%;
        margin-bottom: 0 auto 20px;
        text-align: center;
        background: transparent;
    }

    .voterpath__img {
        top: 0px;
        right: 0px;
    }

    .voterpath__thumb {
        order: 1;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .voterpath__name {
        text-align: center;
        order: 2;
    }

    .voterpath__text {
        order: 3;
    }

    .voterpath__action {
        order: 4;
        display: flex;
     
    }

    .voterpath__subscribe {
    margin-right: 0px;
    margin-left: auto;}

    .voterpaths__heading br {
        display: none;
    }

    .voterpaths__heading{
        font-size: 18px;
    }

    .voterpaths__intro_text{
    font-size: 14px;
    }
    .voterpaths__end_text{
    font-size: 14px;
    }

    .voterpaths__heading{
        font-size: 18px;
    }



        .course-lsi-list-content{
        flex-direction: column;
    }
      .course-lsi__heading.main-heading{
     font-size: 22px;
    }


    .course-lsi__heading {
    font-size: 20px;
    }

    .course-lsi-content{
        padding: 50px 30px 50px 30px;
    }

    .course-lsi__name{
        font-size: 16px !important;
    }

    .course-lsi-header-block{
        font-size: 25px;
    }

    .course-lsi__subscribe {
        font-size: small;
        margin: 0 auto;
        border-radius: 10px;
        padding: 28px 40px;
    }

    .course-lsi-post__thumb {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .course-lsi-text{
        font-size: 15px;
    }

    .course-lsi-text-header{
        font-size: 16px;
    }

    .course-lsi__text{
        font-size: 16px;
        margin-bottom: 10px;
    }


    .yv-club-content{
        padding: 50px 30px 50px 30px;
    }

    .yv-club__heading {
    font-size: 20px;
    }







    .akims {
        flex-direction: column;
        /* фото сверху, текст снизу */
        align-items: center;
        /* центрируем фото */
        text-align: center;
    }

    .akims-list__item {
        padding: 20px 0;
    }

    .akims__thumb {
        max-width: 100%;
    }

    .akims__name {
        text-align: center;
    }

    .akims__wrap {
        text-align: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .akims__subscribe {
        max-width: 100%;
    }

}

/* ============================
 АДАПТИВ —  (Телефоны до 750px)
============================ */

@media (max-width:750px) {
    .contacts-form__label {
        width: 100%
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 726px)
============================ */


@media (max-width:726px) {
    .banner {
        background-image: url(../img/index__firstScreen_bg_mobile.jpg)
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 700px)
============================ */

@media (max-width:700px) {
    .last-post__link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .last-post__wrap {
        padding-left: 0
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 676px)
============================ */

@media screen and (max-width:676px) {
    .sales__btns {
        display: none
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 630px)
============================ */

@media screen and (max-width:630px) {
    .inner .main-content {
        padding-top: 100px;
        padding-bottom: 70px
    }


}

/* ============================
 АДАПТИВ —  (Телефоны до 600px)
============================ */

@media (max-width:600px) {

    .main-heading,
    .page-heading {
        font-size: 30px
    }

    .page-heading {
        font-size: 28px
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 560px)
============================ */

@media (max-width:560px) {
   
    .main-footer__widget {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px)
    }

    .main-footer__widget_social {
        text-align: center
    }

    .cards__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .categories-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .category {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 550px)
============================ */


@media (max-width:550px) {
    .footer {
        padding-top: 20px
    }

    .footer .main-header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 500px)
============================ */

@media (max-width:500px) {
     .akims__subscribe.btn{
font-size: 15px;
text-wrap: nowrap;
     }
    .contacts-form__btn {
        width: 100%
    }

    .tabs-btns__item {
        font-size: 14px
    };

   
    
}



/* ============================
 АДАПТИВ —  (Телефоны до 480px)
============================ */

@media (max-width: 480px) {

    .schedule {
        max-width: 100%;
        padding: 0 10px;
    }
    .schedule__item {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .voterpath__name {
        font-size: 18px !important;
    }

}

/* ============================
 АДАПТИВ —  (Телефоны до 460px)
============================ */

@media (max-width:460px) {

    .price,
    .voterpath__price {
        font-size: 38px
    }
}

/* ============================
 АДАПТИВ —  (Телефоны до 425px)
============================ */
@media (max-width:425px) {

.voterpath__subscribe{
    margin: 0 auto;
    border-radius: 5px;
}


}

/* ============================
 АДАПТИВ —  (Телефоны до 400px)
============================ */

@media (max-width:400px) {
    
      .akims__subscribe.btn{
font-size: 11px;
     }
    .widget-contacts.active .widget-contacts__phone {
        font-size: 14px
    }

    .last-post__img {
        width: 100%
    }

    .tabs-btns__item+.tabs-btns__item {
        margin-left: 5px
    }
    .voterpath__name {
        font-size: 14px !important;
    }


}

/* ============================
 АДАПТИВ —  (Телефоны до 380px)
============================ */

@media (max-width:380px) {

    .schedule-page__h{
          font-size: 25px
    }
    .price__unit {
        font-size: .575em
    }

    .price {
        font-size: 26px
    }
        .voterpath__subscribe{
    font-size:smaller;
    
}
}

/* ============================
 АДАПТИВ —  (Телефоны до 360px)
============================ */

@media (max-width:360px) {
    .tabs-btns__item {
        font-size: 12px
    }


}

