@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


/*ul>li[id^=menu-item]:nth-child(2) a:hover { 
background: rgba(43, 46, 42, 0) !important;
}
ul>li[id^=menu-item]>a>img {
    width: 163px !important;
    height: 55px !important;
}*/


.callback-btn, .consult-send-btn, .hr-send-btn, .top-btn, .consult-btn, .single-post-seminar-btn, .get-job__btn, .success-stories__btn, .single-vacancie__cv-example-btn, .single-vacancie__contact-hr, .agro-automation__top_section-btn, .agro-automation__need-consult-btn, .budget_user-btn-txt, .more-solution__sales-item-btn, .training__signup-btn, .single-course__btn-signup, .single-course__btn-consult, .single-course__btn-all-courses, #pdf-button, .top-section .top-section-container .top-button, .about-left-btn, .helps-btn, .nl-btn, .carousel-btn, .msg-btn {
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
}

.callback-btn:hover, .consult-send-btn:hover, .hr-send-btn:hover, .top-btn:hover, .consult-btn:hover, .single-post-seminar-btn:hover, .get-job__btn:hover, .success-stories__btn:hover, .single-vacancie__cv-example-btn:hover, .single-vacancie__contact-hr:hover, .agro-automation__top_section-btn:hover, .agro-automation__need-consult-btn:hover, .budget_user-btn-txt:hover, .more-solution__sales-item-btn:hover, .training__signup-btn:hover, .single-course__btn-signup:hover, .single-course__btn-consult:hover, .single-course__btn-all-courses:hover, #pdf-button:hover, .top-section .top-section-container .top-button:hover, .about-left-btn:hover, .helps-btn:hover, .nl-btn:hover, .carousel-btn:hover, .msg-btn:hover {
  cursor: pointer;
}

.callback-btn:active, .consult-send-btn:active, .hr-send-btn:active, .top-btn:active, .consult-btn:active, .single-post-seminar-btn:active, .get-job__btn:active, .success-stories__btn:active, .single-vacancie__cv-example-btn:active, .single-vacancie__contact-hr:active, .agro-automation__top_section-btn:active, .agro-automation__need-consult-btn:active, .budget_user-btn-txt:active, .more-solution__sales-item-btn:active, .training__signup-btn:active, .single-course__btn-signup:active, .single-course__btn-consult:active, .single-course__btn-all-courses:active, #pdf-button:active, .top-section .top-section-container .top-button:active, .about-left-btn:active, .helps-btn:active, .nl-btn:active, .carousel-btn:active, .msg-btn:active {
  background: black;
}

.phone-img,
.menu-img,
.scrollUp-img,
.white-left-arr,
.black-arrow-left,
.black-arrow-right,
.youtube-img,
.vkontakte-img,
.twitter-img,
.linkedin-img,
.google-img,
.facebook-img,
.pinterest-img,
.nav-trigger-img {
  background: url("../img/sprite.png");
}

body {
  font-family: RobotoRegular;
}

b {
  font-family: RobotoBold;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: RobotoConc;
  src: url("../fonts/RobotoCondensed-Light.ttf");
}

@font-face {
  font-family: RobotoMedium;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: RobotoBold;
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: RobotoBlack;
}

.phone-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 65px;
  height: 66px;
  z-index: 1000;
}

.phone-fixed .phone-img {
  background-position: -0px -0px;
  width: 40px;
  height: 40px;
}

.phone-fixed:hover {
  cursor: pointer;
}

.top-nav-bar {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  font-family: RobotoBold;
  font-size: 1em;
  position: fixed;
  width: 100%;
  height: 7%;
  min-height: 70px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  top: 0;
  left: 0;
  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;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .top-nav-bar {
    opacity: 0;
    -webkit-animation: 1.5s showNav forwards;
    animation: 1.5s showNav forwards;
  }
}

@-webkit-keyframes showNav {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showNav {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nav-flex-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  background: url("../img/LOGO.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 190px;
  height: 41px;
}

.desktop {
  display: block;
  padding: 0;
  margin: 0;
}

.desktop li {
  list-style: none;
  display: inline-block;
}

.desktop li a {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #f9f9f9;
  text-transform: uppercase;
}

.desktop li a:hover {
  background: rgba(43, 46, 42, 0.7);
}

.desktop li a:active {
  background: rgba(0, 0, 0, 0.7);
}

.desktop li:nth-last-child(-n+3) a {
  padding: 5px;
  color: #afaaa5;
  font-family: RobotoRegular;
}

.desktop li .lang-switch {
  padding: 5px;
  color: #afaaa5;
  font-family: RobotoRegular;
}

.mobile-nav-trigger {
  background: rgba(243, 243, 243, 0.4);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  display: none;
}

.mobile-nav-trigger .nav-trigger-img {
  background-position: -0px -40px !important;
  width: 36px;
  height: 30px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.desktop .close-img {
  display: none;
}

.close-img {
  background: url("../img/close.png");
  width: 17px !important;
  height: 17px !important;
  -webkit-background-size: contain;
  background-size: contain;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mobile {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  padding: 0;
  height: 100vh;
  background: #333;
  position: fixed;
  top: 0;
  right: 0;
  list-style: none;
  min-width: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile li {
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
}

.mobile li a {
  display: block;
  width: 100% !important;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 1em;
  text-transform: uppercase;
  text-align: left;
  line-height: 4em;
}

.opened {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.scrolled-nav {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  background: whitesmoke !important;
}

.scrolled-nav .nav-flex-container .desktop li a {
  color: #9e9994;
}

.scrolled-nav .nav-flex-container .desktop li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.desktop li {
  position: relative;
}

.desktop li:hover .submenu {
  max-height: 1000px;
}

.scrolled-nav .nav-flex-container .desktop .hovered a {
  background: rgba(0, 0, 0, 0.2);
}

.scrolled-nav .nav-flex-container .desktop .hovered .submenu {
  background: whitesmoke;
}

.scrolled-nav .nav-flex-container .desktop .hovered .submenu a {
  font-family: RobotoBold;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #9e9994;
  background: whitesmoke;
}

.scrolled-nav .nav-flex-container .desktop .hovered .submenu a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.nav-flex-container .desktop .hovered .submenu a {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hovered a {
  background: rgba(43, 46, 42, 0.9);
}

.mobile .submenu {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  padding: 0;
  background: black;
  overflow: hidden;
  max-height: 0;
}

.mobile .sub-opened {
  max-height: 1000px !important;
}

.desktop .submenu {
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 28px;
  left: 0;
  width: auto;
}

.desktop .submenu li {
  display: block;
  width: auto;
  margin-top: 1px;
}

.desktop .submenu li a {
  font-family: RobotoBold;
  /*submenu startanim*/
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: block;
  width: auto;
}

.desktop .submenu li a:nth-last-child(-n+3) {
  color: #f9f9f9;
}

.desktop .submenu li a:hover {
  background: rgba(43, 46, 42, 0.7);
}

@media screen and (max-width: 1400px) {
  .top-nav-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .mobilee {
    display: none;
  }
  .mobile-nav-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .top-nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.go-up-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -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;
  position: fixed;
  bottom: 20px;
  left: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 65px;
  height: 66px;
  z-index: 9;
}

.go-up-fixed .scrollUp-img {
  background-position: -0px -70px;
  width: 33px;
  height: 18px;
}

.go-up-fixed:hover {
  cursor: pointer;
}

.footer-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060504;
  color: #f9f9f9;
  font-family: RobotoRegular;
}

.footer-section p {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 10px;
}

.menu-img {
  background-position: -0px -40px !important;
  width: 36px;
  height: 30px;
}

.footer-social-container {
  min-width: 254px;
  max-width: 255px;
  margin: auto;
}

.footer-nav-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #afaaa5;
  margin-left: 13px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.footer-nav-circle:hover, .footer-nav-circle:active {
  cursor: pointer;
}

.footer-nav-circle:hover .footer-pop-nav, .footer-nav-circle:active .footer-pop-nav {
  max-height: 500px;
}

.footer-social-txt {
  width: 100%;
  padding-top: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.786;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.footer-circles {
  width: 100%;
  padding-top: 10px;
  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;
}

.footer-circles .fcircle {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.footer-circles .fcircle .twitter-img {
  -webkit-transform: scale(0.81);
  -ms-transform: scale(0.81);
  transform: scale(0.81);
}

.footer-circles .fcircle .linkedin-img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.footer-circles .fcircle .youtube-img {
  background-position: -0px -189px;
  width: 23px;
  height: 18px;
}

.footer-circles .fcircle .facebook-img {
  -webkit-transform: scale(0.775);
  -ms-transform: scale(0.775);
  transform: scale(0.775);
}

.footer-circles .fcircle .vkontakte-img {
  background-position: -0px -207px;
  width: 21px;
  height: 24px;
}

.footer-circles .fcircle:nth-child(1) {
  background-color: #34c5f0;
}

.footer-circles .fcircle:nth-child(1) img {
  height: 18px;
}

.footer-circles .fcircle:nth-child(2) {
  background-color: #127cb4;
}

.footer-circles .fcircle:nth-child(2) img {
  height: 19px;
}

.footer-circles .fcircle:nth-child(3) {
  background-color: #ca4638;
}

.footer-circles .fcircle:nth-child(3) img {
  height: 18px;
}

.footer-circles .fcircle:nth-child(4) {
  background-color: #336297;
}

.footer-circles .fcircle:nth-child(4) img {
  height: 21px;
}

.footer-circles .fcircle:nth-child(5) {
  background-color: #356396;
}

.footer-circles .fcircle:nth-child(5) img {
  height: 24px;
}

.footer-circles .fcircle:active, .footer-circles .fcircle:hover {
  background-color: #afaaa5;
}

.copyright-txt {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.786;
  text-align: center;
}

.footer-pop-nav {
  margin: 0;
  padding: 0;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: -13px;
  background: rgba(24, 28, 24, 0.9);
  white-space: nowrap;
}

.footer-pop-nav li {
  list-style: none;
}

.footer-pop-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #f9f9f9;
  font-family: RobotoMedium;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-pop-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.footer-pop-nav li a:last-child {
  border: none;
}

.footer-logo {
  background: url("../img/footer-logo.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 255px;
  height: 55px;
}

.footer-logo:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .footer-row {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .footer-solutions, .footer-products, .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-nav-circle {
    margin: 0;
  }
}

form, input {
  text-transform: uppercase;
}

.consult-form_btn, .hr-form_btn, .product-form-btn, .trp-form_btn, .trs-form_btn {
  margin: auto;
}

.phone-form_btn, .consult-form_btn, .hr-form_btn, .product-form-btn, .trp-form_btn, .trs-form_btn {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: 0;
  cursor: default;
}

.phone-form_btn-hover, .consult-form_btn-hover, .hr-form_btn-hover, .product-form-btn-hover, .trp-form_btn-hover, .trs-form_btn-hover {
  background: rgba(0, 0, 0, 0.8);
}

.phone-form_btn-hover:hover, .consult-form_btn-hover:hover, .hr-form_btn-hover:hover, .product-form-btn-hover:hover, .trp-form_btn-hover:hover, .trs-form_btn-hover:hover {
  cursor: pointer;
  background: #010100;
}

.phone-form_btn-hover:active, .consult-form_btn-hover:active, .hr-form_btn-hover:active, .product-form-btn-hover:active, .trp-form_btn-hover:active, .trs-form_btn-hover:active {
  background: black;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.phone-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 350px;
  height: 331px;
  margin: 0;
}

.phone-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 350px;
  height: 331px;
}

.phone-modal-body {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.callback-btn {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 0.875em;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: 0;
}

.callback-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

.callback-phone {
  margin-top: 30px;
}

.callback-name, .callback-phone {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  width: 221px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
  line-height: 50px;
}

.callback-name:focus, .callback-phone:focus {
  border: none;
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.consult-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 731px;
  height: 462px;
  margin: 0;
}

.consult-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 731px;
  height: 530px !important;
}

.horizontal-flex {
  width: 80%;
  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;
}

.vertical-flex {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consult-name, .consult-phone {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 47%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.consult-name:focus, .consult-phone:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.consult-subject, .consult-msg {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  margin-top: 30px;
  background: transparent;
  line-height: 50px;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.consult-subject:focus, .consult-msg:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.consult-msg {
  margin-top: 70px;
}

.consult-modal-body {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consult-send-btn {
  text-transform: uppercase;
  margin: auto;
  margin-top: 50px;
}

.consult-send-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

input {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

input:focus::-webkit-input-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus::-moz-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus:-ms-input-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus::-ms-input-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus::placeholder {
  color: #1e231e;
  font-weight: 300;
}

@media screen and (max-width: 780px) {
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consult-name, .consult-phone {
    width: 100%;
  }
  .consult-phone {
    margin-top: 10px;
  }
  .consult-msg {
    margin-top: 30px;
  }
  .consult-modal-dialog, .consult-modal-content {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .consult-modal-dialog, .consult-modal-content {
    width: 100%;
  }
}

.product-send-btn {
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
}

.product-send-btn:hover {
  cursor: pointer;
}

.product-send-btn:active {
  background: black;
}

.product-modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.product-modal-name, .product-modal-admit {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  margin-top: 20px;
  background: transparent;
  line-height: 50px;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.product-modal-name:focus, .product-modal-admit:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.product-modal-name {
  margin-top: 0;
}

.product-modal-phone, .product-modal-email {
  margin-top: 20px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 47%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.product-modal-phone:focus, .product-modal-email:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.product-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 731px;
  height: 462px;
  margin: 0;
}

.product-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 731px;
  height: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.modal-product-name {
  margin-top: 0px;
  text-transform: uppercase;
  font-family: RobotoBold;
  color: #1e231e;
  font-size: 1em;
  font-weight: 700;
  line-height: 25px;
}

.modal-product-name span {
  font-family: RobotoRegular;
  margin-right: 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.786;
}

.horizontal-flex-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

label {
  padding: 0;
  margin: 0;
}

label:hover {
  cursor: pointer;
}

#subCheckBox {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 30px;
  height: 31px;
  padding: 0;
  margin-top: 0;
}

#subCheckBox:hover {
  cursor: pointer;
}

.subChecked {
  background: url("../img/tick.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.horizontal-flex-checkbox {
  color: #1e231e;
  font-size: 1em;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  .modal-product-name {
    margin-top: 10px;
  }
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-modal-phone, .product-modal-email {
    width: 100%;
  }
  .product-modal-dialog, .product-modal-content {
    width: 95%;
    margin: auto;
  }
  .vertical-flex, .horizontal-flex {
    width: 90%;
  }
}

@media screen and (max-width: 550px) {
  #subCheckBox, .horizontal-flex-checkbox, .product-send-btn, .product-modal-phone, .product-modal-email, .product-modal-name, .product-modal-admit {
    margin-top: 10px;
  }
  .vertical-flex, .horizontal-flex {
    width: 95%;
  }
}

@media screen and (max-width: 400px) {
  .product-modal-dialog, .product-modal-content {
    width: 100%;
  }
}

.training__modal-course-select {
  padding: 10px;
  overflow: hidden;
  max-height: 120px;
}

.training__modal-course {
  margin-top: 10px;
  position: relative;
  text-align: center;
  color: #afaaa5;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
}

.training__modal-course:hover {
  cursor: pointer;
}

.training__modal-course-list-opened {
  max-height: 250px !important;
  overflow-y: auto !important;
}

.training__modal-course-list {
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  top: 103%;
  z-index: 11;
  text-align: left;
  color: #28231e;
  font-size: 14px;
  font-weight: 300;
  background-color: #ededed;
  max-height: 0px;
  overflow: hidden;
  width: 100%;
}

.training__modal-course-list div {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  padding: 10px;
  background-color: #ededed;
  line-height: 1.1em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.training__modal-course-list div:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}

.hr-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 731px;
  height: 462px;
  margin: 0;
}

.hr-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 731px;
  height: auto !important;
}

.horizontal-flex {
  width: 80%;
  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;
}

.vertical-flex {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hr-name {
  margin-top: 20px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 100%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.hr-name:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.hr-phone, .hr-email {
  margin-top: 20px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 47%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.hr-phone:focus, .hr-email:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.hr-msg {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  margin-top: 20px;
  background: transparent;
  line-height: 50px;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.hr-msg:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.hr-modal-body {
  padding: 30px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .hr-modal-body {
    padding: 10px !important;
  }
}

.hr-send-btn {
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hr-send-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

.hr-modal-title, .hr-modal-prebtn {
  font-family: RobotoBold;
  color: rgba(30, 35, 30, 0.8);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.786;
  text-align: center;
  text-transform: uppercase;
}

.hr-modal-prebtn {
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hr-name, .hr-phone, .hr-email, .hr-msg {
    width: 100%;
    margin-top: 10px;
  }
  .hr-modal-dialog, .hr-modal-content {
    width: 90%;
    margin: auto;
  }
  .vertical-flex, .horizontal-flex {
    width: 90%;
  }
  .hr-modal-body {
    padding-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .hr-modal-dialog, .hr-modal-content {
    width: 100%;
  }
}

.tell-section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tell-section {
  height: 100px;
  border-top: 1px solid #cbc8c5;
  border-bottom: 1px solid #cbc8c5;
}

.tell-txt {
  line-height: 100px;
  font-family: RobotoBold;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0;
  font-weight: 600;
  position: absolute;
  left: -240px;
}

.tell-btns {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.twitter-img {
  background-position: -0px -111px;
  width: 27px;
  height: 22px;
}

.linkedin-img {
  background-position: -0px -133px;
  width: 25px;
  height: 24px;
}

.google-img {
  background-position: -0px -88px;
  width: 27px;
  height: 23px;
}

.facebook-img {
  background-position: -27px -88px;
  width: 13px;
  height: 27px;
}

.pinterest-img {
  background-position: -0px -157px;
  width: 25px;
  height: 32px;
}

.tell-btns a:nth-child(2) .social-circle {
  background-color: #127cb4;
}

.tell-btns a:nth-child(3) .social-circle {
  background-color: #e74237;
}

.tell-btns a:nth-child(4) .social-circle {
  background-color: #336297;
}

.tell-btns a:nth-child(5) .social-circle {
  background-color: #b71c29;
}

.tell-btns a:active .social-circle {
  background-color: black;
}

.social-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-right: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #34c5f0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.social-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-circle p {
  text-align: center;
  position: absolute;
  left: 47px;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #afaaa5;
  font-size: 12px;
}

.social-circle:nth-child(2) {
  background-color: #127cb4;
}

.social-circle:nth-child(3) {
  background-color: #e74237;
}

.social-circle:nth-child(4) {
  background-color: #336297;
}

.social-circle:nth-child(5) {
  background-color: #b71c29;
}

.social-circle:active {
  background-color: black;
}

@media screen and (max-width: 992px) {
  .tell-section {
    height: 130px;
  }
  .tell-btns {
    margin-top: 30px;
  }
  .tell-txt {
    min-width: 180px;
    left: 50%;
    top: -50px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .tell-section-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .social-circle {
    margin-right: 15px;
    margin-left: 15px;
  }
  .social-circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
  }
}

@media screen and (max-width: 400px) {
  .social-circle {
    margin-right: 7px;
    margin-left: 7px;
  }
  .social-circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
  }
}

.about-top-section {
  width: 100%;
  height: 100vh;
  display: block;
  background: url("../img/header_about-us.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: white;
}

.about-top-section .about-top-section-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: RobotoConc;
  font-size: 5em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.125em;
}

@media screen and (max-width: 800px) {
  .about-top-section .about-top-section-container {
    font-size: 4em;
  }
}

@media screen and (max-width: 600px) {
  .about-top-section .about-top-section-container {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 400px) {
  .about-top-section .about-top-section-container {
    font-size: 2em;
  }
}

.about-intro {
  background: #f9f9f9;
}

.about-paragraph-header {
  text-align: center;
  font-family: RobotoBold;
  font-size: 2em;
  color: #28231e;
  margin-top: 61px;
  margin-bottom: 46px;
  text-transform: uppercase;
}

.about-paragraph, .about-paragraph-after-img {
  font-family: RobotoRegular;
  color: #28231e;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.25;
  text-align: justify;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-paragraph a, .about-paragraph-after-img a {
  text-decoration: none;
  color: #28231e;
}

.about-paragraph a:hover, .about-paragraph-after-img a:hover {
  color: #aba7a2;
}

.about-img-c-container {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  -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: white;
  height: 200px;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
}

.about-img-c-container:hover {
  background-color: rgba(175, 170, 165, 0.7);
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;
}

.shadows-container {
  margin-bottom: 32px;
}

.shadows-container:nth-child(1) .about-img-c-container img {
  width: 230px;
}

.shadows-container:nth-child(2) .about-img-c-container img {
  width: 320px;
}

.shadows-container:nth-child(3) .about-img-c-container img {
  width: 310px;
}

.shadows-container:hover {
  cursor: pointer;
}

.about-company-actions-descr {
  display: block;
  width: 100%;
  background: #ededed;
}

.about-company-descr-header {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: RobotoBold;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
}

.about-action-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.about-menu-item {
  font-family: RobotoBold;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 510px) {
  .about-menu-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.about-menu-item:hover {
  color: #aba7a2;
  cursor: pointer;
}

.about-actions-descr-header {
  text-align: center;
  font-family: RobotoBold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
}

.about-actions-descr-content {
  font-size: 1.1em;
  font-weight: 400;
  font-family: RobotoRegular;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-action-items-section {
  background: #f9f9f9;
  padding-bottom: 50px;
}

.about-action-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 16px;
}

.about-action-img img {
  width: 70px;
}

.about-action-caption {
  font-size: 1.2em;
  font-family: RobotoBold;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-action-descr {
  font-size: 1.1em;
  line-height: 1.25;
  padding-left: 20px;
  padding-right: 20px;
}

.about-action-item {
  margin-top: 30px;
}

.callback-btn, .consult-send-btn, .hr-send-btn, .top-btn, .consult-btn, .single-post-seminar-btn, .get-job__btn, .success-stories__btn, .single-vacancie__cv-example-btn, .single-vacancie__contact-hr, .agro-automation__top_section-btn, .agro-automation__need-consult-btn, .budget_user-btn-txt, .more-solution__sales-item-btn, .training__signup-btn, .single-course__btn-signup, .single-course__btn-consult, .single-course__btn-all-courses, #pdf-button, .top-section .top-section-container .top-button, .about-left-btn, .helps-btn, .nl-btn, .carousel-btn, .msg-btn {
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
}

.callback-btn:hover, .consult-send-btn:hover, .hr-send-btn:hover, .top-btn:hover, .consult-btn:hover, .single-post-seminar-btn:hover, .get-job__btn:hover, .success-stories__btn:hover, .single-vacancie__cv-example-btn:hover, .single-vacancie__contact-hr:hover, .agro-automation__top_section-btn:hover, .agro-automation__need-consult-btn:hover, .budget_user-btn-txt:hover, .more-solution__sales-item-btn:hover, .training__signup-btn:hover, .single-course__btn-signup:hover, .single-course__btn-consult:hover, .single-course__btn-all-courses:hover, #pdf-button:hover, .top-section .top-section-container .top-button:hover, .about-left-btn:hover, .helps-btn:hover, .nl-btn:hover, .carousel-btn:hover, .msg-btn:hover {
  cursor: pointer;
}

.callback-btn:active, .consult-send-btn:active, .hr-send-btn:active, .top-btn:active, .consult-btn:active, .single-post-seminar-btn:active, .get-job__btn:active, .success-stories__btn:active, .single-vacancie__cv-example-btn:active, .single-vacancie__contact-hr:active, .agro-automation__top_section-btn:active, .agro-automation__need-consult-btn:active, .budget_user-btn-txt:active, .more-solution__sales-item-btn:active, .training__signup-btn:active, .single-course__btn-signup:active, .single-course__btn-consult:active, .single-course__btn-all-courses:active, #pdf-button:active, .top-section .top-section-container .top-button:active, .about-left-btn:active, .helps-btn:active, .nl-btn:active, .carousel-btn:active, .msg-btn:active {
  background: black;
}

.phone-img,
.menu-img,
.scrollUp-img,
.white-left-arr,
.black-arrow-left,
.black-arrow-right,
.youtube-img,
.vkontakte-img,
.twitter-img,
.linkedin-img,
.google-img,
.facebook-img,
.pinterest-img,
.nav-trigger-img {
  background: url("../img/sprite.png");
}

body {
  font-family: RobotoRegular;
}

b {
  font-family: RobotoBold;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: RobotoConc;
  src: url("../fonts/RobotoCondensed-Light.ttf");
}

@font-face {
  font-family: RobotoMedium;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: RobotoBold;
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: RobotoBlack;
}

.phone-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 65px;
  height: 66px;
  z-index: 1000;
  display: none;
}

.phone-fixed .phone-img {
  background-position: -0px -0px;
  width: 40px;
  height: 40px;
}

.phone-fixed:hover {
  cursor: pointer;
}

.top-nav-bar {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  font-family: RobotoBold;
  font-size: 1em;
  position: fixed;
  width: 100%;
  height: 7%;
  min-height: 70px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  top: 0;
  left: 0;
  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;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .top-nav-bar {
    opacity: 0;
    -webkit-animation: 1.5s showNav forwards;
    animation: 1.5s showNav forwards;
  }
}

@keyframes showNav {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nav-flex-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  background: url("../img/LOGO.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 190px;
  height: 41px;
}

.desktop {
  display: block;
  padding: 0;
  margin: 0;
}

.desktop li {
  list-style: none;
  display: inline-block;
}

.desktop li a {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #f9f9f9;
  text-transform: uppercase;
}

.desktop li a:hover {
  background: rgba(43, 46, 42, 0.7);
}

.desktop li a:active {
  background: rgba(0, 0, 0, 0.7);
}

.desktop li:nth-last-child(-n+3) a {
  padding: 5px;
  color: #eeeeee;
  font-family: RobotoRegular;
}

.desktop li .lang-switch {
  padding: 5px;
  color: #afaaa5;
  font-family: RobotoRegular;
}

.mobile-nav-trigger {
  background: rgba(243, 243, 243, 0.4);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  display: none;
}

.mobile-nav-trigger .nav-trigger-img {
  background-position: -0px -40px !important;
  width: 36px;
  height: 30px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.desktop .close-img {
  display: none;
}

.close-img {
  background: url("../img/close.png");
  width: 17px !important;
  height: 17px !important;
  -webkit-background-size: contain;
  background-size: contain;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 5px;
}

.mobile {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  padding: 0;
  height: 100vh;
  background: #333;
  position: fixed;
  top: 0;
  right: 0;
  list-style: none;
  min-width: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile li {
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
}

.mobile li a {
  display: block;
  width: 100% !important;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 1em;
  text-transform: uppercase;
  text-align: left;
  line-height: 4em;
}
@media (max-width: 767px){
.mobile li a {
  line-height: 3.5em;
}
}

.opened {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.scrolled-nav {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  background: whitesmoke !important;
}

.scrolled-nav .nav-flex-container .desktop li a {
  color: #9e9994;
}

.scrolled-nav .nav-flex-container .desktop li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.desktop li {
  position: relative;
}

.desktop li:hover .submenu {
  max-height: 1000px;
}

.scrolled-nav .nav-flex-container .desktop .hovered a {
  background: rgba(0, 0, 0, 0.2);
}

.scrolled-nav .nav-flex-container .desktop .hovered .submenu {
  background: whitesmoke;
}

.scrolled-nav .nav-flex-container .desktop .hovered .submenu a {
  font-family: RobotoBold;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #9e9994;
  background: whitesmoke;
}

.scrolled-nav .nav-flex-container .desktop .hovered .submenu a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.nav-flex-container .desktop .hovered .submenu a {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hovered a {
  background: rgba(43, 46, 42, 0.9);
}

.mobile .submenu {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  padding: 0;
  background: black;
  overflow: hidden;
  max-height: 0;
}

.mobile .sub-opened {
  max-height: 1000px !important;
}

.desktop .submenu {
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 28px;
  left: 0;
  width: auto;
}

.desktop .submenu li {
  display: block;
  width: auto;
  margin-top: 1px;
}

.desktop .submenu li a {
  font-family: RobotoBold;
  /*submenu startanim*/
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: block;
  width: auto;
}

.desktop .submenu li a:nth-last-child(-n+3) {
  color: #f9f9f9;
}

.desktop .submenu li a:hover {
  background: rgba(43, 46, 42, 0.7);
}

@media screen and (max-width: 1400px) {
  .top-nav-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .mobilee {
    display: none;
  }
  .mobile-nav-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
}

@media screen and (max-width: 500px) {
  .top-nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.go-up-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -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;
  position: fixed;
  bottom: 20px;
  left: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 65px;
  height: 66px;
  z-index: 9;
}

.go-up-fixed .scrollUp-img {
  background-position: -0px -70px;
  width: 33px;
  height: 18px;
}

.go-up-fixed:hover {
  cursor: pointer;
}

.footer-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060504;
  color: #f9f9f9;
  font-family: RobotoRegular;
}

.footer-section p {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 10px;
}

.menu-img {
  background-position: -0px -40px !important;
  width: 36px;
  height: 30px;
}

.footer-social-container {
  min-width: 254px;
  max-width: 255px;
  margin: auto;
}

.footer-nav-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #afaaa5;
  margin-left: 13px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.footer-nav-circle:hover, .footer-nav-circle:active {
  cursor: pointer;
}

.footer-nav-circle:hover .footer-pop-nav, .footer-nav-circle:active .footer-pop-nav {
  max-height: 500px;
}

.footer-social-txt {
  width: 100%;
  padding-top: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.786;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.footer-circles {
  width: 100%;
  padding-top: 10px;
  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;
}

.footer-circles .fcircle {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.footer-circles .fcircle .twitter-img {
  -webkit-transform: scale(0.81);
  -ms-transform: scale(0.81);
  transform: scale(0.81);
}

.footer-circles .fcircle .linkedin-img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.footer-circles .fcircle .youtube-img {
  background-position: -0px -189px;
  width: 23px;
  height: 18px;
}

.footer-circles .fcircle .facebook-img {
  -webkit-transform: scale(0.775);
  -ms-transform: scale(0.775);
  transform: scale(0.775);
}

.footer-circles .fcircle .vkontakte-img {
  background-position: -0px -207px;
  width: 21px;
  height: 24px;
}

.footer-circles .fcircle:nth-child(1) {
  background-color: #1D8FCB;
}

.footer-circles .fcircle:nth-child(1) img {
  height: 18px;
}

.footer-circles .fcircle:nth-child(2) {
  background-color: #34c5f0;
}

.footer-circles .fcircle:nth-child(2) img {
  height: 19px;
}

.footer-circles .fcircle:nth-child(3) {
  background-color: #FF0000;
}

.footer-circles .fcircle:nth-child(3) img {
  height: 18px;
}

.footer-circles .fcircle:nth-child(4) {
  background-color: #007EF8;
}

.footer-circles .fcircle:nth-child(4) img {
  height: 21px;
}

.footer-circles .fcircle:nth-child(5) {
  background-color: #FE125E;
}

.footer-circles .fcircle:nth-child(5) img {
  height: 24px;
}

.footer-circles .fcircle:active, .footer-circles .fcircle:hover {
  background-color: #afaaa5;
}

.copyright-txt {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.786;
  text-align: center;
}

.footer-pop-nav {
  margin: 0;
  padding: 0;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: -13px;
  background: rgba(24, 28, 24, 0.9);
  white-space: nowrap;
}

.footer-pop-nav li {
  list-style: none;
}

.footer-pop-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #f9f9f9;
  font-family: RobotoMedium;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-pop-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.footer-pop-nav li a:last-child {
  border: none;
}

.footer-logo {
  background: url("../img/footer-logo.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 255px;
  height: 55px;
}

.footer-logo:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .footer-row {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .footer-solutions, .footer-products, .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-nav-circle {
    margin: 0;
  }
}

form, input {
  text-transform: uppercase;
}

.consult-form_btn, .hr-form_btn, .product-form-btn, .trp-form_btn, .trs-form_btn {
  margin: auto;
}

.phone-form_btn, .consult-form_btn, .hr-form_btn, .product-form-btn, .trp-form_btn, .trs-form_btn {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: 0;
  cursor: default;
}

.phone-form_btn-hover, .consult-form_btn-hover, .hr-form_btn-hover, .product-form-btn-hover, .trp-form_btn-hover, .trs-form_btn-hover {
  background: rgba(0, 0, 0, 0.8);
}

.phone-form_btn-hover:hover, .consult-form_btn-hover:hover, .hr-form_btn-hover:hover, .product-form-btn-hover:hover, .trp-form_btn-hover:hover, .trs-form_btn-hover:hover {
  cursor: pointer;
  background: #010100;
}

.phone-form_btn-hover:active, .consult-form_btn-hover:active, .hr-form_btn-hover:active, .product-form-btn-hover:active, .trp-form_btn-hover:active, .trs-form_btn-hover:active {
  background: black;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.phone-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 350px;
  height: 331px;
  margin: 0;
}

.phone-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 350px;
  height: 331px;
}

.phone-modal-body {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.callback-btn {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 0.875em;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: 0;
}

.callback-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

.callback-phone {
  margin-top: 30px;
}

.callback-name, .callback-phone {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  width: 221px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
  line-height: 50px;
}

.callback-name:focus, .callback-phone:focus {
  border: none;
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.consult-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 731px;
  height: 462px;
  margin: 0;
}

.consult-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 731px;
  height: 530px;
}

.horizontal-flex {
  width: 80%;
  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;
}

.vertical-flex {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consult-name, .consult-phone {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 47%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.consult-name:focus, .consult-phone:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.consult-subject, .consult-msg {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  margin-top: 30px;
  background: transparent;
  line-height: 50px;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.consult-subject:focus, .consult-msg:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.consult-msg {
  margin-top: 70px;
}

.consult-modal-body {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consult-send-btn {
  text-transform: uppercase;
  margin: auto;
  margin-top: 50px;
}

.consult-send-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

input {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

input:focus::-webkit-input-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus::-moz-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus:-ms-input-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus::-ms-input-placeholder {
  color: #1e231e;
  font-weight: 300;
}

input:focus::placeholder {
  color: #1e231e;
  font-weight: 300;
}

@media screen and (max-width: 780px) {
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consult-name, .consult-phone {
    width: 100%;
  }
  .consult-phone {
    margin-top: 10px;
  }
  .consult-msg {
    margin-top: 30px;
  }
  .consult-modal-dialog, .consult-modal-content {
    width: 90%;
    height: 550px;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .consult-modal-dialog, .consult-modal-content {
    width: 100%;
  }
}

.product-send-btn {
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
}

.product-send-btn:hover {
  cursor: pointer;
}

.product-send-btn:active {
  background: black;
}

.product-modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.product-modal-name, .product-modal-admit {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  margin-top: 20px;
  background: transparent;
  line-height: 50px;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.product-modal-name:focus, .product-modal-admit:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.product-modal-name {
  margin-top: 0;
}

.product-modal-phone, .product-modal-email {
  margin-top: 20px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 47%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.product-modal-phone:focus, .product-modal-email:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.product-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 731px;
  height: 462px;
  margin: 0;
}

.product-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 731px;
  height: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.modal-product-name {
  margin-top: 0px;
  text-transform: uppercase;
  font-family: RobotoBold;
  color: #1e231e;
  font-size: 1em;
  font-weight: 700;
  line-height: 25px;
}

.modal-product-name span {
  font-family: RobotoRegular;
  margin-right: 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.786;
}

.horizontal-flex-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

label {
  padding: 0;
  margin: 0;
}

label:hover {
  cursor: pointer;
}

#subCheckBox {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 30px;
  height: 31px;
  padding: 0;
  margin-top: 0;
}

#subCheckBox:hover {
  cursor: pointer;
}

.subChecked {
  background: url("../img/tick.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.horizontal-flex-checkbox {
  color: #1e231e;
  font-size: 1em;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  .modal-product-name {
    margin-top: 10px;
  }
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-modal-phone, .product-modal-email {
    width: 100%;
  }
  .product-modal-dialog, .product-modal-content {
    width: 95%;
    margin: auto;
  }
  .vertical-flex, .horizontal-flex {
    width: 90%;
  }
}

@media screen and (max-width: 550px) {
  #subCheckBox, .horizontal-flex-checkbox, .product-send-btn, .product-modal-phone, .product-modal-email, .product-modal-name, .product-modal-admit {
    margin-top: 10px;
  }
  .vertical-flex, .horizontal-flex {
    width: 95%;
  }
}

@media screen and (max-width: 400px) {
  .product-modal-dialog, .product-modal-content {
    width: 100%;
  }
}

.training__modal-course-select {
  padding: 10px;
  overflow: hidden;
  max-height: 120px;
}

.training__modal-course {
  margin-top: 10px;
  position: relative;
  text-align: center;
  color: #afaaa5;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
}

.training__modal-course:hover {
  cursor: pointer;
}

.training__modal-course-list-opened {
  max-height: 250px !important;
  overflow-y: auto !important;
}

.training__modal-course-list {
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  top: 103%;
  z-index: 11;
  text-align: left;
  color: #28231e;
  font-size: 14px;
  font-weight: 300;
  background-color: #ededed;
  max-height: 0px;
  overflow: hidden;
  width: 100%;
}

.training__modal-course-list div {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  padding: 10px;
  background-color: #ededed;
  line-height: 1.1em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.training__modal-course-list div:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}

.hr-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 731px;
  height: 462px;
  margin: 0;
}

.hr-modal-content {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 731px;
  height: auto !important;
}

.horizontal-flex {
  width: 80%;
  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;
}

.vertical-flex {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hr-name {
  margin-top: 20px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 100%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.hr-name:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.hr-phone, .hr-email {
  margin-top: 20px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: transparent;
  line-height: 50px;
  width: 47%;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.hr-phone:focus, .hr-email:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.hr-msg {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  margin-top: 20px;
  background: transparent;
  line-height: 50px;
  border: none;
  border-bottom: 2px;
  border-bottom: 2px solid rgba(175, 170, 165, 0.88);
}

.hr-msg:focus {
  outline-width: 0;
  border-bottom: 2px solid #1e231e;
}

.hr-modal-body {
  padding: 30px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .hr-modal-body {
    padding: 10px !important;
  }
}

.hr-send-btn {
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hr-send-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

.hr-modal-title, .hr-modal-prebtn {
  font-family: RobotoBold;
  color: rgba(30, 35, 30, 0.8);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.786;
  text-align: center;
  text-transform: uppercase;
}

.hr-modal-prebtn {
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hr-name, .hr-phone, .hr-email, .hr-msg {
    width: 100%;
    margin-top: 10px;
  }
  .hr-modal-dialog, .hr-modal-content {
    width: 90%;
    margin: auto;
  }
  .vertical-flex, .horizontal-flex {
    width: 90%;
  }
  .hr-modal-body {
    padding-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .hr-modal-dialog, .hr-modal-content {
    width: 100%;
  }
}

.tell-section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tell-section {
  height: 100px;
  border-top: 1px solid #cbc8c5;
  border-bottom: 1px solid #cbc8c5;
}

.tell-txt {
  line-height: 100px;
  font-family: RobotoBold;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0;
  font-weight: 600;
  position: absolute;
  left: -240px;
}

.tell-btns {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.twitter-img {
  background-position: -0px -111px;
  width: 27px;
  height: 22px;
}

.linkedin-img {
  background-position: -0px -133px;
  width: 25px;
  height: 24px;
}

.google-img {
  background-position: -0px -88px;
  width: 27px;
  height: 23px;
}

.facebook-img {
  background-position: -27px -88px;
  width: 13px;
  height: 27px;
}

.pinterest-img {
  background-position: -0px -157px;
  width: 25px;
  height: 32px;
}

.tell-btns a:nth-child(2) .social-circle {
  background-color: #127cb4;
}

.tell-btns a:nth-child(3) .social-circle {
  background-color: #e74237;
}

.tell-btns a:nth-child(4) .social-circle {
  background-color: #336297;
}

.tell-btns a:nth-child(5) .social-circle {
  background-color: #b71c29;
}

.tell-btns a:active .social-circle {
  background-color: black;
}

.social-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-right: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #34c5f0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.social-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-circle p {
  text-align: center;
  position: absolute;
  left: 47px;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #afaaa5;
  font-size: 12px;
}

.social-circle:nth-child(2) {
  background-color: #127cb4;
}

.social-circle:nth-child(3) {
  background-color: #e74237;
}

.social-circle:nth-child(4) {
  background-color: #336297;
}

.social-circle:nth-child(5) {
  background-color: #b71c29;
}

.social-circle:active {
  background-color: black;
}

@media screen and (max-width: 992px) {
  .tell-section {
    height: 130px;
  }
  .tell-btns {
    margin-top: 30px;
  }
  .tell-txt {
    min-width: 180px;
    left: 50%;
    top: -50px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .tell-section-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .social-circle {
    margin-right: 15px;
    margin-left: 15px;
  }
  .social-circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
  }
}

@media screen and (max-width: 400px) {
  .social-circle {
    margin-right: 7px;
    margin-left: 7px;
  }
  .social-circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
  }
}

.clients-top-section {
  background: url("../img/header_Customers.png");
  width: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 650px) {
  .clients-top-section .clients-top-section-container {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.big-top-txt {
  font-size: 5em;
  font-family: RobotoConc;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .big-top-txt {
    font-size: 3em;
  }
}

@media screen and (max-width: 650px) {
  .big-top-txt {
    margin-bottom: 25px;
  }
}

.top-paragraph {
  font-size: 1.57em;
  font-weight: 700;
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .top-paragraph {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 700px) {
  .top-paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 450px) {
  .top-paragraph {
    font-size: 1.1em;
  }
}

.top-btn {
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 650px) {
  .top-btn {
    margin-top: 25px;
  }
}

.customerts-section {
  color: #28231e;
  padding-bottom: 50px;
}

.customers-header {
  margin-top: 50px;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  font-family: RobotoBold;
}

.customer-name {
  font-family: RobotoBold;
  font-size: 1.25em;
  text-transform: uppercase;
}

.customer-descr {
  font-family: RobotoRegular;
  text-align: justify;
  font-size: 1em;
}

.customer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 10px;
}

.customer-logo img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 160px;
  height: auto;
  margin: auto;
}

.customer-logo img:hover {
  cursor: pointer;
  /*width: 190px*/
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.customer-item {
  height: auto;
  margin-top: 50px;
}

.invite-txt {
  font-family: RobotoBold;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px;
}

.consult-btn {
  margin: auto;
  margin-top: 30px;
}

.flex-sub-placer {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .flex-sub-placer {
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-sub-placer input {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.email-sub-section {
  background: #fafafa;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.email-sub-btn-hover:active {
  background-color: #ebebeb !important;
}

.email-sub-btn {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #afaaa5 !important;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3) !important;
  width: 50px !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border: none;
  cursor: default !important;
  /* &:hover
		cursor: pointer !important
		background-color:  #ebebeb !important */
}

@media screen and (max-width: 768px) {
  .email-sub-btn {
    margin-top: 0;
  }
}

.email-sub-txt {
  text-transform: uppercase;
  color: #28231e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.667;
  font-family: RobotoBold;
}

.email-sub-input {
  font-family: RobotoRegular;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  padding-bottom: 0 !important;
}

.email-sub-input input {
  width: 320px;
  height: 36px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  background-color: #f5f5f5;
  padding-left: 10px;
}

.email-sub-input input::-webkit-input-placeholder {
  color: #afaaa5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.125;
}

.email-sub-input input::-moz-placeholder {
  color: #afaaa5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.125;
}

.email-sub-input input:-ms-input-placeholder {
  color: #afaaa5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.125;
}

.email-sub-input input::-ms-input-placeholder {
  color: #afaaa5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.125;
}

.email-sub-input input::placeholder {
  color: #afaaa5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.125;
}

.email-sub-input input:focus {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  outline: none;
}

.email-sub-input input:focus::-webkit-input-placeholder {
  color: #1e231e;
}

.email-sub-input input:focus::-moz-placeholder {
  color: #1e231e;
}

.email-sub-input input:focus:-ms-input-placeholder {
  color: #1e231e;
}

.email-sub-input input:focus::-ms-input-placeholder {
  color: #1e231e;
}

.email-sub-input input:focus::placeholder {
  color: #1e231e;
}

.single-post-seminar-btn {
  margin: auto;
  margin-bottom: 30px;
}

.es_button_relative_container-hover:hover {
  cursor: default !important;
}

.es_button_relative_container {
  position: relative;
  width: auto;
}

.es_button_relative_container:hover .email-sub-btn-hover {
  cursor: pointer !important;
  background-color: #ebebeb !important;
}

.es_button_relative_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}

.email-sub-whole-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

@media screen and (max-width: 768px) {
  .email-sub-whole-div {
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .email-sub-whole-div .email-sub-input input {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
}

.single-post_post-type {
  font-family: RobotoBold;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.3em;
}

.single-post__section {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .single-post__section .col-xs-12 .single-post__item-inner {
    max-width: 50%;
  }
}

@media (max-width: 668px) {
  .single-post__section .col-xs-12 .single-post__item-inner {
    max-width: 60%;
  }
}

@media (max-width: 568px) {
  .single-post__section .col-xs-12 .single-post__item-inner {
    max-width: 80%;
  }
}

@media (max-width: 468px) {
  .single-post__section .col-xs-12 .single-post__item-inner {
    max-width: 99%;
  }
}

.single-post__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
  height: 500px;
}

.single-post__item img {
  display: block;
  border-top: 1px solid rgba(128, 128, 128, 0.7);
  border-bottom: 1px solid rgba(128, 128, 128, 0.7);
  min-width: 100%;
  max-height: 275px;
  min-height: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.single-post__item-inner {
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  width: 90%;
}

.single-post__caption {
  border-top: 1px solid rgba(128, 128, 128, 0.7);
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #060504;
  font-size: 18px;
  font-weight: 700;
  font-family: RobotoBold;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.single-post__caption h4 {
  padding-top: 10px;
}

@media (max-width: 468px) {
  .single-post__caption h4 {
    font-size: 16px;
  }
}

.single-post__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #454a45;
  height: 45px;
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.single-post__btn:hover {
  cursor: pointer;
}

.single-post__text-prev {
  color: #28231e;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  padding: 7px;
  height: 115px;
}

.single-post_img-container {
  position: relative;
  height: 275px;
  max-height: 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: #f6f6f6;
}

.single-post__img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.single-post__img-overlay:hover {
  background: rgba(255, 255, 255, 0.7);
}

.single-post__date {
  position: absolute;
  font-family: RobotoBold;
  color: #28231e;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  line-height: 0.9em;
  top: 7px;
  left: 11px;
}

.single-post_img-container-trans {
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid rgba(128, 128, 128, 0.7);
  border-bottom: 1px solid rgba(128, 128, 128, 0.7);
}

.single-post_img-container-trans img {
  min-height: 10px;
  border: 0;
}

.single-post_overlay-helper {
  position: relative;
}

.pagenav__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.pagenav__next {
  background: url("../img/arrow_right.png");
  border-left: 1px solid rgba(128, 128, 128, 0.7);
}

.pagenav__prev {
  background: url("../img/arrow_left.png");
  border-right: 1px solid rgba(128, 128, 128, 0.7);
}

.pagenav__next, .pagenav__prev {
  width: 64px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

.pagenav__next:hover, .pagenav__prev:hover {
  cursor: pointer;
}

.navigation {
  height: 45px;
  background: #fdfdfd;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 650px) {
  .navigation {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 600px) {
  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .navigation {
    display: none;
  }
}

.navigation .current {
  color: #28231e;
}

.navigation .page-numbers {
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  .navigation .page-numbers {
    margin-right: 7px;
  }
}

@media screen and (max-width: 650px) {
  .navigation .page-numbers {
    margin-right: 5px;
  }
}

.navigation .page-numbers:last-child {
  margin-right: 0;
}

.pagenav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: RobotoBold;
  color: #afaaa5;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.pagenav__wrapper a {
  text-decoration: none !important;
  color: #afaaa5;
}

.mailsub_paddington {
  margin-bottom: 45px;
}

.pagenav__hidden-translation {
  display: none;
}

.vacancies__all-content_section {
  margin-top: 100px;
}

.vacancies__header-row, .get-job__header-row, .job-advantages__header-row, .success-stories__header-row {
  font-family: RobotoBold;
  color: #060504;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.vacancies__vacancies-item {
  background-color: #EBEBEB;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.vacancies__vacancies-item-img {
  padding: 0;
}

.vacancies__vacancies-item-img img {
  width: 100%;
}

.vacancies__vacancies-item-content {
  background-color: #EBEBEB;
}

.vacancies__vacancies-item-content .vacancies__vacancies-item-header {
  font-family: RobotoBold;
  color: #060504;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(128, 128, 128, 0.7);
  border-bottom: 1px solid rgba(128, 128, 128, 0.7);
  padding-top: 15px;
  padding-bottom: 15px;
  height: 80px;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25%;
  padding-right: 25%;
}

.vacancies__vacancies-item-content .vacancies__vacancies-item-header a {
  color: inherit;
  color-text-decoration: inherit;
}

.vacancies__vacancies-item-content .vacancies__vacancies-item-header a:hover {
  color: #afaaa5;
}

@media (max-height: 500px) {
  .vacancies__vacancies-item-content .vacancies__vacancies-item-header {
    font-size: 1em;
  }
}

@media (max-width: 600px) {
  .vacancies__vacancies-item-content .vacancies__vacancies-item-header {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 400px) {
  .vacancies__vacancies-item-content .vacancies__vacancies-item-header {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.vacancies__vacancies-item-content .vacancies__vacancies-item-descr {
  background-color: #EBEBEB;
  color: #28231e;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  padding: 15px;
  padding-bottom: 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vacancies__vacancies-item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 220px;
  height: 45px;
  font-family: RobotoBold;
  color: #28231e;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.286;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.vacancies__vacancies-item-btn:hover {
  background-color: #AFA9A4;
}

.vacancies__vacancies-item-btn-margin {
  margin-top: 30px;
}

.vacancies__vacancies-item-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.vacancies__vacancies-item-img-overlay:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.get-job__section {
  background-color: #EBEBEB;
  padding-bottom: 50px;
}

.get-job__right-part, .get-job__left-part {
  text-align: center;
  color: #28231e;
  font-size: 1em;
  font-weight: 400;
}

.get-job__right-part b, .get-job__left-part b {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.get-job__right-part b:last-child, .get-job__left-part b:last-child {
  margin-bottom: 0;
}

.get-job__header-row {
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 41px;
}

.get-job__btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get-job__btn-pretxt {
  text-transform: uppercase;
  color: #28231e;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.667;
  margin-top: 29px;
  text-align: center;
}

.get-job__btn {
  margin-top: 30px;
}

.job-advantages__header-row {
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 41px;
}

.job-advanteges-item {
  margin-bottom: 50px;
  background-color: #EBEBEB;
  padding: 0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.job-advanteges__item-header {
  font-family: RobotoBold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: #FAFAFA;
  border-top: 1px solid rgba(128, 128, 128, 0.7);
  border-bottom: 1px solid rgba(128, 128, 128, 0.7);
  height: 80px;
  text-align: center;
  color: #28231e;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}

.job-advanteges__item-img {
  padding: 0;
}

.job-advanteges__item-img img {
  min-width: 100%;
  max-width: 100%;
}

.job-advanteges__item-descr {
  padding: 15px;
  padding-bottom: 0;
  color: #28231e;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
  text-align: justify;
}

@media (max-width: 992px) {
  .job-advanteges__item-descr {
    padding-bottom: 15px;
  }
}

.job-advanteges__item-content {
  padding: 0;
}

.success-stories__section {
  background-color: #EBEBEB;
  padding-bottom: 50px;
}

.success-stories__header-row {
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 41px;
}

.success-stories__slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  flex-directon: column;
  margin: 10px;
  text-align: center;
}

.success-stories__slider-item-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.success-stories__slider-item-name {
  font-family: RobotoBold;
  color: #060504;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.success-stories__slider-item-position {
  color: #28231e;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.429;
  text-align: center;
}

.success-stories__slider-item-descr {
  color: #28231e;
  font-size: 0.875em;
  font-weight: 400;
  text-align: justify;
  margin-top: 15px;
}

.success-stories__slider-item-btn {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 220px;
  height: 45px;
  background-color: #EEEEEE;
  color: #28231e;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.286;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: auto;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.success-stories__slider-item-btn a {
  color: #28231e;
  color-text-decoration: none;
}

.success-stories__slider-item-btn:hover {
  cursor: pointer;
  background-color: #AFA9A4;
}

.success-stories__btn-pretext {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.667;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
}

.success-stories__btn {
  margin: auto;
  margin-top: 30px;
}

.success-stories__slider-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.success-stories__slider-left, .success-stories__slider-right {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: #EEEEEE !important;
}

.success-stories__slider-left {
  left: -10%;
}

@media (max-width: 1400px) {
  .success-stories__slider-left {
    left: -5%;
  }
}

@media (max-width: 1300px) {
  .success-stories__slider-left {
    left: 0%;
  }
}

@media (max-width: 1200px) {
  .success-stories__slider-left {
    left: -6%;
  }
}

@media (max-width: 1100px) {
  .success-stories__slider-left {
    left: 3%;
  }
}

@media (max-width: 992px) {
  .success-stories__slider-left {
    left: -8%;
  }
}

@media (max-width: 900px) {
  .success-stories__slider-left {
    left: 7%;
  }
}

@media (max-width: 650px) {
  .success-stories__slider-left {
    display: none !important;
  }
}

.success-stories__slider-right {
  right: -10%;
}

@media (max-width: 1400px) {
  .success-stories__slider-right {
    right: -5%;
  }
}

@media (max-width: 1300px) {
  .success-stories__slider-right {
    right: 0%;
  }
}

@media (max-width: 1200px) {
  .success-stories__slider-right {
    right: -6%;
  }
}

@media (max-width: 1100px) {
  .success-stories__slider-right {
    right: 3%;
  }
}

@media (max-width: 992px) {
  .success-stories__slider-right {
    right: -8%;
  }
}

@media (max-width: 900px) {
  .success-stories__slider-right {
    right: 7%;
  }
}

@media (max-width: 650px) {
  .success-stories__slider-right {
    display: none !important;
  }
}

.success-stories__slider-arrow-left, .success-stories__slider-arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 5000px) {
  .success-stories__slider-slides-container {
    max-width: 1110px;
  }
}

@media (max-width: 1400px) {
  .success-stories__slider-slides-container {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .success-stories__slider-slides-container {
    max-width: 900px;
  }
}

@media (max-width: 1100px) {
  .success-stories__slider-slides-container {
    max-width: 700px;
  }
}

@media (max-width: 900px) {
  .success-stories__slider-slides-container {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .success-stories__slider-slides-container {
    max-width: 300px;
  }
}

.single-vacancie__thumbnail {
  width: 350px;
  height: 275px;
  float: left;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  margin-right: 30px;
  margin-bottom: 20px;
}

.single-vacancie__wrapper {
  text-align: justify;
  color: #28231e;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  padding: 30px;
  position: relative;
}

.single-vacancie__wrapper ul {
  padding-left: 30px;
  overflow: hidden;
}

.single-vacancie__page-header {
  margin-bottom: 40px !important;
}

/* */
.single-vacancie__cv-example-btn, .single-vacancie__contact-hr {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.single-vacancie__cv-example-btn {
  background: #EEEEEE !important;
  color: #28231e !important;
}

.single-vacancie__cv-example-btn:hover {
  background: #AFA9A4 !important;
}

.single-vacancie-btns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-vacancie-btns-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .single-vacancie-btns-container {
    -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;
  }
  .single-vacancie-btns-container .single-vacancie__contact-hr {
    margin-top: 20px;
  }
}

.single-vacancie-btns-container-overlaping {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 570px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .single-vacancie-btns-container-overlaping {
    position: static;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
  }
}

.single-vacancie__header {
  max-width: 80% !important;
}

.single-story__wrapper {
  text-align: justify;
  color: #28231e;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.single-story__wrapper ul {
  padding-left: 30px;
  overflow: hidden;
}

.single-story__wrapper .alignleft {
  padding-bottom: 0 !important;
  margin-bottom: 22px;
}

.single-story__start-yours_section {
  background-color: #EAEAEA;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-story__start-yours-txt {
  text-transform: uppercase;
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
}

.single-story__contact-hr {
  margin-top: 30px;
}

.single-story__suff-name {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.333;
  text-align: left;
  text-transform: uppercase;
}

.single-story__suff-position {
  color: #060504;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.667;
  text-align: left;
  text-transform: uppercase;
  display: block;
  margin-bottom: 21px;
}

.single-story__hidden-data {
  display: none;
}

.agro-automation__top_section-header {
  text-align: center;
  font-size: 5em;
  line-height: 1.125em;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .agro-automation__top_section-header {
    font-size: 4em;
  }
}

@media screen and (max-width: 600px) {
  .agro-automation__top_section-header {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 400px) {
  .agro-automation__top_section-header {
    font-size: 2em;
  }
}

.agro-automation__top_section {
  background: url("../img/AGRO-min.png");
  width: 100%;
  height: 100vh;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: white;
}

.agro-automation__top_section .agro-automation__top_section-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: RobotoConc;
  font-weight: 400;
}

.agro-automation__top_section-sub-header {
  text-transform: uppercase;
  text-align: center;
  font-family: RobotoMedium;
  color: #f9f9f9;
  font-size: 1.5em;
  font-weight: 100;
  max-width: 95%;
  margin-top: 45px;
  letter-spacing: 0.5px;
  max-width: 900px;
}

@media screen and (max-width: 850px) {
  .agro-automation__top_section-sub-header {
    font-size: 1.3em;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .agro-automation__top_section-sub-header {
    font-size: 1.1em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .agro-automation__top_section-sub-header {
    font-size: 1em;
  }
}

.agro-automation__top_section-prebtn {
  color: #f9f9f9;
  font-size: 1.563em;
  margin-top: 40px;
  font-weight: 400;
  max-width: 970px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

@media screen and (max-width: 1400px) {
  .agro-automation__top_section-prebtn {
    max-width: 70%;
  }
}

@media screen and (max-width: 1250px) {
  .agro-automation__top_section-prebtn {
    max-width: 80%;
  }
}

@media screen and (max-width: 1050px) {
  .agro-automation__top_section-prebtn {
    max-width: 93%;
  }
}

@media screen and (max-width: 1000px) {
  .agro-automation__top_section-prebtn {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 880px) {
  .agro-automation__top_section-prebtn {
    font-size: 1.3em;
    max-width: 95%;
  }
}

@media screen and (max-width: 750px) {
  .agro-automation__top_section-prebtn {
    font-size: 1.2em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .agro-automation__top_section-prebtn {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 500px) {
  .agro-automation__top_section-prebtn {
    font-size: 1em;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .agro-automation__top_section-sub-header {
    max-width: 65%;
  }
}

@media screen and (max-width: 1250px) {
  .agro-automation__top_section-sub-header {
    max-width: 75%;
  }
}

@media screen and (max-width: 1050px) {
  .agro-automation__top_section-sub-header {
    max-width: 88%;
  }
}

@media screen and (max-width: 880px) {
  .agro-automation__top_section-sub-header {
    max-width: 95%;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 760px) {
  .agro-automation__top_section-sub-header {
    font-size: 1em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .agro-automation__top_section-sub-header {
    font-size: 0.9em;
    margin-top: 10px;
  }
}

.agro-automation__top_section-btn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .agro-automation__top_section-btn {
    margin-top: 15px;
  }
}

.agro-automation__configs-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EBEBEB;
}

.agro-automation__configs-header {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.875em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
  margin-bottom: 20px;
}

.agro-automation__item-title {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .agro-automation__item-title {
    text-align: center;
  }
}

.agro-automation__item-txt-part {
  padding: 0;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .agro-automation__item-txt-part {
    padding: 15px;
  }
}

.agro-automation__item-descr {
  color: #28231e;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-align: justify;
  padding: 0;
}

.agro-automation__item {
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.7);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.agro-automation__item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #F6F6F6;
}

.agro-automation__item-icon {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.agro-automation__item-icon img {
  max-width: 70px;
  height: auto;
}

.agro-automation__after-top_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F6F6F6;
}

.agro-automation__after-top_header {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.agro-automation__after-top_descr {
  color: #28231e;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-align: justify;
  last: left;
}

.agro-automation__need-consult_section {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.agro-automation__need-consult-header {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.agro-automation__need-consult-subheader {
  margin-top: 11px;
  color: #28231e;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.667;
  text-align: center;
  text-transform: uppercase;
  padding-right: 15px;
  padding-left: 15px;
}

.agro-automation__need-consult-btn {
  margin: auto;
  margin-top: 40px;
}

.budget__item-title {
  color: #28231e;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-align: justify;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 5px;
}

.budget__item-descr {
  color: #28231e;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  padding: 0;
  font-family: RobotoBold;
}

.real-hidden-prices {
  display: none;
}

.budget__prices-subheader {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 25px;
}

.budget_user-btn {
  width: 100%;
  position: relative;
}

.budget_user-btn-header {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
}

.budget_user-btn-txt {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #28231e !important;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #EEEEEE !important;
  margin-bottom: 30px;
}

.budget_user-btn-txt:hover {
  background-color: #AFA9A4 !important;
}

.budget_user-btn-tag {
  position: absolute;
  top: 50%;
  right: 0;
}

@media (max-width: 600px) {
  .budget_user-btn-tag {
    display: none;
  }
}

.single-post-wrapper {
  padding-bottom: 0 !important;
}

.single-post-wrapper img {
  max-width: 100%;
}

@media (max-width: 500px) {
  .img-link-container-alignright {
    margin-left: 0 !important;
  }
}

@media (max-width: 500px) {
  .img-link-container-alignleft {
    margin-right: 0 !important;
  }
}

.budgeting__after-price-btn_section {
  background-color: #FAFAFA;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.budget_after-price-btn-bottom {
  color: #28231e;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 50px;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.more-solution__taxonomies-nav_row {
  padding-bottom: 50px;
}

@media (max-width: 500px) {
  .more-solution__taxonomies-nav_row {
    padding: 0;
    padding-bottom: 50px;
  }
}

.more-solution__taxonomies-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .more-solution__taxonomies-nav-item {
    padding: 0;
    margin-bottom: 35px;
  }
}

.more-solutions__all-content_section {
  margin-top: 100px;
}

.more-solution__taxonomies-nav-item-img img {
  width: 70px;
  height: 70px;
}

.more-solution__taxonomies-nav-item:hover {
  cursor: pointer;
}

.more-solution__taxonomies-nav-item:hover .more-solution__taxonomies-nav-item-name {
  background-color: #ededed;
  -webkit-box-shadow: 0px 3px 8px 0px;
  box-shadow: 0px 3px 8px 0px;
}

.more-solution__taxonomies-nav-item-name {
  padding: 9px;
  margin-left: 10px;
  font-size: 18px;
  font-family: RobotoBold;
  color: #28231e;
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}

.more-solution__page-header {
  font-family: RobotoBold;
  color: #060504;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.111;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.more-solution__content_row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.more-solution__content_section {
  background-color: #EBEBEB;
}

.more-solution__content-item-header {
  font-family: RobotoBold;
  background-color: #f5f5f5;
  color: #28231e;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  padding: 20px;
  text-transform: uppercase;
}

.more-solution__content-item-list-item {
  z-index: 2;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  padding: 20px;
  text-transform: uppercase;
  position: relative;
}

.more-solution__content-item-list-item:hover {
  cursor: pointer;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.more-solution__content-item-list a {
  text-decoration: none;
  color: #28231e !important;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

.more-solution__content-item-list a:hover {
  text-decoration: none;
  color: #28231e !important;
}

.more-solution__sales_container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 350px;
  margin: auto;
}

.more-solution__sales-item {
  margin-top: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  padding: 0;
}

.more-solution__sales-item:first-child {
  margin-top: 0;
}

.more-solution__sales-item-header {
  font-family: RobotoBold;
  color: #060504;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  background-color: #FAFAFA;
  height: 80px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}

.more-solution__sales-item-img {
  background-color: #FCFCFC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  border-top: 1px solid rgba(128, 128, 128, 0.5);
  position: relative;
  max-height: 200px;
  height: 200px;
}

.more-solution__sales-item-img img {
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.more-solution__sales-item-img:hover .img-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.more-solution__sales-img-trans img {
  width: auto !important;
}

.more-solution__sales-item-descr {
  background-color: #EBEBEB;
  color: #28231e;
  font-size: 0.938em;
  font-weight: 400;
  text-align: left;
  padding: 15px;
}

.more-solution__sales-item-btn {
  width: 100% !important;
}

.img-overlay {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.displaynone {
  display: none !important;
}

.prices__need-consult_section {
  background-color: #EBEBEB;
  padding-top: 50px;
  padding-bottom: 50px;
}

.prices__content_section {
  margin-top: 100px;
}

.price__content_header {
  font-family: RobotoBold;
  color: #060504;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.111;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .price__content_container {
    width: 100%;
  }
}

.tooltip-arrow {
  opacity: 0;
}

.tooltip-inner {
  background-color: #fdfdfd;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 15px;
  color: #060504;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.167;
  text-align: left;
  min-width: 540px;
  opacity: 1 !important;
}

@media (max-width: 540px) {
  .tooltip-inner {
    min-width: 440px;
  }
}

@media (max-width: 440px) {
  .tooltip-inner {
    min-width: 340px;
  }
}

@media (max-width: 340px) {
  .tooltip-inner {
    min-width: 320px;
  }
}

.tooltip {
  opacity: 1 !important;
  z-index: 9;
}

.table-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.table-mark:hover {
  cursor: help;
  background-color: #fdfdfd;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.table-mark:hover .mark-info {
  display: block;
  opacity: 1;
}

.mark-pic {
  width: 4px;
  height: 14px;
  background: url(../img/mark.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.mark-info {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 15px;
  min-width: 540px;
  color: #060504;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.167;
  text-align: left;
}

@media (max-width: 540px) {
  .mark-info {
    width: 100%;
  }
}

td {
  position: relative;
}

table {
  display: block;
}

@media (max-width: 1000px) {
  table {
    overflow-x: auto;
  }
}

th {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.222;
  text-align: center;
  text-transform: uppercase;
}

table, th, td {
  border: 1px solid rgba(128, 128, 128, 0.7);
  text-align: center;
}

table {
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.price__table {
  margin-top: 40px;
}

.price__table:first-child {
  margin-top: 0;
}

table, th {
  border-top: none;
}

th, td {
  padding: 15px;
  min-width: 150px;
}

tr {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

tr:hover {
  background-color: #EDEDED;
}

tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

tr td:first-child {
  text-align: left;
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0);
}

tr td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0);
}

tr th:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0);
}

tr th:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0);
}

thead {
  background: #EAEAEA;
}

.second-table-head tr:first-child th, .third-table-head tr:first-child th {
  border-right: 1px solid rgba(255, 255, 255, 0);
}

.second-table-head tr:first-child th:first-child, .third-table-head tr:first-child th:first-child {
  font-size: 0.875em;
  font-weight: 700;
}

.second-table-body tr td:first-child {
  text-align: right;
}

.ttab_top {
  width: 48%;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
}

.ttab_bot {
  width: 48%;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
}

.ttable-rel {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  min-width: 320px;
  height: 65px;
  position: relative;
}

.row-with-topped-ths {
  font-size: 0.875em;
  font-weight: 700;
}

.row-with-topped-ths th {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.force-lowercase {
  text-transform: lowercase;
}

.ttab-left {
  width: 37%;
}

.ttab-right {
  width: 63%;
  float: right;
  text-align: right;
}

@media (max-width: 1200px) {
  .ttab-body tr td {
    height: 80px;
  }
}

@media (max-width: 970px) {
  .ttab-body tr td {
    height: 100px;
  }
}

.prices__reviews_header {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.prices__reviews_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.prices__reviews-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prices__reviews-item-name {
  margin-top: 30px;
  font-family: RobotoBold;
  color: #060504;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.prices__reviews-item-position {
  color: #28231e;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.429;
  text-align: center;
}

.prices__reviews-item-descr {
  margin-top: 15px;
  color: #28231e;
  font-size: 0.875em;
  font-weight: 400;
  text-align: justify;
}

.prices__reviews-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.prices__reviews-item-img img {
  max-height: 120px;
}

.prices__reviews__slider-left, .prices__reviews__slider-right {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: #EEEEEE !important;
}

.prices__reviews__slider-left {
  left: -20%;
}

@media (max-width: 1400px) {
  .prices__reviews__slider-left {
    left: -10%;
  }
}

@media (max-width: 1200px) {
  .prices__reviews__slider-left {
    left: -12%;
  }
}

@media (max-width: 992px) {
  .prices__reviews__slider-left {
    left: -17%;
  }
}

@media (max-width: 850px) {
  .prices__reviews__slider-left {
    left: -12%;
  }
}

@media (max-width: 700px) {
  .prices__reviews__slider-left {
    display: none !important;
  }
}

.prices__reviews__slider-right {
  right: -20%;
}

@media (max-width: 1400px) {
  .prices__reviews__slider-right {
    right: -10%;
  }
}

@media (max-width: 1200px) {
  .prices__reviews__slider-right {
    right: -12%;
  }
}

@media (max-width: 992px) {
  .prices__reviews__slider-right {
    right: -17%;
  }
}

@media (max-width: 850px) {
  .prices__reviews__slider-right {
    right: -12%;
  }
}

@media (max-width: 700px) {
  .prices__reviews__slider-right {
    display: none !important;
  }
}

.prices__reviews__slider-arrow-left, .prices__reviews__slider-arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nf-fullscreen__section {
  background: url("../img/space-min.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-height: 700px) {
  .nf-fullscreen__section {
    height: auto;
  }
}

.nf-fullscreen__container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-height: 700px) {
  .nf-fullscreen__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.nf-fullscreen__footer {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: #010100;
  color: #f9f9f9;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.786;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nf-404-img img {
  width: 370px;
  max-width: 95%;
}

.nf-txt {
  text-transform: uppercase;
  font-family: RobotoMedium;
  color: #f9f9f9;
  font-size: 1.563em;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.nf-umay {
  text-transform: uppercase;
  color: #f9f9f9;
  font-size: 1.563em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.nf-back-btn, .nf-get-consult {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: #f0f0f0;
  width: 220px;
  height: 45px;
  color: #28231e;
  font-family: RobotoBold;
  color: #28231e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.286;
  text-align: center;
}

.nf-back-btn:nth-child(2), .nf-get-consult:nth-child(2) {
  margin-left: 150px;
}

.nf-back-btn:hover, .nf-get-consult:hover {
  cursor: pointer;
  background-color: #afaaa5;
}

.nf-umay__btns_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .nf-umay__btns_container {
    -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;
  }
  .nf-umay__btns_container .nf-back-btn:nth-child(2), .nf-umay__btns_container .nf-get-consult:nth-child(2) {
    margin-left: 0px;
  }
}

.nf-circels-container {
  margin-top: 50px;
  width: 275px;
}

.nf-footer-social-txt {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.training__courses_section {
  background-color: #F6F6F6;
  padding-bottom: 25px;
}

.training__courses-header_row {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}

.training__courses-item-header {
  padding: 20px;
  padding-bottom: 0;
  font-family: RobotoBold;
  color: #28231e;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.training__courses-item-descr {
  color: #28231e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  padding: 20px;
}

@media (max-width: 768px) {
  .training__courses_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.training__courses-item {
  margin-bottom: 25px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.training__courses-item:hover {
  background-color: #ededed;
}

.training__signup_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.training__signup_section {
  background-color: #EBEBEB;
}

.training__signup-header_row {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.training__signup-subheader_row {
  color: #28231e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.training__signup-btn {
  margin: auto;
  margin-top: 40px;
}

.training__teachers_section {
  background-color: #F6F6F6;
}

.training__teachers-header_row {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.training__teachers-slider-item {
  background-color: #FAFAFA;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 5px;
  margin: 20px;
}

.training__teachers-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 190px;
  height: 190px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

.training__teachers-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 190px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.training__teachers-name {
  font-family: RobotoBold;
  color: #060504;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 21px;
}

.training__teachers-slider_row {
  padding-bottom: 50px;
  position: relative;
}

@media (max-width: 1350px) {
  .training__teachers-slider_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1350px) {
  .training__teachers-slider-container {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .training__teachers-slider-container {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .training__teachers-slider-container {
    max-width: 700px;
  }
}

@media (max-width: 800px) {
  .training__teachers-slider-container {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .training__teachers-slider-container {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .training__teachers-slider-container {
    max-width: 320px;
  }
}

.training__teachers__slider-left, .training__teachers__slider-right {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: #EEEEEE !important;
}

.training__teachers__slider-left {
  left: -10%;
}

@media (max-width: 1450px) {
  .training__teachers__slider-left {
    left: -7%;
  }
}

@media (max-width: 1350px) {
  .training__teachers__slider-left {
    left: 0%;
  }
}

@media (max-width: 1200px) {
  .training__teachers__slider-left {
    left: -6%;
  }
}

@media (max-width: 1100px) {
  .training__teachers__slider-left {
    left: -2%;
  }
}

@media (max-width: 1030px) {
  .training__teachers__slider-left {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .training__teachers__slider-left {
    left: -8%;
  }
}

@media (max-width: 900px) {
  .training__teachers__slider-left {
    left: 7%;
  }
}

@media (max-width: 650px) {
  .training__teachers__slider-left {
    display: none !important;
  }
}

.training__teachers__slider-right {
  right: -10%;
}

@media (max-width: 1450px) {
  .training__teachers__slider-right {
    right: -7%;
  }
}

@media (max-width: 1350px) {
  .training__teachers__slider-right {
    right: 0%;
  }
}

@media (max-width: 1200px) {
  .training__teachers__slider-right {
    right: -6%;
  }
}

@media (max-width: 1100px) {
  .training__teachers__slider-right {
    right: -2%;
  }
}

@media (max-width: 1030px) {
  .training__teachers__slider-right {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .training__teachers__slider-right {
    right: -8%;
  }
}

@media (max-width: 900px) {
  .training__teachers__slider-right {
    right: 7%;
  }
}

@media (max-width: 650px) {
  .training__teachers__slider-right {
    display: none !important;
  }
}

.training__teachers__slider-arrow-left, .training__teachers__slider-arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 5000px) {
  .training__teachers__slider-slides-container {
    max-width: 1110px;
  }
}

@media (max-width: 1400px) {
  .training__teachers__slider-slides-container {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .training__teachers__slider-slides-container {
    max-width: 900px;
  }
}

@media (max-width: 1100px) {
  .training__teachers__slider-slides-container {
    max-width: 700px;
  }
}

@media (max-width: 900px) {
  .training__teachers__slider-slides-container {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .training__teachers__slider-slides-container {
    max-width: 300px;
  }
}

.training__reviews_section {
  background-color: #F6F6F6;
}

.training__reviews-header_row {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.training__reviews-slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 5px;
  margin: 20px;
  text-align: justify;
}

.training__reviews-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.training__reviews-photo img {
  width: 120px;
  height: 120px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.training__reviews-name {
  font-family: RobotoBold;
  color: #060504;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
}

.training__reviews-postion {
  color: #28231e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding-bottom: 21px;
}

.training__reviews-slider_row {
  padding-bottom: 50px;
  position: relative;
}

@media (max-width: 1350px) {
  .training__reviews-slider_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1350px) {
  .training__reviews-slider-container {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .training__reviews-slider-container {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .training__reviews-slider-container {
    max-width: 700px;
  }
}

@media (max-width: 800px) {
  .training__reviews-slider-container {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .training__reviews-slider-container {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .training__reviews-slider-container {
    max-width: 320px;
  }
}

.training__reviews__slider-left, .training__reviews__slider-right {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: #EEEEEE !important;
}

.training__reviews__slider-left {
  left: -10%;
}

@media (max-width: 1450px) {
  .training__reviews__slider-left {
    left: -7%;
  }
}

@media (max-width: 1350px) {
  .training__reviews__slider-left {
    left: 0%;
  }
}

@media (max-width: 1200px) {
  .training__reviews__slider-left {
    left: -6%;
  }
}

@media (max-width: 1100px) {
  .training__reviews__slider-left {
    left: -2%;
  }
}

@media (max-width: 1030px) {
  .training__reviews__slider-left {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .training__reviews__slider-left {
    left: -8%;
  }
}

@media (max-width: 900px) {
  .training__reviews__slider-left {
    left: 7%;
  }
}

@media (max-width: 650px) {
  .training__reviews__slider-left {
    display: none !important;
  }
}

.training__reviews__slider-right {
  right: -10%;
}

@media (max-width: 1450px) {
  .training__reviews__slider-right {
    right: -7%;
  }
}

@media (max-width: 1350px) {
  .training__reviews__slider-right {
    right: 0%;
  }
}

@media (max-width: 1200px) {
  .training__reviews__slider-right {
    right: -6%;
  }
}

@media (max-width: 1100px) {
  .training__reviews__slider-right {
    right: -2%;
  }
}

@media (max-width: 1030px) {
  .training__reviews__slider-right {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .training__reviews__slider-right {
    right: -8%;
  }
}

@media (max-width: 900px) {
  .training__reviews__slider-right {
    right: 7%;
  }
}

@media (max-width: 650px) {
  .training__reviews__slider-right {
    display: none !important;
  }
}

.training__reviews__slider-arrow-left, .training__reviews__slider-arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 5000px) {
  .training__reviews__slider-slides-container {
    max-width: 1110px;
  }
}

@media (max-width: 1400px) {
  .training__reviews__slider-slides-container {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .training__reviews__slider-slides-container {
    max-width: 900px;
  }
}

@media (max-width: 1100px) {
  .training__reviews__slider-slides-container {
    max-width: 700px;
  }
}

@media (max-width: 900px) {
  .training__reviews__slider-slides-container {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .training__reviews__slider-slides-container {
    max-width: 300px;
  }
}

.single-course__btns_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .single-course__btns_row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-course__btn-signup, .single-course__btn-consult, .single-course__btn-all-courses {
  margin-left: 65px;
}

.single-course__btn-signup:first-child, .single-course__btn-consult:first-child, .single-course__btn-all-courses:first-child {
  margin-left: 30px;
}

@media (max-width: 992px) {
  .single-course__btn-signup, .single-course__btn-consult, .single-course__btn-all-courses {
    margin: auto !important;
    margin-top: 20px !important;
  }
  .single-course__btn-signup:last-child, .single-course__btn-consult:last-child, .single-course__btn-all-courses:last-child {
    margin-top: 30px !important;
  }
}

.single-course__btn-all-courses {
  margin-right: 30px;
  background-color: #EEEEEE !important;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  color: #28231e !important;
}

.single-course__btn-all-courses:hover {
  background-color: #AFA9A4 !important;
}

.single-course__btn-all-courses-link {
  margin-left: auto;
}

@media (max-width: 992px) {
  .single-course__btn-all-courses-link {
    margin: auto !important;
  }
}

@media (max-width: 1200px) {
  .qr-ios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .qr-android {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .full-cost .form-row .value {
    width: 90%;
  }
  .qr-android {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .crediting-weight-wrapper {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .elevator-pricing-left {
    padding-right: 0px;
  }
  .elevator-pricing-right {
    margin-bottom: 30px;
  }
  .grain-pricing-right {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .grain-pricing-left .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grain-pricing-left .form-row label {
    text-align: center;
  }
}

@media (max-width: 950px) {
  .selectors-block .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .selectors-block .form-row .fake-select {
    width: 80%;
  }
}

@media (max-width: 550px) {
  .selectors-block .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .selectors-block .form-row label {
    width: 90%;
  }
  .selectors-block .form-row .fake-select {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .elevator-pricing-left {
    padding-right: 0;
  }
  .costs .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .costs .form-row label {
    width: 90%;
  }
  .costs .form-row .value {
    width: 90% !important;
  }
}

@media (max-width: 400px) {
  .first-calc-block .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first-calc-block .form-row label {
    width: 100%;
  }
  .same-height-calc .calculator-left {
    height: auto !important;
  }
  .same-height-calc .calculator-left .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .same-height-calc .calculator-left .form-row label {
    width: 100%;
  }
  .additional-costs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar-spoiler .icon {
    left: 25px !important;
  }
}

.calculator-page__full-page-view {
  padding-top: 100px;
}

.calculator-page__precalc-info-header {
  font-family: RobotoBold;
  text-transform: uppercase;
  color: #060504;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.calculator-page__precalc-info-txt {
  margin-top: 50px;
  color: #28231e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.calculator-page__precalc-info-links-header {
  font-family: RobotoBold;
  color: #060504;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.calculator-page__precalc-info-links {
  margin-top: 50px;
}

.calculator-page__precalc-info-links img {
  max-height: 90px;
  width: auto;
}

.calculator-page__precalc-info-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculator-page__calc-section {
  background-color: #EAEAEA;
  margin-top: 50px;
}

.without-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

#calculator legend {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: justify;
  text-indent: 15px;
}

#calculator legend span {
  font-family: Roboto;
  float: right;
  color: #ff2800;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: right;
}

.form-row input {
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  height: 31px;
  text-align: right;
  padding-right: 15px;
  outline: none;
}

.form-row select {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 49%;
  height: 31px;
  text-transform: uppercase;
  padding-left: 35px;
  background: #f0f0f0 url("../img/select-down-arr.png") no-repeat;
  background-position: 15px;
  -webkit-background-size: 9px 9px;
  background-size: 9px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: none;
}

.form-row select:hover {
  cursor: pointer;
  background: #F6F6F6 url("../img/select-down-arr.png") no-repeat;
  background-position: 15px;
  -webkit-background-size: 9px 9px;
  background-size: 9px;
}

.form-row select option {
  background: #f0f0f0;
  border-bottom: 1px solid black;
  text-transform: uppercase;
}

.form-row select option:hover {
  background: #F6F6F6;
}

.form-row label {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto;
  color: #28231e;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  width: 50%;
}

.form-row .empty {
  background-color: #FCF2F2;
  border: 1px solid #FC7761;
}

.calculator-left, .calculator-right {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.calculator-left .form-row, .calculator-right .form-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crediting-weight {
  padding: 5px;
}

.crediting-weight .label {
  font-family: Roboto;
  color: #28231e;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

#crediting_weight, #total_cost, #opp_grain_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  height: 31px;
  text-align: right;
  padding-right: 15px;
  padding-left: 100px;
  margin-right: 5px;
}

.same-height-calc .crediting-weight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.same-height-calc .crediting-weight-wrapper, .same-height-calc .calculator-left {
  height: 170px;
  display: table-cell;
}

.crediting-weight-wrapper {
  padding-right: 0;
}

.suffix {
  margin-left: 3px;
  width: 40px;
  text-transform: lowercase;
}

.fake-select {
  width: 49%;
  height: 31px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0 url("../img/select-down-arr.png") no-repeat;
  background-position: 15px;
  -webkit-background-size: 9px 9px;
  background-size: 9px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
}

.fake-select:hover {
  cursor: pointer;
  background: #fafafa url("../img/select-down-arr.png") no-repeat;
  background-position: 15px;
  -webkit-background-size: 9px 9px;
  background-size: 9px;
}

.fake-select .current {
  white-space: nowrap;
  overflow: hidden;
}

.options {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
  max-height: 0px;
  position: absolute;
  top: 105%;
  left: -1px;
  background-color: #f0f0f0;
  min-width: 100%;
  z-index: 9;
}

.options option {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  height: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.options option:first-letter {
  text-transform: Capitalize;
}

.options option:hover {
  background-color: #FAFAFA;
}

.fake-select-opened .options {
  max-height: 240px;
}

.calculator-left .form-row {
  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;
}

.costs {
  padding: 20px;
}

.costs .form-row {
  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;
}

.costs .form-row .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  height: 31px;
  text-align: right;
  padding-right: 15px;
  margin-right: 5px;
  width: 40%;
}

.elevator-pricing-right, .grain-pricing-right {
  padding: 0;
}

.elevator-pricing-left, .grain-pricing-left {
  padding-left: 0;
}

.full-cost {
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.grain-pricing-right {
  margin-top: 40px;
}

.grain .label {
  font-family: Roboto;
  color: #28231e;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 45%;
}

.grain .form-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grain .fake-select {
  width: 80%;
}

.grain-right {
  padding: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.grain-right .label {
  width: 100%;
}

#grain_price_place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #afaaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  height: 31px;
  text-align: right;
  padding-right: 10px;
  margin-right: 5px;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.elevator-pricing-left .form-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#pdf-button {
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 40px;
}

.calculator-page__calc-right-sidebar-header {
  font-family: RobotoBold;
  color: #28231e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
}

.calculator-page__calc-right-sidebar-note {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}

.calculator-page__calc-right-sidebar-note-header {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid black;
}

.calculator-page__calc-right-sidebar-note-text {
  padding: 15px;
}

.sidebar-spoiler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  height: 45px;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sidebar-spoiler .icon {
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sidebar-spoiler:hover, .sidebar-spoiler:active {
  background-color: #AFA9A4;
}

.sidebar-spoiler-name {
  text-transform: uppercase;
  font-family: Roboto;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.sidebar-spoiler-info {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}

.sidebar-spoiler-info hr {
  color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 120%;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.sidebar-spoiler-info b {
  text-transform: uppercase;
}

.sidebar-spoiler-container .spoiler-opened {
  padding: 15px;
  max-height: 1500px;
}

.sidebar-spoiler-container .spoiler-opened-name {
  background-color: #AFA9A4;
}

#spoiler2 {
  margin-bottom: 30px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body, html {
  font-family: RobotoRegular;
  overflow-x: hidden;
}

b {
  font-family: RobotoBold;
}

a:hover {
  text-decoration: none;
}

.callback-btn, .consult-send-btn, .hr-send-btn, .top-btn, .consult-btn, .single-post-seminar-btn, .get-job__btn, .success-stories__btn, .single-vacancie__cv-example-btn, .single-vacancie__contact-hr, .agro-automation__top_section-btn, .agro-automation__need-consult-btn, .budget_user-btn-txt, .more-solution__sales-item-btn, .training__signup-btn, .single-course__btn-signup, .single-course__btn-consult, .single-course__btn-all-courses, #pdf-button, .top-section .top-section-container .top-button, .about-left-btn, .helps-btn, .nl-btn, .carousel-btn, .msg-btn {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(255, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
}
@media(max-width: 500px){
.single-post-seminar-btn {
  font-size: 0.7em;
}
}

.callback-btn:hover, .consult-send-btn:hover, .hr-send-btn:hover, .top-btn:hover, .consult-btn:hover, .single-post-seminar-btn:hover, .get-job__btn:hover, .success-stories__btn:hover, .single-vacancie__cv-example-btn:hover, .single-vacancie__contact-hr:hover, .agro-automation__top_section-btn:hover, .agro-automation__need-consult-btn:hover, .budget_user-btn-txt:hover, .more-solution__sales-item-btn:hover, .training__signup-btn:hover, .single-course__btn-signup:hover, .single-course__btn-consult:hover, .single-course__btn-all-courses:hover, #pdf-button:hover, .top-section .top-section-container .top-button:hover, .about-left-btn:hover, .helps-btn:hover, .nl-btn:hover, .carousel-btn:hover, .msg-btn:hover {
  cursor: pointer;
  background: #010100;
}

.callback-btn:active, .consult-send-btn:active, .hr-send-btn:active, .top-btn:active, .consult-btn:active, .single-post-seminar-btn:active, .get-job__btn:active, .success-stories__btn:active, .single-vacancie__cv-example-btn:active, .single-vacancie__contact-hr:active, .agro-automation__top_section-btn:active, .agro-automation__need-consult-btn:active, .budget_user-btn-txt:active, .more-solution__sales-item-btn:active, .training__signup-btn:active, .single-course__btn-signup:active, .single-course__btn-consult:active, .single-course__btn-all-courses:active, #pdf-button:active, .top-section .top-section-container .top-button:active, .about-left-btn:active, .helps-btn:active, .nl-btn:active, .carousel-btn:active, .msg-btn:active {
  background: black;
}

.top-section {
  width: 100%;
  height: 100vh;
  background: url("../img/top-section-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-section .top-section-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f9f9f9;
}

.top-section .top-section-container .top-big-line-second, .top-section .top-section-container .top-big-line-firts {
  font-family: RobotoConc;
  font-size: 5.5em;
}

.top-section .top-section-container .top-small-line {
  font-size: 1.5em;
  font-family: RobotoMedium;
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-section {
  background: #f9f9f9;
  padding-bottom: 100px;
  height: auto;
}

.about-section-header {
  color: #28231e;
  text-align: center;
  font-family: RobotoBold;
  font-size: 2em;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-left-txt {
  text-align: justify;
  font-family: RobotoMedium;
  font-size: 1.1em;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  .about-left-txt {
    padding: 0;
  }
}

.about-left-btn {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vid-img {
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
}

.vid-img .vid-txt-positioner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  z-index: 2;
  display: none;
}

.vid-img .vid-watch, .vid-img .vid-video, .vid-img .vid-playicon {
  display: inline-block;
  font-family: RobotoBold;
  font-size: 2em;
  color: #f9f9f9;
}

.vid-img .vid-playicon {
  padding-left: 20px;
  padding-right: 20px;
}

.vid-img .vid-prev {
  width: 100%;
  height: auto;
  z-index: 0;
}

.vid-img .vid-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

.about-right {
  padding: 0;
}

.job-imgs-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../img/job-imgs-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-family: RobotoBold;
}

.job-imgs-header {
  font-size: 2em;
}

.job-imgs-subheader {
  font-family: RobotoRegular;
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 50px;
}

.job-imgs-txt {
  padding-top: 30px;
  font-size: 1.3em;
}

.job-imgs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 200px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.job-imgs-item:nth-child(6) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.helps-section {
  background: #f9f9f9;
}

.helps-section-header {
  text-transform: uppercase;
  font-size: 2em;
  font-family: RobotoBold;
  padding-top: 50px;
  text-align: center;
  color: #28231e;
}

.helps-item {
  background: url("../img/helps2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  height: 275px;
  padding: 0;
  border-right: 15px solid #f3f3f3;
  border-left: 15px solid #f3f3f3;
}

.helps-item-container {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.helps-item-container:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

.helps-header {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  color: white;
  font-family: RobotoBold;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.helps-descr {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  position: absolute;
  top: 50%;
  padding: 15px;
  color: white;
  font-family: RobotoRegular;
  font-size: 1em;
  width: 100%;
}

.helps-btn {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.numbers-section {
  background: url("../img/numbers-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #f9f9f9;
  font-family: RobotoRegular;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 400px;
}

.numbers-item {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  height: 200px;
}

.numbers-item:nth-child(3) {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.numbers-header {
  font-size: 2.2em;
  font-weight: 400;
}

.numbers-subheader {
  font-size: 1.4em;
  padding-bottom: 50px;
}

.number-circle {
  width: 86px;
  height: 86px;
  margin: auto;
  background: #f9f9f9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #28231e;
  margin-bottom: 50px;
  font-family: RobotoMedium;
  font-size: 2.6em;
  line-height: 86px;
  letter-spacing: -2px;
}

.number-descr {
  font-family: RobotoBold;
  font-size: 1.3em;
}

.nl-section {
  padding-top: 50px;
  background: #f9f9f9;
}

.nl-item {
  padding-top: 30px;
  padding-left: 100px;
}

.nl-section-header {
  font-size: 2.3em;
  text-align: center;
  font-family: RobotoBold;
  text-transform: uppercase;
}

.nl-circle {
  position: absolute;
  top: 30px;
  left: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 65px;
  height: 65px;
  color: #f9f9f9;
  line-height: 65px;
  font-size: 3em;
  font-family: RobotoMedium;
}

.nl-caption {
  font-family: RobotoBold;
  font-size: 1.5em;
  text-transform: uppercase;
}

.nl-descr {
  font-size: 1.1em;
  font-family: RobotoRegular;
  font-weight: 900;
  text-align: justify;
}

.nl-btn {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.slick-slide {
  outline: none !important;
}

.carousel-section {
  background: url("../img/carousel-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  color: #f9f9f9;
}

.carousel-row, .logos-row {
  position: relative;
}

.carousel-img {
  margin-bottom: 30px;
}

.carousel-img img {
  width: 100%;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
}

.carousel-header {
  font-size: 2em;
  text-transform: uppercase;
  font-family: RobotoBold;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.carousel-txt {
  font-family: RobotoRegular;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}

.slick-arrow {
  z-index: 8;
  background-color: rgba(30, 35, 30, 0.8);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  border: none;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '<img src="img/2_Akvantis.png" alt="">';
  position: absolute;
  /*z-index: 200*/
  top: 50%;
  /*transform: translateY(250%)*/
}

.slick-arrow img {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-arrow:hover {
  cursor: pointer;
}

.prevArr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-right: 7px;
  left: -115px;
}

.white-left-arr {
  background-position: -21px -207px;
  width: 18px;
  height: 33px;
}

.nextArr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -115px;
  padding-right: 7px;
}

.logos-back {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(249, 249, 249, 0.9);
  margin-bottom: 50px;
}

.black-arrow-left {
  background-position: -0px -231px;
  width: 18px;
  height: 33px;
}

.black-arrow-right {
  background-position: -18px -240px;
  width: 18px;
  height: 33px;
}

.logoArrPrev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-right: 7px;
}

.logoArrNext {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-left: 7px;
  right: -130px;
}

.carousel-lower-txt {
  text-transform: uppercase;
  font-family: RobotoMedium;
  text-align: center;
  font-size: 2em;
  margin-bottom: 50px;
}

.logos-color {
  background-color: #f0f0f0;
}

.carousel-btn {
  background: rgba(255, 0, 0, 0.7);
  text-transform: uppercase;
  color: #fff;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-btn a {
  text-decoration: none;
}

.carousel-logos img {
  margin-right: 22px;
  margin-left: 25px;
  max-height: 70px;
}

.carousel-logos img:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .stuff-item {
    min-height: 500px;
  }
}

@media screen and (max-width: 992px) {
  .stuff-item {
    min-height: 400px;
  }
}

.stuff-section {
  text-align: center;
  font-family: RobotoBold;
  background-color: #ededed;
  color: #28231e;
  padding-top: 50px;
  padding-bottom: 50px;
}

.stuff-section-header {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.stuff-mail {
  font-family: RobotoRegular;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.stuff-name {
  margin-top: 20px;
  font-size: 1.4em;
  line-height: 1em;
  text-transform: uppercase;
}

.stuff-position {
  color: #241e18;
  font-size: 1.2em;
}

.stuff-photo img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.4);
}

.contacts-section {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  background-color: #ededed;
  text-transform: uppercase;
  color: #28231e;
  font-weight: 600;
}

.contacts-header {
  font-family: RobotoBold;
  font-size: 2em;
}

.contacts-subheader {
  font-size: 1.3em;
}

.call-us-txt, .text-us, .send-us-message, .come-to-us, .worktime-txt {
  margin-top: 30px;
  font-size: 2em;
}

.contact-numbers-row {
  font-size: 2em;
}

.consult-line-txt, .cert-center-txt, .consult-line-email, .cert-center-email, .callback-txt, .our-adr-txt, .adress, .worktime {
  font-size: 1.5em;
}

.adress {
  text-transform: none;
}

.consult-line-email, .cert-center-email {
  text-transform: lowercase;
}

.msg-btn {
  margin: auto;
  margin-top: 20px;
}

.worktime {
  text-transform: capitalize;
}

.map-section {
  height: 416px;
  width: 100%;
  overflow: hidden;
}

#map {
  overflow: hidden;
  left: -10%;
  width: 120%;
  height: 416px;
}

.map-overlay {
  background: transparent;
  width: 100%;
  height: 416px;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

button:focus {
  outline: 0;
}

@-webkit-keyframes showSuc {
  0% {
    opacity: 0;
    height: 167px;
    top: 50%;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  99% {
    height: 167px;
    top: 50%;
  }
  100% {
    top: 150%;
    height: 0px;
    opacity: 0;
  }
}

@keyframes showSuc {
  0% {
    opacity: 0;
    height: 167px;
    top: 50%;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  99% {
    height: 167px;
    top: 50%;
  }
  100% {
    top: 150%;
    height: 0px;
    opacity: 0;
  }
}

.anim_suc_form {
  -webkit-animation: showSuc 3s forwards;
  animation: showSuc 3s forwards;
}

.success-form-submited {
  height: 0;
  text-align: center;
  position: fixed;
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
  z-index-display: flex;
  z-index-justify-content: center;
  z-index-align-items: center;
  z-index-border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  width: 540px;
  height: 167px;
}

@media (max-width: 540px) {
  .success-form-submited {
    width: 97%;
  }
}

.success-form-submited_fs, .success-form-submited_ss {
  margin: 10px;
}

.success-form-submited_fs {
  margin-top: 50px;
  color: #afaaa5;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

.success-form-submited_ss {
  color: #afaaa5;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.page_wrapper {
  display: flex;
  padding-top: 30px;
}

aside#secondary {
  width: 30%;
  margin: 40px;
  padding-top: 30px;
}

div#primary {
  margin: 40px;
}

.widget_categories ul {
  padding: 0;
}

.widget_categories li.cat-item {
  padding: 10px;
  list-style-type: none;
  border: 1px solid #c7c2c2;
}

.widget_categories li.cat-item a {
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
}

h2.woocommerce-loop-product__title {
  font-size: 18px!important;
  line-height: 21px;
}

/*.woocommerce-cart #secondary {
    display: none;
}*/

.woocommerce-cart #primary {
  width: 100%;
}
/*
.single-product #secondary {
    display: none;
}*/

.single-product #primary {
  width: 100%;
}

.woocommerce .quantity .qty {
  height: 31px;
}

form.woocommerce-cart-form {
  width: 95%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  padding-left: 60px;
}
/*
.woocommerce-checkout #secondary {
    display: none;
}*/

figure.woocommerce-product-gallery__wrapper {
  margin: 0 auto!important;
  width: 60%;
}

.woocommerce-page main#main {
  padding-top: 50px;
}

.single-post-seminar-btn.width_content {
  width: max-content;
  padding: 0 10px;
}

#secondary {
  display: none;
}

.hfeed #secondary {
  display: block;
}






@supports (-ms-ime-align: auto) {
  @media screen and (max-width: 1317px) {
    .mobile-nav-trigger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
}

@media screen and (max-width: 1200px) {
  .job-imgs-item:nth-child(4) {
    padding: 0;
  }
  /*.top-section, .top-section-container
		height: 50%
		min-height: 500px*/
  .top-section-container {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  .about-left-btn {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .number-descr {
    font-size: 1em;
  }
  .carousel-lower-txt {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 992px) {
  .tell-section {
    height: 130px;
  }
  .tell-btns {
    margin-top: 30px;
  }
  .tell-txt {
    min-width: 180px;
    left: 50%;
    top: -50px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .numbers-item:nth-child(2) {
    padding: 0;
  }
  .numbers-item:nth-child(2) .number-descr {
    font-size: 0.9em;
  }
  .nl-section-header {
    font-size: 1.8em;
  }
  .carousel-lower-txt {
    font-size: 1.3em;
  }
  .tell-section-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .job-imgs-item:nth-child(4) {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .helps-header {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-lower-txt {
    font-size: 1em;
  }
  .social-circle {
    margin-right: 15px;
    margin-left: 15px;
  }
  .social-circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
  }
}

@media screen and (max-width: 1000px) {
  .job-imgs-item {
    border: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .job-imgs-section {
    background: url("../img/bg3.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (max-width: 760px) {
  .top-section .top-section-container .top-big-line-firts {
    margin-top: -50px;
  }
  .top-section .top-section-container .top-big-line-second, .top-section .top-section-container .top-big-line-firts {
    font-size: 4em;
  }
  .top-section .top-section-container .top-small-line {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 550px) {
  .top-section .top-section-container .top-big-line-second, .top-section .top-section-container .top-big-line-firts {
    font-size: 2.5em;
  }
  .top-section .top-section-container .top-small-line {
    font-size: 0.9em;
  }
  .vid-img .vid-watch, .vid-img .vid-video {
    font-size: 1.3em;
  }
  .vid-img .vid-playicon {
    padding: 3;
  }
  .vid-img .vid-playicon img {
    height: 40px;
  }
  .nl-section-header {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .numbers-header {
    font-size: 1.5em;
  }
  .numbers-subheader {
    font-size: 1em;
  }
  .contact-numbers-row {
    font-size: 1.3em;
  }
  .consult-line-txt, .cert-center-txt, .consult-line-email, .cert-center-email, .callback-txt, .our-adr-txt, .adress, .worktime {
    font-size: 1.3em;
  }
  .call-us-txt, .text-us, .send-us-message, .come-to-us, .worktime-txt {
    font-size: 1.5em;
  }
  .contacts-header {
    font-size: 1.7em;
  }
  .contacts-subheader {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 400px) {
  .numbers-header {
    font-size: 1.2em;
  }
  .numbers-subheader {
    padding-top: 10px;
    font-size: 0.9em;
  }
  .logos-back, .logos-container {
    padding: 0;
  }
  .logo-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logos-back {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logos-back img {
    max-width: 280px;
    height: auto;
    margin: auto;
  }
  .social-circle {
    margin-right: 7px;
    margin-left: 7px;
  }
  .social-circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
  }
}

@media screen and (max-width: 1500px) {
  .nextArr {
    right: 10px;
  }
  .prevArr {
    left: 10px;
  }
  .logoArrNext {
    right: -100px;
  }
  .logoArrPrev {
    left: -100px;
  }
}

@media screen and (max-width: 1200px) {
  .nextArr {
    right: -10px;
  }
  .prevArr {
    left: -10px;
  }
  .logoArrNext {
    right: -100px;
  }
  .logoArrPrev {
    left: -100px;
  }
}

@media screen and (max-width: 992px) {
  .nextArr {
    right: -50px;
  }
  .prevArr {
    left: -50px;
  }
  .logoArrNext {
    right: -120px;
  }
  .logoArrPrev {
    left: -120px;
  }
}

@media screen and (max-width: 870px) {
  .nextArr {
    display: none !important;
  }
  .prevArr {
    display: none !important;
  }
  .logoArrNext {
    display: none !important;
  }
  .logoArrPrev {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .logo-item img {
    margin: auto;
  }
}

.manager-dark-btn-left, .manager-dark-btn-right {
  display: block !important;
  -webkit-transition: 0.3s all !important;
  -o-transition: 0.3s all !important;
  transition: 0.3s all !important;
  text-align: center !important;
  color: #f9f9f9 !important;
  width: 220px !important;
  height: 45px !important;
  font-size: 1em !important;
  font-family: RobotoBold !important;
  background: rgba(0, 0, 0, 0.7) !important;
  line-height: 45px !important;
  text-transform: uppercase !important;
  text-transform-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3) !important;
}

.manager-dark-btn-left:hover, .manager-dark-btn-right:hover {
  cursor: pointer !important;
  background: #010100 !important;
  color: #f9f9f9 !important;
}

.manager-dark-btn-left:active, .manager-dark-btn-right:active {
  color: #f9f9f9 !important;
  background: black !important;
}

.manager-dark-btn-left {
  float: left;
}

.manager-dark-btn-right {
  float: right;
}

.content-area .manager-dark-btn-left:hover, .content-area .manager-dark-btn-right:hover {
  color: #f9f9f9 !important;
}

.manager-white-btn-left, .manager-white-btn-right {
  display: block !important;
  -webkit-transition: 0.3s all !important;
  -o-transition: 0.3s all !important;
  transition: 0.3s all !important;
  text-align: center !important;
  color: #302B26 !important;
  width: 220px !important;
  height: 45px !important;
  font-size: 1em !important;
  font-family: RobotoBold !important;
  background: #EEEEEE !important;
  line-height: 45px !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3) !important;
}

.manager-white-btn-left:hover, .manager-white-btn-right:hover {
  cursor: pointer !important;
  background: #AFA9A4 !important;
  color: #302B26  !important;
}

.manager-white-btn-left:active, .manager-white-btn-right:active {
  color: #302B26 !important;
  background: #AFA9A4 !important;
}

.manager-white-btn-left {
  float: left;
}

.manager-white-btn-right {
  float: right;
}

.content-area .manager-white-btn-left:hover, .content-area .manager-white-btn-right:hover {
  color: #302B26  !important;
  background: #AFA9A4 !important;
}

.remove_borders {
  border: none !important;
}

.remove_borders tr td {
  border: none !important;
}



/* removed 3.28.2020
.top-navigation li:nth-child(2),.top-navigation li:nth-child(3),.top-navigation li:nth-child(4),.top-navigation li:nth-child(5) {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    margin-right: 10px;
}



.top-navigation li:nth-child(2) a,.top-navigation li:nth-child(3) a,.top-navigation li:nth-child(4) a,.top-navigation li:nth-child(5) a {
    padding: 0;
    width: 38px;
    height: 38px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
}

.top-navigation li:nth-child(2) a:hover,.top-navigation li:nth-child(3) a:hover,.top-navigation li:nth-child(4) a:hover,.top-navigation li:nth-child(5) a:hover{
  background: rgba(43, 46, 42, 0.7);
}

*/


.agree_wrap {
  display: flex;
  margin: 20px 0;
}

.agree_wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

span.user_agree {
  font-size: 11px;
  margin: 0 7px;
  line-height: 20px;
}

div#page {
  margin-top: 70px;
}
.home div#page {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .fa-viber:before {
    content: "\f409";
    position: absolute;
    top: 9px;
    left: 10px;
  }

  .fa-telegram:before {
    content: "\f2c6";
    position: absolute;
    top: 9px;
    left: 11px;
  }

  .fa-instagram:before {
    content: "\f16d";
    position: absolute;
    top: 9px;
    left: 11px;
  }

  .fa-facebook-f:before {
    content: "\f39e";
    position: absolute;
    top: 9px;
    left: 13px;
  }

  .top-navigation li:nth-child(2) a, .top-navigation li:nth-child(3) a, .top-navigation li:nth-child(4) a, .top-navigation li:nth-child(5) a {
    position: relative;
  }

 /* .top-navigation li:nth-child(2), .top-navigation li:nth-child(3), .top-navigation li:nth-child(4), .top-navigation li:nth-child(5) {
    float: left;
    margin: 6%;
  }*/
}

/*Hide date in blog post*/
.page-template-page-allnews .single-post__date,
.single-news .single-new-post-date {
  display: none!important;
}
.unioba-logo, .woocommerce img.unioba-logo, .woocommerce-page img.unioba-logo {
height:55px;
width: auto;
margin-left: 5px;
}
@media (max-width: 565px) {
.unioba-logo, .woocommerce img.unioba-logo, .woocommerce-page img.unioba-logo {
height:35px;
width: auto;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
@media (max-width: 420px) {
.unioba-logo {
height:31px;
width: auto;
}
.custom-logo-link img {
height:45px!important;
width: auto;
}
}
#menu-item-124-en,
#menu-item-118-en {
  display: none;
}
