* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul,
li {
  list-style: none;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button {
  cursor: pointer;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}

@font-face {
  font-family: 'Freehand';
  src: url("../fonts/Freehand575 BT.woff2") format("woff2"), url("../fonts/Freehand575 BT.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Italic.woff2") format("woff2"), url("../fonts/NotoSans-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("../fonts/NotoSans-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}

body {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.body.opened {
  overflow: hidden !important;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

._title {
  color: black;
  font-weight: 700;
  font-size: 36px;
}

._btn {
  border: 1px solid #ac6c2e;
  color: #ac6c2e;
  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;
  font-weight: 700;
  text-transform: uppercase;
  width: 220px;
  height: 60px;
  letter-spacing: 1px;
  border-radius: 30px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

._btn:hover,
._btn:focus {
  color: white;
  background-color: #ac6c2e;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 500;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 0;
  line-height: 20px;
}

.header-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}

.header-top__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

.header-top__logo span {
  font-family: 'Freehand';
  font-size: 50px;
  color: #6a060a;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-top__logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__logo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__logo p::before {
  content: '';
  margin: 0 10px;
  height: 25px;
  width: 1px;
  background-color: #ac6c2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__logo img {
  max-width: 100%;
}

.header-top__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}

.header-top__map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(29, 29, 29, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-top__map a:hover,
.header-top__map a:focus {
  border-color: #ac6c2e;
  background-color: #ac6c2e;
}

.header-top__map a:hover path,
.header-top__map a:focus path {
  fill: white;
}

.header-top__map picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__map svg {
  width: 15px;
  height: 19px;
}

.header-top__map svg path {
  fill: #6a060a;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-top__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(29, 29, 29, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-top__tel > a:hover,
.header-top__tel > a:focus {
  border-color: #ac6c2e;
  background-color: #ac6c2e;
}

.header-top__tel > a:hover path,
.header-top__tel > a:focus path {
  fill: white;
}

.header-top__tel > a svg {
  width: 13px;
  height: 13px;
}

.header-top__tel > a svg path {
  fill: #6a060a;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-top__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}

.header-top__phones.opened img {
  -webkit-transform: scale(1.2) rotate(-180deg);
      -ms-transform: scale(1.2) rotate(-180deg);
          transform: scale(1.2) rotate(-180deg);
}

.header-top__phones.opened .header-top__phones-popup {
  bottom: -100px;
  opacity: 1;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  z-index: 25;
}

.header-top__phones p {
  margin-right: 7px;
}

.header-top__phones picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__phones img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.header-top__phones-popup {
  position: absolute;
  bottom: -85px;
  left: -11px;
  width: 105%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header-top__phones-popup a {
  color: black;
  line-height: 30px;
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 100%;
  text-align: center;
}

.header-top__phones-popup a:hover,
.header-top__phones-popup a:focus {
  background-color: #ac6c2e;
  color: white;
}

.header-bottom {
  background-color: #ac6c2e;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 600px 0 0 #ac6c2e, -600px 0 0 #ac6c2e;
          box-shadow: 600px 0 0 #ac6c2e, -600px 0 0 #ac6c2e;
}

.header-menu {
  width: 100%;
}

.header-menu__list {
  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: 100%;
  padding-right: 40px;
}

.header-menu__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__list li:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 1px;
  margin: 0px 50px;
  background-color: white;
}

.header-menu__list li:last-child:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 1px;
  margin-left: 50px;
  background-color: white;
}

.header-menu__item {
  color: white;
  position: relative;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 15px;
}


.header-menu__item:hover:before,
.header-menu__item:focus:before {
  bottom: -2px;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


.header-menu__item:before {
  content: '';
  position: absolute;
  bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  height: 1px;
  border-bottom: 1px solid white;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.gamburger {
  display: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.gamburger .gamburger__item {
  width: 30px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #6a060a;
  border-radius: 5px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.gamburger .gamburger__item::before,
.gamburger .gamburger__item::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: #6a060a;
  border-radius: 5px;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.gamburger .gamburger__item:before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.gamburger .gamburger__item:after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.gamburger.opened .gamburger__item {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gamburger.opened .gamburger__item::before {
  -webkit-transform: translateX(30px) rotate(-45deg);
      -ms-transform: translateX(30px) rotate(-45deg);
          transform: translateX(30px) rotate(-45deg);
  background-color: white;
}

.gamburger.opened .gamburger__item::after {
  -webkit-transform: translateX(30px) rotate(45deg);
      -ms-transform: translateX(30px) rotate(45deg);
          transform: translateX(30px) rotate(45deg);
  background-color: white;
}

.home__body {
  margin-top: 150px;
  padding-bottom: 170px;
  position: relative;
}

.home__subtitle {
  font-family: 'Freehand';
  font-size: 30px;
  color: #6a060a;
}

.home__title {
  font-size: 48px;
  max-width: 650px;
  margin: 15px 0 40px 0;
}

.home__fon-img-right {
  position: absolute;
  right: -125px;
  top: -90px;
  z-index: -1;
}

.home__fon-img-right img {
  max-width: 100%;
}

.home__fon-img-left {
  position: absolute;
  left: -20%;
  bottom: -150px;
  z-index: 10;
}

.products {
  padding-top: 165px;
  background-color: white;
  text-align: center;
  padding-bottom: 30px;
}

.products__title {
  z-index: 20;
  margin-bottom: 35px;
}

.products__text {
  z-index: 20;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 50px;
}

.products__block {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-bottom: 50px;
}

.products-item {
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.products-item__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-item__img img {
  width: 254px;
  height: 240px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-item__title {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  max-width: 237px;
}

.video {
  background-image: url(../img/Video/shadow.png), url(../img/Video/fon.png);
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 100%, center;
  position: relative;
}

.video__row {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.video__title {
  color: white;
  font-size: 36px;
  text-align: center;
}

.video__btn {
  border-radius: 50%;
  background-color: rgba(172, 108, 46, 0.5);
  z-index: 3;
  width: 80px;
  height: 80px;
  border: none;
  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;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.video__btn:hover,
.video__btn:focus {
  background-color: #ac6c2e;
}

.video__btn::before,
.video__btn::after,
.video__btn .video__btn_item {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 79px;
  height: 79px;
  border: 1px solid #ac6c2e;
  background-color: transparent;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__btn::before {
  -webkit-animation: videoBtnAnim1 3s infinite;
          animation: videoBtnAnim1 3s infinite;
}

.video__btn::after {
  -webkit-animation: videoBtnAnim2 3s infinite;
          animation: videoBtnAnim2 3s infinite;
}

.video__btn .video__btn_item {
  content: none;
  -webkit-animation: videoBtnAnim3 3s infinite;
          animation: videoBtnAnim3 3s infinite;
}

.video__btn picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes videoBtnAnim1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes videoBtnAnim1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes videoBtnAnim2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes videoBtnAnim2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes videoBtnAnim3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes videoBtnAnim3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.about {
  padding-top: 105px;
  padding-bottom: 70px;
  position: relative;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.about__text-content {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.about__title {
  margin-bottom: 40px;
}

.about__text {
  margin-bottom: 15px;
}

.about__text p {
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 16px;
}

.about__hidden-text {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: rotateX(0deg) scale(1);
          transform: rotateX(0deg) scale(1);
  opacity: 1;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  max-width: 1000px;
}

.about__hidden-text p {
  margin-bottom: 35px;
  line-height: 30px;
  font-size: 16px;
}

.about__hidden-text.hidden {
  position: absolute;
  opacity: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -500;
  -webkit-transform: rotateX(90deg) scale(0);
          transform: rotateX(90deg) scale(0);
}

.about__btn.clicked {
  display: none;
}

.about__img {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__img img {
  max-width: 100%;
}

.about__fon-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.features {
  padding-top: 85px;
  padding-bottom: 45px;
}

.features__row {
  text-align: center;
}

.features__title {
  margin-bottom: 60px;
}

.features__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.features__box {
  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;
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin-bottom: 40px;
}

.features-item {
  height: 100%;
}

.features-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.features-item__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-item__img img {
  max-width: 100%;
}

.features-item__title {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.testimonial {
  padding-top: 85px;
  padding-bottom: 75px;
  position: relative;
}

.testimonial__img-fon {
  position: absolute;
  left: 0px;
  bottom: -100px;
}

.testimonial__title {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.testimonial__box {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.testimonial__box.hidden {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.testimonial__item {
  padding: 45px 40px 45px 45px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.testimonial__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.testimonial__label span {
  color: #909090;
}

.testimonial__label p {
  color: #ac6c2e;
}

.testimonial__text {
  line-height: 24px;
}

.testimonial__btn {
  width: 245px;
  margin: 0px auto;
  margin-top: 20px;
}

.testimonial__btn.clicked {
  display: none;
}

.certifications {
  padding-top: 50px;
  padding-bottom: 85px;
}

.certifications__title {
  text-align: center;
  margin-bottom: 50px;
}

.certifications__row {
  position: relative;
}

.slider-certifications {
  overflow: hidden;
  text-align: center;
  margin: 0 -15px;
}

.slider-certifications__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}

.slider-certifications__box {
  padding: 0 15px;
  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;
}

.slider-certifications_item {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
}

.slider-certifications_item:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(../img/Certifications/search-icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(172, 108, 46, 0.7);
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider-certifications_item:hover:before {
  opacity: 1;
}

.slider-certifications_item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-certifications_item img {
  height: 230px;
  width: 160px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certifications__buttons {
  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;
}

.certifications__arrow {
  border: 1px solid #ac6c2e;
  height: 52px;
  border-radius: 50%;
  width: 52px;
  background-color: white;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
  position: absolute;
  top: 50%;
  z-index: 50;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.certifications__arrow svg {
  width: 12px;
  height: 22px;
  -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
          transform: scale(0.55);
}

.certifications__arrow svg path {
  fill-rule: evenodd;
  fill: #ac6c2e;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.certifications__arrow:hover,
.certifications__arrow:focus {
  background-color: #ac6c2e;
}

.certifications__arrow:hover path,
.certifications__arrow:focus path {
  fill: white;
}

.certifications__left-arrow {
  left: -60px;
}

.certifications__right-arrow {
  right: -60px;
}

.map {
  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;
}

.map iframe {
  max-width: 100%;
}

.map iframe:hover,
.map iframe:focus {
  outline: none;
}

.popup-menu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(172, 108, 46, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  opacity: 0;
  z-index: -500;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.popup-menu__gamburger {
  position: absolute;
  top: 25px;
  right: 15px;
}

.popup-menu__gamburger .gamburger__item {
  background-color: transparent;
}

.popup-menu__gamburger .gamburger__item::before,
.popup-menu__gamburger .gamburger__item::after {
  background-color: white;
}

.popup-menu__container {
  width: 45%;
  position: relative;
  height: 100%;
  background-color: #ac6c2e;
  padding: 23px 20px;
}

.popup-menu__container::-webkit-scrollbar {
  width: 5px;
  background-color: #ac6c2e;
}

.popup-menu__container::-webkit-scrollbar-thumb {
  background-color: #ac6c2e;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px black;
          box-shadow: inset 0 0 2px black;
}

.popup-menu__text-logo {
  line-height: 20px;
  display: none;
}

.popup-menu-list {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.popup-menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-menu-list li:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 1px;
  margin-right: 40px;
  background-color: white;
}

.popup-menu-list li:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 1px;
  margin-left: 40px;
  background-color: white;
}

.popup-menu-list__item {
  color: white;
  line-height: 35px;
  position: relative;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 15px;
}

.popup-menu-list__item:hover:before,
.popup-menu-list__item:focus:before {
  bottom: 7px;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-menu-list__item:before {
  content: '';
  position: absolute;
  bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  height: 1px;
  border-bottom: 1px solid white;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.popup-menu__map {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.popup-menu__map span {
  line-height: 20px;
}

.popup-menu__map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 6px;
}

.popup-menu__map a:hover,
.popup-menu__map a:focus {
  border-color: white;
  background-color: white;
}

.popup-menu__map a:hover path,
.popup-menu__map a:focus path {
  fill: #ac6c2e;
}

.popup-menu__map picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-menu__map svg {
  width: 15px;
  height: 19px;
}

.popup-menu__map svg path {
  fill: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup-menu__phones {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 30px;
}

.popup-menu__phones-svg {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  margin-bottom: 7px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup-menu__phones-svg:hover,
.popup-menu__phones-svg:focus {
  border-color: white;
  background-color: white;
}

.popup-menu__phones-svg:hover path,
.popup-menu__phones-svg:focus path {
  fill: #ac6c2e;
}

.popup-menu__phones-svg svg {
  width: 13px;
  height: 13px;
}

.popup-menu__phones-svg svg path {
  fill: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup-menu-phones__item {
  color: white;
  line-height: 27px;
  padding: 2px 7px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup-menu-phones__item:hover,
.popup-menu-phones__item:focus {
  background-color: white;
  color: #ac6c2e;
}

.popup-video {
  position: fixed;
  padding: 15px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -501;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.popup-video.opened {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  z-index: 2022;
}

.popup-video__gamburger {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 15px;
  right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #ac6c2e;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.popup-video__gamburger .popup-video-gamburger__item {
  width: 30px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.popup-video__gamburger .popup-video-gamburger__item::before,
.popup-video__gamburger .popup-video-gamburger__item::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: white;
  border-radius: 5px;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.popup-video__gamburger .popup-video-gamburger__item:before {
  -webkit-transform: translateX(30px) rotate(-45deg);
      -ms-transform: translateX(30px) rotate(-45deg);
          transform: translateX(30px) rotate(-45deg);
}

.popup-video__gamburger .popup-video-gamburger__item:after {
  -webkit-transform: translateX(30px) rotate(45deg);
      -ms-transform: translateX(30px) rotate(45deg);
          transform: translateX(30px) rotate(45deg);
}

.popup-video__item {
  max-width: 100%;
  width: 650px;
  border: none;
}

.popup-video__item:hover,
.popup-video__item:focus {
  outline: none;
}

.popup-document {
  position: fixed;
  padding: 15px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -501;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.popup-document.opened {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  z-index: 20002;
}

.popup-document__gamburger {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 15px;
  right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #ac6c2e;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.popup-document__gamburger .popup-document-gamburger__item {
  width: 30px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.popup-document__gamburger .popup-document-gamburger__item::before,
.popup-document__gamburger .popup-document-gamburger__item::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: white;
  border-radius: 5px;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.popup-document__gamburger .popup-document-gamburger__item:before {
  -webkit-transform: translateX(30px) rotate(-45deg);
      -ms-transform: translateX(30px) rotate(-45deg);
          transform: translateX(30px) rotate(-45deg);
}

.popup-document__gamburger .popup-document-gamburger__item:after {
  -webkit-transform: translateX(30px) rotate(45deg);
      -ms-transform: translateX(30px) rotate(45deg);
          transform: translateX(30px) rotate(45deg);
}

.popup-document__img {
  height: 560px;
  width: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.footer {
  background-color: #562d05;
  padding-bottom: 45px;
}

.footer-top {
  border-bottom: 1px solid #785737;
}

.footer-top .header-bottom {
  height: 90px;
  background-color: #562d05 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-center {
  padding: 40px 0;
}

.footer-center .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-center-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-center-map span {
  line-height: 20px;
  color: white;
}

.footer-center-map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 20px;
}

.footer-center-map a:hover,
.footer-center-map a:focus {
  border-color: white;
  background-color: white;
}

.footer-center-map a:hover path,
.footer-center-map a:focus path {
  fill: #ac6c2e;
}

.footer-center-map picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-center-map svg {
  width: 15px;
  height: 19px;
}

.footer-center-map svg path {
  fill: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer-center-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-center-email span {
  line-height: 20px;
  color: white;
}

.footer-center-email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 20px;
}

.footer-center-email a:hover,
.footer-center-email a:focus {
  border-color: white;
  background-color: white;
}

.footer-center-email a:hover path,
.footer-center-email a:focus path {
  fill: #ac6c2e;
}

.footer-center-email picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-center-email svg {
  width: 24px;
  height: 14px;
}

.footer-center-email svg path {
  fill: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer-center-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-center-phone__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-center-phone__box:nth-child(1) {
  margin-right: 11px;
}

.footer-center-phone__box:nth-child(2) {
  margin-right: 23px;
}

.footer-center-phone__box a {
  line-height: 30px;
  color: white;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  padding: 0 7px;
  border-radius: 7px;
}

.footer-center-phone__box a:hover,
.footer-center-phone__box a:focus {
  background-color: white;
  color: #ac6c2e;
}

.footer-center-phone__box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer-center-phone__box p a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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;
}

.footer-center-phone__box p:hover,
.footer-center-phone__box p:focus {
  border-color: white;
  background-color: white;
}

.footer-center-phone__box p:hover path,
.footer-center-phone__box p:focus path {
  fill: #ac6c2e;
}

.footer-center-phone__box picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-center-phone__box svg {
  width: 22px;
  height: 14px;
}

.footer-center-phone__box svg path {
  fill: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer-bottom {
  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;
  color: white;
  padding: 0 15px;
}

.footer-bottom p {
  opacity: .5;
}

@media screen and (max-height: 600px) and (min-width: 580px) {
  .popup-document {
    overflow-y: scroll;
  }
}

@media screen and (min-width: 600px) and (max-height: 654px) {
  .popup-menu__container {
    overflow-y: scroll;
  }
}

@media screen and (min-width: 785px) and (max-height: 613px) {
  .popup-menu__container {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 1850px) {
  .video {
    background-position: 125% 100%, center;
  }
}

@media screen and (max-width: 1700px) {
  .home__fon-img-left {
    left: -10%;
  }
}

@media screen and (max-width: 1570px) {
  .video {
    background-position: 150% 100%, center;
  }
}

@media screen and (max-width: 1385px) {
  .video {
    background-position: 175% 100%, center;
  }
}

@media screen and (max-width: 1380px) {
  .home__fon-img-right {
    right: 0;
    width: 400px;
    top: -45px;
  }
}

@media screen and (max-width: 1310px) {
  .certifications__row {
    margin: 0px auto;
    max-width: 1000px;
  }
}

@media screen and (max-width: 1300px) {
  .testimonial__img-fon {
    left: -100px;
  }
}

@media screen and (max-width: 1280px) {
  .about__hidden-text {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1240px) {
  .video {
    background-position: 200% 100%, center;
  }
}

@media screen and (max-width: 1170px) {
  .video {
    background-position: 300% 100%, center;
  }

  .certifications__row {
    max-width: 850px;
  }
}

@media screen and (max-width: 1165px) {
  .header-menu__list li:before {
    margin: 0px 45px;
  }

  .header-menu__list li:last-child:after {
    margin-left: 45px;
  }
}

@media screen and (max-width: 1111px) {
  .header-menu__list li:before {
    margin: 0px 40px;
  }

  .header-menu__list li:last-child:after {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1110px) {
  .home__fon-img-right {
    top: 65px;
    right: 0px;
    width: 300px;
  }
}

@media screen and (max-width: 1091px) {
  .video {
    background-size: 400px 500px, cover;
    background-position: 100% 100%, center;
  }
}

@media screen and (max-width: 1090px) {
  .products__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 1090px) and (max-width: 540px) {
  .products__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (max-width: 1080px) {
  .features__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}

@media screen and (max-width: 1056px) {
  .header-menu__list li:before {
    margin: 0px 34px;
  }

  .header-menu__list li:last-child:after {
    margin-left: 34px;
  }
}

@media screen and (max-width: 1000px) {
  .home {
    padding-top: 85px;
  }

  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 3px 3px #ac6c2e;
            box-shadow: 0 3px 3px #ac6c2e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    width: 100%;
    min-height: 85px;
  }

  .header-top__map {
    display: none;
  }

  .header-top__tel {
    display: none;
  }

  .header-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }

  .header-menu {
    display: none;
  }

  .gamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home__fon-img-left {
    left: -100px;
  }

  .about__text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }

  .certifications__row {
    max-width: 720px;
  }

  .popup-menu.opened {
    pointer-events: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    z-index: 2020;
    opacity: 1;
  }

  .footer-top .header-bottom {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .home__fon-img-right {
    top: -250px;
    right: -165px;
  }
}

@media screen and (max-width: 950px) {
  .footer-center .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer-center-map {
    margin-bottom: 35px;
  }

  .footer-center-email {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 895px) {
  .testimonial__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .testimonial__item {
    max-width: 650px;
  }
}

@media screen and (max-width: 875px) {
  .certifications__row {
    max-width: 600px;
  }

  .certifications__left-arrow {
    left: -75px;
  }

  .certifications__right-arrow {
    right: -75px;
  }
}

@media screen and (max-width: 785px) {
  .header-top__logo p {
    display: none;
  }

  .popup-menu__container {
    width: 55%;
  }

  .popup-menu__text-logo {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .certifications__row {
    max-width: 520px;
  }
}

@media screen and (max-width: 720px) {
  .certifications__title {
    max-width: 420px;
    margin: 0px auto;
    margin-bottom: 50px;
  }

  .certifications__row {
    max-width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .video__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (max-width: 645px) {
  .features__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 630px) {
  .certifications__row {
    max-width: 340px;
  }
}

@media screen and (max-width: 600px) {
  .header {
    z-index: 2021;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .header.opened {
    background-color: #ac6c2e;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header.opened .header-top__logo span {
    color: white;
  }

  .testimonial__img-fon {
    left: -130px;
  }

  .popup-menu {
    top: 85px;
    height: auto;
    bottom: 0;
    left: 0;
    width: auto;
  }

  .popup-menu__gamburger {
    display: none;
  }

  .popup-menu__container {
    width: 100%;
    padding-bottom: 10px;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }

  .popup-menu__text-logo {
    text-align: center;
  }

  .popup-menu-list {
    margin-top: 45px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) and (max-height: 694px) {
  .popup-menu__container {
    overflow-y: scroll;
  }
}

@media screen and (max-height: 600px) and (max-width: 580px) {
  .popup-document {
    overflow-y: scroll;
    padding-top: 90px;
  }
}

@media screen and (max-width: 580px) {
  .popup-document__img {
    height: 450px;
  }
}

@media screen and (max-width: 540px) {
  .about__text-content {
    text-align: center;
  }

  .about__hidden-text {
    margin-bottom: 0;
    text-align: center;
  }

  .about__btn {
    margin: 0px auto;
  }

  .about__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about__fon-img {
    display: none;
  }

  .certifications__row {
    max-width: 150px;
  }
}

@media screen and (max-height: 600px) and (max-width: 535px) {
  .popup-document {
    padding-top: 130px;
  }
}

@media screen and (max-height: 480px) and (max-width: 535px) {
  .popup-document__img {
    height: 380px;
  }
}

@media screen and (max-width: 530px) {
  .popup-document__gamburger {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-width: 525px) {
  .home__body {
    margin-top: 120px;
    padding-bottom: 70px;
  }

  .home__fon-img-right {
    top: -220px;
  }

  .home__fon-img-left {
    bottom: -140px;
  }
}

@media screen and (max-width: 503px) {
  .home__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 500px) {
  .popup-video__gamburger {
    top: 45px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-height: 400px) and (max-width: 500px) {
  .popup-video__gamburger {
    top: 15px !important;
    right: 15px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media screen and (max-width: 460px) {
  .testimonial__item {
    padding: 40px 15px 40px 20px;
  }
}

@media screen and (max-width: 430px) {
  .features__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (max-width: 410px) {
  .home__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 407px) {
  .testimonial__img-fon {
    bottom: -120px;
  }
}

@media screen and (max-width: 385px) {
  .footer-center {
    text-align: center;
  }

  .footer-center .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-center-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-center-map a {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-center-email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-center-email a {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-center-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-center-phone__box:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-center-phone__box:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 340px) {
  .certifications__buttons {
    margin-top: 20px;
  }

  .certifications__arrow {
    position: relative !important;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .certifications__left-arrow {
    margin-right: 30px;
  }
}

@media screen and (max-width: 330px) {
  .header-top__logo {
    margin-right: 45px;
  }

  .header-top__logo a {
    margin-right: 20px;
  }
}

@media screen and (max-width: 320px) {
  .home__title {
    font-size: 34px;
  }
}

@media screen and (max-height: 430px) {
  .popup-video {
    overflow-y: scroll;
  }
}
@supports (-webkit-appearance:none){
.video{background-image:url(../img/Video/shadow.webp), url(../img/Video/fon.png)}
.slider-certifications_item:before{background-image:url(../img/Certifications/search-icon.webp)}
}

 @media screen and (max-height: 600px) and (min-width: 580px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (min-width: 600px) and (max-height: 654px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (min-width: 785px) and (max-height: 613px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1850px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1700px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1570px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1385px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1380px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1310px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1300px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1280px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1240px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1170px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1165px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1111px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1110px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1091px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1090px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1090px) and (max-width: 540px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1080px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1056px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 1000px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 960px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 950px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 895px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 875px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 785px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 780px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 720px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 700px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 645px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 630px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 600px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 600px) and (max-height: 694px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-height: 600px) and (max-width: 580px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 580px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 540px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-height: 600px) and (max-width: 535px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-height: 480px) and (max-width: 535px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 530px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 525px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 503px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 500px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-height: 400px) and (max-width: 500px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 460px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 430px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 410px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 407px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 385px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 340px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 330px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 320px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-height: 430px){

@supports (-webkit-appearance:none){

}

}

.custom_content span {
  color: red;
}


.custom_content p:first-letter {
  font-size: 200%;
  color: red;
  font-family: "Times New Roman", Times, serif;
}

.custom_content p {
  margin-bottom: 40px;
    line-height: 30px;
    font-size: 16px;
}

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

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

.custom_content ul li {
  margin: 7px;
}