/**
 Hover styling for all devices and browsers
 */
/* Opacity visibility mixin */
.body-family {
	font-family: "Montserrat", sans-serif;
}

.text-thin {
	font-weight: 300;
}

.text-normal {
	font-weight: 500;
}

.text-semi-bold {
	font-weight: 600;
}

.text-bold {
	font-weight: bold;
}

.text-dark {
	color: #0c0807;
}

.text-sm {
	font-weight: 300;
	font-size: 21px;
	line-height: 1.43;
	letter-spacing: -0.4px;
}

.text-lead {
	font-size: 53px;
	font-weight: 500;
	line-height: 1.1;
}

.text-lg {
	font-size: 24px;
}

@media (max-width: 767px) {
	.mobile-mt-0 {
		margin-top: 0 !important;
	}
}

html * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	background-size: 100%;
}

.body-wrapper {
	overflow-x: hidden;
}

img {
	width: 100%;
}

svg {
	display: block;
}

@media (max-width: 1024px) {
	.site-backdrop {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.15s ease-in;
		transition: opacity 0.15s ease-in;
		cursor: pointer;
	}
	.site-backdrop.active {
		opacity: .6;
		visibility: visible;
		-webkit-transition: opacity 0.15s ease-in;
		transition: opacity 0.15s ease-in;
		background-color: #333;
		z-index: 99;
	}
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

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

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icon-font/icomoon.ttf?1gwdit") format("truetype"), url("../fonts/icon-font/icomoon.woff?1gwdit") format("woff"), url("../fonts/icon-font/icomoon.svg?1gwdit#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


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

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

.icon-env:before {
	content: "\e90f";
}
.icon-loc:before {
	content: "\e910";
}
.icon-winner:before {
	content: "\e90a";
}
.icon-gavel:before {
	content: "\e90b";
}
.icon-folder:before {
	content: "\e90c";
}
.icon-writing:before {
	content: "\e90d";
}
.icon-evidence:before {
	content: "\e90e";
}
.icon-telegram:before {
	content: "\e900";
}
.icon-arrow:before {
	content: "\e901";
}
.icon-facebook:before {
	content: "\e902";
}
.icon-hero1:before {
	content: "\e903";
}
.icon-hero2:before {
	content: "\e904";
}
.icon-hero3:before {
	content: "\e905";
}
.icon-instagram:before {
	content: "\e906";
}
.icon-phone:before {
	content: "\e907";
}
.icon-viber:before {
	content: "\e908";
}
.icon-whatsapp:before {
	content: "\e909";
}
.icon-arrow-dopPhone {
  content:"";
  width: 10px;
  height: 10px;
  border-top: 1px solid #EDB85B;
  border-right: 1px solid #EDB85B;
  position: absolute;
  right: -5px;
  top:5px;
}
.icon-arrow-dopPhone {
transform: rotate(135deg);
}
.icon-arrow-dopPhone {
  position: relative;
  display: inline-block;
  color: #fff;
  top:-25px;
  cursor: pointer;
  top:-7px;
}
.mod-languages{
    width: 40px;
    padding: 8px 0;
    position: relative;
}
.mod-languages .lang-list{
    width: 100%;
}
.mod-languages .lang-list a{
    color: #fff;
    font-size: 12px;
    font-weight: 500;    
}
.mod-languages .active-language{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;    
}
.mod-languages:hover .active-language, .mod-languages .lang-list a:hover{
    color: #EDB85B;
}
.mod-languages .lang-list{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 230px;
    top: 100%;
    left: 0;
    padding: 15px;
    background: #060d21;
    border: 1px solid #EDB85B;
    transition: 0.3s; 
}
.mod-languages{
  margin-right: 4%;
}
.mod-languages .lang-list{
	width: calc(100% + 10px);
	left: -12px;
}
.mobile-menu .lang-list{	
	display: none;
	padding-left: 15px;
}
.mod-languages .active-language:before, .mod-languages .active-language:after
 {    
  content: "";
  position: absolute;
  top: 47%;
  right: 5px;
  display: block;
  width: 8px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #EDB85B;
  transform: translate(-2.5px, -50%) rotate(45deg);
}
.mod-languages .active-language:after {
  transform: translate(2.5px, -50%) rotate(-45deg);
}
.mod-languages:hover .active-language:before,
.mobile-menu .mod-languages.open .active-language:before
 {
  transform: translate(-2.5px, -50%) rotate(-45deg);
}
.mod-languages:hover .active-language:after,
.mobile-menu .mod-languages.open .active-language:after
{
  transform: translate(2.5px, -50%) rotate(45deg);
}
.mod-languages a, 
.mobile-menu .mod-languages .active-language{
    font-size: 16px;
}
.mobile-menu .mod-languages .lang-list a{
	margin-top: 15px;
}
.mod-languages:hover .lang-list{
    visibility: visible;
    opacity: 1;
}
.dopPhone-content, .dopPhone-content1 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 380px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  padding: 10px 10px 0 0;
  z-index: 1;
  color: #000;
  right: -30;
  border-radius:10px;
  top:0;
}
.dopPhone-content ul li, .dopPhone-content1 ul li{list-style:none;}
/*.dopPhone:hover .dopPhone-content {
  display: block;
}*/
.dopPhone-content ul li a, .dopPhone-content1 ul li a{color:#000; padding:0;}

.form-control {
	width: 100%;
	display: block;
	height: 70px;
	background-color: transparent;
	border: 1px solid #EDB85B;
	border-radius: 1rem;
	padding: 0 20px;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #FFFFFF;
}

.form-control::-webkit-input-placeholder {
	color: #EDB85B;
}

.form-control::-ms-input-placeholder {
	color: #EDB85B;
}

.form-control::placeholder {
	color: #EDB85B;
}

.form-control:focus {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #FFFFFF;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 10px;
	padding: 35px 11px;
	padding-left: 0;
}

@media (max-width: 1024px) {
	.breadcrumb {
		padding: 15px 11px;
		padding-left: 0;
	}
}

.breadcrumb li {
	padding: 0 10px;
	position: relative;
}

.breadcrumb li:first-of-type {
	padding-left: 0;
}

.breadcrumb li:last-of-type::after {
	display: none;
}

.breadcrumb li::after {
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 1px;
	background-color: #000000;
}

.breadcrumb li a,
.breadcrumb li span {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.breadcrumb li.active {
	opacity: .5;
}

@media (hover: none) {
	.breadcrumb li a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.breadcrumb li a:active span {
		color: #EDB85B;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.breadcrumb li a:hover span {
		color: #EDB85B;
	}
}

.btn {
	display: inline-block;
	padding: 24px 75px 26px;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	border-radius: 15px;
	position: relative;
	background-color: #EDB85B;
	border: none;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 600;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn span {
	position: relative;
	z-index: 2;
}

.btn::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4.49%, #EDB85B), color-stop(99.97%, #C08A4D));
	background: linear-gradient(180deg, #EDB85B 4.49%, #C08A4D 99.97%);
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

@media (hover: none) {
	.btn {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		color: #000000;
	}
	.btn:active::after {
		opacity: 0.2;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.btn {
		color: #000000;
	}
	.btn span {
		color: #000000;
	}
	.btn:hover::after {
		opacity: 0.2;
	}
}

.btn.btn-border {
	background-color: transparent;
	border: 1px solid #EDB85B;
	color: #EDB85B;
	max-width: 270px;
	width: 100%;
	height: 56px;
	padding: 0;
	font-size: 20px;
}

@media (hover: none) {
	.btn.btn-border {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.btn.btn-border:active {
		background-color: #EDB85B;
		color: #000000;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.btn.btn-border:hover {
		background-color: #EDB85B;
		color: #000000;
	}
}

.btn.btn-border::after {
	display: none;
}

@media (max-width: 1024px) {
	.btn {
		padding: 16px 25px 17px;
		font-size: 22px;
		line-height: 1;
		border-radius: 10px;
	}
	.btn::after {
		border-radius: 10px;
	}
}

@media (max-width: 767px) {
	.btn {
		font-size: 18px;
	}
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.main-nav__link {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 33px;
	padding: 0 10px;
	display: block;
	position: relative;
	text-decoration: none;
}

.main-nav__link.current::after {
	width: calc(100% - 30px);
}
.main-nav__link.current a {
	pointer-events: none;
}
.main-nav__link a {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 33px;
	display: block;
	position: relative;
	text-decoration: none;
}

.main-nav__link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #EDB85B;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

@media (hover: none) {
	.main-nav__link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.main-nav__link:active {
		text-decoration: none;
		color: #FFFFFF;
	}
	.main-nav__link:active::after {
		width: calc(100% - 30px);
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.main-nav__link:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	.main-nav__link:hover::after {
		width: calc(100% - 30px);
	}
}

@media (max-width: 1620px) {
	.main-nav__link,
	.main-nav__link a {
		font-size: 18px;
		line-height: 29px;
	}
}

@media (max-width: 1400px) {
	.main-nav__link,
	.main-nav__link a {
		font-size: 16px;
		line-height: 27px;
	}
}

@media (max-width: 1300px) {
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 70px;
		min-height: 100vh;
		font-weight: bold;
		z-index: 98;
		width: 320px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	.main-nav::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #010101;
		opacity: 0.95;
	}
	.main-nav.active {
		-webkit-animation: menuReveal .35s ease both;
		animation: menuReveal .35s ease both;
		opacity: 1;
		visibility: visible;
	}
	.main-nav__link {
		padding: 15px 0;
		width: 100%;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		text-align: center;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		position: relative;
		z-index: 1;
	}
	.main-nav__link::after {
		bottom: 5px;
	}
}

@media (max-width: 1024px) and (hover: none) {
	.main-nav__link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.main-nav__link:active::after {
		width: 100%;
	}
}

@media (max-width: 1024px) and (hover: hover), all and (max-width: 1024px) and (-ms-high-contrast: none), (max-width: 1024px) and (-ms-high-contrast: active) {
	.main-nav__link:hover::after {
		width: 100%;
	}
}

@-webkit-keyframes menuReveal {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes menuReveal {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes menuOut {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes menuOut {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
}

.for-tabs .for-tabs__header-descr {
	background: rgba(237, 184, 91, 0.36);
	padding: 24px 40px;
	font-size: 28px;
	line-height: 31px;
	font-weight: 500;
}

.for-tabs .for-tabs__practice {
	padding-left: 47px;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	color: #000000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.for-tabs .for-tabs__practice i {
	display: inline-block;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 21px;
}

.nav-tabs {
	display: none;
}

@media (min-width: 1024px) {
	.nav-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 11px;
		border: none;
	}
	.nav-tabs .nav-item {
		margin-bottom: 11px;
		width: 100%;
	}
	.nav-tabs .nav-item:last-of-type {
		margin-bottom: 0;
	}
	.nav-tabs .nav-link {
		border-radius: 15px;
		border: 1px solid transparent;
		padding: 26px 62px;
		min-height: 111px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		background-color: #FFFFFF;
	}
	.nav-tabs .nav-link::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 15px;
		width: 100%;
		height: 100%;
		-webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.15);
		box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.15);
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
	.nav-tabs .nav-link span {
		font-weight: bold;
		font-size: 28px;
		line-height: 31px;
		color: #000;
		position: relative;
		padding-left: 38px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav-tabs .nav-link span::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		border-radius: 20px;
		background-color: #F0F0F0;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
}

@media (min-width: 1024px) and (hover: none) {
	.nav-tabs .nav-link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.nav-tabs .nav-link:active {
		border-color: transparent;
	}
	.nav-tabs .nav-link:active::after {
		-webkit-box-shadow: -5px 5px 4px rgba(192, 138, 77, 0.25);
		box-shadow: -5px 5px 4px rgba(192, 138, 77, 0.25);
	}
	.nav-tabs .nav-link:active span::before {
		background-color: #C08A4D;
	}
}

@media (min-width: 1024px) and (hover: hover), all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
	.nav-tabs .nav-link:hover {
		border-color: transparent;
	}
	.nav-tabs .nav-link:hover::after {
		-webkit-box-shadow: -5px 5px 4px rgba(192, 138, 77, 0.25);
		box-shadow: -5px 5px 4px rgba(192, 138, 77, 0.25);
	}
	.nav-tabs .nav-link:hover span::before {
		background-color: #C08A4D;
	}
}

@media (min-width: 1024px) {
	.nav-tabs .nav-link.active {
		border: 1px solid #C08A4D;
	}
	.nav-tabs .nav-link.active::after {
		-webkit-box-shadow: -5px 5px 4px rgba(192, 138, 77, 0.25);
		box-shadow: -5px 5px 4px rgba(192, 138, 77, 0.25);
	}
	.nav-tabs .nav-link.active span::before {
		background-color: #C08A4D;
	}
	.card {
		border: none;
	}
	.card .card-header {
		display: none;
	}
	.card .collapse {
		display: block;
	}
}

.tab-content,
.tab-pane {
	height: 100%;
	background-color: #FFFFFF;
}

.tab-content .card-body {
	padding: 23px 50px 23px 24px;
}

.tab-content .tab-content__list {
	padding-left: 0;
	list-style: none;
}

.tab-content .tab-content__list-item {
	padding-left: 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 25px;
}

.tab-content .tab-content__list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #C08A4D;
}

@media (max-width: 1024px) {
	.tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
		border: 1px solid transparent;
		border-radius: 15px;
		margin-bottom: 15px;
	}
	.tab-content {
		height: auto;
		background-color: transparent;
	}
	.tab-content .tab-pane {
		background-color: transparent;
		-webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.15);
		box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.15);
		border-radius: 15px;
	}
	.tab-content .tab-pane .card-header {
		border-radius: 15px;
	}
	.tab-content .card-body {
		background-color: #FFFFFF;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding-left: 20px;
	}
	.tab-content .card-header {
		background: #FFFFFF;
		border-radius: 15px;
		border: none;
		padding: 0;
	}
	.tab-content .card-header a {
		display: block;
		width: 100%;
		padding: 15px 25px 15px 45px;
		color: #000000;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		-webkit-transition: .5s ease;
		transition: .5s ease;
		border-radius: 15px;
	}
	.tab-content .card-header a span {
		opacity: 0.5;
		display: block;
		max-width: 90%;
	}
	.tab-content .card-header a::before {
		content: '';
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		border-radius: 15px;
		background-color: #F0F0F0;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
	.tab-content .card-header a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: 20px;
		height: 20px;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
	.tab-content .card-header a[aria-expanded="true"] {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.tab-content .card-header a[aria-expanded="true"] span {
		opacity: 1;
	}
	.tab-content .card-header a[aria-expanded="true"]::before {
		background-color: #C08A4D;
	}
	.tab-content .card-header a[aria-expanded="true"]::after {
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
	}
	.for-tabs .for-tabs__header {
		margin-bottom: 35px;
	}
	.for-tabs .for-tabs__practice {
		padding-left: 0;
	}
}

@media (max-width: 1600px) {
	.for-tabs .for-tabs__header-descr {
		font-size: 22px;
		line-height: 25px;
	}
}

@media (max-width: 1400px) {
	.nav-tabs .nav-link {
		min-height: 70px;
		padding: 15px 25px;
	}
	.nav-tabs .nav-link span {
		font-size: 22px;
		line-height: 25px;
	}
}

@media (max-width: 1140px) {
	.for-tabs .for-tabs__header-descr {
		font-size: 18px;
		line-height: 21px;
	}
	.nav-tabs .nav-link span {
		font-size: 18px;
		line-height: 21px;
	}
	.tab-content .tab-content__list-item {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.for-tabs .for-tabs__header-descr {
		margin-top: 25px;
	}
	.tab-content .card-header a span {
		font-size: 16px;
	}
}

.menu-toggle {
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0 !important;
	margin: 0;
	padding: 0;
	overflow: visible;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 25px;
	width: 25px;
	background: transparent;
	z-index: 102;
	position: relative;
}

.menu-toggle:hover {
	opacity: 0.7;
}

.menu-toggle.active:hover {
	opacity: 0.7;
}

.menu-toggle .hamburger-box {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.menu-toggle .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.menu-toggle .hamburger-inner::before {
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	content: "";
	display: block;
	top: -6px;
}

.menu-toggle .hamburger-inner::after {
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	content: "";
	display: block;
	bottom: -6px;
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
	 * Spin Reverse
	 */
.hamburger--spin-r .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.active .hamburger-inner {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.6)), color-stop(212.74%, rgba(36, 36, 36, 0)));
	background: linear-gradient(180deg, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0) 212.74%);
	z-index: 101;
}

.site-header .site-header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0 17px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.site-header .site-header__logo {
	max-width: 274px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.site-header.is-fixed {
	background-color: #000000;
}

.site-header.is-fixed .site-header__logo {
	max-width: 150px;
}

.site-header.is-fixed .site-header__wrapper {
	padding: 10px 0;
}

.site-header.is-fixed .site-header__phone a {
	font-size: 18px;
}

.site-header.is-fixed .site-header__phone a span {
	font-size: 18px;
}

.site-header__phone .site-header__phone-btn {
	display: none;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #EDB85B;
	font-size: 18px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.14%, #070707), color-stop(227.62%, rgba(27, 26, 26, 0)));
	background: linear-gradient(0deg, #070707 -10.14%, rgba(27, 26, 26, 0) 227.62%);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

@media (hover: none) {
	.site-header__phone .site-header__phone-btn {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.site-header__phone .site-header__phone-btn:active {
		opacity: 0.8;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-header__phone .site-header__phone-btn:hover {
		opacity: 0.8;
	}
}

.site-header__phone a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 23px;
	line-height: 35px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.site-header__phone a i, .footer-phones .icon-phone{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 23px;
	color: #EDB85B;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.site-header__phone .header-city {
	font-weight: 300;
	font-size: 20px;
	margin-left: 5px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

@media (max-width: 1620px) {
	.site-header .site-header__logo {
		max-width: 200px;
	}
	.site-header .site-header__phone a {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width: 1310px) {
	.site-header .container {
		max-width: 100%;
	}
}

@media (max-width: 1260px) {
	.site-header .site-header__phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.site-header .site-header__phone .site-header__phone-btn {
		display: block;
	}
	.site-header .site-header__phone .site-header__phone-btn i {
		pointer-events: none;
	}
	.site-header .site-header__phone .site-header__phone-wrap {
		opacity: 0;
		position: absolute;
		right: 0;
		top: 50%;
		height: 100%;
		width: auto;
		-webkit-transform: translateX(100%) translateY(-50%);
		transform: translateX(100%) translateY(-50%);
		-webkit-transition: -webkit-transform .5s ease;
		transition: -webkit-transform .5s ease;
		transition: transform .5s ease;
		transition: transform .5s ease, -webkit-transform .5s ease;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.14%, #070707), color-stop(227.62%, rgba(27, 26, 26, 0)));
		background: linear-gradient(0deg, #070707 -10.14%, rgba(27, 26, 26, 0) 227.62%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 15px;
	}
	.site-header .site-header__phone.active .site-header__phone-wrap {
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.site-header {
		background-color: #000000;
	}
	.site-header .site-header__wrapper {
		padding: 10px 0;
	}
	.site-header .site-header__wrapper > .site-header__phone {
		display: none;
	}
	.site-header .site-header__wrapper .site-header__logo {
		max-width: 130px;
	}
	.site-header .site-header__wrapper .site-header__phone {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		z-index: 1;
	}
	.site-header .site-header__wrapper .site-header__phone a {
		padding: 10px 0;
	}
	.site-header .site-header__wrapper .site-header__phone i {
		display: none;
	}
	.menu-active .site-header__logo {
		-webkit-transition: .25s;
		transition: .25s;
		opacity: 0.7;
		pointer-events: none;
	}
}

.hero {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position: relative;
}

.hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 14, 14, 0.6);
}

.hero .hero-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.hero .hero-caption {
	padding-top: 290px;
	padding-bottom: 146px;
}

.hero .hero-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.14%, #070707), color-stop(227.62%, rgba(27, 26, 26, 0)));
	background: linear-gradient(0deg, #070707 -10.14%, rgba(27, 26, 26, 0) 227.62%);
	-webkit-filter: drop-shadow(-2px 1px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(-2px 1px 4px rgba(0, 0, 0, 0.25));
	padding-left: 20px;
	list-style: none;
	margin: 0 -35px;
}

.hero .hero-title {
	font-size: 50px;
	line-height: 66px;
	font-weight: bold;
	color: #FFFFFF;
	max-width: 980px;
	margin-bottom: 20px;
}

.hero .hero-text {
	font-size: 25px;
	line-height: 37px;
	color: #FFFFFF;
	font-weight: 400;
	max-width: 813px;
	margin-bottom: 39px;
}

.hero .hero-list__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.hero .hero-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	padding: 35px 35px 30px;
}

.hero .hero-list__item span {
	color: #FFFFFF;
	margin-left: 11px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.hero .hero-list__item i {
	font-size: 75px;
	color: #EDB85B;
}

/* Review */
.review {
	padding: 105px 0;
}

.review .review-img {
	position: relative;
	max-width: 860px;
}

.review .review-img img {
	position: relative;
	z-index: 2;
}

.review .review-img::after {
	content: '';
	position: absolute;
	bottom: -18px;
	right: -18px;
	width: 95%;
	height: calc(100% - 84px);
	background-color: #EDB85B;
}

.review .review-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px;
	margin-left: auto;
}

.review .review-list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 59px 0 91px;
	margin-left: auto;
	text-align: center;
}

.review .review-list__item:nth-child(1), .review .review-list__item:nth-child(2) {
	border-bottom: 3px solid #EDB85B;
}

.review .review-list__item:nth-child(1), .review .review-list__item:nth-child(3) {
	border-right: 3px solid #EDB85B;
}

.review .review-list__item-title {
	font-size: 75px;
	line-height: 112px;
	font-weight: bold;
	text-align: center;
}

.review .review-list__item-info {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
}

/* About */
.about {
	padding: 76px 0 80px;
	background-size: cover;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

.about .about-descr {
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 1.5rem;
}

.about-title {
	font-size: 35px;
	line-height: 52px;
	font-weight: bold;
	margin-bottom: 58px;
}

/* Work */
.work {
	padding: 100px 0 50px;
}

.work .work-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 -20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.work .work-list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 0 20px;
	position: relative;
}

.work .work-list__item::after {
	content: '';
	position: absolute;
	background-size: contain;
}

.work .work-list__item i {
	color: #EDB85B;
	font-size: 55px;
	position: relative;
	z-index: 2;
}

.work .work-list__item:nth-child(even) {
	margin-top: 150px;
}

.work .work-list__item:nth-child(even)::after {
	right: -50px;
	width: 89px;
	height: 54px;
	background-image: url("../images/line2.svg");
}

.work .work-list__item:nth-child(odd)::after {
	right: -80px;
	top: 50px;
	width: 89px;
	height: 54px;
	background-image: url("../images/line1.svg");
}

.work .work-list__item:last-of-type::after {
	display: none;
}

.work .work-list__descr {
	font-size: 16px;
	line-height: 25px;
}

.work .work-list__item-header {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 11px;
}

.work .work-list__item-num {
	color: rgba(192, 138, 77, 0.2);
	font-size: 75px;
	font-weight: bold;
	position: absolute;
	left: -10px;
	top: -60px;
	height: 100%;
	display: block;
}

/* Form */
.form {
	padding: 108px 0 179px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}

.form .form-wrapper {
	max-width: 1160px;
	margin: 0 auto;
}

.form .form-title {
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 11px;
}

.form .form-subtitle {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 88px;
}

.form .form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.form .form-group,
.form .form-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	padding: 0 20px;
	margin-bottom: 35px;
}

.form .btn {
	height: 70px;
	padding: 0;
	width: 100%;
}

/* Inner pages */
.inner-page__wrapper {
	margin-top: 140px;
	background-color: #FDFCF4;
}

@media (max-width: 1620px) {
	.inner-page__wrapper {
		margin-top: 110px;
	}
}

@media (max-width: 1024px) {
	.inner-page__wrapper {
		margin-top: 70px;
	}
}

/* Team */
.team {
	padding-bottom: 45px;
}

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

.team .team-card__img {
	position: relative;
}

.team .team-card__img::after, .team .team-card__img::before {
	content: '';
	display: block;
}

.team .team-card__img::before {
	padding-top: 83.9%;
}

.team .team-card__img::after {
	padding-bottom: 83.9%;
}

.team .team-card__img img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}

.team .team-card__body {
	padding: 28px 15px 15px;
}

.team .team-card__title {
	font-size: 29px;
	line-height: 45px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 7px;
}

.team .team-card__subtitle {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.team .team-card__descr {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

/* For people */
.for {
	padding-bottom: 100px;
}

/* Inner pages end */
@media (max-width: 1600px) {
	.team .team-card__title {
		font-size: 22px;
		line-height: 37px;
	}
	.team .team-card__subtitle {
		font-size: 18px;
		line-height: 22px;
	}
	.team .team-card__descr {
		font-size: 14px;
		line-height: 20px;
		max-width: 80%;
		margin: 0 auto;
	}
}

@media (max-width: 1309px) {
	.review .review-list {
		margin-left: 0;
		margin-top: 80px;
	}
}

@media (max-width: 1200px) {
	.work .work-list {
		margin: 0;
	}
	.work .work-list__item {
		padding: 0;
	}
	.work .work-list__item::after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.hero {
		min-height: 100vh;
	}
	.hero::after {
		background: rgba(14, 14, 14, 0.8);
	}
	.hero .hero-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		min-height: 100vh;
	}
	.hero .container {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hero .hero-caption {
		padding: 120px 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.hero .hero-title {
		font-size: 38px;
		line-height: 46px;
		max-width: 700px;
	}
	.hero .hero-text {
		font-size: 18px;
		line-height: 28px;
		max-width: 700px;
	}
	.hero .hero-list {
		padding-left: 0;
		width: 100%;
		margin: 0;
	}
	.hero .hero-list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding: 10px 15px;
	}
	.hero .hero-list__item i {
		font-size: 50px;
		display: block;
		margin-bottom: 10px;
	}
	.hero .hero-list__item span {
		margin-left: 0;
		font-size: 16px;
		line-height: 21px;
		max-width: 150px;
		min-height: 42px;
	}
	.review {
		padding: 60px 0;
	}
	.work {
		padding: 60px 0 0;
	}
	.work .work-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}
	.work .work-list__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.work .work-list__item:nth-child(even) {
		margin-top: 0;
	}
	.work .work-list__item::after {
		display: none;
	}
	.form {
		padding: 60px 0;
	}
	.form .form-inner {
		max-width: 800px;
		margin: 0 auto;
	}
	.form .form-group {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 15px;
	}
	.form .form-button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0 15px;
	}
	.form .form-title {
		font-size: 26px;
		line-height: 34px;
	}
	.form .form-subtitle {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 35px;
	}
	.team .team-card__img::after {
		padding-bottom: 50%;
	}
	.team .team-card__img::before {
		padding-top: 50%;
	}
	.team .about-title {
		margin-bottom: 25px;
	}
	.for {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.hero .hero-list__wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.hero .hero-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px 15px 20px;
	}
	.hero .hero-list__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hero .hero-list__item i {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		font-size: 35px;
		margin-bottom: 0;
		text-align: left;
	}
	.hero .hero-list__item span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		text-align: left;
		min-height: auto;
	}
	.review .review-img::after {
		height: 100%;
	}
	.about-title {
		font-size: 28px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	.about .about-descr {
		font-size: 18px;
	}
	.work .work-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}
	.work .work-list__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.work .about-title {
		margin-bottom: 60px;
	}
	.team .team-card__img img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 575px) {
	.hero .hero-caption {
		padding-top: 120px;
	}
	.hero .hero-title {
		font-size: 32px;
		line-height: 40px;
	}
	.hero .hero-text {
		font-size: 16px;
		line-height: 24px;
		max-width: 90%;
	}
	.hero .hero-list__item i {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		font-size: 35px;
		margin-bottom: 0;
	}
	.hero .hero-list__item span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		text-align: left;
		min-height: auto;
	}
	.review .review-list__item {
		padding: 40px 0;
	}
	.review .review-list__item-title {
		font-size: 45px;
		line-height: 75px;
	}
	.review .review-list__item-info {
		font-size: 18px;
		line-height: 22px;
	}
	.work .work-list__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 60%;
		margin: 0 auto 60px;
	}
	.work .about-title {
		text-align: center;
	}
	.form .form-group {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0 15px;
	}
}

@media (max-width: 420px) {
	.review .review-list {
		margin-top: 60px;
	}
	.review .review-list__item {
		padding: 20px 0;
	}
	.review .review-list__item-title {
		font-size: 32px;
		line-height: 62px;
	}
	.review .review-list__item-info {
		font-size: 16px;
		line-height: 22px;
	}
	.work .work-list__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 90%;
	}
}

@media (max-width: 374px) {
	.hero .hero-text {
		max-width: 100%;
		font-size: 14px;
	}
	.hero .hero-title {
		font-size: 24px;
		line-height: 32px;
	}
	.review .review-list__item-info {
		font-size: 14px;
		line-height: 18px;
	}
}

.footer {
	background-color: #292929;
	padding: 42px 0;
}

.footer .footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .footer-logo {
	max-width: 248px;
	padding-right: 35px;
}

.footer .main-nav {
	padding-left: 35px;
	padding-right: 25px;
	flex-direction: column;
}

.footer .main-nav__link a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 20px;
	line-height: 37px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.footer .main-nav__link::after {
	display: none;
}

@media (hover: none) {
	.footer .main-nav__link a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.footer .main-nav__link a:active {
		color: #EDB85B;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.footer .main-nav__link a:hover {
		color: #EDB85B;
	}
}

.footer .footer-time {
	color: rgba(255, 255, 255, 0.7);
	padding-left: 25px;
}

.footer .footer-time * {
	font-size: 20px;
	line-height: 37px;
}

.footer .footer-media,
.footer .footer-phones {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.footer .footer-phones a.d-block{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	height: 27px;
}

.footer .footer-media {
	padding-right: 45px;
}

.footer .footer-media .btn {
	margin-bottom: 23px;
}

.footer-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 270px;
	width: 100%;
}

.footer-socials  .footer-socials__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000000!important;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background-color: #EDB85B;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	padding: 0;
	line-height: 1;
}
.footer-socials  .footer-socials__link.icon-telegram{
	font-size: 12px;
}

@media (hover: none) {
	.footer-socials__link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		text-decoration: none;
	}
	.footer-socials__link:active {
		background-color: #FFFFFF;
		text-decoration: none;
		color: currentcolor;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.footer-socials__link:hover {
		background-color: #FFFFFF;
		text-decoration: none;
		color: currentcolor;
	}
}

.footer .footer-phones {
	padding-left: 45px;
}

.footer .header-cit {
	margin-left: 5px;
	color: rgba(255, 255, 255, 0.7);
}

.footer .footer-phones a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

/* Services */

.services {
	padding: 0 0 106px;
}

.services-title {
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
	color: #050505;
	margin-bottom: 74px;
}

.services [class*="col-"]:nth-child(1),
.services [class*="col-"]:nth-child(2),
.services [class*="col-"]:nth-child(4),
.services [class*="col-"]:nth-child(5),
.services [class*="col-"]:nth-child(7),
.services [class*="col-"]:nth-child(8) {
	border-right: 3px solid #C08A4D;
}
.services [class*="col-"]:nth-child(1),
.services [class*="col-"]:nth-child(2),
.services [class*="col-"]:nth-child(3),
.services [class*="col-"]:nth-child(4),
.services [class*="col-"]:nth-child(5),
.services [class*="col-"]:nth-child(6) {
	border-bottom: 3px solid #C08A4D;
}

.services.legal-services [class*="col-"]:nth-child(4),
.services.legal-services [class*="col-"]:nth-child(5),
.services.legal-services [class*="col-"]:nth-child(6) {
	border-bottom: none;
}

.services-cell {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	font-weight: 500;
	padding: 50px 15px;
}

@media (max-width: 1600px) {
	.footer .footer-phones {
		padding-left: 15px;
	}
	.footer .footer-media {
		padding-right: 15px;
	}
	.footer .header-phone a{
		font-size: 16px;
	}
	.footer .footer-nav__link {
		font-size: 18px;
		line-height: 35px;
	}
	.footer .footer-time {
		padding-left: 15px;
	}
	.footer .footer-time * {
		font-size: 18px;
		line-height: 35px;
	}
	.footer .footer-logo {
		padding-right: 15px;
	}
	.footer .footer-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1400px) {
	.services-cell {
		font-size: 18px;
		line-height: 21px;
		padding: 25px 15px;
	}
	.footer .footer-logo {
		max-width: 200px;
	}
	.footer .footer-inner__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.footer .footer-phones {
		margin-bottom: 25px;
		padding-left: 0;
	}
	.footer .footer-media {
		padding-left: 30px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width: 1024px) {
	.footer .footer-inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer .footer-inner__right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 25px;
	}
	.footer .footer-media {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}
	.services {
		padding: 0 0 60px;
	} 
	.services [class*="col-"]:nth-child(1),
	.services [class*="col-"]:nth-child(2),
	.services [class*="col-"]:nth-child(3),
	.services [class*="col-"]:nth-child(4),
	.services [class*="col-"]:nth-child(5),
	.services [class*="col-"]:nth-child(6),
	.services [class*="col-"]:nth-child(7),
	.services [class*="col-"]:nth-child(8),
	.services [class*="col-"]:nth-child(9) {
		border: none;
		border-bottom: 3px solid #C08A4D;
	}
	.services [class*="col-"]:nth-child(9) {
		border-bottom: none;
	}
	.services [class*="col-"]:nth-child(odd) {
		border-right: 3px solid #C08A4D;
	}
	.services-title {
		font-size: 28px;
		line-height: 31px;
		margin-bottom: 35px;
	}
	.services.legal-services [class*="col-"]:nth-child(4) {
		border-bottom: 3px solid #C08A4D;
	}
}

@media (max-width: 767px) {
	.footer .footer-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.footer .footer-logo {
		padding-right: 0;
		margin-bottom: 25px;
	}
	.footer .footer-nav,
	.footer .footer-media {
		margin-bottom: 25px;
	}
	.footer .footer-time {
		padding-left: 0;
	}
	.services [class*="col-"]:nth-child(1),
	.services [class*="col-"]:nth-child(2),
	.services [class*="col-"]:nth-child(3),
	.services [class*="col-"]:nth-child(4),
	.services [class*="col-"]:nth-child(5),
	.services [class*="col-"]:nth-child(6),
	.services [class*="col-"]:nth-child(7),
	.services [class*="col-"]:nth-child(8),
	.services [class*="col-"]:nth-child(9) {
		border: none;
		margin-bottom: 25px;
	}
	.services.legal-services [class*="col-"]:nth-child(4) {
		border-bottom: none;
	}
	.services-cell {
		border: 2px solid #C08A4D;
		border-radius: 15px;
	}
}

.item-page.container {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.contatcts-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.contacts {
	padding-bottom: 126px;
}

.contacts-list__item {
	margin-bottom: 17px;
	font-size: 22px;
	line-height: 29px;
	color: #000;
	display: flex;	
}

.contacts iframe {
	width: 100%;
	height: 350px;
}

.contacts-list__item:not(.contacts-list__socials) i {
	color: #EDB85B;
	font-size: 24px;
	margin-right: 14px;
	flex: 0 0 25px;
	display: flex;
	justify-content: center;
	margin-top: 4px;
}
.contacts-list__socials {
	display: block;
	font-weight: bold;
}

.contacts-list__socials .footer-socials {
	margin-top: 21px;
}

.contacts-list__item span {
	max-width: 360px;
}

.contacts-list__item-mail a {
	font-weight: 500;
}

.contacts-list__item i.icon-phone {
	font-size: 16px;
}

.contacts-list__item a {
	font-size: 22px;
	line-height: 29px;
	color: #000;
	text-decoration: none;
	transition: .5s ease;
}

.contacts-list__item a:hover {
	color: #EDB85B;
}

.contacts-list__item .footer-socials a {
	font-size: 14px;
}

.modal-header,
.modal-footer {
	border: none;
}

.contacts-list__item .footer-socials a i {
	color: #fff;
	transition: .5s ease;
}

.contacts-phones a {
	display: block;
	font-weight: 500;
}

.contacts-phones a span {
	font-weight: 400;
	margin-left: 7px;
}


.contacts .row .contacts-list__socials{display:none;}

@media (hover: none) {
	.contacts-list__item .footer-socials__link {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		text-decoration: none;
	}
	.contacts-list__item .footer-socials__link:active {
		background-color: #EDB85B;
		text-decoration: none;
		color: currentcolor;
	}
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.contacts-list__item .footer-socials__link:hover {
		background-color: #EDB85B;
		text-decoration: none;
		color: #000;
	}
	.contacts-list__item .footer-socials__link:hover i {
		color: #000;
	}
}

/*# sourceMappingURL=styles.min.css.map */
