/*
Theme Name: Regressionology
Author: https://t.me/coder7_ru
Author URI: https://t.me/coder7_ru
Description: Регрессология
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*------------------------
		MAIN STYLE
------------------------*/
@font-face {
    font-family: "Proxima Nova Regular";
    src: local('FONT'),
    url('fonts/ProximaNova-Regular.woff') format('woff'), 
    url('fonts/ProximaNova-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Semibold";
    src: local('FONT'),
    url('fonts/ProximaNova-Semibold.woff') format('woff'), 
    url('fonts/ProximaNova-Semibold.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Extra Bold";
    src: local('FONT'),
    url('fonts/Proxima-Nova-Extra-Bold.woff') format('woff'), 
    url('fonts/Proxima-Nova-Extra-Bold.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

* {
	font-family: "Proxima Nova Regular";
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.col-md-6-photo-mob {
	display: none;
}

html, body {
    padding: 0;
    margin: 0;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: "Proxima Nova Extra Bold";
}

section.second-section h2,
.third-section h2, 
.what-is-regressology h2, 
.fourth-section h2, 
.fifth-section h2, 
.sixth-section h2, 
.seventh-section h2, 
.eighth-section h2, 
.ninth-section h2,
h2.social-section {
    margin-top: 0;
    text-align: center;
    font-size: 34px;
}
/*------------------------
		MAIN STYLE END
------------------------*/

/*------------------------
		HEADER
------------------------*/
header#masthead .hamburger {
    position: absolute;
    right: 20px;
    top: 18px;
    display: none;
    z-index: 6;
}

header#masthead .hamburger .hamburger-inner {
    background: #c288e6;
}

header#masthead .hamburger .hamburger-inner {
    background: #c288e6;
}

header#masthead .hamburger .hamburger-inner:after,
header#masthead .hamburger .hamburger-inner:before {
    background: #c288e6;
}

header#masthead .menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

header#masthead {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 15px #000;
    z-index: 10;
	height: 80px;
}

.logo {
	/*
    position: relative;
    top: 15px;
    float: left;
    width: 128px;
    height: 56px;
    color: #fff;
    font-size: 40px;
    display: block;
    background: url(/wp-content/uploads/2024/12/logo-6.png) center no-repeat;
    background-size: cover;
	*/
	
	position: relative;
    top: 0;
    float: left;
    width: 88px;
    height: 79px;
    color: #fff;
    font-size: 40px;
    display: block;
    background: url(/wp-content/uploads/2026/03/logo_n.png) center no-repeat;
    background-size: cover;
}

nav#site-navigation {
    float: left;
    width: 520px;
    position: relative;
    top: 29px;
    left: 240px;
}

ul#primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#primary-menu li {
    display: inline-block;
}

ul#primary-menu li a {
	padding: 28px 10px;
    color: #151515;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    font-family: 'Proxima Nova Extra Bold';
}

ul#primary-menu li.current_page_item a,
ul#primary-menu li a:hover {
    background-color: #c288e6;
    color: #fff;
}

.header-social {
    float: right;
    position: relative;
    top: 14px;
}

.header-social a {
    text-decoration: none;
    font-size: 40px;
    color: #fff;
	transition: all 0.4s;
    display: inline-block;
    text-shadow: 1px 1px #000;
}

.header-social a:hover {
    transform: scale(1.2);
}

.header-social a span.icon-tiktok {
    color: rgba(22, 24, 35, 1);
    font-size: 57px;
}

.header-social a span.icon-telegram {
    color: #279ad2;
    font-size: 57px;
}

.header-social a span.icon-whatsapp {
    color: #43c854;
    font-size: 54px;
}
/*------------------------
		HEADER END
------------------------*/

/*------------------------
		CONTENT
------------------------*/
section.first-section {
    background: url(images/first-section-back.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    position: relative;
	height: 100vh;
    min-height: 530px;
}

section.first-section:before {
	content: '';
	background-color: #fa2888;
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.first-section-header {
    font-family: "Proxima Nova Extra Bold";
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 50px;
}

.first-section-desc-1 {
    font-family: "Proxima Nova Extra Bold";
    position: relative;
    text-align: center;
    font-size: 52px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 0px;
    text-transform: uppercase;
}

.first-section-desc-2 {
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 20px;
}

section.second-section {
    padding: 77px 0 100px;
    background-image: url(/wp-content/uploads/2024/12/main-back-white.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.second-section h2 {
    color: #6d45a5;
}

.my-photo {
    border: 1px solid #ccc;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: block;
    margin: 40px auto 0;
}

.second-section-desc p {
    font-size: 20px;
}

a.second-section-btn {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #ba5cef 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 73px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 21px;
    width: 90%;
    margin-left: 5%;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extra Bold';
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
}

a.second-section-btn:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

section.second-section ul {
    padding-top: 75px;
}

section.second-section ul li {
	font-family: 'Proxima Nova Semibold';
    padding: 2px 0;
    font-size: 20px;
}

section.third-section {
    background-color: #c288e6;
    padding: 77px 0;
}

section.third-section h2 {
    font-size: 30px;
    color: #fff;
}

.third-section-right-image {
    background-size: cover !important;
    height: 530px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

section.third-section ul li {
    font-family: 'Proxima Nova Extra Bold';
    padding: 2px 0;
}

section.third-section ul {
    color: #fff;
    font-size: 20px;
}

.try-practices-text {
    font-size: 20px;
    color: #fff;
}

.third-section-bottom-desc-1 {
	font-family: 'Proxima Nova Extra Bold';
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.third-section-bottom-desc-2 {
	font-family: 'Proxima Nova Extra Bold';
    text-align: center;
    font-size: 20px;
    color: #6d45a5;
}

section.what-is-regressology {
    background-image: url(/wp-content/uploads/2024/12/what-is-regressology.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 77px 0;
    position: relative;
}

.what-is-regressology-background {
    width: 100%;
    height: 100%;
    background-color: #231a32;
    position: absolute;
    opacity: 0.8;
    top: 0;
    bottom: 0;
}

.third-section-bottom-desc-2 {
    color: #fff;
}

section.fourth-section {
    background-color: #9152a3;
    color: #fff;
    padding: 77px 0;
}

section.fourth-section h2 {
    text-align: center;
    font-size: 34px;
}

.fourth-section-image {
    background-size: cover !important;
    height: 300px;
    border-radius: 20px;
    background-attachment: fixed !important;
}

section.fourth-section ul li {
    line-height: 32px;
    font-size: 20px;
}

section.what-is-regressology h2 {
    text-align: center;
    font-size: 34px;
    color: #fff;
    position: relative;
}

.third-section-bottom-desc-2 ul {
    text-align: left;
}

section.fifth-section {
    padding: 77px 0;
}

section.fifth-section h2 {
    text-align: center;
    color: #000;
    font-size: 34px;
}

.btn-wrap {
    text-align: center;
}

.btn-wrap a {
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    margin: 0 10px;
    text-shadow: 1px 1px 1px #000;
}

.btn-wrap a:hover {
	transform: scale(1.3);
}

.btn-wrap a span {
    font-size: 80px;
}

.btn-wrap span.icon-tiktok {
    color: #000;
}

.btn-wrap a span.icon-telegram {
    color: #279ad2;
}

.btn-wrap a span.icon-whatsapp {
    color: #43c854;
    font-size: 77px;
}

.btn-wrap a span.icon-skype {
    color: #00a4e1;
}

section.sixth-section {
    background-color: #c288e6;
    padding: 77px 0;
    color: #fff;
}

section.sixth-section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.sixth-section-header {
    font-size: 24px;
    font-family: 'Proxima Nova Extra Bold';
}

section.sixth-section ul li {
    font-size: 18px;
}

h3.sixth-section-h2-call {
    text-align: center;
    font-size: 30px;
    color: #6d45a5;
    margin-bottom: 50px;
    border-top: 1px dashed #6d45a5;
    padding-top: 40px;
}

a.zapis-besplatno {
    background-color: #6d45a5;
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.8s;
    margin-right: 30px;
}

a.zapis-platno {
    background-color: #b73368;
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.8s;
}

.slider-reviews-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.slider-reviews-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

section.seventh-section h2 {
    text-align: center;
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
}

.slider-reviews-item-wrap {
    padding: 0 140px;
}

.slider-reviews-item {
    border: 1px solid #ccc;
    background-color: #fafafa;
    border-radius: 30px;
    padding-top: 30px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    z-index: 1;
}

button.slick-next {
    right: 10px;
}

button.slick-prev.slick-arrow:before {
    content: "\e90c";
    color: #000 !important;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    left: 50px;
    font-size: 40px;
}

button.slick-next.slick-arrow:before {
    content: "\e90d";
    color: #000 !important;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    right: 50px;
    font-size: 40px;
}

.slider-reviews .slick-dots li button:before {
    font-size: 30px;
    margin-top: 0;
    content: '■';
}

.slider-reviews-text h3 {
    text-align: center;
    font-size: 20px;
}

.slider-reviews-text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

section.seventh-section {
    padding: 77px 0;
}

section.eighth-section {
    background-color: #f8f8f8;
    padding: 77px 0;
}

section.eighth-section h2 {
    text-align: center;
    font-size: 34px;
    color: #000;
    margin-bottom: 0;
}

section.eighth-section h3 {
    text-align: center;
    font-size: 24px;
    color: #6d45a5;
    margin-bottom: 50px;
    padding-top: 40px;
}

section.ninth-section {
    padding: 77px 0;
    background-color: #c288e6;
}

section.ninth-section h2 {
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin-bottom: 50px;
    padding-top: 40px;
}

.ninth-section-desc {
    text-align: center;
    font-size: 18px;
    font-family: 'Proxima Nova Extra Bold';
    color: #fff;
    line-height: 30px;
}

.accordion-wrap {
    margin-top: 60px;
}

.accordion-item {
    position: relative;
    padding: 0 30px;
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 30px;
}

.accordion-header {
    font-size: 20px;
    font-family: 'Proxima Nova Extra Bold';
    padding: 20px 25px 20px 0;
}

.accordion-content {
    display: none;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 30px 0;
}

.accordion-toggle {
    position: absolute;
    top: 11px;
    right: 10px;   
    transition: all 0.4s;
    transform: rotate(45deg);
}

.accordion-toggle span.icon-plus {
    font-size: 40px;
}

.accordion-toggle.active {
    transform: rotate(0deg);
}

a.home-link-stick-bottom {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 77px;
    z-index: 1;
    box-shadow: 0 5px 15px 0 rgba(11, 99, 246, 1);
    transition: 0.5s;
    border-color: #BEBEBE !important; 
    color: #fff;
    width: 500px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 30px;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #ba5cef 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extra Bold';
    border: 1px solid #ccc;
}

a.home-link-stick-bottom:hover {
    transform: translate(0,-3px);
    box-shadow: 0 20px 40px 0 rgba(11, 99, 246, 1);
}

.btn-new {
    box-shadow: 0 5px 15px 0 rgba(11, 99, 246, 1);
    transition: 0.5s;
}
  
.btn-new:hover {
    transform: translate(0,-3px);
    box-shadow: 0 20px 40px 0 rgba(11, 99, 246, 1);
}

footer#colophon {
    background-color: #000;
    color: #fff;
    padding: 10px 0 90px;
    border-top: 1px solid #8f7d7d;
}

footer#colophon a {
    color: #fff;
}

.page-content {
    padding: 100px 0;
}

.page-content h1.entry-title {
    text-align: center;
    font-size: 36px;
    padding-top: 40px;
}

.consultation-card-content ol {
    font-size: 20px;
}

.page_zapis_desc {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    line-height: 30px;
}

.page-content-zapis {
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.page-content-zapis-back {
    background: url(/wp-content/uploads/2024/12/zapis_back.jpg) center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.page-content-zapis-back::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #21345e;
    opacity: 0.5;
}

.page-content-zapis p {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    font-size: 20px;
}

a.btn-wrap-tik-tok span {
    color: #000;
}

.contact-wrap {
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 20px 0;
    border-radius: 10px;
    width: 533px;
    margin: 0 auto;
}

.contact-wrap ul {
    width: 420px;
    margin: 50px auto 0;
    font-size: 20px;
    list-style: none;
    text-align: center;
    padding: 0;
}

.contact-wrap-title {
    text-align: center;
    font-family: 'Proxima Nova Extra Bold';
    font-size: 28px;
    margin: 10px 0 30px 0;
}

.page-content-contact {
    background: url(/wp-content/uploads/2024/03/back-contact-2.jpg) center no-repeat fixed;
    background-size: cover;
    position: relative;
}

.page-content-contact h1.entry-title {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.contact-wrap ul span.icon-mail {
    color: #6d45a5;
    font-size: 28px;
    position: relative;
    top: 7px;
}

.contact-wrap ul li {
    margin-bottom: 15px;
}

.contact-wrap ul span.icon-whatsapp {
    color: #27d061;
}

.contact-wrap ul span.icon-telegram {
    color: #0087d0;
}

.contact-wrap ul span.icon-skype {
    color: #935bbe;
}

.contact-wrap ul span {
    font-size: 23px;
    padding-right: 2px;
}

.contact-wrap ul span a {
    color: #000;
    text-decoration: none;
}

.site-info {
    padding: 0 20px 60px;
}

textarea#wpforms-157-field_5 {
    width: 100%;
    max-width: 100%;
    box-shadow: inset 0 0 5px #ccc;
    padding: 25px 20px;
}

.contact-wrap.contact-wrap-zapis .contact-wrap-title {
    color: #6d45a5;
    text-shadow: none;
}

.contact-wrap.contact-wrap-zapis ul li {
    margin-bottom: 15px;
    color: #6d45a5;
    text-shadow: none;
}

.consultation-card {
    width: 750px;
    margin: 0 auto;
    background-color: #ffffff;
    text-shadow: none;
    color: #000;
    border-radius: 10px;
    padding-bottom: 10px;
}

.consultation-card-header {
    background-color: #c288e6;
    color: #fff;
    font-family: 'Proxima Nova Extra Bold';
    padding: 20px 10px;
    font-size: 28px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

.consultation-card-header div {
    background-color: #c288e6;
    color: #fff;
    font-family: 'Proxima Nova Extra Bold';
    text-align: center;
    padding: 20px 10px 0;
    font-size: 28px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

.consultation-card-content ul li {
    font-size: 20px;
    font-family: 'Proxima Nova Semibold';
}

.what-you-give-title {
    text-align: center;
    font-family: 'Proxima Nova Extra Bold';
    font-size: 32px;
    color: #6d45a5;
}

ul.what-you-give {
    list-style: none;
    padding: 0 0 0 17px;
    margin-top: 0;
}

ul.what-you-give li {
    list-style: none;
    padding: 5px 0;
    font-family: 'Proxima Nova Semibold';
}

ul.what-you-give li .icon-check {
    color: #8BC34A;
    font-size: 25px;
    position: relative;
    top: 3px;
}

h2.h2-zapis-form {
    padding: 70px 0 0;
    text-align: center;
    width: 730px;
    margin: 0 auto;
    font-size: 30px;
}

h1.my-photo-text {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    color: #000;
}

.my-photo-text-desc {
    text-align: center;
    font-family: 'Proxima Nova Semibold';
    font-size: 22px;
	padding: 0 15px;
}

div#wpforms-267, 
div#wpforms-477 {
    height: 582px;
    width: 533px;
    background-image: none;
    box-shadow: 5px 5px 20px 0 rgb(255 255 255 / 40%);
    margin: 40px auto 60px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;    
    z-index: 1;
    position: relative;
}

div#wpforms-477 {
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 533px;
    height: 582px;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 12;
}

div#wpforms-267 label.wpforms-field-label, 
div#wpforms-477 label.wpforms-field-label {
    margin: 0 0 5px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}

div#wpforms-267 input.wpforms-field-medium, 
div#wpforms-477 input.wpforms-field-medium {
    max-width: 100%;
    background-color: #e5e5e5;

}

div#wpforms-267 textarea, 
div#wpforms-477 textarea {
    max-width: 100%;
    background-color: #e5e5e5;
}

button#wpforms-submit-267, 
button#wpforms-submit-477 {
    color: #ffffff !important;
    background-color: #c288e6;
    width: 100%;
    font-size: 28px;
    height: 60px;
}

.page-content-content-back {
    background: url(/wp-content/uploads/2024/12/back-contact.jpg) center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.page-content-content-back::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #21345e;
    opacity: 0.5;
}

.btn-wrap.btn-wrap-contact a {
    text-shadow: 1px 1px 1px #000;
}

section.social-section {
    padding: 77px 0;
}

h2.social-section {
    text-align: center;
    color: #000;
    font-size: 34px;
}

.social-section .social-section-desc p {
    text-align: center;
    font-size: 18px;
    font-family: 'Proxima Nova SemiBold';
    color: #000000;
    line-height: 30px;
}

.page-content-course {
    background: url(/wp-content/uploads/2024/12/course-back.webp) center no-repeat fixed;
    background-size: cover;
    position: relative;
}

.page-content-course:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #21345e;
    opacity: 0.9;
}

.page-content-course h1.entry-title {
    color: #fff;
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
    border-radius: 15px;
}

.training-first-image {
    border: 1px solid #000000;
    width: 100%;
    height: 360px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.training-first-text {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 65px;
}

.training-first-btn {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #ba5cef 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 73px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 21px;
    width: 310px; 
    text-transform: uppercase;
    font-family: 'Proxima Nova Extra Bold';
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
    margin-top: 20px;
}

a.training-first-btn:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

section.training-second {
    clear: both;
    position: relative;
}

section.training-first {
    position: relative;
}

section.training-first::after,
.training-second-text::after {
    content: '';
    display: table;
    clear: both;
}

.training-second-text {
    background-color: #fff;
    border-radius: 25px;
    padding: 40px 60px;
    font-size: 20px;
    line-height: 27px;
}

header.entry-header h1 {
    position: relative;
}

img.photo-training {
    float: right;
    border-radius: 20px;
    max-height: 450px;
    margin: 0 0 20px 20px;
}

#training-h2 {
    color: #fff;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}

h2#training-h2-second {
    color: #fff;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}

.training-buy-btn {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #ba5cef 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 73px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 21px;
    width: 410px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extra Bold';
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
    margin-top: 20px;
}

.training-buy-btn:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.training-second-text p {
    font-family: 'Proxima Nova Semibold';
}

.training-second-text p::before {
    content: "\e90f";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #8BC34A;
    padding: 0 5px 0 0;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.modal-win-form {
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 533px;
    height: 582px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
}

.modal-form-win-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 11;
    cursor: pointer;
}

.modal-form-win-wrap .icon-plus {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 41px;
    cursor: pointer;
    z-index: 11;
}

.contact-wrap ul span.icon-phone {
    color: #000;
    font-size: 24px;
    position: relative;
    top: 2px;
    left: 4px;
}

ul#primary-menu li#menu-item-495 a {
    background-color: #fff;
    color: #000;
}

ul#primary-menu li#menu-item-495 a:hover {
    background-color: #c288e6;
    color: #fff;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
    background-color: transparent;
    border: none;
	font-size: 24px;
    border-radius: 25px;
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
    font-family: 'Proxima Nova Semibold';
}

.consultation-card-header ul {
    margin: 0;
	padding: 0 0 0 10px;
}

.consultation-card-header ul li {
    list-style: none;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
}
/*------------------------
		CONTENT END
------------------------*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?8h5ylu');
    src:  url('fonts/icomoon.eot?8h5ylu#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?8h5ylu') format('truetype'),
        url('fonts/icomoon.woff?8h5ylu') format('woff'),
        url('fonts/icomoon.svg?8h5ylu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
content: "\e90f";
}
.icon-mail:before {
content: "\e905";
}
.icon-x-social .path1:before {
content: "\e910";
color: rgb(0, 0, 0);
}
.icon-x-social .path2:before {
content: "\e911";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-phone:before {
  content: "\e913";
}
.icon-vk:before {
content: "\e912";
}
.icon-dialog:before {
content: "\e900";
}
.icon-viber:before {
content: "\e901";
}
.icon-facebook:before {
content: "\e902";
}
.icon-instagram:before {
content: "\e903";
}
.icon-linkedin:before {
content: "\e904";
}
.icon-plus:before {
content: "\e906";
}
.icon-telegram:before {
content: "\e907";
}
.icon-twitter:before {
content: "\e908";
}
.icon-whatsapp:before {
content: "\e909";
}
.icon-youtube:before {
content: "\e90a";
}
.icon-tiktok:before {
content: "\e90b";
}
.icon-arrow-left:before {
content: "\e90c";
}
.icon-arrow-right:before {
content: "\e90d";
}
.icon-skype:before {
content: "\e90e";
}