.container.container-main {
    padding-bottom: 50px;
}

.analyzesPage .visible-md {
    display: none;
}

@media (max-width: 991px) {
    .analyzesPage .visible-md {
        display: flex;
    }
}

/* .analyzesPage.hidden-overflow {
  overflow-y: hidden; 
} */

.analyzesPage .top-page {
    padding-bottom: 0px;
    padding-top: 0px;
}

@media only screen and (max-width: 575px) {
    .analyzesPage .top-page {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

.analyzesPage .top-page .breadcrumb {
    margin-bottom: 0px;
}

.analyzesPage .top-page .breadcrumb ul {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px;
    border-radius: 3px;
}

.analyzesPage-search {
    padding-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .analyzesPage-search {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
}

.analyzesPage-search--noMargin {
    margin-bottom: 0;
}

.analyzesPage-search__wrapper {
    overflow: hidden;
}

.analyzesPage-search__wrapper form input,
.analyzesPage-search__wrapper .smart-filter-dropdown-block,
.analyzesPage-search form input {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.analyzesPage-search__wrapper form input {
    margin-top: 2px;
}

.analyzesPage-search__wrapper .smart-filter {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
    .analyzesPage-search__wrapper .smart-filter form > .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .analyzesPage-search__wrapper .smart-filter form > .row .smart-filter-parameters-box {
        padding: 0;
        margin-left: 18px;
    }

    .analyzesPage-search__wrapper .smart-filter form > .row .smart-filter-parameters-box:nth-child(1) {
        margin-left: 15px;
    }
}

.analyzesPage-search__description {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 36px;
}

.analyzesPage-search__tags {
    margin-top: 36px;
}

.analyzesPage-search__tags .owl-stage-outer {
    overflow: visible;
}

.analyzesPage-search__tag {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    width: unset !important;
    margin-right: 20px !important;
    margin-bottom: 24px !important;
}

@media only screen and (max-width: 575px) {
    .analyzesPage-search__tag {
        white-space: nowrap;
        display: flex !important;
        margin-bottom: 0 !important;
    }
}

.analyzesPage-search__tag select {
    border-radius: 36px !important;
}

.analyzesPage-search__tag button {
    width: unset !important;
    margin-top: 0 !important;
    border: 0;
}

.analyzesPage-search__tag button i {
    margin-right: 10px;
}

.analyzesPage-search .input-icon {
    width: 75%;
}

@media only screen and (max-width: 575px) {
    .analyzesPage-search .input-icon {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesPage-search .input-icon {
        width: 100%;
    }
}

.analyzesPage-search button {
    margin-top: 20px;
    width: 75%;
}

@media (max-width: 500px) {
    .analyzesPage-search button {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .analyzesPage-search button {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesPage-search button {
        width: 100%;
    }
}

.analyzesPage-search__bcg {
    width: 100%;
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    /*
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(http://nnplus.ru/images/analyzes/analyzes_bcg.png);
  */
}

.packages {
    margin-bottom: 70px;
}

@media only screen and (max-width: 575px) {
    .packages {
        margin-bottom: 40px;
    }
}

.packages__header {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .packages__header {
        padding-bottom: 15px;
        border-bottom: 1px solid #dfdedf;
    }
}

.packages__header h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.packages__header h2 i {
    cursor: pointer;
    font-size: 17px;
    transform: rotate(135deg);
    transition: 0.44s ease;
}

@media only screen and (max-width: 575px) {
    .packages__header h2 i {
        font-size: 14px;
    }
}

.packages__header h2 i.active {
    transform: rotate(0);
}

.packages__header p {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (max-width: 575px) {
    .packages__header p {
        font-size: 20px;
    }
}

.packages__list {
    display: none;
}

.packages__item {
    border-bottom: 1px solid #dfdedf;
    padding-top: 50px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .packages__item {
        padding-top: 30px;
    }
}

.packages__itemHeader {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 0;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .packages__itemHeader {
        font-size: 20px;
    }
}

.packages__itemDescription {
    margin-top: 30px;
    width: 60%;
    color: #000000;
}

@media only screen and (max-width: 575px) {
    .packages__itemDescription {
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .packages__itemDescription {
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .packages__itemDescription {
        width: 100%;
    }
}

.packages__itemDescription i {
    font-size: 15px;
    margin-right: 10px;
}

.packages__item button {
    width: 100%;
    max-width: 145px;
    margin-top: 30px;
}

.packages__item button i {
    margin-right: 10px;
}

.analyzes {
    margin-bottom: 110px;
}

@media only screen and (max-width: 575px) {
    .analyzes {
        margin-bottom: 50px;
    }
}

.analyzes__header {
    margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .analyzes__header {
        margin-bottom: 15px;
    }
}

.analyzes__header h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.analyzes__list {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(3, calc(33.3% - 20px));
}

@media only screen and (max-width: 575px) {
    .analyzes__list {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzes__list {
        grid-column-gap: 0;
        grid-row-gap: 15px;
        grid-template-columns: repeat(1, 100%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzes__list {
        grid-column-gap: 25px;
        grid-template-columns: repeat(2, calc(50% - 12.5px));
    }
}

.analyzes__item {
    width: 100%;
    padding: 24px 30px;
    transition: 0.44s ease;
    border-radius: 6px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .analyzes__item {
        background-color: transparent !important;
        padding: 15px 0 10px 0;
        border-bottom: 1px solid #dfdedf;
        border-radius: 0;
        position: relative;
    }
}

.analyzes__item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.analyzes__item i {
    display: none;
    font-size: 24px;
    color: #dfdedf;
    position: absolute;
    right: -7.5px;
    top: 16px;
}

@media only screen and (max-width: 575px) {
    .analyzes__item i {
        display: block;
    }
}

.analyzes__item:hover {
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

@media only screen and (max-width: 575px) {
    .analyzes__item:hover {
        transform: none;
        box-shadow: none;
    }
}

.analyzes__item h4 {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .analyzes__item h4 {
        font-weight: normal;
        padding-right: 15px;
    }
}

.advantages {
    margin-bottom: 110px;
}

@media only screen and (max-width: 575px) {
    .advantages {
        margin-bottom: 70px;
    }
}

.advantages__header {
    margin-bottom: 70px;
}

@media only screen and (max-width: 575px) {
    .advantages__header {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .advantages-item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .advantages-item {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .advantages-item {
        margin-bottom: 30px;
    }
}

.advantages-item__image {
    padding: 0;
    width: 120px;
}

.advantages-item .col {
    padding-left: 15px;
}

.questions {
    margin-bottom: 90px;
}

@media only screen and (max-width: 575px) {
    .questions {
        margin-bottom: 40px;
    }
}

.questions-header {
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .questions-header {
        margin-bottom: 15px;
    }
}

.questions-header h2 {
    margin-bottom: 0;
}

.questions-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    padding-top: 35px;
}

@media only screen and (max-width: 575px) {
    .questions-item {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

.questions-item:nth-last-child(1) {
    border-bottom: 0;
}

.questions-item__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.questions-item__header:hover {
    opacity: 0.8;
    transition: 0.44s ease;
}

.questions-item__header h4 {
    width: 90%;
    margin-bottom: 0;
}

.questions-item__header i {
    font-size: 17px;
    transform: rotate(135deg);
    transition: 0.44s ease;
    margin-top: 5px;
}

@media only screen and (max-width: 575px) {
    .questions-item__header i {
        font-size: 14px;
    }
}

.questions-item__header i.active {
    transform: rotate(0);
}

.questions-item__description {
    width: 90%;
    display: none;
    margin-top: 26px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .questions-item__description {
        font-size: 16px;
    }
}

.discount {
    padding: 50px 45px 35px 45px;
    border-radius: 10px;
    background-position: center 27%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .discount {
        padding: 25px 20px 15px 20px;
        background-size: auto;
        background-position: left 50%;
    }
}

.discount h3 {
    margin-bottom: 45px;
    width: 50%;
    margin-top: 0;
}

@media only screen and (max-width: 575px) {
    .discount h3 {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .discount h3 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount h3 {
        width: 75%;
    }
}

.discount button {
    width: 270px;
}

@media only screen and (max-width: 575px) {
    .discount button {
        width: 100%;
    }
}

.discount button i {
    font-size: 24px;
}

.recommendations {
    margin-bottom: 60px;
    margin-top: 70px;
}

.recommendations.special {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff5f0;
    margin-top: 0;
}

.recommendations.special .special-slider .owl-stage {
    display: flex;
}

@media only screen and (max-width: 575px) {
    .recommendations.special {
        padding-top: 40px;
        padding-bottom: 25px;
    }
}

.recommendations-slider .owl-stage {
    display: flex;
}

.recommendations-slider .owl-stage-outer {
    padding-bottom: 10px;
    padding-top: 20px;
}

.recommendations-slider-item {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    height: 100% !important;
}

@media only screen and (max-width: 575px) {
    .recommendations-slider-item {
        max-width: calc(100vw - 45px) !important;
        min-height: 0 !important;
        min-width: 0 !important;
    }
}

.recommendations-slider-item .h4 {
    margin-bottom: 40px;
    margin-top: 0;
}

.recommendations-slider-item__price {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .recommendations-slider-item__price {
        flex-wrap: wrap;
    }
}

.recommendations-slider-item__price h4 {
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
    .recommendations-slider-item__price h4 {
        font-size: 25px;
        font-weight: 500;
    }
}

.recommendations-slider-item__price p {
    text-decoration: line-through;
    margin-bottom: 0;
    margin-right: 10px;
}

.recommendations-slider-item__price span {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #ff4d00;
    width: 60px;
    height: 30px;
    color: #ffffff;
}

.analyzesSearch {
    margin-bottom: 140px;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzesSearch {
        position: relative;
    }
}

.analyzesSearch .mb5 {
    margin-bottom: 5px;
}

.analyzesSearch__filter-button {
    width: 100%;
}

.analyzesSearch__filter-button span {
    border-radius: 100px;
    background-color: #ff4d00;
    color: #ffffff;
    height: 25px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
}

.analyzesSearch ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
    order: 2;
}

.analyzesSearch ul:nth-last-child(1) {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch ul {
        margin-bottom: 30px;
    }
}

.analyzesSearch ul li {
    padding-left: 10px;
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;
}

.analyzesSearch ul li:hover {
    text-decoration: underline;
}

.analyzesSearch ul li.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.analyzesSearch ul li.disabled:hover {
    text-decoration: none !important;
}

.analyzesSearch-filter {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-filter {
        height: calc(100% - 105px);
        overflow-y: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-filter {
        height: calc(100% - 105px);
        overflow-y: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzesSearch-filter {
        height: calc(100% - 105px);
        overflow-y: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        /* height: 100vh; */
        background-color: #ffffff;
        z-index: 100000;
        padding-top: 25px;
        padding-bottom: 15px;
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-filter-wrapper {
        position: absolute;
        top: -90px;
        left: 15px;
        background-color: #ffffff;
        z-index: 100000;
        width: 70%;
        /* height: 80vh; */
        overflow: hidden;
        display: none;
        border-radius: 10px;
        box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzesSearch-filter-wrapper {
        position: absolute;
        top: -90px;
        left: 15px;
        background-color: #ffffff;
        z-index: 100000;
        width: 50%;
        /* height: 80vh; */
        overflow: hidden;
        display: none;
        border-radius: 10px;
        box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

.analyzesSearch-filter__header {
    font-weight: bold !important;
    padding-left: 0 !important;
    margin-bottom: 15px !important;
    cursor: default !important;
}

.analyzesSearch-filter__header:hover {
    text-decoration: none !important;
}

.analyzesSearch-filter__button {
    padding: 20px 0 0 0;
    border-top: 1px solid #dfdedf;
    margin-bottom: 15px;
    order: 2;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-filter__button {
        margin-bottom: 30px;
        order: 1;
        border-top: 0;
        padding: 0;
    }
}

.analyzesSearch-filter__top {
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.analyzesSearch-filter__top i {
    position: absolute;
    right: 15px;
    font-size: 12px;
}

.analyzesSearch-item {
    border-bottom: 1px solid #dfdedf;
    padding: 0 25px 24px 25px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item {
        margin-top: 32px;
        padding: 0 0 24px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-item {
        margin-top: 32px;
        padding: 0 0 24px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzesSearch-item {
        padding: 0 0 24px 0;
    }
}

.analyzesSearch-item:nth-child(1) {
    margin-top: 0;
}

.analyzesSearch-item--with-tag {
    margin-top: 22px;
}

.analyzesSearch-item--with-tag:nth-child(1) {
    margin-top: 0;
}

.analyzesSearch-item__cost {
    width: 50%;
    flex: none;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__cost {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-item__cost {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzesSearch-item__cost {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .analyzesSearch-item__cost {
        width: 50%;
    }
}

.analyzesSearch-item__cost button {
    margin-top: 24px;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__cost button {
        margin-top: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-item__cost button {
        margin-top: 0;
        width: 40%;
    }
}

.analyzesSearch-item__cost button i {
    margin-right: 10px;
}

.analyzesSearch-item__price {
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

.analyzesSearch-item__discount {
    color: #ff4d00;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__discount {
        width: 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-item__discount {
        width: 60%;
    }
}

.analyzesSearch-item__discount span {
    border-radius: 100px;
    background-color: #ff4d00;
    color: #ffffff;
    height: 25px;
    padding: 0 15px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__discount span {
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
    }
}

.analyzesSearch-item__condition {
    font-weight: 300 !important;
    font-size: 16px !important;
    width: 100% !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    height: auto !important;
    color: #333333 !important;
    margin-left: 0 !important;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__condition {
        font-size: 12px !important;
    }
}

.analyzesSearch-item__info {
    width: calc(50% - 30px);
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__info {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analyzesSearch-item__info {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analyzesSearch-item__info {
        width: calc(50% - 30px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .analyzesSearch-item__info {
        width: calc(50% - 30px);
    }
}

.analyzesSearch-item__tag {
    margin-bottom: 27px;
    width: 100%;
}

.analyzesSearch-item__tag span {
    padding: 0 15px;
    height: 29px;
    border-radius: 100px;
    background-color: #dfdedf;
    display: inline-flex;
    align-items: center;
}

.analyzesSearch-item__tag span i {
    margin-right: 10px;
    font-size: 16px;
}

.analyzesSearch-item__tag--red span {
    background-color: #ff4d00;
    color: #ffffff;
}

.analyzesSearch-item__tag--top {
    margin-bottom: 20px;
}

.analyzesSearch-item__header {
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 0;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__header {
        margin-bottom: 15px;
        font-size: 17px;
    }
}

.analyzesSearch-item__description {
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (max-width: 575px) {
    .analyzesSearch-item__description {
        font-size: 12px;
        line-height: 17px;
    }
}

.analysis-info {
    margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .analysis-info {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .analysis-info .md-order-1 {
        order: 1;
    }
}

@media (max-width: 991px) {
    .analysis-info .md-order-2 {
        order: 2;
    }
}

.analysis-info__card {
    border-radius: 10px;
    padding: 40px 25px;
    background-color: #ffffff;
    position: sticky;
    top: 210px;
    transform: translateY(-75px);
}

@media only screen and (max-width: 575px) {
    .analysis-info__card {
        margin-top: 60px;
        transform: translateY(-70px);
        margin-bottom: -35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .analysis-info__card {
        margin-top: 60px;
        transform: translateY(-70px);
        margin-bottom: -35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-info__card {
        transform: translateY(-70px);
        margin-top: 60px;
        margin-bottom: -35px;
    }
}

.analysis-info__price {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

.analysis-info__before {
    position: absolute;
    left: 0;
    top: 27px;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.analysis-info button i {
    margin-right: 15px;
}

.analysis-info__discount {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.analysis-info__newPrice {
    color: #ff4d00;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500;
}

.analysis-info__oldPrice {
    text-decoration: line-through;
    margin-right: 10px;
}

.analysis-info__percent {
    border-radius: 100px;
    background-color: #ff4d00;
    color: #ffffff;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
}

.analysis-info__condition {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.analysis-info__header {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.analysis-info__payments {
    margin-top: 15px;
    width: 206px;
}

.analysis-info__location {
    display: block;
    margin-bottom: 7.5px;
}

.analysis-info__location:nth-last-child(1) {
    margin-bottom: 0;
}

.analysis-info__section {
    padding: 25px 0 25px 45px;
    border-bottom: 1px solid #dfdedf;
    position: relative;
}

.analysis-info__section:nth-last-child(1) {
    border-bottom: 0;
}

.analysis-info__tabs {
    display: flex;
    border-bottom: 1px solid #dfdedf;
    overflow-x: auto;
}

.analysis-info__tab {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
    white-space: nowrap;
}

.analysis-info__tab span {
    cursor: pointer;
}

.analysis-info__short {
    margin-top: 20px;
}

@media only screen and (max-width: 575px) {
    .analysis-info__short {
        margin-top: 30px;
    }
}

.analysis-info__short-list {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.analysis-info__short-list:nth-child(1) {
    margin-top: 0;
}

.analysis-info__short-item {
    font-size: 18px;
}

.analysis-info__short-header {
    font-size: 18px;
    color: #838383;
    margin-bottom: 2.5px;
}

.analysis-info__block {
    padding-top: 20px;
}

.analysis-info__block-modifier {
    padding-top: 20px;
}

@media only screen and (max-width: 575px) {
    .analysis-info__block h4 {
        margin-bottom: 20px;
    }
    .analysis-info__block p {
        font-size: 16px;
        line-height: 23px;
    }
    .analysis-info__block-modifier {
        padding-top: 0;
    }
}

.analysis-info__block h4 {
    margin-bottom: 25px;
    margin-top: 0;
}

.analysis-info__block p {
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    h4 {
        font-weight: 900;
        font-size: 26px !important;
    }
}

@media (max-width: 991px) {
    .analyzesSearch-filter-wrapper .weight-700.mb-2,
    .analyzesSearch-filter-wrapper .border-bottom.mb-4.pb-4 {
        display: none;
    }
}
/*# sourceMappingURL=analyzes.css.map */
