/* normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
	color: #5db289;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0;
	line-height: 1.65;
	font-size: 16px;
}

p + p {
  margin-top: 8px;
}

h3 + p,
p + h3,
h3 + ul,
h3 + ol,
ul + h3,
ol + h3 {
	margin-top: 24px;
}

b,
strong {
  font-weight: 600;
}

a:not([class]) {
  color: #127847;
  font-weight: 600;
}

a:not([class]):hover,
a:not([class]):active {
  color: #5db289;
}

main {
  padding-top: 114px;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.row:before,
.row:after {
  content: "";
  display: block;
  overflow: hidden;
}

.row:after {
  clear: both;
}

h1,
h2,
h3,
h4 {
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 40px;
	font-weight: 700;
  line-height: 1.5;
  margin: 0.67em 0;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  color: #127847;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #127847;
}

input[placeholder],
select[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #bebebe;
  font-size: 16px;
  font-weight: 300;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-overflow: ellipsis;
  color: #bebebe;
  font-size: 16px;
  font-weight: 300;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  text-overflow: ellipsis;
  color: #bebebe;
  font-size: 16px;
  font-weight: 300;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  text-overflow: ellipsis;
  color: #bebebe;
  font-size: 16px;
  font-weight: 300;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
  color: #bebebe !important;
  font-size: 16px;
  font-weight: 300;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.projects {
  position: relative;
}

.slider-index {
  position: relative;
}

.slider-index__item {
  height: calc(100vh - 114px);
  min-height: 570px;
  position: relative;
  background-size: cover;
  background-position: top center;
	padding-top: 100px;
}

.slider-index__item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

.slider-index__item > .container {
  height: 100%;
  position: relative;
}

.slider-index__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}

.slider-index__text {
  width: 50%;
}

.slider-index__text h2 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.slider-index__text h2 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #fafafa;
  text-transform: none;
}

.slider-index__text .btn,
.slider-index__text button {
  margin-top: 24px;
}

.slider-index__size {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
}

.slider-index__desc {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 600;
  color: #fafafa;
}

.slider-index__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-index__nav:hover {
  border-color: transparent;
  background-color: rgba(255,255,255,0.3);
}

.slider-index__nav svg {
  max-width: 100%;
  max-height: 100%;
}

.slider-index__nav--left {
  left: 16px;
}

.slider-index__nav--right {
  right: 16px;
}

.excellence {
  background-color: #d4f1d5;
  padding: 64px 0;
}

.excellence__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -64px;
}

.excellence__item {
  width: calc(33% - 64px);
  margin-left: 64px;
  margin-top: 32px;
}

.excellence__icon {
  height: 72px;
  margin-bottom: 16px;
}

.excellence__icon img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.excellence__desc {
  margin-top: 8px;
}

.feedback {
  background-image: url("../img/feedback-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.feedback .container {
  background: transparent;
  height: 100%;
}

.feedback__wrapper {
  width: 540px;
  height: 100%;
  padding: 40px;
  background-color: rgba(212,241,213,0.9);
}

.form {
  margin-top: 24px;
}

.form__item + .form__item {
  margin-top: 24px;
}

.form__item + .form__item p {
  margin: 8px 0 0;
  text-align: center;
}

.form__label {
  font-weight: 600;
  margin-bottom: 4px;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news {
  padding: 64px 0;
}

.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  margin-top: 32px;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 40px;
  background-color: #fafafa;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  -webkit-border-top-left-radius: 28px;
  -webkit-border-top-right-radius: 28px;
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-top-left-radius: 28px;
  -moz-border-top-right-radius: 28px;
  -moz-border-bottom-left-radius: 28px;
  overflow: hidden;
  color: #272d36;
}

.news__item:hover,
.news__item:active {
  color: #272d36;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.news__item:visited {
  color: #272d36;
}

.news__body {
  padding: 24px;
}

.news__img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.news__date {
  color: #8b8b8b;
}

.news__date span {
  color: #127847;
  font-weight: 600;
}

.news__anons {
  margin-top: 16px;
}

.news button,
.news .btn {
  margin-top: 24px;
}

.news__main {
  width: calc(40% - 40px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.news__main .news__item {
  height: 100%;
}

.news__main2 .news__img,
.news__main .news__img {
  width: 100%;
  height: 255px;
}

.news__main2 .news__anons,
.news__main .news__anons {
  max-height: 180px;
  overflow: hidden;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news__list .news__item:nth-child(1) {
  width: calc(100% - 40px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.news__list .news__item:nth-child(1) .news__anons {
  max-height: 100px;
  overflow: hidden;
}

.news__list .news__item:nth-child(1) .news__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  height: 100%;
}

.news__list .news__item:nth-child(2) {
  position: relative;
  width: calc(50% - 40px);
  margin-top: 40px;
}

.news__list .news__item:nth-child(2):hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
          box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}

.news__list .news__item:nth-child(2) .news__img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news__list .news__item:nth-child(2) .news__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13,101,59,0.85);
}

.news__list .news__item:nth-child(2) .news__body {
  position: relative;
  z-index: 2;
  color: #fff;
}

.news__list .news__item:nth-child(2) .news__date {
  color: #fff;
}

.news__list .news__item:nth-child(2) .news__date span {
  color: #fff;
}

.news__list .news__item:nth-child(2) .news__anons {
  max-height: 136px;
  overflow: hidden;
}

.news__list .news__item:nth-child(3) {
  width: calc(50% - 40px);
  margin-top: 40px;
  background-color: #d4f1d5;
}

.news__list .news__item:nth-child(3) .news__img {
  display: none;
}

.news__list .news__item:nth-child(3) .news__anons {
  max-height: 136px;
  overflow: hidden;
}

.display-1360,
.display-1200,
.display-1024,
.display-960,
.display-768,
.display-640,
.display-425 {
  display: none;
}

.footer {
  background-color: #fff;
	border-top: 1px solid rgba(217, 217, 217, 1);
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top {
  padding: 40px 0;
}

.footer__top .nav__list {
  gap: 48px;
}

.footer__logo {
  display: block;
  width: 140px;
}

.footer__vk {
  display: block;
  margin-top: 24px;
  color: #127847;
}

.footer__vk:hover {
  color: #5db289;
}

.footer__right {
  margin-left: auto;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  margin-top: 40px;
}

.footer__bottom {
  background-color: #fafafa;
  padding: 16px 0;
}

.footer__bottom a {
  color: #8b8b8b;
}

.footer__bottom a:hover {
  color: #5db289;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #127847;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 28px 0;
	/*border-bottom: 1px solid rgba(217, 217, 217, 1);*/
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
}

.header.white {
  padding: 16px 0;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
          box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo svg,
.header__logo img {
  max-width: 100%;
  max-height: 100%;
}

.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 48px;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
	align-self: flex-end;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone {
  margin-left: 32px;
  text-align: right;
  margin-top: -20px;
}

.phone__number {
  font-size: 20px;
  font-weight: 600;
  color: #127847;
}

.social__item {
  /*color: #5db289;*/
  color: var(--color4);
}

.social__item:hover {
  /*color: #127847;*/
  color: #5db289;
}

.social__item + .social__item {
  margin-left: 16px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.nav__link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 8px 0;
  font-weight: 600;
  color: #272d36;
}

.nav__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d4f1d5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 1.2s;
  -o-transition: width 1.2s;
  transition: width 1.2s;
}

.nav__link:hover,
.nav__link.active {
  color: #fff;
}

.nav__link:hover:before,
.nav__link.active:before {
  width: 100%;
}

.header__menu .nav__link {
  color: #fff;
}

.btn,
a.btn {
	/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	*/
	
	display: inline-block;
	line-height: 1;
	
	
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 48px;
  padding: 17px 32px;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: thin solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.btn svg *,
a.btn svg * {
  fill: currentColor;
}

.btn--full,
a.btn--full {
  width: 100%;
}

.btn--small,
a.btn--small {
  height: 40px;
	padding: 13px 32px;
}

.btn--primary,
a.btn--primary {
  color: #fff;
  background-color: #127847;
}

.btn--primary:hover,
a.btn--primary:hover {
  color: #fff;
  background-color: #3EB27A;
}

.btn--primary.btn--inverted,
a.btn--primary.btn--inverted {
  color: #127847;
  border-color: #127847;
  background-color: transparent;
}

.btn--primary.btn--inverted:hover,
a.btn--primary.btn--inverted:hover {
  color: #3EB27A;
  border-color: #3EB27A;
}

.btn--secondary,
a.btn--secondary {
  color: #fff;
  background-color: #d4f1d5;
}

.btn--secondary.btn--inverted,
a.btn--secondary.btn--inverted {
  color: #d4f1d5;
  border-color: #d4f1d5;
  background-color: transparent;
}

.btn--white,
a.btn--white {
  color: #272d36;
  background-color: #fff;
}

.btn--white:hover,
a.btn--white:hover {
  color: #272d36;
  background-color: #d4f1d5;
}

.btn--white.btn--inverted,
a.btn--white.btn--inverted {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn--white.btn--inverted:hover,
a.btn--white.btn--inverted:hover {
  color: #d4f1d5;
  border-color: #d4f1d5;
}

.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}

.btn__wrapper .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn__wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input,
select {
  max-width: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: top;
  /*-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	*/
}

input:not([type]),
select:not([type]),
input[type="text"],
select[type="text"],
input[type=password],
select[type=password],
input[type=email],
select[type=email],
input[type=url],
select[type=url],
input[type=search],
select[type=search],
input[type=tel],
select[type=tel],
input[type=number],
select[type=number],
input[type=datetime],
select[type=datetime] {
  border: thin solid #bebebe;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px;
  background: #fff;
  color: #272d36;
}

input[type=date],
input[type=time] {
  border: thin solid #bebebe;
  border-radius: 2px;
  width: auto;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px;
  background: #fff;
  color: #272d36;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  background: #fff;
  border: thin solid #bebebe;
}

select,
textarea {
  width: 100%;
  color: #272d36;
  border-radius: 2px;
}

textarea {
  max-width: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 75px;
  resize: none;
  border: thin solid #bebebe;
  line-height: 1.33;
  color: #272d36;
  padding: 16px;
  background: #fff;
}

::-ms-clear {
  display: none;
}

input:checked,
textarea:checked,
select:checked
/*input[value=""]*/
{
  background: transparent;
  color: #fff;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background: transparent !important;
  background-image: none !important;
  color: #fff !important;
}

.header__menu--mobile {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  padding: 32px 24px;
  border-top: 1px solid #bebebe;
  position: absolute;
  left: -100%;
  top: 80px;
  right: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header__menu--mobile .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.mobile-menu--open .header__menu--mobile {
  visibility: visible;
  opacity: 1;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.mobile-menu--open {
  height: 100vh;
  overflow: hidden;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 106;
  width: 28px;
  height: 22px;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
}

.hamburger__line,
.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  z-index: 5;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
}

.hamburger:before {
  left: 0;
  top: 0;
  width: 28px;
}

.hamburger__line {
  top: 10px;
  left: 5px;
  width: 24px;
}

.hamburger:after {
  top: 20px;
  left: 10px;
  width: 20px;
}

.mobile-menu--open .hamburger .hamburger__line {
  left: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu--open .hamburger:before {
  top: 19px;
  left: 0;
  width: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu--open .hamburger:after {
  top: 0;
  left: 0;
  width: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.checkbox-wrapper {
  position: relative;
  display: inline-block;
  text-align: left;
}

.checkbox-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.checkbox-wrapper label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 32px;
  color: #272d36;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

input[type=checkbox].checkbox {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  opacity: 0;
}

input[type=checkbox].checkbox ~ span {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: transparent;
  border: thin solid #127847;
  border-radius: 2px;
  cursor: pointer;
}

input[type=checkbox].checkbox:hover ~ span {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: transparent;
  border: thin solid #127847;
  border-radius: 2px;
}

input[type=checkbox].checkbox:checked ~ span {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #127847 url("../img/checkbox.svg") no-repeat 50% 50%;
  border: none;
  border-radius: 2px;
}

input[type=checkbox].checkbox:disabled ~ span {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: transparent;
  border: thin solid #127847;
  border-radius: 2px;
  opacity: 0.5;
}


@media only screen and (max-width: 1599px) {
  .slider-index__text {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 1360px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hamburger {
    display: block;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1359px) {
  main {
    padding-top: 80px;
  }

  .header {
    padding: 16px 0;
  }

  .header__logo {
    height: 48px;
  }

  .header__phone {
    margin-left: 0;
    text-align: left;
    margin-top: 32px;
  }
}

@media screen and (max-width: 1359px) {
  .display-1360 {
    display: block;
  }

  .hidden-1360 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .display-1200 {
    display: block;
  }

  .hidden-1200 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .feedback__wrapper {
    width: 50%;
  }

  .footer__right {
    margin-left: 56px;
  }

  .footer__contacts {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .download margin-left auto {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .slider-index__item {
    height: 480px;
    min-height: auto;
  }

  .slider-index__text {
    margin-left: 0;
    width: 80%;
  }

  .slider-index__nav {
    width: 40px;
    height: 40px;
    padding: 8px;
    top: auto;
    bottom: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 1023px) {
  .display-1024 {
    display: block;
  }

  .hidden-1024 {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .display-960 {
    display: block;
  }

  .hidden-960 {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  main {
    padding-top: 72px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .slider-index__content {
    height: calc(100% - 72px);
  }

  .slider-index__text h2 {
    font-size: 32px;
  }

  .slider-index__size {
    font-size: 18px;
  }

  .slider-index__desc {
    font-size: 20px;
  }

  .excellence {
    padding: 48px 0;
  }

  .excellence__list {
    margin-left: -32px;
  }

  .excellence__item {
    width: calc(50% - 32px);
    margin-left: 32px;
  }

  .excellence__icon {
    height: 56px;
  }

  .feedback__wrapper {
    width: calc(50% + 24px);
    margin-left: -24px;
    padding: 40px 24px;
  }

  .news {
    padding: 48px 0;
  }

  .news__wrapper {
    margin-left: -24px;
  }

  .news__item {
    margin-left: 24px;
  }

  .news__main {
    width: calc(40% - 24px);
  }

  .news__list .news__item:nth-child(1) {
    width: calc(100% - 24px);
  }

  .news__list .news__item:nth-child(2) {
    width: calc(50% - 24px);
    margin-top: 24px;
  }

  .news__list .news__item:nth-child(3) {
    width: calc(50% - 24px);
    margin-top: 24px;
  }

  .header__logo {
    height: 40px;
  }

  .header__menu--mobile {
    top: 72px;
  }
  
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__right {
    margin-left: 0;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .display-768 {
    display: block;
  }

  .hidden-768 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider-index__text {
    width: 100%;
  }

  .slider-index__desc {
    font-size: 16px;
    font-weight: 400;
  }

  .excellence {
    padding: 40px 0;
  }

  .excellence__desc {
    font-size: 12px;
  }

  .feedback {
    padding: 24px 0;
  }

  .feedback__wrapper {
    width: 100%;
    margin-left: 0;
    padding: 32px 24px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    -webkit-border-top-left-radius: 28px;
    -webkit-border-top-right-radius: 28px;
    -webkit-border-bottom-left-radius: 28px;
    -moz-border-top-left-radius: 28px;
    -moz-border-top-right-radius: 28px;
    -moz-border-bottom-left-radius: 28px;
  }

  .news {
    padding: 40px 0;
  }

  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news__body {
    padding: 24px 16px;
  }

  .news__anons {
    margin-top: 8px;
  }

  .news__main {
    width: 100%;
  }

  .news__main .news__img {
    height: 0;
    padding: calc(100vw / 4);
  }

  .news__main .news__anons {
    height: 79px;
  }

  .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }

  .news__list .news__item:nth-child(1) .news__img {
    height: 250px;
  }

  .news__list .news__item:nth-child(2) {
    width: calc(100% - 24px);
  }

  .news__list .news__item:nth-child(3) {
    width: calc(100% - 24px);
  }

  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

	/*
  .btn,
  a.btn {
    padding: 15px 20px;
  }*/

  .btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .btn__wrapper .btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media screen and (max-width: 639px) {
  .display-640 {
    display: block;
  }

  .hidden-640 {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .display-425 {
    display: block;
  }

  .hidden-425 {
    display: none;
  }
}

@media only screen and (max-width: 424px) {
  .btn,
  a.btn {
    width: 100%;
  }

	.btn--small,
	a.btn--small {
		padding: 13px 13px;
}
}