/* ===============
   psixology
   =============== */
/*
Theme Name: psixology
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: psixology
Tags: 



CSS CONTENTS:
--------------------------
LINKS
HEADER

*/



@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-Regular.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-Regular.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-RegularIt.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-RegularIt.ttf) format("ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-Bold.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-Bold.ttf) format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-BoldIt.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-BoldIt.ttf) format("ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-Extrabld.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-Extrabld.ttf) format("ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-ExtrabldIt.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-ExtrabldIt.ttf) format("ttf");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-Black.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-Black.ttf) format("ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-BlackIt.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-BlackIt.ttf) format("ttf");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-Light.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-Light.ttf) format("ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Proxima Nova;
    src: url(/wp-content/themes/psixology/fonts/ProximaNova-LightIt.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/ProximaNova-LightIt.ttf);
    font-weight: 100;
    font-style: italic;
}


@font-face {
    font-family: Russo One;
    src: url(/wp-content/themes/psixology/fonts/RussoOne-Regular.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/RussoOne-Regular.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Sansation Light;
    src: url(/wp-content/themes/psixology/fonts/Sansation-Light.woff) format("woff"),
        url(/wp-content/themes/psixology/fonts/Sansation-Light.ttf) format("ttf");
    font-weight: 100;
    font-style: normal;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.single-post .content.single {
    font-family: Proxima Nova;
}

p {
    font-family: Proxima Nova;
    font-weight: normal;
    color: #4A4A4A;
}

b,
strong {
    font-family: Proxima Nova;
    font-weight: bold;
    /*color: #4A4A4A;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Proxima Nova;
    font-style: normal;
    color: #4A4A4A;
}

h1 {
    font-weight: bold;
    font-size: 41px;
    line-height: 110.3%;
}

h2 {
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 123.3%;
}

h4 {
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
}

h5 {
    font-weight: bold;
    font-size: 19px;
    line-height: 123.3%;
}

h6 {
    font-weight: 800;
    font-size: 17px;
    line-height: 123.3%;
}

.content-title h2 {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

.content-title h1 {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}


html {
    overflow-x: hidden;
}

body {
    font-family: Proxima Nova;
}

#main {
    height: 100%;
    flex-grow: 1;
}

.bodymain {
    margin-left: auto;
    margin-right: auto;
    background: #F7F8FA;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: unset;
}


/* меню */
#masthead {
    height: 88px;
    background: linear-gradient(180deg, rgba(16, 108, 114, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
}

#masterheader {
    width: 100%;
}

#masterheader .masterhead-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
}

#masterheader .menu-container ul {
    display: flex;
    padding: unset;
    margin: unset;
}

#masterheader .menu-container ul li {
    display: flex;
}

#masterheader .menu-container ul li a {
    font-family: 'Sansation Light';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: unset;
    text-transform: lowercase;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: border 0.5s;
}

#masterheader .menu-container ul li:hover {
    border: 1px solid white;
    border-radius: 100px;
}

#masterheader .menu-toreg-btn {
    font-family: 'Sansation Light';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: unset;
    text-transform: lowercase;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid white;
    border-radius: 100px;
    transition: border 0.5s, background-color 0.5s;
}

#masterheader .menu-toreg-btn:hover {
    background-color: rgba(16, 108, 114, 0.82);
    border: 1px solid rgba(16, 108, 114, 0.82);
}

/* если не домашняя страница */
.not-home #masthead {
    position: relative;
    background-color: #106C72;
}

/* если не домашняя страница */

@media(max-width: 768px) {
    .masterhead-menu {
        display: none;
    }
}

@media(max-width: 560px) {
    #masterheader .masterhead-btn {
        display: none;
    }

    #masterheader .masterhead-block {
        padding: 30px 16px;
    }
}

/* меню */


/* мобильное меню */
.burger-button {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.burger-button span {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1' width='24' height='2' fill='white'/%3E%3Crect y='21' width='24' height='2' fill='white'/%3E%3Crect y='11' width='24' height='2' fill='white'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.burger-active span {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_115_684)'%3E%3Cpath d='M0.6875 21.8997L21.9008 0.686523L23.315 2.10073L2.10171 23.3139L0.6875 21.8997Z' fill='white'/%3E%3Cpath d='M2.10171 0.686035L23.315 21.8993L21.9008 23.3135L0.6875 2.10025L2.10171 0.686035Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_115_684'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.menu-mobile {
    position: absolute;
    z-index: 4;
    right: 0px;
    top: 70px;
    background: linear-gradient(270.21deg, rgba(16, 108, 114, 0.82) 0.16%, rgba(16, 108, 114, 0.97) 99.8%);
    /* padding: 15px; */
    display: none;
    /* background: #106C72; */
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.41);
}

.menu-mobile__in {
    padding: 30px 30px;
}

.menu-mobile ul {
    padding: unset;
}

.menu-mobile a {
    text-decoration: none;
    font-family: 'Sansation Light';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-mobile a:hover {
    color: #FFFFFF;
}

.menu-mobile li {
    display: block;
    text-transform: uppercase;
    margin: 19px 0px;
}

.menu-mobile .in-mobile>a {
    display: none;
}

.menu-active {
    display: block;
}


.masterhead-menu-mobile {
    display: none;
}

.menu-mobile .menu-toreg-btn {
    display: none;
}

@media(max-width: 768px) {
    .masterhead-menu-mobile {
        display: flex;
    }

    .burger-button {
        justify-content: flex-end;
    }
}

@media(max-width: 560px) {
    .menu-mobile .menu-toreg-btn {
        display: flex;
    }
}

/* мобильное меню */


/* топ блок главная */
.section-psixology.top {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    /*height: 100vh;*/
    margin-bottom: 35px;
    display: flex;
}

.section-psixology.top .block-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.section-psixology.top .section-in {
    display: flex;
    /*height: 100%;*/
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex-grow: 1;
}

.section-psixology.top .top-background {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.section-psixology.top .block-bottom {
    display: flex;
    background: linear-gradient(90deg, rgba(16, 108, 114, 0.03) 3.99%, rgba(16, 108, 114, 0.5) 100%);
    width: 100%;
    justify-content: flex-end;
    padding: 25px 25px 25px 25px;
}

.section-psixology.top .block-center {
    display: flex;
}

.section-psixology.top .top-title {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(270.21deg, rgba(16, 108, 114, 0.82) 0.16%, rgba(16, 108, 114, 0.3854) 99.8%);
    border-radius: 30px 0px 0px 30px;
    padding: 60px 25px 60px 60px;
    text-transform: uppercase;
}

.section-psixology.top .block-bottom * {
    font-family: 'Russo One';
}

.section-psixology.top .timer-block {
    display: flex;
    align-items: flex-end;
}

.section-psixology.top .timer-block .timer-in {
    display: flex;
}

.section-psixology.top .timer-block .timer-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: unset;
    margin-right: 50px;
}

.section-psixology.top .timer-block .timer .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-psixology.top .timer-block .timer .section+.section {
    margin-left: 10px;
}

.section-psixology.top .timer-block .timer .section .value {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: white;
    margin: unset;
    text-transform: lowercase;
    min-width: 66px;
}

.section-psixology.top .timer-block .timer .section .label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #9FC3DD;
    margin: unset;
    text-transform: lowercase;
    position: absolute;
    bottom: -16px;
}

@media(min-width: 768px) and (max-width: 1000px) {

    .section-psixology.top .top-title {
        font-size: 40px;
    }

    .section-psixology.top .timer-block .timer-title {
        font-size: 26px;
    }

    .section-psixology.top .timer-block .timer .section .value {
        font-size: 36px;
    }

    .section-psixology.top .timer-block .timer .section .label {
        font-size: 14px;
    }

}

@media(max-width: 768px) {
    .section-psixology.top .timer-block {
        flex-direction: column;
    }

    .section-psixology.top .top-title {
        font-size: 20px;
        line-height: 140%;
        padding: 30px 25px 30px 30px;
    }

    .section-psixology.top .timer-block .timer-title {
        font-size: 22px;
        margin-right: unset;
        margin-bottom: 14px;
    }

    .section-psixology.top .timer-block .timer .section .value {
        font-size: 37px;
    }

    .section-psixology.top .timer-block .timer .section .label {
        font-size: 14px;
    }


    .section-psixology.top .block-bottom {
        margin-bottom: 70px;
    }

    .section-psixology.top .timer {
        margin-bottom: 14px;
    }


}

/* топ блок главная */

/* блок регистрации */
.section-psixology.reg #reg_form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
}

.section-psixology.reg #reg_form .block {
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-psixology.reg #reg_form .block.no-justify {
    justify-content: unset;
}

.section-psixology.reg #reg_form .input-text {
    border: 1px solid #131313;
    width: 100%;
    color: #131313;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 27px;
    background-color: unset;
    resize: vertical;
    border-radius: 100px;
}

.section-psixology.reg #reg_form .input-text::placeholder {
    color: rgba(19, 19, 19, 0.4);
}

.section-psixology.reg #reg_form .input-text-title {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #131313;
    margin: unset;
    margin-left: 27px;
    margin-bottom: 10px;
}

.section-psixology.reg #reg_form .reg-input {
    margin-bottom: 35px;
}


.section-psixology.reg #reg_form .response span {
    display: flex;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #106C72;
    justify-content: center;
}

.section-psixology.reg #reg_form .response span.error {
    color: #CF362A;
}

.section-psixology.reg #reg_form .reg-input.error input {
    border: 2px solid #CF362A !important;
}

.section-psixology.reg #reg_form .reg-input.error input+label {
    border: 2px solid #CF362A !important;
}

.radio-group {
    display: flex;
}

.radio-group label {
    margin-right: 20px;
}

@media(max-width: 768px) {

    .section-psixology.reg #reg_form .block {
        flex-basis: 100%;
    }

    .section-psixology.reg #reg_form {
        margin-top: unset;
    }

    .section-psixology.reg #reg_form .input-text-title {
        font-size: 18px;
        line-height: 22px;
    }

    .section-psixology.reg #reg_form .input-text {
        font-size: 18px;
        line-height: 22px;
    }

}

/* блок регистрации */


/* блок расписания */
.section-psixology.raspisanie .raspisanie-days .rasp {
    display: flex;
    border-bottom: 1px solid #131313;
    padding-bottom: 8px;
}

.section-psixology.raspisanie .raspisanie-days .rasp .time {
    flex-basis: 110px;
    flex-shrink: 0;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    align-items: center;
    color: #131313;
}

.section-psixology.raspisanie .raspisanie-selector {
    display: flex;
    border-bottom: 1px solid #131313;
    margin-bottom: 33px;
    padding-bottom: 3px;
}

.section-psixology.raspisanie .raspisanie-selector .days {
    flex-basis: 130px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #131313;
    padding-bottom: 4px;
    cursor: pointer;
}

.section-psixology.raspisanie .raspisanie-selector .days.active {
    border-bottom: 3px solid #131313;
}

.section-psixology.raspisanie .raspisanie-selector .days+.days {
    margin-left: 21px;
}

.section-psixology.raspisanie .raspisanie-days .days {
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0px;
}

.section-psixology.raspisanie .raspisanie-days .days.active {
    opacity: 1;
    position: relative;
}

.section-psixology.raspisanie .raspisanie-days {
    position: relative;
}

.section-psixology.raspisanie .raspisanie-days .rasp+.rasp {
    margin-top: 10px;
}

.section-psixology.raspisanie .raspisanie-days .rasp .caption {
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #131313;
    flex-shrink: 1;
    padding-left: 20px;
}

.section-psixology.raspisanie .raspisanie-days .rasp .caption p {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media(min-width: 768px) and (max-width: 1000px) {

    .section-psixology.raspisanie .raspisanie-days .rasp .caption {
        font-size: 17px;
        line-height: 21px;
    }

}

/* блок расписания */


/* стиль секций */
.section-psixology.container .section-in {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.section-psixology.container {
    background-color: white;
    margin-bottom: 35px;
    min-height: 540px;
    display: flex;
    overflow: hidden;
}

.section-psixology.container .section-title {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    color: #106C72;
    margin: unset;
    /*margin-bottom: 24px;*/
    text-transform: uppercase;
}

.section-psixology.container .section-content {
    margin-top: 24px;
}

.section-psixology.container .section-caption {
    margin-top: 15px;
    margin-bottom: unset;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #131313;
}

.section-psixology.container .section-caption a {
    text-decoration: none;
}

.section-psixology.relative .section-in {
    position: relative;
}

.section-psixology .block-section-img {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.section-img {
    position: absolute;
    right: 70px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
}

.section-psixology.container.h-auto {
    min-height: auto;
}

@media(min-width: 768px) and (max-width: 1000px) {

    .section-psixology.container .section-title {
        font-size: 40px;
    }

}

@media(max-width: 768px) {

    .section-psixology.container .section-title {
        font-size: 32px;
    }

    .section-psixology.container .section-caption {
        font-size: 16px;
    }

    .section-psixology.raspisanie .raspisanie-days .rasp .time {
        font-size: 18px;
    }

    .section-psixology.raspisanie .raspisanie-days .rasp .caption {
        font-size: 16px;
    }


}

/* стиль секций */

/* стиль контейнера записей */
.posts {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.content-nohome .posts .post.post-style1 {
    margin-bottom: 30px;
}

/* стиль контейнера записей */

/* стиль блоков экспертов и новостей  */
.posts .post.post-style1 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}

.posts .post.post-style1 .post-img-in {
    padding-top: 83.2%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.posts .post.post-style1 {
    flex-basis: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.posts .post.post-style1 .post-in a {
    text-decoration: unset;
}

.posts .post.post-style1 .post-text {
    text-align: center;
}

.posts .post.post-style1 .post-title {
    margin-top: 23px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #131313;
}

.posts .post.post-style1 .post-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #131313;
}

@media(min-width: 768px) and (max-width: 1000px) {

    .section-psixology.container .section-title {
        font-size: 40px;
    }

    .posts .post.post-style1 .post-title {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 26px;
    }

    .posts .post.post-style1 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

}

@media(max-width: 768px) {

    .posts {
        flex-direction: column;
    }

    .posts .post.post-style1 {
        margin-bottom: 30px;
    }

    .posts .post.post-style1 .post-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 26px;
    }

    .posts .post.post-style1 .post-excerpt {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

}

/* стиль блоков экспертов и новостей  */


/* стиль блока места проведения */
.section-psixology.location .location-block {
    display: flex;
}

.section-psixology.location .block-left {
    flex-basis: 411px;
    flex-shrink: 0;
    background-color: rgba(16, 108, 114, 0.1);
    border-radius: 30px 0px 0px 30px;
    padding: 40px 50px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-psixology.location .block-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-psixology.location .block-right {
    border-radius: 0px 30px 30px 0px;
    overflow: hidden;
    display: flex;
}

.section-psixology.location .text-block h3 {
    font-weight: 400;
    color: #131313;
    margin-top: unset;
    margin-bottom: 3px;
}

.section-psixology.location .text-block p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.section-psixology.location .text-block a {
    color: #131313;
    text-decoration: none;
}

.section-psixology.location .text-block a:hover {
    text-decoration: underline;
}

.social-block a {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: flex;
}

.social-block a:hover {
    opacity: 0.5;
}

.social-block .vk {
    background-image: url(/wp-content/themes/psixology/img/vk-icon.svg);
}

.social-block .telegram {
    background-image: url(/wp-content/themes/psixology/img/telegram-icon.svg);
}

.social-block a+a {
    margin-left: 16px;
}

.social-block {
    display: flex;
    margin-top: 20px;
}

@media(max-width: 768px) {

    .section-psixology.location .location-block {
        flex-direction: column;
    }

    .section-psixology.location .block-left {
        flex-basis: unset;
        border-radius: 30px 30px 0px 0px;
        padding: 40px 30px 20px 30px;
    }

    .section-psixology.location .block-right {
        border-radius: 0px 0px 30px 30px;
    }

}

/* стиль блока места проведения */


/* стиль блоков партнёров  */
.posts .post.post-style2 .post-img {
    border: 1px solid #106C72;
    border-radius: 30px;
    padding: 15%;
}

.posts .post.post-style2 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: contain;
    border-radius: 30px 30px 0px 0px;
}

.posts .post.post-style2 .post-img-in {
    padding-top: 83.2%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

.posts .post.post-style2 {
    flex-basis: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.posts .post.post-style2 .post-in a {
    text-decoration: unset;
}

.posts .post.post-style2 .post-text {
    text-align: center;
}

.posts .post.post-style2 .post-title {
    margin-top: 23px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #131313;
}

.posts .post.post-style2 .post-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #131313;
}

@media(max-width: 768px) {

    .posts .post.post-style2 {
        margin-bottom: 30px;
    }

}

/* стиль блоков партнёров  */

/* стиль кнопки показать ещё и т.д */
.bottom-button {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.style-button1 {
    font-family: 'Sansation Light';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #131313;
    border-top: 1px solid #131313;
    border-bottom: 1px solid #131313;
    padding: 4px 4px 4px 4px;
    cursor: pointer;
    transition: border 0.5s, border-radius 0.5s, padding 0.5s, opacity 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
}

.style-button1:hover {
    border: 1px solid #131313;
    border-radius: 100px;
    padding: 4px 20px 4px 20px;
}

.style-button1.hide {
    opacity: 0;
}

@media(max-width: 768px) {
    .bottom-button {
        margin-top: 20px;
    }
}

/* стиль кнопки показать ещё и т.д */


/* Убрать обводку фреймов */
.content .post-in iframe {
    border: none;
}

/* Убрать обводку фреймов */

/* цитата */
.wp-block-quote {
    padding: 6px 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-left: 3px solid #0F6AB2;
}

.wp-block-quote p {
    font-family: Proxima Nova;
    margin: unset;
    font-size: 17px;
    color: #4A4A4A;
    line-height: 157.3%;
}

/* цитата */

/* список */
.list-style {
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.post-in ul {
    font-size: 17px;
    color: #4A4A4A;
    line-height: 157.3%;
}

.post-in ul li::marker {
    color: #0F6AB2;
}

/* список */

/* блок изображений */
.content .wp-block-image {
    margin-top: 35px;
    margin-bottom: 35px;
}

/* блок изображений */

/* убираем браузерную обводку ввода */
*:active,
*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

/* убираем браузерную обводку ввода */


/* футер */
#footer {
    /* background: linear-gradient(0deg, rgba(16, 108, 114, 0.7) 0%, rgba(0, 0, 0, 0) 100%); */
    height: 70px;
    background-color: #106C72;
}

/* футер */


/* стиль блока низа записей */
.post-bottom {
    margin-top: 45px;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post-social-title {
    display: flex;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    color: #106C72;
    margin-bottom: 17px;
}

.post-social div {
    display: flex;
    position: relative;
    margin-right: 9px;
}

.post-social .vk a {
    background-image: url(/wp-content/themes/psixology/img/vk-icon.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}

.post-social .telegram a {
    background-image: url(/wp-content/themes/psixology/img/telegram-icon.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}


/* -стиль блока низа записей */


/* стиль блока Читайте также */
.posts-readmore {
    margin-top: 11px;
}

.post-readmore-title {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    color: #106C72;
    margin-bottom: 10px;
    display: flex;
}

/* -стиль блока Читайте также */

/* стиль внутри записи */
.single .content .section-content .post-img {
    margin-bottom: 35px;
}

.single .content .section-content .post-img img {
    width: 100%;
    height: auto;
}

.single .content .section-content img {
    max-width: 100%;
    height: auto;
}

.single .content .section-content>* {
    max-width: 100%;
}

.single .content .section-content p {
    font-size: 17px;
    color: #131313;
    line-height: 150%;
}

.single .content iframe {
    border: unset;
}

/* -стиль внутри записи */


.w100 {
    flex-basis: 100%;
    flex-grow: 1;
}


/* стиль radio */
.radio-style1 {
    display: none;
}

.radio-style1+label {
    min-height: 41px;
    /*! background: #FFFFFF; */
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    color: #131313;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 27px;
    border-radius: 100px;
    border: 1px solid #131313;
}

.radio-style1+label:hover {
    border: 1px solid #131313;
}

.radio-style1+label:active {
    border: 1px solid #131313;
}

.radio-style1+label .icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    border: 1px solid #131313;
    border-radius: 50%;
    position: relative;
    margin-right: 16px;
    flex-shrink: 0;
}

.radio-style1:checked+label .icon {
    border: 1px solid #131313;
}

.radio-style1:checked+label .icon::after {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #106C72;
    content: "";
    position: absolute;
}

/* -стиль radio */


/* стиль всплывающего окна */
.it-window {
    position: fixed;
    opacity: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
}

.window-in {
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    background-color: white;
    /*height: 520px;*/
    padding: 72px 72px;
    position: relative;
    box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.15);
}

.window-close.window-close-it {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30L2 2M30 2L2 30' stroke='%234A4A4A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
}

.it-window.active {
    display: flex;
}

.it-window .response {
    /*margin-top: 15px;*/
    /*margin-bottom: -15px;*/
}

.it-window .response span {
    font-size: 24px;
}

.it-window .response .error {
    color: #CF362A;
}

.it-window .response .success {
    color: #106C72;
}

@media(max-width: 575px) {
    .window-in {
        padding: 48px 30px;
    }
}

/* -стиль всплывающего окна */



/* стиль всплывающего окна подтверждения онлайн участия */

.window-click-get .click-get-text {
    font-size: 24px;
}

.window-click-get .window-content {
    text-align: center;
}

/* -стиль всплывающего окна подтверждения онлайн участия */



/* стиль блока авторизации */
#auth_form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
    justify-content: center;
    max-width: unset;
}

#auth_form .block {
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#auth_form .block.no-justify {
    justify-content: unset;
}

#auth_form .input-text {
    border: 1px solid #131313;
    width: 100%;
    color: #131313;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 27px;
    background-color: unset;
    resize: vertical;
    border-radius: 100px;
}

#auth_form .input-text::placeholder {
    color: rgba(19, 19, 19, 0.4);
}

#auth_form .input-text-title {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #131313;
    margin: unset;
    margin-left: 27px;
    margin-bottom: 10px;
}

#auth_form .auth-input {
    margin-bottom: 35px;
}


#auth_form .response span {
    display: flex;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #106C72;
    justify-content: center;
}

#auth_form .response span.error {
    color: #CF362A;
}

#auth_form .auth-input.error input {
    border: 2px solid #CF362A !important;
}

#auth_form .auth-input.error input+label {
    border: 2px solid #CF362A !important;
}


#auth_form .bottom-button {
    margin-top: 10px;
}


@media(max-width: 768px) {

    #auth_form .block {
        flex-basis: 100%;
    }

    #auth_form {
        margin-top: unset;
    }

    #auth_form .input-text-title {
        font-size: 18px;
        line-height: 22px;
    }

    #auth_form .input-text {
        font-size: 18px;
        line-height: 22px;
    }

}

/* -стиль блока авторизации */


/* -стиль блока необходимости авторизации без кода */
.no_hmo {
    text-align: center;
    margin-bottom: 50px;
}


/* стиль блока необходимости авторизации без кода */