body {
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}

.container {
    display: block;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.left {
    max-width: 673px;
    width: 100%;
    padding-right: 10px;
    border-right: 1px solid #E5E5E5;
}

.title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 30px;
}

.red-text {
    display: inline-block;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 10px;
    background: #FF0000;
}

.text {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 30px;
}

.advert {
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.image {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.bold {
    font-weight: 600;
}

.advert-title {
    font-size: 17px;
    line-height: 20px;
    color: #C4C4C4;
    margin: 0;
}

.list {
    padding: 0;
    list-style-type: none;
}

.list-item {
    display: flex;
    border: 1px solid #E5E5E5;
}

.list-item:not(:last-child) {
    margin-bottom: 5px;
}

.adImg {
    width: 100px;
    height: 100px;
    background: #E5E5E5;
    flex-shrink: 0;
}

.adTitle {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.adWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.adText {
    padding: 13px 0 0 20px;
}

.adSubTitle {
    margin: 6px 0 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.adLink {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #00A3FF;
}

.adBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    background: #69B0E7;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.adBtn svg {
    margin-left: 10px;
}

.advertV2 .adImg {
    width: 330px;
    height: 129px;
}

.advertV3 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advertV3 .list-item {
    width: 310px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.number {
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.titlev3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    margin: 20px 0;
}

.right {
    position: relative;
    top: 0;
    float: right;
    width: 327px;
    margin-right: 40px;
}

.imgSide {
    width: 100%;
    background: #E5E5E5;
    height: 137px;
}
.firstSide {
    margin-bottom: 20px;
}
.firstText {
    background: #222222;
    padding: 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.firstText p:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.secondSide {
    display: flex;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.secondImg {
    width: 165px;
    height: 129px;
    background: #E5E5E5;
    flex-shrink: 0;
}

.secondText {
    padding: 20px;
}

.secondText p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.secondText p:last-child {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.forthImg {
    width: 100%;
    height: 137px;
    background: #E5E5E5;
}
.forthText {
    padding: 10px;
}
.forthText p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}

.forthText p:last-child {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-top: 6px;
}

.fifthSide {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 327px;
    padding: 10px;
    background: #E5E5E5;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.fifthSide p {
    margin: 0;
}

.footer {
    box-sizing: border-box;
    background: #E5E5E5;
    max-width: 1060px;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px;
}

@media (max-width: 1080px) {
    .container {
        width: 100%;
    }
    .right {
        display: none;
    }

    .left {
        max-width: 100%;
        border: none;
        padding-right: 0;
    }

}

@media (max-width: 700px) {
    .title {
        margin: 0;
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 40px;
    }

    .red-text {
        margin: 0;
        display: block;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
    }

    .adWrapper {
        flex-direction: column;
    }

    .list-item {
        box-sizing: border-box;
    }

    .adBtn{
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }

    .adImg {
        height: auto;
    }

    .advertV2 .list-item {
        flex-direction: column;
    }

    .advertV2 .adImg {
        width: 100%;
    }

    .advertV3 .adBtn {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100%;
        background: #69B0E7;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
    }

    .advertV3 .list-item {
        width: 100%;
        justify-content: space-between;
    }
}