html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body{
    display: flex;
    flex-direction: column;
}
video{
    width: 100%;
    height: auto;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
  	margin: 0;
}
.arrow img {
    transition: transform 0.3s;
}

.arrow.rotated img {
    transform: rotate(180deg);
}

.video{
    width: 100%;
}
.programare_btn .button_pr{
    background: #999D50;
    border: 0;
    width: 157px;
    height: 54px;
}

.header{
    padding: 31px 51px 31px 45px;
    position: relative;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 100;
    width: 95%;
}

.main{
    padding-top: 116px;
    flex: auto;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 200px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_menu, .header_box, .header_socials{
    display: flex;
    align-items: center;
}
.header_menu{
    margin-left: 45px;
}
.header_menu_item{
    margin-right: 30px;
}
.header_menu_item a{
     text-decoration: none;
     color: #000;
     font-family: Nunito;
     font-size: 17px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
}
.header_phone{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 36px;
}
.header_phone_title a{
    text-decoration: none;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.header_phone_subtitle{
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header_phone_subtitle:hover{
    color: #4A573D;
    cursor: default;
}
.header_socials{
    margin-right: 43px;
}
.header_socials_item{
    margin-left: 7px;
}
.header_btn{
    margin-right: 36px;
    width: 141px;
    height: 54px;
    background: #999D50;
}

.header_line{
    margin-right: 33px;
}

.header_lang{
    position:relative;
    display:flex;
    align-items:center;
    cursor:pointer;
    margin-right: 10px;
}
.header_lang .current{
     display:flex;
     border-radius:50%;
     margin-right:7px
 }
.header_lang .arrow{
    transition:.5s all
}
.header_lang .arrow.active{
    transform:rotate(180deg);
    transform:rotate(0)
}
.header_lang_hidden {
    position: absolute;
    display: none;
    top: 22px;
    background: #ffffff;
}
.header_lang_hidden_item{
    display:flex;
    margin-bottom:5px;
    justify-content:center
}
.slider_swiper{
    overflow: hidden;
    margin-bottom: 150px;
    width: 100%;
}
.swiper-slide_item{
    margin: 0 0 0 auto;
}
.swiper-slide{
    display: flex;
}

.slider_wrapper_bg img{
    position: relative;
    max-width: 1155px;
    width: 100%;
    height: auto;
    z-index: 1;
    right: 0;
    border-radius: 100px 0px 0px 100px;
    overflow: hidden;
}

.slider_wrapper_item{
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    margin-left: 10px;
}
.slider_wrapper_item_title{
    color: #000;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 597px;
}
.slider_wrapper_item_text{
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    max-width: 503px;
    height: 109px;
    margin-top: 38px;
}
.slider_wrapper_item_btn{
    max-width: 238px;
    height: 74px;
    background: #2B2A29;
    margin-top: 28px;
}
.slider_wrapper_item_svg{
    margin-top: 38px;
    margin-left: 326px;
}

.despre_noi_wrapper_image_mobile{
    display: none;
}
.section_wrapper_despre_noi{
    display: flex;
    margin-bottom: 150px;
}
.section_wrapper_despre_noi .section_wrapper_text .title_wrapper, .section_wrapper_programarea .section_wrapper_tex .title_wrapper{
    max-width: 695px;
}
.section_wrapper_despre_noi .section_wrapper_text .text_wrapper{
    max-width: 638px;
}
.section_wrapper_despre_noi_item{
    position: relative;
    z-index: 1;
}
.despre_noi_wrapper_image {
    display: block;
    margin-top: -100px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.despre_noi_wrapper_image_2{
    max-width: 800px;
    width: 90%;
    height: auto;
    position: absolute;
    right: 0;
    z-index: 0;
}
.title{
    color: #4A573D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.title_wrapper{
    margin-top: 11px;
    color: #000;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.9%; /* 47.566px */
}
.title_wrapper span{
    color: #999D50;
}
.text_wrapper span{
    font-size: 18px;
    font-weight: 700;
}
.text_wrapper{
    color: #000;
    margin-top: 33px;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    max-width: 638px;
}
.btn_wrapper{
    margin-top: 8px;
    width: 143px;
    height: 54px;
    background: #2B2A29;
}
.section_wrapper_servicii .section_wrapper_text{
     max-width: 827px;
 }
.section_wrapper_servicii, .section_wrapper_etape{
    margin-bottom: 68px;
}
.servicii_wrapper_item_2 .servicii_wrapper_item_title, .servicii_wrapper_item .servicii_wrapper_item_title{
    left: 10px;
}
.servicii_wrapper {
    margin-top: 66px;
    gap: 20px; /* Отступ между элементами */
}
.servicii_wrapper_item_col{
    margin-bottom: 20px;
}
.servicii_wrapper_item{
    grid-gap: 23px;
    display: grid;
    grid-template-columns: repeat(3, 31.5%);
    /*padding-bottom: 30px;*/
}
.servicii_wrapper_item_2{
    display: flex;
    grid-row: 3 / 4 ;
    padding-right: 20px;
    grid-template-columns: repeat(2, 810px);
    grid-gap: 12px;
}

.servicii_wrapper_item_title{
    position: relative;
    top: -75px;
    background: #FFF;
    color: #999D50;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    white-space: nowrap;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    cursor: pointer;
}
.servicii_wrapper_item_title:hover{
    background: #999D50;
    color: #FFF;

}
.servicii_wrapper_item_wrapper{
    display: flex;
    align-items: baseline;
    margin-top: -34px;
    margin-left: 25px;
}
.servicii_wrapper_item_qu{
    margin-left: 10px;
    color: #000;

    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.servicii_wrapper_item_img img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    cursor: pointer;
}
.btn_servicii{
    width: 182px;
    height: 54px;
    /*margin-top: 26px;*/
}
.servicii_wrapper_text_block {
	color: #000;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-top: 83px;
    border-top: solid 2px #000;
    padding-top: 55px;
}
.details_servicii {
	cursor: pointer;
}


.etape_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 54px;
}
.section_wrapper_etape .title_wrapper{
    max-width: 962px;
}
.etape_de_initiere{
    background: #F5F5F5;
    padding: 85px 0px 50px 0px;
}
.lorem{
    background: #F5F5F5;
    padding: 60px 0px 70px 0px;
}

.etape_wrapper_pass{
    display: flex;
    align-items: flex-start;
    background: #FFF;
    padding: 44px 0px 61px 0px;
    margin-right: 6px;
    width: 19.2%;
    height: auto;
    margin-bottom: 20px;
}
.etape_wrapper_pass1{
    border-radius: 20px 0px 0px 20px;
    padding: 44px 0px 67px 0px;
}
.etape_wrapper_item{
    padding-top: 10px;
}
.etape_wrapper_item1{
    margin-left: 30px;
}
.etape_wrapper_item_img{
    padding-right: 12px;
}
.etape_wrapper_item_pass{
    color: #4A573D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.etape_wrapper_item_subtitle{
    color: #000;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.etape_wrapper_item_title{
    color: #000;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-top: 24px;
}
.etape_vezi_toate{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    padding: 13px 22px 0px 0px;
}

.etape_vezi_toate_item{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    padding-right: 5px;
    cursor: pointer;
}
.etape_wrapper_hidden{
    display: none;
}

.section_wrapper_lorem{
    display: flex;
    margin-top: 45px;
}
.section_wrapper_lorem_text{
    margin-left: 51px;
    padding-top: 20px;
}
.lorem_wrapper_text{
    max-width: 871px;
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    margin-top: 17px;
}
.lorem_wrapper_text span{
    font-size: 18px;
    font-weight: 700;
}
.lorem_wrapper_btn{
    display: flex;
}
.lorem_wrapper_btn_descarca{
    width: 259px;
    height: 54px;
    background: #999D50;
    margin-right: 14px;
}
.lorem_wrapper_btn_descarca img{
    margin-right: 8px;
}
.lorem_wrapper_btn_vezi{
    width: 191px;
    height: 54px;
    background: #2B2A29;
}
.section_wrapper_lorem_img img{
    min-width: 120px;
}
.section_wrapper_programarea .section_wrapper_text{
    display: flex;
    justify-content: end;
    margin-top: 110px;
    margin-right: 125px;
    width: 100%;
}
.section_wrapper_programarea .section_wrapper_text .lorem_wrapper_text{
    max-width: 538px;
}
.section_wrapper_map{
    width: 100%;
    max-width: 1000px;
}
.section_wrapper_map iframe{
    width: 100%;
    right: 0;
    z-index: 0;
    height: 100%;
}
.contacte{
    padding: 56px 0px 0px 0px;
}
.form {
	/* padding-right: 40px; */
}
.form-group {
    position: relative;
    margin-bottom: 27px;
}
.input_label {
    position: absolute;
    left: 10px; /* Расположение названия поля на границе инпута */
    top: 1%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}
input, textarea {
    width: 96%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 33px;
}
.form_wrapper{
    display: flex;
    justify-content: space-between;
    /* padding-right: 12px; */
    gap: 12px;
}
.form_wrapper .form-group_item{
    width: 100%;
}
.form-group label, input{
    color: #2B2A29;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}
.form-group input, textarea {
	width: 100%;
	height: 55px;
	padding: 0 10px;
	box-sizing: border-box;
	
	color: #2B2A29;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}
.form-group textarea {
	padding: 10px;
	resize: none;
}
.form-group label span{
    color: #F00;
}
.form_contact{
    max-width: 538px;
}
.form-group img{
    position: absolute;
    right: 40px;
    top: 15px;
}

.programare_btn {
    margin-bottom: 60px;
    margin-right: 36px;
    width: 157px;
    height: 54px;
    background: #999D50;
}
.footer{
    padding: 62px 0px 50px 0px;
    background: #2B2A29;
}
.footer_wrapper{
    background: #2B2A29;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
}
.footer_wrapper_menu_wrapper{
    display: flex;
}
.footer_wrapper_menu_social{
    display: flex;
    margin-top: 61px;
}

.footer_wrapper_contact_item{
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    max-width: 230px;
    padding-bottom: 14px;
}
.footer_wrapper_menu_wrapper_item a{
    width: 685px;
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-left: 15px;
}
.footer_wrapper_menu_social_item{
    margin-left: 15px;
}
.footer_copyright{
    padding: 24px 0px 25px 0px;
}
.footer_copyright .container a{
    display: flex;
    align-items: center;
    color: #4D4D4D;
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    text-decoration: none;
}
.footer_copyright .container a img {
    margin-left: 12px;
}

/*Menu mobile*/
#menu{
    display: none;
}
#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 20px;

    width: 26px;
    height: 26px;

    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #616161;

    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}
.menu__box li .header_socials_item{
    margin-left: 24px;
}
.menu__box li .header_langs, .menu__box li .header_btn, .menu__box li .header_socials, .menu__box li .header_phone{
    display: none;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 300px;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: #ffffff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;

    color: #333;

    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;

    text-decoration: none;

    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #c6c1c1;
}

/*TOP_TOP*/
.toptop {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: fixed;
    border-radius: 50%;
    cursor: pointer;
    right: 104px;
    bottom: 115px;
}

.container{
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.footer_copyright .container, .section_wrapper_etape, .section_wrapper_lorem, .section_wrapper_text, .servicii_cont {
    width: auto;
}
.blog_container{
     width: auto;
 }
.btn__green:hover{
    background-color: #838745;
}
.btn__black:hover, .calculator_checkbox_btn:hover{
   background-color: #1f1e1e;
}
/*pop*/
.pop_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}
.blog_img {
	width: 100%;
	height: auto;
}

.pop_wrapper.show {
    opacity: 1;
    visibility: visible;
}

.pop_wrapper,
.pop_wrapper.show {
    transition: opacity .25s ease, visibility .25s ease;
}

.pop {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 11px;
    top: 200px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
}

.pop_title {
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.pop label,
.pop input {
    display: block;
}

.pop label span {
    display: inline-block;
    color: #f26b73;
}

.pop input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 11px;
    margin-bottom: 16px;
}

.pop button {
    border: 0;
}

.pop_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -50px;
    right: -50px;
    z-index: 1;
}

.pop_close .bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.pop_close .left_bar {
    transform: rotate(-45deg) translate(-9px, 10px);
}

.pop_close .right_bar {
    transform: rotate(45deg) translate(9px, 9px);
}

.pop_close:hover {
    cursor: pointer;
}

.pop_close:hover .bar {
    background-color: #72b4ca;
}

.pop_close .bar,
.pop_close:hover .bar {
    transition: background-color .25s ease;
}

.btn-call-order{
    border: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.contact_form_header{
    color: #2B2A29;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 0px 40px 0px;
    border-top: 2px solid #999D50;
}
.button_pop{
    display: inline-block;
    padding: 15px 15px 15px 15px;
    background: #999D50;
    width: 100%;
}
.header_{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width:470px){
    .pop_close {
        width: 20px;
        height: 20px;
        right: -30px;
    }
    .pop {
        width: 280px;
    }
}
@media (max-width:370px){
    .pop_close {
        width: 15px;
        height: 15px;
        right: -20px;
    }
    .pop {
        width: 240px;
    }
}

/* section blog */


.main_wrapper_span {
    margin-top: 14px;
}

.main_page_main a, .main_page_blog_detail a{
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 7px;
    position: relative;
}
.main_page_blog_detail a{
    margin-right: 2px;
}
a{
    text-decoration: none;
}
.main_page_blog a{
    color: #4A573D;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 7px;
}
.main_page_blog_detail::before {
    top: 4px;
    left: 86px;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #4A573D;
    position: absolute;
}
.main_page_blog::before {
    top: 4px;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #4A573D;
    position: absolute;
}

.blog {
    padding: 56px 0px 62px 0px;
}

.blog_wrapper_text {
    max-width: 827px;
    margin-bottom: 45px;
}

.blog_wrapper_content {
    display: grid;
    grid-template-columns: repeat(3, 30.5%);
    gap: 7px 50px
}


.blog_wrapper_content_item img {
    max-width: 365px;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 20px;
}

.blog_content_item_date {
    color: #000;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.blog_content_item_title {
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 9px;
}

.blog_content_item_title:hover {
    color: #4A573D;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.blog_content_item_descr {
    color: #000;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 56px;
}

.blog_pagination {
    background: #F5F5F5;
    max-width: 1200px;
    height: 47px;
}
.blog_pagination_wrapper{
    display: flex;
    justify-content: center;
    padding: 15px;
}
.button_prev, .button_next{
    padding: 0px 30px;
    cursor: pointer;
}
.blog_pagination_wrapper_item{
    color: #000;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_pagination_wrapper_item .active{
    color: #999D50;
    font-weight: 700;
}
.calculate_wrapper_content_item_img{
    position: absolute;
    right: 0;
    margin-top: 180px;
}
.page-number{
    cursor: pointer;
    padding: 0px 15px;
}
/* section calculator */
hr{
    background: #F5F5F5;
    height: 1px;
    border: none;
}

.main_bg {
    background: #F5F5F5;
}

.calculator {
    padding: 56px 0px 87px 0px;
}

.calculator_wrapper_text {
    max-width: 962px;
    margin-bottom: 23px;
}

.calculate_wrapper_content {
    display: flex;
    background: #F5F5F5;
}

.calculate_wrapper_content_item_left {
    background: #FFF;
    padding: 44px 59px 54px 43px;
    border-radius: 20px 0px 0px 20px;
    flex-basis: 853px;
    box-sizing: border-box;
    margin-right: 11px;
}

.calculate_wrapper_content_item_right {
    background: #FFF;
    padding: 55px 42px 54px 44px;
    border-radius: 0px 20px 20px 0px;
    flex-basis: 337px;
    box-sizing: border-box;
    position: relative;
}

.calculate_wrapper_content_item_left_arrow {
    position: absolute;
    top: 110px;
    left: 0;
}
.calculate_wrapper_content input, .calculate_wrapper_content textarea {
    /*width: 93.7%;*/
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 23px;
    box-sizing: content-box;
}
.calculate_wrapper_content textarea{
    height: 87px;
}
.calculator_form {
    display: grid;
    grid-template-columns: repeat(2, 45.5%);
    gap: 0px 60px;
    position: relative;
}
.calculator_form_left {
    display: flex;
}
.calculate_wrapper_content_item_right .form-group{
    margin-bottom: 29px;
}

input[type="checkbox"] {
    position: relative;
    width: 49px;
    height: 27px;
    -webkit-appearance: none;
    outline: none;
    background-color: #F5F5F5;
    border-radius: 20px;
    transition: .5s;
    border: none;
    box-sizing: border-box;
}

input:checked[type="checkbox"] {
    background: #999D50
}

input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    top: 2px;
    left: 3px;
    background: #fff;
    transition: .5s;
    transform: scale(1.1);
}

input:checked[type="checkbox"]::before {
    left: 23px;
}

.calculator_checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}

.calculator_checkbox input {
    margin-right: 8px;
}

.calculator_checkbox_btn {
    display: inherit;
    padding: 18px 29px;
    border-radius: 200px;
    background: #2B2A29;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    border: 0;
}

.label_calculator, .text_calculator, .dropdown-input{
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.text_calculator{
    font-size: 15px;
}
.calculator_form_left_item{
    margin-bottom: 22px;
}
.calculator_checkbox{
    margin-top: 11px;
}
.input-text{
    color: #595959;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.calculator_form_right_item_input{
    position: absolute;
    transform: translateY(-50%);
    background: #fff;
    padding: 0px 5px;
    margin-top: -41px;
    margin-left: 10px;
    color: #595959;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.calculator_form_right_item{
    margin-top: 22px;
}
.calculate_wrapper_content_item_right_title{
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
}
.calculate_wrapper_content_item_right_cost{
    color: #999D50;
    font-family: Nunito;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.9%; /* 61.556px */
}
.calculate_wrapper_content_item_right_cost span{
    font-size: 16px;
    font-weight: 600;
}
.calculate_wrapper_content_item_right_subtitle{
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 25.5px */
    margin-top: 62px;
}
.calculate_wrapper_content_item_right .form{
    margin-top: 45px;
}
.calculate_wrapper_content_item_right .form .form-group label, .calculate_wrapper_content_item_right .form .form-group input{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.calculate_wrapper_content_item_right button{
    border-radius: 200px;
    background: #999D50;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
    display: inherit;
    padding: 18px 49px;
}
.calculate_wrapper_content_item_right .form_wrapper .form-group_item {
    width: 100%;
    padding-right: 0px;
}
.calculate_wrapper_content_item_right .form-group{
    padding-right: 28px;
}
.calculator_form_left_item input{
    background: #F5F5F5;
}
.main_bg .container{
    width: auto;
}
.main_wrapper_span a{
    text-decoration: none;
}


.dropdown-input:focus {
    outline: none;
}
.dropdown-list {
    background: white;
    position: absolute;
    width: 99%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 6;
}
.dropdown-item:hover {
    background-color: #f0f0f0;
}
.dropdown {
    position: relative;
}
.category{
padding: 10px;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.category:hover {
    background-color: #F1F1F1;
}


.t-select-btn {
    position: absolute;
    top: 45px;
    right: 25px;
}

.t-select-btn:active {
    background-color: #F1F1F1;
}
.calculator_form_right_item-btn{
    position: absolute;
    top: 21px;
    right: 25px;
}
.calculator_form_right_item .dropdown-list{
    width: 99%;
}
@media (max-width: 800px) {
    .calculate_wrapper_content {
        flex-direction: column;
    }
    .calculate_wrapper_content_item_left {
        flex-basis: auto;
        margin-bottom: 11px;
        margin-right: 0px;
    }

    .calculate_wrapper_content_item_right {
        flex-basis: auto;
    }
    .calculator_form_left_item{
        padding-right: 0px;
    }
    .calculate_wrapper_content_item_img {
        display: none;
    }
    .t-select-btn{
        right: 2px;
    }
    .blog_wrapper_content {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }
}
@media (max-width: 610px){
    .calculator_form{
        display: block;
    }
    .vertical-line{
        display: none;
    }
    .blog_wrapper_content {
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
}


.text_wrapper_content{
    color: #000;
    margin-top: 33px;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.blog_details .text_wrapper_content {
	width: 100%;
	/* max-width: calc((100% / 3) * 2); */
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.header_langs_mob, .btn_mob_header{
    display: none;
}

.blog_details .title_wrapper {
	font-size: 15px;
	text-align: center;
}

.phone_fb_block {
	position: relative;
	/* padding-right: 15px; */
}
.phone_fb_block.program_block {
	/* padding-right: 28px; */
}
.phone_fb_block.contacte_block {
	/* padding-right: 44px; */
}
.phone_fb_block b {
	position: absolute;
	top: 19px;
	left: 11px;
	color: #2B2A29;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    z-index: 1;
}
.phone_fb_block input {
	/* height: 57px; */
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
