.c-article__content{
    min-height: 100px;
}
.c-news .c-btn{
    display: block;
    text-align: center;
}
.title_foot{
    text-transform: uppercase;
    font-weight: bold;
}
.foot_menu_1, .foot_menu_2, .foot_menu_3{
    float: left;
    margin: 0;
    padding: 0;
}
.foot_menu_1 li, .foot_menu_2 li, .foot_menu_3 li{
    list-style:none;
}
.foot_menu_2, .foot_menu_3{
    padding: 0 0 0 20px;
    width: 35%;
}
.title_cont{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
}
.desc_cont{
    text-align: center;
}
.logo{
    text-align: center;
}
.day_news, .m_y_news{
    display: inline-block;
}
.button{
    text-decoration: underline;
    font-weight: bold;
}
.button:hover{
    text-decoration: none;
}
.spisok_gorod {
    position: absolute;
    background-color: white;
    z-index: 2;
    border: 1px solid #000;
}

.spisok_gorod {
    padding: 0 15px;
    margin: 0 0 0 10px;
}

.spisok_gorod:hover li {
    display: block !important;
}

.spisok_gorod li {
    display: block;
    margin: 5px 0;
}

.spisok_gorod li:not(:first-child) {
    display: none;
}
.text_center, .select_center{
    float: left;
}
.style_dr .spisok_gorod{
    background: #000;
    border: 1px solid #fff;
}
h1{
    font-size: 3rem;
}
.main_content .img_news{
    float: left;
    padding: 0 30px 20px 0;
}
.img_uslugi{
    float: left;
    padding: 25px 30px 10px 0;
}


.rewiews__buttons {
    text-align: center;
}

.form_over {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	z-index: 999;
	display: none;
	overflow: auto;
}

.over_info {
	left: 0;
	top: 55px;
	width: 100%;
	right: 0;
	margin: auto;
	bottom: 0;
	position: relative;
	z-index: 116;
}

@media (min-width: 992px) {
	.over_info {
		top: 20%;
		bottom: auto;
		max-width: 1020px;
		height: auto;
	}
}

.form__reviews .over_order_info {
    max-width: 470px;
    border-radius: 20px;
    padding: 40px 50px;
    min-height: none;
}
.form__reviews input {
    font-size: 15px;
    font-family: Ubuntu,sans-serif;
    color: #2b2c2f;
}
.form__reviews input::placeholder {
    font-style: normal;
    color: #3d3e45;
}
.form_check {
    position: relative;
    text-align: left;
}
.form_check input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    left: 10px;
    top: 20px;
    width: 1px;
    height: 1px;
}
.form_check label {
    position: relative;
    font-size: 14px;
    padding-left: 35px;
    cursor: pointer;
}
.form_check label a {
    color: #000;
}
.form_check label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
    left: 0;
    top: 0;
}

.form_check label:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #000;
    opacity: 0;
    transition-duration: 300ms;
}

.form_check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.form__button {
    text-align: center;
}
.form__button .button {
    border: none;
}
.call__button {
    text-align: center;
    margin-top: 20px;
}
.call__button .btn {
    width: 270px;
    font-size: 15px;
    background-color: #e31e24;
    color: #fff;
}
.call__button .btn:hover {
    background-color: #fff;
    color: #e31e24;
}
.callback .title {
    margin-top: 15px;
}
.callback .form_check label a {
    color: #fff;
}
.callback .form_check label:before {
    border-color: #fff;
}
.over_order_info {
    right: 0;
    margin: auto;
    bottom: 0;
    position: relative;
    z-index: 116;
    min-height: 500px;
    padding: 30px;
    background-color: #fff;
}

@media (min-width: 767px) {
    .over_order_info {
        top: 10%;
        bottom: auto;
        max-width: 320px;
        height: auto;
    }
}

.over_order_info .btn {
    width: 100%;
}

.order_form_title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: OpenSansBold, sans-serif;
    font-weight: normal;
}

.order_form_text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.order_form_product {
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.6rem;
    margin-bottom: 10px;
    min-height: 54px;
}

.order_form_article {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.close_over {
    position: absolute;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 1;
    transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}
.close_over:after,.close_over:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    transform: rotate(45deg);
    transition-duration: 300ms;
}
.close_over:before {
    transform: rotate(-45deg);
}
.close_over:hover:after,
.close_over:hover:before {
    background-color: #000;
}
@media (max-width: 767px) {
    .form__reviews .over_order_info {
        padding: 15px;
    }
    .button__phone-fix {
        width: 80px;
        height: 80px;
        right: 0;
    }
}
.form__succes {
    display: none;
    right: 0;
    margin: auto;
    bottom: 0;
    position: fixed;
    z-index: 116;
    padding: 35px 40px 35px;
    background-color: #fff;
    width: 100%;
    max-width: 490px;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
}
.title__success {
    font-size: 24px;
    font-family: OpenSansBold, sans-serif;
    font-weight: normal;
    color: #207fdd;
    text-align: center;
}

@media (min-width: 992px){
    .form__succes {
        top: 30%;
        bottom: auto;
        max-width: 390px;
        height: auto;
    }
}

.c-form__row {
    margin-bottom: 30px;
}
.c-form__row input[type=text], .c-form__row input[type=password], .c-form__row input[type=email], .c-form__row textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding: 0 15px;
}




.page__title,
.page__title h1{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}

.section {
    margin: 80px 0;
}

@media (max-width: 991px) {
    .page-image {
        height: 320px;
    }
    .page-image__title {
        font-size: 32px
    }
    .section {
        margin: 40px 0;
    }
    
    .page__title,
    .page__title h1{
        font-size: 32px
    }
    
    .page-image__left {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .page-image__title {
        font-size: 24px;
        text-align: center;
    }
    
    .page__title,
    .page__title h1{
        font-size: 24px
    }
}

.t-cities__item {
    max-width: 555px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 30px;
}
.section-t-cities {
    padding: 80px 0 40px;
    position: relative;
}
.t-cities__content {
    padding: 30px 36px 36px;
}

.t-cities__item-city {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
.t-cities__item-desc {
    margin-top: 12px;
    font-family: OpenSansBold, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    min-height: 78px;
}
.t-cities__item-desc p {
    margin-bottom: 20px;
}
.t-cities__item-desc p:last-child {
    margin-bottom: 0;
}
.t-cities__item-text {
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 991px) {
    .section-t-cities {
        padding: 40px 0 40px;
    }
}

.oms__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.oms__img {
    width: 100%;
    max-width: 42%;
    padding: 0 15px;
    margin-top: -40px;
}
.oms__content {
    width: 100%;
    max-width: 58%;
    padding: 30px 15px;
}
.oms__title {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.oms__text {
    font-size: 18px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .oms__title {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .oms__img {
        text-align: center;
        max-width: 100%;
        order: 2;
        margin-top: 10px;
    }
    .oms__content {
        max-width: 100%;
        order: 1;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .oms__title {
        font-size: 28px;
    }
}


.js-tabs-tab {
    display: none;
}
.js-tabs-tab.active {
    display: block;
}

.area__block {
    margin-top: 50px;
}
.area__nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 20px;
}
.area__col-nav {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 33.33%;
}
.area__nav-item {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 26px;
    user-select: none;
    cursor: pointer;
    font-weight: 700;
    transition-duration: 500ms;
}
.area__nav-item:hover {
}
.area__nav-item.active {
    
}
.area__tabs {
    margin-top: 50px;
}
.area__content {
    margin-top: 16px;
    line-height: 1.5;
}
.area__row {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 20px;
}
.area__col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.area__col-image {
    max-width: 50%;
}
.area__col-text {
    max-width: 50%;
}
.area__image {
    text-align: center;
}

.area__title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.area__carousel {
    margin-top: 30px;
}

.area__content p {
    margin: 0 0 20px;
}
.area__content p:last-child {
    margin: 0;
}
.area__carousel-img {
    text-align: center;
}
.area__carousel-title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.area__carousel-text {
    text-align: center;
    margin-top: 16px;
}

.area__swiper-pagination {
    position: static;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 30px;
    justify-content: center;
}
.area__swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 16px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area__swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #207fdd;
    transition-duration: 500ms;
}
.area__swiper-pagination .swiper-pagination-bullet:hover:before {
    background: #48b537;
}
.area__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #48b537;
    width: 12px;
    height: 12px;
}

@media (max-width: 991px) {
    .area__col-nav {
        max-width: 50%;
    }
    
    .area__col-image {
        max-width: 100%;
    }
    .area__col-text {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .area__col-nav {
        max-width: 100%;
    }
}

.section-call {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
    padding: 60px 0;
    background-position: top center;
}
.call__title {
    font-size: 38px;
    text-align: center;
}
.call__title--big {
    font-weight: 700;
    text-transform: uppercase;
}
.call__phones {
    text-align: center;
    margin-top: 46px;
}
.call__phone-number {
    text-decoration: none;
    display: block;
    font-size: 32px;
    font-weight: 700;
}
.call__phone-city {
    font-size: 20px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .call__title {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .section-call {
        background-image: none;
    }
}
@media (max-width: 767px) {
    .call__title {
        font-size: 24px;
    }
    .call__phone-number {
        font-size: 30px;
        margin-top: 10px;
    }
    .section-call {
        padding: 30px 0;
    }
    .call__phones {
        margin-top: 20px;
    }
    .call__phone-city {
        margin-top: 0;
    }
}

.equipment__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.equipment-img {
    text-align: center;
}
.equipment__item:nth-child(2n) > div:nth-child(1) {
    order: 2;   
}
.equipment__item:nth-child(2n) > div:nth-child(2) {
    order: 1;
}
.equipment__block {
    padding: 36px;
    margin-top: -40px;
}
.equipment__title {
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 991px){
  .equipment__item:nth-child(2n) > div:nth-child(1) {
        order: 1;   
    }
    .equipment__item:nth-child(2n) > div:nth-child(2) {
        order: 2;
    }
    .equipment__block {
        padding: 20px 0 0;
        margin-top: 0;
    }
}
.instrumentation__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 37px;
}
.instrumentation__block {
    display: flex;
}
.instrumentation__icon {
    width: 40px;
}
.instrumentation__text {
    width: calc(100% - 40px);
    padding-left: 30px;
    font-size: 16px;
}
.instrumentation__text p {
    margin: 0;
}

@media (max-width: 767px) {
    .instrumentation__text {
        font-size: 14px;
    }
}

.section-dia-form {
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1920px;
    margin-bottom: 0;
}

.dia-form__title {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}
ul.dia-form__list {
    margin: 32px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
ul.dia-form__list li {
    position: relative;
}
.dia-form__record {
    margin-top: 40px;
}
.dia-form__record-title {
    font-weight: 700;
    font-size: 24px;
}
.dia-form__record-text {
    font-size: 20px;
    margin-top: 16px;
}
.dz-form__block {
    margin-top: 30px;
}
.field_input {
    margin-bottom: 17px;
}
.field_input input,
.field_input textarea {
    padding: 10px 20px;
    outline: none;
    width: 100%;
}
.field_input textarea {
    height: 105px;
    resize: none;
}
.dz-form__politic,
.dz-form__politic a {
    font-size: 12px;
}
.dz-form__politic {
    margin-bottom: 17px;
}
.dz-form__button {
    border-radius: 50px;
    padding: 10px 26px;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: block;
    width: 100%;
    transition-duration: 500ms;
}

.dia-form__block-title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}
.dia-form__block-desc {
    text-align: center;
    color: #fff;
}
.field_select .choices__inner {
    border-radius: 0;
    padding: 4px 20px;
    min-height: 42px;
}
.field_select .is-focused .choices__inner,
.field_select .is-open .choices__inner {
    border-radius: 0;
}
.field_select .choices__placeholder {
    opacity: 1;
}


@media (max-width: 991px) {
    .section-dia-form {
        background-image: none;
        padding: 40px 0;
    }
    .dia-form__record {
        margin-bottom: 20px;
    }
}