@charset "UTF-8";
body {
	background-color: #f8f8f8;
	overflow-x: hidden
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes HideList {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0)
	}
}

@keyframes HideList {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0)
	}
}

@-webkit-keyframes menuDescent {
	from {
		right: -100%
	}
	to {
		right: 0
	}
}

@keyframes menuDescent {
	from {
		right: -100%
	}
	to {
		right: 0
	}
}

@-webkit-keyframes linkDescent {
	from {
		bottom: -100%
	}
	to {
		bottom: 7%
	}
}

@keyframes linkDescent {
	from {
		bottom: -100%
	}
	to {
		bottom: 7%
	}
}

@-webkit-keyframes languageDescent {
	from {
		right: -100%
	}
	to {
		right: calc(5% + 10px)
	}
}

@keyframes languageDescent {
	from {
		right: -100%
	}
	to {
		right: calc(5% + 10px)
	}
}

@-webkit-keyframes hoverLine {
	from {
		width: 1px
	}
	to {
		width: 39px
	}
}

@keyframes hoverLine {
	from {
		width: 1px
	}
	to {
		width: 39px
	}
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes loading {
	from {
		-webkit-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes scaleIcon {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes scaleIcon {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes leafThrough {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes leafThrough {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%
	}
	15% {
		opacity: 1;
		top: 50%
	}
	50% {
		opacity: 0;
		top: 50%
	}
	100% {
		opacity: 0;
		top: 29%
	}
}

@keyframes ani-mouse {
0%{
	opacity: 1;
	top: 29%
}
15% {
	opacity: 1;
	top: 50%
}
50% {
	opacity: 0;
	top: 50%
}
100% {
	opacity: 0;
	top: 29%
}
}

@-webkit-keyframes scrolldown {
0% {
	background-position: 0 -60px
}
75% {
	background-position: 0 0
}
100% {
	background-position: 0 60px
}
}

@keyframes scrolldown {
0% {
	background-position: 0 -60px
}
75% {
	background-position: 0 0
}
100% {
	background-position: 0 60px
}
}

@font-face {
	font-family: Montserrat-Bold;
	font-display: swap;
	src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Montserrat-ExtraBold;
	font-display: swap;
	src: url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: Montserrat-SemiBold;
	font-display: swap;
	src: url(../fonts/Montserrat-SemiBoldItalic.woff) format("woff"), url(../fonts/Montserrat-SemiBoldItalic.woff2) format("woff2");
	font-weight: 600;
	font-style: italic
}

@font-face {
	font-family: Montserrat-Regular;
	font-display: swap;
	src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat-Medium;
	font-display: swap;
	src: url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:active,
:focus {
	outline: 0
}

a:active,
a:focus {
	outline: 0
}

aside,
footer,
header,
nav {
	display: block
}

body,
html {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

button,
input,
textarea {
	font-family: inherit
}

input::-ms-clear {
	display: none
}

button {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

img {
	max-width: 100%;
	max-height: 100%
}

.col-1-2 {
	width: 50%
}

.col-1-3 {
	width: 33.33%
}

.col-2-3 {
	width: 66.66%
}

.col-1-4 {
	width: 25%
}

.col-3-4 {
	width: 75%
}

.col-1-5 {
	width: 20%
}

.col-1-6 {
	width: 16.67%
}

.col-5-6 {
	width: 83.33%
}

.col-1-7 {
	width: 14.29%
}

.col-1-8 {
	width: 12.5%
}

.col-1-9 {
	width: 11.11%
}

.col-1-10 {
	width: 10%
}

.col-4-5 {
	width: 80%
}

.col-9-10 {
	width: 90%
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 14px
}

.slick-dots li {
	width: 7px;
	height: 7px;
	background-color: rgba(189, 189, 189, .3);
	margin: 0 5px;
	border-radius: 50%
}

.slick-dots li.slick-active {
	width: 10px;
	height: 10px;
	background-color: #df1b05
}

.slick-dots li button {
	visibility: hidden
}

.header {
	z-index: 30;
	width: 100%;
	height: 90px;
	font-family: Montserrat-Medium, sans-serif;
	padding: 0 2.5%;
	position: fixed;
	margin: 0 auto
}

.header * {
	color: #3a3a3a;
	font-size: 16px;
	line-height: 20px
}

.header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8
}

.header__container {
	max-width: 1800px;
	height: 100%;
	margin: 0 auto;
	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;
	position: relative;
	z-index: 2
}

.header__menu {
	width: 60%;
	max-width: 695px;
	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
}

.header__list {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.header__list li {
	margin-left: 20px;
	position: relative
}

.header__list li a {
	padding: 10px
}

.header__list li:hover:after {
	content: "";
	width: 39px;
	height: 2px;
	background-color: #df1b05;
	position: absolute;
	bottom: -10px;
	left: 10px;
	-webkit-animation: hoverLine .3s;
	animation: hoverLine .3s
}

.header__number {
	margin-right: 63px
}

.header__language {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: 65px;
	-ms-flex-line-pack: center;
	align-content: center;
	cursor: pointer;
	position: relative
}

.header__language>div {
	position: absolute;
	top: -20px;
	opacity: 0;
	background-color: #f8f8f8;
	display: none
}

.header__language>div a {
	padding: 3px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.header__language>div a:first-child {
	cursor: default;
	color: #df1b05
}

.header__language>div a:hover {
	color: #df1b05
}

.header__language svg {
	margin-left: 3px;
	bottom: 1px;
	position: relative
}

.header__burger {
	display: none;
	cursor: pointer
}

.header .col-1-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .col-1-2>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.header .col-1-2>a:hover {
	color: #df1b05
}

.header .col-1-2>a img {
	margin-right: 10px
}

.entry {
	padding: 135px 2.5% 0 2.5%;
	color: #3a3a3a;
	margin-bottom: 60px;
}

.entry__picture {
	width: 320px;
	position: absolute;
	top: 23%;
	left: 50%;
	transform: translateX(-50%);
}


@media screen and (min-width:480px){
	.entry__picture {
		top: 17%;
	}
}

@media screen and (min-width:620px){
	.entry__picture {
		top: 35%;
		width: 470px;;
	}
}

@media screen and (min-width:768px){
	.entry__picture {
		top: 30%;
	
	}
}

@media screen and (min-width:960px){
	.entry__picture {
		width: 570px;;
		top: 300px;
	
	}
}

@media screen and (min-width:1140px){
	.entry__picture {
		width: 570px;;
		top: 25%;
		left: auto;
		transform: translateX(0);
		right: 0px;
	
	}
}

@media screen and (min-width:1360px){
	.entry__picture {
		width: 670px;;
		top: 25%;

	}
}

@media screen and (min-width:1600px){
	.entry__picture {
		width: 870px;;
		top: 25%;
		right: 100px;

	}
}


/* .entry__picture:before {
	content: "";
	width: 1030px;
	height: 580px;
	position: absolute;
	background-image: url(../img/entry_picture.webp);
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: darken;
	right: -180px;
	bottom: 0px;
	
} */

.entry__content {
	/* width: 56.25%; */
	width: 51.25%;
	max-width: 805px
}

.entry__content h1 {
	font-family: Montserrat-ExtraBold, sans-serif;
	font-size: 48px;
	line-height: 70px
}

.entry__content h1 span {
	color: #df1b05
}

.entry__content p {
	font-size: 20px;
	line-height: 38px;
	margin: 25px 0 10px 0;
	text-align: center;
	max-width: 80%;
}

.entry__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: center;
	max-width: 585px;
}

.entry__items li{
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;;
	margin: 10px;
	padding: 10px 35px;
	min-height: 76px;
}

.entry__items li a{
	max-width: 100px;;
}

.entry__items li img {
	/* height: 40px; */
	/* margin-bottom: 25px;
	margin-right: 20px; */
	width: 103px;

}

.entry__items li.item-6 img {
    height: 56px;
    /* margin-top: px; */
}

.entry__scroll {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin-top: 290px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate(0, 150px);
	-ms-transform: translate(0, 150px);
	transform: translate(0, 150px);
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	will-change: auto;
    backface-visibility: hidden;
}

.entry__scroll._animation {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	-webkit-animation: loading .8s ease;
	animation: loading .8s ease
}

.entry__scroll a {
	width: 1px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	width: 60px
}

.entry__scroll a div {
	width: 1px;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #df1b05), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #df1b05 50%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to bottom, #df1b05 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -60px;
	background-size: 100% 200%;
	-webkit-animation: scrolldown 2.2s cubic-bezier(.76, 0, .3, 1) forwards infinite;
	animation: scrolldown 2.2s cubic-bezier(.76, 0, .3, 1) forwards infinite;
	margin: auto
}

.fixed-phone {
	font-family: Montserrat-Medium, sans-serif;
	font-size: 16px;
	line-height: 21px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	right: calc(-2.5% - 11px);
	bottom: 110px
}

.fixed-phone a {
	color: #3a3a3a;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.fixed-phone a:hover {
	color: #df1b05
}

.fixed-phone a img {
	margin-right: 10px
}

.about-company {
	padding: 135px 2.5% 110px 2.5%
}

.about-company__content {
	padding-right: 50px
}

.about-company__content>div {
	font-size: 18px;
	line-height: 29px;
	margin-top: 50px;
	color: #4f4f4f
}

.about-company__content>div p {
	margin: 10px 0
}

.about-company__content>div span {
	font-family: Montserrat-Bold, sans-serif;
	font-size: 20px;
	line-height: 32px
}

.about-company__content>div br {
	display: none
}

.about-company__content>span {
	display: block
}

.about-company__content h3 {
	font-family: Montserrat-SemiBold, sans-serif;
	font-size: 24px;
	line-height: 41px;
	margin-top: 50px
}

.about-company__content span {
	font-family: Montserrat-Medium, sans-serif;
	font-size: 18px;
	line-height: 31px;
	font-weight: 600;
	margin-top: 10px
}

.about-company__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 50px
}

.about-company__items .col-1-2:first-child {
	margin-top: 50px;
	margin-right: 35px;
	margin-right: 25px;
	max-width: 310px
}

.about-company__items .col-1-2:last-child {
	margin-top: -50px;
	margin-left: 25px;
	max-width: 310px
}

.about-company__items.slider {
	display: none
}

.about-company__item {
	font-family: Montserrat-Medium;
	line-height: 22.5px;
	color: #fff;
	margin-bottom: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 334px;
	height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.about-company__item h4 {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 15px
}

.about-company__item .h4 {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 15px
}



.about-company .first-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/1.png);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/1.png);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/1.png)
}

.about-company .second-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/2.png);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/2.png);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/2.png)
}

.about-company .third-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/3.png);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/3.png);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/3.png)
}

.about-company .fourth-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/4.png);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/4.png);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/4.png)
}

.certificates {
	background-color: #fdfdfd;
	padding: 100px 2.5%
}

.certificates h2 {
	margin-bottom: 70px
}

.certificates__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.certificates__item {
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 330px;
	margin-bottom: 40px;
	margin-right: 15px;;

}

.certificates__item img {
	width: 100%;
	height: 100%
}

.production {
	padding: 100px 2.5%
}

.contacts-work-time {
	height: 100%
}

.production__headline {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px
}

.production__tablinks {
	max-width: 1080px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.production__tablink {
	font-family: Monteserrat-Medium, sans-serif;
	color: #3a3a3a;
	font-size: 14px;
	line-height: 17px;
	padding: 16px 30px;
	border: 1px solid #c1c1c1;
	background-color: transparent;
	border-radius: 5px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.production__tablink.active {
	color: #fff;
	background-color: #df1b05;
	border: 1px solid #df1b05
}

.production__tablink:hover {
	border: 1px solid #df1b05
}

.production__tabcontent {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	width: 100%;
	gap: 15px 20px;

}

.production__item {
	/* width: 180px;
	height: 180px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e1e1e1;
	width: 202px;
    height: 155px;
}

.production__item picture {
	background-color: #f8f8f8
}

.production__item img {
	mix-blend-mode: darken;
	max-height: 150px;
}

.production__link {
	/* width: 180px;
	height: 180px; */
	width: 202px;
    height: 155px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-family: Montserrat-Medium, sans-serif;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	background-color: #e00;
	border: 1px solid red
}

.production__link svg {
	margin: 0 30px 15px 30px
}

.production .select-box {
	display: none
}

.request {
	background-color: #fdfdfd;
	padding: 100px 2.5% 130px 2.5%
}

.request__headline {
	text-align: center;
	width: 100%
}

.request__headline p {
	font-family: Montserrat-Medium, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #2f80ed;
	margin: 10px 0 50px 0
}

.request__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.request__form button {
	font-family: Montserrat-Bold, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	padding: 16px 47px;
	background-color: #df1b05;
	margin: 0 auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.request__form button:hover {
	opacity: .8
}

.request__label {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 18px
}

.request__label input,
.request__label textarea {
	font-family: Montserrat-Medium, sans-serif;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	height: 60px;
	padding: 18px;
	margin-top: 15px;
	color: #333
}

.request__label textarea {
	resize: none;
	height: 120px
}

.request__label.col-1-2 {
	width: calc(50% - 20px)
}

.request__label:not(.col-1-2) {
	width: 100%
}

.request .container {
	max-width: 810px
}

.contacts {
	padding: 80px 2.5% 105px 2.5%;
	font-family: Montserrat-Regular, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4f4f4f
}

.contacts h4 {
	width: 100%;
	font-family: Montserrat-Bold, sans-serif;
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 25px
}

.contacts .h4 {
	width: 100%;
	font-family: Montserrat-Bold, sans-serif;
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 25px
}

.contacts__relations {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacts__relations p img,
.go-store svg {
	margin-right: 10px
}

.contacts__relations a {
	color: #4f4f4f;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.contacts__relations a:hover {
	color: #df1b05
}

.contacts__relations p {
	margin-bottom: 10px
}

.contacts__relations img {
	width: 22px;
	height: 22px;
	margin-bottom: 15px
}

.contacts__schedule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #3a3a3a;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts__schedule>div {
	max-width: 370px
}

.contacts__schedule p {
	margin-bottom: 10px
}

.contacts__schedule span {
	color: #828282
}

.contacts__schedule a,
.go-store {
	padding: 34px 42px;
	border: 1px solid #df1b05;
	/* height: 90px; */
	color: #3a3a3a;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	min-width: 315px
}

.contacts__schedule a:hover,
.go-store:hover {
	/* background-color: #df1b05 */
}

.contacts__schedule a:hover span,
.go-store:hover span {
	/* color: #fff */
}

.contacts__schedule a:hover path,
.go-store:hover path {
	/* fill: #fff */
}

.contacts__schedule a span,
.go-store span {
	color: #3a3a3a;
	display: block;
	line-height: 20px;
	font-family: Montserrat-Medium, sans-serif
}

.contacts__schedule a span br,
.go-store span br {
	display: none
}

.contacts__schedule a svg,
.go-store svg {
	margin-right: 10px
}

.contacts__schedule h4 {
	color: #4f4f4f
}
.contacts__schedule .h4 {
	color: #4f4f4f
}

.contacts .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 17px;
	color: #828282;
	padding: 50px 2.5% 45px 2.5%
}

.footer-mail-title {
	color: transparent
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 170px;
	margin-left: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__link {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.footer__link a {
	width: 20px;
    height: 20px;
    display: block;
    margin: 0px 10px;
}

.footer__link a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-animation: scaleIcon .2s;
	animation: scaleIcon .2s
}

.footer__author a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 17px;
	color: #828282;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.footer__author a:hover {
	color: #df1b05
}

.footer__author span {
	margin-right: 7px
}

.footer .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.footer .container:before {
	content: "";
	width: 100%;
	max-width: 1440px;
	height: 1px;
	left: 0;
	background-color: #e1e1e1;
	position: absolute;
	top: -50px
}

.footer .col-1-3:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.select-box {
	position: relative;
	width: 210px;
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: #df1b05;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.select-box__current {
	width: 100%;
	position: relative;
	cursor: pointer
}

.select-box__current:focus+.select-box__list {
	opacity: 1;
	-webkit-animation-name: none;
	animation-name: none
}

.select-box__current:focus+.select-box__list .select-box__option {
	cursor: pointer
}

.select-box__current:focus .select-box__icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.select-box__icon {
	position: absolute;
	top: calc(50% + 1px);
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.select-box__value {
	width: 100%
}

.select-box__input {
	display: none
}

.select-box__input:checked+.select-box__input-text {
	display: block
}

.select-box__input-text {
	display: none;
	width: 100%;
	margin: 0
}

.select-box__list {
	position: absolute;
	width: 210px;
	opacity: 0;
	top: 40px;
	z-index: 2;
	background-color: #df1b05;
	border-radius: 5px;
	-webkit-animation-name: HideList;
	animation-name: HideList;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: step-start;
	animation-timing-function: step-start
}

.select-box__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	background-color: #fdfdfd;
	color: #3a3a3a;
	border-bottom: 1px solid #c1c1c1
}

.select-box__option:focus,
.select-box__option:hover {
	color: #df1b05;
	background-color: #f8f8f8
}

main {
	padding-top: 90px;
	font-family: Montserrat-Medium, sans-serif;
	/* overflow-x: hidden; */
}

.container {
	max-width: 1440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto
}

h2 {
	font-family: Montserrat-Bold, sans-serif;
	font-size: 36px;
	line-height: 54px;
	color: #333
}

/* .webp .entry__picture:before {
	background-image: url(../img/entry_picture.webp);
	content-visibility: auto;
	font-display: swap;
} */

.webp .about-company .first-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/1.webp);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/1.webp);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/1.webp)
}

.webp .about-company .second-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/2.webp);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/2.webp);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/2.webp)
}

.webp .about-company .third-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/3.webp);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/3.webp);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/3.webp)
}

.webp .about-company .fourth-item {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/about-company-items/4.webp);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/4.webp);
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about-company-items/4.webp)
}

@media (min-width:960px) {
	.entry__content p {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.entry__content p._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.entry__items {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.entry__items._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.about-company__content>div {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.about-company__content>div._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.about-company__content>span {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.about-company__content>span._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.about-company__content h3 {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.about-company__content h3._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.about-company__item {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.about-company__item._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.certificates__item {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.certificates__item._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.production__tablinks {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.production__tablinks._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.request__headline p {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.request__headline p._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.request__form {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.request__form._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.contacts__relations {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.contacts__relations._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.contacts__schedule {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.contacts__schedule._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	h2 {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	h2._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
}

.contacts-container {
	align-items: flex-start
}

@media only screen and (min-width:1025px) {
	.header__language:hover>div {
		opacity: 1;
		-webkit-animation: fadeEffect .4s;
		animation: fadeEffect .4s;
		display: inherit
	}
}

@media (min-width:1361px) {
	.entry__picture {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.entry__picture._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
	.entry__content h1 {
		-webkit-transform: translate(0, 150px);
		-ms-transform: translate(0, 150px);
		transform: translate(0, 150px);
		opacity: 0
	}
	.entry__content h1._animation {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		-webkit-animation: loading .8s ease;
		animation: loading .8s ease
	}
}

@media (max-width:1560px) {
	.header__container {
		max-width: 1360px
	}
	.header__menu {
		max-width: 700px
	}
	.header__list li {
		margin-left: 15px
	}
	.header__list {
		margin-left: 30px
	}
	.header__number {
		margin-right: 45px
	}
	.header__language {
		margin-left: 40px
	}
	/* .entry__picture:before {
		width: 713px;
		height: 401px;
		bottom: auto;
		top: 20%;
		right: -130px;
	} */
	.entry__picture {
		min-height: 400px
	}
	.entry__content h1 {
		max-width: 605px
	}
	.entry__content p {
		/* max-width: 550px; */
		margin: 15px 0 25px 0
	}
	/* .entry__items li img {
		height: 36px
	} */
	.entry__items {
		max-width: 450px
	}
	.entry__scroll {
		margin-top: 125px
	}
	.entry {
		padding: 90px 2.5% 0 2.5%
	}
	.about-company__content>div br {
		display: initial
	}
	.about-company__content>div {
		margin-top: 20px
	}
	.about-company__content h2 {
		margin-bottom: 50px
	}
	.about-company__content h2 {
		margin-bottom: 35px
	}
	.about-company__content h3 {
		margin-top: 10px
	}
	.about-company__content {
		padding-right: 32.5px;
		width: 45%
	}
	.about-company__items .col-1-2:first-child {
		margin-right: 15px;
		margin-top: 170px;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content
	}
	.about-company__items .col-1-2:last-child {
		margin-right: 15px;
		margin-top: 70px
	}
	.about-company__items {
		padding-left: 32.5px;
		width: 55%
	}
	.about-company__item {
		width: 270px;
		height: 270px;
		padding: 0
	}
	.certificates__item {
		max-width: 250px
	}
	.certificates {
		padding: 70px 5%
	}
	.production h2 {
		margin-bottom: 50px
	}
	.production {
		padding: 70px 5%
	}
	.request {
		padding: 80px 5%
	}
	.contacts__schedule>div {
		max-width: unset
	}
	.contacts__schedule {
		padding-left: 30px
	}
	.container {
		max-width: 1100px
	}
	.contacts__schedule a,
	.go-store {
		padding: 34px
	}
}

@media (max-width:1360px) {

	body.active {
		overflow: hidden
	}
	.contacts-work-time {
		height: auto
	}
	/* .entry__picture:before {
		width: 636px;
		height: 355px
	} */
	.header__link {
		font-size: 14px;
		line-height: 1.5
	}
	.header__list {
		margin-left: 15px
	}
	.header__list li {
		margin-left: 0
	}
	.header__number {
		margin-right: 15px
	}
	.header .col-1-2>a {
		z-index: 7
	}
	.header .col-1-2 {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 70%
	}
	.header {
		padding: 0 5%;
		height: 55px
	}
	.entry__items {
		max-width: 100%
	}
	.entry {
		padding: 70px 2.5% 0 2.5%
	}
	.fixed-phone {
		display: none
	}
	.about-company__content {
		width: 100%
	}
	.about-company__items {
		padding: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.about-company__item {
		width: 335px;
		height: 330px
	}
	.about-company {
		padding: 85px 5%
	}
	.certificates__item {
		max-width: 220px;
		margin-bottom: 30px
	}
	.production__headline {
		margin-bottom: 23px
	}
	.production__item picture {
		width: 60%
	}
	.production__item {
		width: 120px;
		height: 120px
	}
	.production__link svg {
		width: 25px;
		height: 25px;
		margin: 0 10px 5px 0;
		margin-bottom: 5px
	}
	.production__link {
		width: 270px;
		height: 120px;
		padding: 10px
	}
	.contacts__schedule p {
		max-width: 370px
	}
	.contacts__schedule {
		width: calc(50% - 70px);
		margin-left: 30px
	}
	main {
		padding-top: 55px;
		overflow-x: initial;
	}
	.container {
		max-width: 960px
	}
	.header__list li a {
		padding: 15px
	}
	.contacts__relations {
		flex-wrap: wrap;
		justify-content: space-between
	}
	.contacts__relations>div {
		flex-basis: 40%
	}
	.go-store {
		max-width: 320px
	}
}

@media (max-width:1201px) {
	.header__list li a {
		padding: 10px
	}
	.entry__scroll {
		margin-top: 100px
	}
}

@media (max-width:1140px) {
	/* .entry__items li img {
		height: 54px
	} */
	.entry__items li.item-6 img {

		margin-top: -7px;
	}
	/* .entry__picture {
		width: 40%;
		position: absolute;
        top: 5%;

	} */
	/* .entry__picture:before {
		width: 865px;
		height: 487px;
		bottom: auto;
		left: -75px;
		top: 200px;
	} */
	.entry__picture {
		min-height: unset
	}
	.entry__content h1 {
		font-size: 36px;
		line-height: 52px;
		max-width: 700px
	}
	.entry__content h1{
		margin-bottom: 530px;;
	}
	.entry__content p {
		/* margin-top: 560px; */
		max-width: 100%;
	}
	.entry__content {
		width: 100%
	}
	.header__logo {
		width: 35px;
		height: 35px;
		z-index: 7
	}
	.header__menu {
		max-width: 100%;
		position: fixed;
		right: -100%;
		width: 100%;
		top: 0;
		height: 100%;
		background-color: #f8f8f8;
		z-index: 5;
		padding: 5%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.header__menu.active {
		right: 0;
		-webkit-animation: menuDescent .5s;
		animation: menuDescent .5s
	}
	.header__menu {
		max-width: 100%;
		position: fixed;
		right: -100%;
		width: 100%;
		top: 0;
		height: 100%;
		background-color: #f8f8f8;
		z-index: 5;
		padding: 5%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.header__list li a:hover {
		color: #df1b05
	}
	.header__list li {
		width: 100%;
		text-align: end;
		margin-bottom: 20px
	}
	.header__list li:hover:after {
		display: none
	}
	.header__list {
		width: 100%;
		margin-top: 90px
	}
	.header__link {
		font-size: 30px;
		line-height: 37px
	}
	.header__number {
		z-index: 7
	}
	.header__language svg {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.header__language {
		margin: 0;
		position: fixed;
		z-index: 7;
		top: 400px;
		right: -100%
	}
	.header__language.active {
		right: calc(5% + 10px)
	}
	.header__burger {
		display: block;
		position: relative;
		width: 25px;
		height: 24px;
		z-index: 7
	}
	.header__burger:after,
	.header__burger:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		background-color: #3a3a3a;
		-webkit-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0
	}
	.header__burger:before {
		top: 0
	}
	.header__burger:after {
		bottom: 0
	}
	.header__burger.active:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 10px
	}
	.header__burger.active:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 11px
	}
	.header__burger span {
		width: 100%;
		height: 3px;
		left: 0;
		position: absolute;
		background-color: #3a3a3a;
		top: 11px;
		margin: auto;
		-webkit-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0
	}
	.header__burger.active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}
	.certificates__item {
		max-width: 185px;
		margin-bottom: 20px
	}
	.production__tablinks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.production__tablink {
		margin-right: 22px;
		margin-bottom: 22px
	}
	.production__item {
		width: 98px;
		height: 98px
	}
	.production__link {
		height: 98px
	}
	.container {
		max-width: 800px
	}
}

@media (max-width:960px) {
	main {

		overflow-x: hidden;
	}
	.header__language {
		top: 400px
	}
	.header .col-1-2>a {
		font-size: 14px;
		line-height: 18px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		position: fixed;
		margin: 0
	}
	.header .col-1-2>a:first-child {
		bottom: unset;
		top: 18px;
		left: 0;
		right: 0;
		margin: auto
	}
	.header .col-1-2>a:first-child img {
		width: 18px;
		height: 18px
	}
	.header .col-1-2>a:not(:first-child) {
		z-index: 7;
		width: 288px;
		height: 60px;
		bottom: -100%;
		left: 0;
		right: 0;
		margin: auto;
		border: 2px solid #df1b05;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header .col-1-2>a:not(:first-child) img {
		width: 18px;
		height: 18px
	}
	.header .col-1-2>a:not(:first-child).active {
		bottom: 10%;
		-webkit-animation: linkDescent .7s;
		animation: linkDescent .7s
	}
	.header .col-1-2 {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.entry__picture:before {
		/* max-width: 532px;
		max-height: 299px;
		left: 0;
		right: 0;
		margin: auto; */
		/* bottom: 430px; */
	}
	.entry__content p {
		/* margin-top: 380px */
	}
	.entry__items li {
		/* height: 43px */
	}
	.entry__items {
		max-width: 100%
	}
	.entry {
		padding: 25px 5% 0 5%
	}
	.about-company__content {
		padding: 0
	}
	.about-company__item h4 {
		margin-bottom: 10px
	}
	.about-company__item .h4 {
		margin-bottom: 10px
	}
	.about-company__item {
		width: 253px;
		height: 250px
	}
	.certificates h2 {
		margin-bottom: 47px
	}
	.certificates__item {
		max-width: 162px;
		max-height: 226px
	}
	.certificates {
		padding: 60px 5%
	}
	.production__tablink {
		margin-right: 18px;
		margin-bottom: 18px
	}
	.production__item {
		width: 76px;
		height: 76px
	}
	.production__link {
		width: 270px;
		height: 70px;
		font-size: 14px;
		margin-left: calc(50% - 135px);
		margin-right: calc(50% - 135px);
		margin-top: 35px
	}
	.production {
		padding: 30px 5% 60px 5%
	}
	.request__label.col-1-2 {
		width: 100%
	}
	.request .container {
		max-width: 532px
	}
	.request {
		padding: 60px 5% 80px 5%
	}
	.contacts__relations>div:last-child {
		margin-top: 20px
	}
	.contacts__schedule a span br,
	.go-store span br {
		display: initial
	}
	.contacts__schedule a svg,
	.go-store svg {
		margin-right: 30px
	}
	.contacts__schedule a,
	.go-store {
		width: 100%;
		min-width: 80%;
		margin-top: 0
	}
	.contacts__schedule {
		width: 50%;
		margin-left: 0;
		padding-left: 0
	}
	.contacts__relations>div {
		padding-top: 0
	}
	.contacts__relations>div {
		flex-basis: 50%
	}
	.footer__social {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.footer__links {
		margin: 0 0 25px 0;
		width: 170px
	}
	.footer .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer .col-1-3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	.footer .col-1-3:first-child {
		margin-bottom: 15px
	}
	.footer {
		padding: 50px 5% 40px 5%
	}
}

@media (max-width:960px) {
	.container {
		max-width: 532px
	}
}

@media (max-width:767px) {
	.entry__content h1 {
		max-width: 90%
	}
}

@media (max-width:746px) {
	.request__headline p {
		font-size: 14px;
		line-height: 26px
	}
}

@media (max-width:621px) {
	/* .entry__picture:before {
		max-width: 305px;
		max-height: 170px;
		left: calc(-2.8% - 16px);
		right: unset;

	} */
	/* .entry__picture {
		width: 100%
	} */
	.entry__content h1 {
		font-size: 22px;
		line-height: 33px;
		max-width: 100%
	}
	.entry__content p {
		font-size: 14px;
		line-height: 21px;
		/* margin: 190px 0 27px 0 */
	}
	.entry__items li {
		/* height: 42px; */
		margin-bottom: 25px
	}
	/* .entry__items li.adaptive {
		height: 35px
	} */
	.entry__items li.item-1 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.entry__items li.item-2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.entry__items li.item-3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.entry__items li.item-4 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.entry__items li.item-5 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.entry__items {
		justify-content: space-between;
		height: max-content
	}
	.entry__items li {
		flex: 0 0 30%
	}
	.entry__scroll {
		display: none
	}
	.about-company__content>div span {
		font-size: 14px;
		line-height: 22px
	}
	.about-company__content>div {
		margin-top: 30px;
		font-size: 14px;
		line-height: 22px
	}
	.about-company__content h3 {
		margin-top: 30px;
		font-size: 16px;
		line-height: 27px
	}
	.about-company__content span {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px
	}
	.about-company__content {
		margin: 70px 0 35px 0;
		padding: 0
	}
	.about-company__items {
		padding: 0;
		max-width: 320px
	}
	.about-company__items:not(.slider) {
		display: none
	}
	.about-company__items.slider {
		display: initial
	}
	.about-company__item {
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
		min-height: 316px;
		height: unset
	}
	.about-company__item h4 {
		font-size: 17px;
		width: 100%
	}
	.about-company__item .h4 {
		font-size: 17px;
		width: 100%
	}
	.about-company .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.about-company {
		padding: 0 5% 50px 5%
	}
	.certificates__items {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 320px
	}
	.certificates__item {
		max-width: 100%;
		min-height: 450px
	}
	.certificates__item picture {
		width: 100%
	}
	.certificates .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.certificates {
		padding: 50px 5%
	}
	.production__headline {
		margin-bottom: 30px
	}
	.production__tablinks {
		display: none
	}
	.production__tabcontent {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.production__item picture {
		width: 60%
	}
	.production__item {
		width: 96px;
		height: 96px
	}
	.production__link {
		width: 288px;
		height: 60px;
		background-color: #f8f8f8;
		border: 1px solid #df1b05;
		font-size: 14px;
		padding: unset;
		line-height: 17px;
		color: #3a3a3a;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: calc(50% - 135px);
		margin-right: calc(50% - 135px);
		margin-top: 30px
	}
	.production__link svg {
		width: 15px;
		height: 16px;
		margin-bottom: 0;
		margin-right: 8px
	}
	.production__link svg path {
		fill: #df1b05
	}
	.production .select-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.production .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.production h2 {
		margin-bottom: 0
	}
	.production {
		padding: 50px 5%
	}
	.request__form button {
		margin-top: 20px;
		width: 288px
	}
	.request__label {
		margin-bottom: 20px
	}
	.request {
		padding: 50px 5%
	}
	.contacts h4 {
		font-size: 16px;
		line-height: 27px
	}
	.contacts .h4 {
		font-size: 16px;
		line-height: 27px
	}
	.contacts__relations>div:last-child {
		margin-top: unset
	}
	.contacts__relations>div {
		width: 100%;
		margin-bottom: 20px
	}
	.contacts__relations {
		width: 100%
	}
	.contacts__schedule>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.contacts__schedule p {
		text-align: center
	}
	.contacts__schedule a span br,
	.go-store span br {
		display: none
	}
	.contacts__schedule a svg,
	.go-store svg {
		width: 15px;
		height: 16px;
		margin-right: 8px
	}
	.contacts__schedule a,
	.go-store {
		width: 288px;
		height: 60px;
		line-height: 17px;
		padding: 21px 30px;
		margin: 0 auto;
		margin-top: 20px
	}
	.contacts__schedule h4 {
		margin-bottom: 15px
	}
	.contacts__schedule .h4 {
		margin-bottom: 15px
	}
	.contacts__schedule {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0;
		margin-top: 30px;
		margin-left: unset
	}
	.contacts__schedule {
		margin-top: 5px;
		width: 100%
	}
	.contacts {
		padding: 60px 2.5% 60px 2.5%
	}
	.footer__links {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.footer .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.footer .col-1-3 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	h2 {
		width: 100%;
		font-size: 18px;
		line-height: 27px;
		text-align: center
	}
	.contacts__schedule .contacts-work-time {
		flex-direction: column;
		justify-content: flex-start
	}
	.contacts-work-time p {
		text-align: left
	}
	.contacts__relations>div {
		flex-basis: 100%
	}
}

@media (max-width:321px) {
	.header__list {
		margin-left: 0
	}
	.header__language {
		top: 370px
	}
}

.where-to-buy {
	font-family: Montserrat-Medium, sans-serif;
	background-color: #F8F8F8;
	padding: 80px 5%;
}

.where-to-buy h2 {
	margin-bottom: 20px;
}

.phone-link {
	font-family: Montserrat-Medium, sans-serif;
	font-weight: 400;
	color: #3D3D3D;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
	padding: 7px 0px;
    margin-bottom: 0px;
    display: block;
}

.phone-link:hover {
	color: #DF1B05;
	text-decoration: none;
}

.tab-name {
	font-family: Montserrat-Medium, sans-serif;
	font-weight: 400;
	color: #BDBBBB;
	font-size: 18px;
}

.tab-image {
	margin-right: 10px;
}

.tab-image path {
	stroke: #BDBBBB;
}

#tabs {
	width: 100%;
}

.tabs-header {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

#tabs .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 7px;
	margin: 0px 23px 0px 11px;
	cursor: pointer;
	position: relative;
	z-index: 5;
}

#tabs .whiteborder {
	border-bottom: 1px solid #DF1B05;
}

#tabs .whiteborder .tab-image path {
	stroke: #DF1B05;
}

#tabs .whiteborder .tab-name {
	color: #DF1B05;
}

#tabs .tabContent {
	width: 100%;
	position: relative;
	top: -1px;
	z-index: 1;
	padding: 10px;
	border-radius: 0 0 3px 3px;
}

#tabs .hide {
	display: none;
}

#tabs .show {
	display: block;
}

.tabs_content .map {
	width: 100%;
}

.tabs_content .map iframe {
	width: 100%;
	height: 640px;
}

.table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.table-list {
	width: 860px;
	margin: 0 auto;
}

.table-list .table-header .table-cell {
	font-family: Montserrat-Medium, sans-serif;
	font-weight: 400;
	color: #3D3D3D;
	font-size: 18px;
}

.table-list .table-cell {
	font-family: Montserrat-Medium, sans-serif;
	padding: 20px 7px 20px 6px;
	font-size: 16px;
	font-weight: 400;
	color: #3D3D3D;
	line-height: 140%;
}

.table-list .cell-1 {
	width: 20%;
}

.table-list .cell-2 {
	width: 46%;
}

.table-list .cell-3 {
	width: 21%;
}

.table-list .cell-3 span {
	display: block;
}

.table-list .table-row {
	border-bottom: 1px solid #D8D8D8;
}

.table-list .icon-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table-list .icon-cell svg {
	margin-right: 10px;
	min-width: 20px;
}

@media screen and (max-width: 960px) {
	.table-list {
		width: 640px;
	}
	.table-list .table-cell {
		font-size: 14px;
	}
	#tabs .tabContent {
		overflow-x: scroll;
	}
	#tabs .tabContent::-webkit-scrollbar {
		width: 5px;
		/* width of the entire scrollbar */
	}
	#tabs .tabContent::-webkit-scrollbar-track {
		/* color of the tracking area */
		background: #cccccc;
	}
	#tabs .tabContent::-webkit-scrollbar-thumb {
		background-color: #374152;
		/* color of the scroll thumb */
		border-radius: 20px;
		/* roundness of the scroll thumb */
	}
	.tabs-header {
		margin-bottom: 20px;
	}
}

.green-link{
	color: #0ca70c;
}



/** Extrapartners-block**/

.extra{
	padding-bottom: 60px;
}

.extra .container{
	min-height:500px;
	position: relative;

}
.image-left{
	position: absolute;
    left: -37px;
    max-width: 100%;
    top: 31px;
}
.image-right{
	position: absolute;
    right: -248px;
    max-width: 1017px;
    top: 53px;
}

.opet .image-left{
	position: absolute;
    left: -101px;
    top: 51px;
    max-width: 501px;
    width: auto;
}
.part30_70{
	display: flex;
	width: 100%;
	padding-top: 276px;
	position: relative;
}
.part30{
	width: 30%
}

.part70{
	width: 70%;
	padding-left: 30px;
}

.part40_60{
	display: flex;
	width: 100%;
	padding-top: 213px;
	position: relative;
}
.part40{
	width: 40%
}
.part40 .extra-link img{
	padding-top: 295px;
    max-width: 190px;
    display: block;
    margin-left: 35px;
    position: absolute;
    top: 41%;
}

.part60{
	width: 70%;
}

.opet.part30_70{
	padding-top: 138px;
	margin-bottom: 60px;;
}


.extra .qoutes-text{
	/* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 154%;
    color: #000000;
    margin-bottom: 35px;
}

.extra .norm-export{
	/* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #4F4F4F;
    margin-bottom: 35px;
}

/* span.bold{
	font-weight: 600;
} */
span.red{
	color: #C31717;
}

.extra-link img{
    padding-top: 308px;
    max-width: 237px;
    display: block;
    margin-left: 3px;
}
.opet .extra-link img{
	position: absolute;
    bottom: -28px;
    left: 6%;
}

.video-line{
	display: flex;
	padding-top: 60px;;
}
.text-part{
	width: 50%;
	padding-right: 40px;;
}
.video-part{
	width: 50%;
}
.video-part iframe {
	width: 100%;
	height: 100%;
}

.last-line{
	padding-top: 60px;
}

.last-line .texts{
	max-width: 70%;
}

ul.text-list{
	list-style: circle;
    padding-left: 18px;
    margin-bottom: 22px;
}

.text-list li{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	list-style: circle;
	/* or 29px */
	
	
	/* Gray 2 */
	
	color: #4F4F4F;
}




/* .extra ._animation {
	-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
	opacity: 1;
	-webkit-animation: loading 0.8s ease;
			animation: loading 0.8s ease;
  } */


/* h2 {
	-webkit-transform: translate(0, 150px);
	-ms-transform: translate(0, 150px);
	transform: translate(0, 150px);
	opacity: 0
} */
/* .extra ._animation {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	-webkit-animation: loading .8s ease;
	animation: loading .8s ease
} */

@media (max-width: 1560px){
	.image-left {
		max-width: 590px;
	}
	.image-right {

		max-width: 817px;
		top: -74px;
	}
	.opet .extra-link img {

		bottom: 45px;
	}
	.part40_60 {
		padding-top: 75px;
	}
	.part30_70 {
		padding-top: 236px;
	}
	.part70 {
		width: 70%;
		padding-left: 12px;
	}
	.extra-link img {
		padding-top: 249px;
		max-width: 189px;
	}
	.opet .image-left {

		top: 94px;
		max-width: 337px;
	}
	.opet.part30_70 {
		padding-top: 58px;
		margin-bottom: 10px;
	}
	.opet .extra-link img {
		bottom: auto;
		top: 26%;
		left: 2%;
	}
	.opet .image-left {

		left: -101px;
		top: 30px;
	}
}


@media (max-width: 960px){
	.part30_70 {
		padding-top: 0px;
		flex-direction: column;
	}
	.part30 {
		width: 100%;
	}
	.part70 {
		width: 100%;
		padding-left: 0px;
	}
	.image-left {
		position: relative;
	}
	.extra-link img {
		padding-top: 51px;
		margin-bottom: 30px;
		max-width: 189px;
	}
	.extra .qoutes-text {
		font-size: 18px;
		line-height: 124%;
		margin-bottom: 12px;
	}
	.extra .norm-export {
		font-size: 16px;
		line-height: 170%;
		margin-bottom: 2px;
	}
	.part40_60{
		flex-direction: column;
		padding-top: 0px;
	}
	.image-right {
		position: relative;
		left: -26%;
		right: 0;
		top: 0;
	}
	.part40{
		width: 100%;
		order: 1;
	}
	.part60{
		width: 100%;
		order: 2;
	}
	.part40 .extra-link img {
		padding-top: 0;
		max-width: 180px;
		display: block;
		margin-left: 35px;
		position: relative;
		top: 0;
		margin-top: -113px;
	}
	.opet.part30_70{
		flex-direction: column;
		padding-top: 0px;;
		margin-bottom: 0px;
	}
	.opet .image-left {
		position: relative;
		margin: 0 auto;
		width: 500px;
		/* min-width: 400px; */
		display: block;
		left: 27%;
		transform: translateX(-50%);
	}
	.opet .extra-link img {
		bottom: auto;
		top: 0%;
		position: relative;
		left: auto;
		margin: 0 auto 30px;
	}
	.text-part{
		width: 100%;
	}
	.video-part{
		width: 100%;
		min-height: 343px;
		padding-top: 27px;
	}
	.video-line{
		width: 100%;
		flex-direction: column;
		padding-top: 30px;
	}
	.last-line .texts {
		max-width: 100%;
	}
	.extra .container{
		padding: 0px 15px;
	}
}

@media screen and (max-width: 600px){
	.image-left {
		max-width: 320px;
		left: 0px;
	}
	/* .extra-link img {
		padding-top: 51px;
		margin-bottom: 19px;
		max-width: 134px;
	} */
	.extra-link img {
		padding-top: 51px;
		margin-bottom: 20px;
		margin-top: -60px;
		max-width: 134px;
		right: 0px;
		float: right;
	}
	.image-right {
		max-width: 423px;
		left: 0%;
	}
	.part40 .extra-link img {
		max-width: 143px;
		margin-top: -92px;
		float: left;
	}
	.opet .image-left {
		position: relative;
		margin: 0 auto;
		width: 300px;
		max-width: 190px;
		/* min-width: 400px; */
		display: block;
		left: 5%;
	}
	.extra .norm-export {
		font-size: 14px;
		line-height: 145%;
	}
	.last-line {
		padding-top: 30px;
	}
	.opet .extra-link img {
		padding-top: 10px;
	}
	.text-list li {
		font-size: 14px;
	}
	.entry__items li img {
		margin-right: 10px;
	}
}

/** ADAPTIVE TABLE */
@media screen and (max-width: 1000px){
	.table-row{
		flex-direction: column;
	}
	.table-list .cell-3 {
		width: 100%;
	}
	.table-list .cell-2 {
		width: 100%;
    	padding: 4px 2px 4px 6px;
	}
	.table-list .cell-1{
		width: 100%;
	}
	.table-list{
		width: 100%
	}
	#tabs .tabContent {
		overflow-x: hidden;
	}
	.entry__items li.item-1 img{
		max-width: 115px;
	}
	.entry__items li{
		flex: auto;
		margin-bottom: 10px;;
	}
}

@media screen and (max-width: 960px){
/* 	
	.entry__picture {
		top: 21%;
		height: 150px;
	} */
	.entry__content h1 {
		margin-bottom: 344px;
	}
	/* .entry__picture:before{
		top: 130px;
	} */
}


@media screen and (max-width: 621px){
	/* .entry__picture:before{
		bottom: 453px!important;
	} */
	/* .entry__picture{
		top: 10%;
	} */
	.entry__content h1 {
		margin-bottom: 230px;
	}
}
@media screen and (max-width: 497px){
	/* .entry__picture:before{
		bottom: 510px!important;
	} */
}

@media screen and (max-width: 450px){
	/* .entry__picture:before{
		bottom: 530px!important;
	} */
}


.entry__scroll._animation {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	-webkit-animation: loading .8s ease;
	animation: loading .8s ease
}
.extra .qoutes-text{
	margin-top: 0px;;
	display: block;
}

.extra .norm-export{
	margin-top: 0px;;
	display: block;
}
._anim-items.entry__scroll.image-right,
._anim-items.entry__scroll.image-left{
	margin-top: 0px;;
	display: block;
	margin-left: 0px;;
	width: auto;
	will-change: transform, opacity;
}
.extra-link img._anim-items.entry__scroll{
	margin-top: 0px;;
}

.texts.entry__scroll{
	margin-top: 0px;;
	display: block;
}

.shop-link a{
	transition: all ease 0.3s;
	position: relative
	;
}
.shop-link img{
	margin-right: 10px;
}
.go-store{
	font-weight: 400;
	color: #000;

}
.go-store a{
 position: relative;
 color: #000;
 font-weight: 400;
}
.go-store a:after,
.shop-link a:after{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all ease 0.3s;
}

.go-store a:hover,
.shop-link a:hover {
	color: red;
}

.go-store a:hover:after,
.shop-link a:hover:after {
	width: 100%;
	background-color: red;
}