html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-weight: 400;
    font-style: normal;
    color: #413d5c;
    animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.section_body, .menu {
    max-width: 1366px;
    margin: 0 auto;
}

.section_body a {
    color: #413d5c;
}

.section_body a:hover {
    color: #242033;
}

/* header, menu */

.mob_nav_button {
    display: none;
}

header {
    position: fixed;
    height: 75px;
    width: 100%;
    z-index: 15;
}

main {
    position: relative;
    z-index: 10;
}

.menu {
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.menu_list, .social_top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_link {
    color: #413d5c;
    transition: color 0.5s ease;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 600;
}

.menu_link.phone {
    font-size: 1em;
}

.menu_link:hover {
    text-decoration: underline;
    text-shadow: 0 0 1px #ffffff;
}

.menu_link.menu_scrolled {
    color: #efefef;
}

.menu_item {
    margin-right: 20px;
}

.social_top_item {
    font-size: 1.5em;
    margin-left: 20px;
}

#headerShadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #413d5c;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#headerShadow.menu_scrolled {
    opacity: 0.8;
}

/* main */

section {
    min-height: 300px;
}

.section_body {
    padding: 75px 100px 0;
}



.banner {
    height: 100vh;
    background-position-x: 80%;
    background-size: cover;
    /*padding-top: 150px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.banner .section_body {
    width: 100%;
}

.who_is_this_fantastic_woman {
    font-size: 3.3em;
}

.what_she_can {
    font-size: 2.1em;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    font-weight: 200;
    margin-top: 30px
}

.how_to_find_it {
    font-size: 1.5em;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    font-weight: 200;
    margin-top: 40px;
    line-height: 2;
}

.what_she_can br {
    content: "";
    display: block;
    margin: 0.4em;
}

.section_wrap h2 {
    font-size: 2.2em;
    margin-bottom: 35px;
    text-align: center;
}

.contract .contract_subtitle {
    font-size: 1.8em;
}

.section_wrap h2.contacts_title {
    text-align: left;
}

p {
    font-size: 1.3em;
}

.section_wrap.edu, .section_wrap.about {
    padding-bottom: 30px;
}

.about_video iframe {
    width: 100%;
    aspect-ratio: 1 / 0.5625;
}

.about_video {
    margin: 50px 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon, .carousel.slide .carousel-indicators button  {
    background-color: #413d5c;
}

.carousel-control-prev-icon {
    background-position: left 2px top 3px !important;
    background-size: 80% !important;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-position: right 2px top 3px !important;
    background-size: 80% !important;
    border-radius: 50%;
}

.edu_slide {
    height: 550px;
    max-width: 100%;
    margin: 0 auto;
}

/* services */

.services_grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 30px;
}

.service_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.service_title img {
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.service_title div {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    *, ::after, ::before {
        box-sizing: border-box;
    }
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: calc(1.275rem + .3vw);
}

.services_wrap p {
    margin-top: 10px;
}

.section_wrap.contacts {
    background-color: #413d5c;
    color: #eeeeee;
}

.section_wrap.contacts h2 {
    margin-bottom: 10px;
}

.section_wrap.contacts .section_body {
    padding-top: 30px;
    padding-bottom: 60px;
}

.contacts_wrap a {
    color: #eeeeee;
}

.contacts_wrap a:hover {
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
}

.social_bottom_item.viber svg {
    width: 30px;
    height: 30px;
    fill: #eeeeee;
    margin-top: -5px;
}
.social_bottom_item.viber svg:hover {
    fill: #ffffff;
    text-shadow: 0 0 1px #ffffff;
}

.contact_text {
    font-size: 1.3em;
}
.social_bottom_item {
    font-size: 32px;
}

.contact_social .social_bottom_item {
    font-size: 32px;
}

.contact_col>div {
    margin-top: 20px;
}

.contact_phone {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact_phone div {
    margin-right: 15px;
}
.contact_phone div.footer_phone {
    margin-right: 15px;
}

.contact_text {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.contact_social {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact_social {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact_social .social_bottom_item {
    margin-right: 20px;
}

/* Contract */

.section_wrap.contract {
    padding-bottom: 50px;
}

.contract_title {
    margin: 50px 0 40px;
    text-align: center;
    font-size: calc(1.375rem + 1.5vw);
}

.section_wrap.contract p {
    font-size: 1.1em;
}

/* .refund_policy .contract_title {
    margin-bottom: 20px;
    text-align: center;
} */

/* scroll top button */
.scroll_top {
    transition: opacity 0.15s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 42px;
    background-color: rgb(65 61 92 / 64%);
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.scroll_top.show {
    height: 42px;
}

.scroll_top_inner {
    width: 18px;
    height: 18px;
    left: 12px;
    top: 16px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    cursor: pointer;
    transform: rotate(45deg);
    position: absolute;
}

.scroll_top:hover {
    opacity: 1 !important;
    background-color: rgb(65 61 92 / 90%);
}


/* modal */

.modal .btn-close {
    right: -32px;
    top: -32px;
    position: absolute;
    background-color: #fff;
    padding: 6px;
    border-radius: 50%;
}

.modal .modal-dialog {
    max-width: unset;
    margin: 45px;
}

.modal .modal-dialog img {
    width: 100%;
}

