img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

.header {
  background: url(../../images/head_top.png) top center no-repeat;
  padding: 11px 0;
  position: relative;
}

.header__row {
  justify-content: space-between;
  align-items: center;
}

.header__menu {

}

.header__menu ul {
  display: flex;
  margin: 0 -9px;
}

.header__menu ul li {
  padding: 0 9px;
}

.header__menu ul li a {
  transition: all .3s;
  text-decoration: none;
  color: #272727;
  font: 400 14px/19px 'PT Sans', Calibri, sans-serif;
  text-transform: uppercase;
  padding: 9px 0;
}

.header__menu ul li a:hover {
  color: #89ca49;
}

.header__menu ul li.current_page_parent,
.header__menu ul li.current-menu-item {
  background: none!important;
}

.header__menu ul li.current_page_parent a,
.header__menu ul li.current-menu-item a {
  background: url(../../images/menu_active.png) center bottom no-repeat;
}

.home-first-screen {
  background: url(../../images/head_img.jpg) top center / cover;
  padding-bottom: 80px;
}

.home-first-screen__menu {
}

.home-first-screen__menu ul {
  display: flex;
  margin: 0 -10px;
}

.home-first-screen__menu ul li {
  padding: 0 10px;
}

.home-first-screen__menu ul li a {
  font: 11px Arial, sans-serif;
  color: #eee;
  opacity: 0.7;
  cursor: pointer;
  text-decoration: underline;
  transition: all .3s;
}

.home-first-screen__menu ul li a:hover {
  opacity: 1;
  text-decoration: none;
}

.home-first-screen__title {
  padding-top: 90px;
  text-transform: uppercase;
  font: 37px/48px 'PT Sans', Calibri, sans-serif;
  color: #fff;
  padding-left: 22px;
}

.home-first-screen__text {
  font: 21px/25px 'PT Sans', Calibri, sans-serif;
  color: #fff;
  padding-top: 40px;
  padding-left: 40px;
  width: 480px;
  max-width: 100%;
  padding-bottom: 30px;
}

.home-first-screen__link {
  padding-left: 40px;
}

.theme-button {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}
.theme-button__green {
  background: #89ca49;
  color: white;
  font-family: 'PT Sans';
  font-size: 20px;
  font-weight: 700;
  padding: 15px 30px;
  width: 245px;
  max-width: 100%;
  text-align: center;
  justify-content: center;
}
.theme-button__green:hover {}
.theme-button__yellow {
  background: #fdf87b;
  color: #000;
  font-family: 'PT Sans';
  font-size: 20px;
  font-weight: 700;
  padding: 15px 30px;
  width: 245px;
  max-width: 100%;
  text-align: center;
  justify-content: center;
}
.theme-button__yellow:hover {
  opacity: 0.8;
}

.home-first-screen__link a:hover {

}

.theme-modal {
  display: none;
  max-width: 95%;
  max-height: 95%;
}

.text-modal {
  width: 660px;
}

.text-modal__title {
  font-size: 28px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.fancybox-close-small:focus {
  outline: none;
}

.home-content {
  padding: 45px 0;
}

.home-content__article-title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  color: #212121;
}

.home-content__article {
  flex: 1 1 auto;
}

.home-content__aside {
  flex: 0 0 320px;
}

.home-news-item {
  padding: 22px 22px 0;
  font-size: 13px;
  background-image: linear-gradient(top, rgb(255, 255, 255) 36%, rgb(255, 255, 255) 59%, rgb(246, 246, 246) 87%, rgb(242, 242, 242) 92%);
  background-image: -o-linear-gradient(top, rgb(255, 255, 255) 36%, rgb(255, 255, 255) 59%, rgb(246, 246, 246) 87%, rgb(242, 242, 242) 92%);
  background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 36%, rgb(255, 255, 255) 59%, rgb(246, 246, 246) 87%, rgb(242, 242, 242) 92%);
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 36%, rgb(255, 255, 255) 59%, rgb(246, 246, 246) 87%, rgb(242, 242, 242) 92%);
  background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 36%, rgb(255, 255, 255) 59%, rgb(246, 246, 246) 87%, rgb(242, 242, 242) 92%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.36, rgb(255, 255, 255)), color-stop(0.59, rgb(255, 255, 255)), color-stop(0.87, rgb(246, 246, 246)), color-stop(0.92, rgb(242, 242, 242)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  border-bottom: 1px solid #ddd;
}

.home-news-item__row {
  display: flex;
  margin: 0 -12px;
}

.home-news-item__col {
  padding: 0 12px;
}

.home-news-item__image {
  flex: 0 0 200px;
}

.home-news-item__image a,
.home-news-item__image img {
  display: block;
}

.home-news-item__content-title {

}

.home-news-item__content-title a {
  text-decoration: none;
  transition: all .3s;
  color: #222;
}

.home-news-item__content-title a:hover {
  color: #89ca49;
}

.home-news-item__content-data {
  display: flex;
  padding: 8px 0 9px;
  margin: 0 -5px;
  font-size: 12px;
}

.home-news-item__content-data-item {
  padding: 0 5px;
}

.home-news-item__content-data-item:not(:last-child) {
  border-right: 1px solid #cecece;
}

.home-news-item__content-data-item a {
  text-decoration: none;
  color: #222;
  transition: all .3s;
}

.home-news-item__content-data-item a:hover {
  color: #89ca49;
}

.home-news-item__content-text-more a {
  text-decoration: none;
  color: #373737;
  border-bottom: 1px dotted #373737;
  transition: all .3s;
}

.home-news-item__content-text-more a:hover {
  color: #89ca49;
  border-color: #89ca49;
}

.home-content__aside-title {
  padding-left: 15px;
  padding-bottom: 15px;
}

.home-content__aside-title,
.home-content__aside-title h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #212121;
}

.home-content__article-blog {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}

.home-content__article-blog a {
  color: #111;
  border-bottom: 1px dotted #111;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  align-items: center;
}

.home-content__article-blog img {
  display: block;
}

.home-content__article-blog-image {
  padding-right: 5px;
}

.home-content__article-blog a:hover {
  color: #89ca49;
  border-color: #89ca49;
}

.fb-follow-me {
  padding-bottom: 15px;
}

.widget_categories {
  margin-bottom: 30px;
}

.widget_categories ul {
  background-image: linear-gradient(left, rgb(242, 242, 242) 31%, rgb(249, 249, 249) 66%, rgb(255, 255, 255) 83%);
  background-image: -o-linear-gradient(left, rgb(242, 242, 242) 31%, rgb(249, 249, 249) 66%, rgb(255, 255, 255) 83%);
  background-image: -moz-linear-gradient(left, rgb(242, 242, 242) 31%, rgb(249, 249, 249) 66%, rgb(255, 255, 255) 83%);
  background-image: -webkit-linear-gradient(left, rgb(242, 242, 242) 31%, rgb(249, 249, 249) 66%, rgb(255, 255, 255) 83%);
  background-image: -ms-linear-gradient(left, rgb(242, 242, 242) 31%, rgb(249, 249, 249) 66%, rgb(255, 255, 255) 83%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.31, rgb(242, 242, 242)), color-stop(0.66, rgb(249, 249, 249)), color-stop(0.83, rgb(255, 255, 255)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
  border-top: 1px solid #ededed;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #ededed;
  font-size: 15px;
  list-style: none;
}

.widget_categories ul li {
  color: #353535;
  border-bottom: 1px solid #ededed;
  padding: 9px 25px;
}

.widget_categories ul li a {
  color: #353535;
  text-decoration: none;
  transition: all .3s;
}

.widget_categories ul li a:hover {
  color: #89ca49;
}

.things {
  background: url(../../images/footer_img.jpg) center top / cover;
  padding: 50px 0;
}
.things__text {
  font: 700 25px 'PT Sans', Calibri, sans-serif;
}

.things__text-row-dark {
  color: #fff;
}

.things__text-row-dark p {
  background: rgba(0, 0, 0, 0.7);
  line-height: 2em;
  padding: 2px 10px 2px 15px;
  border-left: 2px solid #75ac3b;
  display: inline-block;
  margin-bottom: 6px;
}

.things__text-row {
  text-transform: uppercase;
}

.things__text-row p {
  display: inline-block;
}

.things__text-row-light {}
.things__text-row-light p {
  padding: 2px 10px 2px 15px;
  margin-bottom: 6px;
  color: #030303;
  background: #fff;
}

.things__link {
  padding-left: 40px;
  padding-top: 10px;
}

.things__connect {
  font: 20px 'PT Sans', Calibri, sans-serif;
  padding-top: 15px;
}

.seo-text {
  padding: 50px 0;
}

.footer-bottom {
  padding: 4px 0px;
}
.footer-bottom__row {
  justify-content: space-between;
  align-items: center;
}
.footer-bottom__menu {}
.footer-bottom__menu ul {
  display: flex;
  margin: 0 -15px;
}
.footer-bottom__menu ul li {
  padding: 0 15px;
}
.footer-bottom__menu ul li a {
  font: 11px Arial,sans-serif;
  color: #777;
  opacity: 0.7;
  cursor: pointer;
  text-decoration: underline;
}
.footer-bottom__menu ul li a:hover {
  color: #89ca49;
  text-decoration: none;
  opacity: 1;
}

.footer-bottom__owner {
  font-size: 11px;
  color: #999;
  text-align: center;
  opacity: 0.7;
}

.footer-top {
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  background: url(../../images/head_bottom.png) top center no-repeat;
  padding: 12px 0;
}

.footer-top__row {
  justify-content: space-between;
  align-items: center;
}

.footer-top__menu {}
.footer-top__menu ul {
  display: flex;
  margin: 0 -9px;
}
.footer-top__menu ul li {
  padding: 0 9px;
}
.footer-top__menu ul li a {
  transition: all .3s;
  text-decoration: none;
  color: #272727;
  font: 400 14px/19px 'PT Sans', Calibri, sans-serif;
  text-transform: uppercase;
  padding: 9px 0;
  display: block;
}
.footer-top__menu ul li.current-menu-item a {
  background: url(../../images/menu_active.png) center bottom no-repeat;
}
.footer-top__menu ul li a:hover {
  color: #89ca49;
}

.header__toggle {
  display: none;
}

.header__toggle button {
  position: relative;
  width: 30px;
  height: 20px;
  background: none;
  padding: 0;
  outline: none;
  border: none;
  display: block;
}
.header__toggle button span {
  transition: all .3s;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
}
.header__toggle button span:nth-child(1) {
  top: 0;
}
.header__toggle button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__toggle button span:nth-child(3) {
  bottom: 0;
}
.header__toggle button.open {
}
.header__toggle button.open span {
  background: #89ca49;
}
.header__toggle button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: auto;
}
.header__toggle button.open span:nth-child(2) {
  opacity: 0;
}
.header__toggle button.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: auto;
}

.home-content__aside .sidebar {
  float: inherit;
}

.searchmain {
  display: flex;
}

.searchtxt {
  height: 40px;
  flex: 1 1 auto;
}

.my-history__first-screen {
  background: url(../../images/story_bg.jpg) top center / cover;
  padding: 15px 0;
}

.my-history__first-screen__row {
  display: flex;
  justify-content: flex-end;
}

.my-history__first-screen__text {
  width: 600px;
  max-width: 100%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.my-history__first-screen__text-title {
  border-bottom: 1px solid #615f5e;
  padding-bottom: 17px;
  font-size: 24px;
  margin-bottom: 10px;
}
.my-history__first-screen__text-title h1 {
  font-size: inherit;
}

.my-history__first-screen__text-wrap {
  font-size: 17px;
}

.my-history__video {
  padding: 50px 0;
}

.my-history__video-container {
  position: relative;
  padding-bottom: 48%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 800px;
  margin: 0 auto;
}
.my-history__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: #3b3b3b;
}

.my-history__like {}
.my-history__like-inner {
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
}

.my-history__comments {

}

.my-history__comments .fb_iframe_widget,
.my-history__comments .fb_iframe_widget iframe {
  width: 100% !important;
  display: block;
}

.my-history__comments > span {
  display: block;
  width: 100% !important;
}

.my-history__comments {
  padding-bottom: 50px;
}

.my-history__like-inner {
  display: flex;
  justify-content: center;
}

.sidebar-new ul {
  list-style: none;
}

.sidebar-new {
  float: inherit;
}

.blog-page {

}

.blog-page__content {
  padding: 50px 0;
}

.block-page__article {
  flex:  1 1 auto;
}

.blog-page__first-screen {
  background: #000 url(../../images/blog_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  padding-top: 150px;
  padding-bottom: 30px;
}

.blog-page__first-screen-title {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 26px;
  color: #89ca49;
  font-weight: bold;
  padding: 5px 0;
}

.blog-page__first-screen-text {
  background: #f4f4f4;
  padding: 15px 20px;
}

.blog-page__first-screen-link {
  padding-top: 15px;
}

.blog-page-item__title {
  font: 400 28px/30px 'PT Sans', Calibri, sans-serif;
  background: #202020;
  padding: 15px 20px;
  color: #ffffff;
}
.blog-page-item__title a {
  color: #ffffff;
  text-decoration: none;
  transition: all .3s;
}
.blog-page-item__title a:hover {
  color: #89ca49;
}

.blog-page-item__image {
  padding-bottom: 30px;
}
.blog-page-item__image .image-wrap,
.blog-page-item__image a,
.blog-page-item__image a img {
  display: block;
  width: 100% !important;
  height: auto;
}

.blog-page-item__image .image-wrap,
.blog-page-item__image a {
  position: relative;
  text-decoration: none;
}

.blog-page-item__views {
  position: absolute;
  left: 0;
  top: 0;
  background: #89ca49;
  color: #fff;
  font: 700 19px 'PT Sans', Calibri, sans-serif;
  padding: 1px 18px 1px 10px;
}
.blog-page-item__views:before {
  content: '';
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  top: -7px;
  width: 10px;
  height: 34px;
  background: url(../../images/comment_ribbon.png);
}

.blog-page-item__text {
  padding-bottom: 35px;
  border-bottom: 1px solid #d5d5d5;
  word-break: break-word;
}

.blog-page-item__actions {
  display: flex;
  align-items: center;
}

.blog-page-item__actions-read-more {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.blog-page-item__actions-item {
  padding: 0 15px;
}

.blog-page-item__actions-read-more img {
  margin-right: 5px;
}

.blog-page-item__actions-read-more a {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dotted #373737;
  transition: all .3s;
}

.blog-page-item__actions-likes {
  padding-top: 7px;
}

.blog-page-item__actions-read-more a:hover {
  color: #89ca49;
  border-color: #89ca49;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -5px;
}
.pagination li {
  padding: 0 5px;
}
.pagination li a {
  display: flex;
  border: 1px solid #4e4e4e;
  width: 30px;
  font-size: 14px;
  text-align: center;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .3s;
}
.pagination li a:hover {
  border: 1px solid #89ca49;
  color: #89ca49;
}
.pagination li span {
  display: block;
}
.pagination li.active span {
  display: flex;
  width: 30px;
  font-size: 14px;
  text-align: center;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #89ca49;
}
.pagination li span.dots {}

#wppopularpostswidget-3 {
  width: 100% !important;
}

.pagination {
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.block-page__aside {
  flex: 0 0 320px;
}

.text_page_iframe {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.text_page_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: #3b3b3b;
}

.blog-page-item__details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 10px;
}

.blog-page-item__details-wrap {
  border-bottom: 1px solid #d5d5d5;
}

.blog-page-item__details-item {
  padding: 0 10px 10px;
  color: #9c9595;
}

.blog-page-item__details-item strong,
.blog-page-item__details-item a {
  color: #4a4a4a;
}
.blog-page-item__details-item a {
  transition: all .3s;
  text-decoration: none;
}
.blog-page-item__details-item a:hover,
.blog-page-item__details-item a:hover strong {
  color: #89ca49;
}

.blog-page-item__helpful {
  padding: 40px 0;
}

.blog-page-item__helpful-title {
  padding-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-page-item__helpful-title img {
  margin-left: 10px;
}

.blog-page-item__helpful-like {
  background: #eee;
  padding: 11px 18px 5px 18px;
}

.blog-page-item__online-event-title {
  background-color: #f0d941;
  font-family: 'PT Sans';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page-item__online-event-title img {
  display: block;
  margin: 0 5px;
}

.blog-page-item__online-event-data {
  background: url(../../img/lab-single/webinar-bg.jpg) no-repeat center, #0d0d0d;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
}

.blog-page-item__online-event-data-title {
  padding: 40px 0;
  position: relative;
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 30px;
}
.blog-page-item__online-event-data-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.2);
  height: 1px;
  width: 54%;
}
.blog-page-item__online-event-data-text {
  padding-top: 40px;
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 20px;
}
.blog-page-item__online-event-data-link {
  padding-top: 40px;
}

.blog-page-item__similar {
  padding-top: 30px;
}

.blog-page-item__similar-title {
  padding-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
}

.blog-page-item__similar-list {
  font-size: 18px;
}
.blog-page-item__similar-list ul {
  list-style: none;
  padding-left: 10px;
}
.blog-page-item__similar-list ul li {}
.blog-page-item__similar-list ul li:not(:last-child) {
  padding-bottom: 20px;
}
.blog-page-item__similar-list ul li a {
  text-decoration: none;
  color: #353535;
  transition: all .3s;
}
.blog-page-item__similar-list ul li a:hover {
  color: #89ca49;
}

.blog-page-item__comments {
}

.blog-page-item__wp-comments textarea {
  display: block;
  width: 100%;
  resize: none;
  margin-bottom: 15px;
}

.blog-page-item__image img {
  display: block;
  width: 100% !important;
  height: auto;
}

.our-projects-head {}
.our-projects-head img {
  display: block;
  width: 100%;
}

.our-projects__item {
  padding: 40px 0;
  border-top: 10px solid #e7e5e5;
}
.our-projects__item:last-child {
  border-bottom: 10px solid #e7e5e5;
}

.our-projects__item-image {
  flex: 0 0 180px;
}

.our-projects__item-image-wrap {
  overflow: hidden;
}

.our-projects__item-image-wrap img {
  display: block;
  min-width: 100%;
}

.our-projects__item-data-title {
  font-size: 60px;
  font-weight: 700;
  color: #1c1c1c;
  padding-bottom: 30px;
  line-height: 1.2;
  word-break: break-word;
}
.our-projects__item-data-text {
  font-size: 22px;
  line-height: 1.4;
}

.contacts-page {
  background: url(../../images/bg_contact.jpg) top center / cover;
  padding: 50px 0;
}

.contacts-page__row {
  display: flex;
  justify-content: flex-end;
}

.contacts-page__info {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}

.contacts-page__info-contacts-title {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

body {
  display: flex;
  flex-direction: column;
}

html,
body {
  min-height: 100vh;
}

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}