* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Karla", sans-serif;
    overflow-x: hidden;
}
header {
    width: 100vw;
    height: calc(100vh - 50px);
    background-color: rgba(249, 252, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrapper {
    padding-left: 85px;
    padding-right: 85px;
}
h1 {
    font-size: 5vw;
    letter-spacing: 0;
}
h3 {
    font-size: 1vw;
}

menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 50px;
}
menu a {
    text-decoration: none;
    color: rgba(99, 139, 255, 1);
}
menu li {
    cursor: pointer;
    color: #494949;
    transition: 0.3s;
    font-size: 1vw;
}
menu li:hover {
    opacity: 0.7;
    transform: scale(1.02) translateY(-2px);
}
menu .logo {
    color: rgba(99, 139, 255, 1);
    font-weight: 500;
}
menu .phonenumber {
    color: rgba(99, 139, 255, 1);
    font-weight: 700;
}
header .header h1 {
    margin-left: 85px;
}
header form {
    background-color: white;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px 40px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40vw;
    align-items: center;
    margin-bottom: -1px;
    border: solid rgba(99, 139, 255, 1) 0.6vw;
    border-right: none;
}
header .header .wrapper form h2 {
    color: rgba(99, 139, 255, 1);
    text-align: center;
}
header form input {
    background-color: rgba(227, 234, 255, 1);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid rgba(99, 139, 255, 1);
    outline: none;
    width: 300px;
}
header form input.time {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 900;
    color: #CACACB;
    width: 60px;
    margin-left: auto;
    margin-right: 4vw;
    cursor: pointer;
    transition: 0.3s;
}
header form input.time:hover {
    color: #494949;
}
header form div {
    display: flex;
    font-size: 10px;
    font-weight: 200;
    gap: 20px;
    align-items: center;
    color: #B5B5B5;
    letter-spacing: 0.5px;
}
header form div input {
    padding: 0;
    height: 16px;
    width: 16px;
    margin-top: -2px;
}
header form div span {
    color: #B0C4FF;
}
header form button {
    color: white;
    background-color: rgba(99, 139, 255, 1);
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 20px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}
header form button:hover {
    transform: scale(1.05);
    background-color: rgb(42, 73, 164); 
}
header form div.time {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 10px;
}
header form div.time img {
    width: 19px;
    opacity: 0.4;
}
header .header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 6vw;
}
header h1 {
    color: rgba(99, 139, 255, 1);
    width: 70vw;
}
section.services {
    background: linear-gradient(135.00deg, rgba(121, 221, 255, 1) 30%,rgba(121, 221, 255, 0) 100%);
    padding: 60px 0;
    width: 100vw;
}
section.services .service {
    margin-bottom: 4vw;
}
section.services .service h1 {
    font-size: 4vw;
    background-color: white;
    width: 60%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    color: rgba(99, 139, 255, 1);
    margin-bottom: 4vw;
    padding-left: 85px;
    padding-right: 85px;
}
section.services .service h1.left_service {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
section.services .service h1.right_service {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: auto;
    margin-right: 0;
}
section.services .service li.service_variant {
    background-color: white;
    width: 20vw;
    border-radius: 40px;
    transition: 0.3s;
    cursor: pointer;
}
section.services .service li.service_variant:hover {
    transform: scale(1.1);
    background-color: rgba(249, 252, 255, 1);
}
section.services .service li.service_variant:hover .header_service {
    transition: 0.3s;
}
section.services .service li.service_variant:hover .header_service {
    background-color: rgb(42, 73, 164);
}
section.services .service ul {
    list-style: none;
    text-align: center;
}
section.services .service ul.wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw;
}
section.services .service ul .header_service {
    background-color: rgba(99, 139, 255, 1);
    padding: 2vw;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
section.services .service h2 {
    font-size: 2vw;
    color: white;
    font-weight: 100;
}
section.services .service h2.price {
    font-weight: 900;
}
section.services .service .header_service {
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
}
section.services .service li.service_variant ul {
    padding: 2vw;
    display: flex;
    gap: 2vw;
    flex-direction: column;
}
section.services .service li.service_variant ul li {
    font-size: 1.4vw;
    font-weight: 400;
    color: #494949;
}
section.stock {
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.stock div {
    display: flex;
    justify-content: space-between;
    width: 100vw;
}
section.stock div div {
    width: 33.333333%;
    text-align: center;
    padding: 10vw 2vw;
    align-content: center;
    transition: 0.3s;
}
section.stock a {
    font-size: 3vw;
    font-weight: 700;
    cursor: pointer;
}
section.stock .hypnosis {
    background-color: #E3EAFF;
    color: rgba(99, 139, 255, 1);
}
section.stock div div:hover {
    background-color: rgb(42, 73, 164);
    color: white;
}
section.stock .solider {
    background-color: #E3EAFF;
    color: rgba(99, 139, 255, 1);
}
section.stock .again {
    background-color: rgba(99, 139, 255, 1);
    color: white;
}
section.stock a.more {
    font-size: 2vw;
    color: rgba(99, 139, 255, 1);
    background-color: rgba(249, 252, 255, 1);
    width: 100vw;
    padding: 0.5vw;
    font-weight: 400;
    transition: 0.15s;
}
section.stock a.more:hover {
    transform: scale(1.1);
    background-color: #B0C4FF;
    color: rgb(42, 73, 164);
}
section.description {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #494949;
}
section.description h2 {
    font-size: 3vw;
    color: rgba(99, 139, 255, 1);
    padding-bottom: 2vw;
}
section.description h3 {
    font-size: 2vw;
    padding-bottom: 2vw;
}
section.description p {
    padding-bottom: 1vw;
    font-size: 1.4vw;
    font-weight: 100;
}
section.description h4 {
    color: rgba(99, 139, 255, 1);
    font-size: 1.2vw;
    font-weight: 100;
}
footer {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    background-color: rgba(99, 139, 255, 1);
    padding-right: 85px;
    align-content: center;
    align-items: center;
    padding: 60px;
    gap: 2vw;
}
footer img {
    width: 4vw;
}
footer ul {
    list-style: none;
    font-size: 1.8vw;
    color: white;
}
footer ul .thin {
    font-weight: 100;
}
footer ul .bold {
    font-weight: 700;
}
footer ul .politic {
    color: white;
    text-decoration: underline;
}
footer ul li .maps-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 2vw;
}
footer ul li .maps-links li {
    text-align: center;
    transition: 0.3s;
}
footer ul li .maps-links li:hover {
    transform: scale(1.1);
}
footer ul li .maps-links li a {
    cursor: pointer;
}
menu a.phonenumber {
    text-decoration: none;
    color: rgba(99, 139, 255, 1);
}

menu .additionally:hover ul.additionally {
    display: flex;
}
ul.additionally {
    position: absolute;
    z-index: 100;
    background-color: white;
    border: #E3EAFF solid 2px;
    border-top: none;
    list-style: none;
    padding: 1vw;
    width: 18vw;
    display: none;
    gap: 0.4vw;
    flex-direction: column;
    opacity: 1;
}
menu .about_clinick:hover ul.about_clinick {
    display: flex;
}
ul.additionally li a {
    background-color: white;
    color: rgba(99, 139, 255, 1);
}
ul.about_clinick {
    position: absolute;
    background-color: white;
    border: #E3EAFF solid 2px;
    border-top: none;
    list-style: none;
    padding: 1vw;
    width: 18vw;
    display: none;
    gap: 0.4vw;
    flex-direction: column;
}
ul.about_clinick li a {
    background-color: white;
    color: rgba(99, 139, 255, 1);
}
menu a {
    text-decoration: none;
    color: #494949;
}
form.mainForm {
    width: 40vw;
    height: 90vh;
    background-color: white;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 2vw;
    box-shadow: 0 0 25px 0 rgba(141, 170, 255, 1);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
form.mainForm button.close {
    width: 100px;
    padding: 0.4vw 1.2vw;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px rgba(141, 170, 255, 1);
    background-color: rgba(141, 170, 255, 1);
    color: white;
    outline: none;
    margin-left: auto;
    margin-right: 0;
    font-weight: 100;
    font-size: 1vw;
    cursor: pointer;
    transition: 0.15s;
}
form.mainForm button.close:hover {
    background-color: #494949;
    border: solid 2px #494949;
}
form.mainForm label {
    color: rgba(99, 139, 255, 1);
    font-size: 1.4vw;
    padding-left: 1vw;
}
form.mainForm input {
    padding: 0.4vw 1.2vw;
    border-radius: 20px;
    outline: none;
    background-color: #E3EAFF;
    border: 2px solid rgba(99, 139, 255, 1);
    font-size: 1.2vw;
}
form.mainForm div.politick {
    display: flex;
    gap: 1vw;
    margin-left: 20px;
}
form.mainForm div.politick h4 {
    font-weight: 100;
    color: #494949;
}
form.mainForm div.politick h4 a {
    color: rgba(99, 139, 255, 1);
}
form.mainForm button {
    padding: 0.4vw 1.2vw;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 2px rgba(141, 170, 255, 1);
    background-color: rgba(99, 139, 255, 1);
    color: white;
    outline: none;
    font-weight: 500;
    font-size: 1.6vw;
    cursor: pointer;
    transition: 0.15s;
}
form.mainForm button:hover {
    background: rgba(141, 170, 255, 1);
    transform: scale(1.05);
}
form.mainForm.closedForm {
    display: none;
}

.menuButton div {
    background-color: #494949;
    width: 50px;
    height: 8px;
}
.menuButton .frst {
    transition: 0.3s;
}
.menuButton.active .frst {
    transform: rotate(45deg) translateX(25%);
}
.menuButton .scnd {
    transition: 0.3s;
}
.menuButton.active .scnd {
    transform: rotate(-45deg) translateX(25%);
    transition: 0.3s;
}

.menuButton {
    position: fixed;
    background-color: white;
    padding: 40px;
    padding-top: 20px;
    width: 180px;
    height: 120px;
    border-bottom-left-radius: 70%;
    right: 0;
    top: 0;
    text-align: right;
    border-top: none;
    border-right: none;
    z-index: 1200;
    color: #494949;
    font-size: 44px;
    display: none;
    transition: 0.3s;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.menuButton:hover {
    color: rgba(141, 170, 255, 1);
}
.phoneMenu {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-content: left;
    align-items: left;
    padding: 20px;
    position: fixed;
    z-index: 1000;
    border: 2px solid rgba(141, 170, 255, 1);
    background-color: rgba(255, 255, 255, 0.95);
    transform: translateX(-150%);
    left: 0;
    top: 0;
    transition: 0.3s;
    box-shadow: 0 0 25px 0 rgba(141, 170, 255, 1);
}
.phoneMenu.active {
    transform: translateX(0%);
}
.phoneMenu li {
    font-size: 2vh;
    width: 100%;
    padding: 2px;
    border-bottom: 1px solid #494949;
    padding-top: 10px;
}
.phoneMenu li.padding_menu {
    padding-left: 40px;
}
.phoneMenu li:hover {
    background-color: rgba(141, 170, 255, 0.2);
}
.phoneTitle {
    text-align: center;
    font-size: 64px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(141, 170, 255, 1);
    display: none;
}
.map {
    height: 40vw;
    padding: 0;
    width: 100%;
}
.map iframe {
    border: none;
    height: 100%;
    width: 100%;
}
menu.mainMenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
@media (max-width: 1000px) {
    .menuButton {
        display: flex;
    }
    header {
        display: none;
    }
    menu.wrapper {
        display: none;
    }
    h1.phoneTitle {
        display: block;
    }
    section.pros {
        display: none;
    }
    section.services .consult {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        padding: 60px 80px;
    }
    section.services .consult h2 {
        font-size: 48px;
        width: 100%;
    }
    section.services .consult button {
        font-size: 36px;
        padding: 20px 40px;
    }
    section.services .services {
        flex-direction: column;
    }
    section.services .services div.service {
        width: 100%;
        height: 20vh;
    }
    section.services .services div.service h2 {
        font-size: 52px;
    }
    section.services .services div.service a {
        opacity: 1;
        font-size: 40px;
        padding: 20px;
    }
    section.services .services div.right_services {
        display: flex;
        flex-direction: column;
    }
    section.about h3 {
        font-size: 32px;
    }
    form.mainForm {
        width: 100%;
        height: 70%;
    }
    body form.mainForm button {
        font-size: 32px;
        padding: 40px;
    }
    body form.mainForm button.close {
        font-size: 32px;
        padding: 40px;
        width: 200px;
    }
    body form.mainForm input {
        padding: 20px;
        font-size: 32px;
    }
    body form.mainForm label {
        font-size: 36px;
    }
    body form.mainForm h4 {
        font-size: 32px;
        margin-left: 50px;
    }
    body form.mainForm div input {
        transform: scale(2);
    }
    section.services .service li.service_variant {
        background-color: white;
        border-radius: 40px;
        width: 80vw;
    }
    body section.services div ul.wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    body section.services li.service_variant div h2 {
        font-size: 40px;
    }
    body section.services li.service_variant ul.included li {
        font-size: 32px;
    }
    body img.bcg {
        display: none;
    }
    * {
        animation: none !important;
    }
    body footer {
        flex-direction: column;
    }
    footer ul li {
        font-size: 24px;
    }
}