

/* Start:/local/templates/special_talantix/main.css?167948272226902*/
@font-face {
  font-family: 'SourseSansPro';
  src: url('/local/templates/special_talantix/fonts/SourceSansPro-Regular.woff2') format('woff2'),
  url('/local/templates/special_talantix/fonts/SourceSansPro-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'SourseSansPro';
  src: url('/local/templates/special_talantix/fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
  url('/local/templates/special_talantix/fonts/SourceSansPro-SemiBold.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'SourseSansPro';
  src: url('/local/templates/special_talantix/fonts/SourceSansPro-Bold.woff2') format('woff2'),
  url('/local/templates/special_talantix/fonts/SourceSansPro-Bold.woff') format('woff');
  font-weight: 600;
}


body{
  font-family: 'SourseSansPro', Arial;
  color: #000;
  background-color: #fff;
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 16px 0;
}
a{
  color: inherit;
  text-decoration: none;
  outline: none;
}
a.link {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p{
  margin: 0 0 30px 0;
  font-size: 21px;
  line-height: 1.4;
}
b, strong {
  font-weight: 600;
}
* {
  box-sizing: border-box;
}
h4 {
  font-family: 'SourseSansPro', Arial;
  color: #000;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1.3;
}
.banner-theme__item {
  position: fixed;
  height: 100%;
  width: calc((100% - 1170px) / 2);
  top: 0;
  bottom: 0;
}

.banner-theme__item--left {
  left: 0;
  z-index: 2;
}
.banner-theme__item--top {
  height: 100px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1172px;
}
.banner-theme__item--right {
  right: 0;
  z-index: 2;
}

.banner-theme__item a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-theme__item--top a {
  background-position: center;
}
.banner-theme__item--left a{
  background-position: top right;
}
.wrap {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 100px auto 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1364px) {
  .wrap {
    max-width: 1000px;
  }
  .banner-theme__item--left, .banner-theme__item--right {
    width: calc((100% - 1000px) / 2);
  }
  .banner-theme__item--top {
    max-width: 1002px;
    background-size: contain;
  }
}
.header {
  padding: 30px 60px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header a {
  vertical-align: middle;
}
.header a img {
  margin-bottom: 0;
}
.header .partn {
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle;
}
.header .partn:first-child {
  margin-left: 0;
}
.header .back {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 15px 0 45px;
  margin-left: 20px;
}
.inner-top .btn-back {
  display: none;
}
.main-pic {
  display: block;
  margin-bottom: 20px;
  height: 565px;
  position: relative;
  background: url("/local/templates/special_talantix/img/top-ill.jpg") no-repeat center top;
  color: #fff;
}
.main-pic .text {
  display: block;
  position: absolute;
  top: 120px;
  left: 55px;
  z-index: 10;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.main-pic .text span {
  display: block;
  font-size: 67px;
  padding-top: 10px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 0.9;
}
.main-pic .mob-logos, .inner-top .mob-logos {
  display: none;
}
.main-pic .mob-top-logo, .inner-top .mob-top-logo {
  display: none;
}
.main-posts {
  display: block;
  padding: 0 15px 60px;
}
.top-post {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.top-post .ill {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  transition: all .3s linear;
}
.top-post .ill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position:center';
}
.top-post .info {
  flex: 0 1 50%;
  width: 50%;
  padding: 75px 40px 50px;
  color: #fff;
  transition: all .3s linear;
}
.top-post .info .title {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 37px;
  line-height: 1;
  padding-bottom: 15px;
}
.top-post .info .descr {
  display: block;
  padding-bottom: 35px;
  font-size: 21px;
  line-height: 1.35;
}
.user {
  display: flex;
  align-items: center;
}
.user .pic {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 15px;
  position: relative;
}
.user .pic img {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0;
}
.user .name {
  margin-right: 30px;
  max-width: 220px;
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
}
.user .view {
  background: url("/local/templates/special_talantix/img/eye.png") no-repeat left center;
  padding-left: 40px;
}
.top-post .info .user .pic {
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
}
.top-post .info .user .pic:after {
  background-color: #000;
}
.top-post .info .user {
  color: #fff;
}
.top-post .info .user .pic img {
  border-radius: 40px;
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.top-post .info .user .view {
  background: url("/local/templates/special_talantix/img/eye-white.png") no-repeat left center;
}
.post-list {
  display: flex;
  align-items: flex-start;
  margin-left: -30px;
}
.post-list .item {
  display: block;
  flex: 0 1 47.5%;
  width: 47.5%;
  margin: 0 0 0 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.post-list .item .ill {
  display: block;
  width: 100%;
  height: 255px;
  overflow: hidden;
  margin-bottom: 35px;
}
.post-list .item .ill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position:center';
}
.post-list .item .info {
  display: block;
  padding: 0 50px;
}
.post-list .item .info .title {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 25px;
  height: 5.0em;
  overflow: hidden;
}
.post-list .item:hover {
  color: #fff;
}
.post-list .item:hover .info .title {
  color: #fff;
}
.post-list .item:hover .user .view {
  background: url("/local/templates/special_talantix/img/eye-white.png") no-repeat left center;
}
.promo-holder {
  padding: 70px 125px 45px;
  margin-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.promo-holder .item {
  flex: 1 1 calc(50% - 30%);
  margin: 0 0 25px 30px;
  width: 100%;
  max-width: 440px;
}
.promo-holder .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position:center';
}
.slider-holder {
  padding: 40px 45px;
  margin-bottom: 100px;
}
.slider-holder .owl-carousel {
  display: block !important;
}
.user-big {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.user-big .pic {
  flex: 0 1 120px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  margin-right: 20px;
}
.user-big .pic img {
  display: inline-block;
  border-radius: 60px;
}
.user-big .info {
  flex: 0 1 auto;
}
.user-big .info .name {
  display: block;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 10px;
}
.owl-carousel {
  padding: 35px 10px;
}
.slider-holder .item {
  padding: 0 30px;
}
.owl-nav button {
  position: absolute;
  top: 45%;
  left: -25px;
  background: #fff;
  width: 50px;
  height: 50px;
  font-size: 45px !important;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
  outline: none;
}
.owl-nav .owl-next {
  right: -25px;
  left: auto;
}
.owl-nav button span {
  position: relative;
  display: inline-block;
  top: -8px;
}
.owl-nav button:hover {
  color: #fff;
}
.owl-dots {
  position: relative;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  margin-right: 10px;
}
.owl-carousel button.owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: 0.3s ease;
}
.owl-carousel button.owl-dot:hover span {
  transform: scale(1.4);
}
.big-title {
  display: block;
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 35px;
}
.archive-holder {
  display: block;
  padding: 0 15px 90px;
}
.archive-list {
  display: flex;
  margin-left: -30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.archive-list .item {
  flex: 1 1 25%;
  max-width: 30.5%;
  margin: 0 0 60px 30px;
}
.archive-list .item .ill {
  display: block;
  width: 100%;
  height: 195px;
  margin-bottom: 15px;
}
.archive-list .item .ill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position:center';
}
.archive-list .item .title {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  margin: 0 10px 0 20px;
  transition: 0.3s ease;
  height: 5.1em;
  overflow: hidden;
}
.archive-list .item .user {
  margin: 20px 20px 0;
  padding-top: 15px;
  border-top: solid 1px #f0f0f0;
}
.btn-more {
  display: block;
  text-align: center;
}
.btn-more .btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  outline: none;
  color: #000;
  text-decoration: none;
  padding: 15px 60px 15px 15px;
  position: relative;
  font-weight: 500;
  transition: 0.3s ease;
}
.btn-more .btn:after {
  content: '...';
  display: block;
  position: absolute;
  right: 10px;
  top: -4px;
  z-index: 10;
  font-size: 35px;
  transition: 0.3s ease;
}
.btn-more .btn:hover {
  color: #fff;
}
.btn-more .btn:hover:after {
  color: #fff;
}
.partn-holder {
  padding: 70px 15px 100px;
}
.partn-list {
  display: flex;
  margin-left: -30px;
  margin-bottom: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
.partn-list .item {
  flex: 1 1 25%;
  max-width: 30.5%;
  margin: 0 0 30px 30px;
  padding: 25px 15px;
  background-color: #fff;
  border: solid 1px #e3e3e3;
}
.partn-list .item .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: solid 1px #f0f0f0;
  color: #000;
}
.partn-list .item .date .company {
  color: #00aa87;
}
.partn-list .item .title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 30px 0;
}
.partn-list .item:hover .date, .partn-list .item:hover .date .company, .partn-list .item:hover .title {
  color: #fff;
}
.partn-list .item:hover .date {
  border-bottom: solid 1px transparent;
}
.footer {
  padding: 70px 100px 70px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.footer .item {
  max-width: 350px;
}
.footer .item b {
  font-weight: 500;
  display: block;
}
.footer .item p {
  font-size: 14px;
  padding:  10px 0 0;
  opacity: 0.8;
}
.footer .item .soc {
  display: block;
  padding-top: 20px;
  vertical-align: middle;
  white-space: nowrap;
}
.footer .item .soc a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer .item a {
  transition: 0.3s ease;
}
.footer .item a:hover {
  opacity: 0.8;
}

.background-figure {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.background-figure a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f6f6f6;
}

.inner-top {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 160px 85px 70px;
  color: #fff;
  text-align: center;
}
.inner-top .title {
  display: block;
  font-weight: 600;
  font-size: 67px;
  line-height: 0.95;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
.inner-top .note {
  display: block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 40px;
}
.inner-top .note p {
  font-size: 28px;
}
.inner-top .user {
  display: flex;
  justify-content: center;
}
.inner-top .user .view {
  background: url(/local/templates/special_talantix/img/eye-white.png) no-repeat left center;
}
.inner-top .user .pic {
  flex: 0 1 100px;
  width: 100px;
  height: 100px;
}
.inner-top .user .pic:after {
  background-color: #000;
}
.inner-top .user .pic img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.inner-cols {
  padding: 67px 50px 67px 50px;
  display: flex;
  align-items: flex-start;
  max-width: 900px;
}
.inner-cols .text {
  flex: 0 1 auto;
}
.inner-cols .text iframe {
  display: block;
  max-width: 100%;
  margin: 0 0 16px 0;
}
.inner-cols .promo {
  flex: 0 0 240px;
  width: 240px;
  margin-left: 30px;
  margin-top: 70px;
}
.inner-cols .promo .item {
  margin-bottom: 25px;
}
.inner-cols .text p {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.inner-cols .info {
  background-color: #FFEEEB;
  font-weight: 400;
  position: relative;
  color: #000;
  padding: 37px 37px 21px 37px;
  margin-top: 12px;
  margin-bottom: 37px;
}
.inner-cols .text .sub-title, .inner-cols .text h2 {
  font-size: 37px;
  font-weight: 600;
  margin-top: 56px;
  margin-bottom: 21px;
  line-height: 1.1;
}
.inner-cols .text h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 39px;
  margin-bottom: 25px;
}
.inner-cols .text ul {
  margin-top: 0;
  font-size: 20px;
}
.inner-cols .text ul p,
.inner-cols .text ol p
{
  margin-bottom: 28px;
}
.inner-cols .text .screenshot {
  padding: 30px 30px 25px 30px;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f8f9f9;
  margin-bottom: 16px;
  margin-top: 21px;
}
.inner-cols .screenshot img{
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}
.inner-cols .text .thesis {
  padding: 0 83px 0 50px;
  color: #FF2F00;
  font-weight: 500;
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  margin-top: 37px;
  margin-bottom: 37px;
}
.inner-cols .text .thesis p {
  margin-bottom: 0;
}
.inner-cols .text .thesis:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #FF2F00;
  left: 0;
  top: auto;
  width: 20px;
  height: 50px;
}
.inner-cols .text .thesis-sm {
  padding: 0 12px 0 37px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  line-height: 1.25;
  margin-bottom: 50px;
}
.inner-cols .text .thesis-sm:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #FF2F00;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
}
.inner-cols .text .quote {
  padding: 0 35px 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.inner-cols .text .quote .ill {
  flex: 0 1 110px;
  width: 110px;
  height: 110px;
  margin-top: 15px;
  border-radius: 60px;
  -webkit-box-shadow: 0 13px 30px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 13px 30px 0 rgba(0,0,0,0.4);
  box-shadow: 0 13px 30px 0 rgba(0,0,0,0.4);
  overflow: hidden;
}
.inner-cols .text .quote .ill img {
  width: 110px;
  height: 110px;
  margin: 0;
  border-radius: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position:center';
}
.inner-cols .text .quote .data {
  flex: 0 1 85%;
  width: 85%;
  padding: 35px 0 50px 40px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  color: #000000;
}
.inner-cols .text .quote .ill+.data {
  flex: 0 1 75%;
  width: 75%;
}
.inner-cols .text .quote .data .autor {
  display: block;
  margin-top: 35px;
  color: #FF2F00;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
}
.inner-cols .text .quote .data:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: -55px;
  top: 0;
  bottom: 0;
  width: 150px;
  background-color: #FFEEEB;
  border: solid 2px #FFEEEB;
}


@media (max-width: 1364px) {
  .main-pic {
    background-position: right -30px top;
  }
}
@media (max-width: 1024px) {
  .main-pic .text span {
    font-size: 40px;
  }
  .wrap {
    margin: 0 auto;
  }
  .footer {
    padding: 70px 25px;
  }
  .promo-holder {
    padding: 70px 70px 45px;
  }
  .promo-holder .item {
    flex: 1 1 45%;
    width: 45%;
  }
  .inner-cols .text .sub-title, .inner-cols .text h2 {
    font-size: 28px;
  }
  .inner-cols .text h3 {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .archive-list .item {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
  .main-pic {
    height: 568px;
    margin-bottom: 20px;
  }
  .main-pic .text {
    position: static;
    text-align: center;
    padding-top: 110px;
    font-size: 20px;
    font-weight: 400;
  }
  .main-pic .text span {
    font-size: 30px;
    padding-top: 0;
  }
  .main-pic .mob-logos {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .inner-top .mob-logos {
    position: absolute;
    z-index: 10;
    top: 150px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .inner-top .btn-back {
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .inner-top .btn-back .back {
    line-height: 38px;
    border-radius: 20px;
    border: solid 1px #fff;
    color: #fff;
    padding: 0 15px 0 45px;
    background: url("/local/templates/special_talantix/img/back-arr-white.png") no-repeat 15px center;
    position: absolute;
    top: 90px;
  }
  .main-pic .mob-top-logo, .inner-top .mob-top-logo {
    display: block;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -51px;
    z-index: 10;
  }
  .top-post {
    display: block;
  }
  .top-post .ill {
    width: 100%;
    height: 190px;
  }
  .top-post .ill img {
    display: block;
  }
  .top-post .info {
    width: 100%;
    padding: 30px 20px;
  }
  .top-post .info .descr {
    display: none;
  }
  .top-post .info .title {
    font-size: 22px;
  }
  .top-post .info .user .pic {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
  .user .view {
    margin-left: auto;
  }
  .user .pic {
    margin-right: 10px;
  }
  .user .name {
    font-size: 16px;
    margin-right: 20px;
  }
  .post-list .item .ill {
    margin-bottom: 30px;
    height: 190px;
  }
  .post-list .item .info {
    padding: 0 20px;
  }
  .post-list .item .info .title {
    font-size: 22px;
    height: auto;
  }
  .main-posts {
    padding: 0 10px 50px;
  }
  .slider-holder {
    padding: 30px 10px;
  }
  .archive-holder {
    padding: 0 10px 50px;
  }
  .archive-list .item .title {
    height: auto;
  }
  .archive-list .item .ill {
    height: 165px;
  }
  .partn-holder {
    padding: 50px 10px;
  }
  .big-title {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .partn-list {
    display: block;
    margin-left: 0;
  }
  .partn-list .item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 10px 20px;
    display: block;
  }
  .footer .item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .promo-holder {
    padding: 50px 40px;
    margin-bottom: 50px;
    border: none;
  }
  .promo-holder .item {
    flex: 1 1 42%;
    width: 42%;
  }
  .inner-cols {
    display: block;
    padding: 30px 10px 0;
  }
  .inner-cols .promo {
    width: 100%;
    margin-left: 0;
    margin-bottom: 70px;
    margin-top: 50px;
    height: 400px;
    text-align: center;
  }
  .inner-cols .promo .item {
    margin-bottom: 0;
  }
  .inner-cols .owl-carousel {
    padding: 0;
    border: none;
    display:none!important;
  }
  .inner-cols .text .sub-title {
    font-size: 24px;
  }
  .inner-cols .text .thesis {
    padding-left: 30px;
    font-size: 20px;
  }
  .inner-cols .text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .inner-cols .text .quote {
    background: none;
    display: block;
    padding: 20px 10px 0;
  }
  .inner-cols .text .quote .ill {
    margin: 0 auto;
  }
  .inner-cols .text .quote .data {
    padding: 45px 0;
    width: 100%;
  }
  .inner-cols .text .quote .ill+.data {
    flex: 0 1 100%;
    width: 100%;
  }
  .inner-cols .text .quote .ill+.data:before {
    top: -50px;
  }
  .inner-cols .text .quote .data:before {
    top: 0;
    left: -10px;
    right: -10px;
    width: auto;
  }
  .inner-top .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }
  .inner-top .note {
    display: none;
  }
  .inner-top .user {
    flex-wrap: wrap;
    max-width: 300px;
  }
  .inner-top .user .pic {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
  .inner-top .user .view {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .inner-top {
    padding: 250px 20px 50px;
    position: relative;
  }
}
@media (max-width: 600px) {
  .archive-list {
    display: block;
    margin-left: 0;
  }
  .archive-list .item {
    max-width: 100%;
    margin-left: 0;
  }
  .post-list {
    display: block;
    margin-left: 0;
  }
  .post-list .item {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .main-pic .text {
    padding-top: 110px;
  }
  .promo-holder {
    display: block;
    margin-left: 0;
  }
  .promo-holder .item {
    display: block;
    margin: 0;
    width: 100%;
  }
  .promo-holder .owl-nav button {
    color: #fff !important;
    background: transparent !important;
    top: 40% !important;
    left: -5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .promo-holder .owl-nav .owl-next {
    right: -5px;
    left: auto;
  }
  .promo-holder button.owl-dot.active span {
    background: #fff;
    transform: scale(1.4);
  }
  .inner-cols .text .screenshot {
    padding: 5px 5px 0 5px;
  }
  .slider-holder .item {
    padding: 0 5px;
  }
}

.global_overflow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.special-img-default{
  max-width:170px;
  max-height:70px;
}

.inner-cols .text a{
  text-decoration: underline;
}
.inner-cols .text a:hover {
  text-decoration: none;
}
.grey-block {
  background-color: #f2fbf9;
  border: solid 2px #f4f7fe;
  font-weight: 500;
  color: #363636;
  padding: 25px 25px 10px;
  margin: 20px 0;
}
.credits {
  color: #626262 !important;
  font-size: 11pt !important;
}
.readmore {
  font-weight: 500;
  padding: 25px 25px 10px;
  margin: 20px 0;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.authors {
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 0 30px 15px;
  margin-bottom: 30px;
}
.authors p {
  text-align: center;
  padding-bottom: 0;
  padding-top: 10px;
}
.authors table {
  border-collapse: collapse;
}
.caption {
  position: relative;
  font-size: 12px !important;
  color: #959595;
  line-height: 1.6 !important;
}

.special-table {
  border-collapse: collapse;
  width: 100%;
  object-fit: contain;
  margin: 20px 0;
}
table.special-table {
  border-collapse: collapse;
  width: 100%;
  object-fit: contain;
  margin: 20px 0;
}

.special-table th {
  color: black;
  text-align: left;
  background-color: #f5f4f3;
  padding: 5px 20px;
  border: 1px solid grey;
}

.inner-cols .text .special-table th p,
.inner-cols .text .special-table td p
{
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 0;
  padding-left: 5px;
}
.inner-cols .text .special-table ul {
  font-size: 16px;
  line-height: 1.25;
}
table.special-table td {
  border: 1px solid  grey;
  padding: 15px 20px;
}
@media(max-width: 1023px) {
  .banner-theme__item, .banner-theme__item--left, .banner-theme__item--right,
  .banner-theme__item--top {
    display: none;
  }
  .banner-theme__item--left a, .banner-theme__item--right a,
  .banner-theme__item--top a {
    background-image: none;
  }
}
@media screen and (max-width:600px)
{
  table.special-table
  {
    border: 0;
  }
  table.special-table caption
  {
    font-size: 1.3em;
  }
  table.special-table thead
  {
    display: none;
  }
  table.special-table tr:first-child {
    display: none;
  }
  table.special-table tr
  {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
  }
  table.special-table th {
    display: none;
  }
  table.special-table td
  {
    border-bottom: 1px solid #ddd;
    display: flex;
  }
  table.special-table td:before
  {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    font-size: 14px;
    min-width: 100px;
    width: 100px;
    margin-right: 10px;
  }
  table.special-table td:last-child
  {
    border-bottom: 0;
  }
  .inner-cols .text .special-table ul,
  .inner-cols .text .special-table ol
  {
    padding-left: 20px;
    margin: 0;
  }
}

.main-posts .top-post:hover .info {
  background-color: #584C9A;
}

.main-posts .top-post:hover .ill {
  transform: scale(1.05);
}

.main-posts .top-post .ill:before {
  cursor: pointer;
  content: "";
  position: absolute;
  border: 3px solid #584C9A;
  border-right: none;
  background-color: transparent;
  transition: all .3s linear;
  width: 97.6%;
  height: 94%;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
  left: 1.8%
}

.main-posts .top-post:hover .ill:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .main-posts .top-post .ill:before {
    border-right: 3px solid #584C9A;
    width: 94%;
    left: 2.4%;
  }
}
/* End */


/* Start:/local/templates/special_talantix/sys.css?167948272218574*/
:root {
  --main: #4075BA;
  --main-light: rgba(64, 117, 186, 0.08);
  --black: #3475D9;
  --black-blue: #122260;
}

a img {
  margin: 0;
}
.header {
  position: relative;
  padding: 30px 45px 20px 60px;
}
.header .header__logo-left {
  margin-left: auto;
}
.header .header__logo-left a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 98px;
}
.header .header__logo-left img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header .back {
  border: 1px solid #000000;
  color: #000000;
  background: url("/local/templates/special_talantix/img/arrow.svg") no-repeat 15px center;
  font-weight: 600;
}
/*______________*/
.sp-force-hide {
  display: none;
}
.sp-form {
  display: block;
  background: transparent;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-family: 'SourseSansPro', Arial;
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}
.sp-form input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.sp-form input.sp-form-control::placeholder{
  color: rgba(88, 76, 154, .65) !important;
}
.sp-form
.sp-form-fields-wrapper {
  margin: 0 auto;
  position: relative;

}
.sp-form
.sp-form-control {
  width: 100%!important;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-bottom: 1px solid #3475D9;
  font-weight: 600;
}
@media(min-width: 320px){

  .wrap .sp-form
  .sp-form-control {
    width: 100%!important;
  }
}
.sp-form
.sp-field{
  padding: 0;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: auto;
}
.sp-form
.sp-field label {
  color: #3475D9;
  font-size: 30px;
  font-family: 'SourseSansPro', Arial, sans-serif;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
@media(min-width: 320px){
  .sp-form
  .sp-field label {
    line-height: 1;
  }
}
.sp-form
.sp-button {
  background: url(/local/templates/special_talantix/img/mail-talantix.svg) no-repeat;
  padding: 0;
  min-width: 67px;
  font-size: 17px;
  height: 30px;
  padding-left: 21px;
  padding-right: 21px;
  border: none;

}
.sp-form .sp-button:focus{
  outline: none;
}
.sp-form
.sp-button-container {
  position: absolute;
  right: 0;
  width: auto;
  bottom: 0;

  min-height: 10px!important;
  min-width: 10px!important;
}
@media (max-width: 768px){
  .sp-form
  .sp-button-container {
    text-align: center;
    min-width: 65px !important;
    bottom: 0px;
  }
}
.error-email-form{
  color: red;
  margin: 10px 0px;
}
.sp-lg .sp-field .sp-form-control {
  font-size: 17px;
  padding-left: 0;
  padding-right: 76px;
  height: 42px;
  color: #584C9A;
}
.success-email-form {
  color: green;
  margin: 10px 0px;
}
.sp-lg .sp-field .sp-form-control:focus{
  outline: none !important;
  border-bottom: 1px solid #584C9A;
}
.inner-top .btn-back {
  display: none;
}
.main-pic {
  height: 493px;
  background: url('/local/templates/special_talantix/img/banner-talantix.jpg');
  color: #fff;
  background-size: cover;
  margin-bottom: 0;
}
.main-pic__info {
  display: block;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 55px;
  z-index: 10;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-pic .text {
  font-weight: 600;
  max-width: 712px;
  top: 70px;
}
.main-pic .text span {
  font-weight: bold;
  margin-top: 125px;
}
.main-posts {
  padding-top: 20px;
}
.main-pic__img{
  background: url("/local/templates/special_talantix/img/main-pic_2.png") no-repeat center top;
  position: absolute;
  right: 68px;
  position: absolute;
  width: 277px;
  height: 391px;
  top: 75px;
}
.main-posts > .post-list {
  margin-bottom: -30px;
}
.top-post .info {
  color: #fff;
  background-color: #000000;
}
.top-post .info .date {
  font-size: 16px;
  margin-bottom: 20px;
}
.user {
  display: flex;
  align-items: center;
}
.user .pic {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 15px;
  position: relative;
}
.user .pic img {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0;
}
.user .name {
  margin:  10px 25px 0 0;
  min-width: 166px;
  color: var(--black-blue);
}
.user .name div {
  font-size: 16px;
}
.user .name div div {
  font-size: 1em;
}
.user .view {
  display: flex;
  align-items: center;
  color: #122260;
}
.user .view svg {
  margin-right: 10px;
}

.top-post .info .user .pic img {
  object-fit: cover;
}
.top-post .info .user .name,
.top-post .info .user .view {
  color: #fff;
}
.top-post .info .user .name {
  margin-top: 20px;
}
.top-post .info .user .view svg * {
  fill: #fff;
}
.post-list .item .info .title {
  color: var(--black);
}
.post-list .item .info .date {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--black-blue);
}
.post-list .item:hover {
  background: #584C9A;
}

.post-list .item:hover .info .title,
.post-list .item:hover .info .name,
.post-list .item:hover .info .view,
.post-list .item:hover .info .date {
  color: #fff;
}
.post-list .item:hover .user .view svg * {
  fill: #fff;
}
.promo-holder {
  background: #00aa87 url("/local/templates/special_talantix/img/pattern.png") repeat;
  background: url("/local/templates/special_talantix/img/pattern.png") repeat, -moz-linear-gradient(top, #00aa87 0%, #349eb7 100%);
  background: url("/local/templates/special_talantix/img/pattern.png") repeat, -webkit-linear-gradient(top, #00aa87 0%,#349eb7 100%);
  background: url("/local/templates/special_talantix/img/pattern.png") repeat, linear-gradient(to bottom, #00aa87 0%,#349eb7 100%);
  align-items: stretch;
}
.slider-holder {
  background-color: #f8f8f8;
}
.user-big .info .name {
  color: #00aa87;
}
.owl-carousel {
  border: solid 3px #00aa87;
}
.owl-nav button {
  color: #00aa87;
}
.owl-nav button:hover {
  background: #00aa87;
  background: -moz-linear-gradient(top, #00aa87 0%, #349eb7 100%);
  background: -webkit-linear-gradient(top, #00aa87 0%,#349eb7 100%);
  background: linear-gradient(to bottom, #00aa87 0%,#349eb7 100%);
}
.owl-carousel button.owl-dot span {
  background-color: #b3e2d9;
}
.owl-carousel button.owl-dot.active span {
  background-color: #32ba9e;
}
.owl-carousel button.owl-dot:hover span {
  background-color: #32ba9e;
}
.big-title {
  color: #000000;
}
.archive-list .item .title {
  color: #4669C6;
}
.archive-list .item .title:hover {
  color: #FA6B49;
}
.btn-more .btn {
  color: var(--main);
  border: 5px solid var(--main);
  margin-top: 50px;
}
.btn-more .btn:after {
  color: var(--main);
}
.btn-more .btn:hover {
  background: #584C9A;
  border: 5px solid #584C9A;
}
.partn-holder {
  background: #f8f8f8;
}
.partn-list .item:hover {
  background: #00aa87;
  background: -moz-linear-gradient(top, #00aa87 0%, #349eb7 100%);
  background: -webkit-linear-gradient(top, #00aa87 0%,#349eb7 100%);
  background: linear-gradient(to bottom, #00aa87 0%,#349eb7 100%);
}
.share_bottom {
  margin-bottom: 20px !important;
}
.footer {
  background: #000000 no-repeat center top;
  background-size: cover;
  align-items: flex-start;
}
.footer .item {
  max-width: 365px;
}
.footer .live-internet {
    text-align: right;
    padding-top: 40px;
}
.footer .item p {
  padding: 25px 0 0;
  opacity: 0.8;
  font-size: 14px;
}
.banner-bottom {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
  background: black;
  z-index: 2;
}
.banner-bottom img {
  margin-bottom: 0;
}
.inner-top .user {
  align-items: center;
}
.inner-top .inner-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.inner-top .inner-bottom .date {
  font-size: 16px;
  color: white;
  margin-left: 20px;
}
.inner-top .user .name,
.inner-top .user .view {
  color: #fff;
}
.inner-top .user .view {
  min-width: 80px;
  margin-left: auto;
}
.inner-top .user .view svg * {
  fill: #fff;
}
.inner-cols {
  max-width: 900px;
}

.inner-cols .text p ~ ul {
  margin-top: 0;
}
.inner-cols .text > ul {
  margin-bottom: 45px;
}
.inner-cols .text .sub-title,
.inner-cols .text h2,
.inner-cols .text h3,
.inner-cols .text h4 {
  color: #000000;
}

.inner-cols .text .screenshot.screenshot--big {
  padding: 0;
  overflow: hidden;
}
.inner-cols .text .screenshot.screenshot--big a {
  display: flex;
}
.inner-cols .text .screenshot.screenshot--big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-cols .text .thesis {
  color: var(--main);
}
.inner-cols .text .thesis:before {
  background-color: var(--main);
}
.inner-cols .text p.thesis-sm {
  margin-bottom: 0;
}
.inner-cols .text .thesis-sm:before {
  background-color: var(--main);
}
.inner-cols .text .quote {
  position: relative;
}
.inner-cols .text .quote .ill {
  margin-top: 40px;
  border-radius: 50%;
}
.inner-cols .text .quote .ill img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.inner-cols .text .quote .data .autor {
  color: var(--main);
}
.inner-cols .text .quote .data:before {
  background-color: var(--main-light);
  border: 2px solid transparent;
}
.inner-cols .info {
  background-color: var(--main-light);
  font-weight: 400;
  position: relative;
  color: #000;
  padding: 37px 37px 21px 37px;
  margin-top: 12px;
  margin-bottom: 37px;
}

.mostPopular {
  width: 100%;
}


.mostPopular__item{
    display: flex;
	flex-wrap: wrap;
}
.sp-form-outer{
  padding: 60px 80px;
  background: white;
}
.sp-form-outer.sp-form-outer--detail {
  background: rgba(52, 117, 217, 0.05);
}
.sp-form-outer__tile{
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.sp-form__wrapper{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sp-button.btn{
    background: #FA6B49;
    border-radius: 14px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding:18px 40px;
    border: none;
    cursor: pointer;
}
.sp-form-control.form__input {
    border: none;
    background: none;
    border-bottom: 1px solid white;
    color: white;
    margin-right: 40px;
    font-size: 18px;
    line-height: 21px;
    width: 160px;
    height: 40px;
}
@media(max-width: 1023px){
  .sp-form-outer {
    padding: 60px 40px;
  }
  .main-pic .text span {
    font-size: 100px;
  }
}
@media(max-width: 1768px){
  .sp-form-outer {
    padding: 30px;
  }
}
@media (max-width: 1364px) {
  .main-pic__img{
    right:100px;
  }
}
@media (max-width: 1024px) {
  .wrap {
    max-width: none;
    width:100%;
  }
  .main-posts {
    padding: 15px 10px 40px;
  }
  .main-pic__img {
    width: 166px;
    height: 180px;
    background-size: contain;
  }
  .user .name {
    min-width: auto;
    margin-top: 0;
  }
  .footer {
    justify-content: space-between;
  }
  .footer .item:first-of-type {
    margin-right: 0;
  }
  .footer .item:last-of-type {
    margin-left: 0;
  }
  .btn-more .btn {
    margin-top: 0;
  }
  ul li, ol li {
    margin-bottom: 10px;
  }
  ul li:before {
    width: 25px;
  }
  ul li p,
  ol li p {
    margin-left: 0;
  }
  ul li > ul {
    margin-top: 15px;
  }
  .banner-bottom {
    height: 100px;
  }
  .main-pic .text span {
    font-size: 40px;
  }
  .banner-theme__item.banner-theme__item--top {
    display: none;
  }
  .header .header__logo-left {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 15px;
  }
  .header_moblogo.inner {
    height: 45px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header_moblogo.main {
    height: 45px;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .header_moblogo .back {
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    border-radius: 20px;
    color: #3944ad;
    padding: 0 15px 0 45px;
    position: relative;
    margin-left: 10px;
    height: 38px;
  }
  .header_moblogo .back:before {
    position:  absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content:  "";
    border-radius: 20px;
    background: rgb(60,41,155); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(60,41,155,1) 1%, rgba(52,126,210,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(60,41,155,1) 1%,rgba(52,126,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(60,41,155,1) 1%,rgba(52,126,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index:  -2;
  }
  .header_moblogo .back:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: url("/local/templates/special_talantix/img/back-arr.png") no-repeat 15px center #ffffff;
    border-radius: 20px;
    z-index:  -2;
  }
  .main-pic {
    height: 500px;
  }
  .main-pic .text {
    padding-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-pic__img{
    right: 50%;
    position: absolute;
    top: inherit;
    bottom: 15px;
    transform: translateX(50%);
  }
  .inner-top .mob-logos {
    display: none;
  }
  .main-pic .mob-top-logo{
    display: flex;
    z-index: 10;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0;
  }
  .inner-cols .text .quote {
    margin-bottom: 20px;
  }
  .mostPopular .article {
    width:50%!important;
  }
  .sp-form__wrapper{
    display: block;

  }
  .sp-form-control.form__input{
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .sp-form-control.form__input:nth-of-type(2n){
      margin-right: 0px;
  }
  .sp-button.btn{
    margin-top: 20px;
    width: auto;
  }
  .table {
    width: calc(100% + 20px);
    margin: 0 -10px;
    overflow-x: auto;
  }
  .table table {
    margin-left: 10px;
  }
  .main-pic .text span {
    font-size: 30px;
  }
  .main-pic__info {
    left: 55px;
    right: 55px;
    font-size: 20px;
    text-align: center;
  }
  .banner-bottom {
    display: none;
  }
  .footer {
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 480px) {
.sp-form-control.form__input{
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .sp-button.btn{
    margin-top: 20px;
    width: 100%;
  }
  .header .back {
    order: 3;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .header_moblogo.inner{
    height: auto;
    align-items: center;
    margin: 12px;
    flex-direction: column;
    justify-content: center;
  }
  .header_moblogo .back{
    margin-top: 10px;
  }
  .header .header__logo-left {
    width: 150px;
  }
  .main-pic .text {
    padding-top: 45px;
  }
  .mostPopular .article {
      width:100%!important;
      padding-right:0!important;
  }
}
::placeholder {
  color: white!important;
  opacity:1;
}

.error,.success {
  font-size: 14px;
  color: white;
}
.readmore {
  background: var(--main-light);
  color: var(--main);
}
.archive-holder{
  padding: 67px 50px 67px 50px;
}
.similar-label {
  color: #333333;
  font-size: 30px;
  font-family: 'Futura', Bebas Neue;
  font-weight: 700;
}
.similar-holder {
  display: block;
  padding: 0 15px 60px;
}
.similar-list {
  display: flex;
  margin-left: -30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.similar-list .item {
  flex: 1 1 25%;
  max-width: 30.5%;
  margin: 0 0 60px 30px;
}
@media (max-width: 960px) {
  .similar-list .item {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media(max-width: 768px) {
  .archive-holder {
    padding: 30px 10px 0;
  }
}
@media(max-width: 600px) {
  .similar-list {
    display: block;
  }
  .similar-list .item {
    max-width: 100%;
  }
}
.similar-list .item .ill {
  display: block;
  width: 100%;
  height: 195px;
  margin-bottom: 15px;
}
.similar-list .item .ill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position:center';
}
.similar-list .item .title {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  margin: 0 10px 0 20px;
  overflow: hidden;
  min-height: 85px;
}
.similar-list .item .title:hover {
  color: #fe9901;
}
.similar-list .item .user {
  margin: 20px 20px 0;
  padding-top: 15px;
  border-top: solid 1px #f0f0f0;
}
.talantix-captcha {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.talantix-captcha .captcha-holder {
  height: 42px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.talantix-captcha .captcha-holder img {
  min-width: 180px;
  width: 180px;
  margin-bottom: 0;
}
.talantix-captcha input {
  font-size: 17px;
  font-weight: 600;
  height: 42px;
  color: #584C9A;
  background: transparent;
  padding: 0;
  border-color: transparent;
  border-bottom: 1px solid #3475D9;
  width: 100%;
  border-radius: 0;
  appearance: auto;
}
.talantix-captcha input::placeholder {
  color: rgba(88, 76, 154, .65) !important;
}
.talantix-captcha input:focus {
  outline: none !important;
  border-bottom: 1px solid #584C9A;
}
.talantix-captcha .coupon_email {
  width: calc(100% - 200px);
}
.sp-field.sp-button-container.talantix-form__btn {
  max-width: 300px;
  margin-left: auto;
}
@media(max-width: 768px) {
  .sp-field.sp-button-container.talantix-form__btn {
    margin: 20px auto 0;
  }
}
@media(max-width: 500px) {
  .talantix-captcha {
    flex-direction: column;
  }
  .talantix-captcha .coupon_email {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .talantix-captcha input {
    width: 100%;
    margin-left: 0;
  }
  .sp-field.sp-button-container.talantix-form__btn {
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/.default/styles/owl.carousel.min.css?16794827153219*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/.default/styles/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/.default/styles/owl.theme.default.min.css?16794827151013*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/fon-banner-media/style.css?1679482708111*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/special_talantix/styles.css?16794827221255*/
@media (max-width: 1024px) {
  .nectarin .banner-theme__item {
    display: none;
  }
}

.talantix-form__line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 40px;
}

.talantix-form__label {
    font-weight: 500;
    color: #3475D9;
    font-size: 17px;
    margin-bottom: 5px;
}

.sp-field.sp-button-container.talantix-form__btn {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.sp-form .sp-button.talantix-form__btn:hover {
    background: #3475D9;
    color: #ffff;
}

.sp-form .sp-button.talantix-form__btn {
    cursor: pointer;
    font-weight: 600;
    color: #3475D9;
    padding: 10px;
    height: auto;
    border: 1px solid;
    width: 100%;
    background-image: none;
    transition: .3s;
}
@media(min-width: 1024px) {
    .talantix-captcha {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 2;
    }
}
@media(max-width: 1023px) {
    .talantix-form__line {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
  .sp-field.sp-button-container.talantix-form__btn {
      justify-content: center;
      margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/special_talantix/template_styles.css?167948272213213*/
.likely,.likely__widget{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;text-indent:0!important;list-style:none!important;font-weight:400;font-family:Helvetica Neue,Arial,sans-serif}.likely{display:inline-block}.likely__widget{margin:0;font-size:inherit}.likely{opacity:0;font-size:0!important}.likely_visible{opacity:1;transition:opacity .1s ease-in}.likely>*{display:inline-block;visibility:hidden}.likely_visible>*{visibility:inherit}.likely__widget{position:relative;white-space:nowrap}.likely__button,.likely__widget{display:inline-block}.likely__button,.likely__counter{text-decoration:none;text-rendering:optimizeLegibility;margin:0;outline:0}.likely__button{position:relative;user-select:none}.likely__counter{display:none;position:relative;font-weight:400}.likely_ready .likely__counter{display:inline-block}.likely_ready .likely__counter_empty{display:none}.likely__button,.likely__counter,.likely__icon,.likely__widget{vertical-align:top}.likely__widget{transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out}.likely__widget:active,.likely__widget:focus,.likely__widget:hover{transition:none;cursor:pointer}@media (hover:none){.likely__widget:active,.likely__widget:focus,.likely__widget:hover{transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;cursor:unset}}.likely__icon{position:relative;text-align:left;display:inline-block}.likely svg{position:absolute;left:3px;top:3px;width:16px;height:16px}.likely__button,.likely__counter{line-height:inherit;cursor:inherit}.likely__button:empty{display:none}.likely__counter{text-align:center}.likely .likely__widget{color:#000;background:rgba(231,231,231,.8)}.likely .likely__counter{background-size:1px 1px;background-repeat:repeat-y;background-image:linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,0) .5px,rgba(0,0,0,0) 100%)}.likely-light .likely__widget{color:#fff;fill:#fff;background:rgba(236,236,236,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}.likely-light .likely__counter{background-image:linear-gradient(to right,rgba(255,255,255,.4) 0,rgba(255,255,255,0) .5px,rgba(255,255,255,0) 100%)}.likely__widget_facebook{fill:#425497}.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover{background:rgba(207,212,229,.8)}@media (hover:none){.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover{text-shadow:#425497 0 0 .25em;background:rgba(66,84,151,.7)}@media (hover:none){.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_gplus{fill:#dd4241}.likely__widget_gplus:active,.likely__widget_gplus:focus,.likely__widget_gplus:hover{background:rgba(246,207,207,.8)}@media (hover:none){.likely__widget_gplus:active,.likely__widget_gplus:focus,.likely__widget_gplus:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_gplus:active,.likely-light .likely__widget_gplus:focus,.likely-light .likely__widget_gplus:hover{text-shadow:#dd4241 0 0 .25em;background:rgba(221,66,65,.7)}@media (hover:none){.likely-light .likely__widget_gplus:active,.likely-light .likely__widget_gplus:focus,.likely-light .likely__widget_gplus:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_linkedin{fill:#0077b5}.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover{background:rgba(191,221,236,.8)}@media (hover:none){.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover{text-shadow:#0077b5 0 0 .25em;background:rgba(0,119,181,.7)}@media (hover:none){.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_odnoklassniki{fill:#f6903b}.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover{background:rgba(252,227,206,.8)}@media (hover:none){.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover{text-shadow:#f6903b 0 0 .25em;background:rgba(246,144,59,.7)}@media (hover:none){.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_pinterest{fill:#bd081c}.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover{background:rgba(238,193,198,.8)}@media (hover:none){.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover{text-shadow:#bd081c 0 0 .25em;background:rgba(189,8,28,.7)}@media (hover:none){.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_telegram{fill:#34abde}.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover{background:rgba(204,234,246,.8)}@media (hover:none){.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover{text-shadow:#34abde 0 0 .25em;background:rgba(52,171,222,.7)}@media (hover:none){.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_twitter{fill:#00b7ec}.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover{background:rgba(191,237,250,.8)}@media (hover:none){.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover{text-shadow:#00b7ec 0 0 .25em;background:rgba(0,183,236,.7)}@media (hover:none){.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_vkontakte{fill:#526e8f}.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover{background:rgba(211,218,227,.8)}@media (hover:none){.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover{text-shadow:#526e8f 0 0 .25em;background:rgba(82,110,143,.7)}@media (hover:none){.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_whatsapp{fill:#25d366}.likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover{background:rgba(200,244,216,.8)}@media (hover:none){.likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover{text-shadow:#25d366 0 0 .25em;background:rgba(37,211,102,.7)}@media (hover:none){.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely{margin:0 -5px -10px}.likely .likely__widget{line-height:20px;font-size:14px;border-radius:3px;height:22px;margin:0 5px 10px}.likely .likely__icon{width:22px;height:22px}.likely .likely__button{padding:1px 4px 1px 0}.likely .likely__counter{padding:1px 4px}.likely-big{margin:0 -6px -12px}.likely-big .likely__widget{line-height:28px;font-size:18px;border-radius:4px;height:32px;margin:0 6px 12px}.likely-big .likely__icon{width:32px;height:32px}.likely-big .likely__button{padding:2px 6px 2px 0}.likely-big .likely__counter{padding:2px 6px}.likely-big svg{left:4px;top:4px;width:24px;height:24px}.likely-small{margin:0 -4px -8px}.likely-small .likely__widget{line-height:14px;font-size:12px;border-radius:2px;height:18px;margin:0 4px 8px}.likely-small .likely__icon{width:18px;height:18px}.likely-small .likely__button{padding:2px 3px 2px 0}.likely-small .likely__counter{padding:2px 3px}.likely-small svg{left:3px;top:3px;width:12px;height:12px}.share{margin:30px auto}.share_top{margin-top:0}.share_bottom{margin-bottom:0}.likely svg{fill:#fff}.likely .likely__widget{color:#fff}.likely .likely__widget_facebook{background-color:#4862a3}.likely .likely__widget_facebook:hover{background-color:#375192}.likely .likely__widget_vkontakte{background-color:#597da3}.likely .likely__widget_vkontakte:hover{background-color:#486c92}.likely .likely__widget_twitter{background-color:#1da1f2}.likely .likely__widget_twitter:hover{background-color:#0c90e1}.likely .likely__widget_telegram{background-color:#2fa6dd}.likely .likely__widget_telegram:hover{background-color:#1e95cc}.share .twitter-share-button,.share .vk_like{float:left;display:inline;margin-right:10px}.share .fb_iframe_widget,.share .surfinbird__like_iframe,.share .twitter-share-button{margin-top:1px}.image_block,.photo_block,.video_block{text-align:center;margin:40px 0}.image_block p,.photo_block p,.video_block p{margin:12px 0 0 0;font-size:9pt;color:#7e7e7e;font-style:italic;text-align:right}.mostPopular__section{position:relative;display:block;margin-bottom:30px;font-size:.9em;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.mostPopular__section:before{content:'';position:absolute;bottom:-10px;left:0;width:30px;height:2px;background-color:#1F5DEA}.mostPopular__section a{outline:0;text-decoration:none;border-bottom:0}.mostPopular__section a:link{color:#192b37}.mostPopular__section a:visited{color:#192b37}.mostPopular__section a:hover{color:#e14d4d}.mostPopular__section a:active{color:#e14d4d}.mostPopular__item:after,.mostPopular__item:before{content:" ";display:table;width:95%}.mostPopular__item:after{clear:both}.mostPopular__item:after,.mostPopular__item:before{content:" ";display:table}.mostPopular__item:after{clear:both}.mostPopular .article{float:left;width:33.3333%;padding-right:30px;margin-bottom:20px;margin-top: 5px;}.mostPopular .article__cover{display:block;width:100%;height:120px;float:none}.mostPopular .article__content{width:auto;float:none;margin:0}.mostPopular .article__title{font-size:1em}.mostPopular .article .meta--top{margin:10px 0}.TopPopular__section{position:relative;display:block;margin-bottom:30px;font-size:.9em;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.TopPopular__section:before{content:'';position:absolute;bottom:-10px;left:0;width:30px;height:2px;background-color:#59a370}.TopPopular__section a{outline:0;text-decoration:none;border-bottom:0}.TopPopular__section a:link{color:#192b37}.TopPopular__section a:visited{color:#192b37}.TopPopular__section a:hover{color:#e14d4d}.TopPopular__section a:active{color:#e14d4d}.TopPopular .article{margin-bottom:20px}.TopPopular .article__cover{width:100%;float:none;height:120px}.TopPopular .article__content{float:none;margin:0;width:100%}.TopPopular .article__content p{margin:0}.TopPopular .article__title{display:block;margin-bottom:10px}.TopPopular .article__title{font-size:1em}.TopPopular .article .meta--top{margin:10px 0}.meta__views{display:inline;margin-right:10px}.meta__views i{font-size:1.3em}.meta__comments{display:inline}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.meta__values{display:inline}.meta__values a{outline:0;text-decoration:none;border-bottom:0}.meta__values a:link{color:#8c959b}.meta__values a:visited{color:#8c959b}.meta__values a:hover{color:#e14d4d}.meta__values a:active{color:#e14d4d}.meta__values i{position:relative;top:2px;font-size:1.2em;color:#a3aaaf;margin:0 4px 0 0}
/* End */
/* /local/templates/special_talantix/main.css?167948272226902 */
/* /local/templates/special_talantix/sys.css?167948272218574 */
/* /local/templates/.default/styles/owl.carousel.min.css?16794827153219 */
/* /local/templates/.default/styles/owl.theme.default.min.css?16794827151013 */
/* /local/templates/.default/components/bitrix/news.detail/fon-banner-media/style.css?1679482708111 */
/* /local/templates/special_talantix/styles.css?16794827221255 */
/* /local/templates/special_talantix/template_styles.css?167948272213213 */
