@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
*, ul, li, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

html, body {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    line-height: 110%;
    color: #11141D;
    overflow-x: hidden;
}
body.no_scroll {
    overflow: hidden;
    height: 100vh;
}
input, textarea, button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

a,a:focus,a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}
svg {
    display: inline-block;
    max-width: 100%;
    max-height:100%;
}
.container{
    max-width:1224px;
    padding: 0 12px;
}
.row{
    margin: 0 -12px;
}
[class^="col-"]{
    padding: 0 12px;
}
.popup_link{
    cursor: pointer;
}
header {
    position: relative;
    padding: 20px 0;
    color: #FFFFFF;
    z-index: 25;
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
}
.home header:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity:0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    z-index: -1;
}
header.fixed:before{
    opacity:1;
}
.top_head_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.6%;
    flex: 0 0 19.6%;
}
.logo a {
    display: inline-block;
}
.logo p {
    font-style: italic;
    margin-top: 9px;
}
.right_block_head {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 900px;
    padding-left: 16px;
}
.info_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}

.info_head>*>p {
    margin-top: 4px;
    text-align: center;
}
.right_block_head .info_head .wrap_svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16px;
    margin-right: 3px;
    vertical-align: text-bottom;
}
.right_block_head .info_head .wrap_svg svg{
    width: 16px;
    height: 16px;
}
.soc_phone a:not([href^="tel:"]) {
    display: inline-block;
}
.soc_phone a:not([href^="tel:"]) svg{
    width: 20px;
    height: 20px;
}
.search_btn {
    display: inline-block;
    width: 26px;
    height: 26px;
}
.red_btn {
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color:#ffffff;
    background: rgba(185, 19, 35, 0.83);
    border: 0.7px solid transparent;
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    text-align: center;
}
.red_btn:hover {
    border: 0.7px solid rgba(185, 19, 35, 0.83);
    color: #B91323D4;
    background: #FFFFFF;
}
.top_menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 4px;
}
.top_menu .menu_lvl_2>ul {
    top: 0;
    left: 100%;
    min-height: 100%;
}

.menu_lvl_1 ul {
    display: none;
    position: absolute;
    top:100%;
    left: 0;
    background: #ffffff;
    color: #11141D;
    padding: 4px 12px 12px;
    min-width:197px;
    border: 0.7px solid #225ABE;
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
}
header .menu_lvl_1 ul li{
    padding: 8px 12px;
    margin: 0 -12px;
}

.menu_lvl_1 ul li:last-child{
    padding-bottom: 0;
}
.menu_lvl_2.parent {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.arr_parent_menu {
	background: url(img/arr-right.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.banner_home_page{
    /*background-image: url('img/bg_main_head.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 31.25%;
    margin-top: -136px;
    z-index: 0;
}
.banner_video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.banner_video video{
    max-height:100%;
}
.banner_home_page .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 200px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    font-weight: 500;
    font-size: 28px;
}
.banner_home_page h1{
    font-weight: 800;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 7px;
}
.text_block p:not(:last-child) {
    margin-bottom: 16px;
}
.text_block ul {
    padding-left: 20px;
    margin-bottom: 16px;
}
.text_block ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.text_block h2{
    margin-bottom: 24px;
    text-align: left;
}
.text_block h2:not(:first-child){
    margin-top: 20px;
}
.text_block h2+p{
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
}
.text_block h3{
    margin-bottom:16px;
}
.text_block h3:not(:first-child){
    margin-top: 20px;
}
.text_block a{
    text-decoration: underline;
}
.text_block table td {
    border: 1px solid;
    padding: 10px;
}
.blue_text_block {
    padding: 16px;
    margin: 16px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
}
.blue_text_block p:not(:last-child),.red_text_block p:not(:last-child){
    margin-bottom: 10px;
}
.red_text_block {
    padding: 16px;
    margin: 16px 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background: rgba(185, 19, 35, 0.83);
}
.home_text_company {
    padding: 60px 0;
    font-weight:600;
}
.home_text_company .title_text {
    font-size: 28px;
    margin-bottom: 34px;
}
.home_text_company .title_text h1{
    font-weight: 800;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 7px;
}
.color_section {
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    color: #FFFFFF;
    padding: 19px 0 25px;
}

h2,.bg_section_title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
}
h2+p{
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    margin-top: 10px;
}
h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
}
section{
    margin-top: 60px;
}
.unic_offers{
    margin-top: 0;
}
.unic_offers .center_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.unic_offers .center_block>* {
    max-width: 340px;
    margin-bottom: 25px;
}

.item_unic_offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
.item_unic_offers .wrap_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    margin-right: 5px;
}
.item_unic_offers h4{
    padding: 8px 0 10px;
}
.flex_pay_term{
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: rgba(185, 19, 35, 0.83);
}
.bg_section_title {
    color: #FFFFFF;
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    padding: 6px 0;
    margin-bottom: 60px;
    text-align: center;
    padding: 0 16px;
}

.block_stages_work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 41px;
}
.item_stage>p{
    text-align: center;
}
.item_stage>p:nth-child(odd) {
    margin-bottom: 25px;
}
.item_stage:nth-child(even)>p{
    margin-top: 25px;
}
.item_stage .wrap_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background:#ffffff;
    border-radius:50%;
    padding: 1px 0 0 1px;
}
.item_stage .wrap_img{
    position: relative;
}

.item_stage:not(:last-child) .wrap_img:before{
    content:'';
    position: absolute;
    top: 50%;
    transform:translateY(-10%);
    right: -190px;
    width: 135px;
    height: 50px;
    background: url(img/arrow_stage.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.item_stage:nth-child(2) .wrap_img:before{
    -webkit-transform: translateY(-10%) scaleY(-1);
    -ms-transform: translateY(-10%) scaleY(-1);
    transform: translateY(-10%) scaleY(-1);
    right: -170px;
}
.how_work {
    padding-bottom: 50px;
}
.how_work .bottom_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 55px;
}
a[href^="tel:"],a[href^="mailto:"]{
    white-space: nowrap;
}
a[href^="tel:"] .wrap_svg, a[href^="mailto:"] .wrap_svg{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 7px;
}
a[href^="tel:"] .wrap_svg svg,a[href^="mailto:"] .wrap_svg svg {
    width: 19px;
    height: 19px;
}
.color_section .page_form {
    width: 33.5%;
}
.how_work .bottom_block .text_block h2+p {
    margin: 21px 0 40px;
}
.page_form input[type="text"],.popup_form input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    padding: 16px;
}
.field_row_block:has(>.icon_input){
    input[type="text"],textarea{
        padding-left: 40px;
    }
}

.form_block input[type="text"]::-webkit-input-placeholder{
    color: #878787;
}
.form_block input[type="text"]::-moz-placeholder{
    color: #878787;
}
.form_block input[type="text"]:-ms-input-placeholder{
    color: #878787;
}
.form_block input[type="text"]::-ms-input-placeholder{
    color: #878787;
}
.form_block input[type="text"]::placeholder{
    color: #878787;
}
.caption_input {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 5px;
    display: inline-block;
}
.block_input .input_row {
    position: relative;
}
.form_block label {
    display: block;
    margin: 12px 0;
}
.field_row_block {
    position: relative;
    display: block;
    .icon_input {
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.form_block .download_file{
    display: inline-block;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    padding: 16px;
    color:#102A83;
    text-align: center;
    cursor:pointer;
}
.input_row:first-child label{
    margin-top: 0;
}
.form_block .download_file:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background: url(img/download.svg) center no-repeat;
}
input[type='file']{
    display: none;
}
.result_file {
    font-size: 14px;
}
.accept_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 12px;
}
.accept_check label {
    margin: 0;
    position: static;
}
.accept_check input[type=checkbox]{
    opacity:0;
    width: 15px;
    margin-right: 8px;
}
.accept_check span[role="checkbox"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: -2px;
    border: 1px solid #225abe;
}
input[type=checkbox]:checked+.text_accept label [role="checkbox"]:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #102A83;
    border-left: 2px solid #102A83;
}
.text_accept a {
    border-bottom: 1px solid;
}
.submit_block input[type="submit"]{
    width: 100%;
}
.errorMessages {
    color: #ff8a8a;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
}
.accept_check .errorMessages{
    top: 100%;
}
footer {
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    padding: 30px 0 32px;
    color: #ffffff;
}
.logo_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts_block_footer,.footer_menu_section {
    margin-top: 26px;
}
.caption_column {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin:15px 0 5px;
}
.caption_column:first-child{
    margin-top: 0;
}
.caption_column .wrap_img{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.caption_column .wrap_img svg{
    width: 24px;
    height: 24px;
}
.small_text{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}
.contacts_block_footer a[href^="tel:"] {
    margin-top: 8px;
    display: inline-block;
}
.contacts_block_footer a[href^="mailto:"] {
    margin-top:15px;
    display: inline-block;
}
.footer_menu_section {
    max-width: 600px;
    margin-left: auto;
}
.footer_menu_section ul>li {
    font-weight: 600;
    margin-bottom: 5px;
    width: 46.8%;
    padding: 0 12px;
}
.bottom_block_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 0.7px solid #FFFFFF;
}
.bottom_block_footer .form_block.desk {
    width: 34.7%;
    padding-right: 24px;
}
.bottom_block_footer .right_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.3%;
    flex: 0 0 62.3%;
}
.footer_menu .menu_lvl_1>a {
    display: inline-block;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 6px;
}
.footer_menu .menu_lvl_2:last-child>a{
    margin-bottom: 0;
}
.footer_menu .menu_lvl_1>ul{
    display: block;
    position: static;
    background: none;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 9px;
}
.footer_menu .menu_lvl_1>ul a{
    color:#ffffff;
}
.footer_menu .menu_lvl_2{
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    padding: 0;
}
.bottom_block_footer>*:first-child {
    width: 32.7%;
}
.requisites .caption_column {
    margin-bottom: 15px;
}
.requisites ul li:not(:last-child){
    margin-bottom: 9px;
}
#map_vidnoe_footer{
    width: 100%;
    height: 126px;
}
.location_map .red_btn {
    margin-top: 40px;
    width: 100%;
}
.search_block {
    padding: 28px 0 23px;
    background: #ffffff;
    position: fixed;
    width: 100%;
    top:-200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search_block.open{
    top: 0;
    z-index:10;
}
.search_block .container{
    position: relative;
}
.search_block .logo {
    color: #102A83;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.3%;
    flex: 0 0 22.3%;
}
.search_field {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.search_field form{
    width: 100%;
}
.search_field .bx-input-group {
    width: 79%;
    position: relative;
}
.search_field .bx-input-group .bx-input-group-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 4px;
    right: 28px;
}
.search_field .bx-input-group .bx-input-group-btn button{
    padding: 0;
}
.search_field .bx-input-group .bx-input-group-btn svg {
    width: 26px;
    height: 26px;
}
.search_field input[type="text"]{
    border: 0.7px solid #102A83;
    width: 100%;
    padding: 10px 11px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 5px;
}
.cross_close {
    position: absolute;
    color: #102A83;
    right: 0;
    font-size: 43px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor:pointer;
    width: auto;
}
.popup_block_hide>*{
    display: none;
}
.form_block.fancybox-content {
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    color: #ffffff;
    width: 100%;
    max-width: 1088px;
    padding: 36px 15px 80px;
}
.form_block.fancybox-content#popup_form_1{
    padding: 36px 15px 80px;
}
.form_block.fancybox-content.popup_form form {
    max-width: 400px;
    margin: 48px auto 0;
}
.popup_form .accept_check {
    margin: 25px 0;
}
.our_staff>.container>.text_block{
    margin-bottom: 32px;
}
.item_staff{
    margin-bottom: 22px;
}
.card_staff {
    padding: 19px 19px 19px 30px;
    border: 1px solid #102A83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.card_staff .wrap_img {
    position: relative;
    width: 100%;
    max-width: 174px;
    margin-right: 13px;
    overflow: hidden;
}
.card_staff .wrap_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.data_staff{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.card_staff h4{
    margin-bottom: 6px;
}
.contacts_staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 14px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.contacts_staff .left_block{
    padding-right: 7px;
}
.contacts_staff .left_block a{
    display: block;
}
.qr_specialist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
}
.qr_specialist.no_img{
    height: 100%;
    background: #D9D9D9;
}
.contacts_staff .left_block a:not(:last-child){
    margin-bottom: 12px;
}
.contacts_staff a[href^="mailto:"] {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}
.quality_warranty{
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}
.row_quality {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.row_quality:before{
    content: '';
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29px;
    flex: 0 0 29px;
    height: 40px;
    background: url(img/ligth.svg) center no-repeat;
    margin-right: 4px;
}

.owl-item .rating_review img {
    width: auto;
}
.reviews .reviews_slider {
    margin-bottom: 100px;
}
.reviews_item {
    border: 0.7px solid #102A83;
    padding: 24px 20px 13px 15px;
    margin-bottom: 24px;
    min-height: 236px;
}
.reviews_item:last-child {
    margin-bottom: 0;
}
.autor_review {
    font-weight: 600;
    margin-bottom: 5px;
}
.date_review {
    font-size: 14px;
    margin-bottom: 10px;
}
.rating_review {
    margin-bottom: 17px;
}
.our_requisites {
    padding-bottom: 24px;
}
.our_requisites .text_block {
    margin-bottom: 60px;
}
.table_requisites th {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    padding: 10px;
    border: 0.7px solid #102A83;
}
.table_requisites td {
    padding: 10px;
    border: 0.7px solid #102A83;
    font-size: 18px;
    width: 50%;
}
.table_requisites td:first-child{
    font-weight:600;
}
.table_requisites tr:nth-child(2n+3){
    background:rgba(34, 90, 190, 0.19);
}
.btn_blue_gradient {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    padding: 15px;
    color: #FFFFFF;
    display: inline-block;
    border:0.7px solid transparent;
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    cursor: pointer;
}
.btn_blue_gradient:focus{
    color: #FFFFFF;
}
.btn_blue_gradient:hover{
    background:#ffffff;
    color: #B91323D4;
    border: 0.7px solid rgba(185, 19, 35, 0.83);
}

.contacts_section h4 {
    margin-bottom: 14px;
}

.col_icons .wrap_img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.col_icons .small_text{
    margin-top: 5px;
}

.contacts_section .left_block {
    width: 25.9%;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts_section_2 .left_block{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contacts_section_2 .left_block .col_icons:not(:last-child){
    margin-bottom: 12px;
}
.contacts_section_2 .col_icons .wrap_img.person_icon {
    width: 26px;
    height: 26px;
    margin-right: 0;
}
.contacts_section_2 .col_icons .wrap_img.person_icon svg{
    vertical-align: baseline;
}
.contacts_section .right_block {
    width: 74.1%;
    padding-left: 21px;
    padding-right: 12px;
}
.contacts_section .text_block {
    margin-bottom: 35px;
}
.contacts_section .contacts_data{
    margin-bottom: 62px;
}
.btn_blue {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    background: #225ABE;
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    padding: 15px;
    display: inline-block;
    cursor:pointer;
}
.btn_blue:hover,.btn_blue:active{
    color: #FFFFFF;
}
.block_link_downld {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
    -ms-flex-flow:wrap;
    flex-flow:wrap;
    margin-bottom: 57px;
}
.block_link_downld>* {
    max-width: 240px;
    padding: 0 5px;
    margin: 5px 0;
}
.block_link_downld .btn_blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.bx-breadcrumb {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #878787;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow:wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 0;
}
.bx-breadcrumb>* {
    line-height: 16px;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child {
    margin-right: 4px;
}
.advantage_job {
    padding-bottom: 33px;
}
.item_advantage_job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item_advantage_job .wrap_img {
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 14px;
}
.item_advantage_job h4 {
    margin-bottom: 10px;
}
.advantage_job>.container>.row {
    margin-top: 40px;
}
.form_vacancy_no{
    padding: 60px 0 20px;
}
.form_vacancy_no .text_block {
    width: 47%;
    padding: 0 12px;
}
.form_vacancy_no .text_block>*{
    text-align: left;
}
.form_vacancy_no .text_block .big_text{
    margin: 65px 0 36px;
}
.item_accordeon{
    border-bottom: 0.7px solid #102A83;
}
.item_accordeon_name {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: clamp(20px,3vw,24px);
    font-weight: 500;
    line-height: 110%;
    padding: 14px 70px 14px 9px;
    cursor:pointer;
}
.item_accordeon_name:after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: 21px;
    right: 36px;
    transform: rotate(45deg);
    transition: 0.3s;
    transform-origin: 80% 68%;
}
.open .item_accordeon_name:after {
    transform: scaleY(-1) rotate(45deg);
}
.item_accordeon_description {
    display: none;
    padding: 10px 14px 20px;
}

.big_text {
    font-weight: 800;
    font-size: 54px;
    line-height: 110%;
}
.text_34 {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
}

.page_delivery .section_title+.container h4{
    text-align: center;
}
.page_delivery .section_title+.container h4+p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 27px 0 40px;
}
.partners_logistics .bg_section_title+.container h4+p{
    margin-bottom: 0;
}
.self_transport .bg_section_title,.partners_logistics .bg_section_title {
    margin-bottom: 20px;
}
.img_transport {
    position: relative;
    padding: 24.3%;
}
.img_transport img:first-child {
    position: absolute;
    left: 0;
    top: 4%;
    width: 18%;
}
.img_transport img:nth-child(2) {
    position: absolute;
    left: 24%;
    top: 0;
    width: 22.3%;
}
.img_transport img:nth-child(3) {
    position: absolute;
    left: 14%;
    bottom: 0;
    width: 16.3%;
}
.img_transport img:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 1%;
    width: 63.6%;
}
.logo_partners_logistics {
    padding-bottom: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logo_partners_logistics .col_logo{
    position: relative;
}
.logo_partners_logistics .col_logo:first-child{
    width: 39.15%;
    padding: 13.2%;
}
.logo_partners_logistics .col_logo:nth-child(2){
    width: 60.85%;
    padding: 13.2%;
}
.logo_partners_logistics .col_logo img{
    position: absolute;
}
.logo_partners_logistics .col_logo:first-child img:first-child {
    left: 0;
    top: 30%;
    width: 37.6%;
}
.logo_partners_logistics .col_logo:first-child img:nth-child(2) {
    right: 2%;
    top: 19%;
    width: 24.2%;
}
.logo_partners_logistics .col_logo:first-child img:nth-child(3) {
    left:0;
    bottom:0;
    width: 51.9%;
}
.logo_partners_logistics .col_logo:first-child img:nth-child(4) {
    right:4%;
    bottom:0;
    width: 28.5%;
}
.logo_partners_logistics .col_logo:nth-child(2) img:first-child {
    left: 22%;
    top: 28%;
    width: 42%;
}
.logo_partners_logistics .col_logo:nth-child(2) img:nth-child(2) {
    right: 0;
    top: 13%;
    width: 19%;
}
.logo_partners_logistics .col_logo:nth-child(2) img:nth-child(3) {
    left: 7%;
    bottom: 3%;
    width: 46%;
}
.logo_partners_logistics .col_logo:nth-child(2) img:nth-child(4) {
    right:13%;
    bottom:5%;
    width: 23%;
}
.important_text_delivery {
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    color: #ffffff;
    padding: 33px 0 58px;
}
.important_text_delivery h2{
    margin-bottom: 30px;
}
.important_text_delivery .text_block{
    margin-top: 34px;
}
.important_text_delivery .text_block>p{
    margin-bottom: 34px;
}

.important_text_delivery .text_block .col-md-8>*:not(:last-child) {
    margin-bottom: 34px;
}

.important_text_delivery .botoom_block {
    background: rgba(185, 19, 35, 0.83);
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    font-weight: 600;
    margin-top: 13px;
    text-align: center;
}
.important_text_delivery .botoom_block>.container>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.important_text_delivery .botoom_block>.container>div svg{
    margin-right: 10px;
}
.copywrite {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
    width: 70%;
    padding: 0 12px;
    margin-top: -14px;
}
.copywrite>* {
    padding: 0 5px;
    margin-bottom: 4px;
}

.our_advantage .list_advantage{
    margin: 0 -19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our_advantage .list_advantage>* {
    padding: 0 19px;
    margin-bottom: 38px;
}
.item_our_advantage{
    height: 175px;
    position: relative;
    cursor:pointer;
    overflow:hidden;
}
.item_our_advantage .forward_side {
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    border: 1px solid #102A83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item_our_advantage .wrap_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
    margin-right: 10px;
}
.item_our_advantage h4{
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
}
.item_our_advantage .back_side {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    background:#ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 10px 50px;
    border: 0.7px solid #102A83;
}
.item_our_advantage .back_side p{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color:#102A83;
    text-align: center;
    font-size: 18px;
    font-weight:500;
}
.item_our_advantage.hover .forward_side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -1;
}
.item_our_advantage.hover .back_side {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.our_advantage .text_block{
    margin: 24px 0 60px;
}
.our_advantage .bottom_block {
    max-width: 1012px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our_advantage .bottom_block .wrap_btn {
    width: 100%;
    max-width: 400px;
}
.our_advantage .bottom_block .wrap_btn>*{
    display: block;
}
.our_advantage .bottom_block .btn_blue{
    background: #102A83;
}

.list_section_services.slider_desktop {
    padding: 0 24px;
    margin:60px 0 100px;
}

.list_type_metal>* {
    text-align: center;
    margin-bottom: 24px;
}
.list_type_metal .name_metal{
    font-weight: 600;
    margin-top: 12px;
}
.price_services .tabs_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.price_services .tabs_link>* {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 163px;
    min-height:53px;
    flex:auto;
}
.price_services .tabs_link>*.active {
    background: #102A83;
    color: #ffffff;
   /* padding: 28px 10px 26px;*/
    max-width: 384px;
    white-space:nowrap;
}
.price_services .tabs_link>* span {
    height: 100%;
    max-height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.7px solid #102A83;
    border-right:none;
    padding: 4px;
    width: 100%;
    text-align: center;
    cursor:pointer;
}
.price_services .tabs_link>*:last-child span{
    border-right: 0.7px solid #102A83;
}
.tabs_content>*:not(.active) {
    display: none;
}
.tabs_content .text_block {
    margin-bottom: 58px;
}
.price_services .tabs_content .marks_metall {
    background: -o-linear-gradient(336.24deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
    font-weight: 600;
    margin-bottom: 50px;
}
.price_services .dop_note_text {
    margin-top: 43px;
    font-weight: 600;
}
.price_services .dop_note_text>p:not(:last-child){
    margin-bottom: 16px;
}
.table_price{
    overflow:auto;
}
.table_price table {
    table-layout: fixed;
}
.table_price table td{
    border: 0.7px solid #102A83;
    padding: 10px;
    text-align: center;
}
.table_price table td:first-child{
    font-weight:600;
}
.table_price table td:nth-child(2),.table_price table th:nth-child(2)
{
    font-weight: 600;
    color:rgba(185, 19, 35, 0.83);
}
.table_price table th {
    border: 0.7px solid #102A83;
    padding: 29px 22px;
    font-weight: 600;
    text-align: center;
}

.price_services .wrap_btn {
    text-align: center;
}
.price_services .red_btn{
    width: 100%;
    max-width: 305px;
    margin-top: 77px;
}
.tabs_content+.text_dop_descr{
    margin-top: 60px;
}
.tabs_content+.text_dop_descr p {
    font-weight: 600;
    margin-bottom: 13px;
}
.tabs_content+.text_dop_descr ul>li:not(:last-child) {
    margin-bottom: 13px;
}
.detail_page_services .color_section {
    padding: 32px 0 84px;
}
.detail_page_services .color_section h4{
    margin-bottom: 43px;
    text-align: center;
}
.detail_page_services .color_section h4:not(:first-child){
    margin-top: 43px;
}
.text_block ol li {
    list-style: decimal;
    margin-bottom: 16px;
}
.text_block ol li.bold{
    &::marker{
        font-weight:700;
    }
}
.red_block {
    background: rgba(185, 19, 35, 0.83);
    -webkit-box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
}
.detail_page_services .color_section .red_block{
    margin-top: 63px;
}
.detail_page_services .block_link_downld {
    margin-top: 57px;
}
.container.gallery_work {
    max-width: 1192px;
}
.gallery_work h4{
    margin-bottom: 50px;
}
.foto_work_slider:not(.owl-loaded){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8;
    overflow-x: hidden;
}
.foto_work_slider .row {
    margin: 0 -8px;
}
.foto_work_slider [class^="col-"] {
    padding: 0 8px;
}
.foto_work_slider:not(.owl-loaded) .item_slide{
    padding: 0 8px;
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    height: 180px;
}
.foto_work_slider {
    padding: 0 32px;
    margin-bottom: 100px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 0;
}
.owl-nav button span {
    font-size: 28px;
}
.owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 0.5px solid #102A83;
    border-radius: 50%;
    margin: 0 3px;
}
.owl-dots .owl-dot.active span{
    background: #102A83;
}
.popular_articles .list_articles {
    margin-top: 24px;
}
.good_article {
    margin-bottom: 100px;
}
.list_articles>.row>[class^="col-"]:not(:last-child){
    margin-bottom: 52px;
}
.list_articles .item_article h4 {
    margin-bottom: 16px;
}
.item_article .more_text{
    display: inline-block;
    margin-top: 16px;
    font-weight:600;
}
.section_title {
    font-weight: 800;
    font-size: 54px;
    line-height: 110%;
    padding: 0 16px;
}
.our_partners {
    padding-bottom: 68px;
}
.our_partners>.container{
    max-width:1102px;
}
.table_device{
    display: block;
}
.row_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.row_table>* {
    width: 50%;
    font-weight: 400;
    margin: 0;
}
.row_table>dd {
    padding-left: 20px;
}
.row_table b{
    font-weight:600;
}
.row_table.name_row {
    margin: 10px 0;
}
.row_table.name_row>* {
    font-weight: 600;
    margin: 0;
}
.fix_social_button {
    position: fixed;
    right: 0;
    top: 60%;
    width: 92px;
    z-index:1;
}
.fix_social_button>* {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 28px;
    padding-left:10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.fix_social_button .soc_link{
    height: 70px;
}

.list_section_services>*{
    margin-bottom: 24px;
}
.item_services_list {
    position: relative;
    background-repeat:no-repeat;
    padding: 42% 12px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.item_services_list:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34, 90, 190, 0.31);
}
.item_services_list>span{
    position: relative;
    color: #ffffff;
    font-weight:600;
}
.list_section_services>.container>.text_block {
    margin-top: 60px;
}
.list_iblock_section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-weight: 600;
    margin: 25px -7px 0;
}
.list_iblock_section ul li {
    padding: 0 7px;
    margin-bottom: 20px;
}
.list_iblock_section ul li a {
    padding: 5px;
    border: 0.7px solid #102A83;
    display: inline-block;
    position: relative;
}
.list_iblock_section ul li:hover a{
    color:#102A83;
}
.list_iblock_section ul li:hover a:after{
    content:'';
    position: absolute;
    left: 5px;
    right: 5px;
    height: 1px;
    bottom: 5px;
    background-color: #102A83;
}
.list_iblock_section:not(:last-child) {
    margin-bottom: 20px;
}
.search_field_article{
    position: relative;
    width: 100%;
    max-width: 353px;
}
.search_field_article svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.search_field_article input[type="text"] {
    border: 0.7px solid #102A83;
    width: 100%;
    padding: 7px 12px;
    font-size: 12px;
    font-weight:500;
}
.page_articles_main .search_field_article,.page_industries_main .search_field_article {
    max-width: 353px;
    margin: 0 0 -15px auto;
}

.container.articles_list_element {
    max-width: 1074px;
    margin-top: 60px;
}
.page_articles_main .how_work {
    margin-top: 0;
    margin-bottom: 60px;
}
.top_banner_page {
    padding: 28.13%;
    overflow: hidden;
    position: relative;
}

.video_block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video_block video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}
.top_banner_page video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: 100%;
}
.play_video_btn {
    position: absolute;
    opacity:0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
}
.advantage_company .col-md-3.col-6{
    margin-bottom: 10px;
}
.item_advantage_company {
    padding: 10px 4px;
    border: 0.7px solid #102A83;
    height: 100%;
}
.item_advantage_company .wrap_img {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item_advantage_company .text_block p:first-child span {
    font-size: 54px;
    font-weight: 800;
    line-height: 110%;
}
.item_advantage_company .text_block {
    margin-top: 10px;
    text-align: center;
    color: #102A83;
}
.advantage_company>.container>.text_block {
    margin-top: 60px;
}
.card_staff.departament {
    padding: 21px 12px 21px 25px;
}
.card_staff.departament .wrap_img {
    max-width: 323px;
    position: relative;
    min-height: 237px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.card_staff.departament .contacts_staff{
    margin-top: 5px;
}
.card_staff.departament .contacts_staff .left_block {
    padding-right: 0;
    width: 100%;
}

.our_device_detail .left_block h4 {
    margin-bottom: 36px;
}
.our_device_detail .right_block h4{
    margin-bottom: 28px;
}
.our_device_detail .row_table.brand {
    background-position: center;
    background-repeat:no-repeat;
}
.our_device_detail .wrap_btn a {
    min-width: 344px;
    margin-top: 60px;
}
.our_device_detail .row_table>dt {
    padding-right: 39px;
}
.our_device_detail .item_device .bold_text_device {
    margin-top: 20px;
    font-weight: 600;
}
.staff_constr_item {
    border: 0.7px solid #102A83;
    padding: 30px;
    display: flex;
    flex-flow:wrap;
    min-height: 510px;
    margin-bottom: 40px;
}
.staff_constr_item:nth-child(even){
    flex-direction:row-reverse;
}
.staff_constr_item:last-child{
    margin-bottom: 0;
}
.staff_constr_item .img_staff {
    width: 31.6%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.staff_constr_info {
    padding-left: 49px;
    width: 68.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.staff_constr_item:nth-child(even) .staff_constr_info{
    padding-left: 0;
}
.staff_constr_info h4 {
    margin-bottom: 24px;
}
.staff_constr_info .text_block_info p {
    margin-bottom: 12px;
    font-weight: 600;
}

.staff_constr_info .bottom_block {
    display: flex;
    align-items: flex-end;
}
.staff_constr_info .col_icons {
    margin-right: 26px;
}
.staff_constr_info .col_icons h4 {
    margin-bottom: 21px;
}
.staff_constr_info .btn_blue_gradient {
    width: 320px;
}
.list_serv_departament{
    margin: 0 -15px;
}
.list_serv_departament>* {
    padding: 0 15px;
}
.item_serv_departament {
    background: linear-gradient(157deg, #225ABE 0%, #102A83 43.91%, #102A83 100%);
    padding: 24px 12px 20px;
    text-align: center;
    color: #ffffff;
    height: 100%;
}
.list_serv_departament>:first-child .item_serv_departament{
    padding-top: 8px;
}
.list_serv_departament>:first-child .item_serv_departament .wrap_img{
    margin-bottom: 0;
}
.item_serv_departament .wrap_img {
    height: 52px;
    margin-bottom: 18px;
}
.warranty_departament .color_section {
    padding: 15px 0 54px;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}
.warranty_departament .color_section .text_block h2 {
    margin-bottom: 58px;
}
.warranty_departament .color_section li{
    margin-bottom: 22px;
}
.warranty_departament .color_section .red_block {
    margin-top: 58px;
    padding: 6px 0;
    text-align: center;
}
.warranty_departament .color_section .red_block .wrap_img{
    width: 36px;
    height: 36px;
}
.warranty_departament .color_section .red_block .d-flex:not(:last-child){
    margin-right: 27px;
}
.fix_social_button .link_video_fix{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius:50%;
    border:0.7px solid #102A83;
    font-size: 12px;
    font-weight: 700;
    color:#102A83;
    text-transform: none;
    line-height: 120%;
}
.gallery_work_slider{
    padding: 0 46px;
}
.gallery_work_slider .row{
    margin: 0 -8px;
}
.gallery_work_slider [class^="col-"]{
    padding: 0 8px;
}
.gallery_work_slider .item_slide .col-6:first-child,.gallery_work_slider .item_slide .col-6:nth-child(2) {
    margin-bottom: 16px;
}
.page_our_works .color_section.how_work {
    margin-bottom: 60px;
}
.banner_action {
    max-width: 980px;
    position: relative;
    padding: 70px 44px 47px 12px;
}
.badge_banner {
    position: absolute;
    width: 280px;
    top: 41px;
    left: -55px;
    background:rgba(185, 19, 35, 0.83);
    transform: rotate(-40.088deg);
    color: #FFF;
    text-align: center;
}
.banner_action>h2 {
    color:#102A83;
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 16px;
}
.content_banner {
    margin-top: 8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.content_banner .left_block {
    flex: 0 0 53%;
    padding-right: 8px;
}
.content_banner .main_img_banner {
    padding-right: 25px;
}
.content_banner .right_block {
    flex: 0 0 47%;
}
.content_banner .logo_img_banner>* {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.content_banner .logo_img_banner>:first-child {
    padding-right: 10px;
}
.banner_action .caption_input {
    color: #102A83;
}
.banner_action .page_form input[type="text"],.banner_action .popup_form input[type="text"],.banner_action .form_block .download_file,.banner_action .accept_check span[role="checkbox"]{
    border: 0.7px solid #102A83;
    background: #FFF;
}
.banner_action .accept_check {
    margin: 13px 0;
}
.banner_action input[type=checkbox]:checked+.text_accept label [role="checkbox"]:before{
    top: 2px;
    left: 2px;
}
.banner_action .right_block .text_block {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-top: 18px;
    color: rgba(185, 19, 35, 0.83);
}
.bx_error_mess.errorMessages {
    position: static;
}
.block_multimaps .col-md-6{
    max-width: 580px;
    margin-bottom: 24px;
}
.block_multimaps h5+p{
    margin-bottom: 24px;
}
.block_multimaps .map_block{
    overflow: hidden;
}
.copy_link {
    position: relative;
}
.notif_copy{
    position: absolute;
    font-size:12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    color:#000;
    border-radius: 5px;
    white-space: nowrap;
}
.soc_block_article h4 {
    font-size: 16px;
    color: #2C2C2E;
    margin-bottom: 10px;
    font-weight:500;
}
.soc_block_article>a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    img,svg{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.soc_block_article>a:last-child{
    margin-right: 0;
}
.preview_list_articles.article_list.owl-carousel {
    margin: 0;
}
.good_article h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}
.color_form_text {
    padding: 50px;
    max-width: 1088px;
    background: linear-gradient(113.76deg, #225ABE 41.09%, #102A83 56.92%, #102A83 77.14%);
    color: #FFFFFF;
}
.color_form_text .bottom_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-between;
}
.type_material_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px;
    position: relative;
}
.type_material_item .wrap_img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.type_material_name {
    font-weight: 700;
    padding: 10px;
}
.type_material_char {
    padding: 10px;
}
.type_material_char p{
    margin-bottom: 10px;
}
.type_material_char>ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 5px;
}
.type_material_char>ul li {
    white-space: nowrap;
}
.accept_cookies_block {
    background: #131313b5;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: clamp(14px, 3vw, 16px);
    color: #fff;
    z-index: 999;
    padding: 15px 0;
}
.accept_cookies_block a{
    color:#fff;
    text-decoration:underline;
}
.accept_cookies_block_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.map-columns{
    .map-level-0{
        >li{
            margin-bottom: 20px;
            ul{
                padding-left: 20px;
            }
        }
    }
    .map-level-1 {
        li {
            padding: 10px 0 0;
        }
        ul{
            li{
                list-style: disc;
            }
        }
    }
}
#city_domain_list {
    max-width: 1200px;
    width: 96%;
    padding: 40px clamp(20px, 3vw, 40px);
    .search_city_block {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #989BA2;
        border-radius: 4px;
        line-height: 1;
        max-width: 330px;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }
    .search_items_city {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .city_list_choice {
        display: flex;
        flex-flow: wrap;
        gap: 20px;
        .city_list_item {
            display: flex;
            gap: clamp(10px, 3vw, 20px);
            align-items: flex-start;
            width: calc(20% - 20px);
            .f_letter {
                font-weight: 700;
            }
            .city_items {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 4px;
            }
        }
    }
}
.table_container{
    overflow: auto;
}
section.faq:has(+footer){
    margin-bottom: clamp(30px,4vw,60px);
}
@media all and (min-width: 1441px){
    .banner_home_page{
        height: 1080px;
        padding: 0;
    }
    /*.top_banner_page {
        height: 860px;
        padding: 0;
    }*/
    .page_about_company .top_banner_page {
        max-width: 1440px;
        margin: 0 auto;
        padding: 19.6%;
    }
}
@media all and (min-width: 992px){
    .hidden_lg{
        display: none !important;
    }
}
@media all and (min-width: 769px){
    .mob{
        display: none !important;
    }
    /*.home header{
        background:none;
    }*/
    .top_menu .menu_lvl_1 {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    .menu_lvl_1 ul{
        width: 1920px;
        max-width: 390px;
    }
    .top_menu .menu_lvl_1:hover>ul{
        display: block;
    }
    .top_menu .menu_lvl_2:hover>ul{
        display: block;
    }
    .menu_lvl_1 ul li:hover{
        color:#102A83;
        text-decoration:underline;
    }
    .unic_offers .center_block>*:is(.left_block,.right_block) {
        margin-top: 7px;
    }
    .item_unic_offers:last-child{
        margin-bottom: 0;
    }
    .list_section_services.owl-carousel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .item_stage:nth-child(even) .wrap_img{
        margin-top: 45px;
    }
    .item_stage:not(:last-child) .wrap_img:before {
        transform: translateY(-50%) rotate(-15deg);
    }
    .how_work .bottom_block .text_block {
        width: 66.5%;
    }
    .bottom_block_footer .requisites {
        margin-top: 43px;
    }
    .form_vacancy_no .accept_check{
        margin-bottom: 25px;
    }
    .form_vacancy_no label[for*="download_file"] {
        margin-top: 41px;
    }
    .form_vacancy_no label[for*="download_file"] .caption_input{
        display: none;
    }
    .form_vacancy_no label:not([for*="accept"]){
        margin-bottom: 25px;
    }
    .important_text_delivery .text_block .col-md-8{
        max-width: 62.3%;
    }
    .important_text_delivery .text_block .col-md-8>*:last-child {
        margin-top: 58px;
    }
    .contacts_section .col_icons:not(:first-child) h4{
        margin-top: 15px;
    }
    .contacts_section .col_icons .d-flex{
        margin-top: 16px;
        line-height: 26px;
    }
    .reviews_slider {
        padding: 0 54px;
    }
    .item_device:not(:first-child)>h4 {
        margin-top: 34px;
    }
    .row_table.brand_bodor {
        background-image: url(img/brand/bodor.jpg);
    }
    .row_table.brand_tokagama {
        background-image: url(img/brand/tokagama.svg);
    }
    .row_table.brand_kmt {
        background-image: url(img/brand/kmt.jpg);
    }
    .row_table.brand_bendmak {
        background-image: url(img/brand/bendmak.jpg);
    }
    .row_table.brand_glorystar {
        background-image: url(img/brand/glorystar.jpg);
    }
    .row_table.brand_ercolina {
        background-image: url(img/brand/ercolina.jpg);
    }
    .row_table.brand_senfeng {
        background-image: url(img/brand/senfeng.jpg);
    }
    .row_table.brand_realrez {
        background-image: url(img/brand/realrez.jpg);
    }
    .row_table.brand_cnc42 {
        background-image: url(img/brand/cnc42.jpg);
    }
    .row_table.brand_gema {
        background-image: url(img/brand/gema.jpg);
    }
    .list_section_services.slider_desktop>*{
        margin-bottom: 0;
    }
    .table_price table{
        width: 100%;
    }
    .list_articles>.row>[class^="col-"]:nth-last-child(2){
        margin-bottom: 0;
    }
    .list_serv_departament>*:not(:nth-child(n+4)){
        margin-bottom: 30px;
    }
    .staff_constr_info .text_block_info p:first-child {
        margin-bottom: 24px;
    }
    .card_staff.departament .contacts_staff .left_block a:not(:last-child) {
        margin-bottom: 1px;
    }
    .advantage_company .text_block {
        font-weight: 600;
    }
    .color_form_text .bottom_block .popup_form {
        width: min(390px,50%);
    }
    .color_form_text .bottom_block .text_block{
        width: 50%;
    }
}
@media all and (min-width: 491px){
    .logo_partners{
        position: relative;
        padding: 25.97%;
    }
    .item_parter_logo{
        position: absolute;
    }
    .item_parter_logo:nth-child(1){
        left: 0;
        top: 6%;
        width: 29.4%;
    }
    .item_parter_logo:nth-child(2){
        left: 34%;
        top: 8%;
        width: 18.63%;
    }
    .item_parter_logo:nth-child(3){
        top: 6%;
        left: 55%;
        width: 25.6%;
    }
    .item_parter_logo:nth-child(4){
        right: 0;
        top: 6%;
        width: 15.2%;
    }
    .item_parter_logo:nth-child(5){
        left: 4%;
        top: 33%;
        width: 21.61%;
    }
    .item_parter_logo:nth-child(6){
        left: 40%;
        top: 36%;
        width: 17.43%;
    }
    .item_parter_logo:nth-child(7){
        left: 60%;
        top: 36%;
        width: 20.4%;
    }
    .item_parter_logo:nth-child(8){
        right: 0;
        top: 32%;
        width: 13.73%;
    }
    .item_parter_logo:nth-child(9){
        left: 2%;
        top: 55%;
        width: 12.24%;
    }
    .item_parter_logo:nth-child(10){
        left: 22%;
        top: 51%;
        width: 19%;
    }
    .item_parter_logo:nth-child(11){
        left: 58%;
        top: 60%;
        width: 21.43%;
    }
    .item_parter_logo:nth-child(12){
        left: 0;
        bottom: 3%;
        width: 31.91%;
    }
    .item_parter_logo:nth-child(13){
        left: 39%;
        bottom: 0;
        width: 11.87%;
    }
    .item_parter_logo:nth-child(14){
        left: 56%;
        bottom: 2%;
        width: 17.71%;
    }
.item_parter_logo:nth-child(15) {
	right: 0;
	bottom: 15%;
	width: 20.96%;
}
.item_parter_logo:nth-child(16) {
	right: 1%;
	bottom: -4%;
	width: 20.96%;
}
}
@media all and (max-width:1200px){
    .item_stage:not(:last-child) .wrap_img:before {
        right: -100%;
        width: 70%;
        height: 30px;
        background-size: contain;
    }
    .item_stage:nth-child(2) .wrap_img:before {
        right: -90%;
    }
}
@media all and (max-width: 991px){
    .show_lg{
        display: none !important;
    }
    #city_domain_list {
        .city_list_choice{
            .city_list_item {
                width: calc(50% - 20px);
            }
        }

    }

}
@media all and (max-width:970px){
    .info_head .red_btn{
        display: none;
    }
    .top_menu>ul>li {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 0 16px;
    }
    .top_menu ul {
        overflow: auto;
    }
    .item_stage .wrap_img {
        width: 80px;
        height: 80px;
    }
    .bx-breadcrumb {
        padding: 14px 0 16px;
    }
    .price_services .tabs_link {
        overflow: auto;
        margin: 0 -16px;
    }
    .price_services .tabs_link>*{
        font-size: 16px;
        min-height:48px;
    }
    .price_services .tabs_link>*.active {
        width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        white-space: nowrap;
        /*padding: 17px 10px;*/
    }
    .price_services .tabs_link>* span{
        max-height:48px;
    }
    .price_services .tabs_content .marks_metall {
        padding: 11px 16px;
        margin: 32px -16px;
        overflow: hidden;
        white-space: nowrap;
    }
    .price_services .tabs_content .marks_metall p{
        -webkit-animation: marquee 10s infinite linear;
        animation: marquee 10s infinite linear;
        padding-left: 100%;
        display: inline-block;
    }
    .item_our_advantage h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .item_our_advantage .wrap_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
        height: 32px;
        margin-right: 0;
    }
    .badge_banner {
        top: 24px;
        left: -99px;
    }
    .banner_action {
        padding: 60px 16px 30px;
    }
    .content_banner .left_block{
        flex: 0 0 100%;
        padding-right: 0;
    }
    .content_banner .right_block {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .content_banner .main_img_banner {
        padding-right: 0;
    }
    .content_banner .logo_img_banner {
        display: none;
    }

}
@media all and (max-width: 768px){
    .desk{
        display: none !important;
    }
    body{
        font-size: 16px;
        line-height: 120%;
    }
    .container {
        padding: 0 16px;
    }
    .row{
        margin: 0 -5px;
    }
    .text_block h2{
        margin-bottom: 16px;
    }
    header{
        padding-bottom: 0;
        padding-top: 16px;
    }
    .red_btn{
        font-size:16px;
    }
    .top_head_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .logo>a:first-child {
        max-width: 170px;
    }
    .logo>a:first-child p{
        font-size: 13px;
        line-height: 16px;
        margin-top: 0;
    }
    .hamb {
        width: 26px;
        overflow: hidden;
        height: 26px;
        padding: 6px 3px;
    }
    .hamb>* {
        display: block;
        height: 2px;
        background: #ffffff;
        -webkit-transition:-webkit-transform 0.5s;
        transition:-webkit-transform 0.5s;
        -o-transition:transform 0.5s;
        transition:transform 0.5s, -webkit-transform 0.5s;
    }
    .hamb>*:nth-child(2) {
        margin: 4px 0;
    }
    .hamb.open span:last-child{
        -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);
        -webkit-transform-origin: 15px 7px;
        -ms-transform-origin: 15px 7px;
        transform-origin: 10px 4px;
    }
    .hamb.open span:first-child{
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        transform:rotate(45deg);
        -webkit-transform-origin:1px 1px;
        -ms-transform-origin:1px 1px;
        transform-origin:5px 0;
    }
    .hamb.open span:nth-child(2) {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        position: absolute;
        opacity: 0;
        top: 45%;
    }
    .top_head_block .logo .mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 145px;
    }
    .top_head_block .logo .search_btn {
        margin-right: 13px;
        width: 24px;
    }
    .top_head_block .logo .mob a{
        font-size: 14px;
        line-height: 120%;
    }
    .top_head_block .logo .mob a .wrap_svg{
        width: 16px;
        height: 16px;
    }
    .top_head_block .soc_phone a {
        margin-right: 8px;
    }
    .top_head_block .soc_phone a:last-child {
        margin-right: 25px;
    }
    .search_field {
        width: 100%;
    }
    .search_field .bx-input-group {
        width: 92%;
    }
    .search_field .bx-input-group .bx-input-group-btn {
        top: 3px;
        right: 9px;
    }
    .search_block .cross_close {
        top: -5px;
    }
    .top_menu>ul {
        background: #ffffff;
        color: black;
        padding: 9px 0 4px;
    }
    .menu_lvl_1 ul {
        padding: 9px 12px 0;
    }
    .menu_lvl_1 ul li{
        padding: 9px 0;
    }
    .menu_lvl_2 ul{
        padding: 7px 12px 0;
    }
    .menu_lvl_2 ul li{
        padding: 7px 0;
    }
    .right_block_head {
        position: relative;
        padding-left: 0;
        margin: 14px -16px 0;
    }
    .banner_home_page{
        margin-top: 0;
    }
    .banner_home_page .text{
        top: 20px;
        padding: 0 16px;
    }
    .banner_home_page h1 {
        font-size: 24px;
        line-height: 110%;
    }
    .banner_home_page h1+p{
        font-size: 16px;
        line-height: 19px;
    }
    .home_text_company {
        padding: 32px 0 47px;
    }
    .home_text_company .title_text {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .home_text_company .title_text h1{
        font-size: 24px;
        line-height: 1.1;
    }
    [class^="col-"]{
        padding: 0 5px;
    }
    h2 {
        font-size: 24px;
    }
    h4 {
        font-weight: 600;
        font-size: 16px;
    }
    h2+p {
        font-size: 16px;
    }
    section {
        margin-top: 32px;
    }
    .bg_section_title {
        margin-bottom: 32px;
        font-size:32px;
        padding: 7px 16px;
    }
    .color_section{
        padding-top: 10px;
    }
    .unic_offers {
        padding-bottom: 0;
    }
    .unic_offers .center_block>* {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin: 0 -5px;
    }
    .unic_offers_slider{
        margin-top: 32px;
    }

    .item_unic_offers .wrap_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        height: 24px;
    }
    .item_unic_offers h4 {
        padding: 0;
        font-size: 19px;
        line-height: normal;
        margin-bottom: 7px;
    }
    .item_unic_offers h4+p{
        font-size:13px;
    }
    .unic_offers_slider .owl-nav {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .unic_offers_slider .owl-dots {
        position: static;
        padding: 10px 0 12px;
    }
    .unic_offers_slider .owl-dots .owl-dot.active span {
        background: #ffffff;
        border:1px solid #B91323;
    }
    .unic_offers_slider .item_unic_offers {
        padding-left: 15px;
    }
    .list_section_services>* {
        margin-bottom: 20px;
    }
    .list_section_services .owl-stage{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .list_section_services .owl-stage .owl-item>*{
        height: 100%;
    }
    .item_services_list {
        padding: 42% 12px 5px;
    }
    .list_section_services .owl-dots{
        position: static;
        margin-bottom: 13px;
    }
    .how_work {
        margin-top: 0;
    }
    .block_stages_work {
        flex-direction: column;
        gap: 65px;
        margin-top: 17px;
        font-size: 14px;
        text-align: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        min-height: 118px;
    }
    .item_stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .item_stage:nth-child(even){
        flex-direction: column-reverse;
    }
    .item_stage:nth-child(even)>p {
        margin-top: 0;
    }
    .item_stage .wrap_img {
        width: 50px;
        height: 50px;
    }
    .item_stage>p,.item_stage>p:nth-child(odd) {
        margin-bottom: 11px;
    }

    .item_stage:not(:last-child) .wrap_img:before {
        background: url(img/arrow_stage_mob.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 65px;
        height: 30px;
        width: 100%;
        right: 3px;
        transform: rotate(125deg);
    }
    .item_stage:nth-child(2) .wrap_img:before {
        top: 65px;
        height: 30px;
        width: 100%;
        right: 3px;
        transform: rotate(125deg);
    }
    .how_work .bottom_block {
        margin-top: 40px;
    }
    .how_work .bottom_block .text_block h2+p {
        margin: 13px 0 40px;
        max-width: 340px;
    }
    .how_work .bottom_block .col-md-12.col-6>p {
        font-size: 14px;
    }
    .page_form.form_block {
        width: 100%;
    }
    .how_work .page_form.form_block {
        padding: 0 20px;
        margin-top: 38px;
    }
    footer{
        padding-top: 16px;
        padding-bottom: 22px;
    }
    footer .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .caption_column .wrap_img {
        width: 20px;
        height: 20px;
    }
    .contacts_block_footer>.row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts_block_footer .small_text {
        font-weight:400;
    }
    .contacts_block_footer a[href^="tel:"]{
        font-size: 14px;
        margin-top: 0;
    }
    .contacts_block_footer a[href^="tel:"]:not(:nth-child(2)){
        margin-top: 15px;
    }
    .footer_menu_section ul>li {
        margin-bottom: 29px;
        width: 50%;
        padding: 0 5px;
    }
    .footer_menu_section ul>li:nth-child(even) {
        padding-left: 6%;
    }
    .footer_menu .menu_lvl_2 {
        margin: 14px 0 0;
    }
    .footer_menu .menu_lvl_1{
        margin: 12px 0 0;
    }
    .footer_menu .menu_lvl_1>a{
        margin-bottom: 0;
    }
    .bottom_block_footer {
        margin-top: 40px;
        padding-top: 32px;
    }
    .bottom_block_footer .right_block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .bottom_block_footer .right_block > .column_footer:first-child .caption_column{
        font-size:20px;
        text-align: center;
    }
    .bottom_block_footer .footer_menu {
        margin-top: 32px;
    }
    .bottom_block_footer .column_footer .col-6:nth-child(even){
        padding-left: 6%;
    }
    .bottom_block_footer .location_map{
        margin-top: 50px;
    }
    .column_footer #map {
        height: 189px;
    }
    .column_footer .requisites ul li{
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 120%;
    }
    .requisites .red_btn{
        padding: 15px 9px;
        margin-top: 0;
    }
    .copywrite {
        font-weight: 400;
        width: 100%;
        padding: 0 5px;
        margin-top: 32px;
    }
    .copywrite>*:last-child{
        margin: 10px 0 0;
    }
    .advantage_job>.container>.row {
        margin-top: 0;
    }
    .advantage_job .col-12.mob img {
        max-width: 130px;
        margin: 20px 0 0;
    }
    .item_advantage_job .wrap_img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .item_advantage_job {
        margin-bottom: 27px;
        padding: 0 18px;
    }
    .item_advantage_job h4 {
        margin-bottom: 4px;
    }
    .form_vacancy_no {
        padding: 23px 0 32px;
    }
    .form_vacancy_no .text_block {
        width: 100%;
        padding: 0 5px;
    }
    .form_vacancy_no .text_block h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.5;
    }
    .form_vacancy_no .text_block .big_text {
        margin: 24px 0;
        text-align: center;
    }
    .form_vacancy_no .text_block p.mob{
        font-size:14px;
    }
    .big_text {
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
    }
    .form_vacancy_no .form_no_vacancy {
        padding: 0 24px;
        margin-top: 22px;
    }
    .text_34 {
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
    }
    .delivery_map_text {
        padding: 15px 0;
    }
    .map_delivery {
        padding: 20px 16px;
    }
    .self_transport .bg_section_title p {
        font-weight: 400;
        margin-top: 10px;
        font-size: 14px;
    }
    .self_transport .bg_section_title, .partners_logistics .bg_section_title {
        margin-bottom: 9px;
    }
    .page_delivery .section_title+.container h4+p {
        font-size: 14px;
        font-weight:400;
        margin: 10px 0 28px;
    }
    .partners_logistics .bg_section_title+.container h4+p {
        margin-bottom: 0;
    }
    .img_transport {
        padding: 42%;
    }
    .img_transport img:first-child {
        position: absolute;
        left: 2%;
        width: 23%;
    }
    .img_transport img:nth-child(2) {
        position: absolute;
        left: 70%;
        top: 5%;
        width: 28.3%;
    }
    .img_transport img:nth-child(3) {
        position: absolute;
        left: 38%;
        top: -16px;
        bottom: auto;
        width: 25.3%;
    }
    .img_transport img:nth-child(4) {
        position: absolute;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        bottom: 0;
        width: 93%;
    }
    .partners_logistics .bg_section_title {
        padding: 9px 0 12px;
    }
    .partners_logistics .text_34 {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
    }
    .partners_logistics .bg_section_title p:not(.text_34) {
        font-size: 14px;
        margin-top: 10px;
    }
    .logo_partners_logistics .col_logo:first-child {
        width: 100%;
        padding: 37.5%;
    }
    .logo_partners_logistics {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-bottom: 32px;
    }
    .logo_partners_logistics .col_logo:first-child img:first-child {
        top: 20%;
        width: 48.1%;
    }
    .logo_partners_logistics .col_logo:first-child img:nth-child(2) {
        top: 14%;
        right: 8%;
        width: 31.9%;
    }
    .logo_partners_logistics .col_logo:first-child img:nth-child(4) {
        right: auto;
        left: 2%;
        width: 37.2%;
    }
    .logo_partners_logistics .col_logo:first-child img:nth-child(3) {
        left: 47%;
        bottom: 8%;
        width: 54.5%;
    }
    .logo_partners_logistics .col_logo:nth-child(2) {
        width: 100%;
        padding: 35.2%;
    }
    .logo_partners_logistics .col_logo:nth-child(2) img:first-child {
        left: 4%;
        top: 28%;
        width: 50.6%;
    }
    .logo_partners_logistics .col_logo:nth-child(2) img:nth-child(2) {
        right: 5%;
        top: 12%;
        width: 29.1%;
    }
    .logo_partners_logistics .col_logo:nth-child(2) img:nth-child(3) {
        left: auto;
        right: 0;
        bottom: 3%;
        width: 56%;
    }
    .logo_partners_logistics .col_logo:nth-child(2) img:nth-child(4) {
        right: auto;
        left: 2%;
        bottom: 15%;
        width: 36.1%;
    }
    section.partners_logistics+.bg_section_title h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .important_text_delivery {
        padding: 14px 0 32px;
    }
    .important_text_delivery h2 {
        margin-bottom: 22px;
    }
    .important_text_delivery h2+p {
        text-align:justify !important;
    }
    .important_text_delivery .text_block {
        margin-top: 22px;
        text-align: justify;
    }
    .important_text_delivery .text_block>p {
        margin-bottom: 22px;
    }
    .important_text_delivery .text_block .col-md-8>*:not(:last-child) {
        margin-bottom: 22px;
    }
    .important_text_delivery .text_block .col-md-8 h4{
        font-weight:400;
    }
    .important_text_delivery .botoom_block {
        margin-top: 22px;
        padding: 16px;
        font-weight: 400;
    }
    .important_text_delivery .botoom_block>.container>div {
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
    }
    .important_text_delivery .botoom_block>.container>div svg{
        width: 40px;
        height: 40px;
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        margin-right: 5px;
    }
    .important_text_delivery .botoom_block .text{
        text-align:left;
        padding-left: 5px;
        font-size: 14px;
    }
    .important_text_delivery .botoom_block .text a{
        display: block;
        text-align: center;
    }
    .contacts_section h4{
        margin-bottom: 8px;
    }
    .contacts_section .contacts_data {
        margin-bottom: 32px;
    }
    .contacts_section .left_block {
        width: 100%;
        padding: 0 5px;
        margin: 0;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .contacts_section .col_icons .d-flex {
        margin-bottom: 8px;
    }
    .contacts_section .col_icons {
        width: 50%;
        font-size:14px;
    }
    .contacts_section .col_icons:nth-child(n+3){
        margin-top: 26px;
    }
    .contacts_section:not(.contacts_section_2) .col_icons a[href^="mailto:"]{
        font-size:16px;
    }

    .col_icons.requisites_col p{
        font-size:12px;
        line-height: 130%;
    }
    .col_icons .wrap_img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .col_icons.mail_col {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding-left: 10px;
    }
    .col_icons.requisites_col {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .scheme_map {
        font-size: 14px;
    }
    .scheme_map h4{
        margin-bottom: 12px;
    }
    .contacts_data .block_link_downld{
        margin-top: 20px;
        margin-bottom: 32px;
    }
    .block_link_downld>* {
        width: 50%;
    }
    .btn_blue{
        font-size:16px;
    }
    .contacts_section .right_block {
        width: 100%;
        padding: 0 5px;
    }
    .contacts_section .text_block {
        margin-bottom: 21px;
    }
    .our_staff>.container>.text_block {
        margin-bottom: 47px;
    }
    .our_staff .bg_section_title {
        margin-bottom: 32px;
    }
    .card_staff {
        padding: 16px 25px 16px 16px;
    }
    .info_staff>p {
        font-size: 14px;
    }
    .contacts_staff .left_block {
        padding-right: 0;
        font-size: 14px;
    }
    .contacts_staff .left_block a:not(:last-child) {
        margin-bottom: 10px;
    }
    .card_staff .wrap_img{
        max-width:120px;
    }
    .qr_specialist {
        display: none;
    }
    .btn_blue_gradient {
        font-size: 12px;
        padding: 10px 9px;
    }
    .contacts_staff .btn_blue_gradient{
        margin-top: 8px;
        width: 100%;
    }
    .quality_warranty {
        font-size: 16px;
    }
    .quality_warranty .bg_section_title {
        margin-bottom: 32px;
    }
    .row_quality {
        margin-bottom: 24px;
        padding-left: 7px;
    }
    .reviews_slider {
        margin-bottom: 48px;
    }
    .reviews_slider .owl-dots {
        bottom: -30px;
    }
    .our_requisites {
        padding-bottom: 4px;
    }
    .our_requisites .text_block {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .table_requisites th {
        font-size: 20px;
        font-weight: 600;
    }
    .table_requisites td {
        font-size: 16px;
    }

    .drop_menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        color: #11141D;
        text-align: center;
        padding: 37px 16px 6px;
        z-index: 99;
        -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
        max-height: calc(100vh - 140px);
        overflow: auto;
    }

    .drop_menu .menu_lvl_1 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 26px;
    }
    .drop_menu .menu_lvl_1 ul {
        position: static;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 400;
        font-size: 16px;
        li{
            padding-left:24px;
            padding-right: 24px;
            position: relative;
        }
    }
    .drop_menu .menu_lvl_3 {
        font-size: 14px;
    }
    .drop_menu .parent>a.active {
        border-bottom: 1px solid;
        color: #102A83;
    }
    .drop_menu .menu_lvl_2 .arr_parent_menu {
        position: absolute;
        top: 10px;
        right: 4px;
        display: inline-block;
        margin-left: auto;
        border: 5px solid #000;
        border-top-color: transparent;
        border-right-color: transparent;
        transform: rotate(-45deg);
    }
    .parent.active{
        >.arr_parent_menu{
            transform: rotate(135deg);
            margin-top: 5px;
        }
    }
    .section_title{
        font-weight: 700;
        font-size: 32px;
        line-height: 110%;
        padding: 10px 16px;
    }

    .table_device:not(.owl-loaded) {
        overflow:auto;
    }
    .table_device {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .table_device .owl-dots {
        bottom: -20px;
    }
    .table_device:not(.owl-loaded) .item_device{
        margin-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .item_device {
        max-width: 100%;
        padding: 10px 5px 0 20px;
        border: 0.7px solid #102A83;
        height: 100%;
    }
    .row_table>* {
        margin-bottom: 15px;
    }
    .row_table>dd {
        padding-left: 40px;
    }
    .form_block.fancybox-content.popup_form form {
        margin: 25px auto 0;
    }
    .popup_form .accept_check {
        margin: 15px 0;
    }
    .fix_social_button {
        width: 78px;
    }
    .fix_social_button>* {
        margin-top: 13px;
        padding: 4px;
        text-transform: none;
    }
    .fix_social_button .red_btn{
        font-size:12px;
        text-transform:none;
    }
    .fix_social_button .soc_link{
        padding-left:7px;
        padding-right: 7px;
    }
    .fix_social_button .link_video_fix {
        font-size: 9px;
        width: 55px;
        height: 55px;
        margin-left: auto;
        margin-right: 5px;
    }

    .form_block.mob.color_section {
        margin-top: 32px;
        padding: 35px 40px 32px;
    }
    .item_our_advantage {
        height: 88px;
    }
    .our_advantage .list_advantage>* {
        padding: 0 5px;
        margin-bottom: 8px;
    }
    .our_advantage .list_advantage {
        margin: 0 3px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .item_our_advantage .back_side {
        padding: 8px 5px;
    }
    .item_our_advantage .back_side p {
        font-size: 14px;
        font-weight:400;
        line-height:16.8px;
    }
    .our_advantage .text_block{
        margin-top: 24px;
    }
    .list_section_services.slider_desktop {
        padding: 0;
        margin: 32px 0 0;
    }
    .list_type_metal.row.justify-content-center{
        -ms-flex-flow:nowrap;
        flex-flow:nowrap;
        overflow-x:auto;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .list_type_metal.row.justify-content-center>* {
        width: 157px;
        margin-right: 20px;
    }
    .price_services .dop_note_text {
        margin-top: 32px;
    }
    .table_price table td{
        min-width:175px;
    }
    .table_price {
        overflow: auto;
        margin-right: -16px;
    }
    .price_services .red_btn {
        max-width: 174px;
        margin-top: 32px;
    }
    .tabs_content+.text_dop_descr{
        margin-top: 32px;
    }
    .tabs_content+.text_dop_descr>p:first-child {
        text-align: center;
        font-size: 18px;
    }
    .detail_page_services .color_section {
        padding-bottom:40px;
        margin-bottom: 32px;
    }
    .detail_page_services .reccomend_documentation h4{
        font-size:18px;
        margin-bottom: 27px;
    }
    .detail_page_services .color_section .red_block {
        margin-top: 40px;
    }
    .detail_page_services .block_link_downld {
        margin-top: 0;
        margin-bottom: 32px;
    }
    .gallery_work h4 {
        margin-bottom: 18px;
    }
    .foto_work_slider {
        padding: 0 24px;
        margin-bottom: 62px;
    }
    .foto_work_slider [class^="col-"] {
        padding: 0 5px;
    }
    .foto_work_slider .row {
        margin: 0 -5px;
    }
    .foto_work_slider .item_slide>*:not(:last-child){
        margin-bottom: 10px;
    }
    .list_articles>.row>[class^="col-"]:not(:last-child) {
        margin-bottom: 32px;
    }
    ol {
        padding-left: 17px;
    }
    .list_iblock_section>h4{
        font-size: 18px;
    }
    .page_articles_main .search_field_article, .page_industries_main .search_field_article {
        max-width: 313px;
        margin: 0 auto 10px;
    }
    .list_iblock_section:not(:last-child) {
        margin-bottom: 15px;
    }
    .list_iblock_section ul {
        font-weight: 400;
        margin: 10px -5px 0;
        font-size: 14px;
    }
    .list_iblock_section ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .list_iblock_section ul li a{
        padding: 4px;
    }
    .container.articles_list_element {
        margin-top: 20px;
    }
    .owl-dots{
        bottom: -25px;
    }
    .good_article .container {
        padding: 0;
    }
    .good_article .owl-dots {
        bottom: -45px;
    }
    .staff_constr_item {
        padding: 15px 8px 15px 15px;
        margin-bottom: 32px;
    }
    .staff_constr_item .img_staff {
        width: 42.9%;
        padding-top: 55%;
    }
    .staff_constr_item>.mob {
        width: 57.1%;
        padding-left: 14px;
    }
    .staff_constr_item:nth-child(even)>.mob{
        padding-left: 0;
        padding-right: 14px;
    }
    .staff_constr_info {
        padding-left: 0;
        width: 100%;
    }
    .contacts_staff_constr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .contacts_staff_constr a[href^="tel:"] {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 7px;
    }
    .contacts_staff_constr a[href^="mailto:"] {
        display: inline-block;
        font-size: 12px;
        margin-bottom: 7px;
    }
    .contacts_staff_constr a[href^="tel:"] .wrap_svg{
        margin-right: 1px;
    }
    .contacts_staff_constr a[href^="mailto:"] .wrap_svg {
        margin-right: 5px;
    }
    .staff_constr_info .text_block_info{
        margin-top: 18px;
    }
    .staff_constr_info .text_block_info p {
        margin-bottom: 14px;
        font-size: 14px;
        font-weight: 400;
    }
    .list_serv_departament {
        margin: 0 -3px;
    }
    .list_serv_departament>* {
        padding: 0 8px;
        min-height: 195px;
    }
    .item_serv_departament {
        padding: 41px 5px 14px;
    }
    .item_serv_departament .wrap_img {
        height: 32px;
        margin-bottom: 13px;
    }
    .list_serv_departament>:first-child .item_serv_departament .wrap_img {
        margin-bottom: 7px;
    }
    .list_serv_departament>:nth-last-child(n+3) {
        margin-bottom: 17px;
    }
    .warranty_departament .color_section {
        padding: 27px 0;
        font-size: 16px;
        font-weight: 400;
    }
    .warranty_departament .color_section .text_block h2 {
        margin-bottom: 23px;
        font-size: 18px;
    }
    .warranty_departament .color_section .red_block{
        margin-top: 27px;
        font-size: 14px;
    }
    .warranty_departament .color_section .red_block .wrap_img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .warranty_departament .color_section .red_block .d-flex.justify-content-center {
        flex-direction: column;
    }
    .warranty_departament .color_section .red_block .d-flex:not(:last-child) {
        margin-right: 0;
        justify-content: center;
    }
    .page_construction_departament .how_work{
        margin-top: 24px;
    }
    .top_banner_page {
        padding: 30.77%;
    }
    .play_video_btn {
        width: 50px;
        height: 50px;
    }
    .item_advantage_company {
        font-size: 14px;
        padding: 3px 0;
    }
    .item_advantage_company .text_block p:not(:last-child) {
        margin-bottom: 5px;
    }
    .item_advantage_company .text_block p:first-child span {
        font-size: 24px;
        font-weight: 700;
    }
    .item_advantage_company .wrap_img {
        height: 32px;
    }
    .advantage_company>.container>.row>*:nth-child(2) .wrap_img {
        padding-top: 7px;
    }
    .advantage_company>.container>.row>*:last-child .wrap_img {
        padding-top: 10px;
    }
    .advantage_company>.container>.text_block {
        margin-top: 36px;
    }
    .card_staff.departament {
        padding: 11px 15px 15px;
        flex-direction: column;
    }
    .card_staff.departament .wrap_img {
        max-width: 253px;
        margin: 0 auto 12px;
        min-height: unset;
        padding: 24%;
    }
    .card_staff.departament .wrap_img img{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .card_staff.departament .data_staff {
        flex-direction: row;
    }
    .card_staff.departament .info_staff {
        flex: 0 0 38.4%;
    }
    .card_staff.departament .info_staff a[href^="mailto:"] {
        font-size:12px;
        margin-top: 6px;
        display: inline-block;
    }
    .card_staff.departament .contacts_staff {
        padding: 0 6px 0 17px;
        margin: 0;
    }
    .page_our_works .color_section.how_work {
        margin: 32px 0;
    }
    .gallery_work_slider {
        padding: 0 24px;
    }
    .gallery_work_slider .item_slide .col-6:first-child, .gallery_work_slider .item_slide .col-6:nth-child(2) {
        margin-bottom: 10px;
    }
    .gallery_work_slider [class^="col-"] {
        padding: 0 5px;
    }
    .item_accordeon_name {
        align-items: flex-end;
        font-size: 16px;
        font-weight: 600;
        line-height: 120%;
    }
    .item_accordeon_name:after {
        width: 10px;
        height: 10px;
        bottom: 10px;
        right: 15px;
    }
    .item_accordeon_name>p:first-child {
        padding-right: 25px;
    }
    .our_device_detail .item_device .bold_text_device {
        margin: 10px 0 20px;
    }
    .search_field_article .search-form {
        position: absolute;
        right: 0;
        width: 36px;
        height: 36px;
    }
    .search_field_article .search-form:not(.open):before{
        content:'';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }
    .search_field_article .search-form:not(.open) input[type="text"] {
        font-size: 0;
    }
    .search_field_article svg {
        right: 4px;
    }
    .search_field_article .search-form.open {
        width: calc(100vw - 32px);
    }
    .color_form_text {
        padding: 30px;
        max-width: 465px;
    }
    .accept_cookies_block_wrap {
        flex-flow:wrap;
        gap: 10px;
    }
}
@media all and (max-width: 490px){
    .our_partners {
        padding-bottom: 32px;
    }
    .logo_partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .item_parter_logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 243px;
        padding-right: 30px;
    }
    .item_parter_logo img {
        max-height: 112px;
    }

}
@-webkit-keyframes marquee {
    0%{-webkit-transform: translate(0, 0);}
    100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
    0%{transform: translate(0, 0);}
    100%{transform: translate(-100%, 0)}
}
