/* personal-links */

button:disabled {
    opacity: 0.5;
    cursor: default;
}

.personal-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.personal-links label {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    user-select: none;
    line-height: 1.4;
}

.personal-links input[type="checkbox"] {
    margin-right: 5px;
    flex: none;
    margin-left: 0;
}

.personal-links a {
    color: #000;
    text-align: left;
}

.personal-links.white label {
    color: #fff;
}

.personal-links.white label a {
    color: #fff;
}

/* personal-links */


/* warning_cookie */
.cmsl_warning_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
    max-width: 1135px;
    margin: 0 auto;
    padding: 20px 15px 20px 20px;
    min-height: 65px;
}

.cmsl_warning_cookie_section1 {
    display: flex;
    flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
    flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
    width: 29px;
    margin-left: 30px;
    align-self: center;
}

.cmsl_warning_cookie_tx {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding-top: 5px;
}

.cmsl_warning_cookie_close {
    display: block;
    width: 29px;
    height: 28px;
    background-image: url(/themes/img/warning_cookie_close.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
    opacity: 1;
}

/* warning_cookie */



html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

.center1 {
    max-width: 1280px;
    margin: 0 auto;
}

/* header  new */

.rf-header-container {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 10px;
}

.rf-header-block {
    display: flex;
    min-height: 115px;
}

.rf-header__logo {
    display: flex;
    align-items: center;
    max-width: 236px;
    margin-right: 50px;
}

.rf-header__logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.rf-header__kamaz {
    display: flex;
    align-items: center;
    max-width: 210px;
    /*padding-right: 50px;*/
    border-right: 0px solid #d2d2d2;
    margin-right: 40px;
	margin-top: 6px;
}

.rf-header__goddet {
    display: flex;
    align-items: center;
    max-width: 102px;
    margin-right: 40px;
}

.rf-header__80 {
    display: flex;
    align-items: center;
    max-width: 63px;
    margin-right: 40px;
}
.rf-header__poisk {
    display: flex;
    align-items: center;    
	max-width: 80px;
	margin-top:5px;
    
}

.rf-header__phones {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
}

.rf-header__phones a {
    font-size: 22px;
    font-family: proximanovareg;
    color: #000;
    text-transform: uppercase;
    line-height: 1.25;
    text-decoration: none;
}

.rf-header__phones a:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.rf-header__eye {
    display: flex;
	max-width: 180px;
    align-items: center;
    margin-left: auto;
	margin-right: 40px;
}

.rf-header__eye a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    background: #792da0;
    border-radius: 50px;
    font-size: 14px;
    font-family: proximanovareg;
    color: #fff;
    line-height: 1.133;
    text-decoration: none;
    transition: 0.2s;
}

.rf-header__eye a i {
    flex: none;
    margin-right: 15px;
    width: 23px;
    height: 15px;
    background: url("/themes/img/eye.svg") 50% 0 no-repeat;
    background-size: cover;
}

.rf-header__eye a:hover {
    background: #9234be;
}

/* header  new */

.header1 {
    background-color: #008bd2;
    position: relative;
}

.header1__red {
    position: absolute;
    height: 53px;
    left: 50%;
    width: 50%;
    background-color: #e3000f;
    z-index: 10;
}

.header1__block1_wrap_menu_adaptive {
    display: none;
}

.header1__block1_wrap_menu_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.header1__block1_wrap_menu_list_item {
    display: inline-block;
    vertical-align: top;
}

.header1__block1_wrap_menu_list_item:hover .second_menu {
    display: block;
}

.header1__block1_wrap_menu_list_item:hover .second_menu_arrow {
    display: block;
}

.header1__block1_wrap_menu_list_item a {
    display: block;
    color: white;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: proximanovareg;
    text-decoration: none;
    padding: 19px 13px;
    position: relative;
    z-index: 1000;
    background-color: #008BD2;
}

.header1__block1_wrap_menu_list_item:hover>a,
.header1__block1_wrap_menu_list_item.active>a {
    color: #00f0ff;
}

.header1__block1_wrap_menu_list_item .second_menu {
    position: absolute;
    width: 100%;
    background-color: #0078b5;
    top: 53px;
    z-index: 100;
    left: 0;
    padding-top: 22px;
    padding-bottom: 12px;
    display: none;
}

.header1__block1_wrap_menu_list_item[data-id="4"] .second_menu>.center1>ul {
    margin-left: 392px;
}

.header1__block1_wrap_menu_list_item[data-id="11"] .second_menu>.center1>ul {
    margin-left: 545px;
}

.header1__block1_wrap_menu_list_item[data-id="21"] .second_menu>.center1>ul {
    margin-left: 745px;
}

.header1__block1_wrap_menu_list_item[data-id="22"] .second_menu>.center1>ul {
    margin-left: 240px;
}

.second_menu a {
    background-color: transparent;
    padding: 8px 0 !important;
    font-size: 15px;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}

.second_menu a:hover,
.second_menu li.act a {
    color: #00f0ff;
}

.second_menu_arrow {
    background-image: url(/file/i_pic/arrow-down1.png);
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    margin-left: 25px;
    z-index: 10000;
    display: none;

}

.header1__block1_wrap {
    font-size: 0;
    max-width: 1134px;
    padding: 0 10px;
    margin: 0 auto;
}

.header1__block1_wrap_menu {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #008bd2;
    z-index: 20;
}

.header1__block1_wrap_soc {
    display: inline-block;
    vertical-align: top;
    padding-top: 16px;
    padding-left: 10px;
    position: relative;
    z-index: 20;
}

.header1__block1_wrap_soc_wrap {
    font-size: 0;
}

.header1__block1_wrap_soc_wrap_item {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}

.header1__block1_wrap_soc_wrap_item:nth-child(1) {
    margin-left: 0;
}

.header1__block1_wrap_soc_wrap_item img {
    vertical-align: top;
}

.header1__block2 {
    font-size: 0;
    background-color: white;
}

.header1__block2_num {
    display: inline-block;
    vertical-align: top;
    padding-top: 24px
}

.header1__block2_logo1 {
    display: inline-block;
    vertical-align: top;
}

.header1__block2_logo2 {
    display: inline-block;
    vertical-align: top;
}

.header1__block2_num_text1 {
    font-size: 19px;
    color: #000000;
    font-family: proximanovareg;
}

.header1__block2_num_text2 {
    margin-top: 10px;
    text-align: center;
}

.header1__block2_num_text2 a {
    position: relative;
    display: inline-block;
    background-color: #cfcfcf;
    color: #515151;
    padding: 10px 51px;
    font-size: 16px;
    font-family: proximanovareg;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    text-decoration: none !important;
    outline: 0;
}

.header1__block2_num_text2 a:hover {
    background-color: #d7d7d7;
}

.header1__block2_num_text2 a:active {
    top: 1px;
}

.header1__block2_logo1 {
    margin-left: 150px;
}

.header1__block2_logo2 {
    margin-left: 170px;
    padding-top: 43px;
}

.header1__block2 {
    text-align: center;
    padding: 23px 0 19px 0;
}

.header1_line {
    background: #ebebeb;
    line-height: 1px;
    height: 1px;
}

.custom-block1__wrap {
    padding: 0 73px;
}

.custom-block1__wrap_text1 {
    font-size: 18px;
    line-height: 35px;
    font-family: proximanovareg;
    color: #202020;
    /* max-width: 947px; */
    margin: 45px auto 0 auto;
    text-align: center;
}

.custom-block1__wrap_text1 h1 {
    text-align: center;
    font-size: 38px;
    font-family: proximanovalight;
    color: rgb(0, 0, 0);
    line-height: 1.263;
    font-weight: normal;
    text-transform: initial;
}

.custom-block1__wrap_uslugi {
    margin-top: 55px;
}

.custom-block1__wrap_uslugi_list {
    font-size: 0;
}

.custom-block1__wrap_uslugi_list_item {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 10px;
}

.custom-block1__wrap_uslugi_list_item_wrap {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    padding: 14px 28px;
    height: 87px;

}

.custom-block1__wrap_uslugi_list_item_wrap_img {
    display: inline-block;
    vertical-align: top;
}

.block1__wrap_uslugi_list_item_wrap_text {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 23.5px;
    color: white;
    font-family: proximanovareg;
    text-align: left;
    text-transform: uppercase;
    padding-top: 7px;
    padding-left: 9px;
}

.custom-block1__wrap_uslugi_list_item_wrap.block1 {
    background-color: #00a8ae;
    padding-left: 40px;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}

.custom-block1__wrap_uslugi_list_item_wrap.block1:hover {
    background-color: #00c2c8;
}

.custom-block1__wrap_uslugi_list_item_wrap.block2 {
    background-color: #792da0;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}

.custom-block1__wrap_uslugi_list_item_wrap.block2:hover {
    background-color: #9234be;
}

.custom-block1__wrap_uslugi_list_item_wrap.block3 {
    background-color: #0a83e0;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}

.custom-block1__wrap_uslugi_list_item_wrap.block3:hover {
    background-color: #0a98ff;
}

.custom-block1__wrap_uslugi_list_item_wrap.block3 .block1__wrap_uslugi_list_item_wrap_text {
    padding-left: 28px;
}

.custom-block1__wrap_uslugi2 {
    margin-top: 40px;
    font-size: 0;
}

.custom-block1__wrap_uslugi2_wrap_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 33.3%;
    padding-bottom: 50px;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_img {
    position: relative;
}

.block1__wrap_uslugi2_wrap_item_wrap_img_sale {
    background-color: rgba(215, 0, 0, 0.74);
    text-align: center;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 28px;
    position: absolute;
    top: 6px;
    right: 6px;
    color: white;
    font-size: 20px;
    font-family: proximanovareg;
}

.block1__wrap_uslugi2_wrap_item_wrap_img_new {
    background-color: rgba(135, 205, 0, 0.74);
    text-align: center;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 28px;
    position: absolute;
    top: 6px;
    right: 6px;
    color: white;
    font-size: 20px;
    font-family: proximanovareg;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_img img {
    max-width: 100%;
    vertical-align: top;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_type {
    font-size: 17px;
    line-height: 17px;
    font-family: proximanovareg;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 10.5px 0;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    position: relative;
    margin-top: -19px;
    width: 210px;
    text-align: center;
}

.custom-block1__wrap_uslugi2_wrap_item.block1 .custom-block1__wrap_uslugi2_wrap_item_wrap_content_type {
    background-color: #00a8ae;
}

.custom-block1__wrap_uslugi2_wrap_item.block2 .custom-block1__wrap_uslugi2_wrap_item_wrap_content_type {
    background-color: #792da0;
}

.custom-block1__wrap_uslugi2_wrap_item.block3 .custom-block1__wrap_uslugi2_wrap_item_wrap_content_type {
    background-color: #0a83e0;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content {
    border: 1px solid #cacaca;
    border-top: none;
    position: relative;
    text-align: center;
    height: 295px;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    z-index: 20;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.custom-block1__wrap_uslugi2_wrap_item:hover .custom-block1__wrap_uslugi2_wrap_item_wrap_content {
    border-width: 6px;
    border-color: #e5e5e5;
}

.custom-block1__wrap_uslugi2_wrap_item:hover .custom-block1__wrap_uslugi2_wrap_item_wrap_img_bg {
    background-color: rgba(0, 0, 0, 0);
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel_title {
    padding-top: 30px;
    text-align: center;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel_title a {
    font-size: 24px;
    line-height: 30px;
    font-family: proximanovareg;
    color: #00adbc;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel_text {
    font-size: 15px;
    line-height: 21px;
    color: #4f4f4f;
    text-align: center;
    font-family: proximanovareg;
    max-width: 330px;
    margin: 14px auto 0 auto;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel_more {
    text-align: center;
    font-family: proximanovareg;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel_more a {
    color: #00adbc;
    text-decoration: none;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_content_abs_rel_more a:hover {
    text-decoration: underline;
}

.custom-block1__wrap_uslugi2_wrap_item_wrap_shadow {
    background-image: url(/file/i_pic/custom-block1__items1_shadow.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -137px;
    bottom: -51px;
    width: 694px;
    height: 94px;
    z-index: 10;
}

.custom-block1__wrap_uslugi3 {
    margin-top: 30px;
}

.custom-block1__wrap_uslugi3_wrap_items {
    font-size: 0;
}

.custom-block1__wrap_uslugi3_wrap_items_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.custom-block1__wrap_uslugi3_wrap_items_item_wrap_img img {
    max-width: 100%;
}

.custom-block1__wrap_uslugi3_wrap_items_item_wrap_text {
    font-size: 17px;
    line-height: 23.4px;
    color: black;
    font-family: proximanovareg;
    margin-top: 10px;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.about1 {
    background-image: url('/file/i_pic/about1.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 540px;
    margin-top: 35px;
}

.about1__wrap {
    padding: 0 73px;
}

.about1__wrap_title {
    padding-top: 37px;
    font-size: 30px;
    line-height: 30px;
    color: black;
    text-align: center;
    font-family: proximanovareg;
}

.about1__wrap_title2 {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    font-family: proximanovareg;
    ccolor: black;
}

.about1__wrap__items {
    margin-top: 78px;
    font-size: 0;
}

.about1__wrap__items_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.about1__wrap__items_item:first-child .about1__wrap__items_item_wrap_more_items {
    padding-left: 0;
}

.about1__wrap__items_item:last-child {
    padding-left: 10px;
}

.about1__wrap__items_item:last-child .about1__wrap__items_item_wrap_more {
    margin-top: 17px;
}

.about1__wrap__items_item:last-child .about1__wrap__items_item_wrap_more_items {
    padding-left: 8px;
}

.about1__wrap__items_item:last-child .about1__wrap__items_item_wrap_more_items_item {
    margin-bottom: 9px;
}

.about1__wrap__items_item_wrap_check {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -2px;
}

.about1__wrap__items_item_wrap_title {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    line-height: 23.4px;
    color: black;
    font-family: proximanovareg;
    padding-left: 19px;
    max-width: 220px;
}

.about1__wrap__items_item_wrap_more {
    margin-top: 41px;
}

.about1__wrap__items_item_wrap_more_items {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 5px);
    padding-left: 25px;
}

.about1__wrap__items_item_wrap_more_items_item {
    font-size: 17px;
    line-height: 23.4px;
    color: black;
    font-family: proximanovareg;
    margin-bottom: 18px;
}

.about1__wrap__items_item_wrap_more_border {
    width: 1px;
    height: 196px;
    background-color: #99c0af;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}

.about1__wrap__items_item_wrap_more_border.border3 {
    position: relative;
    margin-top: -20px;
}

.photos1 {
    overflow-x: hidden;
}

.photos1__wrap {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}

.photos1__wrap_item {
    display: inline-block;
    vertical-align: top;
}

.photos1__wrap_item img {
    vertical-align: top;
}

.obrat1__wrap {
    font-size: 0;
}

.obrat1__wrap_left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background-color: #e8e8e8;
    height: 500px;
}

.obrat1__wrap_left_block1 {
    float: right;
    padding-right: 135px;
}

.obrat1__wrap_left_block1_title {
    padding-top: 41px;
    font-size: 35px;
    line-height: 38px;
    font-family: proximanovareg;
    color: #00adbc;

}

.obrat1__wrap_left_block1_text1 {
    margin-top: 25px;
    font-size: 25px;
    line-height: 36px;
    color: black;
    font-family: proximanovareg;
}

.obrat1__wrap_right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background-color: #00adbc;
    height: 500px;
    padding-left: 40px;
}

.obrat1__wrap_right_block1_title {
    font-size: 35px;
    line-height: 38px;
    color: white;
    font-family: proximanovareg;
    padding-top: 41px;
    padding-left: 14px;

}

.obrat1__wrap_right_block1_form {
    margin-top: 32px;
}

.obrat1__wrap_right_block1_form_input {
    margin-bottom: 12px;
}

.obrat1__wrap_right_block1_form_input input::-webkit-input-placeholder {
    color: #707070;
    font-weight: normal;
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input::-moz-placeholder {
    color: #707070;
    font-weight: normal;
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input:-moz-placeholder {
    color: #707070;
    font-weight: normal;
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input:-ms-input-placeholder {
    color: #707070;
    font-weight: normal;
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input:focus::-webkit-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input:focus::-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input:focus:-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input:focus:-ms-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

.obrat1__wrap_right_block1_form_input input {
    width: 387px;
    height: 55px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    padding-left: 20px;
    font-size: 17px;
    font-family: proximanovareg;
    color: black;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.obrat1__wrap_right_block1_form_check {
    margin-top: 30px;
}

.obrat1__wrap_right_block1_form_check label {
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 7px;
    display: inline-block;
    vertical-align: top;
}

.obrat1__wrap_right_block1_form_check span {
    font-size: 17px;
    line-height: 17px;
    color: white;
    font-family: proximanovareg;
    padding-left: 10px;

}

.obrat1__wrap_right_block1_form_submit {
    margin-top: 24px;
}

.obrat1__wrap_right_block1_form_submit button {
    width: 260px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 20px;
    color: black;
    font-family: proximanovareg;
    padding: 10px 0;
    background-color: #00ccde;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.obrat1__wrap_right_block1_form_submit button:active {
    position: relative;
    margin-top: 1px;
}

.map1__wrap img {
    max-width: 100%;
    vertical-align: top;
}

.block_leli1 {
    display: inline-block;
    vertical-align: top;
    line-height: 0.8em;
    padding: 3px;
    text-align: right;
    font-family: proximanovareg;
}

a.leli:link,
a.leli:visited {
    color: #000;
    font-size: 12px;
    line-height: 1.3em;
    text-decoration: none;
}

.block_leli2 {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: left;
    padding-top: 3px;
    font-family: proximanovareg;
}

.block_leli2 a {
    display: block;
}

.footer1 {
    padding: 52px 0;
}

.footer1__wrap {
    padding: 0 147px;
}

.footer1__wrap_counters {
    padding-left: 278px;
    display: inline-block;
    vertical-align: top;
}

.footer1__studio {
    padding-left: 120px;
    display: inline-block;
    vertical-align: top;
}

.footer1_line {
    background: #ebebeb;
    line-height: 1px;
    height: 1px;
    margin: 20px 0;
}

.leli_derevotop>ul>li {
    border: none !important;
}

.leli_derevotop>ul>li>a {
    font-size: 15px;
    font-family: proximanovareg;
    line-height: 15px;
}

/* bvi */
.header1__block2_bvi a {
    margin-top: 10px;
}

.header1__block2_bvi a {
    position: relative;
    display: inline-block;
    color: #515151;
    font-size: 14px;
    font-family: proximanovareg;
    text-decoration: none;
    text-align: center;
}

/* сотрудничество */
.rf-cooper {
    margin-top: 70px;
    margin-bottom: 80px;
}

.rf-cooper-block {
    /* overflow: hidden; */
}

.rf-cooper-container {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.rf-cooper-block {
    /* display: flex;
    flex-direction: column; */
}

.rf-cooper-title {
    text-align: center;
    font-size: 38px;
    font-family: proximanovalight;
    color: rgb(0, 0, 0);
    line-height: 1.263;
}

.rf-cooper-slider {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.rf-cooper-slider-container {
    width: 100%;
}

.rf-cooper-slider-wrapper {
    /* max-width: 1132px; */
}

.rf-cooper-slider-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rf-cooper-slider-slide img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.rf-cooper-slider-prev {
    display: flex;
    align-items: center;
    z-index: 2;
    flex: none;
    cursor: pointer;
    margin-right: 80px;
}

.rf-cooper-slider-prev img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.rf-cooper-slider-next {
    display: flex;
    align-items: center;
    z-index: 2;
    flex: none;
    cursor: pointer;
    margin-left: 80px;
}

.rf-cooper-slider-next img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* footer-social */
body[data-page="index"] .footer1 {
    padding-top: 0;
}

.footer1_social {
    background: #f2f2f2;
}

.footer1_social_container {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer1_social_title {
    flex: none;
    margin-right: 70px;
    font-size: 32px;
    font-family: proximanovalight;
    color: #000;
    line-height: 1.5;
}

.footer1_social_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer1_social_items a {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: proximanovasemibold;
    color: rgb(0, 0, 0);
    line-height: 1.526;
    text-decoration: none;
}

.footer1_social_items a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.footer1_social_items a img {
    margin-right: 10px;
}

/* main health */

.health-container {
    border-bottom: 1px solid #e2e2e2;
}

.health {
    display: flex;
    flex-direction: column;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* border-bottom: 1px solid #e2e2e2; */
}

.health-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 38px;
    font-family: proximanovalight;
    color: rgb(0, 0, 0);
    line-height: 1.263;
}

.health-text {
    margin-bottom: 50px;
    font-size: 18px;
    font-family: "proximanovareg";
    color: rgb(0, 0, 0);
    line-height: 1.299;
    text-align: center;
}

.health-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.blue {
    grid-area: 1 / 1 / 2 / 2;
}

.purple {
    grid-area: 2 / 1 / 3 / 2;
}

.orange {
    grid-area: 1 / 2 / 2 / 3;
}

.green {
    grid-area: 2 / 2 / 3 / 3;
}

.yellow {
    grid-area: 1 / 3 / 3 / 4;
}

.health-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-top: 10px;
}

.health-block {
    position: relative;
    min-height: 300px;
    padding-left: 25px;
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 30px;
    overflow: hidden;
}

.health-block-title {
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    font-family: "proximanovasemibold";
    font-weight: bold;
    color: #000;
    line-height: 1.17;
}

.health-block-text {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "proximanovareg";
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.311;
}

.health-block-mark {
    position: relative;
}

.health-block-mark ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 16px;
    font-family: "proximanovareg";
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.311;
}

.health-block-mark ul li {
    margin-bottom: 5px;
}

.health-block-icon {
    position: absolute;
    top: 28px;
    right: 0;
}

.health-block.blue {
    background: #adedfd;
}

.health-block.blue .health-block-icon {
    right: -30px;
}

.health-block.purple {
    background: #f2ddfc;
}

.health-block.purple .health-block-icon {
    right: -60px;
}

.health-block.orange {
    background: #fddcad;
}

.health-block.orange .health-block-icon {
    right: -15px;
}

.health-block.green {
    background: #e1edb4;
}

.health-block.green .health-block-icon {
    right: -40px;
}

.health-block.yellow {
    background: #feffa6;
}

.health-block.yellow .health-block-icon {
    right: -60px;
}

.health-block.pink {
    background: #fcdde5;
}

.health-block.pink .health-block-icon {
    right: -40px;
}

.health-block.gray {
    background: #e6e6e6;
}

.health-block.gray .health-block-icon {
    right: -30px;
}

@media(max-width: 1023px) {
    .health {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .health-header {
        display: flex;
        flex-direction: column;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .health-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .health-text {
        font-size: 16px;
        line-height: 1.299;
    }


    .health-footer {
        display: flex;
        flex-direction: column;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-top: 0;
    }

    .health-block {
        margin-bottom: 10px;
    }
}

/* main health */



.index_news {
    margin-top: 70px;
    margin-bottom: 10px;
}

.index_news_header_cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.index_news_title {
    font-size: 40px;
    line-height: 1;
}

.index_news_title a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px #000 solid;
}

.index_news_title a:hover {
    color: #000;
    text-decoration: none;
    border-color: transparent;
}

.index_news_all {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1;
}

.index_news_all a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.index_news_all a:hover {
    color: #000;
    text-decoration: none;
}

.index_news_content {
    margin-top: 35px;
}

.news_list_own1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.news_list_own1_item {
    width: 33.33%;
    padding: 0 30px;
    margin-bottom: 60px;
}

.news_list_own1_item_inner {
    max-width: 375px;
    margin: 0 auto;
}

.news_list_own1_item_photo {
    display: block;
    height: 235px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news_list_own1_item_date {
    margin-top: 35px;
    font-size: 18px;
    line-height: 1;
    color: #7c7b7b;
}

.news_list_own1_item_date a {
    color: #7c7b7b;
    text-decoration: none;
}

.news_list_own1_item_date a:hover {
    color: #7c7b7b;
    text-decoration: none;
}

.news_list_own1_item_name {
    margin-top: 20px;
    font-size: 23px;
    line-height: 1.3;
    color: #000;
}

.news_list_own1_item_name a {
    color: #000;
    text-decoration: none;
}

.news_list_own1_item_name a:hover {
    color: #000;
    text-decoration: underline;
}

.news_list_own1_item_anons {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.news_list_own1_item_anons a {
    color: #000;
    text-decoration: none;
}

.news_list_own1_item_anons a:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 1365px) {
    .news_list_own1 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .news_list_own1_item {
        padding: 0 15px;
    }

    .news_list_own1_item_photo {
        height: auto;
        padding-top: 65%;
    }

    .news_list_own1_item_date {
        margin-top: 10px;
        font-size: 14px;
    }

    .news_list_own1_item_name {
        margin-top: 15px;
        font-size: 19px;
    }

    .news_list_own1_item_anons {
        display: none;
    }

    .index_news_title {
        font-size: 25px;
    }

    .index_news_all {
        font-size: 15px;
    }

    .index_news_content {
        margin-top: 25px;
    }
}

@media (max-width: 1023px) {

    .index_news {
        margin-top: 55px;
    }

    .index_news_title {
        font-size: 21px;
    }

    .index_news_header_cont_box2 {
        display: none;
    }

    .news_list_own1_item:nth-child(3) {
        display: none;
    }

    .news_list_own1_item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

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

    .news_list_own1_item_name {
        font-size: 17px;
    }
}

@media (max-width: 479px) {

    .index_news {
        margin: 45px 20px 0 20px;
    }

    .index_news_title {
        font-size: 18px;
    }

    .index_news_content {
        margin-top: 20px;
    }

    .news_list_own1_item {
        padding: 0 5px;
        margin-bottom: 25px;
    }

    .news_list_own1_item_date {
        margin-top: 5px;
        font-size: 11px;
    }

    .news_list_own1_item_name {
        margin-top: 10px;
        font-size: 15px;
    }
}