@charset "UTF-8";:root {
    --padding-and-margin: 1.25rem;
    --padding: 0.625rem 1.25rem;
    --mb: 1.25rem;
    --border-radius: 5px;
    --line-height-num: 3;
    --count-column: 4
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

@font-face {
    font-family: GoogleSans-Regular;
    font-display: auto;
    src: url(../fonts/GoogleSans-Regular.woff2) format("woff2"),url(../fonts/GoogleSans-Regular.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GoogleSans-Medium;
    font-display: auto;
    src: url(../fonts/GoogleSans-Medium.woff2) format("woff2"),url(../fonts/GoogleSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GoogleSans-Bold;
    font-display: auto;
    src: url(../fonts/GoogleSans-Bold.woff2) format("woff2"),url(../fonts/GoogleSans-Bold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

* {
    /* margin:0; */
    /* padding:0; */
}

body,html {
    height: 100%
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: GoogleSans-Regular,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333
}

img {
    max-width: 100%;
    height: auto
}

.wrapper {
    width: 100%;
    min-height: 100%
}

.main {
    min-height: calc(95%)
}

.overlay {
    overflow: hidden
}

.scroll-content {
    overflow-y: auto;
    height: 100%
}

.mh-100 {
    min-height: 100vh
}

.swiper-container {
    width: 100%
}

.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center
}

@-webkit-keyframes open-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes open-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes close-opacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes close-opacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.popup {
    position: relative;
    width: 100%;
    height: 100%
}

@media (min-width: 900px) {
    .popup {
        max-width:45rem;
        max-height: 40rem
    }
}

.popup-overlay {
    display: none;
    z-index: 1001;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    background-image: url(../img/bg/bg-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    -webkit-animation-name: close-opacity;
    animation-name: close-opacity;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.popup-overlay>* {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.popup-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation-name: open-opacity;
    animation-name: open-opacity;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0
}

.popup-close svg {
    pointer-events: none
}

.popup-close svg rect:first-child {
    -webkit-transform: rotate(45deg) translateX(1.5px);
    -ms-transform: rotate(45deg) translateX(1.5px);
    transform: rotate(45deg) translateX(1.5px)
}

.popup-close svg rect:nth-child(2) {
    opacity: 0
}

.popup-close svg rect:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(-5.5px);
    -ms-transform: rotate(-45deg) translateX(-5.5px);
    transform: rotate(-45deg) translateX(-5.5px)
}

.picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-preview__pic .logo {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-height: 60px
}

.button {
    display: inline-block;
    vertical-align: middle;
    padding: .625rem 1.25rem;
    background-color: #f08518;
    color: #fff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    border-radius: .3125rem;
    outline: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.button:focus,.button:hover {
    outline: 0;
    background-color: #c85d00
}

.button--uppercase {
    text-transform: uppercase
}

.button--link {
    padding: 0;
    background-color: transparent;
    color: #333;
    border-radius: 0
}

.button--link:focus,.button--link:hover {
    background-color: transparent
}

.button--primary {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1b608e
}

.button--primary:focus,.button--primary:hover {
    outline: 0;
    background-color: #003866
}

.link {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.link:focus,.link:hover {
    text-decoration: none;
    color: #1b608e
}

.link--uppercase {
    text-transform: uppercase
}

.link--btn {
    padding: .625rem 1.25rem;
    background-color: #f08518;
    color: #fff;
    font-family: GoogleSans-Bold;
    border-radius: .3125rem
}

.link--btn:focus,.link--btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c85d00
}

.link--btn-primary {
    padding: .625rem 1.25rem;
    background-color: #1b608e;
    color: #fff;
    font-family: GoogleSans-Bold;
    text-transform: uppercase;
    border-radius: .3125rem
}

.link--btn-primary:focus,.link--btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #003866
}

.link--primary {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1b608e
}

.link--primary:focus,.link--primary:hover {
    text-decoration: none;
    background-color: #003866
}

.title {
    margin-bottom: 1.25rem;
    margin-right: 3.125rem;
    font-family: GoogleSans-Bold;
    font-size: 100%;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #333
}

@media (min-width: 375px) {
    .title {
        font-size:calc(1.10032vw + 15.87379px)
    }
}

@media (min-width: 1920px) {
    .title {
        font-size:37px
    }
}

@media (min-width: 900px) {
    .title {
        margin-right:0;
        font-size: 156.5%
    }
}

.service__slide .title {
    font-size: calc(1.10032vw + 15.87379px)
}

@media (min-width: 900px) {
    .service__slide .title,.title {
        margin-right:0;
        font-size: 156.5%
    }
}

@media (min-width: 1200px) {
    .service__slide .title {
        font-size:200%;
        line-height: 120%
    }
}

.title__count {
    font-size: 80%;
    color: #f08518
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    overflow: hidden
}

.tabs__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__item {
    padding-right: .625rem;
    white-space: nowrap
}

.tabs__item:last-child {
    padding-right: 0
}

.tabs__link {
    display: block;
    padding: .625rem 0;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative
}

.tabs__content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%
}

.tabs__content.scroll-content {
    height: 100%;
    overflow-y: auto
}

.tabs__content-inner {
    height: 100%;
    overflow: auto
}

.tabs__btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs__btn {
    margin: 0 5px
}

.tabs__item .tabs__link:hover,.tabs__item.active .tabs__link {
    opacity: 1;
    color: #1b608e
}

.tabs__panel {
    display: none
}

.tabs__panel.active {
    display: block;
    height: 100%
}

.tabs__panel p+div {
    margin-top: .9375rem
}

@media screen and (max-width: 600px) {
    .tabs {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs__item {
        width: auto
    }

    .tabs__item:not(:last-child) {
        margin-right: 0
    }

    .tabs__item .tabs__link {
        border-radius: 0;
        opacity: 1;
        top: 0
    }

    .tabs__content {
        border-radius: 0
    }
}

.container {
    margin: 0 auto;
    padding: 0 1.25rem
}

@media (max-width: 599px) {
    .container {
        padding:0 .9375rem
    }
}

.page {
    position: relative;
    background-color: #f7f7f8
}

@media (min-width: 900px) {
    .page {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.page .wrapper {
    width: 100%;
    margin-left: auto
}

@media (min-width: 600px) {
    .page .wrapper {
        width:calc(100%)
    }
}

@media (min-width: 900px) {
    .page .wrapper {
        width:70%
    }
}

@media (min-width: 1024px) {
    .page .wrapper {
        width:75%
    }
}

@media (min-width: 1440px) {
    .page .wrapper {
        width:80%
    }
}

@media (min-width: 1800px) {
    .page .wrapper {
        width:85%
    }
}

.page__inner {
    padding-top: 1.25rem;
    margin-bottom: calc(var(--padding-and-margin) * 2)
}

@media (min-width: 600px) {
    .page__inner {
        margin-bottom:calc(var(--padding-and-margin) * 4)
    }
}

@media (min-width: 1800px) {
    .page__inner {
        margin-bottom:1.25rem
    }
}

.page__title {
    margin-bottom: 1.5rem;
    font-size: 25px;
    line-height: normal
}

@media (min-width: 375px) {
    .page__title {
        font-size:calc(1.61812vw + 18.93204px)
    }
}

@media (min-width: 1920px) {
    .page__title {
        font-size:50px
    }
}

.page__title--white {
    color: #fff
}

.page__title-marker {
    display: inline-block;
    margin: .3125rem;
    padding: .1875rem .9375rem;
    font-size: 16px;
    color: #333;
    opacity: .7;
    text-transform: lowercase;
    border-radius: 5px;
    border: 1px solid #333;
    word-break: break-all
}

.page__content {
    padding-top: 2.5rem;
    overflow-x: hidden
}

.page__content h1 {
    margin-bottom: 1.5rem;
    font-size: 25px;
    line-height: normal
}

@media (min-width: 375px) {
    .page__content h1 {
        font-size:calc(1.61812vw + 18.93204px)
    }
}

@media (min-width: 1920px) {
    .page__content h1 {
        font-size:50px
    }
}

.page--canvas {
    position: relative;
    overflow-x: hidden
}

.page--canvas canvas {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: -1
}

@media (min-width: 900px) {
    .page--canvas canvas {
        opacity:1;
        height: 100%
    }
}

.page hr {
    color: #eee;
    background-color: #eee;
    border: none;
    height: 2px
}

.page__text p {
    margin-bottom: 1.5rem
}

.page__text h1,.page__text h2,.page__text h3,.page__text h4,.page__text h5,.page__text h6 {
    font-size: 160%;
    line-height: normal;
    margin-bottom: 1.5rem
}

.page__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page__menu li {
    margin-bottom: var(--mb)
}

.page__menu li:not(:last-child) {
    margin-right: .625rem
}

.page__menu li.active a {
    color: #1b608e
}

.page__menu a {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.page__menu a:focus,.page__menu a:hover {
    text-decoration: none;
    color: #1b608e
}

.side-elements {
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 5px 0 5px -5px #333;
    box-shadow: 5px 0 5px -5px #333;
    overflow-y: auto
}

@media (max-width: 899px) {
    .side-elements {
        display:none;
        width: 100%
    }
}

@media (min-width: 900px) {
    .side-elements {
        position:fixed;
        top: 0;
        left: 0
    }
}

@media (min-width: 900px) {
    .side-elements {
        width:30%
    }
}

@media (min-width: 1024px) {
    .side-elements {
        width:25%
    }
}

@media (min-width: 1024px) {
    .side-elements {
        width:25%
    }
}

@media (min-width: 1440px) {
    .side-elements {
        width:20%
    }
}

@media (min-width: 1800px) {
    .side-elements {
        width:15%
    }
}

.mob-navigation {
    padding: 0 .9375rem;
    -webkit-box-shadow: 0 5px 5px -5px #333;
    box-shadow: 0 5px 5px -5px #333
}

@media (min-width: 900px) {
    .mob-navigation {
        display:none
    }
}

.mob-navigation__closed svg rect:first-child {
    -webkit-transform: rotate(45deg) translateX(1.5px);
    -ms-transform: rotate(45deg) translateX(1.5px);
    transform: rotate(45deg) translateX(1.5px)
}

.mob-navigation__closed svg rect:nth-child(2) {
    opacity: 0
}

.mob-navigation__closed svg rect:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(-5.5px);
    -ms-transform: rotate(-45deg) translateX(-5.5px);
    transform: rotate(-45deg) translateX(-5.5px)
}

.mob-navigation__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9375rem 0
}

.mob-navigation__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.5rem;
    border-top: 1px solid #d8d8d8
}

.mob-navigation__inner {
    height: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%)
}

.mob-navigation__inner.active {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    padding: .9375rem;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    overflow-y: auto
}

.mob-navigation__inner.closed {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    padding: .9375rem;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s
}

.mob-navigation__closed {
    margin-bottom: 1rem
}

.mob-navigation__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.mob-navigation__lang {
    margin-bottom: 1.5rem
}

.mob-navigation__social {
    margin-bottom: 1.5rem
}

.mob-navigation__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mob-navigation .menu__item-0 {
    margin-bottom: 1.25rem
}

.mob-navigation .menu__item-0.active .menu__link-0 {
    color: #1b608e
}

.mob-navigation .menu__item-0.active .menu__link-0:before {
    opacity: 1
}

.mob-navigation .menu__link-0 {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none
}

.mob-navigation .menu__link-0::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.mob-navigation .menu__link-0:focus,.mob-navigation .menu__link-0:hover {
    color: #1b608e
}

.mob-navigation .menu__link-0:focus:before,.mob-navigation .menu__link-0:hover:before {
    opacity: 1
}

.mob-navigation__icon {
    width: 1.25rem;
    padding-right: .625rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mob-navigation .hor {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.mob-navigation .hor.active {
    padding-top: 1.5rem;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.mob-navigation .hor>li {
    margin-bottom: 1.25rem
}

.mob-navigation .hor>li>a {
    position: relative;
    display: block;
    color: #333;
    font-weight: 600;
    text-decoration: none
}

.mob-navigation .hor>li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mob-navigation .hor>li>a:focus,.mob-navigation .hor>li>a:hover {
    color: #1b608e
}

.mob-navigation .hor>li>a.active::before {
    top: 40%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mob-navigation .hor ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 1rem 0 0
}

.mob-navigation .hor ul.active {
    display: block
}

.mob-navigation .hor ul>li {
    margin-bottom: 1.25rem
}

.mob-navigation .hor ul>li>a {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    text-decoration: none
}

.mob-navigation .hor ul>li>a::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.mob-navigation .hor ul>li>a:focus,.mob-navigation .hor ul>li>a:hover {
    color: #1b608e
}

.mob-navigation .hor ul>li>a:focus:before,.mob-navigation .hor ul>li>a:hover:before {
    opacity: 1
}

.mobmenu-inner {
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.mobmenu-inner.active {
    padding-top: 1.5rem;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.mobmenu-inner__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.mobmenu-inner__item {
    margin-bottom: 1.25rem
}

.mobmenu-inner__link {
    position: relative;
    display: block;
    color: #333;
    font-weight: 600;
    text-decoration: none
}

.mobmenu-inner__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-open_list.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobmenu-inner__link:focus,.mobmenu-inner__link:hover {
    color: #1b608e
}

.mobmenu-inner__link.active::before {
    top: 40%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobmenu-inner__sub-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 1rem 0 0
}

.mobmenu-inner__sub-list.active {
    display: block
}

.mobmenu-inner__sub-item {
    margin-bottom: 1.25rem
}

.mobmenu-inner__sub-link {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none
}

.mobmenu-inner__sub-link::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.mobmenu-inner__sub-link:focus,.mobmenu-inner__sub-link:hover {
    color: #1b608e
}

.mobmenu-inner__sub-link:focus:before,.mobmenu-inner__sub-link:hover:before {
    opacity: 1
}

.sidemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh
}

.sidemenu__container {
    display: none;
    padding: 2.5rem
}

@media (min-width: 600px) {
    .sidemenu__container {
        display:block
    }
}

.sidemenu__logo {
    margin-bottom: 2.5rem
}

@media (max-height: 700px) {
    .sidemenu__logo {
        margin-bottom:1rem
    }
}

.sidemenu__navigation {
    margin-bottom: 2.5rem
}

@media (max-height: 700px) {
    .sidemenu__navigation {
        margin-bottom:1rem
    }
}

.sidemenu__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eee
}

.sidemenu .button {
    margin-top: 1.25rem
}

.sidemenu__btn-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    border-radius: .3125rem;
    outline: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.sidemenu__btn-close:focus,.sidemenu__btn-close:hover {
    outline: 0
}

.sidemenu__btn-close svg {
    pointer-events: none
}

.sidemenu__btn-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidemenu .lang {
    margin-bottom: 1.25rem;
    display: none
}

.sidemenu .navigation ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 120%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none
}

.sidemenu .navigation ul>li>ul.visible {
    display: block;
    width: 15rem;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    background: #fff;
    -webkit-transition: opacity .6s,width .4s;
    -o-transition: opacity .6s,width .4s;
    transition: opacity .6s,width .4s
}

.sidemenu .navigation ul.sub_lev1 {
    margin-left: .5rem
}

.sidemenu .navigation ul>li>ul.visible>a {
    opacity: 1
}

.sidemenu .navigation ul>li>ul>li>a {
    position: relative;
    display: block;
    opacity: 1;
    color: #333;
    font-weight: 600;
    text-decoration: none
}

.sidemenu .navigation ul>li>ul>li>a::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.sidemenu .navigation ul>li>ul>li>a:focus,.sidemenu .navigation ul>li>ul>li>a:hover {
    color: #1b608e
}

.sidemenu .navigation ul>li>ul>li>a:focus::before,.sidemenu .navigation ul>li>ul>li>a:hover::before {
    opacity: 1
}

.sidemenu .navigation ul>li>ul>li>a.active::before {
    top: 40%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.sidemenu .navigation ul>li>ul ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding: 1rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.sidemenu .navigation ul>li>ul ul.active {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    background: #fff;
    -webkit-transition: opacity .6s,width .4s;
    -o-transition: opacity .6s,width .4s;
    transition: opacity .6s,width .4s
}

.sidemenu .navigation ul>li>ul ul.active>a {
    opacity: 1
}

.sidemenu .navigation ul>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    text-decoration: none
}

.sidemenu .navigation ul>li>ul>li>ul>li>a::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.sidemenu .navigation ul>li>ul>li>ul>li>a:focus,.sidemenu .navigation ul>li>ul>li>ul>li>a:hover {
    color: #1b608e
}

.sidemenu .navigation ul>li>ul>li>ul>li>a:focus:before,.sidemenu .navigation ul>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
    -webkit-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    transform: translate(10%,-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navigation {
    position: relative
}

.navigation__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation li {
    margin-bottom: 1.25rem
}

.navigation li.active a {
    color: #1b608e
}

.navigation li.active a:before {
    opacity: 1
}

.navigation a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 1.5rem
}

.navigation a::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    width: 20px;
    height: 10px;
    background-image: url(/templates/img/icons/icon-menu_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.navigation a.active::before {
    opacity: 1
}

.navigation a:focus,.navigation a:hover {
    color: #1b608e
}

.navigation a:focus:before,.navigation a:hover:before {
    opacity: 1;
    -webkit-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    transform: translate(10%,-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navigation__icon {
    width: 1.25rem;
    padding-right: .625rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.navigation .hor {
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation .hor li {
    margin-bottom: 1.25rem
}

.navigation .hor li.active a {
    color: #1b608e
}

.navigation .hor li.active a:before {
    opacity: 1
}

.contacts__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.contacts__item {
    margin-bottom: 1rem
}

.contacts__link {
    color: #333;
    text-decoration: none
}

.contacts__link:focus,.contacts__link:hover {
    color: #1b608e
}

.contacts__icon {
    width: 1.25rem;
    padding-right: .625rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.social {
    width: 100%
}

.social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.social__item:not(:last-child) {
    margin-right: 1rem
}

.social__link {
    display: block;
    text-decoration: none
}

.social__link:focus .social__icon,.social__link:hover .social__icon {
    fill: #c85d00
}

.social__icon {
    fill: #f08518
}

.lang {
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center
}

.lang__link {
    position: relative;
    padding-left: calc(var(--padding-and-margin)*1.5);
    color: #333;
    text-decoration: none;
    display: none
}

.lang__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons/icon-en-lang.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.page-footer {
    background-color: #1b608e
}

.page-footer__inner {
    padding: var(--padding-and-margin);
    padding-top: calc(var(--padding-and-margin)/ 2 * 3);
    color: #fff
}

.page-footer__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: var(--padding-and-margin);
    text-align: center
}

@media (min-width: 600px) {
    .page-footer__footer {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media (max-width: 599px) {
    .page-footer .logo {
        display:block;
        margin: auto;
        margin-bottom: var(--padding-and-margin)
    }
}

.page-footer__copyright {
    margin-left: .625rem;
    color: #fff
}

@media (max-width: 599px) {
    .page-footer__copyright {
        display:block;
        margin: auto;
        margin-bottom: var(--padding-and-margin)
    }
}

.page-footer__policy {
    margin-left: auto;
    max-width: 40%;
    text-decoration: none;
    color: #fff
}

@media (max-width: 599px) {
    .page-footer__policy {
        display:block;
        margin: auto;
        max-width: 100%
    }
}

.page-footer__icon {
    width: 1.25rem;
    opacity: 0
}

.page-footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 599px) {
    .page-footer__list {
        margin-bottom:var(--padding-and-margin)
    }
}

.page-footer__list-item {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

@media (min-width: 600px) {
    .page-footer__list-item {
        width:calc(100% / 2);
        padding: 0 calc(var(--padding-and-margin)/ 2);
        margin-bottom: var(--padding-and-margin)
    }
}

@media (min-width: 900px) {
    .page-footer__list-item {
        width:calc(100% / 3);
        padding: 0 calc(var(--padding-and-margin)/ 2);
        margin-bottom: var(--padding-and-margin)
    }
}

@media (min-width: 1200px) {
    .page-footer__list-item {
        width:calc(100% / 5);
        padding: 0 calc(var(--padding-and-margin)/ 2);
        margin-bottom: var(--padding-and-margin)
    }
}

.page-footer__list-item.active .page-footer__sublist {
    display: block
}

.page-footer__list-link {
    position: relative;
    display: block;
    margin-bottom: var(--padding-and-margin);
    color: #fff;
    text-decoration: none;
    font-size: 130%
}

@media (min-width: 600px) {
    .page-footer__list-link {
        pointer-events:none;
        font-size: 160%
    }
}

.page-footer__list-link:focus,.page-footer__list-link:hover {
    color: #f08518
}

.page-footer__icon {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width: 600px) {
    .page-footer__icon {
        opacity:0
    }
}

.page-footer__sublist {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate3d(0,-2rem,0);
    transform: translate3d(0,-2rem,0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: cubic-bezier(.73,.56,.01,1.01);
    -o-transition-timing-function: cubic-bezier(.73,.56,.01,1.01);
    transition-timing-function: cubic-bezier(.73,.56,.01,1.01)
}

@media (max-width: 599px) {
    .page-footer__sublist {
        margin-bottom:var(--padding-and-margin)
    }
}

.page-footer__sublist-item {
    position: relative;
    margin-bottom: calc(var(--padding-and-margin)/ 3)
}

.page-footer__sublist-item::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f08518;
    border-radius: 50%
}

.page-footer__sublist-link {
    display: block;
    padding-left: var(--padding-and-margin);
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    line-height: normal
}

.page-footer__sublist-link:focus,.page-footer__sublist-link:hover {
    color: #f08518
}

.page-footer__list-item.active .page-footer__sublist {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.page-footer__list-item.active .page-footer__icon {
    top: 40%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-contacts {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 0;
    overflow: hidden
}

.page-contacts--bg {
    background-color: #eee
}

@media (min-width: 1200px) {
    .page-contacts--bg-map {
        background-image:url(../img/russia_map.svg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 65%
    }
}

@media (min-width: 2000px) {
    .page-contacts--bg-map {
        padding-bottom:18rem
    }
}

.page-contacts--bg-pic {
    background-image: url(../img/bg/bg-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%
}

.page-contacts--bg-white {
    background-color: #fff
}

.page-contacts canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2
}

.page-contacts__inner {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.page-contacts__item {
    width: 100%
}

@media (min-width: 1200px) {
    .page-contacts__item {
        width:50%
    }
}

@media (min-width: 1200px) {
    .page-contacts__item-inner {
        padding-right:1.875rem
    }
}

.page-contacts__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: calc(var(--padding-and-margin) * 2)
}

@media (min-width: 1200px) {
    .page-contacts--bg-map .page-contacts__list {
        padding-right:8rem
    }
}

.page-contacts__list--fl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-contacts__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--padding-and-margin)
}

.page-contacts__list-col-50 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--padding-and-margin)
}

@media (min-width: 600px) {
    .page-contacts__list-col-50 {
        width:50%
    }
}

.page-contacts__icon {
    width: 23px;
    height: 23px;
    margin-right: calc(var(--padding-and-margin)/ 2)
}

@media (min-width: 600px) {
    .page-contacts__icon {
        margin-right:calc(var(--padding-and-margin)/ 2);
        width: 47px;
        height: 47px
    }
}

.page-contacts__icon--small {
    width: 1.875rem;
    height: 1.875rem
}

.page-contacts__text {
    width: 85%;
    font-size: 90%;
    line-height: normal
}

@media (min-width: 600px) {
    .page-contacts__text {
        width:90%;
        font-size: 100%
    }
}

.page-contacts__text b {
    display: block;
    font-family: GoogleSans-Bold
}

.page-contacts__link {
    display: block;
    color: #333;
    font-weight: 600;
    text-decoration: none
}

.page-contacts__link--mail {
    color: #1b608e;
    font-weight: 600;
    font-size: 120%
}

.page-contacts__link--phone {
    font-weight: 600;
    font-size: 130%
}

.page-contacts__box {
    margin-bottom: 2.5rem
}

.page-contacts__pic {
    width: 30%;
    padding-right: 10px
}

.page-contacts__info {
    width: 70%;
    font-size: 80%;
    line-height: normal
}

.page-contacts__info-name {
    margin-bottom: .3rem;
    font-family: GoogleSans-Bold
}

.page-contacts__info-contacts a {
    display: block;
    margin-bottom: .3rem
}

.page-form {
    padding: 2.5rem;
    background-color: #1b608e
}

@media (max-width: 599px) {
    .page-form {
        padding:.9375rem
    }
}

.page-form__inner {
    border: none
}

.page-form__title {
    margin-bottom: var(--mb);
    color: #fff
}

.page-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-form__item {
    width: 100%;
    margin-bottom: var(--mb)
}

@media (max-width: 599px) {
    .page-form__item {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 600px) {
    .page-form__item {
        width:48%
    }

    .page-form__item--full {
        width: 100%
    }
}

.page-form__item:nth-child(1) {
    width: 100%
}

.page-form__item:nth-child(4) {
    width: 100%
}

.page-form__field {
    display: block;
    padding: var(--padding);
    width: 100%;
    border: none;
    border-radius: var(--border-radius)
}

.page-form__comment {
    display: block;
    padding: var(--padding);
    margin-bottom: var(--mb);
    width: 100%;
    height: 6rem;
    font-family: GoogleSans-Regular;
    resize: none;
    border: none;
    border-radius: var(--border-radius)
}

.page-form .button {
    display: block;
    margin-left: auto
}

@media (max-width: 599px) {
    .page-form .button {
        margin:auto
    }
}

.page-form .page-form__select {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 2.25rem;
    font-family: GoogleSans-Bold;
    font-weight: 600
}

.page-form .page-form__select::before {
    content: ">";
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 3px;
    z-index: 2;
    width: 36px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    color: #f08518;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer
}

.page-form .page-form__select input {
    display: none
}

.page-form .page-form__select .page-form__select-text {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 5px 5px 5px 20px;
    width: 100%;
    height: 36px;
    font-family: GoogleSans-Bold;
    font-weight: 600
}

.page-form__select input[name=list]:not(:checked)~.page-form__select-text {
    font-family: GoogleSans-Bold;
    font-size: 14px;
    font-weight: 600;
    background: #fff
}

.page-form__select input[name=list]:checked~.page-form__select-text {
    z-index: 2;
    font-family: GoogleSans-Bold;
    font-weight: 600;
    color: transparent;
    background: 0 0
}

.page-form__select-close:disabled~.page-form__select-content .page-form__select-text {
    background: #eee;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page-form__select-content {
    position: absolute;
    display: block;
    padding-bottom: 0;
    min-height: 36px;
    font-family: GoogleSans-Bold;
    border: 1px solid #ddd;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page-form__select-close:not(:checked)~.page-form__select-content {
    height: 36px;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.page-form__select-field {
    display: none;
    margin-left: -20px;
    padding: 5px 5px 5px 20px;
    width: 100%;
    min-width: 500px;
    height: 36px;
    font-family: GoogleSans-Bold;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border-top: 1px solid #ddd
}

.page-form__select-field:hover {
    background: #eee;
    cursor: pointer
}

.page-form__select-close:checked~.page-form__select-content {
    padding-top: 36px;
    width: 100%
}

.page-form__select-close:checked~.page-form__select-content .page-form__select-field {
    display: block
}

.page-form__select-content input:checked+.page-form__select-field {
    display: block;
    margin-top: -10px;
    border: none;
    background: #fff
}

.page-form__select-close:checked~.page-form__select-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: 0 0
}

.page-form__field.bad {
    background-color: #f88e7d
}

.page-form__field.good {
    background-color: #6dd88e
}

.page-section {
    padding: var(--padding-and-margin) 0
}

.service .page-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 900px) {
    .page-section {
        padding:calc(var(--padding-and-margin) * 2) 0
    }
}

.page-section--bg-gray {
    background-color: #f7f7f8
}

.page-section--bg-gray-pic {
    background-color: #f7f7f8;
    background-image: url(../img/bg/bg-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%
}

@media (min-width: 600px) {
    .page-section--bg-gray-pic {
        padding:calc(var(--padding-and-margin) * 4) 0;
        background-size: 70%
    }
}

.page-section--bg-white {
    background-color: #fff
}

@media (min-width: 900px) {
    .page-section--bg-20 .page-section__item {
        --count-column:2
    }
}

@media (min-width: 1200px) {
    .page-section--bg-20 .page-section__item {
        --count-column:2
    }
}

.page-section--bg-blue-pic {
    position: relative;
    background: #e6e6e6;
    background-image: url(../img/about/bg-1-white.png);
    background-image: url(../img/about/bg-1-white.png),-o-linear-gradient(left,#e6e6e6,#f7f7f8);
    background-image: url(../img/about/bg-1-white.png),-webkit-gradient(linear,left top,right top,from(#e6e6e6),to(#f7f7f8));
    background-image: url(../img/about/bg-1-white.png),linear-gradient(to right,#e6e6e6,#f7f7f8);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%
}

@media (min-width: 600px) {
    .page-section--bg-blue-pic {
        padding:calc(var(--padding-and-margin) * 4) 0;
        background-size: 70%
    }
}

.page-section .container {
    position: relative
}

.page-section__link {
    position: absolute;
    top: 0;
    right: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #1b608e;
    line-height: normal;
    text-decoration: none
}

@media (max-width: 599px) {
    .page-section__link {
        right:1rem
    }

    .page-section__link .page-section__icon {
        display: none
    }
}

.page-section__link:focus .page-section__icon,.page-section__link:hover .page-section__icon {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page-section__icon {
    margin-left: .625rem;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-section__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: var(--mb);
    max-width: calc(100% / var(--count-column) - var(--padding-and-margin))
}

@media (max-width: 599px) {
    .page-section__item {
        --count-column:1;
        --padding-and-margin: 0
    }
}

@media (min-width: 600px) {
    .page-section__item {
        margin-right:var(--padding-and-margin);
        --count-column: 2
    }
}

@media (min-width: 900px) {
    .page-section__item {
        --count-column:3
    }
}

@media (min-width: 1200px) {
    .page-section__item {
        --count-column:4
    }
}

.page-section__item-body {
    color: #fff
}

.page-section__item-body .title {
    color: #fff
}

.block-preview {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #333
}

@media (min-width: 1201px) {
    #js-slider-design .swiper-slide,#js-slider-video .swiper-slide,#js-slider-web .swiper-slide {
        max-width:calc(25% - 10px);
        margin-right: 10px
    }

    #js-slider-design.swiper-container-initialized .swiper-slide,#js-slider-video.swiper-container-initialized .swiper-slide,#js-slider-web.swiper-container-initialized .swiper-slide {
        max-width: 100%;
        margin-right: 0
    }
}

.block-preview--form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1b608e;
    height: 40vh
}

.block-preview--form .block-preview__info {
    padding: var(--padding-and-margin);
    text-align: center;
    color: #fff
}

.block-preview--form .block-preview__title {
    color: #fff
}

.block-preview--form .block-preview__title {
    font-weight: 600;
    font-size: 160%
}

.block-preview:focus .block-preview__pic::after,.block-preview:focus .block-preview__pic::before,.block-preview:hover .block-preview__pic::after,.block-preview:hover .block-preview__pic::before {
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.block-preview:focus .block-preview__marker,.block-preview:hover .block-preview__marker {
    color: #f08518;
    border-color: #f08518
}

.block-preview__pic {
    position: relative;
    margin-bottom: var(--padding-and-margin);
    width: 100%;
    max-height: 30rem;
    -o-object-fit: cover;
    object-fit: cover
}

.block-preview__pic::before {
    opacity: 0;
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b608e;
    background: rgba(27,96,142,.6)
}

.block-preview__pic::after {
    opacity: 0;
    z-index: 2;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../img/icons/icon-details.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.block-preview__pic--small {
    height: 30vh
}

.block-preview__pic--middle {
    height: 35vh
}

.block-preview__pic--large {
    height: 40vh
}

@media (max-width: 599px) {
    .block-preview__info {
        --padding-and-margin:1.25rem;
        margin-top: var(--padding-and-margin)
    }
}

.block-preview__title {
    margin-bottom: var(--padding-and-margin);
    color: #1b608e;
    font-size: 1.6rem;
    font-size: 16px;
    font-weight: 300;
    line-height: normal
}

@media (min-width: 375px) {
    .block-preview__title {
        font-size:calc(.58252vw + 13.81553px)
    }
}

@media (min-width: 1920px) {
    .block-preview__title {
        font-size:25px
    }
}

.block-preview__date {
    margin-bottom: var(--padding-and-margin);
    opacity: .7
}

.block-preview__text {
    opacity: .7
}

.block-preview__marker {
    display: inline-block;
    margin: .3125rem;
    padding: .1875rem .9375rem;
    font-size: 80%;
    color: #333;
    opacity: .7;
    text-transform: lowercase;
    border-radius: 5px;
    border: 1px solid #333;
    word-break: break-all
}

.slider-video .swiper-slide {
    width: 17vw
}

@media (min-width: 1200px) {
    .slider-video .swiper-slide {
        width:25%!important
    }
}

.slider-video .swiper-slide:first-child {
    width: 40vw
}

@media (min-width: 1200px) {
    .slider-video .swiper-slide:first-child {
        width:50%!important
    }
}

@media (min-width: 1800px) {
    .slider-video .swiper-slide:first-child {
        width:42vw
    }
}

.history__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: calc(var(--padding-and-margin) * 2) 0
}

.history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history__item:not(:last-child) {
    margin-bottom: calc(var(--padding-and-margin) * 2)
}

.history__item:not(:last-child) .history__icon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 1px;
    height: calc(var(--padding-and-margin) * calc(var(--line-height-num) * 3.5));
    border-left: 2px dashed #979798
}

@media (min-width: 1800px) {
    .history__item:first-child {
        padding-bottom:calc(var(--padding-and-margin) * 4)
    }
}

.history__item:nth-child(2) .history__icon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 1px;
    height: calc(var(--padding-and-margin) * var(--line-height-num));
    border-left: 2px dashed #979798
}

@media (min-width: 600px) {
    .history__item:nth-child(2) .history__icon::after {
        height:calc(var(--padding-and-margin) * 5)
    }
}

@media (min-width: 1800px) {
    .history__item {
        padding-left:calc(var(--padding-and-margin) * 2);
        padding-right: calc(var(--padding-and-margin) * 2)
    }
}

.history__icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    font-size: 120%;
    font-weight: 600;
    color: #fff;
    background-color: #f08518;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%
}

@media (min-width: 600px) {
    .history__icon {
        width:5rem;
        height: 5rem
    }
}

@media (min-width: 900px) {
    .history__icon {
        width:6rem;
        height: 6rem
    }
}

.history__icon--primary {
    background-color: #1b608e
}

.history__info {
    width: 80%;
    font-size: 80%;
    line-height: normal;
    color: #333
}

@media (min-width: 600px) {
    .history__info {
        width:75%;
        font-size: 100%
    }
}

.history__info-warning {
    margin-top: 2.5rem
}

.history .swiper-button-prev {
    position: absolute;
    background-image: none
}

.history .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg);
    padding: 1.25rem;
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%
}

@media (max-width: 599px) {
    .history .swiper-button-prev {
        opacity:0
    }
}

.history .swiper-button-next {
    position: absolute;
    background-image: none
}

.history .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 1.25rem;
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%
}

.history .swiper-button-next::after {
    content: "Назад в прошлое";
    position: absolute;
    right: 0;
    bottom: -40px;
    font-size: 80%;
    line-height: normal;
    text-align: right;
    color: #1b608e
}

@media (max-width: 599px) {
    .history .swiper-button-next {
        opacity:0
    }
}

@media (min-width: 1200px) {
    .history.swiper-container {
        padding:0 5rem
    }
}

.list-number {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: calc(var(--padding-and-margin) * 2) 0 0;
    counter-reset: item
}

@media (min-width: 600px) {
    .list-number {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.list-number__item {
    position: relative;
    padding-left: calc(var(--padding-and-margin) * 2);
    margin-bottom: calc(var(--padding-and-margin) * 2)
}

.list-number__item::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: GoogleSans-Bold;
    font-size: 300%;
    font-weight: 900;
    color: #f08518
}

@media (min-width: 600px) {
    .list-number__item:nth-child(4) {
        -webkit-column-break-after:always;
        -moz-column-break-after: always;
        break-after: always
    }
}

.list-number__title {
    font-family: GoogleSans-Bold;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: calc(var(--padding-and-margin)/ 2)
}

.advantages__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: var(--padding-and-margin)
}

.advantages__item:nth-child(2) .advantages__icon,.advantages__item:nth-child(4) .advantages__icon {
    background-image: url(../img/icons/icon-badge_2.svg)
}

.advantages__item:last-child .advantages__icon {
    background-image: url(../img/icons/icon-badge_gerb.svg)
}

@media (min-width: 600px) {
    .advantages__item {
        width:30%
    }
}

@media (min-width: 1200px) {
    .advantages__item {
        width:20%
    }
}

.advantages__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--padding-and-margin);
    width: 8rem;
    height: 8rem;
    background-image: url(../img/icons/icon-badge_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff
}

@media (min-width: 600px) {
    .advantages__icon {
        width:10rem;
        height: 10rem
    }
}

@media (min-width: 1200px) {
    .advantages__icon {
        width:12.5rem;
        height: 12.5rem
    }
}

.advantages__icon--pic {
    background-image: url(../img/icons/icon-badge_gerb.svg)
}

.advantages__icon-text {
    display: block;
    font-size: 120%;
    font-weight: 600;
    text-align: center
}

.advantages__icon-text--number {
    display: block;
    font-size: 300%;
    font-weight: 600;
    margin-bottom: var(--padding-and-margin)
}

.advantages__text {
    margin-bottom: auto;
    font-size: 100%;
    line-height: normal;
    font-weight: 600;
    text-align: center
}

.bg-20 {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/about/20.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

@media (min-width: 600px) {
    .bg-20 {
        z-index:1;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-size: 100%;
        background-position: right bottom
    }
}

@media (min-width: 1800px) {
    .bg-20 {
        background-size:contain
    }
}

.block-result {
    position: relative;
    padding: calc(var(--padding-and-margin) * 4) 0;
    background: #1b608e;
    background-image: url(../img/about/result-bg.png);
    background-image: url(../img/about/result-bg.png),-o-linear-gradient(left,#1b608e,#3b80ae);
    background-image: url(../img/about/result-bg.png),-webkit-gradient(linear,left top,right top,from(#1b608e),to(#3b80ae));
    background-image: url(../img/about/result-bg.png),linear-gradient(to right,#1b608e,#3b80ae);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%
}

.block-result__item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1.25rem;
    width: 100%
}

.block-result__item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 900px) {
    .block-result__item {
        width:50%
    }

    .block-result__item:first-child {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.block-result__item img {
    padding: 1.25rem
}

.block-result__text {
    color: #fff
}

.block-result__text p {
    margin-bottom: 1.5rem
}

.block-result__text h1,.block-result__text h2,.block-result__text h3,.block-result__text h4,.block-result__text h5,.block-result__text h6 {
    font-size: 160%;
    line-height: normal;
    margin-bottom: 1.5rem
}

.block-result__footer {
    margin-bottom: 1.5rem;
    color: #fff
}

.block-result__footer-ps {
    position: relative;
    margin-bottom: 1.5rem;
    font-family: GoogleSans-Bold;
    font-size: 120%
}

@media (min-width: 900px) {
    .block-result__footer-ps {
        font-size:200%
    }

    .block-result__footer-ps::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -50px;
        width: 40px;
        height: 40px;
        background-image: url(../img/icons/icon-curved-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: skewY(10deg) scale(1,-1) rotate(-70deg);
        -ms-transform: skewY(10deg) scale(1,-1) rotate(-70deg);
        transform: skewY(10deg) scale(1,-1) rotate(-70deg)
    }
}

.block-result .link {
    margin-top: 1.5rem
}

@media (max-width: 599px) {
    .block-result .link {
        position:absolute;
        bottom: 1.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        width: 70%;
        text-align: center
    }
}

.block-result .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.service__slide {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    scroll-behavior: smooth
}

@media (min-width: 900px) {
    .service__slide {
        padding-left:55%
    }
}

.service__slide .title {
    color: #333;
    text-transform: inherit
}

.service__slide--orange {
    color: #fff
}

.service__slide--orange .title {
    color: #f08518
}

.service__slide-inner {
    margin-top: var(--mb);
    font-size: 25px
}

.service .parallax-bg {
    background-repeat: no-repeat
}

@media (min-width: 375px) {
    .service .parallax-bg {
        background-size:contain
    }
}

@media (min-width: 900px) {
    .service .parallax-bg {
        background-size:cover
    }
}

.service__slide-info p {
    font-size: 66%;
    line-height: 150%
}

.service__slide-info .list {
    margin: 3rem 0 4rem
}

.service__slide-info .link--btn {
    font-size: 65%
}

@media (min-width: 900px) {
    .service__slide-info .link--btn {
        font-size:55%
    }
}

@media (min-width: 1200px) {
    .service__slide-info .link--btn {
        font-size:65%
    }
}

.service__slide-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (min-width: 900px) {
    .service__slide-header {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.service .parallax-bg {
    width: 100%;
    position: relative;
    padding: 20px 0;
    height: 40vw
}

@media (min-width: 900px) {
    .service .parallax-bg {
        position:absolute;
        top: .3rem;
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain
    }

    .service .page-section_wrap section:nth-child(1) .parallax-bg,.service .page-section_wrap section:nth-child(3) .parallax-bg {
        max-height: 25rem
    }
}

.service .swiper-wrapper {
    z-index: 2;
    margin-top: 1.25rem;
    height: auto
}

.service .swiper-slide {
    opacity: 0!important
}

.service .swiper-slide-active {
    opacity: 1!important
}

.service .swiper-pagination-bullet-active {
    background-color: #f08518
}

.service .swiper-container {
    height: 80vh;
    padding: 0 1.25rem
}

@media (max-width: 599px) {
    .service .swiper-container {
        margin-top:-20px
    }
}

.service .swiper-container-horizontal>.swiper-pagination-bullets {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 599px) {
    .service .swiper-container-horizontal>.swiper-pagination-bullets {
        opacity:1;
        pointer-events: auto;
        bottom: auto;
        left: auto;
        top: 0;
        right: -80px
    }
}

.service .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px
}

.web .swiper-slide {
    margin-bottom: 1.25rem
}

@media (min-width: 900px) {
    .web .swiper-wrapper {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .web .swiper-slide {
        width: 30%!important;
        margin-bottom: 1.25rem
    }
}

@media (min-width: 1200px) {
    .web .swiper-slide {
        width:23%!important;
        margin-bottom: 1.25rem
    }
}

.web__form {
    display: none
}

@media (max-width: 599px) {
    .web__form {
        display:block
    }
}

.news__slide-header {
    margin-bottom: calc(var(--padding-and-margin) * 2)
}

.news__slide-time {
    color: grey
}

.news__slide-img {
    width: 100%;
    margin-bottom: .9375rem
}

@media (min-width: 900px) {
    .news__slide-img {
        width:auto;
        margin: 0 .9375rem .9375rem 0;
        float: left
    }
}

.news .swiper-slide {
    opacity: 0!important
}

.news .years__wrap .swiper-slide {
    opacity: 1!important
}

.news .swiper-slide.swiper-slide-active {
    opacity: 1!important
}

.news .swiper-container {
    padding-bottom: 1.25rem
}

@media (max-width: 599px) {
    .news .swiper-container {
        padding-top:5rem;
        padding-bottom: 0;
        margin-top: -55px
    }
}

.news .swiper-button-next,.news .swiper-button-prev {
    top: 100%;
    margin-top: -40px;
    width: auto;
    line-height: 45px;
    color: #1b608e
}

@media (max-width: 599px) {
    .news .swiper-button-next,.news .swiper-button-prev {
        top:0;
        margin-top: 0;
        font-size: 0;
        width: calc(50% - 5px);
        margin: 1rem 0;
        background-color: #fff;
        font-size: .8rem;
        overflow: hidden
    }
}

.news .swiper-button-prev {
    position: absolute;
    left: 30%;
    padding-left: 45px;
    background-image: none
}

.news .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%) rotate(180deg);
    -ms-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg);
    padding: 1.25rem;
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%
}

@media (max-width: 599px) {
    .news .swiper-button-prev {
        left:0
    }
}

@media (min-width: 600px) {
    .news .swiper-button-prev {
        left:0
    }
}

@media (min-width: 1200px) {
    .news .swiper-button-prev {
        left:20%
    }
}

.news .swiper-button-next {
    position: absolute;
    right: 30%;
    padding-right: 45px;
    background-image: none
}

.news .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 1.25rem;
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%
}

.news .swiper-button-next::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    font-size: 80%;
    line-height: normal;
    text-align: right;
    color: #1b608e
}

@media (max-width: 599px) {
    .news .swiper-button-next {
        right:0;
        text-align: right
    }
}

@media (min-width: 600px) {
    .news .swiper-button-next {
        right:0
    }
}

@media (min-width: 1200px) {
    .news .swiper-button-next {
        right:20%
    }
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem
}

.list li {
    position: relative;
    display: table;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 65%
}

.list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #1b608e;
    border-radius: 50%
}

.list--orange li::before {
    background-color: #f08518
}

.text {
    margin-bottom: 1.25rem;
    font-size: 100%;
    line-height: normal
}

.text p {
    margin-bottom: 1.25rem;
    font-size: 100%;
    line-height: normal
}

.text__price {
    margin-bottom: 1.25rem;
    font-size: 16px;
    font-family: GoogleSans-Bold;
    line-height: normal
}

@media (min-width: 375px) {
    .text__price {
        font-size:calc(.2589vw + 15.02913px)
    }
}

@media (min-width: 1920px) {
    .text__price {
        font-size:20px
    }
}

.number {
    margin-right: .625rem;
    margin-bottom: 1.5rem;
    font-size: 100%;
    font-weight: 600;
    line-height: normal;
    color: #f08518;
    display: none
}

.breadCrumbs a {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    color: #1b608e;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.breadCrumbs a:focus,.breadCrumbs a:hover {
    text-decoration: none;
    color: #003866
}

.years__wrap {
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative
}

.news .years__wrap .swiper-slide {
    font-size: 120%
}

.news .years__wrap .swiper-slide a {
    text-decoration: none;
    color: #333
}

.news .years__wrap .swiper-slide.year__active {
    color: #f08518
}

.news .years__wrap .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.news .years__wrap {
    padding-bottom: 2.5rem
}

.news .years__wrap .year-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 11px;
    z-index: 4;
    height: 3px;
    width: calc(98% - 130px);
    margin-left: 130px;
    opacity: 1!important;
    background-color: #eee
}

.news .years__wrap .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,98,143,.34);
    border-radius: 10px;
    left: 0;
    top: 0
}

.year__title {
    position: absolute;
    left: 0;
    bottom: -30px
}

@media (max-width: 599px) {
    .years__wrap {
        margin-bottom:5rem
    }
}

.blog__back,.blog__links {
    text-align: center
}

.blog__back a,.blog__links__next,.blog__links__prev {
    line-height: 45px;
    color: #1b608e;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.blog__links__next {
    padding-right: 45px;
    margin-left: 45px
}

.blog__links__prev {
    padding-left: 45px;
    margin-right: 45px
}

.blog__links__next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 1.25rem;
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%
}

.blog__links__prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%) rotate(180deg);
    -ms-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg);
    padding: 1.25rem;
    width: 20px;
    height: 10px;
    background-image: url(../img/icons/icon-menu_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%
}

.blog__date {
    color: #00628f;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem
}

.blog__text {
    margin: 1rem 0 1.5rem
}

.blog__text ul {
    margin: 1rem 0 1rem 2rem
}

.page__menu a {
    display: inline-block;
    color: #fff;
    padding: .2rem 1rem;
    border-radius: .3125rem;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-color: #00628f
}

.page__menu .act.active a,.page__menu .active a {
    background-color: #f08518;
    color: #fff!important
}

.page__menu a:hover {
    background-color: #005075;
    color: #fff
}

.page__menu .act.active a:hover {
    background-color: #c85d00
}

.project-item__desc {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.project-item__desc ul {
    margin-left: 2rem
}

.scroll-icon {
    color: #7a7c7f;
    font-size: .8rem;
    display: none;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin-top: -1rem;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .scroll-icon {
        display:block
    }
}

.mouse {
    max-width: 40px;
    width: 100%;
    height: auto;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.scroll-icon svg.mouse {
    position: relative;
    width: 1.5rem;
    height: 2.5rem;
    top: 1.1rem;
    margin-right: .5rem;
    display: inline-block
}

.mouse {
    max-width: 40px;
    width: 100%;
    height: auto
}

.scroll {
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(.65,-.55,.25,1.5);
    animation-timing-function: cubic-bezier(.65,-.55,.25,1.5);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 20.5px;
    -ms-transform-origin: 50% 20.5px;
    transform-origin: 50% 20.5px;
    will-change: transform,opacity;
    opacity: 1
}

@-webkit-keyframes scroll {
    0%,20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }

    100% {
        -webkit-transform: translateY(36px) scaleY(2);
        transform: translateY(36px) scaleY(2);
        opacity: 0
    }
}

@keyframes scroll {
    0%,20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }

    100% {
        -webkit-transform: translateY(36px) scaleY(2);
        transform: translateY(36px) scaleY(2);
        opacity: 0
    }
}

.device-slider {
    height: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden
}

.device-slider.active {
    margin-bottom: 2rem;
    height: auto;
    overflow: visible
}

.device-info,.device-item {
    height: 270px
}

@media (min-width: 480px) {
    .device-info,.device-item {
        height:380px
    }
}

@media (min-width: 576px) {
    .device-info,.device-item {
        height:450px
    }
}

@media (min-width: 768px) {
    .device-info,.device-item {
        height:490px
    }
}

@media (min-width: 900px) {
    .device-info,.device-item {
        height:432px
    }
}

@media (min-width: 992px) {
    .device-info,.device-item {
        height:540px
    }
}

@media (min-width: 1320px) {
    .device-info,.device-item {
        height:780px
    }
}

.device-switcher {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    width: 100%
}

.device-switcher .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.device-info {
    width: 100%;
    overflow: hidden
}

.device-switcher .swiper-slide {
    width: 100%;
    text-align: center;
    cursor: pointer
}

.device-switcher__item svg {
    max-width: 3.2rem;
    max-height: 3.2rem;
    fill: #ccc;
    display: inline-block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

@media (min-width: 576px) {
    .device-switcher__item svg {
        max-width:5rem;
        max-height: 5rem
    }
}

.device-switcher .swiper-slide-thumb-active .device-switcher__item svg,.device-switcher .swiper-slide:hover .device-switcher__item svg {
    fill: #f08518
}

.device-scroll .swiper-slide {
    height: auto
}

.device-scroll .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.device-scroll .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.device-scroll .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.device-item {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent
}

.device-item--desktop {
    background-image: url(/templates/img/img_projects/devices/desktop.png);
    background-size: 290px auto
}

@media (min-width: 480px) {
    .device-item--desktop {
        background-size:437px auto
    }
}

@media (min-width: 576px) {
    .device-item--desktop {
        background-size:530px auto
    }
}

@media (min-width: 768px) {
    .device-item--desktop {
        background-size:590px auto
    }
}

@media (min-width: 900px) {
    .device-item--desktop {
        background-size:590px auto
    }
}

@media (min-width: 992px) {
    .device-item--desktop {
        background-size:670px auto
    }
}

@media (min-width: 1320px) {
    .device-item--desktop {
        background-size:1000px auto
    }
}

.device-screen {
    margin-left: auto;
    margin-right: auto
}

.device-screen--desktop {
    position: relative;
    width: 221px;
    height: 125px;
    top: 12px
}

@media (min-width: 480px) {
    .device-screen--desktop {
        width:331px;
        height: 187px;
        top: 18px
    }
}

@media (min-width: 576px) {
    .device-screen--desktop {
        width:401px;
        height: 226px;
        top: 22px
    }
}

@media (min-width: 768px) {
    .device-screen--desktop {
        width:446px;
        height: 251px;
        top: 25px
    }
}

@media (min-width: 900px) {
    .device-screen--desktop {
        width:446px;
        height: 251px;
        top: 25px
    }
}

@media (min-width: 992px) {
    .device-screen--desktop {
        width:506px;
        height: 285px;
        top: 29px
    }
}

@media (min-width: 1320px) {
    .device-screen--desktop {
        width:756px;
        height: 425px;
        top: 43px
    }
}

.device-item--laptop {
    background-image: url(/templates/img/img_projects/devices/laptop.png);
    background-size: 280px auto
}

@media (min-width: 480px) {
    .device-item--laptop {
        background-size:437px auto
    }
}

@media (min-width: 576px) {
    .device-item--laptop {
        background-size:530px auto
    }
}

@media (min-width: 768px) {
    .device-item--laptop {
        background-size:590px auto
    }
}

@media (min-width: 900px) {
    .device-item--laptop {
        background-size:570px auto
    }
}

@media (min-width: 992px) {
    .device-item--laptop {
        background-size:635px auto
    }
}

@media (min-width: 1320px) {
    .device-item--laptop {
        background-size:940px auto
    }
}

.device-screen--laptop {
    position: relative;
    width: 212px;
    height: 134px;
    top: 12px
}

@media (min-width: 480px) {
    .device-screen--laptop {
        width:329px;
        height: 208px;
        top: 18px
    }
}

@media (min-width: 576px) {
    .device-screen--laptop {
        width:400px;
        height: 251px;
        top: 22px
    }
}

@media (min-width: 768px) {
    .device-screen--laptop {
        width:444px;
        height: 278px;
        top: 25px
    }
}

@media (min-width: 900px) {
    .device-screen--laptop {
        width:429px;
        height: 270px;
        top: 25px
    }
}

@media (min-width: 992px) {
    .device-screen--laptop {
        width:477px;
        height: 299px;
        top: 29px
    }
}

@media (min-width: 1320px) {
    .device-screen--laptop {
        width:706px;
        height: 442px;
        top: 43px
    }
}

.device-item--ipad {
    background-image: url(/templates/img/img_projects/devices/ipad.png);
    background-size: 280px auto
}

@media (min-width: 480px) {
    .device-item--ipad {
        background-size:437px auto
    }
}

@media (min-width: 576px) {
    .device-item--ipad {
        background-size:530px auto
    }
}

@media (min-width: 768px) {
    .device-item--ipad {
        background-size:590px auto
    }
}

@media (min-width: 900px) {
    .device-item--ipad {
        background-size:570px auto
    }
}

@media (min-width: 992px) {
    .device-item--ipad {
        background-size:635px auto
    }
}

@media (min-width: 1320px) {
    .device-item--ipad {
        background-size:940px auto
    }
}

.device-screen--ipad {
    position: relative;
    width: 141px;
    height: 190px;
    top: 7px;
    border-radius: 8px
}

@media (min-width: 480px) {
    .device-screen--ipad {
        width:218px;
        height: 294px;
        top: 12px
    }
}

@media (min-width: 576px) {
    .device-screen--ipad {
        width:264px;
        height: 358px;
        top: 14px
    }
}

@media (min-width: 768px) {
    .device-screen--ipad {
        width:298px;
        height: 396px;
        top: 16px
    }
}

@media (min-width: 900px) {
    .device-screen--ipad {
        width:286px;
        height: 382px;
        top: 16px
    }
}

@media (min-width: 992px) {
    .device-screen--ipad {
        width:317px;
        height: 426px;
        top: 18px
    }
}

@media (min-width: 1320px) {
    .device-screen--ipad {
        width:470px;
        height: 628px;
        top: 27px
    }
}

.device-item--mobile {
    background-image: url(/templates/img/img_projects/devices/mobile.png);
    background-size: 280px auto
}

@media (min-width: 480px) {
    .device-item--mobile {
        background-size:437px auto
    }
}

@media (min-width: 576px) {
    .device-item--mobile {
        background-size:530px auto
    }
}

@media (min-width: 768px) {
    .device-item--mobile {
        background-size:590px auto
    }
}

@media (min-width: 900px) {
    .device-item--mobile {
        background-size:570px auto
    }
}

@media (min-width: 992px) {
    .device-item--mobile {
        background-size:635px auto
    }
}

@media (min-width: 1320px) {
    .device-item--mobile {
        background-size:940px auto
    }
}

.device-screen--mobile {
    position: relative;
    width: 91px;
    height: 190px;
    top: 6px;
    border-radius: 15px
}

@media (min-width: 480px) {
    .device-screen--mobile {
        width:143px;
        height: 297px;
        top: 8px;
        border-radius: 15px
    }
}

@media (min-width: 576px) {
    .device-screen--mobile {
        width:175px;
        height: 363px;
        top: 8px;
        border-radius: 20px
    }
}

@media (min-width: 768px) {
    .device-screen--mobile {
        width:195px;
        height: 403px;
        top: 9px;
        border-radius: 25px
    }
}

@media (min-width: 900px) {
    .device-screen--mobile {
        width:184px;
        height: 390px;
        top: 9px
    }
}

@media (min-width: 992px) {
    .device-screen--mobile {
        width:206px;
        height: 432px;
        top: 12px
    }
}

@media (min-width: 1320px) {
    .device-screen--mobile {
        width:312px;
        height: 642px;
        top: 16px;
        border-radius: 35px
    }
}

.all-layout {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 240px;
    margin-left: -120px
}

.grid {
    overflow: hidden;
    margin: 0;
    padding: 1rem 0 2rem;
    width: 100%;
    list-style: none;
    text-align: center
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -.135em;
    width: 33.333%;
    height: 400px;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.grid.marketing figure {
    width: 100%
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::after,.grid figure figcaption::before {
    pointer-events: none
}

.grid figure a,.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2 {
    font-size: 1.5rem;
    line-height: 2rem
}

.grid figure h2 span {
    font-weight: 800
}

.grid figure h2,.grid figure p {
    margin: 0
}

figure.effect-lily img {
    width: calc(100% + 50px);
    opacity: .7;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0)
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left
}

figure.effect-lily h2,figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0)
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s
}

figure.effect-lily p {
    color: rgba(255,255,255,.6);
    opacity: 0;
    -webkit-transition: opacity .2s,-webkit-transform .35s;
    transition: opacity .2s,-webkit-transform .35s;
    -o-transition: opacity .2s,transform .35s;
    transition: opacity .2s,transform .35s;
    transition: opacity .2s,transform .35s,-webkit-transform .35s
}

figure.effect-lily:hover img,figure.effect-lily:hover p {
    opacity: 1
}

figure.effect-lily:hover h2,figure.effect-lily:hover img,figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(72,76,97,0)),color-stop(75%,rgba(72,76,97,.8)));
    background: linear-gradient(to bottom,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0)
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform .35s,color .35s;
    -webkit-transition: color .35s,-webkit-transform .35s;
    transition: color .35s,-webkit-transform .35s;
    -o-transition: transform .35s,color .35s;
    transition: transform .35s,color .35s;
    transition: transform .35s,color .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

figure.effect-sadie figcaption::before,figure.effect-sadie p {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0)
}

figure.effect-sadie:hover figcaption::before,figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-roxy {
    background: -o-linear-gradient(45deg,#ff89e9 0,#05abe0 100%);
    background: linear-gradient(45deg,#ff89e9 0,#05abe0 100%)
}

figure.effect-roxy img {
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0)
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

figure.effect-roxy:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-roxy:hover figcaption::before,figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-bubba {
    background: #9e5406
}

figure.effect-bubba img {
    opacity: .7;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-bubba:hover img {
    opacity: .4
}

figure.effect-bubba figcaption::after,figure.effect-bubba figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1)
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0)
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
}

figure.effect-bubba:hover figcaption::after,figure.effect-bubba:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.effect-bubba:hover h2,figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

figure.effect-romeo img {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px)
}

figure.effect-romeo:hover img {
    opacity: .6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-romeo figcaption::after,figure.effect-romeo figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

figure.effect-romeo:hover figcaption::before {
    opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg)
}

figure.effect-romeo:hover figcaption::after {
    opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg)
}

figure.effect-romeo h2,figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-150%,0)
}

figure.effect-romeo p {
    padding: .25em 2em;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,150%,0)
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-100%,0)
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,100%,0)
}

figure.effect-layla {
    background: #18a367
}

figure.effect-layla img {
    min-width: 100%;
    height: calc(100% + 40px)
}

figure.effect-layla figcaption {
    padding: 3em
}

figure.effect-layla figcaption::after,figure.effect-layla figcaption::before {
    position: absolute;
    content: '';
    opacity: 0
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s
}

figure.effect-layla p {
    padding: .5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

figure.effect-layla h2,figure.effect-layla img {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
}

figure.effect-layla figcaption::after,figure.effect-layla figcaption::before,figure.effect-layla img,figure.effect-layla p {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s
}

figure.effect-layla:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-layla:hover figcaption::after,figure.effect-layla:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.effect-layla:hover h2,figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-layla:hover figcaption::after,figure.effect-layla:hover h2,figure.effect-layla:hover img,figure.effect-layla:hover p {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-honey {
    background: #4a3753
}

figure.effect-honey img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-honey:hover img {
    opacity: .5
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
}

figure.effect-honey figcaption::before,figure.effect-honey h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s
}

figure.effect-honey:hover figcaption::before,figure.effect-honey:hover h2,figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-oscar {
    background: -o-linear-gradient(45deg,#22682a 0,#9b4a1b 40%,#3a342a 100%);
    background: linear-gradient(45deg,#22682a 0,#9b4a1b 40%,#3a342a 100%)
}

figure.effect-oscar img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,.7);
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: ''
}

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

figure.effect-oscar figcaption::before,figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-oscar:hover figcaption::before,figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58,52,42,0)
}

figure.effect-oscar:hover img {
    opacity: .4
}

figure.effect-marley figcaption {
    text-align: right
}

figure.effect-marley h2,figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0
}

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0)
}

figure.effect-marley h2::after,figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s
}

figure.effect-marley:hover h2::after,figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-ruby {
    background-color: #17819c
}

figure.effect-ruby img {
    opacity: .7;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

figure.effect-ruby:hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1)
}

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

figure.effect-milo {
    background: 0 0
}

figure.effect-milo:hover {
    background: #1b608e
}

figure.effect-milo img {
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-15px,0,0) scale(1.12);
    transform: translate3d(-15px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-milo:hover img {
    opacity: .5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
    text-align: right;
    color: #f08518
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    font-size: 1rem;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
    line-height: 1.5rem
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-dexter {
    background: #1b608e
}

figure.effect-dexter img {
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-dexter:hover img {
    opacity: .4
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: calc(50% - 30px);
    border: 3px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-transform: none;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-sarah {
    background: #42b078
}

figure.effect-sarah img {
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-sarah figcaption {
    text-align: left
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

figure.effect-zoe h2 {
    float: left
}

figure.effect-zoe figcaption>span {
    float: right
}

figure.effect-zoe p {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-zoe figcaption>span,figure.effect-zoe h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0)
}

figure.effect-zoe figcaption>span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: feathericons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-eye::before {
    content: '\e000'
}

.icon-paper-clip::before {
    content: '\e001'
}

.icon-heart::before {
    content: '\e024'
}

figure.effect-zoe h2 {
    display: inline-block
}

figure.effect-zoe:hover p {
    opacity: 1
}

figure.effect-zoe:hover figcaption,figure.effect-zoe:hover figcaption>span,figure.effect-zoe:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

figure.effect-zoe:hover figcaption>span:nth-child(4) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-zoe:hover figcaption>span:nth-child(3) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-zoe:hover figcaption>span:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

figure.effect-chico img {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

figure.effect-chico:hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.effect-chico figcaption {
    padding: 3em
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

figure.effect-chico figcaption::before,figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s
}

figure.effect-chico h2 {
    padding: 20% 0 20px 0
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

figure.effect-chico:hover figcaption::before,figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width: 768px) {
    .automation.grid figure:nth-child(4),.automation.grid figure:nth-child(5) {
        width:50%
    }
}

.automation.grid figure:nth-child(4),.automation.grid figure:nth-child(5) {
    width: 50%
}

@media screen and (max-width: 1200px) {
    .grid figure {
        width:50%
    }

    .automation.grid figure:nth-child(5) {
        width: 100%
    }

    .grid figure figcaption {
        font-size: 90%
    }
}

@media screen and (max-width: 768px) {
    .grid figure {
        width:100%;
        height: 250px
    }

    .automation.grid figure:nth-child(4) {
        width: 100%
    }

    .grid figure h2 {
        position: relative
    }
}

@media screen and (max-width: 480px) {
    .grid figure h2 {
        font-size:1.2rem;
        line-height: 1.5rem
    }

    figure.effect-milo p {
        font-size: .8rem;
        line-height: 1.5rem
    }

    .grid figure {
        height: 320px
    }
}

.list-chart {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0;
    counter-reset: item
}

.list-chart__item {
    position: relative;
    padding-left: calc(var(--padding-and-margin) * 2);
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-chart__item::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: GoogleSans-Bold;
    font-size: 300%;
    font-weight: 900;
    color: #f08518
}

.list-chart--txt .list-chart__item::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 1.5rem
}

@media (min-width: 600px) {
    .list-chart__item:nth-child(4) {
        -webkit-column-break-after:always;
        -moz-column-break-after: always;
        break-after: always
    }
}

.list-chart__title {
    font-family: GoogleSans-Bold;
    font-size: 120%;
    font-weight: 600;
    background-color: #1b608e;
    color: #fff;
    padding: 1rem 1.5rem;
    margin: .5rem 0;
    width: 100%
}

.list-chart__item:nth-child(1) .list-chart__title {
    width: 40%;
    background-color: rgba(27,96,142,.2);
    color: #1b608e
}

.list-chart__item:nth-child(2) .list-chart__title {
    width: 50%;
    background-color: rgba(27,96,142,.3);
    color: #1b608e
}

.list-chart__item:nth-child(3) .list-chart__title {
    width: 60%;
    background-color: rgba(27,96,142,.4);
    color: #1b608e
}

.list-chart__item:nth-child(4) .list-chart__title {
    width: 70%;
    background-color: rgba(27,96,142,.6)
}

.list-chart__item:nth-child(5) .list-chart__title {
    width: 80%;
    background-color: rgba(27,96,142,.7)
}

.list-chart__item:nth-child(6) .list-chart__title {
    width: 90%;
    background-color: rgba(27,96,142,.8)
}

.list-chart__item:nth-child(7) .list-chart__title {
    width: 100%;
    background-color: rgba(27,96,142,.9)
}

@media (max-width: 479px) {
    .list-chart__item .list-chart__title {
        width:100%!important
    }
}

.list-chart__txt {
    width: 100%;
    line-height: 1rem;
    margin-bottom: 1.5rem
}

.searcher__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.searcher__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem
}

.searcher__item:nth-child(2) .searcher__icon,.searcher__item:nth-child(4) .searcher__icon {
    background-image: url(../img/icons/icon-badge_2.svg)
}

.searcher__item:last-child .searcher__icon {
    background-image: url(../img/icons/icon-badge_gerb.svg)
}

@media (min-width: 576px) {
    .searcher__item {
        width:50%;
        margin-bottom: 3.5rem
    }
}

@media (min-width: 992px) {
    .searcher__item {
        width:30%;
        margin-bottom: 5rem
    }
}

@media (min-width: 1200px) {
    .searcher__item {
        width:30%
    }
}

.searcher__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--padding-and-margin);
    width: 8rem;
    height: 8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff
}

@media (min-width: 600px) {
    .searcher__icon {
        width:10rem;
        height: 10rem
    }
}

@media (min-width: 1200px) {
    .searcher__icon {
        width:12.5rem;
        height: 12.5rem
    }
}

.searcher__icon--pic {
    background-image: url(../img/icons/icon-badge_gerb.svg)
}

.searcher__icon-text {
    display: block;
    font-size: 120%;
    font-weight: 600;
    text-align: center
}

.searcher__icon-text--number {
    display: block;
    font-size: 300%;
    font-weight: 600;
    margin-bottom: var(--padding-and-margin)
}

.searcher__text {
    margin-bottom: auto;
    font-size: 100%;
    line-height: normal;
    font-weight: 600;
    text-align: center
}

.black-text {
    color: #212529
}

.main-screen.black-text .scroll-link {
    color: #212529
}

.main-screen.black-text .scroll-link rect {
    stroke: #212529
}

.main-screen.black-text .scroll-link circle {
    fill: #212529
}

.white-text {
    color: #fff
}

.main-screen.white-text .scroll-link {
    color: #fff
}

.main-screen.white-text .scroll-link rect {
    stroke: #fff
}

.main-screen.white-text .scroll-link circle {
    fill: #fff
}

.black-overlay {
    position: relative;
    color: #fff
}

.black-overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.5)
}

.main-screen.black-overlay .scroll-link {
    color: #fff
}

.main-screen.black-overlay .scroll-link rect {
    stroke: #fff
}

.main-screen.black-overlay .scroll-link circle {
    fill: #fff
}

.white-overlay {
    position: relative;
    color: #000
}

.white-overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,.5)
}

.main-screen.white-overlay .scroll-link {
    color: #000
}

.main-screen.white-overlay .scroll-link rect {
    stroke: #000
}

.main-screen.white-overlay .scroll-link circle {
    fill: #000
}

:root {
    --col-main: rgba(255, 255, 255, 0.5);
    --anim-curve: cubic-bezier(0.7, 0, 0.2, 1);
    --slide-height: 30vh;
    --slide-margin: 0.5vw;
    --working-width: calc(100vw - 1.25rem*2)
}

@media (min-width: 600px) {
    :root {
        --working-width:calc(100vw - 1.25rem*2)
    }
}

@media (min-width: 900px) {
    :root {
        --working-width:calc(70vw - 1.25rem*2)
    }
}

@media (min-width: 1024px) {
    :root {
        --working-width:calc(75vw - 1.25rem*2)
    }
}

@media (min-width: 1440px) {
    :root {
        --working-width:calc(80vw - 1.25rem*2)
    }
}

@media (min-width: 1800px) {
    :root {
        --working-width:calc(85vw - 1.25rem*2)
    }
}

#blocks-idea {
    width: 100%;
    font-size: 0;
    --page: 0;
    --slides: 3;
    position: relative;
    margin-bottom: 3rem
}

@media (min-width: 900px) {
    #blocks-idea {
        width:var(--working-width)
    }
}

#blocks-idea .blocks-idea__slide {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 var(--slide-margin) var(--slide-margin);
    font-size: 4vw;
    white-space: normal;
    vertical-align: top;
    background: #0d0d0d;
    color: #fff;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc
}

@media (min-width: 900px) {
    #blocks-idea .blocks-idea__slide {
        font-size:2vw;
        width: calc((var(--working-width) - var(--slides) * 2 * var(--slide-margin))/ var(--slides));
        height: 20rem
    }
}

@media (min-width: 1440px) {
    #blocks-idea .blocks-idea__slide {
        font-size:2.5vw
    }
}

#blocks-idea .blocks-idea__slide .blocks-idea__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    position: relative
}

@media (min-width: 900px) {
    #blocks-idea .blocks-idea__slide .blocks-idea__body {
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

#blocks-idea .blocks-idea__slide .blocks-idea__body:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.65)
}

#blocks-idea .blocks-idea__slide .blocks-idea__body * {
    position: relative;
    z-index: 2
}

.page #blocks-idea .blocks-idea__slide hr {
    width: 50%;
    height: 2px;
    background-color: rgba(255,255,255,.2);
    border: 0;
    margin: .5rem auto;
    background-color: rgba(240,133,24,.63)
}

@media (min-width: 600px) {
    .page #blocks-idea .blocks-idea__slide hr {
        margin:1.5rem auto;
        height: 4px
    }
}

@media (min-width: 900px) {
    .page #blocks-idea .blocks-idea__slide hr {
        margin:2rem auto
    }
}

.page__text .blocks-idea__title {
    font-size: 100%;
    color: #333;
    text-align: center
}

.page__text .blocks-idea__number {
    color: #f08518;
    text-align: center;
    color: #333;
    font-weight: 700
}

.page__text .blocks-idea__number,.page__text .blocks-idea__title {
    font-size: 160%
}

@media (min-width: 480px) {
    .page__text .blocks-idea__number,.page__text .blocks-idea__title {
        font-size:100%
    }
}

.stages__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.stages {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0;
    position: relative;
    padding-top: 3rem;
    margin-top: 0;
    margin-bottom: 2.1875rem
}

@media (min-width: 576px) {
    .stages {
        margin-top:0;
        margin-bottom: 3.125rem
    }
}

@media (min-width: 768px) {
    .stages {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 0;
        margin-bottom: 2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2rem
    }
}

@media (min-width: 1200px) {
    .stages {
        /* margin-top:0; *//* margin-bottom:5rem; *//* padding-top:5rem; */padding-bottom:3rem
    }
}

.stages * {
    /* z-index:2; */
}

.stages__info__title {
    font-weight: 700;
    margin-bottom: 1rem;
    width: 100%
}

.stages__desc {
    width: 100%;
    text-align: left
}

@media (min-width: 576px) {
    .stages__desc {
        text-align:right
    }
}

@media (min-width: 1200px) {
    .stages__desc {
        width:50%
    }
}

.stages__desc__title {
    font-style: 1.125rem;
    margin-bottom: 1rem;
    font-weight: 700
}

.stages__info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .stages__info {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.stages__info__desc {
    width: 100%;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 576px) {
    .stages__info__desc {
        padding-right:10rem
    }
}

@media (min-width: 768px) {
    .stages__info__desc {
        padding-top:10rem;
        width: 40%;
        margin-right: 10%;
        margin-bottom: 0;
        text-align: right;
        -moz-text-align-last: right;
        text-align-last: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 2rem
    }
}

.stages__info__preview {
    width: 100%;
    text-align: center;
    -ms-grid-row-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width: 767px) {
    .stages__info__preview {
        background-image:none!important
    }
}

@media (min-width: 768px) {
    .stages__info__preview {
        width:40%;
        margin-left: 10%;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        min-height: 18.75rem
    }
}

.stages__info__img {
    background-color: #fff;
    max-width: 100%;
    max-height: 18.75rem
}

@media (min-width: 768px) {
    .stages__info__img {
        display:none
    }
}

.stages__info__link {
    margin-bottom: 1rem
}

.stages__info__link:last-child {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .stages__info__link {
        width:48%;
        margin-bottom: 0
    }
}

.stages__list {
    /* list-style-type:none; */
    /* counter-reset:li; */
}

.stages__list>div {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.stages__list>div:first-child {
    margin-top: 2rem
}

.stages__list>div:last-child {
    margin-bottom: 2rem
}

.stages__info {
    position: relative;
    padding-top: 8rem
}

@media (min-width: 576px) {
    .stages__info {
        padding-top:0
    }
}

.stages__info:after {
    display: block;
    position: absolute;
    width: 7rem;
    height: 8px;
    background-color: #1b608e;
    content: '';
    top: 6rem;
    margin-left: 1rem
}

@media (min-width: 576px) {
    .stages__info:after {
        padding-top:0
    }
}

@media (min-width: 768px) {
    .stages__info:after {
        margin-left:0
    }
}

.stages__info:before {
    counter-increment: li;
    content: counter(decimal-leading-zero) counter(li);
    position: absolute;
    top: 1.7rem;
    font-size: 6rem;
    font-weight: 600;
    color: #f08518;
    margin-left: 1rem
}

@media (min-width: 768px) {
    .stages__info:before {
        margin-left:0
    }
}

.stages__list .stages__info:first-child {
    margin-top: 0
}

.stages__list .stages__info:last-child {
    margin-bottom: 0
}

.stages__list>div:nth-child(even)>.stages__info:after,.stages__list>div:nth-child(even)>.stages__info:before {
    right: 0;
    margin-right: 1rem
}

@media (min-width: 768px) {
    .stages__list>div:nth-child(even)>.stages__info:after,.stages__list>div:nth-child(even)>.stages__info:before {
        right:50%;
        margin-right: 2rem
    }
}

@media (min-width: 768px) {
    .stages__list>div:nth-child(even)>.stages__info .stages__info__preview {
        width:40%;
        margin-left: 0;
        margin-right: 10%;
        background-position: left top
    }
}

@media (min-width: 768px) {
    .stages__list>div:nth-child(even)>.stages__info .stages__info__desc {
        margin-right:0;
        margin-left: 10%
    }
}

@media (min-width: 768px) {
    .stages__list>div:nth-child(odd)>.stages__info:after,.stages__list>div:nth-child(odd)>.stages__info:before {
        left:50%;
        margin-left: 2rem
    }
}

.stages__list>div:nth-child(odd)>.stages__info .stages__info__desc {
    padding-left: 1rem;
    padding-right: 1rem;
    -moz-text-align-last: left;
    text-align-last: left;
    text-align: left
}

@media (min-width: 576px) {
    .stages__list>div:nth-child(odd)>.stages__info .stages__info__desc {
        padding-left:10rem
    }
}

@media (min-width: 768px) {
    .stages__list>div:nth-child(odd)>.stages__info .stages__info__desc {
        text-align:left;
        -moz-text-align-last: left;
        text-align-last: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 768px) {
    .stages__list>div:nth-child(odd)>.stages__info .stages__info__preview {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.stages__info--vmiddle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.has-animation {
    position: relative;
}

.has-animation .stages__info {
    /* opacity:0; */
}

.has-animation.animate-in .stages__info {
    -webkit-animation: textHidden .1s 1.1s forwards;
    animation: textHidden .1s 1.1s forwards
}

.has-animation.animate-in:after,.has-animation.animate-in:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    background-image: url(http://webdom2019.webtuner.ru/templates/img/bg/bg-1.png);
    background-position: bottom right;
    background-repeat: no-repeat
}

.has-animation.animate-in:before {
    background-color: #e2e2e2
}

.has-animation.animate-in:after {
    background-color: #f08518;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.stages__list>div:nth-child(odd).animate-in:before {
    -webkit-animation: revealLTR 1.8s ease;
    animation: revealLTR 1.8s ease
}

.stages__list>div:nth-child(odd).animate-in:after {
    -webkit-animation: revealLTR 1s .6s ease;
    animation: revealLTR 1s .6s ease
}

.stages__list>div:nth-child(even).animate-in:before {
    -webkit-animation: revealRTL 1.8s ease;
    animation: revealRTL 1.8s ease
}

.stages__list>div:nth-child(even).animate-in:after {
    -webkit-animation: revealRTL 1s .6s ease;
    animation: revealRTL 1s .6s ease
}

@-webkit-keyframes revealRTL {
    0% {
        width: 0;
        right: 0
    }

    65% {
        width: 100%;
        right: 0
    }

    100% {
        width: 0;
        right: 100%
    }
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0
    }

    65% {
        width: 100%;
        right: 0
    }

    100% {
        width: 0;
        right: 100%
    }
}

@-webkit-keyframes revealLTR {
    0% {
        width: 0;
        left: 0
    }

    65% {
        width: 100%;
        left: 0
    }

    100% {
        width: 0;
        left: 100%
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0
    }

    65% {
        width: 100%;
        left: 0
    }

    100% {
        width: 0;
        left: 100%
    }
}

@-webkit-keyframes textHidden {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes textHidden {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.list-cards .list-cards__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    position: relative;
    background-color: #f08518;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center
}

@media (min-width: 576px) {
    .list-cards .list-cards__title {
        font-size:1.6rem;
        line-height: 2.3rem;
        margin-bottom: 2rem;
        margin-top: 3rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        font-size:2rem;
        line-height: 2.3rem;
        margin-bottom: 2rem;
        margin-top: 3rem;
        width: calc(100% + 3rem);
        padding-right: 5rem;
        padding-left: 0;
        text-align: left
    }
}

.list-cards .list-cards__title::after,.list-cards .list-cards__title::before {
    content: '';
    position: absolute;
    width: calc(100% - 2rem);
    background-color: #f08518;
    height: 2px;
    left: 0
}

.list-cards .list-cards__title::after {
    top: 0
}

.list-cards .list-cards__title::before {
    bottom: 0
}

.list-cards .list-cards__content {
    margin-bottom: 2rem
}

.list-cards .list-cards__content .list-cards__content__btn,.list-cards .list-cards__content a,.staff-list__btn {
    text-decoration: none;
    border: 1px solid #b3b3b3;
    border-radius: .3125rem;
    padding: .625rem 1.25rem;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    color: inherit;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer
}

.list-cards .list-cards__content .list-cards__content__btn:hover,.list-cards .list-cards__content a:hover,.staff-list__btn:hover {
    background-color: #f08518;
    color: #fff;
    border: 1px solid #f08518
}

.list-cards .list-cards__img {
    position: relative
}

.list-cards img {
    max-width: 100%;
    vertical-align: middle
}

@media (min-width: 576px) {
    .list-cards img {
        width:auto;
        height: 15rem;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}

@media (min-width: 1320px) {
    .list-cards img {
        width:auto;
        height: auto;
        display: inline-block
    }
}

.list-cards__content__bottom {
    margin-top: 2rem;
    text-align: center
}

@media (min-width: 1320px) {
    .list-cards__content__bottom {
        margin-top:2rem;
        text-align: left
    }
}

@media (min-width: 900px) {
    .list-cards .list-cards__item {
        margin-bottom:6rem
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__item {
        display:-ms-grid;
        display: grid;
        -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3,auto);
        grid-template-areas: '. . title' 'img img content' 'img img .';
        max-width: 1240px;
        margin-right: 3rem;
        margin-left: auto;
        margin-bottom: 5rem
    }

    .list-cards .list-cards__item::after {
        content: '';
        grid-column: 2/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        position: relative;
        z-index: -1;
        background: #fff
    }

    .list-cards .list-cards__title {
        grid-area: title;
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        padding-left: 2rem;
        padding-top: 2rem;
        padding-right: 6rem;
        padding-bottom: 2rem
    }

    .list-cards .list-cards__content {
        grid-area: content;
        margin-bottom: 0;
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        padding-left: 2rem;
        padding-right: 3rem
    }

    .list-cards .list-cards__img {
        grid-area: img;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }

    .list-cards__content__bottom {
        margin-bottom: 3rem
    }

    .list-cards .list-cards__title::after,.list-cards .list-cards__title::before {
        left: 2rem
    }

    .list-cards .list-cards__title {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1320px) {
    .list-cards .list-cards__title {
        -ms-grid-row:1;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .list-cards .list-cards__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (min-width: 1440px) {
    .list-cards .list-cards__item {
        -ms-grid-columns:3fr 3fr 8fr;
        grid-template-columns: 3fr 3fr 8fr;
        margin-right: 3rem
    }
}

@media (min-width: 1800px) {
    .list-cards .list-cards__item {
        -ms-grid-columns:4fr 4fr 5fr;
        grid-template-columns: 4fr 4fr 5fr;
        margin-right: auto
    }
}

.list-cards__wrap {
    position: relative;
    margin-top: 0
}

.list-cards__wrap h2 {
    text-align: center;
    width: 100%;
    display: block;
    text-indent: 0;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .list-cards__wrap h2 {
        text-transform:uppercase;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1320px) {
    .list-cards__wrap {
        margin-top:4rem
    }

    .list-cards__wrap h2 {
        position: absolute;
        font-size: 180%;
        top: -1.15rem;
        text-indent: -20rem
    }
}

@media (min-width: 1440px) {
    .list-cards__wrap {
        margin-top:5rem
    }

    .list-cards__wrap h2 {
        font-size: 200%;
        top: -1.2rem;
        text-indent: -20rem
    }
}

@media (min-width: 1800px) {
    .list-cards__wrap {
        margin-top:6rem
    }

    .list-cards__wrap h2 {
        font-size: 250%;
        top: -1.6rem;
        text-indent: -30rem
    }
}

.category-list .page-section__item:nth-last-child(-n+2) {
    display: none
}

.staff {
    background: #1b608e;
    background-image: url(../img/about/result-bg.png);
    background-image: url(../img/about/result-bg.png),-o-linear-gradient(left,#1b608e,#3b80ae);
    background-image: url(../img/about/result-bg.png),-webkit-gradient(linear,left top,right top,from(#1b608e),to(#3b80ae));
    background-image: url(../img/about/result-bg.png),linear-gradient(to right,#1b608e,#3b80ae);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%;
    width: calc(100% + 1.25rem*2);
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    margin-bottom: 5rem
}

.staff-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 4rem
}

.staff h2 {
    text-align: center;
    width: 100%;
    display: block;
    text-indent: 0;
    margin-bottom: 1rem;
    color: #f08518;
    color: #fff
}

@media (min-width: 576px) {
    .staff h2 {
        margin-bottom:1.5rem
    }
}

@media (min-width: 1320px) {
    .list-cards__wrap {
        margin-top:4rem
    }

    .staff h2 {
        font-size: 180%
    }
}

@media (min-width: 1440px) {
    .list-cards__wrap {
        margin-top:5rem
    }

    .staff h2 {
        font-size: 200%
    }
}

@media (min-width: 1800px) {
    .list-cards__wrap {
        margin-top:6rem
    }

    .staff h2 {
        font-size: 50px
    }
}

.staff-list__item {
    width: 100%;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative
}

@media (min-width: 576px) {
    .staff-list__item {
        width:calc(100%/2 - 20px)
    }
}

@media (min-width: 1024px) {
    .staff-list__item {
        width:calc(100%/3 - 20px)
    }
}

@media (min-width: 1320px) {
    .staff-list__item {
        width:calc(100%/4 - 20px)
    }
}

.staff-list__img {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    position: relative
}

.staff-list__pos {
    margin: .5rem 0;
    font-weight: 600
}

.end {
    padding-bottom: 2.1875rem;
    padding-top: 5.9375rem
}

@media (min-width: 576px) {
    .device-slider.active+.end,.gallery_block+.end {
        margin-top:5rem
    }
}

@media (min-width: 768px) {
    .device-slider.active+.end,.gallery_block+.end {
        margin-top:5rem
    }
}

@media (min-width: 992px) {
    .device-slider.active+.end,.gallery_block+.end {
        margin-top:7rem
    }
}

@media (min-width: 1640px) {
    .device-slider.active+.end,.gallery_block+.end {
        margin-top:10rem
    }
}

.end-container,.end__btn,.end__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.end-container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (min-width: 576px) {
    .end-container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .end-container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .end-container {
        max-width:960px
    }
}

@media (min-width: 1300px) {
    .end-container {
        max-width:1000px
    }
}

.end-container .end__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .end-container .end__wrap {
        -ms-flex-wrap:nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.end__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .end__wrap {
        -ms-flex-wrap:nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.end__slogan {
    background-color: #f7f7f8;
    z-index: 3;
    position: relative;
    font-size: 1.4375rem;
    line-height: 1.875rem;
    width: 100%;
    left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center
}

@media (min-width: 576px) {
    .end__slogan {
        font-size:1.625rem;
        line-height: 2.125rem;
        width: 80%;
        left: 5%;
        text-align: left
    }
}

@media (min-width: 768px) {
    .end__slogan {
        font-size:1.75rem;
        line-height: 2.375rem;
        width: 75%
    }
}

@media (min-width: 992px) {
    .end__slogan {
        font-size:1.75rem;
        line-height: 2.375rem
    }
}

@media (min-width: 1200px) {
    .end__slogan {
        font-size:2.25rem;
        line-height: 3rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 1600px) {
    .end__slogan {
        font-size:2.25rem;
        line-height: 3rem;
        width: 68%;
        left: 0
    }
}

.end__btn__wrap {
    width: 100%;
    margin-top: 1rem
}

@media (min-width: 576px) {
    .end__btn__wrap {
        width:auto;
        margin-top: 0
    }
}

.end__btn {
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 576px) {
    .end__btn {
        width:18.75rem;
        height: 15.625rem;
        border: 6px solid #212529;
        left: -20%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

@media (min-width: 768px) {
    .end__btn {
        width:21.875rem;
        height: 16.875rem
    }
}

@media (min-width: 992px) {
    .end__btn {
        width:21.875rem;
        height: 16.875rem
    }
}

@media (min-width: 1200px) {
    .end__btn {
        width:25rem;
        height: 16.875rem
    }
}

@media (min-width: 1600px) {
    .end__btn {
        width:35.625rem;
        height: 20rem
    }
}

.end__btn button {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #f08518;
    text-align: center;
    font-weight: 700;
    font-size: 2.25rem;
    position: relative;
    font-size: 1.375rem;
    padding: .9375rem 1.25rem
}

@media (min-width: 576px) {
    .end__btn button {
        right:-20%;
        font-size: 1.375rem;
        padding: .9375rem 1.25rem
    }
}

@media (min-width: 768px) {
    .end__btn button {
        font-size:1.375rem;
        padding: .9375rem 1.25rem
    }
}

@media (min-width: 992px) {
    .end__btn button {
        font-size:1.375rem;
        padding: .9375rem 1.25rem
    }
}

@media (min-width: 1200px) {
    .end__btn button {
        font-size:1.625rem;
        padding: 1.25rem 1.5625rem
    }
}

@media (min-width: 1600px) {
    .end__btn button {
        font-size:2.25rem;
        padding: 2.5rem 2.8125rem
    }
}

.btn-anim-send {
    position: relative;
    display: inline-block;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 1.5s .5s,border 3s 1s;
    -o-transition: color 1.5s .5s,border 3s 1s;
    transition: color 1.5s .5s,border 3s 1s
}

.btn-anim-send:after,.btn-anim-send:before {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
    -webkit-transform: rotateX(360deg) rotateY(0) translateX(-50%) translateY(0) scale(.2);
    transform: rotateX(360deg) rotateY(0) translateX(-50%) translateY(0) scale(.2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-anim-send:before {
    top: 5px;
    height: 10rem;
    background: #f08518;
    border-top-color: #fff;
    border-top-style: solid;
    height: 4rem
}

@media (min-width: 576px) {
    .btn-anim-send:before {
        height:4rem
    }
}

@media (min-width: 768px) {
    .btn-anim-send:before {
        height:4rem
    }
}

@media (min-width: 992px) {
    .btn-anim-send:before {
        height:6rem
    }
}

@media (min-width: 1200px) {
    .btn-anim-send:before {
        height:8rem
    }
}

@media (min-width: 1600px) {
    .btn-anim-send:before {
        height:10rem
    }
}

.btn-anim-send:after {
    top: 0;
    border-top-color: #f08518;
    border-top-style: solid
}

.btn-anim-send:after,.btn-anim-send:before {
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
    border-top-width: 2rem;
    left: 50%
}

@media (min-width: 576px) {
    .btn-anim-send:after,.btn-anim-send:before {
        border-right:4rem solid transparent;
        border-left: 4rem solid transparent;
        border-top-width: 2rem;
        left: 60%;
        margin-top: -1rem
    }
}

@media (min-width: 768px) {
    .btn-anim-send:after,.btn-anim-send:before {
        border-right:4rem solid transparent;
        border-left: 4rem solid transparent;
        border-top-width: 2rem
    }
}

@media (min-width: 992px) {
    .btn-anim-send:after,.btn-anim-send:before {
        border-right:6rem solid transparent;
        border-left: 6rem solid transparent;
        border-top-width: 4rem
    }
}

@media (min-width: 1200px) {
    .btn-anim-send:after,.btn-anim-send:before {
        border-right:8rem solid transparent;
        border-left: 8rem solid transparent;
        border-top-width: 6rem;
        margin-top: -2.5rem
    }
}

@media (min-width: 1600px) {
    .btn-anim-send:after,.btn-anim-send:before {
        border-right:10rem solid transparent;
        border-left: 10rem solid transparent;
        border-top-width: 8rem
    }
}

.btn-anim-send:hover {
    color: rgba(255,255,255,0);
    background-color: transparent;
    -webkit-transition: color .25s,border .25s;
    -o-transition: color .25s,border .25s;
    transition: color .25s,border .25s
}

.btn-anim-send:hover:after,.btn-anim-send:hover:before {
    opacity: 1;
    -webkit-transform: rotateX(0) rotateY(-10deg) translateX(-50%) translateY(0) scale(1);
    transform: rotateX(0) rotateY(-10deg) translateX(-50%) translateY(0) scale(1)
}

.btn-anim-send.fly {
    background-color: transparent;
    color: rgba(255,255,255,0);
    -webkit-animation: sended 4s .8s forwards;
    animation: sended 4s .8s forwards
}

@media (min-width: 576px) {
    .btn-anim-send.fly {
        top:-1rem;
        right: 30%
    }
}

@-webkit-keyframes sended {
    0% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 0;
        -webkit-transform: rotate(-45deg) translateX(300%) translateY(-500%);
        transform: rotate(-45deg) translateX(300%) translateY(-500%)
    }

    5% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        transform: rotate(-45deg) translateX(0) translateY(0)
    }

    78% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        transform: rotate(-45deg) translateX(0) translateY(0)
    }

    79% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 0;
        -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        transform: rotate(-45deg) translateX(0) translateY(0)
    }

    80% {
        height: auto;
        width: auto;
        color: rgba(255,255,255,0);
        border: 2px solid rgba(255,255,255,0);
        opacity: 0;
        -webkit-transform: rotate(0) translateX(0) translateY(0);
        transform: rotate(0) translateX(0) translateY(0)
    }

    100% {
        height: auto;
        width: auto;
        color: #fff;
        border: 2px solid rgba(255,255,255,.5);
        opacity: 1;
        -webkit-transform: rotate(0) translateX(0) translateY(0);
        transform: rotate(0) translateX(0) translateY(0)
    }
}

@keyframes sended {
    0% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 0;
        -webkit-transform: rotate(-45deg) translateX(300%) translateY(-500%);
        transform: rotate(-45deg) translateX(300%) translateY(-500%)
    }

    5% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        transform: rotate(-45deg) translateX(0) translateY(0)
    }

    78% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        transform: rotate(-45deg) translateX(0) translateY(0)
    }

    79% {
        height: 2rem;
        width: 3.5rem;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid #f08518;
        border-left: 10px solid #f08518;
        opacity: 0;
        -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        transform: rotate(-45deg) translateX(0) translateY(0)
    }

    80% {
        height: auto;
        width: auto;
        color: rgba(255,255,255,0);
        border: 2px solid rgba(255,255,255,0);
        opacity: 0;
        -webkit-transform: rotate(0) translateX(0) translateY(0);
        transform: rotate(0) translateX(0) translateY(0)
    }

    100% {
        height: auto;
        width: auto;
        color: #fff;
        border: 2px solid rgba(255,255,255,.5);
        opacity: 1;
        -webkit-transform: rotate(0) translateX(0) translateY(0);
        transform: rotate(0) translateX(0) translateY(0)
    }
}

.fly:after,.fly:before {
    -webkit-animation: flyout .6s forwards;
    animation: flyout .6s forwards
}

@-webkit-keyframes flyout {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(0) rotateZ(0) translateX(-50%) translateY(0) scale(1);
        transform: rotateX(0) rotateZ(0) translateX(-50%) translateY(0) scale(1)
    }

    33% {
        opacity: .66;
        -webkit-transform: rotateX(0) rotateZ(-5deg) translateX(-100%) translateY(0) scale(1);
        transform: rotateX(0) rotateZ(-5deg) translateX(-100%) translateY(0) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(0) rotateZ(0) translateX(1000%) translateY(0) scale(1);
        transform: rotateX(0) rotateZ(0) translateX(1000%) translateY(0) scale(1)
    }
}

@keyframes flyout {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(0) rotateZ(0) translateX(-50%) translateY(0) scale(1);
        transform: rotateX(0) rotateZ(0) translateX(-50%) translateY(0) scale(1)
    }

    33% {
        opacity: .66;
        -webkit-transform: rotateX(0) rotateZ(-5deg) translateX(-100%) translateY(0) scale(1);
        transform: rotateX(0) rotateZ(-5deg) translateX(-100%) translateY(0) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(0) rotateZ(0) translateX(1000%) translateY(0) scale(1);
        transform: rotateX(0) rotateZ(0) translateX(1000%) translateY(0) scale(1)
    }
}

.staff-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .staff-person {
        -webkit-box-pack:start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1200px) {
    .staff-person {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.staff-person__album {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .staff-person__album {
        -webkit-box-pack:start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1200px) {
    .staff-person__album {
        width:auto;
        margin-left: 100px;
        margin-top: 0
    }
}

.staff-person__album__item {
    display: inline-block;
    margin-right: .5rem;
    margin-left: .5rem
}

@media (min-width: 768px) {
    .staff-person__album__item {
        margin-right:1rem;
        margin-left: 0
    }
}

.staff-person__album__item img {
    max-width: 100%;
    width: 200px
}

.staff-person__info {
    margin-left: 0;
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .staff-person__info {
        width:auto;
        margin-left: 30px;
        text-align: left
    }
}

.staff-person__name {
    margin-bottom: 1.25rem;
    margin-right: 0;
    font-family: GoogleSans-Bold;
    font-size: 100%;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #333
}

@media (min-width: 768px) {
    .staff-person__name {
        margin-right:3.125rem
    }
}

@media (min-width: 900px) {
    .staff-person__name {
        margin-right:0;
        font-size: 156.5%
    }
}

@media (min-width: 1200px) {
    .staff-person__name {
        font-size:200%;
        line-height: 120%
    }
}

.staff-person__pic {
    margin-bottom: 2rem
}

.staff-person__pic__img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    max-height: 200px
}

.page__text ol,.page__text ul {
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.staff-person__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .staff-person__desc {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.staff-person__tech,.staff-person__work {
    width: 100%
}

.staff-person__tech {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2rem
}

.staff-person__work {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 992px) {
    .staff-person__tech,.staff-person__work {
        width:48%;
        margin-bottom: 0
    }

    .staff-person__tech {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .staff-person__work {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.staff-person__tech ul {
    list-style-type: none;
    margin: 0
}

.staff-person__tech ul li {
    display: inline-block;
    padding: .3rem .5rem;
    margin: .5rem .5rem .5rem 0;
    background-color: #ccc
}

.staff-person__list__item {
    margin: .3rem 0
}

.staff-person__list__item strong {
    display: inline-block;
    margin-right: 1rem
}

.staff-person__list {
    margin: 1rem 0
}

.reviews-block {
    background-color: #eee;
    width: calc(100% + 1.25rem*2);
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 2.5rem;
    background-image: url(../img/bg/bg-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%;
    border-top: 2px solid #e6e6e6
}

@media (max-width: 599px) {
    .reviews-block {
        width:calc(100% + .9375rem*2);
        margin-left: -.9375rem;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.reviews-block h2 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase
}

.comments-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem
}

.comments-block__item {
    width: 100%;
    border: 2px solid #eee;
    padding: 2rem 1.5rem;
    border-radius: var(--border-radius);
    background-color: #fff;
    margin-top: 1rem
}

@media (min-width: 992px) {
    .comments-block {
        -webkit-box-pack:justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .comments-block__item {
        width: 48%;
        margin-bottom: 2rem
    }
}

.add-comment {
    padding-top: 1.6rem;
    margin-top: 4rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.add-comment:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #00628f;
    width: 30rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15rem
}

.add-comment__form {
    max-width: 100%
}

@media (min-width: 1380px) {
    .add-comment:before {
        width:60rem;
        margin-left: -30rem
    }
}

.add-comment input[type=text] {
    max-width: 100%;
    display: block;
    width: 50rem;
    border: 2px solid #eee;
    padding: 1rem .5rem;
    font-size: 16px;
    border-radius: var(--border-radius);
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    font-family: GoogleSans-Regular,Arial,sans-serif
}

.add-comment textarea {
    max-width: 100%;
    display: block;
    width: 50rem;
    border: 2px solid #eee;
    padding: 1rem .5rem;
    font-size: 16px;
    border-radius: var(--border-radius);
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    height: 10rem;
    font-family: GoogleSans-Regular,Arial,sans-serif
}

.comments-block__item__top {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f08518;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-block__item__date {
    width: 100%;
    margin-top: 1rem;
    text-align: right
}

.comments-block__item__icon {
    background-size: contain;
    background-color: transparent;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 1rem
}

.comments-block__item__icon[style="background-image: url();"] {
    background-image: url(/templates/img/icons/nophoto.svg)!important;
    background-size: 2rem auto;
    background-position: center;
    border: 2px solid #ccc
}

.comments-block__item__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: calc(100% - 120px)
}

.page-staff .page__inner {
    margin-bottom: 0!important
}

.comments-block__item__stars .mystar {
    padding: 0;
    display: inline-block
}

.comments-block__item__stars {
    text-align: right;
    margin-top: 1rem;
    margin-bottom: .5rem
}

.news__slide-preview {
    width: 15rem;
    height: 15rem;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 3px solid #f08518;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block
}

.news__slide-preview[style="background-image: url()"] {
    background-color: #e6e6e6;
    background-image: url(/userfiles/advertisingimages/logo.png)!important;
    background-size: 70%;
    background-position: center
}

@media (min-width: 480px) {
    .news__slide-preview {
        width:10rem;
        height: 10rem
    }
}

@media (min-width: 1024px) {
    .news__slide-preview {
        width:15rem;
        height: 15rem
    }
}

.news__slide-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 480px) {
    .news__slide-body {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.news__slide-body__column {
    position: relative;
    margin-right: 2rem;
    width: 100%;
    text-align: center
}

@media (min-width: 480px) {
    .news__slide-body__column {
        width:auto
    }
}

.news__slide-body__column:before {
    content: "";
    background-color: #eee;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(15rem/2);
    height: calc(100% - 15rem/2);
    background-image: url(/templates/img/bg/bg-bl.jpg);
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
    opacity: .5
}

@media (min-width: 480px) {
    .news__slide-body__column:before {
        top:calc(5rem);
        height: calc(100% - 5rem);
        display: block
    }
}

@media (min-width: 1024px) {
    .news__slide-body__column:before {
        top:calc(15rem/2);
        height: calc(100% - 15rem/2)
    }
}

.news__slide-txt img {
    max-width: 100%;
    height: auto!important
}

.album-block .album-block__slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    border: 1px solid #ccc;
    display: block
}

.album-block .swiper-pagination {
    width: 100%;
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    min-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.album-block .swiper-pagination-bullet {
    width: .6rem;
    height: .6rem;
    margin-left: .5rem;
    margin-right: .5rem
}

@media (min-width: 576px) {
    .album-block .album-block__slide {
        height:15rem
    }
}

@media (min-width: 900px) {
    .album-block .album-block__slide {
        height:10rem
    }
}

@media (min-width: 1024px) {
    .album-block .album-block__slide {
        height:15rem
    }
}

@media (min-width: 1440px) {
    .album-block .album-block__slide {
        height:20rem
    }
}

.album-block .swiper-button-next,.album-block .swiper-button-prev {
    z-index: 100
}

.album-block__nav {
    position: relative;
    margin-top: 1rem;
    min-height: 3rem
}

.album-block__bg--top.album-block .album-block__slide {
    background-position: center top;
    background-size: contain
}

.album-block .album-block__slide img {
    max-width: 100%
}

.album-block__height--auto.album-block .album-block__slide {
    height: auto!important;
    line-height: 0
}

.years__button__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    width: 120px
}

.years__button {
    cursor: pointer;
    display: block;
    width: 15px;
    height: 26px;
    position: relative;
    margin: 0 1rem
}

.years__button span,.years__button:after,.years__button:before {
    background: #f08518;
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    top: calc(50% - (2px / 2))
}

.years__button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.years__button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.years__button span {
    width: 0
}

.years__button:hover span {
    width: 42.42px
}

.years__button.years__button-next span,.years__button.years__button-next:after,.years__button.years__button-next:before {
    left: 0;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.years__button.years__button-next:after,.years__button.years__button-next:before {
    -webkit-transition: left .3s 50ms;
    transition: left .3s 50ms
}

.years__button.years__button-next span {
    -webkit-transition: width .3s,left .3s 50ms;
    transition: width .3s,left .3s 50ms
}

.years__button.years__button-next:hover span,.years__button.years__button-next:hover:after,.years__button.years__button-next:hover:before {
    left: -21.216407355px
}

.years__button.years__button-prev span,.years__button.years__button-prev:after,.years__button.years__button-prev:before {
    right: 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.years__button.years__button-prev:after,.years__button.years__button-prev:before {
    -webkit-transition: right .3s 50ms;
    transition: right .3s 50ms
}

.years__button.years__button-prev span {
    -webkit-transition: width .3s,right .3s 50ms;
    transition: width .3s,right .3s 50ms
}

.years__button.years__button-prev:hover span,.years__button.years__button-prev:hover:after,.years__button.years__button-prev:hover:before {
    right: -21.216407355px
}

a#all,a#back_l,a#next_l {
    display: block;
    width: 2rem;
    background-color: #1b608e;
    text-decoration: none;
    font-family: GoogleSans-Regular,Arial,sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    height: 3rem;
    line-height: 2.8rem;
    padding: 0;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    text-align: center
}

a#back_l {
    left: 0
}

a#next_l {
    right: 0
}

a#back_l:hover,a#next_l:hover {
    color: #1b608e
}

@media (min-width: 375px) {
    a#back_l,a#next_l {
        width:42.5%;
        width: 35%
    }
}

@media (min-width: 900px) {
    a#back_l {
        left:30%
    }
}

@media (min-width: 1024px) {
    a#back_l {
        left:25%
    }
}

@media (min-width: 1024px) {
    a#back_l {
        left:25%
    }
}

@media (min-width: 1440px) {
    a#back_l {
        left:20%
    }
}

@media (min-width: 1800px) {
    a#back_l {
        left:15%
    }
}

#main_preload {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='L7' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3e%3cpath fill='%23f08518' d='M31.6,3.5C5.9,13.6-6.6,42.7,3.5,68.4c10.1,25.7,39.2,38.3,64.9,28.1l-3.1-7.9c-21.3,8.4-45.4-2-53.8-23.3 c-8.4-21.3,2-45.4,23.3-53.8L31.6,3.5z' transform='rotate(88.2637 50 50)'%3e%3canimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3e%3c/path%3e%3cpath fill='%23f08518' d='M42.3,39.6c5.7-4.3,13.9-3.1,18.1,2.7c4.3,5.7,3.1,13.9-2.7,18.1l4.1,5.5c8.8-6.5,10.6-19,4.1-27.7 c-6.5-8.8-19-10.6-27.7-4.1L42.3,39.6z' transform='rotate(-176.527 50 50)'%3e%3canimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='-360 50 50' repeatCount='indefinite'/%3e%3c/path%3e%3cpath fill='%231b608e' d='M82,35.7C74.1,18,53.4,10.1,35.7,18S10.1,46.6,18,64.3l7.6-3.4c-6-13.5,0-29.3,13.5-35.3s29.3,0,35.3,13.5 L82,35.7z' transform='rotate(88.2637 50 50)'%3e%3canimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3e%3c/path%3e%3c/svg%3e");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    background-size: 15% auto;
    background-repeat: no-repeat;
    background-position: center center
}

.for-preload {
    display: none
}

a#all,a#back_l,a#next_l {
    display: block;
    width: 2rem;
    background-color: #1b608e;
    text-decoration: none;
    font-family: GoogleSans-Regular,Arial,sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    height: 3rem;
    line-height: 2.8rem;
    padding: 0;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    text-align: center
}

a#all,a#back_l,a#next_l {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a#all {
    font-size: 1.3rem;
    line-height: 3.5rem;
    background-image: url(/templates/img/grid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-color: #f08518
}

@media (min-width: 900px) {
    a#back_l {
        left:30%
    }
}

@media (min-width: 1024px) {
    a#back_l {
        left:25%
    }
}

@media (min-width: 1024px) {
    a#back_l {
        left:25%
    }
}

@media (min-width: 1440px) {
    a#back_l {
        left:20%
    }
}

@media (min-width: 1800px) {
    a#back_l {
        left:15%
    }
}

a#next_l {
    right: 0
}

a#all,a#back_l,a#next_l {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a#all:hover {
    background-color: #1b608e;
    color: #fff
}

a#back_l:hover,a#next_l:hover {
    background-color: #f08518;
    color: #fff
}

a#all {
    width: 20%;
    left: 40%
}

a#back_l,a#next_l {
    width: 40%
}

@media (min-width: 900px) {
    a#all {
        width:10%;
        left: 60%
    }

    a#back_l,a#next_l {
        width: 30%
    }
}

@media (min-width: 1024px) {
    a#all {
        width:15%;
        left: 55%
    }

    a#back_l,a#next_l {
        width: 30%
    }
}

@media (min-width: 1440px) {
    a#all {
        width:10%;
        left: 55%
    }

    a#back_l,a#next_l {
        width: 35%
    }
}

@media (min-width: 1800px) {
    a#back_l,a#next_l {
        width:36%
    }

    a#all {
        width: 14%;
        left: 50%
    }
}

.w-100 {
    width: 100%
}

.page-contacts__location {
    position: absolute;
    right: calc(50% + 2vw);
    top: 3.8vw;
    display: none;
    width: 3.5vw;
    height: 3.5vw;
    z-index: 2000
}

.page-contacts__link-window {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.location-info__title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.location-info__address {
    margin-bottom: 1rem
}

.location-info__img img {
    max-width: 100%;
    height: auto;
    border: 2px solid #e6e6e6
}

@media (min-width: 1200px) {
    .page-contacts__location {
        display:block
    }
}
