@charset "UTF-8";

body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  color: #111;
  overflow-y: visible !important;
}

* {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.slick-slide:focus,
button:focus,
input:focus {
  outline: 0;
}
.works__item img {
  width: 100%;
  max-width: 480px;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}
button {
  cursor: pointer;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.button {
  position: relative;
  overflow: hidden;
}

.button:hover {
  cursor: pointer;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  box-shadow: 0 4px 20px rgba(27, 64, 28, 0.4);
}

.button:after {
  content: "";
  margin-left: 60px;
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transition: all 0.5s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1b401c;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(27, 64, 28, 0.7);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 64, 28, 0.5);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #46a447;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(27, 64, 28, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 64, 28, 0);
  }
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.merits__title,
.services__title {
  color: #fff;
  margin-left: 60px;
}

.merits__title:before,
.services__title:before {
  content: "";
  left: -60px;
}

h2 {
  font-size: 48px;
  line-height: 115.51%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

h2:before {
  content: "";
  display: block;
  width: 37px;
  height: 47px;
  background: url(/wp-content/uploads/2020/02/Frame.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -5px;
}

h2 strong {
  color: #46a447;
  font-weight: 400;
}

h3 {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 36px;
  line-height: 115.51%;
  text-align: center;
}

.button {
  background: linear-gradient(
    76.41deg,
    #46a447 36.83%,
    #f6fbf6 311.79%,
    #fff 325.31%,
    #ff005c 325.31%
  );
  width: 472px;
  height: 64px;
  border-radius: 54.5485px;
  color: #fff;
  font-family: Roboto Flex;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s ease;
}

.button:hover {
  color: #46a447;
  background: linear-gradient(
    76.41deg,
    #fff 36.83%,
    #f6fbf6 311.79%,
    #fff 325.31%,
    #ff005c 325.31%
  );
}


a.start {
    width: 200px;
    height: 42px;
    margin: 25px auto !important;
    text-align: center;    
}


a.button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button--2 {
  background: 0 0;
  border: 2px solid #46a447;
}

.button--2:hover {
  background: 0 0;
  border: 2px solid #fff;
  color: #46a447;
}

.header {
  position: relative;
}

.cap__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 116.69%;
  text-transform: uppercase;
}

.menu li {
  margin-right: 30px;
  transition: all 0.5s ease;
}

.menu li:hover {
  color: #73e174;
}

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

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 52px;
  left: -17px;
  transition: all 0.5s ease;
  background: #fff;
  padding: 47px;
  min-width: 422px;
}

.sub-menu:before {
  position: absolute;
  top: -25px;
  left: 32px;
  content: "";
  display: block;
  border-bottom: 26px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.sub-menu li {
  margin-right: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 115.51%;
  color: #333;
  padding: 20px 0;
  text-transform: none;
  border-bottom: 1px solid #828282;
}

.sub-menu ul > :last-child {
  border: none;
  width: 100%;
}

.sub-menu--1 {
  padding: 66px 66px 49px 66px;
}

.sub-menu--1 li {
  border: none;
  padding: 0;
}

.sub-menu--1:before {
  left: 66px;
  content: "";
}

.cap__nav ul li:hover .sub-menu {
  color: black;
  opacity: 1;
  visibility: visible;
}

.sub_auto {
  width: 684px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub_auto li {
  width: 33.3%;
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.sub_auto img {
  max-width: 51px;
}

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

.sub_auto span {
  font-size: 24px;
  line-height: 115.51%;
  color: #333;
  font-weight: 400;
  font-family: Roboto Flex;
  margin-left: 32px;
}

.sub_auto__link {
  display: block;
  font-size: 24px;
  line-height: 115.51%;
  color: #333;
  padding-top: 26px;
  font-family: Roboto Flex;
  border-top: 2px solid #828282;
  text-transform: none;
  margin-top: 10px;
}

.cap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
  max-width: 100%;
  padding-top: 48px;
}

.search {
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2020/02/search.svg)
    no-repeat;
  background-size: contain;
}

.phone {
  font-size: 24px;
  font-weight: 700;
}

.adress__text {
  font-weight: 700;
}

.adress {
  text-align: right;
  line-height: 116.69%;
}

.mob_phone {
  display: none !important;
}

.adress__link {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 3px;
}

.menu__sub {
  position: relative;
}

.menu__sub:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(/wp-content/uploads/2020/02/menu_arrow.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  transition: all 0.5s ease;
}

.menu__sub:hover:after {
  background-image: url(/wp-content/uploads/2020/02/menu__arrow2.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.count {
  font-family: Roboto Flex;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin: 0 68px;
}

.count:first-letter {
  font-size: 48px;
  font-weight: 700;
}

.first__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 116.51%;
  color: #fff;
  max-width: 55%;
}

.first__slide {
  background-size: cover;
  padding-top: 307px;
  padding-bottom: 254px;
  background-position: 100% 100%;
  height: 100vh;
}

.play {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto Flex;
  font-size: 14px;
  line-height: 115.51%;
  color: #fff;
  margin-top: 30px;
}

.play__text {
  margin-left: 30px;
}

.first__button {
  margin-top: 65px;
}

.slider__conrols {
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.controls__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 87px;
}

.slide_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url(/wp-content/uploads/2020/02/slide-arrow.svg)
    no-repeat 10px 7px;
  background-size: 8px 16px;
}

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

.first__content {
  padding-left: 70px;
}
.first__content .works_btn{
  justify-content: flex-start;
	margin-right:0;
	margin-left:0;
}
.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 48px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  padding: 0;
  border: none;
  font-size: 0;
}

.slick-dots .slick-active button {
  background: #73e174;
  opacity: 1;
}

.slick-dots li {
  margin-right: 47px;
}

.slick-dots :last-child {
  margin-right: 0;
}

.benefits__number {
  opacity: 1;
}

.benefits__number_box {
  font-weight: 700;
  font-size: 55px;
  line-height: 43px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.benefits__number_box:after {
    content: "";
    display: block;
    width: 28px;
    height: 37px;
    background: url(/wp-content/uploads/2020/02/Frame.svg)
    no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto;
}

.benefits__title {
  font-family: Roboto Flex;
  font-size: 20px;
  line-height: 23px;
}

.benefits {
  text-align: right;
  color: #fff;
  position: absolute;
  top: 220px;
  right: 65px;
  z-index: 2;
}

.first .container {
  position: relative;
}

.benefits__element {
  margin-bottom: 85px;
}

.auto__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 0 115px;
}

.auto__name {
  display: block;
  font-size: 36px;
  line-height: 115.51%;
  text-align: center;
}

.auto__item {
  width: 16.6%;
  text-align: center;
  margin-top: 32px;
  transition: all 0.5s ease;
}

.auto__item:hover {
  color: #46a447;
}

.auto__logo_box {
  display: block;
  height: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.auto__logo_box img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.auto__button {
  width: 385px;
  margin: 88px auto 0 auto;
}

.auto__button:hover {
  border: 2px solid #46a447;
}

.auto__sub-title {
  margin: 45px 0 69px 0;
}

.auto {
  padding-top: 60px;
  text-align: center;
}

.auto .ionTabs__tab {
  -webkit-transform: skew(172deg);
  transform: skew(172deg);
  width: 323px;
  height: 111px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 115.51%;
  text-transform: uppercase;
  border-right: 8px solid #46a447;
  margin-left: -2px;
  transition: all 0.2s ease;
}

.auto .ionTabs__tab span {
  -webkit-transform: skew(-172deg);
  transform: skew(-172deg);
}

.auto .ionTabs__tab:hover {
  color: #46a447;
}

.auto .ionTabs__tab:hover {
  background: #46a447;
  color: #fff;
  position: relative;
}

.auto .ionTabs__tab:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 22px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: auto;
}

.auto .ionTabs__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auto .ionTabs__head > :last-child {
  border: 0;
}

.services {
  background: url(/wp-content/uploads/2020/02/serv-bg.webp)
    no-repeat center top;
  background-size: cover;
  padding-top: 229px;
  padding-bottom: 118px;
  color: #fff;
}

.services .container {
  width: 100%;
  padding: 0 0 0 128px;
}

.services .ionTabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
}

.services .ionTabs__head {
  max-width: 752px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 99;
}

.services .ionTabs__head > :first-child {
  border: none;
}

.services .ionTabs {
  margin-left: 68px;
}

.services .ionTabs__tab {
  -webkit-transform: skew(172deg);
  transform: skew(172deg);
  width: 100%;
  height: 136px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 32px;
  font-weight: 300;
  line-height: 115.51%;
  padding-left: 74px;
  border-top: 1px solid #616161;
}

.services .ionTabs__tab:hover {
  background: #46a447;
  border: none;
  position: relative;
  top: 1px;
  z-index: 2;
  font-weight: 400;
  /*width: 772px;*/
}

/*.services .ionTabs__tab:hover .services__link {
  right: -15px;
  opacity: 1;
}
*/
.services .ionTabs__tab:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.services__icon_box {
  width: 66px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 60px;
}

.services__wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skew(-172deg);
  transform: skew(-172deg);
}

.services__link {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 205px;
  height: 100%;
  background: #fff;
  font-family: Roboto Flex;
  font-weight: 300;
  font-size: 23px;
  line-height: 115.51%;
  -webkit-transform: skew(-172deg);
  transform: skew(-172deg);
  transition: all 0.5s ease;
  opacity: 0;
  color: #111;
}

.services__link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.services__link:hover {
  color: #46a447;
}

.services__img {
  max-width: none;
  margin-left: -18px;
  position: relative;
}

.services__buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  padding-right: 128px;
}

.services__buttons :first-child {
  margin-right: 53px;
}

.services__button {
  width: 550px;
}

.merits__title {
  color: #111;
}

.merits__title strong {
  font-weight: 700;
  font-style: italic;
}

.merits__name {
  font-family: Roboto Flex;
  font-size: 24px;
  line-height: 115.51%;
  color: #000;
}

.merits__name:before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background: #46a447;
  margin: 38px 0 23px 0;
}

.merits__text {
  font-family: Roboto Flex;
  font-weight: 300;
  font-size: 20px;
  line-height: 115.51%;
  color: #000;
  margin-top: 11px;
  width: 336px;
}

.merits__box {
  max-width: 1578px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}

.merits__icon {
  max-height: 127px;
}

.merits__item {
  margin-top: 69px;
}

.merits {
  padding-top: 83px;
}

.merits__bottom_text {
  font-size: 24px;
  line-height: 125.01%;
  color: #fff;
  width: 509px;
  height: 199px;
  margin-left: 128px;
  left: 194px;
  top: 5268px;
  background: #46a447;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: skew(172deg);
  transform: skew(172deg);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.merits__bottom_text span {
  display: block;
  -webkit-transform: skew(-172deg);
  transform: skew(-172deg);
  max-width: 362px;
}

.scene {
  position: absolute;
  top: 37px;
  right: -90px;
}

.merits__bottom {
  position: relative;
  margin-top: 106px;
}

.merits2 {
  margin-top: -146px;
  padding-top: 513px;
  background: url(/wp-content/uploads/2020/02/merits2-bg.webp)
    no-repeat center top;
  background-size: cover;
  padding-bottom: 88px;
}

.merits2__title {
  color: #fff;
  text-align: left;
}

.merits2__label {
  background: url(/wp-content/uploads/2020/02/merits2_lines.png)
    no-repeat left center;
  padding-left: 118px;
  font-family: Roboto Flex;
  font-size: 31.2766px;
  line-height: 115.51%;
  color: #fff;
  margin: 59px 0 7px 160px;
}

.merits2__item {
  border: 3px solid #46a447;
  width: 479px;
  height: 177px;
  position: relative;
  -webkit-transform: skew(172deg);
  transform: skew(172deg);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 52px;
}

.merits2__blur {
  border: 3px solid #46a447;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.merits2__wrapper {
  -webkit-transform: skew(-172deg);
  transform: skew(-172deg);
  color: #fff;
}

.merits2__num {
  font-style: italic;
  font-weight: 700;
  font-size: 96px;
  line-height: 115.51%;
  color: #46a447;
  margin-right: 30px;
}

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

.merits2__text {
  font-size: 26.0638px;
  line-height: 115.51%;
}

.merits2__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1543px;
  margin: 0 auto;
}

.merits2__box > :nth-child(4) {
  left: -32px;
  position: relative;
}

.merits2__box > :nth-child(5) {
  left: -32px;
  position: relative;
}

.merits2__box > :nth-child(6) {
  left: -32px;
  position: relative;
}

.merits2__title_box {
  margin-left: 75px;
}

.merits2__button {
  display: block;
  width: 535px;
  margin: 80px auto 0 auto;
}

.causes {
  padding-left: 152px;
  background: url(/wp-content/uploads/2020/02/causes.webp)
    no-repeat center top;
  background-size: cover;
}

.causes__title {
  margin-left: 20px;
  text-align: left;
}

.causes__label {
  font-weight: 300;
  font-size: 40px;
  line-height: 115.51%;
  margin-top: 33px;
  margin-left: 20px;
  margin-bottom: 56px;
}

.causes__label strong {
  color: #46a447;
  font-weight: 700;
}

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

.causes__left {
  width: 860px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-left: 75px;
  padding-top: 74px;
}

.causes__num {
  font-family: Roboto Flex;
  font-weight: 700;
  font-size: 144px;
  line-height: 115.51%;
}

.causes__name_text {
  font-family: Roboto Flex;
  font-size: 36px;
  line-height: 115.51%;
  text-transform: uppercase;
  margin-left: 6px;
}



.causes__name {
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.causes__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 115.51%;
  max-width: 445px;
  margin: 37px 0 0 37px;
}

.causes__arrow {
  width: 54px;
  height: 54px;
  border: 3px solid #46a447;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.5s ease;
}

.causes__arrow:hover {
  background: #46a447;
}

.causes__arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.causes__arrow--next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 44px 0 25px;
}

.causes__controls {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 58px 0 0 38px;
}

.count2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 115.51%;
  color: #000;
}

.causes__right {
  position: relative;
}

.causes__arrow2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 126px;
  height: 128px;
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: -2px;
}

.causes__arrow2 span {
  font-weight: 300;
  font-size: 16px;
  line-height: 115.51%;
}

.causes__arrow2 img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  margin-left: 10px;
  transition: all 0.5s ease;
}

.causes__arrow2:hover img {
  -webkit-filter: none;
  filter: none;
}

.causes {
  padding-bottom: 385px;
  padding-top: 93px;
}

.causes .container {
  width: 100%;
  padding-right: 0;
}

.merits__bottom_text--2 {
  width: 636px;
  height: 299px;
  background: #46a447
    url(/wp-content/uploads/2020/02/vz.svg) no-repeat 86px
    center;
  margin-left: auto;
  margin-right: 65px;
}

.merits__bottom_text--2 span {
  max-width: 396px;
  margin-left: 50px;
}

.scene2 {
  position: absolute;
  top: 62px;
  left: -115px;
}

.works {
  background: url(/wp-content/uploads/2020/02/works_bg.webp)
    no-repeat center top;
  background-size: cover;
  padding-top: 407px;
  margin-top: -380px;
  padding-bottom: 88px;
}

.works__title {
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
  line-height: 115.51%;
  color: #fff;
  margin-left: 146px;
}

.works__title:before {
  content: "";
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.works__item {
  width:auto;
  height: 477px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.works__item:hover .works__content {
  opacity: 1;
  top: 0;
}

.works__content {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: -477px;
  transition: all 0.5s ease;
  left: 0;
  color: #fff;
  background: rgba(1, 1, 1, 0.7);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
}

.works__content_box {
  max-width: 415px;
  margin: 0 auto;
}

.works__name {
  font-weight: 700;
  line-height: 115.51%;
  text-transform: uppercase;
}

.works__text {
  line-height: 115.51%;
  margin: 22px auto 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 55px;
}

.works__button {
  width: 291px;
  height: 59px;
  border: 3px solid #46a447;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 115.51%;
  margin: 0 auto;
}

.works__slider {
  max-width: 1600px;
  margin: 0 auto;
}


.works__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.works__arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.works__slider_wrapper {
  position: relative;
  margin-top: 119px;
}

.slide__next3 {
  right: 30px;
}

.slide__prev3 {
  left: 38px;
}

.count3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 115.51%;
  color: #fff;
  text-align: center;
  margin: 40px 0 80px 0;
}

.works__button {
  width: 397px;
  margin: 0 auto;
}

.news__title {
  color: #111;
}

.news__item {
  max-width: 475px;
  margin-top: 52px;
}
.news__item img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 57px;
  font-size: 24px;
}

.news__date {
  font-style: italic;
  font-weight: 400;
  line-height: 115.51%;
  text-transform: uppercase;
  color: #616161;
  margin: 0 0 28px 0;
}

.news__name {
  line-height: 115.51%;
  text-transform: uppercase;
}

.news__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
  line-height: 115.51%;
  margin: 50px 0 86px 0;
}

.news__link {
  color: #46a447;
}

.news__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1536px;
  margin: 0 auto;
}

.news__button {
  width: 505px;
  display: block;
  margin: 80px auto 0 auto;
}

.news__button:hover {
  border: 2px solid #46a447;
}

.news {
  padding: 102px 0 100px 0;
}

.contacts {
  background: url(/i/botbg.jpg)
    no-repeat left top;
  color: #fff;
  padding: 114px 0 20px 0;
  position: relative;
  background-size: cover;
}
.contacts .flex{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__caption {
  font-weight: 700;
  font-size: 32px;
  line-height: 115.51%;
  text-transform: uppercase;
}
.seo__text{
	font-size:0.8em;
}
.seo__text .container-seo{
	width:100%;
	max-width: 1450px;
	margin:30px auto 0;
	padding:0 15px 20px;
}
.seo__text h2{
	padding: 0 0 15px 40px;
	font-size:1.75rem;
}
.seo__text .item{
	padding-bottom:20px;
}
.seo__text ul{
	padding: 5px 0 5px 30px;
}
.seo__text ul li{
	list-style:disc;
	padding-bottom:5px;
}
.contacts__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 115.51%;
  margin-bottom: 78px;
}

.contacts__adress {
  font-size: 32px;
  line-height: 115.51%;
  color: #bdbdbd;
  margin: 44px 0 20px 0;
}

.contacts__worktime {
  font-weight: 300;
  font-size: 24px;
  line-height: 115.51%;
  color: #828282;
}

.contatcs__phone {
  font-weight: 700;
  font-size: 32px;
  line-height: 115.51%;
  color: #bdbdbd;
  margin: 44px 0 43px 0;
}

.contatcs__phone a {
  display: block;
}

.contacts__mail {
  font-weight: 700;
  font-size: 30px;
  line-height: 115.51%;
  color: #bdbdbd;
  margin-bottom: 50px;
  display: block;
}

.contacts__mail:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(/wp-content/uploads/2020/02/mail.svg)
    no-repeat;
  background-size: contain;
  margin-bottom: 8px;
  margin-top: 20px;
  opacity: 0.2;
}

.contacts__right {
  margin-left: 84px;
}
.contacts .container{
  width: 50%;
}
.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
#re-social {
  margin-top: -25px;
/*   margin-right: 25px; */
}
#re-social .social__item img {
  max-height: 22px;
  max-width: 63%;
}
#re-social .social {
  margin-top: 0;
	
}
.social a {
 margin-right: 19px;
    z-index: 10000;
    position: relative;
}

.map {
  overflow: hidden;
  padding-bottom: 30.25%;
  position: relative;
  height: 0;
  width: 50%;
}
.map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.footer {
  background: url(/wp-content/uploads/2020/02/footer.webp)
    no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 22px;
}

.footer__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
}

.footer__row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu {
  margin-right: 263px;
  font-weight: 300;
  font-size: 16px;
  line-height: 115.51%;
  max-width: 287px;
  color: #bdbdbd;
}

.footer__menu li {
  margin-top: 16px;
}

.footer__caption {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 116.69%;
  text-transform: uppercase;
}

.footer__logo {
  margin-right: 245px;
}

.footer__logo p {
  font-family: Roboto Flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 115.51%;
  color: #dadada;
  margin-top: 15px;
}

.footer__menu-right {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 116.69%;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.footer__menu-right li {
  margin-bottom: 32px;
}

.footer__menu-right li:hover {
  color: #46a447;
}

.footer__bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 115.51%;
  margin-top: 13px;
}

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

.footer__company {
  border-right: 1px solid #fff;
  padding: 4px 14px 4px 0;
  margin-right: 14px;
}

.map2 {
  width: 497.39px;
  position: absolute;
  right: 0;
  top: 40px;
  transition: all 0.5s ease;
  display: none;
}

.map2 iframe {
  max-height: 455px;
}

.adress__link {
  position: relative;
  cursor: pointer;
}

.adress__link:hover {
  color: #46a447;
}

.arcticmodal-close {
  width: 21.5px;
  height: 21.5px;
  background: url(/wp-content/uploads/2020/02/close.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -45px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.arcticmodal-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal {
  width: 994px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 111px 0 78px 0;
  position: relative;
  max-width: 90vw;
}

.modal form {
  padding: 0 106px;
}

.call-back__title {
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #333;
}

.call-back__title strong {
  color: #46a447;
  font-weight: 400;
}

.call-back__label {
  font-size: 36px;
  line-height: 42px;
  color: #828282;
  margin: 39px 0 70px 0;
}

.form__label {
  text-align: left;
  font-size: 36px;
  line-height: 42px;
  color: #333;
}

.input {
  display: block;
  width: 782px;
  height: 97px;
  border: 2px solid #111;
  border-radius: 5px;
  font-weight: 300;
  font-size: 32px;
  line-height: 115.51%;
  color: #000;
  transition: all 0.5s ease;
  padding-left: 64px;
  margin: 34px 0 55px 0;
  max-width: 100%;
}

.input:focus {
  border-color: #46a447;
}

.submit {
  width: 100%;
  height: 97px;
  font-size: 36px;
  line-height: 42px;
}

.submit:hover {
  border: 2px solid #46a447;
}

.call-back__bottom {
  padding-top: 48px;
  margin-top: 98px;
  border-top: 1px solid #828282;
}

.call-back__subtitle {
  font-size: 36px;
  line-height: 42px;
  color: #333;
}

.call-back__worktime {
  font-family: Roboto Flex;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 115.51%;
  color: #4f4f4f;
  margin: 31px 0;
}

.call-back__phone {
  font-size: 48px;
  line-height: 115.51%;
  color: #46a447;
}

.arcticmodal-close--2 {
  background: url(/wp-content/uploads/2020/02/close2.svg)
    no-repeat;
  background-size: contain;
  top: 38px;
  right: 43px;
}

.modal--2 {
  width: 1595px;
  max-width: 90vw;
  height: 767px;
  position: relative;
  left: 45px;
}

.open_video {
  cursor: pointer;
}
.open_video img {
  max-width: 45px;
  height: 45px;
}
.mobile-menu {
  position: absolute;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 16px;
  top: 0;
  background-color: transparent;
  left: 0;
  right: 0;
  height: 40px;
  border-bottom: 1px solid;
  z-index: 9;
}

.mobile-menu .menu {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-menu__btn {
  position: absolute;
  right: 15px;
  top: -5px;
  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;
  width: 35px;
  height: 38px;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 0;
  margin-top: 55px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 9999;
}

.mobile-menu__icon {
  display: block;
  position: relative;
  background: #fff;
  width: 35px;
  height: 4px;
  transition: 0.4s;
  text-align: right;
}

.mobile-menu__icon::after,
.mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 35px;
  height: 4px;
  transition: 0.4s;
}

.mobile-menu__icon::after {
  top: 10px;
}

.mobile-menu__icon::before {
  top: -10px;
}

.mobile-menu__container {
  position: absolute;
  top: -100vh;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: all 0.5s ease;
  overflow: hidden;
  background-color: #111;
  height: auto;
  min-height: 100vh;
  padding: 76px 45px;
  opacity: 0;
}

.mobile-menu__list {
  transition: 0.5s;
  transition-delay: 0.5s;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  display: block;
  width: 100%;
}

.mobile-menu__item {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 25px;
}

.mobile-menu__link {
  text-decoration: none;
  color: #fff !important;
}

.mobile-menu__checkbox {
  display: none;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  transition-delay: 0s;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  top: 0;
  transition: all 0.5s ease;
  opacity: 1;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: 0 0;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after,
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  top: 0;
  background: #fff;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu__adress {
  font-size: 16px;
  line-height: 116.69%;
  text-transform: uppercase;
  color: #bdbdbd;
}

.menu__phone {
  font-size: 16px;
  line-height: 116.69%;
  text-transform: uppercase;
  color: #bdbdbd;
  margin-top: 24px;
}

.header--2 .cap {
  background: #111;
  position: static;
  padding-bottom: 43px;
  z-index: 9;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bread {
  margin: 0 auto;
  background-color: #f4f4f4;
}

.bread ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 115.51%;
  color: #333;
  width: 1366px;
  margin: 0 auto;
  padding: 10px 20px;
}

.bread ul a {
  color: #828282;
}

.bread ul :nth-child(even) {
  margin: 0 8px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-size: 23px;
  line-height: 115.51%;
  color: #46a447;
}

.section__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 115.51%;
  text-transform: none;
  padding-left: 53px;
  z-index: 1;
}

.section__title:before {
  content: "";
  left: 0;
  top: 13px;
}

.section__top {
  background: #f4f4f4;
  padding: 49px 0 49px 173px;
}

.section__label {
  font-weight: 300;
  font-size: 32px;
  line-height: 115.51%;
}

.section__caption {
  font-weight: 700;
  font-size: 40px;
  line-height: 115.51%;
  margin-top: 34px;
}

.about__box {
  max-width: 1318px;
  margin: 0 auto;
  padding: 63px 0 138px 0;
}

.about__img {
  margin: 55px 0;
}

.about__text {
  max-width: 850px;
}

.section__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 115.51%;
  margin-bottom: 60px;
  margin: auto;
}

.section__text p {
  margin-bottom: 30px;
}

.section__text strong {
  font-weight: 400;
}

.section__uppercase {
  font-size: 32px;
  line-height: 115.51%;
  margin-bottom: 27px;
}

.section__strong {
  font-weight: 400;
  font-size: 32px;
  line-height: 115.51%;
  margin-bottom: 27px;
}

.blog {
  padding-bottom: 187px;
}

.blog .news__item {
  margin: 0 0 100px 0;
}

.blog .section__top {
  background: #fff;
}

.blog .news__box {
  margin-top: 50px;
}
section.blog .artcicle__img img{
		max-width: 30%;
	margin: 0 auto 20;
	}

.pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto Flex;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.pagination a:hover{
	background: #a8e28b;
    font-weight: 500;
    color: #fff;
}
.pagination span.current {
  background: #6cbd44;
  font-weight: 500;
  color: #fff;
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0;
}

.article__text {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0;
  text-align: left;
}

.article__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 140px 0 203px;
  margin-top: 53px;
}
.artcicle__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.artcicle__img img {
  width: 100%;
  max-width: 250px;
  min-height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
  margin: 10px;
}
.artcicle__img img:hover {
  transform: scale(1.35);
  z-index: 2;
}
.works_btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 5% 0;
}
.works_btn .first__button,
.works_btn .auto__button {
  margin-top: 0;
}
.works_btn .auto__button {
  width: 471px;
}

.advantages__label {
  font-weight: 300;
  font-size: 40px;
  line-height: 115.51%;
  margin-top: 15px;
  margin-left: 56px;
}

.advantages .section__top {
  background: #f4f4f4;
}

.reviews__label {
  max-width: 1120px;
  margin-left: 56px;
  margin-top: 47px;
}

.reviews {
  padding-bottom: 50px;
}

.reviews .section__top {
  padding-bottom: 21px;
}

.reviews__item {
  max-width: 760px;
  color: #000;
  margin-bottom: 112px;
}

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

.reviews__nik {
  font-size: 32px;
  line-height: 149.01%;
  color: #000;
}

.reviews__name {
  font-weight: 300;
  font-size: 22px;
  line-height: 149.01%;
}

.reviews__user {
  margin-left: 36px;
}

.reviews__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 115.51%;
}

.reviews__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 151.01%;
}

.reviews__link {
  font-size: 24px;
  line-height: 151.01%;
  color: #46a447;
}

.reviews__content {
  margin-top: 79px;
  position: relative;
}

.reviews__content > :after {
  content: "";
  display: block;
  width: 103px;
  height: 111px;
  background: url(/wp-content/uploads/2020/02/quote.svg)
    no-repeat;
  -webkit-background-size: contain;
  opacity: 0.43;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: -119px;
}

.reviews__box {
  margin: 50px auto;
	width:100%;
	max-width:1050px;
}

.select_works {
  padding: 30px 0 0 5%;
}
.select_works select {
  padding: 5px;
  border-radius: 2px;
  color: #333;
	width:225px;
}

.portfolio__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1538px;
  margin: 143px auto 0 auto;
  margin-bottom: 46px;
}

.portfolio__box .works__item {
  margin-bottom: 56px;
}
.portfolio__box .works__item img {
  width: 100%;
  max-width: 480px;
  min-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio {
  padding-bottom: 132px;
}

.portfolio2__text {
  max-width: 984px;
  font-weight: 300;
  font-size: 32px;
  line-height: 37px;
  color: #000;
  margin: 48px 0 0 143px;
}

.portfolio2__link {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #46a447;
  display: block;
  margin-top: 38px;
}

.porfolio2__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1538px;
  margin: 16px auto 0 auto;
}

.fortfolio2__item {
  margin-top: 48px;
}

.section__bold {
  font-weight: 700;
  font-size: 28px;
  line-height: 115.51%;
  margin-bottom: 42px;
}

.section__video {
  height: 554px;
  margin-bottom: 75px;
}

.section__video iframe {
  width: 100%;
  height: 100%;
}

.service .about__box {
  max-width: 1169px;
  margin: 0;
  margin-left: 200px;
}

.service .section__text {
  width: 100%;
  max-width: 100%;
}

.section__img {
  margin-bottom: 64px;
  margin-top: 46px;
}

/* .service2 .section__text {
  max-width: 872px;
} */

.service2 .about__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1568px;
  margin-left: 148px;
}

.sidebar {
  max-width: 565px;
}

.sidebar__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 119.51%;
  color: #000;
}

.sidebar__text {
  font-weight: 300;
  font-size: 28px;
  line-height: 119.51%;
  color: #000;
}

.sidebar__link {
  font-size: 28px;
  line-height: 119.51%;
  color: #46a447;
}

.sidebar__item {
  border-bottom: 1px solid #333;
  padding-bottom: 70px;
  margin-bottom: 73px;
}

.section__img--top {
  margin-top: 0;
}

.catalog__sub {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding-left: 37px;
  color: #000;
}

.catalog__brand {
  font-size: 24px;
  line-height: 64px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  padding-right: 21px;
  background-size: 16px 12px;
  transition: all 0.5s ease;
  position: relative;
}

.catalog__brand:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(/wp-content/uploads/2020/02/catalog_arrow.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 46%;
  transition: all 0.5s ease;
}

.catalog__brand.active {
  color: #46a447;
}

.catalog__brand.active:after {
  content: "";
  background-image: url(/wp-content/uploads/2020/02/catalog_arrow2.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog__left {
  width: 179px;
}

.catalog__right {
  max-width: 1360px;
}

.catalog__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  margin: 0 auto;
  max-width: 75%;
}
.catalog__box p{
	letter-spacing:0.4px;
}
.catalog {
  padding-bottom: 238px;
}

.catalog .section__top + .container {
  width: 1730px;
}

.catalog .works__item {
  width: 422.63px;
  height: 420.86px;
}

.catalog .portfolio__box {
  margin-top: 63px;
  margin-bottom: 73px;
}

.catalog .works__item {
  margin-bottom: 0;
}

.brands__item {
  max-width: 250px;
  max-height: 250px;
  border: 1px solid #e0e0e0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 48px;
}

.brands__item:hover .brands__name {
  color: #46a447;
}

.brands__name {
  font-size: 24px;
  line-height: 115.51%;
  margin-top: 16px;
  transition: all 0.5s ease;
}

.brands__logo {
  max-width: 100%;
  max-height: 100%;
}

.brands__logo_box {
  max-width: 80%;
  height: 167px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 62px;
}

.catalog__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.catalog__text h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 115.51%;
}

.catalog__larger {
  font-size: 32px;
  line-height: 40px;
}

.catalog__works_title {
  font-size: 56px;
  line-height: 115.51%;
  color: #111;
  margin-top: 90px;
}

.catalog__button {
  width: 379px;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.catalog__button:hover {
  border: 1px solid #46a447;
}

.catalog__open {
  width: 500px;
  max-width: 100%;
  height: 32px;
  background: #46a447;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  margin: 0 auto 24px auto;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

.catalog2__item {
  width: 304px;
  height: 307px;
  border: 1px solid #e0e0e0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 48px;
}

.catalog2__item:hover .catalog2__name {
  color: #46a447;
}

.catalog2__img_box {
  height: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog2__img {
  max-height: 100%;
}

.catalog2__name {
  font-size: 24px;
  line-height: 115.51%;
  margin-top: 46px;
  transition: all 0.5s ease;
}

.catalog2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1360px;
  margin: 82px auto 0 auto;
}

.portfolio__box--catalog {
  max-width: 1360px;
  margin: 0 auto;
}
.works__btn_items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.frame {
  margin-bottom: 50px;
}
.reviews .section__text{
	margin-bottom:0;
}