@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/montserrat_bold.eot'); /* IE 9 Compatibility Mode */
    src: url('../../fonts/montserrat_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../../fonts/montserrat_bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/montserrat_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../../fonts/montserrat_bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/montserrat_bold.svg#montserrat_bold') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/montserrat_medium.eot'); /* IE 9 Compatibility Mode */
    src: url('../../fonts/montserrat_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../../fonts/montserrat_medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/montserrat_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../../fonts/montserrat_medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/montserrat_medium.svg#montserrat_medium') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/montserrat_regular.eot'); /* IE 9 Compatibility Mode */
    src: url('../../fonts/montserrat_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../../fonts/montserrat_regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/montserrat_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../../fonts/montserrat_regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/montserrat_regular.svg#montserrat_regular') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/montserrat_semibold.eot'); /* IE 9 Compatibility Mode */
    src: url('../../fonts/montserrat_semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../../fonts/montserrat_semibold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/montserrat_semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../../fonts/montserrat_semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/montserrat_semibold.svg#montserrat_semibold') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*, ul, li, p, h1, h2, h3, h4,dl,dt,dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
h1 {
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 10px;
}
h2 {
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 10px;
}
h3 {
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 10px;
}
h4{
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 10px;
}
h5 {
    font-weight: 400;
    margin-bottom: 10px;
}
html, body {
    overflow-x: hidden;
    background: #0F1821;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color:#fff;
}
body{
    padding-top: 150px;
}
html.no_scroll{
    overflow:hidden;
}
.no_scroll body{
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}
input, textarea, button {
    outline: none;
    box-shadow: none;
    border: none;
    background: 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:visited, a:active, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img, svg {
    max-width: 100%;
    height: auto;
}
a[href^="tel:"]{
    white-space: nowrap;
}
:root{
    --red:#E63B23;
    --blue:#317FC2;
}
.container{
    max-width:1460px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    margin: 0 -10px;
}
.row>.left_block,.row>.right_block{
    padding: 0 10px;
}
[class^="col-"]{
    padding: 0 10px;
}
.text_block ol {
    padding-left: 1.1em;
}
.text_block ul {
    padding-left: 1.1em;
}
.btn_m {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 35px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.btn_red{
    background: var(--red);
    color:#fff;
}
.dwnld_btn {
    display: inline-block;
    position: relative;
    padding: 15px 34px;
    text-align: center;
    color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    border: 1px solid;
    white-space: nowrap;
    cursor: pointer;
}
.dwnld_btn:hover,.dwnld_btn:active,.dwnld_btn:visited{
    color: var(--blue);
}
.dwnld_btn:after{
    content:'';
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-left: 9px;
    background: url('data:image/svg+xml,\
    <svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M10 10H13L9 14L5 10H8V6H10V10ZM12 2H2V18H16V6H12V2ZM0 0.9918C0 0.44405 0.44749 0 0.9985 0H13L17.9997 5L18 18.9925C18 19.5489 17.5551 20 17.0066 20H0.9934C0.44476 20 0 19.5447 0 19.0082V0.9918Z" fill="%23317FC2"/>\
</svg>');
    vertical-align: middle;
}
.text_block p:not(:last-child){
    margin-bottom: 1rem;
}
.text_block ol li {
    list-style: decimal;
    margin-bottom: 1rem;
}
.text_block ul li {
    list-style: disc;
    margin-bottom: 1rem;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #0F1821;
}
.container_header{
    display: flex;
    padding: 40px 10px 48px;
    max-width: 1740px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}
.top_menu {
    position: absolute;
    bottom: 0;
    left: 10px;
}
.top_menu>ul{
    display: flex;
}
.top_menu>ul>li {
    margin-right: 30px;
}
.top_menu>ul>li>a{
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    font-size: 20px;
}
.top_menu>ul>li>a:hover{
    color: var(--red);
    border-bottom: 1px solid;
}
.container_header>.left_block{
    padding-right: 10px;
}
.container_header>.right_block {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    width:auto;
}
.container_header>.right_block .block_contacts {
    display: flex;
    margin-right: 20px;
}
.block_contacts__data {
    display: flex;
    align-items: center;
}
.block_contacts__data .soc_block{
    margin-right: 5px;
}
.soc_block>a {
    display: inline-block;
    margin-right: 1px;
}
.soc_block>a:last-child{
    margin-right: 0;
}
.block_contacts__name {
    font-size: 0.875rem;
    color: #8E8E93;
    font-weight: 500;
    margin-bottom: 5px;
}
.block_contacts__data>a {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.block_contacts__data>a svg {
    margin-right: 8px;
}
.block_social_contacts__name {
    font-size: 12px;
    color: #8E8E93;
    font-weight: 500;
    margin-bottom: 5px;
}
.block_social_contacts__data>a {
    font-weight: 500;
    display: flex;
    align-items: center;
}
.block_social_contacts__data {
    display: flex;
    align-items: center;
}
.block_social_contacts__data .soc_block {
    margin-right: 5px;
}
section:not(:last-child){
    margin-bottom: 100px;
}
.main_banner {
    position: relative;
    min-height:810px;
    height: 1px;
}
.main_banner>.wrap_img {
    position: relative;
    height: 100%;
    overflow:hidden;
}
.main_banner>.wrap_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    min-height: 100%;
}

.main_banner .content_banner {
    position: absolute;
    z-index: 2;
}
.video_banner .content_banner.left_block .wrap_content:before{
    background: linear-gradient(114deg, #000000B2 83.3%, transparent 83.3%);
    /* opacity: 0; */
}
.video_banner .content_banner.left_block:after{
    display: none;
}
.content_banner.left_block{
    left: 0;
    right: 0;
    top: 10vw;
    max-width: 1920px;
    margin: 0 auto;
}
.content_banner.left_block h1 {
    font-size: 30px;
}

.main_banner .content_banner.left_block>.container{
    position: relative;
}
.main_banner .content_banner.left_block>.container:after{
    content: '';
    position: absolute;
    width: 2px;
    background: var(--blue);
    height: 2500px;
    top: -11vw;
    left: 21%;
    transform: skewX(-24deg);
    z-index: 2;
}
.content_banner.left_block .wrap_content {
    position: relative;
    display: inline-block;
    padding: 23px 150px 0 30px;
    width: 100%;
    max-width: 789px;
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
}

.content_banner.left_block .wrap_content:after{
    content: '';
    position: absolute;
    display: block;
    right: -223px;
    background: var(--red);
    top: 58%;
    z-index: -1;
    width: 630px;
    height: 2px;
    transform: rotate(114deg);
}
.descr_title {
    display: flex;
    gap: 50px;
}
.descr_title__item dt {
    font-size: 32px;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 5px;
}
.content_banner.left_block .wrap_content .btn_m{
    margin-top: 60px;
}
.content_banner.right_block {
    right: 5%;
    padding: 33px 110px;
    bottom: 50px;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    gap: 50px;
    max-width: 808px;
}

.content_banner.right_block .wrap_img {
    flex: none;
}
.big_digital {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}
.big_digital .num {
    font-size: 180px;
}
.about_production {
    position: relative;
    z-index: 3;
}
.about_production .text_block {
    font-size: 18px;
}
.greadient_block{
    background: linear-gradient(90deg, #2C2C2E, #2C2C2E00);
    padding: 60px 50px;
    border-radius: 20px;
}
.form_content_wrap {
    max-width: 480px;
}
.form_content_wrap h5 {
    margin-bottom: 20px;
}
.block_input .input_row {
    position: relative;
}
.form_block label {
    display: block;
    margin: 15px 0;
}
.input_row:first-child label {
    margin-top: 0;
}
.caption_input {
    font-weight: 500;
    font-size: 12px;
    padding: 0 10px 5px;
    display: inline-block;
    color:#8E8E93;
}
.form_block .download_file {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #48484A;
    padding: 16px;
    cursor: pointer;
    font-size: 1.125em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.form_block .download_file:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    width: 18px;
    height: 11px;
    background-image: url('data:image/svg+xml,\
    <svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M14.077 11.5V8.577H11.154V7.577H14.077V4.654H15.077V7.577H18V8.577H15.077V11.5H14.077ZM7.615 8.577H4.078C2.95 8.577 1.98867 8.17966 1.194 7.385C0.399336 6.59033 0.00133668 5.62866 3.34169e-06 4.5C-0.00132999 3.37133 0.396336 2.40966 1.193 1.615C1.98967 0.82033 2.951 0.422664 4.077 0.421997H7.616V1.422H4.077C3.23034 1.422 2.506 1.72333 1.904 2.326C1.30134 2.92933 1 3.654 1 4.5C1 5.346 1.30134 6.07033 1.904 6.673C2.50667 7.27566 3.231 7.577 4.077 7.577H7.616L7.615 8.577ZM5.5 5V4H12.5V5H5.5ZM18 4.5H17C17 3.65333 16.6987 2.929 16.096 2.327C15.4933 1.72433 14.769 1.423 13.923 1.423H10.385V0.422997H13.923C15.051 0.422997 16.0127 0.820664 16.808 1.616C17.6033 2.41133 18.0007 3.37266 18 4.5Z" fill="%23E63B23"/>\
    </svg>');
}
.form_block input[type='file'] {
    display: none;
}
.result_file {
    font-size: 14px;
}
.block_form_page input[type="text"], .popup_form input[type="text"] {
    width: 100%;
    border: 1px solid #48484A;
    padding: 16px;
    font-size: 1.125em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
}
.errorMessages {
    color: #ff8a8a;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
}
.accept_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 15px;
    margin-top: 15px;
    color:#8E8E93;
}
.accept_check input[type=checkbox] {
    opacity: 0;
    width: 15px;
    margin-right: 8px;
}
.accept_check label {
    margin: 0;
}
.accept_check span[role="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    background:var(--red);
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 50%;
}
input[type=checkbox]:checked+.text_accept label [role="checkbox"]:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #2C2C2E;
    border-left: 2px solid #2C2C2E;
}
.form_block .block_social_contacts {
    margin-top: 10px;
}
.form_block .block_social_contacts__data>a{
    font-size:1.25em;
}
.our_device>.container{
    position: relative;
    z-index:2;
}
.our_device .title_block {
    margin-left: auto;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 2;
}
.our_device .name_device {
    font-size: 180px;
    font-weight: 700;
}
.content_device_block {
    justify-content: space-between;
    margin-bottom: 50px;
}
.content_device_block>* {
    padding: 0 10px;
}
.content_device_block>.left_block {
    width: 54.5%;
    position: relative;
}
.content_device_block>.right_block {
    width: 44%;
}
.content_device_block .caption_block:not(:first-child){
    margin-top: 20px;
}
.wrap_img_device {
    position: absolute;
    bottom: 0;
    right: -35px;
}
.site_valcovka .wrap_img_device {
    right: unset;
    left: 0;
    bottom: 20%;
}
.content_device_block .img_device {
    margin-bottom: 26px;
    text-align: center;
}
.content_device_block .descr_device {
    border: 2px solid var(--red);
    border-radius: 20px;
    display: inline-block;
    padding: 13px 28px;
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 700;
}
.descr_device__separator {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin: 0 30px;
    flex: none;
}
.greadient_block .caption_block {
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 20px;
}
.device_props {
    display: flex;
    flex-flow: wrap;
}
.device_props dt {
    width: 57.3%;
    padding-right: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}
dt:nth-last-child(2){
    padding-bottom:0;
}
.device_props dd {
    width: 42.7%;
    border-left:1px solid var(--red);
    padding-left: 20px;
    padding-bottom: 10px;
}
.device_props dd:last-child{
    padding-bottom:0;
}
.brand_device {
    display: flex;
    font-size: 60px;
    margin: 10px 0 30px;
    gap: 10px;
    align-items: center;
}
.radial_gradient_block_s {
    width: 1350px;
    height: 1250px;
    position: absolute;
    top: -270px;
    left: -210px;
    /*background: url("img/s_black.svg") center no-repeat, radial-gradient(ellipse,#D24C54 -30%, transparent 61%);*/
    background: url("img/s_black.svg") center no-repeat, url('img/laser_bg.svg') center no-repeat;
    z-index: -1;
}
.radial_gradient_block {
    width: 1350px;
    height: 1250px;
    position: absolute;
    top: -570px;
    left: -210px;
    /*background: url("img/s_black.svg") center no-repeat, radial-gradient(ellipse,#D24C54 -30%, transparent 61%);*/
    background:url('img/laser_bg.svg') center no-repeat;
    z-index: -1;
}
.our_works h3 {
    margin-bottom: 50px;
}
.our_works_slider_wrapper {
    margin-right: -25%;
    position: relative;
}
.our_works_slider .item_slider {
    border-radius: 20px;
    overflow: hidden;
}
.slider_navigation {
    position: absolute;
    top: -86px;
    right: 0;
}
.our_works .slider_navigation{
    margin-right: 20%;
}
.slider_navigation .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 80px;
    display: flex;
    align-items: center;
    height: 0;
    justify-content: space-between;
    margin-top: 2px;
}
.slider_navigation .wrap_progress_bar {
    margin: 0 70px;
    border-radius: 4px;
    height: 4px;
    line-height: 0;
    font-size: 0;
    background: #2C2C2E;
    width: 150px;
}
.slider_navigation .wrap_progress_bar .scale{
    height: 4px;
    background: var(--blue);
    border-radius: 4px;
}
/*start table price*/
.price_services{
    margin-bottom: 50px;
    position: relative;
    z-index:2;
}
.price_services h2{
    margin-bottom: 30px;
}
.price_services .tabs_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    overflow-x:auto;
}
.price_services .tabs_link>* {
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex: 1 0 auto;
    width:auto;
    min-width: 200px;
    min-height: 53px;
}
.price_services .tabs_link>*.active {
    background: var(--red);
}
.price_services .tabs_link>* span {
    height: 100%;
    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: 1px solid var(--red);
    border-right: none;
    padding: 19px 35px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.price_services .tabs_link>*:last-child span {
    border-right: 1px solid var(--red);
}
.price_services .tabs_content>*:not(.active) {
    display: none;
}
.price_services .tabs_content .top_block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.tabs_content .top_block .text_block{
    margin-right: 50px;
}
.price_services .tabs_content .top_block .dwnld_btn{
    margin: 0 auto;
}
.table_price {
    overflow: auto;
}
.table_price table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.table_price table th {
    border-bottom: 1px solid var(--red);
    padding: 20px;
    font-weight: 400;
    text-align: center;
}
.site_pokraska .table_price table th{
    border-top: 1px solid var(--red);
}
.site_pokraska .table_price tr:first-child>th:first-child {
    border-right: 1px solid var(--red);
}
.table_price table th:nth-child(2),.table_price table td:nth-child(2){
    color: var(--red);
}
.table_price table td {
    border-bottom: 1px solid var(--blue);
    padding: 24px 20px;
    text-align: center;
}
.text_dop_descr {
    position: relative;
    padding: 30px 50px 30px 120px;
    background: #E63B234D;
    font-size: 12px;
    line-height:1.25;
}
.text_dop_descr:before{
    content:'';
    position: absolute;
    left: 53px;
    top: 33px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 9px;
    background: url('data:image/svg+xml,\
    <svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M17 33.6666C7.79529 33.6666 0.333374 26.2046 0.333374 16.9999C0.333374 7.79517 7.79529 0.333252 17 0.333252C26.2047 0.333252 33.6667 7.79517 33.6667 16.9999C33.6667 26.2046 26.2047 33.6666 17 33.6666ZM17 12.8333C18.3807 12.8333 19.5 11.714 19.5 10.3333C19.5 8.95253 18.3807 7.83325 17 7.83325C15.6194 7.83325 14.5 8.95253 14.5 10.3333C14.5 11.714 15.6194 12.8333 17 12.8333ZM20.3334 21.9999H18.6667V14.4999H13.6667V17.8333H15.3334V21.9999H13.6667V25.3333H20.3334V21.9999Z" fill="%23E63B23"/>\
    </svg>');
    background-size: contain;
}
/*end table price*/

.recommendations {
    position: relative;
    z-index: 2;
}
.recommendations h4{
    margin-bottom: 30px;
}
.recommendations .greadient_block {
    height: 100%;
}
.information_block_d h2{
    text-align: center;
    margin-bottom: 50px;
}
.information_block_d>.container{
    position: relative;
    z-index:1;
}
.information_block{
    position: relative;
    z-index:2;
}
.graf_block .scale_num {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #8E8E93;
    margin-bottom: 20px;
}
.graf_info__item {
    display: flex;
    justify-content: space-between;
    flex-flow:wrap;
    margin-bottom: 10px;
}

.graf_info__item>.graf_info__item-pos:nth-child(2){
    text-align: right;
    border-radius:20px;
    background: var(--blue);
    padding: 0 8px;
}
.progress_graf {
    width: 100%;
    height: 16px;
    background: #3A3A3C;
    border-radius: 20px;
    margin-top: 10px;
}
.progress_graf .progress_graf__scale{
    height:100%;
    background: var(--red);
    display: inline-block;
    border-radius: 20px;
}
.content_information_block{
    justify-content: space-between;
}
.content_information_block.row>*{
    padding: 0 10px;
}
.content_information_block>.left_block {
    width: 53.7%;
    position: relative;
}
.content_information_block>.left_block .wrap_img {
    position: relative;
    text-align: right;
}
.content_information_block>.left_block .wrap_img .img_note {
    position: absolute;
    left: 0;
    width: 60%;
    text-align: left;
    height: 2px;
    background: var(--red);
    display: flex;
    align-items: center;
}
.content_information_block>.left_block .wrap_img .img_note span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-radius: 54px;
    background: #2C2C2E;
    white-space: nowrap;
    margin-left: -1px;
}
.content_information_block>.left_block .wrap_img .img_note:nth-child(2) {
    top: 16%;
}
.content_information_block>.left_block .wrap_img .img_note:nth-child(3) {
    top: 31%;
}
.content_information_block>.left_block .wrap_img .img_note:nth-child(4) {
    top: 50%;
}
.content_information_block>.left_block .wrap_img .img_note:nth-child(5) {
    bottom: 30%;
}
.content_information_block>.left_block .wrap_img .img_note:nth-child(6) {
    bottom: 6%;
}
.content_information_block>.right_block {
    width: 40.3%;
}
.content_information_block>.left_block .radial_gradient_block {
    top: -200px;
}
.how_work {
    position: relative;
    z-index: 2;
}
.how_work h2{
    text-align: center;
    margin-bottom: 52px;
}

.block_stages_work {
    display: flex;
    justify-content: space-between;
    max-width:1196px;
    margin: 0 auto;
}
.block_stages_work .item_stage {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(90deg, #2C2C2E, #2C2C2E00);
    padding: 20px;
    max-width: 200px;
    font-size: 20px;
}
.block_stages_work .item_stage .top_block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.block_stages_work .item_stage .wrap_img{
    width: 56px;
    height: 56px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex:none;
}
.block_stages_work .item_stage .top_block>span {
    font-size: 50px;
    font-weight: 700;
}
.block_stages_work .item_stage:not(:last-child):after{
    content:'';
    display: inline-block;
    position: absolute;
    background: url('data:image/svg+xml,\
    <svg width="33" height="57" viewBox="0 0 33 57" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M5.25 1.5L26.5931 22.8431C29.7173 25.9673 29.7173 31.0327 26.5931 34.1569L5.25 55.5" stroke="%23317FC2" stroke-width="2" stroke-linecap="round"/>\
    <path d="M1.75 11.5L13.0931 22.8431C16.2173 25.9673 16.2173 31.0327 13.0931 34.1569L1.75 45.5" stroke="%23E63B23" stroke-width="2" stroke-linecap="round"/>\
    </svg> ');
    width: 30px;
    height: 54px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 25%;
}
.faq h2{
    text-align: center;
    margin-bottom: 50px;
}
.question_list {
    max-width: 1196px;
    margin: 0 auto;
}
.item_accordeon {
    background: linear-gradient(90deg, #2C2C2E, #2C2C2E00);
    border-radius: 40px;
    padding: 0 20px 0 30px;
    margin-bottom: 10px;
}
.item_accordeon:last-child{
    margin-bottom: 0;
}
.item_accordeon_name {
    position: relative;
    font-size: 20px;
    padding: 20px 0;
    cursor:pointer;
}
.item_accordeon_name>p {
    padding-right: 40px;
}
.item_accordeon_name:after {
    content: '+';
    position: absolute;
    top: 21px;
    right: 0;
    color: var(--red);
    font-size: 35px;
    line-height: 20px;
    transition:0.3s;
}
.open .item_accordeon_name:after{
    transform:rotate(45deg);
}
.item_accordeon_description{
    display: none;
    padding: 20px 0;
}
.item_accordeon_description .item_img_top {
    display: inline-block;
    margin: 0 20px 10px;
    padding: 0 18px;
}
.item_accordeon_description .item_img_top p{
    margin-top: 10px;
}
.how_other_services h2 {
    margin-bottom: 50px;
    text-align: center;
}
.other_services__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: -10px;
}
.other_services__item {
    text-align: center;
    margin-top: 10px;
}
.other_services__name {
    background: #2C2C2E;
    border-radius: 20px;
    font-weight: 700;
    padding: 20px;
}
.other_services__item .wrap_img{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    padding-top: 66.2%;
    margin-bottom: 10px;
}
.img_item {
    position: relative;
    overflow: hidden;
}
.img_item img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.reviews h3 {
    margin-bottom: 50px;
}
.reviews_slider_wrapper{
    position: relative;
}
.reviews_slider__item {
    padding: 30px 44px 30px 40px;
    background: linear-gradient(90deg, #2C2C2E, #2C2C2E00);
    min-height: 288px;
}
.reviews_slider__item .top_block {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 20px;
}
.reviews_slider__item .rating {
    display: flex;
    align-items: center;
}
.reviews_slider__item .rating span{
    padding-left: 30px;
    position: relative;
}
.reviews_slider__item .rating span:before{
    content: '.';
    position: absolute;
    line-height: 0;
    top: 7px;
    left: 12px;
}
.callback_page_section .left_block {
    display: flex;
    width: 61%;
}
.callback_page_section .left_block .wrap_img {
    margin-right: 60px;
    flex: 0 0 28.7%;
    position: relative;
}
.callback_page_section .left_block .wrap_img:before{
    content: '';
    position: absolute;
    top: -26%;
    width: 144%;
    height: 387px;
    background: url(img/red_shadow.svg) center no-repeat;
    z-index: -1;
}
.callback_page_section .left_block .content_block {
    position: relative;
    z-index: 2;
}
.callback_page_section .left_block .content_block>*:not(:last-child) {
    margin-bottom: 30px;
}
.callback_page_section .block_form_page {
    flex: auto;
    width:auto;
}
.callback_page_section .right_block .form_block {
    padding: 0 30px 0 50px;
}
.contacts_section h3{
    margin-bottom: 50px;
}
.contacts_section .left_block {
    width: 67.8%;
    margin-right: 25px;
}
.name_col {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.name_col svg{
    margin-right: 12px;
    margin-top: 2px;
}
.contacts_section .left_block .bottom_block p:not(:last-child) {
    margin-bottom: 10px;
}
.contacts_section .left_block .bottom_block a+span {
    font-size: 10px;
    display: block;
    margin-top: 5px;
}
.contacts_cols>.row>*:not(:last-child){
    max-width: 240px;
}
.contacts_section .left_block>.bottom_block {
    display: flex;
    justify-content: space-between;
}
.contacts_section .right_block.block_form_page {
    flex: auto;
    width:auto;
}
#map1 {
    height: 420px;
    margin-top: 30px;
}
footer{
    font-size: 12px;
    padding: 30px 0 20px;
}
.popup_block_hide>*{
    display: none;
}
#success_popup {
    color: #000;
    font-size: 20px;
}
.mb_50{
    margin-bottom: 50px;
}
.image_block_section {
    position: relative;
    max-width: 1138px;
    margin: 0 auto;
}
.image_block_section .radial_gradient_block {
    top: -300px;
}
.image_block_section .wrap_img{
    margin-bottom: 20px;
}
.image_block_section__descr {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.image_block_section__descr>* {
    min-width: 200px;
    text-align: center;
    padding: 10px 24px;
    background: var(--red);
    font-size: 20px;
    border-radius: 54px;
}
.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;
    border-bottom: 1px solid var(--red);
}
.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;
}
.type_material_list .radial_gradient_block {
    top: -10%;
    left: 0;
}
.site_robot .wrap_img_device{
    right:auto;
}
.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%;
}

@media all and (min-width:961px){
    .hamb{
        display: none;
    }
    .block_contacts__item {
        padding-right: 30px;
    }
    .content_banner.left_block .wrap_content:before{
        content: '';
        position: absolute;
        display: block;
        right: 0;
        left: 0;
        background:linear-gradient(114deg, #0F1821 84%, transparent 84%);
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .content_banner.left_block:after{
        content: '';
        position: absolute;
        left: 0;
        width: 360px;
        top: 0;
        bottom: 0;
        display: block;
        background: radial-gradient(circle at 0,#346799 -50%,#0F1821 67%);
        z-index:-1;
    }
    .content_banner.right_block:before {
        content: '';
        position: absolute;
        display: block;
        right: 30px;
        top: 0;
        left: 30px;
        bottom: 0;
        background-color: var(--red);
        z-index: -1;
        transform: skewX(-24deg);
        border-radius: 15px 30px 15px 30px;
    }
    .top_menu .block_contacts {
        display: none;
    }
    .top_menu .btn_m {
        display: none;
    }
    .content_information_block>.left_block .wrap_img .img_note:after{
        content:'';
        position: absolute;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: var(--red);
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius:50%;
    }
    .contacts_cols {
        border-bottom: 1px solid #48484A;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .contacts_section .right_block.block_form_page .bottom_block{
        display: none;
    }
    .content_device_block>.left_block .radial_gradient_block_s{
        display: none;
    }
    .site_robot .main_banner>.wrap_img img{
        bottom: 0;
        top: auto;
        transform: translate(-50%, 0);
    }
}
@media all and (min-width:2000px){.content_banner.left_block:after{
    width: 500px;
    left: unset;
}}
@media all and (max-width: 1400px){
    .container_header {
        padding: 20px 10px 48px;
    }
    body{
        padding-top: 130px;
    }
    .block_contacts__data>a {
        font-size: 20px;
    }
    .table_price table {
        width: unset;
        min-width:100%;
    }
    .table_price table td {
        min-width: 200px;
    }
}
@media all and (max-width: 1240px) {
    header .right_block .btn_red {
        font-size: 0;
        padding: 0;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-image: url('data:image/svg+xml,\
        <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\
        <path d="M18 13.42V16.9561C18 17.4811 17.5941 17.9167 17.0705 17.9537C16.6331 17.9846 16.2763 18 16 18C7.1634 18 0 10.8366 0 2C0 1.72371 0.01545 1.36687 0.04635 0.9295C0.08337 0.40588 0.51894 0 1.04386 0H4.5801C4.83678 0 5.05176 0.19442 5.07753 0.4498C5.10067 0.67907 5.12218 0.86314 5.14207 1.00202C5.34435 2.41472 5.75753 3.75936 6.3487 5.00303C6.44359 5.20265 6.38171 5.44159 6.20185 5.57006L4.04355 7.1118C5.35752 10.1811 7.8189 12.6425 10.8882 13.9565L12.4271 11.8019C12.5572 11.6199 12.799 11.5573 13.001 11.6532C14.2446 12.2439 15.5891 12.6566 17.0016 12.8584C17.1396 12.8782 17.3225 12.8995 17.5502 12.9225C17.8056 12.9483 18 13.1633 18 13.42Z" fill="white"/>\
        </svg>');
        background-position: center;
        background-repeat: no-repeat;
    }
    .container_header>.left_block {
        padding-right: 10px;
        width: 20%;
        display: flex;
        align-items: center;
    }
    .container_header>.right_block .block_contacts {
        margin-right: 0;
    }
    .block_stages_work .item_stage:not(:last-child):after {
        margin-left: 10%;
    }
    .callback_page_section .left_block {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts_section .left_block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contacts_section .right_block.block_form_page,.callback_page_section .block_form_page{
        max-width: 600px;
        margin: 0 auto;
    }
    .block_form_page .submit_block .btn_m {
        width: 100%;
    }
}
@media all and (max-width:960px){
    .hidden_lg{
        display: none !important;
    }
    h1 {
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 30px;
    }
    h4{
        font-size:24px;
    }
    .container {
        padding: 0 20px;
    }
    section:not(:last-child) {
        margin-bottom: 50px;
    }
    .btn_m{
        padding: 20px 30px;
        width: 100%;
    }
    .hamb {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #317FC2;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .hamb>* {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        transition:0.5s;
    }
    .hamb>*:last-child{
        margin-bottom: 0;
    }
    .hamb.open {
        background: #3A3A3C;
    }
    .hamb.open span:last-child{
        -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);
        -webkit-transform-origin: 14px 4px;
        -ms-transform-origin: 14px 4px;
        transform-origin: 4px 0px;
    }
    .hamb.open span:first-child{
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        transform:rotate(45deg);
        -webkit-transform-origin:1px 4px;
        -ms-transform-origin:1px 4px;
        transform-origin: 5px 2px;
    }
    .hamb.open span:nth-child(2) {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        position: absolute;
        opacity: 0;
        top: 45%;
    }
    .hamb.open+.left_block+.right_block {
        visibility: hidden;
    }
    body{
        padding-top: 96px;
    }
    .container_header{
        padding-bottom: 20px;
    }
    .container_header>.left_block {
        padding-right: 0;
        min-width: 137px;
    }
    .container_header>.right_block .block_contacts{
        display: none;
    }
    .container_header>.right_block {
        flex: none;
    }
    .top_menu {
        right: 100%;
        left: auto;
        bottom:auto;
        top: 96px;
        height: calc(100vh - 96px);
        transition:0.3s;
        overflow: auto;
        padding: 10px 24px 50px;
    }
    .top_menu>ul {
        flex-direction: column;
    }
    .top_menu.open {
        right: 0;
        width: 100%;
        text-align: center;
        background: #0F1821;
    }
    .top_menu>ul>li {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .block_contacts {
        margin-top: 14px;
    }
    .block_contacts__data {
        display: block;
        text-align: center;
    }
    .block_contacts__data>a {
        font-size: 24px;
        justify-content: center;
    }
    .block_contacts__data .soc_block {
        margin: 10px 0 15px;
    }
    .block_contacts__item {
        margin-bottom: 25px;
    }
    .top_menu>.btn_m {
        margin-top: 5px;
        width: 100%;
        max-width: 327px;
    }
    .main_banner {
        display: flex;
        flex-direction: column;
        min-height: unset;
        height: auto;
    }
    .main_banner .content_banner.left_block>.container:after {
        top: 200px;
        left: auto;
        right: 550px;
    }
    .main_banner>.wrap_img {
        order: 1;
        min-height: 360px;
    }
    .main_banner>.wrap_img img{
        max-height: 100%;
    }
    .content_banner.left_block {
        position: relative;
        top: 0;
        background: #0F1821;
        order: 0;
    }
    .content_banner.left_block .wrap_content {
        display: block;
        padding: 0 0 30px;
    }
    .content_banner.left_block .wrap_content:after {
        right: -140px;
        top: 510px;
        width: 460px;
    }
    .descr_title {
        font-size: 14px;
    }
    .descr_title__item dt {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .content_banner.left_block .wrap_content .btn_m {
        margin-top: 30px;
        max-width:400px;
    }
    .content_banner.right_block {
        position: static;
        order: 2;
        padding: 30px;
        background: var(--red);
        font-size: 18px;
        gap: 20px;
    }
    .content_banner.right_block .wrap_img {
        width: 56px;
    }
    .big_digital .num {
        font-size: 120px;
    }
    .big_digital .num+span {
        margin-top: -20px;
        display: block;
    }
    .about_production .text_block {
        margin-bottom: 20px;
    }
    .greadient_block {
        padding: 42px 20px;
    }
    .about_production .block_form_page .submit_block .btn_m {
        font-size: 15px;
    }
    .our_device .title_block{
        width:unset;
    }
    .our_device .name_device {
        font-size: 80px;
    }
    .content_device_block>.left_block{
        margin-bottom: 20px;
    }
    .content_device_block>.left_block,.content_device_block>.right_block {
        width: 100%;
    }
    .content_device_block .descr_device {
        padding: 13px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width:410px;
    }
    .descr_device>*:not(.descr_device__separator) {
        text-align: center;
    }
    .descr_device__separator {
        width: 8px;
        height: 8px;
        margin: 0 15px;
    }
    .radial_gradient_block_s {
        width: 125%;
        height: 300%;
        position: absolute;
        top: unset;
        left: -14%;
        bottom:-65%;
        /* background: url(img/s_black.svg) center no-repeat, radial-gradient(ellipse,#D24C54 -30%, transparent 61%); */
        background: url(img/s_black.svg) center no-repeat, url(img/laser_bg.svg) center no-repeat;
        background-size: 65%,130%;
    }
    .content_device_block .right_block .greadient_block {
        padding: 20px;
    }
    .device_props dt{
        color:#8E8E93;
        width: 100%;
        padding: 0;
    }
    .device_props dd{
        width: 100%;
        border-left:none;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--red);
        margin-bottom: 5px;
    }
    .device_props dd:last-child {
        border: none;
    }
    .our_works h3 {
        margin-bottom: 94px;
    }
    .slider_navigation {
        margin-right: 0;
        top: -50px;
        right: auto;
        left: 0;
        width: 100%;
        max-width: 335px;
    }
    .slider_navigation .wrap_progress_bar {
        margin: 0 auto;
    }
    .price_services {
        margin-bottom: 30px;
    }
    .price_services h2 {
        margin-bottom: 20px;
    }
    .price_services .tabs_link {
        margin-bottom: 20px;
    }
    .price_services .tabs_content .top_block {
        flex-direction: column;
    }
    .tabs_content .top_block .text_block{
        margin-right: 0;
    }
    .price_services .tabs_content .top_block .dwnld_btn {
        margin:20px 0 0;
        width: 100%;
        max-width: 335px;
    }
    .text_dop_descr {
        padding: 30px 25px 30px 75px;
    }
    .text_dop_descr:before {
        left: 20px;
        top: 33px;
    }
    .recommendations .greadient_block {
        padding: 30px 25px;
    }
    .recommendations .row>*:not(:last-child){
        margin-bottom: 10px;
    }
    .information_block_d h2 {
        display: none;
    }
    .content_information_block>.left_block,.content_information_block>.right_block{
        width: 100%;
    }
    .content_information_block>.left_block .wrap_img .img_note {
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        background: none;
    }
    .content_information_block>.left_block .wrap_img .img_note span {
        font-size: 16px;
    }
    .content_information_block>.left_block .wrap_img {
        margin-bottom: 20px;
    }
    .radial_gradient_block {
        width: 150%;
        height: 240%;
        left: -24%;
        background-size: 130%;
    }
    .content_information_block .right_block .greadient_block {
        padding: 20px;
        border-radius: 0 0 20px 20px;
        margin: 0 -20px;
    }
    .content_information_block .right_block .greadient_block .caption_block {
        font-size: 1.25em;
        margin-bottom: 30px;
    }
    .how_work h2 {
        margin-bottom: 20px;
    }
    .block_stages_work {
        flex-flow: wrap;
        gap:10px;
    }
    .block_stages_work .item_stage:not(:last-child):after{
        display: none;
    }
    .block_stages_work .item_stage {
        font-size: 16px;
        width: calc(50% - 10px);
    }
    .block_stages_work .item_stage .top_block>span {
        font-size: 40px;
    }
    .faq h2 {
        margin-bottom: 20px;
    }
    .item_accordeon_description {
        padding: 10px 0 20px;
    }
    .callback_page_section .left_block .content_block>*:not(:last-child) {
        margin-bottom: 20px;
    }
    .callback_page_section .right_block .form_block {
        padding: 0;
    }
    .how_other_services h2 {
        margin-bottom: 20px;
    }
    .other_services__list {
        display: flex;
        flex-flow:wrap;
        gap: 10px;
        margin-top: 0;
    }
    .other_services__item {
        width: calc(50% - 10px);
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .other_services__item  .img_item img {
        max-width: 100%;
    }
    .other_services__name {
        padding: 20px 15px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: auto;
    }
    .reviews h3 {
        margin-bottom: 96px;
    }
    .reviews_slider_wrapper {
        margin-right: -85%;
    }
    .reviews_slider__item {
        padding: 30px 20px;
    }
    .contacts_section h3 {
        margin-bottom: 20px;
    }
    .contacts_section .contacts_cols .col-md:not(:last-child) {
        margin-bottom: 20px;
    }
    .contacts_section .contacts_cols .col-md address {
        margin-bottom: 0;
    }
    .contacts_section .right_block .form_block{
        margin-bottom: 20px;
    }
    .contacts_section .block_form_page .bottom_block {
        text-align: center;
    }
    .contacts_section .block_form_page .bottom_block  .block_social_contacts {
        padding-bottom: 20px;
        border-bottom: 1px solid #48484A;
        margin-bottom: 20px;
    }
    .contacts_section .block_form_page .bottom_block .block_social_contacts__data {
        justify-content: center;
    }
    #map1 {
        height: 375px;
        margin: 20px -20px 0;
    }
    .wrap_img_device {
        position: static;
        margin-top: -50px;
    }
    .site_valcovka .wrap_img_device{
        margin-top: -20px;
    }
    .content_device_block>.radial_gradient_block_s {
        display: none;
    }
    .site_pokraska .content_device_block .radial_gradient_block_s{
        bottom: -80%;
    }
    .information_block {
        position: relative;
        z-index: 0;
    }
    .image_block_section .radial_gradient_block {
        width: 120%;
        top: -80%;
        left: -11%;
    }
    .image_block_section__descr>* {
        min-width: 63px;
        padding: 10px 18px;
        font-size: 14px;
    }
    .type_material_list .radial_gradient_block {
        top: -240px;
        left: 0;
        display: none;
    }
    .site_robot .wrap_img_device{
        margin-top: 0;
    }
    .site_robot .wrap_img_device img{
        max-height: clamp(300px, 80vw, 500px);
    }
    .site_robot .content_device_block .radial_gradient_block_s {
        bottom: -98%;
    }
}
@media all and (max-width: 768px){
    .brand_device {
        font-size: 30px;
        flex-flow: wrap;
        margin-bottom: 0;
    }
    .brand_device>img{
        max-width:110px;
    }
    .type_material_list {
        gap: 20px;
    }
    .our_device .name_device_mob_small {
        font-size: 60px;
    }

}
@media all and (max-width: 430px){
    .site_pokraska .main_banner>.wrap_img img {
        left: 30%;
    }
    .image_block_section__descr>* {
        min-width: 63px;
        padding: 7px 10px;
        font-size: 8px;
    }
    .site_valcovka .image_block_section__descr>*{
        font-size: 12px;
    }
}