body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    color: #000;
    background: #ffffff;
    position: relative;
    z-index: 0;
}
.clear {
	clear: both;
}
b, strong  {
    font-family: 'Gilroy-Bold';
}
i {
    font-family: 'Gilroy-RegularItalic';
}
h1, h2, h3, h4, h5 {
    font-family: 'Gilroy-Bold';
    margin: 0 0 25px 0;
}
h1 {
    font-size: 64px;
}
h2 {
    font-size: 56px;
}
h6 {
    font-family: 'Gilroy-Semibold';
}
h6 {
    font-size: 24px;
    margin: 25px 0 35px;
}
.for_mobile {
    display: none;
}
.maxwidth {
    max-width: 1218px;
    margin: 0 auto;
    width: 100%;
}
.border_box {
    box-sizing: border-box;
}
.pos_rel {
    position: relative;
}
.pos_abs {
    position: absolute;
}
.transition {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.flex_bl {
    display: flex;
}
header .menu_button {}
header {
    box-shadow: rgb(44 45 45 / 15%) 0px 7px 15px;
    background: #fff;
    width: 100%;
    height: 92px;
    align-items: center;
}
header .top_line {
    align-items: center;
}
header .right_side {
    margin-left: auto;
    width: calc(100% - 325px);
    justify-content: space-between;
    align-items: center;
}
header .logo {
    background: url(../img/logo.svg) no-repeat;
    width: 264px;
    height: 60px;
    background-size: 100%;
}
header .logo a {
    width: 100%;
    height: 100%;
    z-index: 1;
}
header ul.menu {
    padding: 0;
    margin: 0;
    height: fit-content;
}
header ul.menu li {
    list-style: none;
    display: inline-block;
}
header ul.menu a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    font-family: 'Gilroy-semiBold';
}
header .tels_bl {
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'Gilroy-Bold';
}
header .top_h_tel, header .btm_h_tel {
    text-decoration: none;
    color: #000;
    line-height: 1.3;
    padding: 0 0 0 18px;
}
header .top_h_tel {
    background: url(../img/top_h_tel.svg) no-repeat left center;
}
header .btm_h_tel {
    background: url(../img/btm_h_tel.svg) no-repeat left center;
    background-size: 13px;
}
header .open_pu_call {
    color: #90C226;
    font-size: 14px;
    border: 1px solid #90C226;
    display: inline-block;
    padding: 11px 15px;
}
header .open_search {
    display: block;
    border: 1px solid #E6E6E6;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: url(../img/open_search.svg) no-repeat center;
}
.transp_button {
    text-decoration: none;
    border-radius: 4px;
}
.transp_button.green {
    background: #90C226;
    color: #fff;
    font-size: 16px;
}
.transp_button.arrow {
    display: inline-flex;
}
.green.arrow span {
    display: inline-block;
    background: url(../img/button_arrow_white.svg) no-repeat top center;
    width: 19px;
    height: 17px;
    background-size: 100%;
    margin: 0 0 0 10px;
}
.white.arrow span {
    display: inline-block;
    background: url(../img/button_arrow_green.svg) no-repeat top center;
    width: 19px;
    height: 15px;
    background-size: 100%;
    margin: 0 0 0 10px;
}
.transp_button.white {
    background: #fff;
    color: #000;
    font-size: 16px;
}
.top_banner {
    background-image: url(../img/img-banner-top.png), url(../img/bg-top-banner.jpg);
    height: 800px;
    background-position: top center, top center;
    background-repeat: no-repeat;
}
.top_banner.guarantee {
    background-image: url(../img/guarantee-bg-2.png), url(../img/guarantee-bg.jpg);
    height: unset;
    background-position: top center, top center;
    background-repeat: no-repeat;
    padding: 0 0 90px 0;
}
.top_banner h1 {
    color: #fff;
    padding: 6% 0 2% 0;
    max-width: 55%;
}
.top_banner ul {
    color: #fff;
    padding: 0;
    max-width: 55%;
}
.top_banner li {
    list-style: none;
    padding: 12px 0 12px 50px;
    font-size: 24px;
    background: url(../img/advs_gr_icon.svg) no-repeat left center;
}
.top_banner .transp_button {
    padding: 20px 40px;
    margin: 40px 0 0 0;
    font-family: 'Gilroy-SemiBold';
}
.block_des {
    margin: 0 auto 100px;
}
.h2 {
    font-size: 36px;
    font-family: 'Gilroy-Bold';
    margin: 50px 0 30px;
}
.green_txt {
    color: #90C226;
}
.grey_line {
    width: 70px;
    height: 1px;
    background: #DCDCDC;
    margin: 16px 0;
}
.decisions {
    flex-wrap: wrap;
    justify-content: space-between;
}
.des_i {
    width: 49%;
    margin: 0 0 2% 0;
    border: 1px solid #DCDCDC;
    background-position: right center!important;
    border-radius: 4px;
    padding: 5% 2% 5% 4%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-size: cover!important;
}
.des_i .name {
    font-size: 32px;
    font-family: 'Gilroy-SemiBold';
    max-width: 200px;
}
.des_i .text {
    max-width: 230px;
    font-size: 16px;
    color: #666666;
}
.block_advs {
    padding: 0 520px 0 0;
    background: url(../img/advs-bg.jpg) no-repeat right center;
}
.block_advs .h2 {
    font-size: 40px;
}
.block_advs .top_txt {
    color: #666666;
    font-family: 'Gilroy-Regular';
}
.block_advs .text_about {}
.block_advs .advs {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 55px 0 0 0;
}
.block_advs .adv_i {
    width: 49%;
    justify-content: space-between;
    margin: 0 0 7% 0;
}
.block_advs .image_bl {
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: rgb(44 45 45 / 15%) 7px 10px 15px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.block_advs .image_bl img {
    width: 24px;
    height: 24px;
}
.block_advs .text {
    width: calc(100% - 95px);
    font-size: 16px;
    font-family: 'Gilroy-SemiBold';
    line-height: 1.5;
}
.partners {}
.partners .block_padding {
    padding: 16px 16px;
}
.partners .partners_list {
    width: 101%;
    margin: 0 0 0 -0.5%;
    flex-wrap: wrap;
}
.partners .partners_i {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    width: 15.65%;
    margin: 0 0.5% 1%;
    box-shadow: rgb(44 45 45 / 15%) 3px 6px 7px;
}
.partners .image_bl {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #E6E6E6;
    justify-content: center;
    align-items: center;
}
.partners .image_bl img {
    width: 100%;
    max-width: 150px;
    height: fit-content;
}
.partners .cost {
    font-size: 20px;
    font-family: 'Gilroy-SemiBold';
    margin: 0 0 8px 0;
}
.partners .transp_button {
    display: block;
    width: 100%;
    color: #90C226;
    font-size: 14px;
    text-align: center;
    margin: 16px 0 0 0;
    border: 1px solid #90C226;
    padding: 11px;
}
.partners span {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #999999;
}
.green_bl {
    background: linear-gradient(57.3deg, #688E19 -4.76%, #90C226 86.16%);
    color: #fff;
    justify-content: space-between;
    margin: 30px auto 30px;
    border-radius: 4px;
    width: 100%;
    padding: 2.5% 3%;
    align-items: center;
    box-shadow: rgb(44 45 45 / 15%) 3px 6px 7px;
}
.green_bl .text {
    font-size: 24px;
    font-family: 'Gilroy-SemiBold';
    line-height: 1.4;
}
.green_bl .transp_button {
    font-size: 16px;
    font-family: 'Gilroy-Bold';
    padding: 23px 40px;
    display: inline-flex;
    align-items: center;
}
.about_us_bl {
    margin: 90px 0 50px 0;
    padding: 25px 0 70px;
    color: #fff;
    background: url(../img/bg-num.jpg) no-repeat top center;
}
.about_us_bl .about_num {
    justify-content: space-between;
    width: 100%;
}
.about_us_bl .num_i {}
.about_us_bl .big {
    font-size: 64px;
    font-family: 'Gilroy-Heavy';
}
.about_us_bl .grey_line {
    background: #90C226;
}
.about_us_bl .ltl {
    line-height: 1.5;
    color: #999999;
}
.slider_letters {
    width: 100%;
    overflow: hidden;
}
.slider_letters .letter_i {
    height: 320px;
    display: inline-block;
    width: 220px!important;
    margin: 0 15px 0;
    border: 1px solid #DCDCDC;
    padding: 10px;
}
.slider_letters .img_block {
    width: 100%;
    height: 100%;
}
.slider_letters .image {
    width: 100%;
    height: 100%;
}
.ltrs_bl {
    width: 100%;
    max-width: 1250px;
    padding: 0 0 50px;
}
.slider_letters .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.slider_letters .slick-prev {
    left: 0;
    top: 135px;
    background: url(../img/arrow-left.svg) no-repeat center, #fff;
    z-index: 1;
    border: 0;
    font-size: 0;
    box-shadow: rgb(44 45 45 / 15%) 8px 6px 7px;
}
.slider_letters .slick-next {
    background: url(../img/arrow-right.svg) no-repeat center, #fff;
    top: 135px;
    right: 0;
    box-shadow: rgb(44 45 45 / 15%) -8px 6px 7px;
    z-index: 1;
    font-size: 0;
    border: 0;
}
.slider_letters .slick-dots {
    padding: 0;
    margin: 15px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_letters .slick-dots li {
    list-style: none;
    display: inline-flex;
    padding: 4px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 6px;
}
.slider_letters .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border: 0;
    background: #DCDCDC;
    border-radius: 50%;
}
.slider_letters .slick-dots li.slick-active {
    border: 1px solid #90C226;
}
.slider_letters .slick-dots li.slick-active button {
    background: #90C226;
}
.btm_form_bl {
    background: url(../img/form-bg.jpg) no-repeat top center;
    color: #fff;
}
.btm_form_bl .maxwidth {
    background: url(../img/form-bg2.png) no-repeat right top;
    padding: 50px 0 90px;
}
.btm_form_bl .left_bl {
    max-width: 58%;
}
.btm_form_bl .form {
    margin: 0 0 65px;
}
.btm_form_bl .input_phone {
    border: 0;
    color: #333333;
    border-radius: 4px;
    font-size: 16px;
    padding: 16px;
    width: 40%;
    margin: 0 30px 25px 0;
    font-family: 'Gilroy-Regular';
}
.btm_form_bl .transp_button {
    font-size: 16px;
    border: 0;
    padding: 16px 70px 16px 40px;
    font-family: 'Gilroy-SemiBold';
    background: url(../img/button_arrow_white.svg) no-repeat 190px center, #90C226;
    margin: 0 0 25px 0;
}
.btm_form_bl .checkbox_bl {}
.btm_form_bl .for_check {}
.for_check a {
    color: #fff;
}
.btm_form_bl .text_btm {
    font-size: 20px;
    margin: 30px 0 20px;
}
.btm_form_bl .tels_bl {}
.btm_form_bl .phone {
    font-size: 36px;
    text-decoration: none;
    color: #fff;
    font-family: 'Gilroy-Bold';
    padding: 0 0 0 25px;
}
.btm_form_bl .tel_frst {
    background: url(../img/btm_frst_tel.svg) no-repeat left center;
    margin: 0 25px 0 0;
}
.btm_form_bl .tel_scnd {
    background: url(../img/btm_scnd_tel.svg) no-repeat left center;
}
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    float: left;
    margin: 0px 0 0 0;
}
.checkbox:checked+label::before {
    background: url(../img/checkbox-active.svg) no-repeat center center, #fff;
    background-size: 10px;
}
.checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    border-radius: 3px;
    background: #fff;
}
footer {
    color: #fff;
    background: #3D3D3D;
    font-size: 14px;
    padding: 50px 0;
}
footer .maxwidth {
    justify-content: space-between;
}
footer .logo_footer {
    background: url(../img/footer-logo.svg) no-repeat;
    width: 270px;
    height: 62px;
    background-size: 100%;
}
footer .logo {
    width: 100%;
    height: 100%;
}
footer .links {
    flex-direction: column;
}
footer .u_link {}
footer .adr_mail {}
footer .adr {
    background: url(../img/adr-icon.svg) no-repeat left center;
}
footer .mail {
    background: url(../img/mail-icon.svg) no-repeat left center;
}
footer .mail_l {}
footer .tels {
    flex-direction: column;
}
footer .tel {
    text-decoration: none;
}
footer .top {
    background: url(../img/phone-2-icon.svg) no-repeat left center;
}
footer .btm {
    background: url(../img/phone-1-icon.svg) no-repeat left center;
}
footer .tel, footer .adr, footer .mail_l, footer .u_link {
    color: #fff;
    line-height: 1.5;
    margin: 0 0 8px 0;
    padding: 0 0 0 25px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 3;
}
.popup {
    background: #fff;
    padding: 50px 65px 25px;
    display: none;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    z-index: 100;
    top: 100px;
    color: #000;
}
.popup .input_name {}
.popup .zag {
    font-size: 40px;
    font-family: 'Gilroy-Bold';
    margin: 0 0 25px 0;
}
.popup .input_phone {}
.popup .transp_button {}
.popup .checkbox+label::before,  
.quiz_quest_i .checkbox+label::before {
    border: 1px solid #E6E6E6;
}
body.overflow_hidden {
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}
body.overflow_hidden .container_popups {
    display: block;
}
.container_popups {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 2;
}
.popup .exit {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/exit_popup.svg) no-repeat;
    background-size: 100%;
}
.popup input[type="text"], .popup .text_message, 
.quiz_quest_i input[type="text"] {
    width: 100%;
    border: 1px solid #EDEAE9;
    outline: none;
    font-size: 16px;
    font-family: 'Gilroy-Regular';
    padding: 12px 12px 12px 20px;
    margin: 0 0 18px 0;
}
.popup .checkbox_bl {
    margin: 0 0 20px 0;
}
.popup .for_check {
    font-size: 16px;
}
.popup .for_check a, 
.quiz_quest_i .for_check a {
    color: #90C226;
}
.popup .transp_button {
    padding: 16px 40px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Gilroy-Bold';
    border: none;
    margin: 0 0 50px 0;
}
.popup .text_message {
    max-width: 100%;
    height: 160px;
    resize: none;
}
.input_lastname {
    display: none;
}
.h2 span {
    color: #90C226;
}
.quiz_quest_i {
    background: url(/local/templates/balkanrost/img/quiz-bg.png) no-repeat right top;
    width: 100%;
    padding: 65px 400px 30px 50px;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 15%);
    margin: 0 0 25px 0;
    border-radius: 4px;
    display: none;
}
.quiz_quest_i.active {
    display: block;
}
.quiz_quest_i .zag {
    font-size: 24px;
    font-family: 'Gilroy-Bold';
    margin: 0 0 20px 0;
}
.quiz_quest_i .text_q {
    color: #666666;
    font-size: 16px;
    margin: 0 0 35px 0;
}
.quiz_quest_i .choose_zag {
    font-family: 'Gilroy-Bold';
}
.quiz_quest_i .options {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quiz_quest_i .option {
    display: flex;
    width: 48.5%;
    align-items: center;
    font-size: 16px;
    font-family: 'Gilroy-Bold';
    color: #000;
    text-decoration: none;
    height: 56px;
    padding: 0 20px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin: 10px 0 10px;
}
.quiz_quest_i .option span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #C8C8C8;
    margin: 0 15px 0 0;
    position: relative;
}
.quiz_quest_i .option.active {
    border: 1px solid #90C226;
}
.quiz_quest_i .option.active span {
    border: 1px solid #90C226;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz_quest_i .option.active span:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    background: #90C226;
}
.quiz_quest_i .transp_button {
    margin: 40px 0 10px 0;
    padding: 18px 30px;
    font-family: 'Gilroy-Bold';
    visibility: hidden;
    cursor: default;
}
.quiz_quest_i .transp_button.active {
    visibility: visible;
    cursor: pointer;
}
.quiz_quest_i .grey_progress {
    width: 100%;
    height: 6px;
    background: #F0F0F0;
    border-radius: 3px;
    overflow: hidden;
    margin: 80px 0 12px 0;
}
.quiz_quest_i .green_progress {
    height: 6px;
    width: 0%;
    background: #688E19;
}
.quiz_quest_i .progress_res {
    font-size: 12px;
}
.quiz_quest_i .progress_res span {
    color: #90C226;
    font-family: 'Gilroy-Bold';
    margin: 0 0 0 5px;
}
.quiz_quest_i input[type="text"] {
    width: 50%;
    margin: 0 0 15px 0;
}
.quiz_quest_i input[type="submit"] {
    margin: 20px 0 0 0;
    outline: none;
    border: 0;
}
.form.get_answer {
    padding: 15px 0 0 0;
}
.quiz_quest_i .checkbox_bl {
    margin: 0 0 10px 0;
}
input[type="text"].js-f-error {
    border: 1px solid #fd5959;
    box-sizing: border-box;
    border-radius: 4px;
}
.checkbox+label.js-f-error:before {
    border: 1px solid #fd5959;
}
.guarant_bl {
    padding: 30px 0 40px;
}
.guarant_bl .usloviya {
    flex-wrap: wrap;
    justify-content: space-between;
}
.guarant_bl .usl_i {
    box-shadow: 4px 10px 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
    background: #fff;
    width: 24%;
    margin: 0 0 20px 0;
    padding: 20px 3% 50px;
    text-align: center;
}
.guarant_bl .icon_bl {
    background: linear-gradient(57.3deg, #688E19 -4.76%, #90C226 86.16%);
    width: 100px;
    height: 100px;
    margin: 10px auto 15px;
    border-radius: 50%;
    justify-content: center;
}
.guarant_bl .icon_bl img {
    max-width: 40px;
}
.guarant_bl .text {
    font-family: 'Gilroy-SemiBold';
}
.about_guarantee {}
.about_guarantee p {
    line-height: 1.4;
}
.about_guarantee ul {
    padding: 0;
    margin: 30px 0;
    column-count: 2;
}
.about_guarantee li {
    list-style: none;
    padding: 0 0 0 25px;
    font-size: 16px;
    margin: 0 0 20px 0;
    position: relative;
    line-height: 1.5;
}
.about_guarantee li:before {
    width: 6px;
    height: 6px;
    display: block;
    content: '';
    background: #90C226;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}
.work_sh_bl {
    background: url(../img/scheme-bg.jpg) no-repeat center;
    padding: 20px 0 60px;
    background-size: cover;
}
.work_scheme {
    justify-content: space-between;
    margin: 40px 0 0;
    flex-wrap: wrap;
}
.work_scheme .work_i {
    width: 32%;
    margin: 0 0 40px 0;
}
.work_scheme .work_i:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 15%;
    width: 25px;
    height: 12px;
    background: url(../img/green-arrow-w.svg) no-repeat;
}
.work_scheme .img_bl {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 15%);
    margin: 0 0 25px 0;
}
.work_scheme .img_bl img {
    max-width: 32px;
}
.work_scheme .name {
    font-size: 24px;
    font-family: 'Gilroy-Bold';
    margin: 0 0 10px 0;
}
.work_scheme .text {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
}
.work_scheme .green_num {
    color: #fff;
    background: linear-gradient(57.3deg, #688E19 -4.76%, #90C226 86.16%);
    font-size: 14px;
    font-family: 'Gilroy-Bold';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 1;
    left: 45px;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_scheme .work_i:nth-child(3n):before {
    display: none;
}
.services {
    background: #F5F5F5;
    padding: 40px 0 70px;
}
.services h1 {
    margin: 0 0 40px 0;
}
.services .service_i {
    border-radius: 4px;
    padding: 60px 400px 60px 60px;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 15%);
    margin: 0 0 40px 0;
}
.services .name {
    font-size: 34px;
    font-family: 'Gilroy-Bold';
    margin: 0 0 25px 0;
}
.services .text {
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    margin: 0 0 35px 0;
}
.services .about_service {
    flex-wrap: wrap;
    justify-content: space-between;
}
.services .about_i_bl {
    width: 49%;
    justify-content: space-between;
    margin: 0 0 30px 0;
    padding: 0 15px 0 0;
}
.services .image_bl {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    margin: 0 24px 0 0;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 15%);
}
.services .image_bl img {
    max-width: 24px;
}
.services .text_bl {
    width: calc(100% - 95px);
}
.services .text_t {
    font-size: 18px;
    font-family: 'Gilroy-Bold';
    line-height: 1.4;
    margin: 0 0 10px 0;
}
.services .text_b {
    font-size: 14px;
    color: #666666;
}
.services .transp_button {
    font-size: 16px;
    font-family: 'Gilroy-SemiBold';
    padding: 18px 40px;
    margin: 40px 0 0 0;
}
.questions {}
.questions .quest_ans_bl {
    border-top: 1px solid #F0F0F0;
    padding: 0 0 90px 0;
}
.questions .q_a_item {
    padding: 35px 70px 45px;
    border-bottom: 1px solid #F0F0F0;
    background: url(../img/plus.svg) no-repeat 22px 38px;
}
.questions .q_a_item.opened {
    background: url(../img/minus.svg) no-repeat 22px 38px;
}
.questions .text_q {
    font-size: 24px;
    font-family: 'Gilroy-SemiBold';
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.questions .text_q span {
    border-bottom: 1px dotted #d0cfcf;
}
.questions .text_a {
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
    display: none;
    margin: 25px 0 0 0;
}
header ul.menu a.selected {
    color: #90C226;
}