
* {
    -webkit-text-size-adjust: none;
}

* {
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, a, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    -webkit-tap-highlight-color: transparent;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

a {
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top;
}

input, select, button, textarea {
    border-radius: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    font: 12px Arial, Helvetica, sans-serif;
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul, ol {
    list-style: none;
}

html {
    overflow-y: auto;
    overflow-x: auto;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    color: #000;
    text-align: left;
    z-index: 1;
    position: relative;
}

input [type='text'] {
    padding: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

input[type="button"], input[type="reset"], input[type="submit"], button, input[type="text"], input[type="password"], textarea, input[type="email"], input[type="tel"], input[type="phone"], input[type="number"] {
    -webkit-appearance: none;
}

a, a:visited, a:hover, a:focus, a:active {
    text-decoration: none;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:invalid {
    outline: none;
    -moz-box-shadow: none;
    border: none;
}

::-ms-clear {
    display: none;
}

input, textarea, input[type="search"]:focus, :focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #000;
    -webkit-transition: color 300ms ease-in-out;
}

:-moz-placeholder {
    color: #000;
    transition: color 300ms ease-in-out;
}

.placeholder {
    color: #000;
    transition: color 300ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    color: transparent !important;
}

:focus::-moz-placeholder {
    color: transparent !important;
}

:focus:-moz-placeholder {
    color: transparent !important;
}

:focus:-ms-input-placeholder {
    color: transparent !important;
}

:focus.placeholder {
    color: transparent !important;
}

@font-face {
    font-family: "proximanova-reg";
    src: url("../fonts/proximanova-reg.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proximanova-light";
    src: url("../fonts/proximanova-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proximanova-semibold";
    src: url("../fonts/proximanova-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proximanova-bold";
    src: url("../fonts/proximanova-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url("../fonts/fontawesome-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.site {
    min-height: 100%;
    min-width: 320px;
    font-family: "proximanova-reg", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}


.page-info {
    position: relative;
    min-height: 256px;
    padding: 81px 0 63px;
}

.page-info:before {
    position: absolute;
    top: -18px;
    left: -100px;
    bottom: -18px;
    right: -100px;
    background-color: #7a43c6;
    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;
    }
}

.row-list li {
    margin-bottom: 49px;
}

@media (min-width: 1200px) {
    .row-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .row-list li {
        width: 33%;
        padding: 0 15px;
    }
}

.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;
    }
}

.article {
    line-height: 26px;
    text-align: left;
}

.article p {
    margin-bottom: 26px;
    color: #777;
}

.article h2 {
    margin-bottom: 39px;
    font-size: 24px;
}

.article img {
    margin-bottom: 30px;
}

.article__quote {
    padding-top: 9px;
    font-size: 17px;
}

.article__quote p {
    color: #000;
}

.article__quote-author {
    display: inline-block;
    position: relative;
    margin: 32px 0 7px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.article__quote-author:before {
    position: absolute;
    top: -32px;
    right: -6px;
    width: 33px;
    height: 26px;
    background-image: url(../img/icon-quite.png);
    content: '';
}

@media (min-width: 768px) {
    .article h2 {
        margin-bottom: 29px;
    }

    .article__quote {
        margin-bottom: 51px;
        padding-top: 6px;
    }
}

@media (min-width: 1200px) {
    .article {
        max-width: 681px;
        margin: 0 auto;
    }

    .article h2 {
        margin-bottom: 40px;
        font-size: 37px;
    }

    .article__quote {
        position: relative;
        margin-top: 55px;
        padding-right: 75px;
    }

    .article__quote-author {
        position: absolute;
        top: 50%;
        right: 100%;
        margin: 13px 35px 0 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        white-space: nowrap;
    }

    .article__frame {
        max-width: 700px;
        margin: 0 auto;
    }
}