/* Ð¤Ð°Ð¹Ð» Ð´Ð»Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð° */
h1.price__title.md-main-title {
    font-size: 3.49vw;
    text-align: left;
    font-weight: 400;
    margin: 0;
    line-height: 1.26;
}

section.price {
    margin: 2.5vw 0 0;
}

.md-main-title b {
    font-weight: 400;
}

body .is-layout-grid {
    margin: 0.5em auto;
}

h2.simple-text__title.visible {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
    letter-spacing: 0.04em;
}

@media (min-width: 769px) {
    h3.simple-text__title {
        font-size: 2.2vw;
    }
}

.simple-text__content h2 {
    font-size: 1.875vw;
    font-weight: 400;
    line-height: normal;
    margin: 2.5vw 0 0.833vw;
}
.simple-text__content h3 {
    font-size: 1.458vw;
    line-height: normal;
    margin: 1.666vw 0 0.833vw;
    font-weight: 400;
}
.simple-text__content h4 {
    font-size: 1.146vw;
    line-height: normal;
    margin: 0.833vw 0 0.833vw;
    font-weight: 400;
}

.simple-text__content p {
    margin: 0.833vw 0;
}

a {
    color: inherit;
}

.simple-text__title span {
    font-weight: 700;
}

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

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 900;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a:hover {
    text-decoration: none;
    color: var(--main-color);
}

ul.dot-list,
ul.check-list,
ul.arrow-list,
ul.arrow_bold-list {
    list-style: none;
    padding-left: 2.85vw;
}

ul.dot-list li,
ul.check-list li,
ul.arrow-list li,
ul.arrow_bold-list li {
    position: relative;
    margin-bottom: 0.781vw;
}

ul.dot-list li:before,
ul.check-list li:before,
ul.arrow-list li:before,
ul.arrow_bold-list li:before {
    content: '';
    position: absolute;
    left: -1.902vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.dot-list li:before {
    background: var(--main-color-darken);
    border-radius: 50px;
    width: 0.313vw;
    height: 0.313vw;
}

ul.check-list li:before {
    background: url('/wp-content/themes/theme/assets/img/lists/check.svg?v_2') no-repeat;
    background-size: contain;
    border-radius: 50px;
    width: 0.781vw;
    height: 0.677vw;
    left: -1.902vw;
}

ul.arrow-list li:before {
    background: url('/wp-content/themes/theme/assets/img/lists/arrow.svg?v_2') no-repeat;
    background-size: contain;
    border-radius: 50px;
    width: 0.833vw;
    height: 0.729vw;
    left: -1.902vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.arrow_bold-list li:before {
    background: url('/wp-content/themes/theme/assets/img/lists/arrow-bold.svg') no-repeat;
    background-size: contain;
    border-radius: 50px;
    width: 1.042vw;
    height: 0.781vw;
    left: -1.823vw;
}

ul.number-list,
ul.number_round-list {
    list-style: none;
    padding-left: 2.8vw;
    list-style-type: none;
    counter-reset: item;
}


ul.number-list li,
ul.number_round-list li {
    position: relative;
    margin-bottom: 0.781vw;
}

ul.number-list li::before,
ul.number_round-list li:before {
    content: counter(item) '.';
    counter-increment: item;
    margin-right: 20px;
    border-radius: 50%;
    width: 1.05vw;
    height: 1.05vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--main-color-darken);
    position: absolute;
    left: -1.563vw;
    top: 0.156vw;
    margin: auto;
}

ul.number_round-list li:before {
    content: counter(item);
    left: -2.604vw;
    top: 0px;
    border: 1px solid;
    padding: 0.26vw;
}

ul.number_round-list {
    padding-left: 3.5vw;
}

.blockquote-horizontal {
    position: relative;
    text-align: center;
    padding: 0.885vw 0 1.146vw;
    margin: 3vw auto;
    font-size: 1.146vw;
}

.blockquote-horizontal:before,
.blockquote-horizontal:after {
    content: '';
    position: absolute;
    width: 72px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--main-color);
}

.blockquote-horizontal:after {
    bottom: 0;
    top: auto;
}

.blockquote-vertical {
    position: relative;
    padding-left: 2.5vw;
    margin: 1.25vw 0;
}

.blockquote-vertical:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0.208vw;
    background: var(--main-color);
    left: 0;
}



.file-banner {
    background: #F5F6F6;
    padding: 0.833vw 2.083vw 0.833vw 1.563vw;
    display: flex;
    margin: 2vw 0;
    gap: 1.667vw;
}

.file-banner:not(.lite):hover {
    background-color: #EBEDED;
}

.file-banner--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
}

.file-banner--content p {
    margin: 0;
}

p.file-banner--content--text-headline {
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
}

p.file-banner--content--text-description {
    color: #8A8D8E;
}

.file-banner--content--btn {
    cursor: pointer;
}


.file-banner--content--text-download {
    display: none;
}

.lite .file-banner--content--text-download {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.lite p.file-banner--content--text-description {
    display: none;
}

.lite .file-banner--content--btn {
    display: none;
}

.lite .file-banner--content--text-download p.file-banner--content--text-description {
    display: inline-block;
    font-weight: 700;
    color: var(--main-color);
}

.file-banner.lite {
    background: transparent;
}

.file-banner--content--text-download img {
    width: 18px;
}

.indentation-block.mobile {
    display: none;
}

.aligncenter {
    display: flex;
    place-self: center;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: auto;
    min-width: calc(25% - var(--wp--style--block-gap, .5em)* .75);
}

.block-microdistrict {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 16px;
    list-style: none;
    padding: 0 !important;
}

.block-microdistrict li:before {
    content: '';
    position: relative;
    background: url('/wp-content/uploads/icons/Pin_icon.svg') no-repeat;
    background-size: cover;
    height: 1.094vw;
    margin-right: 6px;
    max-width: 0.833vw;
    width: 100%;
}

.block-microdistrict li {
    position: relative;
    display: flex;
    padding: 12px 0;
    width: 25%;
    font-weight: 600;
    place-self: center;
}
.jcc {
    justify-content: center;
}
.btn-block {
    margin: 2vw 0;
}
.md-standart-slider .slider-hint span:before {
    content: 'Листайте влево/вправо';
    font-size: 2.5vw;
    line-height: 4.0625vw;
    letter-spacing: 0.05em;
    margin-right: 2.5vw;
} 
.md-main-color-btn:after {
    content:'';
    position: absolute;
    top: 0;
    height: 100%;
    width: 150px;
    transform: skewX(-45deg); /* Наклон */
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; /* Время и тип анимации можно менять */
}
.breadcrumbs__not-link {
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 0.8333333333vw;
    letter-spacing: 0.04em;
    color: #8C8C8C;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media (max-width:768px) {

    .block-microdistrict li {
        width: 50%;
    }
    .block-microdistrict li:before {
        max-width: 2.824vw;
        height: 3.765vw;
    }

    ul.dot-list li:before,
    ul.check-list li:before,
    ul.arrow-list li:before,
    ul.arrow_bold-list li:before {
        top: 1.946vw;
        bottom: auto;
    }


    ul.dot-list li:before {
        width: 1.46vw;
        height: 1.46vw;
        left: -3.732vw;
    }

    ul.dot-list {
        padding-left: 5.109vw;
    }

    ul.check-list li:before {
        width: 3.65vw;
        height: 2.92vw;
        left: -4.732vw;
    }

    ul.dot-list,
    ul.check-list,
    ul.arrow-list,
    ul.arrow_bold-list {
        padding-left: 5.109vw;
    }

    ul.dot-list li,
    ul.check-list li,
    ul.arrow-list li,
    ul.arrow_bold-list li {
        padding-left: 4.38vw;
    }

    ul.arrow-list li:before {
        width: 3.163vw;
        height: 3.893vw;
        left: -4.732vw;
        top: 1.46vw;
    }

    ul.number_round-list li:before {
        width: 4.866vw;
        height: 4.866vw;
    }

    ul.number-list li,
    ul.number_round-list li {
        padding-left: 7.38vw;
    }

    .blockquote-vertical:before {
        width: 0.973vw;
    }

    ul.arrow_bold-list li:before {
        width: 2.92vw;
        height: 3.406vw;
        left: -4.732vw;
    }

    ul.number-list li::before {
        top: 2.433vw;
        left: 0;
    }


    .blockquote-vertical {
        padding-left: 6.813vw;
        margin: 5.839vw 0;
    }

    .file-banner {
        padding: 2.92vw;
        gap: 3.893vw;
    }

    .blockquote-horizontal {
        font-size: 4.866vw;
        line-height: 1.5;
        padding: 5.839vw 0;
    }

    section.first {
        height: 186.861vw;
    }

    #bgb {
        display: none;
    }

    .indentation-block.desktop {
        display: none;
    }

    .indentation-block.mobile {
        display: block;
    }

    h1.price__title.md-main-title {
        font-size: 6.326vw;
    }
    
    section.price {
        margin: 11.679vw 0 0;
    }

    .simple-text__content h2 {
        font-size: 5.353vw;
        margin: 5.839vw 0 3.893vw;
    }
    .simple-text__content h3 {
        font-size: 4.866vw;
        margin: 4.38vw 0 3.893vw;
    }
    .simple-text__content h4 {
        font-size: 4.38vw;
        margin: 3.893vw 0;
    }
    
    .simple-text__content p {
        margin: 3.893vw 0;
    }

    .breadcrumbs__not-link {
        font-size: 3.125vw;
        line-height: 3.75vw;
        white-space: nowrap;
    }
}

/* Ð ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ ÑÑÑ‹Ð»Ð¾Ðº Ð² Ñ„ÑƒÑ‚ÐµÑ€Ðµ */
.footer-text a {
    color: inherit;
}

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

.footer__phones {
  padding-top: 1.854167vw;
}
.footer__phones p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
}
.footer__phones p b {
  font-weight: 700;
}

.footer__phones > div a {
  font-size: 1.1vw;
}

.footer__phones > div a:hover {
    color: var(--main-color);
}
.footer__social {
    padding-top: 1.854167vw;
}



@media(max-width:768px) {

    .footer-list li span,
    .footer-list li a {
        font-size: 2.5vw;
        line-height: 5vw;
    }

    .footer-list li svg {
        margin: auto 2.1875vw auto 0;
    }


    h2.simple-text__title.visible {
        font-size: 6.25vw;
        line-height: 9.375vw;
    }
	.footer__phones > div a {
    font-size: 6vw;
    line-height: 9vw;
}

.footer__phones p {
    font-size: 4.375vw;
    line-height: 7.5vw;
    margin-bottom: 0.6875vw;
    text-align: center;
}

.footer__social {
    padding-top: 7.854167vw;
}

}


/* New design */

header.header {
    color: #FFF;
}

.nav-wrap .nav .nav-item a {
    color: #FFF;
}

.header__contacts a {
    color: #FFF;
}

.first__buttons-text img, .first__buttons-text svg {
    fill: #FFF;
}

.first__buttons-text img path, .first__buttons-text svg path {
    fill: #FFF;
}

.nav-wrap .nav .nav-item.dropdown-item:hover > .nav-menu a{
    color: #000;
}
section.first {
    background: unset;
    color: #FFF;
}
#sertifikat .team__title {
	color:#fff;
}


.header.fixed .header__contacts a, .header.fixed .header__contacts p{
    /* color: #fff !important; */
}

.deadlines__under-title {
    text-align: center;
    padding: 1.666vw 0;
}

@media(max-width:786px) {
	.deadlines__under-title {
		padding:4.38vw 0 3.893vw;
	}
}





/* Footer PopUp */
.popup-footer {
    justify-content: center;
    display: none;
}
.popup-banner,
.popup-overlay {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}
.popup-footer.active,
.popup-footer.active .popup-overlay {
    display: block;
}
.popup-overlay {
    height: 100%;
    background: #00000080;
    z-index: 1000
}
.popup-banner {
    z-index: 1000;
    height: fit-content;
    max-width: 530px;
    background: #F7F8FA;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: clamp(50px, 75px, 6vw) 20px clamp(55px, 60px, 6vw);
    justify-content: center;
    border-radius:  0 0 5px 5px;
}
.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
    border: none;
    transition: .3s;
    padding: 23.5px;
    background: none;
    cursor: pointer;
}
.popup-close:after,
.popup-close:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: ' ';
    height: 20px;
    width: 3px;
    background: #BCBCBC;
}
.popup-close:before {
    transform: rotate(45deg)
}
.popup-close:after {
    transform: rotate(-45deg)
}
.banner-readme {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #243543;
}
@media(max-width:600px) {
    .popup-banner {
        max-width: 325px;
    }
}
@media(max-width:450px) {
    .popup-close {
        top: 0px;
        right: 0px;
    }
}
@media(max-width: 360px) {
    .popup-banner {
        width: calc(100% - 16px);
    }
}
.popup-footer .soc-block {
    display: flex;
    gap: 28px;
}
.popup-footer .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.19;
    text-align: center;
    margin-bottom: 24px;
}
.popup-footer .subtitle {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.19;
    text-align: center;
    color: #737F87;
    margin-bottom: 12px;
}
.popup-footer .text-under-title {
    margin-bottom: 19px;
    line-height: 1.19;
    max-width: 300px;
}
.popup-footer .phone {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.popup-footer .time {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 26px;
}
.popup-footer .soc {
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #737F87;
    margin-bottom: 15px;
}