* {
	margin: 0;
	padding: 0;
}

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

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

b, strong {
	font-family: 'Montserrat Bold';
}

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

body {

}

body.fixed {
	overflow: hidden;
}

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

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

footer {
	padding: 0;
	background: white;
}

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

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;
	border-radius: 10px;
}

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;
}

label {
	padding: 5px;
    display: flex;
    vertical-align: middle;
    column-gap: 5px;
    align-items: center;
    cursor: pointer;
}

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

section:last-child {
	padding: 0;
}

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

table thead tr td,
table tr th {
	background: #333;
	color: white;
	font-size: 12px;
	text-align: center;
    padding: 5px;
}

table tr td {
	background: whitesmoke;
}

table tr:nth-child(2n) td {
	background: gainsboro;
}

table tr.error {
	color: red;
}

table tr.done {
	text-decoration: line-through;
}

table tr:hover td {
	background: beige!important;
}

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

.fa {
	font-size: 24px;
	line-height: 28px;
}

.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: repeating-linear-gradient(-45deg, #006039, #006039 20px, #006039 20px, #006039 30px);
	color: white;
}

/*#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 .items {
	grid-gap: 60px;
	padding: 0 60px;
}


#benefits .items .item {
	text-align: center;
}

#benefits .items .item .content .name {
    font-size: 24px;
    line-height: 32px;
	font-family: Montserrat Bold;
}

#benefits .items .item .content .intro {
    text-align: justify;
    font-size: 18px;
}

#benefits .items .item .icon {
}

#benefits .items .item .icon img {
	height: 80px;
}

#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:first-child {
	text-align: left;
}

#buttons_accessories_box .button_box .btn {
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	display: inline-block;
    border-radius: 30px;
	font-size: 14px;
	font-family: inherit;
	color: #000;
}

#buttons_accessories_box .button_box .btn:hover {
	box-shadow: 0 0 5px;
	background: white;
	color: #333;
}

#buttons_accessories_box .button_box .btn i {
	font-size: 18px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: #333;
}

#buttons_accessories_box .button_box .btn div {
    padding: 0 15px 0 0;
    margin: 0 0 0 -5px;
}

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

#buttons_accessories_box .button_return .btn {
	background: rgba(255, 255, 255, .5);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
}

#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-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;
}

#contacts.page .blocks {
	display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
}

#contacts.page .buttons {
	display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
}

#contacts.page .buttons .btn {
	background: #006039;
    border-color: transparent;
    color: white;
}

#contacts.page .section {
	padding: 20px 0;
}

#contacts.page .section .item {
	font-size: 20px;
    font-family: 'Montserrat Bold';
    line-height: 48px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

#contacts.section {
	background: #006039;
    color: white;
}

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

#contacts .btn {
	background: white;
    border-color: white;
    color: #006039;
}

#contacts .btn:hover {
	background: white;
	border-color: white;
	color: #006039;
}

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

#contacts .emails .list .list_item div,
#contacts .soc_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 .soc_links .list .list_item i {
    font-size: 36px;
	width: 40px;
	text-align: center;
}


#contacts .links .list .list_item div {
	color: white;
	display: list-item;
    margin: 0 0 0 20px;
}

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

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

#footer {
	padding: 40px 0 120px;
    text-align: center;
    background: linear-gradient(to bottom, #006039, black);
    color: white;
    font-size: 18px;
    font-weight: normal;
}

#footer a {
	color: white;
}

#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;
}

#footer .logo {
	display: inline-block;
    margin: 0 0 20px;
}

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

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

#footer .phones .list {
	display: inline-flex;
    flex-direction: column;
	align-items: center;
}

#footer .phones .list .list_item {
	cursor: pointer;
    display: flex;
    column-gap: 5px;
    line-height: 48px;
}

#footer .phones .list .list_item i {
    background: none;
}

#footer .services .name {
	padding: 7px 0;
}

#footer .soc_links {
	padding: 40px 0;
}

#footer .soc_links .intro {
	font-size: 14px;
    line-height: 22px;
    color: #75d0ff;
	margin: 0 0 10px;
}

#footer .title {
    margin: 0 0 20px;
    color: #75d0ff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;

}


#header {
    background-color: white;
}

#header .info_line .content {
	background: #fff;
	padding: 5px 0;
}

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

#header .info_line .address,
#header .info_line .work_schedule {
	line-height: 30px;
    font-size: 14px;
    padding: 5px 0;
	margin: 0 20px;
}

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

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

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

}

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

#header .info_line .social_links .list .list_item i {
	color: black;
	font-size: 36px;
}

#header .buttons {
	display: inline-flex;
	align-items: flex-end;
	flex-direction: column;
	column-gap: 10px;
	row-gap: 10px;
}

#header .buttons .btn {
	padding: 9px 20px;
    cursor: pointer;
    border-radius: 10px;
    background: white;
    font-size: 14px;
}

#header .button_menu_mobile {
	display: none;
}

#header .button_menu_mobile div {
	font-size: 42px;
    line-height: 48px;
    border-radius: 100%;
    color: whitesmoke;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

#header .langs {
	padding: 0 20px;
}

#header .langs .list,
#header .phones .list,
#header .social_links .list {
	display: flex;
    align-items: center;
    column-gap: 10px;
}

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

#header .langs .list .icon {
	display: none;
}

#header .langs .list .list_item div {
	color: #000;
    text-align: center;
	font-weight: normal;
}

#header .langs .list .list_item:hover div,
#header .langs .list .list_item.active div {
	color: #006039;
	font-weight: bold;
}

#header #logo_box .flex_h {
	column-gap: 40px;
}

#header .logo {
	padding: 0;
	color: white;
}

#header .logo img {
	height: 50px;
}

#header .phones .list .list_item div {
	font-weight: bold;
    cursor: pointer;
}

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

#header .phones .list .list_item i {
	border-radius: 100%;
    background: none;
    margin: 0;
    transform: rotate(5deg);
    vertical-align: middle;
    font-size: 24px;
    width: auto;
    line-height: inherit;
	color: inherit;
}

#header .social_links .list .list_item i {
	font-size: 48px;
    line-height: 48px;
    border-radius: 100%;
    color: white;
    width: 48px;
    text-align: center;
    margin: 0;
	padding: 0;
    vertical-align: middle;
    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.section {
	background: repeating-linear-gradient(-45deg, white, white 20px, white 20px, white 30px);
	/*background: #d04a23;*/
}

#index #text {
	/*background: repeating-linear-gradient(-45deg, #00603950, #00603950 20px, #00603950 20px, #00603950 30px);*/
}

#index table th H3 {
	margin: 0;
}

#index.page {
	padding: 0;
}

#index .section:nth-child(2n) {
	background: repeating-linear-gradient(-45deg, white, white 20px, white 20px, white 30px);
}

#index #intro {
    background: #006039;
    color: white;
    position: relative;
	padding: 20px 0 60px;
    /*box-shadow: 0 0 20px black;*/
}

#index #owner .grid {
	max-width: 600px;
	margin: 0 auto 40px;
	align-items: center;
	padding: 0 20px;
	grid-template-columns: repeat(2, 50%);
	text-align: center;
	display: grid;
	justify-items: center;
}

#logo_box {
    position: relative;
    z-index: 1;
}

#logo_box .wrap {
    position: relative;
	background: #006039;
}

#logo_box.fixed .wrap {
	position: fixed;
    top: 0;
	z-index: 9;
    width: 100%;
}

#logo_box .block {
	padding: 20px;
	justify-content: space-between;
}
/*#logo_box .content {
	padding: 20px;
}*/


/*#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 {
	/*display: none;*/
}

#menu_main .content {
	background: #005130;
    position: relative;
    box-shadow: 0 0 2px;
    z-index: 2;
}

#menu_main .menu .menu_item {
	padding: 10px 0;
}

#menu_main.fixed .content {
	position: fixed;
    top: 0;
	z-index: 9;
    width: 100%;
	box-shadow: 0 0 20px;
}

#menu_main .menu .menu_item .menu_btn {
	font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    border: 1px solid transparent;
    border-radius: 5px;
	color: white;
}

#menu_main .menu .menu_item.hover .menu_btn {
    /*border: 1px solid white;*/
}

#menu_main .menu .menu_item.active .menu_btn {
	background: none;
}

#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;
	color: white;
}

#mobile_menu_list li .menu_button.active .name {
	background: white;
    color: black;
    font-weight: bold;
}

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

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

#mobile_menu_list li .pidmenu_mobile .mobile_pidmenu_name {
	text-transform: initial;
    padding: 7px 10px;
    border-radius: 10px;
    color: white;
    display: list-item;
    list-style-type: disc;
    margin: 0 0 0 40px;
}

#mobile_menu_list li .pidmenu_mobile .active .mobile_pidmenu_name {
    background: rgb(255 255 255 / 5%);
    font-weight: bold;
}


#page_16 .grid {
	grid-template-columns: repeat(3, 33.33%);
	justify-items: center;
	align-items: center;
	grid-gap: 40px;
	padding: 0 40px;
}

#page_17 .grid.gallery {
	align-items: stretch;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	padding: 0 20px;
}

#page_18 .grid.pins {
	padding: 0 40px;
	align-items: stretch;
}

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

#popup_consultation {
	color: silver;
}

#profiles .item .name {
	white-space: pre-wrap;
	background: #75d0ff;
	padding: 20px;
	margin: 0;
}

#profiles .item .status {
	padding: 10px 20px;
}

#reviews.section {
	background: #75d0ff;
}

#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.page {
}

#services.page .box_intro i {
	font-size: 36px;
}

#services.page .box_intro H2 span span {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
}

#services.page .box_intro table td {
	background: none !important;
	vertical-align: top;
}

#services.page .promo .list {
	display: flex;
	height: 320px;
	border-radius: 20px;
	overflow: hidden;
	align-items: center;
	column-gap: 20px;
}

#services.page .promo .list .list_item {
	width: 33.33%;
}

#services.page .promo .list .list_item:first-child {
	width: 66.66%;
}

#services.page .section {
	padding: 0 0 40px;
}

#services.page .section:last-child {
	padding: 0;
}

#services.section .items {
    display: grid;
    flex-wrap: wrap;
    align-items: streth;
    justify-content: center;
	padding: 0 40px;
    grid-gap: 40px;
}

#services.section .items .item {
    border: 1px solid #006039;
    overflow: hidden;
    position: relative;
	text-align: center;
}

#services.section .items .item .content {
	display: grid;
    justify-items: start;
    padding: 20px;
	text-align: left;
}

#services.section .items .item .content::before {
	content: "";
    background: url(/images/icon.png);
    opacity: .1;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 66.66%;
	top: 0;
}

#services.section .items .item .content .icon {
	margin: 0 0 20px;
}

#services.section .items .item .content .icon img {
	height: 49px;
}

#services.section .items .item .content .name {
	font-size: 20px;
    line-height: 28px;
	word-break: break-word;
}

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

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

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

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

#services_list {
	background: white;
}

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

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

#services_list .list .list_item .content {
	padding: 0;
    background: repeating-linear-gradient(-45deg, white, white 20px, white 20px, white 30px);
    font-size: 18px;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 20px;
}

#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: 33.33%;
    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 {
    width: 100%;
    text-align: center;
    aspect-ratio: 3 / 1;
    overflow: hidden;
}

#slider .content {
    aspect-ratio: 3 / 1;
}

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

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

#slider .title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
	text-align: center;
	width: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slider .title div {
	padding: 20px 60px;
	font-size: 24px;
	text-shadow: 0 0 2px black;
	color: white;
	max-width: 1000px;
}

#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: #6d6f72;
}

#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: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}


/* --- 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 blockquote,
.box_outro blockquote,
.box_text blockquote {
    /*quotes: "\201C" "\201D" "\2018" "\2019";*/
	quotes: "\201C" "\201C" "\201C" "\201C";
	font-style: italic;
}

.box_intro blockquote:before,
.box_outro blockquote:before,
.box_text blockquote:before {
	content: open-quote;
    font-size: 10em;
    vertical-align: -.5em;
    color: #164e95;
    font-style: normal;
}

.box_intro H1,
.box_intro H2,
.box_intro H3,
.box_intro H4,
.box_intro H5,
.box_intro H6,
.box_outro H1,
.box_outro H2,
.box_outro H3,
.box_outro H4,
.box_outro H5,
.box_outro H6,
.box_text H1,
.box_text H2,
.box_text H3,
.box_text H4,
.box_text H5,
.box_text H6,
.intro H1,
.intro H2,
.intro H3,
.intro H4,
.intro H5,
.intro H6,
.outro H1,
.outro H2,
.outro H3,
.outro H4,
.outro H5,
.outro H6,
.text H1,
.text H2,
.text H3,
.text H4,
.text H5,
.text H6 {
	font-family: Montserrat Bold;
}

.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 0 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.box_intro ol:last-child,
.box_intro ul:last-child,
.box_outro ol:last-child,
.box_outro ul:last-child,
.box_text ol:last-child,
.box_text ul:last-child,
.intro ol:last-child,
.intro ul:last-child,
.outro ol:last-child,
.outro ul:last-child,
.text ol:last-child,
.text ul:last-child {
    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_text span span,
.text span span {
	padding: 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 48px;
}

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

.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_text table td,
.box_outro table td,
.intro table td,
.outro table td,
.text table td {
    padding: 10px;
    background: white;
}

.box_intro ul li a,
.box_outro ul li a,
.box_text ul li a {
	padding: 7px 0;
    display: inline-block;
}

.btn {
	display: inline-flex;
	align-items: center;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #006039;
	font-family: Montserrat Bold;
}

.btn.disabled {
	opacity: .33;
}

.btn_app {
	color: #006039;
}

.btn_files {
	position: absolute;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    text-align: center;
    cursor: pointer;
    width: 97px;
    padding: 7px 10px;
    font-family: inherit;
    background: whitesmoke;
    outline: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #999;
}

.btn_menu_mobile {
	display: none;
	padding: 0 20px;
}

.btn_menu_mobile i {
	text-align: center;
    cursor: pointer;
    font-size: 28px;
    width: 48px;
    line-height: 48px;
}

.button {
    display: inline-flex;
    font-size: 16px;
    background: #006039;
    color: white;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    width: auto;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.button:hover {
    background: #222;
}

.button.btn_close,
.button_close {
	background: #ffffff10;
	color: white;
}

.button.btn_send {
	background: white;
    color: #006039;
    font-family: 'Montserrat Bold';
}

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

.buttons_appointment {
	display: none;
}

.buttons_appointment .btn {
	font-size: 14px;
	line-height: 20px;
    background: #75d0ff;
    color: #006039;
    display: flex;
    align-items: center;
    max-width: 200px;
}

.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;
}

.columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	position: relative;
}

.contacts .address {
    font-size: 20px;
	line-height: 36px;
}

.contacts .city {
    font-size: 20px;
	line-height: 36px;
}

.contacts .emails .list .list_item,
.contacts .soc_links .list .list_item {
	display: block;
	cursor: pointer;
}

.contacts .emails .list .list_item div,
.contacts .soc_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 .soc_links .list .list_item i {
    font-size: 36px;
	width: 40px;
	text-align: center;
}

.company_region {
    font-size: 20px;
	line-height: 36px;
}

.contacts .phones .list,
.contacts .soc_links .list {
    display: inline-flex;
    flex-direction: column;
	align-items: flex-start;
}

.contacts .phones .list .item {
	font-size: 20px;
    font-family: 'Montserrat Bold';
    line-height: 48px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

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

.contacts .work_schedule .list .schedule {
	font-size: 20px;
    font-family: 'Montserrat Bold';
    line-height: 48px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

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

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

.contacts i {
	vertical-align: middle;
    font-size: 36px;
}

.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; }
.container_600  { max-width: 600px; }
.container_480  { max-width: 480px; }
.container_400  { max-width: 400px; }

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

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

.copyright {
	font-size: 14px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}


.developer {
	color: silver;
	font-size: 10px;
	line-height: 18px;
}

.disabled {
	opacity: .25;
	cursor: no-drop;
}


.fa {
	letter-spacing: initial;
}

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

.flex_h {
	display: flex;
    align-items: center;
    column-gap: 10px;
	row-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex_v {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}

.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 .legend,
.form .fieldset .legend {
	position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
    margin: 5px 0;
	color: white;
}

.form .fieldset.required.error {
    color: lightpink;
}

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

.form .required.error {
    border-color: lightpink!important;
}

.form .required.error input,
.form .required.error select,
.form .required.error textarea {
	border-color: lightpink!important;
	background: lightpink !important;
}

.form .verification {

}

.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;
}

.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.cover: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.cover_deg: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);
}

.grid {
	display: grid;
    justify-content: center;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 33.33%);
}

.grid.col_2 {
	grid-template-columns: repeat(2, 50%);
}


.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;
	aspect-ratio: 1 / 1;
}

.img_box.cover div {
	padding: 0;
    margin: 0;
    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%;
}

.img_box.cover div 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%;
}

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

.item .content div {
	padding: 0;
}

.items_box .wrap {
	padding: 80px 20px;
}


.langs,
.phones,
.social_links {
    font-size: 16px;
}

.langs .list,
.phones .list,
.social_links .list {
	display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.langs .list {
	display: inline-flex;
	flex-direction: row;
    flex-wrap: wrap;
}

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

.langs .list .list_item div,
.phones .list .list_item div {
    text-transform: uppercase;
    line-height: 48px;
    padding: 0;
}

.langs .list .list_item div {
	color: #000;
    text-align: center;
	font-weight: normal;
}

.langs .list .list_item:hover div,
.langs .list .list_item.active div {
	color: #006039;
	font-weight: bold;
}

.links .list .list_item div {
	padding: 7px 0;
}

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

.list a .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 span {
	color: whitesmoke;
	font-size: 22px;
}

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

.logo .name {
	padding: 0;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    font-family: Montserrat Black;
}

.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: #006039;
    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_btn {
    margin: 0;
}

.menu .menu_btn {
    padding: 7px 20px;
	cursor: pointer;
}

.menu .menu_item:hover .menu_btn,
.menu .menu_item.hover .menu_btn {
    border-color: white;
}

.menu .menu_item.active .menu_btn {
    background: white;
}

.menu .sub_menu {
	position: absolute;
	top: 100%;
    background: white;
    z-index: 2;
    text-align: left;
    padding: 10px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	box-shadow: 0 0 1px black;
}

.menu .sub_menu .sub_menu_btn div {
	padding: 7px 20px;
}


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


.overflow {
	overflow: auto;
}


.page {
	padding: 40px 0;
	position: relative;
	/*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;
    font-size: 30px;
    line-height: 42px;
    font-family: Montserrat Bold;
    white-space: pre-wrap;
    text-transform: uppercase;
	text-align: center;
}

.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%;
}

.phones .list {
	display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.phones .list i {
	transform: rotate(5deg);
}

.phones .list .list_item {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	column-gap: 10px;
}

.phones .list .list_item i {
	color: white;
    font-size: 40px;
    line-height: 40px;
    border-radius: 100%;
}

.popup_box {
    position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 9999;
	background-position: 25% 0%;
	background: #006039;
}

.popup_box .button_popup_close {
    display: inline-block;
}

.popup_box .button_popup_close i {
	width: 48px;
    line-height: 48px;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    color: white;
}

.popup_box .langs {
	padding: 0 20px;
	color: white;
}

.popup_box .langs .list .list_item div {
    line-height: 48px;
    color: white;
}

.popup_box .langs .list .list_item.active div {
	font-weight: bold;
}

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

.popup .btn {
	background: white;
    font-weight: bold;
    color: #006039;
    display: flex;
    justify-content: center;
}

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

.popup .buttons {
	padding: 10px 20px;
    background: none;
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.popup .logo img {
	height: 50px;
}

.popup .logo {
	margin: 20px 10px;
}

.popup .phone_number {
	padding: 5px;
}

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

.popup .popup_name {
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}

.popup .content_box {
    padding: 40px 20px;
    text-align: center;
    background: none;
    border-radius: 20px;
	border: 1px solid;
	margin: 0 20px;
}

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

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

.prices table td {
	padding: 20px 10px !important;
    /*border: 1px solid;*/
    /*vertical-align: top;*/
}

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

.prices .grid {
	display: grid;
	column-gap: 40px;
	row-gap: 20px;
	grid-template-columns: 3fr 1fr;
	align-items: start;
	padding: 20px;
	font-size: 18px;
}

.prices .grid .price {
	text-align: right;
	color: #006039;
}

.prices .title H2 {
	padding: 20px;
	background: #75d0ff;
}

.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;
}

.promo_img {
	width: 300px;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    border-radius: 100%;
}

.promo_img div {
	padding: 0;
    margin: 0;
    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%;
}

.promo_img div 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%;
}

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

.section .title {
    font-size: 36px;
    line-height: 42px;
	font-family: Montserrat Bold;
}

.social_links .list .item {
    cursor: pointer;
}

.social_links .list .item i {
	vertical-align: middle;
    font-size: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}


.table {
	display: table;
}

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

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

.task .status .fa-camera,
.task .status .fa-circle {
	opacity: 0.2;
}

.task .status .fa.check,
.task .status .fa-circle-check,
.task.done .status i {
	color: green;
	opacity: 1;
}

.task.error .status .fa.check,
.task.error .status .fa-circle-check,
.task.error .status .fa-camera {
	color: inherit;
}

.top_image,
.top_image_box {
	float: right;
    width: 40%;
	margin: 0 auto 40px;
}

.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;
}

.work_schedule .list .icon {
	font-size: 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: white;
}

#popup_button_box .img-circle {
    box-sizing: content-box;
    background: white;
    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;
    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: 10px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 30px;
    height: 30px;
	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: 30px;
    color: #000;
	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 (min-width: 1921px) {
	#slider,
	#slider .content {
		aspect-ratio: 4 / 1;
	}
}

@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) {
	#benefits .items {
		grid-gap: 40px;
	}	

	#index .box_60,
	#index .top_image_box {
		width: 50%;
	}

	#services.section .items {
		padding: 0 60px;
	}
	
	#services_list .list .table_td:last-child {
		width: 50%;
	}
	
	#slider,
	#slider .content {
		aspect-ratio: 5 / 2;
	}

	.articles.section .box_block {
		width: 66.66%;	
	}
	
	.menu {
		margin: 0 20px;
	}
}


@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) {
	#benefits .items {
		grid-gap: 40px;
		padding: 0 60px;
			grid-template-columns: repeat(1, 100%);
	}	
		
	#header_blocks {
		height: 400px;
	}

	#header_blocks .block {
		width: 50%;
		height: 50%;
	}
	
	#header .button_menu_mobile {
		display: block;
	}
	
	#services.page .promo .list {
		height: 240px;
	}
}


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

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

	#slider .container {
		padding: 0 20px;
	}
	
	#slider,
	#slider .content {
		aspect-ratio: 2 / 1;
	}

	#topmenu {
		display: none;
	}


	.btn_menu_mobile {
		display: block;
        position: relative;
        z-index: 10;
        margin: 0 10px;
        padding: 0;
	}

	.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){
	#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;
	}
	
	#benefits_list li {
		width: 50%;
	}

	#benefits_list .content {
		padding: 10px;
	}

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

	#call_us_block .content_border {
		padding: 40px;
	}
	
	#contacts.page .blocks {
		grid-template-columns: 1fr;
		justify-content: center;
		text-align: center;
	}
	
	#contacts.page .blocks .block_contacts{
		order: 2;
		margin: 0 0 40px;
	}
	
	#contacts.page .section {
		padding: 10px 0;
		align-items: center;
	}
	
	#contacts.page .section .item {
		justify-content: center;
	}
	
	#contacts.page .phones .list,
	#contacts.page .soc_links .list {
		align-items: center;
	}

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

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

	#footer .content_box .content:nth-child(2) {
		order: 3;
	}
	
	#footer .content_box .soc_links {
		padding: 0 0 40px;
	}
	
	#header .buttons {
		flex-direction: row;
	}

	#index .box_60 {
		width: 100%;
	}

	#index .top_image_box {
		display: none;
	}

	#logo_box .block {
		row-gap: 10px;
		flex-direction: column;
	}

	#machinery_list .list .list_item .content {
		margin: 0 0 20px;
	}
	
	#page_17 .grid.gallery {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 0 20px;
		max-width: 240px;
	}
	
	#page_18 .grid.pins {
		padding: 0 30px;
		grid-template-columns: repeat(2, 50%);
	}
	
	#profiles #sub_pages_list .content_border {
		padding: 0;
	}
	
	#profiles .item .name {
		font-size: 24px;
		line-height: 36px;
		padding: 15px;
	}
	
	#profiles .item .status {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 28px;
	}
	
	#services.page .promo .list {
		height: 180px;
	}

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

	#services.section .items {
		padding: 0 40px;
	}
	

	.buttons_appointment {
		display: grid;
		margin: 0 auto;
		align-items: stretch;
		justify-content: space-evenly;
		column-gap: 10px;
		padding: 10px;
		background: #006039;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
	}

	.grid {
		grid-template-columns: repeat(2, 50%);
	}
		
	.prices .grid {
		column-gap: 20px;
		grid-template-columns: 2fr 1fr;
	}

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

	.top_image,
	.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){

}


@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%;
	}

	#header .logo img {
		height: 35px;
	}
	
	#header .social_links .list .list_item .fa {
		font-size: 42px;
		line-height: 42px;
		width: 42px;
	}
	
	#header .button_menu_mobile div {
		font-size: 42px;
		line-height: 42px;
		width: 42px;
	}
	
	#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;
	}
	
	#page_16 .grid {
		grid-template-columns: repeat(2, 50%);
        padding: 0;
        grid-gap: 20px;
	}
	
	#page_17 .promo {
		margin: 0 0 0 -60px;
	}
	
	#profiles #sub_pages_list .item .name {
		font-size: 20px;
		line-height: 32px;
	}
	
	#services.section .items {
		padding: 0 10px;
		grid-gap: 20px;
	}

	#services.section .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%;	
	}
	
	.logo .name {
		font-size: 36px;
	}
	
	.intro table,
	.outro table,
	.text table {
		font-size: 14px;
		line-height: 20px;
	}
	
	.section {
		padding: 40px 0;
	}

	.top_image_box {
		width: 100%;
	}
}


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


	#benefits .items {
		grid-gap: 20px;
		padding: 0 20px;
	}

	#benefits_list li {
		width: 100%;
	}

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

	#call_us_block .content_border {
		padding: 40px;
	}
	
	#contacts.page .section .item {
        font-size: 18px;
    }
	
	#footer .logo img {
		height: 120px;
	}
	
	#header .buttons .btn {
		padding: 9px 10px;
		font-size: 14px;
		line-height: 20px;
	}

	#header .logo img {
		height: 30px;
	}
	
	#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;
	}
	
	#header .info_line .content_box {
		padding: 15px;
	}
	
	#index .intro_content {
		padding: 20px;
	}
	
	#index #owner .grid {
		grid-template-columns: repeat(1, 100%);
		text-align: center;
		justify-items: center;
	}

	#lang,
	#lang_menu {
		display: none;
	}

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

	#machinery_list .list .list_item .content {
		margin: 0 20px 40px;
	}
	
	#page_17 .promo {
        margin: 0 0 0 -120px;
    }
	
	#page_18 .grid.pins {
		padding: 0 20px;
		grid-template-columns: repeat(1, 100%);
	}
	
	#profiles #sub_pages_list .grid {
		grid-gap: 5px;
		grid-template-columns: repeat(1, 100%);
	}
	
	#services.page .promo .list {
		height: 120px;
	}
	
	#services.section .items {
		padding: 0 5px;
		grid-gap: 10px;
	}

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

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

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

	#services.section .items .item .content .name {
		font-size: 16px;
		line-height: 20px;
	}
	
	/*#slider,
	#slider .content {
		aspect-ratio: 1 / 1;
	}*/

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

	.box_intro,
	.box_text {
		margin: 0 0 40px;
	}
	
	.box_text span span,
	.text span span {
		padding: 5px 15px;
		font-size: 16px;
		line-height: 42px;
	}

	.content_border {
		padding: 0 20px;
	}
	
	.intro table,
	.outro table,
	.text table {
		font-size: 12px;
		line-height: 18px;
	}
	
	.items_box .wrap {
		padding: 40px 10px;
	}

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

	.iview-caption.caption2 .title {
		font-size: 16px;
		line-height: 18px;
	}
	
	.langs, .phones, .social_links {
		font-size: 14px;
	}
	
	.logo {
		width: 75%;
	}
	
	.logo .name {
		font-size: 30px;
		line-height: 36px;
	}
	
	.page_name {
		font-size: 30px;
		line-height: 38px;
	}
	
	.prices .grid {
		padding: 20px 10px;
	}
	
	.prices .title H2 {
		padding: 20px 10px;
		font-size: 20px;
		line-height: 28px;
	}
	
	.promo_img {
		width: 200px;
		height: 200px;
	}

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

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

	.top_image,
	.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_box .btn div {
		display: none;
	}

	#header .info_line .content_box {
		padding: 10px;
	}
	
	#header .button_menu_mobile div,
	#header .social_links .list .list_item .fa {
		font-size: 36px;
		line-height: 36px;
		width: 36px;
	}
	
	#logo_box .block {
        padding: 20px 15px;
    }
	
	#profiles #sub_pages_list .content_border {
		padding: 0;
	}
	
	#profiles #sub_pages_list .grid {
		grid-gap: 5px;
	}
	
	#services.section .items .item .content {
		padding: 20px 10px;
	}
	
	#services_list .list .table_td:last-child {
		height: inherit;
	}
	
	#slider .title div {
		font-size: 20px;
	}
	

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

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

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

	.company_phone {
		font-size: 30px;
	}

	.contacts .fa-mobile {
		font-size: 42px;
	}
	
	.content_border {
		padding: 0 15px;
	}

	.page_name {
		font-size: 24px;
		line-height: 32px;
	}
	
	.section .title {
		font-size: 30px;
		line-height: 30px;
	}
	
	.section.prices table td {
		padding: 20px 5px !important;
	}

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

	.intro table,
	.outro table,
	.text table {
		font-size: 10px;
		line-height: 14px;
	}

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

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

@media screen and (max-width: 399px) {	
	#page_17 .promo {
        margin: 0 0 0 -180px;
    }
	
	#services.page .promo .list {
		column-gap: 10px;
	}
	
	
	.content_border {
		padding: 0 10px;
	}
}


@media screen and (max-width: 359px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}


	#benefits .items {
		padding: 0;
	}

	#benefits .items .item .content .intro {
		text-align: center;
		font-size: 16px;
	}
	
	#contacts.page .section .item {
        font-size: 16px;
    }
	
    #header .buttons .btn {
        font-size: 12px;
        line-height: 18px;
    }
		
	#header .logo img {
		height: 30px;
	}
	
	#header .langs .list,
	#header .phones .list,
	#header .social_links .list {
		column-gap: 5px;
	}
	
	#index .intro_content {
		padding: 20px 10px;
	}
	
	#logo_name H1,
	#mobile_logo_name H1 {
		font-size: 30px;
	}
	
	#services_list .list .list_item .content {
		margin: 0 10px;
	}
	
	#services.section .items {
		padding: 0 20px;
		grid-gap: 40px;
	}
	
	#services.section .items .item .content {
		padding: 20px;
	}

	#services.section .items .item .content .name {
		font-size: 18px;
		line-height: 22px;
	}	
	
	#slider .title div {
		font-size: 18px;
	}
	

	.grid {
		grid-template-columns: repeat(1, 100%);
	}

	.company_address {
		font-size: 20px;
		line-height: 24px;
	}
	
	.page_name {
		font-size: 20px;
		line-height: 28px;
	}
	
	.popup .content_box {
		padding: 30px 15px;
		margin: 0 15px;
	}
	
	.prices .grid {
		font-size: 14px;
	}
	
	.section.prices table td {
		padding: 15px 5px !important;
	}

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