/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Black.woff2') format('woff2'),
    url('../fonts/GothamPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/GothamPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.woff2') format('woff2'),
    url('../fonts/GothamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.woff2') format('woff2'),
    url('../fonts/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-BlackItalic.woff2') format('woff2'),
    url('../fonts/GothamPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff2') format('woff2'),
    url('../fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.woff2') format('woff2'),
    url('../fonts/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Italic.woff2') format('woff2'),
    url('../fonts/GothamPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-MediumItalic.woff2') format('woff2'),
    url('../fonts/GothamPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-LightItalic.woff2') format('woff2'),
    url('../fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Gotham Pro", sans-serif;
}

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

a,a:hover {
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.container {
    width: 1210px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.first-section {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.first-section p {
    margin: 0;
}

.first-section .container {
    position: relative;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.first-section__bg::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.35);
}

.first-section__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.first-section__title {
    margin-top: 0;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
}

.first-section__left {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
}

.first-section__right {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    margin-left: 200px;
}

.first-section__text {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.first-section__btn {
    background: #67b437;
    color: #fff;
    padding: 25px 50px;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 60px;
}

.first-section__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.first-section__item:last-child {
    margin-bottom: 0;
}

.first-section__icon {
    margin-right: 20px;
}

.first-section__text {
    font-size: 18px;
}

.header {
    padding-top: 30px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__left-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__right-mobile {
    display: none;
}

.mobile-menu-btn {
    width: 30px;
    margin-left: 65px;
    display: none;
}

.mobile-menu-btn span {
    height: 3px;
    width: 100%;
    display: block;
    background: #67b437;
    margin-bottom: 8px;
}

.mobile-menu-btn span:last-child {
    margin-bottom: 0;
}

.logo {
    margin-right: 80px;
}

.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.main-menu li {
    margin-right: 25px;
}

.main-menu li:last-child {
    margin-right: 0;
}

.main-menu li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    padding-bottom: 4px;
}

.main-menu li a:hover {
    border-bottom: 3px solid #67b437;
}

.lang-menu {
    width: 40px;
    background: #ffe400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 35px;
    cursor: pointer;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.lang-menu:hover {
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.lang-menu span {
    font-weight: 500;
    font-size: 12px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282b26;
}

.lang-menu:hover li a {
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    border-radius: 0;
    opacity: 1;
}

.lang-menu li.prelast a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lang-menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    width: 40px;
    height: 40px;
    background: #ffe400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    left: 0;
    color: #282b26;
    overflow: hidden;
    opacity: 0;
}

.header-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 40px;
}

.header-phone a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.header-phone span {
    color: #fff;
    font-size: 15px;
}

.feedback-btn {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #67b437;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 30px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.feedback-btn.mobile-btn {
    display: none;
}

.feedback-btn:hover {
    background: #7ad143;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.about-us__photo {
    overflow: hidden;
    height: 650px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 15px;
}

.about-us__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-us {
    padding-top: 120px;
}

.about-us__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

.about-us__text {
    margin-left: 80px;
    font-weight: 900;
}

.section__title {
    font-size: 34px;
    position: relative;
    margin: 0;
    margin-bottom: 65px;
    font-weight: 900;
}

.section__title span {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding-left: 4px;
    border-left: 2px solid #67b437;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline-block;
    position: absolute;
    left: -40px;
    line-height: 1.4;
    top: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.about-us__text-inner {
    color: #282b26;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.about-us__text-inner p {
    margin: 15px 0;
}

.about__numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}

.about__number {
    font-size: 100px;
    font-weight: 900;
    text-stroke: 1px #67b437;
    -webkit-text-stroke: 1px #67b437;
    color: #fff;
    line-height: 1;
}

.about-number__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about__number-text {
    font-size: 16px;
    color: #282b26;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
    top: -12px;
}

.products {
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
}

.products__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
}

.products__text {
    margin-bottom: 45px;
    line-height: 25px;
    font-size: 16px;
    color: #282b26;
    margin-bottom: 40px;
}

.products__btn {
    color: #fff;
    padding: 20px;
    background: #67b437;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.products__slider {
    min-width: 0;
    position: relative;
/*     right: -150px; */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.products__slider a {
    display: block;
    height: 300px;
    margin: 0 15px;
    outline: none;
}

.products__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.products__slider-arrows {
    text-align: center;
    margin-top: 40px;
    margin-left: 200px;
}

.products__slider-prev {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    opacity: .7;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.products__slider-prev:hover {
    opacity: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.products__slider-prev::after {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    -moz-transform: translate(-50%,-50%) rotate(180deg);
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    -o-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg);
    background: #fff url(../img/arrow.png) no-repeat center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}

.products__slider-prev::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffe400;
    position: absolute;
}

.products__slider-next {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    opacity: .7;
}

.products__slider-next:hover {
    opacity: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.products__slider-next::after {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff url(../img/arrow.png) no-repeat center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}

.products__slider-next::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffe400;
    position: absolute;
}

.title-wrapper {
    text-align: center;
}

.title-wrapper .section__title {
    display: inline-block;
    text-align: left;
    margin-bottom: 100px;
}

.advantages {
    /* padding-top: 100px;
    padding-bottom: 120px; */
}

.advantages .container {
    position: relative;
}

.advantages__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.3% - 30px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 30px);
    flex: 0 0 calc(33.3% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.advantages__item::after {
    content: '';
    position: absolute;
    top: -webkit-calc(100% - 5px);
    top: -moz-calc(100% - 5px);
    top: calc(100% - 5px);
    height: 1px;
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 25px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 25px 15px rgba(0,0,0,.1);
    box-shadow: 0px 0px 25px 15px rgba(0,0,0,.1);
}

.advantages__inner {
    position: relative;
    z-index: 1;
    padding: 40px;
    padding-bottom: 50px;
    border: 1px solid #ececec;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.advantages__icon {
    height: 60px;
    margin-bottom: 60px;
}

.advantages__item img {
    height: 100%;
}

.advantages__title {
    margin-bottom: 45px;
    font-weight: 900;
    color: #282b26;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.advantages__title::after {
    content: '';
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    height: 3px;
    width: 25px;
    left: 0;
    background: #ffe400;
}

.advantages__text {
    color: #282b26;
    font-size: 14px;
    line-height: 25px;
}

.advantages__big-title {
    text-stroke: 1px #67b437;
    -webkit-text-stroke: 1px #67b437;
    font-size: 100px;
    color: transparent;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    right: -webkit-calc(100% + 20px);
    right: -moz-calc(100% + 20px);
    right: calc(100% + 20px);
    bottom: -20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100px;
    letter-spacing: 8px;
}

.map {
    position: relative;
}

#map {
    height: 660px;
}

.map-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
}

.map-wrapper .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.map__info {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
    display: inline-block;
    color: #919191;
    padding-right: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map__info-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.map__info-title img {
    margin-right: 10px;
}

.map__info-value {
    color: #282b26;
    font-weight: 500;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
}

.map__info-value a {
    text-decoration: none;
    color: #282b26;
}

.map__info-value:last-child {
    margin-bottom: 0;
}

.feedback-form {
    background: #67b437;
    padding: 60px 40px;
    position: absolute;
    bottom: 0;
    left: 20px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: 470px;
	border-radius: 5px 5px 0 0;
}

.feedback-form__title {
    font-size: 34px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 25px;
}

.feedback-form__text {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 40px;
}

.feedback-form__input input {
    margin-bottom: 10px;
    line-height: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: none;
    width: 100%;
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
    outline: none !important;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.feedback-form__input input:focus,
.feedback-form__textarea textarea:focus {
    border: 2px solid #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.feedback-form__input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__input input:-moz-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__input input::-moz-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__input input:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__input input::-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__input input::placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__textarea textarea {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    padding-top: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
    outline: none !important;
    height: 120px;
    margin-bottom: 10px;
}

.feedback-form__textarea textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__textarea textarea:-moz-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__textarea textarea::-moz-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__textarea textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__textarea textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__textarea textarea::placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Pro", sans-serif;
}

.feedback-form__submit {
    text-align: right;
}

.feedback-form__submit input {
    padding: 25px 60px;
    color: #282b26;
    background: #ffe400;
    font-size: 12px;
    font-family: "Gotham Pro", sans-serif;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
}

.footer {
    background: #f7f7f7;
    padding: 60px 0;
}

.footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .main-menu li {
    margin-right: 60px;
}

.footer .main-menu li:last-child {
    margin-right: 0;
}

.footer .main-menu li a {
    color: #282b26;
    padding-bottom: 4px;
    border-bottom: 3px solid transparent;
}

.footer .main-menu li a:hover {
    border-bottom: 3px solid #67b437;
}

.header.product-header {
    position: static;
    background: #f7f7f7;
}

.header.product-header .main-menu li a {
    color: #282b26;
}

.header.product-header .header-phone a,.product-menu .header-phone a{
    color: #282b26;
}

.header.product-header .header-phone span,.product-menu .header-phone span {
    color: #282b26;
}

.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 55px;
}

.breadcrumbs a {
    color: #67b437;
    text-decoration: none;
    font-size: 15px;
}

.breadcrumbs a::after {
    content: '';
    display: inline-block;
    margin: 0 10px;
    width: 14px;
    height: 10px;
    background: url(../img/arrow.png);
}

.breadcrumbs span {
    font-size: 15px;
}

.product-top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.product-image.mobile {
    margin-bottom: 30px;
    display: none;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 80px;
}

.product-subtitle {
    color: #282b26;
    text-transform: uppercase;
    font-size: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 45px;
}

.product-subtitle::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 50px;
    height: 3px;
    background: #67b437;
    left: 0;
}

.product-text p {
    color: #282b26;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 0;
}

.product-text p:last-child {
    margin-bottom: 0;
}

.product-top {
    margin-bottom: 70px;
}

.product-bottom {
    margin-bottom: 100px;
}

.product-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}

.product-tab {
    margin-right: 115px;
    font-weight: 500;
    color: #969696;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 17px;
    border-bottom: 3px solid transparent;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    cursor: pointer;
}

.product-tab.active {
    border-bottom: 3px solid #67b437;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.product-tab:last-child {
    margin-right: 0;
}

.product-tab-content {
    padding-top: 40px;
}

.product-page {
    margin-bottom: 100px;
}

.product-tab-content {
    counter-reset: tabs;
    display: none;
}

.product-tab-content.active {
    display: block;
}

.product-tab-content ol {
    list-style: none;
    margin-bottom: 30px;
}

.product-tab-content ol li {
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
    color: #282b26;
    font-size: 16px;
    line-height: 25px;
    padding-top: 2px;
}

.product-tab-content ol li:last-child {
    margin-bottom: 0;
}

.product-tab-content ol li::before {
    counter-increment: tabs;
    content: counter(tabs);
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffe400;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282b26;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.product-tab-content {
    line-height: 25px;
    font-size: 16px;
}

.product-tab-content h3 {
    font-size: 18px;
    margin: 25px 0;
}

.product-offer {
    background: #f7f7f7;
    padding-top: 100px;
    position: relative;
}

.product-offer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.product-offer__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.product-offer .feedback-form {
    position: relative;
    max-width: 470px;
    margin-top: -130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: -30px;
}

.product-offer-text {
    line-height: 25px;
    font-size: 16px;
}

.product-offer-text.mobile {
    display: none;
    font-size: 14px;
}

.other-products.products {
    background: #fff;
    padding-bottom: 80px;
}

.footer__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first-section__btn-wrapper {
    display: none;
}

.product-tab__mobile {
    border-top: 1px solid #a2a2a4;
    border-bottom: 1px solid #a2a2a4;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    color: #979797;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.product-tab__mobile.opened {
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    color: #67b437;
    border-bottom: 0;
}

.product-tab__mobile.opened::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.product-tab__mobile {
    display: none;
}

.product-tab__mobile.opened::after {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.product-tab__mobile::after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../img/grey-arrow.png);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.product-tab__mobile::before {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../img/green-arrow.png);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    opacity: 0;
}

.menu-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    padding: 40px 15px;
    z-index: 100;
    display: none;
}

.menu-popup .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.menu-popup .close-btn::before {
    content: '';
    position: absolute;
    background: #67b437;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-popup .close-btn::after {
    content: '';
    position: absolute;
    background: #67b437;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-menu-mobile {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-menu-mobile li {
    margin-right: 25px;
}

.main-menu-mobile li:last-child {
    margin-right: 0;
}

.main-menu-mobile li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .advantages__big-title {
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1500px){
    .first-section{
        height: -webkit-calc(100vh + 124px);
        height: -moz-calc(100vh + 124px);
        height: calc(100vh + 124px);
    }
}

@media (max-width: 1199px) {
    .first-section{
        padding-top:124px;
    }
    .first-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .first-section__right {
        margin-left: 0;
        margin-top: 100px;
    }

    .main-menu {
        display: none;
    }

    .header .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
    }
    .product-menu .header__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        float: right;
        padding-right: 50px;
    }
    .product-menu .main-menu-mobile{
        float:left;
        padding-top: 10px;
    }

    .header__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__right-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-header .header__right-mobile {
        display: none;
    }

    .header-phone {
        margin-left: 0;
    }

    .about-us__text {
        margin-left: 50px;
    }

    .advantages__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }

    .footer .main-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .first-section__title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 40px;
    }

    .first-section__text {
        font-size: 16px;
        line-height: 25px;
    }

    .first-section__text br {
        display: none;
    }

    .first-section__btn {
        display: none;
    }

    .first-section__right {
        margin-top: 40px;
    }

    .first-section__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .first-section__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .first-section__icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .first-section__text {
        font-size: 14px;
        line-height: 23px;
    }

    .first-section__btn-wrapper {
        text-align: center;
        display: block;
        padding-bottom: 60px;
    }

    .first-section__btn-wrapper .first-section__btn {
        display: inline-block;
        margin-top: 40px;
    }

    .first-section {
        height: auto;
    }

    .first-section .container {
        display: block;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0;
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .first-section{
        padding-top:177px;
    }
    .about-us__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .logo {
        margin-right: 40px;
    }

    .about-us {
        padding-top: 60px;
    }

    .about-us__text {
        margin-bottom: 40px;
    }

    .about-us__photo {
        margin-right: 0;
    }

    .about-us__photo {
        height: 500px;
    }

    .about-us__inner {
        margin-bottom: 50px;
    }

    .about__numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-number__item {
        margin-bottom: 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about__number-text {
        top: 0;
    }

    .about__numbers {
        margin-bottom: 30px;
    }

    .products__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products__left {
        margin-bottom: 60px;
    }

    .products__slider {
        right: 0;
    }

    .products__slider img {
        height: 350px;
    }

    .products__slider-arrows {
        margin-left: 0;
    }

    .products__left {
        margin-left: 60px;
    }

    .products {
        padding-bottom: 70px;
    }

    .feedback-btn.mobile-btn {
        display: block;
        margin-left: 0;
    }

    .footer .feedback-btn:not(.mobile-btn) {
        display: none;
    }

    .footer__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .main-menu {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .main-menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .footer {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header__right-mobile {
        display: none;
    }

    .header__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
    }

    .product-header .header__right {
        display: none;
    }
}

@media (max-width: 767px) {
    .first-section{
        padding-top:202px;
    }

    .about-us__text {
        margin-left: 40px;
    }

    .advantages {
        /* padding-top: 75px;
        padding-bottom: 520px; */
    }

    .products__inner {
        padding: 0 20px;
    }

    .products__left {
        margin-left: 40px;
    }

    .section__title {
        margin-bottom: 40px;
    }

    .title-wrapper .section__title {
        font-size: 28px;
        margin-bottom: 70px;
    }

    .advantages__big-title {
        display: none;
    }

    .advantages__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    .advantages__items {
        margin-bottom: 80px;
    }

    .logo {
        margin-right: 0;
    }

    .mobile-menu-btn {
        margin-left: 30px;
    }

    .header__right {
        margin-top: 25px;
    }
    .product-menu .header__right{
        width: 100%;
        padding-right: 0;
    }
    .product-menu .main-menu-mobile{
        padding-top: 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feedback-form__title {
        font-size: 27px;
    }

    .feedback-form {
        padding: 60px 25px;
    }

    .map__info {
        padding: 30px;
    }

    .map-wrapper .container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feedback-form {
        position: relative;
        left: 0;
        max-width: 100%;
        margin-bottom: 100px;
    }

    .map-wrapper .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feedback-form__submit {
        text-align: center;
    }

    .map-wrapper {
        top: auto;
        bottom: 100px;
    }

    .breadcrumbs {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .product-image {
        display: none;
    }

    .product-image.mobile {
        display: block;
    }

    .product-info {
        padding-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .product-title {
        text-align: center;
    }

    .product-subtitle {
        text-align: center;
        margin-bottom: 40px;
    }

    .product-subtitle::after {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }

    .product-top {
        margin-bottom: 60px;
    }

    .product-tabs {
        display: none;
    }

    .product-tab-content {
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), .25s;
        -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), .25s;
        -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), .25s;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), .25s;
    }

    .product-tab-content.active {
        max-height: 1000px;
        -webkit-transition: max-height 1s ease-in-out, .25s;
        -o-transition: max-height 1s ease-in-out, .25s;
        -moz-transition: max-height 1s ease-in-out, .25s;
        transition: max-height 1s ease-in-out, .25s;
        padding-top: 25px;
    }

    .product-offer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-offer-text {
        display: none;
    }

    .product-offer-text.mobile {
        display: block;
        margin-bottom: 40px;
    }

    .product-offer .feedback-form {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .product-offer__left {
        padding-left: 40px;
    }

    .section__title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 60px;
    }

    .products.other-products {
        padding-top: 0;
    }

    .product-page {
        margin-bottom: 60px;
    }

    .products__text br {
        display: none;
    }

    .product-text p {
        font-size: 14px;
    }

    .product-tab-content ol li {
        font-size: 14px;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 13px;
    }

    .product-tab__mobile {
        display: block;
    }		.first-section .container {padding-top: 10px;}
}

@media (max-width: 500px) {
    .first-section{
        padding-top:180px;
    }
    .footer .main-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .main-menu li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .logo {
        width: 140px;
    }

    .logo img {
        width: 100%;
    }


    .main-menu-mobile {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-menu-mobile li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .menu-popup .close-btn {
        top: 10px;
        right: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-popup {
        padding-bottom: 30px;
    }
	.product-offer .feedback-form {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .first-section{
        padding-top:191px;
    }
    .about-us__photo {
        height: 400px;
    }

    .advantages {
        /* padding-bottom: 600px; */
    }

    .about-number__item {
        margin-bottom: 40px;
    }

    .products__slider img {
        margin: 0;
    }

    .header-phone a {
        font-size: 15px;
    }

    .header-phone span {
        font-size: 12px;
    }

    .feedback-btn {
        font-size: 10px;
    }

    .section__title {
        font-size: 30px;
    }

    .about__number {
        font-size: 85px;
    }

    .about__number-text {
        font-size: 14px;
    }

    .products__slider img {
        height: 300px;
    }

    .advantages__inner {
        padding: 30px;
    }
}

@media (max-width: 374px) {
    .first-section{
        padding-top:222px;
    }
    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feedback-btn {
        margin-top: 15px;
        margin-left: 0;
    }
}

section.form {
    background-color: #7ad143;
}

.form h3 {
    color: #fff;
    text-align: center;
    font-family: Gotham Pro;
    padding-top: 25px;
}

.form form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0 0 25px;
    max-width: 50vw;
    margin: 0 auto;
}

.form form input {
    margin: 10px auto;
    width: 100%;
    outline: none !important;
    border-radius: 5px;
    padding: 5px;
    border: none;
}

.form form textarea {
    min-height: 200px;
    margin: 10px auto;
    width: 100%;
    outline: none !important;
    border-radius: 5px;
    border: none;
}

.form form button {
    background-color: inherit;
    color: #fff;
    border: 2px #ffe400 solid;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    font-weight: 700;
    font-size: 1rem;
    padding: 7px 5px 4px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.6s;
    cursor: pointer;
}

.form form button:hover {
    background-color: #ffe400;
    color: #222;
}

.form form button:focus {
    outline: none;
}

.form input:focus, .form textarea:focus{
    outline: none !important;
}

@media (max-width: 767px) {
    .form form {
        max-width: 80vw;
    }
}

h4 {
    text-align: center;
    padding: 5px;
    width: 50%;
    margin: 10px auto;
    color: #fff;
    border-radius: 5px;
}

h4.error {
    background-color: #ae1d3a;
}

h4.succsess {
    background-color: #0186a7;
}

.modal {
    position: fixed;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* width: 50vw;
    height: 50vh; */
    background-color: #ffffff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 10px 200vw rgba(0,0,0,.75);
    max-width: max-content;
    max-height: max-content;
    border-radius: 5px;
} 

.modal p {
    width: 80%;
}

.modal a {
    text-decoration: none;
    color: #222;
    transition: 0.4s;
}

.modal a:hover {
    color: #7ad143;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@media (max-width: 575px) {

}