/*!
Theme Name: agro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

agro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
div.post-content::-webkit-scrollbar,
div.post-content::-webkit-scrollbar-thumb,
div.post-content::-webkit-scrollbar-track { 
    width: 25px;
    border: none;
    background: transparent;
}

div.post-content::-webkit-scrollbar-button,
div.post-content::-webkit-scrollbar-track-piece,
div.post-content::-webkit-scrollbar-corner,
div.post-content::-webkit-resizer {
    display: none;
}

div.post-content::-webkit-scrollbar-thumb {
    border: 3px solid #333;
    background-color: #fff;
    border-radius: 12px;
    
}

div.post-content::-webkit-scrollbar-track {
	background-image: url("images/scrollbar-track-bg.png");
    background-repeat: repeat-y;
    background-size: 1px;
    background-position: center;
}
@font-face {
	font-family: Philosopher;
	src: url(fonts/Philosopher-Regular.ttf);
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
button:focus {
	outline: none;
}
.btn-white {
	font-size: 1.125rem;
	border: 1px solid #fff;
	border-radius: 2.375rem;
	text-transform: uppercase;
	background-color: #fff;
	padding: 1.5rem 3.75rem;
	font-weight: 500;
}
.btn-white:hover {
	border-color: #8ac21e;
	background-color: #8ac21e;
}

.btn-green {
	font-size: 1rem;
	font-weight: bold;
	border: 3px solid #8ac21e;
	border-radius: 2.375rem;
	text-transform: uppercase;
	background-color: #8ac21e;
	padding: 0.875rem 3.75rem;
	color: #000;
}
.btn-green:hover {
	background-color: #fff;
}
.btn-grey {
	font-size: 0.6875rem;
	line-height: 1.375rem;
	font-weight: 500;
	border-radius: 1.375rem;
	text-transform: uppercase;
	background-color: #ebeeee;
	padding: 0.625rem 2.1875rem;
	color: #000;
}
.btn-grey:hover {
	background-color: #000;
	color: #fff;
}
.btn-beige {
	font-size: 13px;
	line-height: 1.375rem;
	font-weight: 500;
	border-radius: 1.375rem;
	background-color: #f0efec;
	padding: 0.625rem 2.1875rem;
	color: #000;
	border: 1px solid #d8d7d3;
}
.btn-beige:hover {
	background-color: #000;
	color: #fff;
}
.btn-detail-back {
    position: absolute;
    padding: 9px 10px;
    min-width: 140px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.language-switcher {
    padding-left: 0;
    list-style: none;
}
.language-switcher li {
    display: inline-block;
}
.language-switcher a {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    border-radius: 21px;
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 5px;
    line-height: 26px;
    text-align: center;
}
.language-switcher .current-lang a {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.language-switcher a:hover {
    color: #8ac21e;
    border-color: #8ac21e;
    background-color: transparent;
    text-decoration: none;
}
.fixed-btn-request {
	position: fixed;
	left: 0;
	top: 20%;
	z-index: 9;
	border: 2px solid #000;
	background-color: transparent;
	border-radius: 1.5625rem;
	padding: 0.8125rem 1.25rem;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8125rem;
	margin-left: 40px;
	color: #000;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.6s;
	transition-delay: 0.2s;
	transition-property: opacity, visibility;
	transition-timing-function: ease;
}
.fixed-btn-request:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.navbar {
    box-shadow: 0 2px 5px #0000001a;
}
.header {
	position:fixed;
	height: 50px;
	display:block;
	width: 100%;
	background: #f0efec;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 20px 0 0 0;
}

.header {
	top:0px;
}

body {
	font-family: 'Ubuntu', sans-serif;
}

.section {
	text-align:center;
}
.section .intro {
	/*padding-top: 120px;*/
}

#section0,
#section1,
#section2,
#section3,
#section4,
#slide1,
#slide2{
	background-size: cover;
}

#slide1{
	background-image: url('images/slide_1.jpg');
}
#slide2{
	background-image: url('images/slide_2.jpg');
}


#section1{
	background-image: url('images/bg-2.png');
}
#section2{
	background-color: #f0efec;
}
#section3{
	background-color: #fff;
}
#section4{
	background-image: url('images/bg-5.png');
}

#section0 {
	padding-top: 0 !important;
}

/* MENU */
#menu li {
	display: block;
	margin-bottom: 40px;
	color: #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#menu li.active{
	color: #fff;
}
#menu li a {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.25rem;
	text-decoration:none;
	color: #000;
	position: relative;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu li.active a:before {
	content: ' ';
	position: absolute;
	left: 0;
	margin-top: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 4px;
	width: 4px;
	transform: rotate(-45deg);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu {
	position:fixed;
	top: 35%;
	left:0;
	height: 40px;
	z-index: 70;
	padding-left: 40px;
	margin:0;
}

.navbar-light .navbar-toggler { border-color: transparent; }
.navbar-light .navbar-toggler-icon {
	background-image: none;
	position: relative;
	
}
.navbar-light .collapsed .navbar-toggler-icon {
	background-color: #000;
	height: 1px;
	border: 2px solid #000;
	border-radius: 2px;
	width: 33px;
}
.navbar-toggler .navbar-toggler-icon:after {
	content: ' ';
	width: 28px;
	height: 1px;
	display: block;
	transform: rotate(45deg);
	background-color: #000;
	border: 2px solid #000;
	border-radius: 2px;
	position: absolute;
	left: 3px;
	top: 10px;
}
.navbar-toggler .navbar-toggler-icon:before {
	content: ' ';
	width: 28px;
	height: 1px;
	display: block;
	transform: rotate(-45deg);
	background-color: #000;
	border: 2px solid #000;
	border-radius: 2px;
	position: absolute;
	left: 3px;
	top: 10px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:after,
.navbar-toggler.collapsed .navbar-toggler-icon:before {
	transform: rotate(0deg);
	width: 33px;

}
.navbar-toggler.collapsed .navbar-toggler-icon:before {
	top: -11px;
	left: -2px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:after {
	top: 7px;
	left: -2px;
}

/* FORM */
.form-control:focus {
	border-color: #8ac21e;
	box-shadow: none;
}
.contact-form-tabs {
	justify-content: center;
	margin-bottom: 3.125rem;
}
.contact-form-tabs li a {
	background-color: transparent;
	color: #000;
	font-weight: 500;
	border: 1px solid #a5a299;
	text-transform: uppercase;
	padding: 1.6875rem 0.625rem;
	min-width: 190px;
	position: relative;
	font-size: 1rem;
	line-height: 0.75rem;
}
.contact-form-tabs li a.active {
	background-color: #000;
	color: #fff;
}
.contact-form-tabs li a.active:after {
	content: ' ';
	position: absolute;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	background-color: #000;
	bottom: -6px;
	left: calc(50% - 6px);
}
.contact-form-tabs li a:hover {
	color: #8ac21e;
}
.contact-form-tabs li:nth-child(1) a { border-radius: 2.125rem 0 0 2.125rem; border-right-width: 0; }
.contact-form-tabs li:nth-child(2) a { border-radius: 0 2.125rem 2.125rem 0; border-left-width: 0; }

.form-contact input,
.form-contact textarea {
	color: #000;
	border-color: #d5d1c7;
	padding: 2.0625rem 1.75rem;
	border-radius: 2.125rem;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 500;
}
/*HEADER*/
.header {
	z-index:9;
	padding: 20px 40px 20px 40px;
	color: #000;
	width: 100%;
	height: 99px;
}
.header-first-page {
	position: absolute;
	top: 0px;
}
.header-fixed {
	top: 0px;
	position:fixed;
	display:block;
	background: #f0efec;
	transition: all 1s ease;
	box-shadow: 0 2px 5px #0000001a;
	height: 80px;

}

body.fp-viewing-firstPage-0 .header,
body.fp-viewing-firstPage-1 .header {
	background: transparent;
	transition: none;
	box-shadow: none;
}
body.fp-viewing-firstPage-0 .header-fixed .logo-mini,
body.fp-viewing-firstPage-1 .header-fixed .logo-mini {
	display: none;
}
.header-fixed .logo { display: none; }
body.fp-viewing-firstPage-0 .header-fixed .logo,
body.fp-viewing-firstPage-1 .header-fixed .logo {
	display: block;
}
body.fp-viewing-secondPage .fixed-btn-request,
body.fp-viewing-3rdPage .fixed-btn-request,
body.fp-viewing-4thpage .fixed-btn-request {
	opacity: 1;
	visibility: visible;
}
#btn-privacy-policy {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	margin-left: 40px;
	bottom: 5%;
	z-index: 9;
	transition-duration: 0.6s;
	transition-delay: 0.2s;
	transition-property: opacity, visibility;
	transition-timing-function: ease;
}
body.fp-viewing-lastPage #btn-privacy-policy {
	opacity: 1;
	visibility: visible;
}
.header .list-social { display: flex; }
.header .list-social li:not(:last-child) {
	margin-right: 20px;
}

.header .header-phone {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	padding-top: 5px;
}
/* NEWS */
.news-list .card {
	background-color: transparent;
	border: none;
}
.news-list .card-footer {
	background: transparent;
	border: none;
}
.news-list img {
	width: 136px;
	height: 136px;
	margin-left: 20px;
}
.news-list {
	text-align: left;
}
.news-list .card-title {
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
	min-height: calc(1.375rem * 4);
	max-height: calc(1.375rem * 4);
	overflow: hidden;
}
.news-list .card-text {
	height: 100%;
	min-height: calc(1.375rem * 6);
	max-height: calc(1.375rem * 6);
	overflow: hidden;
}
.news-list .card-text,
.news-list .card-text p {
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 400;
	margin-bottom: 10px;
}
.news-list .card-body {
	padding: 30px 20px 20px 20px;
}
.news-list .card:focus {
	outline: none;
}
/*MAIN*/
.p-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 4.0625rem;
	line-height: 4rem;
	font-weight: bold;
	font-family: Philosopher;
	margin-bottom: 3.125rem;
}

.mb-100 { margin-bottom: 100px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-100 { margin-right: 100px !important; }

.font-weight-500 { font-weight: 500; }
.font-size-16 {
	font-size: 1rem;
	line-height: 1.375rem;		
}
.font-size-18 {
	font-size: 1.125rem;
	line-height: 1.375rem;
}
.text-red { color: #ff4433; }

.list-advantages,
.list-poducts {
	text-align: left;
}
.list-advantages li,
.list-poducts li {
	text-align: center;
	margin-right: -2px !important;
	margin-left: -2px !important;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: top;
}
.list-poducts li {
	width: 20%;
	margin-bottom: 20px;
}
.list-advantages li {
	width: 25%;
	margin-bottom: 50px;
	padding: 0 15px;
}

.list-advantages img,
.list-poducts img {
	max-width: 100%;
}
.list-advantages img {
	margin-bottom: 40px;
}
.list-poducts img {
	margin-bottom: 20px;
}

.list-poducts .img-block {
	height: 155px;
}
.list-advantages p,
.list-poducts p {
	text-transform: uppercase;
	font-weight: bold;
}

.list-advantages p {
	font-size: 0.8125rem;
	line-height: 1rem;
}
.list-poducts p {
	font-size: 1.0625rem;
	line-height: 1rem;
}
.contact-block p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 500;
}

.btn-phone  {
	display: block;
	width: 35px;
	height: 34px;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-image: url('images/phone.png');
}
.btn-phone:hover {
	background-position-x: right;
	cursor: pointer;
}

.btn-social  {
	display: block;
	width: 103px;
	height: 34px;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}
.btn-social:hover {
	background-position-x: right;
	cursor: pointer;
}
.btn-viber {
	background-image: url('images/viber.png');
}
.btn-whatsapp {
	background-image: url('images/whatsapp.png');
}
.btn-instagram {
	background-image: url('images/instagram.png');
}
.icon-geo {
	background-image: url('images/icon/geo.png');
	width: 27px;
	height: 32px;
	display: inline-block;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
	display: none;
}

.mouse {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 15px);
	width: 30px;
	height: 50px;
	background-image: url('images/mouse.png');
	z-index: 9;
}

.fp-viewing-secondPage .mouse:before,
.fp-viewing-3rdPage .mouse:before,
.fp-viewing-4thpage .mouse:before,
.fp-viewing-lastPage .mouse:before {
	content: ' ';
	position: absolute;
	left: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 10px;
	width: 10px;
	transform: rotate(-135deg);
	top: -15px;
}
.fp-viewing-firstPage-0 .mouse:after,
.fp-viewing-firstPage-1 .mouse:after,
.fp-viewing-secondPage .mouse:after,
.fp-viewing-3rdPage .mouse:after,
.fp-viewing-4thpage .mouse:after {
	content: ' ';
	position: absolute;
	left: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	bottom: -15px;
}
@media (min-width: 1368px) {
	html { font-size: 16px; }
	#section3:before {
		content: ' ';
		background-image: url(images/fixed-spikelet4.png);
		z-index: 10;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 435px;
		height: 100%;
		background-position: center bottom;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	#section3:after{
		content: ' ';
		width: 190px;
		height: 100%;
		right: 0;
		bottom: 0;
		position: absolute;
		background-color: #fff;
	}
}
@media (min-width: 576px) and (max-width: 1367px) {
	html { font-size: 12.8px; }
}

@media (max-width: 991px) {
	html { font-size: 12.8px; }
	.header-fixed { display: none; }
	.header-first-page { display: none; }
	#menu { display: none; }
	.mouse { display: none; }
	.fixed-btn-request { display: none; }
	.list-social li { display: none; }
	.list-social li:nth-child(2) { display: inline-block; }
	.list-advantages li { width: 25%; }
	.list-poducts li { width: 25%; }
	.list-poducts .img-block { height: 120px; }
	.list-poducts img { max-width: 100px; }
	.contact-form-tabs li a { min-width: 125px; }
	.section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.slide {
		padding-top: 80px;
		padding-bottom: 55px;
	}
	#slide2 {display: none;}
	h1 {
		font-size: 30px;
		line-height: 31px;
	}
	.news-detail { margin-top: 70px; }   
    .btn-detail-back {
        top: 70px;
        right: 20px;
    }
}
@media (max-width: 576px) {
	.list-advantages li { width: 50%; margin-bottom: 20px; }
	.list-advantages img { max-width: 80px; margin-bottom: 10px; }
	.list-poducts li { width: 33%; }
	.list-poducts .img-block { height: 60px; }
	.list-poducts img { max-width: 100px; }
	.list-poducts p { text-transform: capitalize; }
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* ANIMATION */
@media (min-width: 992px) {
	.fjor-top { transform: translate(0px, -120%); }
	.fjor-bottom { transform: translate(0px, 120%); }
	.fjor-left { transform: translate(-120%, 0px); }
	.fjor-right { transform: translate(120%, 0px); }
	.fjor-scale { transform: scale(0); }

	.fjor-top,
	.fjor-bottom,
	.fjor-left,
	.fjor-right,
	.fjor-scale,
	.fjor-opacity {
		transition-duration: 0s;
		transition-delay: 0s;
		transition-property: opacity, transform;
		transition-timing-function: ease;
		opacity: 0;
	}

	.section.active .fjor-dr-0 { transition-duration: 0s; }
	.section.active .fjor-dr-2 { transition-duration: 0.2s; }
	.section.active .fjor-dr-4 { transition-duration: 0.4s; }
	.section.active .fjor-dr-6 { transition-duration: 0.6s; }
	.section.active .fjor-dr-8 { transition-duration: 0.8s; }
	.section.active .fjor-dr-10 { transition-duration: 1s; }

	.section.active .fjor-dl-0 { transition-delay: 0s; }
	.section.active .fjor-dl-2 { transition-delay: 0.2s; }
	.section.active .fjor-dl-4 { transition-delay: 0.4s; }
	.section.active .fjor-dl-6 { transition-delay: 0.6s; }
	.section.active .fjor-dl-8 { transition-delay: 0.8s; }
	.section.active .fjor-dl-10 { transition-delay: 1s; }

	.section.fp-completely .fjor-top,
	.section.fp-completely .fjor-bottom,
	.section.fp-completely .fjor-left,
	.section.fp-completely .fjor-right {
		transform: translate(0px, 0px);
		opacity: 1;
	}
	.section.fp-completely .fjor-scale {
		transform: scale(1);
		opacity: 1;
	}
	.section.fp-completely .fjor-opacity { opacity: 1; }

	/* CUSTOM */
	.slide .slide-title {
		margin-bottom: 6.25rem;
	}
	.slide .slide-title {
		opacity: 0;
		transition: all 0.8s ease 0.2s;
	}
	.slide button {
		opacity: 0;
		transition: all 0.8s ease 0.4s;
	}
	.slide.active .slide-title,
	.slide.active button {
		opacity: 1;
	}
	/* END_ANIMATION */
	.news-detail { margin-top: 100px; }
    .btn-detail-back {
        top: 110px;
        left: 40px;
    }
}

.news-slick-controls {
	margin-top: 60px;
	padding: 15px 30px;
	display: flex;
}
.news-slick-controls .next {
	border-top: 4px solid #8ac21e;
	border-right: 4px solid #8ac21e;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	display: inline-block;
	cursor: pointer;
}
.news-slick-controls .previous {
	border-bottom: 4px solid #8ac21e;
	border-left: 4px solid #8ac21e;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	display: inline-block;
	cursor: pointer;
}
.bg-grey { background-color: #f0efec; }
#bg-full {
	opacity: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 10;
	position: fixed;
	display: none;
}
#bg-full.show {
	display: block !important;
	opacity: 0.5;	
}
@media (min-width: 1600px) {
	.container {
		max-width: 1230px;
	}
	#section2 .container {
		max-width: 1310px;
	}
	.list-advantages li {
		padding: 0 40px;
	}
}
@media (min-width: 1800px) {
	#menu {
		padding-left: 90px;
	}
	.header {
		padding: 20px 90px 20px 90px;
	}
	.fixed-btn-request {
		margin-left: 90px;
	}
	#btn-privacy-policy {
		margin-left: 90px;
	}

}
@media (min-height: 769px) and (max-height: 1080px) {
	.list-poducts .img-block {
		height: 120px;
	}
	.list-poducts img {
		max-height: 100px;
	}
	.news-list .card-text {
		min-height: calc(1.375rem * 5);
		max-height: calc(1.375rem * 5);
	}
	#section4 .form-contact input,
	#section4 .form-contact textarea {
		padding: 28px 23px;
		line-height: 1rem;
	}
}
@media (max-height: 768px) {
	#section1 h1 {
		font-size: 30px;
		line-height: 31px;
		margin-bottom: 70px;
		margin-top: 20px;
	}
	#section2 h1 {
		font-size: 30px;
		line-height: 31px;
		margin-bottom: 45px;
		margin-top: 12px;
	}
	#section3 h1 {
		font-size: 30px;
		line-height: 31px;
		margin-bottom: 50px;
		margin-top: 12px;
	}
	#section4 h1 {
		font-size: 30px;
		line-height: 31px;
		margin-bottom: 22px;
		margin-top: 25px;
	}
	.list-advantages img {
		max-height: 70px;
		margin-bottom: 32px;
	}
	.list-poducts .img-block {
		height: 95px;
	}
	.list-poducts img {
		max-height: 78px;
	}
	.list-poducts .list-poducts li {
		margin-bottom: 10px;
	}
	.news-list img {
		max-height: 110px;
		max-width: 110px;
	}
	.news-list .card-text {
		min-height: calc(1.375rem * 3);
		max-height: calc(1.375rem * 3);
	}
}
@media (max-height: 820px) {
	body.fp-viewing-lastPage .mouse {
		display: none;
	}
	.list-poducts img {
		max-height: 78px;
	}
}
@media (max-height: 768px) and (min-width: 992px) {
	.news-list {
		margin-left: -72px;
		width: 785px;
	}
}
@media (min-width: 992px) and (max-height: 700px) {
	#section1 h1 {
		margin-bottom: 50px;
	}
	.list-advantages li {
		margin-bottom: 20px;
	}
	.list-poducts .img-block {
		height: 60px;
	}
	.list-poducts img {
		max-height: 50px;
	}
	.news-slick-controls {
		margin-top: 0px;
	}
	.form-contact input,
	.form-contact textarea {
		padding: 20px 20px;
	}
	.contact-form-tabs {
		margin-bottom: 20px;
	}
	.contact-form-tabs li a {
		padding: 20px 5px;
	}
}
@media (min-width: 1368px) and (max-width: 1600px) and (max-height: 800px) {
	.news-slick-controls {
		margin-top: 0px;
		margin-left: -60px;
	}
	#section4 h1 {
		margin-top: 10px;
	}
	.form-contact input,
	.form-contact textarea {
		padding: 30px 20px;
	}
	.contact-form-tabs {
		margin-bottom: 20px;
	}
	.contact-form-tabs li a {
		padding: 20px 5px;
	}
}
@media (min-width: 1200px) and (max-width: 1367px) {
	#section1 .container {
		max-width: 1000px;
	}
	#section2 .container {
		max-width: 865px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#section1 .container {
		max-width: 760px;
	}
	#section2 .container {
		max-width: 760px;
	}
	#section4 .container {
		max-width: 760px;
	}
	.news-list {
		margin-left: -15px;
		width: 700px;
	}
}
@media (min-height: 900px) and (max-height: 1080px) {
	#section1 h1 {
		margin-bottom: 120px;
		margin-top: 60px;
	}
	#section2 h1 {
		margin-top: 0px;
	}
	#section3 h1 {
		margin-top: 30px;
	}
	#section4 h1 {
		margin-bottom: 40px;
		margin-top: 0px;
	}
	.list-advantages li {
		margin-bottom: 60px;
	}

	.list-poducts li {
		margin-bottom: 30px;
	}
	.list-poducts .img-block {
		height: 120px;
	}
	.news-list img {
		margin-bottom: 8px;
	}

	.contact-form-tabs {
		margin-top: 15px;
	}
	.form-contact button.btn-green {
		margin-top: 23px;
		padding: 18px 60px;
	}
}
@media (min-height: 1081px) {
	#section1 h1 {
		margin-bottom: 200px;
		margin-top: 130px;
	}
	#section2 h1 {
		margin-bottom: 113px;
		margin-top: 85px;
	}
	#section3 h1 {
		margin-bottom: 145px;
		margin-top: 125px;
	}
	#section4 h1 {
		margin-bottom: 65px;
		margin-top: 128px;
	}
	.list-advantages li {
		margin-bottom: 90px;
	}

	.list-poducts li {
		margin-bottom: 50px;
	}
	.list-poducts .img-block {
		height: 146px;
	}
	.news-list img {
		margin-bottom: 8px;
	}

	.contact-form-tabs {
		margin-top: 105px;
	}
	.form-contact button.btn-green {
		margin-top: 23px;
		padding: 18px 60px;
	}
	#section3:before {
		width: 560px;
	}
}
@media (min-width: 1921px) {
	#section3 .intro {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;	
	}

	#menu {
		padding-left: calc((100vw - 1920px)/2);
	}
	.header {
		padding-left: calc((100vw - 1920px)/2);
		padding-right: calc((100vw - 1920px)/2)
	}
	.fixed-btn-request {
		margin-left: calc((100vw - 1920px)/2);
	}
	#btn-privacy-policy {
		margin-left: calc((100vw - 1920px)/2);
	}
}
@media (min-width: 1921px) and (min-height: 1081px) {
	#section3:before {
		margin-right: calc((100vw - 1920px)/2);
		width: 690px
	}
	#section3:after {
		margin-right: calc((100vw - 1920px)/2);
		width: 280px;
	}
}
@media (min-width: 992px) and (max-width: 1012px) {
	.language-switcher {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}
}