/* 2026-06-08 */


:root {
    --color-text: #222;
    --color-bg-body: #FFF;
    --color-bg-light: #F9F9F9;
    --color-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.10);
    --radius-main: 30px;
    --transition: 0.3s ease;
    /* new */
    --color-bg-card-light: #F9F9F9;
    --color-bg-card-white: #FFF;
}



/* Light (300) */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold (600) */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    min-width: 360px;
    margin: 0 auto;
    background-color: var(--color-bg-body);
}

a {
    text-decoration: none;
    color: #000;
}

.text_center,
.text-center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_bold {
    font-weight: bold;
}

.text_italic {
    font-style: italic;
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin: 0 0 20px 0;
}

li {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

img, a img {
    border: 0;
}

img.imgfloat1 {
    float: left;
    padding: 0 14px 14px 0;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.vertcenter,
.vert_center {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.vertcenter_col {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}

a.btn1 {
    display: block;
    padding: 14px;
    font-size: 18px;
    text-align: center;
    user-select: none;
    background-color: #DEDEDE;
    color: #000;
    border-radius: 14px;
    max-width: 300px;
}

/*
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
*/

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* size 2 */
@media (max-width: 1279.99px) {
    .wrapper {
        max-width: 1000px;
    }
}

/* size 3 */
@media (max-width: 1023.99px) {
    .wrapper {
        max-width: 760px;
    }
}

/* size 3 */
@media (max-width: 767.99px) {
    .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}


header {
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 40px auto;
    align-items: center;
}

#header_logo {
    height: 30px;
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    display: flex;
    align-items: center;
}

#header_menu {
    width: 450px;
}

#header_menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header_menu ul li {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-right: 40px;
}

#header_menu .menu_arrow {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -15px;
}

#header_menu .menu_arrow i {
    content: url(/img/menu_arraw_red.svg);
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

#header_products_submenu {
    display: none !important;
    width: 320px;
    height: auto;
    background-color: #FFF;
    padding: 20px !important;
    box-sizing: border-box;
    z-index: 9999;
    /*margin: 388px 0 0 0 !important;*/

    border-radius: 20px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.10);

    margin: 0 !important;
    position: absolute;
    top: 26px;
}

#header_menu .menu_arrow:hover > ul {
    display: block !important;
}

#header_products_submenu li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /*margin: 0 0 10px 0 !important;*/
    border-radius: 10px;
    /*padding: 5px !important;*/
    margin: 0 !important;
    padding: 10px 5px !important;
}

#header_menu ul li:last-child {
    margin-bottom: 0 !important;
}

#header_products_submenu li:hover {
    background-color: #F9F9F9;
}

#header_products_submenu img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

/*
#header_products_submenu:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
}
*/

header .header_fast_order {
    width: 130px;
    color: #FF6361;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
}

header .header_phone {
    display: block;
    width: 160px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

#header_right {
    width: 320px;
    display: flex;
    justify-content: space-between;
    vertical-align: center;
}

#mobile_menu {
    width: 30px;
    height: 30px;
    background-image: url("/img/menu_v2_1.svg");
    background-size: 30px 30px;
    display: none;
}

.mobile_menu_opened {
    background-image: url("/img/menu_v2_2.svg") !important;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

header .block_1 {
    display: flex;
    justify-content: space-between;
}


main {
    margin-bottom: 80px;
}

#footer_block_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    border-top: 1px solid #CCC;
}

#footer_block_1 .block1 {
    width: 300px;
}

#footer_block_1 .block2 {
    width: 300px;
}

#footer_block_1 .block3 {
    width: 250px;
}

#footer_block_1 .block4 {
    width: 350px;
}

#footer_block_1 .text-small {
    color: #222;
    margin: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

#footer_block_1 ul {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

#footer_block_1 li {
    margin: 0 0 20px 0;
}

#footer_block_1 li,
#footer_block_1 li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

#footer_block_1 li.header {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}

#footer_block_1 span {
    color: #7A7A7A;
}

#footer_block_2 {
    background-color: #222;
    text-align: center;
}

#footer_block_2 img {
    width: 290px;
    padding: 10px 0;
}

.st_extern_bg {
    background-color: #fa6314 !important;
    color: #FFF !important;
}

.st_extern_color {
    color: #fa6314 !important;
}

.st_diadoc_bg {
    background-color: #00AA90 !important;
    color: #FFF !important;
}

.st_diadoc_color {
    color: #00AA90 !important;
}

.st_ecp_bg {
    background-color: #DA0202 !important;
    color: #FFF !important;
}

.st_ecp_color {
    color: #DA0202 !important;
}

.st_fokus_bg {
    background-color: #4D9068 !important;
    color: #FFF !important;
}

.st_fokus_color {
    color: #4D9068 !important;
}

.st_zakupki_bg {
    background-color: #1e79be !important;
    color: #FFF !important;
}

.st_zakupki_color {
    color: #1e79be !important;
}

.st_elba_bg {
    background-color: #0050B2 !important;
    color: #FFF !important;
}

.st_elba_color {
    color: #0050B2 !important;
}

.st_markirovka_bg {
    background-color: #1e79be !important;
    color: #FFF !important;
}

.st_markirovka_color {
    color: #1e79be !important;
}

.st_kompas_bg {
    background-color: #d70c17 !important;
    color: #FFF !important;
}

.st_kompas_color {
    color: #d70c17 !important;
}

.st_market_bg {
    background-color: #1E79BE !important;
    color: #FFF !important;
}

.st_market_color {
    color: #1E79BE !important;
}

.st_ofd_bg {
    background-color: #5A9B00 !important;
    color: #FFF !important;
}

.color_white {
    color: #FFF !important;
}

h1 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    text-align: center;
    padding: 0 0 40px 0;
    max-width: 60%;
    margin: 0 auto;
}

h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 30px;
}

.list_1 {
    list-style: disc;
    padding: 0 0 20px 20px;
}

.list_1 li {
    padding: 0;
    margin: 0 0 20px 0;
}

.list_2 {
    list-style: none;
    padding: 0 0 14px 18px;
}

.list_2 li {
    padding: 0 0 4px 0;
}

.list_3 {
    list-style: disc;
    padding: 0 0 20px 20px;
}

.list_3 li {
    padding: 0;
    margin: 0 0 8px 0;
}


.list_4 {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.list_4 li {
    padding: 0;
    margin: 0 0 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.list_4 li::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url('/img/list_4_icon.svg') no-repeat center / contain;
}

/* NEW base */

.h2_mb50 {
    margin-bottom: 50px;
}

/* new style */

.n_st {
    color: var(--color-text);
    font-style: normal;
}

.n_st p,
.n_st li {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.n_st h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 115%;
}

.n_st h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}


/* size 2 */
@media (max-width: 1279.99px) {

    .n_st p {
        font-size: 17px;
    }

    .n_st h2 {
        font-size: 30px;
    }

    .n_st h3 {
        font-size: 22px;
    }

}

/* size 3 */
@media (max-width: 1023.99px) {

    .n_st p {
        font-size: 16px;
    }

    .n_st h2 {
        font-size: 28px;
    }

    .n_st h3 {
        font-size: 20px;
    }

}

/* size 4 */
@media (max-width: 767.99px) {

    .n_st h2 {
        font-size: 25px;
    }

}


/* --NEW */



#user_sitemap ul {
    padding: 0 0 30px 20px;
}


/* old */

.mr0auto {
    margin: 0 auto;
}

.dflex {
    display: flex;
}

.dflex2col {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.bg1 {
    background-color: #F9FAFF;
}

.bg_w1 {
    background-color: #FFF;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.10);
}

/* # old */


.block_actions_v1 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block_actions_v1 .items .one_item {
    box-sizing: border-box;
    width: 47%;
    background: #FFF;
    box-shadow: 0 7px 22px rgba(125, 146, 189, 0.3);
    overflow: hidden;
    background: url("/img/extern/block_act_bg2.png") no-repeat top right;
    margin: 0 10px 24px 10px;
    border-radius: 10px;
    padding: 30px;
}

.block_actions_v1 .items .one_item .date {
    background: #62ABE0;
    border-radius: 23px;
    padding: 10px;
    color: #FFF;
    margin-bottom: 20px;
    display: block;
    width: 200px;
    text-align: center;
}

.block_actions_v1 .items .one_item .head {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 20px;
}

input,
textarea,
select {
    box-sizing: border-box;
    font-size: 18px;
}

input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#cookie_info {
    width: 500px;
    height: auto;
    background-color: #F9F9F9;
    display: none;
    box-sizing: border-box;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
}

#cookie_info a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

#cookie_info_button {
    padding: 4px;
    background-color: #00CC66;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    width: max-content;
    margin-top: 5px;
}


.faq_v3 .item {
    margin: 20px 0;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}

.faq_v3 .question {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_v3 .question div {
    max-width: 90%;
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.faq_v3 .answer p {
    color: #222;
    margin: 0 0 10px 0 !important;
    max-width: 963px;
}

.faq_v3 .answer p:last-child {
    margin: 0 0 20px 0 !important;
}

.faq_v3 .btn_open {
    width: 20px;
    height: 20px;
    background: url("/img/ecp2/plus.svg");
    background-size: 20px 20px;
}

.faq_v3 .answer {
    display: none;
}

.faq_v3 .opened > .answer {
    display: block;
}

.faq_v3 .item.opened > .question .btn_open {
    display: none !important;
}


.hidden {
    display: none !important;
}


/* GRID-SIZES-OLD */

.cols2,
.cols3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cols2 .block,
.cols3 .block {
    margin-bottom: 36px;
}

.cols2 .block {
    width: 590px;
}

.cols3 .block {
    width: 390px;
}

.cols2 .block .item,
.cols3 .block .item {
    margin: 4px;
    padding: 4px;
}

.section_2_cols {
    margin: 0 0 80px 0;
}

.section_2_cols .blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_2_cols .blocks .block {
    width: 48%;
}

.section_2_cols h2 {
    /*padding: 0 0 40px 0;*/
}

.section_2_cols ul {
    padding: 0;
}

.section_2_cols ul li {
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 0 0 60px !important;
    display: block;
}

.section_2_cols p:last-child {
    margin: 0;
}

.section_2_cols ul li:before {
    display: block;
    content: '';
    background: url("/img/ok.svg") no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.shadow1 {
    box-shadow: 0 14px 22px rgba(125, 146, 189, 0.15);
}

.shadow2 {
    box-shadow: 0 5px 22px rgba(31, 76, 108, 0.15);
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb40 {
    margin-bottom: 40px;
}

.mrb60 {
    margin-bottom: 60px;
}

.mrb80,
.mb80_m_mb40 {
    margin-bottom: 80px;
}

.mrb100,
.mb100_m_mb40,
.mb100_m_mb60 {
    margin-bottom: 100px;
}

.mrb0 {
    margin-bottom: 0;
}

.pd20 {
    padding: 20px;
}

.pd40 {
    padding: 40px;
}

.pd60 {
    padding: 60px;
}

.pd_tb_40_20 {
    padding: 40px 0;
}

.mr_b_0 {
    margin-bottom: 0 !important;
}

.width100 {
    width: 100%;
}

/* # GRID-SIZES-OLD */


.form1 {
    border-radius: 20px;
}

.form1 input,
.form1 select {
    padding: 15px;
    display: block;
    margin: 0 0 15px 0;
    font-size: 17px;
    border-radius: 20px;
    border: 1px solid #D9D9D9
}

.form1 input[type=submit],
.form1 input[type=button] {
    cursor: pointer;
    color: #FFF;
    border: 0;
    width: max-content;
    min-width: 200px;
}

.form1 .wr {
    padding: 30px;
    overflow: hidden;
}

.form1 h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
    margin: 0 !important;
}

.form1 input {
    width: 100%;
}

.form1 .ok {
    font-size: 26px;
    color: #20b11c;
}

.form1 .result {
    margin-bottom: 10px;
    font-size: 16px;
}


.form1_wrapper .cols2 .block_left span {
    display: block;
    width: 45px;
    height: 40px;
    background-color: #F87634;
    color: #FFF;
    border-radius: 30px;
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 30px;
    margin: 0 10px 0 0;
}

.form1_wrapper .cols2 .block_left .text_bold {
    font-size: 24px;
    margin: 0 0 8px 0;
    padding: 9px 0 0 0;
}

.form1_wrapper .cols2 .block_left .dflex {
    margin-bottom: 40px;
}

.form1 .pdtxt,
.form1 .pdtxt a {
    font-size: 12px;
    line-height: 18px;
    color: #b1a7ac;
    margin-bottom: 0;
}

.form1 .pdtxt a {
    text-decoration: underline;
}

.pdtxt,
.pdtxt a {
    font-size: 12px;
    line-height: 18px;
    color: #b1a7ac;
    margin-bottom: 0;
}

.form_error_inp {
    background-color: #ffdbdb !important;
}

#navigate {
    font-size: 15px;
    margin-bottom: 30px;
}

/*
#navigate ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#navigate ul li {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #CCC;
}

#navigate ul li a {
    color: #117BC9;
    font-size: 16px;
}

#navigate ul li:nth-child(1) {
    padding-left: 0;
}

#navigate ul li:last-child {
    border-right: 0;
}
*/

#navigate ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigate ul li {
    display: inline;
}

#navigate ul li:not(:last-child)::after {
    display: inline-block;
    margin: 0 10px;
    content: "→";
}

#navigate ul a {
    color: #117BC9;
}

#news_list_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#news_list_page .item {
    width: 48%;
    margin-bottom: 30px;
}

#news_list_page .item .date {
    font-style: italic;
    color: #117BC9;
}

#news_list_page .news_tizer {
    color: #737373;
    padding: 8px 0 10px 0;
}

.news_pages ul {
    padding: 0 !important;
    margin: 0 !important;
}

.news_pages ul li {
    display: inline-block;
    padding: 2px;
    border: 0 solid #EEE;
    width: 30px;
    text-align: center;
    margin: 0 2px 0 0 !important;
    color: #0000FF;
}

.news_pages ul li a {
    color: #999;
    text-decoration: none !important;
}


.content_type_3 ul,
.content_type_3 ol {
    padding: 0 0 14px 18px;
}

.content_type_3 ul li,
.content_type_3 ol li {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 26px;
}


#quick_calc_open {
    width: 260px;
    background-color: #2dbcff;
    position: fixed;
    bottom: 0;
    left: -30%;
    margin-left: -130px;
    transition: 0.4s ease-in-out;
    opacity: 0;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

#quick_calc_open .text_1 {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 1px;
    line-height: 24px;
}

#quick_calc_open.opened {
    background-color: #e72a03 !important;
    transition: 0.4s ease-in-out;
    left: 50%;
    opacity: 1;
    z-index: 9998;
}

#quick_calc_wrapper {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#quick_calc_modal {
    width: 660px;
    height: 400px;
    padding: 20px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -330px;
    z-index: 9999;
    margin-top: -230px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: url("/img/order2_bg.jpg");
}

#quick_calc_modal_content {
    margin: 0 0 0 250px;
    background-color: #f7f7f7b5;
    width: 370px;
    height: 360px;
    position: absolute;
    padding: 20px;
}

#quick_calc_close_button {
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    background: url('/img/order2_close.png');
    cursor: pointer;
}

#quick_calc_modal_content h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 28px;
}

#quick_calc_modal_content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0;
}

#quick_calc_modal_content ul li {
    display: block;
    padding: 10px;
    border: 1px solid #8c8c8c;
    background-color: aliceblue;
    margin: 0 12px 12px 0;
    cursor: pointer;
}

#quick_calc_modal_content input {
    display: block;
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}

#quick_calc_modal_content input[type=submit] {
    cursor: pointer;
}


#quick_order_wrapper {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    display: none;
}

#quick_order_modal {
    width: 660px;
    height: 426px;
    padding: 15px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -330px;
    z-index: 9999;
    margin-top: -230px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: url("/img/order2_bg.jpg");
}

#quick_order_modal_content {
    margin: 0 0 0 260px;
    background-color: #f7f7f7d6;
    width: 370px;
    height: 400px;
    position: absolute;
    padding: 15px;
}

#quick_order_close_button {
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    background: url('/img/order2_close.png');
    cursor: pointer;
}

#quick_order_modal_content h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 28px;
}

#quick_order_modal_content input,
#quick_order_modal_content select {
    display: block;
    margin: 0 0 10px 0;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
}

#quick_order_modal_content input[type=button] {
    cursor: pointer;
}

#quick_order_modal_content .pdtxt,
#quick_order_modal_content .pdtxt a {
    font-size: 11px;
    line-height: 13px;
    color: black;
}

#quick_order_modal_content p {
    margin-bottom: 10px;
    font-size: 16px;
}

#quick_order_inn_kpp {
    display: none;
    justify-content: space-between;
}

#quick_order_inn_kpp input {
    width: 48%;
}

#quick_order_result {
    margin: 10px 0;
    color: red;
}

#quick_order_support {
    display: none;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}


#quick_order_wrapper.open {
    display: block !important;
}


.an1 {
    animation: btn_background 1s infinite;
}


@keyframes btn_background {
    50% {
        background-color: #ff8e3a;
    }
}

@keyframes fast_order_btn_border {
    50% {
        border: 2px solid #0dc930;
    }
}

@keyframes animatedBackground {
    100% {
        background-position: -600px 600px;
    }
}


.an2 {
    animation: an2 2s 3s infinite ease-in-out;
}


@keyframes an2 {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-1deg);
    }
    20%, 40% {
        transform: rotate(1deg);
    }
}


#like_block {
    display: flex;
    justify-content: right;
}

#like {
    width: max-content;
    padding: 6px;
    background-color: rgba(255, 0, 0, 0.65);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#like:hover {
    background-color: #ff3030;
}

#like .heart {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/img/heart.svg");
    background-size: 24px 24px;
    opacity: 0.4;
}

#like .count {
    font-size: 16px;
    color: #FFF;
    margin-right: 5px;
}

#like .heart_active {
    opacity: 1;
    transition: 200ms ease-in-out;
}


#page_all_products .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#page_all_products .item {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 20px 14px;
    box-shadow: 0 5px 11px -5px rgba(125, 146, 189, 0.7);
    width: 240px;
    margin: 0 15px 15px 15px;
}

#page_all_products .item span {
    font-size: 22px;
    display: block;
    padding: 4px 0 12px 0;
    color: #000 !important;
    text-align: center;
}

#page_all_products .item img {
    display: block;
}

#page_all_products .item img {
    margin: 10px auto 14px auto;
}


/* b1 */


.stb1 {
    padding: 20px 0;
}

.stb1 .items {
    display: flex;
    justify-content: space-between;
    /*background-color: #00CC66;*/
}

.stb1 .block_left {
    width: 720px;
    /*background-color: #ff4966;*/
}

.stb1 .block_right {
    width: 460px;
    /*background-color: #f8a919;*/
}

.stb1 h1 {
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 35px;
    max-width: 90%;
}

.stb1 .block_left p {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.stb1 ul {
    padding: 0 0 20px 20px;
}

.stb1 ul li {
    padding-bottom: 8px;
    font-size: 18px;
}

.stb1 .buttons {
    display: flex;
    flex-wrap: wrap;
}

.stb1 .buttons a {
    background-color: #a2a2a2;
    color: #FFF;
    margin: 0 20px 0 0;
}

.stb1 .form1 {
    background-color: #FFFFFF;
}

/* #b1 */

.stb_price_item1 .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.stb_price_item1 .item {
    width: 380px;
    background: #FFF;
    box-shadow: 0 4px 29px rgba(173, 173, 173, 0.18);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px 20px 10px;
    padding-bottom: 20px;
}

.stb_price_item1 .item .head {
    padding: 25px 14px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #9f9f9f;
}

.stb_price_item1 .item .head span {
    font-size: 30px;
    display: block;
    margin: 20px 0 0 0;
    font-weight: bold;
}

.stb_price_item1 .item .about {
    padding: 20px;
    font-size: 22px;
    line-height: 32px;
}

.stb_price_item1 .item .price {
    text-align: left;
    padding: 0 0 4px 20px;
}

.stb_price_item1 .item .price span {
    font-size: 32px;
    color: #117BC9;
}

.stb_price_item1 .big {
    font-weight: bold;
    font-size: 32px;
}

.stb_price_item1 .small {
    margin-bottom: 0 !important;
}

.stb_price_item1 ul {
    text-align: left;
    padding: 10px 20px 10px 20px;
    list-style: none;
}

.stb_price_item1 ul li {
    padding: 10px 0;
}

.stb_price_item1 ul .nn {
    color: #CCC;
}

.stb_price_item1 a.btn1 {
    width: 90%;
    box-sizing: border-box;
    max-width: none;
    margin: 10px auto 0 auto;
}


.stb2 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stb2 .item {
    text-align: center;
    width: 360px;
    margin: 15px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(18, 72, 120, 0.2);
    box-sizing: border-box;
}

.stb2 img {
    width: 50%;
    display: block;
    margin: 0 auto 30px auto;
}

.stb2 .header {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.stb2 ul {
    padding: 0 10px 0 10px;
    list-style: none;
    text-align: center;
}

.stb2 ul li {
    margin: 12px 0 0 0;
}


.form3 {
    width: 480px;
    height: 620px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -310px 0 0 -240px;
}

.form3 input[type=text] {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    margin-bottom: 30px;
}

.form3 .header {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 125%;
}

.form3 .text-small,
.form3 .text-small a {
    color: #7A7A7A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form3 .text-small a {
    text-decoration: underline;
}

.form3 .button_send {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #003F5C;
    color: #FFF;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    border: 0;
}

#form3_bg {
    background-color: rgba(34, 34, 34, 0.73);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form3 .button_close {
    width: 16px;
    height: 16px;
    background-image: url("/img/form3_close.svg");
    background-size: cover;
    position: absolute;
    margin: -15px 0 0 415px;
    cursor: pointer;
}

.form3 .result {
    margin-top: 5px;
    font-size: 14px;
    color: red;
}


/* FANCY */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/js/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/js/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/js/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


#mobile_menu_block {
    background-color: #FFF;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
}

#mobile_menu_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile_menu_block ul li {
    padding: 5px;
    margin: 0 auto 20px auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#mobile_menu_block a.phone {
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFF;
    background-color: #117BC9;
    width: max-content;
}

#mobile_menu_header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#mobile_menu_close_button {
    width: 24px;
    height: 24px;
    background-image: url("/img/menu_close.svg");
    background-size: cover;
}


/* v2 */

#mobile_menu_v2_block {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.10);
    top: 70px;
    left: 15px;
    right: 15px;
    bottom: 10px;
    margin: auto;
}

@media (max-width: 767px) {
    header {
        margin: 30px auto;
    }
}

#mobile_menu_v2_block ul {
    list-style: none;
}

#mobile_menu_v2_block ul li {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;;
}

#mobile_menu_v2_block .mobile_menu_v2_footer {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 20px 0;
}

#mobile_menu_v2_block .header_fast_order {
    color: #FF6361;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#mobile_menu_v2_block .mobile_menu_v2_footer .phone {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

#mobile_menu_v2_block .menu_arrow {
    display: flex;
    align-items: center;
}

#mobile_menu_v2_block .menu_arrow i {
    content: url(/img/menu_arraw_red.svg);
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

#mobile_menu_v2_block_product_submenu {
    display: none;
    padding: 10px 0 0 10px;
}

#mobile_menu_v2_block_product_submenu li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 10px 0 !important;
    border-radius: 10px;
    padding: 5px !important;
    border: none !important;
}

#mobile_menu_v2_block_product_submenu ul li:last-child {
    margin-bottom: 0 !important;
}

#mobile_menu_v2_block_product_submenu img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

#mobile_menu_v2_block .show {
    display: block !important;
}

.mobile_menu_v2_body {
    overflow-y: scroll;
    height: 472px;
}

.mobile_menu_v2_footer_block {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}


/* v2# */

/*
@media (max-width: 767px){
    #mobile_menu_block{

        background-color: #ff4966;
        padding-bottom: 20px;
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
    }
}

*/


/* OLD DEL */

.buttons_block_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons_block_1 a {
    width: 160px;
    margin: 10px;
}


.pr_style_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.pr_style_1 .block {
    text-align: center;
    width: 300px;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(18, 72, 120, 0.2);
}

.pr_style_1 .head {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 16px 0;
}

.pr_style_1 p {
    margin-bottom: 0;
}

.price_st_2 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price_st_2 .block {
    padding: 30px;
    width: 200px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(18, 72, 120, 0.2);
    border-radius: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.price_st_2 .block .price {
    font-size: 28px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 20px 0;
}

.price_st_2 .block .price span {
    font-size: 32px;
}

.price_st_2 .block .period {
    margin-bottom: 0;
}

.price_st_2 .selected {
    box-shadow: 0 4px 22px rgba(18, 72, 120, 0.7);
    transition: 0.3s ease-in-out;
    background-color: #f8fbff;
    opacity: 1;
}

#price_st_2_select .block {
    cursor: pointer;
}


.i_promo {
    margin: 0 0 30px 0;
}

.i_promo .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.i_promo .item {
    padding: 10px;
    margin: 10px;
    width: 220px;
    height: 90px;
    box-shadow: 0 7px 10px rgba(125, 146, 189, 0.4);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i_promo .head {
    color: red;
    font-size: 30px;
    text-align: center;
}

.i_promo img {
    max-width: 96%;
    max-height: 96%;
    margin: 0 auto;
}

.i_promo .plus {
    width: 30px !important;
    box-shadow: none;
    font-size: 32px;
}

.i_promo .link {
    color: red;
    font-size: 24px;
    text-align: center;
    margin: 10px 0 0 0;
}

.i_promo .link a {
    font-size: 24px;
}

.i_promo .text_1 {
    font-size: 26px;
}

.i_promo .dd_bg {
    background: linear-gradient(180deg, #1DAA77 0%, #37AC89 100%);
}


ul.otch_list_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0 !important;
}

ul.otch_list_1 li {
    width: 220px;
    box-shadow: 0 4px 10px rgba(27, 93, 242, 0.1);
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 20px 10px !important;
    margin: 10px;
}

.otch_line {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #cecece;
}


.otch_tarif ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0 !important;
}

.otch_tarif ul li {
    width: 220px;
    box-shadow: 0 4px 10px rgba(27, 93, 242, 0.1);
    text-align: center;
    padding: 15px !important;
    margin: 10px;
    background-color: #017ebe;
    color: #FFF;
}

.otch_tarif ul span {
    display: block;
    margin: 0 0 20px 0;
    font-size: 30px;
}


#otchetnost_list_read_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#otchetnost_list_read_more .item {
    padding: 20px;
    box-shadow: 0 14px 22px rgba(125, 146, 189, 0.2);
    margin: 10px;
    display: flex;
    width: 340px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
}

#otchetnost_list_read_more .item img {
    margin: 0 14px 0 0;
    display: block;
    width: 80px;
    height: 80px;
}

#otchetnost_list_read_more .item span {
    display: block;
    font-size: 26px;
}

#otchetnost_list_read_more .selected {
    background-color: #c6e9fc;
}


/* # OLD DEL */


.h1_content_type_2 {
    max-width: 60%;

}


#frontpage_v3_b1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 400px;
}

#frontpage_v3_b1 .block1 {
    width: 520px;
    height: 170px;
    position: relative;
    padding: 60px 0 60px 0;
}

#frontpage_v3_b1 .block2 {
    width: 520px;
    height: 70px;
    position: relative;
    margin: 0 60px 0 0;
}

#frontpage_v3_b1 .block3 {
    width: 580px;
    height: 400px;
    position: relative;
    background-image: url("/img/front_page/1_1.jpg");
    border-radius: 50px;
}

#frontpage_v3_b1 h1 {
    color: #222;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    text-align: left;
    padding: 0;
    max-width: none;
}

#frontpage_v3_b1 a {
    background-color: #003F5C;
    color: white;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

#frontpage_v3_b2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px;
}

#frontpage_v3_b2 .item {
    width: 580px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
}

#frontpage_v3_b2 .item p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #222;
}

#frontpage_v3_b2 .item:hover {
    background-color: #F9F9F9;
}

#frontpage_v3_b2 .items .item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#frontpage_v3_b2 .item .head {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
}

#frontpage_v3_b2 .item .head img {
    margin-right: 10px;
}

#frontpage_v3_b2 .item .head .product {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#frontpage_v3_b2 .arrow {
    display: block;
    background: url(/img/arrow-red-2.svg);
    background-size: cover;
    width: 50px;
    height: 10px;
    margin-top: 25px;
}

/*
#frontpage_v3_b2 .item:hover > .arrow{
    width: 80px;
    height: 15px;
    transition: 100ms ease-in-out;
}
*/
/* PRICE-OLD */


#extern_price_v1 .wrapper {
    padding: 30px 0;
}

#extern_price_v1 h2 {
    padding: 4px 0 35px 0;
    font-size: 38px;
}

#extern_price_v1 .text1 {
    font-size: 18px;
    margin: 0 0 30px 0;
}

#extern_price_v1 .bg_w1 {
    padding: 18px 0 30px 0;
    border-radius: 15px;
}

#extern_price_v1 h3 {
    font-size: 28px;
    margin: 10px 0 30px 0;
}

#extern_price_v1 .step1,
#extern_price_v1 .step2 {
    display: flex;
    width: 930px;
    margin: 0 auto 30px auto;
    justify-content: center;
}

#extern_price_v1 .step2 {
    margin-bottom: 0;
}

#extern_price_v1 .item,
#extern_price_v1 .item {
    width: 255px;
    height: 40px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 5px;
}

#extern_price_v1 .step1 div.item .name,
#extern_price_v1 .step2 div.item .name {
    width: 180px;
}

#extern_price_v1 .step1 div.item:nth-child(1) .name {
    width: 150px;
}

#extern_price_v1 .step1 div.item .icon,
#extern_price_v1 .step2 div.item .icon {
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid #F46E29;
    box-sizing: border-box;
    margin: 0;
}

#extern_price_v1 .step1 div.checked,
#extern_price_v1 .step1 div.item:hover,
#extern_price_v1 .step2 div.checked,
#extern_price_v1 .step2 div.item:hover {
    background-color: #1D2B47;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

#extern_price_v1 .step1 div.checked .name,
#extern_price_v1 .step1 div.item:hover .name,
#extern_price_v1 .step2 div.checked .name,
#extern_price_v1 .step2 div.item:hover .name {
    color: #FFF;
}

#extern_price_v1 .step1 div.checked .icon,
#extern_price_v1 .step1 div.item:hover .icon,
#extern_price_v1 .step2 div.checked .icon,
#extern_price_v1 .step2 div.item:hover .icon {
    background: no-repeat center url("/img/v.png");
}

#extern_price_v1 .btn {
    padding: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #fa6314;
    color: #FFF;
    width: 180px;
    margin: 30px auto 10px auto;
    cursor: pointer;
}

#extern_price_v1 p {
    margin-bottom: 4px;
}

#extern_price_v2 h2 {
    text-align: center;
    padding: 0 0 30px 0;
}

#extern_price_v2 .flex_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    align-items: flex-start;
    align-content: flex-start;
}

#extern_price_v2 .item {
    width: 380px;
    background: #FFF;
    box-shadow: 0 4px 29px rgba(242, 66, 27, 0.18);
    border-radius: 20px;
    text-align: center;
    margin: 0 10px;
    overflow: hidden;
}

#extern_price_v2 .item ul {
    padding: 0 18px 14px 18px;
    text-align: left;
    list-style: none;
}

#extern_price_v2 .item li {
    padding: 0 0 14px 0;
    font-size: 17px;
}

#extern_price_v2 .show_title span {
    display: none;
    font-weight: normal !important;
}

#extern_price_v2 .show_title {
    cursor: pointer;
}

#extern_price_v2 .flex_items .item .head,
#pk_page_17 .item .head {
    background-color: #fa6314;
    padding: 14px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
}

#extern_price_v2 .item .head span,
#pk_page_17 .item .head span {
    font-size: 30px;
    display: block;
    margin: 10px 0 0 0;
    font-weight: 500;
}

#extern_price_v2 .item .about {
    padding: 18px;
    font-size: 20px;
    line-height: 28px;
}

#extern_price_v2 .item .price {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #117BC9;
    padding: 5px 0 5px 0;
}

#extern_price_v2 .item .price span {
    font-size: 36px;
}

#extern_price_v2 .item .period {
    font-size: 20px;
}

#extern_price_v2 .item .connect {
    background-color: #FFF;
    border: 3px solid #FA6214;
    box-sizing: border-box;
    max-width: 90%;
    margin: 20px auto 10px auto;
}


#extern_price_v2 .item .connect:hover {
    background-color: #FA6214;
    color: #FFF;
    transition: 0.2s ease-in-out;
}


#extern_price_v2 p {
    font-size: 22px;
    line-height: 31px;
    margin: 20px 0 30px 0;
    text-align: center;
}

#extern_price_v2 .btns {
    margin: 0 auto;
    display: flex;
    width: 600px;
    justify-content: space-between;
}

#extern_price_v2 .btns a {
    width: 250px;
    background-color: #fa6314;
    color: #FFF;
}

#extern_price_v2 .btns a:nth-child(2) {
    background-color: #FFF;
    color: #117BC9;
    text-decoration: underline;
}

#extern_price_v2 .flex_items .item_ob {
    width: 180px;
    display: none;
}

#extern_price_v2 .flex_items .item_ob .head {
    height: auto;
}

#extern_price_v2 .item_ob .head span {
    margin: 5px 0;
}

#extern_price_v2 .item_ob .price span {
    font-size: 20px;
}

#extern_price_v2 .item_ob a {
    width: 100%;
    margin: 16px auto 0 auto;
}


#extern_front_page_block_2 {
    margin-bottom: 80px;
}

#extern_front_page_block_2 h3 {
    font-size: 24px;
    margin: 30px 0 40px 0;
}

#extern_front_page_block_2 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#extern_front_page_block_2 .items div {
    width: 320px;
    background-color: #fc5151;
    padding: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.2);
    margin: 0 0 30px 0;
    border-radius: 10px;
}

#extern_front_page_block_2 .items div:nth-child(2n) {
    background: #428fc7;
}

#extern_front_page_block_2 .items div img {
    display: block;
    margin-top: 20px;
    height: 50px;
}


/* SFR */

.block_sfr_h2_center_text {
    color: #343434;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto 50px auto;
    max-width: 770px;
}

.block_sfr_h2 {
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}

#block_sfr_1 {
    text-align: center;
}

#block_sfr_2 .items {
    display: flex;
    justify-content: space-between;
}

#block_sfr_2 .block1 {
    order: 2;
}

#block_sfr_2 .block2 {
    order: 1;
    width: 550px;
}

#block_sfr_2 .block1 .img {
    width: 585px;
    height: 384px;
    background-image: url("/img/sfr/block_1_1.png");
}

#block_sfr_2 .text1 {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

#block_sfr_3 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#block_sfr_3 .items .block {
    width: 560px;
}

#block_sfr_3 .items .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#block_sfr_3 .items .title span {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-left: 15px;
}

#block_sfr_4 .items {
    display: flex;
    gap: 20px;
}

#block_sfr_4 .items .block {
    width: 278px;
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(52, 52, 52, 0.10);
    text-align: center;
}

#block_sfr_4 .items .price {
    color: #343434;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

#block_sfr_4 .items .text1 {
    height: 60px;
    text-align: center;
    margin: 20px auto;
}

#block_sfr_5 {
    background-color: #FC7630;
    border-radius: 20px;
    padding: 50px 440px 50px 50px;
    box-sizing: border-box;
    color: #FFFFFF;
    background-image: url("/img/sfr/bg5.svg");
    background-size: cover;
    width: 1200px;
    height: 410px;
    display: flex;
    align-items: center;
}

#block_sfr_5 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

#block_sfr_5 p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
}

#block_sfr_5 a {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    color: #FC7630;
}

#block_sfr_6 .items {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#block_sfr_6 .items .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#block_sfr_6 .items .title span {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-left: 15px;
}

#block_sfr_6 .items .block {
    width: 330px;
}

#block_sfr_6 h2 {
    margin-bottom: 50px;
    padding: 0;
}

#block_sfr_6 img {
    width: 40px;
    height: 40px;
}

#block_sfr_7 .items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#block_sfr_7 .text0 {
    color: #343434;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

#block_sfr_7 .items .block {
    width: 530px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background: #F9F9F9;
}

#block_sfr_7 .items .text1 {
    color: rgba(65, 65, 65, 0.70);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
}

#block_sfr_7 .items .text2 {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

#block_sfr_7 .items .text3 {
    color: #343434;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* # SFR */


#front_page_block_3 .img {
    background: url("/img/front_page_old_extern/front_page_block_2_l.png") no-repeat center;
    width: 576px;
    height: 496px;
}

#front_page_block_5 .img {
    background: url("/img/front_page_old_extern/front_page_block_5_l.png") no-repeat center;
    width: 576px;
    height: 483px;
}

/* otchetnost */


#front_page_block_7 h2 {
    padding: 60px 0 50px 0;
    text-align: center;
}

#front_page_block_7 .flex_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 40px 0;
}

#front_page_block_7 .flex_items a {
    display: block;
    width: 280px;
    height: 168px;
    background-color: #FFF;
    color: #000;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.1);
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

#front_page_block_7 .flex_items img {
    display: block;
    margin: 10px auto;
}

#front_page_block_7 .flex_items a:hover .s1 {
    display: none;
}

#front_page_block_7 .flex_items .s1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
}

#front_page_block_7 .flex_items .s2 {
    display: none;
}

#front_page_block_7 .flex_items a:hover .s2 {
    height: 148px;
    font-size: 16px;
    line-height: 24px;
    background-color: #1D2B47;
    color: #FFF;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}


/* partners */

#front_page_block_9 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

#front_page_block_9 li {
    display: block;
    width: 24%;
    text-align: center;
}

#front_page_block_9 li img {
    max-width: 100%;
}


#front_page_block_10 .block_left {
    width: 60%;
}

#front_page_block_10 .block_right {
    width: 40%;
}

#front_page_block_10 .img {
    background: url("/img/front_page_old_extern/block_10.jpg") no-repeat center;
    width: 100%;
    height: 480px;
}

#front_page_block_10 .block_left a {
    width: 270px;
    margin: 0 auto;
}


#diadoc_price .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#diadoc_price .item {
    width: 280px;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 4px 29px rgba(30, 90, 71, 0.1);
    /*margin-bottom: 30px;*/
    margin: 10px;
}

#diadoc_price .item .head {
    padding: 20px;
    background: linear-gradient(180deg, #1DAA77 0%, #37AC89 100%);
    font-size: 24px;
    text-align: center;
    color: #FFF;
}

#diadoc_price .item .price {
    font-size: 40px;
    color: #117BC9;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 10px 0;
}

#diadoc_price .item .about {
    text-align: center;
}

#diadoc_price .item a {
    background-color: #FFF;
    border: 3px solid #1DAA77;
    box-sizing: border-box;
    margin: 30px 40px 10px 40px;
    padding: 12px;
}

#diadoc_price .item .info {
    padding: 10px;
    font-size: 22px;
    text-align: center;
}


#diadoc_front_page_block_5 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#diadoc_front_page_block_5 .items div {
    width: 320px;
    height: 120px;
    background-color: #3D9D97;
    padding: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.2);
    margin: 10px;
    position: relative;
}

#diadoc_front_page_block_5 .items div:nth-child(2) {
    background: #428fc7;
}

#diadoc_front_page_block_5 .items div:nth-child(3) {
    background: #456D9D;
}

#diadoc_front_page_block_5 .items div img {
    position: absolute;
    display: block;
    margin-top: 20px;
    bottom: 30px;
}


.ecp2_btn_1 {
    border-radius: 50px;
    padding: 0 30px;
    background-color: #FF5A49;
    width: max-content;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    box-shadow: 2px 4px 0 #454545;
    cursor: pointer;
    height: 51px;
    display: flex;
    align-items: center;
}

.ecp2_btn_1:hover {
    background: #FF7668;
}

.ecp2_btn_1:active {
    transform: translateY(2px);
    box-shadow: none;
}

.ecp2_btn_1_sh2 {
    box-shadow: 2px 4px 0 #C4C4C4;
}

.ecp2_btn_bottom_left {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ecp2_btn_2 {
    width: max-content;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    cursor: pointer;
}

.ecp2_btn_2:after {
    content: "";
    background: url("/img/ecp2/btn_arrow.svg");
    background-size: 26px 26px;
    margin: 0 0 0 10px;
    width: 26px;
    height: 26px;
    transition: 100ms ease-in-out;
    transform: rotate(0deg);
}

.ecp2_btn_2:hover:after {
    transition: 100ms ease-in-out;
    transform: rotate(-45deg);
}

.ecp2_btn_2_bottom {
    position: absolute;
    bottom: 20px;
}

.ecp2_btn_3 {
    width: 53px;
    height: 51px;
    display: block;
    border-radius: 50px;
    background: #FFF url("/img/ecp2/btn3_arrow_dark.svg") no-repeat center;
    box-shadow: 2px 3px 0 #454545;
    cursor: pointer;
}

.ecp2_btn_3:hover {
    background: #FBBCBC url("/img/ecp2/btn3_arrow_dark.svg") no-repeat center;
}

.ecp2_btn_3:active {
    background: #FF5A49 url("/img/ecp2/btn3_arrow_light.svg") no-repeat center;
    box-shadow: none;
    transform: translateY(2px);
}

.ecp2_btn_4 {
    width: 53px;
    height: 51px;
    display: block;
    border-radius: 50px;
    background: #FF5A49 url("/img/ecp2/btn3_arrow_light.svg") no-repeat center;
    box-shadow: 2px 3px 0 #454545;
    cursor: pointer;
}

.ecp2_btn_4:hover {
    background: #FBBCBC url("/img/ecp2/btn3_arrow_light.svg") no-repeat center;
}

.ecp2_btn_4:active {
    background: #FF5A49 url("/img/ecp2/btn3_arrow_light.svg") no-repeat center;
    box-shadow: none;
    transform: translateY(2px);
}


.ecp2_buttons {
    display: flex;
}

.ecp2_h2_center {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #222;
    margin: 0 0 30px 0 !important;
}

.ecp2_list_1 {
    padding: 0 !important;
}

.ecp2_list_1 li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.ecp2_list_1 li i:after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("/img/ecp2/star2.svg");
    background-size: 20px 20px;
    margin-right: 10px;
}

.white-text {
    color: #FFF !important;
}

.text-gray {
    color: #222 !important;
}

.text-normal {
    font-style: normal;
}

.border-box {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.ecp2_h2 {
    color: #222;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}

.ecp2_h2_center {
    text-align: center !important;
    margin: 0 auto 30px auto !important;
}

.ecp2_btn_1_light {
    background-color: #FFF;
    color: black;
}

#ecp2_1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 481px;
    justify-content: space-between;
}

#ecp2_1 .item {
    padding: 10px;
    box-sizing: border-box;
    background-color: #e0e0e0;
    border-radius: 10px;
}

#ecp2_1 .item1 {
    background-image: url("/img/ecp2/1/1_387_245.png");
    width: 387px;
    height: 245px;
}

#ecp2_1 .item2 {
    background-color: #D1ACFF;
    width: 387px;
    height: 217px;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_1 .item2 .d_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ecp2_1 .item2 .d_flex .img {
    width: 270px;
    height: 68px;
    background-image: url("/img/ecp2/1/block1_item2_icons.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#ecp2_1 .item3 {
    width: 488px;
    height: 308px;
    background-color: #ffe0d3;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_1 .item4 {
    width: 488px;
    height: 153px;
    background-color: #abeba5;
}

#ecp2_1 .item5 {
    background-color: #d5f178;
    width: 285px;
    height: 190px;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_1 .item6 {
    background-color: #65a6c0;
    background-image: url("/img/ecp2/1/2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 285px;
    height: 271px;
}

#ecp2_1 .item2 p {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #222;
}

#ecp2_1 .item3 {
    position: relative;
}

#ecp2_1 .item3 h1 {
    margin: 0 0 20px 0 !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #222;
    text-align: left;
    max-width: none;
    padding: 0;
}

#ecp2_1 .item3 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #707070;
    margin-bottom: 20px;
}

#ecp2_1 .item4 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url("/img/ecp2/1/bg1.png");
    background-size: contain;
    position: relative;
}

#ecp2_1 .item4:after {
    background-image: url('/img/ecp2/star2.svg');
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#ecp2_1 .item4 div {
    height: 80px;
}

#ecp2_1 .item4 p:nth-child(1) {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 0;
    margin: 0;
}

#ecp2_1 .item4 p:nth-child(2) {
    color: #717171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_1 .item5 {
    position: relative;
}

#ecp2_1 .item5 p:nth-child(1) {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#ecp2_1 .item5 p:nth-child(2) {
    color: #707070;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_1 .item5 img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

#ecp2_1 .item5 .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 50px;
}

#ecp2_1 .item5 .row div {
    font-size: 30px;
    font-weight: 500;
    line-height: 35.16px;
}

#ecp2_1 .item5 .ecp2_btn_3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#ecp2_1 .item5:after {
    background-image: url('/img/ecp2/star1.svg');
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

#ecp2_2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#ecp2_2 .left {
    width: 488px;
    background-image: url("/img/ecp2/2/2_488_820.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

#ecp2_2 .right {
    width: 692px;
    background-color: #FFF;
    border-radius: 20px;
}

#ecp2_2 .right .item {
    box-shadow: 2px 2px 10px 0 #22222226;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ecp2_2 .right .item:last-child {
    margin-bottom: 0;
}

#ecp2_2 .right .item p.text1 {
    font-size: 27px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #222;
}

#ecp2_2 .right .item p.text2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #707070;
}

#ecp2_2 .right .item ul {
    padding: 0;
}

#ecp2_2 .right .item ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
}

#ecp2_2 .right .item p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_2 .right .left1 {
    margin-right: 10px;
}

#ecp2_2 .item_content {
    display: none;
}

#ecp2_2 .item.opened > .left1 .item_content {
    display: block !important;
}

#ecp2_2 .item.opened .ecp2_btn_4 {
    display: none;
}

#ecp2_3 {
    background: url("/img/ecp2/3_1200.svg") no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 520px;
}

#ecp2_3 .left {
    width: 740px;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_3 h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #FFF;
    margin-bottom: 20px;
    padding: 0;
}

#ecp2_3 p {
    color: #FFF;
}

#ecp2_3 p.text1 {
    color: #CCCBCB;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 140%;
}

#ecp2_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ecp2_4 .item {
    width: 386px;
    height: 285px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    margin-bottom: 20px;
    position: relative;
}

#ecp2_4 .item .name {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

#ecp2_4 .item .name img {
    margin-right: 30px;
}

.ecp2_4_h2 {
    color: #222;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 670px;
    margin: 20px auto;
}

#ecp2_5 {
    display: flex;
}

#ecp2_5 .left {
    width: 470px;
    height: 386px;
    background: url("/img/ecp2/5.png") no-repeat;
    background-size: auto;
    position: relative;
}

#ecp2_5 .left .img1 {
    width: 430px;
    height: 274px;
    background: url("/img/ecp2/1.png") no-repeat -120px;
    background-size: auto;
    margin-top: 65px;
    margin-right: 20px;
}

#ecp2_5 h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
    padding: 0;
}

#ecp2_5 .left:after {
    background-image: url("/img/ecp2/star3.svg");
    background-size: 130px 130px;
    display: inline-block;
    width: 130px;
    height: 130px;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 50px;
}

#ecp2_6 {
    display: flex;
    background: url("/img/ecp2/6/6.png") no-repeat;
    background-size: auto;
    border-radius: 20px;
}

#ecp2_6 .left {
    width: 600px;
    height: 550px;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_6 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 25px;
    padding: 0;
}

#ecp2_6 p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_6 ul {
    padding: 0;
}

#ecp2_6 ul li {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 0;
}

#ecp2_7 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ecp2_7 .items .item {
    width: 285px;
    height: 395px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    position: relative;
}

#ecp2_7 .items .item .img {
    width: 245px;
    height: 200px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

#ecp2_7 .items .item .img1 {
    background-image: url("/img/ecp2/7/1_245.png");
}

#ecp2_7 .items .item .img2 {
    background-image: url("/img/ecp2/7/2_245.png");
}

#ecp2_7 .items .item .img3 {
    background-image: url("/img/ecp2/7/3_245.png");
}

#ecp2_7 .items .item .img4 {
    background-image: url("/img/ecp2/7/4_245.png");
}

#ecp2_7 .items .item p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_7 h2 {
    color: #222;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 30px;
}

#ecp2_7 .text_1 {
    color: #222;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_8 {
    display: flex;
    background: url("/img/ecp2/8.png") no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#ecp2_8 .left {
    width: 640px;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_8 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 25px;
    padding: 0;
}

#ecp2_8 p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_11 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ecp2_11 .item {
    width: 590px;
    border-radius: 20px;
    padding: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
}

#ecp2_11 .text1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_11 .text2 {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_11 p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_11 h2 {
    max-width: 560px;
}

#ecp2_11 ul {
    margin-bottom: 30px !important;
}

#ecp2_11 ul li {
    color: #222;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_12 .items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#ecp2_12 .left {
    width: 488px;
    background-image: url("/img/ecp2/12/1.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

#ecp2_12 .right {
    width: 692px;
    background-color: #FFF;
    border-radius: 20px;
}

#ecp2_12 .right .item {
    box-shadow: 2px 2px 10px 0 #22222226;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#ecp2_12 .right .item:last-child {
    margin-bottom: 0;
}

#ecp2_12 .right .item p.text1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #222;
}

#ecp2_12 .right .item p.text2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #707070;
}

#ecp2_12 .right .item p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_12 .left img {
    display: none;
}

#ecp2_13 {
    border-radius: 20px;
    background: #333;
}

#ecp2_13 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

#ecp2_13 .item {
    width: 373px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    background-color: #FFF;
}

#ecp2_13 .items .item8 {
    width: 767px;
}

#ecp2_13 .item .img {
    width: 333px;
    height: 200px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

#ecp2_13 .item .img1 {
    background-image: url("/img/ecp2/13/b13_img1_1.png");
}

#ecp2_13 .item .img2 {
    background-image: url("/img/ecp2/13/b13_img2_1.png");
}

#ecp2_13 .item .img3 {
    background-image: url("/img/ecp2/13/b13_img3_1.png");
}

#ecp2_13 .item .img4 {
    background-image: url("/img/ecp2/13/b13_img4_1.png");
}

#ecp2_13 .item .img5 {
    background-image: url("/img/ecp2/13/b13_img5_1.png");
}

#ecp2_13 .item .img6 {
    background-image: url("/img/ecp2/13/b13_img6_1.png");
}

#ecp2_13 .item .img7 {
    background-image: url("/img/ecp2/13/b13_img7_1.png");
}

#ecp2_13 .item p.text1 {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_13 .item p.text2 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

#ecp2_13 h2 {
    padding-top: 20px !important;
}

#ecp2_13 .item .buttons {
    display: flex;
    justify-content: space-between;
}

#ecp2_13 .item:nth-child(8) {
    width: 767px;
    background-image: url("/img/ecp2/13/item8_size1.png");
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
}

#ecp2_13 .item8_content {
    width: 404px;
}

#ecp2_13 .item8_content .logo {
    width: 404px;
    height: 50px;
    margin-bottom: 200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#ecp2_13 .item8_content .logo img {
    margin-right: 20px;
}

#ecp2_13 .item8_content .logo div {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#ecp2_13 .item8_content .text3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
}

#ecp2_13 .mobile_img {
    display: none;
}


#ecp2_14 .items {
    display: flex;
    justify-content: space-between;
}

#ecp2_14 .item {
    width: 590px;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
}

#ecp2_14 .item img {
    display: block;
    margin-bottom: 20px;
}

#ecp2_14 .text1 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

#ecp2_14 p.text2 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_15 {
    background: url("/img/ecp2/15/bg.svg") no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 864px;
    position: relative;
}

#ecp2_15 .items {
    display: flex;
    height: 864px;
}

#ecp2_15:after {
    content: "";
    width: 356px;
    height: 811px;
    position: absolute;
    right: 80px;
    bottom: 0;
    background: url("/img/ecp2/15/woman1.png") no-repeat;
    background-size: cover;
}

#ecp2_15 .left {
    width: 680px;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_15 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 0 20px;
    padding: 20px 0 0 0;
}

#ecp2_15 p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_16 {
    border-radius: 20px;
    background: #F9F9F9;
    padding: 20px;
}

#ecp2_16 .item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin-bottom: 20px;
}

#ecp2_16 h2 {
    padding: 20px 0 !important;
}

#ecp2_16 .item_content {
    width: 800px;
}

#ecp2_16 .item .name {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 15px;
}

#ecp2_16 .item .text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_16 h2 {
    max-width: 670px;
}

#ecp2_17 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ecp2_17 .item {
    width: 590px;
    border-radius: 20px;
    background: #F9F9F9;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#ecp2_17 .item .img {
    width: 550px;
    height: 300px;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
}

#ecp2_17 .item .name {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

#ecp2_17 .item .text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

#ecp2_17 .item .img1 {
    background-image: url("/img/ecp2/17/1.png");
}

#ecp2_17 .item .img2 {
    background-image: url("/img/ecp2/17/2.png");
}

#ecp2_17 .item .img3 {
    background-image: url("/img/ecp2/17/3.png");
}

#ecp2_17 .item .img4 {
    background-image: url("/img/ecp2/17/4.png");
}

#ecp2_17 .item .img:after {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url("/img/ecp2/17/star1.svg");
    background-size: 100px 100px;
    position: absolute;
    margin: 200px 0 0 450px;
}

#ecp2_17 .item .img2:after {
    background-image: url("/img/ecp2/17/star2.svg");
}

#ecp2_17 .item .img3:after {
    background-image: url("/img/ecp2/17/star3.svg");
}

#ecp2_17 .item .img4:after {
    background-image: url("/img/ecp2/17/star4.svg");
}

#ecp2_17 .text1 {
    max-width: 854px;
    margin: 0 auto 20px auto;
    text-align: center;
}

#ecp2_17 .mobile_img {
    display: none;
}

#ecp2_18 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    height: 566px;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    background-image: url("/img/ecp2/18/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#ecp2_18 .block1 {
    width: 496px;
}

#ecp2_18 .block2 {
    width: 705px;
}

#ecp2_18 .block3 {
    background-image: url("/img/ecp2/18/smartphone.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 462px;
    height: 554px;
}

#ecp2_18 .block2 p {
    margin-bottom: 22px;
}

#ecp2_18 h1 {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    text-align: left;
    max-width: none;
}

#ecp2_18 .mobile_img {
    display: none;
}

#ecp2_19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 560px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
}

#ecp2_19 .block1 {
    width: 558px;
    height: 96px;
    margin-bottom: 20px;
    position: relative;
}

#ecp2_19 .block2 {
    width: 558px;
    height: 440px;
    position: relative;
}

#ecp2_19 .block4 {
    width: 603px;
    height: 558px;
    position: relative;
    background-image: url("/img/ecp2/19/1.jpg");
    border-radius: 20px;
}

#ecp2_19 .block4 .block1 {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    width: 506px;
    height: 120px;
    bottom: 0;
    left: 20px;
}

#ecp2_19 .block4 .block1 .img_star {
    width: 120px;
    height: 120px;
    background-image: url("/img/ecp2/19/star4.svg");
    background-size: contain;
}

#ecp2_19 .block4 .block1 .text1 {
    width: 386px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#ecp2_19 .block1 .wr {
    width: 468px;
}

#ecp2_19 .block2 .wr {
    width: 500px;
    margin-bottom: 5px;
}

#ecp2_19 .block2 .img1 {
    background-image: url("/img/ecp2/19/el/1.svg");
    width: 48px;
    height: 48px;
    margin: 10px 0 0 10px;
    position: absolute;
}

#ecp2_19 .block2 .img2 {
    background-image: url("/img/ecp2/19/el/2.svg");
    width: 74px;
    height: 74px;
    background-size: cover;
    margin: -78px 0 0 438px;
    position: absolute;
}

#ecp2_19 .block2 .img3 {
    background: url("/img/ecp2/19/el/3.svg") no-repeat;
    width: 515px;
    height: 173px;
    background-size: contain;
}

#ecp2_19 .block1 .img1 {
    background-image: url("/img/ecp2/19/star1.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    margin: -108px 0 0 300px;
    background-size: cover;
}

#ecp2_19 .block1 .img2 {
    background-image: url("/img/ecp2/19/star2.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    margin: -108px 0 0 350px;
    background-size: cover;
}

#ecp2_19 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    max-width: none;
}

#ecp2_19 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_19 .block4 img {
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

#ecp2_20 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 560px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
}

#ecp2_20 .block1 {
    width: 558px;
    height: 155px;
    margin-bottom: 20px;
    position: relative;
}

#ecp2_20 .block2 {
    width: 558px;
    height: 384px;
    position: relative;
}

#ecp2_20 .block3 {
    width: 553px;
    height: 124px;
    position: relative;
}

#ecp2_20 .block4 {
    width: 603px;
    height: 558px;
    position: relative;
    background-image: url("/img/ecp2/20/1.jpg");
    border-radius: 20px;
}

#ecp2_20 .block4 .block1 {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    width: 506px;
    height: 120px;
    bottom: 0;
    left: 20px;
}

#ecp2_20 .block4 .block1 .img_star {
    width: 120px;
    height: 120px;
    background-image: url("/img/ecp2/19/star4.svg");
    background-size: contain;
}

#ecp2_20 .block4 .block1 .text1 {
    width: 386px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}


#ecp2_20 .block1 .wr {
    width: 524px;
}

#ecp2_20 .block2 .wr {
    width: 500px;
}

#ecp2_20 .block3 .img {
    position: absolute;
}

#ecp2_20 .block3 .img1 {
    background-image: url("/img/ecp2/19/el/1.svg");
    width: 48px;
    height: 48px;
    margin: 10px 0 0 10px;
}

#ecp2_20 .block3 .img2 {
    background-image: url("/img/ecp2/19/el/2.svg");
    width: 74px;
    height: 74px;
    background-size: cover;
    margin: -78px 0 0 438px;
}

#ecp2_20 .block3 .img3 {
    background-image: url("/img/ecp2/19/el/3.svg");
    width: 515px;
    height: 173px;
    background-size: contain;
    margin: -12px 0 0 0;
}

#ecp2_20 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    max-width: none;
}

#ecp2_20 h1 span {
    color: #65A6C0;
}

#ecp2_20 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_20 .block4 img {
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

#ecp2_20 .block1 .img1 {
    background-image: url("/img/ecp2/20/romb.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    margin: -108px 0 0 420px;
    background-size: cover;
}

#ecp2_20 .block1 .img2 {
    background-image: url("/img/ecp2/20/star1.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    margin: -108px 0 0 470px;
    background-size: cover;
}

#ecp2_20 .block2 .img1 {
    background-image: url("/img/ecp2/20/star2.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: cover;
    bottom: -20px;
    left: -20px;
}

#ecp2_20 .block2 .img2 {
    background-image: url("/img/ecp2/20/lines.svg");
    width: 458px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: -130px;
    background-size: cover;
}

#ecp2_21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 560px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
}

#ecp2_21 .block1 {
    width: 558px;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
}

#ecp2_21 .block2 {
    width: 558px;
    height: 438px;
    position: relative;
}

#ecp2_21 .block3 {
    width: 553px;
    height: 124px;
    position: relative;
}

#ecp2_21 .block4 {
    width: 603px;
    height: 558px;
    position: relative;
    background-image: url("/img/ecp2/21/1.png");
    border-radius: 20px;
}

#ecp2_21 .block4 .block1 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    width: 506px;
    height: 120px;
    bottom: 0;
    left: 20px;
}

#ecp2_21 .block4 .block1 .img_star {
    width: 120px;
    height: 120px;
    background-image: url("/img/ecp2/21/star3.svg");
    background-size: contain;
}

#ecp2_21 .block4 .block1 .text1 {
    width: 386px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#ecp2_21 .block1 .wr {
    width: 480px;
}

#ecp2_21 .block2 .wr {
    width: 500px;
}

#ecp2_21 .block2 .img {
    position: absolute;
}

#ecp2_21 .block2 .img2 {
    background-image: url("/img/ecp2/21/star2.svg");
    width: 74px;
    height: 74px;
    background-size: cover;
    margin: -17px 0 4px 230px;
}

#ecp2_21 .block2 .img3 {
    background-image: url("/img/ecp2/21/line.svg");
    width: 252px;
    height: 170px;
    background-size: contain;
    bottom: 0;
    right: 40px;
    position: absolute;
}

#ecp2_21 .block1 .img1 {
    background-image: url("/img/ecp2/21/star1.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    margin: -64px 0 0 170px;
    background-size: cover;
}

#ecp2_21 .block1 .img2 {
    background-image: url("/img/ecp2/21/romb.svg");
    width: 36px;
    height: 36px;
    position: absolute;
    margin: -64px 0 0 220px;
    background-size: cover;
}

#ecp2_21 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    max-width: none;
}

#ecp2_21 h1 span {
    color: #65A6C0;
}

#ecp2_21 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_21 .block4 img {
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

#ecp2_21 .block2 .ecp2_btn_1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

#ecp2_22 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ecp2_22 .item {
    width: 590px;
    border-radius: 20px;
    padding: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
}

#ecp2_22 .text1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_22 .text2 {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_22 p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_22 p.text4 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_22 h2 {
    max-width: 630px;
}

#ecp2_22 ul {
    margin-bottom: 30px !important;
}

#ecp2_22 ul li {
    color: #222;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
}


#ecp2_23 {
    border-radius: 20px;
    padding: 20px;
    background-color: #F9F9F9;
}

#ecp2_23 h2 {
    max-width: 750px;
}

#ecp2_23 p {
    display: flex;
    width: 960px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#ecp2_24 {
    background: url("/img/ecp2/15/bg.svg") no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#ecp2_24 .items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 732px;
    padding: 20px;
}

#ecp2_24 .item1 {
    width: 670px;
    height: 110px;
}

#ecp2_24 .item2 {
    width: 670px;
    height: 622px;
}

#ecp2_24 .item3 {
    width: 463px;
    height: 726px;
    background: url("/img/ecp2/24/1.png") no-repeat;
    margin-left: 20px;
    position: relative;
}

#ecp2_24 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_24 p {
    color: #FFF;
    margin-bottom: 18px;
}

#ecp2_24 ul li {
    color: #FFF;
}

#ecp2_24 .item3 .star {
    width: 80px;
    height: 80px;
    background-image: url("/img/ecp2/24/star.png");
    background-size: 80px 80px;
    position: absolute;
}

#ecp2_24 .img5 {
    display: none;
}

#ecp2_26 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 560px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
}

#ecp2_26 .block1 {
    width: 558px;
    height: 110px;
    margin-bottom: 20px;
    position: relative;
}

#ecp2_26 .block2 {
    width: 558px;
    height: 430px;
    position: relative;
}

#ecp2_26 .block4 {
    width: 603px;
    height: 558px;
    position: relative;
    background-image: url("/img/ecp2/26/1.png");
    border-radius: 20px;
}

#ecp2_26 .block4 .block1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    width: 506px;
    height: 120px;
    bottom: 0;
    left: 20px;
}

#ecp2_26 .block4 .block1 .img_star {
    width: 120px;
    height: 120px;
    background-image: url("/img/ecp2/26/star.svg");
    background-size: contain;
}

#ecp2_26 .block4 .block1 .text1 {
    width: 386px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#ecp2_26 .block1 .wr {
    width: 480px;
}

#ecp2_26 .block2 .wr {
    width: 500px;
}

#ecp2_26 .block3 .img {
    position: absolute;
}

#ecp2_26 .block1 .img1 {
    background-image: url("/img/ecp2/26/romb.svg");
    width: 40px;
    height: 40px;
    top: 2px;
    right: 80px;
    position: absolute;
}

#ecp2_26 .block1 .img2 {
    background-image: url("/img/ecp2/26/star3.svg");
    width: 40px;
    height: 40px;
    top: 52px;
    right: 80px;
    position: absolute;
}

#ecp2_26 .block2 .img2 {
    background-image: url("/img/ecp2/26/star2.svg");
    width: 98px;
    height: 98px;
    background-size: cover;
    margin: -17px 0 4px 230px;
}

#ecp2_26 .block2 .img3 {
    background-image: url("/img/ecp2/21/line.svg");
    width: 252px;
    height: 170px;
    background-size: cover;
    bottom: 0;
    right: 40px;
    position: absolute;
}

#ecp2_26 .block2 .ecp2_btn_1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

#ecp2_26 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    max-width: none;
}

#ecp2_26 h1 span {
    color: #D1ACFF;
}

#ecp2_26 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_26 .block4 img {
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

#ecp2_27 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ecp2_27 .item {
    width: 590px;
    border-radius: 20px;
    padding: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
}

#ecp2_27 .text1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%; /* 36px */
}

#ecp2_27 .text2 {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

#ecp2_27 p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_27 ul {
    margin-bottom: 30px !important;
}

#ecp2_27 ul li {
    color: #222;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_27 h2 {
    max-width: none;
}

#ecp2_29 {
    border-radius: 20px;
    background: #F9F9F9;
    padding: 20px;
}

#ecp2_30 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 560px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
}

#ecp2_30 .block1 {
    width: 558px;
    height: 96px;
    margin-bottom: 20px;
    position: relative;
}

#ecp2_30 .block2 {
    width: 558px;
    height: 441px;
}

#ecp2_30 .block4 {
    width: 603px;
    height: 558px;
    position: relative;
    background-image: url("/img/ecp2/30/1.jpg");
    border-radius: 20px;
}

#ecp2_30 .block4 .block1 {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    width: 506px;
    height: 120px;
    bottom: 0;
    left: 20px;
}

#ecp2_30 .block4 .block1 .img_star {
    width: 120px;
    height: 120px;
    background-image: url("/img/ecp2/30/star3.svg");
    background-size: contain;
}

#ecp2_30 .block4 .block1 .text1 {
    width: 386px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#ecp2_30 .block1 .wr {
    width: 468px;
}

#ecp2_30 .block2 .wr {
    width: 500px;
}

#ecp2_30 .block1 .img,
#ecp2_30 .block2 .img {
    position: absolute;
}

#ecp2_30 .block2 .img1 {
    background-image: url("/img/ecp2/30/img1.svg");
    width: 458px;
    height: 160px;
    background-size: cover;
    margin: 0 0 0 40px;
}

#ecp2_30 .block2 .img2 {
    background-image: url("/img/ecp2/30/star2.svg");
    width: 98px;
    height: 98px;
    background-size: cover;
    margin: -80px 0 0 400px;
}

#ecp2_30 .block1 .img1 {
    background-image: url("/img/ecp2/30/star.svg");
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 240px;
    bottom: 0;
}

#ecp2_30 .block1 .img2 {
    background-image: url("/img/ecp2/30/romb.svg");
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 290px;
    bottom: 0;
}

#ecp2_30 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    max-width: none;
}

#ecp2_30 h1 span {
    color: #D1ACFF;
}

#ecp2_30 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_30 .block4 img {
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

#ecp2_32 {
    background: url("/img/ecp2/15/bg.svg") no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#ecp2_32 .items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 695px;
    padding: 20px;
}

#ecp2_32 .item1 {
    width: 670px;
}

#ecp2_32 .item2 {
    width: 670px;
}

#ecp2_32 .item3 {
    width: 463px;
    height: 692px;
    background: url("/img/ecp2/32/1.png") no-repeat;
    margin-left: 20px;
    position: relative;
}

#ecp2_32 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_32 p {
    color: #FFF;
    margin-bottom: 27px;
}

#ecp2_32 .item3 .star {
    width: 80px;
    height: 80px;
    background-image: url("/img/ecp2/32/star1.svg");
    background-size: 80px 80px;
    position: absolute;
}

#ecp2_32 .img5 {
    display: none;
}

#ecp2_33 .items {
    display: flex;
    justify-content: space-between;
}

#ecp2_33 .item {
    width: 386px;
    border-radius: 20px;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
}

#ecp2_33 .item .head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#ecp2_33 .item .img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-size: cover;
}

#ecp2_33 .item .img1 {
    background-image: url("/img/ecp2/33/1.svg");
}

#ecp2_33 .item .img2 {
    background-image: url("/img/ecp2/33/2.svg");
}

#ecp2_33 .item .img3 {
    background-image: url("/img/ecp2/33/3.svg");
}

#ecp2_33 .item .name {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 250px;
}

#ecp2_33 .item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}

#ecp2_34 .items1 {
    display: flex;
    margin-bottom: 30px;
}

#ecp2_34 .items1 .item {
    width: 200px;
    height: 150px;
    background-color: #F9F9F9;
    border-radius: 20px;
    margin-right: 20px;
    text-align: center;
    color: #707070;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

#ecp2_34 .items1 .item.active {
    background: #FF5A49 !important;
}

#ecp2_34 .items1 .price {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

#ecp2_34 .items1 .period {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_34 .items1 .item.active .price,
#ecp2_34 .items1 .item.active .period {
    color: white;
}

#ecp2_34 .items1 .item.active .price {
    border-bottom: 1px solid #FFF;
}

#ecp2_34 .items2 .item {
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

#ecp2_34 .items2 label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#ecp2_34 .items2 input {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 10px;
}

#ecp2_34 .items2 .name {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ecp2_34 .items2 .name span {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
}

#ecp2_34 .items2 .price {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

#ecp2_34 .items2 .text {
    color: #707070;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_34 h3 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

#ecp2_34 .total_price {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 600px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
}

#ecp2_35 .block1 {
    width: 558px;
    height: 110px;
    margin-bottom: 20px;
}

#ecp2_35 .block2 {
    width: 558px;
    height: 438px;
    position: relative;
}

#ecp2_35 .block3 {
    width: 553px;
    height: 124px;
    position: relative;
}

#ecp2_35 .block4 {
    width: 603px;
    height: 558px;
    position: relative;
    background-image: url("/img/ecp2/35/1.jpg");
    border-radius: 20px;
}

#ecp2_35 .block4 .block1 {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    width: 506px;
    height: 120px;
    bottom: 0;
    left: 20px;
}

#ecp2_35 .block4 .block1 .img_star {
    width: 120px;
    height: 120px;
    background-image: url("/img/ecp2/35/star2.svg");
    background-size: contain;
}

#ecp2_35 .block4 .block1 .text1 {
    width: 386px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#ecp2_35 .block1 .wr {
    width: 100%;
}

#ecp2_35 .block2 .wr {
    width: 500px;
}

#ecp2_35 .block2 .img {
    position: absolute;
}

#ecp2_35 .block2 .img2 {
    background-image: url("/img/ecp2/35/star1.svg");
    width: 48px;
    height: 48px;
    background-size: cover;
    left: 0;
    bottom: -35px;
}

#ecp2_35 .block2 .img3 {
    background-image: url("/img/ecp2/35/romb.svg");
    width: 94px;
    height: 94px;
    background-size: contain;
    bottom: 0;
    right: 40px;
}

#ecp2_35 h1 {
    color: #222;
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    max-width: none;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
}

#ecp2_35 h1 span {
    color: #ABEBA5;
}

#ecp2_35 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_35 .block4 img {
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

#ecp2_36 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 520px;
}

#ecp2_36 .block1 {
    width: 488px;
    height: 520px;
    background-image: url("/img/ecp2/36/1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#ecp2_36 .block2 {
    width: 660px;
    height: 125px;
    margin-top: 40px;
}

#ecp2_36 .block3 {
    width: 650px;
    height: 315px;
}

#ecp2_36 .img1 {
    width: 150px;
    height: 150px;
    background-image: url("/img/ecp2/36/romb.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

#ecp2_36 .mobile_img {
    display: none;
}

#ecp2_37 {
    background: url("/img/ecp2/15/bg.svg") no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#ecp2_37 .items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 584px;
    padding: 20px;
    box-sizing: border-box;
}

#ecp2_37 .item1 {
    width: 670px;
}

#ecp2_37 .item2 {
    width: 670px;
}

#ecp2_37 .item3 {
    width: 463px;
    height: 692px;
    background: url("/img/ecp2/37/1.png") no-repeat;
    margin-left: 20px;
    position: relative;
}

#ecp2_37 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 450px;
}

#ecp2_37 p {
    color: #FFF;
    margin-bottom: 27px;
}

#ecp2_37 .item3 .star {
    width: 80px;
    height: 80px;
    background-image: url("/img/ecp2/37/star.svg");
    background-size: 80px 80px;
    position: absolute;
}

#ecp2_37 .list1 .el {
    margin-bottom: 20px;
    background-image: url("/img/ecp2/37/icon.svg");
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 34px;
    box-sizing: border-box;
}

#ecp2_37 .el .name {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}

#ecp2_37 .el .text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_37 .img5 {
    display: none;
}

#ecp2_38 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 471px;
}

#ecp2_38 .block1 {
    width: 590px;
    height: 471px;
    background-image: url("/img/ecp2/38/1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-right: 20px;
}

#ecp2_38 .block2 {
    width: 590px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#ecp2_38 .block3 {
    width: 550px;
}

#ecp2_38 .img1 {
    width: 150px;
    height: 150px;
    background-image: url("/img/ecp2/38/romb.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

#ecp2_38 .mobile_img {
    display: none;
}

#ecp2_39 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 470px;
}

#ecp2_39 .block1 {
    width: 590px;
    height: 470px;
    background-image: url("/img/ecp2/39/1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-right: 20px;
}

#ecp2_39 .block2 {
    width: 590px;
    height: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#ecp2_39 .block3 {
    width: 550px;
}

#ecp2_39 .img1 {
    width: 150px;
    height: 150px;
    background-image: url("/img/ecp2/39/romb.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

#ecp2_39 .mobile_img {
    display: none;
}

#ecp2_40 {
    position: relative;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    height: 489px;
    border-radius: 20px;
    padding: 20px;
}

#ecp2_40 .block1 {
    position: absolute;
    width: 604px;
    height: 489px;
    background-image: url("/img/ecp2/40/1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

#ecp2_40 .block2 {
    position: absolute;
    width: 490px;
    margin: 0 0 0 650px;
}

#ecp2_40 .block3 {
    position: absolute;
    width: 490px;
    margin: 112px 0 0 650px;
}

#ecp2_40 input[type=text],
#ecp2_40 input[type=email] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    padding: 14px;
    font-size: 16px;
}

#ecp2_40 input[type=button] {
    border: none;
    margin-bottom: 20px;
}

#ecp2_40 .block1 ul {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    left: 20px;
    bottom: 10px;
}

#ecp2_40 .block1 ul li {
    padding: 15px 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: black;
    margin: 0 10px 10px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}

#ecp2_40 .block1 .img1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url("/img/ecp2/icons/star_red.svg");
    background-size: contain;
}

#ecp2_40 .inn_kpp {
    display: flex;
    justify-content: left;
}

#ecp2_40 .img2 {
    display: none;
}

.ecp2_block_30 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 20px;
    height: 560px;
}

.ecp2_block_30 .block1 {
    position: relative;
    width: 560px;
    height: 142px;
    margin-bottom: 22px;
}

.ecp2_block_30 .block2 {
    width: 560px;
    height: 441px;
    position: relative;
}

.ecp2_block_30 .block4 {
    position: relative;
    border-radius: 20px;
    width: 603px;
    height: 558px;
}

.ecp2_block_30 .block5 {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 20px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

.ecp2_block_30 .block5 img {
    height: 100%;
}

.ecp2_block_30 .block5 .right {
    width: 80%;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
    color: white;
}

.ecp2_block_30 .img1,
.ecp2_block_30 .img2,
.ecp2_block_30 .img3,
.ecp2_block_30 .img4 {
    position: absolute;
    background-size: cover;
}

.ecp2_block_30 .img1 {
    background-image: url("/img/ecp2/icons/star_gray.svg");
    width: 36px;
    height: 36px;
    bottom: 0;
    left: 430px;
}

.ecp2_block_30 .img2 {
    background-image: url("/img/ecp2/icons/romb_gray.svg");
    width: 36px;
    height: 36px;
    bottom: 0;
    left: 480px;
}

.ecp2_block_30 .img3 {
    background-image: url("/img/ecp2/icons/star_gray.svg");
    width: 60px;
    height: 60px;
}

.ecp2_block_30 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin: 0;
    padding: 0 !important;
    width: 460px;
    max-width: 100%;
}

.ecp2_block_30 h1 span {
    color: #D1ACFF;
}

.ecp2_block_30 .block2 p {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 520px;
}

.ecp2_block_33 .items {
    display: flex;
    justify-content: space-between;
}

.ecp2_block_33 .item {
    width: 386px;
    border-radius: 20px;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
}

.ecp2_block_33 .item .head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ecp2_block_33 .item .img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-size: cover;
}

.ecp2_block_33 .item .name {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 276px;
}

.ecp2_block_33 .item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}

#ecp2_42 .block4 {
    background-image: url("/img/ecp2/42/1.jpg");
}

#ecp2_42 .img1 {
    background-image: url("/img/ecp2/icons/star_blue1.svg");
    left: 430px;
    bottom: 0;
}

#ecp2_42 .img2 {
    background-image: url("/img/ecp2/icons/romb_red.svg");
    left: 480px;
    bottom: 0;
}

#ecp2_42 .img3 {
    background-image: url("/img/ecp2/icons/star_orange.svg");
    margin: -25px 0 0 400px;
}

#ecp2_42 h1 span {
    color: #ABEBA5;
}

#ecp2_42 a.ecp2_btn_1 {
    position: absolute;
    bottom: 0;
}

#ecp2_43 {
    background: url("/img/ecp2/43/bg2.svg") no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#ecp2_43 .items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 850px;
    padding: 20px;
}

#ecp2_43 .item1 {
    width: 670px;
}

#ecp2_43 .item2 {
    width: 670px;
}

#ecp2_43 .item3 {
    width: 463px;
    height: 850px;
    background: url("/img/ecp2/43/1.png") no-repeat;
    margin-left: 20px;
    position: relative;
}

#ecp2_43 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_43 p {
    color: #FFF;
    margin-bottom: 27px;
}

#ecp2_43 .item3 .star {
    width: 80px;
    height: 80px;
    background-image: url("/img/ecp2/icons/star_green.svg");
    background-size: 80px 80px;
    position: absolute;
}

#ecp2_43 .img5 {
    display: none;
}

#ecp2_43 .ecp2_list_1 li {
    color: white;
}

#ecp2_44 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 520px;
}

#ecp2_44 .block1 {
    width: 390px;
    height: 520px;
    background-image: url("/img/ecp2/44/1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#ecp2_44 .block2 {
    width: 770px;
}

#ecp2_44 .block3 {
    width: 770px;
}

#ecp2_44 .img1 {
    width: 150px;
    height: 150px;
    background-image: url("/img/ecp2/icons/romb_green.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

#ecp2_44 .mobile_img {
    display: none;
}

#ecp2_46 {
    border-radius: 20px;
    background: #F9F9F9;
    padding: 20px;
}

#ecp2_46 h2 {
    font-size: 36px;
}

#ecp2_47 .block1 {
    margin-bottom: 30px;
}

#ecp2_47 .block2 {
    height: 370px;
}

#ecp2_47 .block4 {
    background-image: url("/img/ecp2/47/1.jpg");
}

#ecp2_47 h1 span {
    color: #D1ACFF;
}

#ecp2_47 .block5 .right {
    color: black;
}

#ecp2_47 .block2 p {
    max-width: 420px;
    margin-bottom: 15px;
}

#ecp2_47 ul {
    margin-bottom: 20px;
}

#ecp2_47 .img1 {
    background-image: url("/img/ecp2/icons/star_blue1.svg");
    left: 340px;
    bottom: 0;
}

#ecp2_47 .img2 {
    background-image: url("/img/ecp2/icons/romb_red.svg");
    left: 410px;
    bottom: 0;
}

#ecp2_47 .img3 {
    background-image: url("/img/ecp2/icons/star_orange.svg");
    margin: -25px 0 0 400px;
    bottom: 0;
}

#ecp2_51 .item .img1 {
    background-image: url("/img/ecp2/51/1.svg");
}

#ecp2_51 .item .img2 {
    background-image: url("/img/ecp2/51/2.svg");
}

#ecp2_51 .item .img3 {
    background-image: url("/img/ecp2/51/3.svg");
}

#ecp2_52 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 464px;
}

#ecp2_52 .block1 {
    width: 525px;
    height: 464px;
    background-image: url("/img/ecp2/52/1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#ecp2_52 .block2 {
    width: 675px;
    height: 80px;
    box-sizing: border-box;
    padding: 0 0 0 24px;
}

#ecp2_52 .block3 {
    width: 675px;
    height: 384px;
    box-sizing: border-box;
    padding: 0 0 0 24px;
}

#ecp2_52 .block2 h2 {
    font-size: 38px;
}

#ecp2_52 .img1 {
    width: 150px;
    height: 150px;
    background-image: url("/img/ecp2/icons/romb_green.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

#ecp2_52 ul {
    margin-bottom: 30px;
}

#ecp2_52 li {
    margin-bottom: 20px;
}

#ecp2_59 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#ecp2_59 .item {
    width: 590px;
    border-radius: 20px;
    padding: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
}

#ecp2_59 .text1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_59 .text2 {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

#ecp2_59 p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_59 h2 {
    max-width: 560px;
}


#ecp2_41 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ecp2_41 .item {
    width: 345px;
    border-radius: 20px;
    padding: 20px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(34, 34, 34, 0.15);
}

#ecp2_41 .text1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

#ecp2_41 .text2 {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    height: 60px;
    width: 310px;
}

#ecp2_41 p.text3 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

#ecp2_41 h2 {
    max-width: 560px;
}

#ecp2_41 ul {
    margin-bottom: 30px !important;
    height: 290px;
    max-width: 94%;
}

#ecp2_41 ul li {
    color: #222;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
}


#elba_block_1 {
    padding: 30px 0;
}

#elba_block_1 .items {
    display: flex;
    justify-content: space-between;
}

#elba_block_1 .block_left {
    width: 720px;
}

#elba_block_1 .block_right {
    width: 460px;
}

#elba_block_1 .img {
    width: 522px;
    height: 518px;
}

#elba_block_1 h1 {
    text-align: left;
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 37px;
}

#elba_block_1 .block_left p {
    font-size: 21px;
    line-height: 31px;
    margin: 0 0 40px 0;
}

#elba_block_1 ul {
    padding-bottom: 20px;
}

#elba_block_1 ul li {
    padding-bottom: 4px;
}

#elba_block_1 .btns {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

#elba_block_1 .btns a {
    width: 240px;
    background-color: #fa6314;
    color: #FFF;
    margin: 0 10px 10px 0;
    box-shadow: 0 5px 12px rgba(31, 76, 108, 0.3);
}

#elba_block_1 .btns a:nth-child(2) {
    background-color: #FFF;
    color: #117BC9;
    text-decoration: underline;
    margin-left: 20px;
}

#elba_block_2 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#elba_block_2 .block {
    text-align: center;
    width: 300px;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(18, 72, 120, 0.2);
}


#elba_block_3 {
    background-color: #0050B2;
    text-align: center;
}

#elba_block_3 h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #FFF;
}

#elba_block_3 .face {
    width: 137px;
    height: 122px;
    position: absolute;
    background: url(/img/elba/face.png);
    margin-top: 60px;
}


/* RENAME elba_block_4 */

#elba_front_page_block_5 .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#elba_front_page_block_5 .item {
    width: 380px;
    background: #FFF;
    box-shadow: 0 4px 29px rgba(242, 66, 27, 0.18);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
    padding-bottom: 20px;
}

#elba_front_page_block_5 .item .head {
    padding: 25px 14px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #0862D0;
}

#elba_front_page_block_5 .item .head span {
    font-size: 30px;
    display: block;
    margin: 20px 0 0 0;
    font-weight: bold;
}

#elba_front_page_block_5 .item .about {
    padding: 20px;
    font-size: 22px;
    line-height: 32px;
}

#elba_front_page_block_5 .item .price {
    text-align: left;
    padding: 0 0 4px 20px;
}

#elba_front_page_block_5 .item .price span {
    font-size: 32px;
    color: #117BC9;
}

#elba_front_page_block_5 .big {
    font-weight: bold;
    font-size: 32px;
}

#elba_front_page_block_5 .small {
    margin-bottom: 0 !important;
}

#elba_front_page_block_5 ul {
    text-align: left;
    padding: 10px 20px 10px 20px;
    list-style: none;
}

#elba_front_page_block_5 ul li {
    padding: 10px 0;
}

#elba_front_page_block_5 ul .nn {
    color: #CCC;
}


#elba_tarif_item_advanced {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

#elba_tarif_item_advanced .head {
    background-color: #0862D0;
    padding: 14px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    height: auto;
}

#elba_tarif_item_advanced .period {
    font-size: 20px;
}

#elba_tarif_item_advanced .connect:hover {
    background-color: #0862D0;
    color: #FFF;
    transition: 0.2s ease-in-out;
}

#elba_tarif_item_advanced .item2 {
    width: 180px;
    text-align: center;
    margin: 0 10px 20px 10px;
    box-shadow: 0 3px 6px rgba(23, 83, 158, 0.18);
    border-radius: 8px;
    overflow: hidden;
}

#elba_tarif_item_advanced .item2 .head span {
    margin: 5px 0;
    font-size: 30px;
    display: block;
    font-weight: bold;
}

#elba_tarif_item_advanced .price {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    color: #117BC9;
    padding: 5px 0 5px 0;
}

#elba_tarif_item_advanced .price span {
    font-size: 20px;
}

#elba_tarif_item_advanced .connect {
    background-color: #FFF;
    border: 3px solid #0862D0;
    box-sizing: border-box;
    width: 100%;
    max-width: 90%;
    margin: 16px auto 10px auto;
}


#fokus_block_1 .cols3 {
    justify-content: center;
}

#fokus_block_1 img {
    width: 50%;
    display: block;
    margin: 0 auto 10px auto;
}

#fokus_block_1 .header {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

#fokus_block_1 ul {
    padding: 0 10px 0 10px;
    list-style: none;
    text-align: center;
}

#fokus_block_1 ul li {
    margin: 12px 0 0 0;
}

#fokus_block_1 .item {
    margin: 15px;
    padding: 20px 10px;
    border-radius: 10px;
    height: 320px;
}


#fokus_block_3 .img {
    background: url(/img/fokus/front_page/block_3.jpg) no-repeat center;
    width: 100%;
    height: 400px;
}

#fokus_block_4 .img {
    background: url(/img/fokus/front_page/block_4.jpg) no-repeat center;
    width: 100%;
    height: 390px;
}


#fokus_block_5 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

#fokus_block_5 .items div {
    width: 120px;
    padding: 14px;
    margin: 14px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#fokus_block_5 .items div img {
    padding-bottom: 10px;
}


#zakupki_block_1 .block {
    text-align: center;
}

#zakupki_block_1 .block .item {
    padding: 30px;
}

#zakupki_block_1 .hh {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 16px 0;
}

#zakupki_block_1 p {
    margin-bottom: 0;
}


#zakupki_block_3 h3 {
    margin: 40px 0 30px 0;
}

#zakupki_block_3 .text_1 {
    font-size: 28px;
    line-height: 44px;
    padding-bottom: 20px;
}

#zakupki_block_4 .img {
    background: url("/img/zakupki/screen_530.jpg") no-repeat right;
    width: 100%;
    height: 460px;
}

#kompas_front_page_block_export ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

#kompas_front_page_block_export ul li {
    margin: 20px;
}


#kompas_price_v2 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

#kompas_price_v2 .items .item {
    width: 280px;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 4px 29px rgba(30, 90, 71, 0.1);
    margin: 10px;
    border-radius: 20px;
}

#kompas_price_v2 .items .item .head {
    padding: 20px;
    background: linear-gradient(180deg, #d70c17 0%, #be0d17 100%);
    font-size: 24px;
    text-align: center;
    color: #FFF;
}

#kompas_price_v2 .items .item .price {
    text-align: center;
    padding: 30px 0 10px 0;
    margin-bottom: 4px;
}

#kompas_price_v2 .items .item .price span {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: block;
}

#kompas_price_v2 .items .item .about {
    text-align: center;
    color: grey;
}

#kompas_price_v2 .items .item a {
    background-color: #FFF;
    border: 3px solid #1DAA77;
    box-sizing: border-box;
    margin: 30px 40px 10px 40px;
    padding: 12px;
}

#kompas_price_navigate {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#kompas_price_navigate a {
    margin: 0 10px;
    cursor: pointer;
    width: 200px;
    text-align: center;
    background-color: #dedede;
}

#kompas_price_navigate .selected {
    text-decoration: underline;
    background-color: #d70c17 !important;
    color: white !important;
}

#kompas_price_v2 .item_hide {
    display: none !important;
}


/* use: sverka */

.price_st_v_1 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price_st_v_1 .item {
    width: 220px;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 4px 29px rgba(30, 90, 71, 0.1);
    margin: 10px;
    border-radius: 20px;
}

.price_st_v_1 .item .head {
    padding: 20px;
    background: linear-gradient(180deg, #d70c17 0%, #be0d17 100%);
    font-size: 24px;
    text-align: center;
    color: #FFF;
}

.price_st_v_1 .item .price {
    text-align: center;
    padding: 30px 0 10px 0;
    margin-bottom: 4px;
}

.price_st_v_1 .item .price span {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.price_st_v_1 .item .about {
    text-align: center;
    color: grey;
}

.price_st_v_1 .item a {
    background-color: #FFF;
    border: 3px solid #1DAA77;
    box-sizing: border-box;
    margin: 20px 40px 10px 40px;
    padding: 12px;
}

.price_st_v_1 .item .period {
    text-align: center;
    color: grey;
}


#frontpage_v3_b3 .logos {
    display: flex;
    flex-wrap: wrap;
}

#frontpage_v3_b3 .logos div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    box-sizing: border-box;
    padding: 30px;
}

#frontpage_v3_b3 .logos img {
    width: 125px;
    height: 50px;
    text-align: center;
}

#frontpage_v3_b3 .logos div:nth-child(1) {
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

#frontpage_v3_b3 .logos div:nth-child(2) {
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

#frontpage_v3_b3 .logos div:nth-child(3) {
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

#frontpage_v3_b3 .logos div:nth-child(4) {
    border-bottom: 1px solid #EFEFEF;
}

#frontpage_v3_b3 .logos div:nth-child(5) {
    border-right: 1px solid #EFEFEF;
}

#frontpage_v3_b3 .logos div:nth-child(6) {
    border-right: 1px solid #EFEFEF;
}

#frontpage_v3_b3 .logos div:nth-child(7) {
    border-right: 1px solid #EFEFEF;
}


#frontpage_v3_b4 {
    border-radius: 50px;
    background-color: #F9F9F9;
    padding: 50px;
    box-sizing: border-box;
}

#frontpage_v3_b4 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#frontpage_v3_b4 .item {
    width: 530px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}

#frontpage_v3_b4 .item .head {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
}

#frontpage_v3_b4 .item .head img {
    margin-right: 10px;
}

#frontpage_v3_b4 .item .head .product {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#frontpage_v3_b4 .buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#frontpage_v3_b4 .buttons a {
    background-color: #003F5C;
    color: white;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 30px;
}

#frontpage_v3_b4 .item_body p {
    color: #222;
}

#frontpage_v3_b4 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

#frontpage_v3_b4 ul li {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

#frontpage_v3_b4 ul li:before {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-size: 20px 20px;
    margin-right: 10px;
}

#frontpage_v3_b4 .item:nth-child(1) ul li {
    margin-bottom: 10px;
}

#frontpage_v3_b4 ul.extern_list li:before {
    background: url(/img/extern/check.svg);
}

#frontpage_v3_b4 ul.diadoc_list li:before {
    background: url(/img/diadoc/check.svg);
}

#frontpage_v3_b4 .item .date {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

#frontpage_v3_b4 .item .date_extern {
    color: #FF8227;
}

#frontpage_v3_b4 .item .date_diadoc {
    color: #00CCAE;
}

#frontpage_v3_b4 .item .bold1 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#frontpage_v3_b4 .item:nth-child(1) .item_body,
#frontpage_v3_b4 .item:nth-child(2) .item_body {
    height: 330px;
}

#frontpage_v3_b4 .item:nth-child(3) .item_body,
#frontpage_v3_b4 .item:nth-child(4) .item_body {
    height: 230px;
}

#frontpage_v3_b5 {
    height: 580px;
    background-color: #FFF;
    background-image: url("/img/front_page_v3/5.jpg");
    /*background-size: 600px 547px;
    background-position: 670px 97px;*/
    background-size: 550px 510px;
    background-position: 700px 77px;
    background-repeat: no-repeat;
    border-radius: 50px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 50px;
    box-sizing: border-box;
}

#frontpage_v3_b5 .img_mobile {
    display: none;
}

#frontpage_v3_b5 h1 {
    color: #222;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    text-align: left;
    max-width: none;
    width: 620px;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    padding: 0;
}

#frontpage_v3_b5 .text1 {
    width: 450px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#frontpage_v3_b5 a {
    background-color: #003F5C;
    color: white;
    padding: 15px 30px;
    border-radius: 20px;
    display: block;
    width: max-content;
    margin-bottom: 60px;
}

#frontpage_v3_b5 .block2 {
    width: 480px;
    height: 50px;
    display: flex;
    align-items: center;
}

#frontpage_v3_b5 .block2 img {
    width: 155px;
    margin-right: 20px;
}

#frontpage_v3_b5 .block2 p {
    width: 350px;
    color: #222;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#frontpage_v3_b6 .items {
    height: 484px;
    position: relative;
}

#frontpage_v3_b6 .items .block1 {
    width: 425px;
    height: 484px;
    border-radius: 30px;
    position: absolute;
    background: url("/img/front_page_v3/6_1.png");
    background-size: 345px 345px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F9F9F9;
}

#frontpage_v3_b6 .items .block2,
#frontpage_v3_b6 .items .block3,
#frontpage_v3_b6 .items .block4,
#frontpage_v3_b6 .items .block5 {
    width: 348px;
    height: 222px;
    position: absolute;
    border-radius: 30px;
    background: #F9F9F9;
    padding: 30px;
    box-sizing: border-box;
}

#frontpage_v3_b6 .items .block2 {
    margin: 0 0 0 470px;
}

#frontpage_v3_b6 .items .block3 {
    margin: 0 0 0 852px;
}

#frontpage_v3_b6 .items .block4 {
    margin: 262px 0 0 470px;
}

#frontpage_v3_b6 .items .block5 {
    margin: 262px 0 0 852px;
}

#frontpage_v3_b6 h2 {
    width: 900px;
    margin-bottom: 50px;
}

#frontpage_v3_b6 .text1 {
    color: #222;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

#frontpage_v3_b6 .text2 {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

#frontpage_v3_b7 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

#frontpage_v3_b7 .item {
    width: 373px;
    height: 340px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

#frontpage_v3_b7 .item:hover {
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}

#frontpage_v3_b7 .item .head {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
    height: 50px;
}

#frontpage_v3_b7 .item_body {
    height: 130px;
    margin-bottom: 30px;
}

#frontpage_v3_b7 .item .head img {
    margin-right: 10px;
}

#frontpage_v3_b7 .item .head .product {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#frontpage_v3_b7 .buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#frontpage_v3_b7 .buttons a {
    background-color: #003F5C;
    color: white;
    padding: 15px 16px;
    border-radius: 20px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

#frontpage_v3_b7 .item_body p {
    color: #222;
}

#frontpage_v3_b7 .item .date {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    color: #FF8227;
    font-style: normal;
}

#frontpage_v3_b7 .item .date_extern {
    color: #FF8227;
}

#frontpage_v3_b7 .item .date_diadoc {
    color: #00CCAE;
}

#frontpage_v3_b7 .item .bold1 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#frontpage_v3_b7 .item3 {
    background-image: url("/img/front_page_v3/7_1.jpg");
    background-size: cover;
}

#frontpage_v3_b7 .item4 {
    background-image: url("/img/front_page_v3/8_1.jpg");
    background-size: cover;
}

#frontpage_v3_b8 h2 {
    text-align: center;
    margin-bottom: 40px;
}

#frontpage_v3_b8 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px;
}

#frontpage_v3_b8 .item {
    width: 580px;
    height: 285px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

#frontpage_v3_b8 .item .head {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
}

#frontpage_v3_b8 .item .head img {
    margin-right: 10px;
}

#frontpage_v3_b8 .item .head .product {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#frontpage_v3_b8 .item p {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

#frontpage_v3_b8 .arrow {
    display: block;
    background: url(/img/front_page_v3/arrow1_1.svg);
    width: 52px;
    height: 12px;
    margin-top: 25px;
    position: absolute;
    bottom: 20px;
}

#frontpage_v3_b8 .item_extern:hover {
    background: #FF8227;
    background-image: url("/img/front_page_v3/item_bg/extern.svg");
}

#frontpage_v3_b8 .item_diadoc:hover {
    background: #00CCAE;
    background-image: url("/img/front_page_v3/item_bg/diadoc.svg");
}


#frontpage_v3_b8 .item_ecp:hover {
    background: #FF5A49;
    background-image: url("/img/front_page_v3/item_bg/ecp.svg");
}

#frontpage_v3_b8 .item_elba:hover {
    background: #4E7BF9;
    background-image: url("/img/front_page_v3/item_bg/elba.svg");
}

#frontpage_v3_b8 .item_fokus:hover {
    background: #3DBC5D;
    background-image: url("/img/front_page_v3/item_bg/fokus.svg");
}

#frontpage_v3_b8 .item_ofd:hover {
    background: #7FC911;
    background-image: url("/img/front_page_v3/item_bg/ofd.svg");
}

#frontpage_v3_b8 .item_kompas:hover {
    background: #FF5A49;
    background-image: url("/img/front_page_v3/item_bg/kompas.svg");
}

#frontpage_v3_b8 .item_zakupki:hover {
    background: #4E7BF9;
    background-image: url("/img/front_page_v3/item_bg/zakupki.svg");
}

#frontpage_v3_b8 .item:hover {
    transition: 400ms ease-in-out;
    background-repeat: no-repeat;
    background-position: right;
}

/* all */

#frontpage_v3_b8 .item:hover > p {
    color: #FFF;
}

#frontpage_v3_b8 .item:hover > .head .product {
    color: #FFF !important;
}

#frontpage_v3_b8 .item:hover > .arrow {
    background: url(/img/front_page_v3/arrow1_2.svg);
}

#clients_review .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#clients_review .item {
    width: 585px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(34, 34, 34, 0.10);
    padding: 30px;
    box-sizing: border-box;
}

#clients_review .item .name {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

#clients_review .item .post {
    color: #7A7A7A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#clients_review .item .text {
    color: #222;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

#clients_review .review_header {
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#clients_review .review_header .img {
    width: 60px;
    height: 60px;
    background-color: red;
    margin-right: 20px;
    background-size: cover;
}

#clients_review .review_header .img1 {
    background: url("/img/clients_review/r1.svg");
}

#clients_review .review_header .img2 {
    background: url("/img/clients_review/r2.svg");
}

#clients_review .review_header .img3 {
    background: url("/img/clients_review/r3.svg");
}

#clients_review .review_header .img4 {
    background: url("/img/clients_review/r4.svg");
}

#clients_review_nav {
    width: 80px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

#clients_review_nav .button_left {
    width: 30px;
    height: 30px;
    background: url("/img/clients_review/arrow-left.svg");
    background-size: cover;
    cursor: pointer;
}

#clients_review_nav .button_right {
    width: 30px;
    height: 30px;
    background: url("/img/clients_review/arrow-right.svg");
    background-size: cover;
    cursor: pointer;
}

#clients_review .review_hidden {
    display: none;
}

#link_telegram {
    width: 32px;
    display: block;
    height: 32px;
    bottom: 15px;
    position: fixed;
    right: 15px;
    cursor: pointer;
    background-image: url('/img/telegram_logo.svg');
    background-size: contain;
}

#link_max {
    width: 32px;
    display: block;
    height: 32px;
    bottom: 15px;
    position: fixed;
    right: 15px;
    cursor: pointer;
    background-image: url('/img/max-logo.svg');
    background-size: contain;
}

.link_1 {
    color: #0000FF;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

td {
    padding: 5px;
    border: 1px solid #000;
}

/* ADD SIZE-1 */


/* size 2 */

@media (min-width: 1024px) and (max-width: 1279.99px) {


    body {
        font-size: 17px;
    }

    p {
        font-size: 17px;
    }

    /*.wrapper {
        width: 1000px;
    }*/
    #header_menu {
        width: 300px;
    }

    #header_menu ul li {
        margin-right: 30px;
    }

    .cols2 .block {
        width: 493px;
    }

    .cols3 .block {
        width: 324px;
    }

    .faq_v3 .answer p {
        max-width: 830px;
    }

    #footer_block_1 .block1 {
        width: 240px;
    }

    #footer_block_1 .block2 {
        width: 250px;
    }

    #footer_block_1 .block3 {
        width: 180px;
    }

    #footer_block_1 .block4 {
        width: 240px;
    }

    .stb1 .block_left {
        width: 550px;
    }

    .stb1 .block_right {
        width: 430px;
    }


    #frontpage_v3_b1 {
        height: 330px;
    }

    #frontpage_v3_b1 .block1 {
        width: 460px;
        height: 110px;
    }

    #frontpage_v3_b1 .block2 {
        width: 460px;
        margin: 0 25px 0 0;
    }

    #frontpage_v3_b1 .block3 {
        width: 515px;
        height: 330px;
        background-image: url("/img/front_page/1_2.jpg");
    }

    #frontpage_v3_b1 h1 {
        font-size: 40px;
    }


    #frontpage_v3_b2 .item {
        width: 480px;
    }

    #extern_price_v2 .flex_items .item {
        width: 310px;
    }

    #extern_price_v2 .flex_items .item .head {
        /*height: 40px;
        padding: 30px;*/
        font-size: 18px;
    }

    #extern_price_v2 .item .head span {
        font-size: 24px;
        margin: 15px 0 0 0;
    }


    #block_sfr_2 .block1 .img {
        width: 500px;
        height: 400px;
        background-image: url("/img/sfr/block_1_2.png");
    }

    #block_sfr_2 .block2 {
        width: 480px;
    }

    #block_sfr_3 .items .block {
        width: 470px;
    }

    #block_sfr_5 {
        padding: 50px 440px 50px 50px;
        width: 1000px;
        height: 410px;
        background-position: right;
    }

    #block_sfr_7 .items .block {
        width: 430px;
    }


    #extern_front_page_block_2 .items div {
        width: 260px;
        margin: 0 0 20px 0;
    }


    #front_page_block_3 .img {
        max-width: 100%;
        background-size: contain;
    }

    #front_page_block_3 .block_left {
        width: 450px;
    }

    #front_page_block_3 .block_right {
        width: 530px;
    }

    #front_page_block_3 .block_right .img {
        width: 530px;
        background-size: 100%;
    }

    #front_page_block_5 .img {
        max-width: 100%;
        background-size: contain;
    }

    #front_page_block_5 .block_right p {
        font-size: 18px;
        line-height: 30px;
    }


    #ecp2_1 {
        height: 520px;
    }

    #ecp2_1 .item1 {
        width: 340px;
        height: 251px;
        background-image: url("/img/ecp2/1/1_340_251.png");
    }

    #ecp2_1 .item2 {
        width: 340px;
        height: 249px;
    }

    #ecp2_1 .item3 {
        width: 397px;
        height: 347px;
    }

    #ecp2_1 .item4 {
        width: 397px;
        height: 153px;
    }

    #ecp2_1 .item5 {
        width: 223px;
        height: 225px;
    }

    #ecp2_1 .item6 {
        width: 223px;
        height: 278px;
    }

    #ecp2_2 {
        height: 819px;
    }

    #ecp2_2 .left {
        width: 405px;
        height: 819px;
    }

    #ecp2_2 .right {
        width: 575px;
    }

    #ecp2_2 .right .item ul li {
        margin-bottom: 12px;
    }

    #ecp2_2 .right .item p.text1 {
        margin: 0 0 13px 0 !important;
    }

    #ecp2_2 .right .item p.text2 {
        margin: 0 0 13px 0 !important;
    }

    #ecp2_3 {
        background: url("/img/ecp2/3_1000.svg") no-repeat;
        height: 621px;
    }

    #ecp2_3 .left {
        width: 622px;
    }

    #ecp2_4 .item {
        width: 320px;
        height: 331px;
    }

    #ecp2_6 {
        background-position: right;
    }

    #ecp2_6 .left {
        width: 540px;
    }

    #ecp2_7 .items .item {
        width: 490px;
        height: 347px;
    }

    #ecp2_7 .items .item .img {
        width: 451px;
        height: 200px;
    }

    #ecp2_7 .items .item .img1 {
        background-image: url("/img/ecp2/7/1_451.png");
    }

    #ecp2_7 .items .item .img2 {
        background-image: url("/img/ecp2/7/2_451.png");
    }

    #ecp2_7 .items .item .img3 {
        background-image: url("/img/ecp2/7/3_451.png");
    }

    #ecp2_7 .items .item .img4 {
        background-image: url("/img/ecp2/7/4_451.png");
    }

    #ecp2_8 {
        background-position: right;
    }


    #ecp2_11 .item {
        width: 490px;
    }

    #ecp2_12 .left {
        width: 405px;
        height: 809px;
        background-image: url(/img/ecp2/12/2.jpg);
    }

    #ecp2_12 .right {
        width: 575px;
    }

    #ecp2_12 .right .item p.text1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_12 .right .ecp2_btn_1 {
        margin-bottom: 6px !important;
    }

    #ecp2_13 .item {
        width: 306px;
        height: 470px;
    }

    #ecp2_13 .item .img {
        width: auto;
    }

    #ecp2_13 .item .img1 {
        background-image: url("/img/ecp2/13/b13_img1_2.png");
    }

    #ecp2_13 .item .img2 {
        background-image: url("/img/ecp2/13/b13_img2_2.png");
    }

    #ecp2_13 .item .img3 {
        background-image: url("/img/ecp2/13/b13_img3_2.png");
    }

    #ecp2_13 .item .img4 {
        background-image: url("/img/ecp2/13/b13_img4_2.png");
    }

    #ecp2_13 .item .img5 {
        background-image: url("/img/ecp2/13/b13_img5_2.png");
    }

    #ecp2_13 .item .img6 {
        background-image: url("/img/ecp2/13/b13_img6_2.png");
    }

    #ecp2_13 .item .img7 {
        background-image: url("/img/ecp2/13/b13_img7_2.png");
    }

    #ecp2_13 .item:nth-child(8) {
        width: 634px;
        height: 466px;
    }

    #ecp2_13 .item .buttons {
        display: block;
    }

    #ecp2_13 .item .ecp2_btn_1 {
        margin-bottom: 20px;
    }

    #ecp2_13 .item p.text1 {
        font-size: 16px;
    }

    #ecp2_13 .mobile_img {
        display: none;
    }

    #ecp2_14 .item {
        width: 490px;
    }

    #ecp2_15 .left {
        width: 645px;
    }

    #ecp2_15:after {
        right: 20px;
    }

    #ecp2_17 .item {
        width: 490px;
    }

    #ecp2_17 .item .img {
        width: 450px;
        height: 300px;
    }

    #ecp2_17 .item .img1 {
        background-image: url(/img/ecp2/17/1_2.png);
    }

    #ecp2_17 .item .img2 {
        background-image: url(/img/ecp2/17/2_2.png);
    }

    #ecp2_17 .item .img3 {
        background-image: url(/img/ecp2/17/3_2.png);
    }

    #ecp2_17 .item .img4 {
        background-image: url(/img/ecp2/17/4_2.png);
    }

    #ecp2_17 .item .img:after {
        margin: 200px 0 0 346px;
    }

    #ecp2_18 {
        height: 594px;
        box-sizing: border-box;
    }

    #ecp2_18 .block1 {
        width: 496px;
    }

    #ecp2_18 .block2 {
        width: 571px;
        height: 366px;
    }

    #ecp2_18 .block3 {
        background-image: url("/img/ecp2/18/smartphone2.png");
        width: 411px;
        height: 534px;
    }

    #ecp2_18 .block2 p {
        margin-bottom: 15px;
    }

    #ecp2_18 h1 {
        margin-bottom: 20px !important;
    }

    #ecp2_18 .mobile_img {
        display: none;
    }

    #ecp2_19 {
        height: 592px;
    }

    #ecp2_19 .block1 {
        width: 456px;
        height: 88px;
    }

    #ecp2_19 .block2 {
        width: 415px;
        height: 480px;
    }

    #ecp2_19 .block4 {
        width: 506px;
        height: 592px;
        background: url("/img/ecp2/19/2.jpg");
    }

    #ecp2_19 .block4 .block1 {
        width: 420px;
    }

    #ecp2_19 .block4 .block1 .text1 {
        width: 300px;
    }

    #ecp2_19 .block1 .img1 {
        margin: -103px 0 0 300px;
    }

    #ecp2_19 .block1 .img2 {
        margin: -103px 0 0 350px;
    }

    #ecp2_19 .block2 .img2 {
        margin: -78px 0 0 357px;
    }

    #ecp2_19 .block2 .img3 {
        width: 438px;
        margin: 14px 0 0 0;
    }

    #ecp2_19 .block2 .wr {
        width: 410px;
    }

    #ecp2_19 .block3 .img1 {
        margin: 30px 0 0 10px;
    }

    #ecp2_19 .block3 .img2 {
        margin: -80px 0 0 338px;
    }

    #ecp2_19 .block3 .img3 {
        width: 413px;
        height: 140px;
        margin: 30px 0 0 0;
    }

    #ecp2_19 h1 {
        font-size: 37px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin: 0 0 15px 0 !important;
    }

    #ecp2_20 .block1 {
        width: 456px;
        height: 177px;
    }

    #ecp2_20 .block1 .wr {
        width: 446px;
    }

    #ecp2_20 .block2 .wr {
        width: 431px;
    }

    #ecp2_20 .block2 {
        width: 415px;
        height: 363px;
    }

    #ecp2_20 .block4 {
        width: 506px;
        height: 592px;
        background: url("/img/ecp2/20/2.jpg");
    }

    #ecp2_20 .block2 p {
        font-size: 19px;
    }

    #ecp2_20 .block1 .img1 {
        margin: -59px 0 0 233px;
    }

    #ecp2_20 .block1 .img2 {
        margin: -59px 0 0 280px;
    }

    #ecp2_20 .block2 .img2 {
        right: -267px;
    }

    #ecp2_20 .block2 .img1 {
        display: none;
    }

    #ecp2_21 .block1 {
        width: 431px;
    }

    #ecp2_21 .block2 {
        width: 455px;
    }

    #ecp2_21 .block4 {
        background-image: url("/img/ecp2/21/2.png");
        width: 506px;
        height: 638px;
    }

    #ecp2_21 .block2 .wr {
        width: 100%;
    }

    #ecp2_21 .block2 .img3 {
        bottom: -14px;
        right: 11px;
    }

    #ecp2_22 .item {
        width: 488px;
    }

    #ecp2_24 .items {
        height: 886px;
    }

    #ecp2_24 .item1 {
        width: 480px;
        height: 157px;
    }

    #ecp2_24 .item2 {
        width: 480px;
    }

    #ecp2_24 .item3 {
        width: 463px;
        height: 886px;
        background-image: url("/img/ecp2/24/2.png");
    }

    #ecp2_26 .block1 {
        width: 450px;
        height: 150px;
    }

    #ecp2_26 .block2 {
        width: 450px;
        height: 382px;
    }

    #ecp2_26 .block4 {
        width: 506px;
        height: 592px;
        background-image: url(/img/ecp2/26/2.png);
    }

    #ecp2_26 .block1 .wr {
        width: 95%;
    }

    #ecp2_26 .block2 .wr {
        width: 98%;
    }

    #ecp2_26 .block2 .img2 {
        width: 66px;
        height: 66px;
    }

    #ecp2_26 .block2 .img3 {
        width: 198px;
        height: 174px;
        background-size: 198px 174px;
        bottom: -14px;
        right: 6px;
    }

    #ecp2_27 .item {
        width: 490px;
    }

    #ecp2_30 .block1 {
        width: 453px;
    }

    #ecp2_30 .block2 {
        width: 453px;
        height: 441px;
    }

    #ecp2_30 .block4 {
        width: 506px;
        height: 592px;
        background-image: url(/img/ecp2/30/2.jpg);
    }

    #ecp2_30 .block1 .wr {
        width: 100%;
    }

    #ecp2_30 .block2 .wr {
        width: 98%;
    }

    #ecp2_30 .block2 .img1 {
        width: 400px;
        height: 141px;
        margin: 32px 0 0 16px;
    }

    #ecp2_30 .block2 .img2 {
        width: 92px;
        height: 92px;
        margin: -67px 0 0 343px;
    }

    #ecp2_31 .right {
        width: 470px;
    }

    #ecp2_32 .items {
        height: 778px;
    }

    #ecp2_32 .item1 {
        width: 558px;
        height: 80px;
    }

    #ecp2_32 .item2 {
        width: 558px;
    }

    #ecp2_32 .item3 {
        width: 380px;
        height: 886px;
        background-image: url("/img/ecp2/32/2.png");
    }

    #ecp2_32 h2 {
        font-size: 38px;
    }

    #ecp2_33 .item {
        width: 320px;
    }

    #ecp2_35 .block1 {
        width: 453px;
        height: 131px;
    }

    #ecp2_35 .block2 {
        width: 453px;
        height: 441px;
    }

    #ecp2_35 .block4 {
        width: 506px;
        height: 592px;
        background-image: url(/img/ecp2/35/2.jpg);
    }

    #ecp2_35 .block1 .wr {
        width: 100%;
    }

    #ecp2_35 .block2 .wr {
        width: 98%;
    }

    #ecp2_35 .block2 .img1 {
        width: 400px;
        height: 141px;
        margin: 32px 0 0 16px;
    }

    #ecp2_35 .block2 .img2 {
        width: 92px;
        height: 92px;
        margin: -67px 0 0 343px;
    }

    #ecp2_35 .block2 .img2 {
        display: none;
    }

    #ecp2_35 .block2 .img3 {
        bottom: -22px;
        right: 19px;
    }

    #ecp2_36 {
        height: 570px;
    }

    #ecp2_36 .block1 {
        width: 405px;
        height: 569px;
        background-image: url("/img/ecp2/36/2.png");
        margin-right: 20px;
    }

    #ecp2_36 .block2 {
        width: 570px;
        height: auto;
        margin-top: 2px;
    }

    #ecp2_36 .block3 {
        width: 570px;
        height: auto;
    }

    #ecp2_36 .mobile_img {
        display: none;
    }

    #ecp2_36 h2 {
        font-size: 38px;
    }

    #ecp2_36 .ecp2_list_1 li {
        margin-bottom: 7px !important;
    }

    #ecp2_37 .items {
        height: 676px;
    }

    #ecp2_37 .item1 {
        width: 450px;
        height: 116px;
    }

    #ecp2_37 .item2 {
        width: 450px;
    }

    #ecp2_37 .item3 {
        width: 463px;
        height: 886px;
        background-image: url("/img/ecp2/37/2.png");
    }

    #ecp2_37 h2 {
        font-size: 38px;
    }

    #ecp2_37 .el .name {
        font-size: 27px;
    }

    #ecp2_37 .list1 {
        margin-bottom: 40px;
    }


    #ecp2_38 {
        height: 489px;
    }

    #ecp2_38 .block1 {
        width: 490px;
        height: 489px;
        background-image: url("/img/ecp2/38/2.png");
    }

    #ecp2_38 .block2 {
        width: 470px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    #ecp2_38 .block3 {
        width: 470px;
    }

    #ecp2_38 .mobile_img {
        display: none;
    }

    #ecp2_38 h2 {
        font-size: 38px;
    }

    #ecp2_39 {
        height: 488px;
    }

    #ecp2_39 .block1 {
        width: 490px;
        height: 489px;
        background-image: url("/img/ecp2/39/2.png");
        margin-right: 20px;
    }

    #ecp2_39 .block2 {
        width: 485px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 0;
    }

    #ecp2_39 .block3 {
        width: 480px;
    }

    #ecp2_39 .mobile_img {
        display: none;
    }

    #ecp2_39 h2 {
        font-size: 38px;
    }

    #ecp2_40 {
        height: 489px;
    }

    #ecp2_40 .block1 {
        width: 490px;
        height: 490px;
        background-image: url("/img/ecp2/40/2.jpg");
    }

    #ecp2_40 .block2 {
        width: 451px;
        margin: 0 0 0 520px;
    }

    #ecp2_40 .block3 {
        position: absolute;
        width: 430px;
        margin: 112px 0 0 520px;
    }

    #ecp2_40 input[type=text],
    #ecp2_40 input[type=email] {
        width: 100%;
        box-sizing: border-box;
        border-radius: 50px;
        margin-bottom: 22px;
        border: 1px solid #D9D9D9;
        padding: 10px;
    }

    #ecp2_40 input[type=button] {
        border: none;
        margin-bottom: 20px;
    }

    #ecp2_40 .block1 ul {
        max-width: 376px;
    }

    #ecp2_40 h2 {
        font-size: 37px;
    }

    .ecp2_block_30 {
        height: 560px;
    }

    .ecp2_block_30 .block1 {
        width: 450px;
        height: 86px;
    }

    .ecp2_block_30 .block2 {
        width: 450px;
        height: 450px;
    }

    .ecp2_block_30 .block4 {
        width: 506px;
        height: 558px;
    }

    .ecp2_block_30 h1 {
        font-size: 38px;
        width: 420px;
    }

    .ecp2_block_30 .block2 p {
        font-size: 19px;
        max-width: 420px;
    }

    .ecp2_block_33 .item {
        width: 320px;
    }

    .ecp2_block_33 .item .name {
        width: 210px;
        font-size: 26px;
    }

    #ecp2_42 .block4 {
        background-image: url("/img/ecp2/42/2.jpg");
    }

    #ecp2_42 .img1 {
        display: none;
    }

    #ecp2_42 .img2 {
        display: none;
    }

    #ecp2_42 .img3 {
        margin: -24px 0 0 350px;
    }

    #ecp2_42 a.ecp2_btn_1 {
        position: absolute;
        bottom: 0;
    }

    #ecp2_43 .items {
        height: 1000px;
    }

    #ecp2_43 .item1 {
        width: 450px;
        height: 116px;
    }

    #ecp2_43 .item2 {
        width: 450px;
    }

    #ecp2_43 .item3 {
        width: 490px;
        height: 1000px;
        background-size: cover;
    }

    #ecp2_43 h2 {
        font-size: 38px;
    }

    #ecp2_43 .el .name {
        font-size: 27px;
    }

    #ecp2_43 .list1 {
        margin-bottom: 40px;
    }

    #ecp2_44 {
        height: 560px;
    }

    #ecp2_44 .block1 {
        width: 330px;
        height: 560px;
        background-image: url("/img/ecp2/44/2.jpg");
    }

    #ecp2_44 .block2 {
        width: 690px;
    }

    #ecp2_44 .block3 {
        width: 690px;
    }

    #ecp2_47 {
        height: 540px;
    }

    #ecp2_47 .block1 {
        height: 134px;
        margin-bottom: 20px;
    }

    #ecp2_47 .block2 {
        height: 380px;
    }

    #ecp2_47 .block4 {
        background-image: url("/img/ecp2/47/2.jpg");
        height: 540px;
    }

    #ecp2_47 .block2 p {
        max-width: 380px;
        margin-bottom: 20px;
    }

    #ecp2_47 .img2 {
        left: 390px;
    }

    #ecp2_47 .img3 {
        margin: -36px 0 0 340px;
        bottom: 0;
    }

    #ecp2_52 {
        height: 518px;
    }

    #ecp2_52 .block1 {
        background-image: url("/img/ecp2/52/2.jpg");
        width: 490px;
        height: 518px;
    }

    #ecp2_52 .block2 {
        width: 510px;
        height: 78px;
    }

    #ecp2_52 .block2 h2 {
        font-size: 36px;
    }

    #ecp2_52 .block3 {
        width: 510px;
        height: 440px;
    }

    #ecp2_41 .item {
        width: 280px;
    }

    #ecp2_41 .text1 {
        font-size: 25px;
    }

    #ecp2_41 ul {
        height: 305px;
    }

    #ecp2_59 .item {
        width: 490px;
    }


    #elba_block_1 .block_left {
        width: 550px;
    }

    #elba_block_1 .block_right {
        width: 450px;
    }

    #elba_block_1 .block_right .img {
        width: 450px;
        background-size: 100%;
    }

    #elba_block_1 .block_left .btns a {
        width: 210px;
    }


    #frontpage_v3_b4 .item {
        width: 430px;
    }

    #frontpage_v3_b4 .item:nth-child(1) .item_body,
    #frontpage_v3_b4 .item:nth-child(2) .item_body {
        height: 390px;
    }

    #frontpage_v3_b4 .item:nth-child(3) .item_body,
    #frontpage_v3_b4 .item:nth-child(4) .item_body {
        height: 280px;
    }

    /* 5 */
    #frontpage_v3_b5 {
        height: 541px;
        padding: 60px;
        background-size: 528px 481px;
        background-position: 560px 70px;
    }

    #frontpage_v3_b5 h1 {
        font-size: 40px;
        width: 500px;
    }

    #frontpage_v3_b5 .text1 {
        width: 450px;
        margin-bottom: 50px;
    }

    #frontpage_v3_b5 a {
        margin-bottom: 50px;
    }

    #frontpage_v3_b5 .block1 p {
        margin-bottom: 40px;
    }

    #frontpage_v3_b5 .block2 {
        width: 480px;
        height: 50px;
    }

    #frontpage_v3_b5 .block2 img {
        width: 155px;
        margin-right: 20px;
    }

    #frontpage_v3_b5 .block2 p {
        width: 350px;
    }

    #frontpage_v3_b5 .block2 p {
        font-size: 17px;
        font-weight: 400;
        line-height: 140%;
    }

    /* 6 */
    #frontpage_v3_b6 .items {
        height: 474px;
    }

    #frontpage_v3_b6 .items .block1 {
        width: 311px;
        height: 474px;
        background-size: 233px 233px;
    }

    #frontpage_v3_b6 .items .block2,
    #frontpage_v3_b6 .items .block3,
    #frontpage_v3_b6 .items .block4,
    #frontpage_v3_b6 .items .block5 {
        width: 314px;
        height: 222px;
    }

    #frontpage_v3_b6 .items .block2 {
        margin: 0 0 0 342px;
    }

    #frontpage_v3_b6 .items .block3 {
        margin: 0 0 0 687px;
    }

    #frontpage_v3_b6 .items .block4 {
        margin: 252px 0 0 342px;
    }

    #frontpage_v3_b6 .items .block5 {
        margin: 252px 0 0 687px;
    }

    #frontpage_v3_b6 h2 {
        width: 723px;
        margin-bottom: 50px;
        font-size: 30px;
    }

    #frontpage_v3_b6 .text1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #frontpage_v3_b6 .text2 {
        font-size: 17px;
        margin-bottom: 0;
    }

    /* 7 */
    #frontpage_v3_b7 .item {
        width: 313px;
        height: 434px;
    }

    #frontpage_v3_b7 .item_body {
        height: 200px;
    }

    #frontpage_v3_b7 .buttons {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #frontpage_v3_b7 .buttons a {
        font-size: 15px;
        font-weight: 400;
        padding: 15px 16px;
        margin: 0 0 20px 0;
    }

    #frontpage_v3_b7 .item .date {
        font-size: 16px;
        font-weight: 300;
    }

    #frontpage_v3_b8 .item {
        width: 485px;
    }

    #clients_review .item {
        width: 485px;
    }

    /* ADD SIZE-2 */

}


/* size 3 */

@media (min-width: 768px) and (max-width: 1023.99px) {

    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    /*.wrapper {
        width: 760px;
    }*/
    /* GRID-SIZES-OLD */
    .cols2 .block {
        width: 383px;
    }

    .cols3 .block {
        width: 252px;
    }

    #footer_block_1 .block1 {
        width: 100%;
    }

    #footer_block_1 .block2 {
        width: 250px;
    }

    #footer_block_1 .block3 {
        width: 180px;
    }

    #footer_block_1 .block4 {
        width: 240px;
    }

    #header_logo {
        margin-right: 40px;
    }

    #header_menu {
        display: none;
    }

    #mobile_menu {
        display: block;
    }

    .stb1 .block_left {
        width: 550px;
    }

    .stb1 .block_right {
        width: 430px;
    }


    #frontpage_v3_b1 {
        height: 270px;
    }

    #frontpage_v3_b1 .block1 {
        width: 360px;
        height: auto;
        padding: 10px 0 20px 0;
    }

    #frontpage_v3_b1 .block2 {
        width: 360px;
        margin: 0 25px 0 0;
    }

    #frontpage_v3_b1 .block3 {
        width: 365px;
        height: 270px;
        background-image: url("/img/front_page/1_3.jpg");
    }

    #frontpage_v3_b1 h1 {
        font-size: 35px;
    }

    #frontpage_v3_b2 .item {
        width: 365px;
        padding: 20px;
        box-sizing: border-box;
    }

    #extern_price_v1 .nav {
        width: 780px;
    }

    #extern_price_v1 .step1,
    #extern_price_v1 .step2 {
        width: 100%;
    }

    #extern_price_v2 .flex_items {
        justify-content: center;
    }

    #extern_price_v2 .flex_items .item {
        margin: 10px;
        width: 360px;
        height: auto;
        padding-bottom: 30px;
    }


    #block_sfr_2 .items {
        flex-wrap: wrap;
    }

    #block_sfr_2 .block1 {
        width: 100%;
    }

    #block_sfr_2 .block2 {
        width: 100%;
    }

    #block_sfr_2 .block1 .img {
        width: 500px;
        height: 400px;
        background-image: url("/img/sfr/block_1_2.png");
    }

    #block_sfr_3 .items .block {
        width: 100%;
    }

    #block_sfr_4 .items {
        flex-wrap: wrap;
    }

    #block_sfr_4 .items .block {
        width: 310px;
    }

    #block_sfr_5 {
        display: none;
    }

    #block_sfr_7 .items .block {
        width: 310px;
    }

    #extern_front_page_block_2 {
        margin-bottom: 40px;
    }

    #extern_front_page_block_2 h3 {
        margin: 0 0 20px 0;
    }

    #front_page_block_3 .img {
        max-width: 100%;
        background-size: contain;
    }

    #front_page_block_3 .block_left {
        width: 400px;
    }

    #front_page_block_3 .block_right {
        width: 380px;
    }

    #front_page_block_3 .block_right .img {
        width: 380px;
        background-size: 100%;
    }

    #front_page_block_5 .block_left {
        width: 330px;
    }

    #front_page_block_5 .block_right {
        width: 450px;
    }

    #front_page_block_5 .block_left .img {
        width: 310px;
        background-size: 100%;
    }


    #ecp2_1 {
        height: 930px;
        justify-content: normal;
    }

    #ecp2_1 .item1 {
        width: 294px;
        height: 350px;
        order: 1;
        background-image: url("/img/ecp2/1/1_313_350.png");
    }

    #ecp2_1 .item2 {
        width: 428px;
        height: 217px;
        order: 2;
        margin: 20px 0 18px 0;
    }

    #ecp2_1 .item3 {
        width: 447px;
        height: 350px;
        order: 5;
        margin-left: -115px;
    }

    #ecp2_1 .item4 {
        width: 428px;
        height: 150px;
        order: 3;
        margin-bottom: 18px;
    }

    #ecp2_1 .item5 {
        width: 428px;
        height: 151px;
        order: 4;
    }

    #ecp2_1 .item6 {
        width: 313px;
        height: 554px;
        order: 6;
        margin: 20px 0 0 20px;
    }

    #ecp2_2 {
        width: 100%;
        display: block;
    }

    #ecp2_2 .left {
        width: 100%;
        height: 400px;
        background-image: url(/img/ecp2/2/14_sm1.jpg);
        margin-bottom: 20px;
    }

    #ecp2_2 .right {
        width: 100%;
    }

    #ecp2_3 {
        height: 728px;
        background: url(/img/ecp2/4_sm1.svg) no-repeat;
    }

    #ecp2_4 .item {
        width: 368px;
    }

    #ecp2_5 {
        display: block;
    }

    #ecp2_5 .left {
        display: none;
    }

    #ecp2_5 .right {
        background: url(/img/ecp2/5.svg) no-repeat;
        background-size: contain;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 20px;
    }

    #ecp2_6 {
        background: url(/img/ecp2/6/6_sm1.png) no-repeat;
    }

    #ecp2_7 .items .item {
        width: 370px;
        height: 371px;
        margin-bottom: 20px;
    }

    #ecp2_7 .items .item .img {
        width: 330px;
        height: 200px;
        background-size: contain;
    }

    #ecp2_7 .items .item .img1 {
        background-image: url("/img/ecp2/7/1_340.png");
    }

    #ecp2_7 .items .item .img2 {
        background-image: url("/img/ecp2/7/2_340.png");
    }

    #ecp2_7 .items .item .img3 {
        background-image: url("/img/ecp2/7/3_340.png");
    }

    #ecp2_7 .items .item .img4 {
        background-image: url("/img/ecp2/7/4_340.png");
    }

    #ecp2_8 {
        background: url(/img/ecp2/8_sm1.svg) no-repeat;
        background-size: cover;
    }

    #ecp2_9 .answer p {
        max-width: 100%;
    }

    #ecp2_11 .item {
        width: 366px;
    }

    #ecp2_12 .items {
        display: block;
    }

    #ecp2_12 .left {
        width: 100%;
        height: 300px;
        background: url("/img/ecp2/12/3.jpg");
        margin-bottom: 20px;
    }

    #ecp2_12 .right {
        width: 100%;
    }

    #ecp2_13 .item {
        width: 350px;
    }

    #ecp2_13 .item:nth-child(8) {
        width: 350px;
    }

    #ecp2_13 .item8_content {
        width: 100%;
    }

    #ecp2_13 .item8_content .logo {
        width: 290px;
    }

    #ecp2_13 .item8_content .logo div {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 100px;
    }

    #ecp2_13 .item .img {
        width: 310px;
        height: 186px;
        background-size: contain;
    }

    #ecp2_13 .mobile_img {
        display: none;
    }

    #ecp2_14 .item {
        width: 368px;
    }

    #ecp2_14 .text1 {
        font-size: 28px;
    }

    #ecp2_15 {
        height: auto;
    }

    #ecp2_15 .items {
        height: auto;
    }

    #ecp2_15:after {
        display: none;
    }

    #ecp2_16 .item_content {
        width: 580px;
    }

    #ecp2_17 .item {
        width: 100%;
    }

    #ecp2_17 .item .img {
        width: 720px;
        height: 308px;
    }

    #ecp2_17 .item .img1 {
        background-image: url(/img/ecp2/17/1_3.png);
    }

    #ecp2_17 .item .img2 {
        background-image: url(/img/ecp2/17/2_3.png);
    }

    #ecp2_17 .item .img3 {
        background-image: url(/img/ecp2/17/3_3.png);
    }

    #ecp2_17 .item .img4 {
        background-image: url(/img/ecp2/17/4_3.png);
    }

    #ecp2_18 {
        flex-direction: row;
        height: auto;
        background-image: url("/img/ecp2/18/3.png");
        background-position: center;
    }

    #ecp2_18 .block1 {
        width: 100%;
        order: 1;
        margin-bottom: 640px;
    }

    #ecp2_18 .block2 {
        width: 100%;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_18 .block3 {
        display: none;
    }

    #ecp2_18 h1 {
        width: 470px;
        margin: 0 auto 20px auto !important;
        text-align: center;
    }

    #ecp2_18 .mobile_img {
        display: none;
    }

    #ecp2_19 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_19 .block1 {
        width: 100%;
        height: 88px;
        order: 1;
    }

    #ecp2_19 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_19 .block3 {
        width: 415px;
        height: 124px;
        display: none;
    }

    #ecp2_19 .block4 {
        width: 720px;
        height: 496px;
        background: url("/img/ecp2/19/3.jpg");
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_19 .block2 .wr {
        width: 100%;
    }

    #ecp2_19 .block2 .img {
        display: none;
    }

    #ecp2_20 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_20 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_20 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_20 .block4 {
        width: 720px;
        height: 496px;
        background: url(/img/ecp2/20/3.jpg);
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_20 .block1 .wr {
        width: 88%;
    }

    #ecp2_20 .block2 .wr {
        width: 100%;
    }

    #ecp2_20 .block1 .img1 {
        margin: -157px 0 0 580px;
    }

    #ecp2_20 .block1 .img2 {
        margin: -157px 0 0 640px;
    }

    #ecp2_20 .block2 .img2 {
        background-image: url(/img/ecp2/20/lines1.png);
        width: 409px;
        height: 55px;
        bottom: 10px;
        right: -20px;
    }

    #ecp2_20 .block2 .img1 {
        display: none;
    }

    #ecp2_21 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_21 .block1 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_21 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_21 .block4 {
        width: 720px;
        height: 496px;
        background: url(/img/ecp2/21/3.png);
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_21 .block1 .wr {
        width: 88%;
    }

    #ecp2_21 .block2 .wr {
        width: 100%;
    }

    #ecp2_21 .block1 .img1 {
        margin: -62px 0 0 610px;
    }

    #ecp2_21 .block1 .img2 {
        margin: -62px 0 0 680px;
    }

    #ecp2_21 .block2 .img2 {
        bottom: 10px;
        right: 335px;
    }

    #ecp2_21 .block2 .img1 {
        display: none;
    }

    #ecp2_21 .block2 .ecp2_btn_1 {
        position: relative;
        margin-top: 60px;
    }

    #ecp2_21 .block2 .img3 {
        right: 0;
        bottom: -38px;
    }

    #ecp2_22 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_23 h2 {
        max-width: none;
    }

    #ecp2_23 p {
        width: 100%;
    }

    #ecp2_24 {
        background-image: url("/img/ecp2/24/bg2.svg");
    }

    #ecp2_24 .items {
        flex-direction: row;
        height: auto;
    }

    #ecp2_24 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_24 .item1 {
        order: 1;
    }

    #ecp2_24 .item2 {
        order: 3;
    }

    #ecp2_24 .item3 {
        order: 2;
        height: 350px;
        background-image: url(/img/ecp2/24/3.png);
        background-repeat: no-repeat;
        margin: 0 0 20px 0 !important;
        border-radius: 20px;
    }

    #ecp2_26 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_26 .block1 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_26 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_26 .block4 {
        width: 720px;
        height: 496px;
        background: url(/img/ecp2/26/3.png);
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_26 .block1 .wr {
        width: 88%;
    }

    #ecp2_26 .block2 .wr {
        width: 100%;
    }

    #ecp2_26 .block2 .img2,
    #ecp2_26 .block2 .img3 {
        display: none;
    }

    #ecp2_26 .block2 .ecp2_btn_1 {
        position: relative;
    }

    #ecp2_27 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_30 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_30 .block1 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_30 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_30 .block4 {
        width: 720px;
        height: 496px;
        background: url(/img/ecp2/30/3.jpg);
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_30 .block1 .wr {
        width: 88%;
    }

    #ecp2_30 .block2 .wr {
        width: 100%;
    }

    #ecp2_30 .block1 .img1 {
        left: 158px;
        bottom: 23px;
    }

    #ecp2_30 .block1 .img2 {
        left: 222px;
        bottom: 24px;
    }

    #ecp2_30 .block2 .img1,
    #ecp2_30 .block2 .img2 {
        display: none;
    }

    #ecp2_32 {
        background-image: url("/img/ecp2/32/bg2.svg");
    }

    #ecp2_32 .items {
        flex-direction: row;
        height: auto;
    }

    #ecp2_32 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_32 .item1 {
        order: 1;
    }

    #ecp2_32 .item2 {
        order: 3;
    }

    #ecp2_32 .item3 {
        order: 2;
        height: 350px;
        background-image: url(/img/ecp2/32/3.png);
        background-repeat: no-repeat;
        margin: 0 0 20px 0 !important;
        border-radius: 20px;
    }

    #ecp2_33 .items {
        flex-wrap: wrap;
    }

    #ecp2_33 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_35 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_35 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_35 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_35 .block4 {
        width: 720px;
        height: 496px;
        background-image: url(/img/ecp2/35/3.jpg);
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_35 .block4 .block1 {
        bottom: 20px;
    }

    #ecp2_35 .block1 .wr {
        width: 88%;
    }

    #ecp2_35 .block2 .wr {
        width: 100%;
    }

    #ecp2_35 .block2 .img1 {
        display: none;
    }

    #ecp2_35 .block2 .img2,
    #ecp2_35 .block2 .img3 {
        display: none;
    }

    #ecp2_36 {
        height: auto;
        flex-direction: row;
    }

    #ecp2_36 .block1 {
        width: 100%;
        height: auto;
        background-image: none;
        margin-bottom: 20px;
        order: 2;
    }

    #ecp2_36 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 1;
    }

    #ecp2_36 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_36 .mobile_img {
        display: block;
        width: 100%;
    }

    #ecp2_36 .img1 {
        display: none;
    }

    #ecp2_37 {
        background-image: url("/img/ecp2/37/bg2.svg");
    }

    #ecp2_37 .items {
        flex-direction: row;
        height: auto;
    }

    #ecp2_37 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_37 .item1 {
        order: 1;
    }

    #ecp2_37 .item2 {
        order: 3;
    }

    #ecp2_37 .item3 {
        order: 2;
        height: 350px;
        background-image: url(/img/ecp2/37/3.png);
        background-repeat: no-repeat;
        margin: 0 0 20px 0 !important;
        border-radius: 20px;
    }

    #ecp2_38 {
        height: auto;
        flex-direction: row;
    }

    #ecp2_38 .block1 {
        width: 100%;
        height: 341px;
        background-image: url("/img/ecp2/38/4.png");
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    #ecp2_38 .block2 {
        width: 100%;
        height: auto;
        margin: 0 !important;
        order: 1;
    }

    #ecp2_38 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_39 {
        height: auto;
        flex-direction: row;
    }

    #ecp2_39 .block1 {
        width: 100%;
        height: auto;
        background-image: none;
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    #ecp2_39 .block2 {
        width: 100%;
        height: auto;
        margin: 0 !important;
        order: 1;
    }

    #ecp2_39 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_39 .mobile_img {
        display: block;
        width: 760px;
        height: 528px;
    }

    #ecp2_39 .img1 {
        display: none;
    }

    #ecp2_40 {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #ecp2_40 .block1 {
        width: 720px;
        height: 350px;
        background-image: url("/img/ecp2/40/3.jpg");
        position: relative;
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    #ecp2_40 .block2 {
        width: 100%;
        position: relative;
        margin: 0 !important;
        order: 1;
    }

    #ecp2_40 .block3 {
        width: 100%;
        position: relative;
        margin: 0 !important;
        order: 3;
    }

    #ecp2_30 .pdtxt {
        max-width: 440px;
    }

    #ecp2_40 .block1 ul {
        max-width: 376px;
    }

    .ecp2_block_30 {
        flex-direction: row;
        height: auto;
    }

    .ecp2_block_30 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 20px;
    }

    .ecp2_block_30 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    .ecp2_block_30 .block4 {
        width: 720px;
        height: 496px;
        background-size: contain;
        order: 2;
        margin-bottom: 20px;
    }

    .ecp2_block_30 .block2 p {
        max-width: 100%;
    }

    .ecp2_block_33 .items {
        flex-wrap: wrap;
    }

    .ecp2_block_33 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .ecp2_block_33 .item .name {
        width: 650px;
        font-size: 26px;
    }

    #ecp2_42 .block4 {
        background-image: url("/img/ecp2/42/3.jpg");
    }

    #ecp2_42 .img3 {
        margin: -50px 0 0 600px;
    }

    #ecp2_42 a.ecp2_btn_1 {
        position: relative;
    }

    #ecp2_43 {
        height: auto;
    }

    #ecp2_43 .items {
        height: auto;
    }

    #ecp2_43 .item3 {
        background: url(/img/ecp2/43/3.png) no-repeat;
        width: 720px;
        height: 350px;
        order: 2;
        margin: 0 0 20px 0;
    }

    #ecp2_43 .item1 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_43 .item2 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_43 .item2 ul {
        margin-bottom: 20px;
    }

    #ecp2_44 {
        height: 880px;
    }

    #ecp2_44 .block1 {
        width: 100%;
        height: 350px;
        background-image: url("/img/ecp2/44/3.jpg");
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_44 .block2 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_44 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_47 .block2 {
        height: auto;
    }


    #ecp2_47 .block2 p {
        max-width: 100%;
    }

    #ecp2_47 .img1 {
        left: auto;
        right: 0;
    }

    #ecp2_47 .img2 {
        left: auto;
        right: 60px;
    }

    #ecp2_47 .block4 {
        background-image: url("/img/ecp2/47/3.jpg");
    }

    #ecp2_47 h1 {
        width: 100%;
    }

    #ecp2_52 {
        height: auto;
    }

    #ecp2_52 .block1 {
        width: 100%;
        height: 350px;
        background-image: url("/img/ecp2/52/3.jpg");
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_52 .block2 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_52 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_59 .item {
        width: 366px;
    }


    #elba_block_1 h1 {
        max-width: 100%;
        font-size: 25px;
        line-height: 36px;
    }

    #elba_block_1 .block_left {
        width: 380px;
    }

    #elba_block_1 .block_right {
        width: 380px;
    }

    #elba_block_1 .block_right .img {
        width: 380px;
        height: 500px;
    }

    #elba_block_1 .block_left .wr p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    #elba_block_1 .block_left ul li {
        padding-bottom: 1px;
        font-size: 17px;
    }

    #elba_block_1 .block_left .btns a {
        margin: 0 0 10px 0 !important;
    }


    #frontpage_v3_b4 .item {
        width: 100%;
    }

    #frontpage_v3_b4 .item_body {
        height: auto !important;
    }

    /* 5 */
    #frontpage_v3_b5 {
        height: 506px;
        padding: 40px;
        background-size: 360px 333px;
        background-position: 350px 70px;
    }

    #frontpage_v3_b5 h1 {
        width: 410px;
        font-size: 35px;
    }

    #frontpage_v3_b5 .text1 {
        width: 274px;
        margin-bottom: 40px;
    }

    #frontpage_v3_b5 a {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 40px;
    }

    /* 6 */
    #frontpage_v3_b6 .items {
        height: 617px;
    }

    #frontpage_v3_b6 .items .block1 {
        width: 365px;
        height: 392px;
        background-size: 285px 285px;
    }

    #frontpage_v3_b6 .items .block2,
    #frontpage_v3_b6 .items .block3,
    #frontpage_v3_b6 .items .block4,
    #frontpage_v3_b6 .items .block5 {
        width: 365px;
        height: 168px;
    }

    #frontpage_v3_b6 .items .block2 {
        margin: 0 0 0 396px;
    }

    #frontpage_v3_b6 .items .block3 {
        margin: 426px 0 0 0;
        height: 192px;
    }

    #frontpage_v3_b6 .items .block4 {
        margin: 200px 0 0 396px;
        height: 192px;
    }

    #frontpage_v3_b6 .items .block5 {
        margin: 426px 0 0 396px;
        height: 192px;
    }

    #frontpage_v3_b6 h2 {
        width: auto;
        margin-bottom: 40px;
        font-size: 28px;
    }

    #frontpage_v3_b6 .text1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    #frontpage_v3_b6 .text2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    /* 7 */
    #frontpage_v3_b7 .item {
        width: 365px;
        height: 310px;
    }

    #frontpage_v3_b7 .item_body {
        height: 105px;
    }

    #frontpage_v3_b7 .buttons a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #frontpage_v3_b7 .item .date {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
    }

    /* 8 */
    #frontpage_v3_b8 .item {
        width: 360px;
        height: 330px;
    }

    #frontpage_v3_b8 .item p {
        font-size: 16px;
    }

    #clients_review .item {
        width: 365px;
    }

    /* ADD SIZE-3 */

}


/* size 4 */

@media (max-width: 767.99px) {

    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    /*.wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }*/
    .section_2_cols {
        margin: 0 0 40px 0;
    }

    .section_2_cols .blocks .block {
        width: 100%;
    }

    .section_2_cols .blocks .block:nth-child(1) {
        margin: 0 0 20px 0;
    }

    .section_2_cols .blocks.rev {
        flex-direction: column-reverse;
    }

    .section_2_cols h2 {
        padding: 0 0 20px 0;
        font-size: 22px;
        line-height: 32px;
    }

    .section_2_cols .blocks .block:nth-child(2) {
        margin: 0 0 40px 0;
    }

    .section_2_cols ul {
        padding: 0 0 14px 4px !important;
    }

    .section_2_cols ul li {
        margin-bottom: 15px;
    }

    .section_2_cols ul li:before {
        width: 21px;
        height: 16px;
    }

    .cols2 .block,
    .cols3 .block {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .m_mrb20 {
        margin-bottom: 20px !important;
    }

    .m_mrb40,
    .mb100_m_mb40 {
        margin-bottom: 40px !important;
    }

    .m_mrb60,
    .mb100_m_mb60 {
        margin-bottom: 60px !important;
    }

    .m_mrb80 {
        margin-bottom: 80px !important;
    }

    .mb80_m_mb40 {
        margin-bottom: 40px !important;
    }

    .m_pd_0 {
        padding: 0 !important;
    }

    .m_pd_20 {
        padding: 20px !important;
    }

    .m_pd_40 {
        padding: 40px !important;
    }

    .pd_tb_40_20 {
        padding: 20px 0;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px 0;
    }

    a.btn1 {
        max-width: none;
    }

    .hide_mobile {
        display: none;
    }

    .block_actions_new_wo .one_item {
        width: 100%;
    }

    #footer_block_1 .block1 {
        width: 100%;
        margin-bottom: 40px;
    }

    #footer_block_1 .block2 {
        width: 100%;
        margin-bottom: 40px;
    }

    #footer_block_1 .block3 {
        width: 100%;
        margin-bottom: 40px;
    }

    #footer_block_1 .block4 {
        width: 100%;
        margin-bottom: 40px;
    }

    #header_menu,
    header .header_phone,
    header .header_fast_order {
        display: none;
    }

    #header_logo {
        margin-right: 30px;
    }

    #header_right {
        display: none;
    }

    header .block_1 {
        width: 100%;
    }

    #mobile_menu {
        display: block;
    }

    #footer_block_1 {
        padding: 20px;
        box-sizing: border-box;
    }

    #cookie_info {
        width: 100%;
        height: auto;
        bottom: 80px;
        left: 0;
        font-size: 10px;
        line-height: 16px;
    }

    #cookie_info a {
        font-size: 10px;
        line-height: 16px;
    }

    .block_actions_v1 .items .one_item {
        width: 100%;
    }

    #news_list_page .item {
        width: 100%;
    }

    #navigate {
        margin: 0 0 20px 0;
    }

    /*#navigate ul li {
        width: 100%;
        display: block;
        padding: 0 0 8px 0;
        margin: 0 0 8px 0;
        border-right: none;
        border-bottom: 1px solid #CCC;
    }*/
    .stb1 .items {
        display: block;
    }

    .stb1 .block_left {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .stb1 .block_right {
        width: 100%;
        box-sizing: border-box;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 0 30px 0;
        max-width: 100%;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .form3 {
        width: 360px;
        height: 630px;
        padding: 20px;
        margin: 0 0 0 -180px;
        top: 30px;
    }

    .form3 .button_close {
        margin: 0 0 0 300px;
    }


    #frontpage_v3_b1 {
        width: 100%;
        height: auto;
    }

    #frontpage_v3_b1 .block1 {
        width: 100%;
        height: auto;
        padding: 10px 0 20px 0;
        order: 1;
    }

    #frontpage_v3_b1 .block2 {
        width: 100%;
        height: auto;
        margin: 0 25px 0 0;
        order: 3;
    }

    #frontpage_v3_b1 .block3 {
        width: 100%;
        height: auto;
        aspect-ratio: 1.0;
        order: 2;
        background-image: url("/img/front_page/1_4.jpg");
        background-size: cover;
        margin-bottom: 30px;
    }

    #frontpage_v3_b1 .block2 a {
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }

    #frontpage_v3_b1 h1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
    }

    #frontpage_v3_b2 .item {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    #extern_price_v1 h2 {
        font-size: 24px;
        line-height: 34px;
    }

    #extern_price_v1 .step1,
    #extern_price_v1 .step2 {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }

    #extern_price_v1 .step1 {
        margin: 0 auto 20px auto;
    }

    #extern_price_v1 .item {
        width: 100%;
        margin-bottom: 10px;
    }

    #extern_price_v2 .btns {
        margin: 10px auto;
        display: block;
        width: 100%;
    }

    #extern_price_v2 .flex_items .item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    #extern_price_v2 .extern_tarif_podr {
        display: none;
    }

    #extern_price_v2 .btns a {
        width: 80%;
        margin: 10px auto;
    }

    #block_sfr_2 .items {
        flex-wrap: wrap;
    }

    #block_sfr_2 .block1 .img {
        width: 100%;
        aspect-ratio: 1.52;
    }

    #block_sfr_4 .items {
        flex-wrap: wrap;
    }

    #block_sfr_4 .items .block {
        width: 100%;
    }

    #block_sfr_5 {
        display: none;
    }

    #block_sfr_6 .items {
        flex-wrap: wrap;
    }

    #block_sfr_6 .items .block {
        width: 100%;
    }

    /* #SFR */
    #front_page_block_3 {
        margin-bottom: 30px;
    }

    #front_page_block_3 .wrapper {
        display: block;
    }

    #front_page_block_3 h2 {
        font-size: 24px;
        margin: 0 0 2px 0;
        line-height: 28px;
    }


    #front_page_block_5 .wrapper {
        display: block;
    }

    #front_page_block_9 li {
        display: block;
        width: 48%;
        text-align: center;
    }

    #front_page_block_10 {
        margin-bottom: 40px;
        padding: 20px 0;
    }

    #front_page_block_10 .block_right {
        display: none;
    }

    #front_page_block_10 .block_left {
        width: 100%;
    }


    #ecp2_1 {
        height: auto;
        justify-content: normal;
    }

    #ecp2_1 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_1 .item1 {
        height: 240px;
        order: 2;
        background-image: url("/img/ecp2/1/1_387_245.png");
        background-position: center;
        background-size: cover;
    }

    #ecp2_1 .item2 {
        height: auto;
        order: 5;
    }

    #ecp2_1 .item2 p {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    #ecp2_1 .item2 .d_flex .img {
        margin-left: -16px;
    }

    #ecp2_1 .item3 {
        height: auto;
        order: 1;
    }

    #ecp2_1 .item3 .ecp2_btn_bottom_left {
        position: relative;
        bottom: auto;
        left: auto;
    }

    #ecp2_1 .item4 {
        height: auto;
        order: 4;
    }

    #ecp2_1 .item4 div {
        width: 84px;
        height: auto;
    }

    #ecp2_1 .item4:after {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    #ecp2_1 .item4 p:nth-child(1) {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_1 .item4 p:nth-child(2) {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #ecp2_1 .item4 {
        background: url("/img/ecp2/1_item4_360.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #abeba5;
        background-position: right;
    }

    #ecp2_1 .item5 {
        height: 164px;
        order: 3;
    }

    #ecp2_1 .item5 p:nth-child(2) {
        max-width: 220px;
    }

    #ecp2_1 .item6 {
        height: 250px;
        order: 6;
        background-image: url("/img/ecp2/1/2_400_300.png");
        background-position: center;
        background-size: cover;
    }

    #ecp2_1 .item3 h1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    #ecp2_2 {
        width: 100%;
        display: block;
    }

    #ecp2_2 .left {
        width: 100%;
        height: 260px;
        margin-bottom: 20px;
        background: url("/img/ecp2/2/block2_item2_400_300.jpg") no-repeat left;
        background-size: cover;
    }

    #ecp2_2 .right {
        width: 100%;
    }

    #ecp2_3 {
        width: 100%;
        height: 100%;
        background: #333 url("/img/ecp2/3_mob.svg") no-repeat bottom center;
        padding-bottom: 290px;
    }

    #ecp2_3 .left {
        width: 100%;
    }

    #ecp2_3 h2 {
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_4 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_4 .ecp2_btn_2_bottom {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .ecp2_4_h2 {
        color: #222;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 36px */
        margin-bottom: 20px !important;
    }

    #ecp2_5 {
        display: block;
    }

    #ecp2_5 .left {
        display: none;
    }

    #ecp2_5 .right {
        background: url("/img/ecp2/5_360.svg") no-repeat;
        background-size: contain;
        padding: 20px;
    }

    #ecp2_5 h2 {
        text-align: center;
    }

    #ecp2_6 {
        background: url("/img/ecp2/6_360.svg") no-repeat;
        background-size: cover;
    }

    #ecp2_6 .left {
        width: 100%;
        height: auto;
    }

    #ecp2_6 h2 {
        text-align: center;
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_6 .ecp2_btn_1 {
        margin-right: 10px !important;
    }

    #ecp2_7 .items .item {
        width: 100%;
        height: 371px;
        margin-bottom: 20px;
    }

    #ecp2_7 .items .item .img {
        width: 100%;
        height: 200px;
    }

    #ecp2_7 .items .item .img1 {
        background-image: url("/img/ecp2/7/1_340.png");
    }

    #ecp2_7 .items .item .img2 {
        background-image: url("/img/ecp2/7/2_340.png");
    }

    #ecp2_7 .items .item .img3 {
        background-image: url("/img/ecp2/7/3_340.png");
    }

    #ecp2_7 .items .item .img4 {
        background-image: url("/img/ecp2/7/4_340.png");
    }

    #ecp2_7 h2 {
        color: #222;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        padding: 0 !important;
    }

    #ecp2_8 h2 {
        text-align: center;
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        padding: 0 !important;
    }

    #ecp2_8 {
        background: url(/img/ecp2/8_sm1.svg) no-repeat;
        background-size: cover;
    }

    #ecp2_8 .left {
        width: 100%;
    }

    #ecp2_8 .ecp2_buttons {
        display: block;
    }

    #ecp2_8 .ecp2_btn_1 {
        margin: 5px auto 20px auto !important;
    }

    #ecp2_8 .ecp2_btn_2 {
        margin: 5px auto !important;
    }

    #ecp2_9 .question div {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_9 .answer p {
        max-width: 100%;
    }

    #ecp2_5 h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        margin: 0 0 20px 0 !important;
        padding: 0;
    }

    .ecp2_h2_center {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
    }

    .ecp2_h2 {
        font-size: 30px;
    }

    #ecp2_11 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_11 h2 {
        max-width: none;
    }

    #ecp2_11 .text1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 24px */
    }

    #ecp2_12 .items {
        flex-wrap: wrap;
    }

    #ecp2_12 .left {
        width: 100%;
        height: auto;
        background-image: none;
        margin-bottom: 20px;
    }

    #ecp2_12 .right {
        width: 100%;
    }

    #ecp2_12 .left img {
        display: block;
        width: 100%;
    }

    #ecp2_13 .item {
        width: 100%;
    }

    #ecp2_13 .item:nth-child(8) {
        width: 100%;
        padding: 20px;
    }

    #ecp2_13 .item8_content {
        width: 100%;
    }

    #ecp2_13 .item8_content .logo {
        width: auto;
    }

    #ecp2_13 .item8_content .logo div {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 160px;
    }

    #ecp2_13 .item8_content .text3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 24px */
    }

    #ecp2_13 .item .buttons {
        display: block;
    }

    #ecp2_13 .item .buttons .ecp2_btn_1 {
        margin-bottom: 20px;
    }

    #ecp2_13 h2 {
        font-size: 27px;
    }

    #ecp2_13 .item .img {
        display: none;
    }

    #ecp2_13 .mobile_img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_14 .items {
        flex-wrap: wrap;
    }

    #ecp2_14 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_15 {
        height: auto;
    }

    #ecp2_15 .items {
        height: auto;
    }

    #ecp2_15 h2 {
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 36px */
    }

    #ecp2_15:after {
        display: none;
    }

    #ecp2_16 .item {
        flex-wrap: wrap;
    }

    #ecp2_16 .item_content {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    #ecp2_17 .item {
        width: 100%;
    }

    #ecp2_17 .item .img {
        display: none;
    }

    #ecp2_17 .item .mobile_img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_17 .ecp2_buttons {
        flex-wrap: wrap;
    }

    #ecp2_17 .ecp2_buttons .ecp2_btn_1 {
        margin-bottom: 20px;
    }


    #ecp2_18 {
        flex-direction: row;
        height: auto;
        background-image: none;
    }

    #ecp2_18 .block1 {
        width: 100%;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_18 .block2 {
        width: 100%;
        margin-bottom: 20px;
        order: 3;
    }

    #ecp2_18 .block3 {
        display: none;
    }

    #ecp2_18 .mobile_img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_18 h1 {
        width: 470px;
        margin: 0 auto 20px auto !important;
        text-align: center;
    }

    #ecp2_18 h1 {
        width: auto;
        font-size: 30px;
    }

    #ecp2_19 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_19 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_19 .block1 .wr {
        width: auto;
    }

    #ecp2_19 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        order: 3;
    }

    #ecp2_19 .block3 {
        display: none;
    }

    #ecp2_19 .block4 {
        width: 100%;
        height: auto;
        background: none;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_19 .block2 .wr {
        width: 100%;
    }

    #ecp2_19 .block4 .block1 {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
    }

    #ecp2_19 .block4 img {
        display: block;
        width: 100%;
    }

    #ecp2_19 h1 {
        font-size: 25px;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_19 h1 span {
        width: 60px;
        height: 30px;
        background-color: #65a6c0;
        display: block;
    }

    #ecp2_19 .block1 .img1 {
        display: none;
    }

    #ecp2_19 .block1 .img2 {
        display: none;
    }

    #ecp2_19 .block2 .img2 {
        display: none;
    }

    #ecp2_19 .block4 .block1 .img_star {
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
    }

    #ecp2_19 .block4 .text1 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 28px */
    }

    #ecp2_19 .block2 .img1,
    #ecp2_19 .block2 .img3 {
        display: none;
    }

    #ecp2_19 .block4 .block1 .text1 {
        font-size: 18px;
        padding-left: 10px;
        width: 80%;
    }

    #ecp2_19 .ecp2_btn_1 {
        margin: 10px auto 0 auto !important;
    }

    #ecp2_20 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_20 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_20 .block1 .wr {
        width: auto;
    }

    #ecp2_20 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        order: 3;
    }

    #ecp2_20 .block3 {
        display: none;
    }

    #ecp2_20 .block4 {
        width: 100%;
        height: auto;
        background: none;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_20 .block2 .wr {
        width: 100%;
    }

    #ecp2_20 .block4 .block1 {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
    }

    #ecp2_20 .block4 img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    #ecp2_20 h1 {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_20 .block1 .img1 {
        display: none;
    }

    #ecp2_20 .block1 .img2 {
        display: none;
    }

    #ecp2_20 .block2 .img2 {
        display: none;
    }

    #ecp2_20 .block4 .block1 .img_star {
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
    }

    #ecp2_20 .block4 .text1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #ecp2_20 .block2 .img1,
    #ecp2_20 .block2 .img3 {
        display: none;
    }

    #ecp2_20 .block4 .block1 .text1 {
        font-size: 17px;
        padding-left: 10px;
        width: 80%;
    }

    #ecp2_20 .ecp2_btn_1 {
        margin: 10px auto 0 auto !important;
    }

    #ecp2_21 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_21 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_21 .block1 .wr {
        width: auto;
    }

    #ecp2_21 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        order: 3;
    }

    #ecp2_21 .block3 {
        display: none;
    }

    #ecp2_21 .block4 {
        width: 100%;
        height: auto;
        background: none;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_21 .block2 .wr {
        width: 100%;
    }

    #ecp2_21 .block4 .block1 {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
        height: auto;
    }

    #ecp2_21 .block4 img {
        display: block;
        width: 100%;
    }

    #ecp2_21 h1 {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_21 .block1 .img1 {
        display: none;
    }

    #ecp2_21 .block1 .img2 {
        display: none;
    }

    #ecp2_21 .block2 .img2 {
        display: none;
    }

    #ecp2_21 .block4 .block1 .img_star {
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
    }

    #ecp2_21 .block4 .text1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #ecp2_21 .block2 .img1,
    #ecp2_21 .block2 .img3 {
        display: none;
    }

    #ecp2_21 .block4 .block1 .text1 {
        font-size: 17px;
        padding-left: 10px;
        width: 80%;
    }

    #ecp2_21 .ecp2_btn_1 {
        margin: 10px auto 0 auto !important;
    }

    #ecp2_21 .block2 .ecp2_btn_1 {
        position: relative;
    }

    #ecp2_22 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_22 .text1 {
        font-size: 27px;
    }

    #ecp2_23 h2 {
        max-width: 100%;
    }

    #ecp2_23 p {
        max-width: 100%;
    }


    #ecp2_24 {
        background-image: url("/img/ecp2/24/bg2.svg");
    }

    #ecp2_24 .items {
        flex-direction: row;
        height: auto;
    }

    #ecp2_24 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_24 .item1 {
        order: 1;
    }

    #ecp2_24 .item2 {
        order: 3;
    }

    #ecp2_24 .item3 {
        order: 2;
        height: auto;
        background-image: none;
        margin: 0 0 20px 0 !important;
        border-radius: 20px;
    }

    #ecp2_24 .item3 .star {
        display: none;
    }

    #ecp2_24 .img5 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_26 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_26 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_26 .block1 .wr {
        width: auto;
    }

    #ecp2_26 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        order: 3;
    }

    #ecp2_26 .block3 {
        display: none;
    }

    #ecp2_26 .block4 {
        width: 100%;
        height: auto;
        background: none;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_26 .block2 .wr {
        width: 100%;
    }

    #ecp2_26 .block4 .block1 {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
        bottom: 20px;
    }

    #ecp2_26 .block4 img {
        display: block;
        width: 100%;
    }

    #ecp2_26 h1 {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 36px */
    }

    #ecp2_26 .block1 .img1 {
        display: none;
    }

    #ecp2_26 .block1 .img2 {
        display: none;
    }

    #ecp2_26 .block2 .img2 {
        display: none;
    }

    #ecp2_26 .block4 .block1 .img_star {
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
    }

    #ecp2_26 .block4 .text1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #ecp2_26 .block2 .img1,
    #ecp2_26 .block2 .img3 {
        display: none;
    }

    #ecp2_26 .block4 .block1 .text1 {
        font-size: 17px;
        padding-left: 10px;
        width: 80%;
    }

    #ecp2_26 .ecp2_btn_1 {
        margin: 10px auto 0 auto !important;
    }

    #ecp2_26 .block2 .ecp2_btn_1 {
        position: relative;
    }

    #ecp2_27 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_27 .text1 {
        font-size: 27px;
    }

    #ecp2_30 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_30 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_30 .block1 .wr {
        width: auto;
    }

    #ecp2_30 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        order: 3;
    }

    #ecp2_30 .block3 {
        display: none;
    }

    #ecp2_30 .block4 {
        width: 100%;
        height: auto;
        background: none;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_30 .block2 .wr {
        width: 100%;
    }

    #ecp2_30 .block4 .block1 {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
    }

    #ecp2_30 .block4 img {
        display: block;
        width: 100%;
    }

    #ecp2_30 h1 {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_30 .block1 .img1 {
        margin: -80px 0 0 185px;
        width: 30px;
        height: 30px;
        display: none;
    }

    #ecp2_30 .block1 .img2 {
        margin: -80px 0 0 225px;
        width: 30px;
        height: 30px;
        display: none;
    }

    #ecp2_30 .block2 .img2 {
        display: none;
    }

    #ecp2_30 .block4 .block1 .img_star {
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
    }

    #ecp2_30 .block4 .text1 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 28px */
    }

    #ecp2_30 .block2 .img1,
    #ecp2_30 .block2 .img3 {
        display: none;
    }

    #ecp2_30 .block4 .block1 .text1 {
        font-size: 17px;
        padding-left: 10px;
        width: 80%;
    }

    #ecp2_30 .ecp2_btn_1 {
        margin: 10px auto 0 auto !important;
    }

    #ecp2_32 {
        background-image: url("/img/ecp2/32/bg2.svg");
    }

    #ecp2_32 .items {
        flex-direction: row;
        height: auto;
    }

    #ecp2_32 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_32 .item1 {
        order: 1;
    }

    #ecp2_32 .item2 {
        order: 3;
    }

    #ecp2_32 .item3 {
        order: 2;
        height: auto;
        background-image: none;
        margin: 0 0 20px 0 !important;
        border-radius: 20px;
    }

    #ecp2_32 .img5 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_32 .item3 .star {
        display: none;
    }

    #ecp2_33 .items {
        flex-wrap: wrap;
    }

    #ecp2_33 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_34 .items1 {
        flex-wrap: wrap;
    }

    #ecp2_34 .items2 .name {
        font-size: 20px;
    }

    #ecp2_34 .items2 .price {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }

    #ecp2_34 .items1 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_35 {
        flex-direction: row;
        height: auto;
    }

    #ecp2_35 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    #ecp2_35 .block1 .wr {
        width: auto;
    }

    #ecp2_35 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        order: 3;
    }

    #ecp2_35 .block3 {
        display: none;
    }

    #ecp2_35 .block4 {
        width: 100%;
        height: auto;
        background: none;
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_35 .block2 .wr {
        width: 100%;
    }

    #ecp2_35 .block4 .block1 {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        left: 0;
        bottom: 20px;
        align-items: center;
    }

    #ecp2_35 .block4 img {
        display: block;
        width: 100%;
    }

    #ecp2_35 h1 {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    #ecp2_35 .block1 .img1 {
        margin: -80px 0 0 185px;
        width: 30px;
        height: 30px;
    }

    #ecp2_35 .block1 .img2 {
        margin: -80px 0 0 225px;
        width: 30px;
        height: 30px;
    }

    #ecp2_35 .block2 .img2 {
        display: none;
    }

    #ecp2_35 .block4 .block1 .img_star {
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
    }

    #ecp2_35 .block4 .text1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #ecp2_35 .block2 .img1,
    #ecp2_35 .block2 .img3 {
        display: none;
    }

    #ecp2_35 .block4 .block1 .text1 {
        font-size: 17px;
        padding-left: 10px;
        width: 80%;
    }

    #ecp2_35 .ecp2_btn_1 {
        margin: 10px auto 0 auto !important;
    }

    #ecp2_36 {
        height: auto;
        flex-direction: row;
    }

    #ecp2_36 .block1 {
        width: 100%;
        height: auto;
        background-image: none;
        margin-bottom: 20px;
        order: 2;
    }

    #ecp2_36 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 1;
    }

    #ecp2_36 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_36 .mobile_img {
        display: block;
        width: 100%;
    }

    #ecp2_36 .img1 {
        display: none;
    }

    #ecp2_37 {
        background-image: url("/img/ecp2/37/bg2.svg");
    }

    #ecp2_37 .items {
        flex-direction: row;
        height: auto;
    }

    #ecp2_37 .item {
        width: 100%;
        height: auto;
    }

    #ecp2_37 .item1 {
        order: 1;
    }

    #ecp2_37 .item2 {
        order: 3;
    }

    #ecp2_37 .item3 {
        order: 2;
        height: auto;
        background-image: none;
        margin: 0 0 20px 0 !important;
        border-radius: 20px;
    }

    #ecp2_37 .img5 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_37 .item3 .star {
        display: none;
    }

    #ecp2_38 {
        height: auto;
        flex-direction: row;
    }

    #ecp2_38 .block1 {
        width: 100%;
        height: auto;
        background-image: none;
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    #ecp2_38 .block2 {
        width: 100%;
        height: auto;
        margin: 0 !important;
        order: 1;
    }

    #ecp2_38 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_38 .mobile_img {
        display: block;
        width: 100%;
        height: auto;
    }

    #ecp2_38 .img1 {
        display: none;
    }

    #ecp2_39 {
        height: auto;
        flex-direction: row;
    }

    #ecp2_39 .block1 {
        width: 100%;
        height: auto;
        background-image: none;
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    #ecp2_39 .block2 {
        width: 100%;
        height: auto;
        margin: 0 !important;
        order: 1;
    }

    #ecp2_39 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_39 .mobile_img {
        display: block;
        width: 100%;
        height: auto;
    }

    #ecp2_39 .img1 {
        display: none;
    }

    #ecp2_40 {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #ecp2_40 .block1 {
        width: 100%;
        height: auto;
        background-image: none;
        position: relative;
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    #ecp2_40 .block2 {
        width: 100%;
        position: relative;
        margin: 0 !important;
        order: 1;
    }

    #ecp2_40 .block3 {
        width: 100%;
        position: relative;
        margin: 0 !important;
        order: 3;
    }

    #ecp2_30 .pdtxt {
        max-width: 440px;
    }

    #ecp2_40 .inn_kpp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #ecp2_40 .block1 .img1 {
        display: none;
    }

    #ecp2_40 .img2 {
        width: 100%;
        display: block;
    }

    #ecp2_40 .block1 ul {
        max-width: 250px;
        left: 10px;
    }

    #ecp2_40 .block1 ul li {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 20px;
    }

    .ecp2_block_30 {
        flex-direction: row;
        height: auto;
    }

    .ecp2_block_30 .block1 {
        width: 100%;
        height: auto;
        order: 1;
        margin-bottom: 0;
    }

    .ecp2_block_30 .block2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: 3;
    }

    .ecp2_block_30 .block4 {
        width: 100%;
        height: auto;
        aspect-ratio: 0.7894;
        background-size: cover;
        order: 2;
        margin-bottom: 20px;
    }

    .ecp2_block_30 .block5 {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        bottom: 20px;
        align-items: center;
    }

    .ecp2_block_30 .block5 img {
        height: 80%;
    }

    .ecp2_block_30 .block5 .right {
        width: 80%;
    }

    .ecp2_block_30 .block5 .img_star {
        width: 150px;
        height: 150px;
    }

    .ecp2_block_30 .block1 .img {
        display: none;
    }

    .ecp2_block_30 h1 {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin: 0 0 20px 0 !important;
    }

    .ecp2_block_30 .block5 .right {
        font-size: 14px;
    }

    .ecp2_block_30 .block2 p {
        max-width: 100%;
    }

    .ecp2_block_33 .items {
        flex-wrap: wrap;
    }

    .ecp2_block_33 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .ecp2_block_33 .item .name {
        width: 160px !important;
        font-size: 24px;
    }

    #ecp2_42 .block4 {
        background-image: url("/img/ecp2/42/4.jpg");
    }

    #ecp2_42 .img3 {
        margin: 0;
        right: 0;
        bottom: 0;
    }

    #ecp2_42 a.ecp2_btn_1 {
        position: relative;
    }

    #ecp2_43 {
        height: auto;
    }

    #ecp2_43 .items {
        height: auto;
    }

    #ecp2_43 .item3 {
        background: url(/img/ecp2/43/4.png) no-repeat;
        background-size: contain;
        width: 100%;
        aspect-ratio: 1.2;
        height: auto;
        order: 2;
        margin: 0 0 20px 0;
    }

    #ecp2_43 .item1 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_43 .item2 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_43 .item2 ul {
        margin-bottom: 20px;
    }

    #ecp2_44 {
        height: auto;
    }

    #ecp2_44 .block1 {
        width: 100%;
        height: auto;
        aspect-ratio: 1.27;
        background-image: url("/img/ecp2/44/4.jpg");
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_44 .block2 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_44 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_47 .block1 {
        margin-bottom: 10px;
    }

    #ecp2_47 .block4 {
        background-image: url("/img/ecp2/47/4.jpg");
    }

    #ecp2_47 .img3 {
        display: none;
    }

    #ecp2_52 {
        height: auto;
    }

    #ecp2_52 .block1 {
        width: 100%;
        height: auto;
        aspect-ratio: 1.27;
        background-image: url("/img/ecp2/52/4.jpg");
        order: 2;
        margin-bottom: 20px;
    }

    #ecp2_52 .block2 {
        width: 100%;
        height: auto;
        order: 1;
    }

    #ecp2_52 .block3 {
        width: 100%;
        height: auto;
        order: 3;
    }

    #ecp2_34 .total_price {
        font-size: 23px;
    }

    #ecp2_59 .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #ecp2_59 h2 {
        max-width: none;
    }

    #ecp2_59 .text1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }


    #elba_block_1 {
        margin: 0 0 40px 0;
    }

    #elba_block_1 .items {
        display: block;
    }

    #elba_block_1 .block_left {
        width: 100%;
        box-sizing: border-box;
    }

    #elba_block_1 .block_right {
        width: 100%;
        box-sizing: border-box;
    }

    #elba_block_1 .block_left h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    #elba_block_1 .block_left .btns {
        margin: 20px;
        display: block;
    }

    #elba_block_1 .block_left .btns a {
        width: 100%;
        box-sizing: border-box;
        margin: 4px 0 !important;
    }


    #elba_block_3 .face {
        position: relative;
        margin: 0 auto 20px auto;
    }


    #elba_block_5 img {
        width: 100%;
        box-sizing: border-box;
    }


    #fokus_block_1 .item {
        height: auto;
    }


    #frontpage_v3_b3 .logos div {
        width: 50%;
    }

    #frontpage_v3_b4 {
        padding: 20px;
    }

    #frontpage_v3_b4 .item {
        width: 100%;
    }

    #frontpage_v3_b4 .item_body {
        height: auto !important;
    }

    #frontpage_v3_b2 .item .head .product {
        font-size: 20px;
        font-weight: 500;
    }

    #footer_block_1 li.header {
        font-size: 20px;
        font-weight: 500;
    }

    /* 5 */
    #frontpage_v3_b5 {
        height: auto;
        padding: 20px;
        background-image: none;
    }

    #frontpage_v3_b5 .img_mobile {
        display: block;
        width: 90%;
        margin: 0 auto 30px auto;
    }

    #frontpage_v3_b5 h1 {
        font-size: 30px;
        margin-bottom: 20px;
        width: auto;
    }

    #frontpage_v3_b5 .text1 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        width: 100%;
    }

    #frontpage_v3_b5 a {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    #frontpage_v3_b5 .block2 {
        width: 100%;
        align-items: center;
    }

    #frontpage_v3_b5 .block2 img {
        width: 110px;
        height: 26px;
    }

    #frontpage_v3_b5 .block2 p {
        font-size: 13px;
        font-weight: 400;
        line-height: 140%;
        padding: 0;
        margin: 0;
    }

    /* 6 */
    #frontpage_v3_b6 .items {
        height: auto;
    }

    #frontpage_v3_b6 .items .block1,
    #frontpage_v3_b6 .items .block2,
    #frontpage_v3_b6 .items .block3,
    #frontpage_v3_b6 .items .block4,
    #frontpage_v3_b6 .items .block5 {
        width: 100%;
        height: auto;
        position: static;
        margin: 0 0 20px 0;
    }

    #frontpage_v3_b6 .items .block1 {
        height: 300px;
        background-size: 240px 240px;
    }

    #frontpage_v3_b6 h2 {
        width: auto;
        margin-bottom: 30px;
        font-size: 25px;
        font-weight: 500;
        line-height: 115%;
    }

    #frontpage_v3_b6 .text1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #frontpage_v3_b6 .text2 {
        font-size: 17px;
        margin-bottom: 0;
    }

    /* 7 */
    #frontpage_v3_b7 .item {
        width: 100%;
        height: auto;
    }

    #frontpage_v3_b7 .item_body {
        height: auto;
        margin-bottom: 20px;
    }

    #frontpage_v3_b7 .item:nth-child(4) {
        order: 6;
    }

    #frontpage_v3_b7 .item:nth-child(5) {
        order: 4;
    }

    #frontpage_v3_b7 .item:nth-child(6) {
        order: 5;
    }

    #frontpage_v3_b7 .item .buttons {
        flex-wrap: wrap;
    }

    #frontpage_v3_b7 .item3,
    #frontpage_v3_b7 .item4 {
        height: 297px;
    }

    #frontpage_v3_b7 .item .head .product {
        font-size: 20px;
        font-weight: 500;
        line-height: 130%;
    }

    #frontpage_v3_b7 .item_body p {
        font-size: 16px;
        font-weight: 300;
        line-height: 150%;
    }

    #frontpage_v3_b7 .item p.bold1 {
        font-weight: 400 !important;
    }

    #frontpage_v3_b7 .buttons a {
        font-size: 15px;
        font-weight: 400;
        line-height: 140%;
        padding: 15px 16px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }

    #frontpage_v3_b7 .item .date {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
    }

    /* 8 */
    #frontpage_v3_b8 .item {
        width: 100%;
        height: auto;
    }

    #frontpage_v3_b8 .item p {
        font-size: 16px;
    }

    #clients_review .item {
        width: 100%;
    }

    /* ADD SIZE-4 */

}


/* form 4 */


#form4 {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    background-color: #FFF;
    height: 635px;
    border-radius: 50px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

#form4_img {
    width: 540px;
    height: 555px;
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

#form4 h2 {
    position: absolute;
    display: block;
    width: 510px;
    margin: 0 0 0 580px;
    color: #222;
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
}

#form4 .text_1 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    display: block;
    width: 530px;
    margin: 130px 0 0 580px;
    position: absolute;
}

#form4 form {
    display: block;
    width: 530px;
    height: 300px;
    margin: 190px 0 0 580px;
    position: absolute;
}

#form4 form input[type=text],
#form4 form input[type=email] {
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    display: block;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

#form4 form input[type=button] {
    padding: 15px 30px;
    border-radius: 20px;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
}

#form4 .text_2,
#form4 .text_2 a {
    color: #7A7A7A;
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
}

#form4 .form4_extern {
    background: url("/img/form4/extern_1.png");
}

#form4 .form4_diadoc {
    background: url("/img/form4/diadoc_1.png");
}

#form4 .form4_elba {
    background: url("/img/form4/elba_1.png");
}

#form4 .form4_fokus {
    background: url("/img/form4/fokus_1.png");
}

#form4 .form4_ofd {
    background: url("/img/form4/ofd_1.png");
}

#form4 .form4_kompas {
    background: url("/img/form4/kompas_1.png");
}

#form4 .form4_zakupki {
    background: url("/img/form4/zakupki_1.png");
}

#form4 .result_block {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#form4 .result_block input {
    margin-right: 20px;
}

#form4 .result_block .result {
    font-size: 14px;
}

.form4_color_extern {
    color: #FF8227;
}

.form4_bg_color_extern {
    background-color: #FF8227;
}

.form4_color_diadoc {
    color: #00BEA2;
}

.form4_bg_color_diadoc {
    background-color: #00BEA2;
}

.form4_color_uc {
    color: #FE4C4C;
}

.form4_color_elba {
    color: #366AF3;
}

.form4_bg_color_elba {
    background-color: #366AF3;
}

.form4_color_fokus {
    color: #26AD50;
}

.form4_bg_color_fokus {
    background-color: #26AD50;
}

.form4_color_ofd {
    color: #2291FF;
}

.form4_bg_color_ofd {
    background-color: #2291FF;
}

.form4_color_kompas {
    color: #FE4C4C;
}

.form4_bg_color_kompas {
    background-color: #FE4C4C;
}

.form4_color_zakupki {
    color: #366AF3;
}

.form4_bg_color_zakupki {
    background-color: #366AF3;
}


@media (min-width: 1024px) and (max-width: 1279.99px) {

    #form4 {
        height: 606px;
    }

    #form4_img {
        width: 445px;
        height: 526px;
    }

    #form4 .form4_extern {
        background: url("/img/form4/extern_2.png");
    }

    #form4 .form4_diadoc {
        background: url("/img/form4/diadoc_2.png");
    }

    #form4 .form4_elba {
        background: url("/img/form4/elba_2.png");
    }

    #form4 .form4_fokus {
        background: url("/img/form4/fokus_2.png");
    }

    #form4 .form4_ofd {
        background: url("/img/form4/ofd_2.png");
    }

    #form4 .form4_kompas {
        background: url("/img/form4/kompas_2.png");
    }

    #form4 .form4_zakupki {
        background: url("/img/form4/zakupki_2.png");
    }


    #form4 h2 {
        width: 415px;
        margin: 0 0 0 485px;
        font-size: 40px;
    }

    #form4 .text_1 {
        font-size: 17px;
        width: 415px;
        margin: 110px 0 0 485px;
    }

    #form4 form {
        width: 425px;
        height: 300px;
        margin: 170px 0 0 485px;
    }

    #form4 form input[type=text],
    #form4 form input[type=email] {
        font-size: 17px;
    }

    #form4 form input[type=button] {
        font-size: 16px;
    }

    #form4 .text_2 {
        font-size: 12px;
    }


}

@media (min-width: 768px) and (max-width: 1023.99px) {

    #form4 {
        height: auto;
        padding: 30px;
        position: relative;
    }

    #form4_img {
        width: 700px;
        height: 300px;
        position: relative;
        margin: 0 0 30px 0;
    }

    #form4 .form4_extern {
        background: url("/img/form4/extern_3.png");
    }

    #form4 .form4_diadoc {
        background: url("/img/form4/diadoc_3.png");
    }

    #form4 .form4_elba {
        background: url("/img/form4/elba_3.png");
    }

    #form4 .form4_fokus {
        background: url("/img/form4/fokus_3.png");
    }

    #form4 .form4_ofd {
        background: url("/img/form4/ofd_3.png");
    }

    #form4 .form4_kompas {
        background: url("/img/form4/kompas_3.png");
    }

    #form4 .form4_zakupki {
        background: url("/img/form4/zakupki_3.png");
    }

    #form4 h2 {
        width: 700px;
        margin: 0 0 20px 0;
        font-size: 35px;
        position: relative;
    }

    #form4 .text_1 {
        font-size: 16px;
        width: 700px;
        margin: 0 0 20px 0;
        position: relative;
    }

    #form4 form {
        width: 700px;
        height: auto;
        margin: 0 0 0 0;
        position: relative;
    }

    #form4 form input[type=text],
    #form4 form input[type=email] {
        font-size: 17px;
    }

    #form4 form input[type=button] {
        font-size: 16px;
    }

    #form4 .text_2 {
        font-size: 12px;
    }

}

@media (max-width: 767.99px) {


    #form4 {
        height: auto;
        padding: 30px;
        position: relative;
    }

    #form4_img {
        width: 100%;
        height: 300px;
        position: relative;
        margin: 0 0 30px 0;
    }

    #form4 .form4_extern {
        background: url("/img/form4/extern_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 .form4_diadoc {
        background: url("/img/form4/diadoc_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 .form4_elba {
        background: url("/img/form4/elba_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 .form4_fokus {
        background: url("/img/form4/fokus_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 .form4_ofd {
        background: url("/img/form4/ofd_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 .form4_kompas {
        background: url("/img/form4/kompas_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 .form4_zakupki {
        background: url("/img/form4/zakupki_4.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #form4 h2 {
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 30px;
        position: relative;
    }

    #form4 .text_1 {
        font-size: 16px;
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
    }

    #form4 form {
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        position: relative;
    }

    #form4 form input[type=text],
    #form4 form input[type=email] {
        font-size: 17px;
    }

    #form4 form input[type=button] {
        font-size: 16px;
    }

    #form4 .text_2 {
        font-size: 12px;
    }

}


/* TEST */

/*

diadoc_bN

 */

#diadoc_b1 .items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    height: 1480px;
}

#diadoc_b1 .item {
    border-radius: 30px;
    background-color: #F9F9F9;
    width: 580px;
    padding: 30px;
    box-sizing: border-box;
}

#diadoc_b1 .item img {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

#diadoc_b1 .item h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}

#diadoc_b1 .item p:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1279.99px) {

    /* ADD 2 */
    #diadoc_b1 .items {
        gap: 30px;
        height: 1500px;
    }

    #diadoc_b1 .item {
        width: 480px;
    }

    #diadoc_b1 .item h3 {
        font-size: 22px;
    }

}

@media (min-width: 768px) and (max-width: 1023.99px) {

    /* ADD 3 */
    #diadoc_b1 .items {
        gap: 30px;
        height: 1740px;
    }

    #diadoc_b1 .item {
        width: 365px;
    }

    #diadoc_b1 .item h3 {
        font-size: 20px;
    }

    #diadoc_b1 .item img {
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 767.99px) {

    /* ADD 4 */
    #diadoc_b1 .items {
        gap: 30px;
        height: auto;
    }

    #diadoc_b1 .item {
        width: 100%;
    }

    #diadoc_b1 .item h3 {
        font-size: 20px;
    }

    #diadoc_b1 .item img {
        width: 40px;
        height: 40px;
    }

}


/* TMP */

#header_menu_2 {
    padding: 4px 0 4px 0;
    border-bottom: 1px solid #ebebeb;
}

#header_menu_2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: right;
}

#header_menu_2 ul li {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 0 40px;
}

#header_menu_2 .menu_arrow {
    display: flex;
    align-items: center;
}

#header_menu_2 .menu_arrow i {
    content: url(/img/menu_arraw_red.svg);
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

#header_menu_2 .menu_arrow:hover > ul {
    display: block !important;
}

#header_menu_2 ul li:last-child {
    margin-bottom: 0 !important;
}


@media (max-width: 767px) {

    #header_menu_2 {
        display: none;
    }

}


/* extern 2026-06-08 */

#extern_block_10 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

#extern_block_10 .item {
    box-sizing: border-box;
    width: 373px;
    padding: 30px;
    border-radius: var(--radius-main);
    background-color: var(--color-bg-card-light);
}

#extern_block_10 .item img {
    margin-bottom: 20px;
}


/* 11 */

#block_11_flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px;
    border-radius: var(--radius-main);
    background-color: var(--color-bg-card-white);
    box-shadow: var(--color-shadow);
}

#block_11_flex .left {
    flex-grow: 1;
    box-sizing: border-box;
    max-width: 520px;
}

#block_11_flex .right {
    width: 485px;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-left: auto;
}

#block_11_flex .right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

#block_11_flex a {
    width: 186px;
}

#block_11_flex ul {
    margin-bottom: 30px;
}

/* 12 */

#extern_block_12 table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

#extern_block_12 table th {
    width: 25%;
}

#extern_block_12 table td,
#extern_block_12 table th {
    padding: 20px;
    border: 1px solid #D9D9D9;
}

#extern_block_12 table tr td:first-child,
#extern_block_12 table tr th:first-child {
    border-left: none;
    padding-left: 0;
    font-weight: bold;
}

#extern_block_12 table tr td:last-child,
#extern_block_12 table tr th:last-child {
    border-right: none;
}

#extern_block_12 .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 13 */

#extern_block_13 {
    background-color: var(--color-bg-light);
    padding: 40px;
    border-radius: var(--radius-main);
}

#extern_block_13 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 40px;
}

#extern_block_13 .item {
    box-sizing: border-box;
    width: 540px;
    padding: 30px;
    border-radius: var(--radius-main);
    background-color: var(--color-bg-card-white);
}

#extern_block_13 p.about {
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: center;
}

/* size 2 */
@media (max-width: 1279.99px) {

    #extern_block_10 .items {
        gap: 30px;
    }

    #extern_block_10 .item {
        width: 313px;
    }

    #block_11_flex .left {
        max-width: 450px;
    }

    #block_11_flex .right {
        width: 391px;
    }

    #extern_block_13 .item {
        width: 445px;
        padding: 30px;
    }

}

/* size 3 */
@media (max-width: 1023.99px) {

    #extern_block_10 .items {
        gap: 30px;
    }

    #extern_block_10 .item {
        width: 365px;
    }

    #block_11_flex {
        flex-wrap: wrap;
        padding: 30px;
    }

    #block_11_flex .left {
        max-width: 100%;
        width: 100%;
        order: 2;
    }

    #block_11_flex .right {
        max-width: 100%;
        width: 100%;
        order: 1;
    }

    #extern_block_12 table th {
        width: 200px;
    }

    #extern_block_13 {
        padding: 30px;
    }

    #extern_block_13 .item {
        width: 335px;
        padding: 30px;
    }

}

/* size 4 */
@media (max-width: 767.99px) {

    #extern_block_10 .item {
        width: 100%;
    }

    #block_11_flex {
        flex-wrap: wrap;
        padding: 30px;
    }

    #block_11_flex .left {
        max-width: 100%;
        width: 100%;
        order: 2;
    }

    #block_11_flex .right {
        max-width: 100%;
        width: 100%;
        order: 1;
    }

    #block_11_flex a {
        width: 100%;
        box-sizing: border-box;
    }

    #extern_block_12 table th {
        width: 200px;
    }

    #extern_block_13 {
        padding: 20px;
    }

    #extern_block_13 .item {
        width: 100%;
        padding: 20px;
    }

}

/* #extern 2026-06-08 */