@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.grodient, .why, .spasibo .spasibo-container .spasibo-bloc .spasibo-bloc-title, .advantages .advantages-container .advantages-item .advantages-item-icon .advantages-icon, .Presentations .Presentations-container ul li a i, .rabotaem .rabotaem-item ol li::before, .sertificat .sertificat-container, .tab .nav-tab, .tab .nav-tab-audit, .safety .safety-text-ul .safety-text-ul-items::before, .audit-images .audit-container, .call-stage .call-stage-continer .call-stage-item .call-stage-radius .call-stage-icon, .slide-container .item .item-container .item-content, .dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul, .cd-dropdown, .button {
  background: linear-gradient(270deg, #C89F54 38.99%, rgba(200, 159, 84, 0) 100%), #A37644;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.font, .sertificat .sertificat-form form input::placeholder, .container-form-popup .form-container .forma input, .container-form-popup .form-container .forma select, .container-form-popup .form-container .forma textarea, body {
  font-family: "Montserrat", Arial, sans-serif;
}

html {
  font-size: 18px;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #351C0B;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

#hola-icon-globe {
  display: none !important;
}

a {
  text-decoration: none;
}

.button {
  border: 0;
  outline: 0;
  text-align: center;
  padding: 21px 50px;
  line-height: 22px;
  display: table;
  font-size: 1rem;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  background: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  cursor: pointer;
  transition: background 800ms ease-out;
}
.button:hover {
  background: #C19751;
}

.buttonBlue {
  background-color: #351C0B;
  background: linear-gradient(270deg, #351C0B 38.99%, rgba(200, 159, 84, 0) 100%), #351C0B;
}

.nav-icon-5 {
  width: 45px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  transform: rotate3d(0, 1, 0, 3.142rad);
}
.nav-icon-5 span {
  background-color: black;
  position: absolute;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4), opacity 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  height: 4px;
  transition-duration: 500ms;
  float: right;
}
.nav-icon-5 span:nth-child(1) {
  width: 100%;
  top: 0px;
  left: 0px;
}
.nav-icon-5 span:nth-child(2) {
  width: 70%;
  top: 13px;
  left: 0px;
  opacity: 1;
}
.nav-icon-5 span:nth-child(3) {
  width: 30%;
  bottom: 0px;
  left: 0px;
}
.nav-icon-5.open span:nth-child(1) {
  width: 100%;
  transform: rotate(45deg);
  top: 13px;
}
.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.nav-icon-5.open span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg);
  top: 13px;
}

a:focus,
a:visited {
  text-decoration: none !important;
}

.content-header-top {
  width: 100vw;
  padding: 2.5px 0;
  display: flex;
  align-items: center;
  background-color: white;
}
.content-header-top .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-header-top .content-header-top-left {
  width: auto;
}
.content-header-top .content-header-top-left .logo-box {
  display: flex;
  align-items: center;
}
.content-header-top .content-header-top-left .logo-box .logo img {
  max-width: 113px;
  width: 100%;
  margin-right: 1rem;
}
.content-header-top .content-header-top-left .logo-box .logo-slogon {
  max-width: 250px;
  width: 100%;
}
.content-header-top .content-header-top-left .logo-box .logo-slogon img {
  width: 100%;
}
.content-header-top .content-header-top-center {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.content-header-top .content-header-top-center > .button {
  padding: 17px 40px;
}
.content-header-top .content-header-top-center > a {
  text-decoration: none;
  color: #351C0B;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 1rem;
  display: block;
}

.content-header-top-right {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  display: none;
}
.content-header-top-right .nav-icon-5 {
  padding: 0;
}

.header {
  background-color: #351C0B;
  display: flex;
  align-items: center;
}
.header .header__navbar nav {
  position: relative;
  z-index: 4;
}
.header .header__navbar nav > ul {
  display: flex;
  justify-content: space-between;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header__navbar nav > ul > li {
  padding: 0 0.9rem 0 0;
}
.header .header__navbar nav > ul > li > a {
  transition: color 300ms;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 60px;
  position: relative;
}
.header .header__navbar nav > ul > li:hover > a {
  color: #C19751;
}
.header .header__navbar nav > ul > li:hover .__submenu {
  transform: translateX(0);
  visibility: visible;
  z-index: 5;
  opacity: 0.95;
}

.__submenu {
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 2rem;
  opacity: 0.5;
  transition: opacity 900ms linear;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transform: translateX(-5%);
  transition: 0.3s ease-in-out;
  box-shadow: 0 20px 120px 0 rgba(0, 28, 71, 0.2);
  border: 1px solid #d9e1ee;
  border-radius: 0 0 4px 4px;
}
.__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 30px;
}
.__submenu ul li {
  display: block;
  padding: 0 0 12px 0;
}
.__submenu ul li a {
  color: #351C0B;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  transition: color 250ms;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
.__submenu ul li a::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: #C19751;
  height: 1px;
  transform: translateX(-150%);
  transition: 500ms ease-in-out;
}
.__submenu ul li a:hover {
  color: #C19751;
}
.__submenu ul li a:hover::after {
  transform: translateX(0);
}

.cd-dropdown-wrapper {
  display: none;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #ffffff;
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown-content li {
  display: block;
}

.cd-dropdown {
  position: fixed;
  z-index: 99;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateY(-100%);
  transition: transform 0.5s 0s, visibility 0s 0.5s, top 0s 0.5s;
}
.cd-dropdown.dropdown-is-active {
  top: 0;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.5s 0s, visibility 0s 0s;
}

.cd-dropdown-content .button {
  width: 92%;
  display: block;
  margin: 5px auto;
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}

.cd-dropdown-content,
.cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s;
  padding-top: 5.4rem;
  padding-left: 0;
}

.cd-dropdown-content li:first-of-type > a,
.cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a,
.cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a,
.cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
  transform: translateX(100%);
}

.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

.has-children > a,
.go-back a {
  position: relative;
}

.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before,
.go-back a::before {
  transform: rotate(45deg);
}

.has-children > a::after,
.go-back a::after {
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::before,
.has-children > a::after {
  right: 20px;
  transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  left: 20px;
  transform-origin: 1px 50%;
}

.slide-container {
  width: 100vw;
  position: relative;
}
.slide-container .item {
  height: 822px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.slide-container .item .item-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.slide-container .item .item-container .item-content {
  width: 60%;
  color: white;
  padding: 2rem 3rem;
  opacity: 0.9;
}
.slide-container .item .item-container .item-content h2 {
  font-size: 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.slide-container .item .item-container .item-content .button {
  margin-top: 2rem;
}

.owl-nav {
  width: 43%;
  position: absolute;
  bottom: 16%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  left: 13%;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
  display: block;
}
.owl-nav .owl-next i, .owl-nav .owl-prev i {
  font-size: 3rem;
}
.info-container {
  width: 100%;
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.info-container .info-container-left {
  padding-top: 2rem;
}
.info-container .info-container-right {
  position: relative;
}
.info-container .info-container-right img {
  width: 100%;
  position: absolute;
  left: 0;
}
.title {
  color: white;
  padding: 1.5rem 0;
  position: relative;
  width: 100vw;
  box-shadow: none;
}
.title .title-header {
  width: 67%;
  font-weight: 800;
  font-size: 1.7rem;
}
.title .title-footer {
  width: 70%;
  font-size: 1.2rem;
  font-weight: 400;
}
.title .title-bg {
  width: 65vw;
  height: 100%;
  display: block;
  background: linear-gradient(164deg, #C89F54 38.99%, rgba(200, 159, 84, 0) 100%), #A37644;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.call-stage {
  padding: 4rem 0;
}
.call-stage .call-stage-continer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.call-stage .call-stage-continer .call-stage-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 1.2rem 0.7rem;
  max-width: 250px;
  width: 100%;
  position: relative;
}
.call-stage .call-stage-continer .call-stage-item::after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  background-color: #C19751;
  position: absolute;
  cursor: pointer;
  top: 29%;
  right: -17%;
}
.call-stage .call-stage-continer .call-stage-item:last-child:after {
  display: none !important;
}
.call-stage .call-stage-continer .call-stage-item .call-stage-radius {
  width: 113px;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #C19751;
  position: relative;
  cursor: pointer;
  transition: box-shadow 300ms linear;
}
.call-stage .call-stage-continer .call-stage-item .call-stage-radius:hover {
  box-shadow: 0 0 20px 8px #c19751;
}
.call-stage .call-stage-continer .call-stage-item .call-stage-radius .call-stage-icon {
  width: 101px;
  height: 101px;
  border-radius: 100%;
  font-size: 1.6rem;
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
}
.call-stage .call-stage-continer .call-stage-item .call-stage-radius .call-stage-icon .rub, .call-stage .call-stage-continer .call-stage-item .call-stage-radius .call-stage-icon .lightbulb {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/rub.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.call-stage .call-stage-continer .call-stage-item .call-stage-radius .call-stage-icon .lightbulb {
  background-image: url(../images/icon/Lightbulb.png);
}
.call-stage .call-stage-continer .call-stage-item .call-stage-text {
  width: 200px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  margin: 1rem 0;
}

.audit-images {
  width: 100%;
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.audit-images .audit-container {
  width: 65%;
  padding: 2rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
.audit-images .audit-container .audit-content .button {
  margin-top: 3rem;
}
.audit-images .audit-container .audit-content h1, .audit-images .audit-container .audit-content h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.safety {
  position: relative;
  padding: 2rem 0 2rem 0;
  margin-top: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.safety .title {
  top: -5rem;
}
.safety .safety-button {
  width: 100%;
  padding: 3rem 0;
}
.safety .safety-text-ul {
  line-height: 1.5rem;
}
.safety .safety-text-ul .safety-text-ul-items {
  color: #C19751;
  margin: 1rem 0;
  list-style: none;
  position: relative;
}
.safety .safety-text-ul .safety-text-ul-items::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -38px;
  border-radius: 100px;
}
.safety .safety-text-ul .safety-text-ul-items .safety-text-ul-header {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #351C0B;
}
.safety .safety-text-ul .safety-text-ul-items span {
  color: #351C0B;
}

.container-form-popup {
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: saturate(180%) blur(5px);
  position: fixed;
  top: 0;
  left: 0;
}
.container-form-popup .form-container {
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 3rem;
  position: relative;
  margin: 0 1rem;
}
.container-form-popup .form-container .close-form {
  width: 100%;
}
.container-form-popup .form-container .close-form i {
  position: relative;
  top: -35px;
  left: 100%;
  color: #C3C3C3;
  font-size: 29px;
  display: block;
  cursor: pointer;
}
.container-form-popup .form-container .form-title {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.container-form-popup .form-container .forma {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-form-popup .form-container .forma textarea {
  resize: none;
}
.container-form-popup .form-container .forma select {
  appearance: none;
  margin: 0;
}
.container-form-popup .form-container .forma .option {
  max-width: 510px;
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.container-form-popup .form-container .forma .option:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #C3C3C3;
}
.container-form-popup .form-container .forma input, .container-form-popup .form-container .forma select, .container-form-popup .form-container .forma textarea {
  max-width: 510px;
  width: 100%;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  margin: 7px 0;
  font-size: 1rem;
  padding: 23px;
  background-color: white;
  transition: border-color 500ms linear, box-shadow 500ms linear;
}
.container-form-popup .form-container .forma input::placeholder, .container-form-popup .form-container .forma select::placeholder, .container-form-popup .form-container .forma textarea::placeholder {
  color: #C3C3C3;
}
.container-form-popup .form-container .forma .button {
  margin-top: 1rem;
  width: 100%;
  max-width: 250px;
}
.container-form-popup .politica {
  max-width: 534px;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 1rem;
  color: #D9D9D9;
}
.container-form-popup .politica a {
  color: #D9D9D9;
  text-decoration: underline !important;
}
.container-form-popup.active {
  display: flex;
}

.input-invalid {
  border-color: red !important;
  box-shadow: inset 0 0 16px red !important;
}
.input-invalid::placeholder {
  color: red;
}

.tab {
  width: 100%;
  padding: 6rem 0;
}
.tab .nav-tab, .tab .nav-tab-audit {
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.tab .nav-tab > li, .tab .nav-tab-audit > li {
  scroll-behavior: smooth;
  max-width: 250px;
  width: 100%;
  margin: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: color 200ms linear;
}
.tab .nav-tab > li:hover, .tab .nav-tab-audit > li:hover {
  color: #351C0B;
}
.tab .nav-tab > li.active-li, .tab .nav-tab-audit > li.active-li {
  color: #351C0B;
}
.tab .nav-tab > li span, .tab .nav-tab-audit > li span {
  width: 100%;
  display: block;
}
.tab .nav-tab > li .tab-item, .tab .nav-tab-audit > li .tab-item {
  display: none;
  text-align: initial;
  padding: 2rem 1rem;
}
.tab .tab-container {
  width: 100%;
  padding: 2rem 0 0 0;
}
.tab .tab-container ul, .tab .tab-container ol {
  padding-left: 30px;
  list-style: none;
}
.tab .tab-container ul li, .tab .tab-container ol li {
  position: relative;
  display: block;
  margin: 1rem 0;
}
.tab .tab-container ul li::before, .tab .tab-container ol li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #C19751;
  position: absolute;
  top: 5px;
  left: -22px;
}
.tab .tab-container ul li::marker, .tab .tab-container ol li::marker {
  color: #C19751;
  font-size: 1rem;
}
.tab .tab-item {
  width: 100%;
  display: none;
  line-height: 1.5rem;
}
.tab .tab-item.tab-active {
  display: block;
}
.tab .tab-item-left > img {
  width: 100%;
}
.tab .tab-item-right {
  display: flex;
  align-items: center;
}
.tab .tab-item-right .tab-item-right-content .tab-item-right-button {
  margin-top: 3rem;
}

.sertificat {
  width: 100%;
  padding: 4rem 0;
}
.sertificat .sertificat-container {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: white;
  padding: 7rem 3rem;
}
.sertificat .sertificat-container .sertificat-form-h {
  font-size: 1.7rem;
}
.sertificat .sertificat-container .sertificat-form-tel {
  margin: 2rem 0;
}
.sertificat .sertificat-container .sertificat-form-tel a {
  color: #351C0B;
  font-size: 2.2rem;
  text-decoration: none;
}
.sertificat .sertificat-container .sertificat-form-tel span {
  color: white;
  font-size: 1rem;
  display: block;
  margin-top: 4px;
}
.sertificat .sertificat-form form {
  display: flex;
  margin: 1rem 0;
}
.sertificat .sertificat-form form input {
  max-width: 410px;
  width: 100%;
  padding: 21px 10px;
  border-radius: 3px;
  border: 1px solid #C3C3C3;
  font-size: 1rem;
  outline: none;
  margin: 0 1rem 0 0;
}
.sertificat .sertificat-form form input::placeholder {
  color: rgba(211, 213, 218, 0.8);
  font-size: 1rem;
  font-weight: 400;
}
.sertificat .sertificat-form .politica {
  font-size: 0.7rem;
}
.sertificat .sertificat-form .politica a {
  color: white;
  text-decoration: underline;
}
.sertificat .sertifica-pdf {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sertificat .sertifica-pdf .sertifica-file {
  max-width: 270px;
  width: 100%;
  border: 2px solid #c79f53;
}
.sertificat .sertifica-pdf .sertifica-file img {
  cursor: pointer;
  width: 100%;
}
.sertificat .sertifica-pdf .sertifica-file-popup {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: saturate(180%) blur(5px);
  position: fixed;
  padding: 1rem;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 500ms linear;
}
.sertificat .sertifica-pdf .sertifica-file-popup img {
  height: 95vh;
  width: auto;
}
.sertificat .sertifica-pdf .sertifica-file-popup i {
  position: absolute;
  cursor: pointer;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: white;
}
.sertificat .sertifica-pdf .sertifica-file-popup.active-sertificat {
  display: flex;
}
.sertificat .sertifica-pdf .sertifica-text {
  text-align: center;
  margin-top: 1rem;
}
.sertificat .sertifica-pdf .sertifica-text span {
  font-weight: bold;
  font-size: 1.2rem;
}
.sertificat .sertifica-pdf .sertifica-text p {
  font-size: 1rem;
}

.footer {
  background-color: #351C0B;
  padding: 2rem 0;
  color: white;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-container .footer-item {
  padding: 0 15px;
}
.footer .footer-container .footer-item .footer-logo {
  background: linear-gradient(270.22deg, #AD8249 0.09%, #EBC074 99.9%), #C19751;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.footer .footer-container .footer-item .footer-text {
  font-size: 0.8rem;
  max-width: 420px;
  width: 100%;
}
.footer .footer-container .footer-item .footer-politica {
  margin-top: 1rem;
}
.footer .footer-container .footer-item .footer-politica a {
  font-size: 0.8rem;
  color: white;
  text-decoration: underline;
}
.footer .footer-container .footer-item .footer-search {
  display: table;
  background-color: white;
  position: relative;
  width: 240px;
  border-radius: 3px;
}
.footer .footer-container .footer-item .footer-search form input {
  width: 206px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 3px;
  padding: 0 0 0 10px;
  font-size: 1rem;
  float: left;
}
.footer .footer-container .footer-item .footer-search form::placeholder {
  color: #dcdee1;
}
.footer .footer-container .footer-item .footer-search form button {
  background: transparent;
  outline: 0;
  border: 0;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  margin-right: 4px;
  cursor: pointer;
}
.footer .footer-container .footer-item .footer-search form button i {
  color: #DCDEE1;
  font-size: 21px;
}
.footer .footer-container .footer-item.search-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-container .footer-item .footen-mini-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-container .footer-item .footen-mini-menu ul li {
  margin: 1rem 0;
}
.footer .footer-container .footer-item .footen-mini-menu ul li a {
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  display: table;
  position: relative;
  padding: 0 0 3px 0;
}
.footer .footer-container .footer-item .footen-mini-menu ul li a::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 1px;
  background-color: #C19751;
  bottom: 0;
  left: 0;
  transition: width 300ms linear;
}
.footer .footer-container .footer-item .footen-mini-menu ul li a:hover::after {
  width: 100%;
}
.footer .footer-container .address-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-container .address-item .footer-container-address {
  font-size: 0.9rem;
  color: white;
}
.footer .footer-container .address-item .footer-container-address .footer-address {
  margin-bottom: 3rem;
}
.footer .footer-container .address-item .footer-container-address .footer-address .footer-tel {
  margin-top: 1rem;
  width: 100%;
}
.footer .footer-container .address-item .footer-container-address .footer-address .footer-tel a {
  color: white;
}
.footer .footer-container .address-item .footer-container-address .footer-button button {
  padding: 21px 40px;
}

.breadcrumb {
  display: block;
  width: 100%;
  position: static;
  margin: 2rem 0;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  display: flex;
}
.breadcrumb ol .breadcrumb-item {
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
.breadcrumb ol .breadcrumb-item::after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
}
.breadcrumb ol .breadcrumb-item a {
  color: #351C0B;
}
.breadcrumb ol .breadcrumb-item.active {
  color: #a3a9b0;
}
.breadcrumb ol .breadcrumb-item.active::after {
  display: none;
}

.my-object {
  width: 100%;
  padding: 2rem 0;
}
.my-object .row {
  margin-bottom: 2rem;
}
.my-object .title {
  margin-bottom: 3rem;
}
.my-object .mu-object-left img {
  width: 100%;
  height: auto;
}
.my-object .my-object-right {
  padding-top: 1rem;
}
.my-object .my-object-right .my-object-right-h {
  font-size: 1.3rem;
  font-weight: bold;
}
.my-object .my-object-right .my-object-right-h span {
  display: block;
  font-weight: 400;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.my-object .my-object-right ul, .my-object .my-object-right ol {
  list-style: none;
  padding: 0 0 0 24px;
}
.my-object .my-object-right ul li, .my-object .my-object-right ol li {
  margin: 7px 0;
  position: relative;
}
.my-object .my-object-right ul li::before, .my-object .my-object-right ol li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #C19751;
  border-radius: 100px;
  position: absolute;
  top: calc(50% - 5px);
  left: -22px;
}

.rekvezit .rekvezit-col {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.rekvezit .rekvezit-container {
  padding: 2rem 4rem;
}
.rekvezit .rekvezit-container .rekvezit-logo {
  margin-bottom: 4rem;
}
.rekvezit .rekvezit-container .rekvezit-logo img {
  max-width: 133px;
  width: 100%;
}

.content {
  width: 100%;
  padding: 3rem 0;
}

.rabotaem {
  padding: 2rem 0;
  margin-top: 4rem;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.rabotaem .title {
  top: -4rem;
}
.rabotaem .rabotaem-item span {
  font-weight: bold;
  font-size: 1.7rem;
  padding-left: 8px;
  display: block;
  margin-bottom: 3rem;
}
.rabotaem .rabotaem-item ol {
  list-style-type: none;
  counter-reset: num;
  padding-left: 65px;
}
.rabotaem .rabotaem-item ol li {
  position: relative;
  list-style: none;
  font-size: 1rem;
  margin: 1.5rem 0;
}
.rabotaem .rabotaem-item ol li::before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding-top: 9px;
  text-align: center;
  top: -9px;
  left: -55px;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.page-team {
  width: 100%;
}
.page-team .page-container {
  margin-top: 2rem;
}
.page-team .title {
  margin-bottom: 3rem;
}
.page-team .page-team-itams-left img {
  width: 100%;
}
.page-team .page-team-itams-right {
  margin-top: 1rem;
}
.page-team .page-team-itams-right .fio {
  font-size: 1.3rem;
  font-weight: 700;
}
.page-team .page-team-itams-right .dol-nos {
  font-size: 1rem;
  margin: 7px 0 2rem 0;
  position: relative;
}
.page-team .page-team-itams-right .dol-nos::after {
  content: "";
  width: 62%;
  height: 2px;
  background-color: #C19751;
  position: absolute;
  bottom: -15px;
  left: -27px;
  z-index: -1;
}
.page-team .page-team-itams-right .team-contact a {
  display: block;
  font-weight: bold;
  color: #351C0B;
}
.page-team .page-team-itams-right .team-content {
  margin-top: 2rem;
}

.page-press {
  margin-top: 3rem;
}
.page-press .page-press-container .page-press-left .page-press-left-box {
  display: table;
  width: 100%;
  position: relative;
}
.page-press .page-press-container .page-press-left .page-press-left-box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.page-press .page-press-container .page-press-left .page-press-left-box .page-press-img-imfo {
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-radius: 3px;
  background-color: #351C0B;
  color: white;
  margin-top: -4px;
}
.page-press .page-press-container .page-press-left .page-press-left-box .page-press-img-imfo .page-press-img-imfo-fio {
  font-size: 1.3rem;
  font-weight: 700;
}
.page-press .page-press-container .page-press-left .page-press-left-box .page-press-img-imfo span {
  font-size: 1rem;
}
.page-press .page-press-right .page-press-right-box > button {
  width: 100%;
  display: none;
  margin: 2rem 0;
}
.page-press .page-press-right .page-press-right-box .page-press-right-contact a {
  color: #351C0B;
  display: block;
  font-weight: bold;
  font-size: 1rem;
}
.page-press .page-press-right .page-press-right-box .page-press-right-content {
  margin-top: 2rem;
}
.page-press .page-press-right .page-press-right-box .page-press-form {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-press .page-press-right .page-press-right-box .page-press-form form {
  display: flex;
}
.page-press .page-press-right .page-press-right-box .page-press-form form input {
  border: 1px solid #DCDEE1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 21px 1rem;
  font-size: 1rem;
  width: 330px;
  margin-right: 1rem;
}
.page-press .page-press-right .page-press-right-box .page-press-form form input::placeholder {
  color: rgba(211, 213, 218, 0.8);
}

.Presentations .Presentations-container ul {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.Presentations .Presentations-container ul li {
  margin: 0.5rem 14px;
  width: 44%;
}
.Presentations .Presentations-container ul li::before {
  display: none !important;
}
.Presentations .Presentations-container ul li a {
  display: flex;
  align-items: center;
  color: #000000;
}
.Presentations .Presentations-container ul li a:hover i {
  color: white;
  transform: scale(1.1);
}
.Presentations .Presentations-container ul li a i {
  font-size: 22px;
  width: 74px;
  height: 74px;
  margin-right: 10px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: transform 300ms ease, color 300ms ease;
}
.Presentations .Presentations-container ul li a span {
  display: flex;
  flex: 1 2;
}

.error404 {
  width: 100%;
}
.error404 .error404-container {
  width: 100%;
  padding: 2rem 15px;
}
.error404 .error404-container .error-img img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.error404 .error404-container .error-text {
  text-align: center;
}
.error404 .error404-container .error-button .button {
  display: table;
  margin: 2rem auto;
}

.page-contact {
  margin-top: 3rem;
}
.page-contact .maps {
  width: 100%;
  height: auto;
  position: relative;
}
.page-contact .maps #map {
  width: 100%;
  height: 609px;
}
.page-contact .maps .maps-content {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
}
.page-contact .maps .maps-content .maps-text {
  max-width: 515px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.page-contact .maps .maps-content .maps-text .page-contact-item {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.page-contact .maps .maps-content .maps-text .page-contact-item .page-contact-h {
  font-weight: bold;
  margin-bottom: 2px;
}
.page-contact .maps .maps-content .maps-text .page-contact-item span a {
  color: #351C0B;
}

.success-form {
  padding: 1rem 3rem;
  background-color: rgb(30, 168, 32);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: white;
  display: flex;
  align-items: center;
  z-index: 9999;
  display: none;
}
.success-form i {
  font-size: 2rem;
  margin-right: 1rem;
}
.success-form .success-text {
  font-weight: bold;
}
.success-form.active {
  display: flex;
}

.icon {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.icon-windows {
  background-image: url("../images/icon/windows.png");
}

.icon-certificate {
  background-image: url("../images/icon/certificate.png");
}

.icon-diagram {
  background-image: url("../images/icon/diagram.png");
}

.icon-chat {
  background-image: url("../images/icon/chat.svg");
}

.icon-puzzle {
  background-image: url("../images/icon/puzzle.png");
}

.advantages {
  width: 100%;
  padding: 3rem 0;
}
.advantages .advantages-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.advantages .advantages-container .advantages-item {
  max-width: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
}
.advantages .advantages-container .advantages-item .advantages-item-icon {
  width: 113px;
  height: 113px;
  border-radius: 100px;
  border: 1px solid #C19751;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.advantages .advantages-container .advantages-item .advantages-item-icon .advantages-icon {
  width: 93%;
  height: 93%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.advantages .advantages-container .advantages-item .advantages-item-icon .advantages-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C19751;
  position: absolute;
  z-index: -1;
  right: -130%;
  top: 49%;
}
.advantages .advantages-container .advantages-item:last-child .advantages-item-icon .advantages-icon:after {
  display: none;
}
.advantages .advantages-container .advantages-item-content {
  font-size: 1rem;
  text-align: center;
}
.advantages .advantages-container .advantages-item-content .advantages-item-h {
  margin-bottom: 1rem;
  font-weight: 700;
}

.spasibo {
  height: 90vh;
}
.spasibo .row {
  height: 90vh;
}
.spasibo .spasibo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.spasibo .spasibo-container .spasibo-bloc {
  max-width: 500px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
}
.spasibo .spasibo-container .spasibo-bloc .spasibo-bloc-title {
  color: white;
  padding: 2rem 5px;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.spasibo .spasibo-container .spasibo-bloc .spasibo-bloc-body {
  padding: 2rem 5px;
  color: #351C0B;
  border: 1px solid #C19751;
  background-color: white;
}

.why {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.why > h3 {
  font-size: 2rem;
}
.why .msss {
  font-size: 1rem;
  font-weight: 400;
}
.why .why-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.why .why-container .why-item {
  padding: 1rem;
}
.why .why-container .why-item span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.why .why-container .why-item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  line-height: 1.4rem;
  padding: 0;
  margin: 0;
}

.Chart .Chart-container .Chart-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Chart .Chart-container .Chart-item .Chart-item-img {
  margin-right: 4rem;
}
.Chart .Chart-container .Chart-item .Chart-item-img img {
  max-width: 444px;
  width: 100%;
  height: auto;
}
.Chart .Chart-container .Chart-item .Chart-item-info h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
.Chart .Chart-container .Chart-item .Chart-item-info h2 span {
  color: #C19751;
}
.Chart .Chart-container .Chart-item .Chart-item-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.Chart .Chart-container .Chart-item .Chart-item-info ul li {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}
.Chart .Chart-container .Chart-item .Chart-item-info ul li i {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: block;
}
.Chart .Chart-container .Chart-item .Chart-item-info ul li span {
  padding-left: 1.5rem;
}/*# sourceMappingURL=main.css.map */