/*
Theme Name: Axiom
*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.15;
	box-sizing: border-box;
	outline: 0;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-size: 1em;
}

em, strong, i, b, address, cite {
	font-style: normal;
	font-weight: 500;
}

ul, ol {
	list-style: none;
}

input[type='checkbox'] {
	display: none;
}
input[type=submit], button {
	cursor: pointer;
	background: transparent;
	border: 0;
}

img {
	max-width: 100%;
}

.socials-link, .socials, .search-header, .blog-search-btn, .team-item, .awards-list, .reviews-row, .reviews .slide, .result-item, .tabs-body, .tabs-head, .foot-nav, .foot-row, .who-photo, .who-photos, .who-photos .col, .small-link, .small-inner, .small .slider-inner, .features-item, .contact-item, .contact-button, .contact-privacy, .contact-info-link, .contact-right, .block-subtitle, .main-slider .slide-left, .main-slider .slide, .single-slider .slider-inner, .slider-dots, .title, .head-blog-link, .socials-img, .tabs-footer-btn, .guarant-icon, .main-slider .slide-right, .article-titles, .blog-filter, .team-list, .tabs-footer, .head-nav, .head-burger, .head-section {
	display: flex;
}

.article-titles, .blog-filter, .tabs-footer, .head-nav, .head-burger, .head-section {
	justify-content: space-between;
}

.socials-img, .tabs-footer-btn, .guarant-icon, .main-slider .slide-right {
	justify-content: center;
	align-items: center;
}

.socials-link, .socials, .search-header, .blog-search-btn, .blog-filter, .team-item, .awards-list, .reviews-row, .reviews .slide, .tabs-head, .foot-nav, .foot-row, .small-link, .features-item, .contact-item, .contact-button, .contact-info-link, .block-subtitle, .single-slider .slider-inner, .head-blog-link, .head-section {
	align-items: center;
}

.blog-filter, .team-list, .awards-list, .features-item, .head-section {
	flex-wrap: wrap;
}

.socials-link, .team-item, .reviews .slide, .foot-nav, .foot-row, .who-photo, .who-photos, .who-photos .col, .small-inner, .contact-item, .contact-privacy, .contact-right, .main-slider .slide-left, .main-slider .slide, .title, .head-nav, .head-burger {
	flex-direction: column;
}

.search, .reviews .slide, .tabs-footer-btn:after, .tabs-footer-btn, .small .slider-inner, .main-slider .slide .anim, .single-slider .slider, .dot-active, .head-burger .line, .head {
	transition: 0.35s ease;
}

:root {
	--mobile-width: calc(100% - 20px);
	--mobile-large-width: 460px;
	--tablet-width: 740px;
	--tablet-large-width: 1000px;
	--desktop-width: 1170px;
	--black: 0, 0, 0;
	--gray: 82, 84, 102;
	--white: 255, 255, 255;
	--red: 255, 0, 0;
	--green: 0, 255, 0;
	--blue: 70, 132, 226;
	--gold: 255, 203, 69;
	--fontsize-body: 14px;
	--freg: "Geometria";
	--fbold: "Geometria-Bold";
	--vreg: "VisueltPro-Regular";
	--vbold: "VisueltPro-Bold";
	--col: 70px;
	--gap: 30px;
}

@font-face {
	src: url(fonts/Geometria.woff);
	font-family: "Geometria";
	font-display: swap;
}
@font-face {
	src: url(fonts/Geometria-Bold.woff);
	font-family: "Geometria-Bold";
	font-display: swap;
}
@font-face {
	src: url(fonts/VisueltPro-Regular.woff2);
	font-family: "VisueltPro-Regular";
	font-display: swap;
}
@font-face {
	src: url(fonts/VisueltPro-Bold.woff2);
	font-family: "VisueltPro-Bold";
	font-display: swap;
}
.set, body {
	width: 100%;
	height: 100%;
}

body {
	font: 14px var(--freg);
	color: rgb(var(--gray));
	min-height: 100vh;
	overflow-x: hidden;
}
body button, body a {
	color: rgb(var(--gray));
}

input, button {
	font-family: inherit;
	font-size: inherit;
	background-color: transparent;
	border: none;
}

button, label, input[type=submit], input[type=button] {
	cursor: pointer;
}

input[type=radio] {
	display: none;
}

::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: rgba(var(--gray), 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(var(--gray), 0.4);
	border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(var(--gray), 0.4);
}

.article-img, .search-result, .search-header, .blog-preview, .blog-theme, .foot-row, .who-photo, .small-img, .small-slide, .guarant-icon, .features-item {
	border-radius: 4px;
}

.article-img, .blog-preview, .small-slide, .guarant-icon, .features-item, .services-block, .bgc, .bgc-reverce {
	box-shadow: 0 4px 18px 4px rgba(0, 0, 0, 0.04);
}

html {
	scroll-behavior: smooth;
}

.section {
	width: var(--mobile-width);
	margin: auto;
}

.ui {
	background-color: #525466;
}

.stroke {
	stroke: #4684E2;
}

.fill {
	fill: #4684E2;
}

main {
	padding-top: 40px;
}

.head {
	width: 100%;
	height: 80px;
	background-color: rgb(var(--white));
	overflow: hidden;
	font-family: var(--fbold);
	position: absolute;
	top: 0;
	z-index: 1000;
}
.head.active {
	height: 100vh;
}
.head-section {
	padding: 20px 0;
	position: relative;
}
.head-logo {
	width: 100px;
	height: 40px;
}
.head-logo-svg {
	width: 100%;
	height: 100%;
}
.head-burger {
	width: 30px;
	height: 21px;
}
.head-burger .line {
	height: 3px;
	flex: 0 0 3px;
	background-color: rgb(var(--gray));
}
.head-burger .line:nth-child(1) {
	width: 100%;
}
.head-burger .line:nth-child(2) {
	width: 50%;
}
.head-burger .line:nth-child(3) {
	width: 75%;
}
.head-burger.active .line:nth-child(2) {
	transform: translateX(100%);
}
.head-burger.active .line:nth-child(3) {
	transform: translateX(33.3333333333%);
}
.head-nav {
	width: 100%;
	align-items: flex-start;
	position: absolute;
	top: 50vh;
	transform: translateY(-100%);
}
.head-link {
	line-height: 2em;
}
.head-link.active {
	color: rgb(var(--blue));
}
.head-blog {
	width: 100%;
	position: absolute;
	top: calc(50vh + 50px);
}
.head-blog-svg {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	stroke: rgb(var(--blue));
}


.breadcrumbs {
	margin-bottom: 20px;
}
.breadcrumbs__separator {
	margin: 0 5px;
}
.breadcrumbs__link {
	font-family: var(--fbold);
}
.breadcrumbs__link:hover {
	color: rgb(var(--blue));
}



.title {
	font-family: var(--fbold);
	font-size: 2em;
	text-transform: uppercase;
}
.title.inline {
	flex-direction: row;
}
.title.inline .title-text {
	margin-right: 8px;
}
.title-text {
	line-height: 1.125em;
}
.title .blue {
	color: rgb(var(--blue));
}

.text,.text p {
	color: rgba(var(--gray), 0.8);
	font-family: var(--freg);
	line-height: 1.4285714286em;
}
.text p {
	margin-bottom: 15px;
}
.blog-text a {
	color: rgb(var(--blue));
}
.blog-text strong {
	font-weight: 700;
}
.blog-text h2,.blog-text h3,.blog-text h4,.blog-text h5,.blog-text h6 {
	margin-bottom: 15px;
	font-family: var(--vbold);
	color: rgb(var(--gray));
}
.blog-text em {
	font-style: italic;
}
.blog-text ul,.blog-text ol {
	margin-bottom: 15px;
}
.blog-text li{
	line-height: 1.5em;
	margin-bottom: 10px;
}
.blog-text li:last-child {
	margin-bottom: 0;
}
.blog-text ol {
	list-style: decimal;
	padding-left: 16px;
}
.blog-text ul {
	list-style: disc;
	padding-left: 10px;
}
.text p:last-child {
	margin-bottom: 0;
}
.article p img {
	width: 100%;
}

.bgc {
	background: linear-gradient(261.36deg, #F2F2FF 0%, rgba(249, 249, 255, 0) 100%), linear-gradient(0deg, rgba(70, 132, 226, 0.02), rgba(70, 132, 226, 0.02)), #FFFFFF;
}
.bgc-reverce {
	background: linear-gradient(81.36deg, #F2F2FF 0%, rgba(249, 249, 255, 0) 100%), linear-gradient(180deg, rgba(70, 132, 226, 0.02), rgba(70, 132, 226, 0.02)), #FFFFFF;
}
.bgc, .bgc-reverce {
	border-radius: 40px;
}

.button {
	min-width: 147px;
	padding: 8px 26px 6px;
	display: inline-block;
	border: 2px solid rgb(var(--blue));
	border-radius: 40px;
	font-family: var(--fbold);
	text-align: center;
	color: rgb(var(--blue));
	text-transform: uppercase;
	line-height: 2em;
}

.line {
	width: 100%;
	height: 4px;
	margin-bottom: 10px;
	background-color: rgb(var(--blue));
}

.slider-dots {
	position: relative;
}

.dot {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid rgb(var(--gray));
	background-color: rgb(var(--gray));
}
.dot.active {
	transform: scale(0.7);
}
.dot-active {
	width: 20px;
	height: 12px;
	border-radius: 6px;
	background-color: rgb(var(--blue));
	position: absolute;
	left: -4px;
	z-index: 1;
}

.single-slider .slider {
	position: relative;
}
.single-slider .slider-inner {
	overflow: hidden;
}
.single-slider .slider-button {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-slider .slider-button svg {
	width: 18px;
	height: 30px;
	fill: rgb(var(--gray));
}
.single-slider .slider-button[disabled] {
	opacity: 0.4;
	cursor: initial;
}
.single-slider .slider-prev {
	left: 0;
}
.single-slider .slider-next {
	right: 0;
}

.main-slider .slider {
	padding: 30px 20px 52px;
}
.main-slider .slider-button {
	display: none;
}
.main-slider .slider-dots {
	width: 100%;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.main-slider .slide {
	flex: 0 0 100%;
	top: 0;
	left: 0;
}
.main-slider .slide-left {
	align-items: flex-start;
}
.main-slider .slide-left .title {
	margin-bottom: 20px;
}
.main-slider .slide .text {
	margin-bottom: 30px;
	color: rgba(var(--gray), 0.6);
	line-height: 1.7142857143em;
}
.main-slider .slide-right {
	padding: 20px 0;
	width: 100%;
}
.main-slider .slide-right img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.main-slider .slide .anim {
	opacity: 0;
}

.block {
	padding-top: 50px;
}
.block .block-title, .block-first .block-title {
	margin-bottom: 30px;
}
.block-title, .block-title-small {
	font-family: var(--fbold);
}
.block-title, .block-title-small {
	text-transform: uppercase;
}
.block-title-small {
	font-size: 1.2857142857em;
}
.block-subtitle {
	font-family: var(--fbold);
	letter-spacing: -0.02em;
}
.block-subtitle.blue {
	color: rgb(var(--blue));
}
.block-subtitle-img {
	width: 20px;
	height: 18px;
	margin-top: -5px;
	margin-right: 10px;
	stroke: rgb(var(--blue));
}
.block-title {
	font-size: 1.5714285714em;
}

.services-head-links {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
}
.services-head-link {
	margin-bottom: 10px;
}

.services-block {
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 40px;
	background-color: rgb(var(--white));
}
.services-block:last-child {
	margin-bottom: 0;
}
.services .block-subtitle {
	margin-bottom: 10px;
}
.services-list {
	margin-top: 50px;
}
.services-item {
	margin-bottom: 50px;
}
.services-text p {
	margin-bottom: 20px;
	color: rgba(var(--gray), 0.8);
}
.services-text p:last-child {
	margin-bottom: 0;
}
.services .button {
	margin: 0 auto;
	display: block;
}

.desc .block-title {
	margin-bottom: 30px;
}
.desc .text p{
	margin-bottom: 10px;
}
.about_button {
	margin-top: 20px;
}

.audience-block {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	font-family: var(--fbold);
}
.audience-block:last-child {
	margin-bottom: 0;
}
.audience-block .button {
	margin-top: auto;
}
.audience-number {
	font-size: 0.8571428571em;
	line-height: 2em;
}
.audience-text {
	margin-bottom: 20px;
}
.audience-number {
	margin-bottom: 10px;
}
.contact {
	padding: 30px 20px;
}
.contact-left {
	margin-bottom: 20px;
}
.contact-right {
	align-items: flex-start;
}
.contact .text {
	line-height: 1.7142857143em;
}
.contact-text {
	margin-bottom: 20px;
	font-family: var(--vreg);
}
.contact .g-item {
	width: 100%;
	margin-bottom: 16px;
}
.contact-form-title {
	margin-right: auto;
}
.contact-info-link {
	margin-top: 10px;
	font-family: var(--fbold);
}
.contact-info-link svg {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	stroke: rgb(var(--blue));
}
.contact-privacy {
	margin-bottom: 20px;
	align-items: flex-start;
}
.contact-privacy .g-item {
	margin-bottom: 10px;
}
.contact-privacy-link {
	font-family: var(--fbold);
	color: rgba(var(--gray), 0.4);
	position: relative;
}
.contact-privacy-link:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgba(var(--gray), 0.4);
}
.contact-button {
	color: rgb(var(--blue));
	text-transform: uppercase;
	font-family: var(--fbold);
	line-height: 2em;
}
.contact-button svg {
	width: 8px;
	height: 8px;
	margin-left: 10px;
	stroke: rgb(var(--blue));
}
.contact-item {
	margin-top: 50px;
}
.contact-item-subtitle {
	font-family: var(--vreg);
}

.features-list {
	margin-top: -30px;
}
.features-item {
	margin-top: 30px;
	padding: 0 20px 20px;
	align-items: flex-start;
	background-color: rgb(var(--white));
}
.features-item .block-subtitle {
	width: calc(100% - 70px);
	margin-top: 22px;
	margin-left: 10px;
}
.features-icon,.features-item .block-subtitle {
	transform: translateY(-10px);
}
.features-text {
	width: 100%;
}

.guarant-icon {
	width: 60px;
	height: 60px;
	background-color: rgb(var(--white));
}
.guarant-icon-img {
	width: 24px;
	height: 24px;
	stroke: rgb(var(--blue));
}

.small {
	position: relative;
	padding-bottom: 32px;
}
.small .slider {
	width: 279px;
	margin: 0 auto;
	overflow: hidden;
}
.small .slider-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.small-slide {
	width: 279px;
	flex: 0 0 279px;
	margin-right: 18px;
	overflow: hidden;
	background-color: rgb(var(--gray));
	position: relative;
}
.small-slide .text {
	margin-bottom: 20px;
}
.small-slide:last-child {
	margin-right: 0;
}
.small-slide .block-title-small, .small-slide .text, .small-slide .small-link {
	color: rgb(var(--white));
}
.small-inner {
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}
.small .text {
	margin-top: 20px;
}
.small-link {
	margin-top: auto;
	line-height: 2em;
	font-family: var(--fbold);
	text-transform: uppercase;
}
.small-link svg {
	width: 8px;
	height: 8px;
	margin-left: 10px;
	stroke: rgb(var(--white));
}
.small-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.small-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.small-img:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(var(--black), 0.4);
}

.who .block-title {
	margin-bottom: 3px !important;
}
.who-subtitle {
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
.who-photo {
	margin-bottom: 10px;
	justify-content: flex-end;
	align-items: flex-start;
	overflow: hidden;
	position: relative;
}
.who-photo:last-child {
	margin-bottom: 0;
}
.who-photo-inner {
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.who-photo .block-title-small, .who-photo .text {
	color: rgb(var(--white));
}
.who-photo .text {
	margin-top: 3px;
	letter-spacing: -0.02em;
}
.who-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.who-item {
	margin-top: 10px;
}
.who .button {
	margin-top: 20px;
}

.foot {
	padding-top: 50px;
	padding-bottom: 20px;
}
.foot-row {
	padding: 20px 10px;
	background-color: rgb(var(--gray));
	text-align: center;
}
.foot-row, .foot-row a {
	color: rgb(var(--white));
}
.foot-row a {
	margin-bottom: 10px;
}
.foot-row a:last-child {
	margin-bottom: 0;
}
.foot-privacy {
	font-family: var(--fbold);
	text-transform: uppercase;
}
.foot-nav-link {
	margin-top: 10px;
	color: rgba(var(--gray), 0.4);
	font-family: var(--fbold);
}

.tabs {
	overflow: hidden;
}
.tabs-head {
	padding: 10px 0;
	overflow: auto;
}
.tabs-head-btn {
	padding: 0 20px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: var(--fbold);
	position: relative;
}
.tabs-head-btn:after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -6px;
}
.tabs-body {
	padding: 10px 0;
	overflow: hidden;
}
.tabs-body-item {
	flex: 0 0 100%;
}
.tabs-footer {
	position: relative;
}
.tabs-footer-btn {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid rgb(var(--gray));
	font-family: var(--fbold);
}
.tabs-footer-btn:after {
	display: block;
	content: "";
	width: calc((100% - 160px) / 3);
	height: 0;
	border-bottom: 3px dashed rgb(var(--gray));
	position: absolute;
}
.tabs-footer-btn:nth-child(1):after {
	left: 40px;
}
.tabs-footer-btn:nth-child(2):after {
	left: calc((100% - 160px) / 3 + 80px);
}
.tabs-footer-btn:nth-child(3):after {
	left: calc(2 * (100% - 160px) / 3 + 120px);
}
.tabs-footer-btn:last-child:after {
	content: none;
}
.tabs input:nth-child(1):checked ~ .tabs-head .tabs-head-btn:nth-child(1):after, .tabs input:nth-child(2):checked ~ .tabs-head .tabs-head-btn:nth-child(2):after, .tabs input:nth-child(3):checked ~ .tabs-head .tabs-head-btn:nth-child(3):after, .tabs input:nth-child(4):checked ~ .tabs-head .tabs-head-btn:nth-child(4):after {
	background-color: rgb(var(--blue));
}
.tabs input:nth-child(2):checked ~ .tabs-body .tabs-body-item {
	transform: translateX(-100%);
}
.tabs input:nth-child(3):checked ~ .tabs-body .tabs-body-item {
	transform: translateX(-200%);
}
.tabs input:nth-child(4):checked ~ .tabs-body .tabs-body-item {
	transform: translateX(-300%);
}
.tabs input:nth-child(1):checked ~ .tabs-footer .tabs-footer-btn:nth-child(1), .tabs input:nth-child(2):checked ~ .tabs-footer .tabs-footer-btn:nth-child(1), .tabs input:nth-child(2):checked ~ .tabs-footer .tabs-footer-btn:nth-child(2), .tabs input:nth-child(3):checked ~ .tabs-footer .tabs-footer-btn:not(:last-child), .tabs input:nth-child(4):checked ~ .tabs-footer .tabs-footer-btn {
	background-color: rgb(var(--blue));
	color: rgb(var(--white));
	border-color: rgb(var(--blue));
}
.tabs input:nth-child(2):checked ~ .tabs-footer .tabs-footer-btn:first-child:after, .tabs input:nth-child(3):checked ~ .tabs-footer .tabs-footer-btn:first-child:after, .tabs input:nth-child(3):checked ~ .tabs-footer .tabs-footer-btn:nth-child(2):after, .tabs input:nth-child(4):checked ~ .tabs-footer .tabs-footer-btn:after {
	border-color: rgb(var(--blue));
}

.result-list {
	margin-bottom: -18px;
}
.result-item {
	margin-bottom: 18px;
	flex-direction: column;
}
.result-item .block-subtitle {
	height: 33px;
	align-items: flex-start;
}
.result-icon {
	margin-bottom: 10px;
}
.result .text {
	margin-top: 16px;
}

.reviews .slide {
	flex: 0 0 100%;
	padding: 0 20px;
}
.reviews-photo {
	width: 100px;
	height: 100px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.reviews-photo, .reviews-row {
	margin-bottom: 10px;
}
.reviews-subtitle {
	font-family: var(--vreg);
	color: rgba(var(--gray), 0.4);
}
.reviews-subtitle, .reviews .text {
	margin-bottom: 14px;
}
.reviews .text {
	text-align: center;
}
.reviews-row svg {
	width: 13px;
	height: 13px;
	fill: rgba(var(--gold), 1);
}
.reviews-date {
	margin-right: 20px;
	color: rgba(var(--gray), 0.4);
	font-family: var(--vreg);
}
.reviews-link {
	border-bottom: 1px solid #4F4D8E;
	font-family: var(--vbold);
	color: rgba(var(--gray), 0.4);
	line-height: 1.4285714286em;
	text-transform: uppercase;
}

.circle-photo {
	border-radius: 100%;
	overflow: hidden;
}
.circle-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awards-list {
	margin-top: -20px;
}
.awards-item {
	flex: 0 0 100%;
	margin-top: 20px;
}

.team-list {
	margin-top: -30px;
	justify-content: center;
}
.team-item {
	margin-top: 30px;
}
.team-item .text {
	margin-top: 18px;
	text-align: center;
}
.team-photo {
	width: 168px;
	height: 168px;
	margin-bottom: 10px;
}
.team-subtitle {
	font-family: var(--vreg);
	color: rgba(var(--gray), 0.4);
}

.blog-filter {
	padding-bottom: 30px;
	margin-top: -10px;
	position: relative;
}
.blog-filter-btn {
	margin-top: 10px;
	margin-right: 10px;
	font-family: var(--vbold);
	color: rgba(var(--gray), 0.4);
	text-transform: uppercase;
}
.filter-form {
	margin-top: 10px;
	margin-right: 10px;
}
.filter-form .blog-filter-btn {
	margin: 0;
}
.blog-filter-btn:last-child {
	margin-right: 0;
}
.blog-filter-btn.active {
	color: rgb(var(--blue));
}
.blog-search-btn {
	color: rgb(var(--gray));
}
.blog-search-btn svg {
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 10px;
	stroke: rgb(var(--blue));
}
.blog-search-btn.active {
	color: rgb(var(--blue));
}
.blog-list {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.blog-single-item {
	margin-top: 24px;
}
.blog-item .block-subtitle, .blog-single-item .block-subtitle {
	margin: 20px 0 10px;
}
.blog-single-item .text {
	margin-bottom: 14px;
}
.blog-theme {
	padding: 0 19px;
	background-color: rgba(var(--white), 0.8);
	font-family: var(--fbold);
	text-transform: uppercase;
	line-height: 2em;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}
.blog-preview {
	height: 168px;
	overflow: hidden;
	position: relative;
}
.blog-preview img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.blog-date {
	font-family: var(--vbold);
}
.blog .button {
	margin: 0 auto;
	display: block;
}

.search {
	width: 100%;
	max-width: 774px;
	margin: 0 auto;
	position: absolute;
	top: 100%;
	z-index: 10;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.search.active {
	opacity: 1;
	visibility: visible;
}
.search-header {
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.24);
	background-color: rgb(var(--white));
}
.search-header svg {
	width: 14px;
	height: 14px;
	stroke: rgb(var(--gray));
}
.search-header-input {
	width: 100%;
	padding: 27px 45px 27px 29px;
}
.search-header-cancel {
	position: absolute;
	right: 30px;
}
.search-result {
	margin-top: 10px;
	padding: 0 29px;
	background-color: rgb(var(--white));
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.24);
}
.search-result.active {
	padding: 20px 29px;
}
.search-result-list {
	max-height: 324px;
	overflow: auto;
}
.search-result-link {
	width: 100%;
	padding: 10px 8px;
	line-height: 1;
	display: block;
}

.article .section {
	max-width: 774px;
}
.article-date, .article-img, .article-subtitle, .article .text {
	margin-bottom: 10px;
}
.article-titles {
	padding-bottom: 30px;
	position: relative;
}
.article-date {
	font-family: var(--vbold);
}
.article-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.article-img img {
	width: 100%;
}

.socials-item {
	margin-right: 40px;
}
.socials-item:last-child {
	margin-right: 0;
}
.socials-img {
	width: 54px;
	height: 54px;
	padding: 15px;
	border-radius: 100%;
	background-color: rgba(var(--gray), 0.06);
}
.socials-img svg {
	width: 100%;
	height: 100%;
	fill: rgb(var(--gray));
}
.socials-text {
	margin-top: 3px;
	font-size: 0.8571428571em;
	color: rgba(var(--gray), 0.4);
	font-family: var(--vreg);
}

.map {
	width: 100%;
	height: 255px;
	overflow: hidden;
	background-image: url("img/MAP.svg");
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: 50% center;
	position: relative;
}
.map:after {
	width: 15px;
	height: 15px;
	content: '';
	display: block;
	background-color: red;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 29%;
}

.inpt-title{
	font: 13px/23px "Geometria"
}
.form-input{
	width: 100%;
	height: 42px;
	margin-bottom: 16px;
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	border-bottom: 4px solid rgba(70, 132, 226, 0.6);
	background: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
	overflow: hidden;
	font: 1.15em "Geometria";
	color: #525466;
}
textarea.form-input{
	padding-top: 5px;
	height: 100px;
	border:none;
	border-bottom: 4px solid rgba(70, 132, 226, 0.6);
	resize: none;
}
.form-input:focus {
	border-color: rgb(var(--blue));
}
.form-row {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 16px;
}
.privacy_checkbox_label {
	margin-bottom: 10px;
}
.privacy_checkbox {
	display: none;
}
.privacy_checkbox_label span {
	display: flex;
	align-items: center;
}
.privacy_checkbox_label span:before {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: block;
	content: "";
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #525466;
	transition: 0.35s ease;
}
.privacy_checkbox:checked ~ span:before {
	border-color: transparent;
	background: #4684E2 url(img/checked.svg) no-repeat center;
}

.text + .careers-list {
	padding-top: 20px;
}
.careers-list,.list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.careers-item,.item {
	width: 100%;
}
.careers-link {
	height: 100px;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.careers-link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	border-radius: 4px 0 0 4px;
	height: 100%;
	background-color: rgb(var(--blue));
}
.careers-item-title {
	font: 16px var(--fbold);
}
.careers-item-location {
	margin-top: 5px;
	display: none;
	align-items: center;
}
.careers-item-location img {
	height: 15px;
	margin-right: 3px;
}

.careers-solo .block-subtitle, .careers-solo .careers-item-location {
	margin-bottom: 20px;
}
.maps-right {
	margin-top: 50px;
}
.cookies {
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background-color: #000;
}
.cookies .section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cookies-title{
	margin-right: auto;
	margin-bottom: 20px;
	color: #fff;
}
.cookies button {
	width: calc(50% - 5px);
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
}
.careers-list-button {
	margin: 50px auto 0;
	display: block;
}

.resource-item {
	height: 456px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 18px 4px rgba(0,0,0,.04);
	display: flex;
	flex-direction: column;
}
.resource-item-title {
	font-family: var(--fbold);
	font-size: 18px;
	text-transform: uppercase;
}
.resource-item-img {
	width: 100%;
	height: 149px;
	margin: 10px 0;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(217,217,217);
}
.resource-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.resource-item-img .nophoto {
	width: initial;
	height: initial;
	object-fit: contain;
}
.resource-item-text {
	margin-bottom: 20px;
	font-family: var(--vreg);
	color: rgba(82, 84, 102, 0.4);
}
.resource-item .send {
	margin-top: auto;
}

.resource-bgc {
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.left,.resource-title {
	margin-bottom: 20px;
}
.left .text {
	font-family: var(--vreg);
	color: rgba(82,84,102,.4);
	line-height: 24px;
}

.resource-list-row {
	display: flex;
	align-items: center;
}
.resource-list-row .block-subtitle {
	text-transform: uppercase;
}
.resource-list .text {
	font-family: var(--vreg);
	color: rgba(82,84,102,.4);
}
.resource-list-control {
	padding-top: 40px;
	margin: 0 auto;
	flex-direction: column;
	row-gap: 10px;
}
.resource-list-info {
	display: flex;
	align-items: center;
}
.resource-list-info svg {
	width: 17px;
	height: 17px;
	margin-right: 4px;
}
.privacy p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.privacy strong {
	font-size: 1.4em;
	font-family: var(--fbold);
}

@media screen and (min-width: 440px) {
	.section {
		width: var(--mobile-large-width);
	}
}
@media screen and (min-width: 740px) {
	.section {
		width: var(--tablet-width);
	}

	main {
		padding-top: 0;
	}

	.lines {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: -1;
	}
	.lines .section {
		display: flex;
		justify-content: space-between;
	}
	.lines-item {
		height: 100vh;
		width: 1px;
		background-color: rgba(var(--gray), 0.1);
	}
	.lines-item:nth-child(2), .lines-item:nth-child(6), .lines-item:nth-child(10) {
		background: none;
	}

	.head {
		background: none;
		overflow: hidden;
		position: static;
	}
	.head, .head.active {
		height: initial;
	}
	.head-burger {
		display: none;
	}
	.head-nav {
		width: initial;
		flex-direction: row;
		transform: none;
	}
	.head-link {
		display: flex;
		align-items: center;
		margin-right: 20px;
		color: rgba(var(--gray), 0.6);
		position: relative;
	}
	.head-link span {
		position: relative;
	}
	.head-link span:after {
		display: block;
		content: "";
		width: 0;
		height: 4px;
		background-color: rgb(var(--blue));
		position: absolute;
		left: 50%;
		bottom: -4px;
	}
	.head-link:last-child {
		margin-right: 0;
	}
	.head-link.active {
		color: rgb(var(--gray));
	}
	.head-link.active span:after {
		width: 100%;
		left: 0;
	}
	.head-blog {
		width: 100px;
		display: flex;
		justify-content: flex-end;
	}
	.head-nav, .head-blog {
		position: static;
	}

	.single-slider .slider {
		padding: 0 40px;
	}
	.single-slider .slider-prev {
		left: 20px;
	}
	.single-slider .slider-next {
		right: 20px;
	}

	.main-slider .slider {
		padding: 40px;
	}
	.main-slider .slide {
		padding: 0;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	.main-slider .slide-right{
		position: absolute;
		top: 0;
		right:0;
		height: 100%;
		overflow: hidden;
	}

	.main-slider .slide-left {
		flex: 0 0 calc(50% - 36px);
		margin-right: 50px;
		justify-content: space-between;
	}
	.main-slider .slide-right {
		padding: 0;
		width: 50%;
		border-radius: 0 40px 40px 0;
	}

	.main-slider .slider-dots {
		width: initial;
		bottom: 20px;
		left: 50%;
		right: 50%;
		transform: translatex(-50%);
	}

	.services-head-links-parent {
		position: relative;
	}
	.services-head-links {
		height: 0;
		overflow: hidden;
		transition: .35s ease;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.services-head-links-title {
		padding-right: 20px;
		position: relative;
	}
	.services-head-links-title:before {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid rgb(var(--gray));
		border-right: 1px solid rgb(var(--gray));
		transition: .35s ease;
		transform: rotate(45deg);
		position: absolute;
		right: 0;
	}
	.services-head-links-parent:hover .services-head-links-title:before{
		transform: rotate(135deg);
	}
	.services-head-links-parent:hover .services-head-links {
		height: 60px;
	}
	.services-head-links {
		padding-top: 10px;
		padding-left: 0;
	}
	.services-head-link {
		margin-bottom: 0;
		margin-top: 5px;
	}

	.services {
		display: flex;
	}
	.services-block {
		flex: 0 0 calc(50% - 9px);
		margin-right: 18px;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
	.services-block:last-child {
		margin-right: 0;
	}
	.services-block .button {
		margin-top: auto;
	}

	.audience {
		display: flex;
		justify-content: space-between;
	}
	.audience-block {
		flex: 0 0 calc((100% - 54px) / 4);
		margin-bottom: 0;
	}
	.audience-text {
		margin-bottom: 50px;
	}

	.contact {
		display: flex;
		align-items: center;
	}
	.contact-left {
		margin-right: 117px;
	}
	.contact-right {
		flex: 0 0 279px;
	}
	.contact .title {
		margin-bottom: 20px;
	}
	.contact-privacy {
		flex-direction: row;
	}
	.contact-privacy .g-item {
		margin-bottom: 0;
	}
	.contact-privacy-link {
		margin-left: 5px;
		white-space: nowrap;
	}
	.contact-list {
		margin-top: 24px;
		display: flex;
		justify-content: space-around;
	}
	.contact-item {
		flex: 0 0 33%;
		margin-top: 0;
	}

	.map {
		height: 426px;
	}

	.features-list {
		display: flex;
		flex-wrap: wrap;
	}
	.features-list .guarant-item {
		margin-right: 18px;
	}
	.features-list .guarant-item:nth-child(2n) {
		margin-right: 0;
	}
	.features-list .block-subtitle {
		margin-left: 0;
	}
	.features-button {
		margin-top: 50px;
	}

	.guarant-item {
		flex: 0 0 calc(50% - 9px);
	}

	.small {
		padding-bottom: 52px;
	}
	.small .slider {
		width: 576px;
	}

	.who-photos {
		flex-direction: row;
		align-items: stretch;
	}
	.who-photos > .who-photo {
		width: 100%;
		margin-bottom: 0;
	}
	.who-photos .col {
		width: 100%;
		margin-left: 10px;
	}
	.who-photos .col .who-photo {
		height: calc(50% - 5px);
	}
	.who-list {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.who-item {
		flex: 0 0 calc((100% - 36px) / 3);
	}

	.foot-nav {
		padding-top: 20px;
		flex-direction: row;
		justify-content: space-between;
	}
	.foot-nav-link {
		margin-top: 0;
	}

	.tabs-head {
		border-bottom: 4px solid rgba(var(--gray), 0.4);
		overflow: visible;
	}
	.tabs-head-btn:after {
		height: 4px;
		bottom: -14px;
		z-index: 1;
	}
	.tabs-body {
		padding-top: 24px;
		padding-bottom: 48px;
	}
	.tabs-body .text p {
		text-indent: 1.5em;
	}
	.tabs-body .text strong {
		font-family: var(--fbold);
	}

	.result-list {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.awards-item {
		flex-basis: 50%;
		text-align: center;
	}

	.team-item {
		flex: 0 0 calc(50% - 9px);
	}

	.blog-filter-btn {
		font-size: 1.2857142857em;
	}
	.blog-list {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 36px;
		row-gap: 36px;
	}
	.blog-item {
		flex: 0 0 calc(50% - 18px);
	}
	.blog-item a {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.blog-date {
		margin-top: auto;
	}
	.blog-single-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog-single-item {
		flex: 0 0 calc(50% - 9px);
	}
	.blog-text h2 {
		font-size: 1.5em;
	}
	.blog-text h3 {
		font-size: 1.4em;
	}
	.blog-text h4 {
		font-size: 1.3em;
	}
	.blog-text h5 {
		font-size: 1.2em;
	}
	.blog-text h6 {
		font-size: 1.1em;
	}

	.form-row {
		flex-direction: row;
	}
	.form-row.just{
		justify-content: space-between
	}
	.careers-item,.item {
		width: calc(50% - 10px);
	}
	.cookies .section {
		flex-wrap: nowrap;
	}
	.cookies-title {
		margin-bottom: 0;
	}
	.cookies button {
		width: initial;
		margin-left: 10px;
	}

	.resource-bgc {
		padding: 0;
		flex-direction: row;
		overflow: hidden;
		position: relative;
	}
	.left,.right {
		width: 50%;
	}
	.left {
		padding: 30px;
		margin-bottom: 0;
	}
	.right {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
	}
	.right img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.right .nophoto {
		width: initial;
		height: initial;
		object-fit: contain;
	}

	.resource-list-control {
		flex-direction: row;
		margin: 0;
	}
	.resource-list-info {
		padding-left: 20px;
	}
	.resource-list-info:before {
		width: 1px;
		height: 7px;
		margin-right: 20px;
		background-color: rgba(71,95,123,.6);
		display: block;
		content: '';
	}
}
@media screen and (min-width: 1000px) {
	.section {
		width: var(--tablet-large-width);
	}

	.head-section {
		padding: 40px 0;
	}
	.head-link, .head-blog-link {
		text-transform: uppercase;
	}

	.title {
		font-size: 2.5714285714em;
	}
	.title-text {
		line-height: 1.5em;
	}

	.main-slider .slider {
		padding: 16px 50px;
	}
	.main-slider .slide-left {
		margin-right: 72px;
	}
	.main-slider .slide .text {
		margin-bottom: 52px;
	}

	.block {
		padding-top: 120px;
	}
	.block .block-title, .block-first .block-title {
		margin-bottom: 53px;
	}
	.block-title {
		font-size: 2.5714285714em;
	}
	.block-title-small {
		font-size: 1.7142857143em;
	}
	.block-subtitle {
		font-size: 1.2857142857em;
	}

	.line {
		margin-bottom: 20px;
	}

	.services-block {
		padding: 60px;
	}
	.services-list {
		padding: 60px 60px 80px;
		margin-top: 20px;
	}
	.services-item {
		margin-bottom: 80px;
	}
	.services-item:last-child {
		margin-bottom: 0;
	}

	.desc .block-title {
		margin-bottom: 53px;
	}
	.about_button {
		margin-top: 42px;
	}

	.audience-number {
		font-size: 1em;
	}
	.audience-text {
		margin-bottom: 99px;
		font-size: 1.7142857143em;
	}
	.audience-number {
		margin-bottom: 20px;
	}

	.contact {
		padding: 73px 0;
		justify-content: center;
	}
	.contact-left {
		width: 378px;
	}
	.contact-info {
		margin-top: 20px;
		display: flex;
		align-items: center;
	}
	.contact-info-link {
		margin-right: 20px;
		margin-top: 0;
	}
	.contact-info-link:last-child {
		margin-right: 0;
	}

	.map {
		height: 555px;
	}

	.features-icon {
		margin-right: 18px;
	}
	.features-item .block-subtitle {
		width: calc(100% - 98px);
	}

	.guarant-item {
		flex-basis: calc((100% - 36px) / 3);
	}
	.guarant-icon {
		width: 80px;
		height: 80px;
	}

	.small {
		padding-bottom: 96px;
		overflow: hidden;
	}
	.small .slider {
		margin-left: 279px;
		overflow: visible;
	}

	.who .block-title {
		margin-bottom: 11px !important;
	}
	.who-subtitle {
		margin-bottom: 32px;
	}
	.who-item {
		margin-top: 24px;
	}
	.who .line {
		margin-top: 20px;
	}
	.who .button {
		margin-top: 95px;
	}

	.foot {
		padding-top: 120px;
		padding-bottom: 66px;
	}
	.foot-row {
		padding: 10px 20px 22px;
		flex-direction: row;
	}
	.foot-row a {
		margin-bottom: 0;
	}
	.foot-logo {
		margin-right: auto;
	}
	.foot-privacy {
		margin-left: 20px;
	}
	.foot-copy {
		margin-left: 40px;
	}
	.foot-privacy, .foot-copy {
		margin-top: 12px;
	}

	.tabs-head-btn {
		padding: 0 38px;
		font-size: 1.2857142857em;
	}

	.result-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.result-item .block-subtitle {
		height: 42px;
	}
	.result-icon {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.awards-list {
		margin-top: -162px;
	}
	.awards-item {
		flex-basis: 33.3333333333%;
		margin-top: 162px;
	}
	.awards-item:nth-child(3n) {
		text-align: right;
	}
	.awards-item:nth-child(3n-2) {
		text-align: left;
	}

	.team-list {
		margin-top: -120px;
	}
	.team-item {
		flex-basis: calc((100% - 36px) / 3);
		margin-top: 120px;
		margin-right: 18px;
	}
	.team-item:nth-child(3n),.team-item:last-child {
		margin-right: 0;
	}

	.blog-filter {
		padding-bottom: 73px;
		justify-content: center;
	}
	.blog-filter-btn,.filter-form {
		margin-right: 40px;
	}
	.blog-list {
		margin-bottom: 53px;
	}
	.blog-item {
		flex-basis: calc((100% - 72px) / 3);
	}
	.blog-single-item {
		flex-basis: 100%;
	}
	.blog-single-item-link {
		display: flex;
	}
	.blog-single-item .blog-preview {
		flex: 0 0 calc((100% - 36px) / 3);
		margin-right: 18px;
	}
	.blog-single-info {
		display: flex;
		flex-direction: column;
	}
	.blog-single-info .block-subtitle {
		width: calc(50% - 9px);
		margin-top: 0;
	}

	.search-result {
		margin-top: 20px;
	}

	.article-titles {
		padding-bottom: 69px;
	}
	.article-date, .article-subtitle, .article-img, .article .text {
		margin-bottom: 24px;
	}
	.features-list .guarant-item:nth-child(2n) {
		margin-right: 18px;
	}
	.features-list .guarant-item:nth-child(3n){
		margin-right: 0;
	}

	.resource-item {
		padding: 40px;
	}
	.right {
		width: 576px
	}
	.resource-title .title-text {
		font-size: 48px;
		line-height: 54px;
	}
}
@media screen and (min-width: 1170px) {
	.socials-img svg, .search-result-link, .search-header-cancel, .blog-link .block-subtitle, .blog a.block-subtitle, .blog button.block-subtitle, .blog-filter-btn, .reviews-link, .tabs-footer-btn, .tabs-head-btn, .foot-nav-link, .foot-privacy:after, .contact-info-link, .contact-privacy-link, .contact-privacy-link:after, .dot, .single-slider .slider-button svg, .head-blog-link span:after, .head-link, .button {
		transition: 0.35s ease;
	}

	.section {
		width: var(--desktop-width);
	}

	@keyframes send {
		0% {
			transform: translateX(0);
		}
		50% {
			transform: translateX(10px);
		}
		100% {
			transform: translateX(0);
		}
	}
	.button:hover {
		background-color: rgb(var(--blue));
		color: rgb(var(--white));
	}

	.head-section {
		padding: 69px 0 76px;
	}
	.head-logo {
		margin-left: 50px;
	}
	.head-link:hover {
		color: rgb(var(--gray));
	}
	.head-blog {
		width: 150px;
	}
	.head-blog-link {
		transform: translateX(-15px);
	}
	.head-blog-link span {
		position: relative;
	}
	.head-blog-link span:after {
		display: block;
		content: "";
		width: 0;
		height: 4px;
		background-color: rgb(var(--blue));
		position: absolute;
		left: 50%;
		bottom: -4px;
	}
	.head-blog-link:hover span:after {
		width: 100%;
		left: 0;
	}

	.single-slider .slider-button:not([disabled]):hover svg {
		fill: rgb(var(--blue));
	}

	.dot:hover {
		background-color: rgb(var(--white));
	}

	.main-slider .title-text {
		line-height: 1.125em;
	}
	.main-slider .slider {
		padding: 16px 150px 16px 100px;
	}
	/*     .main-slider .slider-dots {
					bottom: 111px;
					left: 306px;
			} */
	.main-slider .slider-button {
		display: block;
	}
	.main-slider .slider-prev {
		left: 40px;
	}
	.main-slider .slider-next {
		right: 40px;
	}
	.main-slider .slide-left {
		flex-basis: 475px;
	}
	/*     .main-slider .slide .text {
					height: 48px;
					overflow: hidden;
			} */
	.main-slider .slide .button.anim {
		opacity: 1;
	}

	.contact-privacy-link:hover {
		color: rgb(var(--gray));
	}
	.contact-privacy-link:hover:after {
		background-color: rgb(var(--gray));
	}
	.contact-info-link:hover {
		color: rgb(var(--blue));
	}


	.send svg {
		animation-duration: 0.5s;
		animation-iteration-count: infinite;
	}
	.send:hover svg {
		animation-name: send;
	}

	.features-list {
		margin-top: -61px;
	}
	.features-item {
		margin-top: 52px;
	}
	.features-item .block-subtitle {
		margin-top: 30px;
	}
	.features-text {
		margin-top: 10px;
		letter-spacing: -0.05em;
	}
	.features-button {
		margin-top: 36px;
	}

	.who-photos > .who-photo {

		height: 552px;
	}
	.who-photos .col {
		width: calc(100% - 685px);
		flex: 0 0 calc(100% - 685px);
	}
	.who-photos, .who-photos .col {
		justify-content: space-between;
	}
	.who-photos .col .who-photo {
		height: calc(50% - 12px);
	}

	.foot-privacy {
		position: relative;
	}
	.foot-privacy:after {
		display: block;
		content: "";
		width: 0;
		height: 2px;
		background-color: rgb(var(--white));
		position: absolute;
		left: 0;
		bottom: -2px;
	}
	.foot-privacy:hover:after {
		width: 100%;
	}
	.foot-nav-link:hover {
		color: rgb(var(--gray));
	}

	.tabs-head-btn:hover {
		color: rgb(var(--blue));
	}
	.tabs-footer-btn:hover {
		background-color: rgb(var(--white)) !important;
		border-color: rgb(var(--blue)) !important;
		color: rgb(var(--blue)) !important;
	}

	.audience-services {
		padding-bottom: 0;
	}
	.audience-services .slider {
		width: initial;
		margin: 0;
	}
	.audience-services .slider-dots {
		display: none;
	}

	.reviews-link:hover {
		color: rgb(var(--gray));
	}

	.blog-filter-btn:hover {
		color: rgb(var(--blue));
	}
	.blog a.block-subtitle:hover, .blog button.block-subtitle:hover {
		color: rgb(var(--blue));
	}
	.blog-link:hover .block-subtitle {
		color: rgb(var(--blue));
	}

	.search-header-cancel svg {
		display: block;
	}
	.search-header-cancel:hover {
		transform: rotate(180deg);
	}
	.search-result {
		padding: 0 20px;
	}
	.search-result.active {
		padding: 20px;
	}
	.search-result-link {
		border-radius: 4px;
	}
	.search-result-link:hover {
		background-color: rgba(var(--gray), 0.1);
	}

	.socials-link:hover .socials-img svg {
		fill: rgb(var(--blue));
	}

	.services-head-link {
		position: relative;
	}
	.services-head-link:after {
		content: '';
		width: 0;
		height: 4px;
		background-color: rgb(var(--blue));
		display: block;
		position: absolute;
		bottom: -3px;
		left: 50%;
		transition: .35s ease;
	}
	.services-head-link:hover:after {
		left: 0;
		width: 100%;
	}

	.text + .careers-list {
		padding-top: 50px;
	}
	.careers-item,.item {
		width: calc((100% - 40px) / 3)
	}
	.careers-link,.careers-item-title {
		transition: .35s ease;
	}
	.careers-link:hover {
		box-shadow: 3px 3px 5px rgba(0,0,0,.3);
		transform: translate(-3px)
	}
	.careers-link:hover .careers-item-title{
		color: rgb(var(--blue))
	}

	.map {
		height: 430px;
	}
	.maps-cont {
		display: flex;
	}
	.maps-left {
		width: 100%;
	}
	.maps-right {
		flex-shrink: 0;
		flex-grow: 0;
		margin: 0;
	}
	.maps-right .contact {
		flex-direction: column;
		padding: 73px 20px;
		box-shadow: none;
		background: none;
		border: 4px solid rgba(70, 132, 226, 0.6);
	}
	.maps-right .contact-left {
		margin: 0 0 50px;
	}

	.resource-bgc {
		height: 460px;
	}
	.left {
		padding: 50px 100px;
	}
}