
/* our team page css */


.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.view .mask, .view .content {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.view img {
  display: block;
  position: relative; }

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0; }

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center; }

.view-sixth img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s; }
.view-sixth .mask {
  background-color: rgba(50, 50, 50, 0.68);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s; }
.view-sixth h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }
.view-sixth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s; }
.view-sixth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.1s;
  -o-transition: -o-transform 0.3s ease-in-out 0.1s;
  -ms-transition: -ms-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s; }
.view-sixth.is-active .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }
.view-sixth.is-active img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }
.view-sixth.is-active h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.view-sixth.is-active p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.view-sixth.is-active a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }
@media screen and (min-width: 1025px) {
  .view-sixth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }
  .view-sixth:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }
  .view-sixth:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .view-sixth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .view-sixth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

.view-eighth .mask {
  background-color: rgba(50, 50, 50, 0.56);
  top: -200px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s; }
.view-eighth h2 {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; }
.view-eighth p {
  color: #333;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s; }
.view-eighth a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.3s;
  -ms-transition: -ms-transform 0.2s ease-in-out 0.3s;
  transition: transform 0.2s ease-in-out 0.3s; }
.view-eighth.is-active .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear; }
.view-eighth.is-active h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.view-eighth.is-active p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.view-eighth.is-active a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }
@media screen and (min-width: 1025px) {
  .view-eighth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear; }
  .view-eighth:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .view-eighth:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .view-eighth:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; } }



/* End Quaternary type of Some Examples */
.b-list-markers {
  padding-left: 0; }
  .b-list-markers li {
    list-style: none;
    margin-bottom: 12px; }

.f-list-markers li {
  font-size: 0.92308em;
  line-height: 1.2; }
  .f-list-markers li a {
    color: inherit; }
    .f-list-markers li a:hover {
      color: #e26228; }
.f-list-markers .fa {
  font-size: 1.15385em;
  line-height: 1.2; }

.b-list-markers-2col {
  margin: 0;
  padding: 15px 0 10px 0; }
  .b-list-markers-2col:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-list-markers-2col li {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .b-list-markers-2col li {
        float: none;
        width: 100%; } }

.f-list-markers-2col {
  font-size: 0; }
  .f-list-markers-2col li {
    font-size: 12px; }

.b-list-markers__ico {
  margin-right: 5px; }

.f-list-markers__ico {
  color: #e26228; }

.b-list-markers__number,
.b-list-markers__alpha {
  padding: 2px 4px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px; }

.b-list-markers__alpha {
  background: #e26228; }

.b-list-markers__number {
  background: #666666; }

.f-list-markers__number,
.f-list-markers__alpha {
  font-size: 0.92308em;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-style: normal; }

/* + list-markers color theme*/
.f-list-markers-default-color {
  color: #666666; }
  .f-list-markers-default-color .f-list-markers__ico {
    color: #666666; }

/* - list-markers color theme*/
/* + list-markers--without-leftindent*/
.b-list-markers--without-leftindent {
  padding-left: 0; }

/* - list-markers--without-margin*/
/* + list-markers--medium*/
.f-list-markers--medium li {
  font-size: 13px; }
  .f-list-markers--medium li .f-list-markers__ico {
    vertical-align: middle;
    font-size: 1.23077em;
    line-height: 1.2; }

/* - list-markers--medium*/
/* + list length size*/
.b-list-markers--short li {
  display: inline-block; }

/* - list length size*/
.b-employee {
  padding: 38px 0 50px; }
  .b-employee .b-hr-stars {
    margin-bottom: 15px; }

@media screen and (max-width: 979px) {
  .f-employee__desc {
    font-size: 0.92308em;
    line-height: 2.16667; } }

@media screen and (max-width: 767px) {
  .b-employee-container {
    padding: 0 35px; }
    .b-employee-container [class*='col-'] {
      margin-top: 30px; }
      .b-employee-container [class*='col-']:first-child {
        margin-top: 0; } }
.b-employee-container.j-masonry .j-masonry-item {
  margin-top: 30px; }
  .b-employee-container.j-masonry .j-masonry-item:first-child {
    margin-top: 0; }
@media screen and (max-width: 767px) {
  .b-employee-container.j-masonry {
    padding: 0;
    margin: 0 35px; } }

.b-employee-item__img {
  display: block;
  margin-bottom: 20px; }
  @media screen and (max-width: 979px) {
    .b-employee-item__img {
      margin-bottom: 5px; } }

.b-employee-item__social_btn {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  color: #fff;
  background: #adadad;
  display: inline-block;
  border-radius: 50%;
  padding: 7px 0;
  margin: 0px 0 5px 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 1; }
  .b-employee-item__social_btn:hover {
    color: #fff;
    background: #e26228; }
  .b-employee-item__social_btn:first-child {
    margin-left: 0; }

.b-employee-item {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 7px; }
  .b-employee-item .b-employee-item__social {
    margin-top: 10px; }
  .b-employee-item.b-employee-item--color .view-eighth .mask {
    background-color: rgba(226, 98, 40, 0.5); }
  .b-employee-item.b-employee-item--color .view-sixth .mask {
    background-color: rgba(226, 98, 40, 0.5); }
  .b-employee-item img {
    border: 1px solid #d5d5d5;
    width: 100%; }
  .b-employee-item p {
    padding: 0 3px; }
    @media screen and (max-width: 979px) {
      .b-employee-item p {
        margin-top: 3px; } }

.f-employee-item {
  text-align: center; }
  .f-employee-item h4 {
    margin-bottom: 5px; }
    @media screen and (max-width: 979px) {
      .f-employee-item h4 {
        font-size: 1.07692em;
        line-height: 1.2; } }
  .f-employee-item p {
    color: #666666; }
    @media screen and (max-width: 979px) {
      .f-employee-item p {
        font-size: 0.69231em;
        line-height: 2; } }

.f-employee-item__position {
  color: #e9682e;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-employee-item__position {
      font-size: 0.76923em;
      line-height: 1.2; } }

.b-infoblock,
.b-infoblock--without-padding,
.b-infoblock--small {
  border-bottom: 1px solid #e6e6e6; }

.b-infoblock,
.b-infoblock--small {
  position: relative; }

.b-infoblock,
.b-infoblock--without-border {
  padding-top: 45px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .b-infoblock,
    .b-infoblock--without-border {
      padding-top: 30px;
      padding-bottom: 25px; } }

.b-infoblock--small {
  padding-top: 30px;
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .b-infoblock--small {
      padding-top: 15px;
      padding-bottom: 20px; } }
  .b-infoblock--small.b-infoblock--without-border {
    border: 0 none; }

.b-infoblock-description {
  margin-bottom: 25px; }

.b-info-container {
  background: #e26228;
  padding: 44px 0 40px; }

.f-info-container {
  color: #fff;
  text-align: center; }

.f-info-container__title .fa {
  font-size: 3.53846em;
  line-height: 1;
  margin-bottom: 6px; }
.f-info-container__title span {
  font-size: 1.38462em;
  line-height: 1.66667;
  text-transform: uppercase; }

.b-info-container__text {
  margin-top: 6px; }

.f-info-container__text {
  font-size: 1.07692em;
  line-height: 2.14286; }
  .f-info-container__text a {
    color: #616161; }
    .f-info-container__text a:hover {
      text-decoration: underline; }

.f-info-container__text--default a {
  color: #e9682e; }

.b-top-logo-block {
  background: #fafafa;
  border-bottom: 3px solid #e26228;
  padding: 74px 0 52px; }
  .b-top-logo-block img {
    margin-bottom: 10px; }

.b-top-logo-block-inner {
  display: inline-block; }

.f-lg-container--dark-bg .f-top-logo-block_title,
.f-lg-container--dark-bg .f-lg-container-title,
.f-lg-container--dark-bg .f-lg-container-description {
  color: #fff; }

.f-top-logo-block_title {
  font-size: 1.92308em;
  line-height: 1.2;
  color: #666666;
  text-transform: uppercase;
  white-space: nowrap; }

.b-lg-container {
  padding: 80px 0 155px; }
  @media screen and (max-width: 767px) {
    .b-lg-container {
      padding: 60px 0 100px; } }

.f-lg-container-title {
  font-size: 4.61538em;
  line-height: 1.2;
  color: #666666;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .f-lg-container-title {
      font-size: 3.38462em;
      line-height: 1.2; } }

.f-lg-container-description {
  font-size: 1.23077em;
  line-height: 1.875;
  color: #666666; }

.b-demo-thumbnails_item {
  text-align: center;
  padding-bottom: 34px; }
  .b-demo-thumbnails_item img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

.b-demo-thumbnails_item_name {
  display: inline-block;
  margin-top: 30px; }

.f-demo-thumbnails_item_name {
  font-size: 1.38462em;
  line-height: 1.11111;
  color: #898989;
  text-transform: uppercase; }

.slider-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto; }

.b-finish-info {
  padding: 85px 0 245px; }
  @media screen and (max-width: 767px) {
    .b-finish-info {
      padding: 85px 0 85px; } }

.b-finish-info_btn {
  margin: 14px 0 28px; }

.f-finish-info {
  text-align: center; }
  .f-finish-info h3 {
    font-size: 2.30769em;
    line-height: 1.2;
    text-transform: none; }

.b-finish-info_logo-text {
  margin-bottom: 25px; }

.f-finish-info_logo-text {
  font-size: 1.07692em;
  line-height: 1.42857;
  text-transform: uppercase; }

.b-about-container {
  background-size: cover;
  overflow: hidden; }
  .b-about-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-about-container .container {
    padding-top: 40px;
    padding-bottom: 63px; }
    @media screen and (max-width: 1023px) {
      .b-about-container .container {
        padding-top: 25px;
        padding-bottom: 25px; } }

.b-about-container__with-img-l .container {
  position: relative; }
.b-about-container__with-img-l .b-about-container__inner {
  position: relative;
  float: right;
  width: 70%;
  z-index: 2; }
  @media screen and (max-width: 1023px) {
    .b-about-container__with-img-l .b-about-container__inner {
      float: none;
      width: 100%; } }

.b-about-container__img {
  bottom: 0;
  left: -127px;
  position: absolute;
  z-index: 1; }
  .b-about-container__img img {
    display: block; }
  @media screen and (max-width: 1023px) {
    .b-about-container__img {
      display: none; } }

.f-about-container {
  color: #fff; }
  .f-about-container a {
    color: #fff; }
    .f-about-container a:hover {
      color: #e9682e; }

.b-about-container__title {
  margin-bottom: 15px; }

.f-about-container__title {
  font-size: 2.76923em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    .f-about-container__title {
      font-size: 2.30769em;
      line-height: 1; } }

.b-about-container__title_second {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 10px 0 10px;
  margin-bottom: 18px; }

.f-about-container__title_second {
  font-size: 1.76923em;
  line-height: 1.04348; }
  @media screen and (max-width: 1023px) {
    .f-about-container__title_second {
      font-size: 1.53846em;
      line-height: 1; } }

.b-about-container__text {
  margin-bottom: 10px; }

.f-about-container__text {
  font-size: 0.92308em;
  line-height: 2; }

.b-about-container__with-img-l.b-about-container--high .container {
  padding-top: 95px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .b-about-container__with-img-l.b-about-container--high .container {
      padding-top: 25px;
      padding-bottom: 25px; } }

.b-news-item {
  background: #fff;
  border: 1px solid #f3f3f3;
  position: relative; }
  .b-news-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-news-item__img {
  position: relative;
  float: left;
  width: 46%;
  max-width: 286px; }
  @media screen and (max-width: 767px) {
    .b-news-item__img {
      width: 100%; } }
  .b-news-item__img img {
    border-right: 1px solid #f3f3f3;
    display: block;
    width: 100%; }
  .b-news-item__img:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px;
    border-color: transparent #fff transparent transparent;
    right: 0px;
    top: 23px;
    z-index: 20; }
    @media screen and (max-width: 767px) {
      .b-news-item__img:before {
        border: 0 none; } }

.b-news-item__info {
  padding: 15px 30px 13px 30px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .b-news-item__info {
      width: 100%; } }

.f-news-item__info_title {
  font-size: 1.07692em;
  line-height: 1.71429;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  text-transform: uppercase; }

.b-news-item__info_title-big {
  margin-bottom: 8px; }

.f-news-item__info_title-big {
  font-size: 1.38462em;
  line-height: 1.33333;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #e26228;
  text-transform: uppercase;
  white-space: normal; }

.b-news-item__info_additional {
  margin-bottom: 10px; }
  .b-news-item__info_additional:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-news-item__info_additional_item {
  margin-right: 10px; }

.b-news-item__article {
  padding: 14px 0 0;
  border-top: 1px solid #e0e0e0; }
  .b-news-item__article:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.f-news___color-picker {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #7f7e7e;
  padding: 6px 0 3px; }

.f-news___color-picker_title {
  float: left;
  margin-right: 10px;
  margin-top: 10px; }

.f-news-item__info_additional_item {
  font-size: 0.92308em;
  line-height: 2;
  color: #b9b8b8; }
  .f-news-item__info_additional_item a {
    color: #b9b8b8; }
    .f-news-item__info_additional_item a:hover {
      color: #e26228; }

.b-news-item__info_text {
  margin-bottom: 10px;
  overflow: hidden; }

.f-news-item__info_text {
  font-size: 0.92308em;
  line-height: 2;
  color: #666666; }

.f-news-item__info_more {
  color: #e26228; }

.f-news-item__info_category {
  color: #666666;
  font-size: 1.07692em;
  line-height: 1.71429; }

.f-news-item__price {
  color: #e26228;
  font-size: 1.84615em;
  line-height: 1.33333; }

@media screen and (min-width: 768px) {
  .b-categories-icons:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-categories-icons > .b-column {
    float: left;
    margin-left: 1%;
    width: 19.2%; }
  .b-categories-icons > .b-column:first-child, .b-categories-icons > .b-column:nth-child(5n+1) {
    margin-left: 0; } }

.b-categories-icons__item_link {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    .b-categories-icons__item_link {
      padding: 15px 0; }
      .b-categories-icons__item_link:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; } }




/* Primary font */
.f-primary {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

.f-primary-it {
  font-style: italic;
  font-weight: normal; }

.f-primary-b-it {
  font-weight: 700;
  font-style: italic; }

.f-primary-sb-it {
  font-weight: 600;
  font-style: italic; }

.f-primary-l-it {
  font-weight: 300;
  font-style: italic; }

.f-primary-b {
  font-weight: 700; }

.f-primary-sb {
  font-weight: 600; }

.f-primary-l {
  font-weight: 300; }

.f-primary-eb {
  font-weight: 800; }

/* Secondary font */
.f-secondary {
  font-family: "Merriweather", serif;
  font-weight: normal; }

.f-secondary-it {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: normal; }

.f-secondary-l-it {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300; }

.f-secondary-b-it {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 700; }

.f-secondary-b {
  font-family: "Merriweather", serif;
  font-weight: 700; }

.f-secondary-l {
  font-family: "Merriweather", serif;
  font-weight: 300; }



.f-h4-special {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px; }

.f-legacy-h1 {
  font-size: 3.23077em;
  line-height: 1;
  color: inherit;
  margin: 5px 0 20px 0;
  text-transform: uppercase; }

.f-legacy-h2 {
  font-size: 2.30769em;
  line-height: 1.33333;
  color: #666666;
  text-transform: uppercase;
  margin: 5px 0 10px 0; }

.f-legacy-h3 {
  font-size: 1.53846em;
  line-height: 1.2;
  color: #666666;
  margin: 5px 0 10px 0;
  text-transform: uppercase; }

.f-legacy-h4 {
  font-size: 1.23077em;
  line-height: 1.75;
  color: #666666;
  margin: 5px 0 10px 0;
  text-transform: uppercase; }

.f-more {
  color: #e9682e;
  text-decoration: none; }
  .f-more:hover {
    color: #666666; }

.f-selection {
  color: #e26228; }

.f-small {
  font-size: 0.92308em;
  line-height: 2; }
