* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: cygre;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container {
  max-width: 1785px;
  margin: 0px auto;
  padding: 0 15px;
}

._ibg {
  position: relative;
  max-width: 100%;
}
._ibg img {
  position: absolute;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  width: 100%;
  z-index: 100;
}

.header__container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  justify-content: space-between;
}

.header__logo {
  max-width: 277px;
  max-height: 71px;
  display: block;
}

@media (max-width: 838px) {
  .header__logo {
    max-width: 177px;
    max-height: 71px;
    display: block;
  }
}
.header__logo_img {
  max-width: 100%;
  height: auto;
}
.header__logo_img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1253px) {
  .header__logo_img {
    max-width: 70%;
    height: auto;
  }
}
@media (max-width: 954px) {
  .header__logo_img {
    max-width: 50%;
    height: auto;
  }
}
@media (max-width: 544px) {
  .header__logo_img {
    max-width: 80%;
    height: auto;
  }
}
@media (max-width: 938px) {
  .header__logo_img {
    max-width: 70%;
    height: auto;
  }
}
@media (max-width: 544px) {
  .header__logo_img {
    max-width: 100%;
    height: auto;
  }
}
.header__burger {
  display: none;
}

.header__menu-menu_burger {
  display: none;
  width: 200px;
  height: auto;
  background: #009444;
  position: absolute;
  top: 20px;
  right: 0;
}

.menu__item_burger {
  border: 2px solid #FFF;
}

.menu__link_burger {
  cursor: pointer;
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #FFF;
  padding: 5px;
}

@media (max-width: 544px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0px 0px 0px 200px;
  }
}
.header__burger span {
  position: absolute;
  background-color: #474747;
  left: 0;
  width: 100%;
  height: 2px;
  top: 10px;
}

@media (max-width: 544px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0px 0px 0px 200px;
  }
}
@media (max-width: 437px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0px 0px 0px 100px;
  }
}
@media (max-width: 337px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    margin: 0px 0px 0px 50px;
  }
}
.header__burger::before {
  content: " ";
  background-color: #474747;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0px;
}

.header__burger::after {
  content: " ";
  background-color: #474747;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
}

.menu__list {
  margin: 0px 0px 0px 502px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 544px) {
  .menu__list {
    display: none;
  }
}
@media (max-width: 1780px) {
  .menu__list {
    margin: 0px 0px 0px 400px;
  }
}
@media (max-width: 1684px) {
  .menu__list {
    margin: 0px 0px 0px 300px;
  }
}
@media (max-width: 1578px) {
  .menu__list {
    margin: 0px 0px 0px 200px;
  }
}
@media (max-width: 1578px) {
  .menu__list {
    margin: 0px 0px 0px 100px;
  }
}
@media (max-width: 1253px) {
  .menu__list {
    margin: 0px 0px 0px 50px;
  }
}
@media (max-width: 1024px) {
  .menu__list {
    margin: 0px 0px 0px 20px;
  }
}
@media (max-width: 838px) {
  .menu__list {
    margin: 0px 0px 0px 0px;
  }
}
.menu__item:not(:last-child) {
  margin: 0px 50px 0px 0px;
}

@media (max-width: 1478px) {
  .menu__item:not(:last-child) {
    margin: 0px 25px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .menu__item:not(:last-child) {
    margin: 0px 15px 0px 0px;
  }
}
.menu__link {
  cursor: pointer;
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #474747;
}

.menu__item:hover {
  border-bottom: 2px solid #000000;
}

@media (max-width: 1253px) {
  .menu__link {
    font-size: 18px;
    line-height: 171.4285714286%;
  }
}
@media (max-width: 954px) {
  .menu__link {
    font-size: 14px;
    line-height: 171.4285714286%;
  }
}
.header__email {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header__email {
    display: none;
  }
}
.header__email_adres {
  margin: 0px 3px 0px 50px;
  max-width: 100%;
  max-height: 100%;
}
.header__email_adres img {
  max-width: 100%;
}

@media (max-width: 1253px) {
  .header__email_adres {
    max-height: 50%;
  }
  .header__email_adres img {
    max-height: 50%;
  }
}
@media (max-width: 1378px) {
  .header__email_adres {
    margin: 0px 3px 0px 25px;
  }
}
.header__email_email {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
}
.header__email_email a {
  color: #818181;
}

@media (max-width: 1253px) {
  .header__email_email {
    font-size: 18px;
  }
}
@media (max-width: 954px) {
  .header__email_email {
    font-size: 14px;
  }
}
.page {
  padding-top: 29px;
  width: 100%;
  flex: 1 1 auto;
}

.page__firs-section__block {
  position: relative;
  width: 100%;
}

.page__first-section_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__first-section_img img {
  width: 100%;
  height: 100%;
}

.page__firs-section__container {
  z-index: 3;
  position: relative;
}

.page__first-section__body {
  width: 735px;
  z-index: 4;
}

@media (max-width: 654px) {
  .page__first-section__body {
    max-width: 500px;
    z-index: 4;
  }
}
@media (max-width: 530px) {
  .page__first-section__body {
    max-width: 400px;
    z-index: 4;
  }
}
@media (max-width: 396px) {
  .page__first-section__body {
    max-width: 300px;
    z-index: 4;
  }
}
.firs-section__text {
  padding: 141px 0px 0px 57px;
  font-family: cygre;
  font-size: 48px;
  font-weight: 500;
  line-height: 171.4285714286%;
  color: #FFFFFF;
}

@media (max-width: 1464px) {
  .firs-section__text {
    padding: 70px 0px 0px 57px;
  }
}
@media (max-width: 1218px) {
  .firs-section__text {
    font-size: 42px;
    padding: 70px 30px 0px 57px;
  }
}
@media (max-width: 730px) {
  .firs-section__text {
    font-size: 36px;
    padding: 70px 150px 0px 57px;
  }
}
@media (max-width: 654px) {
  .firs-section__text {
    font-size: 30px;
    padding: 70px 0px 0px 57px;
  }
}
@media (max-width: 531px) {
  .firs-section__text {
    font-size: 28px;
    padding: 70px 0px 0px 57px;
  }
}
@media (max-width: 436px) {
  .firs-section__text {
    font-size: 24px;
    padding: 70px 0px 0px 20px;
  }
}
.firs-section__button {
  padding: 48px 0px 248px 57px;
}

.firs-section__btn {
  border-radius: 5px 30px 5px 30px;
}
.firs-section__btn span {
  border-radius: 5px 30px 5px 30px;
  background-color: #009444;
  font-family: cygre;
  font-size: 36px;
  font-weight: 400;
  padding: 12px 136px;
  color: #FFFFFF;
}

@media (max-width: 654px) {
  .firs-section__btn {
    border-radius: 5px 30px 5px 30px;
  }
  .firs-section__btn span {
    border-radius: 5px 30px 5px 30px;
    background-color: #009444;
    font-family: cygre;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 100px;
    color: #FFFFFF;
  }
}
@media (max-width: 436px) {
  .firs-section__btn {
    border-radius: 5px 30px 5px 30px;
  }
  .firs-section__btn span {
    border-radius: 5px 30px 5px 30px;
    background-color: #009444;
    font-family: cygre;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 40px;
    color: #FFFFFF;
  }
}
.slaider-idicator {
  margin-top: 30px;
}

.slider_item {
  width: 120px;
  margin: 0 auto;
  display: flex;
}

.slider_link {
  margin: 0 10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #009444;
}

.page_two-section_title {
  text-align: center;
  padding: 50px 0px 8px 0px;
}
.page_two-section_title h2 {
  font-family: cygre;
  font-size: 48px;
  font-weight: 500;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_two-section_indicator-body {
  width: 130px;
  height: 19px;
  border-radius: 10px;
  background: #009444;
  margin: 0 auto;
}

.page_two-section__brend {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.page_two-section_body {
  flex: 0 1 33.33%;
}

.page_two-section_item {
  margin: 48px 0px;
  text-align: center;
  max-width: 100%;
  padding: 10px 10px 0px 10px;
}
.page_two-section_item img {
  max-width: 100%;
}

.page_two-section_item-a {
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 90px;
  padding: 0px 10px 0px 10px;
  text-align: center;
}
.page_two-section_item-a img {
  max-width: 100%;
}

.page_two-section_item-b {
  max-width: 100%;
  padding: 40px 10px 0px 10px;
  text-align: center;
}
.page_two-section_item-b img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .page_two-section__brend {
    display: block;
  }
  .page_two-section_item {
    margin: 20px 0px;
  }
  .page_two-section_item-a {
    margin: 20px 0px;
  }
  .page_two-section_item-b {
    margin: 20px 0px;
  }
}
@media (max-width: 612px) {
  .page_two-section_item {
    margin: 20px 0px;
  }
  .page_two-section_item-a {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  ._cat {
    margin-top: 50px;
    text-align: center;
  }
}
.page_three-section_title {
  text-align: center;
  padding: 50px 0px 8px 0px;
}
.page_three-section_title h2 {
  font-family: cygre;
  font-size: 48px;
  font-weight: 500;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_three-section_indicator-body {
  width: 96px;
  height: 19px;
  border-radius: 10px;
  background: #009444;
  margin: 0 auto;
}

.page_three-section__content {
  display: flex;
  padding: 51px 0;
}

.page_three-section__content-text {
  flex: 0 1 50%;
  padding: 0px 60px 0px 0px;
}
.page_three-section__content-text p {
  font-family: cygre;
  font-size: 32px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}
.page_three-section__content-text li {
  font-family: cygre;
  font-size: 32px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_three-section__content-imgs {
  flex: 0 1 50%;
  position: relative;
}

.page_three-section__imgs-JD {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 89px;
}
.page_three-section__imgs-JD img {
  max-width: 100%;
}

.page_three-section__imgs-Oil {
  max-width: 100%;
  position: absolute;
  top: 240px;
  left: 420px;
  z-index: 3;
}
.page_three-section__imgs-Oil img {
  max-width: 100%;
  border-radius: 15px;
}

.page_three-section__imgs-grimm {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.page_three-section__imgs-grimm img {
  max-width: 100%;
}

@media (max-width: 1660px) {
  .page_three-section__imgs-grimm {
    max-width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media (max-width: 1596px) {
  .page_three-section__imgs-grimm {
    max-width: 100%;
    position: static;
    bottom: 40px;
    left: 0;
  }
  .page_three-section__imgs-Oil {
    max-width: 100%;
    position: static;
    top: 240px;
    left: 420px;
    z-index: 3;
  }
  .page_three-section__imgs-JD {
    max-width: 100%;
    position: static;
    top: 0;
    left: 89px;
  }
  .page_three-section__imgs-JD img {
    max-width: 100%;
  }
}
@media (max-width: 1360px) {
  .page_three-section__content-text p {
    font-size: 28px;
  }
  .page_three-section__content-text p li {
    font-size: 28px;
  }
}
@media (max-width: 1084px) {
  .page_three-section__content-text p {
    font-size: 26px;
  }
  .page_three-section__content-text li {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .page_three-section__content-text p {
    font-size: 24px;
  }
  .page_three-section__content-text li {
    font-size: 24px;
  }
}
@media (max-width: 944px) {
  .page_three-section__content-text p {
    font-size: 22px;
  }
  .page_three-section__content-text li {
    font-size: 22px;
  }
}
@media (max-width: 832px) {
  .page_three-section__content-text p {
    font-size: 20px;
  }
  .page_three-section__content-text li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page_three-section__content {
    display: block;
  }
  .page_three-section__content-imgs {
    margin: 0 auto;
    text-align: center;
  }
  .page_three-section__content-text {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .page_three-section__imgs-Oil {
    display: none;
  }
  .page_three-section__imgs-grimm {
    display: none;
  }
}
@media (max-width: 425px) {
  .page_three-section__content-text p {
    font-size: 18px;
  }
  .page_three-section__content-text li {
    font-size: 18px;
  }
}
.page_four-section {
  padding: 50px 0;
}

.page_four-section_title {
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
}
.page_four-section_title h2 {
  font-family: cygre;
  font-size: 48px;
  font-weight: 500;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_four-section_indicator {
  text-align: center;
  margin-bottom: 60px;
}
.page_four-section_indicator span {
  display: inline-block;
  width: 413px;
  height: 19px;
  background: #009444;
  border-radius: 10px;
}

.page_four-section_content {
  display: flex;
  flex-wrap: wrap;
}

.page_four-section_content-item {
  flex: 0 1 25%;
}

.page_four-secyion-item_bidy {
  text-align: center;
}

.page_four-secyion-item_bidy-img {
  max-width: 100%;
}
.page_four-secyion-item_bidy-img img {
  max-width: 100%;
}

.page_four-secyion-item_bidy-indicator {
  margin: 10px 0;
}
.page_four-secyion-item_bidy-indicator span {
  display: inline-block;
  width: 92px;
  height: 19px;
  background: #009444;
  border-radius: 10px;
}

.page_four-secyion-item_bidy-title h5 {
  font-family: cygre;
  font-size: 40px;
  font-weight: 600;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_four-secyion-item_bidy-text {
  padding: 10px 20px;
}
.page_four-secyion-item_bidy-text p {
  font-family: cygre;
  font-size: 32px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

@media (max-width: 1599px) {
  .page_four-secyion-item_bidy-text {
    padding: 10px 20px;
  }
  .page_four-secyion-item_bidy-text p {
    font-family: cygre;
    font-size: 30px;
    font-weight: 400;
    line-height: 171.4285714286%;
    color: #000000;
  }
}
@media (max-width: 1511px) {
  .page_four-secyion-item_bidy-text p {
    font-size: 28px;
  }
}
@media (max-width: 1423px) {
  .page_four-secyion-item_bidy-text p {
    font-size: 24px;
  }
}
@media (max-width: 1288px) {
  .page_four-secyion-item_bidy-title h5 {
    font-size: 38px;
  }
}
@media (max-width: 1247px) {
  .page_four-secyion-item_bidy-title h5 {
    font-size: 36px;
  }
  .page_four-secyion-item_bidy-text p {
    font-size: 22px;
  }
}
@media (max-width: 1165px) {
  .page_four-secyion-item_bidy-title h5 {
    font-size: 30px;
  }
  .page_four-secyion-item_bidy-text p {
    font-size: 18px;
  }
}
@media (max-width: 983px) {
  .page_four-secyion-item_bidy-title h5 {
    font-size: 28px;
  }
  .page_four-secyion-item_bidy-text p {
    font-size: 16px;
  }
}
@media (max-width: 911px) {
  .page_four-section_content-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 609px) {
  .page_four-section_content-item {
    flex: 0 1 100%;
  }
  .page_four-section_title h2 {
    font-size: 40px;
  }
  .page_four-section_indicator span {
    width: 300px;
  }
}
.page_five-section {
  position: relative;
}

.page_five-section-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page_five-section-img img {
  width: 100%;
  height: 100%;
}

.page_five-section__container {
  position: relative;
  z-index: 3;
  padding: 70px 0;
}

.page_five-section__content-fit {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 30px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-shadow: 10px 5px 5px black;
}

.page_five-section__content {
  position: relative;
  z-index: 4;
  padding: 26px 104px 150px 150px;
  width: 80%;
  margin: 0 auto;
}

.page_five-section__content-item {
  position: relative;
  z-index: 4;
}

.page_five-section_title {
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
}
.page_five-section_title h2 {
  font-family: cygre;
  font-size: 48px;
  font-weight: 500;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section_indicator {
  text-align: center;
  margin-bottom: 60px;
}
.page_five-section_indicator span {
  display: inline-block;
  width: 148px;
  height: 19px;
  background: #009444;
  border-radius: 10px;
}

.page_five-section__form-content {
  display: flex;
  flex-wrap: wrap;
}

.page_five-section__form-content-name {
  flex: 0 1 50%;
}

.page_five-section-content_namecompany {
  margin-bottom: 21px;
}
.page_five-section-content_namecompany h4 {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}
.page_five-section-content_namecompany p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section-content_adress {
  margin-bottom: 21px;
}
.page_five-section-content_adress h4 {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}
.page_five-section-content_adress p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section-content_workinghours {
  margin-bottom: 21px;
}
.page_five-section-content_workinghours h4 {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}
.page_five-section-content_workinghours span {
  display: block;
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section-content_phone {
  margin-bottom: 21px;
}
.page_five-section-content_phone h4 {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}
.page_five-section-content_phone p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section-content_email p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section__form-content-message {
  flex: 0 1 50%;
}
.page_five-section__form-content-message button {
  background: #009444;
  border-radius: 20px;
  padding: 16px 48px;
}

.page_five-section__form-content-message-text {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #000000;
}

.page_five-section__clientform div {
  width: 100%;
  border: 2px solid #009444;
  border-radius: 20px;
  margin: 15px 0;
}

.page_five-section__form-content-message_yourname {
  padding: 0px 0px 0px 30px;
  background: #FFFFFF;
}
.page_five-section__form-content-message_yourname p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #9F9F9F;
}

.page_five-section__form-content-message_youremail {
  padding: 0px 0px 0px 30px;
  background: #FFFFFF;
}
.page_five-section__form-content-message_youremail p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #9F9F9F;
}

.page_five-section__form-content-message_yourphone {
  padding: 0px 0px 0px 30px;
  background: #FFFFFF;
}
.page_five-section__form-content-message_yourphone p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #9F9F9F;
}

.page_five-section__form-content-message_yourtext {
  padding: 16px 0px 46px 30px;
  background: #FFFFFF;
}
.page_five-section__form-content-message_yourtext p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #9F9F9F;
}

.five_btn {
  font-family: cygre;
  font-size: 24px;
  font-weight: 600;
  line-height: 171.4285714286%;
  color: white;
}

@media (max-width: 1440px) {
  .page_five-section__form-content-message {
    padding-left: 10px;
  }
  .page_five-section-content_namecompany h4 {
    font-size: 20px;
  }
  .page_five-section-content_namecompany p {
    font-size: 20px;
  }
  .page_five-section-content_adress h4 {
    font-size: 20px;
  }
  .page_five-section-content_adress p {
    font-size: 20px;
  }
  .page_five-section-content_workinghours h4 {
    font-size: 20px;
  }
  .page_five-section-content_workinghours span {
    font-size: 20px;
  }
  .page_five-section-content_phone h4 {
    font-size: 20px;
  }
  .page_five-section-content_phone p {
    font-size: 20px;
  }
  .page_five-section-content_email p {
    font-size: 20px;
  }
  .page_five-section__form-content-message-text {
    font-size: 20px;
  }
  .page_five-section__form-content-message_yourname p {
    font-size: 20px;
  }
  .page_five-section__form-content-message_youremail p {
    font-size: 20px;
  }
  .page_five-section__form-content-message_yourphone p {
    font-size: 20px;
  }
  .page_five-section__form-content-message_yourtext p {
    font-size: 20px;
  }
  .five_btn {
    font-size: 20px;
  }
}
@media (max-width: 1290px) {
  .page_five-section-content_namecompany h4 {
    font-size: 18px;
  }
  .page_five-section-content_namecompany p {
    font-size: 18px;
  }
  .page_five-section-content_adress h4 {
    font-size: 18px;
  }
  .page_five-section-content_adress p {
    font-size: 18px;
  }
  .page_five-section-content_workinghours h4 {
    font-size: 18px;
  }
  .page_five-section-content_workinghours span {
    font-size: 18px;
  }
  .page_five-section-content_phone h4 {
    font-size: 18px;
  }
  .page_five-section-content_phone p {
    font-size: 18px;
  }
  .page_five-section-content_email p {
    font-size: 18px;
  }
  .page_five-section__form-content-message-text {
    font-size: 18px;
  }
  .page_five-section__form-content-message_yourname p {
    font-size: 18px;
  }
  .page_five-section__form-content-message_youremail p {
    font-size: 18px;
  }
  .page_five-section__form-content-message_yourphone p {
    font-size: 18px;
  }
  .page_five-section__form-content-message_yourtext p {
    font-size: 18px;
  }
  .five_btn {
    font-size: 18px;
  }
  .page_five-section__container {
    position: relative;
    z-index: 3;
    padding: 40px 0;
  }
  .page_five-section__content {
    position: relative;
    z-index: 4;
    padding: 15px 104px 100px 150px;
  }
}
@media (max-width: 1200px) {
  .page_five-section_indicator {
    text-align: center;
    margin-bottom: 30px;
  }
  .page_five-section-content_namecompany h4 {
    font-size: 16px;
  }
  .page_five-section-content_namecompany p {
    font-size: 16px;
  }
  .page_five-section-content_adress h4 {
    font-size: 16px;
  }
  .page_five-section-content_adress p {
    font-size: 16px;
  }
  .page_five-section-content_workinghours h4 {
    font-size: 16px;
  }
  .page_five-section-content_workinghours span {
    font-size: 16px;
  }
  .page_five-section-content_phone h4 {
    font-size: 16px;
  }
  .page_five-section-content_phone p {
    font-size: 16px;
  }
  .page_five-section-content_email p {
    font-size: 16px;
  }
  .page_five-section__form-content-message-text {
    font-size: 16px;
  }
  .page_five-section__form-content-message_yourname p {
    font-size: 16px;
  }
  .page_five-section__form-content-message_youremail p {
    font-size: 16px;
  }
  .page_five-section__form-content-message_yourphone p {
    font-size: 16px;
  }
  .page_five-section__form-content-message_yourtext p {
    font-size: 16px;
  }
  .five_btn {
    font-size: 16px;
  }
  .page_five-section__container {
    position: relative;
    z-index: 3;
    padding: 40px 0;
  }
  .page_five-section__content {
    position: relative;
    z-index: 4;
    padding: 15px 104px 100px 150px;
    width: 90%;
  }
}
@media (max-width: 946px) {
  .page_five-section__form-content-message_yourtext {
    padding: 10px 0px 26px 30px;
    background: #FFFFFF;
  }
  .page_five-section__form-content-message button {
    padding: 10px 30px;
  }
}
@media (max-width: 837px) {
  .page_five-section__form-content-message button {
    padding: 10px 20px;
  }
  .five_btn {
    font-size: 14px;
  }
  .page_five-section__content {
    position: relative;
    z-index: 4;
    padding: 10px 80px 50px 100px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page_five-section__form-content {
    display: block;
  }
  .page_five-section__form-content-name {
    flex: 0 1 100%;
    text-align: center;
  }
  .page_five-section__form-content-message {
    flex: 0 1 100%;
  }
  .page_five-section__content {
    position: relative;
    z-index: 4;
    padding: 10px 10px 10px 10px;
    width: 100%;
  }
}
.footer {
  background: #3A3A3A;
}

.footer__container {
  padding: 50px 15px 128px 15px;
  margin: 0 15px;
}

.footer__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__item-left {
  flex: 0 1 33.33%;
}

.footer__item-left_name {
  margin: 12px 0;
}
.footer__item-left_name h4 {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: white;
}
.footer__item-left_name p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: white;
}

.footer__item-left_adress p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: white;
}

.footer__item-left_phone {
  margin: 12px 0;
}
.footer__item-left_phone p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: white;
}

.footer__item-left_email p {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: white;
}

.footer__item-nav {
  padding: 100px 0px 0px 0px;
}
.footer__item-nav li {
  font-family: cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: white;
  margin: 10px 0;
}
.footer__item-nav li:hover {
  border-bottom: 2px solid #FFD700;
}

.footer__item-right {
  padding-top: 20px;
}
.footer__item-right div {
  max-width: 269px;
  background: #D9D9D9;
  border-radius: 30px;
}

.footer__item-right-search {
  display: flex;
  margin-bottom: 139px;
  padding: 0px 0px 0px 18px;
}
.footer__item-right-search p {
  padding: 15px 0px 12px 12px;
  font-family: roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #888888;
}

.footer__item-right-message {
  padding: 0px 15px 0px 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer__item-right-message p {
  padding: 15px 0px 12px 12px;
  font-family: roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #888888;
}

.footer__item-right-beakcal {
  padding: 0px 15px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.footer__item-right-beakcal p {
  padding: 15px 15px 12px 12px;
  font-family: roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 171.4285714286%;
  color: #888888;
}

@media (max-width: 1024px) {
  .footer__item-left_name h4 {
    font-size: 20px;
  }
  .footer__item-left_name p {
    font-size: 20px;
  }
  .footer__item-left_adress p {
    font-size: 20px;
  }
  .footer__item-left_phone p {
    font-size: 20px;
  }
  .footer__item-left_email p {
    font-size: 20px;
  }
  .footer__item-nav li {
    font-size: 20px;
  }
  .footer__item-right-search p {
    font-size: 20px;
  }
  .footer__item-right-message p {
    font-size: 20px;
  }
  .footer__item-right-beakcal p {
    font-size: 20px;
  }
}
@media (max-width: 866px) {
  .footer__item-left_name h4 {
    font-size: 16px;
  }
  .footer__item-left_name p {
    font-size: 16px;
  }
  .footer__item-left_adress p {
    font-size: 16px;
  }
  .footer__item-left_phone p {
    font-size: 16px;
  }
  .footer__item-left_email p {
    font-size: 16px;
  }
  .footer__item-nav li {
    font-size: 16px;
  }
  .footer__item-right-search p {
    font-size: 16px;
  }
  .footer__item-right-message p {
    font-size: 16px;
  }
  .footer__item-right-beakcal p {
    font-size: 16px;
  }
}
@media (max-width: 552px) {
  .footer__item {
    display: block;
  }
  .footer__item-left {
    flex: 0 1 100%;
  }
  .footer__item-right-search {
    margin-bottom: 50px;
  }
  .footer__container {
    padding: 20px 15px 50px 15px;
  }
  .footer__container {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */