

/* Start:/local/templates/incost/style/main.css?1739112711595*/
@import "/local/templates/incost/style/presets.css";
@import "/local/templates/incost/style/grid.css";

@import "/local/templates/incost/style/section/section.css";
@import "/local/templates/incost/style/slider/slider.css";
@import "/local/templates/incost/style/tile/tile.css";

@import "/local/templates/incost/style/form/form-feedback.css";
@import "/local/templates/incost/style/popup/popup.css";

@import "/local/templates/incost/style/list/list.css";

@import "/local/templates/incost/style/components/field.css";
@import "/local/templates/incost/style/components/button.css";
/* End */


/* Start:/local/templates/incost/components/bitrix/menu/header-menu/style.min.css?1723721907490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/incost/components/bitrix/menu/header-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/incost/components/bitrix/menu/footer-menu/style.min.css?1723703880490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/incost/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/incost/styles.css?17690706804240*/
@media(max-width: 1650px){
    .elevation_marker .marker_value {
        grid-column: 4 / span 2;
    }
    .questionnaire .col_1 {
        grid-column: span 2;
    }
}
@media(max-width: 1200px){
    .questionnaire .col_6_m{
        grid-column: span 6;
    }
}
@media(max-width: 1000px){
    .questionnaire_part {
		width: 100%;
	}
    .equipment__form.questionnaire{
        flex-direction: column;
    }
    .questionnaire .col_3_s{
        grid-column: span 3;
    }
}
@media(max-width: 600px){
    .questionnaire .col_6_l{
        grid-column: span 6;
    }
    .col_2_s{
        grid-column: span 2;
    }
}.redbutton {
    text-align: center !important;
}
.footer__socials a, .header__socials a {
    /*width: 30px !important;*/
    height: 30px !important;
    margin-bottom: 0px !important;
}
.bx-breadcrumb-item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.bx-breadcrumb-item:hover {
	white-space: normal;
	overflow: visible;
}
a {
	text-decoration: none !important;
}
.docs__photos a:nth-child(3) {
    position: absolute;
    bottom: 51px;
    left: -51px;
}
.docs__photos a:nth-child(1) {
    position: absolute;
    bottom: 93px;
    left: -93px;
    right: 97px;
    z-index: 2;
    border: 2px solid blue;
    width: 205px;
    height: auto;
}
.docs__photos a:nth-child(2) {
    position: revert!important;
    bottom: 51px;
    left: -51px;
}

.questionnaire .equipment__row, .questionnaire .equipment__item__row, .elevation_marker{
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    justify-content: space-between;
}
.elevation_markers{
    display: grid;
    gap: 15px;
}
.questionnaire .equipment__row__title{
    font-weight: bold;
    font-size: 20px;
    grid-column: span 6;
    color: #fff;
    margin-bottom: 15px;
}
.equipment__row__desc{
    grid-column: span 6;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.elevation_marker label{
    color: #fff;
    font-size: 16px;
}
.questionnaire .equipment__item{
    width: 100%;
    flex-direction: row;
    gap: 15px;
    padding: 0;    
}
.questionnaire .col_6{
    grid-column: span 6;
}
.questionnaire .col_4{
    grid-column: span 4;
}
.questionnaire .col_3{
    grid-column: span 3;
}
.questionnaire .col_2{
    grid-column: span 2;
}
.questionnaire .col_1{
    grid-column: span 1;
}
.questionnaire .equipment__item label{
    font-weight: normal;
    font-size: 16px;
}
.questionnaire .equipment__item label, .questionnaire .equipment__item input[type=checkbox], .questionnaire .equipment__item input[type=radio]{
    width: fit-content;
    height: fit-content;
    align-self: center;
    line-height: normal;
    margin: 0;
}
.questionnaire .equipment__item textarea{
    background: #FFFFFF;
    border: 1px solid #005AE0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 6px 21px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.elevation_marker label{
    grid-column: span 2;
}
.elevation_marker .marker_value{
    margin: 0;
    align-self: center;
    grid-column: 4;
}
.elevation_marker .marker_lab{
    outline: 1px solid #fff;
    text-align: right;
    align-self: center;
    padding: 8px;
    margin: 0;
}
.equipment__form.questionnaire{
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.questionnaire_part .equipment__row{
    max-width: none;
    margin: 0;
    margin-bottom: 20px;
}
.questionnaire_part{
    width: 48%;
}
.questionnaire .equipment__imge{
    position: relative;
}

@media(max-width: 1650px){
    .elevation_marker .marker_value {
        grid-column: 4 / span 2;
    }
    .questionnaire .col_1 {
        grid-column: span 2;
    }
}
@media(max-width: 1200px){
    .questionnaire .col_6_m{
        grid-column: span 6;
    }
}
@media(max-width: 1000px){
    .questionnaire_part {
		width: 100%;
	}
    .equipment__form.questionnaire{
        flex-direction: column;
    }
    .questionnaire .col_3_s{
        grid-column: span 3;
    }
}
@media(max-width: 600px){
    .questionnaire .col_6_l{
        grid-column: span 6;
    }
    .col_2_s{
        grid-column: span 2;
    }
}
/* End */


/* Start:/local/templates/incost/template_styles.css?177580360764709*/
.e404-wrapper .e404__img{width: 80%;}
.e404-wrapper .e404__desc{width: 20%;}
.e404-wrapper img{width: auto; max-width: 100%;}


/* ==========================================================================
   NORMALIZE
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-content {background: #fff!important; padding: 10px; border-radius:2px; }
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html * {
    max-height: 1000000px;
}

body {
    margin: 0;
    position: relative;
    background: #fff;
    min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a:focus {
    color: #000;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.content {
    position: relative;
}
.content__button-wrapper {
    position: sticky;
    bottom: 0;
    left: 0;
}

.container {
    margin: auto;
    width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
}

.hidden {
    display: none;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   CUSTOM
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Arimo', sans-serif;
    /*background: url(/images/bodybg.jpg) repeat;*/
    overflow-x: hidden;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
	position:fixed;
}
.header__clear_block {
	margin-top: 132px;
}
.header_fixed {
    position: fixed;
}

.header__wrapper {
    display: flex;
    align-items: center;
}

.header__left {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-right: 25px;
    position: relative;
}

.header__left::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
}

.header__lang {
    margin-right: 10px;
    margin-left: auto;
}

.header__lang a {
    font-size: 18px;
    color: #000000!important;
    text-decoration: underline;
}

.header__logo {
    display: block;
    width: 116px;
    margin-right: 20px;
}


.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header__right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header__phone {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 5px;
    text-decoration: none !important;
    border-bottom: 2px dashed #B60404;
    margin-bottom: 13px;
}
.header__phone:hover {
    color: #009fe3;
    border-bottom: 2px dashed #009fe3;
}
.header__socials {
    display: flex;
    align-items: center;
}
.header__socials img >svg:hover { 
    stroke: red; fill: red; 
}
.header__socials a {
    display: block;
    width: 30px;
    height: 30px;
}

.header__socials a + a {
    margin-left: 70px;
    }

.header__menu {
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.header__menu li {
    list-style: none;
}

.header__menu a {
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #000000;
    text-decoration: none;
}
.header__menu a.selected {
    text-decoration: underline;
    color: #009fe3;
}
.header__menu a:hover {
    text-decoration: underline;
    color: #009fe3;
}
.header__menu li + li {
    margin-left: 40px;
}

.header__button {
    position: relative;
    width: 28px;
    height: 20px;
    display: none;
    cursor: pointer;
}

.header__button span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
}

.header__button span:nth-child(2), .header__button span:nth-child(3) {
    top: 8px;
}

.header__button span:nth-child(4) {
    top: 16px;
}

.header__button.active span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.header__button.active span:nth-child(2) {
    transform: rotate(45deg);
}

.header__button.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.header__button.active span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.slider__item {
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}

.slider__item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(143deg, rgba(0, 90, 224, 0.68) 18.2%, #005AE0 78.08%);
}

.slider__item-wrapper {
    position: relative;
    padding-top: 75px;
    padding-bottom: 70px;
}

.slider__title {
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin: 0px 0px 35px;
    max-width: 850px;
}

.slider__desc {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.slider__desc img {
    display: block;
    width: 40px !important;
    margin-right: 30px;
}

.slider__desc + .slider__desc {
    margin-top: 20px;
}

.slider__button {
    display: block;
    margin-top: 37px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 11px 57px;
    background: #B60404;
    border-radius: 10px;
    width: max-content;
    text-decoration: none;
}

.slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #BD5E5E !important;*/
	border: 1px #fff solid !important;
}

.slider .owl-dot.active {
    /*width: 12px;
    height: 12px;
    background: #B60404 !important;*/
	background: #FFF !important;
}

.slider .owl-dot + .owl-dot {
    margin-left: 3px;
}

.catalog__cards {
    padding-top: 0px;
    padding-bottom: 50px;
}

.cards__row {
    display: flex;
}

.card {
    position: relative;
}

.card__row {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.card__left {
    padding: 0 10px;
    width: 45%;
}

.card__right {
    padding: 0 10px;
    width: 55%;
}

.cards__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 39px;
	margin-top: 0px;
}

.cards__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.cards__tabs a {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #005AE0;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 1;
    padding: 11px 84px;
}

.cards__tabs a.active {
    background: #005AE0;
    border-radius: 10px;
    color: #FFFFFF;
    z-index: 2;
}

.cards__tabs a:first-child {
    margin-right: -18px;
}

.cards__row .product-item-container {
    width: 100%;
}

.card {
    padding: 39px 58px 60px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
}

.card__image {
    display: flex;
    /*width: 424px;*/
    width: 580px;
    /*margin-bottom: 18px;*/
    flex-grow: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.card__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.card__prop {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.card__prop span {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 2px;
}

.card__props-wrapper {
    display: flex;
    margin-top: 11px;
    margin-bottom: 33px;
}

.card__props-wrapper .card__prop + .card__prop {
    margin-left: 103px;
}

.card__price {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.card__price span {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.card__link {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 7px 65px;
    margin-top: 20px;
    background: #005AE0;
    border-radius: 10px;
    width: max-content;
}

.card__link:hover {
    color: #FFFFFF;
}

.card__abs {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cards__more {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 2px solid #B60404;
    text-decoration: none !important;
    display: block;
    margin-top: 39px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.bluebg {
    background: linear-gradient(91.95deg, #005AE0 22.39%, rgba(0, 90, 224, 0.68) 69.02%);
}

.offer {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.offer__wrapper {
    display: flex;
}

.offer__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    padding-left: 105px;
    max-width: 645px;
}

.offer__right {
    margin-left: auto;
    margin-right: 50px;
    max-width: 502px;
}

.offer__img {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
}

.offer__text {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.redbutton {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    background: #B60404;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
}

.redbutton:hover {
    color: #fff;
}

.wwd {
    padding-top: 62px;
    padding-bottom: 42px;
}

.wwd__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
}

.wwd__subtitle {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 42px;
}

.wwd__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.wwd__item {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 15px;
}

.wwd__img {
    width: 70px;
    height: 70px;
    margin-bottom: 27px;
}

.wwd__img img {
    display: block;
    width: 100%;
    height: auto;
}

.wwd__name {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    flex-grow: 1;
    margin-bottom: 20px;
    max-width: 230px;
}

.wwd__text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    max-width: 230px;
}

.calc {
    padding-top: 45px;
    padding-bottom: 45px;
}

.calc__row {
    display: flex;
    align-items: center;
}

.calc__left {
    padding-left: 105px;
}

.calc__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.calc__text {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.calc .redbutton {
    margin-left: auto;
    margin-right: 190px;
}

.docs {
    padding-top: 62px;
    padding-bottom: 50px;
    background: url(/images/docsbg.png) right bottom no-repeat;
}

.docs__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 48px;
}

.docs__row {
    display: flex;
}

.docs__subtitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 21px;
}

.docs__link {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.dosc__link img {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 17px;
}

.docs__link + .docs__link {
    margin-top: 14px;
}

.docs__item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.docs__photos {
    margin-left: 165px;
}

.docs__photos img {
    width: 100%;
    display: block;
    height: auto;
}

.docs__more {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 2px solid #B60404;
    text-decoration: none !important;
    display: block;
    margin-top: 31px;
    width: max-content;
}

.cooperation {
    padding-top: 74px;
    padding-bottom: 20px;
}

.cooperation__row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.cooperation__left {
    padding: 0 15px;
    width: 50%;
}

.cooperation__left-row {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    flex-wrap: wrap;
}

.cooperation__item {
    padding: 0 16px;
    margin-bottom: 40px;
    width: 50%;
    height: 280px;
}

.cooperation__wrapper {
    background: rgba(0, 90, 224, 0.68);
    border-radius: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cooperation__wrapper_blue {
    background: #005AE0;
}

.cooperation__item-text {
    max-width: 214px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.cooperation__item-text span {
    font-weight: bold;
    font-size: 100px;
    line-height: 110px;
}


.cooperation__right {
    padding: 0 15px;
    width: 50%;
}

.cooperation__right-wrapper {
    padding-left: 10px;
}

.common-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 25px;
}

.cooperation__desc {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.cooperation__right ul {
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
}

.cooperation__right li {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    display: flex;
    list-style: none;
    align-items: center;
}

.cooperation__right li::before {
    width: 12px;
    height: 12px;
    content: '';
    background: #B60404;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.cooperation__right li + li {
    margin-top: 10px;
}

.about {
    padding-bottom: 50px;
}

.about__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.about__right,
.about__left {
    padding: 0 10px;
    width: 50%;
}

.about__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 24px;
}

.about__text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.about__text span {
    font-weight: bold;
}

.about__text + .about__text {
    margin-top: 10px;
}

.about__more {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 2px solid #B60404;
    text-decoration: none !important;
    display: block;
    margin-top: 21px;
    width: max-content;
}

.about__img {
    padding-left: 10px;
}

.about__img img {
    display: block;
    border-radius: 20px 0;
    width: 100%;
}


.about .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.about .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #BD5E5E !important;*/
    border: 1px #fff solid !important;
}

.about .owl-dot.active {
    /*width: 12px;
    height: 12px;
    background: #B60404 !important;*/
    background: #FFF !important;
}

.about .owl-dot + .owl-dot {
    margin-left: 3px;
}


.gost {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.gost__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    max-width: 975px;
    padding-left: 105px;
}

.gost__img {
	display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.pluses {
    padding-top: 62px;
    padding-bottom: 50px;
}

.pluses__title {
    margin-bottom: 59px;
}

.pluses__row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    margin-bottom: 42px;
}

.pluses__tab {
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: 33.3333%;
}

.pluses__tab img {
    display: block;
    width: 57px;
    height: 57px;
    margin-right: 23px;
}

.pluses__tab span {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    max-width: 150px;
}

.pluses__detail {
    display: flex;
    padding: 20px;
    background: rgba(0, 90, 224, 0.1);
    border: 2px solid #005AE0;
    border-radius: 20px;
}

.pluses__item {
    display: flex;
}

.pluses__img {
    width: 533px;
    margin-right: 45px;
}

.pluses__img img {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.pluses__name {
    padding-top: 47px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 11px;
}

.pluses__text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.cost {
    padding-top: 47px;
    padding-bottom: 47px;
    position: relative;
}

.cost__row {
    display: flex;
    align-items: center;
}

.cost__title {
    padding-left: 105px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 810px;
}

.cost__title span {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    display: block;
    margin-bottom: 18px;
}

.cost .redbutton {
    margin-left: auto;
    margin-right: 190px;
    z-index: 2;
}

.cost__img {
    position: absolute;
    top: -22px;
    right: 35px;
}

.nashpod {
    padding-top: 63px;
    padding-bottom: 63px;
}

.nashpod__title {
    margin-bottom: 18px;
    text-align: center;
}

.nashpod__subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 42px;
    text-align: center;
}


.nashpod .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.nashpod .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BD5E5E !important;
}

.nashpod .owl-dot.active {
    width: 12px;
    height: 12px;
    background: #B60404 !important;
}

.nashpod .owl-dot + .owl-dot {
    margin-left: 3px;
}

.consultation {
    padding-top: 62px;
    padding-bottom: 50px;
    position: relative;
}

.consultation__title {
    margin-bottom: 28px;
}

.consultation__text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 42px;
    max-width: 591px;
}

.consultation__img {
    position: absolute;
    bottom: 0;
    right: 108px;
}

.consultation .redbutton {
    margin: 0;
}

.footer {
    padding: 40px 0 25px;
    background: #0D1127;
}
.footer .footer__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.footer .footer__left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 250px;
}
.footer .footer__logo {
    max-width: 127px;
}
.footer .footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.footer .footer__text {
    color: #FFFFFF;
    margin: 0;
}
.footer .footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer .footer__phone {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.footer .footer__socials {
    display: flex;
}
.footer .footer__socials a {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 41px;
}
.footer .footer__socials a img {
    display: block;
    width: 100%;
    height: auto;
}
.footer .footer__socials a + a {
    margin-left: 10px;
}
.footer .footer_sogl {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer .footer__menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .footer__menu a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #ffffff;
}
.footer .footer__menu a:hover {
    color: #23527c;
}
.footer .footer__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer .footer__email {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    color: #FFFFFF;
}
.footer .footer__hiteck {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}

.detail__name {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 39px;
}

.detail__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.detail__slider {
    width: 41.6666%;
    padding: 0 15px;
}


.detail__img {
    display: block;
}

.detail_img-wrapper .owl-video-tn {
    padding-top: 80%;
}
.detail__slider-nav {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.slider-nav__img + .slider-nav__img {
    margin-left: 10px;
}

.slider-nav__img {
    border: 0.5px solid #005AE0;
    box-sizing: border-box;
    border-radius: 5px;
}

.detail .detail_nav .list {
    justify-content: flex-start;
}

.detail .owl-next,
.detail .owl-prev {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 5px;
    height: 8px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNSAxTDEgNC41ODc1TDUgOCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K') !important;
    outline: none !important;
}
.detail .owl-prev {
	left: -20px;
}
.detail .owl-next {
    left: 102%;
    transform: rotate(180deg) !important;
}

.detail .owl-next span,
.detail .owl-prev span {
    font-size: 0;
}

.detail__right {
    padding: 20px 15px 0 15px;
}

.detail__buttons {
    display: flex;
}

.detail__buttons a {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #005AE0;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.detail__buttons a img {
    display: block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.detail__buttons a + a {
    margin-left: 25px;
}

.detail__buttons .bluebutton {
    color: #FFFFFF;
    background: #005AE0;
    cursor: pointer;
}

.detail__desc-wrapper {
    margin-top: 39px;
}

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

.detail__desc-name {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    position: relative;
}

.detail__desc-img {
    flex: 0 0 47px;
}

.detail__desc-text {
    flex: 0 0 150px;
}

.detail__desc-text.detail__desc-text_long {
    flex: 0 0 100%;
}

.detail__desc-value {
    font-size: 14px;
    line-height: 24px;
	text-align: right;
    color: #000000;
}

.detail__desc + .detail__desc {
    margin-top: 15px;
}

.detail__ul {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

.detail__ul li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}

.detail__ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #005AE0;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.detail__ul li + li {
    margin-top: 12px;
}

.detail__tabs {
    display: flex;
    align-items: center;
    margin-top: 53px;
}

.detail__hr {
    width: 100%;
    height: 2px;
    background: #005AE0;
}

.detail__tab {
    padding: 7px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #005AE0;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.detail__tab.active {
    color: #FFFFFF;
    background: #005AE0;
}

.detail__tab + .detail__tab {
    margin-left: 10px;
}

.detail__table-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 52px;
}

.detail__table {
    width: 83.3333%;
    display: none;
}

.detail__table.active {
    display: block;
}

.detail__tr {
    display: flex;
    align-items: center;
}

.detail__table-name {
    flex: 1 1 41%;
    padding: 18px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    background: rgba(0, 90, 224, 0.1);
    border: 1px solid #005AE0;
}

.detail__table-value {
    flex: 1 1 59%;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 17px 31px;
    background: #FFFFFF;
    border: 1px solid #005AE0;
}

.value-red {
    color: red;
}

.detail__video {
    width: 100%;
    height: 500px;
}

.detail__video iframe {
    width: 100%;
    height: 100%;
}

.detail__galery {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.detail__galery a {
    display: block;
    padding: 0 15px;
}

.equipment {
    padding-top: 60px;
    padding-bottom: 45px;
    position: relative;
}

.equipment__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 37px;
}

.equipment__form {
    max-width: 750px;
    margin-right: 75px;
    margin-left: auto;
}

.equipment__row {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
}

.equipment__item {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 18px;
}

.equipment__item label {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.equipment__item select {
    background: #FFFFFF;
    border: 1px solid #005AE0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 11px 21px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.equipment__item input {
    background: #FFFFFF;
    border: 1px solid #005AE0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 6px 21px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.equipment__item-long {
    padding: 0;
    width: 100%;
}

.equipment__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.equipment__cost {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.equipment__price {
    margin-left: 18px;
}

.equipment__price span {
    font-weight: bold;
}

.equipment__form .redbutton {
    margin-right: 50px;
}

.equipment__imge {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.labels {
    position: absolute;
    top: 90px;
    left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.label__item {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
}

.label__item + .label__item {
    /*margin-top: 17px;*/
}

.label__img {
    width: 41px;
    /*margin-right: 6px;*/
    cursor: pointer
}

.label__img img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.label__item span {
    font-size: 10px;
    line-height: 5px;
    color: #000000;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #B60404;
    border-radius: 3px;
    position: absolute;
    white-space: nowrap;
    left: 50px;
    display: none;
}

.label__item:hover > span {
    display: block;
}

.detail__labels {
    margin-top: 43px;
    display: flex;
    align-items: center;
}

.detail__label {
    position: relative;
    height: 100%;
}

.detail__label img {
    display: block;
}

.detail__label + .detail__label {
    margin-left: 40px;
}

.detail__label span {
    font-size: 10px;
    line-height: 20px;
    color: #000000;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #B60404;
    border-radius: 3px;
    display: none;
    position: absolute;
    left: 0;
    bottom: -54px;
    width: max-content;
}

.detail__label:hover > span {
    display: block;
}

.detail__shema {
    position: relative;
}

.detail__shema img {
    max-width: 100%;
    display: block;
}

.shema__item {
    position: absolute;
}


.shema__item-wrapper {
    display: flex;
    align-items: flex-start;
}

.shema__item-wrapper img {
    display: block;
    margin-right: 30px;
    position: relative;
}

.shema__item-wrapper:hover:after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #B60404;
    border-radius: 3px;
    max-width: 485px;
    width: max-content;
}

.shema__item-wrapper span {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #B60404;
    border-radius: 3px;
    max-width: 485px;
    transform: translateY(-16px);
}

.custom-bc {
    margin-top: 17px;
    margin-bottom: 21px;
}

.custom-bc .bx-breadcrumb-item-link {
    color: #000;
    font-weight: normal;
}

.custom-bc .bx-breadcrumb-item {
    font-weight: bold;
}

.custom-bc .custom-bc__space {
    padding-left: 4px;
    padding-right: 4px;
}

.fancybox {
    display: none;
}

.calcs {
    padding: 70px !important;
    background: #FFFFFF;
    border: 2px solid #005AE0;
    border-radius: 10px;
    width: 960px !important;
    max-width: calc( 100% - 30px ) !important  ;
}

.calcs__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
}

.calcs__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.calcs__tabs a {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #005AE0;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 1;
    padding: 11px 84px;
}

.calcs__tabs a.active {
    background: #005AE0;
    border-radius: 10px;
    color: #FFFFFF;
    z-index: 2;
}

.calcs__tabs a:first-child {
    margin-right: -18px;
}

.form__row {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
}

.form__row + .form__row {
    margin-top: 20px;
}

.form__item {
    padding: 0 25px;
    width: 50%;
}

.form__item_long {
    width: 100%;
}

.form__item label {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 12px;
}

.form__item select {
    background: #FFFFFF;
    border: 1px solid #005AE0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 11px 21px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}


.form__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.form__sum {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
}

.form__total {
    margin-left: 28px;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
}

.service__top {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
    margin-bottom: 45px;
}

.service__item {
    padding: 0 30px;
    width: 330px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    align-items: center;
    text-align: center;
}
.service__item a{
color: #000;	
}

.service__item img {
    display: block;
    margin-bottom: 15px;
    width: 80px;
    height: auto;
	  margin-left: auto;
  margin-right: auto;
}

.static__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 39px;
}

.service__case {
    display: flex;
    width: 83.3333%;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 50px;
}

.case__img {
    padding: 0 15px;
    width: 380px;
    max-width: 100%;
    flex-shrink: 0;
}

.case__img img {
    display: block;
    max-width: 100%;
}

.case__desc {
    padding: 0 15px;
}

.case__wrapper {
    background: #FFFFFF;
    border: 1px solid #005AE0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 35px 40px;
    margin: 0;
}

.static__text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    max-width: 922px;
    margin-bottom: 26px;
}

.static__etap {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.static__etap img {
    display: block;
    margin-right: 48px;
}

.map {
    position: relative;
}

.contacts {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 1345px;
    max-width: 100%;
    background: #fff;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 50px;
	border: 7px solid #005ae4;
  border-radius: 12px;
}

.contacts__item {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    /*max-width: 240px;*/
    align-items: center;
}

.contacts__item a {
    color: #000;
}

.contacts__item img {
    display: block;
    margin-right: 30px;
}

.rek {
    margin-top: 62px;
    margin-bottom: 42px;
}

.contacts__empl {
	display:flex;
}

.contacts__empl .empl_left {
	width:76%;
}

.contacts__empl .empl__right {
	width: 24%;
}

.detail__table-wrapper .detail__shema{padding-bottom: 20px;}
.detail__table-wrapper  .catalog__desk_tab{font-size: 20px; padding-top: 5px;}












div.container-photo div.wrap-photo {
	/*background-color: #fff;*/
	position: relative;
	margin: -50px auto 50px;
	width: 200px;
	height: 200px;
}

div.container-photo div.wrap-photo div.icon-center span {
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -11px;
    background: url(/images/quote.png) center no-repeat;
}

div.container-photo div.wrap-photo img {
    max-height: 200px;
    max-width: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 60px 0 rgba(0,0,0,0.22);
	-moz-box-shadow: 0 20px 60px 0 rgba(0,0,0,0.22);
	box-shadow: 0 20px 60px 0 rgba(0,0,0,0.22);
}

div.container-photo div.wrap-photo div.icon-center {
    position: absolute;
    width: 58px;
    height: 58px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

div.empl-under-desc {
    font-size: 15px;
    line-height: 21px;
    color: #7c7c7c;
    text-align: center;
}

.button-def {
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    padding: 15px 25px;
    text-decoration: none !important;
    text-align: center;
    outline: none;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

a > span.bord-bot {
    color: #1a8fe9;
    border-bottom: 1px solid #dedede;
    transition: border-bottom-color .7s;
    -webkit-transition: border-bottom-color .7s;
    -moz-transition: border-bottom-color .7s;
    -o-transition: border-bottom-color .7s;
}

.hidden_block{
	display:none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    z-index: 9999;
}
.show{
	display:block;
}
.send_my_request {
    padding: 44px;
    background-color: white;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    width: 30%;
    height: fit-content;
    border-radius: 5px;
    box-shadow: 0 0 50px #333;
	position:relative;
}

.hidden_block form{
	display:flex;
	flex-direction:column;
	text-align:center;
}

.hidden_block .redbutton{
	width:100%;
	border:0;
	outline:0;
}

.closed2 {
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Ubuntu";
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	position:absolute;
	top: -10px;
    right: -10px;
}

.closed2:hover{
	transform:rotate(90deg);
	transition-duration:0.5s;
	
}

.hidden_block input[type=text] {
    margin-bottom: 14px;
    border: 1px solid #DDDDDD;
    padding: 15px 17px;
	width:100%;
}

.redbutton{
	cursor:pointer;
}

.calcs__form .necesseryInput{
	    background: #FFFFFF;
    border: 1px solid #005AE0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 11px 21px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.slider__button:hover, .redbutton:hover{
	transition-duration: 0.5s;
    box-shadow: 1px 3px rgb(230, 224, 224);
	color:white;
	text-decoration:none;
}

*{
	outline:none;
}



.ismfrms .rsfm2 a{
color: #fff;	
}
.ismfrms > div{
margin: 0 auto;	
}
.ismfrms svg{
width: 16px;
margin-right: 15px;
float: left;	
}
.ismfrms .rsfm2{
text-align: center;
color: #fff;
margin-top: 7px;
font-size: 16px;	
display: table;
}

.detail__desc-text {
  flex: 0 0 290px;
}
.detail__desc-value{
  margin-left: 55px;	
}

h1{
	font-size: 40px;
    line-height: 55px;
}

h2{
	font-size: 40px;
    line-height: 55px;
}

h3{
	font-size: 20px;
    line-height: 30px;
}

h4{
	font-size: 18px;
    line-height: 28px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

/* ==========================================================================
   EL CUSTOM
   ========================================================================== */
   
.equipment__imge-vert {
    bottom: -47px;
}

.offer__title {
    font-size: 34px;
}

.ismfrms > div {
    margin: 0;
}

.ismfrms svg {
    float: inherit;
    margin-bottom: -5px;
}
.offer__title {
    height: 82px;
}

.offer {
    padding-bottom: 120px;
}

.gost-blue {
	color: #005ae0;
	font-style: inherit;
    font-weight: 600;
}

.gost-red {
	color: #b60404;
	font-style: inherit;
    font-weight: 600;
}

.catalog__cards {
    padding-top: 62px;
    padding-bottom: 5px;
}

.cards__tabs {
    display: none;
}

.kostil_block {
    margin-bottom: 60px;
}
.kostil_block .cards__title {
    margin-top: 20px;
}

.docs__photos {
    position: relative;
}

.docs__photos a:nth-child(2) {
    position: absolute;
    bottom: 51px;
    left: -51px;
}

.consult_background_img {
    margin-bottom: -37px;
}

.catalog_bg_img {
    position:absolute;
    right: 0;
    top: -140px;
}

.catalog_bg_img img{
    height:400px;
}

.catalog__cards {
    position:relative;
}


.dddff{padding-top: 150px;}
.catalog__cards{padding-top: 0px;}

.e404-wrapper .container > div{float: left;}
.e404-wrapper .container{display: table;}
.e404__desc{    margin-top: 13%;}



h5.detail__desc-text{margin-top: 0px; margin-bottom: 0px;}

.offer {
  padding-bottom: 160px;
}

#thanks {
    padding: 50px 50px 30px;
}

/* ==========================================================================
   NEW_CATALOG
   ========================================================================== */
.section_catalog .section__title { text-align: center; }
.section_catalog .section__list { margin-bottom: 32px; }

@media screen and (max-width: 768px) {
    .section_catalog .section__list { margin-bottom: 20px; }
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width: 1649.98px) {
	.detail__shema .shema__item:nth-child(10) {
    left: 700px !important;
    bottom: 50px !important;
}
	.detail__shema .shema__item:nth-child(8) {
    left: 810px !important;
    bottom: 140px !important;
}
	.detail__shema .shema__item:nth-child(11) {
    left: 650px !important;
    bottom: 130px !important;
}
	.detail__shema .shema__item:nth-child(9) {
    left: 900px !important;
    bottom: 230px !important;
}
	.detail__shema .shema__item:nth-child(7) {
    left: 700px !important;
    bottom: 230px !important;
}
	.detail__shema .shema__item:nth-child(6) {
    left: 800px !important;
    bottom: 370px !important;
}
	.detail__shema .shema__item:nth-child(5) {
    left: 720px !important;
    bottom: 340px !important;
}
	.detail__shema .shema__item:nth-child(4) {
    top: 220px !important;
    left: 793px !important;
}
	
.detail__shema .shema__item:nth-child(2) {
    top: 220px !important;
    right: 585px !important;
}
	
.detail__shema .shema__item:nth-child(3) {
    top: 130px !important;
    left: 480px !important;
}
    .container {
        width: 1439px;
    }

    .header__menu li + li {
        margin-left: 10px;
    }

    .card {
        padding: 25px;
    }

    .offer__title {
        padding-left: 0;
        max-width: 500px;
        font-size: 30px;
        line-height: 150%;
    }

    .offer__right {
        margin-right: 0;
        max-width: 400px;
    }

    .docs {
        background: none;
    }

    .gost__title {
        padding-left: 0;
        max-width: 700px;
    }

    .cost__title {
        padding-left: 0;
    }

    .consultation__img {
        right: 0;
    }

    .detail__galery {
        flex-wrap: wrap;
    }

    .equipment__imge {
        display: none;
    }

    .equipment__form {
        margin-left: auto;
        margin-right: auto;
    }

    .labels {
        top: 30px;
        left: 20px;
    }

}

@media only screen and (max-width: 1439.98px) {
	.detail__shema .shema__item:nth-child(9) {
    left: 720px !important;
    bottom: 170px !important;
}
	.detail__shema .shema__item:nth-child(8) {
    left: 650px !important;
    bottom: 110px !important;
}
	.detail__shema .shema__item:nth-child(7) {
    left: 575px !important;
    bottom: 180px !important;
}
	.detail__shema .shema__item:nth-child(10) {
    left: 550px !important;
    bottom: 40px !important;
}
	.detail__shema .shema__item:nth-child(11) {
    left: 520px !important;
    bottom: 120px !important;
}
	.detail__shema .shema__item:nth-child(6) {
    left: 650px !important;
    bottom: 300px !important;
}
	.detail__shema .shema__item:nth-child(5) {
    left: 580px !important;
    bottom: 280px !important;
}
	.detail__shema .shema__item:nth-child(4) {
    top: 170px !important;
    left: 640px !important;
}
	.detail__shema .shema__item:nth-child(2) {
    top: 190px !important;
    right: 460px !important;
}
	.detail__shema .shema__item:nth-child(3) {
		top: 95px !important;
		left: 390px !important;
	}
	
.offer .offer__img {
    left: 52%;
}
	.pluses .pluses__name {
		padding-top: 0;
	}
	.cost .redbutton {
		margin-right: 0;
	}
	.about__row {
		align-items: center;
		justify-content: space-between;
	}
	.calc .calc__title {
		margin-top: 0;
	}
    .container {
        width: 1169px;
    }

    .header__left span {
        display: none;
    }

    .calc__left {
        padding-left: 0;
    }

    .detail__right {
        width: 50%;
    }

    .detail__slider {
        width: 50%;
    }

    .detail__buttons {
        flex-wrap: wrap;
    }

    .detail__buttons a + a {
        margin-left: 15px;
    }

    .detail__buttons a {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    /*.detail__shema .shema__item:nth-child(2) {
        top: 24px;
        right: 310px;
    }

    .detail__shema .shema__item:nth-child(3) {
        top: 200px;
        left: 250px;
    }

    .detail__shema .shema__item:nth-child(4) {
        top: 240px;
        left: 130px;
    }

    .detail__shema .shema__item:nth-child(5) {
        left: 230px;
        bottom: 90px;
    }*/

    .service__item {
        width: 25%;
    }

    .service__case {
        width: 100%;
    }

    .catalog_bg_img img {
        display: none;
    }
}

@media only screen and (max-width: 1199.98px) {
	.send_my_request {
    width: 40%;

}
	.detail .owl-next,
.detail .owl-prev {
    bottom: -100px;
}
	.about__right {
    width: 40%;
}
	.header__phone {
		font-size: 14px;
	}
    .contacts__item {
        width: 50% !important;
        margin-bottom: 15px;
    }
	.contacts {
		width: 90%;
		margin: 0 auto;
		padding: 20px 25px;
	}
	.detail__shema .shema__item:nth-child(9) {
    left: 585px !important;
    bottom: 140px !important;
}
	.detail__shema .shema__item:nth-child(8) {
    left: 520px !important;
    bottom: 90px !important;
}
	.detail__shema .shema__item:nth-child(10) {
    left: 450px !important;
    bottom: 40px !important;
}
	.detail__shema .shema__item:nth-child(11) {
    left: 420px !important;
    bottom: 100px !important;
}
	.detail__shema .shema__item:nth-child(7) {
    left: 460px !important;
    bottom: 150px !important;
}
	.detail__shema .shema__item:nth-child(6) {
    left: 515px !important;
    bottom: 250px !important;
}
	.detail__shema .shema__item:nth-child(5) {
    left: 470px !important;
    bottom: 220px !important;
}
	.detail__shema .shema__item:nth-child(4) {
    top: 150px !important;
    left: 520px !important;
}
	.detail__shema .shema__item:nth-child(2) {
    top: 160px !important;
    right: 370px !important;
	}
	.detail__shema .shema__item:nth-child(3) {
    top: 95px !important;
    left: 300px !important;
	}
	.cost .cost__title {
		width: 70%;
	}
    .container {
        width: 960px;
    }

    .card__props-wrapper {
        flex-direction: column;
    }

    .card__props-wrapper .card__prop + .card__prop {
        margin-top: 15px;
        margin-left: 0;
    }

    .calc .redbutton {
        margin-right: 0;
    }

    .cost .redbutton {
        margin-right: 0;
    }

    .cost__title {
        z-index: 1;
    }

    .consultation {
        overflow-x: hidden;
    }

    .consultation__img {
        right: -205px;
    }

    .header__logo {
        margin-right: 0;
    }

    .header__left {
        padding-right: 0;
    }

    .header__left::after {
        display: none;
    }

    .detail__row {
        flex-wrap: wrap;
    }

    .detail__slider {
        width: 100%;
    }

    .detail__right {
        width: 100%;
    }

    .detail__buttons {
        justify-content: center;
    }

    .header__menu a {
        font-size: 12px;
    }

    /*.detail__shema .shema__item:nth-child(2) {
        top: 0;
        right: 220px;
    }

    .detail__shema .shema__item:nth-child(3) {
        top: 160px;
        left: 200px;
    }

    .detail__shema .shema__item:nth-child(4) {
        top: 190px;
        left: 120px;
    }

    .detail__shema .shema__item:nth-child(5) {
        left: 200px;
        bottom: 60px;
    }*/

    .labels {
        display: none;
    }

    .offer__img {
        display: none;
    }

    .gost__title {
        font-size: 32px;
        max-width: 600px;
    }

    .cost__img {
        display: none;
    }



}

@media only screen and (max-width: 991.98px) {
		.detail .owl-next,
.detail .owl-prev {
    bottom: -80px;
}
	.send_my_request {
    width: 70%;
}
.slider__item-wrapper {
    padding-bottom: 0;
	padding-top: 30px;
	margin-bottom: 50px;
}
	.slider__item {
    height: 80vh;
	}
	.cost .cost__title {
	width: 100%;
	}
	.dddff {
    padding-top: 0;
	}
	.offer .offer__right {
		margin-top: 50px;
	}
	.offer .ismfrms {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}
	.offer .ismfrms > div {
		margin: 0;
	}
		.offer .offer__wrapper {
		display: block;
	}
    .container {
        width: 720px;
    }

    .header__button {
        display: block;
        margin-left: 10px;
    }

    .header__menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -268px;
        overflow-y: auto;
        background: #000;
        z-index: 15;
        width: 268px;
        padding: 24px;
        transition: all 0.2s ease-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 0;
    }

    .header__menu.active {
        left: 0;
    }

    .header__right {
        margin-left: 0;
    }

    .header__wrapper {
        justify-content: space-between;
		align-items: flex-start;
    }

    .header__menu a {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 150%;
    }

    .header__menu li + li {
        margin-top: 15px;
    }

    .slider__item-wrapper {
        background: none !important;
    }

    .cards__title {
        font-size: 32px;
        line-height: 130%;
    }

    .cards__row {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .detail__desc-text {
        flex: 0 0 50%;
    }

    .card__props-wrapper {
        display: none;
    }

    .offer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .offer__wrapper {
        flex-direction: column;
    }

    .offer__title {
        width: 100%;
        margin-bottom: 15px;
        max-width: unset;
        text-align: center;
    }

    .offer__right {
        width: 100%;
        margin-bottom: 0;
        max-width: unset;
        text-align: center;
    }

    .offer__title {
        font-size: 25px;
    }

    .offer .redbutton {
        margin: 0;
    }

    .calc {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .calc__row {
        flex-direction: column;
    }

    .calc__left {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .calc .redbutton {
        margin: 0 auto;
    }

    .calc__title {
        font-size: 25px;
        line-height: 150%;
    }

    .gost {
        display: none;
    }

    .cooperation__row {
        flex-direction: column;
    }

    .cooperation__left {
        width: 100%;
    }

    .cooperation__right {
        width: 100%;
    }

    .cooperation {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cooperation__title {
        text-align: center;
    }

    .cooperation .redbutton {
        margin: 0 auto;
    }

    .about__row {
        flex-direction: column;
    }

    .about__left {
        width: 100%;
    }

    .about__title {
        text-align: center;
    }

    .about__more {
        margin-left: auto;
        margin-right: auto;
    }

    .pluses {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pluses__row {
        flex-wrap: wrap;
    }

    .pluses__tab {
        width: 50%;
        margin-bottom: 15px;
    }

    .pluses__item {
        flex-direction: column;
    }

    .pluses__img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .pluses__name {
        text-align: center;
    }

    .pluses__title {
        margin-bottom: 40px;
        text-align: center;
    }

    .about__right {
        display: none;
    }

    .cost {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cost__row {
        flex-direction: column;
    }

    .cost__title {
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        margin-bottom: 15px;
    }

    .cost__title span {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .cost .redbutton {
        margin: 0 auto;
    }

    .cost__img {
        display: none;
    }

    .consultation {
        padding-top: 0;
    }

    .consultation__img {
        display: none;
    }

    .consultation__title {
        text-align: center;
    }

    .consultation__text {
        text-align: center;
        width: 100%;
        max-width: unset;
    }

    .consultation .redbutton {
        margin: 0 auto;
    }

    .header__right {
        align-items: center;
    }

    .wwd__row {
        flex-wrap: wrap;
    }

    .wwd__item {
        width: 50%;
        margin-bottom: 15px;
        align-items: center;
    }

    .wwd__name, .wwd__text {
        width: 100%;
        text-align: center;
    }

    .detail__table {
        width: 100%;
    }

    .detail__table-name,
    .detail__table-value {
        display: flex;
        flex: 1 0 50%;
        min-height: 86px;
        align-items: center;
    }

    div[data-filter='desc'] {
        display: none !important;
    }

    .service__case {
        flex-direction: column;
    }

    .case__desc {
        order: 2;
        margin-top: 15px;
    }

    .contacts {
        position: relative;
        left: unset;
        transform: none;
        flex-wrap: wrap;
        top: unset;
    }

    .footer .footer__left {
        flex: 0 0 200px;
    }
    .footer .footer__menu {
        gap: 20px 0;
    }
    .footer .footer__menu li {
        width: 50%;
    }
}

@media only screen and (max-width: 767.98px) {
	ymaps[style="display:block"] {
		height: 300px !important;
	}
	
	.offer .offer__right {
		margin-top: 80px;
	}
	.catalog__cards {
		padding-top: 30px;
	}

    .container {
        width: 540px;
    }

    .slider__title {
        font-size: 35px;
        line-height: 150%;
        text-align: center;
    }

    .slider__button {
        margin-left: auto;
        margin-right: auto;
    }

    .detail__slider-nav {
        display: none;
    }

    .detail .owl-next,
    .detail .owl-prev {
        top: 50% !important;
    }

    .detail__table-name,
    .detail__table-value {
        font-size: 14px;
        padding: 10px;
    }

    .detail__tr {
        flex-wrap: wrap
    }

    .detail__table-name,
    .detail__table-value {
        flex: 1 0 100%;
        min-height: unset;
    }

    .detail__tab {
        min-height: 66px;
    }

    .detail__tabs {
        overflow-x: scroll;
    }

    .detail__galery {
        margin-left: 0;
        margin-right: 0;
    }

    .equipment__row {
        flex-wrap: wrap;
    }

    .equipment__item {
        width: 100%;
    }

    .equipment__bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .equipment__form .redbutton {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .docs__row {
        flex-wrap: wrap;
    }

    .docs__left {
        width: 100%;
    }

    .docs__photos {
        display: none;
    }

    .cards__title {
        font-size: 25px;
    }

    .cards__tabs {
        flex-direction: column;
    }

    .cards__tabs a:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

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

    .cards__row .product-item-container {
        width: 100%;
    }

    .card__link {
        margin-left: auto;
        margin-right: auto;
    }

    .calcs {
        padding: 30px!important;
    }

    .calcs__tabs {
        flex-direction: column;
    }

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

    .calcs__tabs a:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .form__bottom {
        flex-direction: column;
    }

    .form__sum {
        margin-bottom: 15px;
    }

    .card__row {
        flex-wrap: wrap;
    }

    .card__left {
        width: 100%;
    }

    .card__right {
        width: 100%;
    }

    .footer {
        padding: 40px 0;
    }
    .footer .footer__wrapper {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .footer .footer__left {
        align-items: center;
        gap: 15px;
        flex: unset;
    }
    .footer .footer__links {
        align-items: center;
        gap: 15px;
    }
    .footer .footer__email,
    .footer .footer__phone {
        font-size: 16px;
    }
    .footer .footer_sogl {
        font-size: 16px;
    }
    .footer .footer__text {
        font-size: 16px;
    }
    .footer__socials a, .header__socials a {
        width: 40px !important;
        height: 40px !important;
    }
    .footer .footer__menu {
        flex-direction: column;
    }
    .footer .footer__menu li {
        width: 100%;
    }
    .footer .footer__menu a {
        font-size: 16px;
    }
    .footer .footer__right {
        align-items: center;
        gap: 15px;
    }
    .footer .footer__hiteck {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575.98px) {
	.slider__title {
    font-size: 32px;
    line-height: 100%;
}
	.detail .owl-prev {
    left: 10px;
	}
	.detail .owl-next {
    left: 97%;
	}
	.send_my_request {
    width: 90%;
	padding: 20px;
}
	.contacts__item {
		width: 100% !important;
	}
	.detail__labels {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.detail__label + .detail__label {
    margin-left: 0;
	margin-bottom: 20px;
	}
	.detail__label {display: flex; height: auto;}
	.detail__label span {
    left: 30px;
    bottom: 0;
    z-index: 9999;
	width: auto;
}
	.detail__tab {
    padding: 7px 10px;
	line-height: 20px;
}
	.offer .rsfm2 {
		display: flex;
		justify-content: center;
	}
	.offer .ismfrms {
    flex-direction: column;
justify-content: center;
align-items: center;
 
}
	.offer .offer__right {
    margin-top: 150px;
}
	.cooperation .cooperation__item {
    height: 150px;
}
    .container {
        width: 100%;
    }

    .wwd__name {
        font-size: 18px;
        line-height: 130%;
    }

    .wwd__text {
        font-size: 16px;
        line-height: 130%;
    }

    .docs__title {
        text-align: center;
    }

    .docs__more {
        margin-left: auto;
        margin-right: auto;
    }

    .cooperation__item {
        width: 100%;
    }

    .pluses__tab {
        width: 100%;
    }

    .detail__name,
    .equipment__title {
        font-size: 25px;
        line-height: 130%;
    }

    .detail__desc-text {
        flex: 0 1 auto;
    }

    .form__item {
        width: 100%;
    }

    .form__row {
        flex-wrap: wrap;
    }

    .form__item + .form__item {
        margin-top: 10px;
    }

    .calcs .redbutton {
        width: 100%;
    }

    .contacts {
        padding: 10px;
    }

    .header__logo {
        width: 75px;
    }

    .service__top {
        flex-wrap: wrap;
    }

    .service__item {
        width: 50%;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .static__title {
        font-size: 32px;
        line-height: 130%;
    }

    .case__wrapper {
        padding: 15px;
    }

}
@media only screen and (max-width: 340px) {
	.detail__tab {
    font-size: 14px;
    line-height: 18px;
	}
	.wwd {
    padding-top: 0;
	}
    .header__phone {
        font-size: 12px;
    }
}
@media only screen and (max-width: 320px) {
	.static__etap {
		flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.static__etap img {
    margin-right: 0;
}
    .slider__title {
        font-size: 30px;
    }

    .wwd__name {
        font-size: 16px;
    }

    .cooperation__title {
        font-size: 30px;
    }

    .redbutton {
        width: 280px;
    }

    .about__text,
    .cooperation__desc,
    .cooperation__right li,
    .pluses__text,
    .consultation__text {
        font-size: 16px;
        line-height: 130%;
    }

    .consultation__title {
        font-size: 30px;
        line-height: 130%;
    }



    .detail__desc-value {
        text-align: right;
    }

    .contacts__item {
        width: 100%;
    }

    .header__socials img {
        width: 25px;
    }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 576px) {

}

@media only screen and (min-width: 768px) {

}

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

}

@media only screen and (min-width: 1200px) {

}


@media (min-width: 0px) and (max-width: 575.98px) {
.e404-wrapper .e404__img{display: none;}
.e404-wrapper .container > div {float: none; width: 100%!important; }
.e404-wrapper .e404__desc{margin-top: 0px; text-align: center; padding-bottom: 20px;}
}

/* End */
/* /local/templates/incost/style/main.css?1739112711595 */
/* /local/templates/incost/components/bitrix/menu/header-menu/style.min.css?1723721907490 */
/* /local/templates/incost/components/bitrix/menu/footer-menu/style.min.css?1723703880490 */
/* /local/templates/incost/styles.css?17690706804240 */
/* /local/templates/incost/template_styles.css?177580360764709 */
