@charset "UTF-8";
@import "fonts.css";
@import "animate.min.css";
@import "plugins.min.css";

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}
*/

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

html,body,a,p,h1,h2,h3,h4,h5,h6{font-family: 'Gotham Pro', sans-serif;}

body {
  margin: 0;
  font-size: 18px;
  min-width: 320px;
  font-weight: 400;
  line-height: 1.3;
  color: #424242;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}


/* margin: 40px 0 20px 0 !important; */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	border-radius: 35px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.5rem;
	color: #000;
}

.zh1 {
    margin-bottom: 0.5rem;
	text-align: center;
}

.zh2 {
    margin-bottom: 0.5rem;
	text-align: center;
}

/*
.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 0.5rem;
}

.h1,.h2,.h3,.h4,.h5,.h6 span {
	text-align: center;
}
*/

/*color: #282828*/

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 22px;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

p {
  margin-top: 0;
  margin-bottom: 7px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

.app__main ol li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    border-top: 2px solid #666;
    background: #f6f6f6;
}

.app__main ol {
    counter-reset: li;
    padding: 0;
    list-style: none;
}

.app__main ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    width: 2em;
    padding: 4px 0;
    border-top: 2px solid #666;
    color: #fff;
    background: #077300;
    font-weight: bold;
    text-align: center;
}


dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* #52ac49 */
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

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

a.phone:hover {
  text-decoration: none;
}

/* text-decoration: underline; */
a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/*
	padding: 0 5px;
    border-bottom: 2px solid #ffcd00;
	white-space: pre-wrap;
*/

.article__text a {
	border-radius: 2px;
	color: #077300;
	background: rgba(98 255 0 / 15%);
	position: relative;
}

.article__text a:hover{
	background:rgba(98 255 0 / 72%);
}

.bg-you {
padding: 1em;
 background-image: url("../imgs/bg_you.jpg");
background-repeat: no-repeat;

}

.breadcrumb {
    margin: 7px -20px 7px;
font-size: 16px;
}



.breadcrumb li {
	display: inline;
	
}

.breadcrumb a {
	color: white;
	background-color: cadetblue;
	text-decoration: none;
	position: relative;
	margin-right: 5px;
	padding: 0px 11px;
}

.breadcrumb a::before,
.breadcrumb a::after {
	content: "";
	position: absolute;
	border-color: cadetblue;
	border-style: solid;
	border-width: 10px 7px;
}


.breadcrumb a::before {
	left: -5px;
	border-left-color: transparent;

}



.breadcrumb a::after {
	left: 100%;
	border-color: transparent;
	border-left-color: cadetblue;
}



.breadcrumb a:hover {
	color: white;
	background-color: blue;
}



.breadcrumb a:hover::before {
	border-color: blue;
	border-left-color: transparent;
}


.breadcrumb a:hover::after {
	border-left-color: blue;
}

/*
*/


mark {
	padding: 0 5px;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 1rem;
  text-align: center;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

amp-img {
  background-color: grey;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  margin: auto;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
/*
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
*/

input,
button,
select,
optgroup,
textareat {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textareat {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.tag {
	border-bottom: 7px dashed #fbff00 !important;
    cursor: alias;
    font-size: 36px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #03a9f4;
  background-color: rgba(3,169,244,0.03);
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/* ==========================================================================
  Browser Upgrade Prompt
  ========================================================================== */
/*
.browserupgrade {
  margin: $appGutter 0;
  background: #ccc;
  color: #000;
  padding: $appGutter 0;
}
*/

.theme-color {
  color: red;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.site-title {
  color: #282828;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.97px;
}

.center {
  text-align: center;
}

a.site-btn,
.site-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  box-shadow: none;
  background: none;
  transition: all 0.3s ease;
}

a.site-btn--1,
.site-btn--1 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  background: #F44336;
  padding: 13px 20px;
}

a.site-btn--1:hover,
.site-btn--1:hover {
  background: #78c15a;
}

a.site-btn--2,
.site-btn--2 {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  background-color: #ff6000;
  background-image: linear-gradient(to top, #ff6000 0%, #ff9333 100%);
}

a.site-btn--2:hover,
.site-btn--2:hover {
  background-image: linear-gradient(to top, #fb7e33 0%, #ff9333 100%);
}

a.site-btn--3,
.site-btn--3 {
  color: #fff;
  font-size: 24px;
  padding: 7px 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  border: 2px solid #fff;
}

a.site-btn--3:hover,
.site-btn--3:hover {
  background: #fff;
  color: #52ac49;
}
/*
  background: #fff;
  color: #52ac49;
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textareat {
  -webkit-appearance: none;
/*  box-shadow: inset 3px 4px 5px rgba(0,0,0,0.42); */
  border: 2px solid #fcc240;
  background: #fff;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 0;
  height: 40px;
  color: #5e5e5e;
  font-size: 16px;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textareat::-webkit-input-placeholder {
  color: #5e5e5e;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textareat::-moz-placeholder {
  color: #5e5e5e;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textareat:-ms-input-placeholder {
  color: #5e5e5e;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textareat::-ms-input-placeholder {
  color: #5e5e5e;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
textareat::placeholder {
  color: #5e5e5e;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="search"].error,
input[type="number"].error,
textareat.error {
  border-color: #eb5757;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textareat {
  height: auto;
}

/*   background: #fff; */
.app-footer {
  -ms-flex: none;
      flex: none;
  padding-bottom: 19px;
  background: #5ea93f;
}

.app-footer__inner {
  background: #5ea93f;
  border-bottom: 8px solid #3c9b3e;
  color: #fff;
  display: flex;
  margin: 25px auto 16px;
  max-width: 940px;
}

.app-footer__content {
  font-size: 12px;
  max-width: 350px;
  padding: 20px;
  margin: 0 auto;
}

.app-footer__content a {
  color: #fff;
}

.app-footer__address {
  font-size: 12px;
  max-width: 350px;
  padding: 20px;
  margin: 0 auto;
}

.app-footer__address a {
  color: #fff;
}

.app-footer .menu-h {
  margin-bottom: -25px;
}

.app-header {
  -ms-flex: none;
      flex: none;
}

.app-header__top {
  padding: 4px 20px;
}

.app-header__information {
  max-width: 930px;
  padding: 13px 20px;
  margin: 0 auto;
  border: 1px dashed rgba(99,164,158,0.33);
  font-size: 24px;
  color: #282828;
  line-height: 1.1;
  text-align: center;
}

.app-header__information .svg-icon {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #282828;
}

.app-header__information a {
  color: #282828;
  text-decoration: underline;
}

.app-header__information a:hover {
  text-decoration: none;
}

.app-header__bottom {
  position: relative;
  padding: 1px 20px 0;
  background: #70be2e url("../imgs/about-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.app-header__bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 4px;
  background: url("../imgs/about-t-bg.png") 0 0 repeat-x;
}

.app-header__bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: url("../imgs/about-b-bg.png") 0 0 repeat-x;
}

.app-header__bottom-inner {
  max-width: 828px;
  margin: 0 auto;
}

.app-header .menu-h {
  margin-bottom: -17px;
  z-index: 1;
}
/*   text-align: right; */
.app-header__content {
  padding-bottom: 7px;
  padding-top: 7px;
}

/* 	width: 100%;
	max-width: 400px;
	*/
.app-header__logo {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0 0;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	border-radius: 7px;
}

.app-header__logo img {
  width: 100%;
}

.app-header__contacts {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	padding: 0 7px;
	border-radius: 7px;
	background-color: #10c500a1;
	color: black;
	width: 400px;
	height: 280px;
}

.app-header__phone {
  position: relative;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.19px;
  min-height: 30px;
  margin-bottom: 8px;
}

.app-header__phone a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

/*   vertical-align: top; */
.app-header__phone:before {
  content: "";
  display: inline-block;
  vertical-align: -15px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30' viewBox='0 0 26 30'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M25.753 24.906a.757.757 0 0 1-.91.548.74.74 0 0 1-.56-.891c.42-1.724.2-3.238-.59-4.049-.527-.54-1.277-.725-2.229-.55-1.891.35-3.096 1.948-4.492 3.797-1.169 1.55-2.493 3.305-4.438 4.48C10.644 29.386 8.487 30 6.398 30c-.197 0-.393-.005-.589-.016-2.271-.128-4.144-1.014-5.138-2.43-1.255-1.79-.535-3.65.443-4.92l-.764-1a1.706 1.706 0 0 1 .335-2.398l4.936-3.72a1.786 1.786 0 0 1 2.488.333l1.82 2.378c1.45-.639 3.11-1.723 4.91-3.509 1.818-1.805 2.91-3.462 3.55-4.892l-2.43-1.832a1.705 1.705 0 0 1-.336-2.398L19.376.69c.332-.433.86-.69 1.413-.69.392 0 .764.123 1.075.358l2.84 2.14.01.01c.022.017.042.036.062.056.017.017.035.034.05.053.011.012.02.026.03.04a.74.74 0 0 1 .056.086l.01.022a.735.735 0 0 1 .046.119l.001.003c.072.258 1.657 6.426-6.944 14.962-6.181 6.135-11.149 7.05-13.56 7.05-.941 0-1.482-.14-1.54-.156l-.005-.001a.791.791 0 0 1-.115-.045c-.01-.005-.021-.008-.032-.014a.673.673 0 0 1-.08-.05l-.048-.035c-.018-.015-.034-.032-.05-.048a.64.64 0 0 1-.057-.06l-.012-.012-.46-.602c-.51.778-.861 1.825-.149 2.84 1.444 2.056 5.951 2.608 9.822.267 1.696-1.026 2.876-2.589 4.016-4.1 1.52-2.014 2.954-3.916 5.43-4.372 1.445-.267 2.724.082 3.602.982 1.145 1.175 1.507 3.199.966 5.412z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}

.app-header__callback-button .site-btn {
  width: 100%;
}

.app-header__burger {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
}

.app .h1-box {
  -ms-flex-order: -2;
      order: -2;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.app .h2-box {
  -ms-flex-order: -2;
      order: -2;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}


.app__wrapper {
  padding-top: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  background: #fdfdfd url("../imgs/content-pattern.jpg") 0 0 repeat;
}

.app__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 1440px;
	min-width: 320px;
	width: 100%;
	padding: 21px 14px;
	margin: 0 auto;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.app__main {
	-ms-flex: 1 1;
	flex: 1 1;
	width: 100%;
	margin: 7px;
	padding: 7px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	background: #fff;
	border-radius: 14px;
}

.app__aside--left {
	-ms-flex-order: -1;
	order: -1;
	-ms-flex: 0 0 320px;
	flex: 0 0 300px;
	margin-right: 7px;
	background: white;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.about-us {
  -ms-flex: none;
      flex: none;
  position: relative;
  padding: 0 20px;
  background: #70be2e url("../imgs/about-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.about-us:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 4px;
  background: url("../imgs/about-t-bg.png") 0 0 repeat-x;
}

.about-us:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: url("../imgs/about-b-bg2.png") 0 0 repeat-x;
}

.about-us__inner {
  max-width: 940px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.about-us__image {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  margin-right: 30px;
}

.about-us__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.advantages-block {
  -ms-flex: none;
      flex: none;
  background: #52ac49;
  position: relative;
  padding: 0 20px 30px;
}

.advantages-block:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  background: #fff;
}

.advantages-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 43px;
  background: #3c9b3e;
}

.advantages-block__inner {
  position: relative;
  max-width: 980px;
  margin: -23px auto 0;
  border: 7px solid #5ea93f;
  background: #fff;
  z-index: 1;
}

.advantages-block__inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 34%;
  background: url("../imgs/adv-bg2.png") 0 100% no-repeat;
  background-size: contain;
}

.advantages-block__inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 26%;
  background: url("../imgs/adv-bg1.png") 0 100% no-repeat;
  background-size: contain;
}

.advantages-block__title {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  text-align: center;
  margin-bottom: 35px;
}

.advantages-block__title span {
  display: inline-block;
  padding: 4px 15px;
  background: #fff;
}

.advantages-block__body {
  position: relative;
  z-index: 1;
  padding: 0 15px 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages-block__column {
  -ms-flex: 0 0 49%;
      flex: 0 0 49%;
  margin-right: 2%;
}

.advantages-block__column-title {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09px;
  text-align: center;
  margin-bottom: 30px;
}

.advantages-block__column--false {
  color: #5e5e5e;
}

.advantages-block__column--false .svg-icon {
  fill: #000;
}

.advantages-block__column--true {
  color: #5ea93f;
}

.advantages-block__column--true .svg-icon {
  fill: #5ea93f;
}

.advantages-block__column:nth-child(2n) {
  margin-right: 0;
}

.advantages-block__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

.advantages-block__item-icon {
  -ms-flex: 0 0 58px;
      flex: 0 0 58px;
  margin-right: 20px;
}

.advantages-block__item-icon .svg-icon {
  vertical-align: top;
  width: 58px;
  height: 58px;
}

.advantages-block__item-text {
  font-size: 16px;
  line-height: 1.2;
}

.callback-block {
  position: relative;
  -ms-flex: none;
      flex: none;
  background: url("../imgs/form-back.jpg") 50% 0 no-repeat;
  background-size: cover;
  border-bottom: 13px solid #3c9b3e;
}

.callback-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  background: #3c9b3e;
  z-index: 1;
}

.callback-block:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #3c9b3e;
  z-index: 1;
}

.callback-block__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.callback-block__inner:before {
  content: "";
  display: block;
  padding-top: 288px;
}

.callback-block__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 310px;
}

.callback-block__image img {
  max-height: 310px;
}

.callback-block__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-left: 36px;
}

.callback-form-main {
  -ms-flex: none;
      flex: none;
  background: #eaeaea url("../imgs/main-header-bg.jpg") 50% 100% no-repeat;
  padding: 0 20px;
}

.callback-form-main__inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 30px 0;
}

.callback-form-main__inner:before {
  content: "";
  display: block;
  height: 384px;
}

.callback-form-main__image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 268px;
}

.callback-form-main__image img {
  max-height: 424px;
}

.callback-form-main__content {
  position: relative;
}

.callback-form {
  max-width: 550px;
  margin-bottom: 22px;
  margin-top: 90px;
}

.callback-form--popup .callback-form__title {
  text-shadow: 1px 1px 0 #bc8a1a f;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 1px 2px 0 #2e632e;
}

.callback-form--type2 {
  max-width: 620px;
}

.callback-form--type2 .callback-form__form {
  margin: 0 auto;
}
/*   color: #F44336;   color: #292929; */
.callback-form--type2 .callback-form__title {
  text-shadow: 1px 1px 0 #bc8a1a f;
  color: #F44336;
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 20px;
}

.callback-form--type2 .callback-form__title span {
  display: block;
  color: #282828;
  font-size: 32px;
  font-weight: 400;
}

.callback-form__title {
  color: #f4862c;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 6px;
  padding: 4px;
  background-color: azure;
}

.callback-form__form {
  position: relative;
  border: 3px solid #f4862c;
  padding: 40px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
}

.callback-form__form:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  box-shadow: 0 1px 0 rgba(5,3,5,0.2), inset 0 0 0 2px rgba(255,255,255,0.25);
  border: 1px solid #6a854e;
  background: #4d8b4d url("../imgs/form-pattern.png") 0 0 repeat-x;
  background-size: 6px 100%;
}

.callback-form__item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  -ms-flex: 0 0 47%;
      flex: 0 0 47%;
  margin-right: 6%;
}

.callback-form__item:nth-child(2n) {
  margin-right: 0;
}

.callback-form__item--name input {
  width: calc(100% - 40px);
  margin-left: 40px;
}

.callback-form__item--name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #fcc240 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cdefs%3E%3Cmask id='mk4rb' width='2' height='2' x='-1' y='-1'%3E%3Cpath fill='%23fff' d='M0 0h21v21H0z'/%3E%3Cpath d='M17.063 14.437H15.75a2.625 2.625 0 0 1-2.625-2.625v-.843A6.64 6.64 0 0 0 14.381 8.6c.027-.146.167-.217.26-.317.503-.503.601-1.35.225-1.954-.052-.092-.144-.171-.139-.285 0-.77.004-1.54-.001-2.31-.02-.928-.286-1.894-.937-2.582-.526-.555-1.247-.886-1.992-1.028A6.611 6.611 0 0 0 8.94.191C8.133.395 7.374.868 6.905 1.57c-.416.61-.598 1.35-.628 2.079-.012.783-.003 1.568-.005 2.353.017.157-.116.264-.176.394-.355.644-.199 1.521.372 1.99.144.1.171.281.224.439a6.348 6.348 0 0 0 1.183 2.117v.871a2.625 2.625 0 0 1-2.625 2.625H3.937S1.56 15.093 0 18.375v1.312C0 20.413.587 21 1.313 21h18.374c.726 0 1.313-.587 1.313-1.313v-1.312c-1.559-3.281-3.938-3.938-3.938-3.938z'/%3E%3C/mask%3E%3Cfilter id='mk4ra' width='41.5' height='41.9' x='-10' y='-10' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='.5' dy='.9' in='SourceGraphic' result='FeOffset1023Out'/%3E%3CfeGaussianBlur in='FeOffset1023Out' result='FeGaussianBlur1024Out' stdDeviation='0 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%23mk4ra)'%3E%3Cpath fill='none' d='M17.063 14.437H15.75a2.625 2.625 0 0 1-2.625-2.625v-.843A6.64 6.64 0 0 0 14.381 8.6c.027-.146.167-.217.26-.317.503-.503.601-1.35.225-1.954-.052-.092-.144-.171-.139-.285 0-.77.004-1.54-.001-2.31-.02-.928-.286-1.894-.937-2.582-.526-.555-1.247-.886-1.992-1.028A6.611 6.611 0 0 0 8.94.191C8.133.395 7.374.868 6.905 1.57c-.416.61-.598 1.35-.628 2.079-.012.783-.003 1.568-.005 2.353.017.157-.116.264-.176.394-.355.644-.199 1.521.372 1.99.144.1.171.281.224.439a6.348 6.348 0 0 0 1.183 2.117v.871a2.625 2.625 0 0 1-2.625 2.625H3.937S1.56 15.093 0 18.375v1.312C0 20.413.587 21 1.313 21h18.374c.726 0 1.313-.587 1.313-1.313v-1.312c-1.559-3.281-3.938-3.938-3.938-3.938z' mask='url(&quot;%23mk4rb&quot;)'/%3E%3Cpath fill='%23ffd475' fill-opacity='.75' d='M17.063 14.437H15.75a2.625 2.625 0 0 1-2.625-2.625v-.843A6.64 6.64 0 0 0 14.381 8.6c.027-.146.167-.217.26-.317.503-.503.601-1.35.225-1.954-.052-.092-.144-.171-.139-.285 0-.77.004-1.54-.001-2.31-.02-.928-.286-1.894-.937-2.582-.526-.555-1.247-.886-1.992-1.028A6.611 6.611 0 0 0 8.94.191C8.133.395 7.374.868 6.905 1.57c-.416.61-.598 1.35-.628 2.079-.012.783-.003 1.568-.005 2.353.017.157-.116.264-.176.394-.355.644-.199 1.521.372 1.99.144.1.171.281.224.439a6.348 6.348 0 0 0 1.183 2.117v.871a2.625 2.625 0 0 1-2.625 2.625H3.937S1.56 15.093 0 18.375v1.312C0 20.413.587 21 1.313 21h18.374c.726 0 1.313-.587 1.313-1.313v-1.312c-1.559-3.281-3.938-3.938-3.938-3.938z'/%3E%3C/g%3E%3Cpath fill='%23bc8a1a' d='M17.063 14.437H15.75a2.625 2.625 0 0 1-2.625-2.625v-.843A6.64 6.64 0 0 0 14.381 8.6c.027-.146.167-.217.26-.317.503-.503.601-1.35.225-1.954-.052-.092-.144-.171-.139-.285 0-.77.004-1.54-.001-2.31-.02-.928-.286-1.894-.937-2.582-.526-.555-1.247-.886-1.992-1.028A6.611 6.611 0 0 0 8.94.191C8.133.395 7.374.868 6.905 1.57c-.416.61-.598 1.35-.628 2.079-.012.783-.003 1.568-.005 2.353.017.157-.116.264-.176.394-.355.644-.199 1.521.372 1.99.144.1.171.281.224.439a6.348 6.348 0 0 0 1.183 2.117v.871a2.625 2.625 0 0 1-2.625 2.625H3.937S1.56 15.093 0 18.375v1.312C0 20.413.587 21 1.313 21h18.374c.726 0 1.313-.587 1.313-1.313v-1.312c-1.559-3.281-3.938-3.938-3.938-3.938z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
}

.callback-form__item--phone input {
  width: calc(100% - 40px);
  margin-left: 40px;
}

.callback-form__item--phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #fcc240 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30' viewBox='0 0 26 30'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bc8a1a' d='M25.753 24.906a.757.757 0 0 1-.91.548.74.74 0 0 1-.56-.891c.42-1.724.2-3.238-.59-4.049-.527-.54-1.277-.725-2.229-.55-1.891.35-3.096 1.948-4.492 3.797-1.169 1.55-2.493 3.305-4.438 4.48C10.644 29.386 8.487 30 6.398 30c-.197 0-.393-.005-.589-.016-2.271-.128-4.144-1.014-5.138-2.43-1.255-1.79-.535-3.65.443-4.92l-.764-1a1.706 1.706 0 0 1 .335-2.398l4.936-3.72a1.786 1.786 0 0 1 2.488.333l1.82 2.378c1.45-.639 3.11-1.723 4.91-3.509 1.818-1.805 2.91-3.462 3.55-4.892l-2.43-1.832a1.705 1.705 0 0 1-.336-2.398L19.376.69c.332-.433.86-.69 1.413-.69.392 0 .764.123 1.075.358l2.84 2.14.01.01c.022.017.042.036.062.056.017.017.035.034.05.053.011.012.02.026.03.04a.74.74 0 0 1 .056.086l.01.022a.735.735 0 0 1 .046.119l.001.003c.072.258 1.657 6.426-6.944 14.962-6.181 6.135-11.149 7.05-13.56 7.05-.941 0-1.482-.14-1.54-.156l-.005-.001a.791.791 0 0 1-.115-.045c-.01-.005-.021-.008-.032-.014a.673.673 0 0 1-.08-.05l-.048-.035c-.018-.015-.034-.032-.05-.048a.64.64 0 0 1-.057-.06l-.012-.012-.46-.602c-.51.778-.861 1.825-.149 2.84 1.444 2.056 5.951 2.608 9.822.267 1.696-1.026 2.876-2.589 4.016-4.1 1.52-2.014 2.954-3.916 5.43-4.372 1.445-.267 2.724.082 3.602.982 1.145 1.175 1.507 3.199.966 5.412z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 22px 26px;
}

.callback-form__item--button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
  margin: 0;
}

.callback-form__item--checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 12px;
}

.checkbox {
  margin-top: 4px;
  margin-right: 6px;
  width: 13px;
  min-width: 13px;
  height: 13px;
  cursor: pointer;  
}

.checkbox input {
  display: block;
  width: 100%;
  height: 100%;
}

.contacts-bottom {
  padding: 0 20px;
}

.contacts-bottom__inner {
  max-width: 940px;
  margin: 25px auto 16px;
  border: 3px solid #4aff001a;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.contacts-bottom__title {
  text-align: center;
  margin: -27px 0 30px;
}

.contacts-bottom__title span {
  display: inline-block;
  padding: 9px 25px;
  background: whitesmoke;
}

.contacts-bottom__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 15px;
}

.contacts-bottom__logo {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 38%;
      flex: 0 0 38%;
  margin-right: 35px;
  margin-top: 15px;
}

.contacts-bottom__content {
  -ms-flex: 1 1;
      flex: 1 1;
  color: #5e5e5e;
  line-height: 1.5;
}

.contacts-bottom__content h6 {
  margin-bottom: 0;
  line-height: 1;
}

.contacts-bottom__content p {
  margin: 0;
}

.informers-block {
  -ms-flex: none;
      flex: none;
  padding: 15px 20px 5px;
  background: #f8f8f8 url("../imgs/pattern.png") 0 0 repeat;
}

.informers-block__inner {
  max-width: 940px;
  margin: 0 auto;
}

.informers-block__title {
  margin: 0 0 30px;
  text-align: center;
}

.informers-block__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.informers-block__item {
  -ms-flex: 0 0 49%;
      flex: 0 0 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.informers-block__item:nth-child(2n) {
  margin-right: 0;
}
/*
	margin: 0 0 20px;
	background: #0aa9009c;
	background: white;
	margin-top: 20px;
*/
.link-block {
  -ms-flex: none;
      flex: none;
  padding: 25px 0;
  border-bottom: 14px solid #009413;
  background: #0aa9009c;
}

.link-block__inner {
	max-width: 940px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	background: white;
    border-radius: 4px;
}

.link-block__group {
  -ms-flex: 0 0 49%;
      flex: 0 0 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 7px;
}

.link-block__group:nth-child(2n) {
  margin-right: 0;
}

/*   margin-bottom: 10px; */
.link-block__group-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.link-block__group-ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
}
/*  text-align: center; */
.link-block__group-ul > li {
  display: block;
  border-bottom: 1px solid #282828;
  max-width: 300px;
  margin: 0 auto;
}

.link-block__group-ul > li > a {
  font-size: 16px;
  text-decoration: none;
  color: #282828;
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
}

.link-block__group-ul > li > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  margin-left: 10px;
  border: 1px solid #282828;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.link-block__group-ul > li > a:hover {
  color: #52ac49;
}

.link-block__group-ul > li > a:hover:after {
  border-color: #52ac49;
}

/*   
max-width: 940px;
margin: 0 auto;
*/
.menu-h {
  position: relative;
  text-align: center;
  background: #4d8b4d url("../imgs/m-bg.png") 50% 0 repeat-x;
  background-size: auto 100%;
  box-shadow: 0 1px 0 rgba(5,3,5,0.2), inset 0 0 0 2px rgba(255,255,255,0.25);
  border: 1px solid #6a854e;
}

.menu-h__close {
  display: none;
  position: absolute;
  left: 300px;
  top: 0;
  margin-left: -40px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.menu-h__close:after,
.menu-h__close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  margin: -10px 0 0 -1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.menu-h__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
  height: 14px;
*/

.menu-h:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../imgs/m-shadow.png") 0 0 no-repeat;
  background-size: cover;
}

.menu-h ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-h__ul {
  font-size: 0;
  line-height: 1;
/*  box-shadow: 0 1px 0 rgba(5,3,5,0.2), inset 0 0 0 2px rgba(255,255,255,0.25);
  border: 1px solid #6a854e;*/
}


/* + db menu 18.05.2020 */

.burger {
  width: 20px;
  margin-right: 5px;
}

li.burger a {
  padding: 14px 0 10px;
}

.burger span {
  display: block;
  position: relative;  
  width: 20px;
  height: 14px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.burger span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  right: 0;
  height: 2px;
  background: #fff;
}


.menu-h__db {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  pointer-events: none;
}

.menu-h__db-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.menu-h__db-close:before,
.menu-h__db-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 22px;
    margin: -10px 0 0 -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.menu-h__db-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-h__db.opened {
  opacity: 1;
  pointer-events: auto;
}

.menu-h__db .menu-h__db-content-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 320px;
  height: 100vh;
  background: #52ac49;
  transform: translateX(-100%);  
  transition: all 0.3s ease;
}
.menu-h__db.opened .menu-h__db-content-wrapper {
  transform: translateX(0);    
}

.menu-h__db-content {
  position: absolute;
  width: 337px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.menu-h__db-content-in {
  height: 100%;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-h__db-content-top {
  flex: none;
}

.menu-h__home {
  margin: 15px 0 0 8px;
}
.menu-h__home a {
  display: inline-block;
}
.menu-h__home svg {
  display: block;
  float: none;
  margin: 0;  
  height: 30px;
}

.menu-h__db .menu-h__ul {
  border: 0;
  padding: 0;
  box-shadow: none;
  display: none;
}

.menu-h__db .menu-h__ul.show {
  display: block;
}

.menu-h__db .menu-h__ul li {
  display: block;
  text-align: left; 
  position: relative;  
}
/*.menu-h__db .menu-h__ul li:first-child {
  margin-top: 5px;
  margin-bottom: 5px;
}*/

/*.menu-h__db .menu-h__ul li:first-child a {
  padding-left: 8px;
}*/

.menu-h__db .menu-h__ul li a {
  padding: 16px 15px;
}

.menu-h__db .menu-h__ul li:hover > a {
  color: #fff;
}

.menu-h__db .menu-h__ul > li > a:hover {
  color: #fcc240;
}

.menu-h__db .menu-h__ul li ul {
  display: block;
  position: relative;
  opacity: 1;  
  width: auto;
  padding: 0 22px 2px;
  left: 0;
  border: 0;
  background: none;

}
.menu-h__db .menu-h__ul li ul li:first-child {
  margin: 0;
}
.menu-h__db .menu-h__ul li ul li {
  border: 0;
}
.menu-h__db .menu-h__ul li ul li a {
  padding: 7px 0 !important;
  display: inline-block;
}
.menu-h__db .menu-h__ul li ul li a:hover {
  background: none;
  text-decoration: underline;  
}

.fixedPanel .menu-h__ul li ul {
  border-top: 0;
}

.menu-h__ul li ul {
  position: absolute;
  left: -7px;
  top: 100%;
  width: 230px;
  background: #008c47;
  font-size: 15px;
  text-align: left;
  display: none;
  padding: 0;
  border: 2px solid #40a975;
}

.menu-h__ul li:hover > ul {
  display: block;
}

.menu-h__ul li ul li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.menu-h__ul li ul li a {
  color: #fff;
  text-decoration: none;
  display: block;  
  padding: 8px 15px 9px;
}

.menu-h__ul li ul li a:hover {
  background: rgba(255,255,255, 0.1)
}


.menu-h__db .callback-form__form {
  display: block;
  border: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #408439;
}

.menu-h__db .callback-form__form:before {
  display: none;
}

.menu-h__db .callback-form__item {
  margin-right: 0;
}
.menu-h__db .callback-form__item--button {
  position: relative;  
  bottom: 0;
  margin-top: 20px;
}

.menu-h__db .callback-form__item--checkbox {
  color: #fff;
}

.menu-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.menu-footer .menu-h__ul li ul {
  bottom: 100%;
  top: auto;
  border-bottom: 0;
}

/* - db menu */


.menu-h__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  }

/*
  padding: 18px 25px 17px;
*/

.menu-h__item > a {
	display: block;
	text-decoration: none;
	text-shadow: 1px 2px 0 #2e632e;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.12px;
	padding: 13px 7px 12px 7px;
}

.menu-h__item:hover > a {
  color: #fcc240;
}

@keyframes shake {
0% {
    transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
1.5% {
    transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  -webkit-transform: rotateZ(-30deg);
}
2.5% {
    transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
}
3.5% {
    transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  -webkit-transform: rotateZ(-10deg);
}
4.5% {
    transform: rotateZ(7.5deg);
  -ms-transform: rotateZ(7.5deg);
  -webkit-transform: rotateZ(7.5deg);
}
5.5% {
    transform: rotateZ(-6deg);
  -ms-transform: rotateZ(-6deg);
  -webkit-transform: rotateZ(-6deg);
}
6.5% {
    transform: rotateZ(5deg);
  -ms-transform: rotateZ(5deg);
  -webkit-transform: rotateZ(5deg);
}
7.5% {
    transform: rotateZ(-4.28571deg);
  -ms-transform: rotateZ(-4.28571deg);
  -webkit-transform: rotateZ(-4.28571deg);
}
8.5% {
    transform: rotateZ(3.75deg);
  -ms-transform: rotateZ(3.75deg);
  -webkit-transform: rotateZ(3.75deg);
}
9.5% {
    transform: rotateZ(-3.33333deg);
  -ms-transform: rotateZ(-3.33333deg);
  -webkit-transform: rotateZ(-3.33333deg);
}
10.5% {
    transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
}
/* .menu-h__item.call */

.call {
	min-height: 31px;
	width: 31px;
	background: no-repeat center fixed url("../imgs/phone__3.png");
	background-size: auto 23px;
	animation: 6000ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 6000ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
	transform: rotateY(180deg);
	background-color: transparent;
	margin-top: 2px;
	border: none;
	filter: brightness(0) invert(1);
}

.menu-h__item.call svg {
  transform: rotateY(180deg);
}

/*
.menu-h__item.call a {
    animation: 6000ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 6000ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

.menu-h__item.call {
  margin-left: 10px
}

.menu-h__item.call a {
  padding: 11px 0 7px; 
}
.menu-h__item.call a svg {
  transform: rotateY(180deg);
}

*/

.menu-l__ul {
	list-style: none;
	border-style: dashed;
	border-width: 1px 7px;
	border-color: #ff9333;
	margin: 7px;
	padding: 7px 7px;
}

.menu-l__item {
  margin-bottom: 10px;
}

.menu-l__item.active a {
  font-size: 18px;
  font-weight: 700;
}

.menu-l__item a {
  text-decoration: none;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
/* #fcc240 #ff9333 */

.menu-l__item a:hover {
  color: #ff9333;
  background:rgba(251 255 0 / 0.1);
}

.my-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.my-popup.opened {
  opacity: 1;
  visibility: visible;
}

.my-popup__container {
  position: relative;
  max-height: 100%;
  overflow: auto;
  padding: 40px 0;
  -webkit-overflow-scrolling: touch;
}

.my-popup__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.my-popup__close:before,
.my-popup__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 3px;
  margin: -1px 0 0 -10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.my-popup__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-message {
  color: #e70000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-top: 15px;
}

.our-partners {
  -ms-flex: none;
      flex: none;
  padding: 34px 20px 40px;
  background: #fff;
}

.our-partners__inner {
  max-width: 940px;
  margin: 0 auto;
}

.our-partners__title {
  text-align: center;
  margin-bottom: 48px;
}

.our-partners__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.our-partners__item {
  display: block;
  text-decoration: none;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 208px;
  max-height: 105px;
  margin: 0 10px 20px;
}

.our-partners__item img {
  max-height: 105px;
}

.reviews-block {
  -ms-flex: none;
      flex: none;
  padding: 40px 20px 40px;
  background: #fff;
}

.reviews-block__inner {
  max-width: 940px;
  margin: 0 auto;
}

.reviews-block__title {
  text-align: center;
  margin-bottom: 14px;
}

.reviews-block__group-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews-block__group-inner .reviews-thumbs {
  -ms-flex: 0 0 49%;
      flex: 0 0 49%;
  margin-right: 2%;
  margin-bottom: 40px;
}

.reviews-block__group-inner .reviews-thumbs:nth-child(2n) {
  margin-right: 0;
}

.reviews-block .tns-controls {
  text-align: center;
}

.reviews-block .tns-nav {
  text-align: center;  
  display: none;
  margin-top: 24px;
}
.reviews-block .tns-nav button{
  text-align: center;
  width: 12px;
  height: 12px;  
  border-radius: 50px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  background: none;
  border: 2px solid #5ea93f;
  outline: none;
}
.reviews-block .tns-nav button.tns-nav-active {
  background: #5ea93f;
  box-shadow: inset 0 0 0 1px #fff;
}

.tns-nav button {
  position: relative;  
}

.tns-nav button:after {
  content:"";
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  /*background: #000*/
}

.reviews-block .tns-controls button {
  position: absolute;  
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #5ea93f;
  background: none;
  margin-top: -1px;
  top: 32px;
  right: -70px;
}

.tns-outer {
  position: relative;  
}

.reviews-block .tns-controls button:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: -1px;
  left: -70px;
}

.reviews-block .tns-controls button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -10px;
  width: 14px;
  height: 14px;
  border: 4px solid #5ea93f;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.reviews-block .tns-controls button:hover {
  background: #5ea93f;
}

.reviews-block .tns-controls button:hover:before {
  border-color: #fff;
}

.reviews-thumbs__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.reviews-thumbs__photo {
  -ms-flex: 0 0 100px;
      flex: 0 0 100px;
  margin-right: 25px;
}

.reviews-thumbs__photo img {
  border-radius: 100%;
}

.reviews-thumbs__content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.reviews-thumbs__name {
  color: #5ea93f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}

.reviews-thumbs__date {
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 6px;
  margin-bottom: 14px;
}

.reviews-thumbs__text {
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.services-block {
  -ms-flex: none;
      flex: none;
  background: #fff;
  padding: 0 20px;
}

.services-block__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-block__item {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  margin-right: 5%;
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  color: #282828;
}

.services-block__item:nth-child(3n) {
  margin-right: 0;
}

.services-block__item-ico {
  margin-bottom: 10px;
}

.services-block__item-ico img {
  max-width: 80px;
}

.services-prices {
  -ms-flex: none;
      flex: none;
  position: relative;
  padding: 45px 20px 0;
  margin-bottom: 42px;
  background: #fcfcfc url("../imgs/pattern2.png") 0 0 repeat;
  border-bottom: 3px solid #5ea93f;
}

.services-prices__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 940px;
}

.services-prices__title {
  text-align: center;
  margin: 0 0 20px;
}

.services-prices__body {
  margin-bottom: 7px;
}

.services-prices__more-button {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-prices__more-button__yellow {
  text-align: center;
  background-color: #fff700db;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-prices__more-buttons {
  text-align: center;
  background-color: teal;
/*  margin-bottom: 10px; */
}

.site-table {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.site-table table {
  background: #fff;
  font-size: 16px;
  border-collapse: collapse;
}

.site-table td {
  border: 1px solid #a2a2a2;
  padding: 25px 20px;
  text-align: center;
  width: 157px;
}

.site-table td:first-child {
  width: auto;
  text-align: left;
}

.site-table th {
  border: 1px solid #52ac49;
  background: #52ac49;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 15px 20px;
}

.site-table .mb-title {
  display: none;
}

.slider-inner-group {
  background: #fff;
  padding: 40px 20px 30px;
}

.slider-inner-group__inner {
  max-width: 940px;
  margin: 0 auto;
}

.slider-inner-group__item-inner {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/* 60% */
.slider-inner-group__item-inner:before {
  content: "";
  display: block;
  padding-top: 7%;
}

.slider-inner-group .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.slider-inner-group .tns-nav button {
  position: relative;
  padding: 0;
  outline: none;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 5px;
}

.slider-inner-group .tns-nav button:hover:before,
.slider-inner-group .tns-nav button.tns-nav-active:before {
  background: none;
  box-shadow: 0 0 0 3px #52ac49;
}

.slider-inner-group .tns-nav button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #52ac49;
  border-radius: 10px;
  transition: all 0.3s ease;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* custom styling for all icons FREE

	height: 20px;
	width: 23px;


 */

.svg-home {
	margin: 0;
	padding: 0;
	height: 27px;
	width: 30px;
	float: left;
	margin-right: 10px;
	fill: #ff9333;
	stroke: red;
	stroke-width: 7px;
}

/* СЂРµРєР»Р°РјРЅС‹Р№ Р±Р»РѕРє */

/* 	display: inline-block; */
.adsbygoogle {
	position: relative;
	border: 1px solid #d3d3d3;
	background: none;
	margin-top: 1px;
    text-align: center;
}

/*
.adsbygoogle {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #d3d3d3;
  background: none;
  margin-top: -1px;
}
*/
.summaryoff {
     text-decoration: underline;
 }
 
details:focus,
summary:focus {
  outline: 0;
  outline: none;
}


.txtlinks {
    color: #ffffff;
    text-align: center;
    font-weight: 800;
}

.txtlinks:hover {
    transform: rotate(0deg) scale(1.3);
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

.spanred {
    color: #ff0000;
}

.spanredbold {
    color: red;
    font-weight: bold;
}

.spangreen {
    color: green;
}

.spangreenbold {
    color: green;
    font-weight: bold;
    font-size: large;
    background-color: yellow;
    padding: 7px;
}

.spangreenb:hover {
    transform: scale(1.3);
    transition: 0.2s all;
    color: green;
    font-weight: 800;
}

#uslugy {
    margin: 5px -15px -25px 0px;
    font-size: 16px;
}

#vyvoz {
    margin: -8px 22px 0px 24px;
    font-size: 16px;
}

#centerup1 {
    font-size: 16px;
    margin: -5px 0px 0px 0px;
}

#centerup2 {
    font-size: 16px;
}

#doma {
    margin: -8px 0px 3px 0px;
    font-size: 14px;
}

#txts {
    transform: scale(1.0);
    color: #4d8b4d;
    font-weight: 800;
}

#txts:hover {
    transform: scale(1.1);
    transition: 0.2s all;
    color: green;
    font-weight: 800;
}

#txtlinks {
    color: #ffffff;
    text-align: center;
    font-weight: 800;
}

#txtlinks:hover {
    color: #ffffff;
    font-weight: 800;
}

#linkpage {
    transform: rotate(0deg) scale (0.3);
    transition: 0.5s all;
    background-color: #368200;
    color: #ffffff;
    border: 1px solid #2F3841;
    border-radius: 8px;
    opacity: 0.8;
    box-shadow: 13px 13px 10px #000000;
    padding: 5px;
    margin: 1px;
    display: block;
    width: 140px;
    height: 18px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
}

#linkpage:hover {
    transform: rotate(0deg) scale(1.3);
    background-color: red;
    opacity: 1;
}

#linkrotate {
    transform: rotate(0deg) scale (0.3);
    transition: 0.5s all;
    background-color: #368200;
    color: #ffffff;
    border: 1px solid #2F3841;
    border-radius: 8px;
    opacity: 0.8;
    box-shadow: 13px 13px 10px #000000;
    padding: 5px;
    margin: 2px 2px 2px 57px;
    display: block;
    width: 250px;
    height: 18px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
}

#linkrotate:hover {
    transform: rotate(360deg) scale(1.3);
    background-color: red;
    opacity: 1;
}

.ppp {
    padding: 7px 7px 7px 7px;
    border-left: 7px solid rgba(82, 142, 132, 0.6);
    background: rgb(255, 255, 255);
    font: 15px "Helvetica Neue", gotham, sans-serif;
}

.ppp:hover {
    background: #efefef;
}

.ull {
    margin: 10px 7px 7px 17px;
    padding: 7px 0px 7px 5px;
    border-left: 7px solid #65cc5b;
    background: rgb(255, 255, 255);
}

.ullout {
    border-left: none;
    background: rgb(255, 255, 255);
    padding: 7px 7px 7px 7px;
}

.lii {
    margin: 7px 7px 7px 17px;
    padding: 7px;
    background: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 23px;
    font-variant: small-caps;
    letter-spacing: 0.01em;
}

.lii:hover {
    background: #efefef;
}

.idcenter {
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    color: crimson;
}

.asides {
    font-size: 14px;
    background: white;
    padding: 15px;
    width: 280px;
    float: right;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    margin: 15px;
}

.zahlen {
    color: red;
    font-weight: bold;
    font-size: 170%;
    margin-left: 20px;
}

.achtung {
    background-color: #F9F0D4;
    border: medium double #FF0000;
    margin: 1em;
    padding: 1em;
}

.social {
    text-align: center;
}

.tphone:before {
    content: "\260E";
}

.ruble {
    font-size: 18px;
    margin-left: 5px;
    color: darkgreen;
    font-weight: 800;
}

.ruble:after {
    content: "\20BD";
    font-size: 18px;
    margin-left: 5px;
    color: darkgreen;
    font-weight: 800;
}

.tel-inter {
    display: inline-block;
    background: #8CB83F;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 22px;
    white-space: nowrap;
    line-height: 30px;
    color: white !important;
    transition: ease-in-out 0.3s all;
    transform: scale(1);
    margin: 2px 10px;
    text-decoration: none;
    border: 2px solid white;
}
.sevenpx {
	
}
/* Всё украдено до нас */
.restlessgypsy {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


/* #ADADAD */
.tel-inter:hover {
    transform: scale(1.1);
	background: #ff9333;
}
/*  стрелка вниз*/
.arrow-down {
    margin: 30px;
    text-align: -webkit-right;
    margin-right: 50px;
}
.arrow-down span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #337AB7;
    border-right: 5px solid #337AB7;
    transform: rotate(45deg);
    margin: -16px;
    animation: arrow-down 2s infinite;
}
.arrow-down span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-down span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/*  border: solid black; */
i {
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.iarrow {
	margin: 7px;
	padding: 7px;
}

.iarrow a {
    background: rgb(169 255 0 / 15%);
	margin: 7px;
    padding: 7px;
    border-radius: 5px;
}

.martop {
	margin-top: 12px;
}

.offscreen {
 clip-path: inset(100%);
 clip: rect(1px, 1px, 1px, 1px);
 height: 1px;
 overflow: hidden;
 position: absolute;
 white-space: nowrap; /* added line */
 width: 1px;
}

.det {
	margin: 0 auto;
    max-width: 700px;
    margin-top: 24px;
	margin-bottom: 24px;
    padding: 7px;
    background-color: aliceblue;
}

.btn-inner {
   display: flex;
   align-items: center;
   min-width: 267px;
}

.btn-block {
    margin: 0.5em;
    padding: 0.5em;
	/*
	display:block;
	width:100%
	*/
}

.btn-form {
    margin: 0.5em;
    padding: 0.5em;
}



.note {
    color: green;
    background: #DDFFDD;
    font-style: italic;
}

.warning {
    color: #D50606;
    background: #FFFFCA;
    font-weight: bolder;
    font-style: italic;
}

.note, .warning {
    position: relative;
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.note, .warning {
    margin: 1.5em 0;
    padding: 0.5em 1em;
}


.note::before {
    content: 'Note';
}

.warning::before {
    color: yellow;
    background: #D50606;
}


.note::before { content: 'Пример!'; }
.warning::before {content: '\26A0 Внимание!';}

.note::before, .warning::before {
  padding: 0.15em 0.25em;
  position: absolute;
  top: -0.8em;
  left: -0.8em;
  color: white;
}

