@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body.compensate-for-scrollbar {
  overflow: auto!important;
}
body,
th,
td {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #272727;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  color: #6f7f86;
}
a:active {
  color: #b1c900;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Inter", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1110px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 18px 0 20px 0;
}
.header.inner {
  box-shadow: 4px 4px 10px 0px rgba(131, 131, 131, 0.1);
  margin-bottom: 40px;
}
.header .logo {
  margin-top: 2px;
}
.header .mob-links {
  display: none;
}
.header .mob-links a {
  display: inline-block;
  height: 100%;
}
.header .mob-links a:nth-child(1) {
  width: 24px;
  background: url('img/header-link1.svg') no-repeat center;
  margin-right: 30px;
}
.header .mob-links a:nth-child(2) {
  width: 40px;
  background: url('img/header-link2.svg') no-repeat center;
}
.header nav {
  width: 937px;
}
.header nav .links {
  margin-top: 10px;
}
.header nav .links a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 26px;
  font-size: 13px;
  line-height: 16px;
}
.header nav .links a:nth-child(1) {
  background: url('img/phone.svg') no-repeat left;
  margin-right: 30px;
}
.header nav .links a:nth-child(1):hover {
  background: url('img/phoneh.svg') no-repeat left;
}
.header nav .links a:nth-child(1):active {
  background: url('img/phonea.svg') no-repeat left;
}
.header nav .links a:nth-child(2) {
  background: url('img/mail.svg') no-repeat left;
}
.header nav .links a:nth-child(2):hover {
  background: url('img/mailh.svg') no-repeat left;
}
.header nav .links a:nth-child(2):active {
  background: url('img/maila.svg') no-repeat left;
}
.header nav form {
  width: 260px;
  height: 36px;
  position: relative;
}
.header nav form:hover input[type='text'] {
  border: 1px solid #6f7f86;
}
.header nav form:hover button {
  background: url('img/search2.svg');
}
.header nav form input[type='text'] {
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 13px;
}
.header nav form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 16px;
  height: 16px;
  background: url('img/search.svg');
}
.header nav form .clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
  width: 10px;
  height: 10px;
  background: url('img/clear.svg');
  opacity: 0;
  pointer-events: none;
}
.header nav form input[type='text']:focus {
  border: 1px solid #6f7f86;
}
.header nav form input[type='text']:focus + div button {
  background: url('img/search2.svg');
}
.header nav form input[type='text']:valid {
  border: 1px solid #272727;
}
.header nav form input[type='text']:valid + div button {
  background: url('img/search3.svg');
}
.header nav form input[type='text']:valid + div .clear {
  opacity: 1;
  pointer-events: all;
}
.header nav .btn {
  width: 220px;
  height: 36px;
}
.header nav ul {
  margin: 17px 0 -20px;
  border-top: 1px solid #dbdbdb;
}
.header nav ul li {
  position: relative;
}
.header nav ul li:hover a .fa {
  transform: rotate(180deg);
}
.header nav ul li:hover ul {
  display: block;
}
.header nav ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  line-height: 17px;
  text-transform: uppercase;
}
.header nav ul li ul {
  position: absolute;
  top: 100%;
  left: -20px;
  background: #fff;
  z-index: 5;
  white-space: nowrap;
  padding: 15px 100px 11px 20px;
  margin: 0;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 4px 4px 4px 0px rgba(131, 131, 131, 0.1);
  display: none;
}
.header nav ul li ul li {
  margin-bottom: 15px;
}
.header nav ul li ul li a {
  padding: 0;
  text-transform: none;
}
.btn {
  color: #fff;
  border-radius: 5px 10px 5px 5px;
  background: #b1c900;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.btn:hover {
  box-shadow: inset 4px 4px 10px 0px #97ac00;
  background: #b1c900;
}
.btn:active {
  background: #9bb000;
}
.btn:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px 10px 5px 5px;
  pointer-events: none;
}
.index-top-image {
  height: 600px;
  background: url('img/index-top-image.jpg') center / cover;
}
.index-cats-block {
  margin: -44px 0 60px;
}
.index-cats-block .item {
  width: 32%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b1c900;
  border-radius: 10px 0px 10px 10px;
  box-shadow: 4px 4px 10px 0px rgba(106, 106, 106, 0.2);
  background: #b1c900;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-cats-block .item:hover {
  box-shadow: inset 4px 4px 10px 0px #97ac00;
}
.index-cats-block .item:active {
  box-shadow: none;
  background: #9bb000;
}
.index-cats-block .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #ffffff url('img/arrow.svg') no-repeat center;
}
.index-cats-block .item div {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.index-cats-block .item div img {
  width: 90px;
  max-width: 90px;
  margin-right: 20px;
}
.index-cats-block .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
h2 span {
  color: #b1c900;
}
.about-block {
  padding-bottom: 60px;
}
.about-block .image {
  width: 23%;
  margin-bottom: 20px;
}
.about-block .image img {
  width: 100%;
}
.about-block .text {
  width: 74%;
}
.about-block .text p {
  margin-bottom: 10px;
  color: #414141;
  font-size: 15px;
  line-height: 120%;
}
.advantages-block {
  padding-bottom: 50px;
}
.advantages-block .item {
  width: 23.5%;
  height: 114px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px #f0f0f0;
}
.advantages-block .item .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.advantages-block .item .content div {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}
.advantages-block .item .content div img {
  max-width: 100000px;
  margin-right: 15px;
}
.footer {
  padding: 30px 0 45px;
  background: #3e3e3e;
  color: #fff;
}
.footer ul {
  margin-top: 12px;
}
.footer ul li {
  display: inline-block;
}
.footer ul li:not(:last-child) {
  margin-right: 40px;
}
.footer ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .contacts {
  margin: 20px 0;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161;
  padding: 20px 0;
}
.footer .contacts .links a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 26px;
  font-size: 13px;
  line-height: 16px;
}
.footer .contacts .links a:nth-child(1) {
  background: url('img/phone2.svg') no-repeat left;
  margin-right: 30px;
}
.footer .contacts .links a:nth-child(2) {
  background: url('img/mail2.svg') no-repeat left;
}
.footer .contacts .copy {
  font-size: 13px;
  line-height: 120%;
}
.footer .rules {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
}

.footer .gmtry {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
}

.footer .bottom-line .gmtry a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 5px;
  font-size: 13px;
  line-height: 16px;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 30;
  padding: 64px 0;
  overflow-y: scroll;
  display: none;
}
.mobile-menu .logo {
  position: relative;
  margin-bottom: 70px;
}
.mobile-menu .logo .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  background: url('img/close.svg');
}
.mobile-menu ul {
  padding-bottom: 30px;
}
.mobile-menu ul li {
  margin-bottom: 40px;
  position: relative;
  padding-right: 280px;
}
.mobile-menu ul li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 29px;
}
.mobile-menu ul li a.with_sub {
  padding-right: 20px;
  background: url('img/arrow2.svg') no-repeat right;
}
.mobile-menu ul li a.with_sub.active {
  padding-right: 140px;
  background: url('img/arrow2a.svg') no-repeat right;
}
.mobile-menu ul li a.with_sub.active span {
  padding-right: 20px;
}
.mobile-menu ul li a span {
  background: #fff;
  position: relative;
  z-index: 2;
}
.mobile-menu ul li ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  padding: 0;
  display: none;
}
.mobile-menu ul li ul.opened {
  display: block;
}
.mobile-menu ul li ul .back {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 32px;
  height: 32px;
  background: url('img/back.svg');
  display: none;
}
.mobile-menu ul li ul p {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}
.mobile-menu ul li ul li {
  padding: 0;
}
.mobile-menu ul li ul li a {
  font-size: 22px;
  line-height: 27px;
  text-transform: none;
}
.mobile-menu .links {
  padding-bottom: 40px;
}
.mobile-menu .links a {
  display: block;
  text-decoration: none;
  padding: 0 0 0 26px;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 30px;
}
.mobile-menu .links a:nth-child(1) {
  background: url('img/phone.svg') no-repeat left;
}
.mobile-menu .links a:nth-child(1):hover {
  background: url('img/phoneh.svg') no-repeat left;
}
.mobile-menu .links a:nth-child(1):active {
  background: url('img/phonea.svg') no-repeat left;
}
.mobile-menu .links a:nth-child(2) {
  background: url('img/mail.svg') no-repeat left;
}
.mobile-menu .links a:nth-child(2):hover {
  background: url('img/mailh.svg') no-repeat left;
}
.mobile-menu .links a:nth-child(2):active {
  background: url('img/maila.svg') no-repeat left;
}
.mobile-menu .btn {
  width: 220px;
  height: 36px;
}
.mobile-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 30;
  display: none;
}
.mobile-search .form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.mobile-search .form form {
  position: relative;
}
.mobile-search .form form input[type='text'] {
  width: 100%;
  height: 24px;
  padding: 0 40px;
  font-size: 18px;
}
.mobile-search .form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url('img/search4.svg');
}
.mobile-search .form form .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  background: url('img/close.svg');
}
.popup {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
}
.popup h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #b1c900;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.popup .field {
  position: relative;
  margin-bottom: 20px;
}
.popup .field input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 13px;
}
.popup .field input[type='text']:focus,
.popup .field input[type='text']:valid {
  border: 1px solid #272727;
}
.popup .field .error-text {
  position: absolute;
  left: 15px;
  top: 100%;
  color: #ca0000;
  font-size: 8px;
  line-height: 120%;
  margin-top: 2px;
}
.popup .btn {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.popup .checkbox {
  display: none;
}
.popup .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  color: #6f7f86;
  font-size: 12px;
  line-height: 120%;
  background: url('img/checkbox.svg') no-repeat 0 0;
}
.popup .checkbox + label a {
  color: #6f7f86;
}
.popup .checkbox:checked + label {
  background: url('img/checkbox2.svg') no-repeat 0 0;
}
.popup .thanks {
  padding: 100px 0;
}
.popup .thanks h3 {
  margin: 0;
}
h1 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}
h1 span {
  color: #b1c900;
}
.navi {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 120%;
}
.navi a {
  text-decoration: none;
  color: #b1c900;
}
.navi span {
  color: #b1c900;
  margin: 0 3px;
}
.navi .menu {
  display: inline-block;
  position: relative;
}
.navi .menu:hover .link {
  color: #272727;
}
.navi .menu:hover .link .fa {
  transform: rotate(180deg);
}
.navi .menu:hover ul {
  display: block;
}
.navi .menu .link {
  color: #6f7f86;
}
.navi .menu .link.other {
  color: #b1c900;
}
.navi .menu ul {
  position: absolute;
  top: 100%;
  left: -10px;
  white-space: nowrap;
  background: #fff;
  margin-top: 5px;
  z-index: 4;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 16px 1px 15px;
  display: none;
}
.navi .menu ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 100%;
}
.navi .menu ul li {
  margin-bottom: 15px;
}
.navi .menu ul li a {
  color: #242424;
}
.navi .menu ul li a:hover {
  color: #6f7f86;
}
.navi .menu ul li a:active {
  color: #b1c900;
}
.kpc-block {
  padding-bottom: 70px;
  min-height: 32vh;

}
.kpc-block .about-block {
  padding-bottom: 10px;
}
.kpc-block .block1 {
  padding-bottom: 50px;
}
.kpc-block .block1 .item {
  width: 18.6%;
  height: 74px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #b1c900;
  border-radius: 10px 0px 10px 10px;
  box-shadow: 4px 4px 10px 0px rgba(106, 106, 106, 0.2);
  background: #b1c900;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kpc-block .block1 .item:hover {
  box-shadow: inset 4px 4px 10px 0px #97ac00;
}
.kpc-block .block1 .item:active {
  box-shadow: none;
  background: #9bb000;
}
.kpc-block .block1 .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #ffffff url('img/arrow.svg') no-repeat center;
}
.kpc-block .block1 .item p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120%;
}
.kpc-block .block1 .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.kpc-block .block1 .item3 {
  width: 30%;
  height: 74px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #b1c900;
  border-radius: 10px 0px 10px 10px;
  box-shadow: 4px 4px 10px 0px rgba(106, 106, 106, 0.2);
  background: #b1c900;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kpc-block .block1 .item3:hover {
  box-shadow: inset 4px 4px 10px 0px #97ac00;
}
.kpc-block .block1 .item3:active {
  box-shadow: none;
  background: #9bb000;
}
.kpc-block .block1 .item3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #ffffff url('img/arrow.svg') no-repeat center;
}
.kpc-block .block1 .item3 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120%;
}
.kpc-block .block1 .item3 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.kpc-block .block2 {
  padding-bottom: 50px;
}
.kpc-block .block2 h2 {
  text-transform: none;
  font-size: 24px;
}
.kpc-block .block2 .item {
  width: 23.5%;
  margin-bottom: 30px;
}
.kpc-block .block2 .item p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 130%;
}
.kpc-block .block2 .item p span {
  font-weight: 600;
}
.kpc-block .block3 {
  background: #f1f1f1;
  padding: 40px 0;
  margin-bottom: 80px;
}
.kpc-block .block3 h2 {
  text-transform: none;
  font-size: 24px;
  max-width: 825px;
}
.kpc-block .block3 ul li {
  padding-left: 30px;
  color: #414141;
  font-size: 18px;
  line-height: 140%;
  background: url('img/li.svg') no-repeat 8px 7px;
}
.kpc-block .block3 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.kpc-block .block4 h2 {
  text-transform: none;
  font-size: 24px;
  max-width: 825px;
}
.kpc-block .block4 h3 {
  margin-bottom: 15px;
  color: #b1c900;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
}
.kpc-block .block4 .text {
  width: 75%;
}
.kpc-block .block4 .text ul li {
  padding-left: 30px;
  color: #414141;
  font-size: 15px;
  line-height: 140%;
  background: url('img/li.svg') no-repeat 8px 5px;
}
.kpc-block .block4 .text ul li:not(:last-child) {
  margin-bottom: 7px;
}
.kpc-block .block4 .image {
  width: 23%;
}
.kpc-block .block5 .text {
  width: 74%;
}
.kpc-block .block5 .text p {
  margin-bottom: 10px;
  color: #414141;
  font-size: 15px;
  line-height: 120%;
}
.kpc-block .block5 .text h3 {
  padding: 20px 0 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.kpc-block .block5 .text h3:last-child {
  padding: 0;
}
.kpc-block .block5 .text h3.pt-0 {
  padding-top: 0;
}
.kpc-block .block5 .text h3 span {
  color: #b1c900;
}
.kpc-block .block5 .text ul {
  padding-bottom: 20px;
}
.kpc-block .block5 .text ul.other li {
  font-size: 15px;
  line-height: 140%;
  background: url('img/li.svg') no-repeat 8px 5px;
}
.kpc-block .block5 .text ul li {
  padding-left: 30px;
  color: #414141;
  font-size: 18px;
  line-height: 140%;
  background: url('img/li.svg') no-repeat 8px 7px;
  margin-bottom: 10px;
}
.kpc-block .block5 .text ul li span {
  font-weight: 600;
}
.kpc-block .block5 .text h4 {
  margin-bottom: 15px;
  color: #b1c900;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
}
.kpc-block .block5 nav {
  width: 23%;
}
.kpc-block .block5 nav ul {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0px rgba(240, 240, 240, 0.1);
}
.kpc-block .block5 nav ul li a {
  display: block;
  text-decoration: none;
  box-shadow: inset 4px 4px 10px 0px rgba(193, 193, 193, 0.15);
  background: #fbfbfb;
  padding: 16px 15px;
  text-transform: uppercase;
  line-height: 17px;
}
.kpc-block .block5 nav ul li a.active {
  color: #fff;
  box-shadow: inset 4px 4px 10px 0px rgba(193, 193, 193, 0.15);
  background: #b1c900;
}
.kpc-block .block5 nav ul li ul {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.kpc-block .block5 nav ul li ul li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.kpc-block .block5 nav ul li ul li a {
  padding: 15px 25px;
  color: #6f7f86;
  font-size: 12px;
  line-height: 120%;
  text-transform: none;
  box-shadow: none;
}
.kpc-block .block5 nav ul li ul li a.active {
  background: none;
  color: #272727;
}
.kpc-block .block5 nav .banner {
  position: relative;
}
.kpc-block .block5 nav .banner img {
  width: 100%;
}
.kpc-block .block5 nav .banner p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.bottom-page-form {
  padding-bottom: 80px;
}
.bottom-page-form .flex {
  overflow: hidden;
  border: 1px solid #6f7f86;
  border-radius: 40px;
  box-shadow: 4px 4px 10px 0px rgba(240, 240, 240, 0.25);
}
.bottom-page-form .flex .text {
  background: #6f7f86 url('img/bg.svg') no-repeat right 56px bottom 0;
  width: 52%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
}
.bottom-page-form .flex .text p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.bottom-page-form .flex .text a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: 30px;
  padding-left: 34px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.bottom-page-form .flex .text a:nth-child(2) {
  background: url('img/phone3.svg') no-repeat left;
}
.bottom-page-form .flex .text a:nth-child(3) {
  background: url('img/mail3.svg') no-repeat left;
}
.bottom-page-form .flex form {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.bottom-page-form .flex form h3 {
  margin-bottom: 20px;
  color: #b1c900;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.bottom-page-form .flex form .field {
  position: relative;
  margin-bottom: 20px;
  max-width: 300px;
}
.bottom-page-form .flex form .field input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 13px;
}
.bottom-page-form .flex form .field input[type='text']:focus,
.bottom-page-form .flex form .field input[type='text']:valid {
  border: 1px solid #272727;
}
.bottom-page-form .flex form .field .error-text {
  position: absolute;
  left: 15px;
  top: 100%;
  color: #ca0000;
  font-size: 8px;
  line-height: 120%;
  margin-top: 2px;
}
.bottom-page-form .flex form .btn {
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
}
.bottom-page-form .flex form .checkbox {
  display: none;
}
.bottom-page-form .flex form .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  color: #6f7f86;
  font-size: 12px;
  line-height: 120%;
  background: url('img/checkbox.svg') no-repeat 0 0;
  max-width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-page-form .flex form .checkbox + label a {
  color: #6f7f86;
}
.bottom-page-form .flex form .checkbox:checked + label {
  background: url('img/checkbox2.svg') no-repeat 0 0;
}
.contacts-page {
  padding-bottom: 1px;
}
.contacts-page .list {
  padding-bottom: 10px;
}
.contacts-page .item {
  width: 48.5%;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 10px 0px #f0f0f0;
}
.contacts-page .item h3 {
  background: #b1c900;
  padding: 14px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}
.contacts-page .item h3 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.contacts-page .item .info {
  padding: 20px;
}
.contacts-page .item .info a {
  display: block;
  text-decoration: none;
  padding-left: 31px;
  background: url('img/phone.svg') no-repeat left;
}
.contacts-page .item .info a:not(:last-child) {
  margin-bottom: 20px;
}
.contacts-page .item .info a:hover {
  background: url('img/phoneh.svg') no-repeat left;
}
.contacts-page .item .info a:active {
  background: url('img/phonea.svg') no-repeat left;
}
.contacts-page .links {
  margin-bottom: 40px;
  border-radius: 10px;
  background: #b1c900;
  padding: 10px;
}
.contacts-page .links .flex {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 22px 40px;
}
.contacts-page .links .flex .link {
  line-height: 120%;
  color: #fff;
}
.contacts-page .links .flex .link a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 120%;
  padding-left: 34px;
  background: url('img/mail3.svg') no-repeat left;
}
.contacts-page .links .flex .link a.other {
  background: url('img/phone3.svg') no-repeat left;
}
.contacts-page .adress {
  max-width: 704px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.contacts-page .map {
  margin-bottom: 80px;
  height: 500px;
}
@media (max-width: 1140px) {
  .wrap {
    width: 690px;
  }
  .header {
    padding: 20px 0;
  }
  .header .logo {
    width: 86px;
  }
  .header nav {
    display: none;
  }
  .header .mob-links {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .index-top-image {
    height: 400px;
  }
  .index-cats-block {
    margin: -35px 0 50px;
  }
  .index-cats-block .item {
    width: 31%;
  }
  .index-cats-block .item div img {
    width: 46px;
    max-width: 46px;
    margin-right: 10px;
  }
  .index-cats-block .item div:first-child {
    height: 70px;
  }
  .index-cats-block .item div {
    font-size: 12px;
    line-height: 15px;
  }
  .index-cats-block .item:after {
    width: 30px;
  }
  h2 {
    font-size: 24px;
  }
  .about-block .image {
    width: 30.4%;
  }
  .about-block .text {
    width: 66%;
  }
  .advantages-block .item {
    width: 48%;
  }
  .footer ul {
    margin: 0;
    width: 522px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer ul li {
    width: 24%;
  }
  .footer ul li:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .footer .contacts {
    margin: 10px 0 30px;
    padding: 30px 0;
  }
  .mobile-search.opened {
    display: block;
  }
  .kpc-block .about-block {
    padding-bottom: 20px;
  }
  .kpc-block .block1 .item {
    width: 31%;
  }
  .kpc-block .block1 .item:nth-child(4) {
    margin-left: 17%;
  }
  .kpc-block .block1 .item:nth-child(5) {
    margin-right: 17%;
  }
  .kpc-block .block1 .item p {
    font-size: 12px;
    line-height: 15px;
  }
  
  .kpc-block .block1 .item3 {
    width: 31%;
  }
  .kpc-block .block1 .item3:nth-child(4) {
    margin-left: 17%;
  }
  .kpc-block .block1 .item3:nth-child(5) {
    margin-right: 17%;
  }
  .kpc-block .block1 .item3 p {
    font-size: 12px;
    line-height: 15px;
  }
  
  .kpc-block .block1 {
    padding-bottom: 40px;
  }
  .kpc-block .block2 .item {
    width: 48.5%;
  }
  .kpc-block .block2 {
    padding-bottom: 40px;
  }
  .kpc-block .block3 {
    padding: 35px 0;
    margin-bottom: 70px;
  }
  .kpc-block .block4 .image {
    width: 30.5%;
  }
  .kpc-block .block4 .text {
    width: 66%;
  }
  .bottom-page-form .flex .text p {
    font-size: 20px;
  }
  .bottom-page-form .flex .text {
    background: #6f7f86 url('img/bg.svg') no-repeat right 56px bottom -90px;
  }
  .bottom-page-form .flex form {
    padding: 30px 20px 40px 20px;
  }
  .bottom-page-form .flex form h3 {
    font-size: 20px;
  }
  .bottom-page-form .flex form .btn {
    width: 100%;
  }
  .bottom-page-form {
    padding-bottom: 70px;
  }
  .kpc-block .block5 .text {
    width: 100%;
  }
  .kpc-block .block5 nav {
    display: none;
  }
  .contacts-page .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-page h2 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .contacts-page .list {
    padding-bottom: 15px;
  }
  .contacts-page .links .flex .link a {
    font-size: 16px;
    padding-left: 23px;
    line-height: 18px;
    background: url('img/mail3.svg') no-repeat left / contain;
  }
  .contacts-page .links .flex .link a.other {
    background: url('img/phone3.svg') no-repeat left / contain;
  }
  .contacts-page .links .flex {
    padding: 25px 20px;
  }
  .contacts-page .adress {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contacts-page .map {
    height: 310px;
    margin-bottom: 30px;
  }
  .contacts-page {
    padding-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
  .mobile-menu ul li {
    padding-right: 0;
  }
  .mobile-menu ul li a {
    font-size: 20px;
    line-height: 24px;
  }
  .mobile-menu ul li {
    margin-bottom: 25px;
    position: static;
  }
  .mobile-menu ul li ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 132px 20px;
    background: #fff;
    z-index: 20;
  }
  .mobile-menu ul li ul .back {
    display: block;
  }
  .mobile-menu ul li ul p {
    display: block;
  }
  .mobile-menu {
    padding: 26px 0;
  }
  .mobile-menu .logo {
    margin-bottom: 50px;
  }
  .mobile-menu ul {
    padding-bottom: 25px;
  }
  .mobile-menu .links {
    padding-bottom: 15px;
  }
  .index-top-image {
    height: 348px;
  }
  .index-cats-block .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-cats-block .item div img {
    width: 90px;
    max-width: 90px;
    margin-right: 20px;
  }
  .index-cats-block .item div {
    font-size: 16px;
    line-height: 19px;
  }
  .index-cats-block .item:after {
    width: 40px;
  }
  .index-cats-block {
    margin: -45px 0 20px;
  }
  h2 {
    font-size: 17px;
    line-height: 120%;
  }
  .about-block .image {
    width: 100%;
  }
  .about-block .text {
    width: 100%;
  }
  .about-block {
    padding-bottom: 50px;
  }
  .advantages-block .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages-block {
    padding-bottom: 40px;
  }
  .advantages-block .item .content {
    padding: 0 80px 0 20px;
  }
  .footer {
    text-align: center;
    padding: 30px 0 40px;
  }
  .footer .logo {
    width: 100%;
    margin-bottom: 35px;
  }
  .footer ul {
    width: 100%;
  }
  .footer ul li {
    width: 100%;
  }
  .footer ul li:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .footer .contacts {
    margin: 30px 0;
  }
  .footer .contacts .links a {
    display: block;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .footer .contacts .links {
    margin: 0 auto;
  }
  .footer .contacts .copy {
    width: 100%;
  }
  .footer .contacts .links a:nth-child(1) {
    margin-right: 0;
  }
  
  .footer .bottom-line {
    margin: 30px 0;
  }
  .footer .bottom-line .ecopol a {
    display: block;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .footer .bottom-line .ecopol {
    margin: 0 auto;
  }
  .footer .bottom-line .gmtry {
    width: 100%;
    
  }
  
  .footer .bottom-line .ecopol a:nth-child(1) {
    margin-right: 0;
  }



  
  .popup {
    padding: 70px 15px!important;
  }
  .popup h3 {
    font-size: 20px;
  }
  h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
  }
  .navi {
    display: none;
  }
  .kpc-block .block1 .item {
    width: 100%;
    margin: 0 0 20px 0!important;
  }
  .kpc-block .block1 .item3 {
    width: 100%;
    margin: 0 0 20px 0!important;
  }
  .kpc-block .block2 h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .kpc-block .block2 .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .kpc-block .block3 {
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .kpc-block .block3 h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .kpc-block .block3 ul li {
    font-size: 16px;
    background: url('img/li.svg') no-repeat 8px 5px;
  }
  .kpc-block .block4 h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .kpc-block .block4 h3 {
    font-size: 15px;
  }
  .kpc-block .block4 .text {
    width: 100%;
  }
  .kpc-block .block4 .image {
    width: 100%;
    padding-top: 15px;
  }
  .kpc-block {
    padding-bottom: 60px;
  }
  .bottom-page-form .flex .text {
    width: 100%;
    padding: 30px 15px 40px 15px;
    background: #6f7f86;
  }
  .bottom-page-form .flex .text p {
    font-size: 16px;
  }
  .bottom-page-form .flex .text a {
    margin-top: 20px;
  }
  .bottom-page-form .flex form {
    width: 100%;
    padding: 30px 15px;
  }
  .bottom-page-form .flex form h3 {
    font-size: 16px;
  }
  .bottom-page-form {
    padding-bottom: 60px;
  }
  .kpc-block .block5 .text h3 {
    font-size: 17px;
  }
  .kpc-block .block5 .text ul li {
    font-size: 15px;
    background: url('img/li.svg') no-repeat 8px 5px;
  }
  .kpc-block .block5 .text h4 {
    font-size: 15px;
  }
  .contacts-page .item .info a {
    font-size: 12px;
    background: url('img/phone.svg') no-repeat left / contain;
  }
  .contacts-page .item h3 {
    font-size: 17px;
  }
  .contacts-page .list {
    padding-bottom: 10px;
  }
  .contacts-page .links .flex .link a {
    font-size: 20px;
    line-height: 24px;
    padding-left: 34px;
  }
  .contacts-page .links .flex .link {
    width: 100%;
  }
  .contacts-page .links .flex .link:not(:last-child) {
    margin-bottom: 30px;
  }
  .contacts-page .adress {
    font-size: 15px;
  }
  .contacts-page .map {
    height: 400px;
  }
  .mobile-menu ul li ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}