@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

body {
    font-family: "Roboto", Arial, sans-serif;
    overflow-x: hidden;
    color: #000;
    font-size: 18px;
}

b {
    font-weight: 600;
}

.nav {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 50px;
    background: #2d6ae3;
    color: #fff;
}

.input {
    height: 58px;
}

.button:hover {
    background: #2d6ae3;
    color: #fff;
}

.header {
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.header-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-navigation-item {
    color: #000;
}

.header-logo {
    width: 42px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.header-phone:hover {
    color: #000;
}

.header-phone-icon {
    width: 29px;
}

.home {
    padding: 35px 0;
    margin-bottom: 30px;
}

.home-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.home-item {
    width: 50%;
}

.home-title,
.home-description {
    margin-bottom: 25px;
}

.nav {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    z-index: 99;
}

.nav-fixed {
    top: 0;
}

h1 {
    font-size: 43px;
    font-weight: 700;
}

h2 {
    font-size: 39px;
    font-weight: 700;
}

.title {
    margin-bottom: 60px;
    text-align: center;
}

.title-marker {
    color: #2d6ae3;
}

.offer,
.package,
.partner,
.other,
.progress,
.example,
.feedback,
.service,
.steps {
    margin-bottom: 120px;
}

.offer-items {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.offer-item {
    width: calc((100% - 2 * 20px) / 2);
    display: flex;
    align-items: center;
    gap: 40px;
}

.offer-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.offer-number {
    font-size: 135px;
    font-weight: 700;
    color: #2d6ae3;
    line-height: 135px;
}

.package-container {
    padding: 20px;
    border-radius: 40px;
    background: #2d6ae3;
}

.package-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .18);
}

.package-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.package-content {
    padding: 15px;
}

.package-description {
    font-size: 15px;
}

.package-image {
    max-width: 190px;
    margin: 0 auto;
}

.package-button {
    margin-top: 20px;
}

.package-button .button {
    line-height: 36px;
    width: 100%;
}

.package-price {
    font-size: 19px;
    font-weight: 700;
    margin-top: 15px;
}

.partner-item {
    opacity: .23;
}

.other-items {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.other-item {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
}

.other-icon {
    flex: 0 0 67px;
    width: 67px;
    color: #2d6ae3;
}

.other-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.progress-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.progress-item {
    width: calc((100% - 4 * 20px) / 3);
}

.progress-icon {
    width: 60px;
    margin: 0 auto 20px;
}

.progress-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.progress-description {
    text-align: center;
    max-width: 390px;
    margin: 0 auto;
}

.example-items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.example-item {
    width: calc((100% - 2 * 20px) / 2);
    padding: 20px;
    border-radius: 40px;
    background: #2d6ae3;
}

.example-item:first-child {
    background: #dddddd;
}

.example-container {
    border-radius: 25px;
    background: #fff;
    padding: 20px 30px;
    height: 100%;
}

.example-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.example-description {
    margin-bottom: 30px;
}

.example-button {
    text-align: center;
}

.feedback-items {
    display: flex;
    gap: 50px;
}

.feedback-item {
    width: 50%;
}

.feedback-form {
    padding: 20px;
    border-radius: 40px;
    background: #2d6ae3;
}

.feedback-form-container {
    border-radius: 25px;
    background: #fff;
    padding: 20px 30px;
    height: 100%;
}

.feedback-form-input {
    margin-bottom: 20px;
}

.feedback-form-button {
    text-align: center;
}

.feedback-form-title {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feedback-form-description {
    text-align: center;
    margin-bottom: 20px;
}

.feedback-form-attention {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}

.feedback-advantage {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.feedback-advantage-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item {
    width: calc((100% - 6 * 10px) / 4);
    background: #2d6be3;
    overflow: hidden;
    padding: 15px;
    border-radius: 40px;
}

.service-container {
    border-radius: 25px;
    background: #fff;
    padding: 15px 15px;
    height: 100%;
}

.service-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.service-description {
    margin-bottom: 20px;
    text-align: center;
}

.service-price {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.service-button {
    text-align: center;
}

.service-button .button {
    line-height: 50px;
}

.steps-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.steps-item {
    width: calc((100% - 2 * 20px) / 2);
    display: flex;
    gap: 30px;
}

.steps-number {
    font-size: 105px;
    line-height: 105px;
    font-weight: 700;
    color: #2d6ae3;
}

.steps-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    .header-navigation {
        display: none;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 16px;
    }

    .home-items {
        flex-direction: column;
    }

    .home-item:nth-child(1) {
        order: 2;
    }

    .home-item {
        width: 100%;
    }

    .home-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .header-logo {
        width: 37px;
    }

    .home-title,
    .home-description,
    .home-button {
        text-align: center;
    }

    h1 {
        font-size: 26px;
    }

    .title h2 {
        font-size: 24px;
    }

    .service-item {
        width: calc((100% - 2 * 10px) / 2)
    }

    .home {
        padding: 25px 0;
        margin-bottom: 20px;
    }

    .offer,
    .package,
    .partner,
    .other,
    .progress,
    .example,
    .feedback,
    .service,
    .steps {
        margin-bottom: 40px;
    }

    .title {
        margin-bottom: 40px;
    }

    .offer-item,
    .steps-item {
        align-items: flex-start;
        gap: 20px;
    }

    .offer-number,
    .steps-number {
        font-size: 55px;
        line-height: 55px;
    }

    .offer-title,
    .steps-title,
    .other-title,
    .progress-title {
        font-size: 21px;
    }

    .other-items {
        gap: 20px;
    }

    .other-item {
        align-items: flex-start;
        gap: 20px;
    }

    .other-icon {
        flex: 0 0 45px;
    }

    .feedback-items {
        flex-direction: column;
    }

    .feedback-item:nth-child(2) {
        order: 1;
    }

    .feedback-item:nth-child(1) {
        order: 2;
    }

    .progress-items {
        gap: 20px;
    }

    .progress-item {
        width: calc((100% - 2 * 10px) / 2);
    }

    .progress-icon {
        width: 40px;
    }

    .feedback-item {
        width: 100%;
    }

    .feedback-form-container {
        padding: 20px 17px;
    }
}

@media (max-width: 768px) {
    .service-item,
    .offer-item,
    .steps-item {
        width: calc((100% - 1 * 10px) / 1)
    }
}

@media (max-width: 480px) {

}
