.main_menu_link.active {
    color: #3ebbc4;
}

.model_block_options_table > table tr:first-child td {
    padding: 0 25px;
    color: #ffffff;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Lato";
    background-color: #A1A9AE;
    height: 40px;
}

.model_block_options_table > table tr:first-child td:first-of-type {
    width: 230px;
}

.model_block_options_table > table td {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato";
    background-color: #F5F5F5;
}

.dimensions_table > table, .acoustic_table > table {
    width: 101%;
    border-spacing: 5px;
    text-align: center;
    margin-right: -5px;
    margin-left: -5px;
    max-width: 101%;
}

.dimensions_table > table tr td, .acoustic_table > table tr td {
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Lato";
    padding: 10px 15px;
}

.dimensions_table > table tr:first-child td, .acoustic_table > table tr:first-child td {
    background: transparent;
}

.dimensions_table > table tr:first-child td[colspan], .acoustic_table > table tr:first-child td[colspan] {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Lato";
    background-color: #84898C;
    padding: 8px 0;
    border-radius: 30px 30px 0 0;
    text-align: center;
}

.dimensions_table > table tr:nth-child(2) td, .acoustic_table > table tr:nth-child(2) td {
    background-color: #A1A9AE;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    font-family: "Lato";
    line-height: 22px;
}

.type_block_dimensions {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.type_block .type_block_dimensions:last-child {
    /*padding-bottom: 60px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 60px;*/
}

.dimensions_table {
    margin-top: 20px;
    margin-bottom: 30px;
}

.dimensions_body_graphic img {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 60px;
}

.acoustic_table {
    overflow-x: visible;
}

.about_block_right > p {
    font-size: 16px;
}

.model_block_type_text {
    margin-bottom: 30px;
}

.model_block_type_text h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: normal;
}
.model_block_about_title h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.model_block_about_title h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.model_block_type_desc, .model_block_about_text, .model_block_about_bg {
    font-size: 14px;
    font-family: "Lato";
    line-height: 24px;
}

.contacts_block_desc_half {
    width: 66.6%;
}

.contacts_block_desc_half:first-child {
    margin-bottom: 14px;
}

.contacts_block_main_title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #414752;
    margin-bottom: 15px;
}

.contacts_block_desc_fourth {
   width: 33.3%;
   display: inline-block; 
}

.contacts_block_item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.contacts_block_item.time {
    /*margin-top: -65px;*/
}

.contacts_block_img {
    overflow: hidden;
    display: block;
    width: 147px;
    height: 176px; 
    background-color: #C4C4C4;
    margin-bottom: 25px;
}

.contacts_block_desc_fourth.ceo {
    padding-top: 22px;
}

.contacts_block_desc_fourth.ceo .contacts_block_title,
.contacts_block_desc_fourth.ceo .contacts_block_text {
    text-align: center;
}

.contacts_block_subtext {
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}

.contacts_block_subtext span {
    margin-top: 20px;
    display: block;
}

.contacts_block_desc_half.stock .contacts_block_text {
    margin-bottom: 15px;
}

.contacts_block_desc_half.stock .contacts_block_item {
    padding-right: 40px;
}

.contacts_block_form {
    height: 430px;
}

.contacts_block_img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: auto;
}

.formobile {
    display: none;
}

.stocks tr td {
    text-align: left;
}

.one_news_desc a {
	color: #576166;
    transition: all 0.2s ease-in-out;
}
.one_news_desc a:hover {
    color: #39b2d9;
}

.search-page .search-result {
    margin-top: 10px;
}

.search-page .btn {
    display: inline-block;
}

.pagination_link.arrow.pagination_link.arrow {
    border-right: 0;
}



@media screen and (max-width: 991px) {
    .contacts_block_desc_fourth {
        display: block;
        padding-left: 35px;
        width: 100%; 
    }

    .contacts_block_desc_fourth.ceo .contacts_block_title, .contacts_block_desc_fourth.ceo .contacts_block_text {
        text-align: left;
    }

    .contacts_block_desc_fourth.ceo .contacts_block_item {
        width: auto;
        display: inline-block;
    }

    .contacts_block_desc_half.stock .contacts_block_item {
        padding-right: 0;
    }

    .contacts_block_desc_half.stock .contacts_block_item {
        padding-right: 35px;
    }

    .contacts_block_desc_half.stock .contacts_block_item:nth-child(odd) {
        padding-right: 0;
    }

    .contacts_block_desc_fourth.ceo {
        padding-bottom: 22px;
    }

    .contacts_block_desc_half {
        width: 100% 
    } 

    .contacts_block_item {
        padding-right: 35px;
    }

    .contacts_block_desc_half:first-child {
        margin-bottom: 0;
    }

    .contacts_block_item.time {
        margin-top: -48px;
    }

    .contacts_block_form {
        height: auto;
    }

    .contacts_block_desc_half {
        padding-left: 35px;
        padding-right: 35px;
    }

    .contacts_block_item:nth-child(odd) {
         padding-right: 0;
         padding-left: 35px;
    }

    .contacts_block_desc_fourth.ceo .contacts_block_item {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .contacts_block_item {
        padding-right: 30px;
    }

    .contacts_block_item:nth-child(odd) {
        padding-left: 30px;
    }

    .contacts_block_desc_half {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 599px) {
    .contacts_block_item {
        width: 100%;
        display: block;
    }

    .fordesctop {
        display: none;
    }

    .formobile {
        display: block;
    }

    .contacts_block_item:nth-child(odd) {
        padding-left: 0;
    }

    .contacts_block_desc_half {
        padding-left: 15px;
    }

    .contacts_block_desc_fourth {
        padding-left: 15px;
    }

    .contacts_block_item.time {
        margin-top: 0;
    }
}

.subcategory_block_name a {
    color: #424243;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    border: none;
    cursor: pointer;
    background: transparent;
    filter: alpha(opacity=20);
}

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    min-height: 43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn {
    display: inline-block;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.model_block_type_link.in-model {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.c-border > p {
    font-size: 14px;
    margin-bottom: 20px;
}

.search-page {
    font-size: 14px;
}

[name="q"] {
    width: auto;
    height: 40px;
    outline: none;
    box-shadow: none;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 55px;
    z-index: 1;
    font-size: 14px;
    color: #383e49;
    font-weight: 300;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search-page [type="submit"] {
    z-index: 2;
    width: 220px;
    height: 40px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 0.05em;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
    -o-border-image: none;
    border-image: none;
    transition: all 0.7s;
    color: #ffffff;
    background-color: transparent;
    border-radius: 3px;
}

.search-page [type="submit"]:hover, .search-page [type="submit"]:active {
    border: 1px solid #39b2d9;
    transition: all 0.3s;
    color: #39b2d9;
}

.banner_slider_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 60%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 479px) {
	.banner_slider_text {
		max-width: 80%;
	}
}

.subcategory_block_img > a {
    width: 100%;
    position: relative;
    height: 150px;
    display: block;
}
.subcategory_block_img > a > img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.acoustic_table.stocks table td {
    white-space: normal;
}
.manufactory_block_center {
	height: 517px;
}
.manufactory_center_img {
    height: calc(100% - 107px);
}
.storage_block_img > iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.storage_block_img::before {
	display: none;
}
.manufactory_center_img img {
	height: 100%;
    width: 100%;
}
.manufactory_center_text > span {
    font-size: 32px;
}
@media screen and (max-width: 1299px) {
	.manufactory_block_center {
	    height: 559px;
	}
}
@media screen and (max-width: 1199px) {
	.manufactory_block_center {
	    height: 482px;
	}
    .manufactory_center_img {
        height: calc(100% - 95px);
    }
    .manufactory_center_text {
        height: 95px;
        font-size: 20px;
        line-height: 22px;
    }
    .manufactory_center_text > span {
        font-size: 25px;
    }
    .manufactory_center_img img {
        width: auto;
    }
    .contacts_block_form {
        height: auto;
    }
}
@media screen and (max-width: 991px) {
	.manufactory_center_img {
	    height: calc(100% - 80px);
	}
	.manufactory_block_center {
	    height: 455px;
	}
	.c-equipment_item {
	    max-width: 160px;
	}
    .manufactory_center_text {
        height: 80px;
        font-size: 18px;
        line-height: 22px;
        padding-top: 18px;
    }
    .manufactory_center_text > span {
        font-size: 22px;
    }
    .contacts_block_item.time {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
	.manufactory_center_img img {
		height: auto;
	}
	.storage_block_img {
	    height: auto;
    	padding-top: 100%;
	}
	.storage_block_img > iframe {
		position: absolute;
	    left: 0;
	    top: 0;
	}
	.equipment_item:not(:last-child) {
	    margin-right: 0;
	}
	.equipment_item {
		width: 33.3%;
	}
	.c-equipment_item {
	    max-width: 120px;
	}
    .manufactory_link a:hover .manufactory_link_img {
        width: 30%;
    }
}

@media screen and (max-width: 479px) {
	.equipment_item {
	    width: 50%;
	}
}
#m-search {
	width: 100%;
    height: 40px;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 55px;
    z-index: 1;
    font-size: 14px;
    color: #383e49;
    font-family: "MuseoSansCyrl";
    font-weight: 300;
    border: 1px solid transparent;
    border-radius: 3px;
}


@media screen and (max-width: 991px) {
	.footer_center {
		position: relative;
	}
	.footer_sing {
		display: block;
	    position: absolute;
	    left: 0;
	    top: 100%;
	    margin-top: 30px;
	    width: 638px;
	}
	footer {
	    padding-bottom: 197px;
	}
	body {
	    padding-bottom: 366px;
	}
}

@media screen and (max-width: 767px) {
	.footer_sing {
		position: relative;
		padding: 0;
	}
	footer {
	    padding-bottom: 25px;
	    text-align: center;
	}
	body {
	    padding-bottom: 568px;
	}
	.footer_sing {
		width: 100%;
	}
	.footer_logo a {
		margin: auto;
	}
	.footer_sing_form {
		margin: auto;
	}
	.footer_contact {
		text-align: center;
	}
}


.footer_sing_form .success {
    display: none;
    margin-top: 5px;
}
.production_item_list ul li a {
    line-height: 22px;
}
.production_item_list ul li {
	padding: 1px 0;
}

.contacts_block_form form input#file {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0);
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    z-index: -1;
}
.contacts_block_form_row.files label {
    padding-left: 30px;
    color: #E7E7E7;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.contacts_block_form_row.files label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    margin: auto;
    left: 0px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 3px;
    background-color: rgba(245, 245, 245, 0.1);
    border: 1px solid rgba(240, 240, 240, 0.15);
}
.contacts_block_form_row.files label::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: url('../img/plus.svg') no-repeat center;
    background-size: contain;
}
.contacts_block_desc_half .contacts_block_item {
    padding-right: 40px;
}
.modal-body .question_list_item {
	margin-bottom: 0px;
}
.modal-body .question_list_item .success {
	color: #f66363;
}
.modal-body .question_list_item .form-feedback.forms.form-success .question_form_row {
	display: none;
}
.modal-body .question_list_item .question_list_title {
	display: none;
}
.modal-footer button[type="later"]::after {
    background: #A1A9AE;
}
.modal-footer button[type="later"]:hover {
    color: #A1A9AE;
    border: 1px solid #A1A9AE;
}
.modal-body .question_form_row input[type="file"] {
	width: 0;
    height: 0;
    border: none;
    padding: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.modal-body .question_form_row input[type="file"] + label {
    width: auto;
    font-size: 13px;
    margin: 0;
    margin-top: 8px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.modal-body .question_form_row input[type="file"] + label:hover {
	color: #39b2d9;
}
.modal-body .question_form_row input[type="file"] + label::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: url('../img/plus_d_gray3.svg') no-repeat center;
    background-size: contain;
}
.modal-body .question_form_row .question_form_input {
	display: block;
}
.modal-body .question_form_row label {
	width: auto;
}
input, input, textarea {
  -webkit-appearance: none;
}

[name="q"] {
  width: auto;
  height: 40px;
  outline: none;
  box-shadow: none;
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-right: 55px;
  z-index: 1;
  font-size: 14px;
  color: #383e49;
  font-weight: 300;
  border: 1px solid transparent;
  border-radius: 3px;
}

[name="q"]:-ms-input-placeholder,
[name="q"]:-moz-placeholder,
[name="q"]::-moz-placeholder,
[name="q"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #383e49;
    font-weight: 300;
}


.search-page [type="submit"] {
    z-index: 2;
    width: 220px;
    height: 40px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 0.05em;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
    -o-border-image: none;
    border-image: none;
    transition: all 0.7s;
    color: #ffffff;
    background-color: transparent;
    border-radius: 3px;
}

.search-page .search-result {
  display: block;
  font-size: 14px;
  line-height: normal;
  font-family: "Lato";
  font-weight: 500;
  color: #424243;
  margin-bottom: 23px;
  margin-top: 10px;
}

.search_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 99px;
  padding-left: 33px;
  padding-right: 33px;
  border-bottom: 1px solid #F0F0F0;
}

.search_item:nth-child(odd) {
  background-color:  #F8F8F8;
}

.search_tabs {
  border-top: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

.search_item_title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: normal;
  color: #424243;
  transition: all 0.2s ease-in-out;
}

.search_item_title:hover {
    color: #39b2d9;
}

.search_match {
  display: block;
  font-size: 14px;
  line-height: normal;
  font-family: "Lato";
  font-weight: 500;
  color: #424243;
}

.search_match .keyword {
  color: #39b2d9;
} 

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
}

.pagination_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #F0F0F0;
  font-size: 14px;
  line-height: 0;
  font-family: "Lato";
  font-weight: 500;
  color: #424243;
  margin-left: -1px;
  transition: all 0.2s ease-in-out;
}

.pagination_link.active {
  background-color: #F9853E;
  border-color: #F9853E;
  color: #FFFFFF;
}

.pagination_link.dots span {
  margin-top: -6px;
}

li:hover .pagination_link {
  border: 1px solid #F9853E;
}

li:hover + li .pagination_link {
  border-left: 1px solid #F9853E;
}

.pagination_link.arrow  {
  background-image: url('../img/arrow-pag.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.noresult_title {
  font-size: 18px;
  display: block;
  margin-bottom: 9px;
}

.wrap.search .line_left {
  height: 250px;
}

.wrap.search .line_right::before {
  height: 173px;
}

.wrap.search .line_right::after {
  bottom: -172px;
}
.manufacture_border_block .contacts_block_form {
    width: 72%;
    height: auto;
}
.manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_name {
    width: 48%;
    margin-right: 28px;
    display: inline-block;
    vertical-align: top;
}
.manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_email {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_tel {
    width: 48%;
    margin-right: 28px;
    display: inline-block;
    vertical-align: top;
}
.manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_organization {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.manufacture_border_block .contacts_block_form form button {
    width: 220px;
}
.contacts_form .contacts_block_form_row div span {
    font-size: 11px;
    color: #a7adb1;
}
.manufacture_border_block p.success {
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato";
    font-weight: 600;
    color: #ffffff;
}
.footer_contact_callback a.btn.online_order_btn {
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer_contact_callback a.btn.online_order_btn::after {
    content: '';
    position: absolute;
    background: linear-gradient(to top right, #39b2d9, #3ebbc4);
    height: 150px;
    width: 300px;
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
    transition: all .7s;
    display: block;
    z-index: -1;
    border: none;
    left: auto;
    opacity: 1;
}
.footer_contact_callback a.btn.online_order_btn:hover {
    color: #39b2d9;
}
.footer_contact_callback a.btn.online_order_btn:hover::after {
    bottom: 100%;
    right: 100%;
}
body {
    padding-bottom: 290px;
}

@media screen and (max-width: 1299px) {
	.certificates_slider .slick-list {
	    padding: 0px 170px!important;
	}
    .manufacture_border_block .contacts_block_form {
        width: 788px;
    }
}
@media screen and (max-width: 1199px) {
	.certificates_slider .slick-list {
	    padding: 0px 80px!important;
	}
	.category_item_title {
	    min-height: 60px;
	}
    .manufacture_border_block .contacts_block_form {
        width: 100%;
    }
    .footer_center {
        width: 57%;
    }
    footer {
        padding-bottom: 85px;
        padding-top: 30px;
    }
    .footer_menu {
        width: 42%;
    }
    .footer_sing {
        width: 58%;
    }
    .footer_contact {
        width: 23%;
    }
    .footer_logo_pos {
        bottom: 72px;
        right: 15px;
    }
    body {
        padding-bottom: 276px;
    }
    .info-no-ofert {
        margin-top: 73px;
        margin-bottom: -85px;
    }
}
@media screen and (max-width: 991px) {
	.certificates_slider .slick-list {
	    padding: 0px 10px!important;
	}
	.price_icon_download {
		left: 0;
	    margin-right: 0;
	}
	.price_item a span {
		position: absolute;
	}
	.price_icon_pdf {
	    margin-right: 0;
    	left: 25px;
	}
	.price_item a {
	    padding-left: 55px;
	    position: relative;
        display: inline-block;
	}
	.c-category_item {
	    height: 316px;
	}
    .search_match {
        max-height: 30px;
        overflow: hidden;
        font-size: 12px;
    }

    .search_item_title {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .search-page .search-result {
        font-size: 12px;
    }
    .manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_tel,
    .manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_email,
    .manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_name {
        width: 100%;
        margin-right: 0;
    }
    .manufacture_border_block .contacts_block_form .contacts_block_form_row.contacts_form_organization {
         width: 100%;
        margin-right: 0;
    }
    footer {
        padding-bottom: 197px;
        padding-top: 25px;
    }
    .footer_logo, .footer_contact {
        width: 30%;
    }
    .footer_center {
        width: 40%;
    }
    .footer_menu {
        width: 100%;
    }
    .footer_sing {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 30px;
        width: 638px;
    }
    .footer_logo_pos {
        right: 15px;
        bottom: 25px;
    }
    body {
        padding-bottom: 383px;
    }
}

@media screen and (max-width: 767px) {
	.c-category_item {
	    height: 280px;
	}

        [name="q"] {
        width: 100%;
        margin-bottom: 20px;
    }

    .search-page [type="submit"] {
        width: 100%;
    }

    .search_item {
        height: auto;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .search_match {
        max-height: 100%;
    }
    body {
        padding-bottom: 656px;
    }
    footer {
        padding-bottom: 25px;
        text-align: center;
    }
    .footer_logo, .footer_contact, .footer_center {
        width: 100%;
        margin-bottom: 35px;
    }
    .footer_menu {
        padding: 0;
        width: 100%;
    }
    .footer_sing {
        position: relative;
        padding: 0;
        width: 100%;
    }
    .footer_logo_pos {
        margin-top: 0;
    }
    .footer_logo_pos a {
        margin: auto;
    }
}
@media screen and (max-width: 599px) {
	.c-category_item {
	    height: auto;
	}
}

.partnership_center_text {
    line-height: 1.4em;
    padding-top: 15px;
}


#vacancy-wrap {
    border: 1px solid #F0F0F0;
    padding: 40px 45px;
    margin-bottom: 40px;
}

#vacancy-wrap > .vacancy-content > div {
    border: none!important;
    padding: 0!important;
}
#vacancy-wrap [data-qa="vacancy"] {
    margin-bottom: 40px!important;
}

#vacancy-wrap [data-qa="vacancy"] > a {
    color: #39b2d9!important;
    font-size: 22px!important;
    line-height: 31px!important;
    font-weight: 700!important;
    font-family: "MuseoSansCyrl"!important;
    transition: all 0.2s ease-in-out;
}
#vacancy-wrap [data-qa="vacancy"] > span {
    color: #424243!important;
    font-size: 14px!important;
    line-height: 24px!important;
    font-weight: 700!important;
    font-family: "Lato"!important;
}
#vacancy-wrap [data-qa="vacancy"] > a:hover {
    text-decoration: none !important;
    opacity: 0.7;
}

@media screen and (max-width: 991px) {
	#vacancy-wrap [data-qa="vacancy"] > a {
		font-size: 20px!important;
    	line-height: 26px!important;
	}
	#vacancy-wrap {
	    padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	#vacancy-wrap {
	    border: none;
	    padding: 0;
	    margin-top: 10px;
	}
}
@media screen and (max-width: 599px) {
	#vacancy-wrap [data-qa="vacancy"] > a {
	    font-size: 18px!important;
	    line-height: 26px!important;
	}
}
@media screen and (min-width: 1200px) {
	.manufactory_block_center {
	    height: 722px!important;
	}
}
@media screen and (min-width: 1299px) {
	.manufactory_block_center {
	    height: 490px!important;
	}
	.manufactory_block_center.proiz {
	    height: 704px!important;
	}
}
.model_block_about_text a , .model_block_type_desc  a, .model_block_type_text a, .model_block_about_bg a {
    color: #424243;
	text-decoration: underline;
}
.manufacture-slider-init .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 0;
    box-shadow: none;
    border: none;
    outline: none;
    background-color: #383e49;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1010;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}
.manufacture-slider-init .slick-arrow.slick-prev {
    left: -7px;
    background-image: url(../img/left-arrow.svg);
}

.manufacture-slider-init  .slick-arrow.slick-next {
    right: -7px;
    background-image: url(../img/right-arrow.svg);
}
.one_news_right {
    padding-left: 40px;
    padding-right: 10px;
}
.manufacture-slider-init .slick-dots {
    position: relative;
    right: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.manufacture-slider-init .slick-dots li:not(:last-child) {
    margin-bottom: 0;
}
.manufacture-slider-init .slick-dots li {
    padding: 0 5px;
}
.one_news_img {
    width: 100%;
}
.one_manufacture_video .storage_block_img {
    width: 100%;
    height: 580px;
}
.one_manufacture_video {
    margin-top: 50px;
}
.manufacture-slider-link {
    display: block;
    width: 100%;
    
}
.manufacture-slider-item-img {
    width: 100%;
    padding-top: 95%;
    background: no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 1199px) {
    .one_manufacture_left, .one_manufacture_right {
        display: block;
        width: 100%;
        padding: 0;
    }
    .one_manufacture_video .storage_block_img {
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 991px) {
    .one_news_right {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .one_manufacture_video .storage_block_img {
        height: auto;
        padding-top: 100%;
    }
}




@media screen and (max-width: 1199px) {
    body {
        padding-bottom: 318px;
    }
}

@media screen and (max-width: 991px) {
    .info-no-ofert {
        margin-top: 190px;
        margin-bottom: -197px;
    }
    .footer_logo_pos {
        bottom: 69px;
    }
    body {
        padding-bottom: 430px;
    }

}

@media screen and (max-width: 767px) {
    .info-no-ofert {
        margin-top: 20px;
        margin-bottom: -25px;
    }
    body {
        padding-bottom: 757px;
    }
}

@media screen and (max-width: 329px) {
    body {
        padding-bottom: 781px;
    }
}


.info-dimensions {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700;
    color: #424243;
}

.dimensions_body_graphic img {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.dimensions_body_graphic:last-of-type {
    padding-bottom: 60px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 60px;
}