.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: 12px;
}

.wp-block-column .wp-block-social-links {
  display: flex;
}
.wp-block-column .wp-block-social-links li {
  padding: 4px;
  margin-right: 7px;
}

#captcha {
  margin-bottom: 12px;
}
#captcha iframe {
  height: 78px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive.category-novosti .btContentHolder, .archive.tag .btContentHolder, .archive.category-news .btContentHolder {
  width: 100%;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.subscribe {
  padding: 50px 0;
  background: white;
}
.subscribe .subscribe__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe .subscribe__header {
  margin: 20px auto;
  color: #313131;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.subscribe .subscribe__header span {
  color: #3bb35c;
}
.subscribe .subscribe__form {
  position: relative;
  max-width: 800px;
}
.subscribe .subscribe__form .wpcf7-form {
  position: relative;
}
.subscribe .subscribe__form .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.subscribe .subscribe__form .wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  max-width: 280px;
  text-align: center;
  transform: translate(-50%, -50%);
  border: 0;
  margin: 0;
  color: black;
}
.subscribe .subscribe__form .wpcf7-form.sent p {
  opacity: 0.05;
}
.subscribe .subscribe__form .wpcf7-form p {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.subscribe .subscribe__form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.subscribe .subscribe__form .subscribe-email {
  width: calc(100% - 267px);
}
.subscribe .subscribe__form .subscribe-email input {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #3bb35c;
  background-color: #fff;
  font-size: 14px;
  min-height: 60px;
  border-right: 0;
  border-right-style: none;
}
.subscribe .subscribe__form .subscribe-email input.wpcf7-not-valid {
  border: 1px solid #ff2b2b;
}
.subscribe .subscribe__form .wpcf7-submit {
  min-height: 60px;
  padding: 0;
  line-height: 60px;
  max-height: 60px;
  min-width: 267px;
  background-color: #3bb35c;
  color: #fff;
  position: relative;
  left: -1px;
}
.subscribe .subscribe__form .wpcf7-not-valid-tip {
  display: none;
}
.subscribe .subscribe__form .wpcf7-not-valid {
  border-color: #ff2b2b;
}

.grecaptcha-badge {
  visibility: hidden;
}

.title__header {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #313131 !important;
}
.title__header span {
  color: #3bb35c;
}

.animate_when_almost_visible {
  opacity: 0;
}

.full-animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_when_almost_visible:not(.full-animated) {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[dir=rtl] body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
}
[dir=rtl] .left-side {
  padding-right: 0px;
  padding-left: 40px;
}
[dir=rtl] .right-side {
  padding-right: 20px;
  padding-left: 0px;
}
[dir=rtl] .blog-article .blog-article__meta-athor {
  margin-right: 0px;
  margin-left: 15px;
}
[dir=rtl] .blog-article .blog-article__meta-categories {
  margin-right: 0px;
  margin-left: 15px;
}
[dir=rtl] .blog-article .blog-article__meta-comments span {
  margin-left: 0px;
  margin-right: 5px;
}
[dir=rtl] .blog-social .social-share__button span {
  margin-left: 0px;
  margin-right: 5px;
}
[dir=rtl] .menuPort {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
}
[dir=rtl] .menuPort nav > ul > li > a {
  font-size: 16px;
}
[dir=rtl] .menuPort nav ul ul li a {
  font-size: 16px;
}
[dir=rtl] .btBreadCrumbs li {
  font-size: 18px;
}
[dir=rtl] .topBarInMenu .widget_block .has-custom-font-size {
  font-size: 14px !important;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.left-side {
  width: 73%;
  padding-right: 40px;
  position: relative;
}

.right-side {
  width: 27%;
  position: relative;
  padding-left: 20px;
}

.popular-articles {
  padding: 50px 0;
  background: white;
}
.popular-articles .popular-articles__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
.popular-articles .popular-articles__items {
  display: flex;
  flex-direction: column;
}
.popular-articles .popular-articles__item {
  margin-bottom: 55px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.popular-articles .popular-articles__item:last-child {
  margin-bottom: 0;
}
.popular-articles .popular-articles__item-img_overlay {
  display: none;
  position: absolute;
  background-color: rgba(59, 179, 92, 0.7) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popular-articles .popular-articles__item-img_overlay:hover .popular-articles__item-img_hover {
  opacity: 1;
  top: 45%;
  left: 50%;
  transform: translate(-45%, -50%);
}
.popular-articles .popular-articles__item-img {
  width: 250px;
  position: relative;
  overflow: hidden;
}
.popular-articles .popular-articles__item-img .img-wrap {
  padding-bottom: 68%;
  height: 0;
  text-align: center;
}
.popular-articles .popular-articles__item-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.popular-articles .popular-articles__item-img:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}
.popular-articles .popular-articles__item-img:hover .popular-articles__item-img_overlay {
  display: block;
}
.popular-articles .popular-articles__item-img_hover {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  transition: 0.5s all;
}
.popular-articles .popular-articles__item-img_hover-container {
  transition: 0.5s all;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}
.popular-articles .popular-articles__item-img_hover-container svg {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
.popular-articles .popular-articles__item-block {
  width: calc(100% - 250px);
  padding: 0 20px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.7;
  color: #6b6d75;
  display: flex;
  flex-wrap: wrap;
}
.popular-articles .popular-articles__item-block a {
  color: #313131;
}
.popular-articles .popular-articles__item-name {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #313131;
  width: 100%;
}
.popular-articles .popular-articles__item-description {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 8px;
  width: 100%;
}
.popular-articles .popular-articles__item-caption {
  display: flex;
  font-size: 14px;
  width: 100%;
}
.popular-articles .popular-articles__item-author {
  margin-right: 20px;
}
.popular-articles .popular-articles__item-categories, .popular-articles .popular-articles__item-comments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popular-articles .popular-articles__item-categories svg, .popular-articles .popular-articles__item-comments svg {
  margin-right: 5px;
}
.popular-articles .popular-articles__item-categories {
  width: 80%;
}
.popular-articles .popular-articles__item-categories a {
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 5px;
  color: #313131;
}
.popular-articles .popular-articles__item-categories a:last-child {
  padding-right: 0;
}
.popular-articles .popular-articles__item-comments {
  justify-content: flex-end;
  width: 20%;
}
.popular-articles .popular-articles__item-comments a {
  color: #313131;
  display: flex;
}

.latest-articles {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.latest-articles .latest-articles__items {
  display: flex;
  flex-direction: column;
}
.latest-articles .latest-articles__item {
  margin-bottom: 15px;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.7;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  color: #6b6d75;
}
.latest-articles .latest-articles__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.latest-articles .latest-articles__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 76px;
  border-radius: 100px;
}
.latest-articles .latest-articles__thumb a {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
}
.latest-articles .latest-articles__thumb a:hover .latest-articles__thumb_overlay {
  display: block;
}
.latest-articles .latest-articles__content {
  padding-left: 95px;
  min-height: 76px;
  display: flex;
  flex-direction: column;
}
.latest-articles .latest-articles__thumb_overlay {
  display: none;
  position: absolute;
  background-color: rgba(59, 179, 92, 0.7) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
}
.latest-articles .latest-articles__thumb_overlay:hover .latest-articles__thumb_hover {
  opacity: 1;
}
.latest-articles .latest-articles__thumb_container {
  border-radius: 100px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  padding-bottom: 100%;
}
.latest-articles .latest-articles__thumb_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s all;
}
.latest-articles .latest-articles__thumb_hover-container {
  transition: 0.5s all;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.latest-articles .latest-articles__thumb_hover-container svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
.latest-articles .latest-articles__thumb_hover-container svg path {
  fill: white;
}
.latest-articles .latest-articles__thumb_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.latest-articles .latest-articles__categories {
  display: flex;
  flex-wrap: wrap;
}
.latest-articles .latest-articles__categories a {
  color: #3bb35c;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 7px;
}
.latest-articles .latest-articles__categories a:last-child {
  padding-right: 0;
}
.latest-articles .latest-articles__categories a:hover {
  color: #313131;
}
.latest-articles .latest-articles__name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  padding-top: 2px;
  color: #313131;
}
.latest-articles .latest-articles__thumb-count {
  position: absolute;
  text-align: center;
  top: 2px;
  right: 2px;
  background-color: #3bb35c;
  padding: 2px 6px;
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
  font-size: 13px;
  z-index: 500;
  color: #fff !important;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.tags {
  padding: 50px 0;
}

.tags__items {
  display: flex;
  flex-wrap: wrap;
}

.tags__item {
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  border-width: 0;
  box-shadow: none;
  border-radius: 5px;
  padding: 0 12px;
  line-height: 32px;
  background-color: #f0f0f0;
  margin-right: 10px;
  margin-bottom: 12px;
  transition: 0.3s all ease-in-out;
}
.tags__item:hover {
  background-color: #3bb35c;
}
.tags__item:hover .tags__item-link {
  color: black !important;
}

.tags__item-link {
  color: #8d8d8d !important;
  font-size: 14px;
  font-weight: 700;
}

.blog {
  padding: 50px 0;
  background: white;
  color: #313131;
  font-family: Arial;
}

.blog__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}

.blog__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.blog__item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 20px;
  font-family: "Roboto", Arial, sans-serif;
  color: #6b6d75;
}

.blog__item-img_overlay {
  display: none;
  position: absolute;
  background-color: rgba(59, 179, 92, 0.7) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog__item-img_overlay:hover .blog__item-img_hover {
  opacity: 1;
  top: 45%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.blog__item-caption {
  margin-bottom: 10px;
  margin-top: 16px;
  font-size: 20px;
}
.blog__item-caption a {
  color: #313131;
}

.blog__item-thumb {
  position: relative;
  overflow: hidden;
}
.blog__item-thumb .img-wrap {
  padding-bottom: 57%;
  height: 0;
  text-align: center;
}
.blog__item-thumb img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.blog__item-thumb:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}
.blog__item-thumb:hover .blog__item-img_overlay {
  display: block;
}

.blog__item-img_hover {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  transition: 0.5s all;
}

.blog__item-img_hover-container {
  transition: 0.5s all;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  position: relative;
}
.blog__item-img_hover-container svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}

.blog__item-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog__item-meta_bottom {
  display: flex;
  flex-wrap: wrap;
}
.blog__item-meta_bottom a {
  color: #313131;
  display: flex;
}

.blog__item-description {
  padding-bottom: 15px;
  word-break: break-word;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 8px;
}

.blog__item-categories, .blog__item-comments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog__item-categories svg, .blog__item-comments svg {
  margin-right: 5px;
}

.blog__item-categories {
  width: 80%;
}
.blog__item-categories a {
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 5px;
}

.blog__item-comments {
  width: 20%;
  justify-content: flex-end;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 0;
}

.pagination__container {
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 30px;
  border-width: 0;
  text-align: center;
  padding: 5px 4px;
}
.pagination__container li {
  list-style: none;
}
.pagination__container span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  padding: 0;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #3bb35c;
  border-radius: 30px;
  margin: 0 2px;
}
.pagination__container a {
  color: #6b6d75;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin: 0 2px;
}

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
}

.blog-search {
  padding: 50px 0;
  width: 100%;
}
.blog-search .blog-search__form {
  display: flex;
  position: relative;
}
.blog-search .blog-search__label {
  width: 100%;
  margin: 0;
}
.blog-search .blog-search__input {
  border-width: 0;
  box-shadow: 0 15px 45px -9px rgba(0, 0, 0, 0.2);
  border-radius: 5px !important;
  width: 100%;
  border: none;
  padding: 16px 60px 16px 20px;
  font-weight: 400;
  transition: 0.25s background;
  color: #8d8d8d;
}
.blog-search .blog-search__input:focus-visible {
  outline: none;
  outline-offset: 0px;
}
.blog-search .blog-search__submit {
  position: absolute;
  display: block;
  top: 50%;
  border: none;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
  margin-top: -30px;
  width: 55px;
  height: 59px;
  background-color: #f0f0f0;
}
.blog-search .blog-search__submit svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.searched {
  padding: 50px 0;
  background: white;
}
.searched .searched__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
.searched .blog__item-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}
.searched .blog__item-thumb {
  margin: 0 -20px;
}
.searched .blog__item {
  width: calc(50% - 20px);
  padding: 0;
  margin: 20px;
  box-shadow: 0 10px 11px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s all ease-in-out;
}
.searched .blog__item:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06);
}
.searched .blog__item:nth-child(2n+1) {
  margin-left: 0;
}
.searched .blog__item:nth-child(2n) {
  margin-right: 0;
}

.searched__recent-articles .latest-articles .latest-articles__item {
  border-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.searched__recent-articles .latest-articles__title {
  margin-bottom: 40px;
}
.searched__recent-articles .latest-articles__small-icon {
  margin-right: 24px;
  position: relative;
  top: -2px;
}
.searched__recent-articles .latest-articles__small-icon svg {
  max-width: none;
}
.searched__recent-articles .latest-articles__small-link {
  color: #6b6d75;
  font-weight: 700;
}

.social-share {
  padding: 50px 0;
}
.social-share .social-share__items {
  display: flex;
  flex-wrap: wrap;
}
.social-share .social-share__item-link {
  display: flex;
}
.social-share .social-share__item {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px 10px 5px;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share .social-share__item:hover {
  color: #8d8d8d !important;
  background-color: #e5e5e5 !important;
}

.blog-category {
  padding-bottom: 50px;
  padding-top: 70px;
  background: white;
}
.blog-category .blog-category__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
.blog-category .blog__item-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}
.blog-category .blog__item-thumb {
  margin: 0 -20px;
}
.blog-category .blog__item {
  width: calc(50% - 20px);
  padding: 0;
  margin: 20px;
  box-shadow: 0 10px 11px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s all ease-in-out;
}
.blog-category .blog__item:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06);
}
.blog-category .blog__item:nth-child(2n+1) {
  margin-left: 0;
}
.blog-category .blog__item:nth-child(2n) {
  margin-right: 0;
}
.blog-category .latest-articles__title {
  margin-bottom: 40px;
}

.blog-article {
  padding-bottom: 50px;
  background: white;
  padding-top: 70px;
}
.blog-article .blog-article__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
.blog-article .blog-article__article {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.7;
  color: #6b6d75;
  margin-bottom: 40px;
}
.blog-article .blog-article__thumb {
  max-height: 480px;
  overflow: hidden;
}
.blog-article .blog-article__thumb img {
  max-width: 100%;
  height: auto;
}
.blog-article .blog-article__thumb .image_wrap {
  text-align: center;
}
.blog-article .blog-article__header {
  font-family: "BebasNeue", Arial, sans-serif;
  color: #313131;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.blog-article .blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-article .blog-article__meta-left, .blog-article .blog-article__meta-right {
  display: flex;
  width: 50%;
  align-items: center;
}
.blog-article .blog-article__meta-right {
  justify-content: flex-end;
}
.blog-article .blog-article__meta-athor {
  margin-right: 15px;
}
.blog-article .blog-article__meta-comments {
  display: flex;
}
.blog-article .blog-article__meta-comments span {
  margin-left: 5px;
}
.blog-article .blog-article__meta-categories {
  margin-right: 15px;
}
.blog-article .blog-article__meta-categories a {
  color: #6b6d75;
}
.blog-article .blog-article__content {
  padding-bottom: 15px;
  word-break: break-word;
  font-size: 15px;
  line-height: 22px;
}
.blog-article .blog-article__content hr {
  width: 100%;
  height: 1px;
  border: 1px solid #000000;
  border-width: 0 0 1px;
  outline: none;
  border-color: #e1e1e1;
}
.blog-article .blog-article__content h2, .blog-article .blog-article__content h3, .blog-article .blog-article__content h4, .blog-article .blog-article__content h5 {
  font-family: "Roboto", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0 7px 0;
  font-weight: 400;
}
.blog-article .blog-article__content_title {
  text-align: center;
  margin-bottom: 10px;
  color: #313131;
}
.blog-article .blog-article__contents {
  margin: 25px 0;
}
.blog-article .blog-article__contents a {
  color: #6b6d75 !important;
}
.blog-article .blog-article__content-items {
  margin: 0;
  list-style: none;
}
.blog-article .blog-article__content-items li {
  padding: 4px 0;
}
.blog-article .blog-article__content-item {
  color: #313131;
  font-size: 17px;
  font-weight: 600;
}
.blog-article .blog-article__content-item:hover {
  color: #3bb35c;
}
.blog-article .blog-article__tags {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-article .blog-article__tags-title {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 26px;
}
.blog-article .blog-article__bottom {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 26px 0 24px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-article .blog-article__share {
  width: 50%;
}
.blog-article .blog-article__switcher {
  width: 50%;
}

.blog-social {
  position: relative;
  z-index: 100;
}
.blog-social .social-share__button {
  font-family: "Roboto", Arial, sans-serif;
  color: #6b6d75;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 100px;
  height: 50px;
  padding: 0 30px 0 20px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
.blog-social .social-share__button span {
  font-size: 13px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}
.blog-social .social-share__button:hover {
  background-color: #e5e5e5 !important;
}
.blog-social .social-share__button:hover:before {
  width: 110% !important;
}
.blog-social .social-share__button:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 300%;
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  transition: 0.3s all ease-in-out;
}
.blog-social .social-share__networks {
  display: inline-block;
  height: 0;
}
.blog-social .social-share__networks.active {
  height: auto;
  transition: all 0.3s ease-in-out;
}
.blog-social .social-share__networks.active .social-share__item {
  opacity: 1;
  margin-left: 0;
  position: relative;
}
.blog-social .social-share__networks.active .social-share__item-link {
  height: 46px;
  visibility: visible;
  width: 36px;
  position: relative;
}
.blog-social .social-share__networks.active .social-share__item-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-social .social-share__items {
  margin: 0;
  display: flex;
}
.blog-social .social-share__item {
  padding: 0;
  opacity: 0;
  margin-left: -15px;
}
.blog-social .social-share__item:nth-child(1) {
  transition-delay: 0.1s;
}
.blog-social .social-share__item:nth-child(2) {
  transition-delay: 0.2s;
}
.blog-social .social-share__item:nth-child(3) {
  transition-delay: 0.3s;
}
.blog-social .social-share__item:nth-child(4) {
  transition-delay: 0.4s;
}
.blog-social .social-share__item:hover svg path {
  fill: #3bb35c;
}
.blog-social .social-share__item-link {
  text-align: center;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
  background-color: transparent !important;
  visibility: hidden;
}

.blog-article__switcher {
  font-family: "Roboto", Arial, sans-serif;
}
.blog-article__switcher .post-switcher {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
}
.blog-article__switcher .post-switcher__button {
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: -4px;
  border-radius: 50px;
  background-color: #f2f2f2;
  text-align: center;
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
  align-items: center;
  justify-content: center;
}
.blog-article__switcher .post-switcher__content {
  width: 50px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #6b6d75;
}
.blog-article__switcher .post-switcher__content strong {
  font-size: 20px;
}

.related-articles {
  padding: 20px 0;
}
.related-articles .blog__item:nth-child(1) {
  padding-left: 0;
}
.related-articles .blog__item:nth-child(2) {
  padding: 0 10px;
}
.related-articles .blog__item:nth-child(3) {
  padding-right: 0;
}
.related-articles .blog__item-caption {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.btn {
  display: flex;
}

.blog-comments {
  padding: 30px 0 70px 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 30px;
  color: #313131;
}
.blog-comments .politic-wrap {
  display: flex;
}
.blog-comments a {
  color: white;
  border-radius: 30px;
  background-color: #313131;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.blog-comments .comment-respond {
  display: flex;
  flex-direction: column;
}
.blog-comments .blog-comments__header {
  padding-top: 20px;
}
.blog-comments #commentform {
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-comments #commentform .form-submit {
  display: none;
}
.blog-comments #commentform label {
  margin-bottom: 20px;
}
.blog-comments #commentform input, .blog-comments #commentform textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  margin-bottom: 0px;
}
.blog-comments #commentform input.error, .blog-comments #commentform textarea.error {
  border: 1px solid #f45554;
  color: #f45554;
}
.blog-comments #commentform input:focus, .blog-comments #commentform textarea:focus {
  outline: none;
  color: #313131;
}
.blog-comments #commentform textarea {
  max-height: 120px;
  padding: 18px 24px;
}
.blog-comments .succes-comments {
  border: 1px solid #6b6d75;
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: #313131;
}
.blog-comments .ajax-loader {
  border: 5px solid #f3f3f3 !important;
  border-radius: 50% !important;
  border-top: 5px solid #000 !important;
  width: 26px !important;
  height: 26px !important;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute !important;
  left: calc(50% - 13px) !important;
  top: calc(50% - 13px) !important;
  margin: 0 !important;
}
.blog-comments .blog-comments__list {
  padding: 0;
  margin: 0;
}
.blog-comments .post {
  margin-bottom: 20px;
  list-style-type: none;
}
.blog-comments .post-autor {
  padding-left: 70px;
  position: relative;
}
.blog-comments .post-content {
  padding: 24px;
  margin-top: 12px;
  border-radius: 6px;
  background-color: #fcfcfc;
  font-size: 14px;
  line-height: 20px;
}
.blog-comments .children {
  margin-top: 6px;
  margin-left: 7px;
  border-left: 2px solid #f5f5f5;
  position: relative;
  padding-top: 18px;
  display: block;
}
.blog-comments .post-autor__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.blog-comments .post-autor__date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 14px;
}
.blog-comments .children-post {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 12px;
  padding: 24px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  background-color: #f5f5f5;
}

#menu_service li.d-md-block {
  padding-top: 0 !important;
}
#menu_service li.d-md-block a {
  display: flex;
}

/*html[dir="rtl"] .btIco.extrasmall .btIcoHolder:before{
 content: "";
 border: 0;
}*/
html[dir=rtl] .btIco.extrasmall .btIcoHolder:before {
  float: right;
  margin-left: 5px;
}
html[dir=rtl] .header .headline {
  font-size: 40px;
  line-height: 60px;
}
html[dir=rtl] .footer-form form p {
  direction: rtl;
}
html[dir=rtl] .wpcf7 input[type=url], html[dir=rtl] .wpcf7 input[type=email], html[dir=rtl] .wpcf7 input[type=tel] {
  direction: rtl;
}
html[dir=rtl] .home__second .btSuperTitle {
  font-size: 30px;
}
html[dir=rtl] .home .btTextLeft {
  text-align: unset;
}

.dir-rtl__reviews {
  display: flex;
}
.dir-rtl__reviews:after {
  width: 0%;
}

.dir-rtl__services {
  display: flex;
}
.dir-rtl__services:after {
  width: 0%;
}

.input-rtl {
  direction: rtl;
}

#questions {
  padding: 50px 0;
}
#questions .questions__items {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
}
#questions .question__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#questions .question__item.active .question__answer {
  display: block;
}
#questions .question__item.active .question__text:after {
  transform: rotate(180deg);
}
#questions .question__item.active .question__text-block {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#questions .question__item-wrap {
  margin: 0 10px 10px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 4px;
}
#questions .question__text-block {
  background-color: #2dadc4;
  color: white;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}
#questions .question__text {
  padding: 15px 60px 15px 15px;
  width: 100%;
  position: relative;
}
#questions .question__text:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 30px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #3c3c3c transparent;
  transition: transform 0.3s;
  transform: rotate(0deg);
}
#questions .question__answer {
  padding: 15px;
  text-align: justify;
  display: none;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
}

table {
  border-collapse: collapse;
  margin: 50px auto !important;
  font-size: 1.1em;
  min-width: 310px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  line-height: 2.5em;
}
table tr {
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  text-align: center !important;
}
table tr:first-child {
  background-color: #2dadc4;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  text-align: center !important;
}
table tr:first-child td {
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 20px 15px;
}
table tr:nth-of-type(even) {
  background-color: #5c5c5c;
}
table tr:last-of-type {
  border-bottom: 2px solid #2dadc4;
}
table td {
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 20px 15px !important;
  width: auto !important;
  height: auto !important;
  text-align: center !important;
}
table p {
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  [dir=rtl] .menuPort nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  [dir=rtl] .menuPort nav ul li .sub-menu li {
    width: 100%;
  }
  [dir=rtl] .menuPort nav .wpml-ls-menu-item {
    margin-right: 30px !important;
  }
}
@media (max-width: 1200px) {
  .other.new-other .item.fire {
    width: 255px;
    min-height: unset;
    max-width: unset;
    margin: 0 10px 20px 10px;
  }
  .other.new-other .item.fire:nth-child(2n+1) {
    margin: 0 10px 20px 10px;
  }
  .other.new-other img {
    min-height: unset;
    max-width: 100%;
    height: auto;
  }
  .whyus {
    margin-top: 50px;
    padding: 25px 0 50px 0;
  }
  .whyus .block-left {
    width: 100%;
    padding: 25px 10px;
  }
  .whyus .block-right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .whyus .block-left__item {
    padding-left: 20px;
  }
  .whyus .block-left__item:before {
    left: 0px;
  }
  .whyus .block-right__achievement-img svg {
    height: 50px;
    width: auto;
  }
  .whyus .block-right__achievement-text {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
  }
  .whyus .block-right__achievement {
    width: 40%;
  }
  .whyus .block-right__achievement:nth-child(2n+1) {
    padding-right: 48px;
    width: 60%;
  }
  .selection.selection-new .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .selection.selection-new h2 {
    padding: 42px 0 28px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .subscribe .subscribe__form .wpcf7-form p {
    flex-direction: column;
  }
  .subscribe .subscribe__form .subscribe-email {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .subscribe .subscribe__form .wpcf7-submit {
    max-width: 267px;
    margin: 20px auto 0px auto;
  }
}
@media (max-width: 1024px) {
  .sertificats {
    padding: 50px 0;
  }
  .sertificats h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
    padding-left: 10px;
  }
  .sertificats .block-left {
    width: 100%;
    padding-right: 0px;
  }
  .sertificats .block-right {
    width: 100%;
    padding: 30px 10px;
  }
  .sertificats .sertificats__images {
    margin-bottom: 30px;
  }
  .sertificats .sertificats__image {
    width: 33.33%;
    padding-right: 13px;
  }
  .sertificats .sertificats__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sertificats .sertificats__text-item {
    padding-left: 20px;
  }
  .sertificats .sertificats__text-item:before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .about-padding {
    padding-top: 100px;
  }
  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .h2__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .top h1 {
    font-size: 40px;
    line-height: 40px;
    padding-left: 10px;
    max-width: 320px;
  }
  .top .top__subname {
    padding-left: 10px;
  }
  .top .top__img {
    margin: 30px auto 0 auto;
  }
  .top .top__img .image-wrap {
    height: 290px;
  }
  .main-services {
    padding: 20px 0 0px 0;
  }
  .main-services .block-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .main-services .block-right {
    width: 100%;
  }
  .main-services .main-services__item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 25px;
  }
  .main-services .main-services__item:nth-child(2n) {
    padding-right: 0;
  }
  .main-services .main-services__item-text {
    font-size: 20px;
    line-height: 20px;
  }
  .team.team-new h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 23px;
  }
  .team.team-new .block {
    padding: 0px;
  }
  .team.team-new h2 {
    padding-top: 30px;
  }
  .team.team-new .team__text {
    order: 1;
  }
  .team.team-new .team__text .btn {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .team.team-new .text {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .team.team-new .text p {
    margin-bottom: 10px;
  }
  .team.team-new .team__image {
    display: none;
  }
  .team.team-new .img-wrap {
    margin-bottom: 0;
  }
  .team.team-new .team-name {
    margin-bottom: 10px;
    color: white;
    position: absolute;
    bottom: 36px;
    padding-left: 21px;
    max-width: 260px;
  }
  .team.team-new .team-texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin: 0px -15px;
  }
  .team.team-new .team-position {
    margin-bottom: 22px;
    color: white;
    position: absolute;
    padding-left: 21px;
    max-width: 260px;
  }
  .team.team-new .img-wrap__mobile {
    display: block;
  }
  .team.team-new .img-wrap {
    display: none;
  }
  .whyus .block-left h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    padding-left: 0;
  }
  .selection.selection-new {
    max-height: unset;
  }
  .selection.selection-new h2 {
    padding: 42px 0 25px 0;
    font-size: 32px;
    line-height: 32px;
  }
  .selection.selection-new .col-xl-6.pr-xl-5 {
    padding: 0;
  }
  .selection.selection-new .col-xl-6.pr-0 {
    padding: 0;
  }
  .selection.selection-new .col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .selection.selection-new .section__image {
    margin: 30px -15px 0 -15px;
  }
  .selection.selection-new .section__image img {
    max-width: 100%;
    height: auto;
  }
  .other.new-other {
    padding: 0;
  }
  .other.new-other h2 {
    font-size: 36px;
    line-height: 36px;
    padding-top: 21px;
    margin-bottom: 18px !important;
    padding-left: 10px;
  }
  .other.new-other .text {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 3px 5px;
  }
  .other.new-other .item.fire {
    width: calc(50% - 10px);
    min-height: unset;
    max-width: unset;
    margin: 0 0 20px 10px;
  }
  .other.new-other .item.fire:nth-child(2n+1) {
    margin: 0 10px 20px 0;
  }
  .other.new-other img {
    min-height: unset;
    max-width: 100%;
    height: auto;
  }
  .other.new-other .btn-wrap a {
    font-size: 11px;
    line-height: 32px;
    min-width: 130px;
    min-height: 32px;
  }
  .subscribe .subscribe__header {
    text-align: center;
    max-width: 260px;
    font-size: 20px;
    line-height: 24px;
  }
  .left-side {
    width: 100%;
    padding-right: 0px;
  }
  .right-side {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .right-side div:last-child {
    padding-bottom: 0;
  }
  .title__header {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .blog__item {
    width: 100%;
  }
  .popular-articles .popular-articles__item-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .popular-articles .popular-articles__item-img .img-wrap {
    padding-bottom: 58%;
  }
  .popular-articles .popular-articles__item-block {
    width: 100%;
  }
  .popular-articles .popular-articles__item-name {
    margin-bottom: 20px;
  }
  .popular-articles .popular-articles__item-caption {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .popular-articles .popular-articles__item-categories {
    width: 70%;
  }
  .popular-articles .popular-articles__item-comments {
    width: 30%;
  }
  .blog-category .blog__item {
    width: calc(50% - 20px);
  }
  .searched .blog__item {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .blog-article .blog-article__header {
    text-align: left;
  }
  .blog-article .blog-article__meta-left {
    width: 100%;
  }
  .blog-article .blog-article__meta-right {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }
  .blog-article .blog-article__share {
    width: 100%;
  }
  .blog-article .blog-article__switcher {
    width: 100%;
  }
  .blog-article .post-switcher {
    justify-content: flex-start;
    margin-top: 15px;
  }
  html[dir=rtl] .dir-rtl__reviews {
    flex-wrap: wrap;
  }
  html[dir=rtl] .dir-rtl__reviews .rowItem {
    width: 100%;
  }
  html[dir=rtl] .dir-rtl__services {
    flex-wrap: wrap;
  }
  html[dir=rtl] .dir-rtl__services .rowItem {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .top .top__img .image-wrap {
    height: 56, 402439024vw;
  }
  .popular-articles .popular-articles__item-img .img-wrap {
    padding-bottom: 200px;
  }
  .blog-category .blog__item {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .about .container {
    max-width: 100%;
  }
  .about .col-md-6 {
    width: 50%;
  }
  .about h3 {
    font-size: 18px;
  }
  .about .item {
    padding: 10px 10px;
    min-height: 200px;
  }
  .about .btn-wrap a {
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .subscribe .subscribe__form .subscribe-email input {
    border-right: 1px solid #3bb35c;
    border-right-style: solid;
  }
}
@media (max-width: 375px) {
  .other.new-other .text {
    font-size: 14px;
    line-height: 14px;
  }
}

/*# sourceMappingURL=custom.css.map */
