@font-face {
    font-family: 'RF Dewi Extended';
    src: url('assets/fonts/RFDewiExtended-Ultrabold.eot');
    src: url('assets/fonts/RFDewiExtended-Ultrabold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/RFDewiExtended-Ultrabold.woff2') format('woff2'),
        url('assets/fonts/RFDewiExtended-Ultrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('assets/fonts/RFDewi-Bold.eot');
    src: url('assets/fonts/RFDewi-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/RFDewi-Bold.woff2') format('woff2'),
        url('assets/fonts/RFDewi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('assets/fonts/RFDewi-Semibold.eot');
    src: url('assets/fonts/RFDewi-Semibold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/RFDewi-Semibold.woff2') format('woff2'),
        url('assets/fonts/RFDewi-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('assets/fonts/RFDewi-Regular.eot');
    src: url('assets/fonts/RFDewi-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/RFDewi-Regular.woff2') format('woff2'),
        url('assets/fonts/RFDewi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





* {margin:0;padding:0;box-sizing:border-box;outline: none;}

button:focus {
    outline: none;
}


/* BASIC */
body {
	font-family: 'RF Dewi';
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	background-color:#F0F1F8;
	color:#000;
	min-width:320px;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

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

a {
	text-decoration:none;
	color:#000;
}

.mobile, .burder-icon, .mobile-nav {
	display: none;
}

section {
	margin-top:200px;
	padding-left:200px;
	padding-right:200px;
}
section:first-of-type {
	margin-top:0;
}

h1 {
	font-family: 'RF Dewi Extended';
	font-weight: bold;
	font-size:90px;
	line-height:110px;
}

h2 {
	font-family: 'RF Dewi Extended';
	font-weight: bold;
	font-size:70px;
	line-height:80px;
}
h2.catalog-title {
	color:#fff;
	text-transform:uppercase;
	font-size: 208px;
	line-height: 200px;
}
section:first-child h2 {
	color:#001A71;
}

h3 {
	font-family: 'RF Dewi Extended';
	font-weight: bold;
	font-size:50px;
	line-height:60px;
}
h3.catalog-title {
	color:#fff;
	font-size:70px;
	line-height:60px;
}


header nav a:hover {
	border-bottom: 1px solid;
}
header .contacts a span:hover {
	border-bottom: 1px solid;
}
header .logo {
	overflow: visible;
    height: 140px;
}
header .menu {
	background-color: #FFC600;
	padding: 0 40px;
	flex-grow: 1;
}
header .menu .contacts {
	font-size: 16px;
	line-height: 16px;
}
header .menu .contacts a {
	color:#001A71;
	margin-left: 60px;
}
header .menu .contacts a i {
	margin-right: 10px;
	width:23px;
	height:22px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
}
header .menu .contacts a i.store {
	background-image: url(images/store.svg);
}
header .menu .contacts a i.letter {
	background-image: url(images/letter.svg);
	width:21px;
	height:16px;
}
header .menu .contacts a i.phone {
	background-image: url(images/phone.svg);
	width: 19px;
	height:20px;
}
header nav {
	margin-top: 20px;
}
header nav a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-left: 70px;
}


.main-screen {
	height: 960px;
	width: 100%;
	background-image: url(images/main-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main-screen > div {
	width: 100%;
	height: 100%;
}
.main-screen h1 {
	margin-top: 58px;
	color: #001A71;
}
.main-screen .main-links {
	margin-bottom: -80px;
	column-gap: 40px;
	width: 100%;
}
.main-screen .main-links a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    height: 400px;
    flex: 1;
    background-position: center 83px;
    background-repeat: no-repeat;
	transition:.5s;
}
.main-screen .main-links a:hover {
	transform: translateY(-20px);
}
.main-screen .main-links a h4 {
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	padding: 22px 30px;
}
.main-screen .main-links a:first-child h4 {
	background-color: #001A71;
}
.main-screen .main-links a:nth-child(2) h4 {
	background-color:#FFC600;
	color: #000;
}
.main-screen .main-links a:nth-child(3) h4 {
	background-color:#D12E30;
}

.map {
	margin-top: 280px;
}
.map .bg {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 30px;
}
.map .point {
	display: block;
	background-color: transparent;
	width: 100px;
	height: 100px;
	position: absolute;
}
.map #mark1 {
    top: 23%;
    left: 19%;
}
.map #mark2 {
	top: 41%;
    left: 19%;
}
.map #mark3 {
	top: 32%;
    left: 33%;
}
.map #mark4 {
	top: 54%;
    left: 39%;
}
.map #mark5 {
	top: 71%;
    left: 10%;
}
.map #mark6 {
	top: 65%;
    right: 4%;
}
.map .point span {
	display: none;
	position: absolute;
	z-index: 3;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    font-size: 16px;
    line-height: 20px;
	bottom: 60px;
    left: 40px;
	width:220px;
}
.map .point#mark2 span {
	width: 290px;
}
.map .point span h6 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 6px;
}
.map .point:hover span {
	display: block;
}

.map .note {
	position: absolute;
	z-index: 2;
	width: 44.5%;
	text-align: justify;
	padding: 30px 40px;
	font-size: 24px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 10px;
	top: 0;
	right: 0;
}

.stat {
	column-gap: 77px;
	margin-top: 40px;
}
.stat > div {
	/*flex: 1;*/
	column-gap: 20px;
}
.stat > div span:first-of-type {
    font-family: 'RF Dewi Extended';
	font-size: 120px;
	line-height: 95px;
	color: #001A71;
}
.stat > div span:nth-of-type(2) {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 5px;
	white-space: nowrap;
}
.stat > div span:nth-of-type(2) p {
	margin-top: 10px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
	column-gap: 10px;
}
.stat > div span:nth-of-type(2) p i {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 50%;
}
i.fl-france {
	background-image: url(images/france.svg);
}
i.fl-china {
	background-image: url(images/china.svg);
}
i.fl-germany {
	background-image: url(images/germany.svg);
}
i.fl-italy {
	background-image: url(images/italy.svg);
}
i.fl-spain {
	background-image: url(images/spain.svg);
}
i.fl-britain {
	background-image: url(images/britain.svg);
}

.advances .picture-list {
	column-gap: 40px;
	margin-top: 30px;
}
.advances .picture-list > div:not(.special) {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 22px 30px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
}
.advances .picture-list > div:not(.special) strong {
	font-size: 20px;
	line-height: 28px;
}
.advances .picture-list > div {
	height: 480px;
	width: 25%;
	/*flex: 1;*/
}
.advances .picture-list > div.special {
	background-color: #FFC600;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	padding: 22px 30px;
	border-radius: 10px;
	overflow: hidden;
}
.advances .picture-list > div.special > p {
	color: #001A71;
	font-size: 220px;
	line-height: 150px;
	font-family: 'RF Dewi Extended';
	font-weight: bold;
}
.advances .picture-list > div.special span p strong {
	color: #001A71;
	font-size: 42px;
	line-height: 60px;
	font-family: 'RF Dewi Extended';
	font-weight: bold;
}
.advances > h3 {
	margin-top: 120px;
}
.advances > h3:first-child {
	margin-top: 0;
}

.advances .icon-list {
    column-gap: 40px;
    margin-top: 30px;
}
.advances .icon-list > div {
    height: auto;
    width: 25%;
	font-size: 16px;
	line-height: 24px;
}
.advances .icon-list > div p strong {
	font-size: 20px;
	line-height: 26px;
}
.advances .icon-list > div img {
	margin-bottom: 10px;
	height: 60px;
	width: auto;
}

.advances .color-banners {
	column-gap: 40px;
	margin-top: 40px;
}
.advances .color-banners > div {
	flex: 1;
	overflow: hidden;
	border-radius: 10px;
	padding: 30px;
	column-gap: 30px;
}
.advances .color-banners > div:first-child {
	background-color: #FFC600;
}
.advances .color-banners > div:first-child span:first-child {
	color: #001A71;
}
.advances .color-banners > div span:first-child {
	font-size: 90px;
	line-height: 80px;
	font-family: 'RF Dewi Extended';
	font-weight: bold;
}
.advances .color-banners > div:nth-child(2) {
	background-color: #001A71;
}
.advances .color-banners > div:nth-child(2) span:first-child {
	color: #FFC600;
}
.advances .color-banners > div:nth-child(2) span:nth-child(2) {
	color: #fff;
}
.advances .color-banners > div span:nth-child(2) {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
}

.advances .engine-list {
	margin-top: 40px;
	width: 100%;
	height: 500px;
	background-image: url(images/engine.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
}
.advances .engine-list > div {
    width: 290px;
}
.advances .engine-list > div > span {
	margin-bottom: 40px;
	display: block;
}
.advances .engine-list > div p {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}
.advances .engine-list > div strong {
	color: #001A71;
	font-size: 40px;
	line-height: 50px;
	font-family: 'RF Dewi Extended';
	font-weight: bold;
}
.advances .engine-list::after {
	content: '';
	display: block;
	width: 100%;
	height: 439px;
	background-image: url(images/engine-arrows-1920.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 22px;
    left: -17px;
}

.yellow-banner {
    background-color: #FFC600;
    background-image: url(images/yellow-banner.png);
	background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 30px;
    column-gap: 30px;
	margin-top: -20px;
    position: relative;
    z-index: 3;
}
.yellow-banner span:first-child {
	font-size: 90px;
	line-height: 80px;
	font-weight: bold;
	font-family: 'RF Dewi Extended';
	color: #001A71;
}
.yellow-banner span:nth-child(2) {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
}

.production {
	padding-right: 0;
	padding-left: 0;
}
.production h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 208px;
	line-height: 200px;
	margin-left: -15px;
	text-align: center;
	text-shadow: 0 0 40px rgba(0,0,0,0.05);
}
.production .category-list .item:not(.note) {
	margin-top: 200px;
}
.production .category-list .item:first-child {
	margin-top: 0px;
}
.production .category-list:first-of-type {
	margin-top: 60px;
}
.production .category-list .item {
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 100px;
	font-size: 30px;
	line-height: 46px;
	background-repeat: no-repeat;
	position: relative;
	height: 1000px;
}
.production .category-list .item h3 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 70px;
	line-height: 90px;
	font-family: 'RF Dewi Extended';
}
.production .category-list .item p {
	display: block;
	width: 52%;
	color: #fff;
}
.production .category-list .item .list {
	bottom: -50px;
    position: relative;
}
.production .category-list .item .list > .d-flex {
	column-gap: 40px;
}
.production .category-list .item .list .product {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	flex: 1;
	height: 600px;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, .15);*/
}
.production .category-list .item .list .product .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 8px;
}
.production .category-list .item .list .product .btn {
	color: #fff;
	background-color: #001A71;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 20px;
}
.production .category-list .item .list .product .btn:hover {
	background-color: #FF5E26;
}
.production .category-list .item .list .product img {
	margin-left: auto;
	margin-right: auto;
	max-height: 60%;
}
.production .category-list .item.note {
	column-gap: 40px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-top: 70px;
	height: auto;
}
.production .category-list .note > div {
	column-gap: 30px;
}
.production .category-list .note > div span:first-child {
	font-family: 'RF Dewi Extended';
	font-weight: bold;
	color: #001A71;
	font-size: 90px;
	line-height: 80px;
}
.production .category-list .note > div:first-child {
	width: 31.5%;
}

.production .category-list .item.yellow p {
	width: 51%;
}
.production .category-list .item.yellow .list {
    bottom: -90px;
}
.production .category-list .item.yellow .list .product .btn {
	background-color: #FFC601;
    color: #000;
}
.production .category-list .item.red .list .product .btn {
	background-color: #D12E30;
	color: #fff;
}
.production .category-list .item.yellow .list .product .btn:hover, .production .category-list .item.red .list .product .btn:hover {
	background-color: #FF5E26;
	color: #fff;
}
.production .category-list .item.yellow + .note > div span:first-child {
	color: #FFC601;
}

.production .category-list .item.red p {
	width: 72%;
}
.production .category-list .item.red + .note > div span:first-child {
	color: #D12E30;
}

.assortment .list {
	column-gap: 20px;
}
.assortment .list a {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 400px;
	border-radius: 10px;
	padding: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	background-repeat: no-repeat;
	background-size: 110%;	
	flex: 1;
}
.assortment > p {
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
}
.assortment > .list {
	margin-top: 40px;
}

.social-banner {
	margin-top: 60px;
	color: #fff;
	background-color: #D12E30;
	padding: 45px;
	border-radius: 20px;
}
.social-banner span:first-child {
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	font-family: 'RF Dewi Extended';
	margin-right: 30px;
}
.social-banner span:nth-child(2) {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}
.social-banner span:nth-child(2) strong {
	font-size: 60px;
	line-height: 60px;
	font-family: 'RF Dewi Extended';
	display: block;
}
.social-banner span:nth-child(3) {
	justify-self: end;
	column-gap: 30px;
	margin-left: auto;
}
.social-banner span:nth-child(3) a {
	flex: 1;
}
.social-banner i {
	font-style: normal;
}


.photos #main {
	overflow: hidden;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	height: 900px;
	margin-top: 60px;
}
.photos .list {
	margin-top: 40px;
	padding-bottom: 30px;
	overflow-x: scroll;
}
.photos .list::-webkit-scrollbar {
	width: 12px;
}
.photos .list::-webkit-scrollbar-track {
	background:  #D1D2DD;
	border-radius: 10px;
}
.photos .list::-webkit-scrollbar-thumb {
	background-color:#fff;
	border-radius: 12px;
	border: 3px solid  #D1D2DD; 
}
.photos .list a {
	display: inline-block;
	margin-right: 32px;
	width: 220px;
	height: 160px;
	overflow: hidden;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

.geography > div {
	background-image: url(images/map-geography.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 863px;
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
}
.geography .d-flex {
	margin-bottom: -30px;
	column-gap: 23px;
}
.geography .d-flex a {
	display: block;
	flex: 1;
	transition: all .5s;
	border-radius: 10px;
	padding: 25px 30px;
	display: flex;
	column-gap: 40px;
	align-items: center;
	justify-content: start;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.geography .d-flex a:hover {
	transform: translateY(-20px);
}
.geography .d-flex a.dark {
	color: #fff;
	background-color: #1C2B39;
}
.geography .d-flex a.light {
	color:#000;
	background-color: #fff;
}
.geography .d-flex a img {
	max-width: 240px;
}
.geography .mobile {
	display: none;
}

.footer {
	color:#8B8B8B;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 55px;
}
.footer a {
	color:#8B8B8B;
}



/* MEDIA */


@media(max-width:1800px) {
	.stat > div span:first-of-type {
		font-size: 80px;
		line-height: 70px;
	}
	.advances .picture-list {
		flex-wrap: wrap;
		column-gap: 20px;
	}
	.advances .picture-list > div {
		height: 420px;
	}
	.advances .picture-list > div:not(.special) {
		width: 32%;
		margin-bottom: 30px;
	}
	.advances .picture-list > div.special {
		width: 100%;
		height: auto;
		display: flex;
		column-gap: 30px;
	}
	.advances .picture-list > div.special > p {
		font-size: 130px;
    	line-height: 100px;
	}
	.advances .color-banners > div span:nth-child(2) {
		font-size: 24px;
		line-height: 34px;
	}
	.advances .color-banners > div span:first-child {
		font-size: 84px;
    	line-height: 70px;
	}
	.advances .engine-list > div {
		background-color: #F0F1F8;
		position: relative;
		z-index: 2;
		width: 265px;
	}
	.yellow-banner {
		margin-top: -10px;
	}
	.production h2 {
		font-size: 180px;
		line-height: 180px;
	}
	.social-banner span:nth-child(2) {
		margin-right: 30px;
	}
}

@media(max-width:1560px) {

	header .logo {
		height: 109px;
	}
	header .logo img {
		width: 157px;
	}
	header .menu .contacts a {
		font-size: 14px;
		line-height: 14px;
		margin-left: 40px;
	}
	header nav {
		margin-top: 0px;
	}
	header nav a {
		font-size: 14px;
		line-height: 14px;
		margin-left: 40px;
	}

	.map .point {
		width: 80px;
		height: 80px;
	}
	.map .point span {
		bottom: 50px;
    	left: 30px;
	}
	.map .note {
		font-size: 16px;
		line-height: 30px;
	}

	.stat > div {
		flex-direction: column;
	}

	.advances .icon-list > div {
		font-size: 14px;
		line-height: 22px;
	}
	.advances .color-banners > div span:nth-child(2) {
		font-size: 18px;
		line-height: 26px;
	}
	.advances .color-banners > div span:first-child {
		font-size: 84px;
		line-height: 56px;
	}
	.yellow-banner {
		margin-top: 10px;
		background-size: 110%;
	}
	.production h2 {
		font-size: 154px;
		line-height: 154px;
	}
	.production .category-list .item.note {
		column-gap: 10px;
		font-size: 20px;
		line-height: 30px;
		margin-top: 130px;
		white-space: nowrap;
	}
	.production .category-list .note > div span:first-child {
		font-size: 70px;
		line-height: 58px;
		letter-spacing: none;
	}
	.production .category-list .note > div:first-child {
		width: auto;
	}
	.production .category-list .note > div {
		flex: 1;
	}
	.assortment > p {
		font-size: 20px;
		line-height: 36px;
	}
	.assortment .list {
		row-gap: 20px;
		flex-wrap: wrap;
	}
	.assortment .list a {
		flex: auto;
		width: 32%;
	}
	.assortment .list a:last-child,
	.assortment .list a:nth-child(4) {
		width: 49%;
	}
	.social-banner {
		padding: 40px;
	}
	.social-banner span:first-child {
		font-size: 80px;
		line-height: 70px;
		margin-right: 20px;
	}
	.social-banner span:nth-child(2) {
		font-size: 20px;
		line-height: 42px;
	}
	.social-banner span:nth-child(2) strong {
		font-size: 30px;
		line-height: 30px;
	}
	.social-banner span a img {
		width: 80px;
		height: 80px;
	}
	.social-banner span:nth-child(3) {
		column-gap: 20px;
	}
}

@media (min-width:1350px) and (max-width:1370px) {
	section {
		padding-left: 150px;
    	padding-right: 150px;
	}
	
	.map .point span {
		bottom: 54px;
		left: 25px;
	}
	.advances .picture-list > div:not(.special) {
		width: 31.5%;
	}
	.advances .color-banners {
		column-gap: 20px;
	}
	.advances .color-banners > div span:first-child {
		font-size: 66px;
		line-height: 55px;
	}
	.advances .color-banners > div span:nth-child(2) {
		font-size: 16px;
	}

	.advances .engine-list > div {
		width: 190px;
	}
	.advances .engine-list > div strong {
		font-size: 30px;
    	line-height: 40px;
	}
	.advances .engine-list > div p {
		margin-bottom: 4px;
	}
	.yellow-banner {
		margin-top: 20px;
		background-size: 120%;
	}

	.production .category-list .item {
		padding-left: 150px;
		padding-right: 150px;
	}
	.production h2 {
		font-size: 142px;
	}
	.production .category-list .item.yellow + .item.note {
		margin-top: 160px;
	}
	.production .category-list .item.red + .item.note {
		margin-top: 200px;
	}
	.photos #main {
		height: 700px;
	}	
	.photos .list a {
		width: 180px;
	}
}


@media (max-width:1280px) {

	body {
		font-size: 14px;
		line-height: 20px;
	}
	
	section {
		margin-top:200px;
		padding-left:150px;
		padding-right:150px;
	}

	h1 {
		font-size:70px;
		line-height:80px;
	}
	
	h2 {
		font-size:50px;
		line-height:60px;
	}
	h2.catalog-title {
		font-size: 135px;
		line-height: 200px;
	}
	
	h3 {
		font-size:40px;
		line-height:50px;
	}
	h3.catalog-title {
		font-size:50px;
		line-height:70px;
	}	

	.main-screen {
		height: 800px;
	}
	.main-screen h1 {
		margin-top: 50px;
	}
	.main-screen .main-links {
		column-gap: 20px;
	}
	.main-screen .main-links a:first-child h4 {
		padding: 22px 50% 22px 30px;
	}
	.map .point {
		width: 60px;
		height: 60px;
	}
	.map .point span {
		bottom: 30px;
		left: 26px;
	}
	.map .note {
		width: 48.5%;
	}
	.advances .picture-list > div:not(.special) {
		padding: 20px 30px;
		width: 31.5%;
		font-size: 14px;
    	line-height: 20px;
	}
	.advances .picture-list > div:not(.special) p {
		margin-bottom: 10px;
	}
	.advances .picture-list > div.special > p {
		line-height: 90px;
	}
	.advances .picture-list > div.special span p strong {
		line-height: 30px;
	}
	.advances .picture-list > div.special span p:first-child {
		margin-bottom: 10px;
	}
	.advances .picture-list > div.special span p:nth-child(2) {
		margin-bottom: 0;
	}
	.advances .color-banners {
		column-gap: 20px;
	}
	.advances .color-banners > div span:first-child {
		font-size: 66px;
		line-height: 55px;
	}
	.advances .color-banners > div span:nth-child(2) {
		font-size: 16px;
	}

	.advances .engine-list {
		height: 390px;
	}
	.advances .engine-list > div strong {
		font-size: 30px;
    	line-height: 40px;
	}
	.advances .engine-list > div p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.advances .engine-list > div {
		width: 190px;
	}
	.advances .engine-list::after {
		height: 320px;
		background-image: url(images/engine-arrows-1280.png);
		top: 16px;
    	left: -9px;
	}
	.yellow-banner {
		background-image: url(images/yellow-banner-1280.png);
		background-size: contain;
		padding-top: 20px;
		margin-top: -10px;
	}

	.production .category-list .item {
		padding-right: 150px;
		padding-left: 150px;
	}
	.production h2 {
		font-size: 132px;
	}
	.production .category-list .item h3 {
		font-size: 50px;
    	line-height: 70px;
	}
	.production .category-list .item {
		font-size: 20px;
		line-height: 30px;
		height: 740px;
	}
	.production .category-list .item:first-child {
		background-size: 111%;
	}
	.production .category-list .item p {
		width: 79%;
	}
	.production .category-list .item .list {
		bottom: -70px;
	}
	.production .category-list .item .list > .d-flex {
		column-gap: 20px;
	}
	.production .category-list .item .list .product {
		height: 480px;
	}
	.production .category-list .item .list .product .title {
		font-size: 20px;
		line-height: 30px;
	}
	.production .category-list .item .list .product .btn {
		font-size: 16px;
	}
	.production .category-list .item.note {
		margin-top: 60px;
	}
	.production .category-list .item.yellow .list {
		bottom: -60px;
	}
	.production .category-list .item.yellow + .item.note {
		margin-top: 70px;
	}
	.production .category-list .item.red + .item.note {
		padding-top: 150px;
	}
	.assortment .list a {
		width: 31%;
		font-size: 24px;
		line-height: 30px;
	}	
	.assortment .list a:last-child, .assortment .list a:nth-child(4) {
		width: 48%;
	}
	.photos #main {
		height: 600px;
		margin-top: 40px;
	}
	.photos .list {
		margin-top: 20px;
		padding-bottom: 10px;
		overflow-x: scroll;
	}
	.photos .list a {
		width: 142px;
		height: 110px;
		margin-right: 20px;
	}
	.geography > div {
		height: 556px;
		font-size: 20px;
		line-height: 30px;
	}
	.geography .d-flex a {
		flex-direction: column;
		align-items: start;
		row-gap: 20px;
		justify-content: space-between;
	}
	.geography .d-flex {
		align-items: stretch !important;
		margin-bottom: -150px;
	}
	.geography img:not(.mobile) {
		display: none;
	}
	.geography .d-flex a img.mobile {
		display: block;
		max-width: 100%;
	}
	.geography .banner a:nth-child(2).mobile {
		margin-top: 10px;
	}
	.footer {
		font-size: 14px;
		line-height: 20px;
		margin-top: 300px;
	}
}

@media (min-width:1100px) and (max-width:1190px) {
	.production .category-list .item:first-child {
		background-size: cover;
	}
	.production h2 {
		font-size: 120px;
	}
	.social-banner span a img {
		width: 40px;
		height: 40px;
	}
}

@media(max-width:1024px) {

	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	nav a.mobile {
		display: inline;
	}
	section {
		margin-top:140px;
		padding-left:60px;
		padding-right:60px;
	}

	h1 {
		font-size:60px;
		line-height:70px;
	}
	
	h2 {
		font-size:50px;
		line-height:60px;
	}
	h2.catalog-title {
		font-size: 125px;
		line-height: 140px;
	}
	
	h3 {
		font-size:36px;
		line-height:48px;
	}
	h3.catalog-title {
		font-size:40px;
		line-height:60px;
	}

	header nav {
		margin-top: 10px;
	}

	.main-screen {
		height: 680px;
	}
	.main-screen .main-links {
		margin-bottom: -60px;
	}
	.main-screen .main-links a {
		height: 360px;
		background-position: center 45px;
	}
	.main-screen .main-links a:first-child h4 {
		padding: 10px 20px 12px 20px;
	}
	.main-screen .main-links a h4 {
		font-size: 20px;
    	line-height: 26px;
		padding: 10px 20px 12px 20px;
	}

	.map {
		margin-top: 200px;
	}
	.map .point span {
		font-size: 14px;
		line-height: 20px;
	}
	.map .point span h6 {
		font-size: 18px;
		line-height: 20px;
	}
	.map .point#mark6 span {
		left: inherit;
		right: 15px;
	}
	.map .note {
		width: 51%;
		padding: 25px 30px;
		font-size: 14px;
		line-height: 26px;
	}

	.stat > div span:nth-of-type(2) {
		font-size: 16px;
		line-height: 22px;
	}

	.advances .picture-list > div:not(.special) strong {
		font-size: 18px;
    	line-height: 24px;
	}

	.advances .icon-list > div p strong {
		font-size: 18px;
		line-height: 24px;
	}

	.advances .color-banners > div {
		padding: 20px;
    	column-gap: 20px;
	}
	.advances .color-banners > div span:first-child {
		font-size: 60px;
		line-height: 44px;
	}
	.advances .color-banners > div span:nth-child(2) {
		font-size: 14px;
		line-height: 24px;
		padding-right: 10%;
	}
	.yellow-banner {
		margin-top: 10px;
		column-gap: 20px;
	}
	.yellow-banner span:first-child {
		font-size: 70px;
		line-height: 70px;
	}
	.yellow-banner span:nth-child(2) {
		font-size: 24px;
		line-height: 30px;
	}
	.production .category-list .item {
		padding-left: 60px;
		padding-right: 60px;
	}
	.production h2 {
		font-size: 123px;
		margin-left: -6px;
	}
	.production .category-list .item {
		padding-top: 60px;
		font-size: 16px;
		line-height: 28px;
		height: 620px;
	}
	.production .category-list .item p, .production .category-list .item.yellow p {
		width: 100%;
	}
	.production .category-list .item .list .product .title {
		font-size: 18px;
		line-height: 26px;
	}
	.production .category-list .item .list .product {
		padding: 20px;
		height: 400px;
	}
	.production .category-list .item:first-child {
		background-size: cover;
	}
	.production .category-list .item .list .product .btn {
		padding: 15px;
	}
	.production .category-list .item .list .product img {
		max-width: 90%;
	}
	.production .category-list .item.note {
		margin-top: 40px;
	}
	.production .category-list .item.yellow + .item.note {
		margin-top: 50px;
	}
	.production .category-list .item.yellow .list {
		bottom: -80px;
	}
	.production .category-list .item.red p {
		width: 100%;
	}
	.production .category-list .item.red .list {
		bottom: -50px;
	}
	.production .category-list .item.red + .item.note {
		padding-top: 80px;
	}
	.assortment .list a {
		height: 320px;
		font-size: 20px;
		line-height: 26px;
		background-position: center;
	}
	.social-banner {
		margin-top: 40px;
	}
	.social-banner span:first-child {
		font-size: 70px;
	}
	.social-banner span:nth-child(2) strong {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.social-banner span:nth-child(2) {
		font-size: 16px;
		line-height: 20px;
	}
	.social-banner span a img {
		width: 70px;
		height: 70px;
	}
	
	.photos #main {
		height: 540px;
	}
	.photos .list a {
		width: 134px;
		height: 100px;
		margin-right: 16px;
	}	
	.geography .d-flex a {
		font-size: 14px;
    	line-height: 14px;
	}
	.geography > div {
		height: 513px;
	}
}



@media(max-width:820px) {

	section {
		margin-top:100px;
		padding-left:40px;
		padding-right:40px;
	}

	h1 {
		font-size:40px;
		line-height:50px;
	}
	
	h2 {
		font-size:36px;
		line-height:48px;
	}
	h2.catalog-title {
		font-size: 95px;
		line-height: 100px;
	}
	
	h3 {
		font-size:36px;
		line-height:48px;
	}
	h3.catalog-title {
		font-size:36px;
		line-height:48px;
	}	

	header .logo {
		height: 80px;
	}
	header .logo img {
		width: 115px;
	}
	header .menu .contacts a {
		font-size: 12px;
		line-height: 12px;
		margin-left: 20px;
	}
	header .menu .contacts a i {
		margin-right: 7px;
		width: 16px;
		height: 16px;
	}
	header .menu .contacts a i.letter {
		width: 16px;
		height: 12px;
	}
	header .menu .contacts a i.phone {
		width: 15px;
		height: 16px;
	}
	header nav {
		margin-top: 10px;
	}
	header nav a {
		font-size: 12px;
		line-height: 12px;
		margin-left: 40px;
	}

	.main-screen {
		height: 540px;
	}
	.main-screen .main-links {
		margin-bottom: -40px;
	}
	.main-screen .main-links a {
		height: 260px;
	}
	.main-screen .main-links a h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.main-screen .main-links a:first-child {
		background-position: center 40px;
	}

	.map {
		margin-top: 140px;
	}
	.map .note {
		padding: 15px 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.stat {
		column-gap: 47px;
	}
	.stat > div span:first-of-type {
		font-size: 60px;
		line-height: 50px;
	}
	.stat > div span:nth-of-type(2) {
		font-size: 14px;
		line-height: 20px;
	}
	.stat > div span:nth-of-type(2) p i {
		width: 20px;
    	height: 20px;
	}
	.stat > div span:nth-of-type(2) p {
		margin-top: 7px;
	}

	.advances .picture-list > div:not(.special) {
		width: 48%;
	}
	.advances .picture-list > div {
		height: 360px;
	}
	.advances .picture-list > div.special {
		width: 48%;
		display: block;
		height: 360px;
		font-size: 18px;
	}
	.advances .picture-list > div.special > p {
		line-height: 110px;
		font-size: 150px;
		margin-bottom: 30px;
	}
	.advances .picture-list > div.special span p:first-child {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.advances .picture-list > div.special span p strong {
		font-size: 30px;
	}
	.advances .color-banners > div {
		column-gap: 10px;
	}
	.advances .color-banners > div span:nth-child(2) {
		padding-right: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.advances .color-banners > div span:first-child {
		font-size: 46px;
		line-height: 42px;
	}
	.advances .color-banners > div:first-child span:nth-child(2) {
		padding-right: 10%;
	}
	.advances .engine-list {
		height: auto;
    	background-image: none;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.advances .engine-list::after {
		display: none;
	}
	.advances .engine-list > div {
		width: 100%;
		display: flex;
		column-gap: 20px;
	}
	.advances .engine-list > div > span {
		margin-bottom: 20px;
		flex: 1;
	}
	.yellow-banner {
		padding-top: 15px;
		padding-bottom: 18px;
	}
	.yellow-banner span:first-child {
		font-size: 50px;
		line-height: 60px;
	}
	.yellow-banner span:nth-child(2) {
		font-size: 18px;
		line-height: 24px;
	}
	.production .category-list .item {
		padding-left: 40px;
		padding-right: 40px;
	}
	.production h2 {
		font-size: 99px;
		line-height: 100px;
	}
	.production .category-list .item {
		height: 520px;
	}
	.production .category-list .item h3 {
		font-size: 36px;
		line-height: 48px;
	}
	.production .category-list .item .list {
		bottom: -40px;
	}
	.production .category-list .item .list .product {
		height: 340px;
	}
	.production .category-list .item .list .product .title {
		font-size: 14px;
		line-height: 22px;
	}
	.production .category-list .item .list .product .btn {
		font-size: 12px;
		line-height: 14px;
	}
	.production .category-list .note > div span:first-child {
		font-size: 50px;
		line-height: 40px;
	}
	.production .category-list .item.note {
		font-size: 14px;
		line-height: 20px;
	}
	.production .category-list .note > div {
		column-gap: 20px;
	}
	.production .category-list .item:not(.note) {
		margin-top: 100px;
	}
	.production .category-list .item.red .list {
		bottom: -20px;
	}
	.assortment .list a {
		height: 260px;
		font-size: 18px;
		line-height: 24px;
		background-position: center;
	}
	.social-banner {
		align-items: start !important;
		position: relative;
		padding: 25px;
	}
	.social-banner span:first-child {
		font-size: 30px;
		line-height: 30px;
		margin-right: 10px;
	}
	.social-banner span:nth-child(2) {
		font-size: 14px;
		line-height: 16px;
	}
	.social-banner span:nth-child(2) strong {
		font-size: 30px;
		margin-bottom: 0;
	}
	.social-banner span i {
		font-style: normal;
		display: block;
		position: absolute;
		margin-top: 10px;
		left: 25px;
	}
	.social-banner span a img {
		width: 60px;
		height: 60px;
	}
	.photos #main {
		height: 400px;
		margin-top: 30px;
	}
	.photos .list a {
		width: 98px;
		height: 70px;
		margin-right: 16px;
	}
	.geography .d-flex a {
    	line-height: 20px;
	}
	.geography > div {
		height: 390px;
	}
	.footer {
		font-size: 12px;
		line-height: 20px;
	}
}


@media(max-width:768px) {
	.map .point {
		width: 50px;
		height: 50px;
	}
	.map .point span {
		bottom: 30px;
		left: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	.map .point span h6 {
		font-size: 16px;
		line-height: 18px;
	}
	.map .note {
		width: 100%;
		top: -90px;
	}
	.map .bg {
		margin-top: 110px;
	}
	.advances .icon-list {
		column-gap: 20px;
		flex-wrap: wrap;
	}
	.advances .icon-list > div {
		margin-bottom: 20px;
		width: 48%;
	}
	.production h2 {
		font-size: 95px;
		line-height: 95px;
	}
	.production .category-list .item.yellow .list {
		bottom: -50px;
	}
}



@media(max-width:750px) {

	section {
		padding-left:20px;
		padding-right:20px;
	}

	h1 {
		font-size:24px;
		line-height:32px;
	}
	
	h2 {
		font-size:20px;
		line-height:26px;
	}
	h2.catalog-title {
		font-size: 83px;
		line-height: 90px;
	}
	
	h3 {
		font-size:20px;
		line-height:26px;
	}
	h3.catalog-title {
		font-size:20px;
		line-height:30px;
	}	

	
	header .logo {
		height: 56px;
	}

	header .logo img {
		width: 80px;
	}

	header .menu {
		padding: 0 20px;
	}

	.burder-icon {
		display: block;
		width: 30px;
		height: 26px;
		background-image: url(images/burger.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
        border: none;
		align-self: end;
	}
	header .menu .contacts, header .menu nav {
		display: none;
	}

	.mobile-nav {
		width:calc(100% - 80px);
		position: absolute;
		top: 0;
		right: 0;
	}
	.mobile-nav .title {
		background-color: #FFC600;
		font-size: 20px;
		font-family: 'RF Dewi Extended';
		font-weight: bold;
		padding: 16px 20px;
		color: #001A71;
	}
	.mobile-nav .title .close {
		display: block;
		width: 22px;
		height: 22px;
		background-image: url(images/close.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
        border: none;
	}
	.mobile-nav .contacts, .mobile-nav nav {
		background-color: #001A71;
		color: #FFC600;
		padding: 0 20px 20px 22px;
	}
	.mobile-nav .contacts a {
		color: #FFC600;
	}
	.mobile-nav nav a {
		color: #fff;
	}
	.mobile-nav .contacts a, .mobile-nav nav a {
		margin-top: 20px;
	}
	.mobile-nav nav a:first-child {
		margin-top: 10px;
	}
	.mobile-nav .contacts a i {
		margin-right: 10px;
		width:23px;
		height:22px;
		background-repeat: no-repeat;
		display: inline-block;
		vertical-align: middle;
		background-size: contain;
	}
	.mobile-nav .contacts a i.store {
		background-image: url(images/store-yellow.svg);
	}
	.mobile-nav .contacts a i.letter {
		background-image: url(images/letter-yellow.svg);
		width:21px;
		height:16px;
	}
	.mobile-nav .contacts a i.phone {
		background-image: url(images/phone-yellow.svg);
		width: 19px;
		height:20px;
	}

	.main-screen {
		height: 360px;
	}
	.main-screen .main-links {
		margin-bottom: -80px;
		column-gap: 10px;
	}
	.main-screen .main-links a {
		height: 240px;
	}
	.main-screen .main-links a:first-child h4 {
		padding: 10px 54% 12px 20px;
	}

	.map {
		margin-top: 180px;
	}
	.map .note {
		font-size: 12px;
		line-height: 20px;
	}

	.stat {
		flex-wrap: wrap;
		column-gap: 0;
		margin-top: -35px;
	}
	.stat > div {
		flex-direction: row;
		width: 48%;
		column-gap: 12px;
		margin-bottom: 20px;
	}
	.stat > div br {
		display: none;
	}
	.stat > div span:nth-of-type(2) {
		margin-top: 4px;
	}
	.stat > div span:nth-of-type(2) p {
		margin-top: 5px;
	}

	.advances .icon-list > div p strong {
		font-size: 16px;
		line-height: 22px;
	}
	.advances .icon-list > div p:first-of-type {
		margin-bottom: 5px;
	}

	.advances .color-banners > div:first-child span:nth-child(2) {
		padding-right: 15%;
	}
	.advances .color-banners > div {
		column-gap: 0;
		flex-direction: column;
	}
	.advances .color-banners > div span:first-child {
		font-size: 50px;
		line-height: 40px;
		margin-bottom: 8px;
	}
	.advances .color-banners > div span:nth-child(2) {
		font-size: 14px;
	}

	.advances .engine-list {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.advances .engine-list > div {
		width: 100%;
		display: flex;
		column-gap: 20px;
		background-color: transparent;
		justify-content: start;
		flex-wrap: wrap;
	}
	.advances .engine-list > div > span {
		margin-bottom: 20px;
		flex: auto;
		width: 48%;
	}
	.advances .engine-list > div:nth-child(2) > span:first-child {
		width: 100%;
		padding-left: 51%;
		margin-top: -114px;
	}
	.advances .engine-list > div:first-child > span:last-child {
		padding-right: 51%;
	}
	.yellow-banner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.yellow-banner span:first-child {
		line-height: 50px;
	}
	.production .category-list .item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.production h2 {
		font-size: 82px;
		line-height: 82px;
	}
	.production .category-list:first-of-type {
		margin-top: 40px;
	}
	.production .category-list .item {
		padding-top: 20px;
		font-size: 14px;
		line-height: 22px;
		height: 460px;
	}
	.production .category-list .item h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.production .category-list .item .list > .d-flex {
		column-gap: 10px;
	}
	.production .category-list .item .list .product {
		padding: 15px;
	}
	.production .category-list .item .list .product .title {
		line-height: 20px;
	}
	.production .category-list .item .list .product .btn {
		font-size: 11px;
	}
	.production .category-list .item .list .product img {
		max-width: 100%;
	}

	.production .category-list .note > div span:first-child {
		font-size: 30px;
		line-height: 30px;
	}
	.production .category-list .item.note {
		font-size: 12px;
		line-height: 16px;
	}
	.production .category-list .item.note {
		margin-top: 70px;
	}
	.production .category-list .item.yellow .list {
		bottom: -40px;
	}
	.production .category-list .item.yellow + .item.note {
		margin-top: 70px;
	}
	.production .category-list .item.red + .item.note {
		padding-top: 30px;
	}
	.production .category-list .item.red .list {
		bottom: -60px;
	}
	.production .category-list .item.red + .item.note {
		padding-top: 20px;
	}
	.assortment .list {
		column-gap: 10px;
		row-gap: 10px;
	}
	.assortment > .list {
		margin-top: 20px;
	}
	.assortment .list a {
		height: 240px;
		font-size: 14px;
		line-height: 20px;
	}
	.assortment > p {
		font-size: 14px;
		line-height: 24px;
	}

	.social-banner {
		margin-top: 30px;
		padding: 15px;
	}
	.social-banner span:first-child, .social-banner span:nth-child(2) strong {
		font-size: 24px;
	}
	.social-banner span:nth-child(2) {
		font-size: 16px;
	}
	.social-banner span i {
		left: 15px;
		margin-top: 5px;
	}
	.social-banner span a img {
		width: 55px;
		height: 55px;
	}
	.social-banner span:nth-child(3) {
		column-gap: 10px;
	}
	.photos #main {
		height: 380px;
		margin-top: 20px;
	}
	.photos .list {
		margin-top: 10px;
		padding-bottom: 5px;
	}
	.photos .list a {
		width: 90px;
		height: 70px;
		margin-right: 8px;
	}
	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer span {
		flex: 1;
	}
	.footer span:nth-child(2) {
		text-align: right;
	}
}



@media(max-width:630px) {

	.main-screen {
		height: auto;
		background-size: 136% auto;
		background-position: top center;
	}
	.main-screen .main-links {
		column-gap: 0;
		flex-direction: column;
		margin-bottom: 0;
		margin-top: 105px;
	}
	.main-screen .main-links a {
		height: 180px;
		width: 100%;
		flex: auto;
		margin-bottom: 20px;
		background-position: center -2px;
	}
	.main-screen .main-links a:first-child h4, .main-screen .main-links a:first-child h4 {
		padding: 10px 20px 12px 20px;
	}

	.map {
		margin-top: 80px;
	}
	.map .point {
		width: 30px;
		height: 30px;
	}
	.map .point span {
		padding: 10px;
		font-size: 10px;
        line-height: 14px;
		width: 120px;
	}
	.map .point#mark2 span {
		width: 190px;
	}
	.map .point span h6 {
		font-size: 14px;
		line-height: 14px;
	}
	.map .note {
		top: -165px;
	}
	.map .bg {
		margin-top: 180px;
	}

	.stat {
		flex-direction: column;
		margin-top: -20px;
	}
	.stat > div span:first-of-type {
		font-size: 50px;
		line-height: 45px;
	}
	.stat > div span:nth-of-type(2) {
		font-size: 12px;
		line-height: 16px;
	}
	.advances .picture-list > div:not(.special) {
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.advances .picture-list > div:not(.special) strong {
		font-size: 16px;
	}
	.advances .picture-list > div.special {
		width: 100%;
	}

	.advances .icon-list {
		column-gap: 0;
	}
	.advances .icon-list > div {
		margin-bottom: 30px;
		width: 100%;
	}

	.advances .color-banners {
		column-gap: 0;
		flex-direction: column;
		row-gap: 20px;
		margin-top: 10px;
	}
	.advances .color-banners > div {
		width: 100%;
	}
	.advances .color-banners > div:first-child span:nth-child(2) {
		padding-right: 40%;
	}
	.advances .color-banners > div:nth-child(2) span:nth-child(2) {
		padding-right: 30%;
	}


	.advances .engine-list > div {
		column-gap: 0;
	}
	.advances .engine-list > div > span {
		margin-bottom: 20px;
		width: 100%;
	}
	.advances .engine-list > div:nth-child(2) > span:first-child {
		padding-left: 0;
		margin-top: 0;
	}
	.advances .engine-list > div:first-child > span:last-child {
		padding-right: 0;
	}
	
	.yellow-banner {
		background-image: url(images/yellow-banner-650.png);
		column-gap: 0;
		row-gap:10px;
		flex-direction: column;
		align-items: start !important;
	}
	.yellow-banner span:first-child {
		line-height: 40px;
	}
	.production h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.production .category-list:first-of-type {
		margin-top: 30px;
	}
	.production .category-list .item {
		height: 560px;
		padding-right: 0;
	}
	.production .category-list .item .list > .d-flex {
		width: 165%;
	}
	.production .category-list .item .list {
		overflow: scroll;
		bottom: -130px;
	}
	.production .category-list .item .list::-webkit-scrollbar { width: 0px; }
	.production .category-list .item.note {
		margin-top: 80px;
		flex-direction: column;
		row-gap: 20px;
	}
	.production .category-list .note > div span:first-child {
		line-height: 34px;
	}
	.production .category-list .item.yellow .list {
		bottom: -120px;
	}
	.assortment .list a {
		height: 180px;
		padding: 10px;
		width: 48%;
	}
	.assortment .list a:nth-child(3) {
		width: 100%;
	}
	.social-banner {
		flex-wrap: wrap;
	}
	.social-banner span:nth-child(2) {
		margin-right: 0;
	}
	.social-banner span:nth-child(3) {
		margin-left: 0;
		margin-right: auto;
		margin-top: 40px;
	}

	.photos #main {
		height: 180px;
	}
	.photos .list a {
		width: 90px;
		height: 70px;
		margin-right: 8px;
	}
	.geography .banners {
		display: block !important;
		margin-top: 60px;
	}
	.geography > div {
		height: 160px;
		font-size: 14px;
        line-height: 20px;
	}
	.geography .d-flex a.dark {
		margin-bottom: 10px;
	}
	.footer {
		margin-top: 480px;
		flex-direction: column;
		align-items: start !important;
		row-gap: 5px;
	}
}