* {
  margin: 0;
  padding: 0;
  max-height: 999999px;
}

ul {
  margin-bottom: 0;
}

/* safari fix */
html,
body {
  -webkit-overflow-scrolling: touch !important;
  /* overflow: auto !important; */
  height: 100% !important;
}

body {
  font-family: 'Cera Pro', sans-serif;
  line-height: 1.4;
}

a,
.submit {
  -webkit-tap-highlight-color: #000000;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #403d39;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #403d39;
  opacity: 1;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  -moz-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #403d39;
  opacity: 1;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  -moz-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #403d39;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  -ms-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

a:active,
a:hover,
a:visited {
  color: #ef7f1a;
  text-decoration: underline;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover,
a:visited,
a,
.submit,
.label {
  -webkit-transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
  transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
  -o-transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
  transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
  transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
  outline: none;
}



header {
  position: relative;
  z-index: 2;
}

main {
  position: relative;
  z-index: 1;
}

.topline {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
  -o-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
  transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.topline {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
  -o-transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
  transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out;
}

.topline.is-sticky {
  padding: 0;
  background-color: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  --webkit-backdrop-filter: blur(3px);
  -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out;
  -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}


.logo-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .addr-cont {
  width: 100%;
  max-width: 434px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  margin-left: auto;
  padding: 5px 32px 0;
  min-height: 65px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

header .addr-cont .icon-text:not(:last-child) {
  margin-bottom: 9px;
}
header .addr-cont .icon-text:last-child {
  margin-bottom: 0;
}

.logo-col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-col .logo:active,
.logo-col .logo:hover,
.logo-col .logo:visited,
.logo-col .logo {
  width: 100%;
  max-width: 214px;
}

.logo:active,
.logo:hover,
.logo:visited,
.logo {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: width .1s ease-out;
  -o-transition: width .1s ease-out;
  transition: width .1s ease-out;
}

.logo-img {
  max-width: 100%;
}

header .logo-desc {
  width: 100%;
  max-width: 285px;
  padding-left: 57px;
  margin-left: 60px;
  border-left: 1px solid #cecece;
  min-height: 65px;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #304c91;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-contact-row {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.top-contact-row .top-mail-col {
  width: 100%;
  max-width: 288px;
  min-height: 65px;
  text-align: left;
  padding-left: 35px;
  padding-right: 10px;
  padding: 10px 10px 0 35px;
  border-right: 1px solid #cecece;
}

.top-contact-row .phone-link:active,
.top-contact-row .phone-link:hover,
.top-contact-row .phone-link:visited,
.top-contact-row .phone-link {
  line-height: 1.2;
  margin-bottom: 1px;
}

.top-contact-row .top-s-col,
.top-contact-row .top-phone-col {
  padding: 0 10px;
}

.top-contact-row .top-phone-col {
  min-width: 220px;
  padding-top: 7px;
}

.top-contact-row .top-s-col {
  border-left: 1px solid #828281;
  border-right: 1px solid #828281;
  min-width: 141px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.top-s-cont .s-list {
  margin: 0 -10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-s-cont .s-list li {
  padding: 0 10px;
  width: 100%;
  max-width: 50%;
}


.top-s-cont .s-list li:nth-child(odd) {
  position: relative;
    border-right: 1px solid #cecece;
}

.top-s-cont .s-list li:nth-child(even) {
  padding-left: 15px;
}
 
.s-link.s-link-text:active,
.s-link.s-link-text:hover,
.s-link.s-link-text:visited,
.s-link.s-link-text {
  width: 100%;
  text-decoration: underline;
  font-size: 12px;
  text-align: left;
  color: #999;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.s-link.s-link-text:hover {
  color: #ef7f1a;
}

.s-link.s-link-text svg {
  margin-right: 11px;
}

header .mail-link:active,
header .mail-link:hover,
header .mail-link:visited,
header .mail-link {
  color: #304c91;
  margin-bottom: 10px;
}

header .mail-link:after {
  margin-top: 1px;
}

header .mail-link:hover {
  text-decoration: none;
  color: #ef7f1a;
}


.top-row {
  padding: 18px 0 15px;
  -webkit-transition: padding .3s ease-out;
  -o-transition: padding .3s ease-out;
  transition: padding .3s ease-out;
}

.is-sticky .top-row {
  padding: 5px 0 5px;
  -webkit-transition: padding .3s ease-out;
  -o-transition: padding .3s ease-out;
  transition: padding .3s ease-out;
}

.main-menu-cont {
  padding: 18px 0;
  border-top: 1px solid #cecece;
  -webkit-transition: padding .3s ease-out;
  -o-transition: padding .3s ease-out;
  transition: padding .3s ease-out;
}

.is-sticky .main-menu-cont {
  padding: 5px 0;
}

header .is-sticky .logo-desc,
header .is-sticky .addr-cont,
.is-sticky .top-contact-row .top-mail-col {
  -webkit-transition: padding-top .2s ease-out, min-height .2s ease-out;
  -o-transition: padding-top .2s ease-out, min-height .2s ease-out;
  transition: padding-top .2s ease-out, min-height .2s ease-out;
}

header .is-sticky .logo-desc,
header .is-sticky .addr-cont,
.is-sticky .top-contact-row .top-mail-col {
  min-height: 60px;
}

.is-sticky .top-contact-row .top-mail-col,
header .is-sticky .addr-cont {
  padding-top: 5px;
}

.btn-prim.btn-sm:active,
.btn-prim.btn-sm:hover,
.btn-prim.btn-sm:focus,
.btn-prim.btn-sm:visited,
.btn-prim.btn-sm {
  padding: 8px 20px;
}

.btn-prim.btn-xs:active,
.btn-prim.btn-xs:hover,
.btn-prim.btn-xs:focus,
.btn-prim.btn-xs:visited,
.btn-prim.btn-xs {
  padding: 3px 39px;
  font-size: 12px;
}

.main-nav {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
  width: calc(100% + 40px);
  padding-right: 27px;
}

.main-nav li {
  padding: 0 20px;
}

.main-nav-link:active,
.main-nav-link:hover,
.main-nav-link:visited,
.main-nav-link {
  display: block;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #304c91;
  text-transform: uppercase;
}

.main-nav-link:hover {
  color: #ef7f1a;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.order-call-link:active,
.order-call-link:hover,
.order-call-link:visited,
.order-call-link {
  display: inline-block;
  font-size: 15px;
  text-align: left;
  color: #555;
  position: relative;
  padding-left: 29px;
  padding-right: 5px;
  margin-bottom: 0;
}

.order-call-link:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-56%);
      -ms-transform: translateY(-56%);
          transform: translateY(-56%);
  background: url(../img/icon/icon_phone_gray.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}


.main-nav-side {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 320px;
  margin-left: auto;
}
.btn {
  white-space: normal;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
  outline-offset: 0;
}
.search-cont {
  margin: 0 auto 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-collapse.show,
.search-collapse.collapse.show {
  max-height: 300px;
  padding: 100px 0 95px;
  -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
  -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
}

.search-collapse,
.search-collapse.collapse:not(.show) {
  position: fixed;
  width: 100vw;
  width: calc(100vw + 4px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 1001;
  display: block;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
  -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
}

.btn-search-toggle svg {
  overflow: visible;
}

.btn-search-toggle:active,
.btn-search-toggle:hover,
.btn-search-toggle:visited,
.btn-search-toggle:focus,
.btn-search-toggle {
  position: static;
  width: 30px;
  height: 30px;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  outline: none;
  border: none;
}

.btn-search-toggle .btn-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
}

.btn-search-toggle .btn-icon &gt; svg path,
.btn-search-toggle .btn-icon &gt; svg {
  width: 16px;
  height: 16px;
  -webkit-transition: stroke .25s ease-out, fill .25s ease-out;
  -o-transition: stroke .25s ease-out, fill .25s ease-out;
  transition: stroke .25s ease-out, fill .25s ease-out;
}

.btn-search-toggle .btn-icon svg * {
  fill: #304c91;
}

.btn-search-toggle:hover .btn-icon svg * {
  fill: #ef7f1a;
}

.search-collapse,
.search-collapse.collapse:not(.show) {
  position: fixed;
  width: 100vw;
  width: calc(100vw + 4px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 1001;
  display: block;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
  -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
}

.search-collapse.show,
.search-collapse.collapse.show {
  max-height: 140px;
  padding: 35px 0 35px;
  -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
  -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
}

.search-collapse-bg {
  display: block;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-height: 0;
  overflow: hidden;
  background: #304c91;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.search-collapse.show + .search-collapse-bg {
  max-height: 100vh;
  opacity: .85;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}

.search-input {
  position: relative;
  width: 100%;
  height: 67px;
  padding: 10px 30px 10px 0;
  margin-top: 3px;
  margin-right: 36px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #e7eaee;
  font-size: 20px;
  line-height: 32px;
  color: #304c91;
  -webkit-transition: border-bottom 0.2s ease-out;
  -o-transition: border-bottom 0.2s ease-out;
  transition: border-bottom 0.2s ease-out;
}

.search-input:focus {
  border-bottom: 1px solid #304c91;
}

.search-input.visible {
  z-index: auto;
  opacity: 1;
  width: 200px;
  width: 115px;
  display: block;
}

.search-input-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: rsow;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.search-submit:hover {
  background: #ef7f1a;
}

.search-submit:active,
.search-submit:focus,
.search-submit:visited,
.search-submit {
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none;
  outline: none;
  background: #19BA55;
  background: #333333;
  background: transparent;

  width: 30px;
  height: 30px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(3px) translateX(0px);
  -ms-transform: translateY(3px) translateX(0px);
  transform: translateY(3px) translateX(0px);
  -webkit-transition: opacity 0.2s, -webkit-transform .2s ease-out;
  transition: opacity 0.2s, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s, -webkit-transform .2s ease-out;
}

.search-submit:not(.visible) {
  display: none;
  -webkit-transform: translateY(3px) translateX(5px);
  -ms-transform: translateY(3px) translateX(5px);
  transform: translateY(3px) translateX(5px);
  -webkit-transition: opacity 0.2s, -webkit-transform .2s ease-out;
  transition: opacity 0.2s, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s;
  transition: transform .2s ease-out, opacity 0.2s, -webkit-transform .2s ease-out;
}

.search-submit .btn-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  -o-transition: transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

.search-input-row .btn-icon svg,
.search-input-row .btn-icon {
  width: 21px;
  height: 21px;
  margin-right: 0;
}

.search-submit:hover .btn-icon {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.search-submit.visible {
  z-index: auto;
  opacity: 1;
}

.row.sm-row {
  margin-left: -7px;
  margin-right: -7px;
}

.row.sm-row &gt; div[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.xs-row {
  margin-left: -5px;
  margin-right: -5px;
}

.row.xs-row &gt; div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.md-row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.md-row &gt; div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.lg-row {
  margin-left: -25px;
  margin-right: -25px;
}

.row.lg-row &gt; div[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.h-row &gt; div[class*="col-"] {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-row &gt; div[class*="col-"] &gt; * {
  width: 100%;
}

/* custom-navbar-toggler */

.custom-navbar-toggler:active,
.custom-navbar-toggler:hover,
.custom-navbar-toggler:visited,
.custom-navbar-toggler,
.custom-navbar-toggler.navbar-toggler {
  width: 40px;
  height: 40px;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  position: relative;
  margin-right: auto;  
}

.custom-navbar-toggler:hover .navbar-toggler-icon:after,
.custom-navbar-toggler:hover .navbar-toggler-icon:before,
.custom-navbar-toggler:hover .navbar-toggler-icon {
  background: #304C91;
}

.custom-navbar-toggler .navbar-toggler-icon {
  height: 4px;
  width: 20px;
  position: relative;
  background: #304C91;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  transition: background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out;
}

.custom-navbar-toggler .navbar-toggler-icon:after,
.custom-navbar-toggler .navbar-toggler-icon:before {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #304C91;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: width .15s ease-out, background .15s ease-out, transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out, -webkit-transform .1s ease-out;
}

.custom-navbar-toggler .navbar-toggler-icon:after {
  margin-top: 10px;
  width: 25px;
}

.custom-navbar-toggler .navbar-toggler-icon:before {
  margin-top: -10px;
  width: 29px;
}

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: transparent;
}

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

.custom-navbar-toggler.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -1px;
}

/* /custom-navbar-toggler */


/* breadcrumbs */

.bread-cont {
  margin-bottom: 34px;
  padding: 30px 0 0;
}

.breadcrumbs {
  list-style: none;
  margin-bottom: 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 10px 5px 0;
  color: #9B9B9B;
  position: relative;
}

.breadcrumbs li:first-child .bread-link {
  padding-left: 0;
}

.breadcrumbs li .bread-link:after {
  display: block;
  content: '—';
  position: absolute;
  right: -3px;
  top: 6px;
  -webkit-transition: right .1s ease-out;
  -o-transition: right .1s ease-out;
  transition: right .1s ease-out;
}

.breadcrumbs li &gt; span {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}

.bread-link:active,
.bread-link:hover,
.bread-link:visited,
.bread-link {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  color: #9B9B9B;
  padding: 0 10px;
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

.bread-link:hover {
  text-decoration: none;
  color: #ef7f1a;
  opacity: 1;
}

/* /breadcrumbs */



/* form styles */

.form-control:active,
.form-control:focus,
.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: .6rem 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  color: #100;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #100;
  border-radius: 0;
  text-align: left;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: calc(2.75rem + 2px);
  resize: none;
  overflow: hidden;
}

.has-float-label {
  position: relative;
}

.has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 17px;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 5px;
  left: 0;
  z-index: 3;
  line-height: 1;
  padding: 0;
  color: #100;
}

.has-float-label.form-group {
  padding-top: 30px;
  margin-bottom: 20px;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.has-float-label .form-control::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label .form-control:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
.has-float-label .form-control::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
.has-float-label .form-control:-ms-input-placeholder {
  color: transparent !important;
}

/* IE 10+ */

.has-float-label textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
.has-float-label textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
.has-float-label textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* IE 10+ */


.has-float-label .form-control:-moz-placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}


.has-float-label .form-control:placeholder-shown:not(:focus):-moz-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:-moz-placeholder-shown:not(:focus) + label {
  padding: 0 0;
  font-size: 19px;
  line-height: 20px;
  color: #111;
  top: 38px;
  left: 0;
  z-index: 1;
}

.has-float-label .form-control:-ms-input-placeholder:not(:focus) + label {
  padding: 0 0;
  font-size: 19px;
  line-height: 20px;
  color: #111;
  top: 38px;
  left: 0;
  z-index: 1;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  padding: 0 0;
  font-size: 19px;
  line-height: 20px;
  color: #111;
  top: 38px;
  left: 0;
  z-index: 1;
}

.form-group.lbl-with-box {
  position: relative;
}

.form-group.lbl-with-box .box {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}

.form-group.lbl-with-box input,
.form-group.lbl-with-box textarea {
  padding-right: 45px;
}

.pop-foot {
  padding-top: 80px;
}

.main-contact-form .btn-sec {
  width: 100%;
  max-width: 400px;
}

.btn-prim:active,
.btn-prim:hover,
.btn-prim:focus,
.btn-prim:visited,
.btn-prim,
.project-inner-text .btn-prim {
  width: auto;
  display: inline-block;
  color: #fff;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  padding: 10px 20px;
  min-width: 260px;
  border: 1px solid #304c91;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background: #304c91;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  -o-transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
}

.btn-prim:hover {
  background: #ef7f1a;
  border-color: #ef7f1a;
}

.btn-prim:active {
  background: #521f6c;
  border-color: #521f6c;
}

.btn-prim.btn-bg-2:active,
.btn-prim.btn-bg-2:hover,
.btn-prim.btn-bg-2:focus,
.btn-prim.btn-bg-2:visited,
.btn-prim.btn-bg-2 {
  border: 1px solid #777;
  color: #555;
  background: transparent;
}

.btn-prim.btn-bg-3:active,
.btn-prim.btn-bg-3:hover,
.btn-prim.btn-bg-3:focus,
.btn-prim.btn-bg-3:visited,
.btn-prim.btn-bg-3 {
  border: 1px solid #304c91;
  color: #304c91;
  background: transparent;
}

.btn-prim.btn-bg-2:hover,
.btn-prim.btn-bg-3:hover {
  color: #233c7a;
  background: #dfe7fa;
  border-color: #233c7a;
}

.btn-prim.btn-bg-2:active,
.btn-prim.btn-bg-3:active {
  color: #233c7a;
  background: #cfdbf8;
  border-color: #233c7a;
}

.btn-prim.w100,
.btn-sec.w100 {
  width: 100%;
  min-width: 0;
}

.btn-prim.w-auto,
.btn-sec.w-auto {
  width: auto;
  min-width: 0;
}

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

/* custom check */

.custom-check {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 0;
}

.custom-check:last-child {
  margin-bottom: 0;
}

.custom-check-row .custom-check {
  margin-bottom: 16px;
}

.custom-check .form-check-input {
  display: none;
}

.custom-check .form-check-label .link {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.custom-check .form-check-label {
  position: relative;
  padding-left: 25px;
  min-height: 19px;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  color: #9b9b9b;
  
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.custom-check .form-check-input:checked + .form-check-label {
  font-weight: normal;
  color: #304C91;
}

.custom-check .form-check-input:checked + .form-check-label sup,
.custom-check .form-check-input + .form-check-label sup {
  font-size: 9px;
  line-height: 21px;
  text-align: left;
  color: #9b9b9b;
  opacity: 0.7;
}

.custom-check .form-check-input[type="radio"] + .form-check-label:hover:after,
.custom-check .form-check-input:checked + .form-check-label:hover:after,
.custom-check .form-check-label:hover:after {
  border: 1px solid #304C91;
}

.custom-check .form-check-label:after {
  position: absolute;
  display: block;
  content: '';
  width: 19px;
  height: 19px;
  border: 1px solid #cecece;
  border-radius: 6px;
  top: 0px;
  left: 0;
  -webkit-transition: border .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
  transition: border .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
  -o-transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out;
  transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out;
  transition: border .15s ease-out, box-shadow .15s ease-out, background-position .15s ease-out, -webkit-box-shadow .15s ease-out;
  background: #fff url(../img/icon/icon_check.svg) no-repeat 12px -12px;
}

.custom-check .form-check-input:checked + .form-check-label:after {
  border: 1px solid #304C91;
  background-color: #fff;
  background-position: 3px 3px;
}

.custom-check .form-check-input[type="radio"]:checked + .form-check-label:after {
  border-radius: 100px;
  background: #304C91;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid #304C91;
}

.custom-check .form-check-input[type="radio"] + .form-check-label {
  min-height: 16px;
  margin-bottom: 10px;
}

.custom-check .form-check-input[type="radio"] + .form-check-label:after {
  width: 17px;
  height: 17px;
  top: 5px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 14px #fff;
          box-shadow: inset 0 0 0 14px #fff; 
  border: 1px solid #304C91;
  transition: border .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}

.custom-check.custom-toggle-check .form-check-label {
  padding-left: 48px;
}

.custom-check.custom-toggle-check .form-check-label:after {
  width: 36px;
  height: 19px;
  border-radius: 9.5px;
  background: #fff;
  border: 1px solid #cecece;
}

.custom-check.custom-toggle-check .form-check-input:checked + .form-check-label:after {
  background: #fff;
  border-color: #304C91;
}

.custom-check.custom-toggle-check .form-check-label:hover:after {
  border-color: #304C91;
}

.custom-check.custom-toggle-check .form-check-label:before {
  display: block;
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #bebebe;
  left: 4px;
  top: 5px;
  z-index: 2;
  border-radius: 10px;
  -webkit-transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
  -o-transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
  transition: left .15s ease-out, background .15s ease-out, left .15s ease-out;
}

.custom-check.custom-toggle-check .form-check-input:checked + .form-check-label:before {
  background: #304C91;
  border-color: #304C91;
  left: 20px;
}

/* /custom check */


/* popup */

.fancybox-container .fancybox-bg {
    background: #193850;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
    opacity: .75;
}

.has-float-label {
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 14px;
  line-height: 1.2;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 7px;
  left: 0;
  z-index: 3;
  line-height: 1;
  padding: 0;
  color: #6d6d6d;
}

.has-float-label.form-group {
  padding-top: 20px;
  margin-bottom: 10px;
}

.has-float-label .w-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label .w-control::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label .w-control:-moz-placeholder {
  color: transparent !important;
}

.has-float-label .w-control::-moz-placeholder {
  color: transparent !important;
}

.has-float-label .w-control:-ms-input-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus:-moz-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus::-moz-placeholder {
  color: transparent !important;
}

.has-float-label textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}


.has-float-label .w-control:-moz-placeholder-shown:not(:focus):-moz-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label .w-control:-moz-placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}


.has-float-label .w-control:placeholder-shown:not(:focus):-moz-placeholder,
.has-float-label .w-control:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label .w-control:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label .w-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
  padding: 0;
  font-size: 17px;
  line-height: 130%;
  color: #304c91;
  top: 30px;
  left: 0;
  font-weight: normal;
}

.has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
  padding: 0;
  font-size: 17px;
  line-height: 130%;
  color: #304c91;
  top: 30px;
  left: 0;
  font-weight: normal;
}

.has-float-label .w-control:placeholder-shown:not(:focus) + label {
  padding: 0;
  font-size: 17px;
  line-height: 130%;
  color: #304c91;
  top: 30px;
  left: 0;
  font-weight: normal;
}

.has-float-label .w-control {
  position: relative;
  z-index: 5;
  background: transparent;
  font-size: 17px;
  line-height: 130%;
  font-weight: normal;
  color: #304c91;
  padding: 2px 0;
  border-bottom: 1px solid #304c91;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-float-label .w-control:focus {
  border-bottom: 1px solid #ef7f1a;
}

.has-float-label .w-control[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
}

.w-control:not(:-moz-placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.w-control:not(:-ms-input-placeholder) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.w-control:not(:placeholder-shown) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-p {
  text-align: right;
  color: #6d6d6d;
  font-size: 13px;
}

.popup .form-p .link:active,
.popup .form-p .link:hover,
.popup .form-p .link:visited,
.popup .form-p .link:link,
.popup .form-p .link {
  color: #6d6d6d;
  font-size: 13px;
  text-decoration: underline;
}

.popup .form-p .link:hover {
  text-decoration: none;
}

.pop-lg.fancybox-content,
.pop-md.fancybox-content {
  max-width: 590px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 30px;
  min-height: 475px;
}

.pop-lg.fancybox-content {
  max-width: 870px;
}

.pop-main {
  width: 100%;
}

.pop-md .pop-main {
  max-width: 505px;
  max-width: 390px;
  margin: 0 auto;
}

.pop-md .pop-main.pop-main-text {
  max-width: 505px;
}

.pop-lg .pop-main {
  max-width: 810px;
  margin: 0 auto;
}

.pop-wrap {
  min-height: 340px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ef7f1a;
  margin-bottom: 15px;
}

.pop-title {
  margin-bottom: 30px;
}

.pop-title-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  font-weight: 300;
  text-align: center;
}

.pop-lg .pop-title-desc {
  font-size: 20px;
  text-align: left;
}

.pop-lg .pop-head {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.popup .has-float-label {
  margin-bottom: 10px;
}

.popup .has-float-label .w-control:-moz-placeholder-shown:not(:focus) + label {
  color: #304c91;
  font-weight: 300;
}

.popup .has-float-label .w-control:-ms-input-placeholder:not(:focus) + label {
  color: #304c91;
  font-weight: 300;
}

.popup .has-float-label .w-control:placeholder-shown:not(:focus) + label,
.popup .has-float-label label {
  color: #304c91;
  font-weight: 300;
}

.popup .has-float-label label {
  color: #ef7f1a;
}

.popup .custom-check .form-check-label {
  margin-bottom: 0;
}

.popup .custom-check .link:hover,
.popup .custom-check .link:hover,
.popup .custom-check .link:visited,
.popup .custom-check .link {
  color: #304c91;
  text-decoration: underline;
}

.popup .custom-check .link:hover {
  text-decoration: none;
}

.popup .link:hover,
.popup .link:hover,
.popup .link:visited,
.popup .link {
  color: #304c91;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
}

.popup .link:hover {
  text-decoration: none;
}

.form-foot-desc {
  text-align: center;
}

.fancybox-slide--html .popup .fancybox-close-small {
  padding: 3px;
  opacity: .6;
  right: 8px;
  top: 8px;
}

.form-foot-column {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-foot-column .link:not(:last-child) {
  margin-bottom: 10px;
}

.pop-main p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.pop-main p:last-child {
  margin-bottom: 0;
}

.pop-main ol:not([class]),
main ol:not([class]) {
  line-height: 1.75;
  font-weight: normal;
  list-style: none;
  margin-bottom: 14px;
  counter-reset: list;
}

.pop-main ol:not([class]) li,
main ol:not([class]) li {
  position: relative;
}

.pop-main ol:not([class]) li:before,
main ol:not([class]) li:before {
  counter-increment: list;
  content: counter(list) ". ";
}

.pop-main ul:not([class]),
main ul:not([class]) {
  line-height: 1.4;
  font-weight: normal;
  list-style: none;
  margin-bottom: 14px;
}

.pop-main ul:not([class]) li,
main ul:not([class]) li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.pop-main ul:not([class]) li {
  margin-bottom: 30px;
}

.pop-main ul:not([class]) li:last-child,
main ul:not([class]) li:last-child {
  margin-bottom: 0;
}

.pop-main ul:not([class]) li:before,
main ul:not([class]) li:before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 10px;
  background: #6d6d6d;
  border-radius: 100px;
}

.popup h2 {
  margin-bottom: 15px;
  text-align: left;
}

.popup h3 {
  margin-bottom: 15px;
  text-align: left;
  color: #000;
}

.page-ul {
  list-style: none;
  font-weight: normal;
  margin-bottom: 18px;
}

.pop-btn-row {
  width: 100%;
  max-width: 690px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.popup .course-li {
  margin-bottom: 35px;
}

.pop-foot .link:hover,
.pop-foot .link:hover,
.pop-foot .link:visited,
.pop-foot .link {
  color: #304c91;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
}

.popup .link.gr-link:hover,
.popup .link.gr-link:hover,
.popup .link.gr-link:visited,
.popup .link.gr-link {
  color: #6d6d6d;
}

.pop-foot .link:hover {
  text-decoration: none;
}

.no-bg {
  background: none !important;
}

.captcha-cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pop-h1 {
    font-size: 28px;
  }

  .pop-title {
    margin-bottom: 24px;
  }

  .popup.pop-lg .pop-h1 {
    text-align: left;
  }

  .popup.pop-lg .text-center h1 {
    text-align: center;
  }

  .pop-lg.fancybox-content,
  .pop-md.fancybox-content {
    max-width: 550px;
    width: 100%;
    padding: 40px 15px;
    min-height: 0;
  }

  .pop-btn-row {
    margin-bottom: 30px;
  }

  .popup .s-f-cont {
    padding-top: 0;
  }

  .pop-text-block:not(:last-child) {
    margin-bottom: 22px;
  }

  .pop-main p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .btn.btn-prim.sm-btn:active,
  .btn.btn-prim.sm-btn:hover,
  .btn.btn-prim.sm-btn:visited,
  .btn.btn-prim.sm-btn:focus,
  .btn.btn-prim.sm-btn,
  .btn.btn-prim.md-btn:active,
  .btn.btn-prim.md-btn:hover,
  .btn.btn-prim.md-btn:visited,
  .btn.btn-prim.md-btn:focus,
  .btn.btn-prim.md-btn {
    font-size: 14px;
  }

}

.form-soc-foot {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #666;
}

.form-soc-title {
  text-align: center;
  color: #304c91;
  font-size: 18px;
  margin-bottom: 15px;
}

.form-s-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-s-list li {
  margin: 0 5px;
}

.fs-link:active,
.fs-link:hover,
.fs-link:visited,
.fs-link {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.fs-link.fs-t {
  background: url(../img/icon/s_list.png) no-repeat 0 0;
}

.fs-link.fs-v {
  background: url(../img/icon/s_list.png) no-repeat -53px 0;
}

.fs-link.fs-p {
  background: url(../img/icon/s_list.png) no-repeat -105px 0;
}

.fs-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* /popup */


.s-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 276px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px;
}

.s-list li {
  padding: 0 8px;
}

.s-link:active,
.s-link:hover,
.s-link:visited,
.s-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 23px;
  height: 23px;
}

.s-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.s-link:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.s-link svg {
  max-width: 25px;
}

.s-link svg path {
  -webkit-transition: fill .15s ease-out, -webkit-transform .15s ease-out;
  transition: fill .15s ease-out, -webkit-transform .15s ease-out;
  -o-transition: fill .15s ease-out, transform .15s ease-out;
  transition: fill .15s ease-out, transform .15s ease-out;
  transition: fill .15s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out;
}

.s-link:hover svg path {
  fill: #6d2b91;
  -webkit-transition: fill .1s ease-out, -webkit-transform .1s ease-out;
  transition: fill .1s ease-out, -webkit-transform .1s ease-out;
  -o-transition: fill .1s ease-out, transform .1s ease-out;
  transition: fill .1s ease-out, transform .1s ease-out;
  transition: fill .1s ease-out, transform .1s ease-out, -webkit-transform .1s ease-out;
}

/* /form styles */



.main-slider-cont {
  position: relative;
}

.main-slider-cont &gt; .container {
  position: relative;
}

.main-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: block !important;
}

.main-slide:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  max-width: 988px;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(left, #304c91 0%, rgba(48, 76, 145, 0.81) 61.08%, #304c91 100%);
  background: -webkit-gradient(linear, left top, right top, from(#304c91), color-stop(61.08%, rgba(48, 76, 145, 0.81)), to(#304c91));
  background: linear-gradient(to right, #304c91 0%, rgba(48, 76, 145, 0.81) 61.08%, #304c91 100%);
  opacity: 0.81;
  z-index: 1;
}

.main-slide-img {
  position: relative;
}

.main-slide-img-desc {
  width: 100%;
  height: 511px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.slick-slide img.main-slide-img-mob {
  display: none;
}

.main-slide-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 80px 60px 150px;
  z-index: 2;
  color: #fff;
}

.main-slide-title {
  font-weight: bold;
  font-size: 39px;
  line-height: 44px;
  line-height: 1.13;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-slide-text {
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  color: #fff;
  max-width: 575px;
}

.slick-slider.main-nav-slider,
.main-nav-slider {
  position: absolute;
  bottom: 61px;
  left: 75px;
  z-index: 2;
  max-width: 1183px; /*983px;*/
  
  width: 100%l /*983px;*/
  min-height: 69px;
  border-radius: 30px;
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.24);
}
.main-slide a{
  font-size: 0;
  line-height: 0;
}
.main-slide a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

@media (min-width: 992px){
  .main-slide a:before{
    width: 930px; 
  }
}

@media (min-width: 1200px){
  .main-slide a:before{
    width: 1110px; 
  }
}

@media (min-width: 1401px){
  .main-slide a:before{
    width: 1340px; 
  }
}

@media (min-width: 1700px){
  .main-slide a:before{
    width: 1640px; 
  }
}

.slick-slider.main-nav-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  min-width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.slick-slider.main-nav-slider .slick-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*min-width: 25%;*/

  flex: 1;
    min-width: 1px;
}

/*.slick-slider.main-nav-slider .slick-slide:nth-child(n+5) {
  display: none;
}*/

.slick-slider.main-nav-slider .slick-slide &gt; div {
  width: 100%;
}

.main-nav-slide {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  min-height: 69px;
  padding: 10px;
  text-align: center;
  color: #304c91;
  opacity: 0.8;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-transition: background .3s ease-out, color .3s ease-out,  border-color .3s ease-out;
  -o-transition: background .3s ease-out, color .3s ease-out,  border-color .3s ease-out;
  transition: background .3s ease-out, color .3s ease-out,  border-color .3s ease-out;
}

.main-nav-slide:hover {
  background: #748ab9;
  color: #223666;
  border: 1px solid rgba(255,255,255,0.3);
}

.slick-current .main-nav-slide {
  background: #637CB5;
  border: 1px solid #fff;
  color: #fff;
}

.main-nav-slide:after,
.main-nav-slide:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: calc(100% - 55px);
  height: 3px;
  bottom: 7px;
  left: 27.5px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0;
}

.main-nav-slide:before {
  width: 0;
}

.slick-current .main-nav-slide:after {
  opacity: .2;
}

.slick-current .main-nav-slide:before {
  width: 100%;
  opacity: .43;
  z-index: 2;
  -webkit-animation: widthAnimation 10s linear;
          animation: widthAnimation 10s linear;
}

.nav-slide-text {
  
}


.category-cont {
  padding: 58px 0 33px;
  background: #fff;
}

.categ-link:active,
.categ-link:hover,
.categ-link:visited,
.categ-link {
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding: 25px 11px;
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  color: #304c91;
  border-radius: 30px;
  background: #f8faff;
  min-height: 128px;
  -webkit-box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%);
}

.categ-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #e8efff;
  -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
}

.under {
  display: inline;
  text-decoration: underline;
}

.categ-link:hover .under {
  text-decoration: none;
  color: #ef7f1a;
}

.categ-img-col {
  padding-right: 33px;
  padding-left: 25px;
  width: 160px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.categ-img-col:after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 76px;
  background: #000;
  opacity: .28;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.categ-img {
  max-width: 80px;
}

.categ-img img {
  max-width: 100%;
}

.categ-text-col {
  padding-right: 14px;
  padding-left: 43px;
  width: 100%;
  max-width: calc(100% - 135px);
}

.categ-title {
  margin: 0 auto;
}

.about-section {
  padding: 25px 0 81px;
}

h2,
.h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  color: #304c91;
  margin: 0 auto 32px;
  text-transform: uppercase;
}

.about-title {
  text-transform: uppercase;
  margin-bottom: 23px;
}

.about-title h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-align: left;
  color: #304c91;
  margin: -2px auto -13px;
}

.about-title-desc {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #aaa;
  padding-left: 28px;
}

.about-text-cont {
  border-radius: 30px;
  background: #f8faff;
  padding: 38px 45px 35px 58px;
  min-height: 415px;
  position: relative;
}

.about-text-cont &gt; * {
  position: relative;
  z-index: 1;
}

.about-text-cont:after {
  display: block;
  content: '';
  position: absolute;
  width: calc(100% + 14.4%);
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  background: #f8faff;
}

.about-img-col {
  position: relative;
  z-index: 2;
}

.about-text-cont p,
.about-text-cont * {
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  font-weight: 500;
  color: #555;
}

.about-text-cont p:not(:last-child),
.about-text-cont &gt; *:not(:last-child) {
  margin-bottom: 27px;
}

.about-text-cont p:last-child,
.about-text-cont &gt; *:last-child {
  margin-bottom: 0;
}

.vid-cont:active,
.vid-cont:hover,
.vid-cont:visited,
.vid-cont {
  display: block;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #304C91;
  -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
}

.vid-cont:before {
  display: block;
  content: '';
  position: absolute;
  width: 102px;
  height: 102px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  /*background: url() no-repeat center top;*/
  background-size: contain;
  z-index: 2;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.vid-cont:hover:before {
  opacity: .8;
  -webkit-transform: translate(-50%,-50%) scale(0.9);
      -ms-transform: translate(-50%,-50%) scale(0.9);
          transform: translate(-50%,-50%) scale(0.9);
  -webkit-transition: opacity .15s ease-out, -webkit-transform .15s ease-out;
  transition: opacity .15s ease-out, -webkit-transform .15s ease-out;
  -o-transition: opacity .15s ease-out, transform .15s ease-out;
  transition: opacity .15s ease-out, transform .15s ease-out;
  transition: opacity .15s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out;
}

.vid-cont img {
  position: relative;
  z-index: 1;
  opacity: 1;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.vid-cont:hover img {
  opacity: .6;
}

.projects-section {
  padding: 70px 0 58px;
  background: #F8FAFF;
  /*background: #F8FAFF url() no-repeat center top;*/
  position: relative;
}

.projects-section .sec-head h2 {
  margin-bottom: 13px;
}

.projects-section .sec-head {
  margin-bottom: 49px;
}

.projects-section &gt; * {
  position: relative;
  z-index: 2;
}


.sec-head {
  margin-bottom: 35px;
}

.sec-head h2,
.sec-head .h2 {
  margin-bottom: 24px;
}

.sec-head-desc {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #555;
  max-width: 1050px;
  margin: 0 auto;
}

.projects-slider.slick-slider,
.projects-slider {
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 37px;
}

.projects-slide {
  padding: 4px 8px 0;
}

.project-block:active,
.project-block:hover,
.project-block:visited,
.project-block {
  background: #fff;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  min-height: 415px;
  text-decoration: none;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
}

.project-block:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #fdfdff;
  -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
}

.project-img img {
  width: 100%;
  height: 257px;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-main {
  padding: 21px 0 13px;
  border-bottom: 1px solid #e2e2e2;
  max-width: 83%;
  margin: 0 auto;
  line-height: 1.4;
}

.project-title {
  font-weight: bold;
  font-size: 16px;
  color: #304c91;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.project-desc {
  font-size: 14px;
  color: #555;
}

.project-foot {
  padding: 19px 0 16px;
  max-width: 83%;
  margin: 0 auto;
  text-align: left;
}

.project-foot-row &gt; div {
  padding-top: 6px;
  padding-bottom: 6px;
}

.project-foot-row &gt; div:first-child {
  border-right: 1px solid #e2e2e2;
}

.project-foot-row &gt; div:not(:first-child) .icon-text {
  margin-left: 5%;
}

.icon-text {
  position: relative;
  display: block;
  padding-left: 28px;
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  color: #555;
}

.icon-text:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}

.icon-date:after {
  background: url(../img/icon/icon_date.svg) no-repeat center center;
}

.icon-info:after {
  left: 2px;
  background: url(../img/icon/icon_paper.svg) no-repeat center center;
}

.icon-addr:after {
  left: 2px;
  background: url(../img/icon/icon_addr.svg) no-repeat center center;
}

.icon-time:after {
  left: 2px;
  background: url(../img/icon/icon_time.svg) no-repeat center center;
}
.icon-metro:after {
  left: 2px;
  background: url(../img/icon/icon_metro.svg) no-repeat center center;
}

.rev-temp-img img {
  max-width: 100%;
}

.news-slider-nav.container,
.news-slider-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  max-width: 430px;
  
}

.news-btns-col {
  margin: 0 auto;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  color: #2b2a29;
  opacity: 0.86;
  width: 260px;
  min-height: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.custom-arrow:active,
.custom-arrow:focus,
.custom-arrow:hover,
.custom-arrow:visited,
.custom-arrow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85px;
  height: 30px;
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.custom-arrow.slick-disabled {
  pointer-events: none;
}

.custom-arrow.slick-disabled svg line {
  stroke: #cecece;
}

.custom-arrow.custom-prev {
  -webkit-transform: translateX(-226px);
      -ms-transform: translateX(-226px);
          transform: translateX(-226px);
}

.custom-arrow.custom-prev:hover {
  -webkit-transform: translateX(-228px);
      -ms-transform: translateX(-228px);
          transform: translateX(-228px);
}

.custom-arrow.custom-next {
  -webkit-transform: translateX(142px);
      -ms-transform: translateX(142px);
          transform: translateX(142px);
}

.custom-arrow.custom-next:hover {
  -webkit-transform: translateX(144px);
      -ms-transform: translateX(144px);
          transform: translateX(144px);
}


.team-section {
  padding: 85px 0;
  /*background: url() no-repeat center top;*/
  background-size: cover;
}


.team-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #304c91;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.team-desc {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #555;
  text-transform: uppercase;
}

.team-boss-cont .team-name {
  margin-bottom: 3px;
}


.team-boss-cont {
  margin-bottom: 62px;
}

.team-boss-text {
  max-width: 1109px;
  padding: 78px 81px 0;
  position: relative;
}

.team-quote {
  position: relative;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #304c91;
  width: 100%;
  max-width: 907px;
  padding-bottom: 5px;
}

.team-quote p {
  margin-bottom: 26px;
}

.team-boss-text:after,
.team-boss-text:before {
  display: block;
  position: absolute;
  font-style: italic;
  font-size: 111px;
  line-height: 1;
  color: #aaa;
}

.team-boss-text:after {
  content: '«';
  left: 0px;
  top: -7px;
}

.team-boss-text:before {
  content: '»';
  bottom: 9px;
  left: calc(100% - 21px);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.team-slider .slick-list {
  padding-top: 4px;
  margin: 0 -8px;
}

.team-slider .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.team-slide {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 25px 30px -30px rgb(102 127 194 / 65%);
  border-radius: 30px;
  overflow: hidden;
  max-width: 600px;
  transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
}

.team-slide:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #fdfdff;
  -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
}

.team-slide-foot {
  padding: 32px 15px 34px;
}

.team-img {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.team-boss-cont .team-img {
  border-radius: 30px;
}

.team-img img {
  width: 100%;
}

.index-header + main {
  overflow: hidden;
}

.review-section {
  background: #fff;
  padding: 94px 0 118px;
  position: relative;
  z-index: 1;
}

.review-section &gt; * {
  position: relative;
  z-index: 2;
}

.review-section:after {
  display: block;
  content: '';
  position: absolute;
 /* background: url() no-repeat center center;*/
  background-size: contain;
  width: 541px;
  height: 630px;
  left: 100%;
  bottom: -136px;
  -webkit-transform: translateX(-53%);
      -ms-transform: translateX(-53%);
          transform: translateX(-53%);
  max-width: 29vw;
}

.review-section h2 {
  margin-bottom: 31px;
}

.sert-section {
  padding: 92px 0 92px;
  background: #f8faff;
}

.sert-section h2 {
  margin-bottom: 78px;
}

.sert-list {
  margin: 0 -14px 22px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sert-list li {
  margin-bottom: 28px;
  width: 100%;
  /*max-width: 16.666667%;*/
  padding: 0 14px;
}

@media (min-width: 640px){
  .sert-list li {
    max-width: 50%;
  }
}

@media (min-width: 1024px){
 .sert-list li {
    max-width: 33.133333%;
  } 
}
@media (min-width: 1400px){
 .sert-list li {
    max-width: 16.666667%;
  }  
}



.sert-img.reveal:active,
.sert-img.reveal:hover,
.sert-img.reveal:visited,
.sert-img.reveal,
.sert-img:active,
.sert-img:hover,
.sert-img:visited,
.sert-img {
  display: block;
  border: 3px solid #304c91;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: border-color .3s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: border-color .3s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out, border-color .3s ease-out, opacity 1.5s ease-out;
  transition: transform 1.5s ease-out, border-color .3s ease-out, opacity 1.5s ease-out;
  transition: transform 1.5s ease-out, border-color .3s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.sert-img.reveal.active:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: #fff;
  -webkit-transition: border-color .15s ease-out, opacity 1.5s ease-out, -webkit-transform .15s ease-out;
  transition: border-color .15s ease-out, opacity 1.5s ease-out, -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out, border-color .15s ease-out, opacity 1.5s ease-out;
  transition: transform .15s ease-out, border-color .15s ease-out, opacity 1.5s ease-out;
  transition: transform .15s ease-out, border-color .15s ease-out, opacity 1.5s ease-out, -webkit-transform .15s ease-out;
}

.sert-img img {
  max-width: 100%;
  width: 100%;
}

.news-section {
  padding: 122px 0 80px;
}

.news-section h2 {
  margin-bottom: 46px;
}

.news-slider .slick-list {
  margin: 0 -8px;
}

.news-slider .slick-slide {
  margin-bottom: 75px;
}

@media screen and (min-width:1201px) {
  body {
    overflow: hidden;
    overflow-y: auto;
  }
  .news-slider .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-slider .slick-track &gt; * {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none;
    height: auto;
  }
}


.h-row &gt; div[class*="col-"] &gt; * {
  width: 100%;
}

.news-slide {
  padding: 0 8px;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.news-slide:first-child .news-head {
  position: relative;
  padding: 0;
}

.news-slide:first-child .news-head:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 108px;
  background: -o-linear-gradient(#304c91 0%, #304c91   100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#304c91), to(#304c91));
  background: linear-gradient(#304c91 0%, #304c91   100%);
}

.news-slide:first-child .news-main {
  padding-bottom: 21px;
  padding-top: 21px;
  min-height: 134px;
  margin-bottom: 28px;
}

.news-slide:first-child .news-title {
  position: absolute;
  color: #fff;
  bottom: 13px;
  left: 36px;
  margin-bottom: 0;
  z-index: 2;
  font-size: 24px;
}

.news-head {
  padding-top: 30px;
}

.news-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #304c91;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-img {
  position: relative;
}

.news-img img {
  max-width: 100%;
  width: 100%;
}

.news-block {
  min-height: 227px;
  border-radius: 30px;
  overflow: hidden;
  background: #ececec;
  -webkit-box-shadow: 0 35px 30px -30px rgb(102 127 194 / 65%);
          box-shadow: 0 35px 30px -30px rgb(102 127 194 / 65%);
}

.news-main {
  min-height: 95px;
  position: relative;
  margin-bottom: 23px;
}

.news-main:after {
  display: block;
  content: '';
  position: absolute;
  width: calc(100% - 72px);
  height: 1px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cecece;
  opacity: .6;
}

.news-foot {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 23px;
}

.news-link:active,
.news-link:hover,
.news-link:visited,
.news-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  color: #ef7f1a;
}

.news-head,
.news-main,
.news-foot {
  padding-left: 37px;
  padding-right: 37px;
}



.clients-section {
  padding: 60px 0 90px;
}

.clients-list-cont {
  max-width: 1400px;
  margin: 0 auto;
}

.clients-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px;
  padding-top: 16px;
}

.clients-list li {
  width: 100%;
  max-width: 20%;
  margin-bottom: 25px;
  padding: 0 16px;
}

.client-img {
  text-align: center;
}

.client-img img {
  max-width: 100%;
}








.foot-cont {
  background: #f8faff;
  padding: 62px 0 40px;
}

.foot-logo-cont {
  margin-bottom: 33px;
}

.foot-logo {
  margin-bottom: 19px;
}

.logo-desc {
  font-size: 13px;
  line-height: 21px;
  color: #555;
}


.foot-logo-cont.foot-border,
.foot-contact.foot-border {
  padding-bottom: 32px;
}

.foot-logo-cont.foot-border:after,
.foot-contact.foot-border:after {
  max-width: 260px;
}

.foot-contact {
  margin-bottom: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.phone-link:active,
.phone-link:hover,
.phone-link:visited,
.phone-link {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #ef7f1a;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
  margin-bottom: 7px;
}

.phone-link:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-56%);
      -ms-transform: translateY(-56%);
          transform: translateY(-56%);
  background: url(../img/icon/icon_phone_color.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.phone-link:hover {
  color: #233c7a;
}

.mail-link:active,
.mail-link:hover,
.mail-link:visited,
.mail-link {
  display: inline-block;
  font-size: 24px;
  text-align: left;
  color: #233c7a;
  position: relative;
  padding-left: 27px;
  padding-right: 5px;
  font-size: 14px;
}

.mail-link:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-56%);
      -ms-transform: translateY(-56%);
          transform: translateY(-56%);
  background: url(../img/icon/icon_mail.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.mail-link:hover {
  color: #ef7f1a;
}

.foot-s-cont {
  margin-bottom: 45px;
}

.foot-nav {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px;
  padding-top: 15px;
}

.foot-nav li {
  width: 100%;
  margin-bottom: 23px;
  padding: 0 8px;
}

.foot-nav-sm.foot-nav li:last-child,
.foot-nav li:last-child {
  margin-bottom: 0;
}

.foot-nav-link:active,
.foot-nav-link:hover,
.foot-nav-link:visited,
.foot-nav-link {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #304c91;
  font-weight: 500;
}

.foot-nav-link.fz-sm:active,
.foot-nav-link.fz-sm:hover,
.foot-nav-link.fz-sm:visited,
.foot-nav-link.fz-sm {
  font-size: 11px;
}

.foot-nav-sm li {
  margin-bottom: 2px;
}

.foot-nav-link:hover {
  color: #000;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.foot-nav-link.fz-sm:hover {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.foot-border {
  position: relative;
}

.foot-border:after {
  display: block;
  content: '';
  position: absolute;
  background: #cecece;
  width: 100%;
  max-width: 283px;
  height: 1px;
  top: 100%;
  left: 0;
}

.custom-pb {
  padding-bottom: 58px;
  margin-bottom: 36px;
}

.copyright {
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
  color: #9b9b9b;
}


.addr-cont {
  padding-bottom: 21px;
  padding-top: 16px;
}

.addr-cont .icon-text {
  margin-bottom: 19px;
  font-size: 15px;
  line-height: 21px;
}


.addr-cont .icon-text sup {
  text-decoration: underline;
}

.foot-btns {
  margin-bottom: 68px;
}

.foot-btns &gt; * {
  margin-bottom: 16px;
}

.dev-link:active,
.dev-link:hover,
.dev-link:visited,
.dev-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #9b9b9b;
}

.dev-link:hover {
  color: #304c91;
}

.dev-img {
  margin-left: 18px;
  max-width: 60px;
}

.dev-img img {
  max-width: 100%;
}



/* pages */

.projects-cont .project-block:active,
.projects-cont .project-block:hover,
.projects-cont .project-block:visited,
.projects-cont .project-block {
  background: #ECECEC;
  margin-bottom: 51px;
}

header:not(.index-header) .main-menu-cont {
  border-bottom: 1px solid #cecece;
}

h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-align: left;
  color: #ef7f1a;
  margin: 0 0 30px;
}


.pagination-cont {
  padding: 20px 0 50px;
}

.pagi-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none
}

.pagi-list li {
  padding: 0 6px;
}

.pagi-link:active,
.pagi-link:hover,
.pagi-link:visited,
.pagi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 45px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #304c91;
  text-decoration: none;
  
  border-radius: 22.5px;
  background: transparent;
  border: 1px solid #8c9dc3;
}

.pagi-link:hover {
  color: #ef7f1a;
  border-color: #ef7f1a;
}

.pagi-link.current:active,
.pagi-link.current:hover,
.pagi-link.current:visited,
.pagi-link.current {
  border: 1px solid #304c91;
  color: #fff;
  background: #304c91;
}

.pagi-link.pagi-arrow[disabled],
.pagi-link.current {
  pointer-events: none;
}

.pagi-link.pagi-arrow:active,
.pagi-link.pagi-arrow:hover,
.pagi-link.pagi-arrow:visited,
.pagi-link.pagi-arrow {
  border: none;
  width: 56px;
}

.pagi-link.pagi-arrow {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.pagi-link.pagi-arrow svg line {
  stroke: #304c91;
  -webkit-transition: fill .3s ease-out;
  -o-transition: fill .3s ease-out;
  transition: fill .3s ease-out;
}

.pagi-link.pagi-arrow:hover svg line {
  stroke: #ef7f1a;
}

.pagi-link.pagi-arrow[disabled] svg line  {
  stroke: #737373;
  -webkit-transition: fill .3s ease-out;
  -o-transition: fill .3s ease-out;
  transition: fill .3s ease-out;
  opacity: .5;
}

.pagi-link.pagi-arrow.pagi-prev {
  margin-right: 20px;
}

.pagi-link.pagi-arrow.pagi-next {
  margin-left: 20px;
}

.pagi-link.pagi-arrow.pagi-prev:hover {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}

.pagi-link.pagi-arrow.pagi-next:hover {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}



.page-container {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 38px;
}

.page-container p {
  margin-bottom: 27px;
}

.page-img {
  display: block;
  margin: 27px 0 50px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
  box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
}

.page-img img {
  width: 100%;
  max-width: 100%;
}

.about-slogan {
  font-style: italic;
  font-size: 26px;
  line-height: 43px;
  text-align: center;
  color: #304c91;
  margin-bottom: 30px;
}


.sidebar-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sidebar {
  width: 100%;
  max-width: 350px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}

.side-col {
  position: sticky;
  top: 145px;
}

.side-block {
  border-radius: 30px;
  overflow: hidden;
  background: #f8faff;
  margin-bottom: 49px;
  -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
  box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
}

.side-nav {
  list-style: none;
  padding: 17px 30px 17px 32px;
}

.side-nav li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,0.28);
}

.side-nav li:last-child {
  border: none;
}

.side-nav-link:active,
.side-nav-link:hover,
.side-nav-link:visited,
.side-nav-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #555;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 9px 0;
}

.side-nav-link:hover {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
  color: #ef7f1a;
}

.side-nav-link.current {
  color: #304C91;
  padding-left: 9px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.side-nav-link:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  max-height: calc(100% - 16px);
  width: 3px;
  background: #cecece;
  opacity: 0;
}


.side-nav-link.current:after {
  opacity: 1;
}


.page-vid-text {
  border-radius: 30px;
  background: #f8faff;
  padding: 38px 5px 35px 38px;
  min-height: 300px;
  position: relative;
}

.page-vid-text &gt; * {
  position: relative;
  z-index: 2;
}

.page-vid-text:after {
  display: block;
  content: '';
  position: absolute;
  width: calc(100% + 14.4%);
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  background: #f8faff;
}

.page-vid-text p:last-child {
  margin-bottom: 0;
}

.page-vid-cont {
  margin-bottom: 58px;
}

.serv-page-foot {
  padding-top: 30px;
  margin-bottom: 80px;
  overflow: hidden;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #304c91;
  margin: 0 auto 15px;
}

.serv-foot-head {
  margin-bottom: 55px;
}

.serv-foot-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -38px 40px;
  list-style: none;
  text-align: center;
}

.serv-foot-list li {
  padding: 43px 38px 43px;
  position: relative;
  width: 100%;
  max-width: 50%;
}

.serv-foot-list li:first-child:before,
.serv-foot-list li:first-child:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cecece;
  width: 41px;
  height: 1px;
}

.serv-foot-list li:first-child:after {
  height: 41px;
  width: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.serv-foot-list li:nth-child(n+3):after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cecece;
  width: 126px;
  height: 1px;
}

.serv-foot-link:active,
.serv-foot-link:hover,
.serv-foot-link:visited,
.serv-foot-link {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  color: #304c91;
  max-width: 500px;
}

.serv-foot-link:hover {
  text-decoration: none;
  color: #ef7f1a;
}


.page-quest-cont {
  text-align: center;
  margin-bottom: 90px;
}

.quest-head {
  margin-bottom: 30px;
}

.quest-desc {
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  color: #555;
}

.quest-main {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #304c91;
}

.quest-link:active,
.quest-link:hover,
.quest-link:visited,
.quest-link {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #304c91;
}

.quest-link:hover {
  color: #ef7f1a;
}

.quest-s-cont {
  margin-bottom: 50px;
}

.quest-s-cont .s-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}

.quest-s-cont .s-list li {
  padding: 0 58px;
}

.quest-s-cont .s-list li:not(:last-child) {
  position: relative;
  border-right: 1px solid #cecece;
}

.quest-s-cont .s-link:active,
.quest-s-cont .s-link:hover,
.quest-s-cont .s-link:visited,
.quest-s-cont .s-link {
  width: 36px;
  height: 41px;
}


.contact-phones-list {
  list-style: none;
  text-align: left;
}

.contact-phones-list &gt; li {
  margin-bottom: 13px;
}

.contact-lbl.fz-lg {
  font-weight: 500;
  font-size: 16px;
}

.contact-lbl {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}

.contact-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #304c91;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-text.fz-xl {
  font-size: 30px;
}

.contact-text.fz-lg {
  font-size: 24px;
}

.contact-text.fz-md {
  font-size: 18px;
}

.contact-phone-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -14px -3px;
  width: calc(100% + 28px);
}

.contact-ph-col,
.contact-s-col {
  padding: 0 14px;
}

.contact-s-col {
  width: 100%;
  max-width: 150px;
  padding-left: 0;
}

.contact-s-col .s-list li {
  font-size: inherit;
  min-height: 27px;
  padding: 0 14px;
}

.contact-s-col .s-list li {
  border-left: 1px solid #cecece;
}

.contact-s-col .s-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -14px;
}

.contact-ph-col {
  max-width: calc(100% - 100px);
  min-width: 215px;
}

.contact-phone:active,
.contact-phone:hover,
.contact-phone:visited,
.contact-phone {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #304c91;
  font-size: inherit;
  line-height: 1.12;
}

.contact-mail:active,
.contact-mail:hover,
.contact-mail:visited,
.contact-mail {
  display: block;
  line-height: 1.5;
  text-decoration: underline;
  font-size: 13px;
  color: #304c91;
}

.contact-phone:hover,
.contact-mail:hover {
  color: #ef7f1a;
}

.contact-mail.fz-lg {
  font-size: 24px;
  font-weight: bold;
}

.contact-mail.fz-md {
  font-size: 19px;
  font-weight: bold;
}

.contact-btns-cont {
  margin-top: 45px;
  padding-top: 43px;
  border-top: 1px solid #cecece;
}

.contact-btns-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quest-s-cont.contact-btns-soc {
  margin: 0;
}

.quest-s-cont.contact-btns-soc li:first-child {
  padding-left: 0;
}

.quest-s-cont.contact-btns-soc .s-link svg {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.contact-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #304c91;
}

.contact-metro-list {
  list-style: none;
  margin-bottom: 40px;
}

.contact-metro-list li {
  margin-bottom: 5px;
}

.page-map-wrap {
  margin: 10px 0 50px;
}

.page-map-cont {
  display: block;
  margin: 10px 0 25px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
  box-shadow: 0 30px 30px -30px rgb(102 127 194 / 65%);
}

.map {
  width: 100% !important;
}

.link {
  color: #304c91;
}

.page-map-wrap .link {
  color: #304c91;
  font-size: 16px;
}

.project-inner-row {
  padding-bottom: 40px;
  margin-bottom: 50px;
  width: calc(100% + 14px);
}

.project-inner-text &gt; * {
  max-width: 615px;
}

.project-inner-row .vid-cont {
  margin: 34px 0 48px;
  max-width: 591px;
}



.project-list-cont {
  margin-top: 20px;
}

.custom-slider {
  margin-bottom: 40px;
}

.custom-slide {
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.custom-slide:hover {
  opacity: .9;
}

.custom-slide img {
  width: 100%;
  /*height: 534px;*/
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}

.page-container .vid-cont:before {
  width: 89px;
  height: 89px;
}

.custom-nav-slider {
  padding-left: 75px;
  padding-right: 75px;
}

.custom-nav-slider img {
  max-width: 100%;
  width: 100%;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-nav-slider .slick-slide {
  padding: 2px 8px;
}

.custom-nav-slider .slick-list {
  margin: 0 -8px;
}

.custom-nav-slide {
  border-radius: 12px;
  border: 1px solid #304c91;
  -webkit-box-shadow: 0 0 0 0 #304c91;
          box-shadow: 0 0 0 0 #304c91;
  overflow: hidden;
  -webkit-transition: opacity .15s ease-out, -webkit-box-shadow .15s ease-out;
  transition: opacity .15s ease-out, -webkit-box-shadow .15s ease-out;
  -o-transition: box-shadow .15s ease-out, opacity .15s ease-out;
  transition: box-shadow .15s ease-out, opacity .15s ease-out;
  transition: box-shadow .15s ease-out, opacity .15s ease-out, -webkit-box-shadow .15s ease-out;
}

.custom-nav-slide:hover {
  opacity: .9;
}

.slick-current .custom-nav-slide {
  -webkit-box-shadow: 0 0 0 2px #304c91;
          box-shadow: 0 0 0 2px #304c91;
}

.custom-nav-slider .custom-arrow:active,
.custom-nav-slider .custom-arrow:hover,
.custom-nav-slider .custom-arrow:focus,
.custom-nav-slider .custom-arrow:visited,
.custom-nav-slider .custom-arrow {
  width: 56px;
  height: 25px;
  bottom: 50px;
}

.custom-nav-slider .custom-arrow.custom-prev:hover,
.custom-nav-slider .custom-arrow.custom-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}

.custom-nav-slider .custom-arrow.custom-next:hover,
.custom-nav-slider .custom-arrow.custom-next {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 100%;
}


.project-head {
  margin-bottom: 25px;
}

.project-head h1 {
  margin-bottom: 0;
}

.project-head-desc {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  color: #304c91;
}

.side-block.side-btn-block {
  border-radius: 0;
  background: none;
  max-width: 350px;
  -webkit-box-shadow: 0 20px 20px -20px rgb(102 127 194 / 65%);
          box-shadow: 0 20px 20px -20px rgb(102 127 194 / 65%);
}

.side-block.side-btn-block &gt; * {
  width: 100%;
}

.btn-prim.btn-bg-3.fz-lg:active,
.btn-prim.btn-bg-3.fz-lg:hover,
.btn-prim.btn-bg-3.fz-lg:focus,
.btn-prim.btn-bg-3.fz-lg:visited,
.btn-prim.btn-bg-3.fz-lg {
  border: 2px solid #304c91;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  border-radius: 21px;
  padding: 18px 20px;
}

.catalog-filter-cont {
  padding-bottom: 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #CECECE;
}

.filter-card-body {
  padding: 12px 12px 0;
}

.filter-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}

.filter-list li {
  margin-bottom: 12px;
  padding: 0 12px;
  width: 25%;
}

.btn.btn-link.custom-btn-link:active,
.btn.btn-link.custom-btn-link:hover,
.btn.btn-link.custom-btn-link:visited,
.btn.btn-link.custom-btn-link:focus,
.btn.btn-link.custom-btn-link {
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  color: #304c91;
  padding: 3px 12px;
}

.filter-card {
  margin-bottom: 38px;
  border-left: 3px solid #cecece;
}

.projects-cont .project-block.cat-item:active, 
.projects-cont .project-block.cat-item:hover, 
.projects-cont .project-block.cat-item:visited, 
.projects-cont .project-block.cat-item {
  margin-bottom: 41px;
  position: relative;
}

.project-block.cat-item,
.project-block.cat-item:hover {
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
  border: 1px solid #cecece;
  -webkit-transition: border .15s ease-out;
  -o-transition: border .15s ease-out;
  transition: border .15s ease-out;
}

.project-block.cat-item:hover {
  border: 1px solid #ef7f1a;
}

.project-block.cat-item.lbl-hit,
.project-block.cat-item.lbl-hit:hover {
  border: 3px solid #ef7f1a;
}

.cat-lbl {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: absolute;
  display: block;
  top: 13px;
  right: 10px;
  background: url(../img/icon/icon_lbl.svg) no-repeat center center;
  background-size: cover;
}


.cat-custom-slider .custom-slide img {
  height: 416px;
}

.cat-custom-nav-slider.custom-nav-slider img {
  height: 96px;
}

.cat-custom-nav-slider.custom-nav-slider {
  padding-left: 64px;
  padding-right: 64px;
}

.cat-custom-nav-slider.custom-nav-slider .custom-arrow:active,
.cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover,
.cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus,
.cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited,
.cat-custom-nav-slider.custom-nav-slider .custom-arrow {
  width: 42px;
}

.cat-more-cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cat-more-cont h2 {
  margin-left: 0;
  margin-right: 0;
}

.cat-more-col {
  padding-left: 41px;
  margin-left: 41px;
  margin-bottom: 36px;
  border-left: 1px solid #cecece;
  min-height: 46px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
  font-size: 13px;
}

.cat-more-col .link {
  color: #555;
}

.cat-more-col .link:hover {
  color: #ef7f1a;
}



.cat-inner-head {
  margin-bottom: 43px;
  padding: 28px 0 38px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.cat-price-col {
  width: 100%;
  max-width: 260px;
  text-align: center;
  min-height: 88px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 1.4;
}

.cat-price-col .btn-prim {
  margin-bottom: 12px;
}

.cat-price-col .link {
  color: #555;
}
.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cat-price-col .link:hover {
  color: #ef7f1a;
}

.cat-price-desc-col {
  width: calc(100% - 305px);
  padding-left: 50px;
  margin-left: 45px;
  position: relative;
  border-left: 1px solid #cecece;
  min-height: 88px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #555;
}

.cat-inner-docs {
  margin-bottom: 40px;
}

.doc-list {
  list-style: none;
}

.doc-list li {
  margin-bottom: 33px;
}

.doc-link:active,
.doc-link:hover,
.doc-link:visited,
.doc-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  position: relative;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #304c91;
} .doc-link:after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.doc-link.doc-pdf:after {
  background: url(../img/icon/icon_pdf.svg) no-repeat center top;
}

.doc-link.doc-dvg:after {
  background: url(../img/icon/icon_dvg.svg) no-repeat center top;
}

.page-tab-btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
  border-bottom: 1px solid #cecece;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px;
}

.btn-tab:active,
.btn-tab:focus,
.btn-tab:hover,
.btn-tab:visited,
.btn-tab:link,
.btn-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  font-weight: normal;
  padding: 3px 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  font-size: 18px;
  text-align: left;
  color: #555;
  text-transform: none;
  white-space: nowrap;
  margin-right: 7%;
}

.btn.btn-tab:hover {
  color: #ef7f1a;
  text-decoration: none;
}

.btn.btn-tab.active {
  border: none;
  background: none;
  font-weight: 500;
  color: #304c91;
}
.btn.btn-tab.active:after {
  height: 4px;
  opacity: 1;
}

.btn.btn-tab:hover:after {
  opacity: .5;
  height: 4px;
}

.btn.btn-tab:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  background: #304c91;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .15s ease-out,height .1s ease-out;
  -o-transition: opacity .15s ease-out,height .1s ease-out;
  transition: opacity .15s ease-out,height .1s ease-out;
  border-radius: 10px;
}

.page-tab {
  display: none;
}

.page-tab.active {
  display: block;
}

.page-tabs-container {
  margin-bottom: 80px;
}

.char-cont {
  border-left: 1px solid #cecece;
}

.char-card-header .btn.btn-link.custom-btn-link:active,
.char-card-header .btn.btn-link.custom-btn-link:hover,
.char-card-header .btn.btn-link.custom-btn-link:visited,
.char-card-header .btn.btn-link.custom-btn-link:focus,
.char-card-header .btn.btn-link.custom-btn-link {
  padding-left: 49px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.char-card-header .btn.btn-link.custom-btn-link:hover {
  color: #ef7f1a;
}

.char-card-header .btn.btn-link.custom-btn-link:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #304C91;
  -webkit-transition: border-color .15s ease-out;
  -o-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
}

.char-card-header .btn.btn-link.custom-btn-link:hover:after {
  border-color: transparent transparent transparent #ef7f1a;
}

.char-card-header .btn.btn-link.custom-btn-link[aria-expanded="true"]:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg)
}

.char-card {
  margin-bottom: 20px;
}

.cat-img {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 4px solid #304c91;
  display: inline-block;
}

.cat-img:hover {
  border-color: #ef7f1a;
  opacity: .95;
}

.cat-img img {
  max-width: 100%;
}

.char-body {
  padding-left: 49px;
  padding-top: 5px;
}

.char-body &gt; *:last-child {
  margin-bottom: 0;
}

.news-block:first-child {
	margin-bottom: 20px;
}


.page-container .news-slider.slick-slider {
    margin-bottom: 60px;
}

/* pages */

.reveal {
  position: relative;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1.5s transform ease-out, 1.5s opacity ease-out;
  -o-transition: 1.5s transform ease-out, 1.5s opacity ease-out;
  -webkit-transition: 1.5s opacity ease-out, 1.5s -webkit-transform ease-out;
  transition: 1.5s opacity ease-out, 1.5s -webkit-transform ease-out;
  transition: 1.5s transform ease-out, 1.5s opacity ease-out;
  transition: 1.5s transform ease-out, 1.5s opacity ease-out, 1.5s -webkit-transform ease-out;
}

.page-container .reveal,
.reveal.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}


.page-container div &gt; img[align="right"],
.page-container p &gt; img[align="right"] {
    margin: 0 0 30px 30px;
}

.page-container div &gt; img[align="left"],
.page-container p &gt; img[align="left"] {
    margin: 0 30px 30px 0;
}

@media screen and (max-width:450px) {
    .page-container div &gt; img[align="right"],
    .page-container div &gt; img[align="left"],
    .page-container p &gt; img[align="right"],
    .page-container p &gt; img[align="left"] {
        margin: 0 auto 30px;
        display: block;
    }
}

@media screen and (min-width: 1401px) {
  .desc-hide,
  .custom-navbar-toggler:active, 
  .custom-navbar-toggler:hover, 
  .custom-navbar-toggler:visited, 
  .custom-navbar-toggler, 
  .custom-navbar-toggler.navbar-toggler {
    display: none;
  }
  .cat-filter-collapse.collapse,
  .cat-filter-collapse.collapsed,
  .main-menu.collapsed,
  .main-menu.collapse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .container.full-w-cont {
    max-width: 100%;
    padding: 0;
  }
  .container.full-w-cont &gt; .row {
    margin-right: 0;
    margin-left: 0;
  }
  .container.full-w-cont &gt; .col, 
  .container.full-w-cont &gt; [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .mob-only {
    display: none;
  }
  
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1570px;
  }

}

@media screen and (min-width: 1700px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1670px;
  }

}
/**/
@media screen and (min-width: 1401px) and (max-width:1699px) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl {
		max-width: 1370px;
	}
	.top-contact-row .phone-link:active,
	.top-contact-row .phone-link:hover,
	.top-contact-row .phone-link:visited,
	.top-contact-row .phone-link {
	  font-size: 17px;
	}
	header .mail-link:active,
	header .mail-link:hover,
	header .mail-link:visited,
	header .mail-link {
	  color: #304c91;
	  margin-bottom: 10px;
	  font-size: 13px;
	}
	.top-s-cont .s-list,
	.main-nav {
		margin: 0 -5px;
		width: calc(100% + 10px);
		padding-right: 5px;
	}
	.top-s-cont .s-list li,
	.main-nav li {
		padding: 0 5px;
	}
	header .logo-desc {
		width: 100%;
		max-width: 285px;
		padding-left: 17px;
		margin-left: 20px;
	}
	.categ-text-col {
		padding-right: 8px;
		padding-left: 13px;
	}
	.top-s-cont .s-list li:nth-child(even) {
		padding-left: 7px;
	}
	.contact-text.fz-xl {
		font-size: 25px;
	}
	.contact-mail.fz-lg,
	.contact-text.fz-lg {
		font-size: 20px;
	}
	.btn-prim:active, 
	.btn-prim:hover, 
	.btn-prim:focus, 
	.btn-prim:visited, 
	.btn-prim {
		min-width: 210px;
	}

}
/**/

@media screen and (max-width:1400px) {
  .project-head-desc {
    font-size: 18px;
  }
  .custom-slide img {
    height: 350px;
  }
  .custom-nav-slider img {
    height: 70px;
  }
  .custom-nav-slider .custom-arrow:active,
  .custom-nav-slider .custom-arrow:hover,
  .custom-nav-slider .custom-arrow:focus,
  .custom-nav-slider .custom-arrow:visited,
  .custom-nav-slider .custom-arrow {
    bottom: 30px;
  }
  .contact-text.fz-xl {
    font-size: 26px;
  }
  .contact-text.fz-lg {
    font-size: 20px;
  }
  .contact-text.fz-md {
    font-size: 18px;
  }
  .cat-price-desc-col {
    width: calc(100% - 265px);
    padding-left: 30px;
    margin-left: 35px;
  }
  .btn-tab:active,
  .btn-tab:focus,
  .btn-tab:hover,
  .btn-tab:visited,
  .btn-tab:link,
  .btn-tab {
    font-size: 14px;
    margin-right: 3%;
  }
  
  .serv-foot-link:active,
  .serv-foot-link:hover,
  .serv-foot-link:visited,
  .serv-foot-link {
    font-size: 18px;
    line-height: 1.6;
  }

  .side-col {
    top: 115px;
  }
  header:not(.index-header) .is-sticky .row.sm-row.main-menu-cont {
    border: none;
  }
  .mob-hide,
  header .addr-cont.mob-hide,
  header .logo-desc.mob-hide {
    display: none;
  }
  .top-row {
    padding: 18px 0 16px;
  }
  .top-row &gt; div[class*="col-"] {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row.sm-row.main-menu-cont {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cecece; 
    border-top: 0;
  }
  .index-header .row.sm-row.main-menu-cont {
    border: none;
  }
  .mob-contact-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -8px;
  }
  .mob-contact-col {
    padding: 0 8px;
    width: 100%;
    max-width: 50%;
  }
  .mob-contact-col.col-lg {
    max-width: 55%;
  }
  .mob-contact-col.col-md {
    max-width: 45%;
  }

  .head-s-cont .s-link:active,
  .head-s-cont .s-link:hover,
  .head-s-cont .s-link:visited,
  .head-s-cont .s-link {
    width: 30px;
    height: 30px;
  }
  .head-s-cont .s-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  
  .top-contact-row .top-mail-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 30px;
  }
  .top-contact-row .top-s-col {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-left: none;
  }
  .top-contact-row .top-phone-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .logo-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .phone-link.phone-mob-icon:active,
  .phone-link.phone-mob-icon:hover,
  .phone-link.phone-mob-icon:visited,
  .phone-link.phone-mob-icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 43px;
    height: 36px;
    border-radius: 11px;
    background: #304c91;
    padding: 5px;
    margin-bottom: 0;
  }
  .phone-link.phone-mob-icon:after {
    background: url(../img/icon/icon_phone_white.svg) no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .logo-desc {
    padding-left: 0;
    margin-left: 0;
    min-height: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  
  .addr-cont .icon-text {
    font-size: 13px;
    line-height: 1.4;
  }
  .main-slider-cont {
    padding-top: 23px;
  }
  .categ-link:active,
  .categ-link:hover,
  .categ-link:visited,
  .categ-link {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    padding: 20px 11px;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    color: #304c91;
    border-radius: 30px;
    background: #f8faff;
    min-height: 119px;
    -webkit-box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%);
            box-shadow: 0 20px 30px -30px rgb(102 127 194 / 65%);
  }
  .projects-slider.slick-slider, .projects-slider {
    padding-bottom: 20px;
  }
  .team-section {
    padding: 70px 0;
  }
  .topline.is-sticky {
    background-color: #f8faff;
    -webkit-box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
            box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
  }
  
  .main-menu,
  .main-menu.collapse:not(.show) {
    background: #fff;    
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    display: block;
    height: auto !important;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out, background .2s ease-out;
    -o-transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out, background .2s ease-out;
    transition: max-height .15s ease-out, padding-top .15s ease-out, padding-bottom .15s ease-out, background .2s ease-out;
    -webkit-box-shadow: 0 20px 40px -30px rgb(102 127 194 / 65%);
            box-shadow: 0 20px 40px -30px rgb(102 127 194 / 65%);
  }
  .is-sticky .main-menu,
  .is-sticky .main-menu.collapse:not(.show) {
    background-color: #f8faff;
  }
  .main-menu.show {
    padding: 30px 15px;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
            box-shadow: 0 20px 40px -20px rgb(102 127 194 / 65%);
    -webkit-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    -o-transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
    transition: max-height .1s ease-out, padding-top .1s ease-out, padding-bottom .1s ease-out;
  }
  .main-nav-side {
    min-width: 0;
  }
  .main-menu .main-nav,
  .main-nav {
    display: block;
    margin-bottom: 15px;
  }
  .main-menu &gt; * {
    max-width: 1110px;
    margin: 0 auto;
  }
  header .is-sticky .main-nav-side .addr-cont,
  header .main-nav-side .addr-cont {
    padding: 15px 0;
    border: none;
    border-top: 1px solid #cecece;
    min-height: 0;
  }
  .main-nav li {
    margin-bottom: 5px;
    padding: 0;
  }
  .main-nav-link:active,
  .main-nav-link:hover,
  .main-nav-link:visited,
  .main-nav-link {
    font-size: 16px;
    padding: 3px 0;
  }
  .main-nav-link:hover {
    color: #ef7f1a;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .team-boss-img {
    text-align: center;
  }
  .team-boss-img .team-img {
    margin-bottom: 20px;
  }
  .team-boss-cont .team-name {
    margin-bottom: 8px;
  }
  .foot-cont .desc-hide {
    display: none;
  }
  .foot-cont .mob-hide {
    display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width:1400px) {
  .category-cont .row .col-xl-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mob-hide.side-col {
    display: block;
  }
  .btn-prim:active,
  .btn-prim:hover,
  .btn-prim:focus,
  .btn-prim:visited,
  .btn-prim {
    min-width: 200px;
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
  }
  
  
}

@media screen and (min-width: 992px) and (max-width:1400px) {
  .contact-mail.fz-lg,
  .contact-text.fz-xl {
    font-size: 20px;
  }
  .contact-mail.fz-md,
  .contact-text.fz-lg {
    font-size: 18px;
  }
  .contact-text.fz-md {
    font-size: 16px;
  }
  .contact-ph-col {
    min-width: 174px;
  }
  .contact-lbl.fz-lg {
    font-size: 14px;
  }
  
}

@media screen and (max-width:1200px) {
  .cat-inner-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .cat-price-desc-col {
    width: 100%;
    padding: 21px 0 15px;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cat-price-col {
    max-width: 100%;
    padding-bottom: 28px;
  }
  .cat-inner-head {
    border: none;
    padding-bottom: 0;
  }
  .char-card-header .btn.btn-link.custom-btn-link:active,
  .char-card-header .btn.btn-link.custom-btn-link:hover,
  .char-card-header .btn.btn-link.custom-btn-link:visited,
  .char-card-header .btn.btn-link.custom-btn-link:focus,
  .char-card-header .btn.btn-link.custom-btn-link {
    font-size: 16px;
  }
  .page-tab-btns {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 10px;
  }
  .btn-tab:active,
  .btn-tab:focus,
  .btn-tab:hover,
  .btn-tab:visited,
  .btn-tab:link,
  .btn-tab {
    padding: 0;
    font-size: 12px;
    margin-right: 3%;
  }
  .btn.btn-tab:after {
    bottom: -10px;
  }
  .cat-custom-slider .custom-slide img {
    height: 316px;
  }
  .cat-custom-nav-slider.custom-nav-slider img {
    height: 50px;
  }
  .catalog-filter-cont {
    margin-bottom: 25px;
    border-bottom: none;
  }
  .cat-lbl {
    -webkit-transform: scale(0.8) translate(5px,-5px);
        -ms-transform: scale(0.8) translate(5px,-5px);
            transform: scale(0.8) translate(5px,-5px);
  }
  .filter-card {
    margin-bottom: 20px;
    border-left: 3px solid #cecece;
  }
  .custom-slider {
    margin-bottom: 20px;
  }
  .custom-slide img {
    height: 250px;
  }
  .custom-nav-slider img {
    height: 50px;
  }
  .custom-nav-slider .custom-arrow:active,
  .custom-nav-slider .custom-arrow:hover,
  .custom-nav-slider .custom-arrow:focus,
  .custom-nav-slider .custom-arrow:visited,
  .custom-nav-slider .custom-arrow {
    bottom: 20px;
  }
  
  main {
    overflow: hidden;
  }
  .serv-foot-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .quest-desc {
    font-size: 20px;
  }
  .quest-link:active,
  .quest-link:hover,
  .quest-link:visited,
  .quest-link,
  .quest-main {
    font-size: 26px;
    line-height: 1.4;
  }
  h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .about-slogan {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .main-menu &gt; * {
    max-width: 930px;
  }
  .foot-cont .desc-hide {
    display: block;
  }
  .foot-cont .mob-hide {
    display: none;
  }
  .foot-cont {
    text-align: center;
    padding: 38px 0 14px;
  }
  .foot-border:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .foot-border:after,
  .foot-logo-cont.foot-border:after, 
  .foot-contact.foot-border:after {
    max-width: 100%;
  }
  .foot-contact .foot-btns &gt; *:last-child {
    margin-bottom: 0;
  }
  
  .foot-contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .foot-s-cont {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: relative;
  }
  .border-top-mob {
    position: relative;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .copyright:after,
  .border-top-mob:after {
    display: block;
    content: '';
    position: absolute;
    background: #cecece;
    width: 100%;
    max-width: 100%;
    height: 1px;
    top: 0%;
    left: 0;
  }
  .border-top-mob .addr-cont {
    padding-bottom: 0;
    padding-top: 7px;
    margin-bottom: 29px;
  }
  .copyright {
    position: relative;
    text-align: center;
    padding-top: 16px;
  }
  .foot-s-cont:after {
    display: block;
    content: '';
    position: absolute;
    background: #cecece;
    width: 100%;
    max-width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
  }
  .foot-nav {
    text-align: left;
    padding-top: 0;
  }
  .foot-nav.foot-nav-sm {
    text-align: right;
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .foot-nav li {
    margin-bottom: 15px;
  }
  .foot-nav-sm li {
    margin-bottom: 2px;
  }
  .foot-nav-link:active,
  .foot-nav-link:hover,
  .foot-nav-link:visited,
  .foot-nav-link {
    font-size: 14px;
    padding: 2px 0;
  }
  
  .foot-border.custom-pb {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .foot-border.custom-pb:after {
    display: none;
  }
  .foot-contact .foot-btns {
    margin-bottom: 0;
    padding-top: 29px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .dev-link:active,
  .dev-link:hover,
  .dev-link:visited,
  .dev-link {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .dev-img {
    margin-bottom: 20px;
  }

  .slick-slider.main-nav-slider, 
  .main-nav-slider {
    position: absolute;
    bottom: 15px;
    left: 30px;
    max-width: 100%;
    width: calc(100% - 60px);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.44);
  }
  .main-nav-slide {
    font-size: 14px;
    line-height: 20px;
    border-radius: 30px;
  }
  .vid-cont:active,
  .vid-cont:hover,
  .vid-cont:visited,
  .vid-cont {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-vid-text,
  .about-text-cont {
    padding: 25px 22px;
    -webkit-box-shadow: 0 30px 0 0 #f8faff;
            box-shadow: 0 30px 0 0 #f8faff;
    border-radius: 16px;
  }
  .page-vid-text:after,
  .about-text-cont:after {
    display: none;
  }
  .page-container .vid-cont:before,
  .vid-cont:before {
    width: 60px;
    height: 60px;
  }
  
  h2, 
  .h2 {
    font-size: 30px;
  }
  .projects-section {
    padding: 50px 0;
  }
  .team-section {
    padding: 60px 0 30px;
  }
  .review-section {
    padding: 60px 0;
  }
  .sert-list {
    margin: 0 -7px;
  }
  .sert-list li {
    padding: 0 7px;
    /*max-width: 33.333333%;*/
  }
  .sert-section h2 {
    margin-bottom: 42px;
  }
  .sert-section {
    padding: 57px 0 40px;
  }
  .news-section {
    padding: 50px 0 80px;
  }
  
  .news-slider .slick-slide {
    margin-bottom: 35px;
  }
  .news-block {
    margin-bottom: 25px;
    min-height: 0;
  }
  .news-slider .news-main,
  .news-slide:first-child .news-main {
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 80px;
    margin-bottom: 28px;
  }
  .news-slide:first-child .news-title {
    font-size: 20px;
  }
  .news-slide:first-child .news-img {
    max-height: 320px;
  }
  .news-slide:first-child .news-img img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 320px;
  }
  .news-slider .news-title {
    font-size: 18px;
  }
  
  
}

@media screen and (max-width:991px) {
  .char-body {
    padding-left: 0;
  }
  .char-card-header .btn.btn-link.custom-btn-link:active,
  .char-card-header .btn.btn-link.custom-btn-link:hover,
  .char-card-header .btn.btn-link.custom-btn-link:visited,
  .char-card-header .btn.btn-link.custom-btn-link:focus,
  .char-card-header .btn.btn-link.custom-btn-link {
    font-size: 15px;
    padding-left: 16px;
  }
  .char-card-header .btn.btn-link.custom-btn-link:after {
    left: 0;
  }
  .char-cont {
    border-left: none;
  }
  .page-container .char-body &gt; * {
    font-size: 13px;
    line-height: 1.6;
  }
  .page-tabs-container {
    margin-bottom: 0;
  }
  
  .project-inner-row {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
  .project-inner-row .vid-cont {
    margin: 22px 0 25px;
    max-width: 100%;
  }
  .project-inner-text &gt; * {
    max-width: 100%;
  }
  .project-inner-text {
    margin-bottom: 45px;
  }
  .contact-lbl.fz-lg {
    font-size: 13px;
  }
  .contact-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
  }
  
  .contact-metro-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 5px;
  }
  .contact-metro-list li {
    width: 100%;
    max-width: 50%;
    padding: 0 5px;
  }
  .contact-mail.fz-lg {
    font-size: 20px;
  }
  .contact-mail.fz-md {
    font-size: 16px;
  }
  .contact-lbl {
    font-size: 12px;
  }
  .contact-btns-cont {
    margin: 35px 0;
    padding: 25px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  
  .page-container .page-vid-cont {
    margin-bottom: 58px;
  }
  .page-vid-text:after {
    display: none;
  }
  h3, .h3 {
    font-size: 20px;
  }
  .quest-desc {
    font-size: 18px;
  }
  .quest-link:active,
  .quest-link:hover,
  .quest-link:visited,
  .quest-link,
  .quest-main {
    font-size: 22px;
  }
  .serv-foot-link:active,
  .serv-foot-link:hover,
  .serv-foot-link:visited,
  .serv-foot-link {
    font-size: 16px;
    line-height: 1.6;
  }
  h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .about-slogan {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .main-menu &gt; * {
    max-width: 690px;
  }
  .main-slide-title {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 450px;
  }
  .main-slide-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .categ-img-col {
    padding-right: 15px;
    padding-left: 15px;
    width: 120px;
  }
  .categ-img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .categ-text-col {
    padding-right: 10px;
    padding-left: 20px;
    width: 100%;
    max-width: calc(100% - 120px);
  }
  .categ-link:active,
  .categ-link:hover,
  .categ-link:visited,
  .categ-link {
    margin-bottom: 14px;
    padding: 12px 6px;
    font-size: 16px;
    min-height: 100px;
  }
  .categ-img-col:after {
    height: 60px;
  }
  .icon-text {
    font-size: 11px;
  }
  .team-boss-img {
    text-align: center;
  }
  .team-boss-img .team-img {
    max-width: 340px;
    margin: 0 auto 20px;
  }
  .team-section h2 {
    margin-bottom: 20px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  .team-slide-foot {
    padding: 20px 15px;
  }
  .team-name {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .clients-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clients-list li {
    width: 100%;
    max-width: 33%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .clients-section {
    padding-bottom: 50px;
  }
  .foot-logo {
    max-width: 178px;
    margin-bottom: 15px;
  }
  .logo-desc {
    font-size: 11px;
    line-height: 16px;
    padding: 0;
  }
  .foot-cont .s-list {
    max-width: 260px;
  }
  .s-link:active,
  .s-link:hover,
  .s-link:visited,
  .s-link {
    width: 32px;
    height: 30px;
  }
  

  
}

@media screen and (max-width:767px) {
  .project-head-desc {
    font-size: 16px;
  }
  .custom-slider {
    margin-bottom: 15px;
  }
  .custom-slide img {
    height: 250px;

    max-width: 100% !important;
    height: 320px !important; /*auto !important;*/

    object-fit: cover;
    object-position: center;
  }
  .custom-nav-slider {
    padding-left: 55px;
    padding-right: 55px;
  }
  .custom-nav-slider img {
    height: 70px;
  }
  .custom-nav-slider .custom-arrow:active,
  .custom-nav-slider .custom-arrow:hover,
  .custom-nav-slider .custom-arrow:focus,
  .custom-nav-slider .custom-arrow:visited,
  .custom-nav-slider .custom-arrow {
    width: 42px;
    bottom: 30px;
  }  
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:active,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
    bottom: 24px;
  }
  .custom-nav-slider .slick-slide {
    padding: 0 2px;
  }  
  .custom-nav-slider .slick-list {
    margin: 0 -2px;
  }
  .char-card-header .btn.btn-link.custom-btn-link:active,
  .char-card-header .btn.btn-link.custom-btn-link:hover,
  .char-card-header .btn.btn-link.custom-btn-link:visited,
  .char-card-header .btn.btn-link.custom-btn-link:focus,
  .char-card-header .btn.btn-link.custom-btn-link {
    font-size: 14px;
  }
  .char-card-header .btn.btn-link.custom-btn-link:after {
    left: 0;
  }
  .page-container .char-body &gt; * {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .char-card {
    margin-bottom: 10px;
  }
  .doc-link:after {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .doc-link:active,
  .doc-link:hover,
  .doc-link:visited,
  .doc-link {
    font-size: 12px;
  }
  .page-tab-btns {
    margin-bottom: 25px;
  }
  .doc-list li {
    margin-bottom: 23px;
  }
  .cat-more-cont {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cat-more-cont h2 {
    margin-bottom: 13px;
  }
  
  .cat-more-col {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 36px;
    border-left: none;
    min-height: 0;
  }
  .map {
    height: 305px !important;
  }
  .page-map-wrap,
  .page-map-cont {
    border-radius: 16px;
    margin-top: 0;
  }
  .contact-s-col .s-list li {
    padding: 0 8px;
  }
  .contact-s-col .s-list {
    margin: 0 -8px;
  }
  .contact-ph-col {
    min-width: 190px;
  }
  .quest-s-cont.contact-btns-soc .s-list li {
    padding: 0 12px;
    border-right: 1px solid #cecece;
  }
  .quest-s-cont.contact-btns-soc .s-link svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  
  .page-map-wrap {
    text-align: center;
  }
  .page-map-wrap .link {
    font-size: 13px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  .page-quest-cont {
    margin-bottom: 50px;
  }
  .quest-head {
    margin-bottom: 22px;
  }
  .quest-s-cont {
    margin-bottom: 22px;
  }
  .quest-s-cont .s-list li {
    padding: 0 38px;
  }
  .serv-page-foot {
    margin-bottom: 40px;
  }
  .serv-foot-list {
    padding-bottom: 16px;
    border-bottom: 1px solid #304c91;;
  }
  .serv-foot-list li {
    padding: 0 0 16px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .serv-foot-list li:nth-child(n+1):after,
  .serv-foot-list li:after {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #cecece;
    width: 126px;
    height: 1px;
  }
  .serv-foot-list li:before {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .quest-desc {
    font-size: 16px;
  }
  .quest-link:active,
  .quest-link:hover,
  .quest-link:visited,
  .quest-link,
  .quest-main {
    font-size: 19px;
  }
  .serv-foot-link:active,
  .serv-foot-link:hover,
  .serv-foot-link:visited,
  .serv-foot-link {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-slogan {
    font-size: 16px;
  }
  .page-img {
    margin: 27px 0 35px;
    border-radius: 16px;
  }
  h1 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .projects-cont .project-block:active,
  .projects-cont .project-block:hover,
  .projects-cont .project-block:visited,
  .projects-cont .project-block {
    margin-bottom: 36px;
  }

  .pagi-link:active,
  .pagi-link:hover,
  .pagi-link:visited,
  .pagi-link {
    width: 44px;
    height: 38px;
    font-size: 12px;
    border-radius: 30px;
  }
  .pagi-link.pagi-arrow:active,
  .pagi-link.pagi-arrow:hover,
  .pagi-link.pagi-arrow:visited,
  .pagi-link.pagi-arrow {
    width: 48px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8)
  }
  .pagi-link.pagi-arrow.pagi-prev {
    margin-right: 5px;
  }
  .pagi-link.pagi-arrow.pagi-next {
    margin-left: 5px;
  }
  .pagi-list li {
    padding: 0 5px;
  }
  .team-boss-img .team-img {
    max-width: 212px;
  }
  .page-vid-text,
  .about-text-cont {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .logo-col .logo:active,
  .logo-col .logo:hover,
  .logo-col .logo:visited,
  .logo-col .logo {
    max-width: 184px;
  }
  .main-menu &gt; * {
    max-width: 510px;
  }
  .main-slide-cover {
    padding: 30px 30px 160px;
    z-index: 2;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-slide-title,
  .main-slide-text {
    text-align: center;
  }
  header .mail-link:active,
  header .mail-link:hover,
  header .mail-link:visited,
  header .mail-link {
    font-size: 11px;
  }
  .top-contact-row .top-mail-col {
    padding-left: 14px;
    padding-bottom: 4px;
  }
  .top-contact-row .top-s-col {
    border-left: 1px solid #828281;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-s-col .s-list {
    margin: 0 -7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;  
  }
  .top-s-col .s-list li {
    padding: 0 7px;
  }
  header .phone-link:active, 
  header .phone-link:hover, 
  header .phone-link:visited, 
  header .phone-link {
    font-size: 17px;
    line-height: 21px;
  }
  .main-slide:after {
    background: -o-linear-gradient(bottom, #304c91 0%, rgba(48, 76, 145, 0.81) 61.08%, #304c91 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#304c91), color-stop(61.08%, rgba(48, 76, 145, 0.81)), to(#304c91));
    background: linear-gradient(to top, #304c91 0%, rgba(48, 76, 145, 0.81) 61.08%, #304c91 100%);
  }
  .slick-slider.main-nav-slider .slick-track {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slick-slider.main-nav-slider .slick-slide {
    min-width: 50%;
    padding: 0 4px;
  }
  .main-nav-slide:hover,
  .main-nav-slide {
    min-width: 100%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.74);
    margin-bottom: 5px;
    min-height: 54px;
    height: 54px;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    border-radius: 17px;
    color: #304c91;
  }
  .slick-slider.main-nav-slider, 
  .main-nav-slider {
    bottom: 10px;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    --webkit-backdrop-filter: blur(0);
    background-color: transparent;
  }
  .slick-current .main-nav-slide {
    background: #637CB5;
    border: 1px solid #fff;
    color: #fff;
  }
  .main-nav-slide:after, 
  .main-nav-slide:before {
    max-width: calc(100% - 30px);
    bottom: 4px;
    left: 15px;
  }
  .main-slide-title {
    font-size: 28px;
  }
  .categ-link:active,
  .categ-link:hover,
  .categ-link:visited,
  .categ-link {
    margin-bottom: 14px;
    padding: 8px 6px;
    font-size: 16px;
    min-height: 89px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-title h2 {
    font-size: 27px;
    margin-bottom: -5px;
  }
  .about-title-desc {
    font-size: 16px;
    padding-left: 22px;
  }
  .about-text-cont p, 
  .about-text-cont * {
    font-size: 13px;
    line-height: 22px;
  }
  .about-text-cont p:not(:last-child), 
  .about-text-cont &gt; *:not(:last-child) {
    margin-bottom: 22px;
  }
  .projects-section {
    background: #F8FAFF;
  }
  .team-desc {
    font-size: 11px;
  }
  .team-boss-text {
    padding: 68px 0;
  }
  .team-boss-text:after, 
  .team-boss-text:before {
    font-size: 90px;
  }
  .team-boss-text p:last-child {
    margin-bottom: 0;
  }
  .team-quote {
    font-size: 14px;
    line-height: 22px;
  }
  .team-boss-cont .team-name {
    font-size: 13px;
  }  
  .team-boss-cont .team-desc {
    font-size: 11px;
  }
  .team-name {
    font-size: 12px;
  }
  .team-desc {
    font-size: 9px;
  }
  .review-section:after {
    max-width: 225px;
    width: 225px;
    height: 270px;
    bottom: -66px;
  }
  .news-section h2 {
    margin-bottom: 25px;
  }
  .icon-text:after {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .icon-text {
    padding-left: 25px;
    line-height: 20px;
  }
  .news-slider .news-main {
    padding-top: 5px;
  }
  .news-slider .news-main, 
  .news-slide:first-child .news-main {
    font-size: 13px;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .news-slider .news-title {
    font-size: 15px;
  } 
  .news-slide:first-child .news-title {
    font-size: 16px;
    left: 25px;
    bottom: 11px
  }
  .news-link:active,
  .news-link:hover,
  .news-link:visited,
  .news-link {
    font-size: 12px;
    line-height: 1.5;
  }
  .news-head, 
  .news-main, 
  .news-foot {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-head {
    padding-top: 23px;
  }
  .news-main:after {
    width: calc(100% - 50px);
  }
  .news-foot {
    padding-bottom: 18px;
  }
  .news-block {
    border-radius: 16px;
  }
  .news-slider-nav.container, .news-slider-nav {
    max-width: 366px;
    padding: 0 80px;
  }
  .news-btns-col {
    width: 225px;
  }
  .news-btns-col .btn-prim:active,
  .news-btns-col .btn-prim:hover,
  .news-btns-col .btn-prim:focus,
  .news-btns-col .btn-prim:visited,
  .news-btns-col .btn-prim {
    min-width: 225px;
  }
  .custom-arrow.custom-next:hover,
  .custom-arrow.custom-next {
    -webkit-transform: translateX(110px) scale(0.9);
    -ms-transform: translateX(110px) scale(0.9);
    transform: translateX(110px) scale(0.9);
  }
  .custom-arrow.custom-prev:hover,
  .custom-arrow.custom-prev {
    -webkit-transform: translateX(-193px) scale(0.9);
    -ms-transform: translateX(-193px) scale(0.9);
    transform: translateX(-193px) scale(0.9);
  }
  .news-section {
    padding-bottom: 40px;
  }
  .clients-section {
    padding-top: 40px;
  }
  .category-cont {
    padding-top: 35px;
  }
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:active,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
    width: 36px;
  }
  .cat-custom-nav-slider.custom-nav-slider {
    padding-left: 55px;
    padding-right: 55px;
  }
  .cat-inner-head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:576px) {
  .logo-img {
    width: 184px;
    height: 27px;
  }
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:active,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:hover,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:focus,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow:visited,
  .cat-custom-nav-slider.custom-nav-slider .custom-arrow {
    bottom: 20px
  }
  .filter-list li {
    width: 50%;
  }
  .cat-price-desc-col {
    font-size: 11px;
    line-height: 16px;
  }
  
  .project-head {
    margin-bottom: 15px;
  }
  .custom-slide img {
    height: 210px;
    border-radius: 16px;
  }
  .project-inner-row .vid-cont {
    margin: 22px -7px 25px;
    border-radius: 16px;
    width: calc(100% + 14px);
    max-width: calc(100% + 14px);
  }
  .project-inner-row.row.lg-row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .project-inner-row.row.lg-row &gt; div[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .serv-foot-list {
    margin-left: 0;
    margin-right: 0;
  }
  .bread-cont {
    margin-bottom: 24px;
    padding: 10px 0 0;
  }
  .breadcrumbs li,
  .breadcrumbs li &gt; span,
  .bread-link:active,
  .bread-link:hover,
  .bread-link:visited,
  .bread-link {
    font-size: 10px;
    line-height: 1.5;
  }
  .breadcrumbs li {
    padding: 5px 5px 5px 0;
  }
  .about-slogan {
    font-size: 18px;
  }
  .page-img {
    margin: 18px 0 25px;
    border-radius: 16px;
  }
  h1 {
    font-size: 22px;
    margin: 0 0 18px;
  }
  .page-container {
    font-size: 12px;
    line-height: 18px;
  }
  .page-container p {
    margin-bottom: 18px;
  }
  .project-img img {
    height: 221px;
  }
  .container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .main-slide-title {
    font-size: 26px;
    margin-bottom: 17px;
    text-align: center;
  }
  .main-slide-text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .slick-slider.main-nav-slider, 
  .main-nav-slider {
    bottom: 8px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .category-cont {
    padding-top: 21px;
  }
  .categ-link:active,
  .categ-link:hover,
  .categ-link:visited,
  .categ-link {
    margin-bottom: 14px;
    padding: 8px 6px;
    font-size: 15px;
    line-height: 20px;
  }
  .categ-img {
    max-width: 70px;
  }
  .btn-prim.btn-xs.w-auto:active,
  .btn-prim.btn-xs.w-auto:hover,
  .btn-prim.btn-xs.w-auto:focus,
  .btn-prim.btn-xs.w-auto:visited,
  .btn-prim.btn-xs.w-auto {
    padding: 3px 19px;
    font-size: 12px;
    width: 100%;
    max-width: 184px;
    display: block;
  }
  .about-title.reveal {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .about-text-cont p, 
  .about-text-cont * {
    font-size: 12px;
    line-height: 18px;
  }
  .about-text-cont p:not(:last-child), 
  .about-text-cont &gt; *:not(:last-child) {
    margin-bottom: 18px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  .sec-head-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .team-section {
    padding: 50px 0 30px;
  }
  
  .team-boss-text {
    padding: 58px 0;
  }
  .team-boss-text:after {
    top: -20px
  }
  .team-boss-text:before {
    bottom: -11px;
  }
  .team-quote {
    font-size: 12px;
    line-height: 18px;
  }
  .team-boss-cont {
    margin-bottom: 15px;
  }
  .team-slider .slick-list {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .team-slide {
    width: 220px;
    max-width: 220px;
  }
  .news-slider .news-main, 
  .news-slide:first-child .news-main {
    font-size: 11px;
  }
  .news-slider .news-title {
    font-size: 14px;
  } 
  .news-slide:first-child .news-title {
    font-size: 16px;
  }
  .news-link:active,
  .news-link:hover,
  .news-link:visited,
  .news-link {
    font-size: 11px;
  }
  .slick-slide img.main-slide-img-desc,
  .main-slide-img-desc {
    display: none;
  }
  .slick-slide img.main-slide-img-mob,
  .main-slide-img-mob {
    display: block;
    width: 100%;
    height: 492px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .projects-slide {
    padding: 4px 3px 0;
  }
  .project-block:active,
  .project-block:hover,
  .project-block:visited,
  .project-block {
    width: 295px;
    min-height: 375px;
  }
  .vid-cont:active,
  .vid-cont:hover,
  .vid-cont:visited,
  .vid-cont {
    max-width: 600px;
    margin: 0 -15px;
  }
  
  .copyright:after,
  .foot-s-cont:after,
  .foot-border:after,
  .border-top-mob:after,
  .foot-logo-cont.foot-border:after, 
  .foot-contact.foot-border:after {
    max-width: 367px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .main-menu &gt; * {
    max-width: 100%;
  }
  .project-foot {
    padding: 13px 0 10px;
  }
  .project-main {
    padding: 16px 0 13px;
  }
  .project-title {
    font-size: 12px;
  }
  .project-desc {
    font-size: 11px;
  }
  .clients-section {
    padding-bottom: 20px;
  }
  .foot-nav-sm li {
    margin-bottom: 0;
  }
  .dev-link:active,
  .dev-link:hover,
  .dev-link:visited,
  .dev-link {
    font-size: 10px;
  }
  .addr-cont .icon-text {
    font-size: 11px;
    line-height: 20px;
  }
  .foot-nav-link:active,
  .foot-nav-link:hover,
  .foot-nav-link:visited,
  .foot-nav-link {
    font-size: 12px;
    padding: 2px 0;
  }
  .head-s-cont .s-list li {
    padding: 0 6px;
  }
  .head-s-cont .s-link:active,
  .head-s-cont .s-link:hover,
  .head-s-cont .s-link:visited,
  .head-s-cont .s-link {
    width: 29px;
  }
  
  
  
}

@media screen and (max-width:365px) {

  .contact-text.fz-xl {
    font-size: 22px;
  }
  .page-vid-text {
    padding: 20px 16px;
  }
  .foot-logo,
  .logo-col .logo:active,
  .logo-col .logo:hover,
  .logo-col .logo:visited,
  .logo-col .logo {
    max-width: 155px;
  }
  .pagi-link:active,
  .pagi-link:hover,
  .pagi-link:visited,
  .pagi-link {
    width: 35px;
    height: 28px;
    font-size: 12px;
    border-radius: 30px;
  }
  .pagi-link.pagi-arrow:active,
  .pagi-link.pagi-arrow:hover,
  .pagi-link.pagi-arrow:visited,
  .pagi-link.pagi-arrow {
    width: 40px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .pagi-link.pagi-arrow.pagi-prev,
  .pagi-link.pagi-arrow.pagi-next {
    margin-left: 0px;
  }
  .pagi-list li {
    padding: 0 3px;
  }
  
  .head-s-cont .s-list li {
    padding: 0 4px;
  }
  .main-slide-cover {
    padding: 30px 15px 160px;
  }
  .main-nav-slide:hover,
  .main-nav-slide {
    font-size: 11px;
    line-height: 15px;
  }
  .categ-link:active, .categ-link:hover, .categ-link:visited, .categ-link {
    padding: 8px 2px;
    font-size: 14px;
    line-height: 18px;
  }
  .about-title-desc {
    font-size: 13px;
    padding-left: 15px;
  }
  .about-title h2 {
    font-size: 22px;
  }
  .page-vid-text,
  .about-text-cont {
    padding: 20px 16px;
  }
  .news-slider-nav.container, 
  .news-slider-nav {
    max-width: 300px;
    padding: 0 80px;
  }
  .news-btns-col {
    width: 205px;
  }
  .news-btns-col .btn-prim:active,
  .news-btns-col .btn-prim:hover,
  .news-btns-col .btn-prim:focus,
  .news-btns-col .btn-prim:visited,
  .news-btns-col .btn-prim {
    min-width: 205px;
  }
  .custom-arrow.custom-next:hover,
  .custom-arrow.custom-next {
    -webkit-transform: translateX(90px) scale(0.9);
    -ms-transform: translateX(90px) scale(0.9);
    transform: translateX(90px) scale(0.9);
  }
  .custom-arrow.custom-prev:hover,
  .custom-arrow.custom-prev {
    -webkit-transform: translateX(-175px) scale(0.9);
    -ms-transform: translateX(-175px) scale(0.9);
    transform: translateX(-175px) scale(0.9);
  }
  .foot-border .foot-nav {
    padding-left: 20px;
  }
  .dev-link:active,
  .dev-link:hover,
  .dev-link:visited,
  .dev-link {
    font-size: 9px;
  }
  .main-nav-link:active,
  .main-nav-link:hover,
  .main-nav-link:visited,
  .main-nav-link {
    font-size: 14px;
    padding: 3px 0;
  }
  
}



@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Regular.eot');
  src: local('☺'), url('../fonts/CeraPro-Regular.woff') format('woff'),
    url('../fonts/CeraPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-RegularItalic.eot');
  src: local('☺'), url('../fonts/CeraPro-RegularItalic.woff') format('woff'),
    url('../fonts/CeraPro-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Ligth.eot');
  src: local('☺'), url('../fonts/CeraPro-Ligth.woff') format('woff'),
    url('../fonts/CeraPro-Ligth.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Bold.eot');
  src: local('☺'), url('../fonts/CeraPro-Bold.woff') format('woff'),
    url('../fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Medium.eot');
  src: local('☺'), url('../fonts/CeraPro-Medium.woff') format('woff'),
    url('../fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Black.eot');
  src: local('☺'), url('../fonts/CeraPro-Black.woff') format('woff'),
    url('../fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


@-webkit-keyframes widthAnimation {
  from {width: 0;}
  to {width: 100%;}
}


@keyframes widthAnimation {
  from {width: 0;}
  to {width: 100%;}
}

.tabs .tabs__header {
  display: flex;
}
.tabs .tabs__header &gt; div {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
  top: 1px;
  border-bottom: 1px solid transparent;
}
.tabs .tabs__header &gt; div.active {
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #fff;

}
.tabs .tabs__content &gt; div {
	display: none;
    border: 1px solid #ccc;
    padding: 20px;
}
.tabs .tabs__content &gt; div.active {
	display: block;
}

@media screen and (max-width:450px) {
  .tabs table {
    min-width: 0!important;
  }
  .tabs td {
    padding: 5px 7px!important;
  }
  .tabs td:nth-child(1) {
    max-width: 35%;
    word-break: break-word;
  }

  .tabs td:nth-child(2) {
    max-width: 35%;
    word-break: break-word;
  }
}

.project-price-from{

  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #304C91;
  text-align: center;

}

.cat-inner-head--first{
  margin-bottom: 0;
  border-bottom: 0;
}
.btn-prim--white{
  background-color: #fff;
  color: #304C91;
}
.cat-price-from{
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;

  color: #304C91;
  margin-bottom: 5px;
}

.project-inner-text a:not(.btn-prim):hover {
  color: #ef7f1a;
}

.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.project-list-cont {
	margin: -80px 0 150px 0!important;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/antares/components/bitrix/catalog/catalog_no_sidebar/bitrix/catalog.section.list/.default/style.css?17471204417297*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.rope a {
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

.page-container .category-cont{
	padding: 0 !important;
}
.list-ps-caption{
	margin-top: 10px !important;
}
/* End */


/* Start:/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?171922813118055*/
.smart-filter {
	margin-bottom: 20px;
	min-width: 220px;
	width: 100%;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.smart-filter-section { position: relative; }

.smart-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

/*Sections*/

.smart-filter-parameters-box { position: relative; }

.smart-filter-parameters-box-title {
	position: relative;
	display: inline-block;
	padding-bottom: 7px;
	font-size: 13px;
}

.smart-filter-parameters-box-title-text {
	color: var(--primary);
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}

.smart-filter-angles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: var(--primary);
	content: "";
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.smart-filter-hint-icon {
	display: block;
	padding: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--primary);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 8px);
	left: -7px;
	z-index: 10;
	display: none;
	padding: 10px;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
	transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
	display: none;
	box-sizing: content-box;
	transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 25px 18px 25px;
}

.smart-filter-slider-track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid var(--primary);
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -14px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 7px;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	margin-right: 7px;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--primary); }

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
	padding: 18px;
	border-top: 1px solid var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
	color: var(--theme-color-light);
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: inline-block;
	padding: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	cursor: pointer;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: var(--primary); }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	box-shadow: none;
	display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list { }

.smart-filter-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
	position: relative;
	background: transparent;
	box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: var(--primary); }

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
	padding: 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: transparent;
	color: #767b7e;
	vertical-align: top;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: #000;
}

/*
*	BTN result and reset
*
*/

.btn-themes { color: #fff }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: #fff }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -9px;
	margin-left: 10px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 103%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

@media (max-width: 767px) {
	.bx-touch .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

	.bx-touch .smart-filter-popup-result br { display: none; }

	.smart-filter-popup-result .arrow { display: none; }
}

/* End */


/* Start:/local/templates/antares/components/bitrix/catalog.section/catalog/style.css?17248492734529*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
.bx-section-desc img,
.bx-section-desc video {
	width: 100%;
}

.flex-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
}
.flex-list > *{
	box-sizing: border-box !important;
	padding-left: 14px !important;
	width: 100% !important;
	/*margin: 0 auto !important;*/
	/*max-width: 338px;*/
}
.flex-list .col-sm-6{
	width: 100%;
	flex: none;
	max-width: 100%;
}
@media (max-width: 767px){
	.btn-prim{
		width: 100% !important;
		min-width: 1px !important;
	}
}
@media (min-width: 768px){
	.flex-list > *{
		width: 50% !important;		
	}
	
}
@media (min-width: 992px){
	.flex-list > *{
		width: calc(100% * 1 / 3.001) !important;		
	}
	
}
@media (min-width: 1401px){
	.flex-list > *{
		width: 25% !important;		
	}
	
}
/* End */


/* Start:/local/templates/antares/components/bitrix/catalog.item/catalog4/style.min.css?172500445622843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/local/templates/antares/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1706096627706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/antares/components/bitrix/catalog/catalog_no_sidebar/style.css?17471204411181 */
/* /local/templates/antares/components/bitrix/catalog/catalog_no_sidebar/bitrix/catalog.section.list/.default/style.css?17471204417297 */
/* /local/templates/antares/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?171922813118055 */
/* /local/templates/antares/components/bitrix/catalog.section/catalog/style.css?17248492734529 */
/* /local/templates/antares/components/bitrix/catalog.item/catalog4/style.min.css?172500445622843 */
/* /local/templates/antares/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1706096627706 */