header {
	background: url('../images/bg1_5.png') bottom center no-repeat;
	background-size: cover;
	position: relative!important;
	z-index: 4!important;
}

header .title {
	color: #ffffff;
	font-size: 45px;
	line-height: 73px;
	margin-top: 10px;
}

header .advantages-f {
	padding: 0px 0px 20px 0px;
}

header .advantages li:nth-of-type(1) {
	background: url(../images/ico1f.png) center 0px no-repeat;
}

header .advantages li:nth-of-type(2) {
	background: url(../images/ico2f.png) center 0px no-repeat;
}

header .advantages li:nth-of-type(3) {
	background: url(../images/ico3f.png) center 0px no-repeat;
}

.views {
	padding: 270px 0px 70px 0px;
	margin: -180px 0px 0px 0px;
	background: #f5f5f5;
	position: relative;
	z-index: 1;
}

.views .container {
	position: relative;
	z-index: 2;
}

.views .views-wrap {
	width: 100%;
	margin: 35px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.views .item {
	width: calc(33.33% - 20px);
	margin: 0px 0px 50px 0px;
}

.views .item .item-img {
	width: 100%;
	height: 205px;
	background: #ffffff;
	border-radius: 3px;
	margin: 0px 0px 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.views .item .item-img a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.views .item .item-img a img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	vertical-align: bottom;
}

.views .item .item-title {
	margin: 0px 0px 5px 0px;
	font-family: 'Gilroy-Bold';
	font-size: 20px;
	line-height: 28px;
	color: #231f20;
}

.views .item .item-price {
	margin: 0px 0px 10px 0px;
	font-family: 'Gilroy-Bold';
	font-size: 16px;
	line-height: 25px;
	color: #231f20;
}

.views .item .item-text {
	margin: 0px 0px 15px 0px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.views .item .item-butts {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.views .item .item-butts a {
	width: calc(50% - 17px);
	background: #f87f0a;
	border-radius: 5px;
	border: 1px solid #f87f0a;
	font-family: 'Gilroy-SemiBold';
	font-size: 14px;
	line-height: 33px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease;
}

.views .item .item-butts a:nth-of-type(2) {
	background: #f5f5f5;
	color: #f87f0a;
}

.views .item .item-butts a:hover {
	opacity: 0.8;
}

.views .item .item-butts a:nth-of-type(2):hover {
	background: #fce7d2;
}

.views .butt-title {
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-family: 'Gilroy-Bold';
	font-size: 22px;
	line-height: 30px;
	color: #231f20;
	text-align: center;
}

.grunt {
	padding: 75px 0px 65px 0px;
	position: relative;
}

.grunt .container {
	position: relative;
	z-index: 2;
}

.grunt .title-line {
	margin: 0px 0px 40px 0px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}

.grunt .grunt-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grunt .item {
	width: calc(33.33% - 20px);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	position: relative;
}

.grunt .item:nth-of-type(1) {
	background: url('../images/fbg1.jpg') center center no-repeat;
	background-size: cover;
}

.grunt .item:nth-of-type(2) {
	background: url('../images/fbg2.jpg') center center no-repeat;
	background-size: cover;
}

.grunt .item:nth-of-type(3) {
	background: url('../images/fbg3.jpg') center center no-repeat;
	background-size: cover;
}

.grunt .item:nth-of-type(4) {
	background: url('../images/fbg4.jpg') center center no-repeat;
	background-size: cover;
}

.grunt .item:nth-of-type(5) {
	background: url('../images/fbg5.jpg') center center no-repeat;
	background-size: cover;
}

.grunt .item:nth-of-type(6) {
	background: url('../images/fbg6.jpg') center center no-repeat;
	background-size: cover;
}

.grunt .item .item-desc {
	padding: 10px 0px 0px 30px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.grunt .item .item-desc strong {
	display: block;
	font-family: 'Gilroy-Bold';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.grunt .item .item-ico {
	width: 59px;
	height: 59px;
	margin: 0px 0px 15px 0px;
}

.grunt .item:nth-of-type(1) .item-ico {
	background: url('../images/fico8.png') center center no-repeat;
}

.grunt .item:nth-of-type(2) .item-ico {
	background: url('../images/fico9.png') center center no-repeat;
}

.grunt .item:nth-of-type(3) .item-ico {
	background: url('../images/fico10.png') center center no-repeat;
}

.grunt .item:nth-of-type(4) .item-ico {
	background: url('../images/fico11.png') center center no-repeat;
}

.grunt .item:nth-of-type(5) .item-ico {
	background: url('../images/fico12.png') center center no-repeat;
}

.grunt .item:nth-of-type(6) .item-ico {
	background: url('../images/fico13.png') center center no-repeat;
}

.grunt .item:nth-of-type(1):before {
	content: '';
	width: 128px;
	height: 67px;
	background: url('../images/s1.png') center center no-repeat;
	position: absolute;
	left: -13px;
	top: -24px;
	display: none;
}

.grunt .item:nth-of-type(1):after {
	content: '';
	width: 86px;
	height: 27px;
	background: url('../images/s2.png') center center no-repeat;
	position: absolute;
	z-index: 2;
	right: -51px;
	top: 87px;
}

.grunt .item:nth-of-type(2):after {
	content: '';
	width: 86px;
	height: 27px;
	background: url('../images/s3.png') center center no-repeat;
	position: absolute;
	z-index: 2;
	right: -51px;
	top: 70px;
}

.grunt .item:nth-of-type(3):after {
	content: '';
	width: 777px;
	height: 68px;
	background: url('../images/s4.png') center center no-repeat;
	position: absolute;
	z-index: 2;
	right: 25px;
	bottom: -55px;
}

.grunt .item:nth-of-type(4):after {
	content: '';
	width: 89px;
	height: 18px;
	background: url('../images/s5.png') center center no-repeat;
	position: absolute;
	z-index: 2;
	right: -51px;
	bottom: 27px;
}

.grunt .item:nth-of-type(5):after {
	content: '';
	width: 81px;
	height: 36px;
	background: url('../images/s6.png') center center no-repeat;
	position: absolute;
	z-index: 2;
	right: -51px;
	bottom: 70px;
}

.grunt .item:nth-of-type(6):after {
	content: '';
	width: 97px;
	height: 103px;
	background: url('../images/s7.png') center center no-repeat;
	position: absolute;
	z-index: 2;
	right: -17px;
	top: -24px;
	display: none;
}

.terex {
	padding: 75px 0px 80px 0px;
	position: relative;
}

.terex .terex-wrap {
	width: 100%;
	margin: 35px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.terex .terex-img {
	width: 550px;
	height: 430px;
	background-size: cover!important;
	background-position: center center!important;
}

.terex .terex-desc {
	width: calc(100% - 550px - 60px);
}

.terex p {
	margin: 0px 0px 25px 0px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.terex ul li {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 95px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	list-style: none;
}

.terex ul li strong {
	display: block;
	font-family: 'Gilroy-Bold';
	color: #231f20;
}

.terex ul li:nth-of-type(1) {
	background: url('../images/fico4.png') left center no-repeat;
}

.terex ul li:nth-of-type(2) {
	background: url('../images/fico5.png') left center no-repeat;
}

.terex ul li:nth-of-type(3) {
	background: url('../images/fico6.png') left center no-repeat;
}

.terex ul li:nth-of-type(4) {
	background: url('../images/fico7.png') left center no-repeat;
}

.gett {
	padding: 75px 0px 75px 0px;
	background: #f5f5f5;
	position: relative;
}

.gett .gett-wrap {
	width: 100%;
	margin: 35px 0px 30px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.gett .item {
	width: calc(33.33% - 20px);
	padding: 85px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}

.gett .item span {
	font-family: 'Gilroy-Bold';
}

.gett .item:nth-of-type(1) {
	background: url('../images/fico1.png') top center no-repeat;
}

.gett .item:nth-of-type(2) {
	background: url('../images/fico2.png') top center no-repeat;
}

.gett .item:nth-of-type(3) {
	background: url('../images/fico3.png') top center no-repeat;
}

.popup {
	width: 96%!important;
	max-width: 900px!important;
	padding: 30px!important;
	display: none;
}

.popup .popup-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.popup .popup-title {
	margin: 0px 0px 20px 0px;
	font-family: 'Gilroy-Bold';
	font-size: 30px;
	line-height: 38px;
	color: #231f20;
	text-align: center;
}

.popup .popup-img-wrap {
	width: calc(100% - 300px - 30px - 20px);
	background: #f5f5f5;
	padding: 10px;
}

.popup .popup-img {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup .popup-img a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup .popup-img a img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	vertical-align: bottom;
}

.popup .popup-img2 {
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
	position: relative;
}

.popup .popup-img2 a img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
}

.popup .popup-img-text {
	width: 100%;
	margin: 20px 0px 0px 0px;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}

.popup .popup-form {
	width: 300px;
}

.popup .popup-form input {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	width: calc(100% - 2px);
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px!important;
	background: #ffffff;
	border: 1px solid #c6c6c6;
}

.popup .popup-form .butt1 {
	width: 100%;
	margin: 30px 0px 0px 0px;
}

.popup .popup-form .polit {
	width: 100%;
	font-family: 'Gilroy-Regular';
	color: #909090;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	display: inline-block;
}

.popup .popup-form .polit:hover {
	text-decoration: none;
}

.popup .popup-form p {
	font-family: 'Gilroy-Extra-Bold';
	color: #000000;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	margin: 30px 0px 5px 0px;
	text-align: center;
}

.popup .popup-form i {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	display: block;
}

@media (max-width: 1170px) {
.container {
	width: 940px;
}

.top p {
	margin: 21px 0px 0px 55px;
}

header .title br {
	display: none;
}

.views .item .item-butts a {
	font-size: 13px;
}

.terex .terex-img {
	width: 450px;
	height: 350px;
}

.terex .terex-desc {
	width: calc(100% - 450px - 40px);
}

.terex {
	padding: 75px 0px 55px 0px;
}

}

@media (max-width: 970px) {
.container {
	width: 750px;
}

.top p {
	margin: 42px 0px 0px -210px;
}

header .title {
	font-size: 40px;
	line-height: 58px;
}

.views .item {
	width: calc(50% - 15px);
	margin: 0px 0px 50px 0px;
}

.popup .popup-img2 {
	height: 260px;
}

.popup .popup-form p {
	margin: 0px 0px 5px 0px;
}

.popup .popup-img {
	height: 260px;
}

.grunt .item .item-desc {
	padding: 10px 20px 0px 30px;
}

.grunt .item:nth-of-type(3):after {
	width: 543px;
	background-size: 100% 100%;
}

.terex .terex-img {
	width: 320px;
	height: 250px;
}

.terex .terex-desc {
	width: calc(100% - 320px - 40px);
}

}

@media (max-width: 780px) {
header {
	height: auto;
	padding: 0px 0px 20px 0px;
}

.container {
	width: 300px;
}

.top p {
    margin: 54px 0px 0px -130px;
}

header .title {
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px!important;
}

header .title br {
	display: inline;
}

.advantages li {
	font-size: 13px;
	line-height: 18px;
}

header .advantages-f {
	padding: 30px 0px 0px 0px;
}

.butt1 {
	line-height: 45px;
	width: 300px;
}

.views {
	padding: 215px 0px 35px 0px;
}

.views .views-wrap {
	margin: 25px 0px 0px 0px;
}

.views .item .item-title {
	font-size: 18px;
	line-height: 26px;
}

.views .item {
	width: calc(100% - 0px);
	margin: 0px 0px 20px 0px;
}

.views .item .item-price {
	font-size: 14px;
	line-height: 23px;
}

.views .item .item-img {
	height: 110px;
}

.views .item .item-text {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 23px;
}

.views .views-b {
	width: calc(100% - 22px);
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
	border-radius: 10px;
}

.views .views-b .butt1 {
    width: 100%;
}

.grunt {
	padding: 35px 0px 35px 0px;
}

.grunt .item:nth-of-type(1):before {
	display: none;
}

.grunt .item:nth-of-type(1):after {
	display: none;
}

.grunt .item:nth-of-type(2):after {
	display: none;
}

.grunt .item:nth-of-type(3):after {
	display: none;
}

.grunt .item:nth-of-type(4):after {
	display: none;
}

.grunt .item:nth-of-type(5):after {
	display: none;
}

.grunt .item:nth-of-type(6):after {
	display: none;
}

.grunt .title-line {
	margin: 0px 0px 25px 0px;
}

.grunt .item {
	width: calc(100% - 2px);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

.grunt .item .item-desc {
	font-size: 14px;
	line-height: 22px;
}

.advantages2 .advantages2-wrap {
	margin: 25px 0px 0px 0px;
}

.terex {
	padding: 35px 0px 20px 0px;
}

.terex .terex-wrap {
	margin: 25px 0px 0px 0px;
}

.terex .terex-desc {
	width: calc(100% - 0px - 0px);
	margin: 20px 0px 0px 0px;
}

.terex .terex-img {
	width: 300px;
	height: 230px;
}

.terex ul li {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 70px
}

.gett .item {
	width: calc(100% - 0px);
	padding: 0px 0px 0px 70px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.gett .item:nth-of-type(1) {
	background: url('../images/fico1.png') left center no-repeat;
}

.gett .item:nth-of-type(2) {
	background: url('../images/fico2.png') left center no-repeat;
}

.gett .item:nth-of-type(3) {
	background: url('../images/fico3.png') left center no-repeat;
}

.gett {
	padding: 35px 0px 35px 0px;
}

.gett .gett-wrap {
	margin: 25px 0px 0px 0px;
}

.popup {
	padding: 15px!important;
}

.popup .popup-title {
	padding: 0px 30px 0px 30px;
	font-size: 20px;
	line-height: 28px;
}

.popup .popup-img-wrap {
	width: calc(100% - 0px - 0px - 0px);
	margin: 15px 0px 0px 0px;
	padding: 10px;
	order: 2;
}

.popup .popup-form {
	width: 300px;
}

.popup .popup-img-text {
	margin: 15px 0px 0px 0px;
	font-size: 14px;
	line-height: 23px;
}

.popup .popup-img {
	height: 130px;
}

.popup .popup-form {
	order: 1;
}

.popup .popup-wrap {
	justify-content: center;
}

.popup .popup-img2 {
	height: 160px;
}

}
