
* {
    -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;
}

.site__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: transparent;
    transition: transform .5s ease, background-color .3s ease, top .3s ease, height .3s ease;
    z-index: 10;
}

.site__header-layout {
    position: relative;
    max-width: 1190px;
    height: inherit;
    margin: 0 auto;
    padding: 0 13px;
}

.site__header_hidden {
    transform: translateY(-90px);
}

.site__header.fixed {
    height: 67px;
    background-color: rgba(98, 54, 158, 0.95);
}

.site__content {
    position: relative;
    padding: 20px 0 58px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

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

.site__content h1 {
    margin-bottom: 62px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    line-height: 1;
    text-align: center;
}

.site__content h2 {
    margin-bottom: 19px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.site__content h3 {
    margin-bottom: 21px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.site__content p {
    margin-bottom: 49px;
}

.site__content a {
    color: #0485c2;
}

.site__content img {
    max-width: 100%;
    margin-bottom: 46px;
}

.site__content-layout {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.site__footer {
    position: relative;
    padding: 17px 0 50px;
}

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

.site__footer-layout {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 13px;
    z-index: 2;
}

@media (min-width: 768px) {
    .site__header {
        height: 65px;
    }

    .site__header-layout {
        padding: 0 40px;
    }

    .site__content {
        /*padding: 52px 40px 75px;*/
        padding: 15px 0 93px;
    }

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

    .site__content h1 {
        margin-bottom: 63px;
    }

    .site__content img {
        margin-bottom: 58px;
    }

    .site__content-layout {
        padding: 0 40px;
    }

    .site__footer {
        padding: 36px 0 50px;
    }

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

    .site__footer-layout {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .site {
        position: relative;
        min-height: 100%;
    }

    .site:after {
        display: block;
        height: 182px;
        content: '';
    }

    .site__header {
        height: 85px;
    }

    .site__header-layout {
        padding: 18px 0 0 3px;
    }

    .site__header.fixed {
        height: 81px;
        top: -4px;
    }

    .site__content {
        padding: 63px 0 80px;
    }

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

    .site__content h1 {
        margin-bottom: 73px;
    }

    .site__content img {
        margin-bottom: 67px;
    }

    .site__content-layout {
        padding: 0;
    }

    .site__footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 182px;
        padding-top: 52px;
    }

    .site__footer-layout {
        position: relative;
        padding: 0;
    }

    .site__footer:before {
        bottom: -50px;
        transform: rotate(-0.8deg);
        -webkit-transform: rotate(-0.8deg);
    }
}

.logo {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 110px;
    transition: top .3s ease;
    -webkit-transition: top .3s ease;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

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

.logo_footer {
    position: relative;
    top: 0;
    left: 0;
    width: 166px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.logo_footer img {
    margin-bottom: 21px;
}

@media (min-width: 768px) {
    .logo {
        left: 39px;
        width: 150px;
    }

    .logo_footer {
        top: 0;
        left: 0;
        width: 166px;
        font-size: 14px;
    }

    .logo_footer img {
        margin-bottom: 13px;
    }
}

@media (min-width: 1200px) {
    .logo {
        left: 20px;
        width: 169px;
    }

    .logo_footer {
        position: absolute;
        top: 2px;
        left: 20px;
        text-align: left;
    }

    .logo_footer img {
        margin-bottom: 22px;
    }
}

@media (min-width: 1280px) {
    .logo {
        left: 0;
    }

    .logo_footer {
        left: 0;
    }
}

.menu {
    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;
    letter-spacing: .5px;
    transition: visibility .3s ease, opacity .3s ease;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
}

.menu.opened {
    visibility: visible;
    opacity: 1;
}

.menu_header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 64px 0;
    background-color: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    opacity: 0;
}

.menu_footer {
    margin-bottom: 65px;
}

.menu_footer .menu__layout {
    margin-bottom: 7px;
}

.menu-btn {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 79px;
    height: 31px;
    border: none;
    background-color: #58318d;
    color: #fff;
    font-size: 14px;
    transition: top .3s ease;
    -webkit-transition: top .3s ease;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.menu__item {
    margin-bottom: 14px;
    overflow: hidden;
}

.menu__item.open .menu__link:after {
    opacity: 1;
}

.menu__layout {
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
}

.menu__link {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
}

.menu__link:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 18px;
    height: 2px;
    background-color: #fff21f;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    content: '';
}

.menu__sub-menu {
    display: none;
    padding: 25px 0 0;
}

.menu__sub-menu li {
    margin-bottom: 13px;
}

.menu__sub-link {
    font-size: 14px;
    color: #fff21f;
}

.menu__close {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.menu__drop-down {
    padding: 5px 5px 5px 0;
}

@media (min-width: 768px) {
    .menu-btn {
        right: 39px;
    }

    .menu_footer {
        margin-bottom: 44px;
    }

    .menu_footer .menu__layout {
        margin-bottom: 3px;
    }
}

@media (min-width: 1200px) {
    .menu {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        bottom: auto;
        right: 20px;
        left: auto;
        visibility: visible;
        padding: 0;
        background-color: transparent;
        opacity: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .menu_footer {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .menu__layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        margin-right: 22px;
    }

    .menu__item {
        position: relative;
        margin-left: 29px;
        margin-bottom: 0;
        overflow: visible;
    }

    .menu__item:hover .menu__sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .menu__item:hover .menu__link:after {
        opacity: 1;
    }

    .menu__link {
        font-size: 14px;
    }

    .menu__link:after {
        left: 0;
    }

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

    .menu__sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        padding: 12px 13px 0;
        background-color: rgba(0, 0, 0, 0.9);
        white-space: nowrap;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: visibility .3s ease, opacity .3s ease;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
    }

    .menu__sub-menu:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.9);
        border-width: 3px;
        margin-left: -3px;
    }

    .menu__sub-menu a:hover {
        text-decoration: underline;
    }

    .menu-btn {
        display: none;
    }

    .menu__close {
        display: none;
    }

    .menu__drop-down {
        display: none;
    }
}

@media (min-width: 1280px) {
    .menu {
        right: 0;
    }

    .menu_footer {
        right: -5px;
    }
}

.btn {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 45px;
    border: 5px solid transparent;
    color: #000 !important;
    font-family: "proximanova-semibold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #fff21f;
    transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease;
    z-index: 2;
}

.btn span {
    width: 100%;
    text-align: center;
}

.btn_1 {
    width: 290px;
    height: 45px;
    margin: 0 auto 11px;
    border: 3px solid transparent;
    font-size: 16px;
}

.btn_2 {
    width: 290px;
    height: 45px;
    margin: 0 auto 11px;
    border: 3px solid transparent;
    font-size: 16px;
}

.btn_3 {
    width: 290px;
    height: 45px;
    margin: 0 auto 11px;
    border: 3px solid transparent;
    background-color: #ccc;
    color: #fff !important;
    font-size: 16px;
}

.btn_4 {
    max-width: 392px;
    letter-spacing: 1px;
}

.btn_5 {
    width: 100%;
    height: 45px;
    background-color: #703eba;
    color: #fff !important;
}

.btn_6 {
    width: 138px;
    margin: 0 auto;
    font-size: 15px;
}

.btn_7 {
    letter-spacing: 1px;
}

.btn_8 {
    margin: 0 auto;
    max-width: 392px;
    background-color: #41a28c;
    color: #fff !important;
}

.btn_9 {
    margin: 0 auto;
    max-width: 392px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.btn_10 {
    margin: 0 auto;
    max-width: 392px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.btn_11 {
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .btn_4 {
        max-width: 290px;
    }

    .btn_8 {
        max-width: 290px;
    }

    .btn_9 {
        max-width: 290px;
    }

    .btn_10 {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .btn:hover {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .btn_1 {
        width: 358px;
        height: 70px;
        font-size: 24px;
    }

    .btn_4 {
        width: 290px;
        height: 71px;
        font-size: 24px;
    }

    .btn_6 {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .btn_8 {
        max-width: 273px;
        height: 60px;
        font-size: 19px;
    }

    .btn_9 {
        max-width: 273px;
        height: 60px;
        font-size: 19px;
    }

    .btn_11 {
        height: 55px;
        font-size: 17px;
    }
}

@media (min-width: 1280px) {
    .btn_7 {
        height: 70px;
        max-width: 500px;
        font-family: "proximanova-bold", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
    }
}

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

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

.info {
    width: 295px;
    margin: -8px auto 48px;
}

.info__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: 155px;
    margin: 0 auto 20px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.info__img img {
    display: block;
    margin: 0;
    max-width: 100%;
}

.info__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0 auto 22px;
    padding: 0 20px;
    border: 1px solid #e9e9e9;
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 666px;
        margin-top: -3px;
    }

    .info__img {
        width: 352px;
        height: 226px;
    }

    .info__item {
        width: 294px;
        margin-bottom: 23px;
    }
}

@media (min-width: 1200px) {

    .contact-us__layout h4 {
        text-align: left;
    }

    .info {
        width: 98%;
        max-width: 1190px;
    }

    .info__img {
        width: 388px;
    }

    .info__item {
        width: 767px;
    }
}

.contact-us {
    position: relative;
    padding: 43px 0 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    text-align: center;
}

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

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


.contact-us a {
    color: #fff;
    cursor: default;
}

.contact-us dl {
    margin-bottom: 40px;
}

.contact-us dt {
    margin-bottom: 18px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

@media (min-width: 768px) {
    .contact-us {
        padding-bottom: 11px;
    }

    .contact-us:before {
        transform: rotate(-1.1deg);
        -webkit-transform: rotate(-1.1deg);
    }

    .contact-us__layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0 40px;
    }

    .contact-us dl {
        width: 50%;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .contact-us {
        padding: 42px 0 78px;
    }

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

    .contact-us__layout {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 1190px;
        margin: 0 auto;
        padding: 0 25px;
    }

    .contact-us dl {
        width: 20%;
        text-align: left;
    }
}

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

.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: 47px;
}

@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 {
        margin: -100px auto;
        z-index: 0;
    }

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

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

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

.video {
    width: 293px;
    height: 165px;
    margin: 0 auto 50px;
}

.video > * {
    display: block;
    width: inherit;
    height: inherit;
}

@media (min-width: 768px) {
    .video {
        width: 698px;
        height: 394px;
    }
}

@media (min-width: 1200px) {
    .video {
        width: 1044px;
        height: 587px;
        margin-bottom: 110px;
    }
}

.photos {
    width: 294px;
    margin: 0 auto 50px;
}

.photos__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 294px;
    height: 303px;
    margin-bottom: 16px;
    background: url(../img/icon-instagram.png) no-repeat center #ededed;
    overflow: hidden;
}

.photos__item > * {
    display: block;
    min-width: 100%;
}

@media (min-width: 768px) {
    .photos {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 691px;
        margin-bottom: 0;
    }

    .photos__item {
        width: 331px;
        height: 341px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .photos {
        width: 1041px;
    }
}