* {
	box-sizing: border-box; }
body.site {
	margin: 0;
	border-top: none;
	background: none;
	color: #4D4F50;
	font-family: 'Nunito', sans-serif; }

div.mod-languages ul.lang-inline li {
	display: flex; }

img {
	display: block; }
ul {
	margin: 0;
	padding: 0;
	list-style: none; }
a {
	color: inherit;
	text-decoration: none; }

.max-width {
	/*max-width: 1840px;*/
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px; }

header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 60px; }
header .contacts {
	display: flex;
	align-items: center; }
header .contacts p:first-child a {
	font-size: 25px; }
header .contacts p {
	margin-bottom: 11px;
	margin-top: 5px; }
header .contacts img {
	margin-right: 30px; }
header .lang li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #4D4F50;
	border-radius: 50%; }
header .lang li:last-child {
	margin-left: 20px; }
header .lang li.lang-active {
	color: white;
	background: #FFDD00;
	border: 1px solid #FFDD00; }
header .menu {
	margin-top: 64px;
	font-size: 26px; }
header .menu li {
	margin-left: 50px; }
header .menu li.active {
	color: #FFDD00; }
header .menu-icon,
header .menu-close {
	display: none; }
header .menu-close {
	margin-top: 30px;
	margin-right: 30px; }
header .menu-icon img,
header .menu-close img,
header .menu-icon svg,
header .menu-close svg {
	cursor: pointer; }
header .menu-icon svg {
	width: 40px;
	height: 40px; }

header .menu-cover.active {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white; }
header .menu-cover.active .nav {
	display: block; }
header .menu-cover.active .menu-close {
	display: flex; }
header .menu-cover.active .menu li {
	margin-left: 30px; }
header .menu-cover .menu {
	margin-top: 30px; }

header .menu-cover .nav a {
		padding: 5px 10px;
		border: 1px solid #4D4F50;
		border-radius: 10px; }
	header .menu li.active a {
		color: white;
		background: #FFDD00;
		border: 1px solid #FFDD00; }
	
.lang ul,
.menu .nav {
	display: flex;
	justify-content: flex-end; }

.big-image img {
	max-width: 100%;
	max-height: 840px;
	margin: 0 auto; }

.iso-logo,
.brand-list,
.text-iso {
	display: flex;
	justify-content: center;
	align-items: center; }

.text-iso .item-page {
	width: 74%; }
.text-iso {
	font-size: 29px; }
.text-iso p {
	margin-bottom: 47px;
	line-height: 44px; }
.text-iso .center-text {
	margin: 60px 0 88px;
	text-align: center;
	font-style: italic;
	font-size: 35px; }
.text-iso .iso-logo {
	display: flex;
	justify-content: space-around;
	margin: 84px 0 86px;
	padding: 0 40px; }
.text-iso .iso-logo img {
	width: auto; }

.text-iso .address {
	width: 48%; }
.text-iso .title-contacts {
	margin-bottom: 7px;
	font-size: 37px; }
.text-iso .title-contacts + p {
	margin: 0; }
.text-iso .address,
.text-iso .phone {
	margin-top: 27px; }
.text-iso .address h3,
.text-iso .phone h3 {
	font-size: 29px; }
.text-iso .contacts-page > div {
	display: flex;
	flex-wrap: wrap; }

.text-iso img,
.brands img {
	width: 100%; }
/*.brands {
	margin-bottom: 1px; }*/
.brand-list {
	margin-top: 135px;
	/*margin-bottom: -100px;*/ }
.brands .brand-list img {
	width: auto; }
.brand-list img:first-child {
	margin-right: 160px; }
.brands h3 {
	font-size: 52px;
	font-family: inherit;
	font-weight: normal;
	text-align: center; }
.brands p {
	margin: 0; }

iframe {
	width: 100%;
	margin-top: 55px; }

form {
	margin-top: 55px;
	font-size: 16px; }
form .not-filled,
form .success,
form.success .cover-form,
form.success .cover-button,
form.success .message {
	display: none; }
form.bad-fields .not-filled,
form.success .success {
	display: block;
	text-align: center; }
form .not-filled {
	margin-bottom: 30px; }
form.bad-fields .required input,
form.bad-fields .required textarea {
	border: 1px solid #e62d2d; }

form input,
form select,
form textarea {
	width: 100%;
	padding: 8px 12px;
	margin-top: 13px;
	font-size: 17px;
	border: 1px solid #EFEFEF;
	background: #EFEFEF;
	border-radius: 5px;
	font-family: inherit; }
	form select {
		border: none; }
form textarea {
	height: 215px; }
form .cover-form {
	display: flex;
	justify-content: space-between; }
form .cover-form > div {
	width: 48%; }
form .left > div,
form .right > div {
	margin-bottom: 30px; }
form .cover-button {
	margin-top: 55px;
	text-align: center; }
form button {
	padding: 4px 65px;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	background: #FFDD00;
	border: 1px solid #FFDD00;
	border-radius: 5px;
	transition: .3s;
	cursor: pointer; }
	form button:hover {
		background: none;
		color: #FFDD00; }
		
ul.list-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px 40px; }
ul.list-grid li {
	background: #FFDD00;
	padding: 15px;
	display: flex;
	align-items: center;
	font-size: 18px;
	border-radius: 10px; }
	ul.list-grid li:hover {
		box-shadow: 0px 0px 4px 0px #000;
		transition: .3s; }
ul.list-grid li > div > div {
	font-size: 24px; }
ul.list-grid svg {
	height: 40px;
	fill: #4D4F50;
	margin-right: 15px; }

	
footer {
	margin-top: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	background: #7D4D23; }