* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Karla", sans-serif;
    overflow-x: hidden;
}
header {
    background: linear-gradient(135.00deg, rgba(121, 221, 255, 1) 30%,rgba(121, 221, 255, 0) 100%);
    width: 100vw;
    height: calc(100vh - 50px);
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapper {
    padding-left: 85px;
    padding-right: 85px;
}
h1 {
    font-size: 5vw;
    letter-spacing: 0;
}
h3 {
    font-size: 1vw;
}
header h1 {
    color: rgba(99, 139, 255, 1);
    background-color: white;
    font-weight: 700;
    width: 60%;
    padding: 1vw 0vw 0.4vw 0px;
    border-radius: 0px 40px 40px 0px;
    line-height: 4.4vw;
    display: flex;
    flex-direction: column;
    text-align: center;
}
header h1 span {
    font-size: 3vw;
    font-weight: 100;
    color: rgba(99, 139, 255, 0.5);
    font-family: Helvetica, sans-serif;
}
header img {
    height: 120%;
    margin-right: 4%;
}
img.bcg {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: calc(100vh - 50px);
    opacity: 0.1;
}
header .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
header .header .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header .header .wrapper h2 {
    font-weight: 400;
    color: white;
    width: 500px;
    margin-bottom: 20px;
}
header form {
    background-color: white;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 20px 40px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
    align-items: center;
    margin-bottom: -1px;
}
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: 60px;
    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;
}
menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 50px;
}
menu li {
    cursor: pointer;
    color: #494949;
    transition: 0.3s;
    font-size: 1vw;
}
menu a {
    text-decoration: none;
    color: #494949;
}
menu a.logo {
    text-decoration: none;
    color: rgba(99, 139, 255, 1);
}
menu a.phonenumber {
    text-decoration: none;
    color: rgba(99, 139, 255, 1);
}
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;
}
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);
}
section.pros {
    /* background-color: white; */
    background: linear-gradient(179.25deg, rgba(249, 252, 255, 1),rgba(249, 252, 255, 0) 100%); 
}
section.pros ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    gap: 4vw;
}
section.pros ul li div {
    background-color: #E3EAFF;
    border-radius: 100%;
    padding: 2vw;
    transition: 0.3s;
}
section.pros ul li div:hover {
    background-color: rgba(99, 139, 255, 1);
    transform: scale(1.1);
}
section.pros ul li img {
    width: 125px;
}
section.pros ul li {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 20px;
}
section.pros ul li h3 {
    width: calc(175px + 2vw);
    text-align: center;
    color: #494949;
}
section.services {
    background-color: rgba(249, 252, 255, 1);
    padding-top: 0px;
    padding-bottom: 60px;
}
section.services h1 {
    text-align: center;
    color: rgba(99, 139, 255, 1);
    margin-bottom: 60px;
}
section.services h2 {
    color: white;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
section.services h3 {
    color: white;
    text-align: center;
    font-size: 3vw;
}
section.services div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4vw;
}
section.services .consult {
    background-color: rgba(99, 139, 255, 1);
    padding-top: 2vw;
    padding-bottom: 2vw;
    align-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
section.services .consult h2 {
    font-size: 3vw;
    width: 50%;
}
section.services .consult button {
    background-color: #8DAAFF;
    font-size: 1.4vw;
    padding: 0.4vw 1.8vw;
    color: white;
    border-radius: 40px;
    box-shadow: 0 0 25px 0 rgba(141, 170, 255, 1);
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}
section.services .consult button a {
    color: white;
    text-decoration: none;
}
section.services .consult button:hover {
    background-color: rgb(42, 73, 164);
}
section.services .service {
    padding: 4vw 2vw;
    border-radius: 20px;
    background-size: cover;
    width: 40vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    transition: 0.15s;
    box-sizing: border-box;
    border: 2px solid rgba(227, 234, 255, 1);
}
section.services .service h2 {
    transition: 0.3s;
}
section.services .service:hover h2 {
    transform: scale(1.05);
}
section.services .service a {
    background-color: rgba(99, 139, 255, 1);
    color: white;
    font-size: 1vw;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}
section.services .service a:hover {
    transform: scale(1.02);
    background-color: rgb(42, 73, 164);
    text-decoration: none;
}
section.services .service:hover a {
    opacity: 1;
    padding: 4px 20px;
}
section.services .service:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 4px rgba(227, 234, 255, 1);
}
section.services .service.free h2 {
    font-size: 4vw;
}
.service.free {
    height: 44vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_one.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.free:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_one.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
.service.treatment_center {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_two.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.treatment_center:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4) 49%,rgba(0, 0, 0, 0.6) 100%), url(images/abstract_two.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
.services .right_services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service.treatment_clinic {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/background.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.treatment_clinic:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/background.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.treatment_clinic h2,  section.services .service.treatment_center h2 {
    font-size: 1.5vw;
}
.service.treatment_home {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_three.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.treatment_home:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_three.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.treatment_home h2 {
    font-size: 3vw;
}
.service.alcohol_coding {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_four.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.alcohol_coding:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_four.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.alcohol_coding h2 {
    font-size: 2.3vw;
}
.service.addiction_clinic {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_five.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.addiction_clinic:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_five.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.addiction_clinic h2 {
    font-size: 2.2vw;
}
.service.iv_drip_home {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_six.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.iv_drip_home:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_six.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.iv_drip_home h2 {
    font-size: 2.3vw;
}
.service.hospital_coding {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_seven.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.hospital_coding:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_seven.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.hospital_coding h2 {
    font-size: 1.9vw;
}
.service.rehab {
    height: 20vw;
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1) 49%,rgba(0, 0, 0, 0.2) 100%), url(images/abstract_eight.jpg); 
    background-blend-mode: multiply;
    transition: 0.15s;
}
.service.rehab:hover {
    box-sizing: border-box;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2) 49%,rgba(0, 0, 0, 0.4) 100%), url(images/abstract_eight.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
section.services .service.rehab h2 {
    font-size: 1.9vw;
}
section.fast_services {
    /* background: linear-gradient(179.25deg, rgba(249, 252, 255, 1),rgba(249, 252, 255, 0) 100%); */
    padding-bottom: 60px;
    padding-tom: 60px;
}
section.fast_services ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}
section.fast_services ul li {
    display: flex;
    flex-direction: column;
    gap: 1.4vw;
    color: #494949;
    align-content: center;
    align-items: center;
    padding: 2vw;
    border-radius: 40px;
    transition: 0.3s;
    cursor: pointer;
}
section.fast_services ul li img {
    width: 10vw;
    transition: 0.15s;
}
section.fast_services ul li h2 {
    width: 12vw;
    font-weight: 100;
}
section.fast_services ul li h2.price {
    font-weight: 700;
    color: rgba(99, 139, 255, 1);
    transition: 0.3s;
}
section.fast_services ul li:hover {
    background-color: rgba(99, 139, 255, 1);
}
section.fast_services ul li:hover h2.price {
    color: white;
    font-weight: 900;
}
section.fast_services ul li:hover h2 {
    color: #E3EAFF;
}
section.fast_services ul li:hover img {
    transform: scale(1.1);
}
section.stock {
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    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;
    text-decoration: none;
}
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: white;
    background-color: rgba(99, 139, 255, 1);
    width: 16vw;
    border-radius: 40px;
    padding: 0.5vw;
    font-weight: 400;
    transition: 0.15s;
}
section.stock a.more:hover {
    transform: scale(1.1);
    background-color: #E3EAFF;
    color: rgba(99, 139, 255, 1);
}
section.doctors {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.doctors ul {
    list-style: none;
}
section.doctors ul li div {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: space-between;
}
section.doctors ul li div div {
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: space-around;
}
section.doctors ul li img {
    height: 20vw;
}
section.doctors ul li.first {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
section.doctors ul li.last {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
section.doctors ul li.even {
    background-color: rgba(99, 139, 255, 1);
    color: white;
}
section.doctors ul li.odd {
    color: #494949;
}
section.doctors ul li h2 {
    font-weight: 300;
    font-size: 1.6vw;
}
section.doctors ul li h1 {
    transition: 0.3s;
    cursor: pointer;
    font-size: 4vw;
}
section.doctors ul li.even a {
    text-decoration: none;
    outline: none;
    color: white;
    transition: 0.3s;
}
section.doctors ul li a {
    text-decoration: none;
    outline: none;
    color: #494949;
    transition: 0.3s;
}
section.doctors ul li:hover a {
    color: rgb(42, 73, 164);
}
section.doctors ul li:hover h1 {
    color: rgb(42, 73, 164);
}
section.doctors ul li:hover h2 {
    color: #494949;
}
section.doctors ul li {
    transition: 0.15s;
}
section.doctors ul li:hover {
    background-color: #E3EAFF;
}
section.photos {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    margin-left: 5vw;
}
section.photos a {
    font-size: 2vw;
    color: white;
    background-color: rgba(99, 139, 255, 1);
    border-radius: 40px;
    padding: 0.5vw 2vw;
    font-weight: 400;
    transition: 0.15s;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 2vw;
    text-decoration: none;
}
section.photos a:hover {
    color: rgba(99, 139, 255, 1);
    background-color: #E3EAFF;
    transform: scale(1.1) translateX(-45%);
}
section.photos img {
    width: calc(90vw / 3);
    transition: 0.3s;
}
section.photos img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 14px rgba(99, 139, 255, 0.5);
}
section.photos img.frst_img {
    border-top-left-radius: 20%;
}
section.photos img.frth_img {
    border-bottom-left-radius: 20%;
}
section.photos img.thrd_img {
    border-top-right-radius: 20%;
}
section.photos img.sxth_img {
    border-bottom-right-radius: 20%;
}
section.photos img.frst_img:hover, section.photos img.frth_img:hover {
    transform: translateX(10%) scale(1.1);
}
section.photos img.thrd_img:hover, section.photos img.sxth_img:hover {
    transform: translateX(-10%) scale(1.1);
}
section.about h1 {
    color: rgba(99, 139, 255, 1);
    text-align: center;
    padding-bottom: 40px;
}
section.about h3 {
    font-size: 1.4vw;
    font-weight: 100;
}
section.docs {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
section.docs div {
    border-radius: 40px;
    border: 0.4vw solid rgba(99, 139, 255, 1);
    padding: 1vw;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
section.docs div ul {
    width: 50%;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
section.docs h1 {
    color: rgba(99, 139, 255, 1);
}
section.docs h2 {
    font-weight: 400;
}
section.docs div img {
    width: 40%;
    z-index: 1;
}
section.reviews a {
    color: white;
    font-size: 2vw;
    margin-left: calc(50% - 10.5vw);
    padding-top 20vw;
}
section.reviews {
    margin-top: 60px;
    background-color: rgba(99, 139, 255, 1);
    padding-top: 4vw;
    padding-bottom: 4vw;
    z-index: 100;
}
section.reviews h1 {
    text-align: center;
    color: #E3EAFF;
    padding-bottom: 2vw;
}
section.reviews div.content_review {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
section.reviews div div div.review {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 1vw;
    align-content: center;
    align-items: center;
}
section.reviews div div div.review h2 {
    text-align: center;
    color: white;
    font-size: 2vw;
}
section.reviews div div div.review h3 {
    font-weight: 300;
    font-size: 1.4vw;
    color: white;
    opacity: 0.8;
}
section.reviews div div div.review div {
    display: flex;
    gap: 1vw;
}
section.reviews img.arrow {
    transition: 0.15s;
    cursor: pointer;
}
section.reviews img.arrow:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
footer {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 2vw;
    padding: 60px;
}
footer img {
    width: 4vw;
}
footer ul {
    list-style: none;
    font-size: 1.8vw;
}
footer ul .thin {
    font-weight: 100;
}
footer ul .bold {
    font-weight: 700;
}
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;
}
footer ul .politic {
    color: rgba(99, 139, 255, 1);
    text-decoration: underline;
}
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: 0;
    margin-right: auto;
    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 {
    position: fixed;
    background-color: white;
    padding: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    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);
}
.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;
}
.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;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: white;
    padding: 15px;
    z-index: 9999;
}
.cookie-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#cookie-accept {
    background: rgba(141, 170, 255, 0.2);
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}
@media (max-width: 1000px) {
    .menuButton {
        display: flex;
    }
    header {
        height: auto;
    }
    header img {
        display: none;
    }
    header h1 {
        display: none;
    }
    header h2 {
        text-align: center;
        font-size: 2.6vw;
    }
    header .header {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    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 h3 {
        font-size: 8vw;
    }
    section.services .consult button {
        font-size: 36px;
        padding: 20px 40px;
    }
    section.services .services {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    section.services .services div.service {
        width: 90vw;
        height: auto;
    }
    section.services .services div.service.free {
        height: 60vw;
    }
    section.services .services div.service h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }
    section.services .services div.service a {
        opacity: 1;
        font-size: 40px;
        padding: 20px;
    }
    section.services .services div.right_services {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    section.about h3 {
        font-size: 32px;
    }
    form.mainForm {
        width: 100%;
        height: 90vh;
        overflow: auto;
    }
    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(1.2);
    }
    body img.bcg {
        display: none;
    }
    * {
        animation: none !important;
    }
    body section.reviews .content .review h3 {
        font-size: 32px;
    }
    body section.reviews .content .review h2 {
        font-size: 28px;
    }
    body section.reviews .content .review {
        width: 100%;
    }
    body section.reviews .content img.arrow {
        width: 100px;
        padding: 20px;
    }
    body footer {
        flex-direction: column;
    }
    footer ul li {
        font-size: 24px;
    }
}

.articles-section {
    margin-top: 60px;
    padding: 60px 0;
    background: linear-gradient(135.00deg, rgba(121, 221, 255, 1) 30%,rgba(121, 221, 255, 0) 100%);
}

.articles-section .wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.articles-section h1 {
    text-align: center;
    color: white;
    font-size: 2.5em;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.article-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.article-title {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.article-date {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 20px;
    display: block;
}

.article-link {
    display: inline-block;
    background: rgba(99, 139, 255, 1);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.article-link:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.no-articles {
    text-align: center;
    color: white;
    font-size: 1.2em;
    grid-column: 1 / -1;
    padding: 40px;
}

@media (max-width: 768px) {
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .articles-section h1 {
        font-size: 2em;
    }
    
    .article-card {
        padding: 20px;
    }
}