.title {
    margin-top: 100px;
}

.pink2 .title {
    margin-top: 0;
}

.top-services__wrapper .title {
    margin-top: 0;
    margin-bottom: 60px;
}

.review-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 38px;
}



.pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
}

.pros-cons > div {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
}

.pros {
    background-color: #FEF2FB;
}

.cons {
    background-color: rgba(83,83,83,.15);
}

.pros-cons__title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}

.pros .pros-cons__title {
    background-color: #FA29CA;
}

.cons .pros-cons__title {
    background-color: #530089;
}

.pros-cons__list {
    width: 100%;
    border-radius: 0 0 4px 4px;
    font-size: 18px;
    color: #535353;
    line-height: 200%;
    list-style: none;
    padding: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.pros-cons__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
}

.pros-cons__list li::before {
    content: '';
    width: 21px;
    height: 19px;
    background-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 29px;
    margin-top: 8px;
}

.pros .pros-cons__list li::before {
    background-image: url('../img/heart2.svg');
}

.cons .pros-cons__list li::before {
    background-image: url('../img/broken-heart.svg');
}

.site-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
}

.site-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.site-info__logo {
    background: rgba(255, 255, 255, 0.21);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 272px;
    height: 161px;
    padding: 15px;
}

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

.site-info__link {
    color: #ffffff;
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.site-info__right * {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.site-info__right td {
    line-height: 200%;
    font-size: 18px;
    padding: 0 25px;
}

.site-info__right td:first-child {
    font-weight: bold;
    text-align: end;
    vertical-align: top;
}

.pricing-packages {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
}

.pricing-packages__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FEF2FB;
    -webkit-box-shadow: 12px 12px 20px rgba(203, 122, 255, 0.3);
            box-shadow: 12px 12px 20px rgba(203, 122, 255, 0.3);
    border-radius: 4px;
    width: 31%;
    padding: 60px 15px;
}

.pricing-packages__title {
    color: #535353;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricing-packages__num {
    font-size: 52px;
    color: #FA29CA;
    font-weight: bold;
    margin-bottom: 25px;
}

.pricing-packages__price {
    font-size: 24px;
    color: #535353;
    font-weight: 500;
    margin-bottom: 35px;
}

.pricing-packages__card_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FEF2FB;
    -webkit-box-shadow: 12px 12px 20px rgba(203, 122, 255, 0.3);
            box-shadow: 12px 12px 20px rgba(203, 122, 255, 0.3);
    border-radius: 4px;
    width: 24%;
    padding: 60px 12px;
}

.pricing-packages__title_4 {
    color: #535353;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricing-packages__num_4 {
    font-size: 40px;
    color: #FA29CA;
    font-weight: bold;
    margin-bottom: 25px;
}

.pricing-packages__price_4 {
    font-size: 22px;
    color: #535353;
    font-weight: 500;
    margin-bottom: 35px;
}


.overall-rating {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.overall-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 40px 35px;
    background: rgba(255, 195, 245, 0.3);
    align-items: center;
    border: 3px solid #FA29CA;
    border-radius: 4px;
    width: 100%;
    max-width: 368px;
}

.overall-rate .title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 36px;
}

.overall-rate .num-rate {
    color: #9613EA;
    font-size: 24px;
    margin-left: 0;
    margin-bottom: 10px;
}

.overall-rate .num-rate span {
    font-size: 48px;
}

.overall-table__wrapper {
    min-width: 380px;
}

.overall-table {
    width: 100%;
    color: #535353;
}

.overall-table td:first-child {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.overall-table td {
    padding: 10px 0;
}

.overall-table__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.overall-table .heart-rate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.overall-table .num-rate {
    display: inline-block;
    font-size: 14px;
    color: #535353;
}

.overall-table .num-rate span {
    font-size: 24px;
}

.overall-table .heart-rate img {
    width: 25px;
}

.faq-table {
    width: 100%;
    border-collapse: collapse;
}

.faq-table td {
    padding: 20px;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    color: #535353;
}

.faq-table td:first-child {
    color: #ffffff;
}

.faq-table tr:nth-child(odd) td:first-child {
    background: #530089;
}

.faq-table tr:nth-child(even) td:first-child {
    background: #9613EA;
}

.faq-table tr:nth-child(odd) td:nth-child(2) {
    background: #FEE5FF;
}

.faq-table tr:nth-child(even) td:nth-child(2) {
    background: #FEF3FB;
}

.negative-review {
    width: 100%;
    padding: 65px 50px;
    margin: 100px 0;
    background-color: #CA0000;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.negative-review__text {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 56px;
}

.content-nav {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 9;
}

.content-nav .content-burger {
    cursor: pointer;
    right: 0;
    width: 94px;
    height: 50px;
    background-color: #FA29CA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 5px 5px 15px rgba(250, 41, 202, 0.3);
            box-shadow: 5px 5px 15px rgba(250, 41, 202, 0.3);
}

.content-burger span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 21px;
    height: 4px;
    left: 15px;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}

.content-burger span::before {
    height: 4px;
    content: '';
    width: 4px;
    border-radius: 50%;
    margin-right: 3px;
    background-color: #fff;
}

.content-burger span::after {
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fff;
}

.content-burger span:nth-child(4)::after {
    width: 10px;
}

.content-nav input {
    display: none;
}

.content-nav input:checked ~ .content-burger span {
    background-color: #fff;
}

.content-nav input:checked ~ .content-burger span::before, .content-nav input:checked ~ .content-burger span::after {
    content: none;
}

.content-burger span:first-child {
    top: 15px;
}

.content-burger span:nth-child(2), .content-burger span:nth-child(3), .content-burger span:nth-child(4) {
    top: 23px;
}

.content-burger span:nth-child(2) {
    width: 1px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 23px;
    left: unset;
}
.content-burger span:nth-child(3) {
    width: 1px;
    right: 23px;
    left: unset;
}

.content-burger span:last-child {
    top: 31px;
}

.content-nav input:checked ~ .content-burger span:first-child {
    top: 15px;
    background-color: transparent;
}
.content-nav input:checked ~ .content-burger span:nth-child(2) {
    right: 15px;
    left: unset;
    width: 21px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.content-nav input:checked ~ .content-burger span:nth-child(3) {
    right: 15px;
    left: unset;
    width: 21px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.content-nav input:checked ~ .content-burger span:nth-child(4) {
    background-color: transparent;
}
.content-nav input:checked ~ .content-burger span:last-child {
    bottom: 23px;
    background-color: transparent; 
}

.content-nav__menu {
    width: 213px;
	background: rgb(254 242 251);
    -webkit-box-shadow: 5px 5px 15px rgba(250, 41, 202, 0.3);
            box-shadow: 5px 5px 15px rgba(250, 41, 202, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.content-nav__top {
    background: #FA29CA;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding-left: 15px;
}

.content-nav__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px 25px;
    width: 100%;
}

.content-nav__list * {
    font-family: 'Roboto', sans-serif;
}

.content-nav__list {
    list-style: none;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.05em;
    color: #535353;
    margin-bottom: 15px;
}

.content-nav__list li {
    padding: 5px 0;
}

.content-nav__list li:not(:last-child) {
    border-bottom: 1px solid rgba(137, 137, 137, 0.3);
}

.content-nav__menu .btn {
    -webkit-box-shadow: 8px 8px 15px rgba(116, 28, 118, 0.3);
            box-shadow: 8px 8px 15px rgba(116, 28, 118, 0.3);
}

.content-nav input:checked ~ .content-nav__menu {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.content-with-banner {
    display: flex;
    justify-content: space-between;
}

.main-header + .content-with-banner {
    flex-wrap: wrap;
}

.main-header + .content-with-banner .title {
    margin-top: 0;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.top-services__wrapper {
    width: calc(100% - 291px);
}

.top-rated-service-banner {
    width: 271px;
    background-image: url('../img/banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 15px 39px;
    margin-left: 20px;
    margin-top: 338px;
    margin-bottom: 10px;
    height: 574px;
    position: sticky;
    top: 20px;
}

.top-rated-service-banner__text {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    margin-bottom: 33px;
}

.about-block__review-info__text {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

.top-service-card {
    margin-bottom: 15px;
}

.recommend-block {
    width: 100%;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.recommend-block.positive {
    background: rgba(255, 195, 245, 0.3);
    border: 3px solid #FA29CA;
    color: #FA29CA;
}

.recommend-block.negative {
    color: #ffffff;
    background-color: #000000;
}

.recommend-block img {
    width: 55px;
    height: 50px;
    margin-right: 20px;
}

@media(min-width: 1151px) {
    .main-aside {
        width: 271px;
        flex-shrink: 0;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .about-block__review-info {
        height: 258px;
        flex-direction: column;
        padding: 0 15px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    
    .about-block__review-info__left, .about-block__review-info__right {
        flex-direction: column;
        align-items: center;
    }
    
    .about-block__review-info__left {
        margin-bottom: 30px;
    }
    
    .about-block__review-info__left .author-photo, .about-block__review-info__left .author-name {
        margin-right: 0;
    }
    
    .about-block__review-info__left .author-photo {
        width: 107px;
        height: 107px;
    }
    
    .about-block__review-info__left a:first-child {
        margin-top: -35px;
    }
    
    .about-block__review-info__left .about-block__review-info__text {
        margin: 10px 0 5px;
    }

    .content-nav {
        position: absolute;
        bottom: unset;
        top: 275px;
        width: 271px;
    }
    .content-nav .content-burger {
        display: none;
    }
    .content-nav__menu {
        transform: none;
        width: 100%;
    }
    .content-nav__top {
        justify-content: center;
    }

    .content-nav__list {
        width: 100%;
    }
}

@media(max-width: 1150px) {
    .about-block__review-info {
        margin-bottom: 15px;
        margin-top: 100px;
    }
    .content-with-banner { 
        flex-direction: column;
    }

    .about-block__review-info__left .about-block__review-info__text {
        display: none;
    }

    .top-services__wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .top-rated-service-banner {
        margin: 0 auto;
        min-height: 400px;
        margin-top: 40px;
    }
}

@media(max-width: 900px) {
    .overall-rating {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }

    .overall-rate {
        margin-bottom: 15px;
    }

    .negative-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .negative-review__text {
        margin: 24px 0 0;
        text-align: center;
    }

    .site-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .site-info__left {
        margin-bottom: 30px;
    }
    
    .site-info__right td {
        padding: 0;
    }

    .site-info__right tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }

    .payment-methods-img {
        margin-top: 25px;
    }
}

@media(max-width: 767px) {
    .pros-cons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 70px;
    }

    .recommend-block {
        flex-direction: column;
    }

    .recommend-block img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pros-cons > div {
        width: 100%;
        max-width: 450px;
        margin: 10px 0;
    }

    .pros-cons__list {
        padding: 15px;
    }

    .negative-review {
        margin: 70px 0;
        padding: 35px 20px 25px;
    }

    .title {
        margin-top: 70px;
    }

    .negative-review__text {
        font-size: 36px;
    }

    .site-info {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 25px;
    }

    .pricing-packages {
        margin-bottom: 70px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .pricing-packages__card {
        width: 100%;
        max-width: 290px;
        margin: 5px 0;
    }

    .overall-table .heart-rate {
        display: none;
    }

    .faq-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .faq-table td {
        width: 100%;
    }

    .content-nav .content-burger {
        width: 50px;
    }
}

div.about-block img {
    width: 100%;
    height: auto;
}
div.recommend-block.positive img {
    width: unset;
}
@media(max-width: 400px) {
    .overall-rate {
        padding: 30px 15px;
    }
    .overall-table__wrapper {
        min-width: unset;
        width: 100%;
    }
}
.fourpack .pricing-packages__num  {
    font-size: 32px;
}
.fourpack .pricing-packages__card {
    width: 24%;
}
.fourpack .pricing-packages__title {
    font-size: 31px;
}
@media (max-width: 767px) {
    .fourpack .pricing-packages__num  {
        font-size: 42px;
    }
    .fourpack .pricing-packages__card {
        width: 80%;
    }
}