/*
Theme Name: _Psycho Theme
Author: Fenek4
*/




*{
    padding: 0;
    margin: 0;
    border: 0;

    font-family: mulish;
    color: var(--text-color1);
}
*,*:before,*:after{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
width: 100%;
font-size: 100%;
line-height: 1.25;
font-size: 16px;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
background: #F6F1EB;
scroll-behavior: smooth;
margin: 0 !important;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;
}

:root{
    --container-width: 1360px;
    --mobile-container-width: 343px;
    --tablet-container-width: 964px;
    --text-color1:#3C3535;
    --text-color2: #6E0E0F;
    --text-color3: #3D5D8C;
    --bg-color1:#E5E1DC;
    --pressed-btn-color: #3F0809;


    /*  ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT ROOT */
    font-family: inter;
}
button, a{
    cursor: pointer;
    -webkit-tap-highlight-color:transparent !important;
}
body, html{
    position: static; 
	overflow-x: visible;
    max-width: 100vw;
} 
.pre-container, section{ 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.container{
    width: var(--container-width);
    height: 100%;
}

.main {
	overflow: clip;
    position: relative; 
}
.wpcf7-spinner{
    display: none !important;
}


.imgs_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgs_popup-bg{
    width: 100vw;
    height: 100vh;
    background: #00000094;
    position: absolute;
}
.imgs_popup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.imgs_popup-arrow {
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/icons/chevron.svg") no-repeat center / 8px 12px, var(--bg-color1);
    border-radius: 50%;
    z-index: 2;
}
.imgs_popup-arrow_right{
    rotate: 180deg;
}
.imgs_popup-current_img {
    margin: 0 60px;
    min-height: 80vh;
}

.form_popup {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 33;
    justify-content: center;
    align-items: center;
}
.form_popup-inner {
    width: 50%;
    background: #F6F1EB;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    min-height: 50vh;
}
.form_popup-bg {
    background: #00000094;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.form_popup-title {
    font-family: forum;
    font-size: 42px;
    line-height: 42px;
    text-wrap: balance;
    margin-bottom: 20px;
}
.form_popup-form{
    width: 100%;
    background: #F6F1EB;
}
.form_popup-form input {
    background: var(--bg-color1);
    width: 100%;
    padding: 24px;
    /*margin-bottom: 19px;*/
    font-size: 18px;
    line-height: 1.25;
}
.form_popup-form input[type="checkbox"] {
    width: auto;
    margin: 2rem 0;
}
.form_popup-form p{
    margin-bottom: 19px;
}
.form_popup-form p:has(> input[type="submit"]) {
    background: var(--text-color2);
    color: white;
    font-size: 0;
    cursor: pointer;
}
.form_popup-form p:has(> input[type="submit"]):hover{
    background: var(--pressed-btn-color);
    transition-duration: .3s;
}
.form_popup-form input[type="submit"]{
    background: transparent;
    color: white;
}
.form_popup-form p:has(> input[type="submit"]):after{
    content:'111';
}
.form_popup-form ul{
    display: none;
}


::-webkit-scrollbar{
    /*display: none;*/
}
.btn{
    background: var(--text-color2);
    color: white;
}
.btn:hover{
    background: var(--pressed-btn-color);
}
@font-face {
    font-family: "Gogol";
    src: 
    url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/fonts/gogol/gogol_regular.woff2") format("woff2"),
    url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/fonts/gogol/gogol_regular.woff") format("woff"),
    url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/fonts/gogol/gogol_regular.ttf") format("truetype");
}
.section-title{
    position: absolute;
    left: calc(((100vw - var(--container-width))/ 2) );
    top: 112px;
    z-index: 1;

}
.header {
    position: absolute;
    font-size: 1rem;
    color: var(--text-color1);
    line-height: 1.1rem;
    z-index: 2;
}
.header-container {
    height: 44px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.header-link {
    color: inherit;
}
.header-link:before{
    content: "/";
    margin: 0 29px;
    cursor:context-menu;
}
.header-link:first-child:before{
    content: '';
    margin: 0;
}
.header-end {
    display: flex;
    gap: 60px;
}
.header-write_us {
    background: transparent;
    color: inherit;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid var(--text-color1);
}
.header-insta_link {
    color: inherit;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid var(--text-color1);
}

.hero {
    height: 100vh;
    overflow: hidden;
    position: relative;
    max-height: 56vw;
}
.hero-container {
    display: flex;
    height: 100%;
}
.hero-foating_text {
    position: absolute;
    left: calc(50vw - 200px);
    top: 125px;
    z-index: 1;
    rotate: -5.55deg;
    max-width: 460px;

    font-family: Gogol;
    font-size: 43px;
    color: var(--text-color2);
}
.hero-red_circle{
    transition-duration: .5s;
    position: absolute;
    background: var(--text-color2);
    width: 197px;
    height: 197px;
    border-radius: 50%;
    bottom: 84px;
    left: calc(49vw - 105.5px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
}
.hero-red_circle:hover{
    border: 2px var(--text-color2) solid;
    background: var(--bg-color1);
    color: var(--text-color2);
    transition-duration: .4s;
}
.hero-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-left__header {
    font-family: "Forum";
    color: var(--text-color3);
    font-size: 147px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.hero-left__real_header {
    margin-bottom: 44px;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--text-color1);
    width: 55%;
}
.hero-bg_img{
    position: absolute;
    top: 0;
    width: 50vw;
    right: 0;
    overflow: hidden;
}


.about {
    position: relative;
    background: var(--bg-color1);
    padding-top: 110px;
    padding-bottom: 40px;
}
.about-container {
    display: flex;
    justify-content: end;
}
.about-warning{
    position: absolute;
    top: 2vw;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
}
.about-title {
    color: var(--text-color1);
    padding-left: 37px;
}
.about-inside_container {
    width: 75%;
}
.about-inside_container__wrapper{
    display: flex;
    gap: 1rem;
}
.about-inside_title {   
    font-family: forum;
    font-size: 32px;
    color: var(--text-color1);
    margin-bottom: 21px;
}
.about-inside_text_block {
    background: var(--text-color3);
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-inside_lesser_title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}
.about-inside_list {
    margin-bottom: 64px;
}
.about-inside_list_element {
    padding-left: 12px;
    margin-left: 10px;
    color: white;
}
.about-inside_list_element::marker{
    content: '●';
}
.about-inside_link {
    color: #fff;
        /*text-decoration: underline;*/
        cursor: pointer;
        border-bottom:1px white solid;
        margin-top: auto;
        
}

.tenK {
    padding-top: 40px;
    background: var(--bg-color1);
    padding-bottom: 100px;
}
.tenK-container {
    position: relative;
    display: flex;
    justify-content: center;
}
.tenK-headings {
    position: absolute;
    top: 0;
    left: 0;
}
.tenK-title {
    color: var(--text-color1);
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.tenK-number_title {
    font-size: 200px;
    line-height: 1.1;
    color: var(--text-color1);
    letter-spacing: -0.02em;
    font-family: forum;
}
.tenK-text {
    font-family: gogol;
    color: var(--text-color2);
    max-width: 50%;
    font-size: 43px;
    line-height: 51.6px;
    margin-top: 310px;
}

.mission {
    position: relative;
    background: url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/MissionLinesBG.svg") no-repeat -50px center / calc(100% + 50px), var(--text-color3);
    color: white;
    height: 315px;
    padding: 65px 0;
}
.mission-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-title {
    top: 65px;
    color: white;
}
.mission-text {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: forum;
    font-size: 42px;
    line-height: 1.1;
    color: white;
    margin-left: 3vw;
}
.mission-text::before, .mission-text::after{
    position: absolute;
}


.call_if {
    padding-top: 110px;
    position: relative;
}
.call_if-big_title {
    font-family: Forum;
    font-size: 62px;
    line-height: 53px;
    color: var(--text-color1);
    display: flex;
    flex-direction: column;
    width: calc(var(--container-width)/2);
    margin-bottom: 37px;
}
.call_if-big_title__top {
    font-family: inherit;
}
.call_if-big_title__bottom {
    font-family: inherit;
    align-self: end;
}
.call_if-title {
    left: initial;
    right: calc(((100vw - var(--container-width))/ 2));
    top: 23px;
}
.call_if-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.call_if-card_row {
    display: flex;
    gap: 16px;
    width: var(--container-width);
}
.call_if-single_card {
    width: calc((100% - 48px)/4);
    height: 256px;
    background: var(--bg-color1);
    padding: 32px 16px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.call_if-single_card__blue{
background: var(--text-color3);
}
.call_if-single_card__blue > *{
    color: white;
}
.call_if-card_row1{
    justify-content: end;
}
.call_if-card_row3{
    justify-content: end;
    position: relative;
}
.call_if-card_num::before{
    content: '/ ';
}
.call_if-single_card__special {
    background: url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/specialCard.png");
    background-position: center center;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}
.call_if-card_title__special{
    color: white;
    max-width: 50%;
    text-align: center;
    transition-duration: .5s;
    z-index: 2;
}

.call_if-single_card__special::after{
    content: '';
    width: 100vw;
    height: 100vh;
    background: var(--text-color2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition-duration: .5s;
}
.call_if-single_card__special:hover::after{
    opacity: 1;
    transition-duration: .5s;
}
.call_if-hadwritten_text{
    font-family: 'Gogol';
    color: var(--text-color2);
    font-size: 2.5rem;
    padding-right: calc(600px - 100%);
    margin-top: 2rem;
    position: absolute;
    top: 2rem;
    left: 0;
    width: 37rem;
}
.heal{
    margin-top: 8rem;
    margin-bottom: 6rem;
}
.heal-content {
margin-top: 2.5rem;
width:100%;
display: flex;
gap: 4rem;
align-items: center;    
padding-left: 3rem;
}
.heal-title{
    font-family: forum;
    width:45rem;
    font-size: 4.5rem;
    line-height: .9em;
    margin-bottom: 2.5rem;
}
.heal-left_img {
border: 33px solid var(--text-color3);
}
.heal-right {
    background: var(--bg-color1);
    padding: 45px 70px 50px 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.heal-diseases {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 370px;
}
.heal-diseases_li::marker{
    content: '•  ';
}

.red_circle{
    /*height: 600vh;*/
    height: 100vh;
    background: #F6F1EB;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 110px;
    padding-top: 0px;
}
.red_circle-active_zone {
    background: var(--text-color2);
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    width: 90vh;
    height: 90vh;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding: 0 62px;
    position: static;
	/* position: sticky; /* додано */
    top: 30px;  /* додано */
    
}
.red_circle-title1 {
    opacity: 1 !important;
    transform: none !important;
}
.red_circle-title{
    transform: none !important;
}
.red_circle-handwritten {
    font-family: gogol;
    font-style: italic;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 69px;
    color: white;
    position: absolute;
    top: 22.5%;
}
.red_circle-title {
    font-family: forum;
    font-size: clamp(1rem, 2.5vw, 50px);
    line-height: 1.1em;
    margin-bottom: 53px;
    position: absolute;
    width: 100%;
    padding: 0 1vw;
    left: 0;
    
    transition-duration: .5s;
    color: white;
}
.red_circle-titles_wrapper{
    position: absolute;
    height: 159px;
    width: 671px;
    top: 37%;
}
.red_circle-icon {
    position: absolute;
    bottom: 19%;
    transition-duration: .3s;
    transition-delay: .05s;
    max-height: 155px;
}
.red_circle-icon {
    display: none;
}
.red_circle-icon1 {
    opacity: 1 !important;
    display: flex !important;
    transform: none !important;
}
.red_circle-title1 {
    display: flex !important;
}
.red_circle-title {
    display: none;
}
div#redCircle {
    padding: 10px 0;
    padding-top: 11%;
    
}
#redCircle * {
    position: static;
}
.red_circle-titles_wrapper{
 padding: 0 5%;   
}


.books {
    background:  var(--text-color3);
    position: relative;
    padding: 110px 0;
}
.books::after{
    content: url(https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/booksLine.svg);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.books-big_title {
    display: flex;
    flex-direction: column;
    font-family: forum;
    font-size: 48px;
    line-height: 53px;
    color: white;
    margin-bottom: 35px;
}
.books-big_title > *{
    font-family: inherit;
}
.books-big_title__top {
    display: flex;
    color: white;
}
.books-big_title__bottom {
    display: flex;
    align-self: flex-end;
    color: white;
}
.books-title {
    left: auto;
    right: calc(((100vw - var(--container-width))/ 2) );
    top: 110px;
    color: white;
}
.books-cards {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.books-single_card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 32px) / 3);
    color: white;
}
.books-card_img {
    margin-bottom: 16px;
    filter: grayscale(1);
    transition-duration: .4s;
    
}
.books-card_img:hover{
    filter: grayscale(0);
    transition-duration: .4s;
}
.books-card_title {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: white;
    word-wrap: break-word;
}
.books-card_link {
    font-weight: 500;
    font-size: 18px;
    color: inherit;
    display: flex;
    align-self: flex-start;
    cursor: pointer;
    border-bottom:1px white solid;
}


.services {
    padding: 110px 0; 
    position: relative;
}
.services-big_title {
    font-family: forum;
    font-size: 62px;
    line-height: 45px;
    margin-bottom: 32px;
}
.services-title {
    width: 280px;
    left: auto;
    right: calc(((100vw - var(--container-width))/ 2));
    z-index: 2;
    font-size: 16px;
    line-height: 20px;
}
.services-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.services-single_card {
    background: var(--bg-color1);
    padding: 40px;
    width: calc((100% - 16px)/2);
    display: flex;
    flex-direction: column;
}
.services-card_title{
    font-family: forum;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.services-time {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 24px;
}
.services-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px;
}
.services-price {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 22px;
}
.services-single_card{
    min-height: 24rem;
}
.services-list{
    margin-left: 1rem;
}
.services-list_element::marker{
    content: "•  ";
    margin-left: 10px;
}
.services-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 203px;
    height: 53px;
    color: white;
    background: var(--text-color2);
    margin-top: auto;
}

.values {
    background: url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/valuesBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-width: 100vw;
    min-height: 65vh;
    margin-bottom: 110px;
}
.values-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 65vh;
    justify-content: center;
    padding-top: 15vw;
}
.values-title {
    font-family: forum;
    font-size: 4rem;
    line-height: .9;
    position: absolute;
    top: 93px;
    color: white;
}
.values-content {
    width: 100%;
    display: flex;
    position: absolute;
    background: url('https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/valuesLine.svg');
    background-repeat: no-repeat;
    height: 240px;
}
.values-single_card {
    width: 25%;
    position: relative;
}
.values-card_content {
    position: absolute;
    padding: 18px 25px;
    background: var(--bg-color1);
    display: flex;
    max-width: fit-content;
    text-align: center;
}
.values-card_content::after{
    content: '';
    background: var(--text-color2);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    top: -14px;
    left: calc((100% - 27px) / 2);

}
.values-card_content1 {
    top: 9px;
    left: 52px;
}
.values-card_content2 {
    bottom: 50px;
}
.values-card_content3 {
    top: 12px;
}
.values-card_content4 {
    bottom: 10px;
    left: -40px;
}
.values-expand_img__1{
    transform: rotate(.5turn);
}

.faq {
    margin-top: 110px;
    position: relative;
    /*height: 565px;*/
    overflow: hidden;
    height: 100%;
    padding-bottom: 4rem;
}
.faq > *{
    z-index: 2;
}
.faq::after{
    content: '';
    position: absolute;
    width: 158vw;
    height: 158vw;
    background: var(--text-color3);
    border-radius: 100%;
    top: 0;
    left: auto;
}
.faq-container {
    padding-top: 157px;
}
.faq-title {
    text-align: center;
    font-family: forum;
    font-size: 61px;
    line-height: 45px;
    color: white;
    margin-bottom: 87px;
}
.faq-cards {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: start;
    flex-wrap: wrap;
}
.faq-accordeon {
    width: calc((100% - 16px)/2);
    background: #F6F1EB;
    padding: 28px;
    display: flex;
    flex-direction: column;
    /*padding-bottom: 25px;*/
}
.faq-accordeon > .faq-accordeon_main_text{
    height: 0px;
    overflow-y: scroll;
    scrollbar-color: black white;
    opacity: 0;
    transition-duration: .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.faq-accordeon_top { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-accordeon_img {
    cursor: pointer;
    transition-duration: .5s;
    padding: 11px;
    border-radius: 50%;
    overflow: hidden;
}
.faq-accordeon_img:hover{
    background: var(--bg-color1);
    transition-duration: .5s;
}
.faq-accordeon__active{
    overflow: visible;
    padding-bottom: 26px;
    transition-duration: .3s;
}
.faq-accordeon__active > .faq-accordeon_main_text{
    height: 100px;
    opacity: 1;
    transition-duration: .5s;
    margin-top: 28px;
    padding-top: 28px;
}
.faq-accordeon_main_text {
    border-top: var(--text-color1) 1px solid;
}
.faq-accordeon_title{
   font-size: 23px; 
}

.reviews {
    position: relative;
}
.reviews-container {
}
.reviews-little_title {
    top: 0;
}
.reviews-top {
}
.reviews-arrows {
    display: flex;
    gap: .75rem;
}
.reviews-single_arrow {
    background: var(--text-color1);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: .3s;
}
.reviews-single_arrow:before, .reviews-single_arrow:after  {
    content: '';
    background: white;
    width: 9px;
    height: 2px;
    position: absolute;
    top: 19px;
    left: 19px;
    transform: rotate(-45deg);
}
.reviews-single_arrow:after {
    /*content: '';*/
    /*background: white;*/
    /*width: 9px;*/
    /*height: 2px;*/
    /*position: absolute;*/
    top: 25px;
    /*left: 20px;*/
    transform: rotate(45deg);
}
.reviews-single_arrow2 {
    rotate: 180deg;
}
.reviews-single_arrow:hover{
    scale: 1.05;
    opacity: .9;
    transition-duration: .3s;
}
.reviews-cards {
    display: flex;
    gap: 2rem;
    transition-duration: .3s;
}
.reviews-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
}
.reviews-card_img {
    width: calc((100% - 6rem)/4);
    height: 100%;
    border-radius: 10px;
}
.reviews-title {
    margin-top: 3rem;
    font-family: 'Forum';
    font-size: 4rem;
    width: 40%;
}

.contact-container {
    display: flex;
    padding: 40px 0;
}
.contact-left {
    width: 50%;
}
.contact-right {
    width: 50%;
    padding-top: 48px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}
.contact-right_title {
    font-family: forum;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    margin-bottom: 19px;
}
.contact-right_form {
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    font-family: forum;
}
.contact-right_contact_links {
    display: flex;
    margin-top: auto;
    justify-content: center;
    gap: 60px;
}
.contact-right_contact_single_link{
    color: var(--text-color1);
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
}


.footer {
    background: var(--bg-color1);
    padding: 14px 0;
}
.footer-container {
    display: flex;
    justify-content: space-between;
}
.footer-first_element {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-element {
    display: flex;
    gap: 16px;
    font-size: 14px;
    line-height: 17.6px;
}
.footer-second_element {
    display: flex;
    align-items: center;
}
.footer-created_by {
    display: flex;
    align-items: end;
}

.contact-right_form input {
    text-align: center;
    width: 100%;
    padding: 24px 0;
    margin: 19px 0;
    font-size: 18px;
    line-height: 1.23;
    color: var(--text-color1);
    background: var(--bg-color1);
} 
.contact-right_form input[type="checkbox"] {
    width: initial;
    padding:0;
}
.contact-right_form span, .contact-right_form p{
    font-size: 18px;
    line-height: 1.23;
}
.contact-right_form ul{
    display: none;
}
span.wpcf7-list-item.first.last {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-right_form input[type=submit] {
    background: var(--text-color2);
    width: 200px;
    height: 200px;
    padding: 20px;
    white-space: pre-wrap;
    color: white;
    border-radius: 50%;
    cursor: pointer !important;
    transition-duration: .3s;
}
.contact-right_form input[type=submit]:hover{
    transition-duration: .3s;
    background: #F6F1EB;
    border: 2px var(--text-color2) solid;
    color: var(--text-color2);
}
.mobile{
    display: none;
}
.desktop{
    display: block;
}
#wpadminbar{
    display: none;
}
/* TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET */
@media screen and (max-width:1360px){
    .section-title{
        left: calc(((100vw - var(--tablet-container-width))/ 2) );
    }
    .container{
        width:var(--tablet-container-width);
    }
    .imgs_popup-current_img {
        margin: 0 20px;
        width: 65vw;
        min-height: 0px;
    }
    .hero-left__header{
        font-size: 6.5rem;
    }
    .header-nav{
        display: none;
    }
    .header-burger{
        width: 24px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .header-end{
    display: flex;
    order: 1;
    }
    .burger_line{
        background: var(--text-color3);
        width: 100%;
        height: 2px;
        border-radius: 25px;
        
    }
    .hero-foating_text{
    font-size: 30px;
    width: 330px;
    top: 103px;
    }
    .hero-left{
        gap:1.5rem;
    }
    .hero-left__real_header{
        width:343px;
        font-size: 1rem;
    }
    .hero-red_circle{
        bottom: 66px;
        left: calc(49vw - 93px);
    }
    .about-title{
    }
    .about-inside_container{
        width:720px;
    }
    .about-inside_title{
        padding-right: 66px;
        font-size: 1.3rem;
        
    }
    .about-inside_img{
    aspect-ratio: .73;
    width: 50%;
    height: 100%;
        
    }
    .about-inside_text_block{
        padding: 1.25rem;
        padding-bottom: 2rem;
    }
    .about-inside_container__wrapper{
        gap: .5rem;
    }
    .about-inside_list{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
        
    }
    .about-inside_list{
        margin-bottom: 21px;
    }
    .tenK-title{
        font-size: .75rem;
        margin-bottom: 14px;
    }
    .tenK-number_title{
        font-size: 7rem;
    } 
    .tenK-text{
        font-size: 31px;
        max-width: 470px;
        margin-top: 148px;
        line-height: 1.1;
    }
    
    .mission-text{
        font-size: 2rem;
        width: 555px;
        margin: 0;
    }
    .call_if-title{
    left: inherit;
    right: calc(((100vw - var(--tablet-container-width)) / 2));
    top: 80px;
    }
    .call_if{
    padding-top: 80px;
    }
    .call_if-card_row{
    width: var(--tablet-container-width);
    }
    .call_if-single_card{
        width: calc((100% - 24px) / 3);
        padding: 30px 25px 29px 30px;
    }
    .call_if-hadwritten_text{
        
    width: calc((100% - 24px) / 3);
    font-size: 1.9rem;
    line-height: 1.2;
    }
    .heal{
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .heal-left{
        display: none;
    }
    .heal-content{
        padding: 0;
    }
    .heal-title{
    font-size: 3rem;
    width: 550px;
    }
    .heal-diseases{
        min-width: 0;
    }
    .red_circle-title{
    padding: 0 6vw;
    font-size: clamp(1rem, 3.5vw, 45px);
    }
    .books:after{
        bottom: -30px;
        left: -41px;
    }
    .books-title{
        right: calc(((100vw - var(--tablet-container-width)) / 2));
        left: auto;
    }
    .books-big_title{
        font-size: 2rem;
        line-height: .9;
    }
    .books-card_title{
        font-size: .95rem;
        line-height: 1.2;
    }
    .books-card_link{
        font-size: .9rem;
    }
    .books-card_img{
        filter: grayscale(0);
    }
    .services-title{
    left: auto;
    right: calc(((100vw - var(--tablet-container-width)) / 2));
    }
    .services-single_card{
    padding: 28px;
    padding-bottom: 1.5rem;
    
        
    }
    .services-card_title{
        font-size: 1.5rem;
        line-height: 1.25;
    }
    .services-btn{
    width: 163px;
    height: 42px;
    }
    .values-title{
    font-size: 62px;
    line-height: 28px;
    }
    .values-card_content2 {
        bottom: 100px;
    }
    .values-single_card3{
        top: 55px;
    }
    .values-card_content4 {
    bottom: auto;
    top: 20px;
    left: -40px;
    }
    .reviews-title{
    font-size: 62px;
    line-height: .8;
    width: 527px;
    }
    .faq-cards{
        flex-wrap: wrap;
        justify-content: center;
    }
    .faq-accordeon_img{
    margin: -11px;
    margin-top: -5.5px;
    }
    .contact-img{
        width:100%
    }
    .contact-right_title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    }
    .contact-right{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .contact-right_form input{
        padding: 18px 0 19px 0;
        margin-bottom: 0;
    }
    .contact-right_form input[type="checkbox"]{
        margin: 0;
    }
    span.wpcf7-list-item.first.last {
    margin-top: .5rem;
    }
    .contact-right_form input[type=submit]{
    width: 142px;
    height: 142px;
    font-size: 13px;
    line-height: 1.25;
    }
    .footer-container a, .footer-container p {
    font-size: 11px;
    line-height: 13px;
    }
    .values-content{
        background: url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/lineBgTablet.svg");
        background-repeat: no-repeat;
    }
    .values-single_card{
        white-space: nowrap;
        top: 12px;
        left: 26px;
        
    }
    .values-single_card1{
        top: 12px;
        left: 26px;
        
    }
    .values-single_card2{
        bottom: 95px;
        left: -45px;
        
    }
    .values-single_card3{
    top: -45px;
    right: 80px;

        
    }
    .values-single_card4{
    bottom: auto;
    top: 105px;
    left: -55px;
    min-width: 320px;
    }
    
}

/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */
@media screen and (max-width: 964px) {
    .container{
        width: var(--mobile-container-width);
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: flex;
    }
    
    .form_popup-form input{
        margin: .3rem 0;
    }
    .form_popup-form p{
        margin-bottom: 0px;
    }
    .header-burger {
        width: 24px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .header-container{
        justify-content: flex-end;
    }
    .burger_line {
        background: var(--text-color3);
        width: 100%;
        height: 2px;
        border-radius: 25px;
    }
    .form_popup-inner {
        width: 100vw;
        height: fit-content;
        max-width: 550px;
    }
    .form_popup-bg {
    }
    .form_popup-title {
        font-size: 20px;
        line-height: 22px;
    }
    .form_popup-form {
        font-size: 18px;
        width: 100%;
    }
    .form_popup-close_btn{
        position: absolute;
        top: 16px;
        right: 16px;
        background: #E5E1DC;
        padding: 14px;
        border-radius: 50%;
        rotate: 45deg;
    }

    .hero{
        padding-top: 54px;
        z-index: 1;
        overflow: visible;
        height: auto;
        max-height: 770px;
    }
    .hero-container{
        flex-direction: column;
    }
    .hero-foating_text {
        position: static;
        rotate: 0deg;
        width: 100%;
        font-size: 29px;
        line-height: 35px;
        text-align: center;
    }
    .hero-red_circle {
        top: auto;
        bottom: -100px;
        left: calc((100vw - 197px)/2);
    }
    .hero-left {
        order: -1;
        width: 100%;
        height: fit-content;
    }
    .hero-left__header {
        font-size: 78px;
        line-height: 86px;
        margin-bottom: 20px;
    }
    .hero-left__real_header {
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 10px;
    }
    .hero-bg_img {
        position: static;
        width: 342px;
        height: 442px;
    }

    .about {
        margin-top: 150px;
        padding: 0;
        padding-top: 54px;
    }
    .about-container {
        position: relative;
    }
    .about-title {
        width: 100%;
    }
    .section-title {
        left: auto;
        top: 0;
        padding: 0;
    }
    .about-warning{
        top: calc(2vw - 54px);
    }
    .about-inside_container {
        margin-top: 53px;
        width: 100%;
    }
    .about-inside_title {
        font-size: 20px;
        line-height: 22px; 
    }
    .about-inside_lesser_title{
        margin-bottom: 10px;
    }
    .about-inside_container__wrapper {
        display: flex;
        flex-direction: column;
    }
    .about-inside_img {
        width: 60%;
        align-self: flex-start;
    }
    
    .tenK {
        padding-top: 29px;
        padding-bottom: 55px;
    }
    .tenK-headings {
        display: flex;
        flex-direction: column;
    }
    .tenK-title {
        order: 2;
        font-size: 1rem;
        line-height: 1.25;
        margin-bottom: 36px;
    }
    .tenK-number_title {
        order: 0;
        font-size: 111px;
        line-height: 1.1;
        text-align: left;
    }
    .tenK-text {
        font-size: 29px;
        line-height: 35px;
        max-width: 100%;
        margin-top: 170px;
    }
    .mission {
        padding-top: 50px;
        background: var(--text-color3);
        position: relative;
        height: 4  0vh;
    }
    .mission::after{
        content: '';
        position: absolute;
        background: url("https://www.beatanad.com.ua/wp-content/themes/psychotheme/img/MissionLinesResp.svg") no-repeat center / 100% calc(100% - 50px) ;
        width: 960px;
        height: 100%;
        top: 2vw;
        left:calc((100vw - 960px)/2);
        rotate: -11deg;
    }
    .mission-container {
        position: relative;
        padding: 0;
    }
    .mission-text {
        font-size: 20px;
        line-height: 1.1;
        width: 100%;
        margin: 0;
    }

    
    .call_if{
        padding-top: 55px;    
    }
    .call_if-container {
        position: relative;
    }
    .call_if-big_title {
        font-size: 30px;
        line-height: 1;
        padding-top: 36px;
    }
    .call_if-cards {
        flex-direction: column;
        width: 100%;
    }
    .call_if-title{
        left: auto;
        right: 3px;
    }
    .call_if-big_title{
        width: var(--mobile-container-width);
    }
    .call_if-card_row {
        flex-direction: column;
        width: 100%;
    }
    .call_if-single_card {
        height: 100%;
        width: 100%;
    }
    .call_if-card_num {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 24px;
        font-family: forum;
    }
    .call_if-single_card__special {
        height: 233px;
    }
    .call_if-hadwritten_text{
        display: none;
    }

    .red_circle {
        height: 70vh;
        padding-top: 5vw;
    }
    .red_circle-title1{
        margin-bottom: 0;
    }
    .red_circle-active_zone {
        min-width: 367px;
        width: 367px;
        height: 367px;
        padding: 50px 20px;
        padding-top: 65px;
    }
    div#redCircle{
        padding-top: 20%;
    }
    .red_circle-handwritten {
        font-size: 21px;
        line-height: 1.25;
        margin-bottom: 30px;
        width: 65%;
        height: 58px;
    }
    .red_circle-titles_wrapper {
        width: 100%;
        height: 100%;
        max-height: 45px;
        margin-bottom: 31px;
    }
    .red_circle-title {
        font-size: 30px;
        line-height: 24.5px;
        width: 100%;
        padding: 0 5%;
    }
    .red_circle-icon {
        height: 82px;
    }
    .red_circle-titles_wrapper{
        height: 105px;
    }


    .books {
        padding: 55px 0;
    }
    .books:after{   
        content: none;
    }
    .books-container {
        position: relative;
    }
    .books-big_title {
        padding-top: 2.5rem;
        font-weight: 400;
        font-size: 30px;
        line-height: 1.1;
    }
    .books-title{
    left: 0;
    right: auto;
    }
    .books-big_title > *{
        font-family: inherit;
    }
    .books-cards {
        flex-direction: column;
    }
    .books-single_card {
        width: 100%;
    }
    .books-card_img {
        width: 100%;
        filter: grayscale(0);
    }
    .books-card_title {
        font-size: 19px;
        line-height: 23px;
    }

    .services {
        padding: 55px 0;
        margin-bottom: 85px;
    }
    .services-container {
        position: relative;
    }
    .services-big_title {
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 11px;
    }
    .services-title {
        position: static;
        margin-bottom: 33px;
    }
    .services-cards {
        flex-direction: column;
        gap: 22px;
    }
    .services-card_title{
        font-size: 30px;
        line-height: 33px;
    }
    .services-single_card {
        width: 100vw;
        background: var(--bg-color1);
        margin-left: calc((0px - (100vw - var(--mobile-container-width))) / 2);
        padding: 22px calc((100vw - var(--mobile-container-width)) / 2);
        min-height: 300px;
    }
    .about-inside_text_block{
        padding: 20px;
    }
    
    .faq {
        margin: 0;
        height: 100%;
        padding-bottom: 3rem;
    }
    .faq:after{
        border-radius: 46% 46% 0 0;
        height: 100%;
    }
    .faq-container {
        padding-top: 58px;
    }
    .faq-title {
        font-size: 30px;
        line-height: 22px;
    }
    .faq-cards {
        flex-direction: column;
    }
    .faq-accordeon {
        width: 100%;
        padding: 0;
        background: var(--bg-color1);
    }
    .faq-accordeon_top {
        padding: 15px 0px 15px 13px;
        align-items: center;
    }
    .faq-accordeon_title {
        font-size: 16px;
        line-height: 20px;
        width: 100% ;
    }
    .faq-accordeon_img {
        padding: 14px;
        background: #00000010;
        border-radius: 50%;
        margin-right: 23px;
    }
    .faq-accordeon_img2{
        width: 43px;
    }
    .faq-accordeon_img:hover{
        background: #00000010;
    }
    .faq-accordeon__active > .faq-accordeon_main_text {
        margin: 0;
        padding-top: 20px;
        padding-left: 13px;
        padding-bottom: 38px;
        padding-right: 33px;
        height: 160px;
        font-size: 16px;
        line-height: 20px;
    }
    .faq-accordeon_main_text {
    scrollbar-color: black white;
}

    
    .contact-container {
        flex-direction: column;
    }
    .contact-left {
        width: 100%;
    }
    .contact-img {
        width: 100%;
    }
    .contact-right {
        width: 100%;   
        padding: 0;
        padding-top: 34px; 
    }
    .contact-right_title {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-right_form {
        font-size: 1.5rem;
    }
    .contact-right_contact_links {
        margin-top: 44px;
    }
    .contact-right_form input{
        margin: .25rem 0;
        padding: .8rem 0;
    }

    .footer {
        padding: 20px 0 15px 0;
    }
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }
    .footer-element {
        flex-direction: column;
        gap: 6px;
    }
    .footer-second_element {
        justify-content: start;
        align-items: start;
        order: -1;
    }
    
.burger_menu {
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: end;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        transition-duration: .5s;
    }
    .burger_menu-inner {
        background: #F6F1EB;
        width: calc(100vw * (245 / 375));
        padding-left: 33px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding-top: 20%;
    }
    .burger_menu-close_btn {
        rotate: 45deg;
        width: 42px;
        height: 42px;
        padding: 14px;
        background: #E5E1DC;
        border-radius: 50%;
        position: absolute;
        top: 16px;
        right: 16px;
    }
    .burger_menu-nav {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        gap: 19px;
        padding: 19px 0;
    }
    .burger_menu-nav__title {
        color: var(--text-color3);
        font-size: 32px;
        line-height: 23px;
        line-height: 0.02em;
        font-family: forum;
        margin-bottom: 20px;
    }
    .burger_menu-nav__link {
        cursor: pointer;
    }
    .heal-title{
    font-size: 2rem;
    max-width: var(--mobile-container-width);
        
    }
    .heal-left{
        display: none;
    }
    .heal-content{
        padding: 0;
    }
    .heal-diseases{
        gap: 1rem;   
    }
    .heal-right{
    padding: 1rem 2rem;
    flex-direction: column;
    gap: 1rem;
    }
    .heal-diseases{
        min-width: 0;
    }
    .heal{
        margin-bottom:0;
    }
    
    .values{
        align-items:start;
        min-height: 85vh;
    }
    .values-container{
        justify-content: start;
        padding-top: 7.5rem;
    }
    .values-title{
        font-size: 2rem;
        top: 3rem;
    }
    .values-single_card{
        left: 0;
        top: 0;
    }
    .values-card_content{
        flex-direction: column;
        position: static;
        gap: 3rem;
    }
    .values-single_card{
        width:100%;
        display: flex;
        justify-content: center;
    }
    .values-content{
        background: none;
        flex-direction: column;
        position: static;
        gap: 3rem;
    }
    .reviews-title{
        width: 100%;
        font-size: 2rem;
    }
    .reviews-top{
    flex-direction: column;
    align-items: center;
    }
    .services-title{
        left: auto;
    }
    .reviews-arrows{
        align-items: center;
        gap: 0;
    }
    .reviews-single_arrow {
    background: none;
    }
    .reviews-single_arrow:after, .reviews-single_arrow:before {
    background: var(--text-color1);
    }
    .reviews-cards{
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-color: transparent transparent;
    }
    .reviews-card_img{
        width: 60vw;
    }
}