

/* Start:/local/templates/rarus/components/bitrix/menu/header_mobile_menu/style.css?16266825733035*/
.hamburger-menu {
    width: 35px;
    height: 30px;
}
.hamburger-menu .menu__icon {
    display: block;
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

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

.hamburger-menu .menu__icon span:nth-child(1) {
    top: 0px;
}

.hamburger-menu .menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
    top: 11px;
}

.hamburger-menu .menu__icon span:nth-child(4) {
    top: 22px;
}
/*стили для открытого состояния меню*/
.hamburger-menu.menu_state_open .menu__icon {
    z-index: 101;
    position: fixed;
}
/*.hamburger-menu.menu_state_open .menu__icon span {
    background: white;
}*/
.hamburger-menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.hamburger-menu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.menu_state_open .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.hamburger-menu_body {
    display: none;
    position: fixed;
    background: #deefec;
    padding: 60px 0 25px 0;
    width: 100%;
    max-width: 360px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    overflow-y: auto;
}
.hamburger-menu_body ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}
.hamburger-menu_body li {
    border-top: 1px solid #e6f8f5;
    border-bottom: 1px solid #c9d9d6;
}
.hamburger-menu_body li:first-child {
    border-top: none;
}
.hamburger-menu_body li:last-child {
    border-bottom: none;
}
.hamburger-menu_body li a {
    display: block;
    width: 100%;
    color: #303030;
    text-decoration: none;
    padding: 10px 20px 10px 70px;
}
.hamburger-menu.menu_state_open .menu__icon span {
    background: #303030;
}
.hamburger-menu.menu_state_open .hamburger-menu_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hamburger-menu_contact {
    padding: 10px 55px 20px;
    color: #303030;
    margin-bottom: 5px;
}
.hamburger-menu_contact .title {
    margin-bottom: 5px;
}
.hamburger-menu_contact a {
    display: block;
    color: #303030;
    text-decoration: none;
    border-bottom: 1px solid #303030;
    float: left;
    margin: 0 0 3px;
}
.hamburger-menu_contact .descr {
    clear: both;
    font-size: 12px;
}
.hamburger-menu_body .selected,
.hamburger-menu_body a:active {
    background: var(--green);
    color: #fff;
}

/* lang */
.hamburger-menu_body .language_selection {
    position: absolute;
    top: 24px;
    right: 20px;
}

.hamburger-menu_body li.nested a {
    padding-left: 88px;
    font-size: 16px;
}
.hamburger-menu_body li.nested .selected {
    background: #fff;
    color: var(--green);
}

/* End */


/* Start:/local/templates/rarus/components/bitrix/menu/top-menu/style.css?16138325891117*/
header .left_block .menu {
}
header .left_block .menu>ul {
    display: flex;
    flex-wrap: wrap;
}
header .left_block .menu>ul>li {
    list-style: none;
    margin-right: 16px;
    position: relative;
}
header .left_block .menu>ul>li>a {
    text-decoration: none;
    color: #000;
    font-size: 0.8em;
}
header .left_block .menu>ul>li>.select,
header .left_block .menu>ul>li>a:hover {
    color: var(--green);
}

header .menu .submenu {
    position: absolute;
    display: none;
    left: 0;
    top: auto;
    background-color: #fff;
    z-index: 5;
    /*border: 1px solid var(--dark_green);*/
    box-shadow: inset 0 0 0 1px var(--dark_green);
    padding: 8px 1px 12px;
}
header .menu .submenu li {
    list-style: none;
}
header .menu .submenu li a {
    text-decoration: none;
    color: var(--dark_green);
    font-size: 14px;
    padding: 3px 16px 5px 12px;
    display: block;
    white-space: nowrap;
}
header .menu .submenu li .select {
	font-weight: bold;
}
header .menu .submenu li:hover a {
    background-color: #00b798;
    color: #fff;
}
header .menu>ul>li:hover .submenu {
   display: block;
}
/* End */


/* Start:/local/templates/rarus/components/bitrix/menu/catalog-menu/style.css?16426718911552*/
header .catalog_menu {
    width: 100%;
    max-width: 976px;
    margin: 22px auto 8px;
    padding: 0 4px 0 8px;
}
header .catalog_menu>ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
header .catalog_menu>ul>li {
    list-style: none;
    margin-bottom: 8px;
}
header .catalog_menu>ul>li>a {
    color: #000;
    padding: 2px 16px 4px 14px;
    position: relative;
}
header .catalog_menu>ul>li>.select {
    text-decoration: none;
    background-color: var(--green);
    color: #fff !important;
}
header .catalog_menu>ul>li:hover>a {
    text-decoration: none;
    padding: 1px 15px 3px 13px;
    border: 1px solid var(--green);
    color: var(--green);
}

header .catalog_menu .submenu {
    position: absolute;
    display: none;
    top: auto;
    background-color: #fff;
    z-index: 5;
    border: 1px solid var(--green);
    padding: 6px 0 8px;
    margin-top: 3px;
}
header .catalog_menu .submenu li {
    list-style: none;
}
header .catalog_menu .submenu li a {
    text-decoration: none;
    color: var(--green);
    font-size: 15px;
    padding: 6px 16px 8px 12px;
    display: block;
}
header .catalog_menu .submenu li a>span {
    background-color: var(--dark_green);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px 3px 5px;
    border-radius: 6px;
}
header .catalog_menu .submenu li:hover a {
    background-color: #00b798;
    color: #fff;
}
header .catalog_menu .submenu li .select {
    font-weight: bold;
}
header .catalog_menu>ul>li:hover .submenu {
    display: flex;
    flex-direction: column;
}
/* End */


/* Start:/local/templates/rarus/components/bitrix/menu/footer-menu/style.css?1605532967760*/
/*header .catalog_menu {
    width: 100%;
    max-width: 976px;
    margin: 22px auto 8px;
    padding: 0 4px 0 8px;
}
header .catalog_menu ul {
    display: flex;
    flex-wrap: wrap;
}
header .catalog_menu li {
    list-style: none;
    margin-right: 12px;
}
header .catalog_menu a {
    color: #000;
    padding: 2px 16px 4px 14px;
    position: relative;
}
header .catalog_menu .select a,
header .catalog_menu a:hover {
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
}
footer .footer_menu {}
footer .footer_menu ul {
    display: grid;
    grid-template: 1fr 1fr/1fr 1fr;
    padding-left: 35px;
}
footer .footer_menu ul li {
    list-style: none;
    font-size: 0.8em;
    margin-right: 12px;
}
footer .footer_menu a {}*/

/* End */


/* Start:/local/components/rarus/demo.feedback/templates/.default/style.css?16436378055468*/
.demo_access {
    background-color: #0b7057;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 996;
    height: 100%;
    width: 100%;
    max-width: 490px;
    display: none;
    overflow-y: auto !important;
    padding-bottom: 30px;
    background-image: url('/local/components/rarus/demo.feedback/templates/.default/./img/waves.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.mf-ok-text {
    display: none;
    position: fixed;
    top: 40%;
    left: 10%;
    background: #0b7057;
    width: 330px;
    height: 330px;
    border-radius: 50%;
}
.mf-ok-text span {
    display: block;
    max-width: 195px;
    margin: 100px auto 0;
    color: #fff;
    font-style: italic;
}
.mf-ok-text .close_ok {
    background: #0b7057;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}
.mf-ok-text .close_ok .cross {
    /*background: url(/images/close_ok.png) no-repeat;*/
    width: 22px;
    height: 20px;
    margin: 2px auto 0;
    font-size: 36px;
    color: #fff;
}
.mf-ok-text .close_ok:hover {
    background: #fff;
    border: 1px solid #0b7057;
}
.mf-ok-text .close_ok:hover .cross {
    /*background: url(/images/close_ok_blue.png) no-repeat;*/
    color: #0b7057;
}
.demo_access .error {
    display: block;
    clear: both;
    margin: 0 45px;
}
.demo_access .error p {
    margin: 2px 0;
    font-size: 14px;
}
.demo_access form {
    margin: 20px 0 0 45px;
    max-width: 365px;
    clear: both;
    overflow: hidden;
}
.demo_access .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 6px;
}
.demo_access #product_name {
    margin-bottom: 35px;
    display: block;
}
.demo_access .close {
    float: right;
    display: block;
    margin: 22px 30px 0px 0;
    font-size: 38px;
    line-height: 19px;
    cursor: pointer;
}
/*
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
.demo_access #close_demo:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
*/
.demo_access .close:hover:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    background-color: #fff;
    opacity: 0.2;
    right: 26px;
}
.demo_access .field {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 30px;
    align-items: center;
}
.demo_access .field .mf-req {
    margin-left: 5px;
}
.demo_access .field .mf-text {
    font-size: 0.85em;
    margin-right: 8px;
}
.demo_access .field input,
.mf-captcha input,
.demo_access .field select {
    background: #0b7057;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 0.85em;
    padding: 10px 15px;
    outline: none;
}
.demo_access .field select {
    width: 100%;
    max-width: 225px;
}
.demo_access .field input:focus,
.mf-captcha input:focus,
.demo_access .field select:focus {
    border-width: 3px;
    padding: 8px 13px;
}
.demo_access .field textarea:-webkit-autofill,
.demo_access .field input:-webkit-autofill {
    background-color: none !important;
}
.demo_access input[type="submit"] {
    width: 175px;
    height: 55px;
    display: block;
    float: right;
    margin-top: 10px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    font-size: 1em;
    outline: none;
    border: 1px solid #fff;
}
.demo_access input[type="submit"]:hover {
    background-color: transparent;
    color: #fff;
}
.demo_access input[type="submit"][disabled],
.demo_access input[type="submit"][disabled]:hover {
    background: #0f644f;
    border-color: #0f644f;
    cursor: default;
    color: #2c453f;
}


/*==============================*/
.privacy-policy__block {
    margin-bottom: 14px;
}
.demo_access .checkbox_label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    font-style: italic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.demo_access .checkbox_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.demo_access .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #0b7057;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 2px;
}

.demo_access .checkbox_label:hover .checkmark {
    box-shadow: 0px 0px 4px 0 #fff;
}

.demo_access .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.demo_access .checkbox_label input:checked ~ .checkmark:after {
    display: block;
}

.demo_access .checkbox_label .checkmark:after {
    left: 2px;
    top: 2px;
    width: 10px;
    background-color: #fff;
    height: 10px;
}


/*----------------------------*/
.mf-captcha {
    margin: 35px 0 20px;
}
.mf-captcha .mf-text {
    font-size: 0.75em;
    font-style: italic;
    margin: 2px 0 10px;
}

.demo_access font.errortext.errortext.errortext.errortext {
    color: #f5f817 !important;
    /*color: #ff959e !important;*/
}

@media (max-width: 490px)  {
    .demo_access {
        width: 100%;
    }
    .demo_access form {
        margin: 0;
        padding: 0 20px;
        max-width: 405px;
    }
    .demo_access .field {
        display: block;
    }
    .demo_access .field .mf-text {
        margin-bottom: 6px;
    }
}

/* End */


/* Start:/local/templates/rarus/styles.css?168551656420874*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 18px;
    font-family: 'Montserrat', 'Arial';
    background-image: url('/local/templates/rarus/./images/waves_main1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
/*body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

:root {
  --green: #00b798;
  --dark_green: #1b8369;
}
.center_block {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}
h1, h2, h3 {
    color: var(--green);
}

/*=============================================================*/
header {
    padding: 21px 0 21px;
}
header .header_block {
    display: flex;
    justify-content: space-between;
}
header {
}
header .func_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 12px;
}
header .func_block .search_block {
}
header .func_block .language_selection {
    padding: 0px 8px;
    border: 1px solid #000;
    border-radius: 25px;
    float: right;
    display: flex;
    background-color: #fff;
}
header .func_block .language_selection a {
    /*display: inline-block;*/
    position: relative;
    font-size: 0.7em;
    color: #000;
    padding: 2px 0 5px 15px;
    text-decoration: none;
}
header .language_selection .other_lang:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 6px;
    box-shadow: inset 0px 0px 2px 0px black;
}
header .language_selection .select:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #000;
}
header .language_selection a:last-child {
    margin-left: 8px;
}
header .language_selection .disable.other_lang {
    color: #ccc;
}
header .language_selection .disable.other_lang:before {
    border-color: #ccc;
    box-shadow: none;
}

header .func_block .search {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/rarus/./images/search.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 17px;
}

header .phones {
    text-align: right;
    display: flex;
    flex-direction: column;
}
header .phones a {
    color: var(--green);
    margin-bottom: 2px;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
/*header .phones span {
    font-style: italic;
    font-size: 0.65em;
}*/


header .logo_container {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
header .logo_container .logo_block {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}
header .logo_container .logo_block img {
    width: auto;
    height: auto;
    max-width: 190px;
}
header .logo_container .logo_block span {
    font-weight: 600;
    font-size: 0.7em;
    color: #00b798;
}
header .logo_container .sab {
    width: 150px;
    height: 48px;
    background-image: url("/local/templates/rarus/./images/sab.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 18px;
    margin-right: 24px;
}
.hamburger-menu_container {
    display: none;
}

@media (max-width: 760px) {
    header .logo_container {
        flex-flow: wrap-reverse;
        margin-top: 8px;
    }
    header .current_office {
        margin-bottom: 8px;
    }
    .current_office #change_office {
        display: inline-block;
    }
    .current_office span {
        margin-right: 8px;
    }
    .current_office a {
        display: none;
    }
}
@media (max-width: 600px) {
    header .logo_container .logo_block,
    header .logo_container .sab {
        display: none;
    }
    .current_office #change_office,
    .current_office a {
        display: block;
    }
    header .phones {
        font-size: 17px;
    }
    .current_office span,
    .current_office a {
        font-size: 13px;
    }
    .current_office #change_office {
        max-width: 130px;
        margin-bottom: 6px;
    }
    header .func_block {
        margin-bottom: 16px;
    }
    header .func_block .search {
        width: 20px;
        height: 20px;
    }
    .hamburger-menu_container {
        display: flex;
    }
    header .left_block .menu {
        display: none;
    }
    header .catalog_menu .submenu.submenu {
        display: none !important;
    }
    .logo_mobile {
        background-image: url(/local/templates/rarus/./images/ring-garnet-turquoise.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 70px;
        height: 30px;
        display: block;
        margin-left: 16px;
    }
}

.current_office span {
    font-size: 14px;
    font-weight: 500;
}
.current_office #change_office {
    font-size: 13px;
    margin-top: 2px;
    color: var(--green);
    text-decoration: underline;
    cursor: pointer;
}
.current_office a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
/*=============================================================*/

footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0 55px;
    margin-top: 60px;
}
footer a {
    color: #fff;
}
footer>.center_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .logo_container {
    max-width: 312px;
}
footer .logo_block {
    margin-top: 16px;
}
footer .logo_block img {
    max-width: 155px;
    width: 100%;
    height: auto;
}
footer .phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .phones a {
    margin-bottom: 5px;
    white-space: nowrap;
    color: #fff;
}
footer .phones a:hover {
	color: var(--green);
}
footer .phones span {
    font-style: italic;
    font-size: 0.65em;
}

footer .socserv_link-container {
    margin-top: 16px;
    font-size: 14px;
}
footer .socserv_link-container .descr {
	margin-bottom: 6px;
}
footer .socserv_link {
	display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
footer .socserv_link.fb {
	background-image: url(/images/socserv/fb.png);
}
footer .socserv_link.fb:hover {
	background-image: url(/images/socserv/fb_hover.png);
}
footer .socserv_link.inst {
	background-image: url(/images/socserv/inst.png);
}
footer .socserv_link.inst:hover {
	background-image: url(/images/socserv/inst_hover.png);
}

@media (max-width: 700px) {
    footer>.center_block {
        display: block;
    }
    footer .logo_block {
        display: block;
        margin-bottom: 24px;
    }
    footer .footer_menu {
        padding-left: 0 !important;
        max-width: 330px;
    }
    footer .phones {
        align-items: flex-start;
        margin-top: 26px;
    }
    footer .socserv_link {
    	margin-top: 0;
    	margin-bottom: 24px;
    }
}
/*======*/



.site_description {
    margin: 18px 0 42px;
    padding-left: 36px;
}
.site_description li {
    margin-bottom: 8px;
}
.form-button_container {
    max-width: 530px;
    padding: 0 20px;
    margin: 0 auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-button_container div {
    line-height: 1.5em;
    margin-bottom: 20px;
}
.form-button_container a {
    padding: 14px 40px 14px 36px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.form-button_container a:hover {
    background-color: var(--dark_green);
}

.office_list {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: transparent;
    top: 0;
    right: 0;
    background-image: url(/local/templates/rarus/./images/cookie_up.png);
    width: 100%;
    max-width: 680px;
    min-height: 262px;
    padding: 22px 90px 100px 120px;
    color: #fff;
}
.office_list .text {
    font-size: 13px;
    margin-bottom: 8px;
}
.office_list .offices_container {
    display: flex;
    flex-wrap: wrap;
}
.office_list .office_code {
    margin-right: 22px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.office_list .close {
    position: absolute;
    right: 90px;
    top: 20px;
    font-size: 64px;
    line-height: 34px;
    font-weight: 100;
    cursor: pointer;
}
.office_list .close:hover:before {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background-color: #fff;
    opacity: 0.2;
    right: 1px;
}
/*.office_list .close:hover {
    transform: rotate(90deg);
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}*/
@media (max-width: 680px) {
    .office_list {
        background-image: none;
        background-color: #00b798;
        padding: 24px 75px 30px 22px;
        min-height: auto;
    }
    .office_list .close {
        right: 30px;
    }
}

.letter_block {
    min-height: 300px;
    width: 100%;
    background-image: url('/local/templates/rarus/./images/123.png');
    background-position: center;
    background-repeat: no-repeat;
}
.letter_block .center_block {
    position: relative;
}
.letter_block span {
    display: block;
    font-weight: bold;
    font-style: italic;
}
.letter_block a {
    font-size: 1.25em;
    font-weight: bold;
    color: #000;
}
.letter_block div {
    position: absolute;
}
.letter_block .one {
    top: 154px;
    left: 76px;
}
.letter_block .two {
    top: 154px;
    left: 414px;
}
.letter_block .three {
    top: 146px;
    right: 82px;
}
@media (max-width: 970px) {
    .letter_block {
        display: none;
    }
}

.introduction_block {
    display: grid;
    grid-template: auto/3fr 2fr 1fr;
    padding: 65px 0;
}
.introduction_block .left {
    margin-top: 44px;
}
.introduction_block .left h2 a {
    color: var(--green);
}
.introduction_block .left .text {
    margin: 12px 0 18px;
    line-height: 1.45em;
}
.introduction_block .left ol {
    padding-left: 50px;
    margin-top: 22px;
}
.introduction_block .left li {
    margin-bottom: 14px;
}
.introduction_block .left li a {
    color: #000;
}
.introduction_block .left li a:hover {
    color: var(--dark_green);
}
.introduction_block .center {
    position: relative;
}
.introduction_block .center:before {
    content: '';
    background-image: url('/local/templates/rarus/./images/gaechki.png');
    position: absolute;
    width: 380px;
    height: 100%;
    right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
}
.introduction_block .right {
    position: relative;
    padding-top: 60px;
    color: #fff;
}
.introduction_block .right .title_block {
    font-weight: bold;
    margin-bottom: 6px;
}
.introduction_block .right .text {
    font-size: 0.8em;
}
.introduction_block .right:before {
    content: '';
    width: 280px;
    height: 280px;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--green);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50%;
}
@media (max-width: 970px) {
    .introduction_block {
        grid-template: auto/4fr 2fr;
        padding: 10px 0;
    }
    .introduction_block .right:before {
        display: none;
    }
    .introduction_block .right {
        color: #000;
        margin-left: 32px;
    }
    .introduction_block .center {
        display: none;
    }
}
@media (max-width: 600px) {
    .introduction_block {
        display: block;
    }
    .introduction_block .right {
        display: none;
    }
}

.reporting {
    padding: 52px 0 62px;
    border-top: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    background-image: url('/local/templates/rarus/./images/back_e.png');
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 5px 10px #888;
}
.reporting h2 {
    font-size: 2em;
}
.reporting .desc {
    font-weight: bold;
    font-style: italic;
    font-size: 0.85em;
    margin: 12px 0 14px;
}
.reporting .text {
    margin-bottom: 18px;
}
.reporting ol {
    padding-left: 16px;
}
.reporting ol li {
    margin-bottom: 10px;
}
.reporting a {
	color: #000;
}

.support {
    padding: 94px 0 100px;
    position: relative;
    margin-bottom: 64px;
}
.support:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/local/templates/rarus/./images/polygons.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
    height: 100%;
    width: 47%;
    left: 0;
    bottom: 0;
}
.support .center_block {
    display: flex;
}
.support .img_block {
    width: 50%;
    background-image: url('/local/templates/rarus/./images/statue.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}
.support .text_block {
    width: 50%;
}
.support h2 a {
    color: var(--green);
}
.support .text {
    line-height: 1.5em;
    margin: 12px 0 30px;
}
.support .title_block {
    font-weight: 600;
    margin-bottom: 7px;
}
.support .title_block a {
	color: #000;
}
.support .type {}
.support .type li {
    list-style: none;
    margin-bottom: 10px;
}
.support .type li a {
    color: #000;
}

.reporting a:hover,
.support .title_block a:hover,
.support .type li a:hover {
	color: var(--dark_green);
}

.end_block {
    text-align: center;
    font-size: 1.3em;
    padding: 22px 0 32px;
    position: relative;
    margin: 60px 0 38px;
    max-width: 765px;
    font-weight: bold;
    margin: 0 auto 0;
}
@media (max-width: 900px) {
    .support .img_block {
        background-size: 100%;
    }
}
@media (max-width: 700px) {
    .support {
        padding: 54px 0 60px;
        margin-bottom: 0;
    }
    .support:before {
        display: none;
    }
    .support .img_block {
        display: none;
    }
    .support .text_block {
        width: 100%;
    }
}

.end_block:before,
.end_block:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #000;
    left: 50%;
    margin-left: -25%;
}
.end_block:before {
    top: 0;
}
.end_block:after {
    bottom: 0;
}
@media (max-width: 600px) {
    .end_block {
        font-size: 1em;
    }
}

footer .footer_menu {
    display: grid;
    grid-template: auto/1fr 1fr;
    padding-left: 35px;
}
footer .footer_menu .item {
    list-style: none;
    font-size: 0.8em;
    margin-right: 12px;
    margin-bottom: 8px;
}
footer .footer_menu a:hover {
    color: #7ef9da;
}

#bx-composite-banner {
    width: 100%;
    max-width: 970px;
    margin: 12px auto 0;
    padding: 0 20px;
    text-align: right;
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.5em !important;
    }
    h2 {
        font-size: 1.35em !important;
    }
    h3 {
        font-size: 1.2em !important;
    }
}

/*============== cookies ==============*/
#cookie_warning {
    width: 100%;
    max-width: 790px;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    background-color: transparent;
    background-image: url(/local/templates/rarus/./images/cookie_down.png);
    bottom: 0;
    display: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    padding: 8px 90px 12px 50px;
}
#cookie_warning .inner_container {
    display: flex;
    align-items: center;
    min-height: 52px;
    justify-content: center;
}
#cookie_warning .text {
    font-size: 14px;
    color: #fff;
}
#cookie_warning #cookie_close {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 6px 12px 8px 12px;
    background-color: #00b798;
    margin-left: 16px;
}
#cookie_warning #cookie_close:hover {
    color: #00b798;
    background-color: #fff;
}
#cookie_warning #cookie_close:active {
    color: #00b798;
    background-color: #e7fffb;
    border-color: #e7fffb;
}

@media (max-width: 790px) {
    #cookie_warning {
        background-color: #00b798;
        background-image: none;
        padding: 12px 22px 16px;
    }
}


/* temp */
.banner {
    margin: 12px 0 36px;
}
.banner a {
    display: block;
}
.banner img {
    max-width: 100%;
    height: auto;
}


/* NY /
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}

40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}

60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}

80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}

100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}

@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}

40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}

60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}

80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}

100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}


header .logo_container .logo_block {
    position: relative;
}
header .logo_container .logo_block:after {
    content: '';
    background-image: url(/local/templates/rarus/./images/lalalalama.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -16px;
    bottom: 11px;
    width: 44px;
    height: 50px;
}
header .logo_container .logo_block:hover:after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
.logo_mobile {
    position: relative;
}
.logo_mobile:after {
    content: '';
    background-image: url(/local/templates/rarus/./images/lalalalama.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -24px;
    bottom: -2px;
    width: 36px;
    height: 41px;
}
/*==============================*/

.not_found img {
    max-width: 100%;
    height: auto;
}
.not_found div {
    text-align: center;
    margin-top: 16px;
}
.not_found a {
    color: #000;
}
.not_found a:hover {
    color: var(--dark_green);
}

.column {
    display: grid;
    grid-template: auto/4fr 1fr 1fr;
}
@media (max-width: 700px) {
    .column {
        display: block;
    }
}

.section_menu {
    padding-top: 22px;
    position: relative;
    min-height: 200px;
}
.section_menu:before {
    content: '';
    position: absolute;
    background-color: var(--green);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    width: 200px;
    height: 200px;
    left: -45px;
    top: 0px;
}
.section_menu ul {}
.section_menu ul li.home {
    margin-left: -8px;
    font-weight: bold;
    margin-bottom: 8px;
}
.section_menu ul li {
    font-size: 16px;
    margin: 8px 0;
    list-style-type: none;
}
.section_menu a {
    color: #000;
}
.section_menu a:hover,
.section_menu span {
    color: #fff;
}

@media (max-width: 700px) {
    .section_menu {
        display: none;
    }
}

.button {
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 15px 14px 16px 12px;
    border-width: 1px;
    border-style: solid;
}
.button_white {
    color: var(--green);
    border-color: var(--green);
}
.button_white:hover {
    background-color: var(--green);
    color: #fff;
}
.button_green {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}
.button_green:hover {
    background-color: var(--dark_green);
    border-color: var(--dark_green);
}

/*PerfectPixel FIX*/
.chromeperfectpixel-overlay {
    image-rendering: unset !important;
}
/* End */
/* /local/templates/rarus/components/bitrix/menu/header_mobile_menu/style.css?16266825733035 */
/* /local/templates/rarus/components/bitrix/menu/top-menu/style.css?16138325891117 */
/* /local/templates/rarus/components/bitrix/menu/catalog-menu/style.css?16426718911552 */
/* /local/templates/rarus/components/bitrix/menu/footer-menu/style.css?1605532967760 */
/* /local/components/rarus/demo.feedback/templates/.default/style.css?16436378055468 */
/* /local/templates/rarus/styles.css?168551656420874 */
