html {
    scroll-behavior: smooth;
}

.analyzes__header {
    background: url('/analizy/img/analyzes/head.png') no-repeat;
    background-size: cover;
    height: 190px;
    border-radius: 20px;
    padding: 35px 31px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.analyzes__header h1 {
    font-weight: 900;
    font-size: 46px;
    margin: 0px;
    color: #1F344E;
}
.analyzes__header p {
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 18px;
}
.quote {
    margin: 40px 0px;
    display: flex;
}
.quote-content {
    width: calc(100% - 33px);
}
.quote-content p {
    font-size: 16px;
    margin: 0px 0px;
    line-height: 175%;
}
.quote-content p.quote-span {
    margin-top: 20px;
    color: #88919D;
    font-size: 14px;
}
.quote-content a {
    color: #37A4DB;
    font-weight: 600;
    text-decoration: none;
}
.quote::before {
    content: '';
    background: #CBEAFC;
    border-radius: 3px;
    border-radius: 3px;
    margin-right: 30px;
    width: 3px;
    display: block;
}
.analyzes__offer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 70px 0px;
    flex-wrap: wrap;
}
.analyzes__offer-left, .analyzes__offer-right {
    width: 50%;
}
.analyzes__offer-title {
    font-weight: 700;
    font-size: 36px;
    color: #1F344E;
}
.analyzes__offer-list {
    margin: 20px 0px 0px 0px;
}
.icon-href {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.icon-href svg {
    fill: #37A4DB;
}
.icon-href.arrow-link::after {
    content: url('/local/templates/mainTpl/img/arrow-link.svg');
}
.analyzes__offer-list a {
    max-width: 420px;
    height: 60px;
    background: #EAF9FF;
    border-radius: 20px;
    padding: 20px 25px;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 18px;
    color: #1F344E;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
}
.analyzes__offer-list a:hover {
    background: #FCE482;
    padding: 30px 25px;
    height: 80px;
}
.analyzes__offer-list a:hover .icon-href {
    top: 24px;
}
.analyzes__offer-list a:hover .icon-href.arrow-link::after {
    content: url('/local/templates/mainTpl/img/arrow-link-yellow.svg');
}
.analyzes__pop-title {
    font-weight: 500;
    font-size: 20px;
    color: #1F344E;
    margin-top: 14px;
}
.analyzes__pop-list {
    margin-top: 24px;
}
.analyzes__pop-item {
    background: linear-gradient(0deg, #F8F9FA, #F8F9FA), #FFFFFF;
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    color: #01142F;
}
.analyzes__pop-price {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    color: #01142F;
    min-width: 85px;
    margin-left: 40px;
}
.analyzes__pop-price span {
    color: #88919D;
    font-weight: 400;
}
.analyzes__pop-item:nth-child(2n) {
    background: #fff;
}
.analyzes__get-result {
    background: #E8FAFF;
    padding: 70px 0px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.analyzes__get-result .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.analyzes__get-result-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    width: 70%;
    color: #1F344E;
}
.analyzes__get-result-nav {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.analyzes__get-result__item {
    background: #A8E2F6;
    border-radius: 20px;
    width: 100%;
    height: 120px;
    font-weight: 600;
    font-size: 18px;
    color: #1F344E;
    position: relative;
    display: flex;
    padding: 25px;
    align-items: flex-end;
    text-decoration: none;
    transition: all .2s;
}
.analyzes__get-result__item img {
    position: absolute;
    right: 0px;
    top: 10px;
}
.analyzes__get-result__item:hover {
    background: #FCE482;
}
.analyzes__get-result__item:hover .icon-href.arrow-link::after {
    content: url('/local/templates/mainTpl/img/arrow-link-yellow.svg');
    transition: all .2s ease-in-out;
}
.analyzes__list {
    margin: 00px 0px 70px 0px;
    padding: 40px 0px 0px 0px;
}
.analyzes__list .container {
    background: #FFFFFF;
    box-shadow: 0px 20px 20px -10px rgba(211, 219, 240, 0.45);
    border-radius: 20px;
    padding: 15px 20px 20px 20px;
}
.analyzes__list-title {
    background: #6BB4F8;
    border-radius: 12px;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 34px 47px;
    margin-bottom: 50px;
}
.analyzes__list__list {
    display: flex;
    flex-wrap: wrap;
}
.analyzes__list__item {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
    margin-bottom: 35px;
}
.analyzes__list__item:nth-child(3n) {
    margin-right: 0px;
}
.analyzes__list__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #01142F;
    margin-bottom: 10px;
}
.analyzes__list__item p {
    font-size: 14px;
    line-height: 143%;
    color: #88919D;
    margin-top: 10px;
}
.analyzes__list__item a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    color: #37A4DB;
}
.analyzes__list__item .icon-href {
    position: relative;
    top: auto;
    right: auto;
    background: #EAF9FF;
    margin-right: 10px;
}

.analyzes__list__item a:hover {
    opacity: 0.85;
}
.analyzes__list-more {
    background: #EAF8FF;
    border-radius: 21px;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37A4DB;
    cursor: pointer;
    margin-bottom: 30px;
}
.analyzes__list-more:hover {
    opacity: 0.85;
}
.arr-more {
    display: inline-block;
    margin-right: 12px;
}
.analyzes__actions {
    padding: 70px 0px 70px 0px;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background: #F8F8F9;
    margin-bottom: 62px;
}

.analyzes__other {
    display: flex;
    gap: 30px;
    margin-bottom: 27px;
}

.analyzes__other-item {
    background: #A8E2F6;
    padding: 40px 40px 40px 114px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    color: black;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: all .2s ease-in-out;
}

.analyzes__other-item img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.analyzes__other-item:hover {
    background: #FCE482;
    transition: all .2s ease-in-out;
}
.analyzes__other-item:hover .icon-href.arrow-link::after {
    content: url('/local/templates/mainTpl/img/arrow-link-yellow.svg');
    transition: all .2s ease-in-out;
}
.analyzes__other-item-title {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.33px;
    text-align: left;
}

.analyzes__other-item span {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
    text-align: left;
}

.analyzes__other-item-title.user:before {
    position: absolute;
    content: url("/analizy/img/analyzes/circle-user.svg");
    left: 40px;
}

.analyzes__other-item-title.calendar:before {
    position: absolute;
    content: url("/analizy/img/analyzes/calendar-plus.svg");
    left: 40px;
}

.analyzes__other-item-title.map:before {
    position: absolute;
    content: url("/analizy/img/analyzes/map-pin.svg");
    left: 40px;
}

.analyzes__opportunity {
    background: url("/analizy/img/analyzes/opp_bg.png") no-repeat;
    padding: 86px 0;
    width: 100vw;
    margin-left: -50vw;
    margin-bottom: 80px;
    left: 50%;
    position: relative;
    background-size: cover;
}

.analyzes__opportunity-title {
    font-family: Rubik;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.55px;
    text-align: left;
    margin-bottom: 55px;
}

.analyzes__opportunity-wrapper {
    display: flex;
    gap: 93px;
}

.analyzes__opportunity-item {
    width: 100%;
}

.analyzes__opportunity-item-img {
    margin-bottom: 37px;
}

.analyzes__opportunity-item-desc {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.analyzes__opportunity-item-desc div {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    margin-bottom: 10px;
}

.analyzes__programs-title {
    font-family: Rubik;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.55px;
    text-align: left;
}

.pop__analize {
    display: flex;
}

.pop__analize-item {
    height: 466px;
    border-radius: 20px;
}

.pop__analize-img {
    height: 172px;
}

.pop__analize-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 20px 0 0;
}

.pop__analize-wrapper {
    padding: 40px 40px 50px 40px;
    background: #F8F8F9;
    border-radius: 0 0 20px 20px;
    height: 294px;
    position: relative;
}

.pop__analize-title {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.33px;
    text-align: left;
    color: black;
    margin-bottom: 15px;
}

.pop__analize-desc {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
    text-align: left;
}

.pop__analize-price {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.33px;
    text-align: left;
    color: black;
}

.pop__analize-btn {
    background: #028AD4;
    border-radius: 100px;
    color: white;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    padding: 12px 30px;
    cursor: pointer;
    text-transform: uppercase;
}

.pop__analize-price-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 50px;
    justify-content: space-between;
    width: calc(100% - 80px);
}

.pop__analize-container {
    margin-bottom: 83px;
    margin-top: 55px;
    position: relative;
}

@media (max-width: 1201px) {
    .analyzes__get-result-title {
        font-size: 32px;
    }
    .analyzes__offer-left {
        padding-right: 25px;
    }
    .analyzes__list {
        margin: 0px -15px 70px -15px; 
        padding: 40px 15px 0px 15px;
    }

    .analyzes__opportunity {
        padding: 86px 40px;
    }
}

@media (max-width: 900px) {
    .analyzes__other {
        flex-direction: column;
    }

    .analyzes__opportunity-wrapper {
        gap: 33px;
    }
}

@media (max-width: 768px) {
    .analyzes__opportunity-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .analyzes__offer-left, .analyzes__offer-right {
        width: 100%;
        padding: 0px;
    }
    .analyzes__get-result-title {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }
    .analyzes__get-result-nav {
        width: 100%;
        margin-top: 30px;
        flex-direction: column;
        gap: 10px;
    }
    .analyzes__get-result__item {
        max-width: 335px;
        width: 100%;
    }
    .analyzes__list__item {
        width: 100%;
        margin-right: 0px;
    }
    .analyzes__header {
        background-position: 80%;
        padding: 30px 20px;
    }
    .analyzes__header h1 {
        font-size: 32px;
    }
    .analyzes__header p {
        font-size: 14px;
    }
    .quote {
        margin: 30px 0px;
    }
    .quote::before {
        display: none;
    }
    .quote-content {
        width: 100%;
    }
    .analyzes__offer {
        margin: 50px 0px;
    }
    .analyzes__offer-title {
        font-size: 24px;
    }
    .analyzes__pop-title {
        margin-top: 30px;
    }
    .analyzes__pop-item {
        font-size: 16px;
    }
    .analyzes__list {
        margin: 0px -15px 50px -15px; 
        padding: 40px 15px 0px 15px;
    }
    .analyzes__list-title {
        padding: 25px 15px;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .analyzes__list .container {
        padding: 15px;
    }
    .analyzes__list__item {
        margin-bottom: 30px;
    }
}