@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  src: url('../font/icons.eot');
  src: url('../font/icons.eot#iefix') format('embedded-opentype'), url('../font/icons.woff2') format('woff2'), url('../font/icons.woff') format('woff'), url('../font/icons.ttf') format('truetype'), url('../font/icons.svg#icons') format('svg');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 800;
  src: url('../font/ProximaNova-Extrabld.eot');
  src: url('../font/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Extrabld.woff') format('woff'), url('../font/ProximaNova-Extrabld.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  src: url('../font/ProximaNova-Regular.eot');
  src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Regular.woff') format('woff'), url('../font/ProximaNova-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  src: url('../font/ProximaNova-Bold.eot');
  src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  src: url('../font/ProximaNova-Semibold.eot');
  src: url('../font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Semibold.woff') format('woff'), url('../font/ProximaNova-Semibold.ttf') format('truetype');
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-family: 'Proxima Nova', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
  min-height: 100vh;
  min-width: 320px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.content {
  flex-grow: 1;
  margin-top: 180px;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.box {
  margin: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  background-color: #12a00f;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 7px 24px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.button:hover {
  background-color: #15b711;
}

.section__header {
  padding-top: 110px;
}

.section__header span {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.section__header p {
  font-size: 16px;
  margin-top: 15px;
}

.arrow {
  cursor: pointer;
  padding: 5px;
  transition: all .3s ease;
}

.arrow:hover {
  color: #12a00f;
}

.wow {
  visibility: hidden;
}

input,
textarea {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 20px;
}

input {
  height: 45px;
}

textarea {
  padding: 5px 20px;
  resize: none;
}

.icon_location:before {
  content: '\EA01';
}

.icon_mail:before {
  content: '\EA02';
}

.icon_phone:before {
  content: '\EA03';
}

.icon_right-arrow:before {
  content: '\EA04';
}

[class*='icon_']:before,
[class*='icon_']:after {
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='icon_']:before:hover,
[class*='icon_']:after:hover {
  text-decoration: none;
}

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about {
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.about__icon {
  margin-bottom: 10px;
}

.about__header {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about__text {
  font-size: 16px;
  margin-bottom: 85px;
}

.about__text p {
  margin-bottom: 15px;
}

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

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.about__item {
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  width: 300px;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.about__item__icon {
  align-items: center;
  background-color: #12a00f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
  justify-content: center;
  margin-right: 20px;
  transition: all .3s ease;
  width: 93px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.about__item__icon svg {
  transition: all .3s ease;
  width: 50px;
  fill: #fff;
}

.about__item__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.about__item.show-info {
  z-index: 2;
}

.about__item.show-info .about__item__icon {
  background-color: #fff;
}

.about__item.show-info .about__item__icon svg {
  fill: #12a00f;
}

.about__item.show-info .about__info {
  opacity: 1;
  pointer-events: initial;
}

.about__info {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px -2px #ccc;
  color: #000;
  left: 100px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 0;
  transition: all .3s ease;
  width: 280px;
  z-index: 3;
}

.about__info span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about__info p {
  font-size: 16px;
}

.advantages {
  background: #f7f7f8;
  padding-top: 50px;
  position: relative;
}

.advantages__header {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  width: 500px;
}

.advantages__icon {
  flex-shrink: 0;
  margin-right: 25px;
  width: 45px;
  fill: #12a00f;
  -ms-flex-negative: 0;
}

.advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.advantages__text {
  font-size: 16px;
}

.advantages__caption {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.advantages__img {
  bottom: 0;
  position: absolute;
}

.advantages__img_left {
  left: -40px;
}

.advantages__img_right {
  right: -40px;
}

.dropdown {
  background-color: #fff;
  bottom: calc(50% - 20px);
  box-shadow: 0 0 10px -2px #ccc;
  display: none;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  z-index: 1;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
}

.dropdown__item {
  cursor: pointer;
  padding: 3px 10px;
}

.dropdown__item:hover {
  color: #12a00f;
}

.dropdown__container {
  position: relative;
}

.dropdown__selected {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  transition: all .3s ease;
}

.dropdown__selected:hover {
  color: #12a00f;
}

/*
.dropdown__selected:after {
  border-color: #12a00f transparent transparent transparent;
  border-style: solid;
  border-width: 5px 2.5px 0 2.5px;
  content: ' ';
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .3s ease;
  width: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

*/

.feedback {
  background: no-repeat center;
  background-size: cover;
  padding-bottom: 55px;
  padding-top: 160px;
}

.feedback__wrap {
  background: no-repeat bottom right #fff;
  margin: auto;
  max-width: 796px;
  padding: 22px;
}

.feedback__success .feedback__text {
  font-size: 16px;
  margin-bottom: 25px;
}

.feedback__content {
  border: 4px solid #12a00f;
  position: relative;
}

.feedback__header {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.feedback__text {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 45px;
  padding: 0 20px;
  text-align: center;
}

.feedback__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  padding: 0 70px;
}

.feedback__line input {
  flex-grow: 1;
  margin-right: 13px;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.feedback__line .button {
  margin-left: 17px;
  white-space: nowrap;
}

.feedback__textarea {
  margin-bottom: 45px;
  padding: 0 70px;
}

.feedback__textarea textarea {
  height: 105px;
  width: 100%;
}

.footer {
  color: #fff;
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
}

.footer__topline {
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
}

.footer__menu {
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 83px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.footer__link {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  margin-right: 60px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease;
}

.footer__link:after {
  background-color: #fff;
  content: ' ';
  height: 12px;
  opacity: .6;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer__link:hover {
  border-bottom: 1px solid;
}

.footer__link:last-child {
  margin-right: 0;
}

.footer__link:last-child:after {
  display: none;
}

.footer__img {
  position: absolute;
}

.footer__img_left {
  bottom: 0;
  left: 0;
  z-index: 1;
}

.footer__img_center {
  bottom: 0;
  left: 0;
}

.footer__img_right {
  bottom: 40px;
  right: -20px;
}

.footer__bottomline {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 75px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.footer__item {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.footer__item i {
  font-size: 22px;
  margin-right: 15px;
}

.footer__phone span span {
  font-size: 18px;
  font-weight: 700;
}

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

.footer__mail a span {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  transition: all .3s ease;
}

.footer__mail a:hover span {
  border-bottom: 1px solid;
}

.footer__copyright {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
}

.footer__copyright span {
  font-size: 12px;
  margin-right: 10px;
}

.gallery {
  padding-bottom: 75px;
}

.gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  padding-bottom: 25px;
  padding-top: 80px;
}

.gallery__header p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

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

.gallery__slider .slick-list {
  margin: 0 -15px;
}

.gallery__slide {
  border: 1px solid #f7f7f8;
  border-radius: 5px;
  margin: 0 15px;
}

.gallery__img {
  background: no-repeat center;
  background-size: cover;
  height: 190px;
}

.gallery__text {
  padding: 10px 20px 16px 20px;
}

.gallery__name {
  font-size: 20px;
}

.gallery__price {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}

.gallery__price:after {
  bottom: 0;
  color: #8b8b8b;
  content: attr(data-price-discount);
  font-size: 18px;
  left: 0;
  position: absolute;
  text-decoration: line-through;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
}

.gallery__info {
  font-size: 16px;
}

.gallery__info span {
  color: #a3a3a3;
}

.gallery__arrows {
  align-self: flex-end;
  font-size: 16px;
  margin-left: auto;
  -ms-flex-item-align: end;
}

.gallery__arrows .arrow__prev {
  margin-right: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.gallery__button {
  margin-top: 15px;
}

.header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header__mail {
  white-space: nowrap;
}

.header__phone {
  white-space: nowrap;
}

.header.floating {
  box-shadow: 0 0 10px -2px #ccc;
}

.header.floating .header__topline {
  height: 88px;
}

.header.floating .header__bottomline {
  height: 54px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.header__topline {
  border-bottom: 1px solid #f7f7f8;
  height: 106px;
  transition: all .3s ease;
}

.header__topline__content {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__bottomline {
  height: 74px;
  padding-top: 16px;
  transition: all .3s ease;
}

.header__bottomline__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header__logo__container {
  margin-right: auto;
}

.header__item {
  align-items: center;
  border-left: 1px solid #f7f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__item i {
  color: #12a00f;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

.header__item:last-child {
  padding-right: 0;
}

.header__address {
  font-size: 16px;
  line-height: 1.2;
}

.header__mail span {
  border-bottom: 1px solid #ccc;
  transition: all .3s ease;
}

.header__mail i {
  font-size: 18px;
}

.header__mail a:hover span {
  border-bottom: 1px solid #12a00f;
}

.header__phone {
  color: #666;
  font-size: 16px;
  display: table;
  padding: 10px 25px;
}
.header__phone > div{
  display: table-cell;
  vertical-align: middle;
}

.header__phone a{
  display: inline-block;
  margin: 0 0 5px;
}
.header__phone a:last-child{
  margin: 0
}

.header__phone span span {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.header__dropdown {
  align-items: center;
  border-left: 1px solid #f7f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 40px 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.intro {
  background: no-repeat center;
  background-size: cover;
  padding-bottom: 170px;
  padding-top: 210px;
}

.intro__content {
  background-color: rgba(41, 41, 41, .66);
  color: #fff;
  margin-bottom: 17px;
  max-width: 635px;
  padding: 20px 20px 30px 20px;
}

.intro__header {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}

.intro__line {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 400px;
  padding-left: 12px;
  position: relative;
}

.intro__line:after {
  background-color: #12a00f;
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.intro__line:last-child {
  margin-bottom: 0;
}

.intro .button {
  font-size: 16px;
  margin-left: 20px;
  padding: 14px 24px;
  text-align: center;
  width: 250px;
}

.menu.open {
  box-shadow: 0 0 10px -2px #ccc;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.menu__header {
  display: none;
  padding: 0 15px;
}

.menu__language .dropdown__selected {
  color: #fff;
}

.menu__language .dropdown__selected:hover {
  color: #333;
}

.menu__language .dropdown__selected:hover:after {
  border-color: #333 transparent transparent transparent;
}

.menu__language .dropdown__selected:after {
  border-color: #fff transparent transparent transparent;
}

.menu__link {
  font-size: 16px;
  margin: 0 30px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease;
}

.menu__link:hover {
  color: #12a00f;
}

.menu__link:after {
  background-color: #a0a0a0;
  content: ' ';
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.menu__link:nth-child(2) {
  margin-left: 0;
}

.menu__link:last-child:after {
  display: none;
}

.menu__open {
  align-items: center;
  background-color: #12a00f;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 31px;
  justify-content: center;
  transition: all .3s ease;
  width: 31px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}

.menu__open:hover {
  background-color: #15b711;
}

.menu__open span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  transition: all .3s ease;
  width: 19px;
}

.menu__open span:last-child {
  margin-bottom: 0;
}

.menu__close {
  cursor: pointer;
  display: none;
  height: 20px;
  margin: 35px 0 30px 0;
  position: relative;
  width: 20px;
}

.menu__close:hover span {
  background-color: #333;
}

.menu__close span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all .3s ease;
  width: 100%;
}

.menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.partners {
  background-color: #f3f3f3;
  padding-bottom: 35px;
}

.partners .section__header {
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 40px;
}

.partners__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 90px;
}

.partners__img {
  background-color: #fff;
  background-size: contain;
  border-radius: 50%;
  flex-shrink: 0;
  height: 148px;
  margin-right: 25px;
  width: 148px;
  -ms-flex-negative: 0;
}

.partners__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.partners__text {
  font-size: 16px;
}

.partners__navigation {
  margin-top: 32px;
}

.partners__navigation button {
  background-color: #333;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 10px;
  padding: 0;
  position: relative;
  width: 10px;
}

.partners__navigation button:after {
  border: 2px solid #333;
  border-radius: 50%;
  content: ' ';
  height: 18px;
  left: -4px;
  opacity: 0;
  position: absolute;
  top: -4px;
  transition: all .3s ease;
  width: 18px;
}

.partners__navigation .slick-active button:after {
  opacity: 1;
}

.partners__navigation .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.partners__navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}

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

.popup {
  display: none;
  left: 50%;
  max-height: calc(100% - 40px);
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.popup__container {
  background-color: rgba(0, 0, 0, .5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.popup .feedback__wrap {
  width: 796px;
}

.popup .feedback__header {
  padding: 0 40px;
}

.popup__close {
  background-color: #12a00f;
  cursor: pointer;
  height: 26px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 26px;
  z-index: 1;
}

.popup__close:hover span {
  background-color: #000;
}

.popup__close span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.steps__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  margin-top: 70px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: distribute;
  -ms-flex-pack: center;
}

.steps__img {
  align-items: center;
  background-color: #f7f7f8;
  border: 2px solid #12a00f;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 110px;
  justify-content: center;
  margin-bottom: 15px;
  width: 110px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.steps__item {
  text-align: center;
  width: 200px;
}

.steps__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.steps__decoration {
  background-color: #12a00f;
  height: 2px;
  left: 0;
  position: absolute;
  top: 92px;
  width: 100%;
  z-index: -1;
}

.steps__decoration:before,
.steps__decoration:after {
  background-color: #12a00f;
  border-radius: 50%;
  content: ' ';
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.steps__decoration:after {
  left: auto;
  right: 0;
}

.variants__content {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  margin-top: 35px;
  padding: 25px 30px 40px 30px;
  position: relative;
}

.variants__column {
  margin: 0 30px;
  text-align: center;
  width: 33.333%;
}

.variants__header {
  color: #12a00f;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.variants__text {
  background-color: #f7f7f8;
  padding: 25px 20px 20px 20px;
}

.variants__text p {
  margin-bottom: 25px;
}

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

.variants__price {
  align-items: center;
  background-color: #12a00f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 27px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  padding: 0 10px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.variants__img {
  position: absolute;
  z-index: -1;
}

.variants__img_left {
  left: -295px;
  top: 75px;
}

.variants__img_right {
  right: -300px;
  top: 0;
}

@media screen and (min-width: 900px) {
  .header__dropdown {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1900px) {
  .footer__img_left {
    left: -50px;
  }

  .footer__img_right {
    right: -70px;
  }
}

@media screen and (max-width: 1800px) {
  .advantages__img_left {
    left: -90px;
  }

  .advantages__img_right {
    right: -90px;
  }

  .footer__img_left {
    left: -100px;
  }

  .footer__img_right {
    right: -120px;
  }
}

@media screen and (max-width: 1700px) {
  .advantages__img_left {
    left: -140px;
  }

  .advantages__img_right {
    right: -140px;
  }

  .footer__img_left {
    left: -150px;
  }

  .footer__img_right {
    right: -170px;
  }
}

@media screen and (max-width: 1600px) {
  .advantages__img_left {
    left: -190px;
  }

  .advantages__img_right {
    right: -190px;
  }

  .footer__img_left {
    left: -200px;
  }

  .footer__img_right {
    right: -220px;
  }
}

@media screen and (max-width: 1500px) {
  .advantages__img {
    display: none;
  }

  .footer__img_left {
    display: none;
  }

  .footer__img_right {
    display: none;
  }

  .intro {
    padding-bottom: 85px;
    padding-top: 105px;
  }

  .variants__img {
    display: none;
  }
}

@media screen and (max-width: 1330px) {
  .about__info {
    left: 0;
  }
}

@media screen and (max-width: 1250px) {
  .intro {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .menu__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1120px) {
  .menu__link {
    margin: 0 10px;
  }

  .menu__link:after {
    right: -10px;
  }
}

@media screen and (max-width: 1100px) {
  .header__item {
    padding: 25px 12px;
  }

  .intro__content {
    max-width: initial;
  }

  .intro__line {
    max-width: initial;
  }
}

@media screen and (max-width: 1050px) {
  .header__item {
    padding: 15px;
  }

  .header__dropdown {
    padding: 0 20px;
  }

  .menu__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1020px) {
  .header__address {
    display: none;
  }

  .header.floating .header__topline {
    height: 66px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__link {
    font-size: 14px;
    margin-right: 30px;
  }

  .footer__link:after {
    right: -15px;
  }

  .footer__item {
    margin-bottom: 20px;
    width: 50%;
  }

  .footer__bottomline {
    flex-wrap: wrap;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
  }

  .steps__item {
    margin-bottom: 40px;
    padding: 0 40px;
    width: 50%;
  }

  .steps__line {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .steps__decoration {
    display: none;
  }

  .variants__content {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .variants__column {
    margin-bottom: 60px;
    width: 100%;
  }

  .variants__column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 950px) {
  .about__content {
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }

  .advantages__content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 900px) {
  .content {
    margin-top: 136px;
  }

  .header.floating .header__logo__container {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header.floating .header__topline {
    height: initial;
  }

  .header.floating .header__bottomline {
    height: initial;
    padding: 0;
  }

  .header.floating .header__item {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header__dropdown {
    display: none;
  }

  .header__topline {
    border-bottom: none;
    height: initial;
  }

  .header__topline__content {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .header__bottomline {
    height: initial;
    padding: 0;
    transition: none;
  }

  .header__bottomline .button {
    display: none;
  }

  .header__item {
    align-items: center;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
  }

  .header__item:last-child {
    border-left: 1px solid #f7f7f8;
    padding-right: 15px;
  }

  .header__address {
    display: none;
  }

  .header__logo__container {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    transition: all .3s ease;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
  }

  .header__logo__container:after {
    background-color: #f7f6f8;
    bottom: 0;
    content: ' ';
    height: 1px;
    left: -15px;
    position: absolute;
    width: calc(100% + 30px);
  }

  .menu {
    background-color: #12a00f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: all .3s ease;
    width: 230px;
    z-index: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }

  .menu__link {
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0 15px;
  }

  .menu__link:hover {
    color: initial;
  }

  .menu__link:after {
    display: none;
  }

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

  .menu__close {
    display: block;
  }

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

@media screen and (max-width: 850px) {
  .popup .feedback__wrap {
    width: 100%;
  }

  .popup {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 800px) {
  input,
  textarea {
    font-size: 14px;
    padding: 0 15px;
  }

  textarea {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 700px) {
  .feedback__line {
    flex-direction: column;
    margin-bottom: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .feedback__line .button {
    bottom: 25px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .feedback__line input {
    height: 45px;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }

  .feedback__line input:last-child {
    margin-bottom: 0;
  }

  .feedback__textarea {
    margin-bottom: 75px;
  }

  .footer__item {
    width: 100%;
  }

  .footer__topline {
    display: none;
  }

  .footer__bottomline {
    padding-top: 25px;
  }

  .footer__logo {
    margin-bottom: 35px;
  }

  .footer__img_center {
    display: none;
  }

  .footer {
    padding-bottom: 30px;
  }

  .partners__slide {
    padding: 0;
  }

  .partners__slide {
    align-items: flex-start;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .partners__img {
    margin-right: 0;
  }
}

@media screen and (max-width: 650px) {
  .about__content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 600px) {
  .advantages__item {
    width: 100%;
  }

  .advantages__header {
    font-size: 28px;
  }

  .advantages__text {
    font-size: 14px;
  }

  .advantages__caption {
    font-size: 18px;
  }

  .advantages__icon {
    margin-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .section__header {
    padding-top: 60px;
  }

  .about__header {
    font-size: 28px;
  }

  .about__text {
    font-size: 14px;
  }

  .about__content {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }

  .about__item {
    width: initial;
  }

  .feedback__text {
    font-size: 14px;
    padding: 0 15px;
  }

  .feedback__line {
    padding: 0 15px;
  }

  .feedback__textarea {
    padding: 0 15px;
  }

  .feedback {
    padding-top: 75px;
  }

  .intro {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .intro__header {
    font-size: 34px;
  }

  .intro__line {
    font-size: 16px;
  }

  .intro .button {
    margin-left: 0;
  }

  .steps__item {
    width: 100%;
  }

  .variants__content {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .variants__column {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .header__item {
    padding: 15px 0;
  }

  .header__item i {
    font-size: 14px;
    margin-right: 5px;
  }

  .header__item:last-child {
    padding-right: 0;
  }

  .header__mail {
    font-size: 12px;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }

  .header__phone {
    font-size: 15px;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }

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

@media screen and (max-width: 370px) {
  .header__mail {
    font-size: 11px;
  }

  .header__phone {
    font-size: 12px;
  }

  .header__phone span span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 950px) {
  .advantages__item {
    width: 400px;
  }

  .advantages__content {
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
}
.lang .dropdown__item{
	background-position-x: 0%;
    background-position-y: 0%;
	height: 25px;
	width: 36px;
	background-position: center;
	margin-bottom: 3px;
	background-size: 27px;
}
.en{
	background: url('/img/en.png') no-repeat; 
}
.es{
	background: url('/img/es.png') no-repeat; 
}

.by{
	background: url('/img/by.png') no-repeat; 
}

.de{
	background: url('/img/de.png') no-repeat; 
}

.ru{
	background: url('/img/ru.png') no-repeat; 
}
.dropdown__selected.lang{
	width: 36px;
	height: 33px;
	background-size: 33px;
}
i.arrow_down{
	background: url('/img/down-arrow.png') no-repeat; 
	width:15px;
	height:15px;
	background-size:15px;
	position: absolute;
	right: -17px;
	top: 9px;
}
.header__bottomline .lang.dropdown{
	background: #12a00f;
	box-shadow:none;
	bottom: calc(50% - 25px);
}
.header__bottomline .dropdown__selected.lang{
	padding-right: 36px;
	padding-bottom: 15px;
	background-size: 29px;
	padding-left: 10px;
	background-position: center;
}
.header__bottomline i.arrow_down{
	right: -14px;
}