/*
Theme Name: Custom Theme
Version: 1
*/

@font-face {
    font-family: 'Gilmer';
    src: url(fonts/Gilmer-Bold.woff2) format("woff2"),url(fonts/Gilmer-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

body {
	font-family: "Inter", sans-serif;
    font-weight: 400;
	background-color:#fff;
	margin: 0;
    font-size: 16px;
    line-height: 29px;
}
body, p {
    color: #0D405F;
    -webkit-font-smoothing: antialiased;
}
a {
	color: #24306a;
    box-sizing: border-box;
	text-decoration: none;
    transition: 0.3s;
}
a:hover {
	color: #0d6efd;
}
.container {
    width: 100%;
    max-width: 1040px;
	padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.container_wide {
    width: 100%;
    max-width: 1330px;
	padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
@media (max-width: 400px) {
.container {
    padding: 0px 15px;
}
.container_wide {
    padding: 0px 15px;
}
}
h1 {
    font-size: calc(1.25rem + 2.7vw);
	line-height: 1.2;
}
@media (min-width: 1200px) {
h1 {
	font-size: 3.5rem;
}
}
h1, h2, h3, h4, h5 {
	color: #1B2B68;
	font-family: "Gilmer", sans-serif;
    font-weight: 700;
}
.big_h2 h2 {
	font-size: 32px;
    line-height: 40px;
}
@media (max-width: 768px) {
.big_h2 h2 {
	font-size: 26px;
    line-height: 36px;
}
}
@media (max-width: 450px) {
.big_h2 h2 {
	font-size: 22px;
    line-height: 32px;
}
}
.line_h2 h2:after {
	content: "";
	display: block;
    width: 91px;
    height: 5px;
    background: #f00;
	margin-top: 15px;
}
.line_h2 h2.title_center:after, .line_h2 h2.has-text-align-center:after {
	content: "";
	display: block;
    width: 91px;
    height: 5px;
    background: #f00;
    margin: 15px auto 0 auto;
}
div {
    box-sizing: border-box;
}
.default_blue_btn {
	background: #24306a;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
}
.default_blue_btn:hover {
    background: #0d6efd;	
    color: #fff;
	text-decoration: none;
}
.default_blue_big_btn {
	background: #24306a;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    transition: 0.3s;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
}
.default_blue_big_btn:hover {
    background: #0d6efd;	
    color: #fff;
	text-decoration: none;
}
.default_section {
	padding: 60px 0px;
}
.default_section + .default_section {
	padding-top: 0px;
}
.default_black_section {
	padding: 60px 0px;
	background: #000;
    color: #fff;
}
.default_black_section + .default_black_section {
	padding-top: 0px;
}
.default_black_section p, .default_black_section h2, .default_black_section h3, .default_black_section h4, .default_black_section h5, .default_black_section h6 {
    color: #fff;	
    margin-top: 0px;
}
.title_center {
	text-align: center;
    padding-bottom: 10px;
}
.default_section_small_title {
	font-size: 20px;
    line-height: 24px;
    margin: 15px 0px;
    font-weight: bold;
    text-decoration: none;
}
@media (max-width:768px) {
.default_section_small_title {
	font-size: 18px;
    line-height: 22px;
}
}
.slider_arrows {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-top: 40px;
}
.slick-arrow {
	font-weight: 600;
    font-size: 18px;
    color: #24306a;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
}
.slick-arrow span {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #24306a;
    background: #fff;
    transition: all .3s;
}
.slick-arrow span svg {
	fill: #24306a;
    transition: all .3s;
}
.slick-arrow:hover {
    color: #0d6efd;	
}
.slick-arrow:hover span {
    border: 1px solid #0d6efd;
}
.slick-arrow:hover span svg {
    fill: #0d6efd;
}
@media (max-width:500px) {
.slick-arrow {
    font-size: 14px;
}
.slider_arrows {
    padding-top: 30px;
}
}

/* head_top Начало */
.head_top {
	font-size: 14px;
    border-bottom: dashed 1px #e2e6ea;
    line-height: 20px;
}
.head_top_inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_lang {
	display: flex;	
    line-height: 20px;
    align-items: center;
}
.head_lang_t {
	font-weight: bold;
    padding-right: 10px;
}
.head_lang a {
	color: #0d6efd;
	text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block;
    transition: 0.3s;
}
.head_lang a:hover {
	color: #78afff;
}
.head_lang span {
	padding: 0px 4px;
}
.head_top_inner_left_t {
	color: #6c7178;
}
.head_top_inner_left {
	display: flex;
    gap: 30px;
    align-items: center;
}
.head_top_inner_right {
	display: flex;
    gap: 10px;
    align-items: center;
}
.head_top_inner_right_t {
	color: #6c7178;
    text-decoration: none;
    border-left: dashed 1px #e2e6ea;
    border-right: dashed 1px #e2e6ea;
    padding: 10px 15px;
    text-align: center;
    transition: 0.3s;
}
.head_top_inner_right_t:hover {
	background: #0d6efd;	
    color: #fff;
	text-decoration: none;
}
@media (max-width: 650px) {
.head_top_inner_left_t {
    display: none;
}
}
@media (max-width: 550px) {
.head_lang_t {
    display: none;
}
}
/* head_top Конец */

/* head_midl Начало */
.head_midl {
	padding: 25px 0px;
}
.head_midl_inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.head_midl_logo a {
    transition: 0.3s;	
}
.head_midl_logo a:hover {
	opacity: 0.7;
}
.head_midl_logo a img {
	display: block;
    width: 100%;
    max-width: 360px;
}
.head_midl_btns {
	display: flex;
    gap: 10px;
}
.btn_default_white {
	color: #6c7178;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 19px;
    gap: 10px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #6c7178;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;	
}
.btn_default_white:hover {
	background: #0d6efd;
    color: #fff;
    text-decoration: none;
}
.btn_default_white.active {
	cursor: default;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background: #fff;
}
.phone_img svg rect {
	fill: #6c7178;
}
.phone_img svg path {
	stroke: #6c7178;
}
.phone_img:hover svg rect {
	fill: #fff;
}
.phone_img:hover svg path {
	stroke: #fff;
}
.whatsapp_img svg path, .whatsapp_img svg rect {
	fill: #6c7178;
}
.whatsapp_img:hover svg path, .whatsapp_img:hover svg rect {
	fill: #fff;
}
@media (max-width: 1040px) {
.head_midl_btn span {
	display: none;
}
}
@media (max-width: 600px) {
.head_midl {
    padding: 15px 0px;
}
.head_midl_inner {
    gap: 15px;
}
}
@media (max-width: 400px) {
.btn_default_white {
    padding: 10px 10px;
}
.head_midl_btns {
    gap: 5px;
}
}
/* head_midl Конец */

/* head_bottom Начало */
.head_bottom {
	height: 58px;
}
.head_bottom_outer {
	background: #ad0003;
    position: relative;
    z-index: 2;
}
.head_bottom_outer.fixed {
	position: fixed;
    top: 0px;
    width: 100%;
}
.head_bottom_inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_bottom_inner_right {
	display: flex;
    align-items: center;
	gap: 30px;
}
.head_bottom_btn a {
	display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
}
.head_bottom_btn a span svg {
	display: block;
}
.head_bottom_btn a span {
    transition: 0.3s;
}	
.head_bottom_btn a:hover span {
	padding-left: 5px;
}
.head_bottom_btn a:hover {
	padding: 9px 15px 9px 20px;
}
.head_bottom_menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.head_bottom_menu > div > ul > li > a {
	padding: 19px 21px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    border-left: 1px dotted #550f00;
    display: block;
    box-sizing: border-box;
    transition: 0.3s;
}
.head_bottom_menu > div > ul > li > a:hover {
	color: #fff;
    background: #1c1e20;
    text-decoration: none;
}
.head_bottom_menu > div > ul > li.menu-item-has-children > a:after {
	content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0px 0px 2px 9px;
}
.head_bottom_menu > div > ul > li.menu-item-has-children > ul {
	display: none;
	position: absolute;
    background: #610404;
    flex-direction: column;
}
.head_bottom_menu > div > ul > li.menu-item-has-children:hover > a {
	color: #fff;
    background: #1c1e20;
    text-decoration: none;
}
@media (min-width: 757px) {
.head_bottom_menu > div > ul > li.menu-item-has-children:hover > ul {
	display: flex;
}
.head_bottom_menu_mobile_btn + div {
	display: block !important;
}
}
.head_bottom_menu > div > ul > li.menu-item-has-children > ul > li a {
	padding: 19px 21px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px dotted #4f4f4f;
    display: block;
    box-sizing: border-box;
    transition: 0.3s;
}
.head_bottom_menu > div > ul > li.menu-item-has-children > ul > li a:hover {
	color: #fff;
    background: #1c1e20;
    text-decoration: none;
}
.head_bottom_menu_mobile_btn {
	display: none;
}
.head_bottom_menu_mobile_btn span {
	width: 30px;
    background: #fff;
    display: block;
    height: 2px;
    transition: 0.3s;
}
@media (max-width: 756px) {
.head_bottom {
	height: 47px;
}
.head_bottom_menu_mobile_btn {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 47px;
    width: 50px;
    cursor: pointer;
}
.head_bottom_menu_mobile_btn + div {
	display: none;
	position: absolute;
    left: 0px;
    background: #610404;
    width: 100%;
}
.head_bottom_menu_mobile_btn.active span:nth-child(2) {
	background: #fff0;
}
.head_bottom_menu_mobile_btn.active span:nth-child(1) {
    transform: rotate(45deg);	
	position: absolute;
}
.head_bottom_menu_mobile_btn.active span:nth-child(3) {
    transform: rotate(-45deg);
	position: absolute;	
}
.head_bottom_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
	overflow: scroll;
	max-height: calc(100vh - 47px);
}
.head_bottom_menu > div > ul > li > a {
    padding: 10px 21px;
    border-bottom: 1px dotted #4f4f4f;
}
.head_bottom_menu > div > ul > li.menu-item-has-children > a:after {
    content: "";
    display: none;
}
.head_bottom_menu > div > ul > li.menu-item-has-children > ul {
    display: block;
    position: initial;
}
.head_bottom_menu > div > ul > li.menu-item-has-children > ul > li a {
    padding: 10px 21px 10px 39px;
}
}
/* head_bottom Конец */

.red {
	color: #f00;
}
.wpcf7 {
	background-color: #f8f9fa;
    padding: 15px 20px 20px 20px;
    border: 1px solid #e7e6e6;
    border-radius: 10px;
    margin: 0;
    font-size: 1rem;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7 input:not([type="checkbox"]), .wpcf7 select {
	font-size: 1rem;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
}
.wpcf7-spinner {
	position: absolute;
    left: 0px;
    top: 10px;
}
.submit_btn {
	position: relative;
    margin-top: 20px;
}
.default_btn {
	background: #0d6efd;
    color: #fff;
    font-size: 20px !important;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
.default_btn:hover {
	background: #0a58ca;
}
.info_btn {
	cursor: pointer;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(img/info_icon.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    transition: 0.3s;
}
.info_btn:hover {
	opacity: 0.7;
}
.info_block {
	width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background: #fff;
    margin: 10px 0px;
}
.info_block img {
	width: 100%;
}
.form_row {
	padding: 7px 0px;
}
.form_row_t {
	display: flex;
}
@media (max-width: 400px) {
.wpcf7 {
    padding: 10px 15px 15px 15px;
}
}

/* Слайдер под шапкой Начало */
.slideopt_sec {
	background: #fefaea;
    padding: 15px 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slideopt_sec_items {
	display: flex;
	white-space: nowrap;
    position: relative;
}
.slideopt_sec_item {
	flex-shrink: 0;
	padding: 0px 20px;
}
.slideopt_sec_item span {
	border: 1px solid #c9ae54;
	padding: 2px 10px;
	display: inline-block;
	margin-right: 10px;
}
@media (max-width: 768px) {
.slideopt_sec {
    padding: 10px 0px;
}
}
/* Слайдер под шапкой Конец */


/* Footer Начало */
.footer_sec {
	background: #24306a;
    padding: 60px 0px;
    margin-top: 60px;
}
.footer_sec, .footer_sec p {
	color: #fff;
}
.footer_sec_menus {
	display: flex;
    justify-content: center;
    gap: 50px;
}
.footer_sec_menu {
	width: 33%;
    text-align: center;
}
.footer_sec_menu .menu {
	margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer_sec_menu .menu li {
	padding: 3px 0px;
}
.footer_sec a {
	color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.footer_sec a:hover {
	opacity: 0.7;
}
.footer_sec_menu_title {
	font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.footer_sec_bottom {
	text-align: center;
    padding-top: 80px;
}
.footer_sec_bottom_img {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer_sec_bottom_t {
	padding-top: 20px;
}
@media (max-width: 768px) {
.footer_sec_menus {
    gap: 35px;
    flex-direction: column;
    align-items: center;
}
.footer_sec_bottom {
    padding-top: 55px;
}
}
/* Footer Конец */

/* First Section Начало */
.first_sec {
    padding: 60px 0px;
	position: relative;
}
.first_sec .container {
	position: relative;
}
.first_sec h1 {
	margin-top: 0px;
	font-size: calc(1.3rem + 2.7vw);
}
@media (min-width: 1200px) {
.first_sec h1 {
	font-size: 3rem;
}
}
.first_sec_slider {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.first_sec_slider .slick-list {
    height: 100%;	
}
.first_sec_slider .slick-list .slick-track {
    height: 100%;	
}
.first_sec_inner {
	max-width: 640px;
	padding: 20px;
    background: rgb(255 255 255 / 80%);
}
.first_sec_subtitle {
	font-size: 20px;
    color: #5177e0;
}
.first_sec_ul {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 0px;
}
.first_sec_ul_li {
	background: url(img/green_check.svg) no-repeat left top;
    padding-left: 31px;
    width: calc(50% - 15px);
    box-sizing: border-box;
    line-height: 22px;
}
.first_sec_bottom {
	background: rgb(255 255 255 / 70%);
    padding: 15px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.first_sec_bottom_left_h {
	color: #0c297a;
    font-size: 20px;
}
.first_sec_bottom_left_t {
	color: #81b842;
    font-size: 14px;
}
.first_sec_bottom_right {
	width: 235px;
}
.first_sec_btn_sub {
	font-size: 14px;
}
.first_sec_btn_sub span {
	display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #1bff00;
    margin-right: 10px;
}
@media (max-width: 600px) {
.first_sec_bottom {
    gap: 15px;
    flex-direction: column;
}
.first_sec_bottom_right {
    width: 100%;
}
.first_sec_bottom_left {
	text-align: center;
}
}
@media (max-width: 500px) {
.first_sec {
    padding: 40px 0px;
}
.first_sec_ul_li {
    width: 100%;
}
.first_sec_ul {
    gap: 15px;
    padding: 25px 0px;
}
}
/* First Section Конец */

/* Payment Section Начало */
h1.payment_sec_h {
	font-size: calc(1.3rem + 2.7vw);
	text-align: center;
}
@media (min-width: 1200px) {
h1.payment_sec_h {
	font-size: 3rem;
}
}
.payment_sec_inner {
	display: flex;
    justify-content: space-between;
    gap: 30px;
}
.payment_sec_inner_left {
	width: 100%;
    max-width: 560px;
}
.payment_sec_inner_left_h {
	font-size: 20px;
    font-weight: 600;
}
.payment_sec_inner_left_options {
	display: flex;
    gap: 25px;
    padding: 20px 0px;
}
.payment_sec_inner_left_option span {
	display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #6c7178;
    border-radius: 0.25em;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.payment_sec_inner_left_option:hover span {
	border-color: #fff;
}
.payment_sec_inner_left_option.active span {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.payment_sec_inner_left_text {
	background-color: #f8f9fa;
    padding: 0px 20px 0px 20px;
    border: 1px solid #e7e6e6;
    border-radius: 10px;
}
.payment_sec_inner_left_text_item .default_blue_btn {
	width: 100%;
    padding: 15px 20px;
}
.payment_sec_inner_right_h {
	font-size: 20px;
    font-weight: 600;
}
.payment_sec_inner_right_items {
	background-color: #f8f9fa;
    padding: 0px 20px 0px 20px;
    border: 1px solid #e7e6e6;
    border-radius: 10px;
    margin-top: 20px;
    min-width: 230px;
}
@media (max-width: 700px) {
.payment_sec_inner {
    flex-direction: column;
}
}
/* Payment Section Конец */

/* list-section Начало */
.listblocks_sec_ul {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.listblocks_sec_ul_li {
	border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    background: #fff;
    padding: 20px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    gap: 10px;
    transition: all .3s;
}
.listblocks_sec_ul_li:hover {
	background: #24306a;
	color: #fff;
}
.listblocks_sec_ul_li:hover .listblocks_sec_ul_li_t, .listblocks_sec_ul_li:hover .listblocks_sec_ul_li_t p {
	color: #fff;
}
.listblocks_sec_ul_li:hover .listblocks_sec_ul_li_icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.listblocks_sec_ul_li_icon {
	display: flex;
    justify-content: center;
    transition: all .3s;
}
.listblocks_sec_ul_li_icon img {
	width: 65px;
    max-height: 65px;
    display: block;
    padding-bottom: 10px;
}
.listblocks_sec_ul_li_h {
	font-weight: bold;
    font-size: 18px;
}
.listblocks_sec_ul_li_t, .listblocks_sec_ul_li_t p {
	margin: 0;
    line-height: 24px;
    transition: all .3s;
}
@media (max-width: 1024px) {
.listblocks_sec_ul_li {
    width: calc(33% - 13px);
}
}
@media (max-width: 768px) {
.listblocks_sec_ul_li {
    width: calc(50% - 10px);
}
}
@media (max-width: 550px) {
.listblocks_sec_ul_li {
    width: 100%;
}
}
/* list-section Конец */

/* faq-section Начало */
.faqblock_sec .title_center {
	padding: 0px;
}
.faqblock_sec_ul_li {
    border-bottom: 1px solid #c5c5c5;
}
.faqblock_sec_ul_li_h {	
    padding: 30px 25px 30px 45px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    background: url(img/green_check.svg) no-repeat left center;
    background-size: 30px;
    position: relative;
    transition: all .3s;
}
.faqblock_sec_ul_li_h:hover {
	color: #eb131e;
}
.faqblock_sec_ul_li_h:after {
	content: "";
    border: solid #eb131e;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 3px;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
    margin: 0px 0px 2px 9px;
    position: absolute;
    right: 0px;
    top: calc(50% - 8px);
    transition: all .3s;
}
.faqblock_sec_ul_li.active .faqblock_sec_ul_li_h {
	color: #eb131e;
}
.faqblock_sec_ul_li.active .faqblock_sec_ul_li_h:after {	
    transform: rotate(225deg);
}
.faqblock_sec_ul_li_t {
	padding-bottom: 30px;
}
.faqblock_sec_ul_li_t p {
	margin: 0;
}
/* faq-section Конец */

/* list-section Начало */
.specialists_sec_slider_item {
	padding: 0px 10px;
}
.specialists_sec_slider_item_img {
	height: 310px;
}
.specialists_sec_slider_item_bottom {
	background: #F1F6F7;
    padding: 50px 26px 20px 26px;
    position: relative;
}
.specialists_sec_slider_item_info {
	background: #ad0003;
    color: #fff;
    border-radius: 8px;
    margin: -27px 0px 0px 0px;
    padding: 13px 20px;
    position: absolute;
    left: 10px;
    top: 0px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    height: 54px;
}
.specialists_sec_slider_item_info_li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.specialists_sec_slider_item_info_li_num {
	font-weight: 500;
    font-size: 27px;
    line-height: 27px;
}
.specialists_sec_slider_item_info_li_t {
	font-size: 13px;
    line-height: 14px;
}
.specialists_sec_slider_item_name {
	font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    padding-bottom: 5px;
}
.specialists_sec_slider_item_bottom_ul {
	display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 13px;
}
.specialists_sec_slider_item_bottom_ul_li {
	line-height: 18px;
}
.specialists_sec_slider_item_bottom_ul_li:last-child {
	text-align: right;
}
@media (max-width: 400px) {
.specialists_sec_slider_item {
    padding: 0;
}
.specialists_sec_slider_item_name {
    font-size: 20px;
}
}
@media (max-width: 350px) {
.specialists_sec_slider_item_bottom {
    padding: 50px 15px 20px 15px;
}
.specialists_sec_slider_item_img {
    height: 290px;
}
}
/* list-section Конец */

/* map-section Начало */
.map_sec iframe {
	width: 100%;
    height: 450px;
}
/* map-section Конец */

/* testimonials-section Начало */
.testimonials_sec_ul {
	width: calc(100% + 20px);
    margin-left: -20px;
}
.testimonials_sec_ul_li {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
	border-radius: 8px;
	width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
    box-sizing: border-box;
    transition: all .3s;
}
.testimonials_sec_ul_li:hover {
	background: #f8f8f8;
}
.testimonials_sec_ul_li:hover .testimonials_sec_ul_li_image {
	opacity: 0.8;
}
.testimonials_sec_ul_li_image {
    transition: all .3s;	
}
.testimonials_sec_ul_li_image img {
	width: 100%;
    display: block;
}
.testimonials_sec_ul_li_bottom {
	padding: 15px;
}
.testimonials_sec_ul_li_bottom p {
	margin: 0;
}
.testimonials_sec_ul_li_h {
	font-weight: bold;
}
.testimonials_sec_ul_li_date {
	color: #767676;
    font-size: 12px;
    line-height: 18px;
}
.testimonials_sec_ul_li_rating {
	filter: brightness(0) saturate(100%) invert(65%) sepia(29%) saturate(944%) hue-rotate(9deg) brightness(107%) contrast(79%);
	background: url(img/stars.svg) no-repeat left top;
    background-size: contain;
    height: 15px;
    margin: 10px 0px;
}
.testimonials_sec_ul_li_t {
	font-size: 14px;
    line-height: 22px;
}
@media (max-width: 768px) {
.testimonials_sec_ul_li {
	width: calc(50% - 20px);
}
}
@media (max-width: 450px) {
.testimonials_sec_ul {
	width: 100%;
    margin-left: 0px;
}
.testimonials_sec_ul_li {
	width: 100%;
    margin-left: 0px;
}
}
/* testimonials-section Конец */

/* price-section Начало */
.priceblocks_sec_ul {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.priceblocks_sec_ul_li {
	background: #F1F6F7;
    padding: 50px 30px 60px 30px;
    text-align: center;
    width: calc(50% - 10px);
    flex-grow: 1;
}
.priceblocks_sec_ul_li_h {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    border-bottom: 5px solid #7ACD37;
    display: inline-block;
    margin-bottom: 14px;
}
.priceblocks_sec_ul_li_sub {
    line-height: 22px;
    min-height: 80px;
}
.priceblocks_sec_ul_li_info_li {
	min-height: 90px;
    background: #fff;
    border: 1px solid #DEE7E9;
    border-radius: 6px;
    padding: 12px 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.priceblocks_sec_ul_li_info_left {
	width: 60%;
    line-height: 27px;
    text-align: left;
}
.priceblocks_sec_ul_li_info_right {
	font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #7ACD37;
}
@media (max-width: 1024px) {
.priceblocks_sec_ul_li {
    width: 100%;
}
.priceblocks_sec_ul_li_sub {
    min-height: auto;
    padding-bottom: 15px;
    padding-top: 10px;
}
}
@media (max-width: 500px) {
.priceblocks_sec_ul_li {
    padding: 20px 20px 20px 20px;
}
.priceblocks_sec_ul_li_h {
    font-size: 20px;
}
}
@media (max-width: 350px) {
.priceblocks_sec_ul_li {
    padding: 20px 15px 20px 15px;
}
.priceblocks_sec_ul_li_h {
    font-size: 18px;
    line-height: 30px;
}
.priceblocks_sec_ul_li_info_left {
    line-height: 23px;
}
}
/* price-section Конец */

/* gallery-section Начало */
.gallery_sec_ul {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.gallery_sec_ul_li {
	width: calc(25% - 12px);
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
.gallery_sec_ul_li img {
	display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all .3s;	
}
.gallery_sec_ul_li:before {
	content: "";
    transition: all .3s;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: none;	
}
.gallery_sec_ul_li:hover:before {
	background: #ffffff61;
}
.gallery_sec_ul_li:hover img {
    transform: scale(1.1);
}
@media (max-width: 768px) {
.gallery_sec_ul_li {
    width: calc(33.333% - 10px);
}
}
@media (max-width: 500px) {
.gallery_sec_ul_li {
    width: calc(50% - 10px);
}
}
/* gallery-section Конец */

/* quote-section Начало */
.quote_sec_block {
	box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
	background: #f8f7f7;
	border-left: 4px solid #c22828;
	border-radius: 10px;
	padding: 30px;
}
.quote_sec_block p:first-child {
	margin-top: 0px;
}
.quote_sec_block p:last-child {
	margin-bottom: 0px;
}
@media (max-width: 500px) {
.quote_sec_block {
	padding: 20px;
}
}
/* quote-section Конец */

/* list2-section Начало */
.list2_sec_inner {
	display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}
.list2_sec_img {
	width: 40%;
}
.list2_sec_img img {
	width: 100%;
    max-width: 520px;
    display: block;
}
.list2_sec_ul {
	display: flex;
    flex-direction: column;
    gap: 30px;
	width: 60%;
}
.list2_sec_ul_li_h {
	background: url(img/list2_bullet.svg) no-repeat left top 5px;
    padding: 0px 0px 10px 30px;
    font-weight: 700;
    line-height: 25px;
}
.list2_sec_ul_li_t {	
    padding-left: 30px;
}
.list2_sec_ul_li_t p:first-child {
	margin-top: 0px;
}
.list2_sec_ul_li_t p:last-child {
	margin-bottom: 0px;
}
@media (max-width: 768px) {
.list2_sec_inner {
    gap: 30px;
    flex-direction: column;
}
.list2_sec_img {
    width: 100%;
    display: flex;
    justify-content: center;
}
.list2_sec_img img {
    max-width: 320px;
}
.list2_sec_ul {
    width: 100%;
}
}
/* list2-section Конец */

/* list3-section Начало */
.list3_sec_ul {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.list3_sec_ul_li {
	width: calc(25% - 15px);
    border-bottom: 2px solid #c22828;
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all .3s;
}
.list3_sec_ul_li:hover {
	background: #d40e0e;
	color: #fff;
}
.list3_sec_ul_li:hover .list3_sec_ul_li_num {
	color: #fff;
}
.list3_sec_ul_li:hover .list3_sec_img {
	filter: brightness(0) saturate(100%)
}
.list3_sec_img {
    transition: all .3s;	
}
.list3_sec_img img {
	height: 40px;
    display: block;
    padding-bottom: 30px;
}
.list3_sec_ul_li_num {
	font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #f00;
    padding-bottom: 15px;
}
.list3_sec_ul_li_h {
	font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    padding-bottom: 15px;
}
.list3_sec_ul_li_t {
	font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 1024px) {
.list3_sec_ul_li {
    width: calc(50% - 10px);
}
}
@media (max-width: 600px) {
.list3_sec_ul_li_h {
    font-size: 18px;
    line-height: 22px;
}
.list3_sec_ul_li_num {
    font-size: 30px;
    line-height: 44px;
}
}
@media (max-width: 500px) {
.list3_sec_ul_li {
    width: 100%;
}
.list3_sec_img img {
    padding-bottom: 20px;
}
}
/* list3-section Конец */

/* img-slider-section Начало */
.imgslider_sec_slider_item {
	border-bottom: 2px solid #c22828;
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0px 7px;
    height: 160px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all .3s;
}
.imgslider_sec_slider_item:hover, .imgslider_sec_slider_item:active, .imgslider_sec_slider_item:focus {
	background: #d40e0e;
	color: #fff;
}
.imgslider_sec_slider_item img {
	max-width: 100%;
    display: block;
    max-height: 130px;
}
/* img-slider-section Конец */

/* quotes-slider-section Начало */
.quotesslider_sec_slider .slick-slide {
	opacity: 0.2;
    transition: all .3s;
}
.quotesslider_sec_slider .slick-slide.slick-current {
	opacity: 1;
    transition: all .3s;
}
.quotesslider_sec_slider_item {
	display: flex !important;
    gap: 30px;
    align-items: center;
    padding: 0 20px;
}
.quotesslider_sec_slider_item_left {
    width: 100%;	
}
.quotesslider_sec_slider_item_left_icon {
	font-weight: 300;
    font-size: 96px;
    line-height: 73px;
    color: #f00;
    height: 40px;
}
.quotesslider_sec_slider_item_left_text {
	font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.quotesslider_sec_slider_item_left_text p {
	margin: 0;
}
.quotesslider_sec_slider_item_left_tbot {
	font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding-top: 15px;
}
.quotesslider_sec_slider_item_img {
	display: flex;
    justify-content: center;
    width: 100%;
}
.quotesslider_sec_slider .slick-slide .quotesslider_sec_slider_item_img:before {
	content: "";
    border-radius: 100%;
    filter: blur(32px);
    display: block;
    width: 240px;
    position: absolute;
    height: 240px;
    top: calc(50% - 120px);
    background: #fff;
    transition: all .3s;
}
.quotesslider_sec_slider .slick-slide.slick-current .quotesslider_sec_slider_item_img:before {
	content: "";
    border-radius: 100%;
    filter: blur(32px);
    display: block;
    width: 240px;
    position: absolute;
    height: 240px;
    top: calc(50% - 120px);
    background: #ff000069;
    transition: all .3s;
}
.quotesslider_sec_slider_item_img img {
	max-width: 100%;
    position: relative;
}
@media (max-width: 650px) {
.quotesslider_sec_slider_item_img {
    width: 50%;
}
.quotesslider_sec_slider .slick-slide.slick-current .quotesslider_sec_slider_item_img:before {
    width: 170px;
    height: 170px;
    top: calc(50% - 85px);
}
}
@media (max-width: 500px) {
.quotesslider_sec_slider_item_img {
    position: relative;
}
.quotesslider_sec_slider_item {
    flex-direction: column-reverse;
    padding: 0 0px;
}
.quotesslider_sec_slider_item_left_text {
    font-size: 16px;
    line-height: 24px;
}
}
@media (max-width: 400px) {
.quotesslider_sec_slider .slick-slide.slick-current .quotesslider_sec_slider_item_img:before {
	width: 140px;
	height: 140px;
	top: calc(50% - 70px);
    filter: blur(24px);
}
}
/* quotes-slider-section Конец */

/* faq-text-section Начало */
.faqtextblock_sec_inner {
	display: flex;
    gap: 50px;
}
.faqtextblock_sec_left {
	width: 100%;
}
.faqtextblock_sec_ul {
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.faqtextblock_sec_ul_li {
	border: 1px solid #bfbfcd;
	border-radius: 10px;
}
.faqtextblock_sec_ul_li_h {
	padding: 15px 40px 15px 25px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
.faqtextblock_sec_ul_li_h span {
	font-weight: 400;
    font-size: 16px;
    color: #f00;
    padding-right: 10px;
}
.faqtextblock_sec_ul_li_h:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 3px;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
    margin: 0px 0px 2px 9px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    transition: all .3s;
}
.faqtextblock_sec_ul_li.active .faqtextblock_sec_ul_li_h:after {
    transform: rotate(225deg);
    border: solid #eb131e;
    border-width: 0 2px 2px 0;
}
.faqtextblock_sec_ul_li_t {
	padding: 0px 20px 5px 25px;
}
.faqtextblock_sec_right {
	width: 100%;
}
@media (max-width: 768px) {
.faqtextblock_sec_inner {
    gap: 30px;
    flex-direction: column;
}
}
/* faq-text-section Конец */

/* first-block начало */
.firstsec {
	background: url(img/top_bg_img.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0px;
    text-align: center;
}
.firstsec_inner {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.firstsec h1 {
	margin: 0px;
    text-align: center;
}
.firstsec_subtitle {
	font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    padding: 35px 0px;
}
@media (max-width:1024px) {
.firstsec {
    padding: 80px 0px;
}
}
@media (max-width:768px) {
.firstsec {
    padding: 60px 0px;
}
.firstsec_subtitle {
    font-size: 26px;
    line-height: 36px;
    padding: 30px 0px;
}
}
@media (max-width:600px) {
.firstsec_subtitle {
    font-size: 22px;
    line-height: 32px;
}
}
/* first-block конец */

/* blog начало */
.blog_items_sec_inner {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.blog_items_sec_item {
	width: calc(33.3% - 15px);
}
.blog_items_sec_item_inner {
    background: #f8f7f7;	
    text-align: center;
}
.blogslider_sec_item_excerpt {
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
}
.blog_items_sec_item_date {
	text-align: center;
    border-top: 1px solid #011d38;
    border-bottom: 1px solid #011d38;
    margin: 10px 0px 15px 0px;
    box-sizing: border-box;
    padding: 5px 0px;
	color: #757575;
	font-size: 14px;
}
@media (max-width:768px) {
.blog_items_sec_item {
    width: calc(50% - 10px);
}
}
@media (max-width:500px) {
.blog_items_sec_item {
    width: 100%;
}
}
.default_pagination_outer {
	text-align: center;
    padding-top: 30px;
}
.default_pagination {
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.default_pagination_inner {
	display: flex;
}
.default_pagination .page-numbers {
	background: none;
    display: block;
    font-weight: 400;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    border-right: 1px solid #e8e8e8;
    transition: 0.15s all ease;
}
.default_pagination .page-numbers:hover {
	color: #000;
    background: #f8f7f7;
    text-decoration: none;
}
.default_pagination .page-numbers:last-child {
	border-right: none;	
}
.default_pagination .page-numbers.current {
	cursor: default;
	color: #000;
    background: #f8f7f7;
    text-decoration: none;
}
.default_pagination .page-numbers.dots {
	cursor: default;
	color: #000;
    background: none;
    text-decoration: none;
}
/* blog конец */

/* blog single начало */
.blog_item_sec {
	position: relative;
    min-height: 500px;
    height: calc(100vh - 120px);
    max-height: 1000px;
    display: flex;
    align-items: center;
}
.blog_item_sec::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.blog_item_sec_inner {
	position: relative;
}
.blog_item_sec_inner h1 {
	color: #fff;
    text-align: center;
    margin: 0px;
}
.blog_item_sec_subtitle {
	color: #fff;
    text-align: center;
    padding-top: 25px;
}
.blog_item_sec_subtitle a {
	text-decoration: underline;
    color: #fff;
}
.blog_item_sec_subtitle a:hover {
	color: #24306a;
}
.blog_item_sec_body {
	display: flex;
    gap: 30px;
    justify-content: space-between;
}
.blog_item_sec_body_left {
	width: 69%;
	padding-bottom: 40px;
}
.blog_item_sec_body_right {
	width: 26%;
    min-width: 300px;
	padding-bottom: 40px;
}
.blog_item_sec_body_left_info {
	display: flex;
    gap: 5px 20px;
    padding: 30px 0px;
    flex-wrap: wrap;
}
.blog_item_sec_body_left_info_t {
    font-weight: 506;
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog_item_sec_body_left_info_t svg {
	
}
.blog_item_sec_body_left_info_t a {
	color: #24306a;
}
.blog_item_sec_body_left_info_t a:hover {
	text-decoration: underline;
}
.blog_item_sec_body_left a {
	overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.blog_item_sec_body_left .wp-block-image {
	overflow: hidden;
}
.blog_item_sec_body_left .wp-block-image img {
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(70%);
}
.blog_item_sec_body_left .wp-block-image img:hover {
	filter: brightness(100%);
    transform: scale(1.1);
}
.blog_item_sec_body_left .default_section {
    padding: 50px 0px;
}
.blog_item_sec_body_left .default_grey_section {
    padding: 50px 0px;
    background: #fff;
}
.blog_item_sec_body_left .example_sec_outer {
	padding: 20px 0px 40px 0px;
}
.blog_item_sec_body_left .container {
	padding: 0px;
}
@media (max-width:992px) {
.blog_item_sec_body {
    flex-direction: column;
    gap: 0px;
}
.blog_item_sec_body_left {
    width: 100%;
}
.blog_item_sec_body_right {
    width: 100%;
    min-width: auto;
}
}
@media (max-width:768px) {
.blog_item_sec {
    min-height: initial;
    height: auto;
    max-height: initial;
    padding: 60px 0px;
}
.blog_item_sec_subtitle {
    font-size: 14px;
    line-height: 22px;
}
.blog_item_sec_body_left .default_section {
    padding: 40px 0px;
}
.blog_item_sec_body_left .default_grey_section {
    padding: 40px 0px;
}
}
/* blog single конец */

/* blogslider начало */
.blogslider_sec {
	text-align: center;
}
.blogslider_sec_sub_btn {
	display: flex;
    align-items: center;
    justify-content: center;
}
.blogslider_sec_subtitle, .blog_item_sec_body .blogslider_sec_subtitle {
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 20px;
}
.blogslider_sec_subtitle span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s;
}
.blogslider_sec_subtitle:hover {	
    text-decoration: none;
}
.blogslider_sec_inner {
	padding-top: 35px;
}
.blogslider_sec_item {
	padding: 0px 15px;
}
.blogslider_sec_item_inner {
    background: #fff;
}
.blogslider_sec_item_bottom {
	padding: 25px;
}
.blogslider_sec_item_img, .blog_item_sec_body .blogslider_sec_item_img {
	display: block;
    height: 220px;
    transition: all .3s;
}
.blogslider_sec_item_img:hover {
	opacity: 0.7;
}
.blogslider_sec_item_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 51px;
    transition: 0.3s;
    text-align: center;
    margin-top: 0px !important;
}
.blogslider_sec_item_title:hover {
	text-decoration: none;
}
.blogslider_sec_item_date {
	padding: 10px 0px;
    margin: 15px 0px;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    font-size: 14px;
}
.blogslider_sec_item_btn a {
	width: 100%;
}
@media (max-width:768px) {
.blogslider_sec_item_title {
	font-size: 18px;
    height: 46px;
}
}
/* blogslider конец */

/* author block начало */
.author_block {
	background-color: #f8f7f7;
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.author_block_left_img img {
	border-radius: 100%;
    display: block;
    min-width: 70px;
    width: 70px;
}
.author_block_right_h {
	font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
@media (max-width:450px) {
.author_block {
    gap: 10px;
    flex-direction: column;
}
}
/* author block конец */

/* contents block начало */
.contents_sec {
	padding-bottom: 25px;
}
.contents_sec_inner {
	background: #f8f7f7;
	border: 1px solid #aaa;
}
.contents_sec_top {
	padding: 20px 25px;
    position: relative;
    cursor: pointer;
	transition: 0.3s;	
}
.contents_sec_top_t {
	font-weight: 600;
    user-select: none;
    transition: 0.3s;
}
.contents_sec_top_t span {
	color: #1B2B68;
    font-size: 13px;
}
.contents_sec_top:hover {
    background: #f5f5f5;
}
.contents_sec_top:hover .contents_sec_top_t {
    color: #1B2B68;
}
.contents_sec_top .contents_sec_top_icon {
	transition: 0.3s;
    display: block;
    margin: 30px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #011d38;
    border-left: 2px solid #011d38;
	transform: rotate(-135deg);
    top: -8px;
    position: absolute;
    right: 26px;
}
.contents_sec_top.opened .contents_sec_top_icon {
    transform: rotate(45deg);
    top: 0px;
}
.contents_sec_top:hover .contents_sec_top_icon {
    border-top: 2px solid #1B2B68;
    border-left: 2px solid #1B2B68;
}
.contents_sec_top.opened:hover .contents_sec_top_icon {
	border-top: 2px solid #1B2B68;
    border-left: 2px solid #1B2B68;
}
.contents_sec_ul {
	padding: 0px 25px 25px 45px;
}
.contents_sec_ul_li a {
	transition: 0.3s;
}
.contents_sec_ul_li a:hover {
	color: #011d38;
}
.contents_sec_ul_li a span {
	color: #000;
}
.contents_sec_h3 {
	padding-left: 25px;
}
@media (max-width: 1024px) {
.contents_sec_ul_li a {
    text-decoration: none;
}
}
@media (max-width: 768px) {
.contents_sec_ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
}
@media (max-width: 400px) {
.contents_sec_top .contents_sec_top_icon {
    right: 15px;
}
.contents_sec_top_t {
    padding-right: 20px;
}
.contents_sec_ul {
    padding: 0px 20px 25px 30px;
}
}
/* contents block конец */

/* sidebar начало */
.sidebar_sec {
	padding-top: 30px;
}
.sidebar_sec .default_blue_btn {
    width: 100%;
}
.sidebar_sec .wpcf7-response-output {
	margin: 0px !important;
}
.sidebar_block_empty {
	margin-bottom: 20px;
}
.sidebar_block {
	background-color: #f8f7f7;
    padding: 20px 35px;
	margin-bottom: 20px;
}
.sidebar_sec .wpcf7-spinner {
	position: absolute;
    margin: 17px 0px 0px -30px;
}
.sidebar_h, .sidebar_h p {
	font-weight: 300;
    font-size: 22px;
    color: #24306a;
}
/* sidebar конец */

/* personal_contact_sec начало */
.personal_contact_sec {
    text-align: center;
}
.personal_contact_sec_h {
	font-weight: bold;
    line-height: 19px;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6DCE3;
    margin-bottom: 20px;
}
.personal_contact_sec_img img {
	max-width: 100%;
}
.personal_contact_sec_name {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
}
.personal_contact_sec_sub {
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #8D9099;
    padding-bottom: 10px;
}
.personal_contact_sec_href {
	padding: 3px 0px;
}
.personal_contact_sec_href a {
	line-height: 21px;
    display: inline-block;
}
.personal_contact_sec_href a img {
	display: inline-block;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.personal_contact_sec_btn {
	padding-top: 10px;
}
.personal_contact_sec_t {
	font-size: 12px;
    line-height: 12px;
    padding: 15px 0 20px;
    color: #222;
}
.personal_contact_sec_images {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
}
/* personal_contact_sec конец */

/* author page начало */
.author_page_body {
	display: flex;
    justify-content: space-between;
}
.author_page_body_left {
	width: 69%;
	padding-bottom: 40px;
}
.author_page_body_right {
	width: 26%;
	padding-bottom: 40px;
}
.author_page_body_right .sidebar_sec {
    padding-top: 0px;	
}
.author_page_body_left a {
	overflow: hidden;
    display: inline-block;
}
.author_page_body_left img {
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(70%);
    width: 100%;
    height: auto;
}
.author_page_body_left img:hover {
	filter: brightness(100%);
    transform: scale(1.1);
}
.author_page_top {
    padding: 30px 0px;	
}
.author_page_h1 {
	font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0px;
}
.author_page_subtitle {
	font-size: 18px;
}
.author_page_item {
	border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.author_page_item_info {
	display: flex;
    gap: 5px 20px;
    padding: 0px 0px 15px 0px;
    flex-wrap: wrap;
    font-size: 14px;
}
.author_page_item_info_t {
	color: var(--title-color);
    font-weight: 506;
    display: flex;
    align-items: center;
    gap: 5px;
}
.author_page_item_info_t a:hover {
    text-decoration: underline;
}
.author_page_item_title h2 {
	margin: 0px;
}
@media (max-width:992px) {
.author_page_body {
    flex-direction: column;
}
.author_page_body_left {
    width: 100%;
}
.author_page_body_right {
    width: 100%;
}
}
/* author page конец */

/* sidebar Menu начало */
.sidebar_menu {
	padding: 0px 0px 40px 0px;
}
.sidebar_menu_h {
	font-size: 24px;
    font-weight: 600;
    padding: 5px 0px;
    border-bottom: 3px solid #0D3256;
    margin-bottom: 15px;
}
.sidebar_menu_inner > div > ul > li > ul {
	padding: 3px 0px 0px 20px;
}
.sidebar_menu_inner ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar_menu_inner ul li {
	padding: 6px 0px;
    line-height: 20px;
}
.sidebar_menu_inner ul li a {
	color: #0D405F;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
}
.sidebar_menu_inner > div > ul > li > ul > li > a {
	font-weight: 400;
}
.sidebar_menu_inner ul li a:hover {
	color: #0d6efd;
}
.sidebar_menu_inner ul li:before {
	display: none;
}
/* sidebar Menu конец */

/* head2_top начало */
.head2_top {
	background: #000;
    color: #fff;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.head2_top_left {
	display: flex;
    gap: 40px;
    align-items: center;
}
.head2_top_left_lang {
	display: flex;
    align-items: center;
}
.head2_top_left_lang span {
	padding: 0px 5px;
}
.head2_top_left_lang a {
	color: #fff;	
}
.head2_top_left_info {
	display: flex;
    flex-wrap: wrap;
    gap: 4px 30px;
}
.head2_top_left_info_li {
	font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}
.head2_top_left_info_li img {
    display: block;
    max-height: 18px;
}
.head2_top_socials {
	display: flex;
    gap: 30px;
    align-items: center;
}
.head2_top_socials_link {
	transition: 0.3s;
}
.head2_top_socials_link:hover {
	opacity: 0.7;
}
.head2_top_socials_link img {
	display: block;
    max-height: 19px;
}
@media (max-width:700px) {
.head2_top_left_info_li:nth-child(1) span, .head2_top_left_info_li:nth-child(2) span {
	display: none;
}
}
@media (max-width:600px) {
.head2_top_socials {
    gap: 10px;
}
.head2_top_left_info_li img {
    height: 20px;
}
.head2_top_left_info {
    gap: 4px 15px;
}
}
@media (max-width:450px) {
.head2_top_left_info_li:nth-child(3) {
	display: none;
}
}
/* head2_top конец */

/* head2_bottom начало */
.head2 .head_bottom {
    height: 98px;
	background: #252525;
}
.head2 .head_bottom_outer {
    background: none;
	transition: 0.3s;
}
.head2 .head_bottom_outer.fixed {
    background: #1e020a;
}
.head2 .head_bottom_outer .head_bottom_inner {
    padding-top: 20px;
}
.head2 .head_bottom_outer.fixed .head_bottom_inner {
    padding-top: 0px;
}
.head2 .head_bottom .form_btn {
	backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #fff;
    padding: 20px 20px;
    line-height: 17px;
}
.head2 .head_bottom .form_btn:hover {
    padding: 20px 20px;	
	background: #fff;
    color: #24306a;
}
.head2 .head_bottom_outer.fixed .head_bottom_inner .form_btn {
    padding: 9px 20px;
}
.head2 .head_bottom_outer.fixed .head_bottom_inner .form_btn:hover {
    padding: 9px 20px;	
}
.head2 .head_midl_logo a img {
    max-height: 35px;
}
.head2 .head_bottom_menu > div > ul > li > a {
    font-size: 16px;
    border-left: none;
    font-weight: 400;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > a:after {
    border: solid #FF0000;
    border-width: 0 2px 2px 0;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children:hover > a {
    color: #000000;
    background: #fff;
}
.head2 .head_bottom_menu > div > ul > li > a:hover {
    color: #000000;
    background: #fff;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul {
    background: #d40e0e;
    padding: 15px 0px;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li {
    position: relative;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li a {
    padding: 10px 35px 10px 21px;
    border-bottom: none;
    font-size: 16px;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li a:hover {
    background: #7c1010;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
	transform: rotate(314deg);
    margin: 0px 0px 1px 9px;
	transition: 0.3s;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:hover:after {
    border: solid #FF0000;
    border-width: 0 2px 2px 0;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
    display: none;
    position: absolute;
    background: #610404;
    flex-direction: column;
}
@media (min-width:757px) {
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul {
	display: flex;
	left: 100%;
    top: 0px;
}
}
@media (max-width:1024px) {
.head2 .head_midl_logo a img {
    max-width: 120px;
}
.head2 .head_bottom_menu > div > ul > li > a {
    font-size: 14px;
    padding: 19px 13px;
}
.head2 .head_bottom .form_btn {
    padding: 20px 10px;
    font-size: 14px;
}
.head2 .head_bottom .form_btn:hover {
    padding: 20px 10px;
}
.head2 .head_bottom_outer.fixed .head_bottom_inner .form_btn {
    padding: 9px 10px;
}
.head_bottom_inner_right {
    gap: 10px;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li a {
    font-size: 14px;
}
}
@media (max-width:756px) {
.head2 .head_bottom .form_btn {
	padding: 9px 10px;
}
.head2 .head_bottom_inner_right {
	flex-direction: row-reverse;
	gap: 25px;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul {
    padding: 0px;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
    display: block;
    position: initial;
    background: #ff0000;
    padding-left: 15px;
}
.head2 .head_bottom_menu > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after {
    display: none;
}
}
@media (max-width:400px) {
.head2 .head_bottom_inner_right {
	gap: 10px;
}
.head2 .head_midl_logo a img {
	max-width: 100px;
}
}
/* head2_bottom конец */

/* first-2-section начало */
.first2_sec {
	background: #000;
	margin-top: -98px;
	padding: 150px 0px 50px 0px;
}
.first2_sec .container_wide {
	position: relative;
}
.first2_sec .container_wide:before {
	content: "";
    border-radius: 100%;
    background: #f5114c;
    filter: blur(230px);
    display: block;
    width: 580px;
    height: 580px;
    position: absolute;
    left: 0px;
    bottom: -100px;
}
.first2_sec .container_wide:after {
	content: "";
    border-radius: 100%;
    background: #f5114c;
    filter: blur(160px);
    display: block;
    width: 280px;
    height: 280px;
    position: absolute;
    right: -90px;
    top: 0px;
}
.first2_sec_inner {
	position: relative;
    display: flex;
    gap: 50px;
    align-items: center;
    z-index: 1;
}
.first2_sec_left {
	width: 60%;
}
.first2_sec_left_h {
	margin-top: 0px;
    font-weight: 900;
    font-size: 52px;
    color: #fff;
}
.first2_sec_left_h span {
	background: linear-gradient(127deg, #ff6827 0%, #d10000 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.first2_sec_left_t {
	font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    padding-bottom: 30px;
}
.first2_sec_left_list {
	display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
}
.first2_sec_left_list_t {
	font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: url(img/first_sec_white_bullet.svg) no-repeat left center;
    padding-left: 33px;
}
.first2_sec_left_img {
    padding-bottom: 30px;	
}
.first2_sec_left_img img {
	display: block;
    max-width: 100%;
}
.first2_sec_left_btn a {
	font-size: 18px;
    line-height: 25px;
    color: #fff;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #fff;
    padding: 20px 30px;
    display: inline-block;
}
.first2_sec_left_btn a:hover {
	background: #fff;
    color: #24306a;
}
.first2_sec_right {
	width: 40%;
}
.first2_sec_right_img img {
	max-width: 500px;
    width: 100%;
    display: block;
}
.first2_sec_right_form .wpcf7 {
	background: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 30px;
}
.first2_sec_right_form .form_title {
	margin: -30px -30px 0px -30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 20px 30px;
}
.first2_sec_right_form .form_title p {
	font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}
.first2_sec_right_form .form_small_text {
	padding-top: 10px;
}
.first2_sec_right_form .form_small_text p {
	font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}
.first2_sec_right_form .wpcf7 input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #bfbfcd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 13px 20px 13px 20px;
}
.first2_sec_right_form .wpcf7 select {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #bfbfcd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 13px 20px 13px 20px;
}
.first2_sec_right_form .wpcf7 .wpcf7-submit {
	border-bottom: 1px solid #f00;
    border-radius: 6px;
    background: #fff;
    padding: 14px 15px;
    font-weight: 400;
    font-size: 18px !important;
    color: #000;
}
.first2_sec_right_form .wpcf7 .wpcf7-submit:hover {
	opacity: 0.7;
}
.first2_sec_right_form .wpcf7 input::placeholder {
    color: #fff;
}
@media (max-width:1600px) {
.first2_sec .container_wide:after {
    right: 0px;
}
}
@media (max-width:992px) {
.first2_sec {
    padding: 120px 0px 50px 0px;
}
.first2_sec_inner {
    gap: 30px;
    flex-direction: column;
}
.first2_sec_left {
    width: 100%;
    max-width: 700px;
}
.first2_sec_right {
    width: 100%;
    max-width: 500px;
}
.first2_sec_right_img {
	display: flex;
    justify-content: center;
}
.first2_sec_right_img img {
    max-width: 450px;
}
}
@media (max-width:768px) {
.first2_sec_left_h {
    font-size: 40px;
}
.first2_sec .container_wide:before {
    width: 100vw;
    height: 100vw;
}
.first2_sec_right_img img {
    max-width: 400px;
}
}
@media (max-width:500px) {
.first2_sec_left_h {
	font-size: 30px;
}
.first2_sec_left_t {
    font-size: 18px;
    line-height: 26px;
}
.first2_sec_right_img img {
    max-width: 300px;
}
.first2_sec_left_img {
    display: flex;
    justify-content: center;
}
.first2_sec_left_btn {
	text-align: center;
}
.first2_sec_right_form .wpcf7 {
    background: rgb(121 1 1 / 30%);
    padding: 15px;
}
.first2_sec_right_form .form_title p {
    font-size: 15px;
}
.first2_sec_right_form .form_title {
    margin: -15px -15px 0px -15px;
    padding: 15px 15px;
}
}
@media (max-width:400px) {
.first2_sec_left_t {
	font-size: 16px;
	line-height: 25px;
}
.first2_sec_left_list_t {
    font-size: 16px;
    line-height: 25px;
}
.first2_sec_right_form .wpcf7 .wpcf7-submit {
    font-size: 16px !important;
}
.first2_sec_right_form .wpcf7 iframe, .first2_sec_right_form .wpcf7 .wpcf7-recaptcha > div {
	width: 100% !important;
}
}
/* first-2-section конец */