body {
	background: white;
	color: #282f35;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	letter-spacing: 0.003em;
	min-width: 320px;
	overflow-x: hidden;
}

body input, body textarea {
	outline: none;
	width: 100%;
}

b, strong {
	font-weight: bold;
}

.f-pt-serif {
	font-family: 'PT Serif', sans-serif;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}


h2.red.practice-title {
	font-size:60px;
}

.section-wrapper-thanks {
	margin: 0 auto;
    max-width: 980px;
    padding: 0 30px;
    width: 100%;
}

.thanks-text {
	font-size:56px !important;
}


.img-responsive.img-width {
	width: 100%;
}

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

.flex {
	display: flex;
}

.entry-content {
	line-height: 1.36;
}

.entry-content p {
	margin-bottom: 1.33em;
	min-height: 1px;
}

.entry-content ul,
.entry-content ol {
	list-style-position: outside;
	margin-bottom: 1.33em;
	margin-inline-start: 1.66em;
}

.entry-content li {
	margin-bottom: 1.33em;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ol {
	counter-reset: item;
}

.entry-content ol[start="2"] {
	counter-reset: item 1;
}

.entry-content ol[start="3"] {
	counter-reset: item 2;
}

.entry-content ol[start="4"] {
	counter-reset: item 3;
}

.entry-content ol[start="5"] {
	counter-reset: item 4;
}

.entry-content ol[start="6"] {
	counter-reset: item 5;
}

.entry-content ol[start="7"] {
	counter-reset: item 6;
}

.entry-content ol[start="8"] {
	counter-reset: item 7;
}

.entry-content ol[start="9"] {
	counter-reset: item 8;
}

.entry-content ol[start="10"] {
	counter-reset: item 9;
}

.entry-content ol[start="11"] {
	counter-reset: item 10;
}

.entry-content ol[start="12"] {
	counter-reset: item 11;
}

.entry-content ol[start="13"] {
	counter-reset: item 12;
}

.entry-content ol[start="14"] {
	counter-reset: item 13;
}

.entry-content ol[start="15"] {
	counter-reset: item 14;
}

.entry-content ol[start="16"] {
	counter-reset: item 15;
}

.entry-content ol[start="17"] {
	counter-reset: item 16;
}

.entry-content ol li {
	display: block;
	position: relative;
}

.entry-content ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	margin-inline-end: .15em;
	position: absolute;
	right: 100%;
}

.entry-content ul ul,
.entry-content ol ul {
	list-style-position: inside;
	list-style-type: circle;
}

.entry-content ul ol {
	list-style-position: inside;
	list-style-type: lower-latin;
}

.entry-content .wp-block-image figcaption {
	font-size: .8em;
}

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

.entry-content a {
	color: inherit;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #c66a2e;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	line-height: normal;
}

.entry-content h1 {
	font-size: 67px;
	margin-bottom: 7px;
}

.entry-content h2 {
	font-family: 'PT Serif', sans-serif;
	font-size: 56px;
	font-weight: normal;
	letter-spacing: 0.01em;
	margin-bottom: .66em;
}

.entry-content h3 {
	font-size: 1.75em;
	margin-bottom: .66em;
}

input,
textarea,
button {
	font-family: inherit;
}

.section--spacer {
	height: 240px;
}

.form-wrap form {
	width: 100%;
}

.form-wrap form .input,
.form-wrap form .btn {
	border: none;
	border-radius: 20px;
	color: #577a8d;
	font-size: 25px;
	height: 68px;
	padding: 0 30px;
}

.form-wrap form .input,
.form-wrap form textarea {
	background: #fefefe;
}

.form-wrap form textarea {
	border: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #577a8d;
	font-size: 25px;
	height: 285px;
	padding: 26px;
	resize: none;
}

.form-wrap form .btn {
	background-color: #f7a759;
	color: #fff;
	text-align: center;
	transition: .5s;
}

.form-wrap form .btn:hover {
	background: #c66a2e;
	box-shadow: 0 0 7px rgb(198 106 46);
}

.meet-wrap .btn:hover,
.aside-cf button:hover {
	background: #c66a2e;
	box-shadow: 0 0 7px rgb(0 0 0 / 52%);
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: white !important;
}

input::-webkit-input-placeholder {
	color: #577a8d;
	opacity: 1;
	transition: 0.3s ease-in-out 0.3s;
}

input:-ms-input-placeholder {
	color: #577a8d;
	opacity: 1;
	transition: 0.3s ease-in-out 0.3s;
}

input::-moz-placeholder {
	color: #577a8d;
	opacity: 1;
	transition: 0.3s ease-in-out 0.3s;
}

textarea::-webkit-input-placeholder {
	color: #577a8d;
	opacity: 1;
	transition: 0.3s ease-in-out 0.3s;
}

textarea:-ms-input-placeholder {
	opacity: 1;
	transition: 0.3s ease-in-out 0.3s;
}

textarea::-moz-placeholder {
	opacity: 1;
	transition: 0.3s ease-in-out 0.3s;
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

textarea:focus::-moz-placeholder {
	opacity: 0;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus:-moz-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
}

.sr-only {
	border: none;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.header .menu-expand {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	height: 14px;
	min-width: 20px;
	outline: none;
	position: relative;
	width: 20px;
}

.header .menu-expand span {
	background-color: #000;
	border-radius: 0;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transform: rotate(0deg);
	transition: .4s ease-in-out;
	width: 100%;
}

.header .menu-expand span:nth-child(1) {
	top: 0;
}

.header .menu-expand span:nth-child(2), .header .menu-expand span:nth-child(3) {
	top: 6px;
	will-change: transform;
}

.header .menu-expand span:nth-child(4) {
	top: 12px;
}

.menu-expand.on span:nth-child(1) {
	left: 50%;
	top: 5px;
	transition: none;
	width: 0;
}

.menu-expand.on span:nth-child(2) {
	transform: rotate(45deg);
}

.menu-expand.on span:nth-child(3) {
	transform: rotate(-45deg);
}

.menu-expand.on span:nth-child(4) {
	left: 50%;
	top: 10px;
	transition: none;
	width: 0;
}

.menu-for-mob {
	align-items: flex-start;
	background: white;
	bottom: 0;
	flex-direction: column;
	justify-content: space-between;
	left: 0;
	overflow: auto;
	padding: 110px 30px 30px;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	transform: translateX(-100%);
	transition: all .5s ease;
	width: 400px;
}

.menu-for-mob.showMenu {
	box-shadow: -15px 125px 50px 0 rgba(0, 0, 0, .24);
}

.menu-for-mob ul {
	flex-direction: column;
	margin-bottom: 30px;
}

.menu-for-mob li {
	font-size: 27px;
	margin: 5px 0;
}

.menu-for-mob .header-social {
	align-items: baseline;
	display: flex;
	margin: 0 -7px;
}

.menu-for-mob .header-social a {
	margin: 0 7px;
}

.menu-for-mob .header-phone {
	display: block;
}

.wrapper {
	margin: 0 auto;
	max-width: 100%;
	min-height: 100vh;
	min-width: 100%;
	position: relative;
	width: 100%;
}

.header {
	background: white;
	font-size: 17px;
	padding-bottom: 50px;
	padding-top: 37px;
	position: relative;
}

.header-wrapper {
	margin: 0 auto;
	max-width: 1668px;
	padding: 0 30px;
	width: 100%;
}

.header-inner {
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 8;
}

.header-logo {
	display: flex;
	flex-grow: .1;
	-webkit-margin-end: 12px;
	margin-inline-end: 12px;
}

.header-logo a img {
	display: block;
	flex-shrink: 0;
	height: auto;
	width: 194px;
}

.header-nav {
	flex-grow: 2;
}

.header-additional-menu {
	align-items: center;
	display: flex;
	margin: 0 0 0 auto;
}

.header-additional-menu > * {
	margin-inline-start: 20px;
	-webkit-margin-start: 20px;
}

.header-nav ul {
	flex-wrap: wrap;
	justify-content: center;
}

.header-nav ul li {
	align-items: center;
	display: flex;
}

.header-nav ul li:not(:first-child) {
	margin-inline-start: 14px;
	-webkit-margin-start: 14px;
}

.header-nav ul li a {
	font-size: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-nav ul li a:hover {
	color: #c66a2e;
}

.header-nav ul li:after {
	background: #000;
	content: '';
	display: inline-block;
	height: 14px;
	margin-inline-start: 14px;
	-webkit-margin-start: 14px;
	width: 1px;
}

.current-menu-item a {
	color: #c66a2e;
}

.header-lang-select a {
	color: #989898;
	font-family: 'Assistant', sans-serif;
	font-size: 25px;
	letter-spacing: 0.016em;
}

.header-social {
	align-items: flex-end;
	display: flex;
}

.header-social a {
	margin: 0 4px;
}

.header-phone a:hover,
.header-social a:hover,
.header-lang-select a:hover {
	opacity: .7;
}

.header-form-search {
	position: relative;
}

.header-form-search .input {
	background: white;
	border: 1px solid #989898;
	border-radius: 5px;
	font-size: 25px;
	height: 27px;
	margin-top: 13px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 260px;
}

.header-form-search:not(.expanded) .input {
	display: none;
}

.btn-search {
	background: none;
	border: none;
	border-radius: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 27px;
	margin: 0;
	outline: none;
	padding: 0;
	width: 27px;
}

.section-wrapper {
	margin: 0 auto;
	max-width: 1668px;
	padding: 0 30px;
	width: 100%;
}

.s-tabs .section-wrapper,
.s-personnel .section-wrapper {
	max-width: 1920px;
	padding: 0;
}

ul.tabs {
	align-items: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tabs li {
	background: #7c8084;
	box-shadow: 9px -7px 38px 0 rgba(0, 0, 0, .24) inset;
	cursor: pointer;
	display: inline-table;
	font-family: 'PT Serif', sans-serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 69px 155px 37px;
	position: relative;
	width: 50%;
}

ul.tabs li a {
	color: #fff;
	transition: none;
	display: block;
}

ul.tabs li.tab-current {
	background: #fffde6;
	box-shadow: 7px -7px 9px 0 rgba(0, 0, 0, .11);
	padding-top: 79px;
	pointer-events: none;
}

ul.tabs li.tab-current a {
	color: #ee463a;
	transition: none;
}

.tab-link:nth-child(2):not(.tab-current) {
	border-bottom-left-radius: 20px;
}

.tab-link:nth-child(1):not(.tab-current) {
	border-bottom-right-radius: 20px;
}

[dir="rtl"] .tab-link:nth-child(2):not(.tab-current) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 20px;
}

[dir="rtl"] .tab-link:nth-child(1):not(.tab-current) {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
}

.tab-content {
	background: #f7a759;
	display: none;
	padding: 60px 185px 10px;
}

body.home section.s-tabs {
    background: #f7a759;
}

.tab-content.tab-current {
	display: block;
}

.tab-content-column {
	margin-bottom: 30px;
}

.tab-content-column ul {
	column-count: 3;
	column-gap: 100px;
	list-style-type: disc;
}

.tab-content-column ul li {
	color: #444c57;
	font-size: 30px;
}

.tab-content-column ul li::marker {
	transition: .3s ease;
}

.tab-content-column ul li:hover {
	color: #ffffff;
}

.tab-content-column ul li a {
	color: #1d1d1d;
	display: block;
	transition: .3s ease;
	will-change: hover;
}

.tab-content-column ul li a:hover {
	color: #ffffff;
	font-weight: bold;
}

body.home div#tab-2 {
    /* display: block; */
}
.tab-content-column ul {
    margin: 0px 30px;
}
body.home  .tab-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.s-error {
	padding: 90px 0;
}

.s-error__title {
	font-size: 42px;
}

.s-meet {
	background: #282f35;
}

.img-banner {
	height: 196px;
	overflow: hidden;
	position: relative;
}

.meet-wrap {
	align-items: center;
	justify-content: space-between;
	padding: 45px 0;
}

.meet-wrap .btn {
	border-radius: 33px;
	font-size: 31px;
	height: 95px;
	min-width: 645px;
	padding: 0 30px;
}

.meet-wrap .h2 {
	font-size: 45px;
}

.h2 {
	color: #fff;
	font-family: 'PT Serif', sans-serif;
	font-size: 55px;
	font-weight: normal;
}

.btn {
	align-items: center;
	background: #f7a759;
	color: #000;
	display: inline-flex;
	justify-content: center;
	min-width: 0;
	text-decoration: none;
	white-space: nowrap;
}

.s-personnel {
	background: #282f35;
}

.personnel-card-wrap .personnel-card {
	width: 25%;
}

.personnel-card {
	align-items: flex-end;
	background-color: #282f35;
	display: flex;
	height: auto;
	justify-content: center;
	position: relative;
	text-decoration: none;
}

.personnel-card:focus {
	outline: none;
}

.personnel-img {
	position: relative;
	transition: .3s ease;
}

.personnel-img img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.personnel-img::before {
	background: #818181;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s ease;
	width: 100%;
}

.personnel-info {
	bottom: 0;
	color: #fff;
	font-family: 'PT Serif', sans-serif;
	font-size: 20px;
	font-weight: normal;
	left: 0;
	opacity: 0;
	padding: 55px 42px 35px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: .3s ease;
}

.s-search-inner .select {
	background: #282f35 !important;
	color: #fff !important;
}

.s-search {
	background: #282f35;
	padding: 45px 0 40px;
}

.s-search .h2 {
	margin-bottom: 50px;
	text-align: center;
}

.s-search .section-wrapper {
	max-width: 1160px;
}

.s-search .select {
	background: #fefefe;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	color: #282f35;
	font-size: 25px;
	height: 70px;
	padding: 0 30px;
	width: 100%;
}

.s-search .select:focus {
	outline: none;
}

.s-search .SumoSelect {
	border: none;
	box-shadow: none;
	width: 100%;
}

.s-search .SumoSelect .SelectBox {
	padding: 0 30px;
}

.s-search .SumoSelect > .CaptionCont {
	align-items: center;
	background: #fefefe;
	border: none;
	border-radius: 20px;
	display: flex;
	height: 70px;
}

.s-search .SumoSelect > .CaptionCont > span {
	color: #282f35;
	font-size: 25px;
}

.s-search .SumoSelect > .CaptionCont > label {
	right: 24px;
	width: 33px;
}

.s-search .SumoSelect > .CaptionCont > label > i {
	background-image: url(../img/arrow-down.svg);
	height: 33px;
	opacity: 1;
	width: 33px;
}

.s-search .SumoSelect.open > .optWrapper {
	border-radius: 20px;
	top: 100%;
}

.s-search .SumoSelect.open > .optWrapper > .options li.opt {
	color: #282f35;
	font-size: 20px;
	padding: 10px 30px;
}

.optWrapper > .options li.opt {
	cursor: pointer;
}

.optWrapper > .options li.opt.disabled {
	display: none;
}

.s-search .SumoSelect.open > .CaptionCont,
.s-search .SumoSelect:focus > .CaptionCont,
.s-search .SumoSelect:hover > .CaptionCont {
	border: none;
	box-shadow: none;
}

.s-search .SumoSelect.open > .optWrapper {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: all .1s ease-in-out;
}

.s-search .SumoSelect.open > .CaptionCont {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.search_an_expert .double-input {
	justify-content: center;
}

.search_an_expert .double-input .input-wrap {
	width: 32%;
}

.search_an_expert .double-input > div {
	margin-left: 10px;
	margin-right: 10px;
}

.search_an_expert .triple-input {
	justify-content: space-between;
}

.search_an_expert .input-wrap {
	margin-bottom: 25px;
	width: 32%;
}

.search_an_expert .btn-wrap {
	width: 32%;
}

.red {
	color: #c66a2e;
}
section.s-articles h2 {
    color: #282f35;
}

.r-article-body a.btn {
    color: #282f35;
}

.r-article-body a.btn {
}

.r-article-body > a {
    color: #282f35;
}

.s-articles .button.btn-more-orange {
    background: red;
}

section.s-articles.s-dark {}

section.s-articles.s-dark button.btn-more-orange {
    background: #282f35;
}
.s-reviews {
	padding-top: 84px;
}

.quotes {
	color: #c66a2e;
	font-family: 'PT Serif', sans-serif;
	font-size: 124px;
	font-style: italic;
	margin: 0 -15px;
}
.p-aside-content ul li.current-item , .p-aside-content ul li.current-item a {
    color: #f7a759;
}

.review-author {
	color: #c66a2e;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: -80px;
}

.review-body p {
	color: #727476;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 32px;
}

.review-btn {
	color: #c66a2e;
	font-size: 31px;
}

.review-btn:hover {
	color: #c66a2e;
}

.review {
	display: flex;
	margin-bottom: 50px;
	padding: 0 10px;
	width: 42%;
}

.review-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.reviews-wrap {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 44px -10px 0;
}

.footer {
	background: #282f35;
	color: #fff;
	font-size: 18px;
}

.footer .section-wrapper {
	max-width: 1775px;
}

.footer-top {
	padding: 60px 57px;
}

.footer-wrap {
	justify-content: space-between;
	margin: 0 -10px;
}

.footer-social {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.footer-social,
.footer-menu,
.footer-form {
	padding: 0 10px;
}

.footer-logo {
	margin-bottom: 60px;
}

.footer-social-logo a {
	margin: 0 10px;
}

.footer-social-logo a:hover {
	opacity: .7;
}

.footer-form {
	width: 41.5%;
}

.footer-form form .input-wrap {
	margin-bottom: 30px;
}

.footer-form form .double-input {
	justify-content: space-between;
}

.footer-form form .double-input .input-wrap {
	width: 47.9%;
}

.footer-form form label {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.26em;
}

.footer-form-title {
	font-size: 28px;
	letter-spacing: 0.3em;
	margin-bottom: 57px;
	text-align: center;
}

.footer-menu-list {
	border-bottom: 2px solid #7c8084;
	margin-bottom: 32px;
	padding-bottom: 34px;
}

.footer-menu-list li a {
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.footer-menu-sites {
	letter-spacing: 0.3em;
}

.footer-menu-sites .sites-title {
	font-size: 22px;
	font-weight: normal;
}

.footer-menu-sites .footer-menu-list {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-menu-sites .footer-menu-list a {
	text-transform: inherit;
}

.footer-menu-sites .footer-menu-list a:hover {
	color: #C66A2E;
}

.checkbox-wrap {
	margin-bottom: 25px;
}

.checkbox-wrap .wpcf7-checkbox {
	display: block !important;
}

.footer ul a {
	color: #fff;
}

.footer ul a:hover {
	color: #C66A2E;
}

.footer-bot {
	align-items: center;
	border-top: 2px solid #7c8084;
	font-size: 16px;
	letter-spacing: .31em;
	padding: 21px 0 23px;
}

.footer-bot-menu {
	flex-wrap: wrap;
	text-transform: uppercase;
}

.footer-bot-menu li {
	border-inline-end: 1px solid #fff;
	margin: 5px 0;
	margin-inline-end: 1.43em;
	padding-inline-end: 1.33em;
}

.footer-copyrights {
	margin-inline-start: 2em;
}

.s-partners {
	background: #fff;
	height: 240px;
}

.s-partners .h2 {
	flex-grow: .5;
}

.s-partners .section-wrapper,
.s-partners .inner-section-wrap {
	height: 100%;
}

.s-partners .h2,
.s-ranking .h2 {
	color: #231f20;
}

.inner-section-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.partners-slider {
	max-width: 1140px;
}

.partners-slider-wrap {
	align-items: baseline;
	position: relative;
}

.partners-slider-wrap .partner-item:focus {
	outline: none;
}

.partners-slider-wrap .partner-item .item-img-wrap:focus {
	outline: none;
}

.partners-slider-wrap .partner-item .item-img-wrap a:focus,
.partners-slider-wrap .partner-item .item-img-wrap img:focus {
	outline: none;
}

.s-partners .inner-section-wrap {
	position: relative;
}

.s-partners .prev,
.s-partners .next,
.s-ranking .prev,
.s-ranking .next {
	background-image: url(../img/slider-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	top: 45%;
	transition: .2s;
	width: 16px;
	z-index: 2;
}

.s-partners .prev:hover,
.s-partners .next:hover,
.s-ranking .prev:hover,
.s-ranking .next:hover {
	opacity: .8;
}

.s-partners .prev:focus,
.s-partners .next:focus,
.s-ranking .prev:focus,
.s-ranking .next:focus {
	outline: none;
}

.s-partners .prev,
.s-ranking .prev {
	left: 0;
}

.s-partners .next,
.s-ranking .next {
	right: 0;
	transform: rotate(180deg);
}

.s-ranking .swiper-button-lock {
	display: none;
}

.item-img-wrap {
	display: flex;
	justify-content: center;
}

.item-img-wrap img {
	display: block;
	height: auto;
	max-width: 100%;
}
section#future {
    padding: 300px 0px;
    position: relative;
    border-top: 2px solid #282f35;
}

section#future h2 {
    color: #282f35;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 1.28px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
}

section#future h2 span {
    color: #c66a2e;
}

p {}

.future-content p {
    color: #282f35;
    font-size: 38px;
    letter-spacing: 0.61px;
    line-height: 1.6;
}

section#future:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(/wp-content/themes/luzzatto/assets/img/logoopa.png);background-size: contain;background-position: center;background-repeat: no-repeat;background-size: 400px;z-index: -1;opacity: 0.4;}
.s-ranking {
	padding: 0px 0 70px;
	/* border-top: 2px solid #727476; */
}

.s-ranking .h2 {
	margin-bottom: 36px;
}

.s-ranking .swiper-slide {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: center;
}

.r-items-wrap {
	flex-wrap: wrap;
	margin: 0 -7px;
}

.r-items-wrap .r-item {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	padding: 0 7px;
	width: 16.5%;
}

.aside-cf-wrap form .input,
.aside-cf-wrap form textarea {
	background: white;
}

.aside-cf-wrap .input-wrap {
	margin-bottom: 20px;
}

.aside-cf-wrap form .btn {
	background: #232323;
}

.aside-cf-wrap form .btn:hover {
	background: #1a1a1a;
}

.aside-cf-inner {
	position: relative;
}

.aside-cf .btn--close {
	background: none !important;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	display: block;
	height: 32px;
	left: auto;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 34px;
	width: 32px;
	z-index: 2;
}

.aside-cf .btn--close:before,
.aside-cf .btn--close:after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: .2s;
	width: 100%;
}

.aside-cf .btn--close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.aside-cf .btn--close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.aside-cf .btn--close:hover:before,
.aside-cf .btn--close:hover:after {
	background: #ffffff;
}

.aside-cf-body {
	background: #c66a2e;
	bottom: 0;
	color: #fffde7;
	left: 0;
	max-width: 86%;
	overflow: auto;
	padding: 35px 60px 10px 30px;
	position: fixed;
	top: 0;
	transform: translateX(-575px);
	transition: .3s ease;
	width: 575px;
	z-index: 999;
}

.aside-cf-block.active .aside-cf-body {
	box-shadow: 9px -7px 38px 0 rgba(0, 0, 0, .24);
	transform: translateX(0);
	transition: .3s ease;
}

.aside-cf-block::before {
	background: rgba(0, 0, 0, 0.001);
	bottom: -200px;
	content: '';
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: -200px;
	z-index: 3;
}

.aside-cf-block:not(.active) {
	pointer-events: none;
}

.aside-cf-title {
	font-family: 'PT Serif', sans-serif;
	font-size: 65px;
	font-weight: normal;
	margin-bottom: 21px;
	padding-inline-end: 40px;
}

.aside-cf-text {
	font-size: 25px;
	margin-bottom: 50px;
}

.aside-cf button {
	align-items: center;
	background: #c66a2e;
	border: none;
	border-bottom-right-radius: 23px;
	border-top-right-radius: 23px;
	color: #fff;
	display: flex;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	height: 82px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.1em;
	position: fixed;
	top: 600px;
	transition: all .5s;
	width: 215px;
	z-index: 3;
}

.aside-cf button:focus {
	outline: none;
}

.form__checkbox {
	display: block;
	margin-inline-start: 38px;
	position: relative;
}

.form__checkbox:before {
	background-color: #d8d8d8;
	background-position: 45% 45%;
	background-repeat: no-repeat;
	background-size: 65%;
	border: 1px solid #adb5bd;
	content: '';
	cursor: pointer;
	display: block;
	height: 20px;
	left: -38px;
	position: absolute;
	top: .15em;
	transition: .2s;
	width: 20px;
}

[dir="rtl"] .form__checkbox:before {
	left: auto;
	right: -38px;
}

.form__checkbox.active:before {
	background-color: #C66A2E;
	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");
	border-color: #C66A2E;
}

.footer-form .wpcf7-not-valid-tip {
	font-size: 1rem;
	letter-spacing: normal;
}

.btn-wrap {
	position: relative;
}

.btn-wrap .ajax-loader {
	left: 50%;
	margin: 4px 0 0;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0 0;
}

.aside-cf-body .wpcf7-not-valid-tip {
	color: inherit;
}


.footer-menu-title {
	color: #fff;
	display: none;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.3em;
	position: relative;
}

.btn-search:hover {
	opacity: .7;
	transition: all .3s ease;
}

.footer-menu-sites .footer-menu-title {
	display: none;
}

.h1 {
	font-family: 'PT Serif', sans-serif;
	font-size: 110px;
	font-weight: normal;
	line-height: .9;
}

.sect-descr {
	font-size: 24px;
	letter-spacing: 0.005em;
	margin-top: 13%;
	padding-left: 18%;
	padding-right: 47%;
	padding-top: 104px;
	width: 100%;
}

.sect-descr p {
	min-height: 135px;
}

.s-first-screen {
	margin-bottom: 65px;
	min-height: 620px;
	position: relative;
	z-index: 2;
}

.s-first-screen-image {
    position: absolute;
    top: 0px;
}
.s-first-screen:not(.s-first-inner-screen) {
	pointer-events: none;
}

.s-first-screen .h1,
.s-first-screen .sect-descr {
	pointer-events: all;
}

.s-first-screen .section-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.s-first-screen .home-slider {
	overflow: visible;
}

.s-first-screen .h1 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 300px;
	padding-bottom: 134px;
	width: 100%;
}

.s-first-home-screen .section-wrapper {
	max-width: 1036px;
}

.s-first-home-screen .h1 {
	padding-left: 46%;
	font-size: 87px;
}

.video-clip-svg {
	height: 0;
	position: absolute;
	width: 0;
}

.clip-container {
	bottom: 0;
	-webkit-clip-path: url(#video-clip-path);
	clip-path: url(#video-clip-path);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sect-img-wrap {
	-webkit-filter: drop-shadow(10px 10px 15px #00000099);
	filter: drop-shadow(10px 10px 15px #00000099);
	height: 800px;
	margin-top: -37%;
	/*overflow: visible;*/
	overflow: hidden;
	position: relative;
	width: 560px;
}

.sect-img-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.sect-img-wrap iframe {
	height: 120%;
	left: 50%;
	max-width: 100vw;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250%;
	z-index: 2;
}

@-moz-document url-prefix() {
	.sect-img-wrap iframe {
		width: 100%;
		left: 0;
		transform: none;
	}
}

.inner-main .s-personnel {
	background: #ffffff;
}

.img-banner img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: .15s;
	width: 100%;
}

.img-banner img:not(.active) {
	opacity: 0;
	visibility: hidden;
	
}

.img-banner img:not(.active):not(.js-banners-main) {
	transition-delay: .15s;
}

.tab-mob-title {
	display: none;
}

.s-first-inner-screen {
	padding-top: 100px;
}

.s-first-inner-screen .h1 {
	font-size: 76px;
}

.s-first-inner-screen span.red {
	display: inline-block;
}

.first-inner-screen-wrap {
	display: flex;
	flex-direction: column;
	width: 66%;
}

.s-about-us {
	margin-top: -20em;
	padding-bottom: 82px;
}

.s-about-us .entry-content p {
	font-size: 25px;
	margin-bottom: 36px;
}

.s-first-inner-screen .section-wrapper {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
}

.s-first-inner-screen .h1 {
	line-height: 1.2;
	padding-left: 22.5%;
}

.s-first-inner-screen .sect-img-wrap {
	margin-top: -32%;
}

.s-internal-menu {
	margin-bottom: auto;
	padding-top: 15px;
	width: 33%;
}
.about-first-screen-about_column_top {position: absolute;top: 46%;left: 70%;}

.about-first-screen-about_column_top p {
    color: #727476;
    font-family: 'PT SANS NARROW';
    font-size: 25px;
    letter-spacing: 0.4px;
    line-height: 31px;
/* Text style for "we protect" */
    text-align: justify;
}

.s-first-inner-screen .h1 p b {
    font-weight: 500;
}
#crl {
	background: #c66a2e;
	border-radius: 50%;
	display: inline-block;
	height: 29px;
	left: 17px;
	padding: 0;
	position: absolute;
	top: 29px;
	transform: translateY(-50%);
	transition: .3s ease-in-out;
	width: 29px;
}

.internal-menu ul {
	border-inline-start: 3px solid #c66a2e;
	padding-inline-start: 69px;
	position: relative;
}

.internal-menu ul li {
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	width: -moz-fit-content;
	width: fit-content;
}

.internal-menu ul li:hover a {
	color: #c66a2e;
}

.internal-menu ul li a {
	display: inline-block;
	padding-bottom: 40px;
	position: relative;
}

.content-wrap {
	flex-wrap: wrap;
}

.content-wrap .column {
	font-size: 25px;
	text-align: justify;
	width: 50%;
}

.content-wrap .column p {
	color: #7c8084;
	line-height: 1.24;
	margin-bottom: 44px;
}

.content-wrap .column:nth-child(2) {
	padding-inline-start: 7%;
	-webkit-padding-start: 7%;
	padding-top: 18%;
}

.column-img {
	margin-top: 135px;
	width: 100%;
	text-align: center;
}

.column-img-wrap {
	padding-inline-start: 7.1%;
	-webkit-padding-start: 7.1%;
	width: 50%;
}

.column-img-text {
	font-size: 25px;
	width: auto;
	margin: auto;
}

.column-img-text h3 {
	color: #47545e;
	font-family: 'PT Serif', sans-serif;
	font-size: 57px;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 35px;
	white-space: nowrap;
}

.column-img-text .link-descr {
	font-family: 'PT Serif', sans-serif;
	font-size: 30px;
}

.column-img-text p {
	display: inline-block;
	line-height: 1.24;
	text-align: justify;
}

.s-vision .section-wrapper {
	max-width: 1560px;
}

.s-vision .s-title-wrap {
	/* background: #c66a2e; */
	/* padding-bottom: 45px; */
	padding-top: 95px;
}

.s-vision .h2 {
	font-size: 80px;
	line-height: 0.825;
	text-align: center;
	color: #c66a2e;
	/* color: #282f35; */
}

.s-vision .h2::first-line {
    color: #282f35;
}
.s-vision .s-text-wrap {
	margin-bottom: 84px;
	margin-top: 0px;
	text-align: center;
}

.s-vision .s-text-wrap p {
	font-size: 38px;
	margin-bottom: 16px;
}

.s-values .s-title-wrap {
	background: #282f35;
	padding-bottom: 16px;
	padding-top: 16px;
}

.s-values .s-title-wrap .section-wrapper {
	max-width: 1668px;
	padding: 0 30px;
}

.s-values .h2 {
	font-size: 80px;
}

.s-values .section-wrapper {
	max-width: none;
	padding: 0;
}

.value-title {
	font-family: 'PT Serif', sans-serif;
	font-size: 100px;
	margin-bottom: 24px;
}

.value-descr {
	font-size: 35px;
}

.value-content {
	-webkit-padding-end: 181px;
	padding-inline-end: 181px;
	padding-inline-start: 149px;
	-webkit-padding-start: 149px;
}

.value-content {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.value-img-wrap,
.value-content {
	width: 50%;
}

.value-img-wrap img {
	width: 100%;
}

.value-content__inner {
	max-width: 622px;
	width: 100%;
}

.s-value-item:nth-child(even) {
	flex-direction: row-reverse;
}

.s-value-item:nth-child(even) .value-content {
	align-items: flex-start;
	-webkit-padding-end: 310px;
	padding-inline-end: 310px;
	padding-inline-start: 90px;
	-webkit-padding-start: 90px;
}

.s-dark {
	background: #f7a759;
}

.s-dark .quotes {
	color: #ee463a;
}

.s-dark .review-author {
	color: #fffde7;
}

.s-dark .review-body p {
	color: #fff;
}

.s-dark .review-btn {
	color: #989898;
}

.s-dark .review-btn:hover {
	color: #ee463a;
}

.s-ranking-inner .r-items-wrap .r-item {
	margin-bottom: 75px;
	width: 23%;
}

.s-ranking-inner .r-items-wrap .r-item img {
	height: 200px; /* todo check it on mobile */
	margin-bottom: 15px;
}

.s-ranking-inner .r-items-wrap .r-item:not(:nth-child(3n+1)) {
	margin-inline-start: 15%;
	-webkit-margin-start: 15%;
}

.r-item-title {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 17px;
}

.r-item-descr {
	font-size: 25px;
}

.s-search-inner {
	background: inherit;
	padding-bottom: 145px;
}

.s-search-inner:first-child {
	margin-top: -50px;
}

.s-search-inner .h1 {
	color: #c66a2e;
	letter-spacing: 0.04em;
	margin-bottom: 35px;
	text-align: center;
}

.s-search-inner .form-wrap form .input,
.s-search-inner .form-wrap form textarea {
	background: #282f35;
	color: #fff;
}

.s-search-inner input::-webkit-input-placeholder {
	color: #fff;
}

.s-search-inner input:-ms-input-placeholder {
	color: #fff;
}

.s-search-inner input::-moz-placeholder {
	color: #fff;
}

.s-search-inner .SumoSelect > .CaptionCont {
	background: #282f35;
}

.s-search-inner .SumoSelect > .CaptionCont > span {
	color: #fff;
}

.s-search-inner .SumoSelect > .CaptionCont > label > i {
	background-image: url(../img/arrow-down-w.svg);
}

.s-search-inner .search-descr {
	color: #727476;
	font-size: 25px;
	margin-bottom: 58px;
	text-align: center;
}

.experts-wrap {
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.s-experts .h2 {
	margin-bottom: 53px;
	text-align: center;
}

.s-experts .expert-item {
	margin-bottom: 40px;
	transition: .3s ease;
	width: 24%;
}

.s-experts .expert-item:not(:nth-child(4n+1)) {
	margin-inline-start: 1.3%;
	-webkit-margin-start: 1.3%;
}

.s-experts .expert-item:hover .expert-item-info {
	color: #c66a2e;
}

.s-experts .expert-item:hover .expert-item-img img {
	transform: scale(1.03);
}

.s-experts .expert-item-info {
	font-family: 'PT Serif', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	transition: .3s ease;
}

.s-experts .expert-item-img {
	font-size: 0;
	margin-bottom: 25px;
	overflow: hidden;
}

.s-experts .expert-item-img img {
	transition: .3s ease;
	width: 100%;
}

div.search-no-results {
	color: #727476;
	font-size: 25px;
	margin-bottom: 58px;
}

.s-employee-wrap {
	justify-content: space-between;
}

.s-employee-content .sect-title {
	font-family: 'PT Serif', sans-serif;
	font-size: 57px;
	font-weight: normal;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.featured-wrap {
	max-width: 960px;
	position: relative;
}

.featured-img-wrap {
	margin-bottom: 50px;
	position: relative;
}

.featured-img-wrap::after {
	background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.63922) 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.featured-img-wrap img {
	width: 100%;
}

.featured-img-text {
	bottom: 7%;
	color: #fffde7;
	font-size: 30px;
	font-style: italic;
	line-height: 1.3;
	padding: 0 5.3em;
	position: absolute;
	text-align: center;
}

.s-employee-content {
	max-width: 800px;
	width: 60%;
}

.s-option-aside {
	width: 32%;
}

.aside-filter .filter-block .filter-block-title {
	font-family: 'PT Serif', sans-serif;
	font-size: 56px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: .45em;
}

.filter-block + .filter-block {
	margin-top: 60px;
}

.aside-filter .filter-block .filter-links {
	margin-bottom: 17px;
}

.aside-filter .filter-block .li {
	margin-bottom: 10px;
	max-width: 435px;
}

.aside-filter .filter-block .li a {
	border: 2px solid #47545e;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	font-size: 35px;
	padding: 5px 20px;
	width: 100%;
}

.aside-filter .filter-block .li a:hover {
	background: #f7a759;
	border-color: #f7a759;
	color: #fff;
}

.aside-content-area {
	background: #282F35;
	padding: 25px;
}

.content-area-block {
	color: #fff;
}

.content-area-block + .content-area-block {
	margin-top: 80px;
}

.content-area-block a {
	color: #fff;
}

.content-area-block ul {
	list-style-type: disc;
	padding-inline-start: 24px;
	-webkit-padding-start: 24px;
}

.content-area-block ul li {
	font-size: 25px;
	margin-bottom: 8px;
}

.content-area-title {
	font-family: 'PT Serif', sans-serif;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 13px;
}

.js-show-more {
	background: transparent;
	border: 4px solid #f7a759;
	border-radius: 15px;
	color: #f7a759;
	font-size: 30px;
	min-width: 198px;
	padding: 4px 19px;
	transition: .3s ease;
}

.js-show-more:focus {
	outline: none;
}

.js-show-more:hover {
	background: #f7a759;
	color: #fff;
}

.aside-filter {
	margin-bottom: 70px;
}

.role-field {
	font-size: 40px;
	margin-bottom: 43px;
}

.role-field .contact-info {
	align-items: baseline;
	flex-wrap: wrap;
	color: #282f35;
}

.role-field .contact-info .tel::after {
	background: #282f35;
	content: '';
	display: inline-block;
	height: 33px;
	margin: 0 25px;
	width: 2px;
}

.role-field .contact-info .soc-link {
	margin-inline-start: 14px;
	-webkit-margin-start: 14px;
}

.role-field .contact-info .soc-link:hover {
	opacity: .7;
}

.role-field .contact-info .soc-link img {
	transition: .3s ease;
}

.role-field .contact-info .tel a:hover,
.role-field .contact-info .e-link a:hover {
	color: #ee463a;
}

.e-content-box {
	line-height: inherit;
	margin-bottom: 60px;
}

.e-content-box p {
	color: #727476;
	font-size: 25px;
	margin-bottom: 0;
}

.e-content-box .h2 {
	margin-bottom: 15px;
}

.acf-links .h2 {
	margin-bottom: 18px;
}

.acf-links ul {
	list-style-type: disc;
	padding-inline-start: 57px;
	-webkit-padding-start: 57px;
}

.acf-links ul li {
	font-size: 25px;
	margin-bottom: 6px;
}

.acf-links ul li a:hover {
	color: #f7a759;
}

.acf-links .btn-more {
	margin-top: .5em;
}

.s-employee {
	padding-bottom: 67px;
}

.s-personnel,
.s-search {
	margin-top: -65px;
}

.s-ranking-inner .r-item {
	display: block;
}

.personel-slider .swiper-pagination-bullet-active {
	background: #c66a2e !important;
}

.personnel-card-wrap {
	padding: 65px 0;
}

.partners-slider {
	margin-bottom: 45px;
}

.partner-item {
	padding: 0 22px;
}


.js-slider-container {
	position: relative;
	width: 100%;
}

.accordion-item {
	color: #fff;
	padding-bottom: 80px;
	position: relative;
}

.f-accordion .accordion-item:nth-last-child(1) {
	padding-bottom: 125px;
}

.a-icon {
	height: 22px;
	position: absolute;
	right: 143px;
	top: 5px;
	width: 22px;
}

.a-icon:before, .a-icon:after {
	background: #fffde7;
	content: '';
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: .3s ease;
	width: 22px;
}

.a-icon:before {
	transform: translate(-50%, -50%);
}

.a-icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.a-icon:hover {
	cursor: pointer;
}

.accordion-item.active .a-icon:after {
	width: 0;
}

.s-faqs {
	background: #6c635f;
	font-size: 25px;
}

.a-title {
	color: #fff;
}

.a-title:hover {
	cursor: pointer;
}

.a-heading {
	-webkit-padding-end: 270px;
	padding-inline-end: 270px;
	position: relative;
}

.a-content {
	border-top: 3px solid #f7a759;
	display: none;
	margin-top: 40px;
	padding-top: 24px;
}

.a-content p,
.a-content li {
	margin-bottom: .33em;
}

.p-aside-content {
	background: #6c635f;
	padding-bottom: 23px;
	padding-top: 23px;
}

.p-aside-content ul {
	color: #ffffff;
	font-size: 25px;
	list-style-type: disc;
	-webkit-padding-end: 15px;
	padding-inline-end: 15px;
	padding-inline-start: 118px;
	-webkit-padding-start: 118px;
}

.p-aside-content ul li {
	margin-bottom: 19px;
	padding-inline-start: 14px;
	-webkit-padding-start: 14px;
	transition: .3s ease;
	width: -moz-fit-content;
	width: fit-content;
	color: white;
}

.p-aside-content ul li a
{
	color:white;
}

.p-aside-content ul li:hover {
	color: #f7a759;
}

.p-aside-content ul li a:hover {
	color: #f7a759;
}

.p-content-title {
	font-family: 'PT Serif', sans-serif;
	margin-bottom: 5px;
}

.p-content-title h1 {
	font-size: 60px;
	font-weight: normal;
}

.p-content-title h2 {
	font-size: 56px;
	font-weight: normal;
}

.p-content-post {
	color: #727476;
	font-size: 25px;
	line-height: 1.36;
}

.p-content-img-wrap {
	margin-bottom: 16px;
}

.p-wrap {
	justify-content: space-between;
}

.p-content {
	width: 60%;
}

.p-aside {
	width: 30%;
}

.s-practice-areas {
	padding-bottom: 100px;
}

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

.btn-more-orange {
	background: #f7a759;
	border: none;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
	min-width: 315px;
	outline: none;
	padding: 19px 20px;
	transition: .3s ease;
}

.btn-more-orange:hover {
	background: #f7a759;
	box-shadow: 0 0 7px #f7a759;
}

.o-experts .name {
	font-family: 'PT Serif', sans-serif;
	font-weight: bold;
}

.s-faqs {
	padding-top: 76px;
}

.s-faqs .btn-more-orange {
	margin: 45px auto 116px;
}

.s-faqs .h2 {
	font-size: 60px;
	margin-bottom: 65px;
	text-align: center;
}

.r-article-item {
	color: #282f35;
	padding: 0 10px;
	text-align: center;
	width: 25%;
}

.a-descr {
	font-size: 25px;
	margin-bottom: 30px;
}

.a-btn {
	color: #fffde7;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 27px;
	font-weight: bold;
}

.a-btn:hover {
	color: #c66a2e;
}

.r-article-title {
	color: inherit;
	font-family: 'PT Serif', sans-serif;
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 12px;
}

.r-article-title:hover {
	color: #c66a2e;
}

.s-articles {
	padding: 80px 0 50px;
}

.s-articles .h2 {
	margin-bottom: 55px;
	text-align: center;
}

.r-articles-wrap {
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 20px;
}

.s-articles .btn-more-orange {
	margin: 20px auto 0;
}

.r-article-item:not(:nth-child(3n+1)) {
	margin-inline-start: 12%;
	-webkit-margin-start: 12%;
}

.r-article-item:nth-child(n+4) {
	margin-top: 50px;
}

.s-practice-areas .p-aside-content-title {
	display: none;
}

.aside-search {
	margin: 0 auto 20px;
	max-width: 375px;
	position: relative;
	width: 100%;
}

.aside-search .input {
	background: #f7a759;
	border: none;
	border-radius: 23px;
	color: #000;
	font-size: 25px;
	padding-bottom: 12px;
	padding-inline-start: 70px;
	-webkit-padding-start: 70px;
	padding-top: 12px;
	position: relative;
}

.aside-search .btn-search {
	left: 20px;
	position: absolute;
	top: 10px;
}

.aside-search input::-webkit-input-placeholder {
	color: #fff;
}

.aside-search input:-ms-input-placeholder {
	color: #fff;
}

.aside-search input::-moz-placeholder {
	color: #fff;
}

.p-aside-content .h2 {
	margin-bottom: 12px;
	padding-inline-start: 52px;
	-webkit-padding-start: 52px;
}

.faqs-off {
	align-items: center;
	display: flex;
	height: 1110px;
	justify-content: center;
	position: relative;
	width: 775px;
}

.faqs-off img {
	display: block;
	height: auto;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
}

.faqs-text {
	font-family: 'PT Serif', sans-serif;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 0.04em;
	position: relative;
	color: #282f35;
}

.s-choose .p-content {
	padding: 30px 0;
}

.s-choose .p-aside-content {
	display: flex;
	flex-direction: column;
}

.s-choose .p-aside-content ul {
	order: 3;
}

.s-choose .p-aside-content .aside-search {
	order: 2;
}

.faqs-on {
	margin-top: 87px;
}

.faqs-on .accordion-item {
	color: #000;
	font-size: 25px;
	padding-bottom: 40px;
}

.faqs-on .a-title {
	color: #000;
}

.faqs-on .a-icon:before,
.faqs-on .a-icon:after {
	background: #c66a2e;
}
 
.p-aside-content h2.h2.red.p-aside-content-title {
    color: white;
} 
.aside-search button.btn-search img {
    filter: invert(1);
}

.aside-search input#input-aside-search::placeholder {
    color: #3d2b28 !important;
}
.faqs-on .a-heading {
	-webkit-padding-end: 90px;
	padding-inline-end: 90px;
	padding-inline-start: 60px;
	-webkit-padding-start: 60px;
}

.faqs-on .a-icon {
	left: 18px;
	right: auto;
}

.faqs-on .a-content {
	margin-inline-start: 60px;
	-webkit-margin-start: 60px;
	-webkit-padding-end: 115px;
	padding-inline-end: 115px;
}

.cap-letter {
	float: left;
	-webkit-margin-end: 7px;
	margin-inline-end: 7px;
}

.top-bar {
	background: #282f35;
	padding: 25px 15px 25px;
}

.top-bar ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 28px;
	justify-content: center;
}

.top-bar li {
	margin-inline-start: 9px;
	-webkit-margin-start: 9px;
}

.top-bar li:after {
	background: #fff;
	content: '';
	display: inline-block;
	height: 22px;
	margin-inline-start: 9px;
	-webkit-margin-start: 9px;
	width: 1px;
}

.top-bar a {
	color: #fffde7;
}

.top-bar a:hover,
.current-item,
.current-item a {
	color: #f7a759;
	font-weight: 600;
}

.top-bar li:last-child:after {
	display: none;
}

.s-article-wrap {
	justify-content: space-between;
}

.s-article-content {
	width: 60%;
}

.article-video-block iframe {
	aspect-ratio: 4/3;
	height: auto;
	width: 100%;
}

.play-btn {
	bottom: 0;
	cursor: pointer;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s ease;
}

.play-btn:hover {
	opacity: .85;
}

.r-article-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.r-article-item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.aticle-nav {
	margin: 90px 0;
}

.article-info-wrap .h1 {
	font-size: 67px;
	line-height: 1.1;
	margin-bottom: 7px;
	color: #282f35;
}

.article-info {
	display: flex;
}

.article-date:before {
	background: #000;
	content: '';
	display: inline-block;
	height: 21px;
	margin: 0 9px;
	width: 1px;
}

.a-wrap {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 25px;
	justify-content: space-between;
	margin-bottom: 40px;
}

.article-info-wrap {
	width: 60%;
}

.article-share span {
	-webkit-margin-end: 30px;
	margin-inline-end: 30px;
}

.article-share a {
	margin-inline-start: 13px;
	-webkit-margin-start: 13px;
}

.article-share a:hover {
	opacity: .7;
}

.autor-avatar-wrap {
	height: 460px;
	margin-bottom: 25px;
	width: 100%;
}

.autor-avatar-wrap img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	width: 100%;
}

.s-autor-block {
	color: #47545e;
	width: 30%;
}

.s-autor-block .role-field {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	color: #47545e;
	text-align:center;
}

.autor-name {
	color: black;
	font-family: 'PT Serif', sans-serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align:center;
}

.snippet-text {
	font-size: 36px;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

.s-article {
	padding-bottom: 100px;
}

.s-article-img {
	margin-bottom: 40px;
}

.s-article .entry-content {
	font-size: 25px;
}

.s-article p {
	margin-bottom: 1.8em;
}

.s-article .aside-filter {
	margin-bottom: 0;
}

.s-article-wrap + .entry-content {
	margin-top: 75px;
}

.k-article-img-wrap {
	display: block;
	width: 37%;
}

.k-article-img-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.k-article {
	margin-bottom: 50px;
}

.k-article-body {
	background: #282f35;
	color: #fff;
	flex-grow: 1;
	font-size: 25px;
	letter-spacing: 0.01em;
	padding: 36px 90px;
	width: 63%;
}

.k-article-title {
	font-family: 'PT Serif', sans-serif;
	font-size: 40px;
	font-weight: normal;
}

.k-article-title a {
	color: inherit;
}

.k-article-title a:hover {
	color: #c66a2e;
}

.k-article-body .article-date:before {
	background: #fff;
}

.k-article-body .article-info {
	margin-bottom: 14px;
	margin-top: 10px;
}

.k-article-body .article-descr {
	margin-bottom: 25px;
}

.s-knowledge-articles {
	padding-bottom: 40px;
}

.s-knowledge-articles .aside-search {
	margin: 0 0 50px;
}

.inner-article-nav {
	margin-bottom: 50px;
}

.data-title .h1 {
	font-size: 60px;
	letter-spacing: 0.04em;
	margin-bottom: 23px;
}

.s-autor-block-mobile {
	display: none;
}

.s-article .article-date:before {
	display: none;
}

.s-contacts .cf-wrap {
	width: 30%;
}

.s-contacts .aside-cf-body {
	background: inherit;
	color: #727476;
	margin-bottom: 50px;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: static;
	transform: translateX(0);
	width: 100%;
}

.s-contacts .aside-cf-text {
	font-weight: 700;
}

.s-contacts .aside-cf-wrap form .input,
.s-contacts .aside-cf-wrap form textarea {
	background: #47545e;
	color: #d2d5d7;
}

.s-contacts .aside-cf-wrap form .btn {
	background: #f7a759;
}

.s-contacts .aside-cf-title {
	color: #c66a2e;
	padding: 0;
}

.s-contacts input::-webkit-input-placeholder {
	color: #d2d5d7;
}

.s-contacts input:-ms-input-placeholder {
	color: #d2d5d7;
}

.s-contacts input::-moz-placeholder {
	color: #d2d5d7;
}

.s-contacts textarea::-webkit-input-placeholder {
	color: #d2d5d7;
}

.s-contacts textarea:-ms-input-placeholder {
	color: #d2d5d7;
}

.s-contacts textarea::-moz-placeholder {
	color: #d2d5d7;
}

.c-info-item {
	margin-bottom: 5px;
}

.c-info-item h3 {
	font-family: 'PT Serif', sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 7px;
}

.c-info-block {
	color: #47545e;
	font-size: 40px;
}

.c-info-block a {
	color: #47545e;
}

.c-info-block a:hover {
	color: #C66A2E;
}

.phone-dir {
	direction: ltr;
	display: inline-block;
}

.aside-social {
	align-items: baseline;
	display: flex;
	margin-top: 30px;
}

.aside-social a {
	-webkit-margin-end: 25px;
	margin-inline-end: 25px;
}

.aside-social a:hover {
	opacity: .7;
}

.office-name {
	font-size: 35px;
	margin-bottom: 20px;
}

.s-contacts-wrap {
	justify-content: space-between;
}

.map {
	background: #d8d8d8;
	height: 412px;
	margin-bottom: 40px;
	width: 100%;
}

.maps-wrap {
	padding-top: 105px;
	width: 60%;
}

.address-details {
	color: #727476;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
	font-weight: bold;
	width: 33%;
}

.address-details-wrap {
	display: flex;
	justify-content: space-between;
}

.map-wrap {
	margin-bottom: 50px;
}

.s-contacts {
	padding-bottom: 60px;
}

.s-reviews .h2.red {
	color: #c66a2e;
}

.s-reviews-dark {
	background: #6c635f;
}

.s-reviews-dark .h2 {
	color: #fffde7;
}

.s-reviews-dark .quotes {
	color: #f7a759;
}

.s-reviews-dark .review-author {
	color: #ffffff;
}

.s-reviews-dark .review-body p {
	color: #fff;
}

.s-reviews-dark .review-btn {
	color: #989898;
}

.s-reviews-dark .review-btn:hover {
	color: #ee463a;
}


.s-wpsearch {
	font-size: 40px;
	line-height: 1.1;
	padding: 40px 0 80px;
}

.s-wpsearch__inner {
	background: url(../img/search-bg.svg) no-repeat top right;
	background-size: 600px 870px;
	display: flex;
	flex-direction: column;
	min-height: 870px;
}

.s-wpsearch__look {
	font-size: 1.4em;
}

.s-wpsearch__main {
	margin-bottom: 70px;
}

.s-wpsearch__type {
	margin-top: 70px;
}

.s-result-title {
	font-weight: 400;
	margin-top: .33em;
}

.s-result-title:hover a {
	color: #f7a759;
}

.s-wpsearch__bot {
	margin: auto 0 0;
}

.s-wpsearch__bot__title {
	font-size: 1.25em;
	margin-bottom: .5em;
}

.s-wpsearch__bot__btn .btn {
	border-radius: 23px;
	font-size: 22px;
	font-weight: 700;
	height: 82px;
	letter-spacing: .16em;
	min-width: 250px;
	padding: 0 2em;
	text-transform: uppercase;
}

.s-wpsearch__bot__btn .btn:hover {
	background: #C66A2E;
	box-shadow: 0 0 7px #C66A2E;
}

.cookies-notice {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(55, 55, 55, 0.7);
}

.cookies-notice__container {
	box-shadow: 0 -5px 17px rgba(0, 0, 0, .1);
	max-width: 770px;
	min-height: 180px;
	padding: 20px 130px;
	box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
	background: #fff;
}

.cookies-notice__inner {
	align-items: center;
	color: #7c8084;
	display: flex;
	font-size: 20px;
	justify-content: center;
	flex-direction: column;
}

.cookies-notice a {
	color: inherit;
	text-decoration: underline;
}

.cookies-notice a:hover {
	color: #c66a2e;
}

.cookies-notice__btn {
	background: #c66a2e;
	border: none;
	border-radius: 10px;
	color: #fff;
	flex-shrink: 0;
	font-size: 26px;
	height: 35px;
	margin: 30px 0 10px 0;
	min-width: 120px;
	padding: 20px 40px;
	box-shadow: 0 -5px 17px rgba(0, 0, 0, .1);
}

.cookies-notice__btn:hover {
	background: #c66a2e;
	box-shadow: 0 0 7px rgb(0 0 0 / 0.52);
}

.scrolltop {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	z-index: 11;
}

.scrolltop .section-wrapper {
	max-width: 1920px;
}

.scrolltop__inner {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 30px;
}

.scrolltop__btn {
	align-items: center;
	background: none;
	border: none;
	border-radius: 50%;
	display: flex;
	height: 60px;
	justify-content: center;
	margin: 0;
	outline: none;
	padding: 0;
	pointer-events: all;
	transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease;
	width: 60px;
}

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

.scrolltop__btn:hover {
	box-shadow: 0 0 7px #ed4539;
}

body:not(.js-scrolled-down) .js-page-scroll-up {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.s-partners {
	border-bottom: 2px solid #727476;
	border-top: 2px solid #727476;
}

.cookies-notice__text {
	font-size: 22px;
}

.s-article .entry-content h3 {
	font-weight: 400;
}

.s-article li {
	font-size: 25px;
}

.entry-content ol {
	margin-top: 30px;
}

section.s-knowledge-articles input#input-aside-search {
    background-color: #c66a2e;
    color: white;
}

section.s-knowledge-articles input#input-aside-search::placeholder {
    color: white !important;
}

section.s-knowledge-articles .aside-search img {
    filter: none;
}

section#ranking > .s-title-wrap > .h2 {
    max-width: 1600px;
    margin: auto;
    color: white;
    font-size: 65px;
}

section#ranking > .s-title-wrap {
    background: #282f35;
    padding: 20px 15px;
    margin-bottom: 40px;
}

section#ranking > .s-title-wrap > .h2 span {
    color: #f7a759;
}


/*==========  Media  ==========*/
@media screen and (min-width: 769px) {
	.s-contacts .aside-cf-wrap form .input {
		height: 88px;
	}
	
	.s-contacts .aside-cf-wrap form textarea {
		height: 280px;
	}
	
	.s-contacts .aside-cf-wrap form .btn {
		height: 88px;
	}
	
	.acf-links .filter-links,
	.aside-filter .filter-block .filter-links {
		display: block !important;
	}
	
	.s-personnel .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 40px;
	}
}

@media screen and (min-width: 993px) {
	.personnel-card:hover {
		box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, .69);
		transition: .3s ease;
		z-index: 2;
	}
	    .s-article .entry-content {
        max-width: 70%;
        text-align: justify;
    }
	.personnel-card:hover .personnel-img::before {
		opacity: 0;
	}
	
	.personnel-card:hover .personnel-img img {
		transition: .3s ease;
	}
	
	.personnel-card:hover .personnel-info {
		background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.63922) 100%);
		opacity: 1;
	}
}

@media screen and (min-width: 1566px) {
	.s-partners .js-slider-container {
		max-width: 1190px;
	}
}

@media screen and (max-width: 1740px) {
	.value-title {
		font-size: 70px;
	}
	
	.value-descr {
		font-size: 28px;
	}
}

@media screen and (max-width: 1660px) {
	#crl {
		top: 24px;
		transform: translateY(-40%);
	}
	
	.internal-menu ul {
		padding-inline-start: 50px;
		-webkit-padding-start: 50px;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 70px;
	}
	
	.internal-menu ul li {
		font-size: 24px;
	}
	
	.internal-menu ul li a {
		padding-bottom: 28px;
	}
	
	.column-img-text h3 {
		font-size: 48px;
	}
}

@media screen and (max-width: 1565px) {
	.inner-section-wrap {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.js-slider-container,
	.partners-slider {
		max-width: 100%;
	}
	
	.s-partners .inner-section-wrap {
		margin: 0 -30px;
	}
	
	.s-partners .prev {
		left: 10px;
	}
	
	.s-ranking .prev {
		left: -20px;
	}
	
	.s-partners .next {
		right: 10px;
	}
	
	.s-ranking .next {
		right: -20px;
	}
	
	.s-partners .h2 {
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 1520px) {
	.p-aside-content .h2 {
		padding-inline-start: 30px;
		-webkit-padding-start: 30px;
	}
	
	.aside-search .input {
		font-size: 18px;
		padding-bottom: 16px;
		padding-top: 16px;
	}
	
	.p-aside-content ul {
		padding-inline-start: 55px;
		-webkit-padding-start: 55px;
	}
	
	.header-nav ul li a {
		letter-spacing: 0.1em;
	}
	
	.s-first-inner-screen .sect-img-wrap {
		margin-top: -37%;
	}
}

@media screen and (max-width: 1440px) {
	.article-date:before {
		height: 15px;
	}
	
	.k-article-body {
		font-size: 20px;
	}
	
	#crl {
		display: none;
	}
	
	.autor-name {
		font-size: 50px;
	}
	
	.s-autor-block .role-field {
		font-size: 30px;
	}
	
	.snippet-text {
		font-size: 22px;
	}
	
	.entry-content h2 {
		font-size: 45px;
	}
	
	.entry-content h3 {
		font-size: 1.5em;
	}
	
	.faqs-off img {
		width: 100%;
	}
	
	.s-first-screen .h1 {
		min-height: 0;
	}
	
	.header.scrolled {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.role-field .contact-info .tel::after {
		height: 23px;
	}
	
	.aside-filter .filter-block .li a,
	.js-show-more {
		font-size: 28px;
	}
	
	.s-employee-content .sect-title,
	.aside-filter .filter-block .filter-block-title,
	.content-area-title,
	.p-content-title h1,
	.s-faqs .h2 {
		font-size: 45px;
	}
	
	.p-content-title h2 {
		font-size: 40px;
	}
	
	.role-field {
		font-size: 32px;
	}
	
	.featured-img-text {
		padding: 0 4em;
	}
	
	.s-experts .expert-item-info {
		font-size: 18px;
	}
	
	.s-ranking-inner .r-items-wrap .r-item {
		text-align: center;
	}
	
	.s-values .s-title-wrap {
		text-align: center;
	}
	
	.value-title {
		font-size: 50px;
	}
	
	.value-descr {
		font-size: 22px;
	}
	
	.value-content {
		-webkit-padding-end: 120px;
		padding-inline-end: 120px;
	}
	
	.s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 250px;
		padding-inline-end: 250px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 63px;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 28px;
	}
	
	.s-vision .h2,
	.s-values .h2 {
		font-size: 45px;
	}
	
	.column-img-text h3 {
		font-size: 38px;
	}
	
	.column-img-text p {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.content-wrap .column:nth-child(2) {
		padding-top: 0;
	}
	
	.s-about-us {
		margin-top: 0;
	}
	
	.first-inner-screen-wrap {
		align-items: center;
		width: 100%;
	}
	
	.first-inner-screen-wrap .sect-img-wrap {
		height: 357px;
		width: 250px;
	}
	
	.s-first-inner-screen {
		padding-top: 30px;
	}
	
	.s-first-inner-screen .section-wrapper {
		flex-direction: column;
	}
	
	.s-first-inner-screen .sect-img-wrap {
		margin-top: 0;
		order: 1;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		align-items: center;
		order: 2;
		padding: 0;
	}
	
	.s-internal-menu {
		padding-top: 0;
		width: 100%;
	}
	
	.internal-menu {
		margin: 0 auto;
		width: auto;
	}
	
	.internal-menu ul {
		align-items: baseline;
		border: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.internal-menu ul li {
		font-size: 25px;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 0 14px;
		position: relative;
	}
	
	.internal-menu ul li:before,
	.internal-menu ul li:after {
		background: #282f35;
		bottom: 0;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 1px;
	}
	
	.internal-menu ul li:before {
		left: 0;
	}
	
	.internal-menu ul li:after {
		right: 0;
	}
	
	.internal-menu ul li:not(:last-child) {
		margin-inline-end: -1px;
	}
	
	.internal-menu ul li a {
		padding: 0;
	}
	
	.header.scrolled .header-lang-select a {
		font-size: 22px;
	}
	
	.h1 {
		font-size: 70px;
	}
	
	.sect-descr {
		font-size: 18px;
		padding-top: 40px;
	}
	
	.sect-img-wrap {
		height: 671px;
		width: 470px;
	}
	
	.s-first-screen .h1 {
		padding-bottom: 150px;
		padding-top: 9%;
		text-align: center;
	}
	
	.header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9;
	}
	
	.header-nav ul li:after {
		display: none;
	}
	
	.header-form-search {
		order: 1;
	}
	
	.header-logo a img {
		width: 130px;
	}
	
	.header-inner .header-nav {
		display: none;
	}
	
	.header .menu-expand {
		display: block;
	}
	
	.header {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.header-logo {
		justify-content: center;
	}
	
	.menu-for-mob.showMenu {
		transform: translateX(0);
	}
	
	.header-social,
	.header-phone {
		display: none;
	}
	
	.main {
		padding-top: 99px;
	}
	
	ul.tabs li {
		font-size: 28px;
	}
	
	.aside-cf button {
		border-bottom-right-radius: 20px;
		border-top-right-radius: 20px;
		font-size: 18px;
		height: 50px;
		width: 140px;
	}
	
	.tab-content-column ul li {
		font-size: 24px;
	}
	
	.h2 {
		font-size: 45px;
	}
	
	.meet-wrap .h2 {
		font-size: 35px;
	}
	
	.meet-wrap .btn {
		font-size: 30px;
		height: 75px;
	}
	
	.img-banner {
		height: 165px;
	}
	
	.personnel-info {
		font-size: 15px;
		padding: 0 20px 30px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont,
	.s-search .select {
		height: 60px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont > span {
		font-size: 22px;
	}
	
	.s-search {
		padding: 35px 0 60px;
	}
	
	.s-experts .h2 {
		margin-bottom: 40px;
	}
	
	.reviews-wrap {
		margin-top: 30px;
	}
	
	.s-partners {
		height: auto;
		padding: 30px 0;
	}
	
	.s-partners .h2,
	.s-ranking .h2 {
		margin-bottom: 28px;
	}
	
	.s-ranking {
		padding: 0px 0 50px;
	}
	
	.s-ranking .h2 {
		text-align: center;
		width: 100%;
	}
	
	.r-items-wrap .r-item:not(:nth-child(8n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.r-items-wrap .r-item {
		width: 25%;
	}
	
	.r-items-wrap .r-item img {
		margin: 0 auto;
	}
	
	.footer-logo {
		margin-bottom: 120px;
	}
	
	.footer-logo img {
		width: 250px;
	}
	
	.footer-form-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1380px) {
	.faqs-off {
		height: 1031px;
		width: 700px;
	}
	
	.faqs-text {
		font-size: 50px;
	}
	
	.aside-search {
		margin: 0 10px 20px;
		width: auto;
	}
}

@media screen and (max-width: 1220px) {
	.map {
		height: 600px;
		max-height: 70vh;
	}
	
	.s-contacts .aside-cf-title {
		font-size: 48px;
	}
	
		.thanks-text {
     font-size:30px !important;
	}

	
	.s-contacts .aside-cf-text {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.maps-wrap {
		padding-top: 80px;
	}
	
	.c-info-item h3,
	.c-info-block {
		font-size: 28px;
	}
	
	.address-details {
		font-size: 18px;
	}
	
	.address-details-wrap {
		align-items: center;
	}
	
	.address-details-wrap a img {
		width: 50px;
	}
	
	.k-article-body {
		padding: 20px 30px;
	}
	
	.article-date:before {
		height: 10px;
	}
	
	.k-article-body .article-info {
		margin-bottom: 12px;
	}
	
	.k-article-title {
		font-size: 32px;
	}
	
	.k-article-body {
		font-size: 16px;
	}
	
	.k-article-body .article-descr {
		margin-bottom: 15px;
	}
	
	.s-article .entry-content {
		font-size: 22px;
	}
	
	.autor-avatar-wrap {
		height: auto;
	}
	
	.s-article-wrap + .entry-content {
		margin-top: 40px;
	}
	
	.entry-content h2 {
		font-size: 38px;
	}
	
	.a-wrap {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.article-info {
		margin-bottom: 10px;
	}
	
	.article-info-wrap .h1 {
		margin-bottom: 15px;
	}
	
	.faqs-on .a-heading {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.faqs-on .a-content {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.faqs-off {
		height: 737px;
		margin: 0 auto;
		width: 500px;
	}
	
	.faqs-text {
		font-size: 35px;
	}
	
	.aside-search .input {
		padding-inline-start: 45px;
		-webkit-padding-start: 45px;
	}
	
	.aside-search .btn-search {
		left: 10px;
		top: 12px;
	}
	
	.aside-search .btn-search img {
		display: block;
		height: 20px;
		width: 100%;
	}
	
	.a-heading {
		-webkit-padding-end: 170px;
		padding-inline-end: 170px;
	}
	
	.a-icon {
		right: 0;
	}
	
	.s-faqs .btn-more-orange {
		margin-bottom: 60px;
	}
	
	.r-article-title {
		font-size: 28px;
	}
	
	.a-descr {
		font-size: 18px;
	}
	
	.a-btn {
		font-size: 24px;
	}
	
	.s-practice-areas {
		padding-bottom: 60px;
	}
	
	.p-aside-content ul {
		font-size: 18px;
	}
	
	.acf-links ul li {
		font-size: 20px;
	}
	
	.role-field {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.aside-filter .filter-block .li a,
	.js-show-more {
		font-size: 22px;
	}
	
	.e-content-box {
		margin-bottom: 50px;
	}
	
	.content-area-block + .content-area-block {
		margin-top: 50px;
	}
	
	.content-area-title {
		font-size: 36px;
	}
	
	.aside-filter .filter-block .filter-block-title {
		font-size: 28px;
	}
	
	.content-area-block ul li {
		font-size: 18px;
	}
	
	.featured-img-text {
		font-size: 36px;
	}
	
	.s-experts .expert-item {
		width: 32%;
	}
	
	.s-experts .expert-item:not(:nth-child(3n+1)) {
		margin-inline-start: 2% !important;
		-webkit-margin-start: 2% !important;
	}
	
	.s-experts .expert-item:not(:nth-child(4n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.s-experts .expert-item-info {
		font-size: 16px;
	}
	
	.s-experts .expert-item-img {
		margin-bottom: 12px;
	}
	
	.r-item-title {
		font-size: 32px;
	}
	
	.r-item-descr {
		font-size: 22px;
	}
	
	.value-content {
		-webkit-padding-end: 90px;
		padding-inline-end: 90px;
		padding-inline-start: 90px;
		-webkit-padding-start: 90px;
	}
	
	.value-title {
		font-size: 40px;
		margin-bottom: 15px;
	}
	
	.value-descr {
		font-size: 18px;
	}
	
	.s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 90px;
		padding-inline-end: 90px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 43px;
		margin-top: 43px;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 24px;
	}
	
	.s-about-us {
		padding-bottom: 50px;
	}
	
	.content-wrap .column {
		font-size: 22px;
	}
	
	.content-wrap .column p {
		margin-bottom: 30px;
	}
	
	.column-img-text {
		font-size: 18px;
	}
	
	.column-img-text h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.column-img-text .link-descr {
		font-size: 20px;
	}
	
	ul.tabs li {
		font-size: 24px;
		padding: 39px 78px 24px;
	}
	
	ul.tabs li.tab-current {
		padding-top: 49px;
	}
	
	.tab-content-column ul li {
		font-size: 22px;
	}
	
	.tab-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.footer-form form label {
		font-size: 16px;
	}
	
	.footer-bot {
		display: block;
	}
	
	.footer-copyrights {
		margin: 25px 0 0;
	}
	
	.personnel-info {
		opacity: 1;
		padding: 15px 15px 30px;
	}
}

@media screen and (max-width: 992px) {
	.entry-content h1 {
		font-size: 50px;
	}
		.header-form-search .input {
		font-size:1rem;
	}
		h2.red.practice-title {
	font-size:26px;
}
	.s-first-home-screen .h1 {
		font-size:70px;
	}
	body.home .tab-content h4 {
		font-size:26px;
		display: none;
	}
	.cookies-notice__text {
		font-size: 16px;
	}
	.s-practice-areas .p-content-post {
	text-align:left;
}
	
		.thanks-text {
		font-size:21px !important;
		top: 25px;
	}
	
	.top-bar li {
		font-size: 20px;
	}
	
	.s-experts .h2 {
		margin-bottom: 30px;
	}
	
	.s-search {
		padding: 35px 0 30px;
	}
	
	.aside-social {
		justify-content: center;
	}
	
	.s-contacts {
		padding-bottom: 0;
	}
	
	.s-contacts-wrap {
		flex-direction: column;
		text-align: center;
	}
	
	.aside-c-info {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-info-item {
		margin-bottom: 25px;
		width: 50%;
	}
	
	.aside-social a:last-child {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	
	.maps-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.map-wrap {
		width: 49.5%;
	}
	
	.address-details {
		margin-bottom: 20px;
		width: 60%;
	}
	
	.maps-wrap {
		padding-top: 60px;
	}
	
	.map {
		margin-bottom: 20px;
	}
	
	.address-details-wrap {
		flex-direction: column;
	}
	
	.s-contacts .cf-wrap {
		width: 100%;
	}
	
	.data-title .h1 {
		font-size: 48px;
	}
	
	.column-img {
		margin-top: 60px;
	}
	
	.s-article .entry-content {
		font-size: 20px;
	}
	
	.snippet-text {
		font-size: 18px;
	}
	
	.autor-name {
		font-size: 35px;
	}
	
	.s-autor-block .role-field {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.aticle-nav {
		margin: 40px 0;
	}
	
	.article-info-wrap .h1 {
		font-size: 50px;
	}
	
	.top-bar ul {
		font-size: 22px;
	}
	
	.top-bar li:after {
		height: 18px;
	}
	
	.top-bar {
		padding-bottom: 15px;
	}
	
	.faqs-on .accordion-item {
		font-size: 20px;
	}
	
	.faqs-off {
		height: 633px;
		width: 430px;
	}
	
	.s-choose .p-aside {
		width: 37%;
	}
	
	.aside-search .input {
		font-size: 16px;
	}
	
	.column-img-wrap {
		padding-inline-start: 3.1%;
		-webkit-padding-start: 3.1%;
	}
	
	.s-articles {
		padding-top: 50px;
	}
	
	.r-article-title {
		font-size: 20px;
	}
	
	.a-descr {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.a-btn {
		font-size: 22px;
	}
	
	.s-faqs {
		font-size: 20px;
		padding-top: 50px;
	}
	
	.s-faqs .h2 {
		font-size: 26px;
	}
	
	.accordion-item {
		padding-bottom: 50px;
	}
	
	.f-accordion .accordion-item:nth-last-child(1) {
		padding-bottom: 60px;
	}
	
	.p-content-title h1 {
		font-size: 32px;
	}
	
	.p-content-title h2 {
		font-size: 28px;
	}
	
	.p-aside-content ul {
		padding-inline-start: 35px;
		-webkit-padding-start: 35px;
	}
	
	.p-aside-content ul li {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.p-content-post {
		font-size: 20px;
	}
	
	.footer-menu-wrap.activeItem .footer-menu-title:after {
		top: 10px;
	}
	
	.s-personnel .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 75px;
	}
	
	.s-first-screen {
		min-height: 0;
	}
	
	.s-first-screen .h1 {
		display: block;
		min-height: 0;
	}
	
	.content-area-title {
		font-size: 30px;
	}
	
	.role-field .contact-info .tel::after {
		height: 16px;
	}
	
	.aside-filter .filter-block .filter-block-title {
		font-size: 25px;
	}
	
	.s-employee-content .sect-title {
		font-size: 32px;
	}
	
	.e-content-box {
		margin-bottom: 30px;
	}
	
	.content-area-block + .content-area-block {
		margin-top: 30px;
	}
	
	.role-field {
		font-size: 22px;
	}
	
	.featured-img-text {
		font-size: 26px;
		padding: 0 4em;
	}
	
	.e-content-box p {
		font-size: 20px;
	}
	
	.r-item-descr {
		font-size: 20px;
	}
	
	.value-content,
	.s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 30px;
		padding-inline-end: 30px;
		padding-inline-start: 30px;
		-webkit-padding-start: 30px;
	}
	
	.value-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	.value-descr {
		font-size: 16px;
	}
	
	.s-vision .h2,
	.s-values .h2 {
		font-size: 26px;
	}
	
	.s-vision .h2 {
		line-height: 1;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 18px;
	}
	
	.content-wrap .column:nth-child(2) {
		padding-inline-start: 3%;
		-webkit-padding-start: 3%;
	}
	
	.content-wrap .column {
		font-size: 20px;
	}
	
	.content-wrap .column p {
		margin-bottom: 30px;
	}
	
	.column-img-text h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.column-img-text .link-descr {
		font-size: 18px;
	}
	
	.internal-menu ul li {
		font-size: 22px;
	}
	
	.s-first-inner-screen {
		padding-bottom: 20px !important;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 50px;
	}
	
	.sect-descr {
		text-align: center;
	}
	
	.sect-img-wrap {
		height: 357px;
		margin-top: 0;
		order: 1;
		width: 250px;
		transform: translateZ(0);
	}
	
	.s-first-screen .h1 {
		margin-bottom: 15px;
		order: 2;
		padding: 0;
	}
	
	.s-first-screen {
		margin: 0 0;
		padding-bottom: 60px;
		padding-top: 15px;
	}
	
	.sect-descr {
		margin: 0 auto;
		order: 3;
		padding: 0;
		text-align: center;
		width: 48%;
	}
	.s-first-screen-image img {
		max-width: 40%;
		position: relative;
		margin-bottom: 20px;
		height:auto;
		/*max-height:220px;*/
	}

	.s-first-screen-image {
		position: relative;
		margin: auto;
		display: table;
		text-align: center;
	}
	ul.tabs li {
		font-size: 22px;
		padding: 19px 30px 24px;
	}
	
	ul.tabs li.tab-current {
		padding-top: 29px;
	}
	
	.tab-content.tab-current {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.tab-content-column ul li {
		font-size: 18px;
	}
	
	.meet-wrap .h2,
	.h2 {
		font-size: 26px;
	}
	
	.img-banner {
		height: 120px;
	}
	
	.meet-wrap {
		padding: 30px 0;
	}
	
	.meet-wrap .btn {
		font-size: 28px;
		height: 60px;
		min-width: auto;
		width: 510px;
	}
	
	.review {
		width: 45%;
	}
	
	.partners-slider-wrap .prev {
		left: 30px;
	}
	
	.partners-slider-wrap .next {
		right: 30px;
	}
	
	.r-items-wrap .r-item img {
		height: auto;
	}
	
	.footer-wrap {
		flex-direction: column;
	}
	
	.footer-social {
		align-items: flex-end;
		flex-direction: row;
		justify-content: space-between;
		order: 3;
		padding: 0;
	}
	
	.footer-logo {
		margin-bottom: 0;
	}
	
	.footer-menu {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
		padding: 0;
	}
	
	.footer-form {
		margin: 0 auto;
		order: 2;
		width: 100%;
	}
	
	.footer-menu-list {
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 10px;
		padding-bottom: 0;
	}
	
	.footer-logo img {
		width: 150px;
	}
	
	.footer-top {
		padding: 30px 15px;
	}
	
	.footer-menu-list {
		display: none;
	}
	
	.footer-menu-title {
		display: block;
	}
	
	.footer-menu-title::after {
		border: 1px solid #fff;
		border-left: none;
		border-top: none;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.footer-menu-wrap.activeItem .footer-menu-title:after {
		transform: rotate(-135deg);
	}
	
	.footer-menu-wrap {
		margin-bottom: 20px;
	}
	
	.footer-menu-list li a {
		font-size: 16px;
	}
	
	.footer-wrap {
		margin: 0 0;
	}
	
	.footer-social, .footer-menu, .footer-form {
		padding: 0 0;
	}
	
	.footer-form {
		margin-bottom: 30px;
	}
	
	.sites-title {
		display: none;
	}
	
	.footer-menu-sites .footer-menu-title {
		display: block;
	}
	
	
	body.search-no-results {
		text-align: center;
	}
	
	.s-wpsearch {
		font-size: 32px;
	}
	
	.s-wpsearch__inner {
		background: none;
		min-height: 0;
	}
}

@media screen and (max-width: 768px) {
	
	.s-article li {
		font-size: 18px;
	}
	
	
	.s-ranking-inner .r-items-wrap .r-item img {
		height: auto;
	}
	
	.entry-content h1 {
		font-size: 40px;
	}
	
	.s-error {
		padding: 50px 0;
	}
	
	.s-error__title {
		font-size: 26px;
	}
	
	.r-article-item:nth-child(n+4) {
		margin-top: 0;
	}
	
	.map {
		height: 400px;
	}
	
	.c-info-item h3, .c-info-block {
		font-size: 22px;
	}
	
	.office-name {
		font-size: 24px;
		margin-bottom: .5em;
	}
	
	.aside-social {
		margin-top: 0;
	}
	
	.s-article--video .s-article-content {
		margin-bottom: 30px;
	}
	
	.s-article--video .aside-filter {
		margin-bottom: 0;
	}
	
	.s-article-img {
		margin-bottom: 0;
	}
	
	.article-img-block,
	.article-video-block {
		margin: 0 -15px;
	}
	
	.article-info-wrap .h1 {
		font-size: 40px;
		margin-bottom: 33px;
	}
	
	.autor-name {
		margin-bottom: 15px;
	}
	
	.role-field {
		margin-bottom: 10px;
	}
	
	.autor-block-body {
		text-align: center;
	}
	
	.s-autor-block-mobile {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-top: 80px;
		padding: 0 10px;
	}
	
	.data-title .h1 {
		font-size: 34px;
	}
	
	.k-article-img-wrap {
		width: 30%;
	}
	
	.k-article-body {
		width: 70%;
	}
	
	.s-search-results {
		padding-top: 20px;
	}
	
	.s-search-results .h2 {
		font-size: 32px;
	}
	
	.s-experts .h2 {
		margin-bottom: 35px;
	}
	
	.personnel-card-wrap .personnel-card {
		width: 33.33%;
	}
	
	.personnel-info {
		font-size: 13px;
	}
	
	.experts-wrap {
		margin-bottom: 10px;
	}
	
	.r-article-item {
		margin-bottom: 50px;
	}
	
	.column-img {
		margin-top: 40px;
	}
	
	.s-autor-block {
		display: none;
	}
	
	.s-article .entry-content {
		font-size: 16px;
		line-height: 2;
		padding: 0 15px;
	}
	
	.s-article p {
		font-size: 18px;
		margin-bottom: 3em;
	}
	
	.article-by {
		display: none;
	}
	
	.entry-content h2 {
		font-size: 1.5em;
	}
	
	.entry-content h3 {
		font-size: 1.33em;
	}
	
	.autor-avatar-wrap {
		margin-bottom: 12px;
		width: 60%;
	}
	
	.autor-block-body {
		width: 75%;
	}
	
	.article-share img {
		display: inline-block;
		height: 20px;
		width: auto;
	}
	
	.a-wrap {
		font-size: 22px;
		margin-bottom: 0;
	}
	
	.article-date:before {
		display: none;
	}
	
	.article-share span {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	
	.s-article-wrap {
		flex-direction: column;
	}
	
	.article-info-wrap {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.a-wrap {
		align-items: baseline;
		flex-direction: row;
	}
	
	.s-article-content {
		width: 100%;
	}
	
	.faqs-on .accordion-item {
		font-size: 16px;
	}
	
	.faqs-on .a-icon {
		left: 0;
		top: 0;
	}
	
	.faqs-on .a-heading {
		padding-inline-start: 35px;
		-webkit-padding-start: 35px;
	}
	
	.faqs-on .a-content {
		margin-inline-start: 35px;
		-webkit-margin-start: 35px;
	}
	
	.faqs-on {
		margin-top: 0;
	}
	
	.faqs-off {
		height: 442px;
		width: 300px;
	}
	
	.faqs-text {
		font-size: 24px;
	}
	
	.p-aside-content .h2 {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.s-choose .p-aside {
		width: 100%;
	}
	
	.aside-search {
		max-width: none;
	}
	
	.s-choose .p-aside-content ul {
		margin-top: 0;
	}
	
	.column-img-wrap {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.header {
		transition: .3s ease;
	}
	
	.r-articles-wrap {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	
	.r-article-item {
		padding: 0 0;
		width: 100%;
	}
	
	.r-article-item:not(:nth-child(3n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.r-article-item:last-child {
		margin-bottom: 10px;
	}
	
	.s-articles .btn-more-orange {
		margin-top: 30px;
	}
	
	.a-heading {
		-webkit-padding-end: 50px;
		padding-inline-end: 50px;
	}
	
	.p-content-post {
		line-height: 1.6;
		text-align: center;
	}
	
	.s-faqs {
		font-size: 16px;
	}
	
	.a-content {
		border-width: 2px;
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.a-icon {
		top: -4px;
	}
	
	.a-icon:before, .a-icon:after {
		height: 2px;
		width: 16px;
	}
	
	.p-content-img-wrap {
		margin: 0 -15px 28px;
	}
	
	.p-content-title h1,
	.p-content-title h2 {
		text-align: center;
	}
	
	.p-wrap {
		flex-direction: column;
	}
	
	.p-aside {
		margin: 0 auto 20px;
		width: 50%;
	}
	
	.p-content-title {
		margin-bottom: 26px;
	}
	
	.p-content {
		width: 100%;
	}
	
	.s-practice-areas .p-aside-content-title,
	.p-aside-content-title {
		align-items: center;
		display: flex;
		font-size: 20px;
		justify-content: center;
		white-space: nowrap;
	}
	
	.s-practice-areas .p-aside-content-title::after,
	.p-aside-content-title::after {
		border: 1px solid #000;
		border-left: none;
		border-top: none;
		content: '';
		display: inline-flex;
		height: 10px;
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.p-aside-content.activeItem .p-aside-content-title:after {
		transform: rotate(-135deg);
	}
	
	.p-aside-content.activeItem .p-aside-content-title {
		align-items: baseline;
	}
	
	.p-aside-content {
		-webkit-border-radius: 27px;
		border-radius: 27px;
		padding: 14px;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.p-aside-content ul {
		display: none;
		list-style-type: none;
		margin-top: 40px;
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.p-aside-content ul li {
		text-align: center;
		width: auto;
	}
	
	.content-area-block ul li {
		line-height: 2.1;
	}
	
	.content-area-block ul {
		padding-inline-start: 40px;
		-webkit-padding-start: 40px;
	}
	
	.aside-filter {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	
	.aside-filter .filter-block .li {
		display: block !important;
		text-align: start;
	}
	
	.acf-links ul li {
		display: list-item !important;
	}
	
	.s-employee {
		padding-bottom: 15px;
	}
	
	.featured-img-text {
		bottom: 80px;
		padding: 0 45px;
	}
	
	.filter-block + .filter-block {
		margin-top: 20px;
	}
	
	.filter-block.activeItem .filter-block-title:after {
		margin-top: 10px;
		transform: rotate(-135deg);
	}
	
	.filter-block-title {
		align-items: center;
		display: flex;
		position: relative;
	}
	
	.acf-links .h2:after,
	.filter-block-title:after {
		border: 1px solid #000;
		border-left: none;
		border-top: none;
		content: '';
		display: inline-flex;
		flex-shrink: 0;
		height: 10px;
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.filter-block-title br {
		display: none;
	}
	
	.acf-links .filter-links,
	.aside-filter .filter-block .filter-links,
	.js-show-more {
		display: none;
	}
	
	.s-option-aside {
		width: 100%;
	}
	
	.s-employee-content {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
		padding: 0 15px;
		width: 100%;
	}
	
	.s-employee-content .sect-title {
		order: 2;
		text-align: center;
	}
	
	.role-field {
		order: 3;
		text-align: center;
	}
	
	.role-field .contact-info {
		display: block;
	}
	
	.role-field .contact-info .tel::after {
		display: none;
	}
	
	.role-field .contact-info .e-link {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.role-field .contact-info .soc-link {
		margin: 5px 0 0;
	}
	
	.role-field .contact-info .soc-link img {
		height: 20px;
		width: 20px;
	}
	
	.e-content-box {
		line-height: 2.1;
		order: 4;
	}
	
	.e-content-box .h2 {
		text-align: center;
	}
	
	.acf-links {
		line-height: 2.1;
		order: 5;
	}
	
	.acf-links .h2 {
		align-items: center;
		color: inherit;
		display: flex;
		font-size: 25px;
		line-height: 1;
		margin-bottom: .45em;
		position: relative;
	}
	
	.acf-links ul {
		padding-inline-start: 23px;
		-webkit-padding-start: 23px;
	}
	
	.featured-wrap {
		order: 1;
	}
	
	.s-employee-wrap {
		flex-direction: column;
	}
	
	.menu-for-mob {
		padding: 110px 15px 30px;
	}
	
	.s-first-inner-screen {
		padding-top: 25px;
	}
	
	.value-descr {
		margin-bottom: 10px;
	}
	
	.value-content, .s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.value-content {
		flex-grow: 1;
		justify-content: flex-start;
	}
	
	.s-value-item,
	.s-value-item:nth-child(even) {
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-bottom: 25px;
		padding: 0 15px;
		width: 48%;
	}
	
	.s-values-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 20px;
	}
	
	.value-img-wrap, .value-content {
		margin-bottom: 10px;
		width: 100%;
	}
	
	.first-inner-screen-wrap .sect-img-wrap {
		height: 286px;
		width: 200px;
	}
	
	.s-ranking-inner .r-items-wrap .r-item:not(:nth-child(3n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.r-items-wrap {
		justify-content: space-between;
	}
	
	.s-ranking-inner .r-items-wrap .r-item {
		margin-bottom: 35px;
		width: 48%;
	}
	
	.r-item-title {
		font-size: 24px;
	}
	
	.r-item-descr {
		font-size: 16px;
	}
	
	.s-values .s-title-wrap {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.value-title {
		font-size: 24px;
	}
	
	.s-vision .s-title-wrap {
		padding-bottom: 35px;
		padding-top: 25px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 16px;
	}
	
	.s-about-us {
		padding-bottom: 30px;
	}
	
	.content-wrap .column {
		font-size: 16px;
		width: 100%;
	}
	
	.content-wrap .column:nth-child(2) {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.column-img {
		flex-direction: column;
	}
	
	.column-img-text {
		font-size: 16px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.column-img-text a {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.column-img-wrap {
		margin: 0 auto;
		width: 60%;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 40px;
	}
	
	.main {
		padding-top: 70px;
	}
	
	.footer-menu-title {
		font-size: 18px;
	}
	
	.footer-menu-list li a {
		font-size: 14px;
	}
	
	.footer-logo img {
		width: 100px;
	}
	
	.footer-form-title {
		font-size: 22px;
	}
	
	.footer-bot {
		font-size: 14px;
		text-align: center;
	}
	
	.footer-bot-menu {
		margin: 0 auto;
		max-width: 480px;
	}
	
	.footer-bot-menu li {
		border: none;
		margin: 5px 0;
		padding: 0;
		width: 50%;
	}
	
	.footer-copyrights {
		margin-top: 30px;
	}
	
	.header .header-lang-select a {
		font-size: 22px;
	}
	
	.header-logo a img {
		width: 82px;
	}
	
	.sect-img-wrap {
		height: 286px;
		width: 200px;
	}
	
	.h1 {
		font-size: 45px;
	}
	
	.header-wrapper,
	.section-wrapper {
		padding: 0 15px;
	}
	
	ul.tabs li {
		font-size: 16px;
	}
	
	.tab-content {
		padding-left: 34px;
		padding-right: 34px;
		padding-top: 40px;
	}
	
	.tab-content-column ul {
		column-count: 1;
	}
	
	.tab-content-column ul li {
		font-size: 16px;
	}
	
	.header-logo {
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
	}
	
	.meet-wrap {
		flex-direction: column;
	}
	
	.meet-wrap .h2 {
		margin-bottom: 20px;
	}
	
	.meet-wrap .btn {
		font-size: 20px;
		width: 75%;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont > span,
	.form-wrap form textarea {
		font-size: 20px;
	}
	
	.search_an_expert .triple-input,
	.search_an_expert .double-input {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.search_an_expert .input-wrap {
		width: 75%;
	}
	
	.search_an_expert .double-input .input-wrap,
	.search_an_expert .double-input .btn-wrap {
		width: 75%;
	}
	
	.s-search .h2 {
		margin-bottom: 25px;
	}
	
	.reviews-wrap {
		flex-wrap: wrap;
		margin: 30px 0 0;
	}
	
	.review {
		margin-bottom: 20px;
		padding: 0 0;
		width: 100%;
	}
	
	.review:last-child {
		margin-bottom: 0;
	}
	
	.s-reviews {
		padding-bottom: 30px;
		padding-top: 40px;
	}
	
	.s-reviews .h2 {
		text-align: center;
	}
	
	.quotes {
		font-size: 90px;
	}
	
	.review-author {
		margin-top: -60px;
	}
	
	.review-body p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.review-btn {
		font-size: 24px;
	}
	
	.s-partners .inner-section-wrap {
		margin: 0 -15px;
	}
	
	.s-partners .h2 {
		margin-bottom: 0;
	}
	
	.item-img-wrap img {
		width: 160px;
	}
	
	.partners-slider {
		margin-bottom: 0;
	}
	
	.partners-slider-wrap .prev,
	.partners-slider-wrap .next {
		height: 20px;
		width: 10px;
	}
	
	.partners-slider-wrap .prev {
		left: 15px;
	}
	
	.partners-slider-wrap .next {
		right: 15px;
	}
	
	
	.s-ranking .prev {
		left: -5px;
	}
	
	.s-ranking .next {
		right: -5px;
	}
	
	.footer-social-logo {
		display: flex;
	}
	
	.footer-social-logo a {
		display: flex;
	}
	
	.footer-social-logo a img {
		display: inline-block;
		height: 30px;
		width: auto;
	}
	
	.aside-cf .btn--close {
		top: 21px;
	}
	
	.aside-cf-title {
		font-size: 50px;
	}
	
	.aside-cf-text {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.aside-cf-body {
		padding: 35px 30px 10px;
	}
	
	.aside-cf button {
		font-size: 16px;
		height: 60px;
		padding: 0 30px;
		width: auto;
	}
	
	.aside-social img {
		max-height: 100%;
		max-width: 30px;
	}
	
	.aside-social a {
		align-items: flex-end;
		display: flex;
		height: 30px;
		-webkit-margin-end: 15px;
		margin-inline-end: 15px;
	}
	
	.s-article {
		padding-bottom: 50px;
		text-align: left; /* align blog content by lang */
	}
	
	
	.s-wpsearch {
		font-size: 24px;
		line-height: 1.2;
		padding: 30px 0 60px;
	}
	
	.s-wpsearch__type {
		margin-top: 30px;
	}
	
	.s-wpsearch__main {
		margin-bottom: 60px;
	}
	
	.s-wpsearch__bot__btn .btn {
		font-size: 20px;
		height: 60px;
		min-width: 200px;
	}
	
	
	.cookies-notice {
		padding: 15px 0;
	}
	
	.cookies-notice__inner {
		display: block;
		font-size: 16px;
		text-align: center;
	}
	
	.cookies-notice__btn {
		border-radius: 20px;
		height: 36px;
		margin: 20px auto 0;
	}
	
	
	.scrolltop__inner {
		padding-bottom: 15px;
	}
	
	.scrolltop__btn {
		height: 50px;
		width: 50px;
	}
	
	.s-article .a-wrap {
		font-size: 17px;
	}
}

@media screen and (max-width: 480px) {
	.entry-content h1 {
		font-size: 30px;
	}
	
	.checkbox-wrap {
		margin-bottom: 14px;
	}
	
	.form__checkbox {
		margin-inline-start: 26px;
	}
	
	.form__checkbox:before {
		height: 14px;
		left: -24px;
		width: 14px;
	}
	
	[dir="rtl"] .form__checkbox:before {
		right: -24px;
	}
	
	div.search-no-results {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.s-contacts .aside-cf-text {
		margin-bottom: 25px;
	}
	
	.c-info-item {
		width: 100%;
	}
	
	.maps-wrap {
		flex-direction: column;
		padding-top: 30px;
	}
	
	.map-wrap {
		width: 100%;
	}
	
	.article-share a {
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
	}
	
	.data-title .h1 {
		font-size: 28px;
	}
	
	.k-article {
		flex-direction: column;
	}
	
	.k-article-img-wrap {
		width: 100%;
	}
	
	.k-article-body {
		padding: 15px 15px;
		width: 100%;
	}
	
	.k-article-title {
		font-size: 26px;
	}
	
	.k-article {
		margin-bottom: 30px;
	}
	
	.s-knowledge-articles .aside-search {
		margin: 0 0 30px;
	}
	
	.inner-article-nav {
		margin-bottom: 30px;
	}
	
	.s-knowledge-articles .aside-search {
		max-width: 100%;
	}
	
	.s-search-results .h2 {
		font-size: 26px;
	}
	
	.personnel-card-wrap .personnel-card {
		width: 50%;
	}
	
	.autor-avatar-wrap {
		width: 100%;
	}
	
	.autor-name {
		font-size: 30px;
	}
	
	.s-autor-block .role-field {
		font-size: 20px;
	}
	
	.snippet-text {
		font-size: 16px;
	}
	
	.s-article-wrap + .entry-content {
		margin-top: 23px;
	}
	
	.article-info-wrap .h1 {
		font-size: 30px;
	}
	
	.a-wrap {
		font-size: 15px;
	}
	
	.article-share span {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	
	.top-bar ul {
		font-size: 20px;
	}
	
	.faqs-off {
		height: 294px;
		width: 200px;
	}
	
	.faqs-text {
		font-size: 16px;
	}
	
	.s-choose .p-content {
		padding: 10px 0 25px;
	}
	
	.column-img-wrap {
		width: 100%;
	}
	
	.s-value-item,
	.s-value-item:nth-child(even) {
		margin-bottom: 10px;
		padding: 0 10px;
		width: 50%;
	}
	
	.value-descr {
		font-size: 15px;
	}
	
	.s-faqs {
		font-size: 14px;
	}
	
	.btn-more-orange,
	.s-faqs .btn-more-orange {
		margin: 20px auto 40px;
	}
	
	.btn-more-orange {
		min-width: 290px;
	}
	
	.s-faqs .h2,
	.s-articles .h2 {
		margin-bottom: 40px;
	}
	
	.s-practice-areas {
		padding-bottom: 30px;
	}
	
	.p-content-post {
		font-size: 15px;
	}
	
	.p-aside {
		min-width: 245px;
		width: 100%;
	}
	
	.e-content-box p {
		text-align: center;
	}
	
	.aside-filter .filter-block .li a {
		font-size: 15px;
		padding: 11px 20px;
	}
	
	.item-img-wrap img {
		width: 125px;
	}
	
	.aside-filter {
		margin-bottom: 23px;
	}
	
	.featured-img-text {
		bottom: 30px;
		font-size: 20px;
		padding: 0 30px;
	}
	
	.featured-img-wrap {
		margin-bottom: 6px;
	}
	
	.s-employee-content .sect-title {
		font-size: 30px;
	}
	
	.role-field {
		font-size: 20px;
	}
	
	.e-content-box p,
	.acf-links ul li,
	.content-area-block ul li {
		font-size: 15px;
	}
	
	.content-area-title {
		font-size: 25px;
	}
	
	.s-experts .h2 {
		margin-bottom: 20px;
	}
	
	.experts-wrap {
		justify-content: space-between;
	}
	
	.s-experts .expert-item:not(:nth-child(3n+1)) {
		margin-inline-start: 0 !important;
		-webkit-margin-start: 0 !important;
	}
	
	.s-experts .expert-item {
		width: 48%;
	}
	
	.s-search-inner .h1 {
		margin-bottom: 18px;
	}
	
	.s-search-inner .search-descr {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.r-item-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	.s-vision .h2,
	.s-values .h2 {
		font-size: 24px;
	}
	
	.s-vision .s-title-wrap {
		padding-bottom: 20px;
		padding-top: 15px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.column-img-text h3 {
		font-size: 20px;
	}
	
	.s-first-inner-screen {
		padding-bottom: 7px !important;
	}
	
	.first-inner-screen-wrap .sect-img-wrap {
		height: 186px;
		width: 130px;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 30px;
	}
	
	.s-internal-menu {
		margin-bottom: 17px;
	}
	
	.internal-menu ul li {
		font-size: 20px;
	}
	
	.internal-menu ul li {
		margin-bottom: 12px;
	}
	
	.reviews-wrap {
		margin: 20px 0 0;
	}
	
	.footer-social-logo a img {
		height: 20px;
	}
	
	.footer-form form label {
		font-size: 14px;
	}
	
	.checkbox-wrap {
		margin-bottom: 10px;
	}
	
	.meet-wrap .btn {
		font-size: 22px;
	}
	
	.header .header-lang-select a,
	.header.scrolled .header-lang-select a {
		font-size: 18px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont > span,
	.form-wrap form textarea,
	.meet-wrap .btn,
	.s-search .select {
		font-size: 18px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont,
	.meet-wrap .btn,
	.s-search .select {
		height: 50px;
	}
	
	.img-banner {
		height: 100px;
	}
	
	.tab-mob-title,
	.tab-content {
		display: none;
	}
	
	.tab-content-column {
		/* display: none; */
	}
	
	.tab-content:nth-child(3) {
		color: #ef5246;
	}
	
	.tab-content:nth-child(3) .tab-mob-title::after {
		border: 1px solid #ef5246;
		border-left: none;
		border-top: none;
	}
	
	.tab-content:nth-child(2) .tab-mob-title {
		background: #7c8084;
		color: #fff;
	}
	
	.tab-mob-title {
		font-size: 20px;
		padding-bottom: 18px;
		padding-inline-start: 45px;
		-webkit-padding-start: 45px;
		padding-top: 18px;
		position: relative;
	}
	
	.tab-mob-title::after {
		border: 1px solid #fff;
		border-left: none;
		border-top: none;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		right: 15px;
		top: 40%;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.tab-content.activeItem .tab-mob-title::after {
		transform: rotate(-135deg);
	}
	
	.tab-content.activeItem .tab-mob-title {
		box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .33);
		transition: .3s ease;
	}
	
	.tab-content {
		/* display: block !important; */
		padding: 0;
	}
	
	.tab-content ul li {
		margin-bottom: 23px;
	}
	
	.tab-content-column {
		-webkit-padding-end: 20px;
		padding-inline-end: 20px;
		padding-inline-start: 43px;
		-webkit-padding-start: 43px;
		padding-top: 14px;
	}
	
	ul.tabs {
		box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .33);
		flex-direction: column;
	}
	
	ul.tabs li {
		/* display: none; */
		font-size: 15px;
		letter-spacing: normal;
		padding-bottom: 18px;
		padding-top: 18px;
		width: 100%;
	}
	
	.sect-img-wrap {
		height: 241px;
		margin-bottom: 25px;
		width: 169px;
	}
	
	.s-first-screen .h1 {
		margin-bottom: 15px;
	}
	
	.h1 {
		font-size: 36px;
	}
	
	.sect-descr {
		font-size: 16px;
		line-height: 1.8;
		width: 70%;
	}
	
	.tab-content-column ul {
		column-count: 1;
	}
	
	.tab-content-column {
		margin-bottom: 20px;
	}
	
	.tab-content-column ul {
		column-gap: 40px;
	}
	
	ul.tabs li a::after,
	ul.tabs li a::before,
	ul.tabs li::after,
	ul.tabs li::before {
		display: none;
	}
	
	ul.tabs li.tab-current {
		padding-top: 18px;
	}
	
	.header-lang-select a {
		font-size: 20px;
	}
	
	.meet-wrap {
		padding: 20px 0;
	}
	
	.meet-wrap .btn {
		width: 100%;
	}
	
	.search_an_expert .input-wrap {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.search_an_expert .double-input .input-wrap,
	.search_an_expert .double-input .btn-wrap {
		width: 100%;
	}
	
	.search_an_expert .double-input > div {
		margin-left: 0;
		margin-right: 0;
	}
	
	.review-body p {
		font-size: 16px;
	}
	
	.r-items-wrap .r-item {
		width: 50%;
	}
	
	.r-items-wrap .r-item img {
		width: 130px;
	}
	
	.footer-form form .double-input {
		flex-wrap: wrap;
	}

	body.home div#tab-2 {
		padding: 20px 10px 10px;
	}
	.footer-form form .double-input .input-wrap {
		width: 100%;
	}
	
	.footer-form form .input-wrap {
		margin-bottom: 15px;
	}
	
	.footer-menu-title {
		display: block;
	}
	
	.footer-bot {
		font-size: 12px;
	}
	
	.aside-cf .btn--close {
		height: 24px;
		top: 14px;
		width: 24px;
	}
	
	.aside-cf-body {
		padding: 10px;
	}
	
	.aside-cf-text {
		font-size: 15px;
	}
	
	.aside-cf-title {
		font-size: 35px;
		margin-bottom: 10px;
	}
	
	.aside-cf-wrap .input-wrap {
		margin-bottom: 10px;
	}
	
	.form-wrap form textarea {
		height: 240px;
	}
	
	
	.s-wpsearch {
		font-size: 20px;
	}
	
	.s-wpsearch__type {
		margin-top: 30px;
	}
	
	.s-wpsearch__main {
		margin-bottom: 50px;
	}
	
	.s-wpsearch__bot__btn .btn {
		font-size: 18px;
		height: 50px;
	}
}

@media screen and (max-width: 380px) {
	.btn-more-orange,
	.s-faqs .btn-more-orange {
		margin-top: -10px;
	}
	
	.top-bar ul {
		font-size: 16px;
	}
	
	.top-bar li:after {
		height: 12px;
	}
	
	.personnel-card-wrap .personnel-card {
		width: 100%;
	}
	
	.column-img {
		margin-top: 30px;
	}
	
	.s-experts .expert-item {
		width: 100%;
	}
	
	.s-search-inner .search-descr {
		font-size: 16px;
	}
	
	.value-title {
		font-size: 20px;
	}
	
	.value-descr,
	.r-item-descr {
		font-size: 14px;
	}
	
	.internal-menu ul li {
		font-size: 16px;
	}
	
	.tab-content-column {
		margin-bottom: 0;
		display: block;
	}
	
	ul.tabs li {
		font-size: 14px;
	}
	
	.meet-wrap .btn {
		font-size: 18px;
	}
	
	.footer-logo img {
		width: 100px;
	}
	
	.footer-form form label {
		font-size: 14px;
	}
	
	.footer-form-title {
		font-size: 18px;
	}
	
	div.search-no-results {
		font-size: 16px;
	}
}
body.home section.s-tabs ul.tabs.flex {
    display: none;
}
.faqs-text.text-center span {
    color: #c66a2e;
}
section#about h3 {
    font-size: 30px;
    color: #47545e;
    font-family: 'PT SERIF';
    font-size: 57px;
    font-weight: 400;
    letter-spacing: 0.91px;
    line-height: 1;
    margin-bottom: 20px;
}



@media (max-width:767px)
{
	 section.s-meet {
		position: relative;
		z-index: 2;
	}
	.article-video-block {
		padding-top: 75%;
		position: relative;
		}

	.article-video-block iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
	}
	body.home .tab-link:after {
		border: 1px solid #fff;
		border-left: none;
		border-top: none;
		content: '';
		display: block !important;
		height: 10px;
		position: absolute;
		left: 15px;
		top: 40%;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.tab-link {
		border-radius: 0px !important;
	}
	body.home section.s-tabs ul.tabs.flex { display:flex; }
	li.tab-link.active:after {transform: rotate(-135deg);top: 26px;}
	body.home:not(.rtl) .tab-link:after {
		left: auto;
		right: 15px;
	}
	section.s-tabs .tab-link.active {
		background: #f7a759;
	}
	body.home ul.tabs li a {font-size: 26px;}
	
}

section#about-block-bottom {
    background-color: #282f35;
}

section#about-block-bottom p {
    color: #ffffff;
    font-family: 'PT Sans Narrow';
    font-size: 38px;
    letter-spacing: 0.61px;
    line-height: 60px;
}

section#about-block-bottom {
    padding-bottom: 100px;
}

section#about-block-bottom .section-wrapper {
    max-width: 74%;
}

section#about-block-bottom h3 {
    color: #f7a759;
    /* font-family: 'PT SERIF'; */
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 1.28px;
    line-height: 80px;
}


/*==========  Media  ==========*/
@media screen and (min-width: 769px) {
	.s-contacts .aside-cf-wrap form .input {
		height: 88px;
	}
	
	.s-contacts .aside-cf-wrap form textarea {
		height: 280px;
	}
	
	.s-contacts .aside-cf-wrap form .btn {
		height: 88px;
	}
	
	.acf-links .filter-links,
	.aside-filter .filter-block .filter-links {
		display: block !important;
	}
	
	.s-personnel .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 40px;
	}
}

@media screen and (min-width: 993px) {
	.personnel-card:hover {
		box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, .69);
		transition: .3s ease;
		z-index: 2;
	}
	
	.personnel-card:hover .personnel-img::before {
		opacity: 0;
	}
	
	.personnel-card:hover .personnel-img img {
		transition: .3s ease;
	}
	
	.personnel-card:hover .personnel-info {
		background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.63922) 100%);
		opacity: 1;
	}
}

@media screen and (min-width: 1566px) {
	.s-partners .js-slider-container {
		max-width: 1190px;
	}
}

@media screen and (max-width: 1740px) {
	.value-title {
		font-size: 70px;
	}
	
	.value-descr {
		font-size: 28px;
	}
}

@media screen and (max-width: 1660px) {
	#crl {
		top: 24px;
		transform: translateY(-40%);
	}
	
	.internal-menu ul {
		padding-inline-start: 50px;
		-webkit-padding-start: 50px;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 70px;
	}
	
	.internal-menu ul li {
		font-size: 24px;
	}
	
	.internal-menu ul li a {
		padding-bottom: 28px;
	}
	
	.column-img-text h3 {
		font-size: 48px;
	}
}

@media screen and (max-width: 1565px) {
	.inner-section-wrap {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.js-slider-container,
	.partners-slider {
		max-width: 100%;
	}
	
	.s-partners .inner-section-wrap {
		margin: 0 -30px;
	}
	
	.s-partners .prev {
		left: 10px;
	}
	
	.s-ranking .prev {
		left: -20px;
	}
	
	.s-partners .next {
		right: 10px;
	}
	
	.s-ranking .next {
		right: -20px;
	}
	
	.s-partners .h2 {
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 1520px) {
	.p-aside-content .h2 {
		padding-inline-start: 30px;
		-webkit-padding-start: 30px;
	}
	
	.aside-search .input {
		font-size: 18px;
		padding-bottom: 16px;
		padding-top: 16px;
	}
	
	.p-aside-content ul {
		padding-inline-start: 55px;
		-webkit-padding-start: 55px;
	}
	
	.header-nav ul li a {
		letter-spacing: 0.1em;
	}
	
	.s-first-inner-screen .sect-img-wrap {
		margin-top: -37%;
	}
}

@media screen and (max-width: 1440px) {
	.article-date:before {
		height: 15px;
	}
	
	.k-article-body {
		font-size: 20px;
	}
	
	#crl {
		display: none;
	}
	
	.autor-name {
		font-size: 50px;
	}
	
	.s-autor-block .role-field {
		font-size: 30px;
	}
	
	.snippet-text {
		font-size: 22px;
	}
	
	.entry-content h2 {
		font-size: 45px;
	}
	
	.entry-content h3 {
		font-size: 1.5em;
	}
	
	.faqs-off img {
		width: 100%;
	}
	
	.s-first-screen .h1 {
		min-height: 0;
	}
	
	.header.scrolled {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.role-field .contact-info .tel::after {
		height: 23px;
	}
	
	.aside-filter .filter-block .li a,
	.js-show-more {
		font-size: 28px;
	}
	
	.s-employee-content .sect-title,
	.aside-filter .filter-block .filter-block-title,
	.content-area-title,
	.p-content-title h1,
	.s-faqs .h2 {
		font-size: 45px;
	}
	
	.p-content-title h2 {
		font-size: 40px;
	}
	
	.role-field {
		font-size: 32px;
	}
	
	.featured-img-text {
		padding: 0 4em;
	}
	
	.s-experts .expert-item-info {
		font-size: 18px;
	}
	
	.s-ranking-inner .r-items-wrap .r-item {
		text-align: center;
	}
	
	.s-values .s-title-wrap {
		text-align: center;
	}
	
	.value-title {
		font-size: 50px;
	}
	
	.value-descr {
		font-size: 22px;
	}
	
	.value-content {
		-webkit-padding-end: 120px;
		padding-inline-end: 120px;
	}
	
	.s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 250px;
		padding-inline-end: 250px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 63px;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 28px;
	}
	
	.s-vision .h2, .s-values .h2, section#ranking > .s-title-wrap > .h2 {
		font-size: 45px;
	}
	
	.column-img-text h3 {
		font-size: 38px;
	}
	
	.column-img-text p {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.content-wrap .column:nth-child(2) {
		padding-top: 0;
	}
	
	.s-about-us {
		margin-top: 0;
	}
	
	.first-inner-screen-wrap {
		align-items: center;
		width: 100%;
	}
	
	.first-inner-screen-wrap .sect-img-wrap {
		height: 357px;
		width: 250px;
	}
	
	.s-first-inner-screen {
		padding-top: 30px;
	}
	
	.s-first-inner-screen .section-wrapper {
		flex-direction: column;
	}
	
	.s-first-inner-screen .sect-img-wrap {
		margin-top: 0;
		order: 1;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		align-items: center;
		order: 2;
		padding: 0;
	}
	
	.s-internal-menu {
		padding-top: 0;
		width: 100%;
	}
	
	.internal-menu {
		margin: 0 auto;
		width: auto;
	}
	
	.internal-menu ul {
		align-items: baseline;
		border: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.internal-menu ul li {
		font-size: 25px;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 0 14px;
		position: relative;
	}
	
	.internal-menu ul li:before,
	.internal-menu ul li:after {
		background: #282f35;
		bottom: 0;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 1px;
	}
	
	.internal-menu ul li:before {
		left: 0;
	}
	
	.internal-menu ul li:after {
		right: 0;
	}
	
	.internal-menu ul li:not(:last-child) {
		margin-inline-end: -1px;
	}
	
	.internal-menu ul li a {
		padding: 0;
	}
	
	.header.scrolled .header-lang-select a {
		font-size: 22px;
	}
	
	.h1 {
		font-size: 70px;
	}
	
	.sect-descr {
		font-size: 18px;
		padding-top: 40px;
	}
	
	.sect-img-wrap {
		height: 671px;
		width: 470px;
	}
	
	.s-first-screen .h1 {
		padding-bottom: 150px;
		padding-top: 9%;
		text-align: center;
	}
	
	.header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9;
	}
	
	.header-nav ul li:after {
		display: none;
	}
	
	.header-form-search {
		order: 1;
	}
	
	.header-logo a img {
		width: 130px;
	}
	
	.header-inner .header-nav {
		display: none;
	}
	
	.header .menu-expand {
		display: block;
	}
	
	.header {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.header-logo {
		justify-content: center;
	}
	
	.menu-for-mob.showMenu {
		transform: translateX(0);
	}
	
	.header-social,
	.header-phone {
		display: none;
	}
	
	.main {
		padding-top: 99px;
	}
	
	ul.tabs li {
		font-size: 28px;
	}
	
	.aside-cf button {
		border-bottom-right-radius: 20px;
		border-top-right-radius: 20px;
		font-size: 18px;
		height: 50px;
		width: 140px;
	}
	
	.tab-content-column ul li {
		font-size: 24px;
	}
	
	.h2 {
		font-size: 45px;
	}
	
	.meet-wrap .h2 {
		font-size: 35px;
	}
	
	.meet-wrap .btn {
		font-size: 30px;
		height: 75px;
	}
	
	.img-banner {
		height: 165px;
	}
	
	.personnel-info {
		font-size: 15px;
		padding: 0 20px 30px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont,
	.s-search .select {
		height: 60px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont > span {
		font-size: 22px;
	}
	
	.s-search {
		padding: 35px 0 60px;
	}
	
	.s-experts .h2 {
		margin-bottom: 40px;
	}
	
	.reviews-wrap {
		margin-top: 30px;
	}
	
	.s-partners {
		height: auto;
		padding: 30px 0;
	}
	
	.s-partners .h2,
	.s-ranking .h2 {
		margin-bottom: 28px;
	}
	
	.s-ranking {
		padding: 0px 0 50px;
	}
	
	.s-ranking .h2 {
		text-align: center;
		width: 100%;
	}
	
	.r-items-wrap .r-item:not(:nth-child(8n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.r-items-wrap .r-item {
		width: 25%;
	}
	
	.r-items-wrap .r-item img {
		margin: 0 auto;
	}
	
	.footer-logo {
		margin-bottom: 120px;
	}
	
	.footer-logo img {
		width: 250px;
	}
	
	.footer-form-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1380px) {
	.faqs-off {
		height: 1031px;
		width: 700px;
	}
	
	.faqs-text {
		font-size: 50px;
	}
	
	.aside-search {
		margin: 0 10px 20px;
		width: auto;
	}
}

@media screen and (max-width: 1220px) {
	.map {
		height: 600px;
		max-height: 70vh;
	}
	
	.s-contacts .aside-cf-title {
		font-size: 48px;
	}
	
		.thanks-text {
     font-size:30px !important;
	}

	
	.s-contacts .aside-cf-text {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.maps-wrap {
		padding-top: 80px;
	}
	
	.c-info-item h3,
	.c-info-block {
		font-size: 28px;
	}
	
	.address-details {
		font-size: 18px;
	}
	
	.address-details-wrap {
		align-items: center;
	}
	
	.address-details-wrap a img {
		width: 50px;
	}
	
	.k-article-body {
		padding: 20px 30px;
	}
	
	.article-date:before {
		height: 10px;
	}
	
	.k-article-body .article-info {
		margin-bottom: 12px;
	}
	
	.k-article-title {
		font-size: 32px;
	}
	
	.k-article-body {
		font-size: 16px;
	}
	
	.k-article-body .article-descr {
		margin-bottom: 15px;
	}
	
	.s-article .entry-content {
		font-size: 22px;
	}
	
	.autor-avatar-wrap {
		height: auto;
	}
	
	.s-article-wrap + .entry-content {
		margin-top: 40px;
	}
	
	.entry-content h2 {
		font-size: 38px;
	}
	
	.a-wrap {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.article-info {
		margin-bottom: 10px;
	}
	
	.article-info-wrap .h1 {
		margin-bottom: 15px;
	}
	
	.faqs-on .a-heading {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.faqs-on .a-content {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.faqs-off {
		height: 737px;
		margin: 0 auto;
		width: 500px;
	}
	
	.faqs-text {
		font-size: 35px;
	}
	
	.aside-search .input {
		padding-inline-start: 45px;
		-webkit-padding-start: 45px;
	}
	
	.aside-search .btn-search {
		left: 10px;
		top: 12px;
	}
	
	.aside-search .btn-search img {
		display: block;
		height: 20px;
		width: 100%;
	}
	
	.a-heading {
		-webkit-padding-end: 170px;
		padding-inline-end: 170px;
	}
	
	.a-icon {
		right: 0;
	}
	
	.s-faqs .btn-more-orange {
		margin-bottom: 60px;
	}
	
	.r-article-title {
		font-size: 28px;
	}
	
	.a-descr {
		font-size: 18px;
	}
	
	.a-btn {
		font-size: 24px;
	}
	
	.s-practice-areas {
		padding-bottom: 60px;
	}
	
	.p-aside-content ul {
		font-size: 18px;
	}
	
	.acf-links ul li {
		font-size: 20px;
	}
	
	.role-field {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.aside-filter .filter-block .li a,
	.js-show-more {
		font-size: 22px;
	}
	
	.e-content-box {
		margin-bottom: 50px;
	}
	
	.content-area-block + .content-area-block {
		margin-top: 50px;
	}
	
	.content-area-title {
		font-size: 36px;
	}
	
	.aside-filter .filter-block .filter-block-title {
		font-size: 28px;
	}
	
	.content-area-block ul li {
		font-size: 18px;
	}
	
	.featured-img-text {
		font-size: 36px;
	}
	
	.s-experts .expert-item {
		width: 32%;
	}
	
	.s-experts .expert-item:not(:nth-child(3n+1)) {
		margin-inline-start: 2% !important;
		-webkit-margin-start: 2% !important;
	}
	
	.s-experts .expert-item:not(:nth-child(4n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.s-experts .expert-item-info {
		font-size: 16px;
	}
	
	.s-experts .expert-item-img {
		margin-bottom: 12px;
	}
	
	.r-item-title {
		font-size: 32px;
	}
	
	.r-item-descr {
		font-size: 22px;
	}
	
	.value-content {
		-webkit-padding-end: 90px;
		padding-inline-end: 90px;
		padding-inline-start: 90px;
		-webkit-padding-start: 90px;
	}
	
	.value-title {
		font-size: 40px;
		margin-bottom: 15px;
	}
	
	.value-descr {
		font-size: 18px;
	}
	
	.s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 90px;
		padding-inline-end: 90px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 43px;
		margin-top: 43px;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 24px;
	}
	
	.s-about-us {
		padding-bottom: 50px;
	}
	
	.content-wrap .column {
		font-size: 22px;
	}
	
	.content-wrap .column p {
		margin-bottom: 30px;
	}
	
	.column-img-text {
		font-size: 18px;
	}
	
	.column-img-text h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.column-img-text .link-descr {
		font-size: 20px;
	}
	
	ul.tabs li {
		font-size: 24px;
		padding: 39px 78px 24px;
	}
	
	ul.tabs li.tab-current {
		padding-top: 49px;
	}
	
	.tab-content-column ul li {
		font-size: 22px;
	}
	
	.tab-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.footer-form form label {
		font-size: 16px;
	}
	
	.footer-bot {
		display: block;
	}
	
	.footer-copyrights {
		margin: 25px 0 0;
	}
	
	.personnel-info {
		opacity: 1;
		padding: 15px 15px 30px;
	}
}

@media screen and (max-width: 992px) {
	.entry-content h1 {
		font-size: 50px;
	}
	.s-first-home-screen .h1 {
		font-size:70px;
	}
	body.home .tab-content h4 {
		font-size:26px;
		display: none;
	}
	.cookies-notice__text {
		font-size: 16px;
	}
	.s-practice-areas .p-content-post {
		text-align:left;
	}

	
		.thanks-text {
		font-size:21px !important;
		top: 25px;
	}
	
	.top-bar li {
		font-size: 20px;
	}
	
	.s-experts .h2 {
		margin-bottom: 30px;
	}
	
	.s-search {
		padding: 35px 0 30px;
	}
	
	.aside-social {
		justify-content: center;
	}
	
	.s-contacts {
		padding-bottom: 0;
	}
	
	.s-contacts-wrap {
		flex-direction: column;
		text-align: center;
	}
	
	.aside-c-info {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-info-item {
		margin-bottom: 25px;
		width: 50%;
	}
	
	.aside-social a:last-child {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	
	.maps-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.map-wrap {
		width: 49.5%;
	}
	
	.address-details {
		margin-bottom: 20px;
		width: 60%;
	}
	
	.maps-wrap {
		padding-top: 60px;
	}
	
	.map {
		margin-bottom: 20px;
	}
	
	.address-details-wrap {
		flex-direction: column;
	}
	
	.s-contacts .cf-wrap {
		width: 100%;
	}
	
	.data-title .h1 {
		font-size: 48px;
	}
	
	.column-img {
		margin-top: 60px;
	}
	
	.s-article .entry-content {
		font-size: 20px;
	}
	
	.snippet-text {
		font-size: 18px;
	}
	
	.autor-name {
		font-size: 35px;
	}
	
	.s-autor-block .role-field {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.aticle-nav {
		margin: 40px 0;
	}
	
	.article-info-wrap .h1 {
		font-size: 50px;
	}
	
	.top-bar ul {
		font-size: 22px;
	}
	
	.top-bar li:after {
		height: 18px;
	}
	
	.top-bar {
		padding-bottom: 15px;
	}
	
	.faqs-on .accordion-item {
		font-size: 20px;
	}
	
	.faqs-off {
		height: 633px;
		width: 430px;
	}
	
	.s-choose .p-aside {
		width: 37%;
	}
	
	.aside-search .input {
		font-size: 16px;
	}
	
	.column-img-wrap {
		padding-inline-start: 3.1%;
		-webkit-padding-start: 3.1%;
	}
	
	.s-articles {
		padding-top: 50px;
	}
	
	.r-article-title {
		font-size: 20px;
	}
	
	.a-descr {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.a-btn {
		font-size: 22px;
	}
	
	.s-faqs {
		font-size: 20px;
		padding-top: 50px;
	}
	
	.s-faqs .h2 {
		font-size: 26px;
	}
	
	.accordion-item {
		padding-bottom: 50px;
	}
	
	.f-accordion .accordion-item:nth-last-child(1) {
		padding-bottom: 60px;
	}
	
	.p-content-title h1 {
		font-size: 32px;
	}
	
	.p-content-title h2 {
		font-size: 28px;
	}
	
	.p-aside-content ul {
		padding-inline-start: 35px;
		-webkit-padding-start: 35px;
	}
	
	.p-aside-content ul li {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.p-content-post {
		font-size: 20px;
	}
	
	.footer-menu-wrap.activeItem .footer-menu-title:after {
		top: 10px;
	}
	
	.s-personnel .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 75px;
	}
	
	.s-first-screen {
		min-height: 0;
	}
	
	.s-first-screen .h1 {
		display: block;
		min-height: 0;
	}
	
	.content-area-title {
		font-size: 30px;
	}
	
	.role-field .contact-info .tel::after {
		height: 16px;
	}
	
	.aside-filter .filter-block .filter-block-title {
		font-size: 25px;
	}
	
	.s-employee-content .sect-title {
		font-size: 32px;
	}
	
	.e-content-box {
		margin-bottom: 30px;
	}
	
	.content-area-block + .content-area-block {
		margin-top: 30px;
	}
	
	.role-field {
		font-size: 22px;
	}
	
	.featured-img-text {
		font-size: 26px;
		padding: 0 4em;
	}
	
	.e-content-box p {
		font-size: 20px;
	}
	
	.r-item-descr {
		font-size: 20px;
	}
	
	.value-content,
	.s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 30px;
		padding-inline-end: 30px;
		padding-inline-start: 30px;
		-webkit-padding-start: 30px;
	}
	
	.value-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	.value-descr {
		font-size: 16px;
	}
	
	.s-vision .h2, .s-values .h2, section#ranking > .s-title-wrap > .h2 {
		font-size: 26px;
	}
	
	.s-vision .h2 {
		line-height: 1;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 18px;
	}
	
	.content-wrap .column:nth-child(2) {
		padding-inline-start: 3%;
		-webkit-padding-start: 3%;
	}
	
	.content-wrap .column {
		font-size: 20px;
	}
	
	.content-wrap .column p {
		margin-bottom: 30px;
	}
	
	.column-img-text h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.column-img-text .link-descr {
		font-size: 18px;
	}
	
	.internal-menu ul li {
		font-size: 22px;
	}
	
	.s-first-inner-screen {
		padding-bottom: 20px !important;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 50px;
	}
	
	.sect-descr {
		text-align: center;
	}
	
	.sect-img-wrap {
		height: 357px;
		margin-top: 0;
		order: 1;
		width: 250px;
	}
	
	.s-first-screen .h1 {
		margin-bottom: 15px;
		order: 2;
		padding: 0;
	}
	
	.s-first-screen {
		margin: 0 0;
		padding-bottom: 60px;
		padding-top: 15px;
	}
	
	.sect-descr {
		margin: 0 auto;
		order: 3;
		padding: 0;
		text-align: center;
		width: 48%;
	}
	.s-first-screen-image img {
		max-width: 40%;
		position: relative;
		margin-bottom: 20px;
	}

	.s-first-screen-image {
		position: relative;
		margin: auto;
		display: table;
		text-align: center;
	}
	ul.tabs li {
		font-size: 22px;
		padding: 19px 30px 24px;
	}
	
	ul.tabs li.tab-current {
		padding-top: 29px;
	}
	
	.tab-content.tab-current {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.tab-content-column ul li {
		font-size: 18px;
	}
	
	.meet-wrap .h2,
	.h2 {
		font-size: 26px;
	}
	
	.img-banner {
		height: 120px;
	}
	
	.meet-wrap {
		padding: 30px 0;
	}
	
	.meet-wrap .btn {
		font-size: 28px;
		height: 60px;
		min-width: auto;
		width: 510px;
	}
	
	.review {
		width: 45%;
	}
	
	.partners-slider-wrap .prev {
		left: 30px;
	}
	
	.partners-slider-wrap .next {
		right: 30px;
	}
	
	.r-items-wrap .r-item img {
		height: auto;
	}
	
	.footer-wrap {
		flex-direction: column;
	}
	
	.footer-social {
		align-items: flex-end;
		flex-direction: row;
		justify-content: space-between;
		order: 3;
		padding: 0;
	}
	
	.footer-logo {
		margin-bottom: 0;
	}
	
	.footer-menu {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
		padding: 0;
	}
	
	.footer-form {
		margin: 0 auto;
		order: 2;
		width: 100%;
	}
	
	.footer-menu-list {
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 10px;
		padding-bottom: 0;
	}
	
	.footer-logo img {
		width: 150px;
	}
	
	.footer-top {
		padding: 30px 15px;
	}
	
	.footer-menu-list {
		display: none;
	}
	
	.footer-menu-title {
		display: block;
	}
	
	.footer-menu-title::after {
		border: 1px solid #fff;
		border-left: none;
		border-top: none;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.footer-menu-wrap.activeItem .footer-menu-title:after {
		transform: rotate(-135deg);
	}
	
	.footer-menu-wrap {
		margin-bottom: 20px;
	}
	
	.footer-menu-list li a {
		font-size: 16px;
	}
	
	.footer-wrap {
		margin: 0 0;
	}
	
	.footer-social, .footer-menu, .footer-form {
		padding: 0 0;
	}
	
	.footer-form {
		margin-bottom: 30px;
	}
	
	.sites-title {
		display: none;
	}
	
	.footer-menu-sites .footer-menu-title {
		display: block;
	}
	
	
	body.search-no-results {
		text-align: center;
	}
	
	.s-wpsearch {
		font-size: 32px;
	}
	
	.s-wpsearch__inner {
		background: none;
		min-height: 0;
	}








	section#about-block-bottom h3 {
		font-size: 26px;
		white-space: normal;
		line-height: 1.4;
	}

	.about-first-screen-about_column_top {
		position: relative;
		order: 3;
		left: auto;
		right: auto;
		top: auto;
	}

	section#about h3 {
		font-size: 30px;
	}

	.about-first-screen-about_column_top p {
		font-size: 20px;
	}

	.about-first-screen-about_column_top {margin-bottom: 30px;}

	.content-wrap .column p {
		font-size: 18px;
	}

	section#about-block-bottom {padding-bottom: 0px;}

	section#about-block-bottom .section-wrapper {
		max-width: 100%;
	}

	section#about-block-bottom p {
		font-size: 18px;
		line-height: 1.7;
	}

	section#future {
		padding: 100px 0px;
	}

	section#future h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.future-content p {
		font-size: 20px;
	}

	section#future:before {
		background-size: 26vw;
	}











}

@media screen and (max-width: 768px) {
	
	.s-article li {
		font-size: 18px;
	}
	
	
	.s-ranking-inner .r-items-wrap .r-item img {
		height: auto;
	}
	
	.entry-content h1 {
		font-size: 40px;
	}
	
	.s-error {
		padding: 50px 0;
	}
	
	.s-error__title {
		font-size: 26px;
	}
	
	.r-article-item:nth-child(n+4) {
		margin-top: 0;
	}
	
	.map {
		height: 400px;
	}
	
	.c-info-item h3, .c-info-block {
		font-size: 22px;
	}
	
	.office-name {
		font-size: 24px;
		margin-bottom: .5em;
	}
	
	.aside-social {
		margin-top: 0;
	}
	
	.s-article--video .s-article-content {
		margin-bottom: 30px;
	}
	
	.s-article--video .aside-filter {
		margin-bottom: 0;
	}
	
	.s-article-img {
		margin-bottom: 0;
	}
	
	.article-img-block,
	.article-video-block {
		margin: 0 -15px;
	}
	
	.article-info-wrap .h1 {
		font-size: 40px;
		margin-bottom: 33px;
	}
	
	.autor-name {
		margin-bottom: 15px;
	}
	
	.role-field {
		margin-bottom: 10px;
	}
	
	.autor-block-body {
		text-align: center;
	}
	
	.s-autor-block-mobile {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-top: 80px;
		padding: 0 10px;
	}
	
	.data-title .h1 {
		font-size: 34px;
	}
	
	.k-article-img-wrap {
		width: 30%;
	}
	
	.k-article-body {
		width: 70%;
	}
	
	.s-search-results {
		padding-top: 20px;
	}
	
	.s-search-results .h2 {
		font-size: 32px;
	}
	
	.s-experts .h2 {
		margin-bottom: 35px;
	}
	
	.personnel-card-wrap .personnel-card {
		width: 33.33%;
	}
	
	.personnel-info {
		font-size: 13px;
	}
	
	.experts-wrap {
		margin-bottom: 10px;
	}
	
	.r-article-item {
		margin-bottom: 50px;
	}
	
	.column-img {
		margin-top: 40px;
	}
	
	.s-autor-block {
		display: none;
	}
	
	.s-article .entry-content {
		font-size: 16px;
		line-height: 2;
		padding: 0 15px;
	}
	
	.s-article p {
		font-size: 18px;
		margin-bottom: 3em;
	}
	
	.article-by {
		display: none;
	}
	
	.entry-content h2 {
		font-size: 1.5em;
	}
	
	.entry-content h3 {
		font-size: 1.33em;
	}
	
	.autor-avatar-wrap {
		margin-bottom: 12px;
		width: 60%;
	}
	
	.autor-block-body {
		width: 75%;
	}
	
	.article-share img {
		display: inline-block;
		height: 20px;
		width: auto;
	}
	
	.a-wrap {
		font-size: 22px;
		margin-bottom: 0;
	}
	
	.article-date:before {
		display: none;
	}
	
	.article-share span {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	
	.s-article-wrap {
		flex-direction: column;
	}
	
	.article-info-wrap {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.a-wrap {
		align-items: baseline;
		flex-direction: row;
	}
	
	.s-article-content {
		width: 100%;
	}
	
	.faqs-on .accordion-item {
		font-size: 16px;
	}
	
	.faqs-on .a-icon {
		left: 0;
		top: 0;
	}
	
	.faqs-on .a-heading {
		padding-inline-start: 35px;
		-webkit-padding-start: 35px;
	}
	
	.faqs-on .a-content {
		margin-inline-start: 35px;
		-webkit-margin-start: 35px;
	}
	
	.faqs-on {
		margin-top: 0;
	}
	
	.faqs-off {
		height: 442px;
		width: 300px;
	}
	
	.faqs-text {
		font-size: 24px;
	}
	
	.p-aside-content .h2 {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.s-choose .p-aside {
		width: 100%;
	}
	
	.aside-search {
		max-width: none;
	}
	
	.s-choose .p-aside-content ul {
		margin-top: 0;
	}
	
	.column-img-wrap {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.header {
		transition: .3s ease;
	}
	
	.r-articles-wrap {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	
	.r-article-item {
		padding: 0 0;
		width: 100%;
	}
	
	.r-article-item:not(:nth-child(3n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.r-article-item:last-child {
		margin-bottom: 10px;
	}
	
	.s-articles .btn-more-orange {
		margin-top: 30px;
	}
	
	.a-heading {
		-webkit-padding-end: 50px;
		padding-inline-end: 50px;
	}
	
	.p-content-post {
		line-height: 1.6;
		text-align: center;
	}
	
	.s-faqs {
		font-size: 16px;
	}
	
	.a-content {
		border-width: 2px;
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.a-icon {
		top: -4px;
	}
	
	.a-icon:before, .a-icon:after {
		height: 2px;
		width: 16px;
	}
	
	.p-content-img-wrap {
		margin: 0 -15px 28px;
	}
	
	.p-content-title h1,
	.p-content-title h2 {
		text-align: center;
	}
	
	.p-wrap {
		flex-direction: column;
	}
	
	.p-aside {
		margin: 0 auto 20px;
		width: 50%;
	}
	
	.p-content-title {
		margin-bottom: 26px;
	}
	
	.p-content {
		width: 100%;
	}
	
	.s-practice-areas .p-aside-content-title,
	.p-aside-content-title {
		align-items: center;
		display: flex;
		font-size: 20px;
		justify-content: center;
		white-space: nowrap;
	}
	
	.s-practice-areas .p-aside-content-title::after,
	.p-aside-content-title::after {
		border: 1px solid #000;
		border-left: none;
		border-top: none;
		content: '';
		display: inline-flex;
		height: 10px;
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.p-aside-content.activeItem .p-aside-content-title:after {
		transform: rotate(-135deg);
	}
	
	.p-aside-content.activeItem .p-aside-content-title {
		align-items: baseline;
	}
	
	.p-aside-content {
		-webkit-border-radius: 27px;
		border-radius: 27px;
		padding: 14px;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.p-aside-content ul {
		display: none;
		list-style-type: none;
		margin-top: 40px;
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.p-aside-content ul li {
		text-align: center;
		width: auto;
	}
	
	.content-area-block ul li {
		line-height: 2.1;
	}
	
	.content-area-block ul {
		padding-inline-start: 40px;
		-webkit-padding-start: 40px;
	}
	
	.aside-filter {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	
	.aside-filter .filter-block .li {
		display: block !important;
		text-align: start;
	}
	
	.acf-links ul li {
		display: list-item !important;
	}
	
	.s-employee {
		padding-bottom: 15px;
	}
	
	.featured-img-text {
		bottom: 80px;
		padding: 0 45px;
	}
	
	.filter-block + .filter-block {
		margin-top: 20px;
	}
	
	.filter-block.activeItem .filter-block-title:after {
		margin-top: 10px;
		transform: rotate(-135deg);
	}
	
	.filter-block-title {
		align-items: center;
		display: flex;
		position: relative;
	}
	
	.acf-links .h2:after,
	.filter-block-title:after {
		border: 1px solid #000;
		border-left: none;
		border-top: none;
		content: '';
		display: inline-flex;
		flex-shrink: 0;
		height: 10px;
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.filter-block-title br {
		display: none;
	}
	
	.acf-links .filter-links,
	.aside-filter .filter-block .filter-links,
	.js-show-more {
		display: none;
	}
	
	.s-option-aside {
		width: 100%;
	}
	
	.s-employee-content {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
		padding: 0 15px;
		width: 100%;
	}
	
	.s-employee-content .sect-title {
		order: 2;
		text-align: center;
	}
	
	.role-field {
		order: 3;
		text-align: center;
	}
	
	.role-field .contact-info {
		display: block;
	}
	
	.role-field .contact-info .tel::after {
		display: none;
	}
	
	.role-field .contact-info .e-link {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.role-field .contact-info .soc-link {
		margin: 5px 0 0;
	}
	
	.role-field .contact-info .soc-link img {
		height: 20px;
		width: 20px;
	}
	
	.e-content-box {
		line-height: 2.1;
		order: 4;
	}
	
	.e-content-box .h2 {
		text-align: center;
	}
	
	.acf-links {
		line-height: 2.1;
		order: 5;
	}
	
	.acf-links .h2 {
		align-items: center;
		color: inherit;
		display: flex;
		font-size: 25px;
		line-height: 1;
		margin-bottom: .45em;
		position: relative;
	}
	
	.acf-links ul {
		padding-inline-start: 23px;
		-webkit-padding-start: 23px;
	}
	
	.featured-wrap {
		order: 1;
	}
	
	.s-employee-wrap {
		flex-direction: column;
	}
	
	.menu-for-mob {
		padding: 110px 15px 30px;
	}
	
	.s-first-inner-screen {
		padding-top: 25px;
	}
	
	.value-descr {
		margin-bottom: 10px;
	}
	
	.value-content, .s-value-item:nth-child(even) .value-content {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.value-content {
		flex-grow: 1;
		justify-content: flex-start;
	}
	
	.s-value-item,
	.s-value-item:nth-child(even) {
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-bottom: 25px;
		padding: 0 15px;
		width: 48%;
	}
	
	.s-values-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 20px;
	}
	
	.value-img-wrap, .value-content {
		margin-bottom: 10px;
		width: 100%;
	}
	
	.first-inner-screen-wrap .sect-img-wrap {
		height: 286px;
		width: 200px;
	}
	
	.s-ranking-inner .r-items-wrap .r-item:not(:nth-child(3n+1)) {
		margin-inline-start: 0;
		-webkit-margin-start: 0;
	}
	
	.r-items-wrap {
		justify-content: space-between;
	}
	
	.s-ranking-inner .r-items-wrap .r-item {
		margin-bottom: 35px;
		width: 48%;
	}
	
	.r-item-title {
		font-size: 24px;
	}
	
	.r-item-descr {
		font-size: 16px;
	}
	
	.s-values .s-title-wrap {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.value-title {
		font-size: 24px;
	}
	
	.s-vision .s-title-wrap {
		padding-bottom: 35px;
		padding-top: 25px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	.s-vision .s-text-wrap p {
		font-size: 18px;
	}
	
	.s-about-us {
		padding-bottom: 30px;
	}
	
	.content-wrap .column {
		font-size: 16px;
		width: 100%;
	}
	
	.content-wrap .column:nth-child(2) {
		padding-inline-start: 0;
		-webkit-padding-start: 0;
	}
	
	.column-img {
		flex-direction: column;
	}
	
	.column-img-text {
		font-size: 16px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.column-img-text a {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}
	
	.column-img-wrap {
		margin: 0 auto;
		width: 60%;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 40px;
	}
	
	.main {
		padding-top: 70px;
	}
	
	.footer-menu-title {
		font-size: 18px;
	}
	
	.footer-menu-list li a {
		font-size: 14px;
	}
	
	.footer-logo img {
		width: 100px;
	}
	
	.footer-form-title {
		font-size: 22px;
	}
	
	.footer-bot {
		font-size: 14px;
		text-align: center;
	}
	
	.footer-bot-menu {
		margin: 0 auto;
		max-width: 480px;
	}
	
	.footer-bot-menu li {
		border: none;
		margin: 5px 0;
		padding: 0;
		width: 50%;
	}
	
	.footer-copyrights {
		margin-top: 30px;
	}
	
	.header .header-lang-select a {
		font-size: 22px;
	}
	
	.header-logo a img {
		width: 82px;
	}
	
	.sect-img-wrap {
		height: 286px;
		width: 200px;
	}
	
	.h1 {
		font-size: 45px;
	}
	
	.header-wrapper,
	.section-wrapper {
		padding: 0 15px;
	}
	
	ul.tabs li {
		font-size: 16px;
	}
	
	.tab-content {
		padding-left: 34px;
		padding-right: 34px;
		padding-top: 40px;
	}
	
	.tab-content-column ul {
		column-count: 1;
	}
	
	.tab-content-column ul li {
		font-size: 16px;
	}
	
	.header-logo {
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
	}
	
	.meet-wrap {
		flex-direction: column;
	}
	
	.meet-wrap .h2 {
		margin-bottom: 20px;
	}
	
	.meet-wrap .btn {
		font-size: 20px;
		width: 75%;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont > span,
	.form-wrap form textarea {
		font-size: 20px;
	}
	
	.search_an_expert .triple-input,
	.search_an_expert .double-input {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.search_an_expert .input-wrap {
		width: 75%;
	}
	
	.search_an_expert .double-input .input-wrap,
	.search_an_expert .double-input .btn-wrap {
		width: 75%;
	}
	
	.s-search .h2 {
		margin-bottom: 25px;
	}
	
	.reviews-wrap {
		flex-wrap: wrap;
		margin: 30px 0 0;
	}
	
	.review {
		margin-bottom: 20px;
		padding: 0 0;
		width: 100%;
	}
	
	.review:last-child {
		margin-bottom: 0;
	}
	
	.s-reviews {
		padding-bottom: 30px;
		padding-top: 40px;
	}
	
	.s-reviews .h2 {
		text-align: center;
	}
	
	.quotes {
		font-size: 90px;
	}
	
	.review-author {
		margin-top: -60px;
	}
	
	.review-body p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.review-btn {
		font-size: 24px;
	}
	
	.s-partners .inner-section-wrap {
		margin: 0 -15px;
	}
	
	.s-partners .h2 {
		margin-bottom: 0;
	}
	
	.item-img-wrap img {
		width: 160px;
	}
	
	.partners-slider {
		margin-bottom: 0;
	}
	
	.partners-slider-wrap .prev,
	.partners-slider-wrap .next {
		height: 20px;
		width: 10px;
	}
	
	.partners-slider-wrap .prev {
		left: 15px;
	}
	
	.partners-slider-wrap .next {
		right: 15px;
	}
	
	
	.s-ranking .prev {
		left: -5px;
	}
	
	.s-ranking .next {
		right: -5px;
	}
	
	.footer-social-logo {
		display: flex;
	}
	
	.footer-social-logo a {
		display: flex;
	}
	
	.footer-social-logo a img {
		display: inline-block;
		height: 30px;
		width: auto;
	}
	
	.aside-cf .btn--close {
		top: 21px;
	}
	
	.aside-cf-title {
		font-size: 50px;
	}
	
	.aside-cf-text {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.aside-cf-body {
		padding: 35px 30px 10px;
	}
	
	.aside-cf button {
		font-size: 16px;
		height: 60px;
		padding: 0 30px;
		width: auto;
	}
	
	.aside-social img {
		max-height: 100%;
		max-width: 30px;
	}
	
	.aside-social a {
		align-items: flex-end;
		display: flex;
		height: 30px;
		-webkit-margin-end: 15px;
		margin-inline-end: 15px;
	}
	
	.s-article {
		padding-bottom: 50px;
		text-align: left; /* align blog content by lang */
	}
	
	
	.s-wpsearch {
		font-size: 24px;
		line-height: 1.2;
		padding: 30px 0 60px;
	}
	
	.s-wpsearch__type {
		margin-top: 30px;
	}
	
	.s-wpsearch__main {
		margin-bottom: 60px;
	}
	
	.s-wpsearch__bot__btn .btn {
		font-size: 20px;
		height: 60px;
		min-width: 200px;
	}
	
	
	.cookies-notice {
		padding: 15px 0;
	}
	
	.cookies-notice__inner {
		display: block;
		font-size: 16px;
		text-align: center;
	}
	
	.cookies-notice__btn {
		border-radius: 20px;
		height: 36px;
		margin: 20px auto 0;
	}
	
	
	.scrolltop__inner {
		padding-bottom: 15px;
	}
	
	.scrolltop__btn {
		height: 50px;
		width: 50px;
	}
	
	.s-article .a-wrap {
		font-size: 17px;
	}
}

@media screen and (max-width: 480px) {
	.entry-content h1 {
		font-size: 30px;
	}
	
	.checkbox-wrap {
		margin-bottom: 14px;
	}
	
	.form__checkbox {
		margin-inline-start: 26px;
	}
	
	.form__checkbox:before {
		height: 14px;
		left: -24px;
		width: 14px;
	}
	
	[dir="rtl"] .form__checkbox:before {
		right: -24px;
	}
	
	div.search-no-results {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.s-contacts .aside-cf-text {
		margin-bottom: 25px;
	}
	
	.c-info-item {
		width: 100%;
	}
	
	.maps-wrap {
		flex-direction: column;
		padding-top: 30px;
	}
	
	.map-wrap {
		width: 100%;
	}
	
	.article-share a {
		margin-inline-start: 10px;
		-webkit-margin-start: 10px;
	}
	
	.data-title .h1 {
		font-size: 28px;
	}
	
	.k-article {
		flex-direction: column;
	}
	
	.k-article-img-wrap {
		width: 100%;
	}
	
	.k-article-body {
		padding: 15px 15px;
		width: 100%;
	}
	
	.k-article-title {
		font-size: 26px;
	}
	
	.k-article {
		margin-bottom: 30px;
	}
	
	.s-knowledge-articles .aside-search {
		margin: 0 0 30px;
	}
	
	.inner-article-nav {
		margin-bottom: 30px;
	}
	
	.s-knowledge-articles .aside-search {
		max-width: 100%;
	}
	
	.s-search-results .h2 {
		font-size: 26px;
	}
	
	.personnel-card-wrap .personnel-card {
		width: 50%;
	}
	
	.autor-avatar-wrap {
		width: 100%;
	}
	
	.autor-name {
		font-size: 30px;
	}
	
	.s-autor-block .role-field {
		font-size: 20px;
	}
	
	.snippet-text {
		font-size: 16px;
	}
	
	.s-article-wrap + .entry-content {
		margin-top: 23px;
	}
	
	.article-info-wrap .h1 {
		font-size: 30px;
	}
	
	.a-wrap {
		font-size: 15px;
	}
	
	.article-share span {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	
	.top-bar ul {
		font-size: 20px;
	}
	
	.faqs-off {
		height: 294px;
		width: 200px;
	}
	
	.faqs-text {
		font-size: 16px;
	}
	
	.s-choose .p-content {
		padding: 10px 0 25px;
	}
	
	.column-img-wrap {
		width: 100%;
	}
	
	.s-value-item,
	.s-value-item:nth-child(even) {
		margin-bottom: 10px;
		padding: 0 10px;
		width: 50%;
	}
	
	.value-descr {
		font-size: 15px;
	}
	
	.s-faqs {
		font-size: 14px;
	}
	
	.btn-more-orange,
	.s-faqs .btn-more-orange {
		margin: 20px auto 40px;
	}
	
	.btn-more-orange {
		min-width: 290px;
	}
	
	.s-faqs .h2,
	.s-articles .h2 {
		margin-bottom: 40px;
	}
	
	.s-practice-areas {
		padding-bottom: 30px;
	}
	
	.p-content-post {
		font-size: 15px;
	}
	
	.p-aside {
		min-width: 245px;
		width: 100%;
	}
	
	.e-content-box p {
		text-align: center;
	}
	
	.aside-filter .filter-block .li a {
		font-size: 15px;
		padding: 11px 20px;
	}
	
	.item-img-wrap img {
		width: 125px;
	}
	
	.aside-filter {
		margin-bottom: 23px;
	}
	
	.featured-img-text {
		bottom: 30px;
		font-size: 20px;
		padding: 0 30px;
	}
	
	.featured-img-wrap {
		margin-bottom: 6px;
	}
	
	.s-employee-content .sect-title {
		font-size: 30px;
	}
	
	.role-field {
		font-size: 20px;
	}
	
	.e-content-box p,
	.acf-links ul li,
	.content-area-block ul li {
		font-size: 15px;
	}
	
	.content-area-title {
		font-size: 25px;
	}
	
	.s-experts .h2 {
		margin-bottom: 20px;
	}
	
	.experts-wrap {
		justify-content: space-between;
	}
	
	.s-experts .expert-item:not(:nth-child(3n+1)) {
		margin-inline-start: 0 !important;
		-webkit-margin-start: 0 !important;
	}
	
	.s-experts .expert-item {
		width: 48%;
	}
	
	.s-search-inner .h1 {
		margin-bottom: 18px;
	}
	
	.s-search-inner .search-descr {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.r-item-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	.s-vision .h2, .s-values .h2, section#ranking > .s-title-wrap > .h2 {
		font-size: 24px;
	}
	
	.s-vision .s-title-wrap {
		padding-bottom: 20px;
		padding-top: 25px;
	}
	
	.s-vision .s-text-wrap {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.column-img-text h3 {
		font-size: 20px;
	}
	
	.s-first-inner-screen {
		padding-bottom: 7px !important;
	}
	
	.first-inner-screen-wrap .sect-img-wrap {
		height: 186px;
		width: 130px;
	}
	
	.s-first-inner-screen .first-inner-screen-wrap .h1 {
		font-size: 30px;
	}
	
	.s-internal-menu {
		margin-bottom: 17px;
	}
	
	.internal-menu ul li {
		font-size: 20px;
	}
	
	.internal-menu ul li {
		margin-bottom: 12px;
	}
	
	.reviews-wrap {
		margin: 20px 0 0;
	}
	
	.footer-social-logo a img {
		height: 20px;
	}
	
	.footer-form form label {
		font-size: 14px;
	}
	
	.checkbox-wrap {
		margin-bottom: 10px;
	}
	
	.meet-wrap .btn {
		font-size: 22px;
	}
	
	.header .header-lang-select a,
	.header.scrolled .header-lang-select a {
		font-size: 18px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont > span,
	.form-wrap form textarea,
	.meet-wrap .btn,
	.s-search .select {
		font-size: 18px;
	}
	
	.form-wrap form .input,
	.form-wrap form .btn,
	.s-search .SumoSelect > .CaptionCont,
	.meet-wrap .btn,
	.s-search .select {
		height: 50px;
	}
	
	.img-banner {
		height: 100px;
	}
	
	.tab-mob-title,
	.tab-content {
		display: none;
	}
	
	.tab-content-column {
		/* display: none; */
	}
	
	.tab-content:nth-child(3) {
		color: #ef5246;
	}
	
	.tab-content:nth-child(3) .tab-mob-title::after {
		border: 1px solid #ef5246;
		border-left: none;
		border-top: none;
	}
	
	.tab-content:nth-child(2) .tab-mob-title {
		background: #7c8084;
		color: #fff;
	}
	
	.tab-mob-title {
		font-size: 20px;
		padding-bottom: 18px;
		padding-inline-start: 45px;
		-webkit-padding-start: 45px;
		padding-top: 18px;
		position: relative;
	}
	
	.tab-mob-title::after {
		border: 1px solid #fff;
		border-left: none;
		border-top: none;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		right: 15px;
		top: 40%;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.tab-content.activeItem .tab-mob-title::after {
		transform: rotate(-135deg);
	}
	
	.tab-content.activeItem .tab-mob-title {
		box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .33);
		transition: .3s ease;
	}
	
	.tab-content {
		/* display: block !important; */
		padding: 0;
	}
	
	.tab-content ul li {
		margin-bottom: 23px;
	}
	
	.tab-content-column {
		-webkit-padding-end: 20px;
		padding-inline-end: 20px;
		padding-inline-start: 43px;
		-webkit-padding-start: 43px;
		padding-top: 14px;
	}
	
	ul.tabs {
		box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .33);
		flex-direction: column;
	}
	
	ul.tabs li {
		/* display: none; */
		font-size: 15px;
		letter-spacing: normal;
		padding-bottom: 18px;
		padding-top: 18px;
		width: 100%;
	}
	
	.sect-img-wrap {
		height: 241px;
		margin-bottom: 25px;
		width: 169px;
	}
	
	.s-first-screen .h1 {
		margin-bottom: 15px;
	}
	
	.h1 {
		font-size: 36px;
	}
	
	.sect-descr {
		font-size: 16px;
		line-height: 1.8;
		width: 70%;
	}
	
	.tab-content-column ul {
		column-count: 1;
	}
	
	.tab-content-column {
		margin-bottom: 20px;
	}
	
	.tab-content-column ul {
		column-gap: 40px;
	}
	
	ul.tabs li a::after,
	ul.tabs li a::before,
	ul.tabs li::after,
	ul.tabs li::before {
		display: none;
	}
	
	ul.tabs li.tab-current {
		padding-top: 18px;
	}
	
	.header-lang-select a {
		font-size: 20px;
	}
	
	.meet-wrap {
		padding: 20px 0;
	}
	
	.meet-wrap .btn {
		width: 100%;
	}
	
	.search_an_expert .input-wrap {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.search_an_expert .double-input .input-wrap,
	.search_an_expert .double-input .btn-wrap {
		width: 100%;
	}
	
	.search_an_expert .double-input > div {
		margin-left: 0;
		margin-right: 0;
	}
	
	.review-body p {
		font-size: 16px;
	}
	
	.r-items-wrap .r-item {
		width: 50%;
	}
	
	.r-items-wrap .r-item img {
		width: 130px;
	}
	
	.footer-form form .double-input {
		flex-wrap: wrap;
	}

	body.home div#tab-2 {
		padding: 20px 10px 10px;
	}
	.footer-form form .double-input .input-wrap {
		width: 100%;
	}
	
	.footer-form form .input-wrap {
		margin-bottom: 15px;
	}
	
	.footer-menu-title {
		display: block;
	}
	
	.footer-bot {
		font-size: 12px;
	}
	
	.aside-cf .btn--close {
		height: 24px;
		top: 14px;
		width: 24px;
	}
	
	.aside-cf-body {
		padding: 10px;
	}
	
	.aside-cf-text {
		font-size: 15px;
	}
	
	.aside-cf-title {
		font-size: 35px;
		margin-bottom: 10px;
	}
	
	.aside-cf-wrap .input-wrap {
		margin-bottom: 10px;
	}
	
	.form-wrap form textarea {
		height: 240px;
	}
	
	
	.s-wpsearch {
		font-size: 20px;
	}
	
	.s-wpsearch__type {
		margin-top: 30px;
	}
	
	.s-wpsearch__main {
		margin-bottom: 50px;
	}
	
	.s-wpsearch__bot__btn .btn {
		font-size: 18px;
		height: 50px;
	}
}

@media screen and (max-width: 380px) {
	.btn-more-orange,
	.s-faqs .btn-more-orange {
		margin-top: -10px;
	}
	
	.top-bar ul {
		font-size: 16px;
	}
	
	.top-bar li:after {
		height: 12px;
	}
	
	.personnel-card-wrap .personnel-card {
		width: 100%;
	}
	
	.column-img {
		margin-top: 30px;
	}
	
	.s-experts .expert-item {
		width: 100%;
	}
	
	.s-search-inner .search-descr {
		font-size: 16px;
	}
	
	.value-title {
		font-size: 20px;
	}
	
	.value-descr,
	.r-item-descr {
		font-size: 14px;
	}
	
	.internal-menu ul li {
		font-size: 16px;
	}
	
	.tab-content-column {
		margin-bottom: 0;
		display: block;
	}
	
	ul.tabs li {
		font-size: 14px;
	}
	
	.meet-wrap .btn {
		font-size: 18px;
	}
	
	.footer-logo img {
		width: 100px;
	}
	
	.footer-form form label {
		font-size: 14px;
	}
	
	.footer-form-title {
		font-size: 18px;
	}
	
	div.search-no-results {
		font-size: 16px;
	}
}
body.home section.s-tabs ul.tabs.flex {
    display: none;
}
.faqs-text.text-center span {
    color: #c66a2e;
}
section#about h3 {
    font-size: 30px;
    color: #47545e;
    font-family: 'PT SERIF';
    font-size: 57px;
    font-weight: 400;
    letter-spacing: 0.91px;
    line-height: 1;
    margin-bottom: 20px;
}

img.ab-img-b-1 {
    margin: 20px auto;
    display: table;
    max-width: 90%;
}

.breadcrumbs, .breadcrumbs a {
    color: #6c635f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2.86px;
    /* margin-bottom: 30px; */
    position: relative;
    z-index: 2;
}
 
.breadcrumbs {
    margin-bottom: 30px;
}
@media (max-width:767px)
{
	
	.breadcrumbs, .breadcrumbs a {
		font-size: 15px;
	}

	.breadcrumbs {
		margin-bottom: 10px;
	}
	
	 section.s-meet {
		position: relative;
		z-index: 2;
	}
	.article-video-block {
		padding-top: 75%;
		position: relative;
		}

	.article-video-block iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
	}
	body.home .tab-link:after {
		border: 1px solid #fff;
		border-left: none;
		border-top: none;
		content: '';
		display: block !important;
		height: 10px;
		position: absolute;
		left: 15px;
		top: 40%;
		transform: rotate(45deg);
		transform-origin: center center;
		transition: .2s ease;
		width: 10px;
	}
	
	.tab-link {
		border-radius: 0px !important;
	}
	body.home section.s-tabs ul.tabs.flex { display:flex; }
	li.tab-link.active:after {transform: rotate(-135deg);top: 26px;}
	body.home:not(.rtl) .tab-link:after {
		left: auto;
		right: 15px;
	}
	section.s-tabs .tab-link.active {
		background: #f7a759;
	}
	body.home ul.tabs li a {font-size: 26px;}
	
}
	}
	body.home ul.tabs li a {font-size: 26px;}
	
}

.entry-content a strong {
	font-weight:normal !important;
}

.single-post .entry-content h2 strong {
	font-weight:400 !important;
}

.youtube-video {
	aspect-ratio: 16 / 9;
  	width: 100%;
	height:auto;
}

.entry-content h2 {
	text-align:left;
}