body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: hsla(0, 0%, 100%, .88);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
}

.container {
  width: 100%;
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  width: 100%;
  max-width: 1190px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  background-color: transparent;
}

.brand {
  width: 74px;
  height: 80px;
  margin-right: 10px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
  border-left: 1px solid #000;
}

.text-block.footer {
  border-left-color: #fff;
  color: #fff;
}

.wrapper-contacts-menu {
  padding-top: 22px;
  padding-bottom: 4px;
  float: right;
  font-size: 24px;
}

.contact-link {
  margin-right: 5px;
  margin-left: 5px;
  color: #6d6d6d;
  text-decoration: none;
}

.contact-link:hover {
  color: #63c70b;
}

.phones {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.phones.white {
  margin-top: 38px;
  float: right;
}

.nav-link {
  padding: 5px 10px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link.w--current {
  border: 1px solid #63c70b;
  color: #63c70b;
  letter-spacing: 3px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 515px;
  padding-top: 2%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/top_bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 1px 2px 0 #000;
}

.section-about {
  padding: 3% 3% 0%;
}

.wrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.name-text {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  box-shadow: 0 0 6px 0 #fff;
}

.name-text.shadow {
  position: relative;
  left: -48px;
  z-index: 8;
  width: 80%;
  margin-top: -56px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.text-block-2 {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.important-text {
  font-size: 19px;
}

.shadow {
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, .27);
}

.image {
  position: relative;
  right: -15px;
  z-index: 1;
  display: block;
}

.div-block-2 {
  width: 40%;
}

.wrap-description {
  width: 60%;
}

.wrap-paragraf {
  min-width: 865px;
  padding: 20px 35px 20px 200px;
}

.wrap-paragraf.shadow {
  min-width: 905px;
  margin-left: -190px;
  padding: 26px 57px 26px 121px;
}

.paragraph {
  font-size: 18px;
  text-align: justify;
}

.wrappers-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.number-text {
  padding: 18px 43px;
  font-weight: 600;
  text-align: center;
}

.number-text.lines {
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.green {
  color: #63c70b;
  font-size: 30px;
  font-weight: 700;
}

.section-slider {
  padding: 2% 3% 3%;
  background-image: url('../images/bg_green.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.tab-wrapper {
  position: relative;
  min-height: 540px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  margin-right: 11px;
  margin-left: 11px;
  padding-right: 13px;
  padding-left: 13px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}

.tab-link:hover {
  color: #63c70b;
}

.tab-link.w--current {
  border: 1px solid #63c70b;
  background-color: transparent;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: relative;
  float: left;
}

.image-2.shadow {
  position: absolute;
  top: 67px;
  z-index: 5;
  margin-left: 107px;
}

.text-block-3 {
  display: block;
  width: 100%;
  max-width: 920px;
  min-height: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 57px 32px;
  float: left;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  text-align: justify;
}

.text-block-3.shadow.work {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-3.shadow.blag {
  min-height: 230px;
}

.name-title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.tabs-content {
  overflow: visible;
}

.section-nagradi {
  padding: 3%;
}

.wrapper-nagradi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unordered-list {
  list-style-type: none;
}

.title-nagradi {
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.wrap-nagradi {
  width: 60%;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url('../images/list.png');
  background-position: 0px 2px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 1.4em;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-4 {
  margin-top: 50px;
  font-size: 18px;
}

.section-blockquote {
  padding: 2% 3%;
  background-image: url('../images/bg_green_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.block-quote {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 52px;
  border-left-style: none;
  background-image: url('../images/bloq.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 400;
}

.section-contact {
  display: none;
  padding: 3%;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
}

.arrrow {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.wrapper-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fd9a2b;
  color: #fd9a2b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.footer {
  padding-top: 0%;
  padding-bottom: 0%;
  background-color: #292929;
}

.wrapper-footer {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  color: #fff;
}

.white {
  color: #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: none;
}

@media (max-width: 991px) {
  .brand {
    width: 94px;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrapper-contacts-menu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    text-align: center;
  }
  .phones.white {
    font-size: 13px;
  }
  .section {
    min-height: 365px;
    margin-top: 128px;
    padding-top: 2%;
  }
  .name-text.shadow {
    left: -15px;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
  }
  .important-text {
    font-size: 15px;
  }
  .image {
    right: 63px;
  }
  .div-block-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .wrap-paragraf.shadow {
    width: 100%;
    min-width: 630px;
  }
  .wrappers-numbers {
    padding-bottom: 24px;
  }
  .image-2.shadow {
    left: -127px;
    width: 230px;
  }
  .text-block-3.shadow {
    margin-right: 0px;
    padding-left: 230px;
  }
  .text-block-3.shadow.work {
    padding-left: 232px;
  }
  .wrapper-footer {
    padding-right: 3%;
    padding-left: 3%;
  }
  .menu-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .text-block.footer {
    min-width: 260px;
    font-size: 12px;
    line-height: 14px;
  }
  .heading {
    font-size: 34px;
  }
  .wrapper-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .name-text.shadow {
    left: 0px;
  }
  .image {
    position: static;
    left: 5px;
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-2 {
    width: 70%;
  }
  .wrap-description {
    width: 100%;
  }
  .wrap-paragraf.shadow {
    max-width: 630px;
    min-width: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 16px;
  }
  .tab-wrapper {
    min-height: 350px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-2.shadow {
    position: static;
    margin-left: 0px;
    float: none;
  }
  .text-block-3.shadow {
    min-height: 240px;
    padding: 20px;
  }
  .text-block-3.shadow.work {
    padding-left: 20px;
  }
  .wrapper-nagradi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .title-nagradi {
    font-size: 20px;
  }
  .wrap-nagradi {
    width: 100%;
  }
  .image-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .block-quote {
    font-size: 21px;
    line-height: 1.2em;
  }
}

@media (max-width: 479px) {
  .brand {
    margin-right: 0px;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block {
    border-style: none;
    font-size: 10px;
    line-height: 13px;
  }
  .text-block.footer {
    border-style: none;
    text-align: center;
  }
  .phones {
    margin-top: 0px;
  }
  .phones.white {
    text-align: center;
  }
  .section {
    min-height: 185px;
    margin-top: 188px;
  }
  .heading {
    font-size: 19px;
    line-height: 27px;
  }
  .div-block-2 {
    width: 100%;
  }
  .wrappers-numbers {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .number-text.lines {
    border-style: none;
  }
  .heading-2 {
    font-size: 17px;
  }
  .tabs-menu {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .text-block-3.shadow {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
  }
  .name-title {
    font-size: 15px;
  }
  .title-nagradi {
    font-size: 20px;
  }
  .block-quote {
    padding-left: 33px;
    font-size: 14px;
    font-weight: 400;
  }
  .wrapper-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-6 {
    font-weight: 400;
    text-align: center;
  }
  .text-block-7 {
    font-weight: 400;
    text-align: center;
  }
  .text-block-8 {
    font-weight: 400;
    text-align: center;
  }
}