/*!
Theme Name: koval
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koval
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

koval is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.header-soc {
    margin-left: 20px;
}

.about__content ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 30px;
}

.about__content li {
    max-width: 625px;
    font-size: 22px;
    line-height: 26px;
    color: #727272;
    margin-bottom: 12px;
}

.consult-item__link {
    text-decoration: underline;
    cursor: pointer;
}

.hide {
    display: none;
}

.about__pic {
    z-index: 2;
    position: relative;
}

.about__pic:before {
    content: '';
    display: block;
    width: 178px;
    height: 178px;
    border: 1px solid rgba(152, 0, 58, .3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    right: -80px;
    top: -70px;
}

@media (max-width:860px) {
    .header-menu ul {
        display: flex;
        align-items: center;
    }

    .header-menu li {
        margin-bottom: 10px;
    }

    .consult-item__link {
        text-align: center;
    }

    .header-phone {
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .about {
        overflow-x: hidden;
    }

    .about__desc {
        text-align: left;
    }

    .consult-item__link {
        text-align: left;
    }

}


body.page {
    margin: 0 !important;
}

.profit-man__wrap img {
    object-fit: cover;
}


.cons__profit-gallery img {
    width: 608px;
    height: 735px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 0 18px 18px 0;
    border-radius: 0 18px 18px 0;
    margin-left: 0;
    margin-right: 30px;
}

.cons__profit-gallery {
    max-width: 100%;
}

.cons__profit-about {
    background-position: center;
    background-size: contain;
}

iframe {
    border-radius: 18px;
}

.Title_module_header__ad373b09,
iframe .Title_module_header__ad373b09 {
    display: none !important;
}

.cons__reg-text p {
    font-weight: 400 !important;
}

.course__fin-list {
    column-count: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course__fin-list li {
    max-width: 547px;
    width: 100%;
}

.course__fin-list li p {
    max-width: 100%;
}

.course__fin-item-text span,
.course__fin-item-text strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #bf003d;
}

.course__fin-item-text ul {
    margin: 0 !important;
    padding: 0 !important;
}

.course__fin-item-text li {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #404040;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.course__fin-item-text li:before {
    margin-right: 8px;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fcabba;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 20px;
}

.course__invest-wrap {
    justify-content: space-around;
}

h2 strong {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}



.player-c {
    display: flex;
}

.c-video {
    min-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.c-video p {
    text-align: center;
}


.webinar__img img {
    border-radius: 16px;
}

.video-cons {
    margin-bottom: 100px;
}

.block-blog__item {
    width: 33%;
}

.rank-math-breadcrumb {
    /* padding-top: 50px; */
    margin-bottom: 50px;
}

.rank-math-breadcrumb a {
    text-decoration: none;
    color: #404040;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.rank-math-breadcrumb span {
    color: #BF003D;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}



blockquote {

    background: #EFD7D7;
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */


    color: #404040;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;

}


blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;

}

em {
    font-style: italic;
}


.entry-content li {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #404040;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}


.entry-content li:before {
    margin-right: 8px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fcabba;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    left: 2px;
    top: 10px;
}

.entry-content strong {
    display: contents;
}

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

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

.course__fin-list li p {
    max-width: 400px;
}

.contact-page-h1 {
    margin-bottom: 94px !important;
}

.contact-group {

    display: flex;
    flex-direction: column;
}

#contact {
    margin-bottom: 150px;
}

.contact-mail,
.contact-phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
    position: relative;
    padding-left: 64px;
    text-decoration: none;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}

.contact-mail:before,
.contact-phone:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url('static/img/contact/phone.svg') no-repeat center;
    left: 0;
}

.contact-mail:before {
    background: url('static/img/contact/mail.svg') no-repeat center;

}

.contact-social {
    margin-top: 118px;
}

.contact-social p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
    display: flex;
    align-items: center;
}

.contact-social a {
    margin-left: 8px;
}

.contact-page-form {
    position: absolute;
    right: 0;
}

.contact-page-wrap {
    justify-content: space-between;
    align-items: center;
}

.wpcf7-submit {
    width: 250px;
    height: 45px;
    border: none;
    cursor: pointer;
    background: #BF003D;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.wpcf7-textarea {
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    color: #727272;
    height: 130px;
    width: 515px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 11px 15px;
}

.wpcf7-text {
    border: none;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 11px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #727272;
    width: 250px;
    height: 40px;
}

.contact-page-form form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-page-title {
    margin-bottom: 20px;
}

@media(max-width: 860px) {

    .contact-page-form {
        position: inherit;
    }

    .contact-social {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    #contact {
        margin-bottom: 60px;
    }

    .contact-page-form .cons__reg-form__price-group {
        width: 100%;
        max-width: 100%;
    }

    .contact-page-form form p {
        flex-direction: column;
    }

    .wpcf7-textarea {
        width: 100%;
        margin: 0;
    }

    .course__fin-item-num {
        width: 48px;
    }

    .course__fin-list li p {
        max-width: 320px;
    }

    .consult__title {
        display: inline-block;
        text-align: inherit;
    }

    .course__invest-item-photo img {
        width: 100%;
    }

    .block-blog__item {
        width: 100%;
    }

    .cons__profit-gallery {
        display: block;
        margin-right: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .cons__profit-gallery img {
        border-radius: 18px;
        width: 100%;
        height: 355px;
        margin-bottom: 30px;
    }

    .course__fin-btn-group {
        margin: auto;
        margin-top: 40px;
    }

    .course__fin-btn-group .course__btn {
        width: 100%;
    }

    .course__title {
        font-size: 32px;
    }

    .course__about-text p {
        display: block;
    }

    .player-c {
        flex-direction: column;
    }

    .c-video {
        margin: 0;
        margin-bottom: 30px;
        padding: 0;
        padding-bottom: 30px;
        min-width: 100%;
    }

    .course__img {
        display: flex;
        justify-content: center;
    }
}




[x-cloak] {
    display: none;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.scale-90 {
    transform: scale(.9);
}

.scale-100 {
    transform: scale(1);
}

.modal-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-box {
    background: #FFFFFF;
    border-radius: 15px;
    width: 416px;
    padding: 30px;

}

.modal-content {
    position: relative;
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.modal-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #CA7C7C;
    margin-bottom: 30px;
}

.modal-box input[type='tel'],
.modal-box input[type='email'],
.modal-box input[type='text'] {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    margin-bottom: 18px;
    width: 336px;
    height: 40px;
}


.modal-box textarea {
    max-width: 336px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    margin: 0;
    margin-bottom: 20px;
}

.modal-box label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
    margin-bottom: 6px;
}

.modal-box .wpcf7-textarea {
    width: 100%;
}

.header-callback__item {
    cursor: pointer;
}

.online-prod-item__img {
    object-fit: cover;
}

.cons__profit-about-title {
    position: relative;
    margin-bottom: 40px;
}

.cons__profit-about-title:after {
    position: absolute;
    bottom: -20px;
    content: '';
    display: block;
    width: 71px;
    height: 2px;
    background: #bc3b6d;
}

.webinar__img img {
    height: 324px;
    width: 555px;
    object-fit: cover;
}
.video_titile {
    margin-bottom: 0px;
}
.fix-foto-blya {
    margin-top: 30px;
}

.zaebala {
    text-align: center;
}
.zaebala-text {
    margin: 50px auto;
    color: #bf003d;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;

}
.course__title span {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
    color: #bf003d;
    
}

.online-prod-item__title span {

    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #bf003d;


}

@media(max-width: 860px) {
    .course__img img {
        height: 100%;
    }
    .modal-box {
        width: 95%;
    }
    .fix-foto-blya {
        display: none;
    }
    .about__achive-wrap img {
        width: 100%;
    }
    .video_titile {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .profit-man__wrap--fix {
        flex-direction: column-reverse;
    }

    .modal-box input[type='tel'],
    .modal-box input[type='email'],
    .modal-box input[type='text'] {
        width: 100%;
    }

    .wpcf7-text {
        width: 100%;
    }

    .modal-box textarea {
        max-width: 100%;
    }

    .wpcf7-submit {
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }


    .consult__title,
    .about__achive-title {
        text-align: center;
        justify-content: center;
        display: block;

    }

    .cons__profit-about-title {
        font-size: 24px;
        line-height: 28px;
    }

    .consult__title:after, .online-prod__title:after {
        position: inherit;
        display: flex;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: -20px;
    }
    .course__result-title,
    .consult__title {
        display: block;
    }
    .online-prod__title {
        flex-direction: column;
    }
    .h5vp_player,
    .round {
        -webkit-border-radius: 16px;
        -moz-border-radius:16px;
        border-radius: 16px;
        -khtml-border-radius: 16px;
    }

    .about__title {
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
    }
}


.webinar__img {
    position: relative;
}
.web-hover {
    display: none;
    position: absolute;
    top: 0;
    left: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #0000008f;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
}
.web-hover ol,
.web-hover ul {
    margin: 0 !important;
    padding: 0 !important; 
}

.webinar__img:hover .web-hover {
    display: flex;
}

@media(max-width: 860px) {
    .web-hover {
        font-size: 12px;
    }
}