@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
.first-section__left {
    width: 50%;
    padding: 130px 0 100px;
}




.first-section__right {
    width: 45%;
}


.first-section__description {
    font-size: 27px;
    line-height: 27px;su
    margin: 10px 0 30px;
    /* identical to box height, or 100% */
    color: #000000;
}

.green {
    font-size: 32px;
    line-height: 27px;
    font-weight: 700;
    margin-left: -8px;
    padding: 0 15px;
    background: url("../images/page-front/green.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.green--semimiddle {
    margin-left: -7px;
    padding: 0px 30px 0 15px;
    background: url("../images/page-front/green-semimiddle.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.green--middle {
    margin-left: -7px;
    padding: 0px 30px 0 15px;
    background: url("../images/page-front/green-middle.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.green--long {
    margin-left: -7px;
    padding: 0px 50px 0 15px;
    background: url("../images/page-front/green-long.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
@media (max-width:767px){
    .green--long,.green--middle {
 
   /*white-space: nowrap;*/
    width: fit-content;
    margin: 0 auto;
       padding:3px 30px;
       
    }
}
@media (max-width:400px){
    .green--semimiddle,.green--long,.green--middle,.green {
       background:none;
       padding:0 ;
       
       margin-left:10px;
       color:#7ACD37;
    }
}
.row-reverse{
    flex-direction: row-reverse;
}
.text--white{
    color:#fff;
}
.blue{
    background: #F1F6F7;
}
.seo_wrap_text,.seo_wrap_image{
    width:46%;
}
.seo_wrap_text_description{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
.wrap, .flex--column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex--column {

    flex-direction: column;

}

section {
    padding: 40px 0;
}

.hidden {
    display: none;
}

.open .hidden {
    display: block;
}

.title-h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    /* identical to box height, or 133% */


    color: #000;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--capitalize {
    text-transform: capitalize;
}

.first-section__description_list {
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    position:relative;
    margin:20px 0;
    padding: 0 42px;
}
.first-section__description_list:before{
    content:'';
    display:block;
    position:absolute;
    width:24px;
    left:0;
    height: 24px;

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23EDE9E9'/%3E%3Cpath d='M10.5524 16.5451C10.4344 16.662 10.2733 16.7273 10.1061 16.7273C9.93883 16.7273 9.77781 16.662 9.65979 16.5451L6.09553 13.0344C5.72564 12.6701 5.72564 12.0794 6.09553 11.7158L6.54183 11.2761C6.91184 10.9119 7.51095 10.9119 7.88084 11.2761L10.1061 13.4677L16.119 7.54592C16.489 7.18164 17.0887 7.18164 17.458 7.54592L17.9043 7.98556C18.2742 8.34984 18.2742 8.94042 17.9043 9.30414L10.5524 16.5451Z' fill='%235FDC86'/%3E%3C/svg%3E%0A");
}

.first-section__description_button{
  max-width: 400px;
    min-width: 300px;
    justify-content: center;
    width: 100%;
    background: linear-gradient(0deg, #7ACD37, #7ACD37);
    /* width: fit-content; */
    height: fit-content;
    padding: 20px;
    /* justify-content: flex-start; */
    margin: 65px 0;
    border-radius: 6px;
}
.first-section__description_button:hover{
    opacity:0.6;
}
.button_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_text{
    align-self: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    margin-left: 40px;
    color: #FFFFFF;
}
.button_subtitle{
    text-align: center;
    margin-top:4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}
.features-section{
    background-image: url("../images/features.png");
    background-size:cover;
    background-repeat:no-repeat;
    padding:50px 0 10px;

}
.features_image{
    width:50%;
    justify-content:flex-start;
color:#fff;
padding-bottom: 40px;
}
.features_image_image{
       align-self:center; 
       width:20%;
}
.features_image_description{
     width:78%;
    padding:20px 10px 20px 40px;
    
}
.features_block_description_site{
    color:#fff;
}
.features_block_description_rating{
    font-size:32px;
    font-weight:600;
    margin:20px 0;
}
.features_block_description_subtitle{
     font-size:14px;
}
.feature_item_image{
width:20%;
    max-width:50px;
    margin-right:20px;
 
}
.features_items{
    width:50%;
}
.features_item{
    margin-bottom:40px;

font-weight: 500;
font-size: 21px;
line-height: 24px;
    color: #FFFFFF;
    width:48%;
justify-content:flex-start;
}
.feature_item_title {
    width:70%;
    padding:5px 0;
}
.features_block_description_rating img{
    margin-left:20px;
}
@media (max-width: 991px){
    .first-section__description_button{
        padding:10px;
        justify-content:flex-start;
    }
    .button_text{
        margin-left:20px;
    }
    .header{
        padding:20px;
    }
    .first-section__left{
        width:100%;
        padding: 50px 0;
    }
    .navigation__link{
        text-align: left;
        /*padding:30px 0 22px;*/
    }
    .navigation__link a.active, .navigation__link a:active, .navigation__link a:focus, .navigation__link a:hover{
        background:#fff;

    }

}
@media (max-width: 767px) {
    .first-section__left h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        color: #000000;
    }
    .first-section__description{
        font-size: 24px;
    }
    .green{
        font-size: 27px;
    }
    .button_text{
        font-size: 29px;
        line-height: 36px;
    }
    .features-section{
        padding:40px 30px;
    }
    .features_image,.features_items{
        width:100%;
       
      
    }
    .features_image{
        justify-content:space-between;
    }
    .features_image_image{
        width:20%;
        
    }
    .features_block_description_rating,.features_block_description_rating img{
        margin:0;
    }
    .features_image_description{
       
        padding:0;
    }
    .features_block_description_site{
        font-size:16px;
    }
    .features_block_description_rating{
        font-size:24px;
    }
  
    

}


body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #263238;
}

* {
    box-sizing: border-box;
}

*,
:active,
:focus,
:hover {
    outline: 0;
}

::-webkit-scrollbar-track {
    background: #f1fbf6;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

select {
    -webkit-appearance: none;
}

.main {
    /*padding: 30px 0 0;*/
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.no-scroll {
    overflow: hidden;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;

}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots{
    text-align: center;
    padding:0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    border:none;
    color: transparent;
background: #DEE2E9;
}
.slick-dots li.slick-active button{
background:#7ACD37;
    width: 15px;
    height: 15px;

}
.visible-mob {
    display: none;
}

.footer__menu--terms, .footer__menu--pages, .footer__menu--post {
    list-style: none;
}

.footer__menu--pages a, .footer__menu--post a, .footer__menu--terms a {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    /* or 169% */


    color: #FFFFFF;
}

/*global mobile*/
@media (max-width: 767px) {
    .first-section__left, .first-section__right {
        width: 100%;
    }
}

h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    /* or 108% */


    color: #000000;
    margin: 0 0 20px;
}

h2,
h3,
h4 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #444446;
}

.section__title {
    margin-bottom: 40px;
      font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    /*color: #000;*/
}

p {
    margin: 0 0 20px;
}

ol,
ul {
    margin: 0 0 20px;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

.fairer{
    padding:60px 0 0;
}
.fairer_wrap{
    margin-top: 71px;
}
.fairer h2.section__title{
    margin-bottom: 0;
}
.fairer .first-section__description_button {
    width: 100%;
    max-width: unset;
    min-width: 300px;
    margin:0 0 65px;
    justify-content: center;

}
.fairer_wrap_text{
    width:65%;
}
.fairer_wrap_text_table{
    margin:60px 0 0;
}
.fairer_column_item{
    width:32%;
}
.fairer_column_title{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.fairer_column_row{
    padding:10px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    background: #F1F6F7;
    border-radius: 6px;
    margin:10px 0;
}
.fairer_wrap_image{
    position:relative;
    width:23%;
    padding:0;
}
.fairer_wrap_image img{
    position: absolute;
    bottom:0;
    /*height: 519px;*/
    width: 100%;
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    h2 {
        font-size: 30px;
        line-height: 50px;
        margin: 0 0 20px;
    }

    h2.section__title {
        font-size: 29px;
        line-height: 36px;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .section-title {
        margin-bottom: 15px;
    }
    .fairer_wrap_image{
        display: none;
    }
    .fairer_wrap_text{
        width: 100%;
    }
    .fairer_column_title{
        font-size: 14px;
        line-height: 16px;
    }
    .fairer_column_row{
        padding: 10px;
        font-size: 14px;
        line-height: 27px;
    }
    .seo_wrap .section__title{
            text-align: center;
            margin:20px 0;
    }
.seo_wrap_text_description{
    font-size: 18px;
    line-height: 24px;
}
    .row-reverse {
        flex-direction: column-reverse;
    }
    .seo_wrap_text,.seo_wrap_image{
        width: 100%;
    }
    .features-section{
        background:#0D334A;

        padding:30px 0;

    }
    .features_item{
        width: 100%;
        /*font-weight: 500;*/
        font-size: 24px;
        line-height: 24px;
        margin:30px 0;
    }
}
@media (max-width: 767px) {
    .features_item  {
    font-size:18px;
}
    
}

.section__description, .accordion {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */


    color: #585B64;
}
@media (max-width:440px){
    .fairer_column_row{
        font-size:10px;
    }
    .fairer_column_title{
          font-size:12px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }

    h2 {
        font-size: 30px;
        line-height: 50px;
    }

    h2.section__title {
        font-size: 40px;
        line-height: 50px;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
        font-size: 49px;
        line-height: 55px;
    }
}

.container {
    max-width: 1180px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container--1140 {
    max-width: 1140px;

    background: #ffffff;
}
span.text--green{
    color:#7ACD37;
}
.header__navigation {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.navigation__link a {
    padding: 30px 30px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #444446;
    /*transition: 0.3s ease-in-out;*/
}

.navigation__link a.active,
.navigation__link a:active,
.navigation__link a:focus,
.navigation__link a:hover {

    background: #F1F6F7;
    border-bottom: 4px solid #7ACD37;
}

.footer_wrap_item {
    width: 23%;
}

.footer_wrap_item_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.footer_payment {
    width: 30%;
    margin:7px 0;
}
.footer_wrap_item_description{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}
@media (max-width: 991px) {
    .header__navigation {
        display: block;
        text-align: center;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top;
        transform-origin: top;
        transition: all 0.3s ease-in-out;
        overflow: scroll;
    }

    .navigation {
        position: absolute;
        top: 74px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding: 50px;
        width: 100%;
        height: calc(100vh - 65px);
        background: #fff;
    }

    .navigation__link a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 0;
        color: #444446;
    }

    .is-open .header__navigation {
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    /*border-bottom:1px solid #D5DCE7;*/
    transition: 0.3s ease-in-out;
    padding: 20px 0;
}
.navigation .navigation__link{
    position:relative;
}

.navigation .navigation__link .sub-menu {
    visibility: hidden;
    position: absolute;
    list-style: none;
       padding: 20px 0;
    background: #EFF2F9;
    width: 200px;
    left: 0;
    top: 52px;
}
.navigation .navigation__link:hover > .sub-menu {
    visibility: visible;
}

.sub-menu a.active,
.sub-menu a:active,
.sub-menu a:focus,
.sub-menu a:hover {
/*padding:20px;*/
    background: transparent;
    border-bottom: none;
}
@media(max-width:991px){
   
    .navigation__link a {
        padding:20px 0 5px;
        
    }
  .navigation__link a.active, .navigation__link a:active, .navigation__link a:focus, .navigation__link a:hover{
        background:#fff;
    }
    .navigation .navigation__link .sub-menu{
       visibility: visible;
    position: relative; 

     padding:0 20px; 
     background: #fff; 
     width: 100%; 
    left: 0;
     top: unset; 
    }
}
.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    display: block;
}

.footer__logo img {
    width: 150px;
}

.header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__order {
    margin-left: 15px;
}

.header__hamburger {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29px;
    height: 29px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .header__hamburger {
        display: -ms-flexbox;
        display: flex;
    }
}

.header__hamburger .hamburger-line1,
.header__hamburger .hamburger-line2,
.header__hamburger .hamburger-line3 {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
}

.header__hamburger .hamburger-line1 {
    top: calc(50% - 8px);
}

.header__hamburger .hamburger-line2 {
    top: calc(50% - 1px);
}

.header__hamburger .hamburger-line3 {
    top: calc(50% + 6px);
}

@media (max-width: 991px) {
    .is-open .header__hamburger .hamburger-line1 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }

    .is-open .header__hamburger .hamburger-line2 {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    .is-open .header__hamburger .hamburger-line3 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
}

.footer {
    background: #fff;
    padding: 50px 0;

}

@media (max-width: 767px) {
    .footer {
        padding: 50px 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .footer {
        padding: 50px;
    }
}

.footer__logo {
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.b-popup {
    display:none;
    position: fixed;
    left: 0px;
    /*top: auto;*/
    /*right: auto;*/
    bottom: 0;
    z-index: 999;

    width: 100%;
    /*height: 70px;*/

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    background: #29A71A;
    padding: 0;
}

.popup_button{
    width: 50%;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    align-self: center;
    padding: 20px 10px;
}

.popup_phone{
    background:  #EF9E00;
}
.popup_button svg{
    left: 20px;
    top: 23px;
    position: absolute;
}
.faq-section {
    text-align: center;
    background: #F1F6F7;
}

.faq_items {
    flex-wrap: wrap;

}

.faq-section .item_title {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 10px;
    position: relative;

}

.faq-section  .faq_item .item_title:before {
    display: block;
    content: "";
    position: absolute;
    width: 22px;
    height: 13px;
    right: 0;
    top: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8584 13.111L21.6485 3.32071C21.8752 3.09428 22 2.792 22 2.4697C22 2.14739 21.8752 1.84512 21.6485 1.61868L20.9277 0.897692C20.458 0.428541 19.6947 0.428541 19.2257 0.897692L11.0046 9.11883L2.77431 0.888569C2.54769 0.662132 2.24559 0.537109 1.92347 0.537108C1.60098 0.537108 1.29889 0.662132 1.07209 0.888569L0.351461 1.60956C0.124845 1.83617 1.83736e-06 2.13827 1.82327e-06 2.46057C1.80918e-06 2.78288 0.124845 3.08515 0.351461 3.31159L10.1505 13.111C10.3778 13.338 10.6814 13.4626 11.004 13.4619C11.3279 13.4626 11.6313 13.338 11.8584 13.111Z' fill='%237ACD37'/%3E%3C/svg%3E%0A");

}

.faq-section .faq_item.open .item_title:before {
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
}

.faq_item {
    width:100%;
    text-align: left;
    padding: 20px 40px;
    background: #FFFFFF;
    border: 1px solid #C1CACC;
    border-radius: 6px;
    margin-bottom: 30px;

}

.faq-section .item_description {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}
.faq-section .item_description  p{
 margin:0;

}
h2.certificates__title {
    color: #FFFFFF;
}
.certificate__item{
    width:24%;
    cursor: zoom-in;
}
.item__preview img{
    width:100%;
    height: 100%;
}
.certificate__item_title{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin:30px 0 10px;
    color: #000000;
}
.certificate__item_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.certificates{

    background: url(../images/half-green.png) repeat-x,#fff;

    /*background-repeat-y: no-repeat;*/
    padding:60px 0;

}
@media (max-width:767px) {
    .certificates__wrap{
        display: block;
    }
    .slick-slide img {
        margin: 0 auto;
    }
.certificate__item_title,.certificate__item_description {
    text-align: center;
 }
}
.specialist__item{
    margin:10px;
}
.specialist__preview{
    position:relative;

}
.specialist__photo_description{
    background: linear-gradient(0deg, #7ACD37, #7ACD37);
    border-radius: 6px;
    position: absolute;
    bottom:-20px;
    width:90%;
    left:5%;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    padding:13px 20px;
    margin: 0 auto;
}
.specialist__photo_description_item {

    width:46%;
}
.specialist__photo_description_item_value{
    font-weight: 500;
    align-self: center;
    width:30%;
    font-size: 27px;
    line-height: 27px;
    /* identical to box height, or 100% */


    color: #FFFFFF;
}
.specialist__photo_description_item_title{
    width:69%;
}
.specialist__name{
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.specialist__description{
    background: #F1F6F7;
    padding:55px 26px 20px;
}
.specialist__description_item{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
.specialist__description_item_title{
    width:50%;
}
.prices_item{
    background: #F1F6F7;
    padding:50px 30px 60px;
    width:49%;
}
.prices_item_title{
    width:fit-content;
    margin:0 auto;
    padding: 20px  0;
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;

    text-align: center;
    color: #000000;
    border-bottom:5px solid #7ACD37;
}
.prices_item_description{

    padding:20px 0 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /* or 131% */

    text-align: center;

    color: #000000;
}
.prices_item_row{
    height: 90px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 1px solid #DEE7E9;
    border-radius: 6px;
    padding:12px 20px;
    margin-top:10px;
}
.prices_item_row_title{
    width:60%;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    align-self: center;
}
.prices_item_row_value{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    align-self: center;

    color: #7ACD37;
}
.testimonial_item{
    /*width:32%;*/
    margin:10px;
    background: #FFFFFF;
    border-radius: 6px;
    padding:30px;
}
.author_photo{
    justify-content: flex-start;
}
.user_name{
    align-self: center;
    margin-left:20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #444446;
}
.google_icon {
    align-self: center;
}

.user_review{
    font-size: 16px;
    line-height: 24px;
    color: #444446;
    margin-top: 24px;
}
.testimonials{
    background: url(../images/half-green.png) repeat-x,#F1F6F7;

    padding:100px 0 20px;

}
.blog-carousel{
    border-bottom:2px solid #F1F6F7;
}
@media (max-width: 767px) {
    .prices_item_row{
        height:fit-content;
    }
    .testimonials{
        background: linear-gradient(to bottom, #7ACD37 50%, #F1F6F7 50%);
              padding:60px 0;
    }
    .prices_item{
        width:100%;
        margin-bottom: 30px;
    }
    .prices_item_description,.prices_item_row_title{
        font-size: 14px;
        line-height: 27px;
    }
    
    
    .faq_item{
        padding: 16px;
    }
    .faq-section .item_title{
        font-size: 16px;
        line-height: 21px;
    }
    .footer_wrap_item{
        width:100%;
        text-align: center;
    }
    .b-popup{
    display: block;
}
}
@media (max-width: 400px) {
.prices_item_row_title{
    font-size: 12px;
    line-height: 1.6em;
        width:65%;
    }
    .prices_item_row_value{
         font-size: 16px;
         width:35%;
         text-align:right;
    }
}
.posts__carousel .info{
    padding:5px;
}
.posts__carousel .title{
    font-size: 16px;
    margin:5px 0;
line-height: 21px;
/* or 131% */


color: #000000;
}
.posts__carousel a{
       font-size: 12px;
/*line-height: 21px;*/
/* or 131% */


color: #000000;
}