﻿/*
	Theme name: Lida
	Author: Pavel Volynets
	Version: 1.0
*/
.sw-blue-gr {
  background-color: #1800f6;
  background-image: -webkit-linear-gradient(315deg, #1800f6 0%, #c86dd7 100%);
  background-image: linear-gradient(135deg, #1800f6 0%, #c86dd7 100%);
}
.sw-yellow-gr {
  background-color: #f76b1c;
  background-image: -webkit-linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(-45deg, #fad961 0%, #f76b1c 100%);
}
html {
  box-sizing: border-box;
  height: 100%;
  /*overflow-x: hidden;*/
}
html * {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
button,
input {
  outline: none;
}
button:focus,
input:focus {
  outline: none;
}
a {
  cursor: pointer;
  outline: none;
  color: #f24841;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
select {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
body {
  height: 100%;
  color: #000000;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  background: #fff;
  font-weight: 400;
  /*overflow-x: hidden;*/
}

.site-middle {
	overflow-x: hidden;
}

.container {
	overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border: 0;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
          transition-property: height, visibility;
}
@media screen and (max-width: 992px) {
  .container {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn {
  background: #fff;
  color: #fff;
  padding: 13px 30px;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
  display: inline-block;
  background: #f24841;
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
.btn.active {
  background: #d63731;
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
  border-color: #000000;
}
.btn.btn-sec {
  background-color: transparent;
  border: 2px solid #f3941b;
  color: #f3941b;
}
.btn.btn-sec:hover {
  border-color: #a05d08;
  color: #a05d08;
}
@media screen and (min-width: 992px) {
  .table-grid {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .table-grid > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .table-grid > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .home .site-header {
    min-height: 500px;
    height: 100vh;
  }
}
.home .site-header:after {
  display: none;
}
.home .site-header .header-top {
  padding-top: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
}
.icon.icon-menu {
  width: 22px;
  height: 22px;
  background-image: url(img/icon-menu.svg);
  background-size: 100% 100%;
}
.icon.icon-menu.icon-menu-active {
  background-image: url(img/icon-menu_a.svg);
}
.icon.icon-search {
  width: 18px;
  height: 18px;
  background-image: url(img/icon-search.svg);
}
.icon.icon-home {
  width: 39px;
  height: 43px;
  background-image: url(img/icon-home.svg);
}
.icon.icon-play {
  width: 47px;
  height: 47px;
  background-image: url(img/icon-play.svg);
}
.icon.icon-pdf {
  width: 25px;
  height: 32px;
  background-image: url(img/icon-pdf.svg);
}
.icon.icon-auth {
  width: 11px;
  height: 14px;
  background-image: url(img/icon-auth.svg);
}
.icon.icon-compas {
  width: 36px;
  height: 36px;
  background-image: url(img/icon-compas.svg);
}
.icon.icon-users {
  width: 36px;
  height: 34px;
  background-image: url(img/icon-users.svg);
}
.icon.icon-close {
  width: 24px;
  height: 25px;
  background-image: url(img/icon-close.svg);
}
.icon.icon-arrow-r {
  width: 41px;
  height: 43px;
  background-image: url(img/icon-arrow-r.png);
}
.icon.icon-arrow-l {
  width: 41px;
  height: 43px;
  background-image: url(img/icon-arrow-l.png);
}
.icon.icon-diamond {
  width: 9px;
  height: 11px;
  background-image: url(img/icon-diamond.svg);
}
.icon.icon-load {
  width: 25px;
  height: 25px;
  background-image: url(img/icon-load.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 992px) {
  .wrapper {
    min-height: 100%;
    height: 100%;
    height: auto!important;
  }
}
@media screen and (min-width: 992px) {
  .wrapper .pre-footer {
    padding-bottom: 95px;
  }
}
.site-header {
  position: relative;
  background: #323232;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.site-header .header-top,
.site-header .breadcrumbs,
.site-header .page-title {
  position: relative;
  z-index: 1;
}
.site-header .header-top {
  z-index: 2;
}
.header-inner-contact {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.header-contact {
  width: 33.33333333%;
  padding: 0 30px;
  border-right: 1px solid #fff;
  min-height: 45px;
  text-align: right;
}
.header-contact:last-child {
  border-right: none;
}
.header-contact:first-child {
  padding-left: 15px;
  text-align: left;
}
.header-inner-contact, 
.header-inner-contact a {
  color: #fff;
  font-weight: 700;
}
.header-inner-contact a {
  text-decoration: none;
  transition: all .8s;
}
.header-inner-contact a:hover,
.header-inner-contact a:focus {
  color: #f24841;
}
.header-contact.header-contact--phones a {
  display: block;
}
.logo {
  margin-top: 50px;
}
.header-inner-right {
  display: flex!important;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .site-header .header-inner,
  .site-header .top-line {
    width: auto;
  }
  .header-inner-contact {
    display: none;
  }
  .header-inner-right {
    margin-top: 0;
  }
  .logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-inner,
  .site-header .top-line {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .header-inner,
  .site-header .top-line {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .site-header .header-inner, .site-header .top-line {
    width: 1360px;
  }
}
@media screen and (min-width: 1730px) {
  .site-header .header-inner, .site-header .top-line {
    width: 1700px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .top-line {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .top-line {
    padding: 20px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .top-line .top-line-inner {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .site-header .top-line .top-line-inner > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .top-line .top-line-inner > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 991px) {
  .site-header .top-line .top-line-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-header .top-line .top-line-inner .top-line-menu,
.site-header .top-line .top-line-inner .region,
.site-header .top-line .top-line-inner .user-acc {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .site-header .top-line .top-line-menu {
    margin-top: 0!important;
    display: none;
  }
}
.site-header .top-line .top-line-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .top-line .top-line-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.site-header .top-line .top-line-menu ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.site-header .top-line .top-line-menu ul li a:hover {
  text-decoration: underline;
}
.site-header .top-line .region,
.site-header .top-line .user-acc {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .site-header .top-line .region,
  .site-header .top-line .user-acc {
    margin-top: 0!important;
  }
}
.site-header .top-line .region a,
.site-header .top-line .user-acc a {
  color: #f3941b;
  text-decoration: underline;
}
.site-header .top-line .region a:hover,
.site-header .top-line .user-acc a:hover {
  text-decoration: none;
}
.site-header .top-line .region {
  color: #fff;
  width: 200px;
}
.site-header .top-line .region .lang-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
}
.site-header .top-line .region .lang-block .selected a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  max-height: 12px;
  width: auto;
}
.site-header .top-line .region .lang-block .collapsing {
  position: absolute;
  top: 20px;
  left: -5px;
}
.site-header .top-line .region .lang-block .collapse {
  position: absolute;
  left: -5px;
  top: 20px;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
.site-header .top-line .region .lang-block .collapse.in {
  height: auto;
}
.site-header .top-line .region .lang-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 2px;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.site-header .top-line .region .lang-block ul li:hover a {
  text-decoration: none;
  background-color: #f1f1f1;
}
.site-header .top-line .region .lang-block ul li.active a {
  background-color: #f1f1f1;
  text-decoration: none;
  color: #000000;
}
.site-header .top-line .region .lang-block ul li a {
  padding: 3px 10px 3px 25px;
  display: block;
  text-decoration: none;
  background-position: 3px center;
}
.site-header .top-line .user-acc {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .site-header .top-line .user-acc {
    width: 200px;
  }
}
.site-header .top-line .user-acc a {
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .site-header .top-line .user-acc a {
    padding: 0 0 0 25px;
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    overflow: hidden;
  }
}
.site-header .top-line .user-acc .icon {
  vertical-align: top;
  margin: 2px 5px 0 0;
}
@media screen and (max-width: 991px) {
  .site-header .top-line .user-acc .icon {
    position: absolute;
    top: 3px;
    left: 6px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-top {
    /*height: 145px;*/
  }
}
.site-header .header-top.sticky .header-inner {
  background: rgb(0, 0, 0, .8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 0;
  width: auto;
  z-index: 1001;
}

@media screen and (max-width: 991px) {
  .site-header .header-top.sticky .header-inner {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-top.sticky .header-inner {
    padding: 0;
  }
}
.site-header .header-top.sticky .header-inner + div {
  padding-top: 95px;
}
.site-header .header-top.sticky .header-inner .header-inner-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .site-header .header-top.sticky .header-inner .header-inner-wrap {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-top.sticky .header-inner .header-inner-wrap {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .header-top.sticky .header-inner .header-inner-wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .site-header .header-top.sticky .header-inner .header-inner-wrap {
    width: 1360px;
  }
}
@media screen and (min-width: 1730px) {
  .site-header .header-top.sticky .header-inner .header-inner-wrap {
    width: 1700px;
  }
}
.site-header .header-inner {
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
}
@media screen and (max-width: 991px) {
  .site-header .header-inner {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-inner {
    /*height: 170px;*/
    border-radius: 2px;
  }
}
.site-header .header-inner .header-inner-wrap {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .site-header .header-inner .header-inner-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    table-layout: fixed;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-inner .header-inner-wrap > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .header-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
}
.site-header .header-inner .header-inner-wrap .logo,
.site-header .header-inner .header-inner-wrap .top-menu,
.site-header .header-inner .header-inner-wrap .search-block {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .top-menu .mobile-menu {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 50px;
    top: 22px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-inner .top-menu .mobile-menu {
    display: none;
  }
}
.site-header .header-inner .top-menu .mobile-menu .icon {
  background-image: url(img/icon-menu_a.svg);
}
.site-header .header-inner .top-menu .mobile-menu.collapsed .icon {
  width: 22px;
  height: 22px;
  background-image: url(img/icon-menu.svg);
  background-size: 100% 100%;
}
.site-header .header-inner .top-menu .mobile-menu.collapsed .icon.icon-menu-active {
  background-image: url(img/icon-menu_a.svg);
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .top-menu .top-menu-wrap {
    height: 0;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.site-header .header-inner .top-menu .top-menu-wrap.in {
  height: auto;
}
.site-header .header-inner .top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .top-menu ul {
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-inner .top-menu ul {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .top-menu ul li {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .header-inner .top-menu ul li {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
  }
}
.site-header .header-inner .top-menu ul li.current-menu-item a,
.site-header .header-inner .top-menu ul li:hover a {
  color: #f24841;
}
.site-header .header-inner .top-menu ul li a {
  font-family: "Pragmatica-c_bold";
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .top-menu ul li a {
    padding: 10px 15px;
  }
}
.site-header .header-inner .search-block {
  width: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .search-block {
    margin-top: 0!important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.site-footer {
  background-color: #3d4f64;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer {
    margin-top: -95px;
  }
}
.site-footer .site-footer-line {
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.site-footer .site-footer-line img {
  width: 100%;
  display: block;
  max-height: none;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-inner {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .header-inner .top-menu ul li a {
    font-size: 18px;
  }
  .logo {
    width: 20%;
  }
  .top-menu {
    /*width: 70%;*/
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner .footer-inner-wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (min-width: 1400px) {
.home-hero {
    min-height: 600px;
}
}
@media screen and (max-width: 1700px) {
  .logo {
    width: auto;
  }
  .top-menu {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero {
    min-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-inner .footer-inner-wrap > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner .footer-inner-wrap > div {
    display: table-cell;
    vertical-align: top;
  }
}
.site-footer .footer-inner .footer-inner-wrap .footer-info,
.site-footer .footer-inner .footer-inner-wrap .footer-meta {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-inner .footer-meta {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner .footer-meta {
    width: 400px;
    text-align: right;
  }
}
.site-footer .footer-inner .footer-meta .soc-list,
.site-footer .footer-inner .footer-meta .studio-copy {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner .footer-info {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-inner .footer-info > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner .footer-info > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner .footer-info .footer-block {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .soc-list {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .soc-list {
    padding-right: 30px;
  }
}
.site-footer .soc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.site-footer .soc-list ul li {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .site-footer .soc-list ul li {
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .soc-list ul li {
    margin-left: 15px;
  }
}
.site-footer .soc-list ul li a {
  display: block;
  width: 22px;
  height: 22px;
  opacity: .5;
}
.site-footer .soc-list ul li a:hover {
  opacity: 1;
}
.site-footer .soc-list ul li a img {
  display: block;
}
.site-footer .studio-copy {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.site-footer .studio-copy a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
.site-footer .footer-block {
  font-size: 12px;
  color: #fff;
}
.site-footer .footer-block a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-block .line {
  margin-top: 5px;
  color: #b5b5b6;
}
.home .site-middle {
  width: auto;
}
@media screen and (max-width: 992px) {
  .home .site-middle .block .block-inner {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .site-middle .block .block-inner {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .site-middle .block .block-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .home .site-middle .block.block-partners {
    display: none;
  }
}
.block .block-title {
  font-weight: bold;
  color: #323232;
}
@media screen and (max-width: 991px) {
  .block .block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .block .block-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .block.block-news {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-news {
    padding: 0px 0 60px;
  }
}
.block.block-news .post-list-items {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .block.block-news .post-list-items {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .block.block-news .post-list-items > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-news .post-list-items > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .block.block-news .post-list-items .item {
    width: 33.3333%;
    padding-right: 60px;
  }
}
.block.block-news .post-list-items .item .item-date {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.block.block-news .post-list-items .item .item-title {
  font-size: 14px;
  font-weight: normal;
  height: 50px;
}
.block.block-news .post-list-items .item .item-title h5 {
  font-weight: normal;
  font-size: inherit;
}
.block.block-news .post-list-items .item .item-title h5 a {
  color: #f3941b;
  text-decoration: underline;
}
.block.block-news .post-list-items .item .item-title h5 a:hover {
  text-decoration: none;
}
.block.block-news .more-block {
  font-size: 18px;
}
.block.block-news .more-block a {
  font-size: inherit;
}
@media screen and (max-width: 991px) {
  .block.block-partners {
    margin: 30px 15px 30px;
  }
}
.block.block-partners .post-list-items {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.block.block-partners .post-list-items .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 991px) {
  .block.block-partners .post-list-items .item {
    width: 50%;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .block.block-partners .post-list-items .item {
    width: 25%;
    height: 160px;
  }
}
@media screen and (max-width: 991px) {
  .block.block-partners .post-list-items .item:before {
    content: '';
    padding-top: 100%;
    display: block;
  }
}
.block.block-partners .post-list-items .item .item-inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .block.block-partners .post-list-items .item .item-inner {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .block.block-partners .post-list-items .item .item-inner > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-partners .post-list-items .item .item-inner > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 991px) {
  .block.block-partners .post-list-items .item .item-inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.block.block-partners .post-list-items .item .item-inner .img-wrap {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .block.block-partners .post-list-items .item .item-inner .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .block.block-partners .post-list-items .item .item-inner .img-wrap img {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .block.block-about {
    padding: 30px 15px;
  }
}
.block.block-about .block-inner {
  border: 1px solid rgba(151, 151, 151, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .block.block-about .block-inner {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .block.block-about .block-inner {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .block.block-about .block-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .block.block-about .block-inner {
    padding: 0 40px 20px;
  }
}
.block.block-about .block-inner .tabs-navi {
  margin: 0 -40px 0;
  padding: 0 40px 0;
}
@media screen and (max-width: 991px) {
  .block.block-about .block-inner .block-inner-content {
    padding: 0 30px;
  }
}
.block.block-about .block-inner .block-inner-content ul,
.block.block-about .block-inner .block-inner-content ol {
  padding: 0 0 0 20px;
}
.block.block-about .block-inner-content {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .block.block-about .block-inner-content {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .block.block-about .block-inner-content > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-about .block-inner-content > div {
    display: table-cell;
    vertical-align: top;
  }
}
.block.block-about .block-inner-content .block-left-side,
.block.block-about .block-inner-content .block-right-side {
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .block.block-about .block-left-side {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-about .block-left-side {
    padding-right: 35px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-about .block-right-side {
    width: 430px;
  }
}
.block.block-about .block-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
.block.block-about .block-content {
  margin-bottom: 55px;
}
.block.block-about .block-more {
  margin-top: 40px;
}
.block.block-about .img-block,
.block.block-about .video-block {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .block.block-about .img-block,
  .block.block-about .video-block {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-about .img-block,
  .block.block-about .video-block {
    height: 360px;
  }
}
.block.block-about .img-block:after,
.block.block-about .video-block:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #1800f6;
  background-image: -webkit-linear-gradient(315deg, #1800f6 0%, #c86dd7 100%);
  background-image: linear-gradient(135deg, #1800f6 0%, #c86dd7 100%);
  opacity: .6;
}
.block.block-about .img-block img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block.block-about .video-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/video-bg.jpg);
}
@media screen and (min-width: 992px) {
  .block.block-about .video-block {
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .block.block-about .video-block:before {
    content: '';
    padding-top: 100%;
    display: block;
  }
}
.block.block-about .video-block .video-block-title,
.block.block-about .video-block .video-block-subtitle,
.block.block-about .video-block .video-block-action {
  position: absolute;
  z-index: 1;
}
.block.block-about .video-block .video-block-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  left: 30px;
  top: 30px;
}
.block.block-about .video-block .video-block-subtitle {
  font-weight: normal;
  margin-top: 30px;
  font-size: 12px;
}
.block.block-about .video-block .video-block-action {
  bottom: 30px;
  left: 30px;
}
.block.block-about .video-block .video-block-action a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.block.block-about .video-block .video-block-action a .icon {
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .block.block-lg {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .block.block-lg {
    padding: 60px 0;
  }
}
.block.block-lg .block-inner {
  position: relative;
  z-index: 1;
}
.block.block-lg .block-title {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .block.block-lg .block-title {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
  .block.block-lg .block-title:after {
    clear: both;
    content: '';
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .block.block-lg .block-title {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1em;
  }
}
.block.block-lg .block-title .icon {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .block.block-lg .block-title .icon {
    margin-top: 5px;
    float: left;
  }
}
.block.block-lg.block-production {
  position: relative;
}
.block.block-lg.block-production:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1800f6;
  background-image: -webkit-linear-gradient(315deg, #1800f6 0%, #c86dd7 100%);
  background-image: linear-gradient(135deg, #1800f6 0%, #c86dd7 100%);
  opacity: .8;
  z-index: 0;
}
.block.block-lg.block-social {
  position: relative;
}
.block.block-lg.block-social:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f76b1c;
  background-image: -webkit-linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(-45deg, #fad961 0%, #f76b1c 100%);
  opacity: .8;
  z-index: 0;
}
.upload-block .icon {
  vertical-align: middle;
  margin-right: 20px;
}
.upload-block + .upload-block {
  margin-top: 25px;
}
.pdf-attachment {
  padding: 0 0 0 45px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
.pdf-attachment:before {
  content: '';
  width: 25px;
  height: 32px;
  background-image: url(img/icon-pdf.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumbs {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    padding: 20px 0 20px;
  }
}
.page-title {
  padding-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .page-title {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-title {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-title {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-title h1 {
  font-weight: bold;
  color: #fff;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .page-title h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .page-title h1 {
    font-size: 30px;
  }
}
.category .block-news {
  padding-top: 50px;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .category .block-news {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .category .block-news {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .category .block-news {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.category .block-news .post-list-items {
  width: auto;
  margin-bottom: 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .category .block-news .post-list-items {
    margin-right: -60px;
  }
}
.category .block-news .post-list-items .item {
  display: inline-block;
  margin-bottom: 70px;
  position: relative;
}
.category .block-news .post-list-items .item .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 20px;
}
.category .block-news .post-list-items .item .item-img:before {
  content: '';
  padding-top: 100%;
  display: block;
}
.category .block-news .post-list-items .item .item-img img {
  display: block;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.category .block-news .post-list-items .item.lg {
  border-bottom: 2px solid #f0f0f0;
  padding: 0 0px 30px 0;
  margin-bottom: 30px;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  .category .block-news .post-list-items .item.lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  .category .block-news .post-list-items .item.lg .item-info {
    padding-left: 30px;
  }
}
.category .block-news .post-list-items .item.lg .item-img {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.category .block-news .post-list-items .item.lg .item-img:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .category .block-news .post-list-items .item.lg .item-img:before {
    content: '';
    padding-top: 100%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .category .block-news .post-list-items .item.lg .item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 590px;
        -ms-flex: 0 0 590px;
            flex: 0 0 590px;
    width: 590px;
    height: 310px;
  }
}
.category .block-news .post-list-items .item.lg .item-img:after {
  background-color: #f76b1c;
  background-image: -webkit-linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(-45deg, #fad961 0%, #f76b1c 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .7;
}
.category .block-news .post-list-items .item.lg .item-img img {
  display: block;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .single .page-title h1 {
    line-height: 1em;
  }
}
@media screen and (max-width: 992px) {
  .single .block {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .single .block {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .single .block {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .single .block.block-partners,
  .page .block.block-partners {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-content {
  padding: 30px 0 0;
}
@media screen and (max-width: 991px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-content .item-img {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.page-content .item-img:after {
  /*background-color: #f76b1c;
  background-image: -webkit-linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(-45deg, #fad961 0%, #f76b1c 100%);*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .7;
}
.page-content .item-img img {
  display: block;
}
.page-content .item-date {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 20px;
}
.page-content .item-title {
  font-size: 14px;
  color: #f3941b;
  margin-bottom: 30px;
}
.home-hero {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .home-hero {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .home-hero {
    min-height: 815px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero .carousel {
    padding-bottom: 40px;
  }
}
.home-hero .carousel .carousel-control-wrap {
  position: relative;
  z-index: 120;
}
@media screen and (max-width: 992px) {
  .home-hero .carousel .carousel-control-wrap {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .carousel-control-wrap {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero .carousel .carousel-control-wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-hero .carousel .carousel-control-wrap .carousel-control {
  display: block;
  position: absolute;
  z-index: 100;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
}
@media screen and (max-width: 991px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control {
    bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control {
    bottom: 45px;
  }
}
.home-hero .carousel .carousel-control-wrap .carousel-control:hover {
  opacity: .6;
}
.home-hero .carousel .carousel-control-wrap .carousel-control .icon {
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control.left {
    right: 55px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control.left {
    right: 55px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control.right {
    right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .carousel-control-wrap .carousel-control.right {
    right: 0;
  }
}
.home-hero .carousel .item {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .home-hero .carousel .item {
    padding: 100px 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .item {
    min-height: 815px;
  }
}
.home-hero .carousel .item .item-inner {
  position: relative;
  z-index: 100;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .item .item-inner {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .home-hero .carousel .item .item-inner > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .item .item-inner > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 992px) {
  .home-hero .carousel .item .item-inner {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .carousel .item .item-inner {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero .carousel .item .item-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1630px) {
  .home-hero .carousel .item .item-inner {
    width: 1600px;
  }
}
.home-hero .carousel .item .item-inner .item-caption {
  vertical-align: middle;
}
.home-hero .slide {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 100;
  height: 100vh;
}
.home-hero .slide .slide-title {
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .home-hero .slide .slide-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .slide .slide-title {
    font-size: 70px;
    line-height: 46px;
    font-family: "Pragmatica-c_bold";
    text-transform: uppercase;
    margin-top: 160px;
	width: 860px
  }
}
.home-hero .slide .slide-title h2 {
  line-height: 1.2em;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.home-hero .slide .slide-subtitle {
  /*font-family: "a_FuturicaLt Thin";*/
    font-family: "Pragmatica-c_bold"; 
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 100px;
    text-transform: uppercase;
}
.home-hero .slide .slide-icon {
  margin-bottom: 30px;
}
.home-hero .slide .carousel-indicators {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .home-hero .slide .carousel-indicators {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .slide .carousel-indicators {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero .slide .carousel-indicators {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1630px) {
  .home-hero .slide .carousel-indicators {
    width: 1600px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero .slide .carousel-indicators {
    margin-top: -42px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home-hero .slide .carousel-indicators {
    margin-top: -80px;
  }
}
.tabs-navi {
  border-bottom: 1px solid rgba(151, 151, 151, 0.15);
}
.tabs-navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .tabs-navi ul li {
    display: inline-block;
    vertical-align: middle;
  }
}
.tabs-navi ul li:hover a {
  color: #f24841;
}
.tabs-navi ul li.active a {
  font-size: 14px;
  color: #f24841;
  border-color: #f24841;
}
.tabs-navi ul li a {
  text-decoration: none;
  color: #000000;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

/********************************************************/
.tabs-navi.tabs-rabota ul li a {
	height: 32px;
}

.tabs-navi.tabs-rabota ul {
 text-transform: uppercase;	
}

.tabs-navi.tabs-rabota ul li.active a{
  border-bottom: none;
  background-color: #f24841;
  color: #FFFFFF;
}

/********************************************************/

@media screen and (max-width: 991px) {
  .tabs-navi ul li a {
    padding: 15px 30px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .tabs-navi ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
    height: 70px;
  }
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-pane .block-tab-inner-content {
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .tab-content .tab-pane .block-tab-inner-content {
    padding: 20px 40px 40px;
  }
}
.tab-content .tab-pane .block-tab-inner-content .map-block {
  height: 500px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-pane .block-tab-inner-content .map-block {
    margin: -15px -15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .tab-content .tab-pane .block-tab-inner-content .map-block {
    margin: -20px -40px -40px;
  }
}
.tab-content .tab-pane .block-tab-inner-content .upload-block {
  margin: 20px 0;
}
.content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #323232;
}
.block-production .block-content,
.block-social .block-content {
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .block-production .block-content .tabs-navi,
  .block-social .block-content .tabs-navi {
    border-bottom: 1px solid #f0f0f0;
  }
}
@media screen and (min-width: 992px) {
  .block-production .block-content .tabs-navi,
  .block-social .block-content .tabs-navi {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .block-production .block-content .block-info,
  .block-social .block-content .block-info {
    margin: 10px 15px;
  }
}
@media screen and (min-width: 992px) {
  .block-production .block-content .block-info,
  .block-social .block-content .block-info {
    margin: 20px 40px;
  }
}
.block-production .block-content .block-info .upload-block,
.block-social .block-content .block-info .upload-block {
  padding: 30px 0 40px;
}
@media screen and (max-width: 991px) {
  .block-social .block-content .block-inner-content {
    padding: 20px 15px 30px;
  }
}
@media screen and (min-width: 992px) {
  .block-social .block-content .block-inner-content {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 992px) {
  .block-social .block-content .block-inner-content {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .block-social .block-content .block-inner-content > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .block-social .block-content .block-inner-content > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .block-social .block-content .block-inner-content .block-info {
    padding-right: 100px;
  }
}
.block-social .block-content .block-inner-content .block-info .block-more {
  margin-top: 30px;
}
.block-social .block-content .block-inner-content .block-img {
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .block-social .block-content .block-inner-content .block-img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .block-social .block-content .block-inner-content .block-img {
    width: 400px;
    height: 300px;
  }
}
.block-social .block-content .block-inner-content .block-img .img-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.block-social .block-content .block-inner-content .block-img .img-caption .img-num,
.block-social .block-content .block-inner-content .block-img .img-caption .img-count {
  display: inline-block;
  vertical-align: top;
}
.block-social .block-content .block-inner-content .block-img .img-caption .img-num {
  font-size: 36px;
  color: #fff;
  line-height: 30px;
}
.block-social .block-content .block-inner-content .block-img .img-caption .img-count {
  line-height: 1em;
  color: #f3941b;
  font-size: 13px;
  margin-left: 5px;
}
.overlay-bg-blue {
  position: relative;
}
.overlay-bg-blue:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #1800f6;
  background-image: -webkit-linear-gradient(315deg, #1800f6 0%, #c86dd7 100%);
  background-image: linear-gradient(135deg, #1800f6 0%, #c86dd7 100%);
  opacity: .4;
  z-index: 0;
}
.overlay-bg-blue img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .block-services {
    padding: 30px 15px 30px;
  }
}
@media screen and (min-width: 992px) {
  .block-services {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .block-services .block-content > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content > div {
    display: table-cell;
    vertical-align: top;
  }
}
.block-services .block-content .block-more {
  margin-top: 30px;
}
.block-services .block-content .block-left {
  height: 100%;
}
.block-services .block-content .block-left .block-left-inner {
  margin-right: 15px;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner {
    padding: 0 40px 40px;
  }
}
.block-services .block-content .block-left .block-left-inner .tabs-navi {
  border-top: 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner .tabs-navi {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner .tabs-navi ul {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner .tabs-navi ul li {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner .tabs-navi ul li a {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-services .block-content .block-left .block-left-inner .tab-content {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .block-services .block-content .block-left .block-left-inner .tab-content .block-tab-inner-content {
    padding: 0 30px 20px;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner .tab-content .block-tab-inner-content {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .block-services .block-content .block-left .block-left-inner .tab-content .block-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-services .block-content .block-left .block-left-inner .tab-content .block-info p:not(: last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-left .block-left-inner {
    height: 400px;
  }
}
.block-services .block-content .block-right {
  position: relative;
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-right {
    width: 430px;
    height: 400px;
  }
}
.block-services .block-content .block-right .carousel-control-wrap {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 1;
}
.block-services .block-content .block-right .carousel-control-wrap a + a {
  margin-left: 10px;
}
.block-services .block-content .block-right .block-img {
  background-color: #4b37f7;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .block-services .block-content .block-right .block-img:before {
    content: '';
    padding-top: 100%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-right .block-img {
    width: 100%;
    height: 400px;
  }
}
.block-services .block-content .block-right .block-img .block-img-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.block-services .block-content .block-right .block-img .block-img-bg:after {
  content: '';
  position: absolute;
  background-color: #1800f6;
  background-image: -webkit-linear-gradient(315deg, #1800f6 0%, #c86dd7 100%);
  background-image: linear-gradient(135deg, #1800f6 0%, #c86dd7 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .6;
}
.block-services .block-content .block-right .block-img .block-img-bg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-services .block-content .block-right .block-img .block-img-caption {
  z-index: 1;
  color: #fff;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .block-services .block-content .block-right .block-img .block-img-caption {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .block-services .block-content .block-right .block-img .block-img-caption {
    position: relative;
  }
}
.block-services .block-content .block-right .block-img .block-img-caption .block-sm-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1em;
}
.block-services .block-content .block-right .block-img .block-img-caption .block-sm-title img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-height: 30px;
  width: auto;
}
.block-services .block-content .block-right .block-img .block-img-caption .block-sm-content {
  font-size: 12px;
  line-height: 20px;
}
.block-services .block-content .block-right .block-img .block-img-caption .block-sm-more {
  position: absolute;
  bottom: 30px;
}
/* bootstrap mixins */
/* */
.carousel {
  position: relative;
}
.carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel .carousel-inner > .item.next,
  .carousel .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel .carousel-inner > .item.prev,
  .carousel .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel .carousel-inner > .item.next.left,
  .carousel .carousel-inner > .item.prev.right,
  .carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel .carousel-inner > .active,
.carousel .carousel-inner > .next,
.carousel .carousel-inner > .prev {
  display: block;
}
.carousel .carousel-inner > .active {
  left: 0;
}
.carousel .carousel-inner > .next,
.carousel .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-inner > .next {
  left: 100%;
}
.carousel .carousel-inner > .prev {
  left: -100%;
}
.carousel .carousel-inner > .next.left,
.carousel .carousel-inner > .prev.right {
  left: 0;
}
.carousel .carousel-inner > .active.left {
  left: -100%;
}
.carousel .carousel-inner > .active.right {
  left: 100%;
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel .carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 5px;
  cursor: pointer;
}
.carousel .carousel-indicators li.active {
  background-color: #fff;
  width: 11px;
  height: 11px;
}
.partner-carousel {
  padding: 35px 0;
}
@media screen and (max-width: 992px) {
  .partner-carousel {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .partner-carousel {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .partner-carousel {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1630px) {
  .partner-carousel {
    width: 1400px;
  }
}
@media screen and (max-width: 991px) {
  .partner-carousel {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.partner-carousel .jcarousel {
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.partner-carousel .jcarousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 2000em;
}
.partner-carousel .jcarousel ul li {
  float: left;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .partner-carousel .jcarousel ul li {
    text-align: center;
  }
}
.partner-carousel .partner-carousel-navi {
  position: relative;
}
@media screen and (max-width: 992px) {
  .partner-carousel .partner-carousel-navi {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .partner-carousel .partner-carousel-navi {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .partner-carousel .partner-carousel-navi {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1630px) {
  .partner-carousel .partner-carousel-navi {
    width: 1400px;
  }
}
.partner-carousel .partner-carousel-navi .jcarousel-navi {
  position: absolute;
  top: -45px;
}
.partner-carousel .partner-carousel-navi .jcarousel-navi.left {
  left: 0;
}
@media screen and (min-width: 1350px) {
  .partner-carousel .partner-carousel-navi .jcarousel-navi.left {
    left: -50px;
  }
}
.partner-carousel .partner-carousel-navi .jcarousel-navi.right {
  right: 0;
}
@media screen and (min-width: 1350px) {
  .partner-carousel .partner-carousel-navi .jcarousel-navi.right {
    right: -50px;
  }
}
.partner-carousel .arrow {
  width: 15px;
  height: 28px;
  background-size: 100% 100%;
  display: inline-block;
}
.partner-carousel .arrow.left {
  background-image: url(img/arrow-l.svg);
}
.partner-carousel .arrow.right {
  background-image: url(img/arrow-r.svg);
}
#searchModal .modal-header {
  margin-bottom: 30px;
}
.modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.modal.in {
  display: block;
}
@media screen and (max-width: 992px) {
  .modal .modal-dialog {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .modal .modal-dialog {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog {
    margin: 50px 15px;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog {
    margin: 75px auto;
  }
}
.modal .modal-dialog .modal-content.bg {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content.bg {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content.bg {
    padding: 45px 40px;
  }
}
.modal .modal-dialog .modal-content.bg .modal-header {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content.bg .modal-header .title {
  font-weight: 700;
  color: #323232;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content.bg .modal-header .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content.bg .modal-header .title {
    font-size: 24px;
  }
}
.modal .modal-dialog .modal-content.bg .modal-header .close {
  right: 0;
  top: -40px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all linear .3s;
          transition: all linear .3s;
  text-indent: -9999em;
}
.modal .modal-dialog .modal-content.bg .modal-header .close:hover {
  opacity: .6;
}
.modal .modal-dialog .modal-content.bg .modal-header .close .icon {
  right: 0;
  top: 0;
  position: absolute;
  vertical-align: middle;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 130px;
  }
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all linear .3s;
          transition: all linear .3s;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: .6;
}
.modal .modal-dialog .modal-content .modal-header .close .icon {
  vertical-align: middle;
  margin-right: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap [type="text"] {
  //width: 100%;
  padding-right: 50px;
  height: 65px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 50px 0 25px;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap [type="text"]:focus {
  border-color: #f3941b;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap ::-webkit-input-placeholder {
  font-style: italic;
  font-size: 16px;
  color: #c6c6c6;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap ::-moz-placeholder {
  font-style: italic;
  font-size: 16px;
  color: #c6c6c6;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap :-ms-input-placeholder {
  font-style: italic;
  font-size: 16px;
  color: #c6c6c6;
}
.modal .modal-dialog .modal-content .modal-body .input-wrap a,
.modal .modal-dialog .modal-content .modal-body .input-wrap button {
  border: 0;
  background: transparent;
  position: absolute;
  top: 25px;
  right: 25px;
}
.modal-backdrop {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  background-color: #1a1a1a;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow: hidden;
  overflow-y: auto;
}
.post-list .block-content:not(: last-child) {
  margin-bottom: 40px;
}
.banner-block {
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 40px 40px;
}
.banner-block:after {
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f76b1c;
  background-image: -webkit-linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(-45deg, #fad961 0%, #f76b1c 100%);
  opacity: .8;
  position: absolute;
  display: block;
}
.banner-block.lg {
  padding: 50px 0 100px;
}
.banner-block.lg:after {
  opacity: 1;
}
.banner-block.lg .so-widget-sow-editor,
.banner-block.lg .panel-grid-cell {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
}
.banner-block.lg .so-widget-sow-editor .widget-title,
.banner-block.lg .panel-grid-cell .widget-title {
  font-size: 36px;
  margin-bottom: 70px;
}
.banner-block .so-widget-sow-editor,
.banner-block .panel-grid-cell {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
}
.banner-block .so-widget-sow-editor .widget-title,
.banner-block .panel-grid-cell .widget-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.banner-block .so-widget-sow-editor .textwidget,
.banner-block .panel-grid-cell .textwidget {
  font-size: 12px;
  line-height: 20px;
}
.banner-block .ow-button-base a {
  background: #fff;
  color: #fff;
  padding: 13px 30px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
  display: inline-block;
  background: #f3941b;
  border: 0;
}
.banner-block .ow-button-base a:hover,
.banner-block .ow-button-base a.active {
  background: #a05d08;
  color: #fff;
}
.banner-block .ow-button-base a:focus {
  outline: none;
}
.banner-block .ow-button-base a.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
  border-color: #000000;
}
.banner-block .ow-button-base a.btn-sec {
  background-color: transparent;
  border: 2px solid #f3941b;
  color: #f3941b;
}
.banner-block .ow-button-base a.btn-sec:hover {
  border-color: #a05d08;
  color: #a05d08;
}
.widget,
.panel-grid {
  margin-bottom: 60px;
}
.so-widget-sow-editor {
  color: #323232;
  font-family: "Pragmatica-c_regular", sans-serif;
}
.so-widget-sow-editor .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
.so-widget-sow-editor .textwidget {
  font-size: 14px;
  line-height: 22px;
}
.so-widget-sow-editor .textwidget p:not(: last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .sow-features-list {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .sow-features-list {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .sow-features-list {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sow-features-list .sow-features-feature {
  text-align: left;
  padding: 0 90px 0 0;
}
.sow-features-list .sow-features-feature .sow-icon-image {
  position: static;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.sow-features-list .sow-features-feature h5 {
  font-weight: 400;
  color: #323232;
  font-size: 14px;
  margin-bottom: 15px;
}
.sow-features-list .sow-features-feature p {
  font-size: 13px;
  color: #fff;
}
.block-partners,
.block-services {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .block-partners,
  .block-services {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .block-partners,
  .block-services {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .block-partners,
  .block-services {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .block-services {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .home .block-about {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .home .block-about {
    padding: 60px 0;
  }
}
.adress-group {
  margin-bottom: 40px;
}
.adress-group .adress-block-title {
  font-size: 15px;
  font-weight: 700;
  color: #5d5d5d;
  margin-bottom: 30px;
}
.adress-group .adress-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.adress-group .adress-block-content .adress-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 22px;
}
.adress-group .adress-block-content .adress-item .adress-item-title {
  color: #323232;
}
.adress-group .adress-block-content .adress-item .adress-item-content {
  color: #000000;
}
@media screen and (max-width: 992px) {
  .contact-page {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .contact-page {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .contact-page {
    margin: 0 15px 30px;
  }
}
@media screen and (min-width: 992px) {
  .contact-page {
    padding-bottom: 100px;
  }
}
.contact-page h3 {
  margin: 40px 0 20px;
  font-size: 24px;
  color: #323232;
}
.wpcf7 {
  font-size: 14px;
  color: #000000;
}
.wpcf7 [type="text"],
.wpcf7 select,
.wpcf7 [type="email"],
.wpcf7 [type="date"],
.wpcf7 [type="tel"] {
  width: 100%;
  height: 40px;
  background-color: white;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  padding: 0 20px;
}
.wpcf7 textarea {
  width: 100%;
  height: 85px;
  background-color: white;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  resize: none;
  padding: 15px;
}
.wpcf7 .full {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wpcf7 .half {
    vertical-align: top;
    width: 48%;
    display: inline-block;
    margin-right: -4px;
  }
  .wpcf7 .half + .half {
    margin-left: 4%;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
  margin-top: 5px;
}
.wpcf7 [type="submit"] {
  background: #fff;
  color: #fff;
  padding: 13px 30px;
  font-family: "Pragmatica-c_regular", sans-serif;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
  display: inline-block;
  background: #f24841;
  border: 0;
}
.wpcf7 [type="submit"]:hover,
.wpcf7 [type="submit"].active {
  background: #f24841;
  color: #fff;
}
.wpcf7 [type="submit"]:focus {
  outline: none;
}
.wpcf7 [type="submit"].btn-sm {
  font-size: 12px;
  padding: 5px 20px;
  border-color: #000000;
}
.wpcf7 [type="submit"].btn-sec {
  background-color: transparent;
  border: 2px solid #f3941b;
  color: #f3941b;
}
.wpcf7 [type="submit"].btn-sec:hover {
  border-color: #a05d08;
  color: #a05d08;
}
.inner-navi {
  border: 1px solid gainsboro;
  border-radius: 2px;
  padding: 20px 30px;
}
.inner-navi .navi-title {
  color: #555;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.inner-navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner-navi ul li {
  margin: 15px 0;
}
.inner-navi ul li.active > a,
.inner-navi ul li.current_page_item > a {
  color: #f3941b;
}
.inner-navi ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #5d5d5d;
  border-bottom: 1px solid transparent;
}
.inner-navi ul li a:hover {
  border-color: #f3941b;
}
.inner-navi ul li ul li {
  padding-left: 25px;
  position: relative;
}
.inner-navi ul li ul li:before {
  content: '';
  border-bottom: 1px solid #f3941b;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
}
.sector-page .events-list .item .item-img {
  max-height: 200px;
}
@media screen and (max-width: 992px) {
  .sector-page,
  .inner-global-page {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .sector-page,
  .inner-global-page {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .sector-page,
  .inner-global-page {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sector-page .img-wrapper,
.inner-global-page .img-wrapper {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sector-page .tabs-navi,
.inner-global-page .tabs-navi {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .sector-page .tabs-navi ul,
  .inner-global-page .tabs-navi ul {
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .sector-page .tabs-navi ul li,
  .inner-global-page .tabs-navi ul li {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .sector-page .tabs-navi ul li a,
  .inner-global-page .tabs-navi ul li a {
    padding: 0 20px;
  }
}
.sector-page .block,
.inner-global-page .block {
  padding: 0 0 35px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sector-page .block,
  .inner-global-page .block {
    display: table;
    table-layout: fixed;
  }
}
@media screen and (min-width: 992px) {
  .sector-page .block .block-content,
  .inner-global-page .block .block-content,
  .sector-page .block .page-navi,
  .inner-global-page .block .page-navi {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .sector-page .block .block-content,
  .inner-global-page .block .block-content {
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sector-page .block .page-navi,
  .inner-global-page .block .page-navi {
    width: 280px;
  }
}
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-wrap * {
  box-sizing: inherit;
}
.single .upload-block {
  margin: 20px 0;
}
.single .adress-group-block {
  margin-top: 40px;
}
.change {
  -webkit-animation: change 1s linear;
          animation: change 1s linear;
}
.unchange {
  -webkit-animation: change 1s linear;
          animation: change 1s linear;
}
@-webkit-keyframes change {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes change {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.balloon-header .balloon-img {
  max-width: 80px;
}
.post-group {
  margin: 40px 0;
}
.post-group .post-group-title {
  font-size: 22px;
  color: #323232;
  margin-bottom: 30px;
}
.post-group + .post-group {
  margin-top: 80px;
}
.post-list.events-list {
  margin: 0px 0 0px -34px;
}
.post-list.events-list .item {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 30px;
  margin-bottom: 50px;
}
.post-list.events-list .item .item-title h5 {
  font-weight: inherit;
  font-size: inherit;
}
@media screen and (min-width: 992px) {
  .half-block {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
  }
}
@media screen and (max-width: 991px) {
  .half-block + .half-block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .contact-block {
    margin: 50px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .contact-block .block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .contact-block .block-img {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    height: 80px;
  }
}
.contact-block .block-img .img-wrap {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact-block .block-img .img-wrap {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .contact-block .block-img .img-wrap {
    width: 80px;
    height: 80px;
  }
}
.contact-block .block-img .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact-block .block-info {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .contact-block .block-info {
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .contact-block .block-info {
    padding: 0 30px;
    display: table-cell;
  }
}
.contact-block .block-info .block-title {
  font-size: 15px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 10px;
}
.contact-block .block-info .block-title .block-meta-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-block .block-info .block-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-block .block-info .block-meta li {
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .contact-block .block-info .block-meta li {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .contact-block .block-info .block-meta li + li {
    padding: 0 0 0 15px;
    margin-left: 15px;
    border-left: 1px solid #000000;
  }
}
@media screen and (min-width: 992px) {
  .honor-board {
    margin: 0 -20px;
  }
}
.honor-board .item {
  vertical-align: top;
  padding: 0 20px 40px;
}
@media screen and (min-width: 992px) {
  .honor-board .item {
    display: inline-block;
    width: 33.3333%;
  }
}
.honor-board .item .item-inner {
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  text-align: center;
  color: #323232;
  padding: 40px 30px;
  height: 280px;
}
.honor-board .item .item-img {
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.honor-board .item .item-img:after {
  display: none;
}
.honor-board .item .item-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.honor-board .item .item-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.honor-board .item .item-title {
  font-size: 13px;
  color: #323232;
}
@media screen and (max-width: 992px) {
  .contacts-page .tabs-navi {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .contacts-page .tabs-navi {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contacts-page .tabs-navi {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts-page .panel-grid {
  margin-top: 50px;
}
.contacts-page .panel-grid:last-child {
  margin-bottom: 0;
}
.contacts-page .panel-grid .widget {
  margin-bottom: 0;
}
.contacts-page .panel-grid .contact-block {
  margin: 30px 0;
}
.contacts-page h3 {
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  .contacts-page .has-child {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .contacts-page .has-child > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .contacts-page .has-child > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 992px) {
  .contacts-page .has-child {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .contacts-page .has-child {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contacts-page .has-child {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts-page .has-child .block-content {
  padding-right: 20px;
}
.contacts-page .has-child .block-content .container,
.contacts-page .has-child .block-content .tabs-navi {
  width: 100%;
  max-width: 1200px;
}
.contacts-page .has-child .page-navi {
  width: 280px;
}
.soon {
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.soon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  background-color: #1800f6;
  background-image: -webkit-linear-gradient(315deg, #1800f6 0%, #c86dd7 100%);
  background-image: linear-gradient(135deg, #1800f6 0%, #c86dd7 100%);
}
.soon .site-header {
  position: relative;
  z-index: 1;
}
.soon .site-header:after,
.soon .site-header:before {
  display: none;
}
.soon .site-header .top-line {
  height: 70px;
}
.soon .site-middle {
  margin: 80px 0 0;
  color: white;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .soon .site-middle {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .soon .site-middle {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .soon .site-middle {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.soon .site-middle .msg {
  margin-top: 60px;
}
.page .block-production {
  margin-bottom: 50px;
}
.catalog-page .msg {
  margin-top: 40px;
}
.sk-circle {
  width: 50px;
  height: 50px;
  position: relative;
  margin: auto;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #f3941b;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#contact_form .wpcf7-form-control-wrap.your-email {
  height: 0px;
  overflow-y: hidden;
  margin: 0;
}
#contact_form .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#contact_form .modal-header .title {
  margin-bottom: 0;
}
#contact_form .modal-header .title span {
  font-weight: 400;
}
#contact_form .contact-img {
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#contact_form .contact-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery {
  position: relative;
  margin: 30px -20px;
}
.gallery .gallery-list-wrap {
  overflow: hidden;
}
.gallery .gallery-list {
  width: 2000em;
  position: relative;
}
.gallery .gallery-list:after {
  content: '';
  clear: both;
  display: table;
}
.gallery .gallery-list .item {
  float: left;
  padding: 0 20px;
}
.gallery .gallery-list .item a {
  display: block;
  height: 250px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery .gallery-list .item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery .jcarousel-navi {
  border-radius: 50%;
  background-color: #f3941b;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}
.gallery .jcarousel-navi:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 13px;
  left: 13px;
}
.gallery .jcarousel-navi.left {
  left: 40px;
}
.gallery .jcarousel-navi.left:after {
  background-image: url(img/arrow-l_b.svg);
}
.gallery .jcarousel-navi.right {
  right: 40px;
}
.gallery .jcarousel-navi.right:after {
  left: auto;
  right: 13px;
  background-image: url(img/arrow-r_b.svg);
}
.single table,
.page table {
  border: 0;
  border-collapse: collapse;
}
.single table th,
.page table th,
.single table td,
.page table td {
  padding: 20px 30px;
  vertical-align: middle;
  text-align: left;
}
.single table th,
.page table th {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.single table td,
.page table td {
  color: #323232;
}
.adress-list-filter {
  padding: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.adress-list-filter .selected-filter {
  position: relative;
  padding-left: 30px;
  min-height: 24px;
}
.adress-list-filter .selected-filter:after {
  content: '';
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  width: 9px;
  height: 11px;
  background-image: url(img/icon-diamond.svg);
  width: 24px;
  height: 24px;
  background-color: #f3941b;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
}
.adress-list-filter .selected-filter:after.icon-menu {
  width: 22px;
  height: 22px;
  background-image: url(img/icon-menu.svg);
  background-size: 100% 100%;
}
.adress-list-filter .selected-filter:after.icon-menu.icon-menu-active {
  background-image: url(img/icon-menu_a.svg);
}
.adress-list-filter .selected-filter:after.icon-search {
  width: 18px;
  height: 18px;
  background-image: url(img/icon-search.svg);
}
.adress-list-filter .selected-filter:after.icon-home {
  width: 39px;
  height: 43px;
  background-image: url(img/icon-home.svg);
}
.adress-list-filter .selected-filter:after.icon-play {
  width: 47px;
  height: 47px;
  background-image: url(img/icon-play.svg);
}
.adress-list-filter .selected-filter:after.icon-pdf {
  width: 25px;
  height: 32px;
  background-image: url(img/icon-pdf.svg);
}
.adress-list-filter .selected-filter:after.icon-auth {
  width: 11px;
  height: 14px;
  background-image: url(img/icon-auth.svg);
}
.adress-list-filter .selected-filter:after.icon-compas {
  width: 36px;
  height: 36px;
  background-image: url(img/icon-compas.svg);
}
.adress-list-filter .selected-filter:after.icon-users {
  width: 36px;
  height: 34px;
  background-image: url(img/icon-users.svg);
}
.adress-list-filter .selected-filter:after.icon-close {
  width: 24px;
  height: 25px;
  background-image: url(img/icon-close.svg);
}
.adress-list-filter .selected-filter:after.icon-arrow-r {
  width: 41px;
  height: 43px;
  background-image: url(img/icon-arrow-r.svg);
}
.adress-list-filter .selected-filter:after.icon-arrow-l {
  width: 41px;
  height: 43px;
  background-image: url(img/icon-arrow-l.svg);
}
.adress-list-filter .selected-filter:after.icon-diamond {
  width: 9px;
  height: 11px;
  background-image: url(img/icon-diamond.svg);
}
.adress-list-filter .selected-filter:after.icon-load {
  width: 25px;
  height: 25px;
  background-image: url(img/icon-load.svg);
  background-size: 100% 100%;
}
.adress-list-filter .selected-filter .item {
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 13px;
  color: #ccc;
  font-weight: 300;
  border: 1px solid #f0f0f0;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  margin: 0 5px 5px 0;
}
.adress-list-filter .selected-filter .item .remove-item {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(img/icon-close_g.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.adress-list-filter .filter-items {
  margin-top: 10px;
  padding: 5px 20px 5px 5px;
  border-radius: 2px 2px 0 0;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.adress-list-filter .filter-items:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(img/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 6px;
  height: 10px;
}
.adress-list-filter .filter-items .selected-item {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  padding: 0 5px;
}
.adress-list-filter .filter-items:hover {
  border-radius: 2px;
  border-color: #f0f0f0;
}
.adress-list-filter .filter-items.open {
  border-color: #f0f0f0;
}
.adress-list-filter .filter-items.open ul {
  display: block;
}
.adress-list-filter .filter-items ul {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.adress-list-filter .filter-items ul li {
  color: #555;
  font-size: 14px;
  padding: 3px 10px;
}
.adress-list-filter .filter-items ul li:hover {
  background: #f0f0f0;
}
.single .block-content .item-img {
  display: inline-block;
  max-width: 100%;
}
.rewards-list {
  margin: 60px 0;
}
.rewards-list .reward-year {
  position: relative;
}
.rewards-list .reward-year:after {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 30px;
  border-left: 1px dashed #999;
}
@media screen and (max-width: 991px) {
  .rewards-list .reward-year:after {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .rewards-list .reward-year:after {
    left: 25px;
  }
}
.rewards-list .reward-year .reward-year-title {
  line-height: 1em;
  font-weight: 500;
  font-size: 24px;
}
.rewards-list .reward-year:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rewards-list .reward-year:last-child:after {
  bottom: 40px;
  top: -30px;
}
.rewards-list .reward-year:last-child .rewars {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.rewards-list .reward-year:last-child .reward-year-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 992px) {
  .rewards-list .rewars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 150px;
  }
}
.rewards-list .rewars .reward-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .rewards-list .rewars .reward-item {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .rewards-list .rewars .reward-item {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.rewards-list .rewars .reward-item .reward-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.rewards-list .rewars .reward-item .reward-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .rewards-list .rewars .reward-item .reward-info {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .rewards-list .rewars .reward-item .reward-info {
    padding-left: 30px;
  }
}
.rewards-list .rewars .reward-item .reward-info .reward-title {
  color: #f3941b;
  line-height: 1em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 991px) {
  .rewards-list .rewars .reward-item .reward-info .reward-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .rewards-list .rewars .reward-item .reward-info .reward-title {
    font-size: 18px;
  }
}
.block-adresses {
  position: relative;
}
.block-adresses .under-constructon-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #f3941b;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .block-adresses .adress-block-content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .block-adresses .adress-block-content .map-overlay {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .block-adresses .adress-block-content .map-overlay {
    background-color: #f0f0f0;
    vertical-align: top;
    display: table-cell;
    height: 500px;
    text-align: center;
    vertical-align: middle;
  }
}
.block-adresses .adress-block-content .map-overlay .sk-circle {
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .block-adresses .adress-block-content .adress-list-block {
    display: table-cell;
    vertical-align: top;
    width: 370px;
    height: 500px;
  }
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item {
  -webkit-transition: all linear .2s;
          transition: all linear .2s;
}
@media screen and (min-width: 992px) {
  .block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media screen and (max-width: 991px) {
  .block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item > div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 991px) {
  .block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 992px) {
  .block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item {
    padding: 30px;
  }
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item:hover {
  background-color: #f0f0f0;
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item + .adress-item {
  border-top: 1px solid rgba(151, 151, 151, 0.15);
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item .adress-item-logo {
  vertical-align: middle;
  width: 95px;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item .adress-item-logo {
    display: table-cell;
  }
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item .adress-item-inner {
  vertical-align: middle;
  margin-top: 0;
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item .adress-item-inner .adress-item-title {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 10px;
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item .adress-item-inner .adress-item-description {
  margin-bottom: 5px;
  color: #000000;
}
.block-adresses .adress-block-content .adress-list-block .adress-list-inner .adress-list .adress-item .adress-item-inner .adress-item-contacts {
  color: #000000;
}
.search-page {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .search-page .post {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.search-page .post + .post {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .search-page .post .post-img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .search-page .post .post-img {
    width: 240px;
    display: table-cell;
    vertical-align: top;
  }
}
.search-page .post .post-img .img-wrap {
  position: relative;
  height: 150px;
  width: 200px;
  border-radius: 2px;
  overflow: hidden;
}
.search-page .post .post-img .img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  background-color: #f76b1c;
  background-image: -webkit-linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(-45deg, #fad961 0%, #f76b1c 100%);
}
@media screen and (min-width: 992px) {
  .search-page .post .post-content {
    display: table-cell;
    vertical-align: top;
  }
}
.search-page .post .post-content .post-more {
  margin-top: 20px;
}
.search-page .post .post-content .post-title {
  margin-bottom: 15px;
}
.search-page .post .post-content .post-title h5 {
  font-weight: 400;
  font-size: 14px;
}
.g-recaptcha > div {
  max-width: 100%;
}
.g-recaptcha iframe {
  max-width: 100%;
}
.adress-filter {
  padding: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.adress-filter .sk-circle {
  width: 15px;
  height: 15px;
  margin: 15px 0 0 10px;
}
.adress-filter .selected-filter-items:not(:empty) {
  position: relative;
  padding-left: 30px;
  min-height: 24px;
}
.adress-filter .selected-filter-items:not(:empty):after {
  content: '';
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  width: 9px;
  height: 11px;
  background-image: url(img/icon-diamond.svg);
  width: 24px;
  height: 24px;
  background-color: #f3941b;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
}
.adress-filter .selected-filter-items .item {
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 13px;
  color: #323232;
  font-weight: 300;
  border: 1px solid #f0f0f0;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  margin: 0 5px 5px 0;
}
.adress-filter .selected-filter-items .item .remove-item {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(img/icon-close_g.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.adress-filter .adress-filters-list .filter-item {
  margin-top: 10px;
  padding: 5px 20px 5px 5px;
  border-radius: 2px 2px 0 0;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.adress-filter .adress-filters-list .filter-item:hover {
  border-radius: 2px;
  border-color: #f0f0f0;
}
.adress-filter .adress-filters-list .filter-item.open {
  border-color: #f0f0f0;
}
.adress-filter .adress-filters-list .filter-item.open .filter-content ul {
  display: block;
}
.adress-filter .adress-filters-list .filter-item:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(img/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 6px;
  height: 10px;
}
.adress-filter .adress-filters-list .filter-item .filter-title {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  padding: 0 5px;
}
.adress-filter .adress-filters-list .filter-item .filter-content ul {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.adress-filter .adress-filters-list .filter-item .filter-content ul li {
  color: #555;
  font-size: 14px;
  padding: 3px 10px;
}
.adress-filter .adress-filters-list .filter-item .filter-content ul li:hover {
  background: #f0f0f0;
}
.product-categories {
  margin: 35px 0 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-categories .title {
  margin-right: 15px;
  margin-top: 6px;
}
.product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-categories ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.product-categories ul li:hover a {
  text-decoration: underline;
}
.product-categories ul li .sorter-item {
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 25px 5px 10px;
  display: block;
  border: 1px solid transparent;
}
.product-categories ul li span {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 10px;
  color: #787878;
  text-decoration: none;
  display: block;
}
.product-categories ul li span .remove-item {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(img/icon-close_g.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .catalog-page {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .catalog-page {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-page {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-page .sk-circle {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .catalog-page .catalog-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .catalog-page .catalog-container .catalog-wrap {
    display: table-cell;
    vertical-align: top;
  }
}
.catalog-page .catalog-container .catalog-wrap .load-more {
  text-align: center;
  font-size: 16px;
  margin: 30px 0;
}
.catalog-page .catalog-container .catalog-wrap .load-more a {
  text-decoration: none;
}
.catalog-page .catalog-container .catalog-wrap .load-more a .icon {
  margin-right: 10px;
  vertical-align: middle;
}
.catalog-page .catalog-container .catalog-wrap .load-more a.loading .icon {
  -webkit-animation: loading 1.2s infinite linear both;
          animation: loading 1.2s infinite linear both;
}
@media screen and (min-width: 992px) {
  .catalog-page .catalog-container .catalog-filter-wrap {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    padding-left: 20px;
  }
}
.catalog-page .catalog-container .catalog-filter {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 30px 20px;
}
.catalog-grid {
  margin: 0px 0 30px;
}
@media screen and (min-width: 992px) {
  .catalog-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 1px 0 0 1px;
  }
}
.catalog-grid .product-item {
  border: 1px solid #f0f0f0;
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .catalog-grid .product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: -1px 0 0 -1px;
  }
}
.catalog-grid .product-item .product-item-img {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
}
.catalog-grid .product-item .product-item-img img {
  width: auto;
  height: auto;
  max-height: 180px;
  max-width: 180px;
}
.catalog-grid .product-item .product-item-title {
  margin-bottom: 10px;
}
.catalog-grid .product-item .product-item-title h5 {
  font-size: 18px;
  margin: 0;
  line-height: 1.1em;
  font-weight: 400;
}
.catalog-grid .product-item .product-item-info {
  margin: 15px 0;
}
.product-card {
  margin: 20px 0 70px;
  color: #555;
}
@media screen and (min-width: 992px) {
  .product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .product-card .left-side {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .product-card .left-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .product-card .right-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product-card .image-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px 0 0 -10px;
}
.product-card .image-gallery li {
  width: 33.33%;
  padding: 10px;
  position: relative;
}
.product-card .image-gallery li:before {
  padding-top: 100%;
  display: block;
  content: '';
}
.product-card .image-gallery li a {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card .image-gallery li a img {
  display: block;
}
.product-card .product-img {
  background-color: white;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .product-card .product-img {
    position: relative;
  }
  .product-card .product-img:before {
    content: '';
    padding-top: 100%;
    display: block;
  }
  .product-card .product-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .product-card .product-img {
    width: 340px;
    height: 370px;
  }
  .product-card .product-img a {
    display: block;
    height: 100%;
  }
  .product-card .product-img a img {
    max-height: 100%;
    width: auto;
  }
}
.product-card .product-block .product-block-title {
  font-size: 18px;
  line-height: 1em;
  color: #555;
  margin-bottom: 35px;
}
.product-card .product-block + .product-block {
  margin-top: 50px;
}
.product-card .colors-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-card .colors-list .color-item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #f0f0f0;
}
.product-card .attributes-list {
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
}
.product-card .attributes-list .line {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 10px;
}
@media screen and (min-width: 992px) {
  .product-card .attributes-list .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .product-card .attributes-list .line .key {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .product-card .attributes-list .line .key {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}
@media screen and (min-width: 992px) {
  .product-card .attributes-list .line .value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.catalog-filter {
  color: #555;
  margin-bottom: 50px;
}
.catalog-filter .filter-reset {
  margin-top: 30px;
  font-size: 12px;
}
.catalog-filter .catalog-filter-item {
  position: relative;
}
.catalog-filter .catalog-filter-item + .catalog-filter-item {
  margin-top: 35px;
}
.catalog-filter .catalog-filter-item .filter-block-title {
  padding: 10px;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.catalog-filter .catalog-filter-item .filter-block-title:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(img/arrow-l.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 6px;
  height: 10px;
}
.catalog-filter .catalog-filter-item .filter-block-title:hover {
  border-color: #ddd;
}
.catalog-filter .catalog-filter-item.open .filter-block-title {
  border: 2px 2px 0 0;
}
.catalog-filter .catalog-filter-item.open ul {
  display: block;
}
.catalog-filter .catalog-filter-item.open:hover ul {
  border-color: #ddd;
}
.catalog-filter .catalog-filter-item.open:hover ul li {
  border-color: #ddd;
}
.catalog-filter .catalog-filter-item ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  background-color: #fff;
}
.catalog-filter .catalog-filter-item ul li + li {
  border-top: 1px solid #f0f0f0;
}
.catalog-filter .catalog-filter-item ul li a {
  display: block;
  padding: 10px 10px;
  padding: 3px 10px;
  text-decoration: none;
  color: #555;
}
.catalog-filter .catalog-filter-item ul li a:hover {
  background-color: #f0f0f0;
}
.catalog-filter .catalog-filter-item ul li span {
  display: block;
  padding: 10px 10px;
  padding: 3px 10px;
  text-decoration: none;
  color: #555;
  cursor: default;
}
.catalog-filter-wrap .filter-block {
  margin-bottom: 40px;
}
.catalog-filter-wrap .filter-block .filter-block-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #323232;
}
.catalog-filter-wrap .filter-block .sub-attributes-list .color-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
}
.catalog-filter-wrap .filter-block .sub-attributes-list .color-item [type="checkbox"] {
  position: absolute;
  left: -999em;
}
.catalog-filter-wrap .filter-block .sub-attributes-list .color-item [type="checkbox"]:checked + label {
  border-color: #000000;
}
.catalog-filter-wrap .filter-block .sub-attributes-list .color-item label {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  cursor: pointer;
}
.catalog-filter-wrap .filter-block .sub-attributes-list .filter-item {
  font-size: 13px;
  color: #555;
}
.catalog-filter-wrap .filter-block .sub-attributes-list .filter-item label input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.catalog-container {
  margin: 30px 0;
}
.product-main-categories {
  margin-bottom: 40px;
}
.product-main-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-main-categories ul li {
  border: 1px solid rgba(151, 151, 151, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.product-main-categories ul li + li {
  margin-top: 20px;
}
.product-main-categories ul li:hover a {
  color: #f24841;
}
.product-main-categories ul li span {
  color: #fff;
  font-weight: bold;
  padding: 20px 20px;
  background-color: #f24841;
  display: block;
}
.product-main-categories ul li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}


/* Մեր սիրելի սթայլերը կսկսվեն այստեղից */
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Pragmatica-c";
  src: url("./fonts/pragmatica-c_regular.otf") format("woff"), url("./fonts/pragmatica-c_regular.otf") format("opentype"), url("./fonts/pragmatica-c_regular.otf") format("truetype");
}

@font-face {
  font-family: "Pragmatica-c_bold";
  src: url("./fonts/Pragmatica-c_bold.otf") format("woff"), url("./fonts/Pragmatica-c_bold.otf") format("opentype"), url("./fonts/Pragmatica-c_bold.otf") format("truetype");
}

@font-face {
  font-family: "century_gothic";
  src: url("./fonts/century_gothic.woff") format("woff"), url("./fonts/century_gothic.eot") format("opentype"), url("./fonts/century_gothic.ttf") format("truetype");
}

@font-face {
  font-family: "a_FuturicaLt Thin";
  font-style: normal;
  font-weight: 400;
  src: local("a_FuturicaLt Thin"), local("a_FuturicaLt-Thin"), url("./fonts/a_futuricalt-thin.woff") format("woff"), url("./fonts/a_futuricalt-thin.ttf") format("truetype");
}

@font-face {
  font-family: "pf_beau_sans_pro";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/pf_beau_sans_pro-regular.woff") format("woff"), url("./fonts/pf_beau_sans_pro-regular.ttf") format("truetype");
}

.page {
  width: 100%;
  background-color: white;
}

.page__section {
  padding: 50px 10px;
}

.page__section--grey {
  background-color: #e8e8e8;
}

.page__wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0px auto;
}

.page__wrapper--header {
  /*max-width: 1600px;*/
  width: 100%;
  margin: 0px auto;
  padding: 20px 0;
  background-color: #FFFFFF;
}
.contact-top {
width: 100%;
display: inline-block;
margin-top: 8px;
}

.contact-item adress {
border-right: 1px solid #fff;	
}

.page__wrapper--small {
  max-width: 1400px;
}

.page__title {
  /*font-size: 48px;*/
  color: #6f767a;
  text-align: center;
  display: block;
  font-family: "Pragmatica-c_bold";
  font-size: 30px;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 50px;
}

.page__title--header {
  /*font-size: 48px;*/
  color: #6f767a;
  text-align: center;
  display: block;
  font-family: "Pragmatica-c_bold";
  font-size: 30px;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 50px;
}

.page__title--small {
  color: #818181;
  font-size: 20px;
  font-family: "Pragmatica-c";
  max-width: 900px;
}

.page__title--no-margin {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .page__title {
    font-size: 32px;
  }
  .page__title--small {
    font-size: 20px;
  }
}

.header {
  font-family: "Pragmatica-c_bold";
  padding: 20px 45px;
  display: flex;
  z-index: 999999;
}

.header--fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.sticky {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.header .menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header .menu-item {
  margin: 0px 10px;
  padding: 8px 10px;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: color 0.5s ease;;
}

.header .current-menu-item  {
  background-color: #f24841;
}

.header .menu-item--search {
  margin-left: 20px;
}

.header .menu-item:hover {
  color: rgba(255, 255, 255, 0.7);
}

.header .menu-item:hover .sub-menu {
  display: flex;
}

.header .menu-item .sub-menu {
  background-color: white;
  display: none;
  flex-direction: column;
  min-width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
}

.header .menu-item .sub-menu .menu-item {
  cursor: pointer;
  color: #4d4d4d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding: 15px 10px;
  font-size: 16px;
  transition: background-color 0.5s ease;
}

.header .menu-item .sub-menu .current-menu-item  {
  background-color: #f24841;
  color: white;
}

.header .menu-item .sub-menu .menu-item:not(.sub-menu .current-menu-item ):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.header .menu-item .sub-menu a {
  color: inherit;
}

.header .menu a {
  color: inherit;
  text-decoration: none;
}

.header .search {
  cursor: pointer;
  align-self: center;
}

.footer {
  padding: 100px 0 50px;
  background-image: url("../../uploads/2021/09/footer.png");
  background: #1f1e1e;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.footer__inner {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__section {
  width: 30%;
  font-family: "Pragmatica-c";
  color: white;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
.footer__section:not(:last-child) {
  padding-right: 15px;
}

.footer__section:not(:last-child) {
  padding-right: 15px;
}

.footer__section--right {
  /*margin-left: auto !important;*/
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 2px solid #fff;
  text-align: right;
}

.footer__shop-link {
	flex-grow: 1;
	/*padding: 0px 28px;*/
	padding: 0px 0px;	
	text-align: center;	
}

.footer__shop-link a {
	display: block;
	max-width: 220px;
	background-color: #fffdfd;
	min-height: 28px;
}

@media (max-width: 476px) {
	.footer__section--right {
		flex-direction: column;
	}
	
	.footer__shop-link {
		text-align: center;
		margin-left: auto;
		margin-right: auto;		
	}
}


.footer__section hr {
  margin: 30px 0px;
}

.footer__section a {
  color: white;
  text-decoration: none;
  transition: opacity 0.5s ease;
}



.footer__shop-link a {
	color:#000000;
}

.footer__section a:hover {
  opacity: 0.8;
}

.footer__link {
  color: inherit;
  transition: opacity 0.5s ease;
  text-decoration: none !important;
  color: white !important;
}

.footer__link:hover {
  opacity: 0.8;
}

.footer .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.footer .socials__item {
  transition: opacity 0.5s ease;
}

.footer .socials__item:not(:last-child) {
  margin-right: 15px;
}

.footer .socials__item:hover {
  opacity: 0.8;
}

.footer .socials__icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1629px) {
  .footer__inner {
    width: 1200px;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding: 100px 0 50px;
  }
  .footer__inner {
    width: 980px;
  }
  .footer__section {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
.footer__inner {
    width: 740px;
  }
  .footer__section {
    width: 33.33333333%;
  }
  .footer__section--right {
    width: 100%;
  }
  .footer__section {
    font-size: 14px;
}
.footer__section br:first-child {
  display: none;
}
.footer__section .line {
  margin-top: 10px;
}
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 20px 0;
    flex-direction: column;
  }
.footer .socials {
  justify-content: center;
}
  .footer__inner {
    width: 100%;
  }
  .footer .socials__item {
    margin: 0 7px;
  }
  .footer .socials__item:not(:last-child) {
    margin-right: 7px;
}
  .footer__section--right {
    text-align: center;
  }
  .footer__section {
    width: 100%;
    margin: 0px !important;
    padding: 20px;
  }
  .footer__section a {
    font-size: 12px;
  }

}

@media (max-width: 566px) {
  .footer {
    padding: 25px 25px 25px 25px;
  }
  .footer .socials__icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 375px) {
  .footer .socials__item {
    margin: 0 3px;
  }
  .footer .socials__item:not(:last-child) {
    margin-right: 7px;
  }
  
  .page__title {
    font-size: 26px;
  }
}
.banner .slider {
  width: 100%;
  height: 100vh;
}

.marks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
}

@media (max-width: 1023px) {
  .marks {
    flex-wrap: wrap;
  }
  .marks__item {
    width: 50%;
    margin-bottom: 15px;
  }
  .marks__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 566px) {
  .marks {
	padding: 0px 10px;
  }
  
  .marks__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.categories {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.categories__item {
  width: 25%;
  min-height: 256px;
  flex-shrink: 0;
  padding: 10px;
}

.categories__item:nth-child(4) .categories__link {
  background-color: #f24841;
}

.categories__item:nth-child(5) .categories__link {
  background-color: #28e9b5;
}

.categories__item:hover .categories__image {
  transform: scale(1.2);
}

.categories__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.categories__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease !important;
}

.categories__title {
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 10%;
  color: white;
  font-size: 24px;
  font-family: "Pragmatica-c_bold";
  word-break: break-word;
}

@media (max-width: 1199px) {
  .categories__item {
    width: 50%;
  }
}

@media (max-width: 580px) {
  .categories__item {
    width: 100%;
  }
}

.partners {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__item {
  height: 140px;
  width: 100%;
  padding: 0px 15px;
}

.partners__image {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

@media (max-width: 1199px) {
  .partners {
    flex-wrap: wrap;
  }
  .partners__item {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .partners__item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .partners__item {
    width: 100%;
    padding: 10px 0px;
  }
}

.news {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.news__item:hover {
  box-shadow: 0px 6px 20px 2px #d6d6d6;
}
.news__title {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
	font-family: Pragmatica-c_regular, sans-serif;
    color: #000;
    height: 48px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news__itemImage {
    height: 300px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.news--large .news__info {
  display: flex;
  flex-direction: column;
}
.news__readmore {
    color: #f24841;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
	font-family: Pragmatica-c_bold, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.news--large .news__description {
  margin-bottom: 20px;
  margin-top: auto;
  height: 138px;
    overflow: hidden;
}

.news__item {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 10px;
}

.news__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.news__info {
  font-family: "century_gothic";
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  background-color: white;
}

.news__description {
  margin-bottom: 10px;
}

.news__link {
  text-transform: uppercase;
  color: #f24841;
  font-weight: 900;
}

@media (max-width: 1023px) {
  .news {
    flex-wrap: wrap;
  }
  .news__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
    .news__itemImage {
    height: 200px;
    }
}
@media (max-width: 580px) {
  .news__item {
    width: 100%;
  }
    .news__itemImage {
    height: 250px;
    }
}

/* ստեղից սկսում ա գռ.. աֆիկը. */

.partner-carousel .jcarousel ul li {
	height: 60px;
}
.more-block a {
    font-family: "Pragmatica-c";
    display: block  ;
    max-width: 220px;
    background: #f24841;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-left: 10px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.more-block a:hover,
.more-block a:focus {
  background: #d63731;
  color: #fff;
}
.language-chooser {
  display: flex;
}
.language-chooser li {
  margin-left: 15px;
}
.language-chooser li>a {
  font-family: "Pragmatica-c_bold";
    font-size: 16px;
    text-decoration: none;
  background: none;
  text-transform: uppercase;
  color: #fff;
}
.language-chooser li.active>a,
.language-chooser li>a:hover {
  color: #f24841;
}
@media screen and (max-width: 1400px) {
    .footer__section {
    font-size: 14px;
  }
  .news__itemImage {
    height: 220px;
  }
  .home-hero .carousel .item,
  .home-hero {
    min-height: 500px;
  }
  .site-header .header-inner .top-menu ul li {
      margin: 0 10px;
  }
  .site-header .header-inner .top-menu ul li a {
    font-size: 15px;
  }
  .home-hero .slide .slide-title {
    font-size: 54px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 100px;
  }
  .home-hero .slide .slide-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero .carousel .item,
  .home-hero {
    min-height: 400px;
  }
  .home-hero .carousel .item .item-inner {
    width: 980px;
  }
  .site-header .header-inner .top-menu ul li {
    margin: 0 5px;
  }
  .site-header .header-inner .top-menu ul li a {
    font-size: 12px;
  }
  .home-hero .slide .slide-title {
    font-size: 46px;
    margin-top: 150px;
  }
  .home-hero .slide .slide-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  .home-hero .carousel .item .item-inner {
    width: auto;
}
  #main_menu_container {
    position: absolute;
    top: 79px;
    left: -15px;
    right: -15px;
    z-index: 99;
    background: hsl(0deg 0% 0% / 90%);
  }
  .home .site-header .header-top {
    padding-top: 0;
  }
  .home-hero .slide .slide-title {
    margin-top: 100px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .slide .slide-title {
    font-size: 40px;
  }
  .home-hero .slide .slide-subtitle br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .home-hero .slide .slide-title {
    font-size: 36px;
    margin-top: 60px;
  }
  .region {
    margin-right: 40px;
  }
  .language-chooser li {
    margin: 0 5px;
}
.home-hero .slide .slide-subtitle {
  font-size: 14px;
}
.home-hero .carousel .item, .home-hero {
    min-height: 340px;
}
}
@media screen and (max-width: 375px) {
.more-block a {
    max-width: 100%;
    margin-left: 0;
  }
  .page__title--small {
    font-size: 18px;
  }  
  .region {
    margin-right: 70px;
}
.logo img {
  width: 120px;
}
.site-header .header-inner .top-menu .mobile-menu {
  top: 14px;
}
}
@media screen and (max-width: 340px) {
.logo img {
  width: 110px;
}
.site-header .header-inner .top-menu .mobile-menu {
  top: 12px;
}
}

/********************************************************************/
@media screen and (max-width: 992px) {
  .dover-jcarousel {
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .dover-jcarousel {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .dover-jcarousel {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1630px) {
  .dover-jcarousel {
    width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .dover-jcarousel {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.dover-jcarousel .jcarousel {
    overflow: hidden;
    margin-left: 0px;
    margin-right: 15px;
}

.dover-jcarousel .jcarousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 2000em;
}

.dover-jcarousel .jcarousel ul li {
    height: 60px;
    float: left;
    width: 200px;
}

@media screen and (max-width: 991px) {
  .dover-jcarousel .jcarousel ul li {
    text-align: center;
  }
}

/*************************************************/
.dover-jcarousel .dover-jcarousel-navi {
	position: relative;
}

@media screen and (max-width: 992px) {
  .dover-jcarousel .dover-jcarousel-navi {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .dover-jcarousel .dover-jcarousel-navi {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .dover-jcarousel .dover-jcarousel-navi {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1630px) {
  .dover-jcarousel .dover-jcarousel-navi {
    width: 1400px;
  }
}

.dover-jcarousel .jcarousel-navi .arrow {
    width: 15px;
    height: 28px;
    background-size: 100% 100%;
    display: inline-block;
}

.dover-jcarousel .dover-jcarousel-navi .jcarousel-navi {
  position: absolute;
  top: -45px;
}
.dover-jcarousel .dover-jcarousel-navi .jcarousel-navi.left {
  left: 0;
}
@media screen and (min-width: 1350px) {
  .dover-jcarousel .dover-jcarousel-navi .jcarousel-navi.left {
    left: -50px;
  }
}
.dover-jcarousel .dover-jcarousel-navi .jcarousel-navi.right {
  right: 0;
}
@media screen and (min-width: 1350px) {
  .dover-jcarousel .dover-jcarousel-navi .jcarousel-navi.right {
    right: -50px;
  }
}


/*
.dover-jcarousel .dover-jcarousel-navi .jcarousel-navi {
    position: absolute;
    top: -45px;
}

.dover-jcarousel .jcarousel-navi.left {

	left: -50px;	
}

.dover-jcarousel .jcarousel-navi.right {

	right: -50px;	
}*/

.dover-jcarousel .jcarousel-navi .arrow.left {
    background-image: url(img/arrow-l.svg);
}

.dover-jcarousel .jcarousel-navi .arrow.right {

    background-image: url(img/arrow-r.svg);
}

/*****************CONTACTS************************/

@media screen and (max-width: 680px) {
	.panel-row-style-for-718-1 {
		flex-direction: column;
	}
	
	#pgc-718-1-0 {
		width: 100% !important;
	}
	
	#pgc-718-1-1 {
		width: 100% !important;
	}
}

.widget-title.contacts-head {
	position: relative;
	
	padding: 12px 32px;
	border-radius: 24px;
	background-color: #f24841;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Pragmatica-c_bold", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.widget-title.contacts-head:after {
	position: absolute;
	content: '';
	background-image: url(images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: center;
	top: 0px;	
	right: 18px;
	height: 32px;
	width: 24px;
	
	transform: rotate(180deg);
}

.contacts-h3 {
	position: relative;
	
	padding: 12px 32px;
	border-radius: 24px;
	background-color: #999494;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Pragmatica-c_bold", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.widget-title.contacts-head.show::after {
  transition: all .8s;
  transform: rotate(180deg);
}

.widget-title.contacts-head.hide::after {
  transition: all .8s;
  transform: rotate(0deg);
}
/***********/
.block-collapse {
	opacity:1;
	visibility: visible;
	overflow-y: hidden;
	/*max-height: 1000px;*/
	margin-bottom: 24px
}

.block-collapse.show {
	margin-bottom: 24px;
	opacity: 1;
	transition: all .8s;
}

.block-collapse.hide {
	margin-bottom: 8px;
	height: 0;
	opacity: 0;	
	transition: all .8s;	
}
/*************************************/


.contact-block .block-img .img-wrap {
	border-radius: 0;
}

.contact-block {
	font-family: "Pragmatica-c_regular", sans-serif;
}

.contact-phone a {
	text-decoration: none;
	font-family: "Pragmatica-c_bold", sans-serif;
}

.contact-link{
	font-family: "Pragmatica-c_regular", sans-serif;
	text-decoration: none;
	padding: 8px 12px;
	background-color: #f24841;
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
	.contact-link {
	display: inline-block;
    margin-top: 6px;
	}
}

.contact-info-inner {
	display: flex;
	justify-content: space-between;
}

.contact-header-head {
	text-transform: uppercase;
}

.contact-header-noimg .block-img {
	display: none;	
}

.contact-header-noimg .block-info {
	padding-left: 4px;
}

.contact-header-noimg .contact-link {
	display: none;
}

.contact-header-contact {
	padding: 24px;
	background-color: #e8e8e8;
	font-family: "Pragmatica-c_regular", sans-serif;
}

/* Стили для социального сектора */
. block-img overlay-bg-blue-1 {
	background-color: #ffffff;
}

. overlay-bg-blue-1 {
	background-color: #ffffff;
}	

.contact-header-contact .popup-fields p a {
	float: left;
}
/* Ссылка на интернет магазин */
.call_back{
	/*-webkit-transform: rotate(-90deg);  *//*Поворот блока с текстом кнопки  на 30 градусов*/
    /*-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); */
	position:fixed; /*фиксированная позиция кнопки при прокрутке*/
	z-index:999;
	right: 0px; /*отступ с права*/
	top: 83%; /*отступ сверху*/
	margin-right:10px; /*отрицательный отступ справа (чем длиннее название кнопки тем больше должно быть значение данного отступа )*/
}

/*Стили для ссылки*/
.call_back a{
	color:#fff!important; /*цвет ссылки*/
	display:block;
	background:#d28923; /*цвет фона кнопки*/
	font-size:1.2em; /*размер шрифта*/
	text-align:center; /*выравнивание по центру*/
	padding:10px 20px; /*внутренние отступы*/
	font-weight:bold;/*жирный шрифт*/
	border-radius:35px; /*радиус скругления углов*/
	border:1px solid #fff; /*рамка вокруг кнопки*/
}