.services {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F9FD 100%);
}
.services .cwrow {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.services .cwrow .price-block {
    margin-bottom: 10px;
    width: 43% !important;
    background: transparent;
}
.services .cwrow .price-option.price-option--hidden {
    display: none;
}
.services .cwrow .price-option--not-show {
    display: none;
}
.services .accordion__head {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.services .show-more {
    width: 210px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #8AB446;
    border-radius: 24px;
    color: #8AB446;
    margin: auto;
    padding: 8px 60px 8px 30px;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 44px;
}
.services .show-more::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 37px;
    height: 37px;
    transform: translateY(-50%) rotate(90deg);
    background-image: url("./images/arrow-green.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.services .show-more.act::before {
    transform: translateY(-50%) rotate(-90deg);
}
#services .search {
    position: relative;
    margin-bottom: 50px;
}
#services .search input[type="search"] {
    width: 100%;
    background: #F3F9FD;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    border-radius: 5px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .15));
    padding: 8px 25px;
    border: 0;
}
#services .search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #8AB446;
    border-radius: 5px;
    background-image: url("./images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    font-size: 0;
    border: 0;
    z-index: 1;
    cursor: pointer;
}
#services {
    margin-top: 80px;
    background: initial;
}
.accordion__toggler {
    background-image: url("images/icon-arrow.svg");
    border: none;
    background-size: initial;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    right: 0;
}
.services .accordion__head {
    position: relative;
    border-bottom: .5px solid #C4C4C4;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.services .accordion__head:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #8AB446;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.services .cwrow {
    margin-bottom: 28px;
    position: relative;
}
.services .cwrow::before {
    content: "";
    width: .5px;
    height: 100%;
    background-color: #C4C4C4;
    position: absolute;
    right: 50%;
    top: 0;
}
.services .cwrow .price-block {
    width: 46%;
}
.services .show-more::before {
    background-image: url("images/icon-arrow-2.svg");
    transform: translateY(-50%) rotate(0deg);
}
.services__header {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.services h2 {
    margin-right: 100px;
}
#services .search {
    flex-grow: 1;
}
.services h2,
.services .search {
    margin-bottom: 0 !important;
}
#services .search input[type="submit"] {
    right: 100%;
    transform: translateX(100%);
    background-image: url("images/icon-search.svg");
}
#services .search input[type="search"] {
    padding-left: 75px;
    background: initial;
    height: 48px;
}
.accordion__head__title {
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width: 1200px) {
    .accordion__head__title {
        font-size: 21px;
        line-height: 27px;
    }
}

@media screen and (max-width: 800px) {
    #services {
        margin-top: 40px;
    }
    .services .cwrow::before {
        content: none;
    }
    .accordion__head__title {
        font-size: 18px;
        line-height: 24px;
    }
    .services .cwrow .price-block {
        width: 100% !important;
    }
    .services h2 {
        margin-right: 20px;
    }
}