@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Noto+Serif:400,700&subset=cyrillic');
a {
  color: #10309f;
  transition: all 0.2s linear;
  text-decoration: underline;
}
a:hover {
  color: #033cff;
  transition: all 0.2s linear;
}
u {
  text-decoration-color: #fffafa00;
}
u > span {
  text-decoration-color: inherit;
  text-decoration: underline;
}
.tg__annotation {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.tg__annotation .tg {
  display: inline-block;
  vertical-align: middle;
  background-image: url('/wp-content/themes/ffad/src/img/social.png');
  width: 25px;
  height: 25px;
  background-position-x: center;
}
.tg__button {
  width: 100%;
  display: inline-block;
  padding: 12px 0px;
  border-radius: 3px;
  background-color: #10309f;
  color: #f7f8f9;
  font-family: "Noto Serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: center;
  border: none;
  text-decoration: none !important;
}
.tg__button:hover {
  color: #fff;
}
.feedback:hover {
  text-decoration: underline;
}
.feedback {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #000;
  position: relative;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #3c434d;
  border-color: #3c434d;
}
h1, h2, h3, h4, h5 {
  font-family: "Noto Serif";
  font-weight: 700;
}
.search-modal {
  background: transparent;
  box-shadow: none;
  border: none;
}
.search-modal form {
  margin-top: 40px;
}
.search-modal input {
  width: 100%;
  padding: 15px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px #fff solid;
  margin-bottom: 20px;
  outline: none;
  color: #fff;
  font-size: 18px;
}
.search-modal input::-webkit-input-placeholder {
  color: #fff;
}
.search-modal input:-ms-input-placeholder {
  color: #fff;
}
.search-modal input::-ms-input-placeholder {
  color: #fff;
}
.search-modal input::placeholder {
  color: #fff;
}
.search-modal button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
}
.pluso {
  margin-bottom: 15px;
}
#disqus_thread {
  margin-bottom: 30px;
}
.pluso-more {
  display: none !important;
}
.article-h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}
p {
  font-family: "Noto Sans";
}
h3, p {
  margin: 0px;
}
body {
  background-color: #EAEAEA;
  padding-top: 94px;
  background-position: center;
  background-size: cover;
}
.img-article {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: contain;
  object-position: left;
}
.artical-text img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: contain;
  object-position: left;
  /*margin: 0px 0px 30px 0px;*/
}
.artical-text {
  margin-bottom: 0px;
}
.artical-text p {
  margin-bottom: 30px;
  font-family: "Noto Sans";
}
.artical-text h1 {
  margin-bottom: 30px;
  font-family: "Noto Sans";
}
.artical-text h2 {
  margin-bottom: 30px;
  font-family: "Noto Sans";
}
.artical-text h3 {
  margin-bottom: 30px;
  font-family: "Noto Sans";
}
.artical-text h4 {
  margin-bottom: 30px;
  font-family: "Noto Sans";
}
.artical-text h5 {
  margin-bottom: 30px;
  font-family: "Noto Sans";
}
.artical-text iframe {
  margin-bottom: 30px;
  width: 100%;
  height: 600px;
}
.artical-tag {
  margin-bottom: 30px;
}
.artical-tag .tag {
  color: #f7f8f9;
  font-family: "Noto Serif";
  font-size: 14px;
  font-weight: 700;
  line-height: 23.29px;
  background-color: #10309f;
  padding: 8px 10px 10px 11px;
}
.artical-tag a {
  margin-right: 15px;
}
.artical-tag a:last-child {
  margin-right: 0px;
}
.data-span {
  display: none;
}
.menu {
  background-color: #fff;
  padding: 12px 0px 14px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.menu .logo {
  color: #3c434d;
  font-family: "Noto Serif";
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.menu .menu-block .list {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.menu .menu-block {
  padding-top: 7px;
}
.menu .menu-block .list li {
  color: #484d53;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
}
.menu .social {
  text-align: right;
  padding-top: 7px;
}
.menu .social .icon {
  display: inline-block;
  vertical-align: middle;
}
.menu .find {
  display: inline-block;
  vertical-align: middle;
}
.menu .find .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  cursor: pointer;
}
.menu .find .icon svg {
  width: 17px;
}
.menu .find .icon svg path {
  fill: #80909c;
}
.menu .find .block {
  position: absolute;
  right: 45px;
  top: -3px;
  width: 0px;
  overflow: hidden;
  transition: all 0.4s linear;
}
.menu .find .block.active {
  width: 100%;
  transition: all 0.4s linear;
}
.menu .find .block input {
  padding: 10px;
}
.content {
  margin-bottom: 60px;
  min-height: calc(100vh - 152px - 94px - 60px);
}
.tag-block {
  margin-bottom: 70px;
  padding: 15px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.tag-block .h3 {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #10309f;
  font-family: "Noto Serif";
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.29px;
}
.tag-block .item {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 5px;
  font-family: "Noto Sans";
  font-size: 16px;
}
.live_internet {
  position: absolute !important;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tag-block a {
  text-decoration: none;
}
.tag-block a:hover {
  text-decoration: none;
}
.content .right.right--annotation {
  text-align: center;
  padding: 35px 0px;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #10309f 0%, #9e5291 100%);
}
.content .right.right--annotation h3 {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.97px;
  margin-bottom: 10px;
}
.content .right.right--annotation p {
  color: #fff;
  font-family: "Noto Serif";
  font-size: 21px;
  font-weight: 700;
}
.content .left.left--annotation {
  padding: 15px 60px 15px 15px;
  background-color: #fff;
  margin-bottom: 30px;
}
.content .left.left--annotation h3 {
  color: #212121;
  font-family: "Noto Serif";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content .left.left--annotation p {
  color: #80909c;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.97px;
  max-height: 65px;
  overflow: hidden;
}
.content .left.block {
  margin-bottom: 30px;
}
.content .left.block.bottom {
  margin-bottom: 0px;
}
.content .left.block .item-top {
  padding: 15px;
  background-color: #10309f;
}
.content .left.block .item-top span {
  color: #f7f8f9;
  font-family: "Noto Serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
}
.content .left.block .item-bottom {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.content .left.block .item-bottom .mail span {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  color: #9fa3a7;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
}
.content .left.block .item-bottom .mail input {
  border-radius: 3px;
  border: 1px solid #3c434d;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 5px;
}
.content .left.block .item-bottom .mail button {
  width: 100%;
  display: inline-block;
  padding: 12px 0px;
  border-radius: 3px;
  background-color: #10309f;
  color: #f7f8f9;
  font-family: "Noto Serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: center;
  border: none;
}
.content .left.block .item-bottom.post {
  padding: 0px;
}
.content .left.block .item-bottom.post .item {
  padding: 15px 20px;
  border-bottom: 1px #3c434d solid;
}
.content .left.block .item-bottom.post .item:last-child {
  border-bottom: none;
}
.content .left.block .item-bottom.post .item img {
  width: 100%;
  margin-bottom: 10px;
}
.content .left.block .item-bottom.post .item h3 {
  color: #3c434d;
  font-family: "Noto Serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  margin-bottom: 5px;
}
.content .left.block .item-bottom.post .item .date {
  color: #9fa3a7;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
}
.content .article .white-back {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 15px 0px 15px;
}
.content .article .item {
  margin-bottom: 30px;
  max-height: 360px;
  min-height: 360px;
  z-index: 5;
  position: relative;
}
.content .article .item .img {
  background-size: cover;
  background-position: center;
  min-height: 176px;
  max-height: 176px;
  position: relative;
}
.content .article .item .tag {
  position: absolute;
  color: #f7f8f9;
  font-family: "Noto Serif";
  font-size: 14px;
  font-weight: 700;
  line-height: 23.29px;
  background-color: #10309f;
  padding: 8px 10px 10px 11px;
  top: 10px;
  left: 23px;
}
.content .article .item:hover {
  z-index: 10;
}
.content .article .item:hover .bottom {
  background-color: #f8f8f8;
}
.content .article .item:hover .bottom .name {
  white-space: unset;
}
.content .article .item .bottom {
  background-color: #fff;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content .article .item .bottom .name {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3c434d;
  font-family: "Noto Serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
}
.content .article .item .bottom .text {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
  min-height: 60px;
  color: #9fa3a7;
  font-family: "Noto Sans";
  font-size: 14px;
  position: relative;
  font-weight: 400;
}
.content .article .item:hover .bottom .text {
  min-height: unset;
  max-height: unset;
  z-index: 10;
}
.content .article .item .bottom .annotation {
  display: inline-block;
  width: 100%;
}
.content .article .item .bottom .annotation .date {
  display: inline-block;
  width: 50%;
  text-align: left;
  color: #9fa3a7;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  float: left;
}
.content .article .item .bottom .annotation .date svg {
  width: 15px;
  margin-right: 5px;
  vertical-align: bottom;
}
.content .article .item .bottom .annotation .date svg path {
  fill: #3c434d;
}
.content .article .item .bottom .annotation .view {
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #9fa3a7;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  float: left;
}
.content .article .item .bottom .annotation .view svg {
  width: 15px;
  margin-right: 5px;
  vertical-align: bottom;
}
.content .article .item .bottom .annotation .view svg path {
  fill: #3c434d;
}
.footer {
  background-color: #fff;
  padding: 55px 0px 57px 0px;
}
.footer .logo {
  color: #3c434d;
  font-family: "Noto Serif";
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.footer .menu-block .list {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.footer .menu-block {
  padding-top: 7px;
}
.footer .menu-block .list li {
  color: #484d53;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
}
.footer .social .icon .tg {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  background-image: url('/wp-content/themes/ffad/src/img/social.png');
  width: 25px;
  height: 25px;
  background-position-x: center;
}
.footer .social .icon .fb {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  background-image: url('/wp-content/themes/ffad/src/img/social.png');
  width: 15px;
  height: 25px;
  background-position-x: left;
}
.footer .social .icon .yu {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  background-image: url('/wp-content/themes/ffad/src/img/social.png');
  width: 25px;
  height: 25px;
  background-position-x: right;
}
.footer .social {
  text-align: right;
  padding-top: 7px;
}
.footer .social .icon {
  display: inline-block;
  vertical-align: middle;
}
.find-li {
  display: none !important;
}
.content .article .item .bottom .text span, .content .article .item .bottom .text p {
  font-size: inherit !important;
  color: #9fa3a7 !important;
  font-family: inherit !important;
}
.social .icon a {
  text-decoration: none;
}
.social .icon a:hover {
  text-decoration: none;
}
.xs-view {
  display: none !important;
}
.xs-hidden {
  display: block !important;
}
.cases__item .cases__tag {
  position: absolute;
  color: #f7f8f9;
  font-family: "Noto Serif";
  font-size: 14px;
  font-weight: 700;
  line-height: 23.29px;
  background-color: #10309f;
  padding: 8px 10px 10px 11px;
  top: 10px;
  left: 23px;
}
.cases__block {
  margin: 0px 0px 20px 0px;
  display: inline-block;
  width: 100%;
}
.cases__block .cases__name {
  font-size: 32px;
  color: #fff;
  display: flex;
  height: 189px;
  align-items: center;
  background-image: linear-gradient(to right, #10309f 0%, #9e5291 100%);
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
button.owl-prev {
  position: absolute;
  top: calc(50% - (20.28px / 2));
  left: -19px;
  outline: none;
}
button.owl-prev.disabled {
  opacity: 0.3;
}
button.owl-prev:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
  transform: rotate(45deg);
}
button.owl-next {
  position: absolute;
  top: calc(50% - (20.28px / 2));
  right: -4px;
  outline: none;
}
.owl-dots {
  display: none;
}
button.owl-next.disabled {
  opacity: 0.3;
}
button.owl-next:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}
.cases__item {
  background-position: center;
  background-size: cover;
  padding: 20px;
  display: flex;
  position: relative;
  min-height: 189px;
  width: 100%;
  justify-content: end;
  align-items: flex-end;
  text-decoration: none !important;
}
.cases__item .cases__title {
  margin: 0px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 991px) {
  button.owl-prev {
    top: -68px;
    left: 22px;
  }
  button.owl-next {
    top: -68px;
    right: 35px;
  }
  .cases__item {
    min-height: calc(100vw - 30px);
  }
  .cases__block .cases__name {
    height: unset;
    padding: 30px;
    margin: 0px 0px 15px 0px;
    justify-content: center;
  }
  .artical-text iframe {
    height: 250px;
  }
  .find-li {
    display: inline-block !important;
  }
  .tag-block {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer .social {
    text-align: center;
  }
  .article-h1 {
    font-size: 30px;
  }
  .footer {
    text-align: center;
  }
  .content .left.block {
    margin-bottom: 0px;
  }
  .content .left.block.bottom {
    margin-bottom: 0px;
  }
  .article .white-back img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 800px) {
  .xs-view {
    display: block !important;
  }
  .xs-hidden {
    display: none !important;
  }
  .content .left.block {
    margin-bottom: 30px;
  }
  .content .left.block.bottom {
    margin-bottom: 0px;
  }
  .footer .social {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .menu .bar {
    display: inline-block;
    width: 100%;
  }
  .menu .bar .line {
    display: inline-block;
    border-bottom: 2px #000 solid;
    width: 100%;
    padding-top: 20px;
    position: relative;
    transition: all 0.2s linear;
  }
  .menu .bar .line:after {
    position: absolute;
    content: '';
    border-bottom: 2px #000 solid;
    width: 100%;
    bottom: 6px;
    transition: all 0.2s linear;
  }
  .menu .bar .line:before {
    position: absolute;
    content: '';
    border-bottom: 2px #000 solid;
    width: 100%;
    bottom: -10px;
    transition: all 0.2s linear;
  }
  .menu .bar.active .line {
    border-color: transparent;
    transition: all 0.2s linear;
  }
  .menu .bar.active .line:before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.2s linear;
  }
  .menu .bar.active .line:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: all 0.2s linear;
  }
  .menu .menu-mobile {
    position: absolute;
    background: #fff;
    top: 66px;
    height: 0px;
    transition: all 0.2s linear;
    overflow: hidden;
  }
  .menu .menu-mobile.active {
    height: auto;
    transition: all 0.2s linear;
  }
  .menu .menu-mobile .menu-block .list li {
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
  .menu .menu-mobile .menu-block {
    padding-bottom: 7px;
  }
}
.check-cook {
  display: none;
  position: fixed;
  bottom: 10px;
  width: 100%;
  max-width: 500px;
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 15px;
  border: 2px #010b23 solid;
  right: 10px;
}
.check-cook.active {
  display: flex;
}
.check-cook span {
  font-size: 16px;
  line-height: 16px;
  padding: 0px 10px 0px 0px;
}
.check-cook .tg__button {
  width: auto;
  padding: 10px;
}
/*# sourceMappingURL=https://f-fad.ru/wp-content/build/scss_library/3bff1ff2197435e22bb7644790cf154e727d38ff.css.map */