
.page-info {
    position: relative;
    min-height: 256px;
    padding: 81px 0 63px;
    background-color: #7a43c6;
}

.page-info:before {
    position: absolute;
    top: -18px;
    left: -100px;
    bottom: -18px;
    right: -100px;
    background-color: inherit;
    transform: rotate(-2.6deg);
    -webkit-transform: rotate(-2.6deg);
    content: '';
    z-index: 1;
}

.page-info__layout {
    position: relative;
    margin: 0 auto;
    padding: 0 13px;
    z-index: 2;
}

.page-info__title {
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.page-info__title-icon {
    display: block;
    position: relative;
    margin-bottom: 14px;
    font-size: 43px;
}

.page-info__title-icon:before, .page-info__title-icon:after {
    position: absolute;
    top: 23px;
    width: 60px;
    height: 2px;
    background-color: rgba(236, 236, 236, 0.5);
    content: '';
}

.page-info__title-icon:before {
    left: 50%;
    margin-left: 35px;
}

.page-info__title-icon:after {
    right: 50%;
    margin-right: 47px;
}

.page-info__sub-title {
    display: block;
    padding-top: 25px;
    font-family: "proximanova-reg", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
}

@media (min-width: 768px) {
    .page-info {
        min-height: 272px;
        padding: 97px 0 64px;
    }

    .page-info:before {
        transform: rotate(-1.1deg);
        -webkit-transform: rotate(-1.1deg);
    }
}

@media (min-width: 1200px) {
    .page-info {
        min-height: 298px;
        padding: 109px 0 68px;
    }

    .page-info:before {
        top: -50px;
        transform: rotate(-1.2deg);
        -webkit-transform: rotate(-1.2deg);
    }

    .page-info__title {
        font-size: 36px;
    }

    .page-info__title_article {
        font-size: 54px;
    }

    .page-info__title_article .page-info__title-icon {
        margin-bottom: 18px;
    }

    .page-info__title_article .page-info__sub-title {
        padding-top: 18px;
        font-size: 17px;
    }

    .page-info__title-icon {
        margin-bottom: 11px;
    }
}


.news {
    position: relative;
    padding: 35px 0 51px;
    background-color: #51caaf;
}

.news:before {
    position: absolute;
    top: -18px;
    left: -100px;
    bottom: -18px;
    right: -100px;
    background-color: inherit;
    transform: rotate(-2.6deg);
    -webkit-transform: rotate(-2.6deg);
    content: '';
    z-index: 1;
}

.news__layout {
    position: relative;
    padding: 0 13px;
    z-index: 2;
}

.news__wrap {
    margin-bottom: 27px;
}

.news__title {
    margin-bottom: 37px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.news__title-icon {
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-size: 45px;
}

.news__title-icon:before, .news__title-icon:after {
    position: absolute;
    top: 23px;
    width: 60px;
    height: 2px;
    background-color: rgba(236, 236, 236, 0.5);
    content: '';
}

.news__title-icon:before {
    left: 50%;
    margin-left: 35px;
}

.news__title-icon:after {
    right: 50%;
    margin-right: 47px;
}

.news__item {
    width: 100%;
}

.news__article {
    display: block;
    position: relative;
    width: 100%;
    max-width: 352px;
    margin: 0 auto 17px;
}

.news__article img {
    display: block;
    width: 100%;
}

.news__article:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    content: '';
}

.news__topic {
    position: absolute;
    left: 25px;
    bottom: 26px;
    right: 70px;
    color: #fff;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    z-index: 2;
}

@media (min-width: 768px) {
    .news:before {
        transform: rotate(-1.1deg);
        -webkit-transform: rotate(-1.1deg);
    }

    .news__layout {
        padding: 0 40px;
    }

    .news__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        max-width: 811px;
        margin: 0 auto 20px;
        padding: 0 20px;
    }

    .news__item {
        width: 50%;
        padding: 0 15px;
    }

    .news__article {
        margin-bottom: 26px;
    }
}

@media (min-width: 1200px) {
    .news {
        padding: 64px 0 40px;
    }

    .news:before {
        transform: rotate(-1.2deg);
        -webkit-transform: rotate(-1.2deg);
    }

    .news__layout {
        max-width: 1190px;
        margin: 0 auto;
        padding: 0 25px;
    }

    .news__title {
        margin-bottom: 29px;
        font-size: 36px;
    }

    .news__title-icon {
        margin-bottom: 11px;
    }

    .news__item {
        width: 33%;
        padding: 0 10px;
    }

    .news__article {
        transition: box-shadow .3s ease;
        -webkit-transition: box-shadow .3s ease;
    }

    .news__article:after {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 35px;
        height: 30px;
        background-color: #7a43c6;
        color: #fff;
        opacity: 0;
        transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
        content: '-';
    }

    .news__article:hover {
        box-shadow: -5px 5px 50px rgba(0, 0, 0, 0.4);
    }

    .news__article:hover:after {
        opacity: 1;
    }

    .news__wrap {
        max-width: 100%;
        padding: 0;
    }

    .news__topic {
        left: 33px;
        bottom: 34px;
        width: 90%;
        font-size: 30px;
        line-height: 28px;
    }
}

.speakers-list {
    position: relative;
    padding: 42px 0 19px;
    color: #fff;
}

.speakers-list:before {
    position: absolute;
    top: -18px;
    left: -100px;
    bottom: -18px;
    right: -100px;
    background-color: #fff;
    transform: rotate(-2.6deg);
    -webkit-transform: rotate(-2.6deg);
    content: '';
    z-index: 1;
}

.speakers-list__layout {
    position: relative;
    width: 100%;
    padding: 0 10px;
    z-index: 3;
}

.speakers-list__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 11px;
}

.speakers-list__title {
    margin-bottom: 22px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.speakers-list__title-icon {
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-size: 48px;
}

.speakers-list__title-icon:before, .speakers-list__title-icon:after {
    position: absolute;
    top: 23px;
    width: 60px;
    height: 2px;
    background-color: rgba(236, 236, 236, 0.5);
    content: '';
}

.speakers-list__title-icon:before {
    left: 50%;
    margin-left: 35px;
}

.speakers-list__title-icon:after {
    right: 50%;
    margin-right: 47px;
}

.speakers-list__title_desctop {
    display: none;
}

.speakers-list__item {
    width: 100%;
    margin-bottom: 10px;
}

.speakers-list__item a {
    color: #747474;
}

.speakers-list__person {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 12px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    max-width: 320px;
    margin: 0 auto;
}

.speakers-list__ava {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.speakers-list__ava img {
    display: block;
    width: 100%;
}

.speakers-list__content {
    width: 170px;
    color: #747474;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
}

.speakers-list__name {
    margin-bottom: 7px;
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.speakers-list__name a {
    color: #000;
}

.speakers-list__social {
    margin-top: 15px;
    color: #c6cdd0;
    font-size: 20px;
}

.speakers-list__social a {
    color: #c6cdd0;
    margin-right: 20px;
}

@media (min-width: 700px) {
    .speakers-list__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .speakers-list {
        padding: 37px 0 39px;
    }

    .speakers-list:before {
        transform: rotate(-1.1deg);
        -webkit-transform: rotate(-1.1deg);
    }

    .speakers-list__title {
        margin-bottom: 39px;
    }

    .speakers-list__layout {
        padding: 0 38px;
    }

    .speakers-list__wrap {
        max-width: 710px;
        margin: 0 auto 7px;
    }

    .speakers-list__item {
        width: 50%;
        margin-bottom: 35px;
    }

    .speakers-list__person {
        padding: 30px 12px 27 px0;
    }

    .speakers-list__content {
        width: 184px;
        padding-right: 10px;
        line-height: 17px;
    }
}

@media (min-width: 1090px) {
    .speakers-list__wrap {
        max-width: 100%;
        margin: 0 auto 7px;
    }

    .speakers-list__item {
        width: 33%;
    }
}

@media (min-width: 1200px) {
    .speakers-list {
        padding: 62px 0 59px;
    }

    .speakers-list:before {
        transform: rotate(-1.2deg);
        -webkit-transform: rotate(-1.2deg);
    }

    .speakers-list__layout {
        max-width: 1221px;
        margin: 0 auto;
        padding: 0;
    }

    .speakers-list__title {
        margin-bottom: 59px;
        font-size: 36px;
    }

    .speakers-list__title-icon {
        margin-bottom: 11px;
    }

    .speakers-list__title_desctop {
        display: inline-block;
    }

    .speakers-list__item {
        width: 33%;
    }

    .speakers-list__ava {
        width: 121px;
        height: 121px;
    }

    .speakers-list__name {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .speakers-list__content {
        width: 153px;
        padding-right: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .speakers-list__person {
        position: relative;
        max-width: 370px;
        padding: 40px 32px 37px;
        transition: box-shadow .3s ease;
        -webkit-transition: box-shadow .3s ease;
    }

    .speakers-list__person:after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35px;
        height: 30px;
        line-height: 30px;
        background-color: #7a43c6;
        font-size: 13px;
        text-align: center;
        opacity: 0;
        transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
        content: '+';
    }

    .speakers-list__person:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

    .speakers-list__person:hover:before, .speakers-list__person:hover:after {
        opacity: 1;
    }

    .speakers-list__social {
        margin-top: 19px;
    }

    .speakers-list__social a {
        transition: color .3s ease;
        -webkit-transition: color .3s ease;
        cursor: pointer;
    }

    .speakers-list__social a:hover {
        color: #7a43c6;
    }
}

.call-to-action {
    position: relative;
    z-index: 0;
}

.call-to-action__bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.call-to-action__bg img {
    width: 100%;
}

.call-to-action__bg-tablet, .call-to-action__bg-desktop {
    display: none;
}

.call-to-action__layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    padding-bottom: 16px;
    color: #fff;
}

.call-to-action__title {
    margin-bottom: 36px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.call-to-action__title-icon {
    display: block;
    position: relative;
    margin-bottom: 8px;
    font-size: 48px;
}

.call-to-action__title-icon:before, .call-to-action__title-icon:after {
    position: absolute;
    top: 23px;
    width: 60px;
    height: 2px;
    background-color: rgba(236, 236, 236, 0.5);
    content: '';
}

.call-to-action__title-icon:before {
    left: 50%;
    margin-left: 35px;
}

.call-to-action__title-icon:after {
    right: 50%;
    margin-right: 35px;
}

@media (min-width: 768px) {
    .call-to-action__bg-tablet {
        display: block;
    }

    .call-to-action__bg-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {

    .call-to-action__bg-tablet {
        display: none;
    }

    .call-to-action__bg-desktop {
        display: block;
    }

    .call-to-action__title {
        font-size: 54px;
    }
}