@charset "UTF-8";
@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    src: local("Ubuntu Light"), local("Ubuntu-Light"), url(../fonts/PSunXwDpK9pM.woff2) format("woff2"), url(../fonts/eR2457ihP6OM.woff) format("woff")
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(../fonts/xACF9SRQwpDg.woff2) format("woff2"), url(../fonts/vjfx3UZm9nsT.woff) format("woff")
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(../fonts/yK6qpMzUPe27.woff2) format("woff2"), url(../fonts/mSVi7K0zzotz.woff) format("woff")
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(../fonts/M7GqG7gk4AGk.woff2) format("woff2"), url(../fonts/PnL05s3kofaY.woff) format("woff")
}

* {
    box-sizing: border-box
}

body,
html {
    height: auto
}

body {
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    font-style: normal;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    opacity: 1;
    background-color: #fff;
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 33px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 18px
}

.color-main {
    color: #ffc41c
}

.btn {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
    text-decoration: none;
    text-transform: none;
    color: #000;
    cursor: pointer;
    background-color: #ffc41c;
    transition: all .2s ease-out;
    padding: 0 30px
}

.btn:hover {
    background-color: #ffd869
}

.img-wrapper {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

button {
    outline: none;
    border: none
}

a {
    text-decoration: none
}

p,
ul {
    padding: 0;
    margin: 0
}

ul {
    list-style-type: none
}

.container {
    width: 1170px;
    padding: 0 15px;
    margin: auto
}

.input-text {
    height: 60px;
    font-weight: 400;
    font-size: 21px;
    padding-left: 12px;
    padding-right: 12px
}

.input-text placeholder {
    color: #000
}

.svg-wrapper1 {
    height: 102px;
    width: 102px;
    border-radius: 50%;
    background-color: #f4f4f4
}

.svg-wrapper1 svg {
    width: 50px;
    height: 50px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.list__item {
    font-size: 18px;
    position: relative;
    padding-left: 55px
}

.list__item:not(:last-child) {
    margin-bottom: 35px
}

.list .svg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    display: block
}

.list .svg-wrapper svg {
    fill: #ffc41c
}

.horizont-lines {
    position: relative
}

.horizont-lines:after,
.horizont-lines:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    height: 1px;
    width: 70px;
    background-color: #000
}

.horizont-lines:before {
    left: -100px
}

.horizont-lines:after {
    right: -100px
}

.horizont-lines--white:after,
.horizont-lines--white:before {
    background-color: #fff
}

.double-lines {
    position: relative
}

.double-lines:after,
.double-lines:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #2c9f08
}

.double-lines:after {
    left: 0
}

.double-lines:before {
    left: 80px
}

.double-lines--small:after,
.double-lines--small:before {
    width: 30px
}

.double-lines--small:after {
    left: 0
}

.double-lines--small:before {
    left: 45px
}

.double-lines--white:after,
.double-lines--white:before {
    background-color: #fff
}

.double-lines--black:after,
.double-lines--black:before {
    background-color: #000
}

.breadcrumbs li {
    list-style-type: none;
    display: inline-block
}

.breadcrumbs a {
    color: #000;
    transition: all .2s ease-out;
    font-size: 16px
}

.breadcrumbs a:hover {
    color: #ff5400
}

.breadcrumbs a.active {
    color: #2c9f08;
    pointer-events: none
}

.link {
    text-decoration: underline
}

.link--green {
    color: #2c9f08;
    transition: all .2s ease-out
}

.link--green:hover {
    color: #ff5400;
    text-decoration: none
}

.arrow {
    position: absolute;
    background-color: #ffc41c;
    width: 38px;
    height: 41px;
    right: -19px;
    z-index: 2
}

.arrow:after {
    content: "";
    position: absolute;
    background-image: url(../images/K21EorQsRKK6.svg);
    background-repeat: no-repeat;
    top: 9px;
    left: 13px;
    width: 30px;
    height: 30px
}

.arrow.arrow--left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.arrow-thin {
    position: absolute;
    width: 40px;
    height: 40px;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    transition: all .2s ease-out
}

.arrow-thin--left {
    top: calc(50% - 20px);
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow-thin--right {
    top: calc(50% - 20px);
    right: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.arrow-thin--left:hover,
.arrow-thin--right:hover {
    border-top-color: #ffc41c;
    border-left-color: #ffc41c
}

.arrow-green--left,
.arrow-green--right {
    position: absolute;
    top: 30%;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(44, 159, 8, .5);
    transition: all .2s ease-out
}

.arrow-green--left:hover,
.arrow-green--right:hover {
    background-color: #2c9f08
}

.arrow-green--left:before,
.arrow-green--right:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    top: calc(50% - 11px)
}

.arrow-green--left {
    left: 11%
}

.arrow-green--left:before {
    left: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow-green--right {
    right: 11%
}

.arrow-green--right:before {
    right: calc(50% - 6px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #000
}

.preloader .pulse {
    position: relative;
    left: 50%;
    top: 50vh;
    margin-left: -40px;
    margin-top: -40px
}

.preloader .pulse:after,
.preloader .pulse:before {
    content: "";
    border: 5px solid #323232;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    position: absolute
}

.preloader .pulse:before {
    -webkit-animation: a .8s ease-in infinite;
    animation: a .8s ease-in infinite
}

.preloader .pulse:after {
    -webkit-animation: b .8s linear infinite;
    animation: b .8s linear infinite
}

.no-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

@-webkit-keyframes a {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    50% {
        opacity: .5;
        filter: alpha(opacity=50)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes a {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    50% {
        opacity: .5;
        filter: alpha(opacity=50)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes b {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.header {
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13);
    z-index: 2
}

.header:after {
    content: "";
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    display: block
}

.top-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 40px;
    position: relative
}

.header-soc,
.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-soc {
    margin-right: 60px
}

.header-soc__inst,
.header-soc__vk {
    display: block
}

.header-soc__inst .svg-wrapper,
.header-soc__vk .svg-wrapper {
    display: block;
    width: 47px
}

.header-soc__vk {
    margin-right: 18px
}

.header-soc__vk .cls-1 {
    fill: #62a2fb;
    transition: all .2s ease-out
}

.header-soc__vk .cls-2 {
    fill: #3765a3;
    transition: all .2s ease-out
}

.header-soc__vk:hover .cls-1 {
    fill: #fff
}

.header-soc__vk:hover .cls-2 {
    fill: #000
}

.header-soc__inst .cls-1,
.header-soc__inst .cls-2 {
    transition: all .2s ease-out
}

.header-soc__inst .cls-1 {
    fill: #fb8028
}

.header-soc__inst .cls-2 {
    fill: #c63f00
}

.header-soc__inst .svg-wrapper {
    width: 35px
}

.header-soc__inst:hover .cls-1 {
    fill: #fff
}

.header-soc__inst:hover .cls-2 {
    fill: #000
}

.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-region {
    display: flex;
    margin-top: 15px;
		justify-content: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
	.header-region {
		justify-content: flex-end;
	}
}

.cd-select {
    padding: 5px 10px;
    font-family: inherit;
    border-color: #d2d2d2;
	color: #616161;
}

.header-contact__mes,
.header-contact__tel {
    position: relative;
    padding-left: 30px;
    color: #000;
    transition: all .2s ease-out
}

.header-contact__mes:hover,
.header-contact__tel:hover {
    color: #ff5400
}

.header-contact__mes:before,
.header-contact__tel:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 2px;
    width: 30px;
    height: 22px;
    background-image: url(../images/0NSQtn4FgbAY.svg);
    background-repeat: no-repeat
}

.header-contact__mes {
    margin-right: 46px
}

.header-contact__tel:before {
    left: -11px;
    top: -1px;
    width: 28px;
    height: 28px;
    background-image: url(../images/1ScJgKbfIGaZ.png)
}

.header-contact .btn {
    margin-left: 30px
}

.bottom-header {
    padding: 17px 0
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-nav__link {
    color: #000;
    transition: all .2s ease-out;
    font-size: 16px
}

.main-nav__link.active,
.main-nav__link:hover {
    color: #ff5400
}

.btn_mnu {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffc41c;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 31px;
    z-index: 12;
    display: none
}

.btn_row {
    height: 2px;
    width: 60%;
    margin: 2px 0;
    background-color: #fff;
    position: relative;
    transition: all .5s
}

.btn_mnu.active .btn_row:first-child {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 6px
}

.btn_mnu.active .btn_row:last-child {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: -6px
}

.btn_mnu.active .btn_row:nth-child(2) {
    opacity: 0
}

.main-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    transition: all 1s ease-out;
    background-color: rgba(0, 0, 0, .9);
    padding: 30px 0
}

.main-nav.active .main-nav__link {
    font-size: 30px;
    color: #ffc41c;
    transition: all .2s ease-out
}

.main-nav.active .main-nav__link.active,
.main-nav.active .main-nav__link:hover {
    color: #ff5400
}

.overflow {
    overflow: hidden
}

.footer {
    font-size: 16px;
    color: #fff;
    background-color: #2c9f08
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px
}

.footer-left .img-wrapper {
    width: 226px;
    height: 39px;
    margin-bottom: 10px
}

.footer-logo {
    font-size: 16px;
    color: #fff
}

.footer-right {
    width: 800px
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px
}

.footer-nav .footer-nav-item__link {
    color: #fff;
    transition: all .2s ease-out
}

.footer-nav .footer-nav-item__link:hover {
    color: #ff5400
}

.footer-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-commun-info,
.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-commun-info {
    margin-right: 100px
}

.footer-commun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-commun .footer-commun-links {
    margin-left: 15px
}

.footer-commun .footer-commun-links a {
    display: block;
    color: #fff;
    transition: all .2s ease-out
}

.footer-commun .footer-commun-links a:hover {
    color: #ff5400
}

.footer-location {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-location__text {
    margin-left: 10px
}

.footer-location .svg-wrapper {
    display: block
}

.footer-location .svg-wrapper svg {
    width: 34px;
    height: 40px
}

.footer-location .svg-wrapper svg path {
    fill: #fff
}

.footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-soc__vk {
    margin-right: 20px;
    display: inline-block;
    width: 50px
}

.footer-soc__vk .cls-1 {
    fill: transparent;
    transition: all .2s ease-out
}

.footer-soc__vk .cls-2 {
    fill: #fff;
    transition: all .2s ease-out
}

.footer-soc__vk:hover .cls-1 {
    fill: #62a2fb
}

.footer-soc__vk:hover .cls-2 {
    fill: #3765a3
}

.footer-soc__inst .cls-1,
.footer-soc__inst .cls-2 {
    fill: transparent;
    transition: all .2s ease-out
}

.footer-soc__inst .cls-2 {
    fill: #fff
}

.footer-soc__inst:hover .cls-1 {
    fill: #fb8028
}

.footer-soc__inst:hover .cls-2 {
    fill: #c63f00
}

.footer-soc__inst .svg-wrapper {
    width: 38px
}

.footer-soc .svg-wrapper {
    display: block
}

.banner {
    background-image: url(../images/AmbDiqXbJwey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 15px 0 90px;
    text-align: center
}

.banner__text {
    font-size: 33px
}

.banner .breadcrumbs {
    text-align: left
}

.banner h1 {
    margin-top: 120px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #2c9f08;
    font-size: 40px;
    padding: 0 61px
}

.banner .svg-wrapper {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 70px;
    height: 72px;
    height: 90px
}

.banner .svg-wrapper.svg-2 {
    width: 50px
}

.banner .svg-wrapper.svg-2.double-lines:before {
    left: 30px
}

.banner .svg-wrapper.svg-2.double-lines:after {
    left: 0
}

.banner .svg-wrapper.svg-5 {
    width: 67px
}

.banner .svg-wrapper.svg-6 {
    width: 84px
}

.banner .svg-wrapper.svg-6.double-lines:before {
    left: 55px
}

.banner .svg-wrapper.svg-6.double-lines:after {
    left: 15px
}

.banner .banner-service {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 80px;
    margin-bottom: 70px
}

.banner .banner-item,
.banner .banner-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.banner .banner-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px
}

.banner .banner-item__text {
    text-align: center
}

.banner .banner-btn {
    font-size: 21px;
    padding: 0 67px
}

.banner .double-lines:after,
.banner .double-lines:before {
    width: 20px;
    background-color: #000
}

.banner .double-lines:before {
    left: 45px
}

.banner .double-lines:after {
    left: 5px
}

.about {
    background-image: url(../images/LUEu3XhAuJan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 40px 0 100px;
    text-align: center
}

.about__title {
    font-size: 33px;
    font-weight: 300
}

.about__get-clients {
    font-size: 36px;
    color: #2c9f08;
    margin-top: 30px;
    margin-bottom: 20px
}

.about__get-clients,
.about__methods {
    font-weight: 700;
    text-transform: uppercase
}

.about__methods {
    font-size: 40px
}

.about__audience {
    font-size: 33px;
    font-weight: 300
}

.about-wrapper {
    width: 875px;
    margin: auto
}

.about-service {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0
}

.about-service,
.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service {
    width: 140px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    transition: all .2s ease-out
}

.service:hover {
    color: #ff5400
}

.service__text {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-top: 25px
}

.service__text:after,
.service__text:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 20px;
    height: 1px;
    background-color: #000
}

.service__text:before {
    left: 45px
}

.service__text:after {
    right: 45px
}

.service:not(:last-child) {
    margin-right: 25px
}

.service__img {
    width: 77px;
    height: 77px;
    margin-bottom: 20px
}

.service-indoor {
    width: 100px
}

.service-production {
    width: 140px
}

.about-btn {
    font-size: 21px;
    padding: 0 85px
}

.help {
    text-align: center
}

.help__header {
    font-weight: 300;
    display: inline-block;
    position: relative;
    padding: 0 100px;
    margin: 40px 0 60px
}

.help__header:after,
.help__header:before {
    content: "";
    position: absolute;
    width: 74px;
    height: 1px;
    display: block;
    background-color: #000;
    top: 50%
}

.help__header:before {
    left: 0
}

.help__header:after {
    right: 0
}

.features {
    min-height: 516px;
    text-align: center
}

.features__title {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 40px;
    width: 1140px;
    margin: auto;
    text-align: left;
    padding-left: 140px
}

.features-header {
    min-height: 285px;
    background-color: #ffc41c;
    position: relative
}

.features-header:after,
.features-header:before {
    content: "";
    position: absolute;
    top: 60px;
    height: 225px;
    background-color: transparent;
    border: 5px solid #fff
}

.features-header:before {
    width: calc(50% - 600px);
    left: 65px
}

.features-header:after {
    width: 50%;
    right: 65px
}

.features.outdoor .features-header .features__title {
    padding-left: 0;
    text-align: right;
    padding-right: 130px
}

.features.outdoor .features-header:before {
    width: calc(50% - 250px);
    left: 65px
}

.features.outdoor .features-header:after {
    width: calc(50% - 600px);
    right: 65px
}

.features.product-adv .features-header .features__title {
    padding-left: 100px
}

.features.product-adv .features-header:after {
    width: calc(50% - 350px)
}

.features.indoor .features-header .features__title {
    padding-left: 0;
    text-align: right;
    padding-right: 130px
}

.features.indoor .features-header:before {
    width: calc(50% - 170px);
    left: 65px
}

.features.indoor .features-header:after {
    width: calc(50% - 600px);
    right: 65px
}

.features.design .features-header .features__title {
    padding-left: 100px
}

.features.design .features-header:after {
    width: calc(50% - 150px)
}

.features-content .container {
    border: 5px solid #f4f4f4;
    margin-top: -178px;
    background-color: #fff;
    position: relative;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 350px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.features-content .container,
.features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.features-item {
    width: 145px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.features-item__title {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    color: #2c9f08;
    font-weight: 700;
    text-transform: uppercase
}

.features .svg-wrapper {
    width: 130px;
    height: 130px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative
}

.features .svg-wrapper svg {
    width: 65px;
    height: 65px;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 28px)
}

.features .features-img {
    width: 130px;
    height: 130px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.features.indoor .features-header,
.features.outdoor .features-header,
.get-cons {
    background-color: #2c9f08
}

.get-cons {
    width: 50%;
    color: #fff
}

.get-cons__header {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px
}

.get-cons__text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    width: 460px
}

.get-cons__btn {
    padding: 0 60px;
    margin-top: 30px
}

.get-cons-wrapper {
    width: 535px;
    margin-left: auto
}

.get-cons,
.marketer {
    padding: 76px 0
}

.marketer {
    background-color: #f4f4f4;
    width: 50%;
    padding-left: 35px;
    position: relative
}

.marketer__header,
.marketer__name {
    text-transform: uppercase;
    color: #2c9f08;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300
}

.marketer__header {
    padding-bottom: 15px;
    position: relative
}

.marketer__header:after,
.marketer__header:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #2c9f08
}

.marketer__header:before {
    left: 0
}

.marketer__header:after {
    left: 80px
}

.marketer__name {
    padding-top: 15px;
    color: #ff5400;
    font-weight: 900
}

.marketer-wrapper {
    width: 350px
}

.marketer-img-wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.use-method .container {
    border: 5px solid #f4f4f4;
    border-top: none;
    text-align: center;
    margin-bottom: 40px
}

.use-method__text {
    padding: 55px 0;
    font-size: 36px;
    color: #2c9f08;
    text-transform: uppercase;
    width: 820px;
    font-weight: 300;
    margin: auto
}

.lineament {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.lineament__header {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px
}

.lineament-bg {
    width: 55%;
    background-image: url(../images/IRWb0ixmEoVf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.lineament-right {
    width: 45%
}

.lineament-right-wrapper {
    width: 100%;
    background-color: #ffc41c;
    position: relative;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .29)
}

.lineament-content {
    background-color: #ffc41c;
    width: 775px;
    position: relative;
    padding: 45px 0 50px 60px;
    margin-left: -250px;
    margin-top: 40px;
    margin-bottom: 40px
}

.lineament-item {
    font-size: 18px;
    padding-left: 55px;
    list-style-type: none;
    position: relative
}

.lineament-item__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px
}

.lineament-item:not(:last-child) {
    margin-bottom: 25px
}

.lineament-item .svg-wrapper {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 0;
    top: 0
}

.lineament-item .svg-wrapper svg {
    fill: #fff
}

.left-application {
    margin-top: 50px;
    background-color: #f4f4f4
}

.left-application .container {
    text-align: center;
    padding: 60px 0 120px
}

.left-application__text {
    font-size: 36px;
    color: #2c9f08;
    text-transform: uppercase
}

.left-application__btn {
    margin-top: 30px;
    padding: 0 100px
}

.made-project {
    margin-top: 150px;
    position: relative
}

.made-project .container {
    border: 5px solid #f4f4f4;
    text-align: center;
    position: relative
}

.made-project .container:after {
    position: absolute;
    content: "";
    top: -50px;
    left: calc(50% - 395px);
    width: 790px;
    height: 100px;
    background-color: #fff
}

.made-project__text {
    font-size: 46px;
    color: #2c9f08;
    padding: 0 90px;
    margin-top: 190px;
    margin-bottom: 40px
}

.made-project .img-wrapper {
    width: 790px;
    height: 400px;
    position: absolute;
    top: -240px;
    left: calc(50% - 395px)
}

.our-project {
    margin-top: 37px;
    margin-bottom: 60px
}

.our-project .container {
    padding: 0;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.our-project .container,
.our-project .our-project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.our-project .our-project-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    position: relative
}

.our-project .our-project-item__title {
    text-transform: uppercase;
    color: #2c9f08;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    padding-bottom: 10px
}

.our-project .our-project-item__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px
}

.recent-project,
.view-project {
    background-color: #ffc41c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 45px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase
}

.recent-project a,
.view-project a {
    color: #000;
    transition: all .2s ease-out
}

.recent-project a:hover,
.view-project a:hover {
    color: #ff5400
}

.project-landing-text,
.project-outdoor-text,
.project-rostelecom-text {
    background-color: #f4f4f4
}

.project-landing-text {
    padding: 30px 30px 20px
}

.project-rostelecom-text {
    padding: 40px 20px 20px 40px
}

.project-outdoor-text {
    padding: 40px 10px 20px 15px
}

.project-landing .arrow,
.project-rostelecom .arrow {
    top: calc(50% - 20px)
}

.project-outdoor .arrow {
    bottom: -20px;
    left: calc(50% - 19px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.project-landing img,
.project-outdoor img,
.project-rostelecom img {
    width: 100%
}

.logos-partner {
    margin-bottom: 45px
}

.thanks-top {
    background-color: #2c9f08;
    min-height: 240px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 40px
}

.thanks-top h3 {
    font-weight: 300;
    display: inline-block
}

.thanks-bottom .container {
    border: 5px solid #f4f4f4;
    margin-top: -60px
}

.thanks-bottom .thanks-carousel {
    margin-top: -50px;
    margin-bottom: -50px
}

.thanks-bottom .thanks-item {
    width: 312px;
    height: 430px;
    margin: auto
}

.thanks-bottom .arrow--left {
    left: -35px
}

.thanks-bottom .arrow--right {
    right: -35px
}

.thanks-bottom .arrow--left,
.thanks-bottom .arrow--right {
    top: calc(50% - 20px)
}

.team {
    text-align: center;
    min-height: 620px;
    margin-top: 80px;
    background-color: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 18px;
    width: 100%;
    background-color: #2c9f08
}

.team h3 {
    position: absolute;
    top: 60px;
    font-weight: 300
}

.team .horizont-lines:after {
    right: -130px
}

.team .horizont-lines:before {
    left: -130px
}

.team .img-wrapper,
.team .img-wrapper img {
    width: 100%
}

.question {
    margin-top: 80px
}

.question,
.question .question-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.question .question-left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    background-color: #2c9f08
}

.question .question-left .question-symbol {
    color: #fff;
    font-size: 472px;
    line-height: 472px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30%
}

.question .question-left .question-symbol div {
    margin: 0 auto
}

.question .question-left .question-ask {
    width: 575px;
    padding-right: 40px;
    margin-top: 40px;
    margin-bottom: 40px
}

.question .question-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.question .question-right .question-symbol {
    color: #f0f0f0;
    font-size: 472px;
    line-height: 472px;
    width: 30%
}

.question .question-right .question-symbol div {
    margin: 0 auto
}

.question .question-right .question-tel {
    width: 560px;
    color: #2c9f08;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 80px;
    padding-left: 40px
}

.question .question-right .question__tel-number {
    padding-bottom: 40px;
    margin-bottom: 40px
}

.question__title {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px
}

.question__text-ask {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px
}

.question input,
.question textarea {
    width: 100%;
    padding: 15px;
    font-size: 21px;
    font-weight: 400
}

.question textarea {
    resize: none;
    height: 150px
}

.question input {
    height: 55px;
    color: #000;
    margin-bottom: 15px
}

.question::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.question:-moz-placeholder,
.question::-moz-placeholder {
    color: #000;
    opacity: 1
}

.question:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.question button {
    width: 100%;
    margin-top: 25px;
    font-size: 24px
}

.bottom-text {
    background-image: url(../images/mDzhzGaGlUB6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.bottom-text .container {
    padding-top: 50px;
    padding-bottom: 50px
}

.bottom-text__p {
    line-height: 20px
}

.bottom-text__p:not(:last-child) {
    margin-bottom: 15px;
    font-size: 18px
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 1140px;
    padding: 200px 305px;
    background-color: #fff;
    color: #000;
    z-index: 7;
    transition: all .4s linear;
    background: #fff url(../images/5lTkP0EdvhtF.jpg) 0 0 no-repeat;
    background-size: cover
}

.modal-1 {
    background: #fff url(../images/5lTkP0EdvhtF.jpg) 0 0 no-repeat
}

.modal-2 {
    background: #fff url(../images/9Tc5ZvLBP4Q0.jpg) 0 0 no-repeat
}

.modal.show {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.modal .modal-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffc41c;
    border: 1px solid #ffc41c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .3s linear
}

.modal-close:after,
.modal-close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close:after {
    left: 4px;
    top: 13px
}

.modal-close:before {
    left: 4px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-title {
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-top: -50px;
    margin-bottom: 30px
}

.modal-title span {
    font-weight: 700
}

.modal input {
    border: 1px solid #fff;
    outline: none;
    height: 53px;
    font-size: 21px;
    line-height: 53px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 19px
}

.modal input::-webkit-input-placeholder {
    color: #000
}

.modal input::-moz-placeholder {
    color: #000
}

.modal input:-ms-input-placeholder,
.modal input::-ms-input-placeholder {
    color: #000
}

.modal input::placeholder {
    color: #000
}

.modal input:focus {
    border-color: #ffc41c
}

.modal .btn {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 18px;
    font-size: 24px;
    height: 53px;
    line-height: 53px
}

.overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    background-color: #2b9f07;
    transition: all .3s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: fixed;
    cursor: pointer;
    z-index: 6
}

.overlay.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.about {
    position: relative
}

.about .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: 190px
}

.about .parallax-wrapper1 .parallax-window {
    width: 375px;
    height: 486px
}

.about .parallax-wrapper2 {
    position: absolute;
    right: 0;
    top: -76px
}

.about .parallax-wrapper2 .parallax-window {
    width: 375px;
    height: 486px
}

.main-page-lineament {
    position: relative
}

.main-page-lineament .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: -76px
}

.main-page-lineament .parallax-wrapper3 .parallax-window {
    width: 97px;
    height: 829px
}

.left-application {
    position: relative
}

.left-application .parallax-wrapper4 {
    position: absolute;
    left: 0;
    top: 76px
}

.left-application .parallax-wrapper4 .parallax-window {
    width: 306px;
    height: 515px
}

.left-application .parallax-wrapper5 {
    position: absolute;
    right: 0;
    top: -76px
}

.left-application .parallax-wrapper5 .parallax-window {
    width: 75px;
    height: 515px
}

.thanks {
    position: relative
}

.thanks .parallax-wrapper6 {
    position: absolute;
    left: 0;
    top: 0
}

.thanks .parallax-wrapper6 .parallax-window {
    width: 177px;
    height: 120px
}

.thanks .parallax-wrapper7 {
    position: absolute;
    right: 0;
    top: -50px
}

.thanks .parallax-wrapper7 .parallax-window {
    width: 75px;
    height: 339px
}

.team {
    position: relative
}

.team .parallax-wrapper8 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.team .parallax-wrapper8 .parallax-window {
    width: 100%;
    height: 107px
}

.vk-get-vk {
    background-image: url(../images/Nvs5r31aYzhr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 85px;
    text-align: center
}

.vk-get-vk .breadcrumbs {
    padding-top: 15px;
    text-align: left
}

.vk-get-vk h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 105px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    text-align: center;
    color: #2c9f08
}

.vk-get-vk h1.double-lines:after {
    left: calc(50% - 25px)
}

.vk-get-vk h1.double-lines:before {
    left: calc(50% - 105px)
}

.vk-get-vk__text {
    font-size: 33px;
    text-align: center;
    width: 1000px;
    margin: auto
}

.vk-get-vk .vk-get-vk-service {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px
}

.vk-get-vk .vk-get-vk-service,
.vk-get-vk .vk-get-vk-service .vk-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.vk-get-vk .vk-get-vk-service .vk-service-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px
}

.vk-get-vk .vk-get-vk-service .vk-service-item:nth-of-type(2) {
    width: 140px
}

.vk-get-vk .vk-get-vk-service .vk-service-item:nth-of-type(3) {
    width: 170px
}

.vk-get-vk .vk-get-vk-service .vk-service-item:not(:last-child) {
    margin-right: 100px
}

.vk-get-vk .vk-get-vk-service .img-wrapper {
    padding-bottom: 15px;
    margin-bottom: 20px
}

.vk-get-vk .vk-get-vk-service .double-lines:after,
.vk-get-vk .vk-get-vk-service .double-lines:before {
    background-color: #000
}

.vk-get-vk .btn {
    padding: 0 70px
}

.vk-section {
    padding-top: 65px
}

.vk-section .container {
    color: #2c9f08;
    text-align: center;
    font-size: 48px;
    line-height: 44px
}

.vk-section h2 {
    font-weight: 700;
    text-transform: uppercase
}

.vk-section .vk-section-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 40px 0 75px
}

.vk-section .vk-section-block .vk-section-content {
    width: 685px;
    padding-right: 45px;
    margin-top: 35px;
    margin-bottom: 35px
}

.vk-section .vk-section-block .vk-section-content ul li {
    position: relative;
    padding-left: 56px;
    line-height: 20px
}

.vk-section .vk-section-block .vk-section-content ul li:first-child {
    margin-bottom: 35px
}

.vk-section .vk-section-block .vk-section-content ul li:nth-child(2) {
    margin-bottom: 40px
}

.vk-section .vk-section-block .vk-section-content .svg-wrapper {
    width: 40px;
    height: 40px;
    fill: #ffc41c;
    position: absolute;
    top: calc(50% - 20px);
    left: 0
}

.vk-section .vk-section-block .vk-section-bg {
    width: 43%;
    background-image: url(../images/UwGljmXupIc0.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.vk-section--reverse .vk-section-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vk-section--reverse .vk-section-content {
    padding-left: 55px;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.vk-section.vk-section-plan {
    background: linear-gradient(180deg, #f9f9f9 0, #fff 40%, #fff 80%)
}

.vk-section.vk-section-plan .vk-section-bg {
    background-image: url(../images/y2OFVQy1h10v.jpg);
    background-position: 100% 50%
}

.vk-section.vk-section-post {
    background: linear-gradient(180deg, #f9f9f9 0, #fff 40%, #fff 80%)
}

.vk-section.vk-section-post .vk-section-bg {
    background-image: url(../images/hk9AQRvRSSkV.jpg)
}

.vk-section.vk-section-audience .vk-section-bg {
    background-image: url(../images/lhA6nPuqGDrX.jpg);
    background-position: 100% 50%
}

.vk-section.vk-section-order {
    background: linear-gradient(180deg, #f9f9f9 0, #fff 40%, #fff 80%)
}

.vk-section.vk-section-order .vk-section-bg {
    background-image: url(../images/4vmtgDM2hO1Q.jpg)
}

.vk-section.vk-section-commun {
    background: linear-gradient(180deg, #f9f9f9 0, #fff 40%, #fff 80%)
}

.vk-section.vk-section-commun .vk-section-bg {
    background-image: url(../images/sx5w76sWKzOm.jpg);
    background-position: 100% 50%
}

.vk-costing .lineament-bg {
    background-image: url(../images/atHsdfpfyyIL.jpg)
}

.vk-costing.vk-costing2 {
    margin-top: 70px
}

.vk-costing.vk-costing2 .lineament-bg {
    background-image: url(../images/yynhSQX61eII.jpg)
}

.vk-costing .lineament-content,
.vk-costing .lineament-right-wrapper {
    background-color: #2c9f08
}

.vk-costing .lineament-content {
    margin-top: 60px;
    margin-bottom: 60px
}

.vk-costing h2 {
    font-weight: 700
}

.vk-costing h2,
.vk-costing p {
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    line-height: 48px
}

.vk-costing h2.double-lines,
.vk-costing p.double-lines {
    font-size: 46px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.vk-costing p {
    font-weight: 300
}

.vk-costing .btn {
    padding: 0 130px;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400
}

.vk-need {
    background-color: #2c9f08;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.vk-need,
.vk-need .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vk-need .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px
}

.vk-need__exclamation {
    font-size: 569px;
    line-height: 329px
}

.vk-need__question {
    font-size: 575px;
    line-height: 329px
}

.vk-need__title {
    font-weight: 300
}

.vk-need h3 {
    text-transform: uppercase
}

.vk-need p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70%
}

.vk-need .btn {
    font-size: 24px;
    color: #000;
    padding: 0 185px;
    margin-top: 30px
}

.vk-community {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative
}


.vk-community .container {
    text-align: center
}

.vk-community h3 {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 110px
}

.vk-community h3.vk-community__name {
    margin-bottom: 0;
    width: 405px;
    text-align: left;
    padding-left: 20px;
    color: #2c9f08;
    font-weight: 900;
    text-transform: uppercase
}

.vk-community .vk-community-content {
    border: 5px solid #f4f4f4;
}

.vk-community .vk-community-content .vk-community-carousel {
    margin-top: -75px
}

.vk-community .vk-community-content .img-wrapper {
    width: 1005px;
    padding-bottom: 35px;
}

.vk-community .vk-community-content .vk-community-item {
    width: 1005px;
    margin: auto
}

.vk-community .vk-community-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
}

.vk-community__done {
    text-align: left;
    line-height: 30px;
   	padding: 20px 20px 20px 45px;
    position: relative;
}
.vk-community__done li{
	position: relative;
	z-index: 2;
}
.vk-community__done:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffc41c;
	left: 0;
	top: 0;
	
}

.vk-community .arrow--left {
    left: -19px
}

.vk-community .arrow {
    top: calc(50% - 80px)
}

.vk-testimonials {
    background: linear-gradient(180deg, #f9f9f9 0, #fff 40%, #fff 80%)
}

.vk-testimonials .container {
    text-align: center
}

.vk-testimonials h3 {
    font-weight: 300;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 45px
}

.vk-testimonials .vk-testimonials-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05)
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item:not(:last-child) {
    margin-bottom: 25px
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item .img-wrapper {
    width: 262px
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item__content {
    width: 878px;
    padding: 30px;
    padding-right: 40px;
    text-align: left
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item__title {
    color: #2c9f08;
    text-transform: uppercase;
    margin-bottom: 10px
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item__text-title {
    font-weight: 700
}

.vk-testimonials .vk-testimonials-block .vk-testimonials-item__text {
    font-size: 18px;
    line-height: 20px
}

.sites-testimonials {
    background: none
}

.plx-get-vk {
    position: relative
}

.plx-get-vk .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.plx-get-vk .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.plx-get-vk .parallax-wrapper2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.plx-get-vk .parallax-wrapper2 .parallax-window {
    width: 132px;
    height: 443px
}

.vk-costing {
    position: relative
}

.vk-costing .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: -100px
}

.vk-costing .parallax-wrapper3 .parallax-window {
    width: 150px;
    height: 848px
}

.gratitude-main {
    text-align: center;
    background-image: url(../images/Z1E7Ls8hvwFE.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 195px;
    padding-bottom: 240px
}

.gratitude-main h1 {
    font-size: 72px;
    color: #2c9f08;
    text-transform: uppercase
}

.gratitude-main__bottom-text {
    font-size: 30px;
    color: #000;
    margin-top: 20px
}

.gratitude-main .img-wrapper {
    display: inline-block;
    margin-bottom: 20px
}

.gratitude-main {
    position: relative
}

.gratitude-main .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: 190px
}

.gratitude-main .parallax-wrapper1 .parallax-window {
    width: 375px;
    height: 486px
}

.gratitude-main .parallax-wrapper2 {
    position: absolute;
    right: 0;
    bottom: 35px
}

.gratitude-main .parallax-wrapper2 .parallax-window {
    width: 375px;
    height: 353px
}

.design-block {
    text-align: center;
    margin-bottom: 50px
}

.design-block h3 {
    font-weight: 300;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 55px
}

.design-block .design-block-item .img-wrapper {
    width: 946px;
    height: 524px;
    margin: auto
}

.tabs .tabs-nav {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tabs .tabs-nav,
.tabs .tabs-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.tabs .tabs-nav a {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.design-graphic .svg-wrapper {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    border-radius: 50%;
    transition: all .2s ease-out
}

.design-graphic .svg-wrapper svg {
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    transition: all .2s ease-out
}

.design-graphic .svg-wrapper .cls-2 {
    transition: all .2s ease-out
}

.design-graphic .tabs-nav a:hover .svg-wrapper {
    background-color: #ffc41c
}

.design-graphic .tabs-nav a:hover .svg-wrapper .cls-2,
.design-graphic .tabs-nav a:hover .svg-wrapper svg {
    fill: #fff
}

.design-graphic .tabs-content {
    margin-top: 80px
}

.design-block-bottom {
    width: 946px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.design-block-bottom__percent {
    font-size: 111px;
    line-height: 111px;
    color: #2c9f08
}

.design-block-bottom__text {
    text-align: left;
    margin: 0 10px
}

.design-block-bottom__btn {
    padding: 0 130px;
    font-size: 21px
}

.design-outdoor,
.design-signboard,
.design-style {
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%)
}

.design-style .design-block-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 39px
}

.design-trust {
    background-color: #2c9f08;
    color: #fff;
    text-align: center
}

.design-trust h3 {
    display: inline-block;
    font-weight: 300;
    padding: 45px 0
}

.design-partners .container .img-wrapper {
    padding: 45px 20px;
    border: 5px solid #f4f4f4;
    border-top: none
}

.design-because {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px
}

.design-because h3 {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 45px
}

.design-because .design-because-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.333%;
    padding: 40px 32px 25px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05)
}

.design-because .design-because-item__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #2c9f08
}

.design-because .design-because-item .svg-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 22px;
    background-color: #f5f5f5
}

.design-because .design-because-item .svg-wrapper svg {
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 87px;
    height: 70px
}

.design-because .design-because-item .svg-wrapper--cls-1 svg {
    left: 51%;
    top: 49%
}

.design-because .design-because-item .svg-wrapper--cls-1 .cls-1 {
    fill: #ffc621
}

.design-because .design-because-item:not(:last-child) {
    margin-right: 30px
}

.design-because-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.design-order {
    color: #fff
}

.design-order .lineament-bg {
    background-image: url(../images/CMs9rTtLuddQ.jpg)
}

.design-order .lineament-right-wrapper {
    background-color: #2c9f08
}

.design-order .lineament-content {
    background-color: #2c9f08;
    width: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 85px;
    margin-bottom: 85px
}

.design-order p {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase
}

.design-order .btn {
    font-size: 24px;
    padding: 0 155px;
    margin-top: 35px
}

.plx-b-design {
    position: relative
}

.plx-b-design .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.plx-b-design .parallax-wrapper1 .parallax-window {
    width: 262px;
    height: 245px
}

.plx-b-design .parallax-wrapper2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.plx-b-design .parallax-wrapper2 .parallax-window {
    width: 79px;
    height: 443px
}

.design-graphic {
    position: relative
}

.design-graphic .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: 0
}

.design-graphic .parallax-wrapper3 .parallax-window {
    width: 105px;
    height: 622px
}

.design-graphic .parallax-wrapper4 {
    position: absolute;
    right: 0;
    top: 50%
}

.design-graphic .parallax-wrapper4 .parallax-window {
    width: 195px;
    height: 269px
}

.design-signboard,
.design-style {
    position: relative
}

.design-signboard .parallax-wrapper5,
.design-style .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: 390px
}

.design-signboard .parallax-wrapper5 .parallax-window,
.design-style .parallax-wrapper5 .parallax-window {
    width: 195px;
    height: 269px
}

.design-signboard .parallax-wrapper6,
.design-style .parallax-wrapper6 {
    position: absolute;
    right: 0;
    top: 115px
}

.design-signboard .parallax-wrapper6 .parallax-window,
.design-style .parallax-wrapper6 .parallax-window {
    width: 105px;
    height: 622px
}

.design-outdoor,
.design-style {
    position: relative
}

.design-outdoor .parallax-wrapper7,
.design-style .parallax-wrapper7 {
    position: absolute;
    left: 0;
    top: 115px
}

.design-outdoor .parallax-wrapper7 .parallax-window,
.design-style .parallax-wrapper7 .parallax-window {
    width: 105px;
    height: 622px
}

.design-outdoor .parallax-wrapper8,
.design-style .parallax-wrapper8 {
    position: absolute;
    right: 0;
    bottom: 190px
}

.design-outdoor .parallax-wrapper8 .parallax-window,
.design-style .parallax-wrapper8 .parallax-window {
    width: 195px;
    height: 269px
}

.design-trust {
    position: relative
}

.design-trust .parallax-wrapper9 {
    position: absolute;
    left: 0;
    top: 0
}

.design-trust .parallax-wrapper9 .parallax-window {
    width: 172px;
    height: 225px
}

.design-trust .parallax-wrapper10 {
    position: absolute;
    right: 0;
    top: 0
}

.design-trust .parallax-wrapper10 .parallax-window {
    width: 75px;
    height: 339px
}

.design-order {
    position: relative
}

.design-order .parallax-wrapper11 {
    position: absolute;
    left: 0;
    bottom: 0
}

.design-order .parallax-wrapper11 .parallax-window {
    width: 262px;
    height: 308px
}

.banner2 {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative
}

.banner2.banner-zelen {
    background-image: url(../images/GWYGTaX7bD89.jpg)
}

.banner2 .container {
    padding-top: 15px
}

.banner2 .banner2-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 35px 0 45px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner2 .banner2-left {
    width: 540px
}

.banner2 .banner2-left h1,
.banner2 .banner2-left h2 {
    text-transform: uppercase;
    color: #2c9f08
}

.banner2 .banner2-left h1 {
    font-size: 40px;
    font-weight: 700
}

.banner2 .banner2-left__top-p {
    font-size: 33px;
    line-height: 41px;
    margin: 25px 0
}

.banner2 .banner2-left__bottom-p {
    font-size: 21px
}

.banner2 .banner2-left__bottom-p a {
    color: #2c9f08;
    transition: all .2s ease-out
}

.banner2 .banner2-left__bottom-p a:hover {
    color: #ff5400
}

.banner2 .banner2-right {
    width: 49%;
    margin-left: 50px
}

.banner2 .banner2-right__link {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    padding: 20px 40px;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .2s ease-out;
}


.banner2 .banner2-right__link:not(:last-child) {
    margin-bottom: 4px
}

.banner2 .banner2-right__link:nth-of-type(odd) {
    background-color: rgba(44, 159, 8, .8)
}

.banner2 .banner2-right__link:nth-of-type(odd):hover {
    background-color: #2c9f08
}

.banner2 .banner2-right__link:nth-of-type(2n) {
    background-color: rgba(255, 196, 28, .8)
}

.banner2 .banner2-right__link:nth-of-type(2n):hover {
    background-color: #ffc41c
}

.banner2 .banner-service {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 30px 0 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner2 .banner-service,
.banner2 .banner-service .banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.banner2 .banner-service .banner-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 155px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner2 .banner-service .banner-item:not(:last-child) {
    margin-right: 30px
}

.banner2 .banner-service .banner-item__text {
    margin-top: 20px;
    text-align: center
}

.banner2 .svg-wrapper {
    display: block;
    width: 74px;
    padding-bottom: 15px
}

.banner2 .btn {
    font-size: 21px
}

.zelen-stop {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 80px 0
}

.zelen-stop,
.zelen-stop-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.zelen-stop-left {
    max-width: 610px;
    margin-right: 60px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zelen-stop-left h2,
.zelen-stop-left p {
    font-size: 48px;
    line-height: 44px;
    color: #2c9f08
}

.zelen-stop-left h2 {
    text-transform: uppercase;
    font-weight: 900
}

.zelen-stop-left .zelen-stop-text__p {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 40px
}

.zelen-stop-left .zelen-stop-text__p:first-child {
    margin-bottom: 20px;
    margin-top: 30px
}

.zelen-stop-features {
    margin: 30px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zelen-stop-item {
    width: 190px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.zelen-stop-item,
.zelen-stop-item__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zelen-stop-item__circle {
    background-color: #f4f4f4;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px
}
.biznes .mb-2 {
	margin-bottom: 30px
}
.biznes .zelen-stop-features {
	justify-content: space-evenly;
}
.biznes .zelen-stop-item__circle {
    font-size: 18px;
}

.zelen-stop-item p {
    font-size: 18px;
    line-height: 20px;
    color: #000
}

.zelen-stop-list__item {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 55px
}

.zelen-stop-list__item:not(:last-child) {
    margin-bottom: 35px
}

.zelen-stop-list .svg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    display: block
}

.zelen-stop-list .svg-wrapper svg {
    fill: #ffc41c
}

.zelen-stop-right {
    width: 44%
}

.zelen-stop-right__bg {
    height: 376px;
    width: 100%;
    background-image: url(../images/JKtQTRIDKyTH.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0
}

.zelen-stop-right__text {
    width: 460px
}

.zelen-stop-right h5 {
    font-weight: 700;
    color: #2c9f08;
    text-transform: uppercase;
    margin: 25px 0
}
.zelen-stop-big-text {
    font-weight: 700;
    font-size: 19px;
    color: #2c9f08;
    text-transform: uppercase;
    margin: 25px 0;
}

.zelen-stop-right p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px
}

.zelen-stop-right p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px
}
.biznes.zelen-stop .zelen-stop-features p {
	margin: 20px 10px;
}

.zelen-stop-right .btn {
    font-weight: 400;
    font-size: 21px;
    width: 100%
}

.zelen-stop--reverse {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.zelen-stop--reverse .zelen-stop-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 60px
}

.zelen-stop--reverse .zelen-stop-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#zelen-billboard,
#zelen-railway {
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%)
}

#zelen-railway {
    padding-bottom: 0
}

#zelen-railway .zelen-stop-right__bg {
    background-image: url(../images/ECDtMRrj4TfN.jpg)
}

#zelen-billboard .zelen-stop-right__bg {
    background-image: url(../images/kJ3ujA86qePp.jpg)
}

.zelen-why {
    margin: 50px 0 60px
}

.zelen-why .container {
    border: 5px solid #f4f4f4;
    padding-top: 35px;
    padding-bottom: 35px
}

.zelen-why h4 {
    width: 615px;
    margin: auto;
    font-size: 34.5px;
    color: #2c9f08;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px
}

.zelen-why-block {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.zelen-why-block,
.zelen-why-block .zelen-why-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.zelen-why-block .zelen-why-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 255px
}

.zelen-why-block .zelen-why-item__text {
    margin-top: 15px;
    line-height: 20px;
    text-align: center
}

.zelen-signs {
    text-align: center;
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%);
    padding-bottom: 69px
}

.zelen-signs h3 {
    font-weight: 300;
    display: inline-block;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px
}

.zelen-signs ul {
    text-align: left
}

.zelen-signs-block {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zelen-signs-block,
.zelen-signs-block .zelen-signs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zelen-signs-block .zelen-signs-item {
    width: 365px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05);
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 12px;
    margin-bottom: 35px
}

.zelen-signs-block .zelen-signs-item:last-child {
    background-color: transparent;
    box-shadow: none
}

.zelen-signs-block .zelen-signs-item--text {
    padding: 0
}

.zelen-signs-block .zelen-signs-item--text h5 {
    font-weight: 700;
    margin: auto;
    margin-left: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #2c9f08
}

.zelen-signs-block .img-wrapper {
    width: 304px;
    height: 184px
}

.zelen-signs-block .img-wrapper img {
    margin: auto
}

.zelen-signs-block h6 {
    color: #2c9f08;
    text-align: center;
    text-transform: uppercase
}

.zelen-signs-list__item {
    font-size: 14px
}

.zelen-signs-list__item:not(:last-child) {
    margin-bottom: 17px
}

.zelen-signs-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zelen-signs-bottom b {
    font-size: 128.5px;
    line-height: 35px;
    font-weight: 900;
    color: #2c9f08;
    padding-left: 65px
}

.zelen-signs-bottom h2 {
    line-height: 44px;
    font-weight: 300;
    color: #2c9f08
}

.zelen-signs-btns {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zelen-signs-btns .btn {
    font-size: 24px;
    padding: 0 85px
}

.zelen-partners {
    margin-bottom: 55px
}

.zelen-partners .container .img-wrapper {
    border-top: none
}

.lineament-zelen .lineament-bg {
    background-image: url(../images/wrWH0Yn8poOX.jpg)
}

.lineament-zelen .lineament-content,
.lineament-zelen .lineament-right-wrapper {
    background-color: #2c9f08
}

.lineament-zelen .lineament-content {
    margin-top: 90px;
    margin-bottom: 90px
}

.lineament-zelen h2,
.lineament-zelen p {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase
}

.lineament-zelen h2 {
    font-weight: 900
}

.lineament-zelen p {
    font-weight: 300
}

.lineament-zelen .btn {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400
}

#zelen-stop {
    position: relative
}

#zelen-stop .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: 220px;
    width: 207px;
    height: 395px
}

#zelen-stop .parallax-wrapper3 .parallax-window {
    width: 207px;
    height: 395px
}

.plx-b-zelen .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.plx-b-zelen .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.plx-b-zelen .parallax-wrapper2 {
    position: absolute;
    left: 0;
    top: 150px
}

.plx-b-zelen .parallax-wrapper2 .parallax-window {
    width: 125px;
    height: 523px
}

#zelen-billboard {
    position: relative
}

#zelen-billboard .parallax-wrapper4 {
    position: absolute;
    right: 0;
    top: 0
}

#zelen-billboard .parallax-wrapper4 .parallax-window {
    width: 195px;
    height: 269px
}

#zelen-railway {
    position: relative
}

#zelen-railway .parallax-wrapper8 {
    position: absolute;
    left: 0;
    top: 220px
}

#zelen-railway .parallax-wrapper8 .parallax-window {
    width: 207px;
    height: 395px
}

#zelen-trust {
    position: relative
}

#zelen-trust .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: 0
}

#zelen-trust .parallax-wrapper5 .parallax-window {
    width: 172px;
    height: 225px
}

#zelen-trust .parallax-wrapper6 {
    position: absolute;
    right: 0;
    top: 0
}

#zelen-trust .parallax-wrapper6 .parallax-window {
    width: 75px;
    height: 339px
}

.plx-l-zelen {
    position: relative
}

.plx-l-zelen .parallax-wrapper7 {
    position: absolute;
    left: 0;
    bottom: 0
}

.plx-l-zelen .parallax-wrapper7 .parallax-window {
    width: 262px;
    height: 308px
}

.parallax-mirror {
    overflow: initial!important
}

.inst-banner {
    padding-bottom: 58px;
    background-image: url(../images/TIkB2oswNQrP.jpg)
}

.inst-banner .banner__title {
    padding-bottom: 50px
}

.inst-banner .banner__title:after,
.inst-banner .banner__title:before {
    width: 54px;
    background-color: #2c9f08
}

.inst-banner .banner__title:after {
    left: 43%
}

.inst-banner .banner__title:before {
    left: 50%
}

.inst-banner .banner__text {
    font-size: 33px;
    line-height: 41px;
    margin-top: 25px
}

.inst-banner .banner__bottom-text {
    font-size: 21px;
    font-weight: 400;
    margin-top: 40px
}

.inst-banner .banner__bottom-text a {
    color: #2c9f08;
    transition: all .2s ease-out
}

.inst-banner .banner__bottom-text a:hover {
    color: #ff5400
}

.inst-banner .form-banner {
    margin-top: 35px;
    margin-bottom: 20px
}

.inst-banner .form-banner input {
    width: 400px
}

.inst-banner .form-banner input:first-child {
    margin-right: 30px
}

.inst-banner .btn {
    font-size: 21px;
    font-weight: 400;
    display: block;
    margin: auto;
    margin-top: 30px;
    padding: 0 110px
}

.inst-youcan {
    text-align: center
}

.inst-youcan h3 {
    font-weight: 300;
    display: inline-block;
    margin: auto;
    padding-top: 40px
}

.inst-youcan-carousel,
.inst-youcan h3 {
    padding-bottom: 40px
}

.inst-youcan-carousel h2 {
    font-size: 48px;
    line-height: 44px;
    color: #2c9f08;
    font-weight: 300;
    margin-bottom: 25px
}

.inst-youcan-carousel strong {
    text-transform: uppercase
}

.inst-youcan-carousel h5 {
    font-weight: 700;
    color: #2c9f08;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.inst-youcan-carousel h5:nth-of-type(2) {
    margin-top: 25px
}

.inst-youcan-carousel .list__item {
    font-size: 18px;
    line-height: 20px
}

.inst-youcan-carousel .list__item span {
    color: #2c9f08
}

.inst-youcan-carousel .list__item .svg-wrapper {
    top: calc(50% - 20px)
}

.inst-youcan-carousel .inst-list-bottom li:not(:last-child) {
    margin-bottom: 35px
}

.inst-youcan-carousel .owl-dots {
    position: absolute;
    left: calc(50% - 57px);
    bottom: 0
}

.inst-youcan-carousel .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #e4e4e4;
    border-radius: 50%;
    margin-right: 9px;
    transition: all .2s ease-out
}

.inst-youcan-carousel .owl-dot.active,
.inst-youcan-carousel .owl-dot:hover {
    background-color: #ffc41c
}

.inst-youcan-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 37px
}

.inst-youcan-left {
    width: 573px;
    text-align: left;
    margin-right: 40px
}

.inst-youcan-right {
    width: 45%
}

.inst-youcan-right a {
    color: #2c9f08;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    margin-top: 20px;
    display: block;
    transition: all .2s ease-out
}

.inst-youcan-right a:hover {
    color: #ff5400
}

.inst-youcan-footer {
    padding: 25px 75px;
    color: #fff;
    background-color: #2c9f08;
    text-transform: uppercase
}

.inst-result-title {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center
}

.inst-result-title h3 {
    font-weight: 300;
    display: inline-block
}

.inst-result {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 37px;
    padding-bottom: 37px;
    margin-bottom: 40px
}

.inst-result .inst-result-bg {
    width: 42.5%;
    background-image: url(../images/atl2arVsoo45.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 63px
}

.inst-result .inst-result-text {
    width: 655px
}

.inst-result .inst-result-text h3 {
    color: #2c9f08;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.inst-result .inst-result-text .list__item .svg-wrapper {
    top: calc(50% - 20px)
}

.inst-result .inst-result-text .list__item:not(:last-child) {
    margin-bottom: 25px
}

.inst-result:after {
    position: absolute;
    top: 0;
    left: 30px;
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    box-sizing: border-box;
    border: 5px solid #f4f4f4;
    border-right: none
}

.inst-result--reverse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.inst-result--reverse .inst-result-bg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 63px
}

.inst-result--reverse:after {
    left: auto;
    right: 30px;
    border-left: none;
    border-right: 5px solid #f4f4f4
}

.inst-result-reg .inst-result-bg {
    background-image: url(../images/CLUqwri5Sc9c.jpg)
}

.inst-result-plan .inst-result-bg {
    background-image: url(../images/34MlElZuWpw6.jpg)
}

.inst-result-invite .inst-result-bg {
    background-image: url(../images/qxJ8MMK1ixFP.jpg)
}

.inst-result-analysis .inst-result-bg {
    background-image: url(../images/pi0reS5O8RH5.jpg)
}

.inst-get-client {
    margin-top: 54px
}

.inst-get-client .lineament-bg {
    background-image: url(../images/P7jOUpav41eQ.jpg)
}

.inst-get-client .lineament-content,
.inst-get-client .lineament-right-wrapper {
    background-color: #2c9f08
}

.inst-get-client .lineament-content {
    padding: 50px 0 45px 60px
}

.inst-get-client p {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 300
}

.inst-get-client p.lineament__header {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.inst-get-client .btn {
    margin-top: 20px;
    padding: 0 145px;
    font-size: 24px
}

.inst-testimonials {
    margin-bottom: 60px;
    background: none
}

.inst-testimonials img {
    width: 100%
}

.inst-coop {
    text-align: center;
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%);
    padding-top: 60px;
    margin-bottom: 65px
}

.inst-coop h3 {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 40px
}

.inst-coop .container {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.inst-coop-item,
.inst-coop .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inst-coop-item {
    position: relative;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3%;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05);
    padding: 45px 23px 30px
}

.inst-coop-item:not(:last-child) {
    margin-right: 30px
}

.inst-coop-item .inst-coop__plus {
    font-size: 48px;
    line-height: 16px;
    font-weight: 900;
    margin-top: 25px;
    margin-bottom: 20px
}

.inst-coop-item .inst-coop__value {
    color: #2c9f08;
    line-height: 16px;
    font-size: 30px;
    font-weight: 700
}

.inst-coop-item .inst-coop__value span {
    color: #686868
}

.inst-coop-item .inst-coop__week {
    font-size: 18px;
    line-height: 16px;
    color: #2c9f08;
    margin-top: 7px
}

.inst-coop-item ul {
    margin-bottom: 30px
}

.inst-coop-item ul li {
    font-size: 14px;
    line-height: 16px
}

.inst-coop-item ul li:not(:last-child) {
    margin-bottom: 20px
}

.inst-coop-item .svg-wrapper1 {
    margin: auto;
    margin-bottom: 29px
}

.inst-coop-item .svg-wrapper1 svg {
    left: calc(50% - 25px)
}

.inst-coop-item h5 {
    text-transform: uppercase;
    color: #2c9f08;
    font-weight: 700
}

.inst-coop-item .btn {
    margin-top: 15px;
    padding: 0 58px;
    font-size: 18px
}

.inst-coop-item .svg-wrapper-percent {
    display: block;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 65px;
    height: 65px
}

.inst-coop-item .svg-wrapper-percent svg {
    fill: #fc2603
}

.inst-banner {
    position: relative
}

.inst-banner .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.inst-banner .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.inst-banner .parallax-wrapper2 {
    position: absolute;
    left: 0;
    top: 150px
}

.inst-banner .parallax-wrapper2 .parallax-window {
    width: 125px;
    height: 523px
}

.inst-banner .parallax-wrapper3 {
    position: absolute;
    right: 0;
    top: -50px
}

.inst-banner .parallax-wrapper3 .parallax-window {
    width: 283px;
    height: 298px
}

.inst-youcan {
    position: relative
}

.inst-youcan .parallax-wrapper4 {
    position: absolute;
    right: 0;
    top: -50px
}

.inst-youcan .parallax-wrapper4 .parallax-window {
    width: 145px;
    height: 773px
}

.inst-get-client {
    position: relative
}

.inst-get-client .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: -80px
}

.inst-get-client .parallax-wrapper5 .parallax-window {
    width: 150px;
    height: 848px
}

.catalog-head {
    background-image: url(../images/vxRwumg7Mr8u.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.catalog-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-head ul li {
    width: 137px;
    margin: 18px 0;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff
}

.catalog-head ul li:last-child {
    border-right: none
}

.catalog-head ul li:hover a {
    color: #2c9f08
}

.catalog-head ul li:hover svg {
    fill: #2c9f08
}

.catalog-head ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000;
    transition: all .2s ease-out
}

.catalog-head .svg-wrapper {
    width: 38px;
    display: block;
    margin-bottom: 8px
}

.catalog-head .svg-wrapper.svg-1,
.catalog-head .svg-wrapper.svg-4 {
    width: 38px
}

.catalog-head .svg-wrapper.svg-5 {
    width: 50px
}

.catalog-head .svg-wrapper.svg-6 {
    width: 29px
}

.catalog-head .svg-wrapper svg {
    transition: all .2s ease-out
}

.catalog-service {
    margin-bottom: 43px
}

.catalog-service .container {
    text-align: center
}

.catalog-service .breadcrumbs {
    text-align: left;
    margin-top: 25px
}

.catalog-service h3 {
    display: inline-block;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 50px
}

.catalog-service h6 {
    color: #2c9f08;
    text-transform: uppercase;
    line-height: 16px
}

.catalog-service .catalog-service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-service .catalog-service-block .catalog-item:nth-child(2) .svg-wrapper1 svg {
    left: calc(50% - 30px)
}

.catalog-service .catalog-service-block .catalog-item:nth-child(5) .svg-wrapper1 .cls-1 {
    fill: #010101
}

.catalog-service .catalog-service-block .catalog-item:nth-child(5) .svg-wrapper1 .cls-2 {
    fill: #ffc520
}

.catalog-service .catalog-service-block .catalog-item:nth-child(9) .svg-wrapper1 .cls-2,
.catalog-service .catalog-service-block .catalog-item:nth-child(10) .svg-wrapper1 .cls-1,
.catalog-service .catalog-service-block .catalog-item:nth-child(11) .svg-wrapper1 .cls-1,
.catalog-service .catalog-service-block .catalog-item:nth-child(12) .svg-wrapper1 .cls-1 {
    fill: #010101
}

.catalog-service .catalog-service-block .catalog-item:nth-child(10) .svg-wrapper1 .cls-2,
.catalog-service .catalog-service-block .catalog-item:nth-child(11) .svg-wrapper1 .cls-2,
.catalog-service .catalog-service-block .catalog-item:nth-child(12) .svg-wrapper1 .cls-2 {
    fill: #ffc520
}

.catalog-service .catalog-service-block .catalog-item:nth-child(13) .svg-wrapper1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-service .catalog-service-block .catalog-item:nth-child(14) .svg-wrapper1 .cls-1 {
    fill: none
}

.catalog-service .catalog-service-block .catalog-item:nth-child(14) .svg-wrapper1 .cls-2 {
    fill: #000
}

.catalog-service .catalog-service-block .catalog-item:nth-child(14) .svg-wrapper1 .cls-3 {
    fill: #ffc520
}

.catalog-service .catalog-item {
    position: relative;
    width: 360px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05);
    padding: 40px 40px 25px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-service .catalog-item .svg-wrapper1 {
    margin-bottom: 25px
}

.catalog-service .catalog-item .svg-wrapper1__text {
    font-size: 36px;
    line-height: 20px;
    color: #000;
    font-weight: 500
}

.catalog-service .catalog-item .svg-wrapper1 svg {
    left: calc(50% - 25px)
}

.catalog-service .catalog-item .svg-wrapper1 .cls-1 {
    fill: #ffc41c
}

.catalog-service .catalog-item .svg-wrapper1 .cls-2 {
    fill: none
}

.catalog-item-bottom {
    opacity: 0;
    position: absolute;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 50px;
    top: 204px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    box-shadow: 0 18px 35px 0 rgba(0, 0, 0, .05);
    transition: all .2s ease-out
}

.catalog-item-bottom p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px
}

.catalog-item:hover>.catalog-item-bottom {
    opacity: 1;
    z-index: 2
}

.catalog-bt {
    background-image: url(../images/09Bf8l41VIYk.jpg)
}

.catalog-bt a {
    color: #2c9f08;
    transition: all .2s ease-out
}

.catalog-bt a:hover {
    color: #ff5400
}

.catalog-bt li,
.catalog-bt p:last-child {
    margin-top: 20px
}

.social-main {
    background-image: url(../images/TvqKpVvlfpA1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 100px
}

.social-main .breadcrumbs {
    text-align: left
}

.social-main h3 {
    display: inline-block;
    font-weight: 300;
    margin-top: 55px;
    margin-bottom: 105px
}

.social-main .svg-wrapper {
    width: 324px;
    height: 324px
}

.social-main .btn {
    margin-top: 60px;
    padding: 0 90px;
    font-size: 21px;
    font-weight: 400;
    margin-left: 12px
}

.social-net {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.social-net__inst-bg {
    display: inline-block;
    width: 324px;
    height: 324px;
    background-image: url(../images/M0EeVorq7LLR.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .2s ease-out
}

.social-net__inst-bg:hover {
    background-image: url(../images/kjTAZF9QhK0t.png)
}

.social-net__fb,
.social-net__vk {
    display: inline-block
}

.social-net__fb svg,
.social-net__vk svg {
    fill: #b8b8b8;
    transition: all .2s ease-out
}

.social-net__fb:hover svg,
.social-net__vk:hover svg {
    fill: #2c9f08
}

.social-main {
    position: relative
}

.social-main .parallax-wrapper1 {
    position: absolute;
    right: 0;
    bottom: 0
}

.social-main .parallax-wrapper1 .parallax-window {
    width: 207px;
    height: 395px
}

.text-marketing {
    padding-bottom: 70px
}

.text-marketing .container {
    text-align: center
}

.text-marketing .breadcrumbs {
    text-align: left;
    margin-top: 20px
}

.text-marketing h1 {
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    margin: 15px 0 40px
}

.text-marketing p {
    line-height: 20px
}

.text-marketing p:not(:last-child) {
    margin-bottom: 20px
}

.text-marketing .text-marketing-img-block {
    float: left;
    margin-right: 30px
}

.text-marketing .text-marketing-img-block p {
    font-size: 14px;
    line-height: 16px;
    padding-left: 25px;
    border-left: 10px solid #ffc41c;
    margin-top: 10px;
    margin-bottom: 6px
}

.text-marketing .text-marketing-img-block .img-wrapper {
    width: 364px
}

.text-marketing .text-marketing-content {
    text-align: left
}

.text-marketing {
    min-height: calc(100vh - 152px - 154px)
}

.text-marketing .text-marketing-img-block {
    float: none;
    width: 364px;
    margin: auto;
    text-align: center
}

.text-marketing .text-marketing-img-block p {
    border: none;
    font-size: 18px
}

.text-marketing .text-marketing-img-block {
    display: block;
    width: 100%
}

.text-marketing .text-marketing-img-block .img-wrapper {
    max-width: 600px;
    margin: 0 auto 20px
}

.text-advantages .container {
    text-align: center
}

.text-advantages h3.horizont-lines {
    display: inline-block;
    font-weight: 300;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px
}

.text-advantages .inst-result-bg {
    background-image: url(../images/CEHkE3OwfRmq.jpg)
}

.text-s-carousel-block {
    margin-top: 78px;
    margin-bottom: 62px
}

.text-s-carousel-block .img-wrapper {
    width: 360px;
    height: 269px;
    margin: auto
}

.text-s-carousel-block .arrow-green--left,
.text-s-carousel-block .arrow-green--right {
    top: calc(50% - 32px)
}

.text-s-carousel-block .arrow-green--left {
    left: 20px
}

.text-s-carousel-block .arrow-green--right {
    right: 20px
}

.lineament-text {
    color: #fff
}

.lineament-text h2,
.lineament-text p {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase
}

.lineament-text h2 {
    padding-bottom: 55px;
    margin-bottom: 45px
}

.lineament-text .btn {
    font-weight: 400;
    font-size: 24px;
    padding: 0 160px;
    margin-top: 40px
}

.lineament-text .lineament-bg {
    background-image: url(../images/7VMxDMj1cvnl.jpg)
}

.lineament-text .lineament-content,
.lineament-text .lineament-right-wrapper {
    background-color: #2c9f08
}

.lineament-text .lineament-content {
    margin-top: 74px;
    margin-bottom: 74px
}

.lineament-text {
    position: relative
}

.lineament-text .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -101px
}

.lineament-text .parallax-wrapper1 .parallax-window {
    width: 150px;
    height: 848px
}

.sites-banner {
    background-image: url(../images/1nuf8vN9wYxj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 74px;
    padding-top: 15px;
    overflow-x: hidden
}

.sites-banner .banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px
}

.sites-banner .banner-left {
    width: 632px
}

.sites-banner .banner-left h1 {
    font-size: 40px;
    color: #2c9f08;
    margin-bottom: 35px
}

.sites-banner .banner-left h1,
.sites-banner .banner-left h3 {
    font-weight: 700;
    text-transform: uppercase
}

.sites-banner .banner-left__p {
    font-size: 33px;
    line-height: 39px
}

.sites-banner .banner-left__p a {
    color: #2c9f08;
    transition: all .2s ease-out
}

.sites-banner .banner-left__p a:hover {
    color: #ff5400
}

.sites-banner .banner-left__p:first-of-type {
    margin-bottom: 35px
}

.sites-banner .banner-left__p:nth-of-type(2) {
    margin-bottom: 40px
}

.sites-banner .banner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 110px
}

.sites-banner .banner-right__link {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px
}

.sites-banner .banner-right__link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #2c9f08;
    z-index: -1;
    opacity: .8;
    transition: all .2s ease-out
}

.sites-banner .banner-right__link:nth-child(2n):after {
    background-color: #ffc41c
}

.sites-banner .banner-right__link:not(:last-child) {
    margin-bottom: 4px
}

.sites-banner .banner-right__link:hover:after {
    opacity: 1
}

.sites-banner .banner-service {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sites-banner .banner-service,
.sites-banner .banner-service .banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sites-banner .banner-service .banner-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.sites-banner .banner-service .banner-item:first-child {
    width: 130px
}

.sites-banner .banner-service .banner-item:nth-child(2),
.sites-banner .banner-service .banner-item:nth-child(3) {
    width: 200px
}

.sites-banner .banner-service .banner-item .svg-wrapper {
    margin-bottom: 22px;
    padding-bottom: 17px;
    width: 80px
}

.sites-banner .banner-service .banner-item .svg-wrapper:after,
.sites-banner .banner-service .banner-item .svg-wrapper:before {
    width: 18px
}

.sites-banner .banner-service .banner-item .svg-wrapper:after {
    left: 15px
}

.sites-banner .banner-service .banner-item:nth-child(2) svg {
    width: 64px
}

.sites-banner .banner-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.sites-banner .banner-btn-block__p,
.sites-banner .btn {
    font-size: 21px;
    font-weight: 400
}

.sites-banner .btn {
    margin-top: 48px;
    padding: 0 40px;
    margin-right: 20px
}

#sites-landing .zelen-stop-right__bg {
    background-image: url(../images/6lQDuJppEA9z.jpg)
}

#sites-landing {
    padding-bottom: 34px;
    padding-top: 33px
}

#sites-corp,
#sites-cutaway,
#sites-shop {
    padding-top: 70px;
    padding-bottom: 34px;
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%)
}

#sites-corp .zelen-stop-right__bg,
#sites-cutaway .zelen-stop-right__bg,
#sites-shop .zelen-stop-right__bg {
    background-image: url(../images/bUWW3GYvxPz2.jpg)
}

#sites-corp .zelen-stop-text__p,
#sites-cutaway .zelen-stop-text__p,
#sites-shop .zelen-stop-text__p {
    margin: 0
}

#sites-corp .zelen-stop-text__p strong,
#sites-cutaway .zelen-stop-text__p strong,
#sites-shop .zelen-stop-text__p strong {
    font-weight: 500
}

#sites-cutaway .zelen-stop-right__bg {
    background-image: url(../images/a1AIN8Xcy8nS.jpg);
    background-position: 50%
}

#sites-shop .zelen-stop-right__bg {
    background-image: url(../images/ERDm2qzwJb0L.jpg)
}

.sites-comfort {
    text-align: center;
    margin-bottom: 58px
}

.sites-comfort .container {
    padding-top: 30px;
    padding-bottom: 40px;
    border: 5px solid #f4f4f4
}

.sites-comfort h3 {
    font-size: 34.5px;
    color: #2c9f08;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px
}

.sites-comfort .sites-comfort-block {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sites-comfort .sites-comfort-block,
.sites-comfort .sites-comfort-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.sites-comfort .sites-comfort-item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%
}

.sites-comfort .sites-comfort-item:not(:last-child) {
    margin-right: 70px
}

.sites-comfort .svg-wrapper1 {
    margin-bottom: 20px
}

.sites-comfort .svg-wrapper1 svg,
.sites-comfort .svg-wrapper1 svg use {
    width: 100%
}

.sites-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-bottom: 140px
}

.sites-help h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 15px
}

.sites-help h2:first-child {
    padding-top: 0;
    padding-bottom: 30px
}

.sites-help p {
    font-size: 48px;
    line-height: 44px;
    padding-right: 200px
}

.sites-help .btn {
    font-weight: 400;
    font-size: 24px;
    padding: 0 92px;
    margin-top: 45px
}

.sites-help .sites-help-left {
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #2c9f08
}

.sites-help .sites-help-left .sites-help-question {
    width: 390px;
    font-size: 471px;
    font-weight: 900;
    line-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sites-help .sites-help-left .sites-help-text {
    width: 780px;
    padding-top: 60px;
    padding-bottom: 75px
}

.sites-help .sites-help-right {
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin-bottom: -100px
}

.sites-help .sites-help-right__wrapper {
    position: relative;
    width: 100%
}

.sites-help .sites-help-right .img-wrapper {
    display: block;
    width: calc(100% + 100px);
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: inherit
}

.sites-help .sites-help-right .img-wrapper:after {
    content: "";
    background-image: url(../images/EMpTM7TkPVRn.png);
    position: absolute;
    right: 0;
    top: -185px;
    width: 368px;
    height: 474px
}

.sites-help .sites-help-right .sites-help-border {
    content: "";
    position: absolute;
    left: 25px;
    top: -25px;
    width: calc(100% - 25px);
    height: 100%;
    display: block;
    border: 5px solid #f4f4f4;
    border-right: none
}

.sites-bottom-text {
    margin-top: 78px;
    text-align: center
}

.sites-bottom-text h3 {
    text-transform: uppercase;
    color: #2c9f08;
    font-weight: 700
}

.sites-bottom-text .bottom-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 60px
}

.sites-bottom-text .bottom-text-block .bottom-text-left__discount {
    font-size: 194px;
    font-weight: 900;
    line-height: 135px;
    color: #ffc41c
}

.sites-bottom-text .bottom-text-block .bottom-text-left__discount span {
    font-size: 120px
}

.sites-bottom-text .bottom-text-block .bottom-text-left p {
    font-size: 30px
}

.sites-bottom-text .bottom-text-block .bottom-text-right {
    margin-left: 60px
}

.sites-bottom-text .bottom-text-block .bottom-text-right,
.sites-bottom-text .bottom-text-block .bottom-text-right__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sites-bottom-text .bottom-text-block .bottom-text-right__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sites-bottom-text .bottom-text-block .bottom-text-right__item:not(:last-child) {
    margin-right: 40px
}

.sites-bottom-text .bottom-text-block .bottom-text-right__item .svg-wrapper {
    padding-bottom: 22px;
    margin-bottom: 22px
}

.sites-bottom-text .bottom-text-block .bottom-text-right__item1 .svg-wrapper {
    width: 68px
}

.sites-bottom-text .bottom-text-block .bottom-text-right__item2 .svg-wrapper {
    width: 89px;
    margin-top: 15px
}

.sites-bottom-text .bottom-text-block .bottom-text-right__item3 .svg-wrapper {
    margin-top: 13px;
    width: 68px
}

.sites-bottom-text .btn {
    font-size: 21px;
    font-weight: 400;
    padding-left: 150px;
    padding-right: 150px
}

.sb {
    position: relative
}

.sb .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.sb .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.sb .parallax-wrapper2 {
    position: absolute;
    left: 0;
    top: 100px
}

.sb .parallax-wrapper2 .parallax-window {
    width: 125px;
    height: 523px
}

#sites-cutaway,
#sites-landing {
    position: relative
}

#sites-cutaway .parallax-wrapper3,
#sites-landing .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: 100px
}

#sites-cutaway .parallax-wrapper3 .parallax-window,
#sites-landing .parallax-wrapper3 .parallax-window {
    width: 207px;
    height: 395px
}

#sites-cutaway .parallax-wrapper4,
#sites-landing .parallax-wrapper4 {
    position: absolute;
    right: 0;
    top: 0
}

#sites-cutaway .parallax-wrapper4 .parallax-window,
#sites-landing .parallax-wrapper4 .parallax-window {
    width: 75px;
    height: 339px
}

#sites-corp,
#sites-shop {
    position: relative
}

#sites-corp .parallax-wrapper5,
#sites-shop .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: 100px
}

#sites-corp .parallax-wrapper5 .parallax-window,
#sites-shop .parallax-wrapper5 .parallax-window {
    width: 207px;
    height: 395px
}

#sites-corp .parallax-wrapper6,
#sites-shop .parallax-wrapper6 {
    position: absolute;
    right: 0;
    top: 0
}

#sites-corp .parallax-wrapper6 .parallax-window,
#sites-shop .parallax-wrapper6 .parallax-window {
    width: 75px;
    height: 339px
}

.transport-banner {
    background-image: url(../images/7wBnDCCIIgdF.jpg)
}

.transport-banner .svg-wrapper {
    width: 50px;
    padding-bottom: 16px;
    margin-bottom: 22px
}

.transport-banner .vk-service-item:nth-child(2) .svg-wrapper,
.transport-banner .vk-service-item:nth-child(3) .svg-wrapper {
    width: 70px
}

.transport-banner .vk-service-item:first-child .double-lines--small::before {
    left: 35px
}

.transport-banner .vk-get-vk-service .vk-service-item {
    width: 310px!important
}

.transport-banner .vk-get-vk-service .vk-service-item:not(:last-child) {
    margin-right: 60px
}

.transport-banner .btn {
    font-size: 21px
}

.transport-banner .double-lines--small:after,
.transport-banner .double-lines--small:before {
    width: 24px
}

.transport-variant {
    text-align: center
}

.transport-variant h3 {
    display: inline-block;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 40px
}

.transport-variant .transport-variant-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.transport-variant .transport-variant-block .transport-variant-item {
    width: calc(50% - 16px);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05);
    margin-bottom: 32px;
    padding: 25px
}

.transport-variant .transport-variant-block .transport-variant-item .img-wrapper {
    margin-bottom: 25px
}

.transport-variant .transport-variant-block .transport-variant-item .img-wrapper img {
    margin: auto
}

.transport-variant .transport-variant-block .transport-variant-item p {
    font-size: 24px
}

.transport-why {
    margin-top: 18px;
    margin-bottom: 30px
}

.transport-why h4 {
    width: 810px
}

.transport-why p strong {
    font-weight: 400
}

.transport-brend {
    text-align: center;
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%);
    margin-bottom: 60px
}

.transport-brend .container {
    position: relative
}

.transport-brend h2 {
    font-size: 48px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    color: #2c9f08;
    padding-top: 60px;
    margin-bottom: 220px
}

.transport-brend .transport-brend-item .img-wrapper {
    max-width: 946px;
    max-height: 376px;
    margin: auto
}

.transport-brend .transport-brend-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 25px;
    margin-bottom: 45px
}

.transport-brend .transport-brend-text .transport-brend-text-item {
    width: 200px
}

.transport-brend .transport-brend-text .transport-brend-text-item h6 {
    font-weight: 300;
    position: relative
}

.transport-brend .transport-brend-text .transport-brend-text-item h6 span {
    background-color: #ffc41c;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: -5px
}

.transport-brend .transport-brend-text__value {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px
}

.transport-brend .btn {
    padding-left: 125px;
    padding-right: 125px;
    font-size: 21px;
    font-weight: 400
}

.transport-brend .owl-dots {
    position: absolute;
    top: -176px;
    display: block;
    width: 100%
}

.transport-brend .owl-dot {
    width: 105px;
    height: 105px;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all .2s ease-out
}

.transport-brend .owl-dot:hover {
    background-color: #ffc41c
}

.transport-brend .owl-dot:hover:after {
    background-image: url(../images/MjnuqytujsLA.svg)
}

.transport-brend .owl-dot.active {
    background-color: #ffc41c
}

.transport-brend .owl-dot.active:after {
    background-image: url(../images/MjnuqytujsLA.svg)
}

.transport-brend .owl-dot:not(:last-child) {
    margin-right: 90px
}

.transport-brend .owl-dot:after {
    content: "";
    background-image: url(../images/KCKd86OFca6y.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 13px;
    top: calc(50% - 21px);
    width: 80px;
    height: 42px;
    transition: all .2s ease-out
}

.transport-brend .owl-dot:before {
    content: "Автобус";
    position: absolute;
    left: calc(50% - 35px);
    top: 120px;
    display: block;
    font-size: 16px
}

.transport-brend .owl-dot:nth-child(2):before {
    content: "Микроавтобус";
    left: -5px
}

.transport-brend .owl-dot:nth-child(2):after {
    background-image: url(../images/kpMHaCdCTJpy.svg);
    width: 60px;
    height: 44px;
    left: 22px;
    top: calc(50% - 22px)
}

.transport-brend .owl-dot:nth-child(2).active:after,
.transport-brend .owl-dot:nth-child(2):hover:after {
    background-image: url(../images/O6r0pfpCffzf.svg)
}

.transport-brend .owl-dot:nth-child(3):before {
    content: "Маршрутка";
    left: 10px
}

.transport-brend .owl-dot:nth-child(3):after {
    background-image: url(../images/LYL1DomaXg4L.svg);
    width: 60px;
    height: 44px;
    left: 24px;
    top: calc(50% - 22px)
}

.transport-brend .owl-dot:nth-child(3).active:after,
.transport-brend .owl-dot:nth-child(3):hover:after {
    background-image: url(../images/mplJowugoyGX.svg)
}

.transport-brend .arrow-thin--left,
.transport-brend .arrow-thin--right {
    top: 29%
}

.transport-brend-right {
    margin-bottom: 42px
}

.transport-banner {
    position: relative
}

.transport-banner .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.transport-banner .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.transport-banner .parallax-wrapper2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.transport-banner .parallax-wrapper2 .parallax-window {
    width: 79px;
    height: 443px
}

.transport-variant {
    position: relative
}

.transport-variant .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: 0
}

.transport-variant .parallax-wrapper3 .parallax-window {
    width: 105px;
    height: 662px
}

.transport-variant .parallax-wrapper4 {
    position: absolute;
    right: 0;
    bottom: 30px
}

.transport-variant .parallax-wrapper4 .parallax-window {
    width: 195px;
    height: 269px
}

.transport-brend {
    position: relative
}

.transport-brend .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: 40%
}

.transport-brend .parallax-wrapper5 .parallax-window {
    width: 87px;
    height: 269px
}

.transport-brend .parallax-wrapper6 {
    position: absolute;
    right: 0;
    top: 200px
}

.transport-brend .parallax-wrapper6 .parallax-window {
    width: 207px;
    height: 395px
}

.transport-brend-back,
.transport-brend-right {
    position: relative
}

.transport-brend-back .parallax-wrapper7,
.transport-brend-right .parallax-wrapper7 {
    position: absolute;
    left: 0;
    top: 200px
}

.transport-brend-back .parallax-wrapper7 .parallax-window,
.transport-brend-right .parallax-wrapper7 .parallax-window {
    width: 207px;
    height: 395px
}

.transport-brend-back .parallax-wrapper8,
.transport-brend-right .parallax-wrapper8 {
    position: absolute;
    right: 0;
    top: 40%
}

.transport-brend-back .parallax-wrapper8 .parallax-window,
.transport-brend-right .parallax-wrapper8 .parallax-window {
    width: 87px;
    height: 269px
}

.transport-trust {
    position: relative
}

.transport-trust .parallax-wrapper9 {
    position: absolute;
    left: 0;
    top: 0
}

.transport-trust .parallax-wrapper9 .parallax-window {
    width: 172px;
    height: 225px
}

.transport-trust .parallax-wrapper10 {
    position: absolute;
    right: 0;
    top: -25px
}

.transport-trust .parallax-wrapper10 .parallax-window {
    width: 75px;
    height: 339px
}

.plx-l-transport {
    position: relative
}

.plx-l-transport .parallax-wrapper11 {
    position: absolute;
    left: 0;
    bottom: 0
}

.plx-l-transport .parallax-wrapper11 .parallax-window {
    width: 262px;
    height: 308px
}

.lift-banner {
    background-image: url(../images/CRXNrVlZbweI.jpg)
}

.lift-banner .banner-left {
    padding-top: 0
}

.lift-banner .btn {
    margin-top: 10px
}

.lift-area {
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%);
    text-align: center;
    margin-bottom: 60px
}

.lift-area h3 {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 40px
}

.lift-area .lift-area-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lift-area .lift-area-sizes {
    width: 656px
}

.lift-area .lift-area-sizes-bottom,
.lift-area .lift-area-sizes-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lift-area .lift-area-sizes-bottom__item,
.lift-area .lift-area-sizes-top__item {
    background-color: #f2f2f2;
    border-color: #f4f4f4;
    border: 5px solid #d7d7d7;
    width: 25%;
    height: 236px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #2c9f08;
    text-transform: uppercase;
    font-weight: 700
}

.lift-area .lift-area-sizes-bottom__item:not(:last-child),
.lift-area .lift-area-sizes-top__item:not(:last-child) {
    border-right: none
}

.lift-area .lift-area-sizes-bottom__item--wide,
.lift-area .lift-area-sizes-top__item--wide {
    width: 50%
}

.lift-area .lift-area-sizes-bottom__sub-item,
.lift-area .lift-area-sizes-top__sub-item {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lift-area .lift-area-sizes-bottom__sub-item:not(:last-child),
.lift-area .lift-area-sizes-top__sub-item:not(:last-child) {
    border-bottom: 5px solid #d7d7d7
}

.lift-area .lift-area-sizes-bottom-sub,
.lift-area .lift-area-sizes-top-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lift-area .lift-area-sizes-bottom__item {
    border-top: none
}

.lift-area .lift-area-content {
    margin-left: 38px;
    width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lift-area .lift-area-content h3 {
    color: #2c9f08;
    line-height: 30px;
    width: auto;
    margin: auto
}

.lift-area .lift-area-content h5 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 300
}

.lift-area .lift-area-content-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.lift-area .lift-area-content-imgs--bottom .img-wrapper:first-child {
    margin-right: 14px
}

.lift-area .btn {
    padding-left: 110px;
    padding-right: 110px;
    margin-bottom: 10px
}

.lift-area .btn,
.lift-area .lift-area__btn-p {
    font-size: 24px;
    font-weight: 400
}

.lift-area .lift-area-districts h5 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px
}

.lift-area .lift-area-districts h6 {
    font-size: 18px;
    line-height: 20px;
    color: #2c9f08;
    font-weight: 300
}

.lift-area .lift-area-districts p {
    font-size: 14px;
    line-height: 20px
}

.lift-area .lift-area-districts .lift-area-districts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left
}

.lift-area .lift-area-districts .lift-area-district {
    width: 25%;
    margin-bottom: 40px
}

.lift-area#lift-zelenograd {
    background: none
}

.lift-area#lift-zelenograd .btn {
    margin-top: 50px
}

.lift-area#lift-mo .lift-area-district {
    width: 33.3%;
    padding-left: 45px
}

.lift-result .inst-result-bg {
    background-image: url(../images/f4ggrJDsF6bO.jpg)
}

.lift-result h3 {
    font-size: 30px;
    font-weight: 700
}

.lift-result .inst-result-text {
    width: 655px
}

.lift-result-second .inst-result-bg {
    background-image: url(../images/REe25HBIWZM2.jpg)
}

.lift-result-third .inst-result-bg {
    background-image: url(../images/T2pAjBqSmRjg.jpg)
}

.lift-because .design-because-item:first-child svg .cls-1 {
    fill: #ffc520
}

.lift-because .design-because-item:first-child svg .cls-2 {
    fill: none
}

.lift-because .design-because-item:nth-child(2) svg .cls-1 {
    fill: #ffc520
}

.lift-because .design-because-item:nth-child(3) svg .cls-1 {
    fill: #010101
}

.lift-because .design-because-item:nth-child(3) svg .cls-2 {
    fill: #ffc520
}

.lift-because .design-because-item {
    padding-left: 24px;
    padding-right: 24px
}

.lift-order .lineament-bg {
    background-image: url(../images/mwkP2uMKYPux.jpg);
    background-position: 100%
}

.lift-order .lineament-content {
    margin-left: -180px
}

.lift-order .btn {
    padding-left: 95px;
    padding-right: 95px
}

.lift-banner {
    position: relative
}

.lift-banner .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.lift-banner .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.lift-banner .parallax-wrapper2 {
    position: absolute;
    left: 0;
    top: 150px
}

.lift-banner .parallax-wrapper2 .parallax-window {
    width: 125px;
    height: 523px
}

.lift-trust {
    position: relative
}

.lift-trust .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: 0
}

.lift-trust .parallax-wrapper3 .parallax-window {
    width: 172px;
    height: 225px
}

.lift-trust .parallax-wrapper4 {
    position: absolute;
    right: 0;
    top: -25px
}

.lift-trust .parallax-wrapper4 .parallax-window {
    width: 75px;
    height: 339px
}

.lift-order {
    position: relative
}

.lift-order .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: -100px
}

.lift-order .parallax-wrapper5 .parallax-window {
    width: 150px;
    height: 848px
}

.outdoor-banner {
    background-image: url(../images/GWYGTaX7bD89.jpg)
}

.outdoor-banner .banner-left {
    padding-top: 0
}

.outdoor-banner .banner-right__link {
    height: 130px
}

.outdoor-signs .zelen-signs-block .zelen-signs-item {
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05)
}

.outdoor-signs .zelen-signs-item {
    position: relative
}

.outdoor-signs .zelen-signs-item .zelen-signs-item-bottom {
    position: absolute;
    top: 264px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    background-color: #fff;
    box-shadow: 0 16px 35px 0 rgba(0, 0, 0, .05);
    padding: 20px;
    padding-top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-out
}

.outdoor-signs .zelen-signs-item .zelen-signs-item-bottom p:first-child {
    margin-bottom: 10px
}

.outdoor-signs .zelen-signs-item:hover .zelen-signs-item-bottom {
    opacity: 1;
    z-index: 2
}

.outdoor-signs .zelen-signs-bottom h2 {
    text-align: left;
    padding-left: 50px
}

.outdoor-signs .zelen-signs-bottom {
    padding-top: 25px
}

.outdoor-signs-billboard .zelen-signs-item {
    width: 560px
}

.outdoor-signs-billboard .img-wrapper {
    width: 518px;
    height: 225px
}

.outdoor-signs-billboard h6 {
    margin-top: 15px
}

.outdoor-signs-billboard .zelen-signs-item .zelen-signs-item-bottom {
    top: 310px
}

.outdoor-signs-road .zelen-signs-bottom h2 {
    text-align: left;
    padding-left: 50px
}

.outdoor-signs-moscow .zelen-signs-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.outdoor-signs-moscow .zelen-signs-item {
    width: 31%
}

.outdoor-signs-moscow .zelen-signs-item:first-child,
.outdoor-signs-moscow .zelen-signs-item:nth-child(2),
.outdoor-signs-moscow .zelen-signs-item:nth-child(4) {
    margin-right: 32px
}

.zelen-signs-block h6 {
    display: block;
    margin: auto
}

.outdoor-signs-rail .zelen-signs-item:first-child {
    width: calc(50% - 20px);
    margin-right: 20px;
    padding-top: 12px
}

.outdoor-signs-rail .zelen-signs-item:first-child .img-wrapper {
    width: 518px;
    height: auto
}

.outdoor-signs-rail .zelen-signs-item:last-child {
    width: 50%;
    background-color: transparent;
    box-shadow: none
}

.outdoor-signs-rail ul {
    height: 100%
}

.outdoor-signs-rail ul li {
    font-size: 18px
}

.outdoor-signs-rail ul .svg-wrapper {
    top: calc(50% - 22px)
}

.outdoor-because .design-because-item:nth-child(2) svg .cls-1,
.outdoor-because .design-because-item:nth-child(3) svg .cls-1 {
    fill: #ffc520
}

.outdoor-order .lineament-bg {
    background-image: url(../images/bAQypnRwIP7e.jpg)
}

.outdoor-order .lineament-content {
    padding-top: 62px;
    padding-bottom: 62px
}

.outdoor-order {
    position: relative
}

.outdoor-order .parallax-wrapper5 {
    position: absolute;
    left: 0;
    top: -150px
}

.outdoor-order .parallax-wrapper5 .parallax-window {
    width: 150px;
    height: 848px
}

.context-banner {
    background-image: url(../images/8uTiWxbPglik.jpg)
}

.context-banner h1 {
    margin-top: 105px
}

.context-banner .banner__title {
    margin-bottom: 50px
}

.context-banner .banner__text {
    margin-top: 0
}

.context-banner .btn {
    display: inline-block;
    padding: 0 80px
}

.context-reduce {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px
}

.context-reduce h3 {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 30px
}

.context-reduce .context-reduce-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.context-reduce .context-reduce-block .context-reduce-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .05);
    padding: 20px;
    padding-bottom: 30px
}

.context-reduce .context-reduce-block .context-reduce-item:nth-child(odd) {
    margin-right: 30px
}

.context-reduce .context-reduce-block .context-reduce-item .img-wrapper img {
    margin: auto
}

.context-reduce .context-reduce-block .context-reduce-item p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 35px
}

.context-ctr {
    text-align: center;
    min-height: 506px
}

.context-ctr .context-ctr-bg {
    background-color: #2c9f08;
    height: 260px
}

.context-ctr .context-ctr-block {
    background-color: #fff;
    border: 5px solid #f4f4f4;
    margin-top: -208px
}

.context-ctr h2 {
    font-size: 46px;
    line-height: 48px;
    text-transform: uppercase;
    color: #2c9f08;
    font-weight: 300;
    padding: 35px 60px
}

.context-ctr .img-wrapper {
    margin-bottom: 40px
}

.context-ctr .img-wrapper img {
    max-width: inherit
}

.context-ctr p {
    font-size: 14px;
    line-height: 16px;
    padding: 0 30px;
    margin-top: 10px
}

.context-how {
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center;
    background: linear-gradient(180deg, #f9f9f9, #fff 40%, #fff 80%)
}

.context-how h3 {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 15px
}

.context-lineament {
    margin-top: 0
}

.context-lineament .lineament-bg {
    background-image: url(../images/5sLkoLWUGLxI.jpg);
    z-index: -2;
    width: 50%;
    margin-left: -160px
}

.context-lineament .lineament-right {
    width: calc(50% + 160px)
}

.context-lineament .lineament-content {
    margin-left: 0;
    margin-top: 85px;
    margin-bottom: 85px;
    padding: 60px 50px 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.context-lineament .lineament-content-wrp {
    width: 670px
}

.context-report {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 55px
}

.context-report h3 {
    text-transform: uppercase;
    color: #2c9f08;
    font-weight: 300
}

.context-report .context-report-block {
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.context-report .context-report-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.context-report .context-report-item:nth-child(2n) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.context-report .context-report-item:not(:last-child) {
    margin-right: 65px
}

.context-report .context-report-item p {
    margin-top: 15px
}

.context-report .context-report-item:nth-child(odd) .svg-wrapper {
    top: 40px;
    right: -60px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.context-report .context-report-item:nth-child(2n) .svg-wrapper {
    top: 40px;
    right: -60px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

.context-report .context-report-item:nth-child(4) .svg-wrapper {
    right: -40px
}

.context-report .svg-wrapper {
    width: 64px;
    display: block;
    position: absolute;
    right: 0
}

.context-report .svg-wrapper svg {
    fill: #f4f4f4
}

.context-report .svg-wrapper1 svg {
    left: calc(50% - 25px)
}

.context-report .context-report-bottom {
    background-color: #ffc41c;
    padding: 25px 60px;
    margin-top: 60px
}

.context-costing {
    margin-top: 80px
}

.context-costing .lineament-bg {
    background-image: url(../images/yynhSQX61eII.jpg)
}

.context-costing .lineament-content {
    margin-top: 85px;
    margin-bottom: 85px
}

.context-tuning {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 65px
}

.context-tuning h3 {
    text-transform: uppercase;
    color: #2c9f08
}

.context-tuning__price {
    color: #ffc41c;
    font-size: 58px;
    font-weight: 900;
    padding: 20px 0
}

.context-tuning__price span {
    font-size: 97px
}

.context-tuning__bottom-p {
    font-size: 30px
}

.context-tuning .svg-wrapper {
    width: 68px;
    padding-bottom: 20px;
    margin-bottom: 22px
}

.context-tuning .context-price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

.context-tuning .context-price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.context-tuning .context-price-item .svg-wrapper:after,
.context-tuning .context-price-item .svg-wrapper:before {
    width: 22px
}

.context-tuning .context-price-item .svg-wrapper:after {
    left: 3px
}

.context-tuning .context-price-item .svg-wrapper:before {
    left: 37px
}

.context-tuning .context-price-item:first-child {
    margin-right: 90px;
    width: 262px
}

.context-tuning .context-price-item:first-child .svg-wrapper {
    width: 57px
}

.context-tuning .context-price-item:nth-child(2) {
    margin-right: 130px;
    width: 205px
}

.context-tuning .context-price-item:nth-child(2) .svg-wrapper:after {
    left: 6px
}

.context-tuning .context-price-item:nth-child(2) .svg-wrapper:before {
    left: 40px
}

.context-tuning .context-price-item:nth-child(3) {
    width: 120px
}

.context-tuning .context-price-item:nth-child(3) .svg-wrapper:after {
    left: 6px
}

.context-tuning .context-price-item:nth-child(3) .svg-wrapper:before {
    left: 40px
}

.context-banner {
    position: relative
}

.context-banner .parallax-wrapper1 {
    position: absolute;
    left: 0;
    top: -50px
}

.context-banner .parallax-wrapper1 .parallax-window {
    width: 179px;
    height: 166px
}

.context-banner .parallax-wrapper2 {
    position: absolute;
    left: 0;
    top: 150px
}

.context-banner .parallax-wrapper2 .parallax-window {
    width: 64px;
    height: 523px
}

.context-ctr {
    position: relative
}

.context-ctr .parallax-wrapper3 {
    position: absolute;
    left: 0;
    top: 0
}

.context-ctr .parallax-wrapper3 .parallax-window {
    width: 177px;
    height: 120px
}

.context-ctr .parallax-wrapper4 {
    position: absolute;
    right: 0;
    top: -50px
}

.context-ctr .parallax-wrapper4 .parallax-window {
    width: 75px;
    height: 339px
}

.context-lineament {
    position: relative
}

.context-lineament .parallax-wrapper5 {
    position: absolute;
    right: 0;
    top: -100px
}

.context-lineament .parallax-wrapper5 .parallax-window {
    width: 150px;
    height: 848px
}

.context-report {
    position: relative
}

.context-report .parallax-wrapper6 {
    position: absolute;
    left: 0;
    top: -100px
}

.context-report .parallax-wrapper6 .parallax-window {
    width: 75px;
    height: 515px
}

.context-costing {
    position: relative
}

.context-costing .parallax-wrapper7 {
    position: absolute;
    left: 0;
    top: -100px
}

.context-costing .parallax-wrapper7 .parallax-window {
    width: 150px;
    height: 848px
}

.blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-item {
    width: 364px;
    margin-top: 30px
}

.blog-list .blog-item {
    margin: 30px 8px 0
}

.blog-list .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-list .blog-list__title {
    margin-top: 10px
}

@media screen and (min-width:1600px) {
    .parallax-mirror {
        display: block
    }
}

@media screen and (max-width:1200px) {
    .container {
        width: 750px
    }
    .header:after {
        bottom: 54px;
        top: auto
    }
    .top-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .header-soc {
        position: absolute;
        right: 70px;
        top: 40px;
        margin-right: 0
    }
    .header-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .header-contact__mes {
        padding-left: 45px;
        margin-right: 0
    }
    .header-contact__mes:before {
        left: 0
    }
    .footer-right {
        margin-left: 15px
    }
    .footer-nav {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .footer-commun-info {
        margin-right: 0
    }
    .footer-location {
        margin-left: 20px
    }
    .banner {
        padding-bottom: 30px
    }
    .banner h1 {
        font-size: 38px;
        margin-top: 40px
    }
    .banner .banner-service {
        margin-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .banner .banner-item {
        margin-top: 20px
    }
    .about {
        padding: 40px 0
    }
    .about-wrapper {
        width: auto;
        padding: 0 20px
    }
    .help__header {
        margin: 30px 0
    }
    .features__title {
        width: auto;
        padding-left: 0;
        text-align: center
    }
    .features-header:after,
    .features-header:before {
        display: none
    }
    .features.outdoor .features-header .features__title {
        padding-right: 0;
        text-align: center
    }
    .features.product-adv .features-header .features__title {
        padding-left: 0
    }
    .features.indoor .features-header .features__title {
        padding-right: 0;
        text-align: center
    }
    .features.design .features-header .features__title {
        padding-left: 0
    }
    .features .features-img {
        width: 100px;
        height: 100px
    }
    .lineament-content,
    .use-method__text {
        width: auto
    }
    .our-project .our-project-item {
        width: 75%;
        margin-bottom: 20px
    }
    .our-project .arrow {
        display: none
    }
    .project-landing-text,
    .project-outdoor-text,
    .project-rostelecom-text {
        padding: 0;
        padding-left: 20px
    }
    .project-outdoor-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .project-outdoor {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .project-landing,
    .project-outdoor,
    .project-rostelecom {
        width: 25%!important
    }
    .recent-project,
    .view-project {
        width: 100%!important
    }
    .team {
        min-height: auto
    }
    .team h3 {
        top: 15px
    }
    .question {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .question .question-left {
        width: auto
    }
    .question .question-left .question-ask {
        width: auto;
        margin: 40px 70px
    }
    .question .question-right {
        width: auto
    }
    .question .question-right .question-symbol {
        line-height: 390px
    }
    .question .question-right .question-tel {
        width: auto;
        margin-top: 40px;
        margin-bottom: 20px
    }
    .modal {
        width: 700px;
        padding: 100px
    }
    .modal-title {
        font-size: 39px;
        margin-bottom: 20px;
        margin-top: 0
    }
    .vk-get-vk {
        padding-bottom: 30px
    }
    .vk-get-vk h1 {
        margin-top: 30px;
        padding: 0
    }
    .vk-get-vk h1:after,
    .vk-get-vk h1:before {
        display: none
    }
    .vk-get-vk__text {
        width: auto
    }
    .vk-community:after {
        width: 50%
    }
    .vk-community h3.vk-community__name {
        width: 37%
    }
    .vk-community__done {
        padding-left: 0
    }
    .gratitude-main {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .design-block h3 {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .design-block .design-block-item .img-wrapper {
        width: auto;
        height: auto
    }
    .tabs .tabs-nav li {
        width: 16%
    }
    .design-graphic .tabs-content {
        margin-top: 40px
    }
    .design-block-bottom {
        width: auto
    }
    .design-block-bottom__btn {
        padding: 0;
        width: 50%
    }
    .design-because .design-because-item {
        width: 45%
    }
    .design-because .design-because-item:not(:last-child) {
        margin-right: 0
    }
    .design-because .design-because-item:last-child {
        margin-top: 25px
    }
    .design-because-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .design-order .lineament-content {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .banner2 .banner2-left {
        padding-left: 20px;
        padding-top: 0
    }
    .zelen-stop {
        padding-left: 20px;
        padding-right: 20px
    }
    .zelen-stop-right__text {
        width: auto
    }
    .zelen-stop-right .btn {
        padding: 0 20px
    }
    .zelen-why-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .zelen-why-block .zelen-why-item {
        width: 45%;
        margin-bottom: 30px
    }
    .zelen-signs {
        padding-bottom: 30px
    }
    .zelen-signs-block {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .zelen-signs-block .zelen-signs-item {
        width: 47%
    }
    .zelen-signs-bottom b {
        padding-left: 0
    }
    .zelen-signs-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .zelen-signs-btns .btn {
        padding: 0 20px;
        width: 70%;
        margin-bottom: 20px
    }
    .inst-banner .banner__title {
        padding-bottom: 30px
    }
    .inst-banner .banner__title:after {
        left: 40%
    }
    .inst-banner .banner__title:before {
        left: 55%
    }
    .inst-banner .form-banner input:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
    .inst-banner .btn {
        width: 400px
    }
    .inst-youcan h3 {
        width: 750px
    }
    .inst-youcan h3:after {
        right: -50px
    }
    .inst-youcan h3:before {
        left: -50px
    }
    .inst-youcan-main {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15px
    }
    .inst-result-title h3 {
        width: 750px
    }
    .inst-result .inst-result-text {
        padding-right: 20px
    }
    .inst-result--reverse .inst-result-text {
        padding-left: 20px;
        padding-right: 0
    }
    .inst-coop .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .inst-coop-item {
        width: 80%;
        padding: 20px
    }
    .inst-coop-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px
    }
    .inst-coop-item ul li {
        font-size: 18px;
        line-height: 24px
    }
    .catalog-head ul li {
        width: 148px;
        border-right: none
    }
    .catalog-service .catalog-item {
        width: 220px
    }
    .catalog-item-bottom {
        top: 220px;
        padding-bottom: 20px
    }
    .social-main {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .social-main h3 {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .social-main .svg-wrapper {
        max-width: 100%;
        height: auto
    }
    .social-main .btn {
        margin-left: 0
    }
    .social-net__fb,
    .social-net__inst-bg,
    .social-net__vk {
        width: 33%
    }
    .social-net__inst-bg {
        height: 238px
    }
    .text-s-carousel-block .img-wrapper {
        width: 340px
    }
    .sites-banner {
        padding-bottom: 30px
    }
    .sites-banner .banner-block {
        margin-top: 30px
    }
    .sites-banner .banner-left {
        width: auto
    }
    .sites-banner .banner-left h1 {
        font-size: 36px
    }
    .sites-banner .banner-right {
        margin-left: 30px
    }
    .sites-banner .banner-right__link {
        padding-left: 30px;
        font-weight: 500;
        height: 140px
    }
    .sb .banner-right {
        margin-left: 10px
    }
    .sb .banner-right__link {
        font-size: 21px;
        padding-left: 10px
    }
    .sites-bottom-text .bottom-text-block {
        margin-top: 30px;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sites-bottom-text .bottom-text-block .bottom-text-right {
        margin-left: 0
    }
    .transport-why h4 {
        width: auto
    }
    .lift-banner .banner-left {
        padding-top: 0
    }
    .outdoor-banner .banner-right__link {
        font-size: 30px
    }
    .outdoor-signs-billboard .img-wrapper {
        width: 304px;
        height: 132px
    }
    .outdoor-signs-billboard h6 {
        margin-top: 15px
    }
    .outdoor-signs-billboard .zelen-signs-item .zelen-signs-item-bottom {
        top: 230px
    }
    .outdoor-signs-rail .zelen-signs-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .outdoor-signs-rail .zelen-signs-item {
        width: 100%!important
    }
    .context-banner h1 {
        margin-top: 40px
    }
    .context-banner .banner__title {
        margin-bottom: 30px
    }
    .context-reduce h3:after,
    .context-reduce h3:before {
        display: none
    }
    .context-ctr h2 {
        font-size: 40px
    }
    .context-ctr .img-wrapper {
        margin-left: 1px
    }
    .context-ctr .img-wrapper img {
        max-width: 100%
    }
    .context-report .context-report-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
    .context-report .context-report-item {
        width: 40%
    }
    .context-report .context-report-item:not(:last-child) {
        margin-bottom: 20px
    }
    .context-report .svg-wrapper {
        display: none
    }
    .context-tuning {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:768px) {
    .container {
        width: auto
    }
    .header:after,
    .horizont-lines:after,
    .horizont-lines:before {
        display: none
    }
    .header-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px
    }
    .header-contact,
    .header-contact__mes,
    .header-contact__tel {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .header-contact__tel {
        padding-left: 45px;
        padding-top: 15px
    }
    .header-contact__tel:before {
        left: 0;
        top: 13px
    }
    .header-contact .btn {
        position: absolute;
        right: 0;
        top: 105px;
        margin-left: 0
    }
    .bottom-header {
        padding: 0
    }
    .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: -9999px
    }
    .btn_mnu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-right {
        width: auto;
        margin-top: 15px;
        margin-left: 0
    }
    .footer-nav .footer-nav-item:not(:last-child) {
        margin-right: 10px
    }
    .footer-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-commun-info {
        margin-top: 10px
    }
    .banner h1 {
        font-size: 30px;
        padding: 0 20px
    }
    .banner h1:after,
    .banner h1:before {
        display: none
    }
    .banner h1 {
        font-size: 24px
    }
    .about-service {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .service {
        margin-bottom: 20px
    }
    .service:not(:last-child) {
        margin-right: 0
    }
    .features {
        min-height: auto
    }
    .features__title {
        font-size: 36px;
        line-height: 36px;
        padding: 20px;
        padding-left: 20px
    }
    .features-header {
        min-height: auto
    }
    .features-content .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-top: 0;
        border-top: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: auto
    }
    .features-item {
        margin-top: 20px
    }
    .marketer__header,
    .marketer__name {
        font-size: 36px;
        line-height: 36px
    }
    .marketer-img-wrapper {
        width: 180px
    }
    .lineament {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .lineament p:after,
    .lineament p:before {
        display: none
    }
    .lineament__header {
        margin-bottom: 15px
    }
    .lineament__header:after,
    .lineament__header:before {
        display: none
    }
    .lineament-bg {
        height: 300px;
        background-size: contain;
        width: auto
    }
    .lineament-right {
        width: auto!important;
        text-align: center
    }
    .lineament-content {
        margin-left: 0;
        padding: 20px;
        margin-top: 0
    }
    .lineament-item {
        padding: 0 20px
    }
    .lineament-item .svg-wrapper {
        display: none
    }
    .left-application__text {
        font-size: 30px
    }
    .our-project .our-project-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .our-project .our-project-item__title {
        display: none
    }
    .our-project .our-project-item__text {
        margin-left: 10px
    }
    .team {
        min-height: 235px
    }
    .question .question-left .question-symbol {
        display: none
    }
    .question .question-left .question-ask {
        padding-right: 0;
        margin: 40px 30px
    }
    .question .question-right .question-symbol {
        display: none
    }
    .question__title {
        font-size: 30px;
        line-height: 32px
    }
    .bottom-text {
        text-align: justify
    }
    .modal {
        width: 100%;
        padding: 80px
    }
    .modal-title {
        font-size: 39px
    }
    .vk-get-vk h1 {
        margin-top: 80px
    }
    .vk-get-vk .vk-get-vk-service {
        margin-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .vk-get-vk .vk-get-vk-service .vk-service-item,
    .vk-get-vk .vk-get-vk-service .vk-service-item:nth-of-type(2),
    .vk-get-vk .vk-get-vk-service .vk-service-item:nth-of-type(3) {
        width: 45%
    }
    .vk-get-vk .vk-get-vk-service .vk-service-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
    .vk-section .vk-section-block .vk-section-content {
        padding-right: 0
    }
    .vk-section--reverse .vk-section-content {
        padding-left: 0
    }
    .vk-costing h2,
    .vk-costing p {
        font-size: 36px
    }
    .vk-costing h2.double-lines,
    .vk-costing p.double-lines {
        margin-bottom: 15px;
        padding-bottom: 0;
        font-size: 36px
    }
    .vk-costing .btn {
        width: 80%;
        padding: 0;
        margin-top: 25px
    }
    .vk-need p {
        width: auto
    }
    .vk-need .btn {
        padding: 0 20px;
        width: 95%
    }
    .vk-community h3.vk-community__name {
        width: 50%!important;
        font-size: 22px;
        padding-left: 0
    }
    .vk-community .vk-community-item-bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .vk-community__done {
        padding: 15px;
        font-size: 14px;
        line-height: 18px
    }
    .vk-community .arrow--left {
        left: 20px
    }
    .vk-community .arrow--right {
        right: 20px
    }
    .vk-testimonials h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 35px
    }
    .vk-testimonials h3:after,
    .vk-testimonials h3:before {
        display: none
    }
    .vk-testimonials .vk-testimonials-block .vk-testimonials-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .vk-testimonials .vk-testimonials-block .vk-testimonials-item .img-wrapper {
        width: 200px;
        margin-top: 20px
    }
    .vk-testimonials .vk-testimonials-block .vk-testimonials-item__content {
        width: auto;
        text-align: center
    }
    .vk-testimonials .vk-testimonials-block .vk-testimonials-item__text {
        text-align: center
    }
    .gratitude-main h1 {
        font-size: 48px;
        line-height: 60px
    }
    .design-block {
        margin-bottom: 30px
    }
    .design-block h3 {
        font-size: 30px;
        line-height: 30px
    }
    .tabs .tabs-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tabs .tabs-nav li {
        width: 30%;
        margin-top: 20px
    }
    .design-block-bottom {
        margin-top: 15px
    }
    .design-block-bottom__percent {
        font-size: 80px;
        line-height: 80px
    }
    .design-block-bottom__btn {
        font-size: 18px;
        padding: 0 15px
    }
    .design-style .btn {
        width: 70%
    }
    .design-trust h3 {
        padding: 20px 0
    }
    .design-because .design-because-item {
        padding: 20px
    }
    .design-because .design-because-item__text {
        font-size: 14px
    }
    .design-order .lineament-bg {
        width: 80%;
        margin: auto
    }
    .design-order .lineament-content {
        margin-top: 0
    }
    .design-order p {
        font-size: 36px;
        line-height: 36px
    }
    .design-order .btn {
        padding: 0;
        width: 80%
    }
    .zelen-stop-left h2,
    .zelen-stop-left p {
        font-size: 30px;
        line-height: 30px
    }
    .zelen-stop-item__circle+p {
        font-size: 18px
    }
    .zelen-why h4 {
        width: auto
    }
    .zelen-signs-block .zelen-signs-item {
        width: 90%
    }
    .zelen-signs-bottom b {
        font-size: 90px
    }
    .zelen-signs-bottom h2 {
        font-size: 25px;
        line-height: 30px
    }
    .zelen-signs-btns .btn {
        width: 90%
    }
    .lineament-zelen .lineament-content {
        margin: 0
    }
    .lineament-zelen h2,
    .lineament-zelen p {
        font-size: 36px;
        line-height: 40px
    }
    .lineament-zelen .btn {
        width: 95%;
        padding: 0 20px;
        font-size: 18px
    }
    .inst-banner {
        padding-bottom: 30px
    }
    .inst-banner .banner__title {
        padding-bottom: 15px
    }
    .inst-banner .banner__text {
        font-size: 22px;
        line-height: 30px
    }
    .inst-banner .banner__bottom-text {
        margin-top: 20px
    }
    .inst-youcan-carousel .arrow-green--left {
        right: auto!important;
        left: 100px!important
    }
    .inst-youcan-carousel .arrow-green--right {
        right: 100px
    }
    .inst-youcan-carousel h2,
    .inst-youcan-carousel h5 {
        font-size: 30px;
        line-height: 30px;
        text-align: center
    }
    .inst-youcan-carousel h5:nth-of-type(2) {
        margin-top: 15px
    }
    .inst-youcan-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .inst-youcan-left {
        width: auto;
        margin-right: 0
    }
    .inst-youcan-right {
        width: 100%
    }
    .inst-youcan-footer {
        padding: 20px
    }
    .inst-result-title {
        margin-top: 30px
    }
    .inst-get-client .lineament-content {
        padding: 20px
    }
    .inst-get-client p.lineament__header {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .inst-coop {
        margin-bottom: 30px;
        padding-top: 20px
    }
    .inst-coop h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px
    }
    .catalog-head ul {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .catalog-service h3:after,
    .catalog-service h3:before {
        display: none
    }
    .catalog-service h6 {
        font-size: 15px
    }
    .catalog-service .catalog-item {
        width: calc(50% - 16px);
        padding-left: 17px;
        padding-right: 17px
    }
    .catalog-item-bottom {
        top: 205px
    }
    .catalog-bt {
        text-align: justify
    }
    .social-net {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .social-net__fb,
    .social-net__inst-bg,
    .social-net__vk {
        width: 147px
    }
    .social-net__inst-bg {
        height: 146px
    }
    .text-marketing .text-marketing-img-block,
    .text-marketing .text-marketing-img-block .img-wrapper {
        width: 250px
    }
    .text-advantages h3.horizont-lines {
        margin-left: 0;
        margin-right: 0
    }
    .lineament-text h2 {
        margin-bottom: 30px;
        padding-bottom: 0
    }
    .lineament-text h2:after,
    .lineament-text h2:before {
        display: none
    }
    .lineament-text .btn {
        font-size: 21px;
        padding: 0 20px;
        width: 95%
    }
    .lineament-text .lineament-content {
        margin-top: 0;
        margin-bottom: 0
    }
    .sites-banner .banner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .sites-banner .banner-right {
        margin-left: 0
    }
    .sites-banner .banner-right__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        height: 110px
    }
    .sites-banner .banner-right__link:after {
        width: 100%
    }
    .sites-banner .banner-service {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .sites-banner .banner-service .banner-item:first-child {
        width: 45%
    }
    .sites-banner .banner-service .banner-item:nth-child(2) {
        width: 45%;
        margin-bottom: 20px
    }
    .sites-banner .banner-service .banner-item:nth-child(3) {
        width: 45%
    }
    .sites-banner .btn {
        width: 85%;
        padding: 0 20px
    }
    .sb .banner-btn-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 20px
    }
    .sites-comfort .sites-comfort-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sites-comfort .sites-comfort-item {
        width: 45%;
        margin-bottom: 20px
    }
    .sites-comfort .sites-comfort-item:not(:last-child) {
        margin-right: 0
    }
    .sites-help {
        margin-bottom: 30px
    }
    .sites-help h2:first-child {
        padding-bottom: 0
    }
    .sites-help h2:after,
    .sites-help h2:before {
        display: none
    }
    .sites-help p {
        padding-right: 0!important
    }
    .sites-help .sites-help-left {
        padding: 20px;
        width: 100%;
        text-align: center
    }
    .sites-help .sites-help-left .sites-help-text {
        width: auto!important
    }
    .sites-help .sites-help-right {
        display: none
    }
    .sites-bottom-text h3 {
        text-align: center
    }
    .sites-bottom-text .bottom-text-block {
        margin-top: 0
    }
    .sites-bottom-text .bottom-text-block .bottom-text-left__discount {
        font-size: 120px;
        text-align: center
    }
    .sites-bottom-text .bottom-text-block .bottom-text-left__discount span {
        font-size: 90px
    }
    .sites-bottom-text .bottom-text-block .bottom-text-left p {
        margin-bottom: 15px
    }
    .sites-bottom-text .bottom-text-block .bottom-text-right__item {
        width: 33.3%;
        text-align: center
    }
    .sites-bottom-text .btn {
        display: block;
        width: 90%;
        padding: 0 20px;
        margin: auto
    }
    .transport-banner .vk-get-vk-service .vk-service-item {
        width: 45%!important
    }
    .transport-variant .transport-variant-block {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .transport-variant .transport-variant-block .transport-variant-item {
        width: calc(100% - 16px)
    }
    .transport-brend .transport-brend-text .transport-brend-text-item h6 span {
        display: none
    }
    .transport-brend .transport-brend-text__value {
        font-size: 25px;
        line-height: 25px
    }
    .transport-brend .owl-dot:not(:last-child) {
        margin-right: 30px
    }
    .transport-brend .arrow-thin--left,
    .transport-brend .arrow-thin--right {
        top: 25%
    }
    .lift-banner .btn {
        margin: auto;
        margin-bottom: 20px
    }
    .lift-area {
        margin-bottom: 30px
    }
    .lift-area .lift-area-sizes-bottom__item,
    .lift-area .lift-area-sizes-top__item {
        height: 200px
    }
    .lift-area .lift-area-content {
        width: auto;
        margin-left: 20px
    }
    .lift-area .lift-area-content h3 {
        font-size: 24px
    }
    .lift-area .btn {
        width: 90%;
        padding: 0 20px
    }
    .lift-area .lift-area-districts .lift-area-district {
        margin-bottom: 10px;
        width: 33.3%;
        padding: 15px
    }
    .lift-area#lift-mo .lift-area-district {
        padding-left: 15px
    }
    .lift-order .lineament-content {
        margin-left: 0;
        margin-bottom: 0
    }
    .outdoor-banner .banner-right__link {
        font-size: 36px!important
    }
    .outdoor-signs-moscow .zelen-signs-item:first-child,
    .outdoor-signs-moscow .zelen-signs-item:nth-child(2),
    .outdoor-signs-moscow .zelen-signs-item:nth-child(4) {
        margin-right: 0
    }
    .outdoor-signs-rail .zelen-signs-item:first-child .img-wrapper {
        width: auto;
        max-width: 518px
    }
    .outdoor-order .lineament-content {
        margin-bottom: 0
    }
    .context-banner h1 {
        margin-top: 30px
    }
    .context-banner .banner__title {
        margin-bottom: 15px
    }
    .context-ctr {
        min-height: 400px
    }
    .context-ctr h2 {
        font-size: 30px;
        padding: 20px 30px
    }
    .context-lineament .lineament-bg {
        display: block;
        margin: auto!important;
        width: 80%!important;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .context-lineament .lineament-content {
        margin-top: 0!important
    }
    .context-report {
        padding-top: 0;
        padding-bottom: 20px
    }
    .context-report h3 {
        font-size: 24px;
        line-height: 35px
    }
    .context-report .context-report-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .context-report .context-report-item:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 30px
    }
    .context-costing .lineament-bg {
        width: 80%;
        margin: auto
    }
    .context-costing .lineament-content {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .context-tuning__price {
        padding: 0
    }
    .context-tuning .context-price-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .context-tuning .context-price-item p {
        font-size: 16px
    }
    .context-tuning .context-price-item:first-child,
    .context-tuning .context-price-item:nth-child(2) {
        width: 40%;
        margin: 0
    }
    .context-tuning .context-price-item:nth-child(3) {
        width: 40%;
        margin-top: 20px
    }
}

@media screen and (max-width:480px) {
    .top-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 15px
    }
    .top-header__logo {
        width: 175px
    }
    .header-soc {
        position: static
    }
    .header-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-contact .btn {
        position: static;
        margin-top: 10px
    }
    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer-nav .footer-nav-item:not(:last-child) {
        margin-right: 0
    }
    .footer-commun-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-location {
        margin-left: 0;
        margin-top: 10px
    }
    .banner .banner-btn {
        padding: 0;
        width: 90%
    }
    .help__header {
        font-size: 30px;
        line-height: 30px;
        padding: 0 30px;
        margin-bottom: 0
    }
    .help__header:after,
    .help__header:before {
        display: none
    }
    .features__title {
        font-size: 30px;
        line-height: 30px;
        margin-top: 20px
    }
    .get-cons__header {
        font-size: 36px;
        line-height: 36px
    }
    .get-cons__btn {
        padding: 0 30px
    }
    .marketer__header,
    .marketer__name {
        font-size: 30px;
        line-height: 36px
    }
    .marketer-img-wrapper {
        width: 150px!important
    }
    .use-method__text {
        font-size: 30px;
        line-height: 30px
    }
    .left-application__btn {
        padding: 0 40px
    }
    .made-project .container:after {
        display: none
    }
    .made-project__text {
        margin-top: 80px;
        padding: 0 30px;
        font-size: 36px
    }
    .thanks-bottom .thanks-item {
        height: auto;
        max-height: 430px;
        width: auto;
        max-width: 300px
    }
    .question .question-left .question-ask {
        margin: 40px 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
    .question .question-right .question-tel {
        padding: 0 20px;
        font-size: 30px;
        line-height: 30px
    }
    .bottom-text .container {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .bottom-text__p {
        font-size: 12px;
        line-height: 14px
    }
    .bottom-text__p:not(:last-child) {
        font-size: 12px
    }
    .modal {
        padding: 60px 30px
    }
    .modal-title {
        font-size: 32px
    }
    .vk-get-vk h1 {
        font-size: 30px
    }
    .vk-get-vk .vk-get-vk-service .vk-service-item,
    .vk-get-vk .vk-get-vk-service .vk-service-item:nth-of-type(2),
    .vk-get-vk .vk-get-vk-service .vk-service-item:nth-of-type(3) {
        width: 90%
    }
    .vk-get-vk .btn {
        width: 95%;
        padding: 0 20px
    }
    .vk-section h2,
    .vk-section p {
        font-size: 26px
    }
    .vk-section .vk-section-block .vk-section-content ul li {
        font-size: 14px
    }
    .vk-costing .lineament-content {
        margin-bottom: 0
    }
    .vk-costing h2,
    .vk-costing h2.double-lines,
    .vk-costing p,
    .vk-costing p.double-lines {
        font-size: 24px;
        line-height: 35px
    }
    .vk-costing .btn {
        font-size: 20px
    }
    .vk-community h3.vk-community__name {
        font-size: 18px
    }
    .vk-testimonials .vk-testimonials-block .vk-testimonials-item__text {
        font-size: 14px;
        line-height: 18px
    }
    .gratitude-main h1 {
        font-size: 36px;
        line-height: 40px
    }
    .design-block-bottom__percent {
        font-size: 40px;
        line-height: 40px
    }
    .design-block-bottom__text {
        font-size: 10px
    }
    .design-block-bottom__btn {
        font-size: 12px
    }
    .design-partners .container {
        padding: 0
    }
    .design-because .design-because-item {
        width: 85%
    }
    .design-because .design-because-item:not(:first-child) {
        margin-top: 25px
    }
    .design-order .lineament-bg {
        height: 200px
    }
    .design-order p {
        font-size: 24px;
        line-height: 36px
    }
    .banner2 .banner2-block {
        padding-top: 15px
    }
    .banner2 .banner2-left h2 {
        font-size: 36px
    }
    .banner2 .banner-service {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .banner2 .banner-service .banner-item {
        width: 90%
    }
    .banner2 .banner-service .banner-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
    .banner2 .btn {
        padding: 20px;
        width: 95%;
        font-size: 18px;
        line-height: 20px;
        white-space: normal
    }
    .zelen-stop {
        padding: 30px 20px
    }
    .zelen-stop-features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 15px
    }
    .zelen-stop-item {
        width: 90%;
        margin-bottom: 25px
    }
    .zelen-stop-right .btn {
        width: 90%;
        font-size: 16px;
        white-space: normal;
        display: block;
        margin: auto
    }
    .zelen-why h4 {
        margin-bottom: 40px;
        font-size: 28px
    }
    .zelen-why-block .zelen-why-item {
        width: 90%;
        margin-bottom: 40px
    }
    .zelen-signs h3 {
        font-size: 30px;
        line-height: 30px
    }
    .zelen-signs-block .img-wrapper {
        width: auto;
        max-width: 304px;
        height: auto
    }
    .zelen-signs-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .zelen-signs-bottom b {
        margin-bottom: 30px
    }
    .zelen-signs-btns .btn {
        font-size: 16px
    }
    .zelen-partners {
        margin-bottom: 30px
    }
    .lineament-zelen h2,
    .lineament-zelen p {
        font-size: 30px;
        line-height: 30px
    }
    .lineament-zelen .btn {
        font-size: 16px;
        white-space: normal
    }
    .inst-banner .form-banner input {
        width: 80%
    }
    .inst-banner .btn {
        width: 80%;
        padding: 0 20px
    }
    .inst-result .inst-result-text h3 {
        font-size: 26px;
        line-height: 30px
    }
    .inst-get-client p {
        font-size: 24px!important;
        line-height: 35px
    }
    .inst-get-client .btn {
        font-size: 20px
    }
    .catalog-service .catalog-service-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .catalog-service .catalog-item {
        width: 75%
    }
    .social-net__fb,
    .social-net__inst-bg,
    .social-net__vk {
        width: 90px
    }
    .social-net__inst-bg {
        height: 90px
    }
    .text-marketing .text-marketing-img-block {
        float: none;
        margin-right: 0;
        width: 100%
    }
    .text-marketing .text-marketing-img-block .img-wrapper {
        margin: auto
    }
    .lineament-text h2,
    .lineament-text p {
        font-size: 30px;
        line-height: 36px
    }
    .sites-banner .banner-service .banner-item:first-child {
        width: 90%
    }
    .sites-banner .banner-service .banner-item:nth-child(2) {
        width: 90%;
        margin-top: 20px
    }
    .sites-banner .banner-service .banner-item:nth-child(3) {
        width: 90%
    }
    .sites-banner .btn {
        white-space: normal;
        line-height: 28px;
        padding: 10px 20px
    }
    .sites-help .btn {
        width: 100%!important;
        font-size: 18px
    }
    .sites-bottom-text .bottom-text-block .bottom-text-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .sites-bottom-text .bottom-text-block .bottom-text-right__item {
        width: 45%
    }
    .sites-bottom-text .bottom-text-block .bottom-text-right__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
    .transport-banner .vk-get-vk-service .vk-service-item {
        width: 90%!important
    }
    .transport-brend h2 {
        padding-top: 30px;
        font-size: 30px;
        line-height: 36px
    }
    .transport-brend .transport-brend-text {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .transport-brend .transport-brend-text .transport-brend-text-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }
    .transport-brend .transport-brend-text__value {
        margin: 0 10px
    }
    .transport-brend .btn {
        padding: 0 20px;
        width: 95%
    }
    .transport-brend .owl-dot {
        width: 89px;
        height: 89px
    }
    .transport-brend .owl-dot:not(:last-child) {
        margin-right: 10px
    }
    .transport-brend .owl-dot:after {
        width: 66px;
        height: 35px;
        top: calc(50% - 17px)
    }
    .transport-brend .owl-dot:nth-child(2):after {
        width: 53px;
        height: 38px;
        top: calc(50% - 19px);
        left: 18px
    }
    .transport-brend .owl-dot:nth-child(3):after {
        width: 54px;
        height: 40px;
        top: calc(50% - 20px);
        left: 20px
    }
    .transport-brend .arrow-thin--left,
    .transport-brend .arrow-thin--right {
        top: 17%
    }
    .lift-area .container {
        padding: 0
    }
    .lift-area .btn {
        margin-bottom: 15px;
        font-size: 18px;
        white-space: normal
    }
    .lift-area .lift-area-districts .lift-area-district {
        width: 50%
    }
    .lift-area#lift-mo .lift-area-district {
        width: 45%
    }
    .lift-order .btn {
        font-size: 14px;
        padding: 0 5px
    }
    .outdoor-banner .banner-right__link {
        font-size: 25px!important
    }
    .outdoor-signs-road .zelen-signs-bottom h2,
    .outdoor-signs .zelen-signs-bottom h2 {
        padding-left: 0;
        text-align: center
    }
    .context-banner .btn {
        padding: 0;
        width: 80%
    }
    .context-reduce .context-reduce-block .context-reduce-item {
        width: 90%;
        margin: auto;
        margin-bottom: 20px
    }
    .context-reduce .context-reduce-block .context-reduce-item:nth-child(odd) {
        margin: auto;
        margin-bottom: 20px
    }
    .context-ctr {
        min-height: 360px
    }
    .context-ctr h2 {
        font-size: 24px;
        line-height: 35px
    }
    .context-lineament .lineament-bg {
        max-width: 319px
    }
    .context-report .context-report-item {
        width: 80%
    }
    .context-report .context-report-item:not(:last-child) {
        margin-right: 0
    }
    .context-tuning__price,
    .context-tuning h3 {
        font-size: 24px;
        line-height: 35px
    }
    .context-tuning__price span {
        font-size: 36px;
        line-height: 40px
    }
    .context-tuning__bottom-p {
        font-size: 24px;
        line-height: 35px
    }
    .context-tuning .context-price-item:first-child {
        width: 80%
    }
    .context-tuning .context-price-item:nth-child(2),
    .context-tuning .context-price-item:nth-child(3) {
        margin-top: 20px;
        width: 80%
    }
}

@media screen and (max-width:992px) {
    .get-cons,
    .get-cons__text {
        width: auto
    }
    .get-cons-wrapper {
        width: auto;
        text-align: center
    }
    .get-cons,
    .marketer {
        padding: 30px 20px
    }
    .marketer {
        width: auto
    }
    .marketer-wrapper {
        width: 50%
    }
    .marketer-img-wrapper {
        left: auto;
        right: 0;
        width: 200px
    }
    .consultation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .made-project .container:after {
        left: 0;
        width: 100%
    }
    .made-project .img-wrapper {
        width: auto;
        left: auto
    }
    .thanks-bottom .arrow--left {
        left: 0
    }
    .thanks-bottom .arrow--right {
        right: 0
    }
    .vk-section {
        padding-top: 30px
    }
    .vk-section .vk-section-block {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        margin-top: 20px
    }
    .vk-section .vk-section-block .vk-section-content {
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .vk-section .vk-section-block .vk-section-bg {
        height: 354px;
        width: auto
    }
    .vk-need__exclamation,
    .vk-need__question {
        display: none
    }
    .vk-community {
        padding-bottom: 30px
    }
    .vk-community:after,
    .vk-community h3:after,
    .vk-community h3:before {
        display: none
    }
    .vk-community h3.vk-community__name {
        width: 405px
    }
    .vk-community .vk-community-content {
        border: none;
        height: auto
    }
    .vk-community .vk-community-content .img-wrapper {
        width: auto;
        height: auto
    }
    .vk-community .vk-community-content .vk-community-item {
        width: auto
    }
    .vk-community__done {
        background-color: #ffc41c;
        padding-left: 20px
    }
    .design-block h3:after,
    .design-block h3:before {
        display: none
    }
    .design-because {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .design-because h3 {
        margin-bottom: 25px
    }
    .banner2 .banner2-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .banner2 .banner2-left {
        width: auto;
        text-align: center;
        padding: 20px
    }
    .banner2 .banner2-right {
        width: auto;
        margin-left: 0;
        text-align: center;
        margin-top: 30px
    }
    .banner2 .banner2-right__link {
        height: auto;
        padding: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .zelen-stop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .zelen-stop-left {
        margin-right: 0;
        max-width: none;
        width: 100%
    }
    .zelen-stop-left h2,
    .zelen-stop-left p {
        text-align: center
    }
    .zelen-stop-list {
        margin-bottom: 20px;
        margin-top: 20px
    }
    .zelen-stop-list .svg-wrapper {
        top: calc(50% - 20px)
    }
    .zelen-stop-right {
        width: 100%
    }
    .zelen-stop--reverse .zelen-stop-left {
        margin-bottom: 15px;
        margin-left: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .zelen-stop--reverse .zelen-stop-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .zelen-signs h3:after,
    .zelen-signs h3:before {
        display: none
    }
    .inst-youcan h3 {
        width: 100%;
        padding: 30px 20px
    }
    .inst-youcan h3:after,
    .inst-youcan h3:before {
        display: none
    }
    .inst-youcan-carousel .list__item {
        margin-bottom: 10px;
        padding-left: 30px
    }
    .inst-youcan-carousel .arrow-green--left,
    .inst-youcan-carousel .arrow-green--right {
        top: 54%
    }
    .inst-youcan-carousel .arrow-green--left {
        left: auto;
        right: 170px
    }
    .inst-youcan-carousel h2 {
        margin-bottom: 15px
    }
    .inst-youcan-carousel .list__item .svg-wrapper {
        width: 20px;
        top: calc(50% - 10px)
    }
    .inst-youcan-carousel .inst-list-bottom li:not(:last-child) {
        margin-bottom: 10px
    }
    .inst-youcan-footer h3 {
        padding: 0;
        font-size: 30px;
        line-height: 30px
    }
    .inst-result-title h3 {
        width: 100%;
        padding: 30px 20px
    }
    .inst-result-title h3:after,
    .inst-result-title h3:before {
        display: none
    }
    .inst-result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .inst-result .inst-result-bg {
        height: 300px;
        width: auto;
        margin-right: 0
    }
    .inst-result .inst-result-text {
        width: auto;
        padding: 20px;
        padding-left: 50px
    }
    .inst-result--reverse .inst-result-text {
        padding: 20px;
        padding-right: 50px
    }
    .inst-result--reverse .inst-result-bg {
        margin-left: 0
    }
    .inst-get-client p {
        font-size: 36px
    }
    .inst-get-client .btn {
        padding: 0;
        width: 80%;
        display: block;
        margin: auto;
        margin-top: 20px
    }
    #sites-corp .zelen-stop-text__p {
        margin-top: 20px
    }
    #sites-corp,
    #sites-cutaway,
    #sites-shop {
        padding-top: 30px
    }
    .sites-help h2,
    .sites-help p {
        font-size: 36px;
        line-height: 40px
    }
    .sites-help p {
        padding-right: 110px
    }
    .sites-help .btn {
        padding: 0 20px;
        width: 80%
    }
    .sites-help .sites-help-left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px
    }
    .sites-help .sites-help-left .sites-help-question {
        display: none
    }
    .sites-help .sites-help-left .sites-help-text {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 500px
    }
    .lift-area h3:after,
    .lift-area h3:before,
    .transport-variant h3:after,
    .transport-variant h3:before {
        display: none
    }
    .lift-order .btn {
        width: 80%;
        padding: 0 20px
    }
    .outdoor-banner .banner-right__link {
        font-size: 24px
    }
    .context-lineament .lineament-bg {
        width: 65%;
        margin-left: -230px
    }
    .context-lineament .lineament-right {
        width: calc(50% + 120px)
    }
    .context-lineament .lineament-content {
        display: block;
        padding: 30px 20px;
        margin-top: 40px;
        margin-bottom: 40px
    }
    .context-lineament .lineament-content-wrp {
        width: auto
    }
    .context-costing .lineament-content {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media screen and (max-width:320px) {
    .marketer-img-wrapper {
        display: none
    }
    .tabs .tabs-nav li {
        width: 45%
    }
    .lineament-zelen .btn {
        font-size: 20px;
        line-height: 26px
    }
    .inst-youcan-carousel .arrow-green--left,
    .inst-youcan-carousel .arrow-green--right {
        top: 60%
    }
    .inst-youcan-carousel .arrow-green--left {
        left: 50px!important
    }
    .inst-youcan-carousel .arrow-green--right {
        right: 50px
    }
    .lift-area .lift-area-content {
        margin-left: 10px
    }
}

@media screen and (max-width:1599px) {
    .parallax-mirror,
    .parallax-wrapper1,
    .parallax-wrapper2,
    .parallax-wrapper3,
    .parallax-wrapper4,
    .parallax-wrapper5,
    .parallax-wrapper6,
    .parallax-wrapper7,
    .parallax-wrapper8,
    .parallax-wrapper9,
    .parallax-wrapper10,
    .parallax-wrapper11,
    .parallax-wrapper12 {
        display: none
    }
}

.features-item__title a {
    color: #2c9f08;
}

.features-item__title a:hover {
    color: #4cce24;
}

.sites-help h2 {
    font-size: 28px;
}

.sites-help p {
    font-size: 28px;
    padding-right: 80px;
}

.vk-community-content .owl-carousel .owl-item img {
	max-width: 850px;
	margin: 0 auto;
}

.project_btn{
    margin-top: 35px;
}


/*# sourceMappingURL=style.min.css.map */