/* reset css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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


/* end reset css */


/* variable */

body {
    font-family: "Oswald", sans-serif;
}


/* end variable */


/* container */


/*
.container-xxl {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}*/

/*
.header {
    background: url("../images/header-bg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    position: relative;
    height: 1017px;
    background-position-y: -37px;
    !*  background-position-x: 6px; *!
    !* width: 1920px; *!
}
*/


/* .content-fixed {
  position: fixed;
  z-index: 2000;
} */

.whywe-content-mob {
    display: none;
}

/*.header::before {
    top: -2px;
    position: fixed;
    content: "";
    width: 100%;
    height: 309px;
    z-index: 200;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 136% -32.2%, -65% 162.3%);
    clip-path: polygon(0% 0%, 100% 0%, 136% -32.2%, -65% 162.3%);
}*/

.header-content__logo {
    position: fixed;
    z-index: 200;
    left: 42%;
    padding-top: 18px;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}


/* end container */


/* header */


/* .header {
  background: url("../images/header-bg.jpg") no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  position: relative;
  height: 100vh;
  background-position-y: -8px;
} */


/* .header::before {
  top: -2px;
  position: absolute;
  content: "";
  width: 100%;
  height: 244px;
  z-index: 1;
  background: #fff;
  -webkit-clip-path:polygon(0% 0%, 100% 0%, 152% -32.2%, -33% 120.3%);
  clip-path: polygon(0% 0%, 100% 0%, 152% -32.2%, -33% 120.3%);
} */

/*
.header::after {
    position: absolute;
    bottom: -2px;
    -webkit-transform: rotate( 180deg);
    transform: rotate( 180deg);
    content: "";
    width: 100%;
    height: 296px;
    z-index: 1;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 2%, 0 89%);
    clip-path: polygon(0 0, 100% 0, 94% 2%, 0 99%);
}
*/

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

.header-lang__wrap {
    position: absolute;
    top: 297px;
    left: 407px;
}

.header-lang__wrap a {
    text-decoration: none;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
}

.header-note {
    position: absolute;
    top: 611px;
    background: rgba(61, 63, 64, 0.86);
    height: 160px;
    max-width: 531px;
    padding: 10px;
    margin-left: 406px;
}

.header-note-title {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-left: 15px;
    padding-top: 18px;
}

.header-note-txt {
    font-family: Oswald;
    font-size: 26px;
    color: #fff;
    text-align: left;
    margin-top: 0;
    line-height: 40px;
    padding-left: 13px;
    letter-spacing: 3.5px;
    padding-top: 6px;
}


/*
.header-note-txt {
  font-family: Oswald;
  font-size: 30px;
  color: #fff;
  text-align: left;
  display: block;
  margin-top: 20px;
}
*/

.header-burger {
    position: absolute;
    right: 43px;
    top: 100px;
}

.header-burger__line {
    width: 40px;
    display: block;
    height: 4px;
    margin: 10px 0;
    background: #fff;
}

.header-content__social {
    position: fixed;
    z-index: 200;
    margin-left: 408px;
    margin-top: 27px;
}

.ml-6 {
    margin-left: 6px;
}

.pl-8 {
    padding-left: 8px;
}

.mt-7 {
    margin-top: 7px;
}

.header-content__social--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.header-content__social--top-a {
    z-index: 200;
}

.header-content__social--top img {
    margin-left: 12px;
}

.header-content {
    position: relative;
}

.ml-11 {
    margin-left: 11px;
}

.header-content__social--txt {
    line-height: 21px;
    display: block;
    z-index: 2;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #555758;
    letter-spacing: .3px;
}

.footer-links-mob {
    display: none;
}

.header-content__social--bottom a {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 56px;
    text-decoration: none;
    display: block;
    margin-top: -7px;
    /* identical to box height */
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #555758;
    z-index: 2;
}


/* .header-content__logo {
  z-index: 2;
  margin: 0 auto;
  padding-right: 161px;
}
 */

.header-bottom__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 60px;
    right: 402px;
    z-index: 2;
}

.header-bottom__social img {
    margin-top: 10px;
}


/* end header */


/* category list */

.section-category__list {
    margin-top: 85px;
    position: relative;
    z-index: 1;
}

.category-list {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*  height: 280px; */
}

.category-item+.category-item {
    margin-top: 29.45px;
}

.category-item img {
    height: 224px;
    width: 256px;
    margin: 0 2px;
}

.category-item-info {
    background: #747474;
    height: 224.55px;
    width: 335.22px;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    /* border: 1px solid #fff; */
}

.category-item-info:hover {
    background: #a0cc3a;
    cursor: pointer;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
}


/*  .category-item-info:hover .category-item__text--wrap {
	border: 1px solid #fff;
} */

.category-item__text--wrap {
    position: relative;
}

.category-item-info:hover .category-item__text--wrap::before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 94%;
    height: 107%;
    top: 8px;
    left: 10px;
}

.category-item-info__title {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    padding: 34px 0 0 25px;
}

.category-item-info__description {
    font-size: 16px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 27px;
    letter-spacing: 0.05em;
    max-width: 261.44px;
    padding: 0 0 0 24px;
}

.category-item-info__link {
    font-size: 20px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    padding: 19px 0 0 31px;
}


/* end category list */


/* about us  */

.aboutus {
    margin-top: 60px;
    background: url("../images/design-section-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 1084px;
    position: relative;
}

.aboutus-title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 68px;
    text-transform: uppercase;
    color: #dbdbdb;
    z-index: 2;
    position: relative;
    display: block;
    letter-spacing: .3px;
    padding-top: 73px;
}

.aboutus::before {
    top: -2px;
    position: absolute;
    content: "";
    width: 100%;
    height: 334px;
    z-index: 1;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 133% -13.2%, -63% 154.3%);
    clip-path: polygon(0% 0%, 100% 0%, 133% -13.2%, -63% 154.3%);
}


/*
.aboutus::after {
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  width: 100%;
  height: 244px;
  z-index: 1;
  background: url("/images/trianlge-header-top-white.svg") no-repeat;
  background-size: cover;
}
*/

.abouts-content-title {
    /*   position: relative; */
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 39px;
    /* identical to box height, or 78% */
    text-transform: uppercase;
    color: #dbdbdb;
    top: 80px;
    right: 0;
    position: absolute;
}

.abouts-content-title-before {
    top: 351px;
    position: absolute;
    height: 2px;
    background: #fff;
    width: 27.6%;
    right: 1px;
}

.aboutus-content {
    padding-top: 227px;
    position: relative;
}

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

.aboutus-txt__column {
    width: 48%;
    /* or 177% */
}

.aboutus-txt__column p {
    text-align: justify;
    letter-spacing: 0.03em;
    color: #ffffff;
    opacity: .4;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 250;
    font-size: 22px;
    line-height: 39px;
}

.aboutus-txt__column-link {
    display: block;
    text-decoration: none;
    background: #ffffff;
    -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
    font-family: Oswald;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 39px;
    /* identical to box height, or 195% */
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #747474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 251px;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 128px;
    margin-right: -3px;
    float: right;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.aboutus-txt__column-link:hover {
    color: #a0cc3a;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.whywe {
    position: relative;
}

.whywe-content-title-before {
    top: -70px;
    height: 2px;
    width: 36.5%;
    right: 1px;
    position: absolute;
    background: #A1A1A1;
}

.whywe-list {
    z-index: 2;
    height: 100%;
    margin-top: 194px;
    padding-bottom: 91px;
    margin-bottom: 100px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 6px rgba(117, 169, 92, 0.13);
    box-shadow: 0px 0px 10px 6px rgba(117, 169, 92, 0.13);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    position: relative;
    /* 	align-items: flex-end; */
    /* flex-wrap: wrap;
	flex-direction: column; */
}

.whywe-list::before {
    position: absolute;
    content: "";
    background: #83ad50;
    width: 2px;
    height: 87%;
    top: 58px;
    right: 550px;
}


/* .whywe-list__column {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
} */

.whywe-content {
    position: relative;
    z-index: 10;
}

.whywe-title {
    position: absolute;
    z-index: 1;
    right: -7px;
    top: -137px;
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 39px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #a1a1a1;
}


/*
.whywe-title__before {
    position: absolute;
    height: 2px;
    background: #a1a1a1;
    width:600px;
    top: -36px;
    right: -22%;
}*/


/*
.whywe-title::after {
    position: absolute;
    content: "";
    width: 620px;
    top: 53px;
    right: -323px;
    height: 2px;
    background: #A1A1A1
  } */

.whywe-item {
    z-index: 2;
    /* 	margin: 40px 0; */
    /* 	width: 50%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    position: relative;
    max-width: 580px;
    height: 75px;
}

.whywe-item::before {
    position: absolute;
    content: "";
    background: #83ad50;
    width: 66%;
    height: 2px;
    top: -45px;
    left: 142px;
}

.whywe-item img {
    padding-left: 47px;
}

.whywe-item:nth-child(1)::before {
    position: absolute;
    content: none;
}

.whywe-description-title {
    margin-top: -8px;
    letter-spacing: 1.2px;
    margin-left: 31px;
    display: block;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    /* line-height: 30px; */
    /* display: flex; */
    /* align-items: flex-end; */
    text-transform: uppercase;
    color: #555555;
}

.whywe-description-txt {
    padding-top: 25px;
    display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #555555;
    margin-left: 34px;
    letter-spacing: 2px;
}


/* end about us */


/* news */

.news {
    z-index: 2;
    position: relative;
}

.news::after {
    position: absolute;
    content: "";
    /*   background: url("../images/bg-review.png") no-repeat;
  background-size: cover; */
    -webkit-clip-path: polygon(0 42%, 100% 1%, 100% 59%, 0% 100%);
    clip-path: polygon(0 42%, 100% 1%, 100% 59%, 0% 100%);
    background: #000;
    width: 100%;
    height: 500px;
    background: #4B4D4D;
    top: -387px;
    z-index: -1;
}

.news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
}

.news-column {
    z-index: 2;
    width: 350px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.news-column-bg {
    background: url("../images/news-card-1.png") no-repeat;
    background-size: cover;
    height: 366px;
}

.news-column-title {
    padding-left: 5px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    right: 0;
    top: 31px;
    letter-spacing: 0.05em;
    width: 90.3%;
    background: #fff;
}

.news-column-description {
    background: #353535;
    width: 100%;
    height: 375px;
}

.news-column-description-title {
    display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0px 28px;
    /* text-align: center; */
    color: #ffffff;
    margin-top: 25px;
}

.news-column-description-txt {
    display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.08em;
    color: #ffffff;
    padding: 0px 34px;
    /* text-align: center; */
    margin-top: 17px;
}

.news-column-description-link {
    display: block;
    float: right;
    text-decoration: none;
    width: 138px;
    height: 34.77px;
    background: #fff;
    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-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #555555;
    margin-top: 33px;
    margin-right: 26px;
}

.news-column-description-link:hover {
    color: #a0cc3a;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}


/* end news */

.footer-logo img {
    margin-right: -30px;
    margin-top: -7px;
}


/* reviews */

.reviews {
    margin-top: 107px;
    padding-bottom: 20px;
}

.reviews-slide-container {
    margin-top: 84px;
}

.reviews-section-title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    position: relative;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #a2a2a2;
    letter-spacing: 1.7px;
    display: inline-block;
}

.reviews-section-title::before {
    position: absolute;
    content: "";
    width: 3023px;
    height: 1px;
    background: #a1a1a1;
    top: 63px;
    right: 0;
}

.reviews-slide-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.header-lang__active {
    font-weight: 700 !important;
    color: #000 !important;
}

.header-lang__wrap::after {
    position: absolute;
    content: '|';
    left: 52px;
    font-size: 20px;
}

.header-lang+.header-lang {
    margin-left: 20px;
}

.reviews-slide {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 294px;
    height: 385px;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 7.67569px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 7.67569px rgba(0, 0, 0, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -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;
    /*   padding-left:30px;
  margin-top: 23px; */
}

.reviews-slide img {
    width: 142px;
    height: 142px;
}

.reviews-title {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    display: block;
    padding-top: 4px;
}

.reviews-txt {
    display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: 200;
    font-size: 15.3514px;
    line-height: 30px;
    /* or 195% */
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 28px 16px 0 4px;
}

.slick-prev {
    position: absolute;
    left: -0%;
    top: 44%;
    font-size: 0;
    background: url("../images/arrow-prev.svg") no-repeat;
    width: 50px;
    height: 100px;
    border: none;
}

.slick-next {
    position: absolute;
    right: -2.5%;
    top: 44%;
    font-size: 0;
    background: url("../images/arrow-next.svg") no-repeat;
    width: 50px;
    height: 100px;
    border: none;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.slick-dots button {
    font-size: 0;
    background: #ebebeb;
    width: 17px;
    height: 17px;
    border: none;
    margin: 0 5px;
}

.slick-active button {
    font-size: 0;
    background: #606060;
    width: 17px;
    height: 17px;
    border: none;
    margin: 0 5px;
}

.reviews-link {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 214% */
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #75a95c;
    display: block;
    padding: 23px 0 0 0px;
    position: relative;
    text-decoration: none;
}

.ml-60-920px {
    margin-left: 60px;
}

.reviews-link::after {
    position: absolute;
    content: url(../images/reviews-link.svg);
    top: 24px;
    right: -20px;
}


/* end reviews */


/* footer */

/*.footer {
    margin-top: -152px;
    height: 600px;
    background: #4b4d4d;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}*/

.news-column-after {
    filter: drop-shadow(10px 10px 9px rgba(171, 171, 171, 0.25));
}

.news::before {
    top: 549px;
    position: absolute;
    content: "";
    width: 100%;
    height: 357px;
    z-index: -3;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 140% -22.2%, -64% 154.3%);
    clip-path: polygon(0% 0%, 100% 0%, 140% -22.2%, -64% 154.3%);
}

.footer-content {
    padding-top: 255px;
    text-align: center;
    margin: 0 auto;
}

.footer-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
    margin-left: -41px;
    justify-content: center;
}

.footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    position: relative;
}

.footer-link img {
    position: absolute;
    left: -40px;
    top: 4px;
}

.footer-link a {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 250;
    font-size: 19.9px;
    text-decoration: none;
    color: #ffffff;
}

.link-top {
    position: absolute;
    top: 153px;
    left: 51%;
}

.link-top::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 250%;
    background: #808080;
    top: -91px;
    right: 24px;
}


/* end footer */

.burger-menu_button {
    position: fixed;
    top: 91px;
    right: 382px;
    z-index: 30;
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


/*   .burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
} */


/*  
.burger-menu_button:hover {
  background-color: rgba(255, 255, 255, 0.7);
} */

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #a0cc3a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
}

.burger-menu_lines {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
    content: "";
    top: -13px;
}

.burger-menu_lines::after {
    content: "";
    top: 15px;
}

.burger-menu_active .burger-menu_lines {
    background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger-menu_nav {
    padding-top: 120px;
    position: fixed;
    top: 0;
    z-index: 20;
    /*    display: flex;
  flex-flow: column; */
    display: none;
    height: 1025px;
    right: 0;
    /*     background: url('../images/svg-path.svg') no-repeat;
  background-size: cover; */
    -webkit-clip-path: polygon(0% 22%, 100% 4.8%, 100% 52.5%, 0% 26.5%);
    clip-path: polygon(0% 22%, 100% 4.8%, 100% 52.5%, 0% 26.5%);
    background: rgba(61, 63, 64, 0.99);
    width: 100%;
    overflow-y: auto;
    /* right: -100%; */
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
    /* right: 0; */
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.burger-menu_link {
    padding: 16px 35px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 250;
    font-size: 21px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    /*     border-bottom: 1px solid #fff; */
}


/*   .burger-menu_link:first-child {
  border-top: 1px solid #fff;
} */


/*   .burger-menu_link:hover {
  filter: brightness(0.9);
} */


/*  .burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
} */

.wrap-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 109px;
}


/* description */

.description {
    height: 1000px;
}


/* end description */


/* media */

.wrap-nav {
    right: 300px;
    top: 142px;
}

.burger-menu_link {
    padding: 17px 99px;
    letter-spacing: 2.1px;
}

.burger-menu_nav {
    -webkit-clip-path: polygon(0% 22%, 100% 4.8%, 100% 52.5%, 0% 26.5%);
    clip-path: polygon(0% 26.7%, 102% 0%, 100% 62.5%, 0% 35%);
}

.p-1920-pl--43 {
    right: 43px !important;
}

.p-1920-pa {
    position: absolute !important;
}

.p-1920-pt--8 {
    top: -8px !important;
}

.p-1920-mt-32 {
    margin-top: 32px !important;
}

.p-1920-pt-21 {
    top: 21px !important;
}

.p-1920-pt--6 {
    top: -6px !important;
}

.p-1920-lt-3 {
    letter-spacing: 3px !important;
}

.p-1920-pr-112 {
    right: 112px !important;
}

.p-1920-pl-313 {
    left: 313px !important;
}

.p-1920-ml--11 {
    margin-left: -11px !important;
}

.p-1920-mt-9 {
    margin-top: 9px !important;
}

.p-1920-m-0-30 {
    margin: 0 auto;
}

.p-1920-mt--10 {
    margin-top: -10px !important;
}

.p-1920-mt-114 {
    margin-top: 114px !important;
}

.p-1920-ml-8 {
    margin-left: 8px !important;
}

.p-1920-ml-54 {
    margin-left: 54px !important;
}

.p-1920-mt-2 {
    margin-top: 2px !important;
}

.p-1920-mt-82 {
    margin-top: 82px !important;
}

.p-1920-pt-13 {
    padding-top: 13px !important;
}

.p-1920-mt-18 {
    margin-top: 18px !important;
}

.p-1920-mt-15 {
    margin-top: 15px !important;
}

.p-1920-pl-41 {
    padding-left: 41px !important;
}

.p-1920-pl-36 {
    padding-left: 36px !important;
}

.p-1920-pl-16 {
    padding-left: 16px !important;
}

.p-1920-mt-107 {
    margin-top: 107px !important;
}

.p-1920-mt-118 {
    margin-top: 118px !important;
}

.p-1920-ml-18 {
    margin-left: 18px !important;
}

.p-1920-mt-13 {
    margin-top: 13px !important;
}

.p-1920-mt-88 {
    margin-top: 88px !important;
}

.p-1920-pl-11 {
    padding-left: 11px !important;
}

.p-1920-pl-25 {
    padding-left: 25px !important;
}

.p-1920-ln-26 {
    line-height: 26px !important;
}

.p-1920-lt-3-5 {
    letter-spacing: 3.5px !important;
}

.p-1920-pl--51 {
    left: -51px !important;
}

.p-1920-ml--12 {
    margin-left: -12px !important;
}

.p-1920-mt-15 {
    margin-top: 15px !important;
}

.p-1920-lt-2 {
    letter-spacing: 2px !important;
}

.p-1920-pl--51 {
    left: -51px !important;
}

.p-1920-pt-8 {
    top: 8px !important;
}

.p-1920-pt--5 {
    top: -5px !important;
}

.p-1920-pl--57 {
    left: -57px !important;
}

.p-1920-ml--25 {
    margin-left: -25px !important;
}

.p-1920-mt-17 {
    margin-top: 17px !important;
}

.p-1920-mt-29 {
    margin-top: 29px !important;
}

.p-1920-pl--45 {
    left: -45px !important;
}

.p-1920-pl--43 {
    left: -43px !important;
}

@media (min-width:1920px) {}

@media (max-width: 1675px) {
    .wrap-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: -38px;
        top: 155px;
    }
}

@media (max-width: 1625px) {
    .wrap-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: -30px;
        top: 160px;
    }
}

@media (max-width: 1520px) {
    .header-content__social {
        margin-left: 15%;
    }
}

@media (max-width: 1520px) {
    .news-column-title {
        letter-spacing: .6px;
    }
}

@media (max-width:1367px) {
    .wrap-nav {
        right: 20px;
        top: 142px;
    }
    .burger-menu_nav {
        clip-path: polygon(0% 23%, 122% 0%, 100% 58.5%, 0% 39%);
    }
    .category-item-info:hover .category-item__text--wrap::before {
        width: 94%;
        top: 8px;
        left: 10px;
    }
    .link-top {
        left: 51.4%;
    }
    .footer-links {}
    .p-1920-pt-21 {
        top: 18px !important;
    }
    .footer-logo img {
        margin-right: -28px;
        margin-top: -4px;
    }
    .news-column-description-link {
        margin-top: 26px;
        margin-right: 36px;
    }
    .p-1367-ml-10 {
        margin-left: 10px;
    }
    .p-1367-ml-21 {
        margin-right: 21px;
    }
    .news-column-description-title,
    .news-column-description-txt {
        padding: 0 24px;
    }
    .news::before {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 140% -22.2%, -64% 154.3%);
        clip-path: polygon(0% 0%, 100% 0%, 198% -36.2%, -93% 146.3%);
    }
    .header-content__social {
        margin-left: 84px;
    }
    .header-content__logo {
        padding-right: 0;
        margin-right: 139px;
    }
    .header::before {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 136% -32.2%, -65% 162.3%);
        clip-path: polygon(0% 0%, 100% 0%, 132% -6.2%, -67% 132.3%);
    }
    .burger-menu_button {
        top: 80px;
        right: 69px;
    }
    .header-lang__wrap {
        left: 128px;
    }
    .header-note {
        top: 613px;
        margin-left: 85px;
    }
    .header-bottom__social {
        bottom: 61px;
        right: 90px;
    }
    .header::after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 2%, 0 89%);
        clip-path: polygon(0 0, 100% 0, 110% 4%, 0 84%);
    }
    .category-item-info__title {
        padding: 34px 0 0 32px;
    }
    .abouts-content-title-before {
        top: 363px;
    }
    .category-item-info__description {
        padding: 3px 0 0 31px;
    }
    .category-item-info__link {
        padding: 16px 0 0 32px;
    }
    .aboutus-title {
        padding-left: 2px;
        letter-spacing: .3px;
        padding-top: 86px;
    }
    .aboutus::before {
        clip-path: polygon(0% 0%, 100% 0%, 166% -11.2%, -56% 127.3%);
    }
    .abouts-content-title-before {
        width: 18.5%;
    }
    .aboutus {
        height: 1101px;
    }
    .aboutus-txt__column-link {
        margin-top: 117px;
        margin-right: 5px;
    }
    .reviews-section-title {
        margin-top: -3px;
        margin-left: 11px;
    }
}

@media (max-width: 1290px) {
    .category-item-info:hover .category-item__text--wrap::before {
        width: 97.4%;
        top: 3px;
        left: 2px;
        height: 140%;
    }
    .category-item-info__title {
        font-size: 28px;
    }
    .news-column {
        margin-top: 20px;
    }
    /*   */
    /*   .category-list {
      align-items: center;
    -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;
  } */
    /*   .category-item-info {
    width: 320px;
  } */
    /*   .category-item {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*  align-items: center; */
    /*     height: 280px; */
    /*  max-width: 420px; 
  } */
    .category-item img {
        max-width: 420px !important;
    }
/*    .header {
        height: 977px;
    }
    .header::after {
        height: 343px;
    }*/
}

@media (max-width:1200px) {
    .slick-next {
        display: none!important;
    }
    .slick-prev {
        display: none!important;
    }
}

@media (max-width: 1174px) {
    .aboutus {
        height: 1000px;
    }
    .category-item-info__description {
        font-size: 14px;
    }
}

@media (max-width: 1160px) {
    .category-item img {
        width: 200px;
    }
    .category-item-info__title {
        font-size: 28px;
    }
    .category-item-info__link {
        padding-top: 0;
        font-size: 16px;
    }
    .burger-menu_link {
        padding: 10px 33px;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 250;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: 400;
        color: #fff;
        /* border-bottom: 1px solid #fff; */
    }
    .whywe-list {
        -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;
    }
    .whywe-list::before {
        content: none;
    }
}

@media (max-width:1146px) {
    .category-item-info:hover .category-item__text--wrap::before {
        height: 160%;
    }
}

@media (max-width:1125px) {
    .whywe-title {
        right: 0;
    }
}

@media (max-width:1070px) {
    .news-wrap {
        -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;
    }
}

@media (max-width:960px) {
    .category-item-info:hover .category-item__text--wrap::before {
        height: 133%;
    }
    .category-item+.category-item {
        margin-top: 0;
    }
    .footer-links {
        display: none;
    }
    .footer-links-mob {
        display: block;
    }
    .footer-link-mob {
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-links-mob a {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 250;
        font-size: 19.9px;
        text-decoration: none;
        color: #ffffff;
    }
    .header-content {
        width: 100%;
        background: #fff;
    }
    .whywe-content-title-before {
        width: 251px;
    }
    .category-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-item-info {
        width: 280px;
    }
    .category-item img {
        width: 280px;
    }
    .category-item {
        flex-direction: column;
        margin: 0 3px;
    }
}

@media (max-width: 940px) {
    .aboutus-txt {
        -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;
    }
    .aboutus-txt__column {
        width: 100%;
    }
}

@media (max-width:920px) {
    .ml-60-920px {
        margin-left: 0px;
    }
    .link-top {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer {
        max-height: 100%;
        padding-bottom: 20px;
    }
    .footer-links {
        -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-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 890px) {
    .burger-menu_link {
        font-size: 18px;
    }
    .header::before {
        top: -2px;
        /*     position: absolute; */
        content: "";
        width: 100%;
        height: 244px;
        z-index: 100;
        background: #fff;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

@media (max-width: 835px) {
    .burger-menu_button {
        /*    top: 264px; */
    }
}

@media (max-width: 792px) {
    .aboutus {
        height: 100%;
        padding-bottom: 20px;
    }
    .header-content__logo {
        left: 32%;
    }
    .header-content__social {
        top: 10%;
        left: 32%;
        margin-left: 0;
    }
    .header-content__logo {
        left: 25%;
    }
}

@media (max-width: 702px) {
    /*   .header-lang__wrap {
    top: 270px;
  } */
    .burger-menu_nav {
        padding-top: 120px;
        position: fixed;
        top: -28px;
        z-index: 20;
        display: none;
        height: 1025px;
        right: 0;
        -webkit-clip-path: none;
        margin-top: 270px;
        clip-path: none;
        background: rgba(61, 63, 64, 0.99);
        width: 100%;
        overflow-y: auto;
        /* right: -100%; */
        -webkit-transition: 0.8s;
        transition: 0.8s;
    }
    .header::before {
        top: -2px;
        /*     position: absolute; */
        content: "";
        width: 100%;
        height: 244px;
        z-index: 199;
        background: #fff;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .header-content__logo {
        padding-right: 0;
    }
    .burger-menu_button {
        top: 260px;
    }
    .footer-column__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews-section-title,
    .whywe-title {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .category-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .reviews-section-title::before {
        content: none;
    }
}

@media (max-width: 615px) {
    .whywe-content {
        display: none;
    }
    .whywe-content-mob {
        padding-bottom: 15px;
        display: block;
        position: relative;
        z-index: 197;
        margin: 0 auto;
        width: 95%;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 6px rgba(117, 169, 92, 0.13);
        box-shadow: 0px 0px 10px 6px rgba(117, 169, 92, 0.13);
    }
    .whywe-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .whywe-description-title {
        margin-top: 20px;
    }
    .whywe-mob img {
        width: 70px;
        margin-top: 20px;
    }
    /*   .p-1920-ml-54 , .p-1920-mt-2 , .p-1920-mt-114 .p-1920-ml-8 , .p-1920-mt-88 , .p-1920-ml-18 , .p-1920-mt-118 , .p-1920-ml-8 , .p-1920-mt-15 , .p-1920-mt-82{
    margin: 0 !important;
  }
  .whywe-item img {
    padding: 0 !important;
  }
  .p-1920-pl-11 , .p-1920-pl-41 , .p-1920-pt-13{
    padding: 0 !important;
  }
  .whywe-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */
    .reviews-slide {
        width: 100%;
    }
    .whywe-item::before {
        width: 40%;
    }
    .reviews-section-title::before {
        content: none;
    }
}

@media (max-width: 818px) {
    .header-content__logo {
        margin: 1px;
    }
    .header-note {
        position: absolute;
        top: 490px;
        background: rgba(61, 63, 64, 0.86);
        height: 184px;
        max-width: 320px;
        padding: 10px;
        margin-left: 20px;
    }
    .header-note-title {
        font-size: 26px;
    }
    .header-note-txt {
        font-size: 18px;
    }
    .header-content {
        -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;
    }
    .header-content__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header-content__social {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width:560px) {}

@media (max-width: 480px) {
    .aboutus-title {}
    .whywe-item::before {
        top: -18px;
    }
    .burger-menu_button {
        right: 0;
    }
}

@media (max-width: 400px) {
    .header-content__logo {
        left: 15%;
    }
    .header-content__social {
        left: 22%;
    }
}

@media (max-width: 385px) {
    .header-note-title {
        font-size: 28px;
    }
    .header-note-txt {
        font-size: 22px;
        margin-top: 20px;
    }
}


/* Commercial design  */

.header2 {
    min-height: 732px;
    max-height: 732px;
    background: url(../images/head3.png) no-repeat center bottom;
}

.header2 .burger-menu_lines::before,
.header2 .burger-menu_lines::after,
.header2 .burger-menu_lines {
    background: #a0cc3a;
}

.header2 .burger-menu_active .burger-menu_lines {
    background: transparent;
}

.header2 .header-lang__wrap a {
    color: #555758;
    font-weight: 300;
}

.header2 .header-lang__active {
    color: #555758 !important;
}

.header__content {
    padding-top: 400px;
}

.page__title {
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Proxima Nova';
    line-height: 45px;
    letter-spacing: 0.125em;
}

.page__label {
    font-size: 30px;
    font-weight: 200;
    font-family: 'OSWALD';
    margin-top: 20px;
    line-height: 36px;
    letter-spacing: 1.7px;
}

.header2 .header-content__social,
.header2 .header-content__logo {
    position: absolute;
}

.header2::before,
.header2::after {
    position: absolute;
}

.header2 .burger-menu_button {
    position: fixed;
}

.gallery__links {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.gallery__links a {
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-size: 20px;
    line-height: 55px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-right: 30px;
}

.gallery__links> :last-child a {
    margin-right: 0;
}

.gallery__links a:hover {
    color: #75A95C;
    font-weight: bold;
    border-bottom: 1px solid #75A95C;
}

.current-menu-item a {
    color: #75A95C;
    font-weight: bold;
    border-bottom: 1px solid #75A95C;
}

.section__title {
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #A2A2A2;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.section__title::after {
    content: '';
    display: block;
    width: 3500px;
    height: 1px;
    background: #A1A1A1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.body2 {
    font-family: Proxima Nova;
}

.gallery__text {
    font-weight: 300;
    font-size: 22px;
    line-height: 39px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 48px 0 0 0;
}

.gallery__text p {
    margin-bottom: 48px;
}

.gallery__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*.gallery__item {
    width: 540px;
    margin-bottom: 30px;
    max-width: 49%;
    position: relative;
    cursor: pointer;
}*/

/*.gallery__item img {
    max-width: 100%;
    display: block;
}*/

.gallery__text span {
    margin-left: 10px;
}

/*.gallery__overlay {
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    font-size: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #A0CC3A;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    max-width: 95%;
    max-height: 95%;
}*/

/*.gallery__item:hover .gallery__overlay {
    width: 500px;
    height: 345px;
    z-index: 2;
    font-size: 24px;
    border-radius: 0;
    opacity: 0.9;
}*/

.gallery__text2 {
    padding-top: 18px;
}

.section__title--right:after {
    right: auto;
    left: 0;
}

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

.ideas {
    overflow-x: hidden;
    padding: 40px 0;
}

.ideas__box {
    display: flex;
    justify-content: space-between;
}

.ideas__item {
    width: 540px;
    max-width: 48%;
}

.ideas__item .gallery__text {
    text-align: left;
}

.ideas__img {
    height: 487px;
    background: url(../images/ideas.jpg) no-repeat center;
    background-size: cover;
    margin-top: 52px;
}

.steps__item {
    width: 344px;
    max-width: 100%;
    filter: drop-shadow(10px 10px 9px rgba(171, 171, 171, 0.25));
}

.steps__top {
    position: relative;
}

.steps__top img {
    display: block;
    max-width: 100%;
}

.steps {
    position: relative;
    z-index: 1;
}

.steps__label {
    position: absolute;
    width: 90%;
    top: 30px;
    right: 0;
    background: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 3px 5px;
}

.steps__bottom {
    background: #353535;
    padding: 27px 22px;
    color: #fff;
}

.steps__name {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    min-height: 66px;
}

.steps__text {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 11px 0 13px;
    min-height: 135px;
}

.steps__button {
    width: 134px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
    font-family: 'Oswald';
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #555555;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    text-decoration: none;
}

.steps__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.body2 .footer {
    clip-path: none;
    height: auto;
    margin: 0;
    display: block;
    height: 681px;
    background: url(../images/foot.png) no-repeat center top / cover;
    padding-top: 264px;
    box-sizing: border-box;
    margin-top: -130px;
    position: relative;
    z-index: 0;
}

.footer__logo {
    width: 326px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.footer__logo img {
    max-width: 100%;
}

.footer__link {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 40px;
    margin: 10px 0;
    letter-spacing: 1.2px;
}

.footer__box {
    max-width: 777px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.footer__link--1 {
    background-image: url(../images/point-map.png);
}

.footer__link--2 {
    background-image: url(../images/call.png);
}

.footer__link--3 {
    background-image: url(../images/mail.png);
}

.footer__link--4 {
    background-image: url(../images/insta-footer.svg);
}

.footer__link--5 {
    background-image: url(../images/fb-footer.svg);
}

.footer__link--6 {
    background-image: url(../images/bh.png);
}

.footer__right:before {
    content: '';
    display: block;
    height: 102px;
    width: 1px;
    background: #808080;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.footer__right {
    position: relative;
    padding-left: 100px;
    ;
}

.gotop {
    display: block;
    width: 49px;
    height: 37px;
    background: url(../images/gotop.png) no-repeat center / contain;
    position: absolute;
    left: -24px;
    bottom: -20px;
}

.single__images img {
    display: block;
    margin-bottom: 55px;
    max-width: 100%;
}

.aboutus .section__title {
    color: #DBDBDB;
}

.aboutus2 {
    height: auto;
    padding-bottom: 70px;
    margin-bottom: 70px;
    overflow-x: hidden;
}

.header-note-title2 {
    font-size: 40px;
}

.aboutus .gallery__text {
    font-weight: 300;
    font-size: 22px;
    line-height: 39px;
    /* or 177% */
    text-align: justify;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    font-family: 'Proxima Nova';
}

.gallery__text {
    font-family: 'Proxima Nova';
}

.news2 {
    margin-top: -150px;
}

.news2::after,
.news2::before {
    display: none;
}

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

.last__box {
    color: #fff;
    background: url(../images/last.png) no-repeat center bottom;
    padding-bottom: 250px;
    padding-top: 30px;
    background-size: cover;
    margin-top: 40px;
}

.last__box .gallery__text {
    color: #fff;
}

.steps-last {
    margin-top: 40px;
}

.cap__social {
    display: flex;
    align-items: center;
}

.cap__social_text {
    font-family: 'Oswald';
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #555758;
    font-weight: normal;
    margin-right: 7px;
}

.cap__social_wrap {
    display: flex;
}

.cap__social_item {
    margin-left: 15px;
}

.cap__social_item img {
    width: 36px;
}

.cap__phone {
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #555758;
    text-decoration: none;
}

.cap {
    display: flex;
    align-items: center;
    padding: 26px 0;
}

.cap__logo {
    display: block;
    width: 245px;
    margin-left: 202px;
}

.cap__boxin,
.social2,
.header__content {
    position: relative;
    z-index: 2;
}

.first {
    background: url(../images/first.png) no-repeat center bottom;
    min-height: 1030px;
    overflow: hidden;
    position: relative;
    /*border: solid 2px red;*/
}

body {
    overflow-x: hidden!important;
}

.opacity_custom {
    background: rgba(255, 255, 255, 0.73);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.opacity_custom:before {
    content: "";
    display: block;
    width: 1972.22px;
    height: 363.24px;
    left: 33.14px;
    top: -17%;
    background: rgba(61, 63, 64, 0.86);
    transform: rotate(6deg);
    z-index: 1;
    position: absolute;
}

@media only screen and (min-width: 2000px) {
    .opacity_custom:before {
        left: 180.14px;
    }
}

@media only screen and (max-width: 767px) {
    .opacity_custom:before {
        display: none;
    }
}

.first:before {
    content: "";
    background-color: white;
    width: 2975.4px;
    height: 312.42px;
    /*width: 100%;*/
    transform: rotate(-8.92deg);
    position: absolute;
    left: -59.77px;
    top: -23%;
    z-index: 2;
}

.first.header2:before {
    top: -31%;
}

.first.header2 .lang a,
.first.header2 .lang span {
    color: #555758;
}

@media only screen and (max-width: 1600px) {
    .first:before {
        top: -27%;
    }
}

@media only screen and (max-width: 1400px) {
    .first:before {
        top: -29%;
    }
}

@media only screen and (max-width: 1200px) {
    .first:before {
        top: -30%;
    }
}

@media only screen and (max-width: 992px) {
    .first:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .first:before {
        display: block;
        left: -461.77px;
        transform: rotate(-23deg);
        top: -100%;
    }
}

@media only screen and (max-width: 575px) {
    .first:before {
        display: block;
        left: -461.77px;
        transform: rotate(-23deg);
        top: -100%;
    }
}

@media only screen and (max-width: 515px) {
    .first:before {
        display: block;
        left: -461.77px;
        transform: rotate(-23deg);
        top: -100%;
    }
}

@media only screen and (max-width: 460px) {
    .first:before {
        display: block;
        left: -461.77px;
        transform: rotate(-23deg);
        top: -100%;
    }
}

@media only screen and (max-width: 360px) {
    .first:before {
        display: block;
        left: -461.77px;
        transform: rotate(-23deg);
        top: -100%;
    }
}

.first:after {
    content: "";
    background-color: white;
    width: 2954px;
    height: 329px;
    /*width: 100%;*/
    transform: rotate(-8.92deg);
    position: absolute;
    left: -10.84px;
    bottom: -9%;
    z-index: 1;
}

@media only screen and (min-width: 2000px) {
    .first:after {
        bottom: -15%;
    }
}

@media only screen and (min-width: 2300px) {
    .first:after {
        bottom: -28%;
        height: 410px;
    }
    .opacity_custom::before {
        left: 33%;
    }
    .first.header2::before {
        top: -28%;
    }
    .first::before {
        top: -18%;
        height: 363px;
    }
}

@media only screen and (max-width: 992px) {
    .first:after {
        height: 186px;
        bottom: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .first:after {
        height: 300px;
        bottom: 141px;
        left: -100.84px;
        transform: rotate(-25deg);
    }
    .section-category__list {
        margin-top: -165px!important;
    }
}

@media only screen and (max-width: 540px) {
    .first:after {
        height: 300px;
        bottom: 280px;
        left: -100.84px;
        transform: rotate(-25deg);
    }
}

@media only screen and (max-width: 452px) {
    .first:after {
        height: 300px;
        bottom: 350px;
        left: -100.84px;
        transform: rotate(-25deg);
    }
}


/*.first .container{*/


/*    position: relative;*/


/*    z-index: 2;*/


/*}*/

.burger-menu_nav2 {
    clip-path: polygon(0% 25%, 100% 0%, 100% 58.5%, 0% 39%);
    position: fixed;
}

.first .burger-menu_button-2 {
    position: fixed;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-right: 0;
    display: block;
    margin-left: auto;
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    background: #a0cc3a;
}

.cap2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lang {
    display: flex;
    align-items: center;
    margin-top: 150px;
    position: relative;
    z-index: 999;
}

.lang a {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-size: 24px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.lang span {
    margin: 0 10px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-size: 24px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.lang .active {
    font-weight: bold;
}

.first__text {
    max-width: 551px;
    background: rgba(61, 63, 64, 0.86);
    padding: 25px 22px;
    color: #fff;
    margin-top: 280px;
}

.firts__title {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Proxima Nova';
}

.first__label {
    font-weight: 200;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.06em;
    margin-top: 11px;
}

.social2 .cap__social_item {
    display: block;
    margin: 0 0 5px;
}

.social2 {
    width: 36px;
    margin-left: auto;
    margin-top: 55px;
}

.gallery__text ol {
    list-style: auto;
    padding-left: 24px;
}

.grey__title {
    max-width: 271px;
    margin-left: auto;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 50px;
    line-height: 74px;
    text-transform: uppercase;
    color: #DBDBDB;
    margin-top: 43px;
    margin-bottom: 39px;
}

.ideas_new {
    padding-bottom: 75px;
}

.ideas_new .ideas__img {
    margin-bottom: 65px;
}

.ideas_new .gallery__text {
    max-width: 1275px;
    margin-left: auto;
}

.ideas_new .gallery__text ul {
    list-style: disc;
    padding-left: 24px;
}

.text_list {
    list-style: disc;
    padding-left: 24px;
}

.ideas_new .gallery__box {
    margin-top: 30px;
}

.gallery__text strong {
    font-weight: 600;
}

.gallery,
.steps {
    overflow-x: hidden;
}

.reviews-txt .reviews-link {
    display: none;
}
.reviews-txt.small .reviews-link {
    display: block;
}
/* свойства модального окна по умолчанию */
/*.modal {
    position: fixed; !* фиксированное положение *!
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); !* цвет фона *!
    z-index: 1050;
    opacity: 0; !* по умолчанию модальное окно прозрачно *!
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; !* анимация перехода *!
    pointer-events: none; !* элемент невидим для событий мыши *!
    margin: 0;
    padding: 0;
}*/
/* при отображении модального окно */
/*.modal.active {
    opacity: 1; !* делаем окно видимым *!
    pointer-events: auto; !* элемент видим для событий мыши *!
    overflow-y: auto; !* добавляем прокрутку по y, когда элемент не помещается на страницу *!
}*/
/* ширина модального окна и его отступы от экрана */
/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}*/
/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 50px auto; !* для отображения модального окна по центру *!
    }
}*/
/* свойства для блока, содержащего контент модального окна */
/*
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
!* свойства для заголовка модального окна *!
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 0 0;
}
!* свойства для кнопки "Закрыть" *!
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
    position: absolute;
    padding-left: calc(100% - 25px);
    padding-top: 5px;
    z-index: 2;
}
!* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении *!
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
!* свойства для блока, содержащего основное содержимое окна *!
.modal-body.reviews-txt {
    padding: 10px 25px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
*/


@media screen and (max-width: 1139px) {
    .section__title {
        font-size: 40px;
    }
    .first .burger-menu_button-2 {
        right: 15px !important;
        top: 100px !important;
    }
    .ideas__box {
        flex-direction: column;
    }
    .ideas__item {
        max-width: 100%;
        width: auto;
    }
    .gallery__text {
        padding: 0;
    }
    .gallery__text p {
        margin: 20px 0;
    }
    .steps__item {
        max-width: 31%;
    }
    .last__box .gallery__text {
        color: #000;
    }
    .last__box {
        background: transparent;
    }
    .cap {
        justify-content: center;
    }
    .cap__logo {
        margin-left: 50px;
    }
    .burger-menu_nav2 {
        top: 61px;
        clip-path: polygon(0% 15%, 100% 0%, 100% 58.5%, 0% 39%);
    }
    .header2 {
        padding: 0 !important;
        min-height: 472px !important;
        background-position: center center !important;
    }
}

@media screen and (max-width: 991px) {
    .section__title {
        font-size: 30px;
        line-height: normal;
    }
    .gallery__links a {
        font-size: 16px;
    }
    .aboutus .section__title {
        margin-top: 85px;
    }
    .ideas__img {
        height: 200px;
    }
    .steps__item {
        max-width: 48%;
        margin: 15px 0;
    }
    .header2::before,
    .header2::after {
        display: none;
    }
    .header-bottom__social {
        display: none;
    }
    .header2 .header-content__social,
    .header2 .header-content__logo {
        position: static;
    }
    .header2 .burger-menu_nav {
        position: fixed;
    }
    .header__content {
        padding-top: 40px;
    }
    .header-lang__wrap {
        position: static;
    }
    .header2 {
        background: #fff;
    }
    .header2 .header-content {
        justify-content: space-between;
        align-items: center;
    }
    .header-content__social {
        margin: 0;
    }
    .container-xxl {
        padding: 0 15px;
    }
    .header2 .header-content__logo {
        padding: 0;
        margin: 0;
    }
    .header2 .burger-menu {
        position: absolute;
    }
    .header2 {
        padding-top: 30px;
    }
    .header-lang__wrap::after {
        display: none;
    }
    .header2 .burger-menu_lines::before,
    .header2 .burger-menu_lines::after,
    .header2 .burger-menu_lines {
        background: #000;
    }
    .header2 .burger-menu {
        position: static;
    }
    .header2 .burger-menu_button {
        top: 41px;
        right: 0;
        z-index: 9999;
    }
    .header2 .burger-menu_nav {
        position: fixed;
        background: #3E3F3F;
        clip-path: none;
        height: 400px;
        padding: 80px 0;
        z-index: 8888;
        top: -30px;
    }
    .header2 .wrap-nav {
        position: static;
        text-align: center;
    }
    .header2 .burger-menu_link {
        color: #fff;
        opacity: 1;
        margin: 5px 0;
        display: block;
    }
    .header2 .burger-menu_active .burger-menu_lines:before,
    .header2 .burger-menu_active .burger-menu_lines:after {
        background: #fff;
    }
    .header2 .header__content {
        text-align: center;
        padding-top: 70px;
    }
    .header2 .header-content {
        background: transparent !important;
    }
    .header2 {
        min-height: auto;
        height: auto;
        padding-bottom: 160px;
        background: url(../images/head4.png) no-repeat center bottom;
        background-size: cover;
        margin-bottom: 40px;
    }
    .first {
        background: url(../images/first2.png) no-repeat center top;
        min-height: 545px;
        background-size: cover;
    }
    .lang {
        margin-top: 0;
    }
    .cap2 {
        align-items: center;
    }
    .lang a {
        color: #000;
    }
    .lang span {
        color: #000;
    }
    .burger-menu_lines::before,
    .burger-menu_lines::after,
    .burger-menu_lines {
        background: #000;
    }
    .first__text {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .social2 {
        display: none;
    }
    .cap__boxin {
        background: #fff;
    }
    .burger-menu_nav2 {
        clip-path: none;
        top: 0;
        height: 500px;
    }
    .header__content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 818px) {
    .header2 .header-content {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .header-content__logo {
        order: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .gallery__links a {
        font-size: 16px;
        margin: 10px;
        display: block;
        line-height: normal;
    }
    .gallery__links {
        flex-wrap: wrap;
    }
    .section__title {
        font-size: 25px;
    }
    .section__title br {
        display: none;
    }
    .gallery__text {
        text-align: left;
        font-size: 18px;
        line-height: normal;
    }
    .gallery__item {
        max-width: 100%;
        margin: 15px auto;
    }
    .text-right {
        text-align: left;
    }
    .steps__item {
        max-width: 100%;
        margin: 15px auto;
    }
    .footer__logo {
        width: 200px;
    }
    .footer__box {
        flex-direction: column;
    }
    .footer__right {
        padding: 0 0 50px;
    }
    .footer__right:before {
        display: none;
    }
    .gotop {
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
    }
    .body2 .footer {
        height: auto;
        margin-top: -220px;
    }
    .footer__link {
        font-size: 18px;
    }
    .footer__links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header2 .header-content__social--txt {
        display: none;
    }
    .header-content__social--bottom a {
        font-size: 16px;
        padding-left: 10px;
    }
    .header-content__logo img {
        width: 200px;
    }
    .header2 .burger-menu_button {
        top: 27px;
    }
    .page__title {
        font-size: 30px;
    }
    .header2 .header__content {
        padding-top: 10px;
    }
    .page__label {
        font-size: 20px;
        margin-top: 00px;
    }
    .header2 {
        padding-bottom: 100px;
    }
    .header2 .burger-menu_nav {
        margin: 0;
    }
    .header2 .burger-menu_link {
        padding: 10px;
        line-height: normal;
        letter-spacing: normal;
    }
    .header2 .burger-menu_nav {
        padding: 70px 0 30px;
        height: 450px;
    }
    .gallery__item:hover .gallery__overlay {
        font-size: 18px;
    }
    .single__images img {
        margin-bottom: 20px;
    }
    .cap__social_text {
        display: none;
    }
    .cap__logo {
        order: -1;
        margin: 0;
        width: 140px;
    }
    .cap__phone {
        font-size: 18px;
    }
    .cap {
        justify-content: space-between;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .cap2 {
        padding-bottom: 10px;
    }
    .cap__social_wrap :first-child {
        margin-left: 0;
    }
    .cap__social_item {
        margin-left: 17px;
    }
    .cap2 .burger-menu_button {
        height: 35px;
        width: 42px;
    }
    .burger-menu_nav2 {
        margin: 0;
    }
    .cap2 .burger-menu_link {
        padding: 0;
        margin-top: 20px;
    }
    .cap2 .wrap-nav {
        width: 100%;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        left: 0;
    }
    .firts__title {
        font-size: 25px;
    }
    .first__text {
        padding: 20px 10px;
        text-align: center;
    }
    .first__label {
        font-size: 22px;
        margin-top: 5px;
    }
    .first {
        min-height: 602px;
    }
}