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;
}
.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 svg {
    fill: #F2B030;
}
.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;
    margin: 70px 0px 0px 0px;
}
.analyzes__get-result .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.analyzes__get-result-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    width: 50%;
    color: #1F344E;
}
.analyzes__get-result-nav {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.analyzes__get-result__item {
    background: #A8E2F6;
    border-radius: 20px;
    width: 48%;
    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 svg {
    fill: #F2B030;
}
.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;
}

@media (max-width: 1201px) { 
    .analyzes__get-result {
        margin: 80px -15px 0px -15px;
        padding: 50px 15px;
    }
    .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;
    }
}

@media (max-width: 768px) {
    .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__get-result {
        margin: 50px -15px 0px -15px;
        padding: 50px 15px;
    }
    .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;
    }
}