/*!
Theme Name: medicare
Theme URI: http://underscores.me/
Author: Vova Sydorovych
Author URI: https://freelancehunt.com/freelancer/exCheckPoint.html
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medicare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

medicare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	flex-grow: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: rgba(30, 30, 30, 0.7);
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Neue Machina', sans-serif;
	font-weight: 500;
	clear: both;
}

p {
	margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: ' •  ';
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #78ccc9;
	transition: .5s;
}

a:hover,
a:focus,
a:active {
	color: #60a3a1;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.no-scroll {
	overflow: hidden;
}
/* Header */
.site-header {
    min-height: 97px;
}
.site-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.site-header__logo {
    height: 97px;
}
.site-header__logo img {
    display: block;
	height: 100%;
	object-fit: contain;
}
.main__menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px 46px;
}
.main__menu a {
    font-family: 'Neue Machina', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #1e1e1e;
    text-transform: uppercase;
}
.main__menu a:hover {
	color: #78ccc9;
}
.site-header__burger {
	display: none;
}
.home-banner {
    padding: 30px 0;
}
.home-banner__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.home-banner__wrapper .left {
	max-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.home-banner__wrapper h1 {
    font-size: 64px;
    line-height: 1.12;
    margin: 0;
    color: #1e1e1e;
}
.accent__color {
	color: #78ccc9 !important;
}
.home-banner__wrapper p {
    font-size: 16px;
    line-height: 1.62;
    margin: 18px 0 0;
}
.home-banner__wrapper .default-btn {
	margin-top: 50px;
}
.default-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Neue Machina', sans-serif;
    padding: 20px 30px;
    width: fit-content;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    background: #78ccc9;
    color: #fff;
}
.accent-btn {
	display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Neue Machina', sans-serif;
    padding: 18px 28px;
	border: 1px solid #78ccc9;
    width: fit-content;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    background: transparent;
    color: #78ccc9;
}
.accent-btn svg, .accent-btn path {
	transition: .5s;
}
.accent-btn:hover svg {
	transform: rotate(45deg);
}
.accent-btn:hover svg path {
	fill: #fff;
}
.accent-btn:hover {
	color: #78ccc9;
	background: #78ccc9;
	color: #fff;
}
.default-btn:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: center/contain no-repeat url(img/btn_arrow.svg);
	transform: rotate(-45deg);
	transition: .5s;
}
.default-btn:hover {
	color: #fff;
	border-radius: 14px;
	background: #1e1e1e;
}
.default-btn:hover:after {
	transform: rotate(0deg);
}
.banner__img {
	display: block;
	max-width: 50%;
}
.home-texting {
    padding-top: 100px;
}
.home-texting__wrapper {
    max-width: 965px;
    padding: 48px 20px;
    margin: 0 auto;
    border-bottom: 1px solid #78ccc9;
}
.home-texting__wrapper p {
    margin: 0;
    text-align: center;
    font-family: 'Neue Machina', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.31;
    color: #1e1e1e;
}
.learning-center {
    padding: 90px 0 0;
}
.learning-center h2 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.17;
    color: #1e1e1e;
}
.learning-center__cards {
    padding: 60px 0;
    background: rgba(120, 204, 201, 0.1);
	display: flex;
	justify-content: center;
}
.learning-center__cards__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 968px;
    gap: 20px;
}
.learning-center__card {
    background: #fff;
    padding: 40px 20px 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.learning-center__card h4 {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #1e1e1e;
}
.learning-center__card p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.62;
}
.education {
    padding: 100px 0 75px;
}
.education__wrapper {
    display: flex;
    justify-content: center;
}
.education__img {
    max-width: 50%;
	object-fit: cover;
}
.education__wrapper .left {
    flex-grow: 1;
    background: #78ccc9;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 40px 40px 40px 98px;
}
.education__wrapper .left h2 {
    margin: 0;
    font-size: 64px;
    line-height: 1.12;
    color: #fff;
}
.education__wrapper .left p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #fff;
}
.blog-preview {
    padding: 75px 0 150px;
}
.blog-preview h2 {
    font-size: 48px;
    line-height: 1.17;
    text-align: center;
    margin: 0 0 36px;
    color: #1e1e1e;
}
.blog-preview__wrapper {
    display: flex;
    gap: 20px;
}
.blog-preview__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.blog-preview__first {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-preview__first img {
	display: block;
	width: 100%;
	flex-grow: 1;
	object-fit: cover;
}
.blog-preview__wrapper .meta {
    display: flex;
    flex-direction: column;
}
.blog-preview__wrapper .date {
    font-size: 14px;
    line-height: 2.29;
    color: rgba(30, 30, 30, 0.5);
}
.blog-preview__wrapper .title__link {
    display: flex;
    gap: 60px;
	justify-content: space-between;
}
.blog-preview__wrapper .title__link h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1e1e1e;
}
.blog-preview__wrapper .title__link a {
    flex-shrink: 0;
    align-self: flex-end;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.62;
}
.blog-preview__wrapper .title__link a svg {
	display: block;
}
.blog-preview__wrapper .title__link a path {
	transition: .5s;
}
.blog-preview__wrapper .title__link a:hover path {
	fill: #60a3a1;
}
.blog-preview__wrapper .blog-preview__first .title__link a {
	margin-bottom: 20px;
}
.blog-preview__other {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blog-preview__item {
    padding: 30px 23px;
    background: rgba(120, 204, 201, 0.1);
}
.blog-preview__links {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.site-footer {
    padding: 25px 0;
    background: rgba(120, 204, 201, 0.1);
}
.site-header__mob {
    position: fixed;
    top: 0;
    right: -375px;
    background: #f2fafa;
    height: 100%;
    width: 375px;
    max-width: 100%;
    z-index: 999;
	padding: 26px 40px 40px 64px;
	transition: .5s;
}
.site-header__mob.active {
	right: 0;
}
.admin-bar .site-header__mob {
	top: 32px;
}
.site-header__mob .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 64px;
}
.site-header__mob .top span {
    font-family: 'Neue Machina', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.47;
    color: #78ccc9;
}
.mobile__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.mobile__menu a {
    text-decoration: none;
    font-family: 'Neue Machina', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    line-height: 1;
}
.mobile__menu li {
    line-height: 1;
}
@media(max-width:1024px){
.site-header {
    min-height: 74px;
}
.site-header__logo {
	height: 74px;
}
.site-header__menu {
	display: none;
}
.site-header__burger {
	display: block;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-banner {
    padding: 20px 0 30px;
}
.home-banner__wrapper {
    gap: 36px;
}
.banner__img {
    max-width: calc(50% - 18px);
	min-height: 305px;
	object-fit: cover;
}
.home-banner__wrapper h1 {
    font-size: 32px;
}
.home-banner__wrapper p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
}
.home-banner__wrapper .default-btn {
    gap: 8px;
    font-size: 16px;
    padding: 16px 24px;
}
.home-banner__wrapper .default-btn {
	margin-top: 18px;
}
.home-banner__wrapper .default-btn:after {
    width: 20px;
    height: 20px;
}
.home-texting {
    padding-top: 50px;
}
.home-texting__wrapper {
    padding: 24px 15px;
}
.home-texting__wrapper p {
    font-size: 20px;
    line-height: 1.4;
}
.learning-center {
    padding: 60px 0 0;
}
.learning-center h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.11;
}
.learning-center__cards {
    padding: 42px 40px;
}
.learning-center__cards__wrapper {
    gap: 14px;
}
.learning-center__card {
    padding: 29px 14px 38px;
    gap: 7px;
}
.learning-center__card h4 {
    font-size: 16px;
    line-height: 1.6;
}
.learning-center__card p {
    font-size: 12px;
    line-height: 1.54;
}
.education {
    padding: 60px 0 30px;
}
.education__wrapper .left {
    margin: 24.5px 0;
    padding: 48px 18px 48px 50px;
    gap: 4px;
}
.education__wrapper .left h2 {
    font-size: 32px;
}
.education__wrapper .left p {
    font-size: 14px;
    line-height: 1.57;
}
.blog-preview {
    padding: 60px 0 105px;
}
.blog-preview h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.11;
}
.blog-preview__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
}
.blog-preview__wrapper .meta {
    padding: 0 23px;
}
.blog-preview__links {
    margin-top: 36px;
    gap: 14px;
}
.blog-preview__links .accent-btn {
	flex-grow: 1;
	justify-content: center;
}
.site-footer {
    padding: 12px 0;
}
.site-footer .site-header__menu {
    display: block;
}
.main__menu {
    gap: 10px 28px;
}
.main__menu a {
    font-size: 12px;
}
}
@media(max-width:782px){
.admin-bar .site-header__mob {
	top: 46px;
}
}
@media(max-width:767px){
.container {
    padding: 0 30px;
}
.home-banner__wrapper {
    flex-direction: column-reverse;
    gap: 24px;
}
.banner__img {
    width: 100%;
    max-width: unset;
    min-height: unset;
    aspect-ratio: 30/29;
}
.home-banner__wrapper .left {
    max-width: unset;
}
.home-banner__wrapper h1 {
    font-size: 24px;
    line-height: 1.33;
}
.home-banner__wrapper p {
    margin-top: 15px;
}
.home-banner__wrapper .default-btn {
    width: 100%;
    justify-content: center;
}
.home-texting {
    padding-top: 30px;
}
.home-texting {
    display: none;
}
.learning-center {
    padding: 30px 0 0;
}
.learning-center h2 {
    padding: 0 30px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33;
}
.learning-center__cards {
    padding: 33px 30px 90px;
}
.learning-center__cards__wrapper {
    grid-template-columns: 1fr;
}
.learning-center__card {
    padding: 30px 53px 38px;
}
.education {
    padding: 0 0 30px;
}
.education .container {
    padding: 0;
}
.education__wrapper {
    flex-direction: column;
    align-items: center;
}
.education__wrapper .left {
    margin: 0;
    padding: 48px 30px 48px 50px;
    gap: 8px;
}
.education__wrapper .left h2 {
    font-size: 24px;
    line-height: 1.33;
}
.education__img {
    max-width: unset;
    width: 100%;
    aspect-ratio: 360/295;
}
.blog-preview {
    padding: 30px 0 40px;
}
.blog-preview .container {
    padding: 0;
}
.blog-preview h2 {
    padding: 0 30px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33;
}
.blog-preview__wrapper,
.blog-preview__first {
    gap: 20px;
}
.blog-preview__wrapper .meta {
    padding: 0 30px;
}
.blog-preview__wrapper .date {
    font-size: 12px;
    line-height: 2.67;
}
.blog-preview__wrapper .title__link {
    flex-direction: column;
    gap: 12px;
}
.blog-preview__wrapper .title__link h4 {
    font-size: 16px;
    line-height: 1.5;
}
.blog-preview__wrapper .blog-preview__first .title__link a {
    margin-bottom: 0;
}
.blog-preview__wrapper .title__link a {
    align-self: flex-start;
    font-size: 14px;
    line-height: 1.86;
}
.blog-preview__wrapper .title__link a svg {
    width: 20px;
}
.blog-preview__item {
    padding: 20px 30px;
}
.blog-preview__item {
    padding: 20px 30px;
}
.blog-preview__links {
    margin-top: 12px;
    gap: 12px;
    flex-direction: column;
    padding: 0 30px;
}
.blog-preview__links .accent-btn, .blog-preview__links .default-btn {
    width: 100%;
    font-size: 16px;
    padding: 20px;
    justify-content: center;
}
.site-footer {
    padding: 12px 0 23px;
}
.site-header__logo {
    flex-shrink: 0;
}
.main__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
	margin-top: 11px;
}
.main__menu li {
	display: flex;
}
.site-footer .site-header__wrapper {
    padding-left: 10px;
    padding-right: 20px;
    align-items: flex-start;
}
}

/* About Us */
.about-banner {
    padding-top: 60px;
}
.about-banner h1 {
    font-size: 64px;
    color: #1e1e1e;
    margin: 0 0 35px;
}
.about-banner__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #78ccc9;
    padding-left: 100px;
	gap: 60px;
}
.about-banner__wrapper p {
    margin: 0;
    font-family: "Neue Machina", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.17;
    color: #fff;
}
.about-banner__wrapper img {
    flex-shrink: 0;
    max-width: 420px;
    margin-top: -76px;
}
.about-content {
    padding-bottom: 120px;
}
.about-content__wrapper {
    padding: 60px 100px 92px;
}
@media(max-width:1199px){
.about-banner__wrapper {
    padding-left: 40px;
}
.about-banner__wrapper p {
    font-size: 32px;
    line-height: 1.12;
}
.about-banner__wrapper img {
    max-width: 35%;
}
}
@media(max-width:1024px){
.about-banner {
    padding-top: 20px;
}
.about-banner h1 {
    font-size: 32px;
    line-height: 1.11;
    margin: 0 0 7px;
	padding: 0 40px;
}
.about-banner .container {
    padding: 0;
}
.about-banner__wrapper {
    gap: 7px;
}
.about-banner__wrapper img {
    margin-top: 0;
}
.about-content {
    padding: 42px 0 66px;
}
.about-content__wrapper {
    padding: 0;
    font-size: 16px;
}
.about-content__wrapper>*:last-child {
	margin-bottom: 0;
}
}
@media(max-width:767px){
.about-banner h1 {
    font-size: 24px;
    line-height: 1.33;
    padding: 0 30px;
}
.about-banner__wrapper {
    padding: 0;
    padding-left: 30px;
	gap: 20px;
}
.about-banner__wrapper p {
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 0;
}
.about-banner__wrapper img {
    width: 150px;
    height: 176px;
    max-width: unset;
    object-fit: cover;
}
.about-content {
    padding: 20px 0 42px;
}
.about-content__wrapper {
    font-size: 14px;
}
}


/* Who we are */
.who-banner {
    padding: 60px 0 130px;
}
.who-banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
}
.who-banner__wrapper img {
    max-width: 42.5%;
	object-fit: cover;
    aspect-ratio: 591/513;
}
.who-banner__wrapper .left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 650px;
    flex-grow: 1;
}
.who-banner__wrapper .left h1 {
    margin: 0;
    font-size: 64px;
    line-height: 1.12;
    color: #1e1e1e;
}
.who-banner__wrapper .left p {
    font-size: 16px;
	margin: 0;
}
.who-about__wrapper {
    background: #78ccc9;
    display: flex;
}
.who-about__wrapper img {
    max-width: 40%;
    object-fit: cover;
    background: #fff;
}
.who-about__wrapper .right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 83px 100px 67px 75px;
}
.who-about__wrapper .right h2 {
    margin: 0;
    font-size: 48px;
    line-height: 1.17;
    color: #fff;
}
.who-about__wrapper .right p {
    margin: 0;
    font-size: 16px;
    color: #fff;
	font-weight: 500;
}
.who-work {
    padding: 125px 0 150px;
}
.who-work h2 {
    margin: 0 0 35px;
    font-size: 48px;
    text-align: center;
    color: #1e1e1e;
}
.who-work__wrapper {
    background: rgba(120, 204, 201, 0.1);
    padding: 89px 98px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.who-work__item {
    padding: 20px 30px 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.who-work__item img {
    width: 76px;
    height: 76px;
    display: block;
    object-fit: contain;
}
.who-work__item h4 {
    margin: 12px 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #1e1e1e;
}
.who-work__item p {
    margin: 12px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
}
@media(max-width:1199px){
.who-work__wrapper {
    grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width:1024px){
.who-banner {
    padding: 20px 0 90px;
}
.who-banner__wrapper img {
    aspect-ratio:   335/441;
}
.who-banner__wrapper .left h1 {
    font-size: 32px;
}
.who-banner__wrapper .left p {
    font-size: 14px;
	padding-right: 18px;
}
.who-about__wrapper {
    flex-direction: column;
}
.who-about__wrapper img {
    max-width: unset;
    width: 100%;
}
.who-about__wrapper .right {
    gap: 10px;
    padding: 30px 60px 40px;
}
.who-about__wrapper .right h2 {
    font-size: 32px;
}
.who-about__wrapper .right p {
    font-size: 14px;
}
.who-work {
    padding: 90px 0 0;
}
.who-work h2 {
    margin-bottom: 30px;
    font-size: 32px;
}
.who-work__wrapper {
    padding: 47px 47px 68px;
    gap: 25px 22px;
}
}
@media(max-width:767px){
.who-banner {
    padding: 20px 0 42px;
}
.who-banner__wrapper {
    flex-direction: column-reverse;
    gap: 24px;
}
.who-banner__wrapper img {
    max-width: unset;
    width: 100%;
    aspect-ratio: 30/29;
}
.who-banner__wrapper .left {
    gap: 6px;
	max-width: unset;
}
.who-banner__wrapper .left h1 {
    font-size: 24px;
    line-height: 1.33;
}
.who-banner__wrapper .left p {
    padding: 0;
}
.who-about .container {
    padding: 0;
}
.who-about__wrapper img {
    aspect-ratio: 300/295;
}
.who-about__wrapper .right {
    padding: 30px 30px 40px;
}
.who-about__wrapper .right h2 {
    font-size: 24px;
    line-height: 1.33;
}
.who-work {
    padding: 60px 0 0;
}
.who-work h2 {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 16px;
	padding: 0 30px;
}
.who-work .container {
    padding: 0;
}
.who-work__wrapper {
    padding: 36px 30px 97px;
    gap: 16px;
    grid-template-columns: 1fr;
}
.who-work__item img {
    width: 60px;
    height: 60px;
}
}


/* Blog page */
.blog-page {
    padding: 60px 0 150px;
}
.blog-page h1 {
    margin: 0 0 30px;
    font-size: 64px;
    line-height: 1.12;
    color: #1e1e1e;
}
.blog-page__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blog-page__item {
    padding: 30px 50px;
    background: rgba(120, 204, 201, 0.1);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.blog-page__item .date {
    font-size: 14px;
    line-height: 2.29;
    color: rgba(30, 30, 30, 0.5);
    margin: 0;
}
.blog-page__item .title__link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}
.blog-page__item .title__link h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 1.5;
    margin: 0;
}
.blog-page__item .title__link a {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.blog-page__item .title__link a svg path {
	transition: .5s;
}
.blog-page__item .title__link a:hover svg path {
	fill: #60a3a1;
}
.bp__pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers {
    padding: 7.5px 5px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.45;
    color: #1e1e1e;
    text-decoration: none;
}
.page-numbers:hover,
.page-numbers.current {
	color: #78ccc9;
}
.prev.page-numbers svg {
	transform: rotate(180deg);
}
.next.page-numbers svg path,
.prev.page-numbers svg path {
    transition: .5s;
}
.next.page-numbers:hover svg path,
.prev.page-numbers:hover svg path {
	fill: #78ccc9;
}
@media(max-width:1024px){
.blog-page {
    padding: 20px 0 90px;
}
.blog-page h1 {
    margin-bottom: 20px;
    font-size: 32px;
}
.blog-page__item {
    padding: 20px 50px;
}
.blog-page__item .title__link h4 {
    font-size: 20px;
    line-height: 1.6;
}
.bp__pagination {
    margin-top: 14px;
}
}
@media(max-width:767px){
.blog-page .container {
    padding: 0;
}
.blog-page h1 {
    padding: 0 30px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33;
}
.blog-page__item {
    gap: 0;
    padding: 20px 30px;
}
.blog-page__item .date {
    font-size: 12px;
    line-height: 2.67;
}
.blog-page__item .title__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.blog-page__item .title__link h4 {
    font-size: 16px;
    line-height: 1.5;
}
.blog-page__item .title__link a {
    font-size: 14px;
}
.blog-page__wrapper {
    gap: 16px;
}
.page-numbers.dots {
    padding: 0;
    min-width: unset;
}
.bp__pagination {
	flex-wrap: wrap;
}
}


/* Single Post */
.single-banner {
    padding: 121px 0 86px;
    background-color: #f2fafa;
	background-image: url(img/post_bg.png);
	background-repeat: no-repeat;
    background-position: right;
	background-size: contain;
}
.single-banner__wrapper {
    max-width: 650px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap: 20px;
}
.single-banner__wrapper h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.17;
    color: #1e1e1e;
}
.single-banner__wrapper p {
    margin: 0;
    font-size: 16px;
}
.sb__expert {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border-radius: 24px;
    padding: 6px 12px;
}
.sb__expert img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.sb__expert .text {
    display: flex;
    flex-direction: column;
}
.sb__expert .text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    color: #98a8a6;
}
.sb__expert .text a {
	font-weight: 600;
	color: #78ccc9;
	text-decoration: underline;
}
.icon__blocks {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ib__check {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #78ccc9;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #78ccc9;
}
.ib_update {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #98a8a6;
    line-height: 1.71;
    font-weight: 500;
}
.ib__check svg,
.ib_update svg {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.single-menu__wrapper {
    padding: 12px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
	border-bottom: 1px solid #f2fafa;
}
.single-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.single-menu__top p {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.67;
    text-transform: uppercase;
    color: #98a8a6;
}
.single-menu__top svg {
    display: none;
}
.single-menu__menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.single-menu__menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    display: flex;
    position: relative;
    padding-left: 16px;
}
.single-menu__menu a:before {
    content: '';
	position: absolute;
    width: 4px;
    height: 4px;
    background: #78ccc9;
    border-radius: 50%;
    top: 8px;
	left: 4px;
	transition: .5s;
}
.single-menu__menu a:hover:before {
	background: #60a3a1;
}
.single-content__wrapper {
    padding: 42px 0;
}
.single-content ul {
	margin: 0 0 1.5em;
    padding-left: 24px;
}
.single-content :is(h1,h2,h3,h4,h5,h6) {
	color: #1e1e1e;
    margin: 42px 0 18px;
}
.single-content h1 {
	font-size: 64px;
}
.single-content h2 {
	font-size: 48px;
}
.single-content h3 {
	font-size: 36px;
}
.single-content h4 {
	font-size: 24px;
}
.single-content h5 {
	font-size: 20px;
}
.single-content h6 {
	font-size: 18px;
}
.single-content a {
	font-weight: 600;
}
.single-content__wrapper>*:last-child {
    margin-bottom: 0;
}
.expert-info__wrapper {
    border-radius: 8px 8px 0 0;
    padding: 30px 16px 60px 60px;
    background: #f2fafa;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.expert-info__wrapper img {
    width: 136px;
    height: 136px;
    object-fit: cover;
    border-radius: 50%;
}
.expert-info__wrapper .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.expert-info__wrapper .right .name {
    margin: 0;
    font-size: 36px;
    line-height: 1.33;
	font-weight: 500;
    color: #1e1e1e;
    font-family: 'Neue Machina', sans-serif;
}
.expert-info__wrapper .right .position {
    margin: 0;
    font-family: 'Neue Machina', sans-serif;
    font-size: 24px;
    line-height: 1.33;
    color: #78ccc9;
    font-weight: 500;
}
.expert-info__wrapper .right .info {
    margin: 0;
}
.references {
    padding: 54px 0;
	margin-bottom: 270px;
}
.references .ref__title {
    margin: 0 0 24px;
    line-height: 1.17;
}
.references__wrapper>*:last-child {
	margin-bottom: 0;
}
@media(max-width:1024px){
.single-banner {
    padding: 48px 0 37px;
	background-image: url(img/post_bg_tablet.png);
}
.single-banner__wrapper {
    max-width: 445px;
}
.single-banner__wrapper h1 {
    font-size: 32px;
    line-height: 1.11;
}
.single-banner__wrapper p {
    max-width: 400px;
}
.single-menu__wrapper {
    padding: 32px 0 20px;
}
.single-menu__top svg {
    display: block;
	flex-shrink: 0;
	transition: .5s;
}
.single-menu__top.close svg {
	transform: rotate(180deg);
}
.single-menu__menu {
    grid-template-columns: 1fr;
    gap: 16px;
}
.single-content__wrapper {
    padding: 20px 0;
}
.single-content {
    font-size: 16px;
}
.single-content h1 {
	font-size: 48px;
}
.single-content h2 {
	font-size: 36px;
}
.single-content h3 {
	font-size: 24px;
}
.single-content h4 {
	font-size: 20px;
}
.single-content h5 {
	font-size: 18px;
}
.single-content h6 {
	font-size: 16px;
}
.single-content :is(h1,h2,h3,h4,h5,h6) {
    margin: 20px 0 18px;
}
.expert-info__wrapper {
    padding: 30px 16px 60px 42px;
}
.expert-info__wrapper img {
    width: 76px;
    height: 76px;
}
.expert-info__wrapper .right .name {
    font-size: 24px;
}
.expert-info__wrapper .right .info {
    font-size: 16px;
}
.references {
    padding: 32px 0;
    margin-bottom: 180px;
}
}
@media(max-width:767px){
.single-banner {
    background-image: none;
    padding: 48px 0 32px;
}
.single-banner .container {
    padding-right: 20px;
}
.single-banner .container {
    padding-right: 20px;
}
.single-banner__wrapper h1 {
    font-size: 20px;
    line-height: 1.6;
}
.single-banner__wrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
}
.icon__blocks {
    flex-wrap: wrap;
}
.ib__check {
    font-size: 12px;
    padding: 2px 5px;
	gap: 5px;
}
.ib_update {
    font-size: 12px;
    gap: 5px;
}
.ib__check svg,
.ib_update svg {
	width: 18px;
	height: 18px;
}
.single-menu__menu a {
    font-size: 12px;
}
.single-menu__menu {
    gap: 12px;
}
.single-content {
    font-size: 14px;
}
.single-content h1 {
	font-size: 36px;
}
.single-content h2 {
	font-size: 24px;
}
.single-content h3 {
	font-size: 20px;
}
.single-content h4 {
	font-size: 18px;
}
.single-content h5 {
	font-size: 16px;
}
.single-content h6 {
	font-size: 14px;
}
.expert-info__wrapper {
    flex-direction: column;
    gap: 16px;
}
.expert-info__wrapper img {
    width: 60px;
    height: 60px;
}
.expert-info__wrapper .right .name {
    font-size: 20px;
    line-height: 1.6;
}
.expert-info__wrapper .right .info {
    font-size: 14px;
}
.references {
	margin-bottom: 120px;
}
.references .ref__title {
    margin-bottom: 16px;
}
}


/* Contact Us */
.contact-form {
    padding: 46px 0 40px;
    background-color: #f2fafa;
	background-image: url(img/contact_bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center calc(100% - 85px);
}
.contact-form__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.contact-form__wrapper .left {
    display: flex;
    flex-direction: column;
	max-width: 610px;
}
.contact-form__wrapper .left h1 {
    margin: 0 0 10px;
    font-size: 64px;
    line-height: 1.12;
    color: #1e1e1e;
}
.contact-form__wrapper .left .subtitle {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}
.contact-form__wrapper .left .description {
    margin: 0;
    font-size: 16px;
}
.contact-form__wrapper .left .description .accent__color {
	font-weight: 600;
}
.contact-form__wrapper .form {
    padding: 60px 72px;
    background: #fff;
    display: flex;
    flex-direction: column;
	max-width: 590px;
}
.contact-form__wrapper .form .title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}
.contact-form__wrapper .form .text {
    margin: 0 0 10px;
    font-size: 12px;
}
.wpcf__form * {
	outline: none;
}
.wpcf__form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wpcf__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wpcf__row label {
    font-size: 14px;
    color: #78ccc9;
}
.wpcf__row label strong {
    font-size: 16px;
    font-weight: 700;
    color: rgba(30, 30, 30, 0.7);
}
.wpcf__row label .red {
    font-size: 16px;
    font-weight: 700;
    color: #ff4747;
}
.wpcf__row input:not([type="submit"], 
[type="checkbox"]), .wpcf__row textarea {
    width: 100%;
    border: 1px solid #78ccc9;
	border-radius: 0;
    padding: 18px 36px 18px 30px;
    font-size: 16px;
    line-height: 125%;
    color: rgba(30, 30, 30, 0.7);
	resize: none;
	max-height: 130px;
	transition: .5s;
	display: block;
}
.wpcf__row input.wpcf7-not-valid,
.wpcf__row textarea.wpcf7-not-valid {
	border-color: #ff4747;
	color: #ff4747;
}
::placeholder {
	color: #42afab;
}
.wpcf__row .wpcf7-not-valid::placeholder {
	color: #ff4747;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
	display: none;
}
.wpcf_row.acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf_row.acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
}
.wpcf_row.acceptance label>input {
  	position: absolute;
  	z-index: -1;
  	opacity: 0;
}
.wpcf_row.acceptance label>span {
  	display: flex;
  	align-items: flex-start;
  	user-select: none;
  	gap: 20px;
}
.wpcf_row.acceptance label>span::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e3e5ec;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	margin-top: 5px;
	cursor: pointer;
	transition: .5s;
}
.wpcf_row.acceptance.no-validate label>span::before {
	border-color: #ff4747;
}
.wpcf_row.acceptance label>input:checked+span::before {
  	border-color: #78ccc9;
    background-color: #78ccc9;
  	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");
}
.wpcf_row.acceptance label>span::after {
	display: none;
}
.wpcf__row button[type="submit"] {
    width: 100%;
    justify-content: center;
    transition: .5s;
    border: none;
    border-radius: 0;
	cursor: pointer;
}
.wpcf__row button[type="submit"]:hover {
	border-radius: 14px;
}
@media(max-width:1024px){
.contact-form {
    padding: 48px 0 56px;
    background-size: 1920px;
    background-position: left 60%;
}
.contact-form__wrapper {
    flex-direction: column;
    gap: 50px;
}
.contact-form__wrapper .left h1 {
    margin-bottom: 17px;
    font-size: 32px;
}

}
@media(max-width:767px){
.contact-form {
    padding: 48px 0 0;
    background-image: none;
}
.contact-form .container {
    padding: 0;
}
.contact-form__wrapper {
    gap: 20px;
}
.contact-form__wrapper .left {
    padding: 0 30px;
}
.contact-form__wrapper .left h1 {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 1.33;
}
.contact-form__wrapper .left .subtitle,
.contact-form__wrapper .left .description {
    font-size: 14px;
    line-height: 1.71;
}
.contact-form__wrapper .form {
    padding: 24px 30px 137px;
    max-width: unset;
    width: 100%;
}
.contact-form__wrapper .form .title {
    font-size: 16px;
}
.wpcf__row input:not([type="submit"], [type="checkbox"]), .wpcf__row textarea {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.25;
}
.wpcf_row.acceptance label {
    font-size: 12px;
}
}