@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
    font-family: "IBMPlexSans-Regular";
    src: url("../fonts/IBMPlexSans-Regular.eot");
    src: url("../fonts/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IBMPlexSans-Regular.woff") format("woff"),
    url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "IBMPlexSans-Italic";
    src: url("../fonts/IBMPlexSans-Italic.eot");
    src: url("../fonts/IBMPlexSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IBMPlexSans-Italic.woff") format("woff"),
    url("../fonts/IBMPlexSans-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "IBMPlexSans-SemiBold";
    src: url("../fonts/IBMPlexSans-SemiBold.eot");
    src: url("../fonts/IBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"),
    url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "IBMPlexSans-Bold";
    src: url("../fonts/IBMPlexSans-Bold.eot");
    src: url("../fonts/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IBMPlexSans-Bold.woff") format("woff"),
    url("../fonts/IBMPlexSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.eot");
    src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.eot");
    src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.eot");
    src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Bitter-Medium";
    src: url("../fonts/Bitter-Medium.eot");
    src: url("../fonts/Bitter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bitter-Medium.woff") format("woff"),
    url("../fonts/Bitter-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background: none;
	color: rgb(17, 17, 17);
}

/*all page*/
html, 
body {
	height: auto;
	min-height: 100%; 
	position: relative;
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	width: 100%; 
	color: rgb(52, 45, 39); 
	background-color: #fff;
	font-family: "Playfair Display", sans-serif; 
	font-size: 16px;
	line-height: 30px;
}

a {
	color: rgb(52, 45, 39);
	text-decoration: none;
	-webkit-transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
    -moz-transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
    -o-transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
    transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

/*header*/
header {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

header.header-inner {
	border-bottom: 1px solid #CFCFCF;
}

.header-logo {
	display: flex;
	align-items: center;
	height: 120px;
	max-width: max-content;
	position: relative;
    	z-index: 1000;
}
.header-logo-text{
	font-family: 'Great Vibes', cursive; 
	font-size: 32px;
}
.header-logo img {
	display: block;
	height: 100%;
	position: relative;
}

.header-search-descktop {
	display: none;
}

.header-search {
	position: absolute;
	right: calc(100% - 20px);
	top: 20px;
}

.header-search .search-form {
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	width: 0px;
	height: 25px;
	-webkit-transition: width 0.3s ease-out 0.15s;
    -moz-transition: width 0.3s ease-out 0.15s;
    -o-transition: width 0.3s ease-out 0.15s;
    transition: width 0.3s ease-out 0.15s;
}

.header-search.open .search-form {
	width: 200px;
}

.header-search .search-form input {
	height: 25px;
	background: none;
	border: none;
	border-bottom: 1px solid #AEB0BB;
	outline: none;
	color: #000;
	font-family: "IBMPlexSans-Regular", sans-serif; 
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0.15s;
    -moz-transition: all 0.3s ease-out 0.15s;
    -o-transition: all 0.3s ease-out 0.15s;
    transition: all 0.3s ease-out 0.15s;
}

.header-search .search-form button {
	width: 0px;
	height: 0px;
	opacity: 0;
}

.header-search-icon {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.header-search-icon path {
	fill: #b2b4b8; 
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-search-icon:hover path {	
	fill: #005398; 
}

.header-contacts {
	position: absolute;
	right: 0px;
	top: -19px;
	height: 48px;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end; 
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

.header-phone {
	font-family: "Inter-SemiBold", sans-serif; 
	color: #2b2b2b;
	font-size: 19px;
	line-height: 24px;
}

.header-phone span {
	opacity: 0.5;
}

.header-email {
	font-family: "Inter-Regular", sans-serif; 
	font-size: 16px;
	line-height: 24px;
	color: rgb(52, 45, 39);
	margin-left: 32px;
	border: none;
}

.header-email:hover {
	color: #2B2B2B;
}

.header-button {
	font-family: "Playfair Display", sans-serif; 
	font-size: 14px;
	line-height: 1.3;
	color: rgb(52, 45, 39);
	text-transform: uppercase;
	padding: 12px 24px;
	border: 1px solid rgb(52, 45, 39);
	border-radius: 8px;
	margin-left: 48px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-button:hover {
	cursor: pointer;
	color: #fff;
	background-color: rgb(52, 45, 39);
}

.header-menu {
	position: absolute;
	top: 64px;
	right: 0px;
	padding-top: 24px;
	/* border-top: 1px solid #EFEFEF; */
	display: -webkit-flex; 
	display: flex;
}

.header-menu-item {
	font-size: 14px;
	line-height: 16px;
	margin-left: 48px;
	padding-bottom: 15px;
	position: relative;
}

.header-menu-item:nth-child(2) {
	margin-left: 74px;
}

.header-menu-item.with-submenu {
	padding-right: 12px;
	position: relative;
}

.header-menu-item.with-submenu:after {
	content: "";
	position: absolute;
    top: 7px;
    right: 0px;
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: 8px 4px;
    background-image: url(../img/header-submenu.svg);
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-menu-item.with-submenu:hover:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-menu-item-a {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	color: rgb(52, 45, 39);
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.main-clients-item-img{
	max-height: 100%;
}
.header-menu-item.active .header-menu-item-a,
.header-menu-item-a:hover {
	color: #2B2B2B;
}

.header-submenu {
	position: absolute;
	top: 30px;
	left: -40px;
	width: 250px;
	background: rgb(52, 45, 39);
	box-shadow: 10px 10px 20px -11px rgb(52, 45, 39);
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 10;
	display: none;
}

.header-submenu-item {
	margin-bottom: 16px;
	line-height: 16px;
	cursor: pointer;
}

.header-submenu-item a {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.7;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-submenu-item a:hover,
.header-submenu-item.active a {
	opacity: 1;
}

.header-menu-icon {
	display: none;
}

@media (max-width: 1279px) {
	header {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
	.header-search {
		display: block;
		right: 65px;
		top: 15px;
	}
	
	.header-search .search-form {
		margin-right: 25px;
	}
	
	.header-search.open .search-form {
		width: 130px;
	}
	
	.header-search-icon {
		width: 20px;
		height: 20px;
	}

	.header-contacts {
		top: 48px;
	}
	
	.header-menu {
		display: none;
	}

	.header-menu-icon {
		display: block;
		position: absolute;
		width: 48px;
		height: 34px;
		padding: 12px;
		top: 42px;
		right: 0px;
		margin: auto;
		overflow: hidden;
		cursor: pointer;
		background-color: #fff;
		border-radius: 8px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		z-index: 9999;
	}

	header.open-menu .header-menu-icon {
		height: 48px;
		background-color: rgb(236, 232, 226);
	}

	.header-menu-icon-element {
		display: block;
		width: 100%;
		height: 2px;
		background-color: rgb(52, 45, 39);
		transform-origin: 17px 1px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	
	.header-menu-icon-element.one {
		margin-bottom: 5px;
	}

	header.open-menu .header-menu-icon-element.one {
		-webkit-transform: rotate(-45deg) translate(-6px,5px);
		transform: rotate(-45deg) translate(-6px,5px);
	}
	
	header.open-menu .header-menu-icon-element.three {
		-webkit-transform: rotate(45deg) translate(5px,6px);
		transform: rotate(45deg) translate(5px,6px);
	}
}

@media (max-width: 959px) {	
	header {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.header-logo-text{
		max-width: 59%;
		font-size: 24px;
	}
	.header-logo {
		height: 92px;
	}
	
	.header-search {
		display: none;
	}
	
	.header-menu-icon {
		top: 29px;
	}
	
	header.open-menu .header-menu-icon {
		top: 21px;
	}
	
	.header-contacts {
		display: none;
	}
}

@media (max-width: 479px) {	
	.header-logo-text{
		font-size: 20px;
	}
	.header-logo img{
		height: 70%;
	}
}

/*mobile menu*/
@media (min-width: 1280px) {
	.menu-block {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	.menu-block {
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: 0px;
		width: 0px;
		background: #fff;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.2s ease-out 0s;
		-moz-transition: all 0.2s ease-out 0s;
		-o-transition: all 0.2s ease-out 0s;
		transition: all 0.2s ease-out 0s;
		z-index: 999;
		overflow-y: auto;
	}
	
	header.open-menu .menu-block {
		left: auto;
		width: 100%;
	}
	
	.menu-block:after {
		content: "";
		position: fixed;
		top: 0px;
		right: 0px;
		height: 60px;
		width: 100%;
		background: rgba(0,104,163,0);
		z-index: 10;
		-webkit-transition: all 0s ease-out 0s;
		-moz-transition: all 0s ease-out 0s;
		-o-transition: all 0s ease-out 0s;
		transition: all 0s ease-out 0s;
		pointer-events: none;
	}

	header.open-menu .menu-block:after {
		background: #fff;
		pointer-events: visible;
		box-shadow: 20px 0px 20px 14px #fff;
		-webkit-transition: all 0s ease-out 0.2s;
		-moz-transition: all 0s ease-out 0.2s;
		-o-transition: all 0s ease-out 0.2s;
		transition: all 0s ease-out 0.2s;
	}
	
	.menu-block .content-block {
		min-height: 100%;
		height: max-content;
		padding-bottom: 200px;
	}
	
	.menu {
		opacity: 0;
		position: relative;
		top: 150px;
		-webkit-transition: opacity 0.1s ease-out 0s;
		-moz-transition: opacity 0.1s ease-out 0s;
		-o-transition: opacity 0.1s ease-out 0s;
		transition: opacity 0.1s ease-out 0s;
		padding-bottom: 120px;
	}

	header.open-menu .menu {
		opacity: 1;
		-webkit-transition: opacity 0.2s ease-out 0.15s;
		-moz-transition: opacity 0.2s ease-out 0.15s;
		-o-transition: opacity 0.2s ease-out 0.15s;
		transition: opacity 0.2s ease-out 0.15s;
	}

	.menu-item {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 24px;
		position: relative;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
	}

	.menu-item-a {
		font-family: "IBMPlexSans-SemiBold", sans-serif; 
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		
		margin-right: 6px;
	}

	.menu-item.active .menu-item-a {
		opacity: 0.5;
	}

	.menu-item-icon {
		width: 8px;
		height: 4px;
		background-repeat: no-repeat;
		background-size: 8px 4px;
		background-image: url(../img/header-submenu.svg);
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.menu-item.open-submenu .menu-item-icon {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.submenu {
		display: none;
		padding-top: 10px;
		padding-left: 10px;
		width: 100%;
	}

	.menu-item.active .submenu {
		display: block;
	}

	.submenu-item {
		margin-bottom: 10px;
	}

	.submenu-item:last-child {
		margin-bottom: 0px;
	}

	.submenu-item-a {
		font-family: "IBMPlexSans-SemiBold", sans-serif;
		font-size: 16px;
		line-height: 20px;
	}

	.submenu-item.active .submenu-item-a {
		opacity: 0.6;
	}
	
	.menu-block-contacts {
		height: 172px;
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		border-top: 1px solid #EFEFEF;
		padding-top: 16px;
	}
	
	.menu-block-contacts .header-phone,
	.menu-block-contacts .header-email,
	.menu-block-contacts .header-button {
		display: block;
		max-width: max-content;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.menu-block-contacts .header-phone {
		margin-bottom: 12px;
	}
	
	.menu-block-contacts .header-email {
		margin-bottom: 22px;
	}
	
	.menu-block-contacts .header-button {
		font-size: 12px;
		padding: 10px 16px;
	}
}

@media (max-width: 959px) {
	.menu {
		top: 110px;
	}
}

/*article*/
article {
	margin-top: 50px;
	margin-bottom: 80px;
	min-height: calc(100vh - 626px);
}

.main article {
	margin-top: 0px;
	margin-bottom: 0px;
}

.border {
	background: #d8d8d8;
	height: 1px;
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 0px;
}

.content-block {
	max-width: 1280px;
	width: 90%;
	width: calc(100% - 120px);	
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.content-block-inner {
	position: relative;
}

.content-left {
	width: 100%;
	max-width: 900px;
}

.list-item-animate {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list-item-animate.show {
	opacity: 1;
}

@media (max-width: 1279px) {
	article {
		min-height: calc(100vh - 465px);
	}
}

@media (max-width: 959px) {
	article {
		margin-top: 25px;
		margin-bottom: 50px;
		min-height: calc(100vh - 402px);
	}
	
	.border {
		left: 20px;
		right: 20px;
	}
	
	.content-block {
		width: 90%;
		width: calc(100% - 60px);	
	}	
}

@media (max-width: 479px) {
	article {
		margin-top: 18px;
		min-height: calc(100vh - 500px);
	}
	
	.content-block {
		width: 90%;
		width: calc(100% - 40px);	
	}
	
	.border {
		left: 0px;
		right: 0px;
	}
}

/*style page*/
.content {	
	font-family: "Playfair Display", sans-serif; 
	font-size: 18px;
	line-height: 30px;
}

.content .breadcrumbs {
	width: 100%;
}

.content .breadcrumbs-item {
	display: inline;
	position: relative;
}

.content .breadcrumbs-item:after {
	content: "";
    width: 30px;
    height: 1px;
    background-color: rgb(52, 45, 39);
    display: inline-block;
    margin-bottom: 4px;
    margin-bottom: 4px;
    margin-left: 15px;
    margin-right: 15px;
}

.content .breadcrumbs-item:last-child:after {
	display: none;
}

.content .breadcrumbs-item a {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 14px;
	line-height: 18px;
	border: none;
	color: rgb(52, 45, 39);
	-webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
}

.content .breadcrumbs-item:not(.active) a:hover {
    color: rgb(52, 45, 39);
}

.content p {
	margin-bottom: 25px;
}

.content h1 {
	width: 100%;
	font-family: "Playfair Display", sans-serif;
    font-size: 50px;
    line-height: 54px;
    margin-top: 10px;
    margin-bottom: 40px;
	font-weight: 800;
}

.content h2 {
	font-family: "Playfair Display", sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
	color: rgb(52, 45, 39);
}

.content h3 {
	font-family: "Playfair Display", sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.content h4 {
	font-family: "Bitter-Medium", sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.content h5 {
	font-family: "Playfair Display", sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.content h6 {
	font-family: "Playfair Display", sans-serif;
	color: rgb(52, 45, 39);
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.content img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	z-index: 1;
	margin-top: 40px;
	margin-bottom: 40px;
}

.content figure.image {
	position: relative;
}

.content figure.image figcaption {
	font-family: "IBMPlexSans-SemiBold", sans-serif;
    margin-top: -30px;
	margin-bottom: 30px;
	line-height: 26px;
}

.content iframe {
	max-width: 100%;
}

.content a {
	font-family: "IBMPlexSans-SemiBold", sans-serif;
	border-bottom: 1px solid rgb(52, 45, 39);
}

.content a:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
}

.content strong, b {
	font-family: "Playfair Display", sans-serif;
}

.content em, i {
	font-family: "IBMPlexSans-Italic", sans-serif;
}

.content sup {
	vertical-align: super;
    font-size: 10px;
}

.content sub {
	vertical-align: sub;
    font-size: 10px;
}

.content ul {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0px;
	line-height: 24px;
}

.content ul li {
	margin-bottom: 15px;
	list-style: none;
	padding-left: 20px;
	position: relative;
}

.content ul li:before,
.content ol ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgb(52, 45, 39);
	position: absolute;
	top: 8px;
	left: 0px;
}

.content ul ul li:before {
	background: none;
	width: 6px;
	height: 6px;
	border: 2px solid rgb(52, 45, 39);
}

.content ul ol>li:before { 
	background: none;
	border-color: rgba(255,255,255,0);
}

.content ul li:last-child {
	margin-bottom: 0px;
}

.content ul li > ul,
.content ol li > ul {
	margin-top: 15px;
	margin-bottom: 0px;
}

.content ol {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 0px;
	counter-reset: li;
	list-style: none;
}

.content ol li {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	list-style: none;
}

.content ol>li:before {
	font-family: "IBMPlexSans-Regular", sans-serif;
	counter-increment: li;
	content: counters(li,".") ". ";
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	color: rgb(52, 45, 39);
	width: 40px;
    text-align: center;
}

.content ol li:last-child {
	margin-bottom: 0px;
}

.content ol li > ol,
.content ul li > ol {
	margin-top: 15px;
	margin-bottom: 0px;
}

.content table {
	width: 100%;
	height: auto !important;
	margin-top: 45px;
	margin-bottom: 45px;
	overflow: auto;
	display: block;
	text-align: left;
	font-size: 18px;
	max-width: max-content;
	position: relative;
}

.content table p {
	margin: 0px;
}

.content table tr {
	height: auto !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.content table tr:hover {
	background-color: #e1e1e1;
}

.content table tr th {
	color: #1c1c1c;
	font-family: "IBMPlexSans-SemiBold", sans-serif;
	text-transform: uppercase;
	background-color: #e1e1e1;
}

.content table tr th, td {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	font-size: 16px;
    line-height: 22px;
}

.content table tr td {
	border-bottom: 1px solid #cccccc;
}

.button,
.content .button,
.content a.button {
	font-family: "IBMPlexSans-SemiBold", sans-serif;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	color: rgb(52, 45, 39);
	text-transform: uppercase;
	border: 2px solid rgb(52, 45, 39);
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.button:hover,
.content .button:hover {
	color: #fff;
	background-color: rgb(52, 45, 39);
}

.content .important {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 20px;
	line-height: 30px;
	background-color: rgb(236, 232, 226);
	font-family: "IBMPlexSans-SemiBold", sans-serif;
	color: rgb(52, 45, 39);
}

.content .slider-inner {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-top: 45px;
	margin-bottom: 45px;
	background-color: rgb(236, 232, 226);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 80px;
}

.content .slider-inner .slick-track {
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.content .slider-inner-item {
	outline: none;
	height: 100%;
	position: relative;
	text-align: center;
}

.content .slider-inner-item-img {
	outline: none;
	display: inline;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.content .slider-inner-item-title {
	position: absolute;
	left: 50px;
	right: 50px;
    bottom: 0;
	color: #fff;
	z-index: 10;
}

.content .slider-inner-item-title .title-wrap {
	display: inline;
	font-size: 4px;
    line-height: 4px;
    background: rgb(52, 45, 39);
    box-shadow: -1px -4px 0px 10px rgb(52, 45, 39);
}

.content .slider-inner-item-title .title-wrap p {
	display: inline;
	font-size: 18px;
    line-height: 24px;
}

.content .slider-inner-prev,
.content .slider-inner-next {
	position: absolute;
	bottom: 17px;
	width: 48px;
	height: 48px;
	border: 2px solid rgb(52, 45, 39);
	border-radius: 50%;
	background-color: rgba(255,255,255,0);
	background-size: 19px 11px;
	background-repeat: no-repeat;
	background-position: 13px 16px;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content .slider-inner-prev {
	right: 93px;
	background-image: url(../img/arrow_slider_left.svg);
}

.content .slider-inner-next {
	right: 33px;
	background-image: url(../img/arrow_slider_right.svg);	
}

.content .slider-inner-prev:hover {
	background-image: url(../img/arrow_slider_left_hover.svg);
	background-color: rgb(52, 45, 39);
}

.content .slider-inner-next:hover {
	background-image: url(../img/arrow_slider_right_hover.svg);	
	background-color: rgb(52, 45, 39);
}

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

.content .pages.pages-post {
	display: block;
	text-align: left;
}

.content .pages-content {
	display: inline-block;
	padding-left: 48px;
	padding-right: 48px;
	position: relative;
	min-height: 30px;
}

.content .pages.pages-post .pages-content {
	display: block;
}

.news+.content .pages-content {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.news+.content .pages-prev,
.news+.content .pages-next,
.news+.content .pages-prev a,
.news+.content .pages-next a {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.news+.content .pages-prev a {
	margin-right: 10px;
}

.news+.content .pages-next a {
	margin-left: 10px;
}

.content .pages-prev a,
.content .pages-next a {
	font-family: "IBMPlexSans-SemiBold", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	border: none;
	position: absolute;
    width: 30px;
    height: 14px;
    top: 6px;
	text-transform: uppercase;
    background-size: 30px 14px;
    background-position: 0px 0px;
	background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content .pages-prev a {
	left: 5px;
    background-image: url(../img/arrow-button-prev.svg);
}

.content .pages-prev a:hover {
	border: none;
	left: 0px;
}

.content .pages-next a {
    right: 5px;
    background-image: url(../img/arrow-button-next.svg);
}

.content .pages-next a:hover {
	border: none;
	right: 0px;
}

.content .pages.pages-post .pages-prev a,
.content .pages.pages-post .pages-next a {
	width: auto;
	height: auto;
}

.content .pages.pages-post .pages-prev a {
	padding-left: 45px;
	background-position: left 4px;
}

.content .pages.pages-post .pages-next a {
	padding-right: 45px;
	background-position: right 4px;
}

.content .pages-number {
	overflow: hidden;
}

.content .pages-number a {
	font-family: "IBMPlexSans-SemiBold", sans-serif;
	border: 3px solid rgba(0,0,0,0);
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	color: rgba(0,81,61,0.5);
	font-size: 22px;
	line-height: 54px;
}

.content .pages-number a:hover,
.content .pages-number a.active {
	color: rgb(52, 45, 39);
}

.content .pages-number a.active {
	border-color: rgba(39,108,22,0.5);
	width: 62px;
	height: 62px;
	border-radius: 50%;
}

@media (max-width: 959px) {
	.content h1 {
		font-size: 45px;
		line-height: 53px;
		/* margin-top: 0px; */
		margin-bottom: 20px;
	}

	.content h2 {
		font-size: 30px;
		line-height: 38px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.content h3 {
		font-size: 26px;
		line-height: 32px;
		margin-top: 25px;
	}

	.content h4 {
		font-size: 22px;
		line-height: 30px;
		margin-top: 25px;
	}

	.content h5 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 25px;
	}

	.content h6 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 25px;
	}

	.content img {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.content ul {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.content table {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 16px;
	}

	.content table tr th, td {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.content .important {
		margin-top: 25px;
		margin-bottom: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 20px;
		line-height: 28px;
	}
	
	.content .button, 
	.content a.button {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.content .slider-inner {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-bottom: 60px;
	}

	.content .slider-inner-item-title {
		left: 35px;
		right: 120px;
		bottom: 20px;
	}
	
	.content .slider-inner-item-title .title-wrap {
		font-size: 1px;
		line-height: 1px;
	}
	
	.content .slider-inner-item-title .title-wrap p {
		font-size: 16px;
	}

	.content .slider-inner-prev,
	.content .slider-inner-next,
	.content .slider-inner-prev:hover,
	.content .slider-inner-next:hover {
		bottom: 20px;
		width: 22px;
		height: 20px;
		background-color: rgba(255,255,255,0);
		background-position: 0px 5px;
		background-size: 22px 9px;
		border: none;
	}

	.content .slider-inner-prev {
		right: 65px;
	}

	.content .slider-inner-next {
		right: 20px;	
	}
	
	.content .pages-prev a,
	.content .pages-next a {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.content .pages-number a {
		border-width: 2px;
		font-size: 18px;
		line-height: 45px;
	}
	
	.content .pages-number a.active {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 479px) {
	.content {
		line-height: 28px;
	}
	
	.content p {
		margin-bottom: 20px;
	}
	
	.content h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.content h2 {
		font-size: 26px;
		line-height: 32px;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.content h3 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.content h4 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.content h5 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.content h6 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.content img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.content figure.image figcaption {
		margin-top: -20px;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.content ul {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.content table {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.content table tr th, td {
		font-size: 14px;
		line-height: 20px;
	}

	.content .important {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
		line-height: 26px;
	}
	
	.content .slider-inner-item-title {
		left: 25px;
		right: 110px;
	}
	
	.content .slider-inner-item-title .title-wrap {
		display: block;
		box-shadow: -2px 0px 0px 10px rgb(52, 45, 39);
	}
	
	.content .slider-inner-item-title .title-wrap p {
		font-size: 14px;
		line-height: 16px;
	}
	
	.content .pages.pages-post .pages-prev a,
	.content .pages.pages-post .pages-next a {
		width: 30px;
		overflow: hidden;
		font-size: 0px;
		color: rgba(255,255,255,0);
	}
}

/*news*/
.news {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -40px;
	margin-bottom: 40px;
}

.news-item {
	width: 22%;
	width: calc(25% - 40px);
	margin-bottom: 40px;
	margin-right: 40px;
}

.news-item-img,
.news-item-img-plug {
	overflow: hidden;
	position: relative;
	line-height: 0px;
	-webkit-transition: -webkit-transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
    -moz-transition: -moz-transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
    -o-transition: -o-transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
}

.news-item:hover .news-item-img ,
.news-item:hover .news-item-img-plug {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	box-shadow: 0 16px 32px rgba(52, 45, 39, 0.16);
}

.news-item-img img,
.news-item-img-plug img {
	width: 100%;
}

/* Книги: единая высота, без обрезки, ховер на всю карточку */
.news-item.news-item-book {
	background-color: #fff;
	transition: opacity 0.3s ease-out 0s, transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
}

.news-item.news-item-book:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 32px rgba(52, 45, 39, 0.16);
}

.news-item.news-item-book:hover .news-item-img {
	transform: none;
	box-shadow: none;
}

.news-item.news-item-book .news-item-img {
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #e9e2d8;
}

.news-item.news-item-book .news-item-img img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: contain;
}

.news-item.news-item-book .news-item-header,
.news-item.news-item-book .news-item-text {
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

.news-item.news-item-book .news-item-text {
	padding-bottom: 16px;
}

.news-item-date {
	font-family: "Playfair Display", sans-serif; 
	font-size: 14px;
	line-height: 18px;
	color: #828282;
	margin-top: 18px;
}

.news-item-header {
	font-family: "Playfair Display", sans-serif; 
	font-size: 18px;
	line-height: 23px;
	color: #2B2B2B;
	margin-top: 10px;
	margin-bottom: 12px;
}

.news-item-text {
	font-size: 14px;
	line-height: 18px;

	color: #000;
}

@media (max-width: 1279px) {
	.news {
		margin-right: -20px;
	}

	.news-item {
		width: 30%;
		width: calc(33.3333% - 20px);
		margin-right: 20px;
	}
}

@media (max-width: 959px) {	
	.news {
		margin-bottom: 0px;
	}
	
	.news-item {
		width: 45%;
		width: calc(50% - 20px);
		margin-right: 20px;
	}
}

@media (max-width: 479px) {
	.news {
		margin-right: 0%;
	}
	
	.news-item {
		width: 100%;
		border-bottom: 1px solid #dbdcdc;
		/* padding-bottom: 40px; */
		margin-bottom: 45px;
		margin-right: 0%;
		text-align: center;
	}
	
	.news-item:last-child {
		border: none;
	}

	.news-item.news-item-book .news-item-img {
		height: 300px;
		padding: 10px;
	}
	
	.news-item-img-plug {
		display: none;
	}
	
	.news-item-img-plug+.news-item-date {
		margin-top: 0px;
	}
}

/*new*/
.new-date {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 14px;
	line-height: 18px;
	color: #8b8b8b;
	margin-top: -10px;
	margin-bottom: 40px;
}

@media (max-width: 959px) {
	.new-date {
		font-size: 12px;
		line-height: 12px;
		color: #8b8b8b;
		margin-top: -10px;
		margin-bottom: 20px;
	}
}

/*main*/
.main-section {
	margin-bottom: 104px;
}

.main-section-header {
	font-family: "Playfair Display", sans-serif;
    font-size: 28px;
    line-height: 1.3;
	color: rgb(52, 45, 39);
	margin-bottom: 36px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700;
}

.main-firstslider {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.main-firstslider-item {
	width: 100%;
	position: relative;
}

.main-firstslider-item-image {
	width: 100%;
}

.main-firstslider-item-header {
	font-family: "Playfair Display", sans-serif;
	font-size: 46px;
	line-height: 80px;
	color: #FFFFFF;
	max-width: 600px;
	position: absolute;
	top: 100px;
    z-index: 5;
}

.main-firstslider-item-header>span {
	line-height: 60px;
	background: rgb(52, 45, 39);
	box-shadow: -5px 5px 0px 5px rgb(52, 45, 39);
}

.main-firstslider-item-header>span>span {
	box-shadow: 5px 5px 0px 5px rgb(52, 45, 39);
}

.main-firstslider-prev,
.main-firstslider-next {
	position: absolute;
	bottom: 40px;
	width: 47px;
	height: 24px;
	background: none;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-firstslider-prev {
	background-image: url(../img/main_slider_prev.svg);
	left: calc(50% - 70px);
}

.main-firstslider-prev:hover {
	-webkit-transform: translate(-5px,0px);
	transform: translate(-5px,0px);
	cursor: pointer;
}

.main-firstslider-next {
	background-image: url(../img/main_slider_next.svg);
	right: calc(50% - 70px);
}

.main-firstslider-next:hover {
	-webkit-transform: translate(5px,0px);
	transform: translate(5px,0px);
	cursor: pointer;
}

.main-firstscreen {
	position: relative;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 146px);
	overflow: hidden;
}

.main-firstscreen-video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	z-index: 5;
}

.main-firstscreen .content-block {
	height: 100%;
}

.main-firstscreen-header {
	position: absolute;
	left: 0px;
	bottom: 104px;
	max-width: 725px;
	font-family: "Bitter-Medium", sans-serif;
	font-size: 48px;
	line-height: 1.6;
	color: #fff;
	text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
	z-index: 10;
}

.main-runrow {
	width: 100%;
	overflow: hidden;
}

.main-runrow-content {
	font-family: "Playfair Display", sans-serif;
	font-size: 160px;
	line-height: 1.2;
	color: #fff;
	white-space: nowrap;
	text-shadow: 0px 0px 1px #000;
	-webkit-text-stroke: 2px rgb(52, 45, 39);
	text-stroke: 2px rgb(52, 45, 39);
}

.main-about {	
}

.main-about .content-block {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.main-about-content {
	width: 100%;
}

.main-about-subheader {
	font-family: "Bitter-Medium", sans-serif;
    font-size: 30px;
    line-height: 1.6;
	margin-bottom: 36px;
	max-width: 840px;
}

.main-about-text {
	/* font-family: "IBMPlexSans-Regular", sans-serif; */
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	margin-bottom: -16px;
}

.main-about-text-column {
	width: calc(50% - 110px);
	max-width: 510px;
	margin-right: 110px;
}

.content .main-about-text-column p {
    margin-bottom: 16px;
}

.main-about-certificates {
	width: 210px;
	text-align: center;
	margin-top: -80px;
}

.main-about-certificates-img {
	max-width: 200px;
	max-height: 190px;
	margin-bottom: 15px;
}

.main-about-certificates-link {
	font-family: "Bitter-Medium", sans-serif;
	font-size: 20px;
    line-height: 26px;	
	color: rgb(52, 45, 39);
	border-bottom: 1px solid rgba(0,81,61,0.2);
}

.main-about-certificates-link:hover {
	border-bottom-color: rgba(255,255,255,0);
}

.main-about-certificates-link span {
    font-size: 20px;
    line-height: 26px;	
}

.main-links {
	background-color: rgb(236, 232, 226);
	padding-top: 48px;
	padding-bottom: 48px;
}

.main-links-content {
	display: -webkit-flex; 
	display: flex;
	margin-left: -30px;
}

.main-links-item {
	width: calc(33.3333% - 30px);
	margin-left: 30px;
	padding: 40px;
	height: 280px;
	border: 2px solid rgba(6,60,52,0.1);
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.main-links-item:hover {
	background-color: rgba(6,60,52,0.74);
	border-color: rgba(6,60,52,0);
}

.main-links-item-icon {
	line-height: 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 70px;
	z-index: 5;
}

.main-links-item-icon svg {
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-links-item:hover .main-links-item-icon svg * {
	fill: rgb(236, 232, 226);
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-links-item-header {
	font-family: "Bitter-Medium", sans-serif;
	font-size: 20px;
    line-height: 26px;
	color: rgba(6,60,52,1);
	max-width: 270px;
	text-align: center;
	padding-top: 85px;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-links-item:hover .main-links-item-header {
	color: rgb(236, 232, 226);
}

.main-services {
}

.main-services-content {
	margin-left: -40px;
}

.main-services-content .slick-list {

}

.main-services-item {
	width: calc(33.3333% - 40px);
	margin-left: 40px;
	max-width: 400px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.main-services-item.margin-top {
	margin-top: 80px;
}

.main-services-item-img {
	line-height: 0px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 2px;
}

.main-services-item-img img {
	width: 100%;
}

.main-services-item-header {
	display: block;
	font-family: "Bitter-Medium", sans-serif;
	font-size: 22px;
	line-height: 1.6;
	color: #fff;
	padding: 40px;
	background-color: rgb(52, 45, 39);
	border-radius: 8px;
}

.main-services-item-hover {
	position: absolute;
	top: 110%;
	left: 0px;
	right: 0px;
	height: 100%;
	color: #fff;
	background-color: rgb(52, 45, 39);
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-services-item:hover .main-services-item-hover {
	top: 0px;
}

.main-services-item-header span {
	border-bottom: 1px solid #fff;
}

.main-services-item-anons {
	position: absolute;
	left: 40px;
	bottom: 148px;
	width: calc(100% - 80px);
	font-family: "IBMPlexSans-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: rgb(236, 232, 226);
}

.main-services-item-button {
	position: absolute;
	left: 40px;
	bottom: 40px;
	font-family: "Playfair Display", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	padding: 16px;
	padding-right: 50px;
	border: 1px solid #fff;
	border-radius: 8px;
	background-image: url(../img/main_next_white.svg);
    background-size: 18px 12px;
    background-repeat: no-repeat;
	background-position: calc(100% - 18px) 17px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-services-item-button:hover {
	background-position: calc(100% - 10px) 17px;
}

.main-services-prev,
.main-services-next {
	position: absolute;
	top: -84px;
	width: 60px;
	height: 60px;
	border: 1px solid rgb(52, 45, 39);
	border-radius: 8px;
	background-color: #fff;
	background-image: url(../img/main_next_green.svg);
    background-size: 18px 12px;
    background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-services-prev:hover,
.main-services-next:hover { 
	background-color: rgb(236, 232, 226);
	border-color: rgb(236, 232, 226);
	cursor: pointer;
} 

.main-services-prev {
	right: 72px;
	background-image: url(../img/main_prev_green.svg);
}

.main-services-next {
	right: 0px;
	background-image: url(../img/main_next_green.svg);
}

.main-advantages {
}

.main-advantages .content-block {
	padding-top: 88px;
	padding-bottom: 14px;
}

.main-advantages .content-block:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -400px;
	right: 0px;
	background-color: #333031;
    background-image: url(../img/advantages-bg.jpg);
    background-size: cover;
    background-position: center;
	border-radius: 8px;
	z-index: -1;
}

.main-advantages-content {
	position: relative;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding-top: 36px;
}

.main-advantages-item {
	-webkit-display: flex;
	display: flex;
	width: calc(50% - 72px);
	max-width: 520px;
    padding-right: 40px;
    margin-left: 72px;
	margin-bottom: 76px;
}

.main-advantages-item-icon {	
}

.main-advantages-item-icon svg {
	width: 47px;
}

.main-advantages-item-content {
	width: calc(100% - 82px);
	margin-left: 35px;
}

.main-advantages-item-header {
	font-family: "Bitter-Medium", sans-serif;
	font-size: 22px;
	line-height: 1.5;
	color: rgb(52, 45, 39);
	margin-top: 6px;
}

.main-advantages-item-text {
	font-family: "IBMPlexSans-Regular", sans-serif;
	font-size: 16px;
    line-height: 1.8;
    margin-top: 12px;
    color: #2B2B2B;
}

.main-news .main-section-header {
	padding-right: 120px;
}

.main-news .news {
	margin-bottom: -40px;
	font-family: "IBMPlexSans-Regular", sans-serif;
	position: relative;
}

.main-news .news-item {
    overflow: hidden;
    width: calc(33.33333% - 40px);
    margin-right: 40px;
	background: #FFFFFF;
	border: 1px solid rgb(52, 45, 39);
	box-sizing: border-box;
	padding: 40px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-news .news-item:hover {
	background: rgb(236, 232, 226);
	border-color: rgb(236, 232, 226);
}

.main-news .news-item-img img, 
.main-news .news-item-img-plug img {
	display: none;
}

.main-news .news-item-date {
    font-family: "Playfair Display", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #828282;
    margin-top: 0px;
	text-transform: uppercase;
}

.main-news .news-item-header {
    font-family: "Bitter-Medium", sans-serif;
    font-size: 22px;
    line-height: 1.6;
    color: rgb(52, 45, 39);
    margin-top: 12px;
}

.main-news .news-item-header span {
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out 0s;
    	-moz-transition: all 0.3s ease-out 0s;
   	 -o-transition: all 0.3s ease-out 0s;
   	 transition: all 0.3s ease-out 0s;
}

.main-news .news-item:hover .news-item-header span {
	border-bottom-color: rgb(52, 45, 39);
}

.main-news .news-item-text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 12px;
    color: #2B2B2B;
}

.main-news-button {
	font-family: "Playfair Display", sans-serif;
    font-size: 14px;
    line-height: 1.2;
	text-transform: uppercase;
	color: rgb(52, 45, 39);
	position: absolute;
	right: 0px;
	top: 15px;
}

.main-news-button:hover {
    color: #2B2B2B;
}

.main-section.main-clients {
	padding-top: 88px;
	padding-bottom: 48px;
	background: rgb(236, 232, 226);
	margin-bottom: 0px;
}

.main-clients-content {
	padding-top: 36px;
}

.main-clients-item-link {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 224px;
	/* background: #fff; */
    line-height: 130px;
	text-align: center;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	/* box-shadow: 12px 12px 24px rgba(6, 60, 52, 0.1); */
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-clients-item-link:hover {
	/* box-shadow: 12px 12px 24px rgba(6, 60, 52, 0.3); */
}

.slick-slide img.main-clients-item-img {
	max-width: 80%;
	max-height: 80%;
}

.main-slider-nav {
	font-family: "Bitter-Medium", sans-serif;
	font-size: 20px;
    line-height: 26px;
	color: rgb(52, 45, 39);
	letter-spacing: 4px;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.main-slider-nav-prev,
.main-slider-nav-next {
	margin-top: 7px;
}

.main-slider-nav-prev svg,
.main-slider-nav-next svg {
	width: 44px;
    height: 20px;
	cursor: pointer;
}

.main-slider-nav-prev svg *, 
.main-slider-nav-next svg *{
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-slider-nav-prev:hover svg *, 
.main-slider-nav-next:hover svg *{
	fill: rgb(52, 45, 39);
}

.main-slider-nav-current {
	width: 45px;
	text-align: right;
}

.main-slider-nav-count {
	width: 45px;
}

.main-slider-nav-next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-clients:not(.main-clients-desktop ) {
	display: none;
}

.main-clients-desktop {
}

.main-clients-desktop-line {
	display: -webkit-flex; 
	display: flex;
	width: max-content;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-clients-desktop-line1 {
}

.main-clients-desktop-line2 {
}

.main-clients-desktop-line .main-clients-item-link {
	width: 164px;
}

@media (max-width: 1279px) {
	.main-section {
		margin-bottom: 88px;
	}

	.main-firstslider-item-header {
		font-size: 30px;
		line-height: 60px;
	}
	
	.main-firstslider-prev,
	.main-firstslider-next {
		display: none !important;
	}
	
	.main-runrow-content {
		font-size: 100px;
	}	
	
	.main-about-text-column {
		width: calc(50% - 40px);
		margin-right: 0px;
	}

	.main-firstscreen {
		height: calc(100vh - 126px);
	}
	
	.main-links {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.main-links-content {
		margin-left: -20px;
	}

	.main-links-item {
		width: calc(33.3333% - 20px);
		margin-left: 20px;
		padding: 20px;
		height: 200px;
	}

	.main-links-item-icon {
		top: 40px;
	}

	.main-links-item-header {
		font-size: 18px;
		line-height: 22px;
		max-width: 260px;
	}

	.main-services-item-header {
		font-size: 20px;
	}	
	
	.main-services-item-hover {
		display: none;
	}
	
	.main-advantages-item {
		width: calc(50% - 40px);
		margin-left: 40px;
		margin-bottom: 48px;
	}
	
	.main-news .news {
		margin-right: -40px;
	}
	
	.main-news .news .news-item {
		width: calc(50% - 40px);
	}
	
	.main-news .news .news-item:nth-child(3) {
		display: none;
	}
	
	.main-clients:not(.main-clients-desktop ) {
		display: block;
	}

	.main-clients-desktop {
		display: none;
	}

	.main-clients-item-link {
		height: 240px;
		margin-bottom: 28px;
		margin-left: 14px;
		margin-right: 14px;
	}

	.slick-slide img.main-clients-item-img {
		max-width: 96%;
		max-height: 96%;
	}
}

@media (max-width: 959px) {
	.main-section {
		margin-bottom: 72px;
	}
	
	.main-firstslider-item-header {
		top: 50px;
	}
	
	.main-firstscreen-video {
		display: none;
	}

	.main-firstscreen-header {
		bottom: 72px;
		font-size: 32px;
	}
	
	.main-runrow-content {
		font-size: 80px;
	}
	
	.main-about-text {
		display: block;
	}

	.main-about-text-column {
		width: 100%;
		max-width: 100%;
	}
	
	.main-links {
		background: none;
		padding: 0px;
	}
	
	.main-services-item.margin-top {
		margin-top: 30px;
	}
	
	.main-links-item-header {
		font-size: 16px;
		line-height: 18px;
	}

	.main-services-item-header {
		font-size: 18px;
		padding: 30px;
	}
	
	.main-services-prev,
	.main-services-next {
		top: -74px;
		width: 40px;
		height: 40px;
	} 

	.main-services-prev {
		right: 52px;
	}	
	
	.main-advantages-item {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 36px;
	}

	.main-section.main-advantages .content-block {
		padding-top: 48px;
	}
	
	.main-advantages-content {
		padding-top: 0px;
	}
	
	.main-news .news .news-item {
		padding: 30px;
	}
	
	.main-section.main-clients {
		padding-top: 48px;
	}
	
	.main-clients-content {
		padding-top: 0px;
	}

	.main-clients-item-link {
		height: 215px;
		margin-bottom: 24px;
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (max-width: 639px) {
	.main-firstslider-item-header {
		top: 30px;
		font-size: 26px;
		line-height: 50px;
	}
	
	.main-firstslider-item-header>span {
		line-height: 50px;
	}
	
	.main-firstscreen {
		height: calc(100vh - 88px);
	}

	.main-firstscreen-header {
		font-size: 30px;
	}
	
	.main-runrow-content {
		font-size: 60px;
	}
	
	.main-about-subheader {
		font-size: 22px;
	}
	
	.main-links-content {
		margin-left: 0px;
		display: block;
	}
	
	.main-links-item {
		margin-left: 0px;
		margin-bottom: 20px;
		height: 125px;
		padding-left: 120px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.main-links-item-icon {
		top: 30px;
		left: 20px;
		width: 80px;
	}
	
	.main-links-item-icon svg {
		height: 60px;
	}
	
	.main-links-item-header {
		padding-top: 0px;
		font-size: 20px;
		line-height: 24px;
		max-width: none;
		text-align: left;
	}
	
	.main-services-content {
		margin-left: 0px;
	}
	
	.main-services-item {
		width: 300px;
	}
	
	.main-services-item.margin-top {
		margin-top: 0px;
	}
	
	.main-news .news .news-item {
		width: 100%;
	}
	
	.main-news .news-item-header {
		font-size: 20px;
	}
	
	.main-news .news-item-text {
		margin-top: 12px;
	}

	.main-clients-item-link {
		height: 196px;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 479px) {
	.main-firstslider-item-header {
		top: 15px;
		font-size: 16px;
		line-height: 22px;
	}
	
	.main-firstslider-item-header>span {
		line-height: 22px;
	}
	
	.main-section {
		margin-bottom: 50px;
	}

	.main-section-header {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.main-about-subheader {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.main-links-item {
		padding-left: 100px;
	}
	
	.main-links-item-icon {
		top: 35px;
		left: 10px;
	}
	
	.main-links-item-icon svg {
		height: 50px;
	}
	
	.main-links-item-header {
		font-size: 16px;
		line-height: 22px;
	}	
	
	.main-services-prev,
	.main-services-next {
		top: -66px;
	}
	
	.main-news .news .news-item:nth-child(3) {
		display: block;
	}

	.main-news-button {
		top: 13px;
	}

	.main-clients-item-link {
		height: 184px;
		margin-bottom: 16px;
		margin-left: 8px;
		margin-right: 8px;
	}

	.slick-slide img.main-clients-item-img {
		max-width: 94%;
		max-height: 94%;
	}
}

/*contacts*/
.contacts {
	display: -webkit-flex; 
	display: flex;
}

.contacts-left {
	width: 50%;
	padding-right: 75px;
}

.contacts-header {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 16px;
	line-height: 20px;
}

.contacts-content {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 20px;
	line-height: 26px;
}

.contacts-address {
	margin-top: 10px;
}

.contacts-phone {
	margin-top: 25px;
}

.contacts-phone a,
.contacts-phone a:hover {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 18px;
	line-height: 23px;
	border: none;
	color: #000;
}

.contacts-phone a span {
	color: #A9A9A9;
}

.contacts-phone .contacts-content {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -40px;
}

.contacts-phone .contacts-content a {
	margin-left: 40px;
	line-height: 30px;
}

.contacts-phone a span {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
}

.contacts-email {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 45px;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -55px;
}

.contacts-email-item {
	margin-left: 55px;
	margin-bottom: 40px;
}

.contacts-email-item a {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 18px;
	line-height: 23px;
}

.contacts-email .contacts-header {
	line-height: 18px;
}

.contacts-right {
	width: 50%;
}

.contacts-right .map {
	width: 100%;
	height: 520px;
}

@media (max-width: 959px) {	
	.contacts { 
		display: block;
	}
	
	.contacts-left,
	.contacts-right {
		width: 100%;
	}
	
	.contacts-right {
		margin-left: -60px;
		margin-right: -60px;
		margin-bottom: -50px;
		width: auto;
	}
	
	.contacts-left {
	    padding-bottom: 10px;
		padding-right: 0px;
	}
	
	.contacts-content {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.contacts-left {
		max-width: 400px;
	}
	
	.contacts-right {
		padding-top: 35px;
		padding-bottom: 235px;
		margin-bottom: 0px;
	}
	
	.contacts-right .map {
		height: 420px;
	}
	
	.contacts-phone .contacts-content a {
		font-size: 24px;
	}
	
	.contacts-phone a span {
		font-size: 17px;
	}
	
	.contacts-email {
		position: absolute;
		bottom: -20px;
		padding-top: 0px;
		margin-top: 0px;
		border: none;
		max-width: 350px;
	}
	
	.contacts-email-item {
		margin-bottom: 30px;
	}
}

/*search*/
.content .search-result-form input {
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	border: none;
	outline: none;
	border-bottom: 1px solid #d8d8d8;
	margin-right: 25px;
	width: 50%;
	width: calc(100% - 160px);
	background: none;
}

.content .search-result-form input+.error.error-message {
	font-size: 0px;
	line-height: 0px;
	opacity: 0;
}

.content .search-result-form .button {
	margin: 0px;
}

.search-result-not {
	margin-top: 40px;
}

@media (max-width: 479px) {
	.content .search-result-form {
		text-align: center;
	}
	
	.content .search-result-form input {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*team*/
.team-item {
	display: -webkit-flex; 
	display: flex;
}

.team-item-left {
	width: 290px;
	padding-right: 40px;
	border-right: 1px solid #CFCFCF;
	margin-right: 40px;
}

.team-item-right {
	width: calc(100% - 330px);
}

.team-item-image {
	margin-right: 40px;
}

.content .team-item-image img {
	margin: 0px;
	width: 180px;
	height: auto;
}

.team-item-header {
	width: calc(100% - 220px);
}

.content .team-item-header h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.team-item-header-link {
	line-height: 1;
	padding-left: 40px;
	margin-bottom: 20px;
    background-repeat: no-repeat;
}

.team-item-header-link.phone {
	background-image: url(../img/team-phone.svg);
    background-size: 18px 18px;
	background-position: 0px 16px;
}

.team-item-header-link.email {
	background-image: url(../img/team-email.svg);
    background-size: 20px 16px;
	background-position: 0px 18px;
}

.team-item-header-link a:hover,
.team-item-header-link a {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 16px;
	line-height: 28px;
	color: rgb(52, 45, 39);
	border: none;
	display: block;
	width: max-content;
}

.team-item-header-link span {
	font-size: 12px;
	line-height: 16px;
	color: #2B2B2B;
}

.team-item-header strong {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #2B2B2B;
}

@media (max-width: 959px) {
	.team-item {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.team-item-header {
		width: 100%;
	}
}

/*footer*/
footer {	
	background-color: rgb(52, 45, 39);
	flex-grow: 1;
	/* background-image: url(../img/footer-bg.jpg); */
    background-size: cover;
    background-position: center;
	padding-top: 80px;
	padding-bottom: 60px;
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	color: #fff;
}

.footer-top {
	padding-bottom: 80px;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}

.footer-menu {
	max-width: 500px;
	text-align: left;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-menu-item {
	font-size: 14px;
	line-height: 1.2;	
	width: 280px;
	padding-bottom: 16px;
	padding-right: 20px;
}

.footer-menu-item:nth-child(2n+1) {
	width: 220px;
}

.footer-menu-item-a {
	font-family: "IBMPlexSans-SemiBold", sans-serif; 
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}

.footer-menu-item-a:hover,
.footer-menu-item.active .footer-menu-item-a {
	opacity: 0.7;
}

.footer-menu-item-a span {	
}

.footer-top-column-contacts {
	width: 50%;
	width: calc(100% - 500px);
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-end; 
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-top-column {
	font-size: 16px;
	line-height: 1.1;
	margin-right: 60px;
	max-width: 220px;
}

.footer-top-header {
	font-family: "IBMPlexSans-Regular", sans-serif; 
	color: #B4AFA8;
	padding-bottom: 12px;
}

.footer-top-column-line {
	font-size: 19px;
	line-height: 1.7;
	overflow: hidden;
}

.footer-top-column.column-phone .footer-top-column-line {
	font-size: 19px;
	line-height: 1.7;
	color: #fff;	
}

.footer-top-column.column-phone a {
	color: #fff;	
}

.footer-top-column.column-logo {
	margin-right: 0px;
	margin-top: -12px;
	line-height: 0;
}

.footer-top-column.column-logo img {
	width: 140px;
}

.footer-top-column.column-social {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: flex-end; 
	justify-content: flex-end;
	margin-top: 10px;
	max-width: 100%;
    width: 100%;
}

.footer-top-column.column-social .social-item:not(:first-child) {
	margin-left: 9px;
}

.footer-top-column.column-social .social-item img {
	width: 37px;
	height: 37px;
}

.footer-top-column.column-social .social-item img:hover {
	filter: grayscale(1);
}

.footer-bottom {
	font-family: "IBMPlexSans-Regular", sans-serif; 
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: flex-end;
    align-items: flex-end;
	color: #B4AFA8;
}

.footer-bottom-logo {
	width: 240px;
}

.footer-bottom-logo img {
	width: 100%;
}

.footer-bottom-left {
	width: 40%;
	padding-right: 40px;
}

.footer-bottom-right {
	width: 60%;
	padding-left: 40px;
	text-align: right;
}

.footer-studio-logo {
	display: inline-block;
    background-image: url(../img/logo_parfyonov.svg);
    background-size: 114px 13px;
    background-repeat: no-repeat;
    width: 114px;
    height: 13px;
    border: none;
	margin-top: 6px;
}

@media (max-width: 1279px) {
	footer {	
		padding-top: 30px;
		padding-bottom: 40px;
	}
	
	.footer-top {
		padding-bottom: 30px;
	}
	
	.footer-menu {
		display: none;
	}
	
	.footer-top-column-contacts {
		width: 100%;
	}
	
	.footer-top-column.column-address {
		margin-left: 0%;
		margin-right: 5%;
		text-align: left;
	}
	
	.footer-top-column.column-phone {
		-webkit-flex-grow: 1; 
		flex-grow: 1;
		max-width: none;
		margin-left: 0%;
	}	
}

@media (max-width: 959px) {
	.footer-top {
		padding-bottom: 15px;
	}
	
	.footer-bottom {
		padding-top: 20px;
		border-top: 1px solid #B4AFA8;
	}
}

@media (max-width: 639px) {
	.footer-top-column.column-address,
	.footer-top-column.column-phone,
	.footer-top-column.column-social {
		-webkit-flex-grow: 0; 
		flex-grow: 0;
		width: 100%;
		max-width: none;
		margin: 0px;
		margin-bottom: 10px;
	}
	
	.footer-top-column.column-address {
		margin-bottom: 15px;
	}
	
	.footer-top-column-header {
		font-size: 15px;
	}
	
	.footer-top-column-line,
	.footer-top-column.column-email .footer-top-column-line a span	{
		font-size: 16px;
		line-height: 20px;
	}
	
	.footer-top-column.column-phone .footer-top-column-line {
		font-size: 20px;
		line-height: 20px;
	}
	
	.footer-top-column.column-logo img {
		width: 110px;
	}
	
	.footer-top-column.column-social { 
		width: 50%;
		-webkit-order: 1;
		order: 1;
		margin-top: 20px;
	}

	.footer-bottom {
		display: block;
	}
	
	.footer-bottom-logo {
		margin: 0px auto 20px auto;
	}
	
	.footer-bottom-left,
	.footer-bottom-right {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	
	.footer-bottom-left {
		margin-bottom: 10px; 
	}
}
	
@media (max-width: 479px) {
	.footer-top-column.column-address,
	.footer-top-column.column-email,
	.footer-top-column.column-phone {
		width: 100%;
		text-align: left;
	}
	
	.footer-top-column.column-phone {
		margin-top: 15px;
	}
	
	.footer-top-column.column-email {
		margin-top: 15px;
	}
	
	.footer-top-column.column-social { 
		width: 100%;
		-webkit-justify-content: flex-start; 
		justify-content: flex-start;
		margin-top: 10px;
	}
}

/*404*/
.page404 {
}

.page404 .content-block-inner {
	display: -webkit-flex; 
	display: flex;
}

.page404 .content-left {
	width: 480px;
	margin-right: 270px;
}

.page404 .content-right {
	width: calc(100% - 750px);
	max-width: 465px;
	margin-top: -70px;
}

@media (max-width: 1279px) {
	.page404 .content-left {
		margin-right: 100px;
	}

	.page404 .content-right {
		width: calc(100% - 580px);
	}
}

@media (max-width: 959px) {
	.page404 .content-left {
		width: 100%;
		margin-right: 0px;
	}

	.page404 .content-right {
		display: none;
	}
}

/*print*/
@media print {
	/*header*/
	header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header-search,
	.header-menu,
	.header-menu-icon{
		display: none;
	}

	/*style page*/
	.content .breadcrumbs {
		display: none;
	}

	.content ul li {
		list-style: square inside;
	}

	.content ul li:before {
		display: none;
	}

	.content .slider-inner,
	.content .pages,
	.content .pages.pages-post	{
		display: none;
	}

	/*news*/
	.news {
		margin-right: 0px;
		display: block;
	}

	.news-item {
		width: 100% !important;
		margin-right: 0px;
	}

	.news-item-img,
	.news-item-img-plug {
		width: 300px;
	}

	.news-item-img:after {
		display: none;
	}

	.news-item-img img {
		-webkit-filter: none;
		filter: none;
	}
	
	
	/*comments*/
	.comments-item {
		padding-left: 0px;
		padding-right: 0px;
		background: none;
	}
	
	.comments-item-file {
		display: none;
	}

	/*contacts*/
	.contacts {
		display: block;
	}

	.contacts-left {
		width: 100%;
		padding-right: 0px;
	}
	
	.contacts-email {
		border: none;
	}
	
	.contacts-right {
		width: 100%;
	}

	.contacts-right .map {
		box-shadow: none;
	}

	/*certificates*/
	.certificates {
		display: block;
		margin-right: 0px;
		padding-top: 0px;
	}

	.certificates-item {
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0px;
	}

	/*projects*/
	.projects {
		display: block;
		margin-right: 0px;
	}

	.projects-item {
		width: 100%;
		margin-right: 0px;
	}

	.projects-item-img {
		height: auto;
		max-height: 210px;
		width: 100%;
		max-width: 400px;
		padding-left: 0px;
		padding-right: 0px;
		background: none;
		text-align: left;
	}


	/*project*/
	.project-important {
		background: none;
		margin-bottom: 25px;
	}

	.project-important-left {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.project-important-right,
	.project-important-right:after {
		display: none;
	}


	/*trends*/
	.trends {
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.trends-item {
		width: 50%;
		margin-bottom: 50px;
		margin-right: 0px;
		position: relative;
		overflow: hidden;
	}

	.trends-item-img:after {
		display: none;
	}

	.trends-item-img img {
		opacity: 1;
		width: 150px;
	}

	.trends-item-header {
		margin-top: 20px;
		position: relative;
		left: auto;
		bottom: auto;	
	}

	.trends-item-header-span {
		background: none;
		box-shadow: none;
	}

	/*trend*/
	.trend-important {
		background: none;
		margin-bottom: 20px;
	}

	.trend-important-text {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;	
	}

	.trend-important-image:after,
	.trend-important-image {
		display: none;
	}
	
	.trend-slider-block {
		display: none;
	}

	/*products*/
	.products {
		display: block; 
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.products-item {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0px;
		padding: 0px;
		background: none;
	}

	.products-item:before {
		display: none;
	}

	.products-item-link {
		display: none;
	}

	/*support*/
	.support-accordion-item-header {
		padding: 0px;
	}
	.support-accordion-item-header:before,
	.support-accordion-item-header:after {
		display: none;
	}

	.support-accordion-item-content {
		display: block !important;
		padding: 0px;
	}

	.support-avantages,
	.support-buttons {
		display: none;
	}

	/*main*/
	.main-button {
		display: none;
	}

	.main-firstslider,
	.main-map,
	.main-links {
		display: none;
	}
	
	.main-trends-content.trends {
		display: block;
	}
	
	.main-trends .trends-item {
		box-shadow: none;
		margin-bottom: 30px;
	}	

	.main-news .news .news-item img {
		padding-top: 30px;
	}

	.main-slider-nav {
		display: none;
	}

	/*footer*/
	footer {	
		background: none;
		border-top: 2px solid #000;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.footer-top {
		display: none; 
	}

	.footer-bottom {
		display: block; 
		border: none;
		padding: 0px;
	}

	.footer-bottom-left {
		width: 100%;
		text-align: left;
	}

	.footer-bottom-right {
		width: 100%;
		padding-left: 0px;
		text-align: left;
	}

	.footer-studio-logo {
		display: none;
	}

	/*form*/
	.form-block {	
		display: none !important;
	}
}

/* Группа 2–3 картинок между абзацами */
.images-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 12px 16px;
	margin: 32px 0;
}

/* Картинка + подпись: <figure class="images-wrap__item">…</figure> */
.images-wrap__item {
	flex: 1 1 28%;
	min-width: 0;
	max-width: 100%;
	margin: 0;
}

.images-wrap__item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.images-wrap__caption {
	display: block;
	margin: 8px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}

/* Вариант без figure — только img подряд */
.images-wrap > img {
	flex: 1 1 28%;
	min-width: 0;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.content .images-wrap img,
.content .images-wrap__item img {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.images-wrap {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		margin: 24px 0;
	}

	.images-wrap__item,
	.images-wrap > img {
		flex: 0 1 auto;
		max-width: 100%;
		width: auto;
	}

	.images-wrap__item {
		width: 100%;
	}
}