* {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: black;
	text-decoration: none;
}

a div {
    padding: 10px;
}

blockquote {
	display: inline-block;
    padding: 20px;
    background: whitesmoke;
    margin: 20px;
}

body {
	font: 16px/24px Open Sans, Arial, monospace;
	font-size: 16px;
	line-height: 24px;
	/*letter-spacing: 1px;*/
	color: #333;
	min-width: inherit;
	background: whitesmoke;
    width: 100%;
    height: 100%;
}

body.fixed {
	overflow: hidden;
}

button,
input[type="button"] {
    background: black;
    display: inline-block;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    border: none;
    font-size: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
}

button:hover,
input[type="button"]:hover {
	background: #222;
}

content {
	display: table-row;
    height: 100%;
}

footer {
	padding: 0;
	background: white;
}

H1, H2, H3, H4, H5, H6 {
    padding: 10px 0;
	margin: 0;
	line-height: normal;
}

header {
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

iframe {
	vertical-align: middle;
}

img {
	max-width: 100%;
	width: auto;
    vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
    text-align: center;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
}

input[type="type" i] {
    padding: 10px;
    font-size: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 0;
  vertical-align: sub;
  cursor: pointer;
    font-size: inherit;
}

section {
	padding: 0 0 80px;
	position: relative;
}

section:last-child {
	padding: 0;
}

select {
width: 100%;
box-sizing: border-box;
padding: 6px 5px;
border: 1px solid #999;
font-family: inherit;
    font-size: inherit;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    max-width: 100%;
	height: 120px;
	font-size: inherit;
}

.flex {
    display: flex;
}

.center {
    align-items: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    row-gap: 20px;
    column-gap: 20px;
}

@media screen and (max-width: 768px) {
    .grid {
        row-gap: 5px;
        column-gap: 5px;
    }
}

.grid-column-sp2 {
    grid-column: span 2;
}

.grid-column-sp4 {
    grid-column: span 4;
}

.grid-column-sp6 {
    grid-column: span 6;
}

.grid-column-sp8 {
    grid-column: span 8;
}

.grid-column-sp9 {
    grid-column: span 9;
}

.grid-column-sp12 {
    grid-column: span 12;
}

.grid-right {
    grid-column: 10/13;
}

@media screen and (min-width: 300px) {
    .grid-column-sp12-m {
        grid-column: span 12;
    }

    .grid-row-1-m {
        grid-row: 1;
    }
}

@media screen and (min-width: 768px) {
    .grid-column-sp12-t {
        grid-column: span 6;
    }

    .grid-row-1-t {
        grid-row: 1;
    }
}

@media screen and (max-width: 992px) {

}

/* --- ID --- */
#address_info {
	margin: 0 0 20px;
}

#advantages .list {
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#advantages .list .list_item {
	width: 33.33%;
}

#advantages .list .list_item .content {
	padding: 40px;
}

#advantages .list .list_item:nth-child(2) .content {
    border-left: 1px solid #222;
	border-right: 1px solid #222;
}

#benefits {
	background: whitesmoke;
	padding: 80px 0 40px;
}

#benefits::after {
    content: "";
    bottom: 0;
    border: 20px solid transparent;
    height: 20px;
    width: 100%;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    shape-outside: polygon(100% 100%, 0 100%, 100% 0);
    background: white;
    position: absolute;
}

#benefits::before {
    content: "";
    top: 0;
    border: 20px solid transparent;
    float: left;
    height: 20px;
    width: 100%;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    shape-outside: polygon(0 100%, 100% 0, 0 0);
    background: white;
    position: absolute;
}

#benefits_list li {
	width: 33.33%;
	float: left;
}

#benefits_list .fa {
	font-size: 36px;
}

#benefits_list .content {
    padding: 20px;
    position: relative;
}

#breadcrumbs_box {
	border-bottom: 1px solid whitesmoke;
    border-top: 1px solid whitesmoke;
	margin: 0 0 10px;
}

#breadcrumbs {
	font-size: 12px;
}

#breadcrumbs .fa-home {
	padding: 10px;
    font-size: 18px;
}

#breadcrumbs .button_back {
    margin: 0;
	font-size: 14px;
	display: inline-block;
	background: whitesmoke;
	padding: 10px;
	border-bottom: 1px dotted whitesmoke;
}

#breadcrumbs .name {
    padding: 10px;
}

#button_down {
	position: absolute;
    bottom: 20px;
    width: 100%;
}

#button_menu_mobile {
	vertical-align: middle;
	display: none;
	margin: 0 10px;
}

#button_menu_mobile div {
    cursor: pointer;
    padding: 3px;
}

#button_menu_mobile .fa {
	color: #222;
    margin: 0;
    font-size: 28px;
    width: 30px;
}

#button_menu_mobile a div {
	padding: 5px;
}

#button_show_response_form {
	float: right;
    position: absolute;
    top: 20px;
    right: 0;
}

#button_down {
    position: absolute;
    bottom: 20px;
    width: 100%;
	text-align: center;
}

#button_down div {
    display: inline-block;
}

#button_down div i {
    font-size: 36px;
}

#buttons_accessories_box {
	position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    display: table;
}

#buttons_accessories_box .button_box {
    display: table-cell;
    width: 33.33%;
	vertical-align: middle;
}

#buttons_accessories_box .button_box div {
	margin: 0 10px;
	cursor: pointer;
	display: inline-block;
    border-radius: 30px;
}

#buttons_accessories_box .button_box div:hover {
	box-shadow: 0 0 5px;
}

#buttons_accessories_box .button_box div i {
	font-size: 30px;
	padding: 7px 12px;
	margin: 0;
	color: #333;
}

#buttons_accessories_box .button_box div span {
	font-size: 14px;
    padding: 0 20px 0 0;
}

#buttons_accessories_box .button_up {
	text-align: center;
}

#buttons_accessories_box .button_up i {
	background: rgba(255, 255, 255, .5);
    border-radius: 30px;
}

#buttons_accessories_box .button_box div:hover {
	background: white;
}

#buttons_accessories_box .button_return {
    text-align: left;
}

#buttons_accessories_box .button_return div {
    background: rgba(255, 255, 255, .5);
    border-radius: 30px;
	display: inline-block;
}

#buttons_accessories_box .button_return div i {
	padding: 7px 15px;
	vertical-align: middle;
}

#buttons_accessories_box .button_return div span {
	color: #333;
    position: relative;
    margin: 0 0 0 -10px;
	vertical-align: middle;
}

#buttons_accessories_box .button_contact {
    text-align: right;
}

#call_us {
	padding: 40px 0 0;
}

#call_us_block {
	width: 100%;
    text-align: center;
}

#call_us_block button {
    margin: 20px;
    color: black;
    background: white;
}

#call_us_block li {
	width: 50%;
	float: left;
}

#call_us_block .content_border {
    padding: 80px;
}

#call_us_block li:first-child .content_border {
    background: url(/images/cow_bg_1.png) 50% 50% no-repeat;
    background-size: 100% 100%;
	color: white;
}

#call_us_phone_list {
	width: 100%;
}

#call_us_phone_list li {
	text-align: center;
	font-size: 24px;
	width: 100%;
}

#call_us_phone_list li a div {
    padding: 5px 0;
    color: white;
	font-family: Skia Bold;
	font-weight: normal;
}

#cart_button {
    padding: 3px 5px;
}

#cart_button sup {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    color: white;
    padding: 1px 5px;
    border-radius: 100%;
    font-family: Roboto;
    font-size: 14px;
}

#contacts.page {
	padding: 40px 0 80px;
}

#contacts .box_intro {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
}

#contacts .emails .list .list_item,
#contacts .social_links .list .list_item {
	display: block;
}

#contacts .emails .list .list_item div,
#contacts .social_links .list .list_item div {
    display: inline-flex;
    padding: 10px 0;
    align-items: center;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}

#contacts .emails .list .list_item i,
#contacts .social_links .list .list_item i {
    font-size: 36px;
	width: 40px;
	text-align: center;
}


#content_box {
    margin: 0 0 0 320px;
}

#copyright_box {
	text-align: right;
    padding: 20px 0;
}

#footer {
	padding: 0 0 100px;
    text-align: center;
}

#footer .content_box {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    width: 100%;
}

#footer .content_box .content {
	width: 33.33%;
	text-align: center;
	padding: 20px 0;
}

#footer .content_box .content:nth-child(2) {
	display: grid;
    align-items: center;
}

#footer .list .list_item a {
	color: white;
}

#footer .logo {

}

#footer .logo img {
	height: 75px;
}

#footer .container .grid .box {
    margin: 0;
}

#header {
    background: white;
	padding: 10px 0;
}

#header #info_line {
	background: white;
}

#header #info_line.fixed {
	position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 2;
	box-shadow: 0 0 3px;
}

#header #info_line .content_border {
    padding: 0;
}

#header #info_line .content_box {
    display: flex;
    justify-content: space-between;
    align-content: center;
	vertical-align: middle;
	padding: 0;
}

#header #info_line .content_box .content {
    display: flex;
	align-items: center;
}

#header #info_line .content_box .content:first-child {

}

#header #info_line .content_box .content:last-child {
    text-align: right;
}

#header #menu_main .menu .menu_item div {
    padding: 20px;
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .button_menu_mobile {
	margin: 0 20px;
	display: none;
}

#header .button_menu_mobile div {
	font-size: 24px;
    line-height: 30px;
	border-radius: 100%;
    background: whitesmoke;
    width: 40px;
    text-align: center;
    padding: 5px 0;
	cursor: pointer;
}

#header .langs,
#header .phones,
#header .social_links {
	margin: 0 20px;
}

#header .langs .list,
#header .phones .list,
#header .social_links .list {
	display: inline-flex;
    align-items: center;
}

#header .langs .list .list_item,
#header .phones .list .list_item,
#header .social_links .list .list_item {
	vertical-align: middle;
}

#header .phones .list .list_item div {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 5px;
	cursor: pointer;
}

#header .phones .list .list_item .button {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 10px;
}

#header .phones .list .list_item .fa {
	font-size: 30px;
    line-height: 30px;
	border-radius: 100%;
    background: whitesmoke;
    width: 40px;
    text-align: center;
    margin: 0;
	padding: 5px 0;
    transform: rotate(5deg);
    vertical-align: middle;
}

#header .social_links .list .list_item .fa {
	font-size: 24px;
    line-height: 30px;
	border-radius: 100%;
    background: whitesmoke;
    width: 40px;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    padding: 5px 0;
    cursor: pointer;
}

#header #button_down .fa-angle-double-down {
	font-size: 48px;
    color: white;
}

#header_box {
    width: 100%;
    padding: 0;
    text-align: center;
}

#header_box .content_border {
	padding: 0;
    display: inline-table;
}

#header_blocks {
	display: flex;
	height: 480px;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 20px 0 60px;
}

#header_blocks .block {
	height: 100%;
	width: 25%;
	display: grid;
	cursor: pointer;
}

#header_blocks .block .content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 10px 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#header_blocks .block:nth-child(2n+1) .content {
	margin: 40px 10px 0;
	align-items: flex-start;
}

#header_blocks .block .content:hover {
	box-shadow: 0 0 5px;
}

#header_blocks .block .content:hover div {
	color: white!important;
	background: #d04a23!important;
}

#header_blocks .block .content div {
	background: white;
	padding: 15px 25px;
	border-radius: 20px;
	margin: 0 0 -25px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	color: #d04a23;
}

#header_blocks .block:nth-child(2n+1) .content div {
	margin: -25px 0 0;
}

#index #machinery {
	padding: 40px 0;
}

#index #services {
	background: repeating-linear-gradient(-45deg, white, white 20px, white 20px, white 30px);
	/*background: #d04a23;*/
	padding: 40px 0;
}

#index table td {
	padding: 20px 10px;
    border: 1px solid;
    vertical-align: top;
}

#index table th {
	padding: 10px;
    border: 1px solid;
    vertical-align: middle;
}

#index table th H3 {
	margin: 0;
}

#index .intro {
	font-size: 20px;
	line-height: 24px;
}

#index.page {
	padding: 0;
}

#info_line #soc_link .fa {
	padding: 0;
    font-size: 36px;
    margin: 0;
}

#logo {
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px;
}

#logo span {
	color: whitesmoke;
	font-size: 22px;
}

#logo_box {
	text-align: center;
    display: table;
    margin: 0 auto;
}

#logo_name {
	padding: 0;
    color: #222;
    position: relative;
    margin: 0 auto;
}

/*#logo_name::after {
    content: "]";
    top: 0;
    position: absolute;
    right: -50px;
    font-size: 160px;
}

#logo_name::before {
    content: "[";
    top: 0;
    position: absolute;
    left: -50px;
    font-size: 160px;
}*/

#machinery_list {
    width: 100%;
}

#machinery_list .list {
    display: table;
    margin: 0 -10px;
}

#machinery_list .list .list_item {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#machinery_list .list .list_item .content {
	margin: 0 20px 40px;
	text-align: right;
	position: relative;
	padding: 0 20px;
}

#machinery_list .list .list_item .name {
	position: absolute;
	bottom: 40px;
	right: 0;
	padding: 0;
}

#machinery_list .list .list_item .img_border {
	border-radius: 100%;
}

#machinery_list .list .list_item H3 {
	display: inline-block;
	text-align: right;
	margin: 0;
	padding: 10px 20px;
	background: black;
	color: white;
	border-radius: 5px;
    font-size: 20px;
}

#menu_box.fixed .content {
	position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 2;
}

#menu_box .fixed > .content > .container > .menu {
    margin: 10px 0;
}

#menu_main.fixed .content {
	position: fixed;
    top: 0;
	z-index: 9;
    width: 100%;
    background: white;
}

#menu_main .menu {
    display: flex;
    column-gap: 20px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
	justify-content: flex-start;
    flex-wrap: wrap;
}

#menu_main .menu .sub_menu {
	position: absolute;
    z-index: 3;
    background: whitesmoke;
	padding: 10px 0 30px !important;
	border-radius: 20px;
	border: 2px solid gainsboro;
	margin: 0!important;
}

#menu_main .menu .sub_menu div {
	padding: 0!important;
	margin: 0!important;
}

#menu_main .menu .sub_menu a div {
	font-size: 16px;
    text-align: left;
    padding: 15px 20px !important;
	color: black;
	margin: 0!important;
}

#mobile_logo {
	margin: 0 20px 40px;
}

#mobile_logo_name {
	color: white;
}

#mobile_logo_name H1 {
    font-size: 42px;
	line-height: 42px;
	margin: 0;
}

#mobile_lang_menu .fa {
}

#mobile_lang_menu div {
	text-transform: uppercase;
	padding: 10px 5px;
}

#mobile_lang_menu div.active {
}

#mobile_menu_list {
	margin: 0 0 40px;
}

#mobile_menu_list li {
    margin: 0;
	width: 100%;
}

#mobile_menu_list li img {
    padding: 0 0 10px;
}

#mobile_menu_list li .menu_button {
	padding: 0;
}

#mobile_menu_list li .name {
	font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 10px;
}

#mobile_menu_list li .menu_button.active .name {
    color: white;
    background: black;
}

#mobile_menu_list li .button_sub_name {
    display: inline-block;
	padding: 0 5px;
	margin: 0 -25px 0 0;
	font-size: 20px;
}

#mobile_menu_list li .pidmenu_mobile {
    margin: 0 0 10px;
	list-style: none;
}

#mobile_menu_list li .mobile_pidmenu_name {
    text-transform: initial;
	padding: 10px 5px;
}

#phone_box {
    display: table;
    list-style: none;
    margin: 0;
    padding: 5px;
    font-size: 18px;
}

#sections_list {
	display: table;
}

#sections_list li {
	width: 50%;
    display: inline-block;
    float: left;
}

#sections_list li img {
    width: 50px;
    position: absolute;
    left: 10px;
}

#sections_list li H2 {
    position: relative;
    margin: 0 10px;
    text-shadow: -2px -2px 0 white, 2px 2px 0 white;
    z-index: 2;
    font-size: 30px;
    padding: 5px 0;
}

#sections_list li .content_box {
    margin: 20px;
    background: whitesmoke;
}

#sections_list li .intro {
    color: #222;
	padding: 0 10px;
}

#sections_list li .info_box_title {
    padding: 10px 0;
    margin: 10px;
    border-bottom: 1px dotted;
    color: black;
}

#services .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

#services .list .list_item {
	width: 50%;
}

#services .list .list_item .content {
	padding: 0 40px 60px;
}

#services .list .list_item H2 {
	margin: 0;
	white-space: pre;
	font-size: 24px;
	line-height: 24px;
}

#services .list .list_item .img_box {
    margin: 0 auto;
	display: inline-block;
    border-radius: 100%;
	padding: 10px;
    border: 4px double gainsboro;
}

#services .list .list_item:hover .img_box {
    border-color: black;
}

#services .list .list_item .img_box div {
	border-radius: 100%;
	overflow: hidden;
}

#services_list .list .list_item {
	width: 100%;
	margin: 0 0 20px;
}

#services_list .list .list_item:last-child {
	margin: 0;
}

#services_list .list .table_td{
    vertical-align: middle;
}

#services_list .list .table_td:first-child .content_border {
	padding: 20px;
}

#services_list .list .table_td:last-child {
    width: 50%;
    max-width: 300px;
}

#services_list .list .list_item H3 {
    font-size: 24px;
	padding: 0 0 20px;
	font-weight: bold;
}

/*#sections_list .content_border::before {
    content: "";
    background: url(/images/img.png);
    margin: -10px 0 0;
    width: 100%;
    position: absolute;
    height: 15px;
}*/

#slider {
    display: block;
    width: 100%;
    z-index: 999;
	text-align: center;
	position: relative;
}

#slider .container {
    padding: 0 80px;
}

#slider .iview-controlNav {
	display: none;
}

#slider_button .fa {
	padding: 0;
	margin: 0;
}

#slider_button .left_button_box {
	position: absolute;
	left: 0;
	top: 50%;
}

#slider_button .right_button_box {
	position: absolute;
	right: 0;
	top: 50%;
}

#slider_button a {
    padding: 20px 10px;
	background: white;
	color: #222;
}

#sub_pages_list {
	margin: 0 0 40px;
}

#top_menu_box {
    width: 100%;
	text-align: center;
	padding: 0;
}

#top_menu_box .menu_box {
	display: table-cell;
    vertical-align: middle;
}

#top_menu_box .menu_box:first-child {
	width: 400px;
    text-align: right;
}

#top_menu_box .menu_box:last-child {
	width: 400px;
    text-align: left;
}

#top_menu_box.fixed {
    top: 0;
	background: white;
	position: fixed;
}

#top_menu_list {
    display: table;
}

#top_menu_list li {
    display: inline-block;
	float: left;
}

#top_menu_list li a div {
    padding: 10px 20px;
    text-align: right;
}

#top_menu_list li a div.active {
    color: #222333;
}

#wrapper {
	display: table;
    height: 100%;
    width: 100%;
}


/* --- CLASS --- */
.articles.section {
	background: url(/images/bg_footer.jpg);
	background-size: cover;
	background-position: left;
	padding: 120px 0;
	background-repeat: no-repeat; margin: 0;
}

.articles.section .box_block {
	width: 50%;	
}

.articles.section .box_block .content_border {
    background: rgb(255 255 255 / 75%);
    padding: 20px;
}

.articles.section .list .list_item .content {
    padding: 10px 0;
    list-style-type: disclosure-closed;
    display: list-item;
    margin: 0 0 0 20px;
}

.box {
    width: 100%;
    max-width: 100%;
	margin: 0 auto 20px;
	position: relative;
	padding: 0;
}

.box_80 {
	width: 80%;
	display: inline-block;
    float: left;
}

.box_75 {
	width: 75%;
	display: inline-block;
    float: left;
}

.box_66 {
	width: 66.66%;
	display: inline-block;
    float: left;
}

.box_60 {
	width: 60%;
	display: inline-block;
    float: left;
}

.box_50 {
	width: 50%;
	display: inline-block;
	float: left;
}

.box_40 {
	width: 40%;
	display: inline-block;
    float: left;
}

.box_33 {
	width: 33.33%;
	display: inline-block;
	float: left;
}

.box_25 {
	width: 25%;
	display: inline-block;
    float: left;
}

.box_20 {
	width: 20%;
	display: inline-block;
    float: left;
}

.box_15 {
	width: 16.66%;
	display: inline-block;
    float: left;
}

.box_intro {
	margin: 0 0 80px;
	text-align: justify;
	font-size: 18px;
}

.box_outro,
.box_text {
	margin: 0 0 80px;
	text-align: justify;
}

.box_intro ol,
.box_intro ul,
.box_outro ol,
.box_outro ul,
.box_text ol,
.box_text ul,
.intro ol,
.intro ul,
.outro ol,
.outro ul,
.text ol,
.text ul {
    margin: 0;
}

.box_intro ol li,
.box_intro ul li,
.box_outro ol li,
.box_outro ul li,
.box_text ol li,
.box_text ul li,
.intro ol li,
.intro ul li,
.outro ol li,
.outro ul li,
.text ol li,
.text ul li {
    margin: 0 0 0 30px;
}

.box_intro ol li:last-child,
.box_intro ul li:last-child,
.box_outro ol li:last-child,
.box_outro ul li:last-child,
.box_text ol li:last-child,
.box_text ul li:last-child,
.intro ol li:last-child,
.intro ul li:last-child,
.outro ol li:last-child,
.outro ul li:last-child,
.text ol li:last-child,
.text ul li:last-child {
    margin: 0 0 0 30px;
}

.box_section {
	padding: 0 0 40px;
}

.box_text,
.box_text p,
.box_text span,
.text,
.text p,
.text span {
    font-family: inherit!important;
}

.box_intro p,
.box_outro p,
.box_text p,
.intro p,
.outro p,
.text p {
	margin: 0 0 10px;
}

.box_intro p:last-child,
.box_outro p:last-child,
.box_text p:last-child,
.intro p:last-child,
.outro p:last-child,
.text p:last-child {
	margin: 0;
}

.box_intro table th,
.box_outro table th,
.box_text table th,
.intro table th,
.outro table th,
.text table th {
	font-size: 12px;
	line-height: 16px;
    padding: 10px;
    background: #252724;
    color: white;
    text-align: center;
	font-weight: normal;
}

.box_intro table td,
.box_outro table td,
.box_text table td,
.outro table td,
.intro table td,
.text table td {
    padding: 10px;
    background: white;
}

.button {
    display: inline-block;
    background: black;
    color: white;
    padding: 7px 10px;
	border: 1px solid transparent;
    border-radius: 5px;
    width: auto;
	cursor: pointer;
}

.button:hover {
    background: #222;
}

.button.btn_close,
.button_close {
	background: none;
	color: #333;
}

.button_close:hover {
	background: none;
	color: black;
}

.cart_button_box {
	margin: 0 20px 0 0;
}

.cat-table {
    display: inline-block;
    margin: 0 auto;
}

.cat-table .active {
    background: #222;
    color: white;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.click {
	cursor: pointer;
}

.company_address {
    font-size: 24px;
	line-height: 30px;
	white-space: pre-wrap;
}

.company_city {
	font-size: 24px;
	line-height: 30px;
    padding: 5px 10px;
}

.company_region {
    font-size: 18px;
}

.company_phone {
	display: inline-flex;
    align-items: center;
    flex-direction: column;
}

.company_phone div {
    font-size: 24px;
	line-height: 30px;	
    font-weight: bold;
	display: inline-flex;
    align-items: center;
    flex-direction: row;
	cursor: pointer;
}

.company_phone div i {
	border-radius: 100%;
    font-size: 30px;
    width: 40px;
    line-height: 40px;
    text-align: center;
	opacity: 0;
}

.company_phone div:first-child i {
	opacity: 1;
}

.company_phone div span {
	padding: 0 0 0 5px;
}

.contacts_box {
	font-size: 18px;
    padding: 0 0 40px;
}

.contacts .box:last-child {
	margin: 0;
}

.contacts .fa {
	vertical-align: middle;
    font-size: 30px;
}

.contacts .fa-mobile {
    transform: rotate(5deg);
}

.contacts_box .fa {
	width: 40px;
    margin: 0;
	font-size: 36px;
	text-align: center;
}

.contacts_box .contacts_list li {
	vertical-align: top!important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.container_1350 { max-width: 1350px; }
.container_1200 { max-width: 1200px; }
.container_1000 { max-width: 1000px; }
.container_800  { max-width: 800px; }

.content_box {
	padding: 20px 0;
	position: relative;
}

.content_border {
	padding: 0 20px;
	position: relative;
}

.copyright {
	text-align: center;
}

.fa-mobile {
	transform: rotate(5deg);
}

.flex {
	display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.form .box {
    margin: 0 auto 10px;
}

.form .box:last-child {
    margin: 0;
}

.form .code_info {
    font-size: 12px;
	line-height: 14px;
	text-align: left;
    color: #d04a23;
}

.form .fieldset {
	margin: 0 0 5px;
}

.form .fieldset:last-child {
	margin: 0;
}

.form .fieldset .legend {
    margin: 0 5px -5px;
    position: relative;
    background: white;
    float: left;
    font-size: 12px;
    padding: 0 5px;
	color: #999;
}

.form .fieldset.error .legend {
	color: red;
}

.form .fieldset.required.error input,
.form .fieldset.required.error select,
.form .fieldset.required.error textarea {
    color: red;
    border-color: red;
}

.form .intro {
	font-size: 14px;
	line-height: 18px;
}

.form .verification {
	background: beige;
    padding: 10px;
}

.form .verification .code,
.form .verification .code div,
.form .verification .code input,
.form .verification .code_info {
	width: 50%;
}

.form .verification .code {
    background: gainsboro;
	text-align: center;
}

.form .verification .code div {
    font-size: 24px;
    line-height: 24px;
    font-family: georgia;
    font-style: italic;
    padding: 0 0 5px;
}

.form .verification .code input {
	text-align: center;
}

.form_button_box {
	text-align: center;
    display: table;
    width: 100%;
}

.form_button_box .button_box {
    width: 50%;
    display: table-cell;
}

.form_code {
    float: right;
	text-align: center;
	width: 50%;
}

.form_code_text {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 30px;
	font-style: italic;
}

.gallery .list_item {
	display: inline-block;
	vertical-align: top;
}

.gallery .list_item .image {
	padding: 0;
    margin: 1px;
	overflow: hidden;
	border-radius: 15px;
}

.gallery .list_item .image div {
	margin: 0;
	padding: 0;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -khtml-transition: all 1s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery .list_item .image div img {
	margin: 0;
	padding: 0;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -khtml-transition: all 1s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery .list_item .image:hover div {
	transition: all 1s ease;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -khtml-transition: all 1s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallery .list_item .image:hover div img {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -khtml-transition: all 1s ease;
}

.gallery_box {
    margin: 0 -20px;
}

.gallery-cat-name {
    text-transform: uppercase;
    border-radius: 5px;
    background: whitesmoke;
    color: #222;
    font-size: smaller;
}

.gallery-cat-name:hover {
    background: #222;
    color: white;
}

.gallery_img_border {
	padding: 0;
    margin: 1px;
    overflow: hidden;
    background-size: cover;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    height: 100%;
}

.gallery_img_border img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery_img_border img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallery_name H2:hover + .gallery_img_border img {
	display: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.header-info-fixed {
    position: fixed!important;
    top: 0;
	left: 0;
    background: white;
    box-shadow: 0 0 5px;
	z-index: 9999;
}

.header_title_box {
    position: absolute;
	z-index: 9998;
	display: table;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
}

.header_title {
    padding: 20px;
	background: rgba(255, 255, 255, 0.75);
	width: 50%;
	margin: 0 auto;
}

.hide {
	display: none!important;
}

.img_box {
	padding: 0px;
    overflow: hidden;
    margin: 0;
    height: 100%;
}

.img_box div img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.list .box:last-child {
	margin: 0;
}

.list .content div {
	padding: 0;
}

.list_langs,
.list_phones,
.list_social_links {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 20px;
	vertical-align: middle;
}

.list_langs .list,
.list_phones .list,
.list_social_links .list {
	display: inline-flex;
}

.list_langs .list .list_item,
.list_phones .list .list_item,
.list_social_links .list .list_item {
    display: inline-flex;
	vertical-align: middle;
    align-items: center;
}

.list_langs .list .list_item .fa {
    font-size: 24px;
}

.list_langs .list .list_item div {
    margin: 0;
    padding: 10px 5px;
    text-transform: uppercase;
	color: #333;
}

.list_langs .list .list_item div.active,
.list_langs .list .list_item:first-child div {
    color: black;
}

.list_langs .list .list_item div:hover {
	color: black;
}

.list .list_item {
	vertical-align: middle;
}

.list_social_links .list_item div {
	padding: 5px 0;
    width: 46px;
    text-align: center;
	cursor: pointer;
}

.list_social_links .list_item div .fa {
	font-size: 36px;
}

.logo .category {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 10px 0 0;
}

.logo .name {
	padding: 0;
    font-weight: bold;
    font-size: 24px;
}

.logo .slogan {
    font-size: 16px;
	padding: 0 5px;
	margin: 10px 0 0;
	font-style: italic;
}

.logo img {
	height: 75px;
}

.map iframe {
	width: 100%;
	height: 400px;
}

.mask {
    position: fixed;
    background: #ffffff;
    opacity: 1;
    display: none;
    left: 0;
    bottom:0;
    right: 0;
    top:0;
    z-index: 9998;
}

.menu {
	display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
	align-items: center;
}

.menu .menu_item {
    margin: 0;
}

.menu .menu_item div {
    padding: 10px 20px;
	cursor: pointer;
}

.menu .menu_item:hover div {
    background: whitesmoke;
    margin: 10px 0;
    padding: 10px 20px!important;
    border-radius: 20px;
}

.menu .menu_item.active div {
    background: whitesmoke;
    margin: 10px 0;
    padding: 10px 20px!important;
    border-radius: 20px;
}

.menu .sub_menu {
	position: absolute;
    z-index: 3;
    background: whitesmoke;
	padding: 0!important;
}

.menu .sub_menu div {
	padding: 0!important;
}

.notes_top_image {
	float: left;
	width: 25%;
	margin: 0 20px 20px 0;
}

.page {
	padding: 40px 0;
	/*background: url(/images/bg.jpg);
	background-position: 25% 0%;*/
}

.page-boxes {
	list-style: none;
	max-width: 50%;
	margin: auto;
}

.page_boxes_border {
	padding: 20px;
}

.page_content_border {
    padding: 40px;
}

.page_name {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
	white-space: inherit;
	font-size: 36px;
    line-height: 36px;
	/*border-bottom: 5px solid orange;*/
    padding: 10px 40px 10px 0;
}

.pages_num_box .list {
	display: inline-flex;
    align-items: center;
    flex-direction: row;
}

.pages_num_box .list .page_button {
	width: 23px;
    text-align: center;
    border-radius: 100%;
    background: whitesmoke;
    margin: 3px;
}

.pages_num_box .list .page_button.active {
	background: white;
}

.part_name {
	text-align: left;
	padding: 0;
}

.photos .list .list_item {
	width: 33.33%;
}

.popup_box {
    position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	z-index: 9999;
	background: url(/images/bg.jpg);
	background-position: 25% 0%;
}

.popup_box .button_popup_close {
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
}

.popup_box .button_popup_close i {
    width: 30px;
    font-size: 30px;
    text-align: center;
	cursor: pointer;
	margin: 0;
}

.popup {
	position: relative;
    z-index: 999;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.popup .button_close {
	color: #cc0000;
	background: whitesmoke;
	padding: 7px 15px;
}

.popup .buttons {
	padding: 10px;
    background: beige;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .buttons .button_box {
	width: 50%;
}

.phones .list .list_item {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
}

.phones .list .list_item i {
	background: whitesmoke;
    width: 40px;
    font-size: 30px;
    line-height: 40px;
    border-radius: 100%;
}

.popup .logo {
	margin: 0 auto 20px;
}

.popup .phone_number {
	padding: 5px;
}

.popup .fa-fax,
.popup .fa-mobile,
.popup .fa-phone {
    width: 30px;
	margin: 0;
	color: #222;
}

.popup .fa-globe {
    width: 30px;
    font-size: 30px;
}

.popup .popup_name {
    background: #222;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

.popup .content_box {
    padding: 20px 10px;
    text-align: center;
    background: white;
    box-shadow: 0 0 5px;
}

.popup .deco_box {
    border-bottom: 1px dotted #222;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.popup .phone_number {
	font-size: 20px;
}

.process_pages_list {
	display: list-item;
    list-style: none;
}

.process_pages_list .content {
	float: left;
	display: inline-block;
}

.process_pages_list .img_box {
	text-align: center;
	width: 33.33%;
}

.process_pages_list .text_box {
	width: 66.66%;
}

.process_pages_list .name {
    font-size: 36px;
	font-weight: bold;
}

.process_pages_list section:nth-child(2n-1) .content {
	float: right;
}

.section {
	padding: 80px 0;
}

.social_links {
	text-align: right;
	margin: 0 0 40px;
	position: relative;
}

.social_links .box_block {
	display: inline-block;
	max-width: 50%;
	margin: -40px 0 0;
}

.table {
	display: table;
}

.table .table_td {
	display: table-cell;
}

.tags {
	font-size: 12px;
	line-height: 16px;
	opacity: 0.33;
}

.top_image_box {
	float: right;
    width: 40%;
}

.top_image_border {
	position: relative;
	float: right;
	padding: 0 0 40px 40px;
}

.vacancies_list {
	width: 100%;
}

.vacancies_list h3 {
    text-transform: uppercase;
}

.vacancies_list li {
	width: 25%;
    text-align: left;
	float: left;
	margin: 0 0 20px;
}

.vacancies_list li.box {
	width: 100%;
}

.vacancies_list li.box .img_box {
    float: left;
    width: 25%;
    margin: 0 20px 0 0;
}

.vacancies_list li.box_33 {
	width: 33.33%;
}

.vacancies_list li.box_50 {
	width: 50%;
}

.vacancies_list li.box_50 .img_box {
    float: left;
    width: 50%;
    margin: 0 20px 0 0;
}

.vacancies_list .price {
    margin: 0 0 20px;
}

.vacancies_list_box {
	margin: 0 -10px 20px;
}



#popup_button_box {
	position: fixed;
    bottom: 10px;
    right: -20px;
	z-index: 5;
}

#popup_button_box a div {
	padding: 5px;
}

#popup_button_box .circlephone {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 90px;
    height: 90px;
    bottom: -10px;
    border: 2px solid #dad0cc;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform-origin: center;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#popup_button_box .circle-fill {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
    transform-origin: center;
    background: #dad0cc;
}

#popup_button_box .img-circle {
    box-sizing: content-box;
    background: #dad0cc;
    transform-origin: center;
    box-shadow: 0 0 10px black;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 40px;
	margin: 0 auto;
	padding: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

#popup_button_box .img-circleblock {
	padding: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 42px;
    height: 42px;
	cursor: pointer;
    transform-origin: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#popup_button_box .img-circle:hover {
	opacity: 1;
}

#popup_button_box .img-phone {
    font-size: 42px;
    color: #222;
	padding: 0;
    margin: 0;
}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}
}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}
}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}
}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}
}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}
}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}
}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}
}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}
}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}


/* --- ADAPTIVE --- */
@media screen and (max-width: 1364px) {
.iview-caption.caption1 .title {
    font-size: 36px;
    line-height: 42px;
}

.iview-caption.caption2 .title {
    font-size: 30px;
    line-height: 36px;
}
}


@media screen and (max-width: 1279px) {
#index .box_60,
#index .top_image_box {
    width: 50%;
}

.articles.section .box_block {
	width: 66.66%;	
}

.page {
    padding: 20px 0;
}
}


@media screen and (max-width: 1151px) {
.top_menu li a div {
    padding: 10px;
}

.iview-caption.caption1 .title {
    font-size: 30px;
    line-height: 36px;
}

.iview-caption.caption2 .title {
    font-size: 24px;
    line-height: 30px;
}
}


@media screen and (max-width: 1023px) {
#header_blocks {
	height: 400px;
}

#header_blocks .block {
	width: 50%;
	height: 50%;
}
}


@media screen and (max-width: 959px) {
#call_us_block .content_border {
    padding: 40px 80px;
}

#header .button_menu_mobile {
	display: block;
}

#menu_main {
	display: none;
}

#popup_button_box .img-circle {
	opacity: 1;
}

#slider .container {
    padding: 0 20px;
}


.iview-caption.caption1 .title {
    font-size: 24px;
    line-height: 30px;
}

.iview-caption.caption2 .title {
    font-size: 18px;
    line-height: 24px;
}

.top_menu {
    display: none;
}

.vacancies_list li.box .img_box {
    width: 33.33%;
}
}


@media screen and (max-width: 799px){
#benefits_list li {
    width: 50%;
}

#benefits_list .content {
    padding: 10px;
}

#breadcrumbs li:first-child {
	display: none;
}

#call_us_block .content_border {
    padding: 40px;
}

#advantages .list {
    max-width: 300px;
	margin: 0 auto;
}

#advantages .list .list_item {
	width: 100%;
}

#advantages .list .list_item:nth-child(2) .content {
    border: none!important;
}

#footer .content_box {
	flex-direction: column;
    align-items: center;
}

#footer .content_box .content {
	width: 100%;
}

#footer .content_box .content:nth-child(2) {
	order: 3;
}

#header .phones {
	display: none;
}

#index .box_60 {
    width: 100%;
}

#index .top_image_box {
    display: none;
}

#machinery_list .list .list_item .content {
	margin: 0 0 20px;
}

#services .list .list_item .content {
	padding: 0 20px 40px;
}

#topmenu {
	display: none;
}


.social_links .box_block {
	max-width: 66.66%;
}

.top_image_box {
    width: 50%;
}

.top_image_border {
    padding: 0 0 20px 20px;
}

.vacancies_list li,
.vacancies_list li.box_33 {
    width: 50%;
}
}


@media screen and (max-width: 639px){
#header .phones {
	display: none;
}
}


@media screen and (max-width: 599px){
#benefits_list .content {
    padding: 0;
}

#button_menu_mobile {
	display: inline-block;
}

#call_us_block li {
    width: 100%;
}

#call_us_block .content_border {
    padding: 80px;
}

#call_us_block img {
    max-width: 300px;
	width: 50%;
}

#logo_name img {
    height: 40px;
}

#machinery_list .list .list_item .content {
	padding: 0 10px;
}

#machinery_list .list .list_item .name {
	bottom: 20px;
}

#machinery_list .list .list_item H3 {
    padding: 10px;
}

#menu_box {
	display: none;
}

#services .list .list_item H2 {
	font-size: 20px;
	line-height: 24px;
}

#services_list .list .table_td {
    width: 100%;
    padding: 0!important;
    display: inline-block;
}

#services_list .list .table_td:last-child {
    width: 100%;
    max-width: inherit;
    overflow: hidden;
    height: 300px;
}


.articles.section .box_block {
	width: 75%;	
}

.top_image_box {
    width: 100%;
}
}


@media screen and (max-width: 479px) {
section,
.section {
	padding: 40px 0;
}


#benefits_list li {
    width: 100%;
}

#benefits_list .content {
    margin: 0 0 20px;
	text-align: center;
}

#call_us_block .content_border {
    padding: 40px;
}

#header .button_menu_mobile {
    margin: 0 10px;
}

#header_blocks {
    height: 540px;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}

#header_blocks .block {
    width: 100%;
    height: 25%;
}

#header_blocks .block .content {
	margin: 0 10px 30px 30px!important;
	align-items: flex-end!important;
	justify-content: right;
}

#header_blocks .block:nth-child(2n+1) .content {
	margin: 0 30px 30px 10px!important;
}

#header_blocks .block:nth-child(2n+1) .content {
	justify-content: left;
}

#header_blocks .block .content div {
	margin: 0 20px -25px!important;
	font-size: 24px;
}

#index .intro_content {
    padding: 20px;
}

#lang,
#lang_menu {
	display: none;
}

#logo {
    padding: 0 10px;
}

#machinery_list .list .list_item {
    width: 100%;
}

#machinery_list .list .list_item .content {
    margin: 0 20px 40px;
}

#services .list .list_item {
    width: 100%;
}

#services .list .list_item .content {
    padding: 0 40px 40px;
}

#services .list .list_item .img_box {
	max-width: 300px;
}


.articles.section .box_block {
	width: 80%;	
}

.box_intro,
.box_outro,
.box_text {
	margin: 0 0 40px;
}

.content_border {
    padding: 0 10px;
}

.iview-caption.caption1 .title {
    font-size: 18px;
    line-height: 24px;
}

.iview-caption.caption2 .title {
    font-size: 16px;
    line-height: 18px;
}

.social_links .box_block {
	max-width: 75%;
}

.tags {
	font-size: 10px;
	line-height: 14px;
}

.top_image_box {
    width: 100%;
}

.top_image_border {
    padding: 0 0 20px;
}

.vacancies_list li.box .img_box {
    width: 50%;
}

.vacancies_list h3 {
    font-size: 18px;
	clear: both;
}
}


@media screen and (max-width: 419px) {
#buttons_accessories_box .button_return div span {
    display: none;
}

#services_list .list .table_td:last-child {
    height: inherit;
}

.articles.section {
    padding: 80px 0;
}

.articles.section .box_block {
	width: 100%;	
}

.box_intro,
.box_outro,
.box_text {
    font-size: inherit;
	text-align: left;
}

.company_phone {
    font-size: 30px;
}

.contacts .fa-mobile {
    font-size: 42px;
}

.social_links .box_block {
	max-width: 80%;
}

.vacancies_list li,
.vacancies_list li.box_33 {
    width: 100%;
}

.vacancies_list h3 {
    font-size: 16px;
}
}


@media screen and (max-width: 359px) {
.box_intro,
.box_outro,
.box_text {
    margin: 0 0 20px;
}

.company_address {
    font-size: 20px;
    line-height: 24px;
}

.social_links .box_block {
	max-width: 90%;
}

	
#index .intro_content {
    padding: 20px 10px;
}

#logo_name H1,
#mobile_logo_name H1 {
    font-size: 30px;
}
}
