body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    min-width: 1024px;
    color: #222222;
}

.logo {
    width: 144px;
}

.logo-link {
    display: block;
}

.logo-img {
    width: 144px;
}

.navbar {
    height: 90px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 5px;
    position: relative;
    z-index: 1;
}

.inner-navbar {
    height: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.nav {
    margin-left: auto;
}

.nav-list {
    display: table;
}

.nav-item {
    display: table-cell;
    text-align: center;
    width: 194px;
}

.nav-item-link {
    text-decoration: none;
    color: #222222;
    font-size: 28px;
    font-weight: 400;
    padding: 25px 40px;
    transition-duration: 0.2s;
}

.nav-item-link:hover {
    background-color: #cccccc;
}

.nav-item-link-active {
    text-decoration: underline;
    color: #1B59DB;
    font-size: 28px;
    font-weight: 400;
    padding: 25px 40px;
    transition-duration: 0.2s;
}

.nav-item-link-active:hover {
    background-color: #cccccc;
}

.main {
    min-height: calc(100vh - 310px);
}

.image-section {
    height: 480px;
    background-size: cover;
    background-position: center;
    color: white;
}

.inner-image-section {
    height: 416px;
    max-width: 1180px;
    margin: auto;
    padding: 64px 20px 0 20px;
}

.image-section-title {
    font-weight: 500;
    font-size: 43px;
    text-shadow: 0px 3px 5px #222222;
}

.image-section-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0px 3px 5px #222222;
    width: 600px;
    margin-top: 40px;
}

.image-section-button {
    margin-top: 90px;
    margin-right: 54px;
    padding: 0;
    height: 45px;
    width: 174px;
    border-radius: 5px;
    background: #2A99F5;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0px 3px 5px #222222;
    transition-duration: 0.2s;
}

.image-section-button:hover {
    background: #006BC5;
}

.inner-main {
    max-width: 1180px;
    padding: 110px 20px;
    margin: auto;
}

.main-article {
    width: 408px;
    display: inline-block;
}

.main-title {
    padding-bottom: 60px;
    font-size: 32px;
    font-weight: 500;
}

.main-article-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.main-contact-text {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.main-contact-text-title {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 66px;
}

.main-contact-text-section {
    height: 110px;
}

.main-news {
    vertical-align: top;
    padding-left: 192px;
    width: 560px;
    display: inline-block;
}

.main-news-item-title {
    font-size: 22px;
    font-weight: 400;
}

.main-news-item-text {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.main-grid-title {
    padding-bottom: 100px;
    font-size: 36px;
    font-weight: 500;
}

.main-grid {
    display: grid;
    grid-template-columns: 582px 582px;
    gap: 20px;
}

.main-grid-item {
    text-align: center;
    border: 2px solid #cccccc;
    min-height: 310px;
}

.main-grid-item-title {
    padding-top: 60px;
    font-size: 24px;
    font-weight: 400;
}

.main-grid-item-text {
    font-size: 20px;
    font-weight: 300;
    height: 220px;
    display: table-cell;
    vertical-align: middle;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table td {
    text-align: center;
    width: 50%;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
    border: 0px solid #cccccc;
}

.footer {
    height: 220px;
    width: 100%;
    background-color: #1B59DB;
    color: white;
}

.inner-footer {
    height: 180px;
    max-width: 1180px;
    margin: auto;
    padding: 20px;
}

.footer-title {
    font-weight: 400;
    font-size: 24px;
}

.footer-text-block {
    vertical-align: top;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}