html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #4a6385;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    border-top: 1px solid #2c7de8;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 87px;
}

.menu__list {
    display: flex;
}

.menu__list li {
    margin-left: 38px;
}

.menu__list a {
    font-size: 14px;
    color: #2f3f54;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.btn__menu {
    width: 40px;
    display: none;
}
.btn__menu div {
    height: 5px;
    background-color: #000;
    margin-bottom: 5px;
}

.top {
    background-color: #2c7de8;
    padding-top: 150px;
    padding-bottom: 180px;
}

.top__inner {
    display: flex;
}

.top-info {
    max-width: 555px;
    margin-right: 35px;
    color: #fff;
}

.top-info__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
}

.top-info-descr {
    font-size: 19px;
    font-weight: 700;
    line-height: 52px;
}

.top-info-descr span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 400;
}

.top-info__list {
    list-style: none;
    margin-bottom: 50px;
}

.top-info__list li {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
    position: relative;
    padding-left: 24px;
}

.top-info__list li::before {
    content: '';
    background-image: url('../images/list-icon.png');
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-info__btn {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 13px 44px;
    margin-bottom: 15px;
}

.top-images__box {
    position: relative;
}

.top-images__circle {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #212121;
    position: absolute;
    top: -65px;
    right: -60px;
}

.top-images__title {
    margin-bottom: 10px;
    text-align: left;
    width: 140px;
}

.top-images__price {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 5px;
}
.top-images__date {
    width: 140px;
    text-align: right;
}

.price {
    padding: 150px 0 180px;
}

.title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    color: #2f3f54;
}
.title span {
    color: #2c7de8;
}
.price__descr {
    text-align: center;
    max-width: 594px;
    margin: 35px auto 125px;
}
.price-items {
    display: flex;
    justify-content: space-between;
}
.price-item {
    max-width: 360px;
    box-shadow: 0px 21px 49px 1px rgba(41, 44, 61, 0.15);
    padding: 0 50px 60px;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.price-item__number {
    width: 265px;
    height: 465px;
    border-radius: 136px;
    position: absolute;
    color: #fff;
    background-color: #2c7de2;
    top: -370px;
    font-weight: 700;
    font-size: 33px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.price-item__number span {
    font-size: 16px;
}
.price-item__images {
    padding-top: 120px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 251px;
}
.price-item__title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #2c7de2;
}
.price-item__text {
    margin-bottom: 50px;
    font-family: 'Lato', sans-serif;
}
.price-item__list {
    margin-bottom: 75px;
    list-style: none;
}
.price-item__list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 400;
    padding-left: 36px;
    position: relative;
}
.price-item__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/price-icon.png);
    width: 15px;
    height: 11px;
}
.price-item__btn {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #2c7de2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 10px;
}

.footer {
    background-color: #344458;
    color: #718db2;
    padding: 80px 0 125px;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
}
.footer-col__logo {
    width: 263px;
}
.footer__logo {
    margin-bottom: 30px;
}
.footer__text {
    font-size: 13px;
    line-height: 31px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.footer__title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #d0e4ff;
    margin-bottom: 30px;
}
.footer__list {
    list-style: none;
}
.footer__list a {
    font-size: 13px;
    margin-bottom: 8px;
    color: #718db2;
}
.footer-menu {
    width: 165px;
}
.footer-form {
    width: 263px;
}
.footer input,
.footer textarea {
    border: 1px solid rgba(255, 255, 255, .05);
    background-color: transparent;
    height: 38px;
    display: block;
    width: 100%;
    padding: 0 12px;
    color: #718db2;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
}
.footer input::placeholder,
.footer textarea::placeholder {
    color: #718db2;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
}
.footer-form textarea {
    padding: 12px;
    height: 85px;
    resize: none;
    margin-bottom: 10px;
}
.footer button {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    border: none;
    background-color: #2575e7;
    padding: 10px;
    cursor: pointer;
}

.reviews {
    padding: 120px 0;
    background-color: #fafafa;
}
.reviews-slider {
    margin-top: 160px;
}
.reviews-slider .slick-list {
    margin: 0 -50px;
}
.reviews-slider .slick-slide {
    margin: 0 50px;
    padding-bottom: 70px;
}
.reviews-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}
.reviews-slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #2575e7;
    outline: none;
    cursor: pointer;
}
.reviews-slider .slick-dots li {
    margin: 0 8px;
}
.reviews-slider .slick-dots li.slick-active button {
    background-color: #fff;
    border: 2px solid #2575e7;
}
.reviews-box {
    display: flex;
    min-height: 350px;
    box-shadow: 0px 21px 49px 1px rgba(41, 44, 61, 0.15);
}
.reviews-box__images {
    width: 190px;
    background-color: #267ae9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-box__images img {
    border-radius: 50%;
}
.reviews-box__content {
    background-color: #fff; 
    width: 330px;
    font-size: 16px;
    line-height: 26px;
    padding: 0 40px;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
.reviews-box__text {
    margin-bottom: 30px;
}
.reviews-box__autor span {
    color: #267ae9;
    font-weight: 700;
}

.partners {
    padding-top: 216px;
    padding-bottom: 100px;
}
.partners__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partners__images {
    display: flex;
    justify-content: center;
}


  