@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
/*  vertical-align: baseline;*/
} 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

body {
  min-width: 1000px;
}

.section {
  padding: 15px 0;
  background-color: #eaebef;
}

.section-panel {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: #eaebef;
}

.section-panel__wrap {
  width: 1000px;
}

.wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}

.pb-22 {
  padding-bottom: 22px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-22 {
  margin-bottom: 22px;
}

.bg-gray {
  background-color: #eaebef;
}

.bg-green {
  background-color: #348b25;
}

.title {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 51px;
  font-weight: bold;
  text-transform: uppercase;
}

.upp {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
  text-transform: uppercase;
}

.bdl-green {
  padding-left: 12px;
  border-left: 3px solid #348b25;
}

.c-green {
  color: #348b25;
}

.c-white {
  color: white;
}

.btn-up {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
  background-color: rgba(234, 235, 239, 0.5);
  border: none;
  border-radius: 5px;
  background-image: url("/arrow.28e30bbc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  font-size: 0;
  z-index: 5;
}

.btn-data {
  display: inline-block;
  margin-top: 60px;
  padding: 0 20px;
  background-color: #ffffff;
  color: #348b25;
  font-size: 22px;
  font-weight: 700;
  line-height: 48.07px;
  text-transform: uppercase;
  letter-spacing: 0.03px;
}

.section {
  padding: 60px 0;
}

.fz-22 {
  font-size: 22px;
}

.mb-44 {
  margin-bottom: 44px;
}

.section {
  padding: 90px 0 60px;
}

.btn-up {
  right: 50px;
  bottom: 50px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-size: 50px 50px;
}

.header {
  background-color: white;
}
.header__wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  display: block;
  position: relative;
}
.header__logo {
  display: block;
  position: absolute;
  top: 35px;
  -webkit-transform: translate(0, -50%);
  left: 15px;
  justify-content: center;
  align-items: center;
  max-width: 457px;
  width: 70%;
}
.header__logo-link {
  display: block;
}
.header__btn-menu {
  margin-right: -10px;
  color: #3a3a3a;
  font-size: 26px;
  border: none;
  background: none;
}
.header__nav {
  transition: all 1s;
  display: none;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}
.menu_header__nav-main-list li {
  display: block;
  background-color: white;
}
.header__nav-main-link {
  cursor: pointer;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.07px;
}
.header__nav-main-link:hover {
  color: inherit;
}
.menu_header__nav-main-list {
  margin: 0;
}
.menu_header__nav-main-list > li ul {
  margin-left: 15px !important;
}
.menu_header__nav-main-list > li ul {
  margin-left: 30px !important;
}
.header__nav-second {
  display: flex;
  flex-direction: column;
}
.header__nav-second-item {
  display: block;
  margin-right: 16px;
  color: #348b25;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.89px;
  text-transform: uppercase;
  letter-spacing: 0.05px;
}
.header__nav-second-item:last-child {
  margin-right: 12px;
}
.header__nav-second-link {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
}

.header__wrap {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 55px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.header__logo {
  display: flex;
  justify-content: flex-start;
  position: static;
  margin-bottom: -50px;
}
.header__logo img {
  width: 100%;
}
.header__nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: stretch;
}
.menu_header__nav-main-list {
  display: flex;
  justify-content: flex-end;
}
.menu_header__nav-main-list li {
  display: inline-block;
  padding: 16px 11px;
  margin-right: 0;
}
.menu_header__nav-main-list > li:last-child {
  margin-right: 0;
}
.menu_header__nav-main-list li:hover {
  background-color: #eaebef;
}
.header__nav-second {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.header__nav-second-item {
  display: inline-block;
}
.header__nav-second-link {
  font-size: 11px;
  font-weight: 400;
  line-height: 15.89px;
  text-transform: uppercase;
  letter-spacing: 0.05px;
}
.header__nav-second .header__nav-second-list {
  display: block;
}
.header__btn-menu {
  display: none;
}
.menu_header__nav-main-list > li > ul {
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  z-index: 10;
  width: 400px;
}
.menu_header__nav-main-list > li > ul > li {
  display: block;
  padding: 16px 30px;
  text-align: left;
  position: relative;
}
.menu_header__nav-main-list > li:last-child > ul, .menu_header__nav-main-list > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}
.menu_header__nav-main-list > li:last-child > ul {
  width: auto;
}

.menu_header__nav-main-list > li > ul > li > ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 20;
  width: 400px;
}
.menu_header__nav-main-list > li > ul > li > ul > li {
  display: block;
  padding: 16px 30px;
  text-align: left;
}
.menu_header__nav-main-list > li:nth-child(7) > ul > li > ul, 
.menu_header__nav-main-list > li:nth-child(8) > ul > li > ul, 
.menu_header__nav-main-list > li:nth-child(9) > ul > li > ul, 
.menu_header__nav-main-list > li:nth-child(10) > ul > li > ul, 
.menu_header__nav-main-list > li:nth-child(11) > ul > li > ul {
  transform: translateY(-50%);
}
.header .slicknav_menu {
  display: none;
}

.header {
  z-index: 20;
}
.header__wrap {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 48px;
}
.header__logo {
  max-width: 370px;
  margin-bottom: 16px;
  transform: none;
}
.header__logo-link {
  width: 100%;
  height: 100%;
}
.menu_header__nav-main-list > li, .menu_header__nav-main-list > li > ul > li, .menu_header__nav-main-list > li > ul > li > ul > li {
  position: relative;
}
.menu_header__nav-main-list > li:hover > ul  {
  display: block;
  position: absolute;
  z-index: 40;
}
.menu_header__nav-main-list > li:hover > ul > li:hover > ul {
  display: block;
  position: absolute;
  z-index: 20;
}
.header__nav-second {
  justify-content: flex-end;
  margin-bottom: 0;
}

.footer {
  background-color: #348b25;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  padding-top: 54px;
  padding-bottom: 40px;
}
.footer__wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.footer__logo {
  max-width: 490px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 20px;
}
.footer__contacts a {
  color: white;
}
.footer__contacts a:hover {
  color: white;
}
.footer__tels {
  text-align: center;
}
.footer__site {
  display: block;
  text-align: center;
}
.footer__email {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer__calc {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.footer__calc-btn {
  padding: 10px;
  background-color: #eaebef;
  border: none;
  color: #348b25;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03px;
}
.footer__address {
  text-align: center;
}
.footer__address-text {
  margin-bottom: 10px;
}
.footer__address-text:last-child {
  margin-bottom: 0;
}

.footer {
  padding-bottom: 40px;
}
.footer__wrap {
  flex-direction: row;
}
.footer__col {
  width: 50%;
}
.footer__logo {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 36px;
}
.footer__tels, .footer__site, .footer__email {
  text-align: left;
}
.footer__calc {
  justify-content: flex-end;
  margin-bottom: 50px;
}
.footer__calc-btn {
  padding: 5px 40px;
}
.footer__address {
  text-align: right;
}
.footer__address-text {
  margin-bottom: 30px;
}
.footer__email {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

/*img {
  width: 100%;
  height: auto;
} */

body {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.56;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07px;
}

b {
  font-weight: 700;
}

a {
  color: #348b25;
}
a:hover {
  color: #49963b;
}

@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 1.56;
  }
}

.mod-languages {
	display: inline-block;
	vertical-align: middle;
}

.mod-reg-top-menu {
	display: inline-block;
}


