/* BLUE colors from darkest/lightest from top/bottom *//* BROWN colors from darkest/lightest from top/bottom *//* theme color *//** text color *//** link-color *//** Messages *//** Buttons *//** media */[class^="col-xxl-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.text-bg-gradient .animated,.text-bg-gradient .animated:before {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@from+0,c80a47+33,1e81cc+67,c80a47+100 */
  background: #142F42;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #142F42 0%, #6E94A9 33%, #142F42 67%, #6E94A9 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#142F42), color-stop(33%, #6E94A9), color-stop(67%, #142F42), to(#6E94A9));
  background: -o-linear-gradient(left, #142F42 0%, #6E94A9 33%, #142F42 67%, #6E94A9 100%);
  background: linear-gradient(to right, #142F42 0%, #6E94A9 33%, #142F42 67%, #6E94A9 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142F42', endColorstr='#6E94A9', GradientType=1);
 /* IE6-9 */
  -webkit-background-size: 300% 300%;
          background-size: 300% 300%;
  -webkit-animation: animate-gradient 2.5s linear infinite;
  -o-animation: animate-gradient 2.5s linear infinite;
  animation: animate-gradient 2.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-gradient .animated:active,.text-bg-gradient .animated:before:active {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.text-bg-gradient .animated:active:before,.text-bg-gradient .animated:before:active:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.text-bg-gradient .animated:active {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.text-bg-gradient .animated:active:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.animate-pause {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.animate-pause:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.clearfix {
  clear: both;
}

.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

.dropdown-hide {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
}

.dropdown-show {
  max-height: 1000px;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 35px -2px #000;
          box-shadow: 0px 0px 35px -2px #000;
}

.inner-shadow-block {
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.pseudo-class-absolute {
  display: block;
  position: absolute;
  content: '';
}

.column-bordered {
  overflow: hidden;
}

.column-bordered .column-bordered-title {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #936F4F;
}

.column-bordered .column-bordered-title:before,.column-bordered .column-bordered-title:after {
  display: block;
  position: absolute;
  content: '';
  border-right: 2px solid #936F4F;
}

.column-bordered .column-bordered-title:before {
  left: 0;
  top: 100%;
  height: 1500px;
}

.column-bordered .column-bordered-title:after {
  right: 0;
  height: 100%;
  bottom: 0;
}/* Korch *//* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. *//* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */.ic:before,[class^="ic-"]:before,[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.ic-home {
 /* '' */;
}

.ic-home:before {
  content: '\e800';
}

.ic-down {
 /* '' */;
}

.ic-down:before {
  content: '\e801';
}

.ic-clock {
 /* '' */;
}

.ic-clock:before {
  content: '\e802';
}

.ic-play {
 /* '' */;
}

.ic-play:before {
  content: '\e803';
}

.ic-location {
 /* '' */;
}

.ic-location:before {
  content: '\e804';
}

.ic-fnx {
 /* '' */;
}

.ic-fnx:before {
  content: '\e805';
}

.ic-down-dir {
 /* '' */;
}

.ic-down-dir:before {
  content: '\e806';
}

.ic-up-dir {
 /* '' */;
}

.ic-up-dir:before {
  content: '\e807';
}

.ic-left-dir {
 /* '' */;
}

.ic-left-dir:before {
  content: '\e808';
}

.ic-right-dir {
 /* '' */;
}

.ic-right-dir:before {
  content: '\e809';
}

.ic-arrow-down-bold-mini {
 /* '' */;
}

.ic-arrow-down-bold-mini:before {
  content: '\e80a';
}

.ic-arrow-left-bold-mini {
 /* '' */;
}

.ic-arrow-left-bold-mini:before {
  content: '\e80b';
}

.ic-arrow-right-bold-mini {
 /* '' */;
}

.ic-arrow-right-bold-mini:before {
  content: '\e80c';
}

.ic-arrow-up-bold-mini {
 /* '' */;
}

.ic-arrow-up-bold-mini:before {
  content: '\e80d';
}

.ic-arrow-down-mini {
 /* '' */;
}

.ic-arrow-down-mini:before {
  content: '\e80e';
}

.ic-arrow-left-mini {
 /* '' */;
}

.ic-arrow-left-mini:before {
  content: '\e80f';
}

.ic-arrow-right-mini {
 /* '' */;
}

.ic-arrow-right-mini:before {
  content: '\e810';
}

.ic-arrow-up-mini {
 /* '' */;
}

.ic-arrow-up-mini:before {
  content: '\e811';
}

.ic-arrow-down-light {
 /* '' */;
}

.ic-arrow-down-light:before {
  content: '\e812';
}

.ic-arrow-left-light {
 /* '' */;
}

.ic-arrow-left-light:before {
  content: '\e813';
}

.ic-arrow-right-light {
 /* '' */;
}

.ic-arrow-right-light:before {
  content: '\e814';
}

.ic-arrow-up-light {
 /* '' */;
}

.ic-arrow-up-light:before {
  content: '\e815';
}

.ic-arrow-down-bold {
 /* '' */;
}

.ic-arrow-down-bold:before {
  content: '\e816';
}

.ic-arrow-left-bold {
 /* '' */;
}

.ic-arrow-left-bold:before {
  content: '\e817';
}

.ic-arrow-right-bold {
 /* '' */;
}

.ic-arrow-right-bold:before {
  content: '\e818';
}

.ic-arrow-up-bold {
 /* '' */;
}

.ic-arrow-up-bold:before {
  content: '\e819';
}

.ic-right {
 /* '' */;
}

.ic-right:before {
  content: '\e81a';
}

.ic-star-empty {
 /* '' */;
}

.ic-star-empty:before {
  content: '\e81b';
}

.ic-star-empty-2 {
 /* '' */;
}

.ic-star-empty-2:before {
  content: '\e81c';
}

.ic-star-filled-2 {
 /* '' */;
}

.ic-star-filled-2:before {
  content: '\e81d';
}

.ic-close-1 {
 /* '' */;
}

.ic-close-1:before {
  content: '\e81e';
}

.ic-mobile {
 /* '' */;
}

.ic-mobile:before {
  content: '\e820';
}

.ic-globe {
 /* '' */;
}

.ic-globe:before {
  content: '\e821';
}

.ic-filter {
 /* '' */;
}

.ic-filter:before {
  content: '\e822';
}

.ic-left {
 /* '' */;
}

.ic-left:before {
  content: '\e823';
}

.ic-globe-1 {
 /* '' */;
}

.ic-globe-1:before {
  content: '\e824';
}

.ic-balance-1 {
 /* '' */;
}

.ic-balance-1:before {
  content: '\e825';
}

.ic-delete {
 /* '' */;
}

.ic-delete:before {
  content: '\e826';
}

.ic-btn-play {
 /* '' */;
}

.ic-btn-play:before {
  content: '\e827';
}

.ic-credit {
 /* '' */;
}

.ic-credit:before {
  content: '\e828';
}

.ic-close-2 {
 /* '' */;
}

.ic-close-2:before {
  content: '\e829';
}

.ic-info {
 /* '' */;
}

.ic-info:before {
  content: '\e82a';
}

.ic-share {
 /* '' */;
}

.ic-share:before {
  content: '\e82b';
}

.ic-reply {
 /* '' */;
}

.ic-reply:before {
  content: '\e82c';
}

.ic-tag {
 /* '' */;
}

.ic-tag:before {
  content: '\e82d';
}

.ic-contacts {
 /* '' */;
}

.ic-contacts:before {
  content: '\e82e';
}

.ic-instagram-1 {
 /* '' */;
}

.ic-instagram-1:before {
  content: '\e82f';
}

.ic-email-3 {
 /* '' */;
}

.ic-email-3:before {
  content: '\e830';
}

.ic-kyivstar {
 /* '' */;
}

.ic-kyivstar:before {
  content: '\e831';
}

.ic-close {
 /* '' */;
}

.ic-close:before {
  content: '\e832';
}

.ic-life {
 /* '' */;
}

.ic-life:before {
  content: '\e833';
}

.ic-vodafone {
 /* '' */;
}

.ic-vodafone:before {
  content: '\e834';
}

.ic-balance-3 {
 /* '' */;
}

.ic-balance-3:before {
  content: '\e835';
}

.ic-pencil {
 /* '' */;
}

.ic-pencil:before {
  content: '\e836';
}

.ic-quote {
 /* '' */;
}

.ic-quote:before {
  content: '\e837';
}

.ic-cart-1 {
 /* '' */;
}

.ic-cart-1:before {
  content: '\e838';
}

.ic-up {
 /* '' */;
}

.ic-up:before {
  content: '\e839';
}

.ic-ok-2 {
 /* '' */;
}

.ic-ok-2:before {
  content: '\e83a';
}

.ic-cellphone-filled {
 /* '' */;
}

.ic-cellphone-filled:before {
  content: '\e83b';
}

.ic-ok {
 /* '' */;
}

.ic-ok:before {
  content: '\e83c';
}

.ic-email-2 {
 /* '' */;
}

.ic-email-2:before {
  content: '\e848';
}

.ic-pencil-2 {
 /* '' */;
}

.ic-pencil-2:before {
  content: '\e84c';
}

.ic-search {
 /* '' */;
}

.ic-search:before {
  content: '\e84e';
}

.ic-star-filled {
 /* '' */;
}

.ic-star-filled:before {
  content: '\e84f';
}

.ic-mobile-hand {
 /* '' */;
}

.ic-mobile-hand:before {
  content: '\e850';
}

.ic-cart {
 /* '' */;
}

.ic-cart:before {
  content: '\e852';
}

.ic-email {
 /* '' */;
}

.ic-email:before {
  content: '\e853';
}

.ic-heart {
 /* '' */;
}

.ic-heart:before {
  content: '\e854';
}

.ic-mouse-scroll {
 /* '' */;
}

.ic-mouse-scroll:before {
  content: '\e855';
}

.ic-balance {
 /* '' */;
}

.ic-balance:before {
  content: '\e856';
}

.ic-balance-2 {
 /* '' */;
}

.ic-balance-2:before {
  content: '\e857';
}

.ic-tools {
 /* '' */;
}

.ic-tools:before {
  content: '\e858';
}

.ic-microphone {
 /* '' */;
}

.ic-microphone:before {
  content: '\e859';
}

.ic-user {
 /* '' */;
}

.ic-user:before {
  content: '\e85a';
}

.ic-btn-play-filled {
 /* '' */;
}

.ic-btn-play-filled:before {
  content: '\e85c';
}

.ic-cellphone {
 /* '' */;
}

.ic-cellphone:before {
  content: '\e85d';
}

.ic-present {
 /* '' */;
}

.ic-present:before {
  content: '\e85e';
}

.ic-reviews {
 /* '' */;
}

.ic-reviews:before {
  content: '\e85f';
}

.ic-eye {
 /* '' */;
}

.ic-eye:before {
  content: '\e860';
}

.ic-callendar {
 /* '' */;
}

.ic-callendar:before {
  content: '\e861';
}

.ic-availability {
 /* '' */;
}

.ic-availability:before {
  content: '\e863';
}

.ic-arrow-down {
 /* '' */;
}

.ic-arrow-down:before {
  content: '\f004';
}

.ic-arrow-up {
 /* '' */;
}

.ic-arrow-up:before {
  content: '\f005';
}

.ic-arrow-right {
 /* '' */;
}

.ic-arrow-right:before {
  content: '\f006';
}

.ic-arrow-left {
 /* '' */;
}

.ic-arrow-left:before {
  content: '\f007';
}

.ic-location-1 {
 /* '' */;
}

.ic-location-1:before {
  content: '\f031';
}

.ic-lock-open {
 /* '' */;
}

.ic-lock-open:before {
  content: '\f075';
}

.ic-facebook {
 /* '' */;
}

.ic-facebook:before {
  content: '\f09a';
}

.ic-gplus-1 {
 /* '' */;
}

.ic-gplus-1:before {
  content: '\f0d5';
}

.ic-youtube-play {
 /* '' */;
}

.ic-youtube-play:before {
  content: '\f16a';
}

.ic-instagram {
 /* '' */;
}

.ic-instagram:before {
  content: '\f16d';
}

.ic-vk {
 /* '' */;
}

.ic-vk:before {
  content: '\f189';
}

.ic-whatsapp {
 /* '' */;
}

.ic-whatsapp:before {
  content: '\f232';
}

.ic-telegram {
 /* '' */;
}

.ic-telegram:before {
  content: '\f2c6';
}

.ic-vimeo {
 /* '' */;
}

.ic-vimeo:before {
  content: '\f306';
}

.ic-twitter {
 /* '' */;
}

.ic-twitter:before {
  content: '\f309';
}

.ic-gplus {
 /* '' */;
}

.ic-gplus:before {
  content: '\f30f';
}

.ic-pinterest {
 /* '' */;
}

.ic-pinterest:before {
  content: '\f312';
}

.ic-youtube {
 /* '' */;
}

.ic-youtube:before {
  content: '\f313';
}

.ic-tumblr {
 /* '' */;
}

.ic-tumblr:before {
  content: '\f315';
}

.ic-linkedin {
 /* '' */;
}

.ic-linkedin:before {
  content: '\f318';
}

.ic-instagram-2 {
 /* '' */;
}

.ic-instagram-2:before {
  content: '\f32d';
}

.ic-skype {
 /* '' */;
}

.ic-skype:before {
  content: '\f339';
}

.ic-lock {
 /* '' */;
}

.ic-lock:before {
  content: '\f512';
}

.ic-email-bold {
 /* '' */;
}

.ic-email-bold:before {
  content: '\e869';
  color: #142F42;
}

.ic-map-mark {
 /* '' */;
}

.ic-map-mark:before {
  content: '\e86a';
  color: #142F42;
}

.ic-phone-circle-bordered {
 /* '' */;
}

.ic-phone-circle-bordered:before {
  content: '\e86b';
  color: #142F42;
}

.ic-phone-circle-bordered-white {
 /* '' */;
}

.ic-phone-circle-bordered-white:before {
  content: '\e86b';
  color: #fff;
}

.ic-clock-bold {
 /* '' */;
}

.ic-clock-bold:before {
  content: '\e86c';
  color: #142F42;
}

.ic-viber {
 /* '' */;
}

.ic-viber:before {
  content: '\e86d';
  color: #7D3DAF;
}

.ic-whatsapp-new {
 /* '' */;
}

.ic-whatsapp-new:before {
  content: '\e86e';
  color: #7AD06D;
}

.ic-zoom-in-2:before {
  content: '\e86f';
}

.ic-pdf-file:before {
  content: '\e868';
}

.ic-clock-arrow-bold:before {
  content: '\e887';
}

.ic-envelope:before {
  content: '\e871';
}

.font-main {
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Montserrat', sans-serif;
}

html,body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

* {/*
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;*/
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill,input:-webkit-autofill:hover,textarea:-webkit-autofill:hover,select:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill:focus,select:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill:active,select:-webkit-autofill:active {
  -webkit-transition: 5000s ease-in-out 0s !important;
  -o-transition: 5000s ease-in-out 0s !important;
  transition: 5000s ease-in-out 0s !important;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

a,a:hover,a:active,a:focus {
  outline: none;
}

code {
  border-radius: 0;
  padding: 20px;
  color: #efefef;
  display: block;
  background: #2b2b2b;
  line-height: 2;
  font-size: 18px;
}

#wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

#page-content {
  position: relative;
  z-index: 31;
}

#page-content:after {
  content: '';
  clear: both;
}

#page-empty-wrap {
  clear: both;
}/* Немного облагородим скрол, (для контента на страницах в основном)*/body:not(.mobile) ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body:not(.mobile) ::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

body:not(.mobile) ::-webkit-scrollbar-button:vertical:start {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzEuMDgzIDMyMiI+PHBhdGggZD0iTTU3MSAyODZxMC0xNC0xMC0yNUwzMTEgMTFRMzAwIDAgMjg2IDB0LTI1IDExTDExIDI2MVEwIDI3MiAwIDI4NnQxMSAyNXExMSAxMSAyNSAxMWg1MDBxMTQgMCAyNS0xMXQxMC0yNXoiLz48L3N2Zz4=") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile) ::-webkit-scrollbar-button:vertical:end {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzEuMDgzIDMyMiI+PHBhdGggZD0iTTU3MSAzNnEwIDE0LTEwIDI1TDMxMSAzMTFxLTExIDExLTI1IDExdC0yNS0xMUwxMSA2MVEwIDUwIDAgMzZ0MTEtMjVRMjIgMCAzNiAwaDUwMHExNCAwIDI1IDExdDEwIDI1eiIvPjwvc3ZnPg==") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile) ::-webkit-scrollbar-button:horizontal:start {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjIgNTcxLjA4MyI+PHBhdGggZD0iTTI4NiAuMDgzcS0xNCAwLTI1IDEwbC0yNTAgMjUwcS0xMSAxMS0xMSAyNXQxMSAyNWwyNTAgMjUwcTExIDExIDI1IDExdDI1LTExcTExLTExIDExLTI1di01MDBxMC0xNC0xMS0yNXQtMjUtMTB6Ii8+PC9zdmc+") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile) ::-webkit-scrollbar-button:horizontal:end {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjIgNTcxLjA4MyI+PHBhdGggZD0iTTM2IC4wODNxMTQgMCAyNSAxMGwyNTAgMjUwcTExIDExIDExIDI1dC0xMSAyNWwtMjUwIDI1MHEtMTEgMTEtMjUgMTF0LTI1LTExcS0xMS0xMS0xMS0yNXYtNTAwcTAtMTQgMTEtMjV0MjUtMTB6Ii8+PC9zdmc+") no-repeat center center;
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
  display: none;
}

body:not(.mobile) ::-webkit-scrollbar-track {
  background: #fff;
}

body:not(.mobile) ::-webkit-scrollbar-track-piece {
  background: #fff;
}

body:not(.mobile) ::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 0;
}

body:not(.mobile) ::-webkit-scrollbar-corner {
  background: #fff;
}

#page-header {
  position: relative;
  z-index: 32;
  background-color: #6E94A9;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#page-header #header-search-field {
  width: 28px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  color: #fff;
}

#page-header #header-search-field:focus {
  width: 250px;
  -webkit-transition: width 0.5s ease-in-out;
}

#page-header .header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#page-header .header-menu-nav-block {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

#page-header .header-menu-forms {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page-header .header-menu-forms .ic-arrow-down-light {
  font-size: 12px;
  margin-left: 5px;
}

#page-header .header-menu-forms .desktop-phones > a {
  font-weight: 600;
}

#page-header .header-menu-forms .desktop-phones .ic-phone-circle-bordered-white {
  margin-right: 12px;
  font-weight: 400;
  font-size: 18px;
}

#page-header .header-menu-forms > div:not(:first-child) {
  margin-left: 50px;
}

#page-header .navbar .navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page-header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

#page-header .logo img {
  width: 59px;
}

#page-header .logo .logo-text {
  text-align: left;
  color: #fff;
  margin-left: 5px;
}

#page-header .logo .logo-text .company-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#page-header .logo .logo-text .company-description {
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#page-header .desktop-phones,#page-header .desktop-languages,#page-header .desktop-search {
  height: 34px;
  color: white;
}

#page-header .desktop-phones .selected-option,#page-header .desktop-languages .selected-option,#page-header .desktop-search .selected-option {
  line-height: 2.1;
}

#page-header .desktop-languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page-header .desktop-languages .nav-link {
  padding: 0;
}

#page-header .dropdown:hover,#page-header .dropdown.show {
  border-color: #fff;
}

#page-header .dropdown .dropdown-menu {
  border: 1px solid #204b69;
  background-color: #dde4e8;
}

#page-header .dropdown .dropdown-menu > a {
  display: block;
  text-decoration: none;
  padding: 4px 8px;
}

#page-header .dropdown .dropdown-menu > a:hover:not(.active) {
  background-color: #81a3bc;
  color: #fff;
}

#page-header .dropdown .dropdown-menu > a.active {
  background-color: #39566b;
  color: #fff;
}

#page-header.mainpage {
  background-color: #142F42;
  padding-bottom: 0;
}

#page-header.mainpage #nav-header {
  margin-top: 0;
}

#page-header.mainpage .search-form .form-element-wrapper:hover {
  border-color: #6E94A9;
}

#page-header.mainpage .search-form .form-element-wrapper.focus {
  border-color: #6E94A9;
}

#page-header.mainpage .header-menu-forms {
  margin-bottom: 35px;
}

#page-header.mainpage .dropdown:hover,#page-header.mainpage .dropdown.show {
  border-color: #6E94A9;
}

#page-header.mainpage .dropdown > a {
  font-weight: 600;
}

#page-header.mainpage .dropdown .dropdown-menu {
  border: 1px solid #6E94A9;
  background-color: #dde4e8;
  font-weight: 400;
}

#page-header.mainpage .dropdown .dropdown-menu > a:hover:not(.active) {
  background-color: #81a3bc;
}

#page-header.mainpage .dropdown .dropdown-menu > a.active {
  background-color: #39566b;
  color: #fff;
}

#page-header.mainpage .form-element-wrapper {
  color: #fff;
}

#page-header.mainpage .form-element-wrapper:hover {
  border-color: #2c6790;
}

#page-header.mainpage .form-element-wrapper.focus {
  border-color: #142F42;
}

#page-header.mainpage .company-name {
  position: absolute;
  top: 205px;
  left: 0;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

#page-header.mainpage .company-description {
  display: block;
  position: absolute;
  bottom: -139px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

#page-header.mainpage .desktop-phones,#page-header.mainpage .desktop-languages,#page-header.mainpage .desktop-search {
  color: white;
}

#page-header.mainpage .header-menu-nav-block:before {
  display: none;
}

#page-header.mainpage .logo {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 30%;
  display: block;
  float: none;
  padding: 20px;
  width: 40%;
}

#page-header.mainpage .logo img {
  background-color: #142F42;
  width: auto;
}

#nav-header {
  margin-top: 15px;
  padding-right: 10px;
}

#nav-header .mainpage .nav-link {
  color: inherit;
}

#nav-header .mainpage .nav-link:hover {
  color: #82d9ff;
}

#nav-header .mainpage .nav-link.active,#nav-header .mainpage .nav-link.current {
  color: #6E94A9;
}

#nav-header .navbar-nav {
  margin-left: -11px;
}

#nav-header .nav-item {
  padding-right: 30px;
  padding-left: 30px;
}

#nav-header .nav-item:last-child {
  padding-right: 0;
}

#nav-header .nav-link {
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-weight: 500;
  white-space: nowrap;
  padding: 0;
}

#nav-header .nav-link:hover {
  color: #39566b;
}

#nav-header .nav-link .icon-wrapper {
  display: none;
}

#nav-header .nav-link.active,#nav-header .nav-link.current {
  color: #142F42;
  text-decoration: none;
  border-bottom: 1px solid #142F42;
  font-weight: 700;
}

.page-main #page-header .catalog-toggle.active .hamburger-box .hamburger-inner:nth-child(1) {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.page-main #page-header .catalog-toggle.active .hamburger-box .hamburger-inner:nth-child(2) {
  opacity: 1;
}

.page-main #page-header .catalog-toggle.active .hamburger-box .hamburger-inner:nth-child(3) {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

#page-header .desktop-phones #dropdownMenuLink {
  line-height: 1.9;
}/*Стили хлебных крошек*/#page-breadcrumb {
  overflow: hidden;
}

.breadcrumb {
  padding: 6px 0;
  font-size: 0.875rem;
  margin-bottom: 17px;
  margin-top: 23px;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '/';
  float: left;
  font-size: 0.875rem;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
  color: #142F42;
}

.breadcrumb .breadcrumb-item a {
  position: relative;
  color: #19465f;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
  text-decoration: none!important;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #6E94A9;
}

.breadcrumb .breadcrumb-item.active span {
  color: #af8e71;
}

.aside-menu li.title:not(:last-child),.aside-menu .nav-item:not(:last-child),.aside-menu .menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.aside-menu li.title {
  font-weight: bold;
}

.aside-menu .nav-link,.aside-menu .menu-link {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 0;
}

.aside-menu .nav-link:hover,.aside-menu .menu-link:hover,.aside-menu .nav-link.active,.aside-menu .menu-link.active {
  text-decoration: none;
  color: #6E94A9;
  text-shadow: 1px 0 0 #6E94A9;
}

.aside-tags {
  margin-left: -3px;
  margin-right: -3px;
}

.aside-tags .title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.143;
  color: #142F42;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 15px;
}

.aside-tags .tag-item {
  margin: 3px;
}

.aside-tags .tag-link {
  display: inline-block;
  border: 1px solid #35a6da;
  color: #35a6da;
  background: #fff;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 5px;
  border-radius: 10px;
 /* '' */;
}

.aside-tags .tag-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.aside-tags .tag-link:before {
  content: '\e82d';
}

.aside-tags .tag-link:before {
  font-size: 14px;
  margin-right: 4px;
}

.aside-tags .tag-link:hover,.aside-tags .tag-link.active {
  color: #fff;
  background: #35a6da;
  text-decoration: none;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-bottom: 0.8em;
  font-weight: bold;
  display: block;
}

h1,.h1 {
  font-size: 1.875rem;
}

h2,.h2 {
  font-size: 1.625rem;
}

h3,.h3 {
  font-size: 1.375rem;
}

h4,.h4 {
  font-size: 1.125rem;
}

h5,.h5 {
  font-size: 1rem;
}

h6,.h6 {
  font-size: 1rem;
}

.page-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #142F42;
}

.page-title .style-1 {
  color: #142F42;
}

.page-title.sm {
  text-transform: none;
}

.page-title-wrapper {
  font-size: 1rem;
  font-weight: bold;
  color: #142F42;
  text-transform: uppercase;
  padding: 13px 0;
  line-height: 1;
  background: #e0e0e0;
  margin-bottom: 40px;
}

.page-title-wrapper .page-title-img {
  margin-left: 10px;
  margin-right: 20px;
}

.page-title-wrapper .page-title {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-transform: inherit;
}

.empty-text {
  font-size: 2.25rem;
  color: #c0c0c0;
  line-height: 1.2;
  margin-bottom: 200px;
}

.empty-text ul {
  padding-left: 19px;
}

.empty-text ul li {
  margin-bottom: 7px;
}

.empty-text a {
  color: #434343;
}

.text-formatted {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #142F42;
}

.text-formatted h1,.text-formatted .h1,.text-formatted h2,.text-formatted .h2,.text-formatted h3,.text-formatted .h3 {
  display: inline-block;
  margin-top: 35px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
  padding: 20px!important;
  background-color: #f3f3f3;
  color: #142F42;
}

.text-formatted h1:before,.text-formatted .h1:before,.text-formatted h2:before,.text-formatted .h2:before,.text-formatted h3:before,.text-formatted .h3:before,.text-formatted h1:after,.text-formatted .h1:after,.text-formatted h2:after,.text-formatted .h2:after,.text-formatted h3:after,.text-formatted .h3:after {
  content: '';
  display: table;
  width: 100%;
}

.text-formatted.v2 h1,.text-formatted.v2 .h1,.text-formatted.v2 h2,.text-formatted.v2 .h2,.text-formatted.v2 h3,.text-formatted.v2 .h3 {
  display: inline-block;
  margin-top: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0px!important;
  background-color: transparent!important;
  color: #142F42;
}

.text-formatted.v2 h1:before,.text-formatted.v2 .h1:before,.text-formatted.v2 h2:before,.text-formatted.v2 .h2:before,.text-formatted.v2 h3:before,.text-formatted.v2 .h3:before,.text-formatted.v2 h1:after,.text-formatted.v2 .h1:after,.text-formatted.v2 h2:after,.text-formatted.v2 .h2:after,.text-formatted.v2 h3:after,.text-formatted.v2 .h3:after {
  content: '';
  display: none!important;
  width: 100%;
}

.text-formatted a {
  line-height: normal;
  font-weight: bold;
  color: #dde4e8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.text-formatted a:hover {
  color: #6E94A9;
  -webkit-text-decoration-color: #6E94A9;
     -moz-text-decoration-color: #6E94A9;
          text-decoration-color: #6E94A9;
}

.text-formatted ul,.text-formatted ol,.text-formatted p,.text-formatted blockquote {
  margin-bottom: 1.5625rem;
  color: #142F42;
}

.text-formatted p {
  position: relative;
}

.text-formatted p:empty {
  display: none;
}

.text-formatted hr {
  border: none;
  border-bottom: 2px solid #142F42;
}

.text-formatted img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 2rem;
  border-radius: 10px;
}

.text-formatted img[style*="float:left"],.text-formatted img[style*="float: left"] {
  margin: 0 2rem 2rem 0;
}

.text-formatted img[style*="float:right"],.text-formatted img[style*="float: right"] {
  margin: 0 0 2rem 2rem;
}

.text-formatted img.image {
  max-width: 50%;
}

.text-formatted ul,.text-formatted ol {
  padding-left: 0;
}

.text-formatted ul li,.text-formatted ol li {
  margin-bottom: 6px;
}

.text-formatted ol {
  list-style-position: inside;
  list-style-type: none;
}

.text-formatted ol li {
  counter-increment: step-counter;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}

.text-formatted ol li:before {
  font-weight: bold;
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #142F42;
}

.text-formatted ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
}

.text-formatted ul li:before {
  content: '•';
  font-size: 26px;
  position: absolute;
  color: #142F42;
  top: -4px;
  left: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 21px;
}

.text-formatted ul[style*="list-style-type:circle"] li:before,.text-formatted ul[style*="list-style-type: circle"] li:before,.text-formatted ul[style*="list-style-type:disc"] li:before,.text-formatted ul[style*="list-style-type: disc"] li:before,.text-formatted ul[style*="list-style-type:square"] li:before,.text-formatted ul[style*="list-style-type: square"] li:before {
  top: 0;
  font-size: 13px;
}

.text-formatted ul[style*="list-style-type:square"] li:before,.text-formatted ul[style*="list-style-type: square"] li:before {
  content: '■';
}

.text-formatted ul[style*="list-style-type:disc"] li:before,.text-formatted ul[style*="list-style-type: disc"] li:before {
  font-size: 26px;
  line-height: 21px;
  content: '•';
}

.text-formatted ul[style*="list-style-type:circle"] li:before,.text-formatted ul[style*="list-style-type: circle"] li:before {
  content: '○';
}

.text-formatted blockquote {
  display: block;
  border-left: 3px solid #142F42;
  padding: 10px 0 10px 15px;
  font-style: italic;
  font-weight: 600;
}

.text-formatted .table-wrap {
  max-width: 100%;
  overflow: auto;
}

.text-formatted table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.text-formatted table img {
  margin: auto;
}

.text-formatted table tr:not(:last-child) {
  border-bottom: 1px solid #e6ecee;
}

.text-formatted table th,.text-formatted table td {
  padding: 10px 20px;
  text-align: left;
  border: none;
}

.text-formatted table th p,.text-formatted table td p {
  margin: 0;
}

.text-formatted table tbody:first-child tr:first-child td,.text-formatted table tbody:first-child tr:first-child th,.text-formatted table thead td,.text-formatted table th {
  font-weight: bold;
}

.text-formatted table thead tr,.text-formatted table tbody tr:first-child {
  background: #eee;
}

.text-formatted table tfoot td {
  font-weight: bold;
}

[data-js-link] {
  cursor: pointer;
}

.back-title {
  background: #e0e0e0;
  color: #142F42;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px 10px 75px;
  font-size: 1rem;
  line-height: 1.2;
}

.back-title .title-icon,.back-title i {
  font-size: 28px;
  margin-right: 13px;
}

u {
  text-decoration: none;
}

u:hover {
  text-decoration: none;
}

.section-service-item a:not([class]),.card-page a:not([class]) {
  text-decoration: underline;
  color: #142f42;
}

.section-service-item a:not([class]):hover,.card-page a:not([class]):hover {
  color: #142f42!important;
  -webkit-text-decoration-color: #142f42;
     -moz-text-decoration-color: #142f42;
          text-decoration-color: #142f42;
}

.pagination-wrap .pagination .page-item .page-prev,.pagination-wrap .pagination .page-item .page-next,.pagination-wrap .pagination .page-item .page-link,.pagination-wrap .pagination .page-item .page-current {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 1px;
  font-size: 20px;
  color: #1c6381;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
}

.pagination-wrap .pagination .page-item .page-prev:active,.pagination-wrap .pagination .page-item .page-next:active,.pagination-wrap .pagination .page-item .page-link:active,.pagination-wrap .pagination .page-item .page-current:active,.pagination-wrap .pagination .page-item .page-prev:focus,.pagination-wrap .pagination .page-item .page-next:focus,.pagination-wrap .pagination .page-item .page-link:focus,.pagination-wrap .pagination .page-item .page-current:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination-wrap .pagination .page-item .page-gap {
  cursor: default;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 1px;
  margin: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #142F42;
  border: none;
}

.pagination-wrap .pagination .page-item .page-prev,.pagination-wrap .pagination .page-item .page-next {
 /* '' */
  font-size: 10px;
  text-decoration: none;
}

.pagination-wrap .pagination .page-item .page-prev:before,.pagination-wrap .pagination .page-item .page-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.pagination-wrap .pagination .page-item .page-prev:before,.pagination-wrap .pagination .page-item .page-next:before {
  content: '\f006';
}

.pagination-wrap .pagination .page-item .page-prev:hover,.pagination-wrap .pagination .page-item .page-next:hover {
  color: #142F42;
}

.pagination-wrap .pagination .page-item .page-link:hover,.pagination-wrap .pagination .page-item .page-current:hover {
  color: #142F42;
}

.pagination-wrap .pagination .page-item .page-prev {
  padding-right: 2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination-wrap .pagination .page-item .page-next {
  padding-left: 4px;
}

.pagination-wrap .pagination .page-item:active {
  outline: none;
}

.pagination-wrap .pagination .page-item.active .page-link,.pagination-wrap .pagination .page-item.active .page-current {
  background: #936F4F;
  color: #fff;
  font-weight: 700;
}

.pagination-wrap .btn-load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 26px;
  line-height: 15px;
  font-size: 0.75rem;
  padding-left: 18px;
  padding-right: 18px;
}

.pager {
  list-style: none;
  padding-left: 0;
}

.pager .page-prev,.pager .page-next {
  font-size: 0.875rem;
  line-height: 1.2rem;
  vertical-align: baseline;
}

.pager .page-prev:before,.pager .page-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.pager .page-prev:before,.pager .page-next:before {
  font-size: 0.65rem;
  line-height: 1rem;
  margin-top: 0.2rem;
  text-decoration: none !important;
}

.pager .page-prev:before {
  float: left;
  margin-right: 0.3rem;
}

.pager .page-next:before {
  float: right;
  margin-left: 0.3rem;
}

#page-footer {
  position: relative;
  z-index: 30;
  margin-top: auto;
  background-color: #142F42;
}

#page-footer #nav-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #39566b;
  padding-bottom: 15px;
}

#page-footer #nav-footer .navbar-nav .nav-item {
  line-height: 1rem;
  padding: 0 30px;
}

#page-footer #nav-footer .navbar-nav .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

#page-footer #nav-footer .navbar-nav .nav-item .nav-link:hover {
  color: #6E94A9;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

#page-footer #nav-footer .navbar-nav a {
  color: #fff;
}

#page-footer .footer-top {
  line-height: 1.2;
  padding-top: 70px;
  color: #fff;
  font-size: 1rem;
}

#page-footer .footer-top .footer-menu .footer-menu-item {
  margin-bottom: 18px;
}

#page-footer .footer-top .footer-menu .footer-menu-item a {
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#page-footer .footer-top .footer-menu .footer-menu-item a:hover {
  text-decoration: none;
  color: #6E94A9;
}

#page-footer .footer-bottom {
  padding: 40px 0;
}

.copyright {
  position: relative;
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright .ic-fnx {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px;
}

.copyright:hover {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.copyright:hover a {
  color: #6E94A9;
}

.copyright:hover .ic-fnx {
  text-shadow: 1px 1px 3px #000;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: normal;
}

.copyright a:after {
  content: '';
  bottom: -1px;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: block;
  width: 0;
}

.copyright a:hover:after {
  width: 100%;
  background: #6E94A9;
}

.copyright a,.copyright span,.copyright i {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.section-default {
  padding-top: 50px;
}

.section-default .section-title.mainpage-title,.section-default .section-title.search-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 5rem 1rem 30px 1.5rem;
  margin-bottom: 40px;
}

.section-default .section-title.mainpage-title:before,.section-default .section-title.search-page-title:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 3rem;
  background-color: #f3f3f3;
}

.section-default .section-title.mainpage-title .main,.section-default .section-title.search-page-title .main {
  color: #19465f;
  font-weight: 700;
  font-size: 40px;
  z-index: 10;
}

.section-default .section-title.mainpage-title .secondary,.section-default .section-title.search-page-title .secondary {
  position: absolute;
  bottom: 2.1rem;
  left: 1.5rem;
  z-index: 0;
  font-size: 89px;
  line-height: 89px;
  color: #af8e71;
  text-transform: uppercase;
  opacity: 0.27;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section-default .section-title.mainpage-title + .section-subtitle,.section-default .section-title.search-page-title + .section-subtitle {
  margin-bottom: 80px;
}

.section-default .section-title.breadcrumbs-included {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 2rem;
}

.section-default .section-title.breadcrumbs-included:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #142F42;
  opacity: 0.11;
}

.section-default .section-title.breadcrumbs-included .title {
  font-size: 50px;
  color: #142F42;
  font-weight: 700;
  text-transform: uppercase;
}

.section-default .section-title.breadcrumbs-included .title .page-title {
  font-size: 50px;
  margin-bottom: 10px;
}

.section-default .section-subtitle {
  color: #33383b;
  margin-bottom: 0.5rem;
}

.section-default .section-paragraph {
  color: #142F42;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}

.section-default .section-bottom {
  text-align: center;
  margin: 80px 0 20px;
}

.section-default.card-page {
  padding: 2rem 0;
}

.section-default.card-page #productGallery:not(.lightSlider) {
  background: #fff;
  list-style: none;
  padding: 27px;
  margin: 0;
}

.section-default.card-page #productGallery:not(.lightSlider) li:not(:first-child) {
  display: none;
}

.section-default.card-page .lSSlideOuter {
  border: 1px solid #1c6381;
}

.section-default.card-page .lSSlideOuter .lightSlider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-default.card-page .lSSlideOuter .lslide {
  padding: 27px;
}

.section-default.card-page .lSSlideOuter .slide-wrapper {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

.section-default.card-page .lSSlideOuter .lSSlideWrapper {
  text-align: center;
  padding-top: 27px;
}

.section-default.card-page .lSSlideOuter .lSPager.lSpg {
  position: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 47px;
  padding-top: 10px;
  cursor: pointer;
}

.section-default.card-page .lSSlideOuter .lSPager.lSpg > li a {
  width: 15px;
  height: 15px;
  background-color: #6E94A9;
  border-radius: 1px;
}

.section-default.card-page .lSSlideOuter .lSPager.lSpg > li.active a {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #936F4F;
}

.section-default.card-page .lSNext {
 /* '' */;
}

.section-default.card-page .lSNext:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.section-default.card-page .lSNext:before {
  content: '\f006';
}

.section-default.card-page .lSPrev {
 /* '' */;
}

.section-default.card-page .lSPrev:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.section-default.card-page .lSPrev:before {
  content: '\f007';
}

.section-default[class^="page"] {
  margin-top: 90px;
}

.mainpage-categories {
  margin: 0 5px;
}

.mainpage-partners {
  min-height: 400px;
  background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMdaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMwNTVFNTEzRDQ5NjExRTlCRTMxODdEMjJDQTYwMkY4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMwNTVFNTEyRDQ5NjExRTlCRTMxODdEMjJDQTYwMkY4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0iQTcwRDdGOTQyNkFEMkE2OTk5NzYxODU3MDZGNzcxQTIiIHN0UmVmOmRvY3VtZW50SUQ9IkE3MEQ3Rjk0MjZBRDJBNjk5OTc2MTg1NzA2Rjc3MUEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgCkwfQAwERAAIRAQMRAf/EAHYAAQEBAQADAAAAAAAAAAAAAAABBwYCAwQBAQEBAQEBAAAAAAAAAAAAAAABBQQCBhABAAAEBgIBBAICAwAAAAAAAAKiBFQBE2OjFCUkZAUR0RIDMUEhUYGhFREBAAIDAQEBAQAAAAAAAAAAAFEiAWESAhFBof/aAAwDAQACEQMRAD8AztvvmEAFAAARAABAAAAABUABAAAEEUEEAAABABQAEARQAAEAAAABAABUAABAAAQAAEFAAQAAAAEQAAAQABFAAAQAAEAABAAABUAAQAAQAAAAEABBQAAAUBAARAABAAAQAAAEAAAAAABAAEVAAQAAEFAAAQAAEAAAABEUAAABAAAQAEFAAAAAQABBAABQEAAAQQAAEAAAFAAQAEAABAAAAEEFAAQAAAEAABAAAQBAFAAABUABAAAAAQABABAAAQAAEAABAABQAEAAFEEAAAAABAAAQAUBAAAQAGhO9lIAAAACIAAIAAAACCgAIAACAIAIAACACgAAIAigAAIAAAACAAgoAACAAAgAAIKAgAAAACCAAAIIoAIoACAAAAgAAIAAKgACAACAAAAAgAIAKAAACoAACIAIAAACAAAgAAAAAAAIAKiAACAAAgoACAAAgAAACCKCKAAAgAAIACCgAAAAIAAACIoAACAAIAIAACAAACgIACAAAgAAAAIgCgAIAACAAAgAAIAAgCgAAIKAAgAAAAAIgAgAAIAACAAAAgAAoACAAIqAAAAAAAgAAqAAAgAAIADQneykAAAABEAAEAAAABBQAEABEAAAEAABABQAAEQBQAAEAAAABABQEAABAAQAAEFAAQAAAAEQAAAAQBFAAAQAAAEAABABUAAAQQFBAAAAQAAEFAAAAQUABEAAEAABAAAAQAAAAAAAEAFRABAAABUAABAAAQAAABAFQAAAEAABAAQUAABAUEAAQAQAUBAAAEEAAABAABQAEABAAAQAAAAEQBQAEAABAAAQAAEAQBQAAAEFAQAAAAAEAAQRQQAQAAEAABAABQAAEAFEEAAAAAABAAQUABAAAAQAGgu9kgoAACIAAIAAAAAKgAAIACIAAIAACAACgAIAgCgAIAAAACAACoAACAAAgAAIKAAgAAAAIgAAAgACKAAAgAAIAACAAAgoAgAAgAAAAIAACCgAAAIKAAgCACAAAAgAAIAAAAAACAACogAgAAIKAAAgAAIAAAACIoAACAAAAgAqAAAAAgAAAIgCgAAIAgAgAAAIAAqiACAAgAIAAAAAggoAACAAAgAAIAACAIoAAAAKgAIAAACAoIAACIAAIAACAAAgAAoACAAIoCAAAAAAgAAIKAAgAAIAADQXeygAAAEQAAQAAAAEFAAQAAEQAAQAAEAFAAAQBAFAAQAAAAEAAFQAAEAABAAQAUBAAAAAEEAAABAEUAAABAAAQAAEAAFAQBAABAAAAAQAAEFAAABUAABEAAEAABAAAAQAAAAAAEABEUBAAABUAABAAAQAAAABBBQAAEAABAAQUAAAABAAAAEEFAAQABABAAAQAAAVAAAAQAEAAAABEAAUBAAAQAAAEABAEAUAAABBQAEAAAABAAEEAAABAAAQAAEAAFAAQABFQAAAAAAEAAFQAEAAABAAEGgtBlAAAAIgAgAAAAAqAAAgAAIgAAgAAIAKAAiAAKAAgAAAAAIAKAgAIAAACAAgoACAAAAAiAAACAIAoAAACAAAgAAIAKAgACAACAAAAAgAIKAAAACoACAIAIAACAAAAgAAAAAAAIAKiACAAACoAACAAAgAAAIAigAAAIAACACoAAAACAAAAIIAKAgAACCAAAAgAAoCAAAgAAIAAAACIAAoCAAAgAAIAACAIAoAAACCgAIAAAACAAIIoIAIAACAAAgAAoACAACiCAAAAAAgAAIKAAgAAIAAAg0FoMoAAABEAEAAAABABQEAABAAEEAAABABQAEARQAAEAAAAABABUAABAAAQAAEFAAQAAAAEQAAAQBAFAAAQAAEAAABAAQUAAQAAQAAAAEABBQAAAVAAARAABAAAQAAAEAAAAAABAAEVAAQAAEFAAAQAAEAAAABEUAAABAAAQAEFAAAAAQAAEQABQEAAAQQAAEAAAFAAQAEABAAAAAEEFAAQAAAEABAAAAQBFAAAABUABAAAAAQABABAAAQAAEAABAABQAEAARQEAAAAABAAAQUABAAAQAAEQaE0GUAAAiAACAAAAAgoACAAAgCACAAAgAoAACAIoAACAAAAAgAAqAAAgAAIAACCgIAAAAAggAAAIAAigAAIAACAAAgAAqAAIAAIAAAACAAgAoAAAKgAIAgAgAAAIAAACAAAAAAAgAIigAIAACCgAIAACAAAAIIoIoAACAAAgAAqAAAAAgCAoAIqAAAgACACAAAgCggCgIAACAAgAAAAIgCgAIAACAAAgAACCAACgAAIKAAgAAAAIAAgAgAIAACAAAAgAAoACACiCAAAAAAAgAAqAAAgAAIAAggNCaDKAAQBAABAAAAAQUABAAQBAABAAAQAUAABEAAUABAAAAAQAAVAAAQAAEABABQEAAAAAQQAAAEARQAAEAAABAAAQAEFAAEAAEAAABAAAQUAAABBQAEQAAQAAAEAABAAAAAAAAQAVEAEAAAFQAAEAAABAAAABUQAAAQAAEABBQAAAAEAAQFEQBQEAAAQAQAAEAAFAAQAEABAAAAAARAFAAQAAEAABAAARAAFAAAAQUBAAAAAAQABBFBABAAAQAAAEAFAAAQAUQQAAAAAEAABABQEAAABAAEEBoTQZQACIAAIAAAAAKgAAIACIAAIAACAACgAAIgCgAIAAAACAACoAAACAAgAAIKAAgAAAAIgAAgAACKAAAgAAIAACAACoAAgAAgAAAAIAACCgAAAIKAAgCACAAAAgAAIAAAAAACAACogAgAAIKAAAgAAIAAAACIoAACAAAAgAqAAAAAgAAACCCgAAIAgAgAAAIAAKAAgAIACAAAAAIIKAAAgAAIAACAAAgCKAAAACoACAAAAgKCAIAIAACAAAgAAIAAKAAgAAqIAAAAAAIAACCgAIAACAAAiADQmgygBBAAAQAAAAEFAAQAABBAAQAAEAFAAAQBAFAAQAAAAEAFAQAAEAABAAAQUBAAAAAEEAAABABRAAABAAAQAAEAAFAQBAABAAAAAQAEAFAAABUAABAEAEAABAAAAQAAAAAAEABEUBAAABUAABAAAQAAAAEQBQAAEAABAABUAAAABAAAEAEFAAQABABAAAQBQRQAEAABAAQAAAAEQABQEAABAAAAQAAEARQAAAAVAAQAAAAEEBRBAAAAQAAEAABAABQEAAARUAAAAAABAABUAABAAAQABABBWhNBkgAIgAAgAAAAqAAAgAAIgAAgAAIAKAAiAAKAAgAAAAAIAKAgAIAAACAAgAoCAAAAAiAAACAIAoAAACAAAgAIAAKAgACAACAAAAAgAIKAAAACoACAIAIAACAAAAgAAAAAAAIAioACAAACoAACAAAgAAAIAigAAAIAACACoAAAACAAAICiIAoCAAAIIAAACAACgIAACAAgAAAAAIgCgAIAACAAAgAAIAAigAAAIKAAgAAAAIAAggAAIAACAAAgAAAoACACiCAAAAAAgAAIKAAgAAIAAAggoDQmgyQAEQAQAAAAAEFAAQAEAAQQAAAEAFAAQBFAAAQAAAAAEAFQAAAEABAAAQUABAAAAARAAABAAEAUABAAAQAAAEAFAQABAABAAAAAQAEFAAABUAABEAAEAABAAAAQAAAAAAEAARUABAAAQUAABAAAQAAAAEFEAAAEAABABUAAAAABAAEEAAFAQAABBAAAAQAAUABAAQAEAAAAAQQUABAAAAQAEAAABEBVEAAAAVAAQAAAAAEAQAQAAEAABAAAQAAUABAAEUBAAAAAAQAAEFAAQAAEAAAQQUBoTQZIAggAIAAAACCgAIAACAIAIAACACgAAIAKIAAIAAAACAACoAACAAAgAAIKAgAAAACCAAAAgCKAAAAgAAIAACAACgIAgAAgAAAAIACACgAAAqAAAiACAAAAgAAAIAAAAAAACAIqAAgAAIKAAgAAIAAAACAIoAACAAAgAIKAAAAAgCAoIIKAAAgAACCAAAgAAAoCAAgAAIAAAACAIoACAAAgAAIAACIAAoAAACCgAIAAAACAAICiIAAIACAAAAgAAoACACiCAAAAAAAgAIKAAAgAAIAAgAgoDQmgyUAQAAQAAAAEFAAQAEAQAAQAAEAFAAARAAFAAQAAAAEAAFQAAEAABAAQAUBAAAAAEEAAABAEUAABAAAAQAAEABBQABAABAAAAAQAEFAAAABUABAEAEAAABAAAQAAAAAAAEABEUBAAABUAABAAAQAAAAAVEAAAEAABAAQUAAAABAAEBREAUBAAAEAEAABAFBAFAQAEAABAAAAARAFAAQAAEAABAAAQBAFAAAAQUBAAAAAAQBAABAAAQAEAABAABQAAEAFEEAAAAAABAAQAUBAAAAQABBABQGhNBkogAAAgAAAAqAAAgAIgAAgAAIAAKAAgACKAAgAAAAAIAKgAAAIACAAAgoACAAAAAiAACAAAIoAACAAAgAAAIACCgCACAAAAAAgAAIKAAAAgoACIAAIAAACAAAgAAAAAAIAAKiACAAAgoAACAAAgAAAAIigAAIAAACACoAAAACAAAAIIKAAAgCACAAAgCggCgAIACAAgAAAACCCgAAIAACAAAgAAIAgCgAAAqAAgAAAAAIAACIAAIAACAAAgAAoACAAIoCAAAAAAgAAIKAAgAAIAACIAAoDQmgyUQAAQAAAAAEFAQAAEQAAQAAEAFAAAQBFAAAQAAAAAEFAQAAEAABAAAQUBAAAAAEEAAABABRAAABAAAQAAEAAFAQBAABAAAAAQAEAFAAABUAABAEAEAABAAAAQAAAAAAEABEUABAABUAABAAAAQAABBFBFAAAQAAEAAFQAAAAEAAAAQQUABAAEAEAABAFBFAAQAAEABAAAAARAAFAQAAEAAABAAAQBFAAAAQUABAAAAAQQFEAEAABAAAQAAEAAFAAQABFQAAAAAAEAABBQAEAABAAEAEFAAaE72SgAAIAAAAKgAAIAACIAAIAACACgAIAAigAIAAAAACACgIACAAAAgAIAKAgAAAAIgAAAgCAKAAAAgAAIACAACgIAAAgAgAAAAIACCgAAAAqAAgCACAAAgAAAIAAAAAAACACogAgAAAqAAAgAAIAAACAIoAAACAAAgAoCAAAAgAACAoiKAAAgACCAAAAgAAoCAAAgAAIAAAAAggoACAAAgAAIAACAIAoAAACCgAIAAAACAAIIAACAAAgAAIAAAKAAgAoggAAAAAIAACCgAIAAACAAIIKAAA0JoMlEAEAAAAABBQAEAABAEEAABAABQAEARQAAEAAAABAABUAABAAAAQAEFAAQAAABBAAAAQABAFAAQAAEAABAABQEAQAAAQAAAAEABBQAAAVAAARAABAAAQAAAEAAAAAABAABUQAQAAEFAAAQAAEAAAAQQUAAABAAAQAVAAAAAQAABBABQAEAAAQQAAEAAAFAQAAEABAAAAAEEAFAAQAAEABAAAARAAFAAABUABAAAAAAQBABAAAQAAEAABAABQAEAFEAEAAAAABAAAQUABAAAQAABBABQAGgu9kgAIAAAAAKgAIAAAggAIAACACgAAIAAigAIAAAACAACoAACAAAgAAIKAgAAAACCAAAAgCAKAAAgAAIAACAACgIAgAAgAAAAIACAACgAAqAAAiACAAAAgAAAIAAAAAAACAIqAAgAAIKAAgAAIAAAAgigigAAIAACAAgoAAAACAAAIIKAAAgAACCAAAgAAAoCAAgAAIAAAACIAoACAAAgAAIAACICggCgAAIAKAgAAAAIAAgKIgAAgAIAAACAACgAIAKIIAAAAAACAAgoAACAAAgACACACgANBd7JAAQAAAAEFAAQAAEQAAQAAEAFAAAQAUQAAQAAAAEAFAQAAEAABAAAQUBAAAAAEEAAABEAUAABAAAAQAAEAFAQABAABAAAAAQAEFAAAABUABAEAEAAABAAAQAAAAAAAEABEUBAAABUAABAAAQAAAABFQAAAEAABAAQUAAAABAAAAEEFAQAABABAAAQAAAUBAAQAEAAAAABEAUABAAAQAAEAABAEAUAAABBQAEAAAABAAEAEAABAAQAAAEAFAAAQAUQQAAAAAAEABABQEAAABAAEEAFAAAaC72SAgAAAAAqAAAgAIAgAgAAIAAKAAgACKAAgAAAAAIAKgAAAIACAAAgoACAAAAIIAACAAAIoAACAAAgAAAIAKgAACCAAAAAAgAAIKAAAAgoACIAAIAAACAAAgAAAAAAIAAKiACAAAgoAACAAAgAAAAIigAAIAAACACoAAAACAAAAIIKAAgAACCAAAgAAAoACAAgAIAAAAAggoAACAAAgAAIAACAIoAAAAKgAIAAAAACAIAIAACAAAgAAIAAKAAgAAoggAAAAAIAACCgAIAACAAAiAAKAgKDQXeyQEAAAAFAQAEAABEAAEAABABQAAEAQBQAAEAAAABBQEAABAAAQAAEFAQAAAAEQAAAQAAUQAAAQAAAEABAABQEAQAAQAAAAEABABQAAAVAAAQBABAAAQAAAEAAAAAABAARFAAQAAVAAAQAAAEAAAQRQRQAAEAABAABUAAAABAAAAEEFAAQABABAAAQBQRQAAEBAAAQAAAAEQBQAEAABAAAAQAAEARQAAAEFAAQAAAAEAAQAQAAEABAAAAQAAUABAAEVAAAAAAAQAAEFAAQAAEAAQQAUAABAaE72SAgAAAAIKAAgAAIgAAgAAIAKAAgACKAAgAAAAAIAAKgAIAAACAAgAoCAAAAAiAAACAAIoAAACAAAgAIAAKAgAACACAAAAAgAIAKAAACoAACIAIAAACAAAgAAAAAAAIAKiACAAACoAACAAAgAACCKCKAAAAgAAIACCgAAAAIAAACIoAACAAIIAAACAACgIAACAAAgAAAACCCgAIAACAAAgAAIAgCgAAAIKAAgAAAAAIAggAAAIACAAAAgAoAACACiCAAAAAAgAAAqAAgAAAIAAggAoACAA0J3slAAAAAAQUABAAAQBBAAAAQAUABAAEUBAUEAAAABABUAABAAAAQAEFAAQAAABBAAAAQABFAAAQAAEAABAAABUAAQAAQAAAEAABABQAAVAAARAABAAAQAAAEAAAAAAABAEVAAQAAEFAAAQAAEAAAAQQUAAABAAAQAVAAAAAQAABBABQAEAAAQQAAEAAAFAQAAEABAAAAAEEAFAAQAAEAABAAARAAFAAAAQUBAAAAAAQABBAAAQAAEAABAABQAEAFEAEAAAAABAAAQUABAAAQAABBBQAAAEBoTvZKAAAAACoACAAAIIACAAAgAoAACAAIoACAAAAAgAAqAAAgAAIAACCgIAAAAAggAAAIAKIAAAIAACAAAgAAoCAIAAIAAAACAAAgAoAAKgAAIAggAAAIAAACAAAAAAAAgCKgAIAACCgAIAACAAAAIIoIoAACAAAgAAqAAAAAgAACCCgAAIAAAggAAIAAAKAgAAIACAAAAAiAKAAgAAIAACAAAgAACKAAAgAoCAAAAAgACACAAAgAIAAACAACgAIAAioAAAAAACAAgAoACAAAgACCAACgAIADQneyUAAAABBQAEAAQQAAEAABABQAAEQFUQAAQAAAAEAFAQAAEAABAAAQUBAUEAAAQQAAAEQBQAAEAAABAAAQAUBAAEAAEAAAABAAQAUAABABQAEQAQAAAEAAABAAAAAAAQAVEAEAAAFQAAEAABAAAAEAVAAAAQAAEABBQAAAAEAAAAQQUABAAEAEAABAAABQEABAAQAAAAAEQBQAEAABAAAAQAEAQBQAAAEFAAQAAAAEAAQAQAAEAABAAAQAAUABAAEVAAAAAAAQAEAFAQAAAEAAQQAUAABAAaC72SAAAAAgoACAAgCACAAAAgAoACAIAoACAAAAAgAAqAAAAgAIAACCgAIAAAACIAAIAAAigAAAIACAAAAgAoCAAIIAAAAACAAAgoAAACCgAIgAAgAAAIAACAAAAAAAgAAqIAIAACCgAAIAACAAAAAiKAAAgAAAIAKgAAAAAIAAgAgoACAAAIIAACAKCAKAAgAIACAAAAAIIAKAAgAAIAACAAAgCKAAAACoACAAAAAAgACCAAAgAAIAACAACgAIAKAIIAAAAACAAAgAoCAAAgAAIgCgAICggANBd7JAAAABUABAAARAABAAAAQUAABAEAUAABAAAAAQUBAAAQAAEAABBQAEAAABEAAAAEAQBQAAEAABAAAQAAVAAEAAEAAAABAAAQUAAAFQAAEAQAQAAEAAABAAAAAAAQABFQAEAAFQAAEAAABAAAAQBFAAAQAAEAAFQAAAAEAAAAQQUABAAEAEAABAFBFAAQAAEABAAAAAARFAAQAAEAAABAAEEUEUAAABBQAEAAAABAAEAEAABAAQAAAEAAFAAQAUQQAAAAAAEAABBQAEAABAAEEFBAUABAAAaC72SAAAAgoACAAAiAACAAAgAoACAAIAoCAAAAAAgAIKAAAgAAIACACgIAAAACIAAAAIAigAAAIAACAAgAAAqAAAIAIAAAACAAgAoAAAKgAAIgAgAAAIAACAAAAAAAAgAqIAIAAAKgAAIAACAAAIAIKAAAAgAAIAKAgAAAAIAAgAAgoACAAIIAAACAAACoAACAAAgAAAAIgCgAIAACAAAgAAIAgCgAAAIKAAgAAAAIAACIAAAIACAAAAgAoAACACiCAAAAAAgAAAqAAgAAAIAAggAoACAAAA0F3skAAAFQAAEAAQQAEAAABABQAEAQBQAAEAAAABABUAABAAAQAAEFAAQAAABBAAAAQABFAAAQAAAEABAABQEAAQAAQAAAEAABABQAAAVAAEEABAAAQAAAEAAAAAAABABUQAQAAEFAAAQAAEAAAAQQUABAUEAABABUAAAAABAAAEEFAAQAABABAAQAAAUBAAAQAEAAAAAQQAUABAAAQAEAAABAEAUAAAFQAEAAAAABAAEEAABAAAQAAEAAFAAQAUQAQAAAAAEAABBQAEAABAAARAFAAAAQAAGgu9kgAAAqAAgAACCAAgAAIAKAAAgACKAAgAAAAIAAKgAAIAACAAAgoCAAAAAIIAAACAIoAAACAAAgAAIAACCgCACAAAAAAgAAIKAAACoAACAIIAAACAAAAgAAAAAAAIAioACAAAgoACAAAAgAACCACgAAIAACAACoAAAACAAAAIIKAAgACACAAAAgAAoCAAAgAIAAAACIAoACAAAgAAIAACAIAoAAACACgIAAAACAAIAIAACAAAgAAIAAKAAgACKgAAAAAAIAACCgAIAACAAIIAAKAAgAAANBd7JAAAQUABAAARAABAAAQAUAABEAAUABAAAAAQAAVAAAQAAEAABBQEBQQAABBAAAAQBFAAAQAAAEAABABQEAAQAAQAAAAEABABQAAEAFAARABAAAAQAAEAAAAAAABAEEFAAQAAVAAAQAAEAAAAQBUAAABAAAQAEFAAAAAQAAABBBQAEAAQAQAAEAAAFAQAEAABAAAAARAAFAQAAEAAABAAQBAFAAAAQUABAAAAAAQBABAAAQAAEAABAABQAEAFEEAAAAAABAAAQUBAAAAQABBABQAAEAAABoLvZIAACCgAIAACAIIAAACACgAIAgCgAIAAAAACACoAAACAAgAAIKAAgAAAAIgAAgAACKAAAAgAIAAACAACoAAggKCAAAAAgAIKAAAAgoACIAAIAAACAAAgAAAAAAIAAKiACAAAgoAACAAAgAACACCgAAIAAACACoAAAAACAAAIIKAAgAACCAAAgAAAoACAAgAIAAAAAggoAACAAAgAAIAACAAIoAAACCgIAAAAACAAIIAACAAAgAAIAAKAAgAACKgAAAAAIAACACgIAACAAAiAKAAgKCAAAgNCd7JAAAQUABAARAABAAAAQUAABAAEUAABAAAAAQUBAAAQAAEAABBQAEAAABEAAAEAAARQAAEAABAAAQAAVAAEAAAEAAABAAAQUAAAFQAAEQAAQAAEAAABAAAAAAAQAUQQAEAAFQAAEAAABAAAAQBFAAAQAAEAAFQAAAAEAAAAQQUABAAEAEAABAFBAFAQAAEABAAAAAEEFAAQAAAEAABAAEEUEUAAABABQEAAAABAAEAEAABAAAQAAEAAFAAQABFQAAAAAAEAABBQAEAABAAEEAFAAAQAAAEBoTvZIACCgAIAACIAAIAACACgAAIAigAIAAAAACAACoAACAAAgAIAKAgAAAACCAAAAgCKAAAAgAAIAACAACoAAgAAgAAAAIACACgAAAqAAAiACAAAAgAAIAAAAAAACAAiKAgAAAqAAAgAAIAAAAggoAAACAAAgAoCAAAAAgAAACCCgAIAAggAAAIAAKAgAAIAACAAAAAiAKAAgAAIAACAAAgCAKAAAAgoACAAAAAAgAIgAAAgAAIAACACgAAIAKIIAAAAACAAAgoACAAAAgACCACgAIAAAACA0J3skAFQAAEAAQQAAEAABABQAEAQBQAAEAAAABABUAABAAAQAAEFAAQAAAAEQAAAQABFAAAQAAAEAABABQEAAQAAQAAAAEABBQAAAAVAAEEABAAAQAAAEAAAAAAABABUQAQAAEFAAAQAAEAAAAQQUABAUEAABABUAAAAABAEAAEFAAQAABABAAQBQQBQEAABAAQAAAABBABQAEAABAAAQAAEAQBQAAAVAAQAAAAEAAQAQAAEAABAAAQAAUABAAEVAAAAAAAQAAEFAAQAAEAABEAUAAABAAAAQGhO9kgAqAAgAAIgAAgAAIAKAAAgACAKAAgAAAIAAKgAAIAACAAAgoCAAAAAIIAAACAIAoAACAAAgAAIAACCgACCAAAAAAgAAIKAAACoAACIAAIAACAAAAgAAAAAAAIAioACAAAgoACAAAAgAAAIgoqAAAgAAIAAKgAAAAIAAAAggoACAAIAIAAACKCAKAgAAIACAAAAAiAKAAgAAAIACAAAAiAKAAAAgoACAAAAAgACACAAAgAIAAACAACgAIAAioAAAAAACAAAgoACAAAgACCACgAAIAAAACA0J3skBBQAEAABEAAEAABABQAAEQABQAEAAAABAABUAABAAAQAAEFAQFBAAAEEAAABAEUAAABAAAQAAEAFAQABAABAAAAAQAEAFAAAQAUABEAEAAABAAAQAAAAAAAEAQQUABAABUAABAAAQAAABAFQAAAEAABAAQUAAAABAAAAEEFAAQABABAAAQAAAUBAAQAAEAAAABEAAUBAAAQAAAEABAEAUAAABBQAEAAAABAAEEAAABAAAQAAEAFAAAQAUQQAAAAAAEAABBQEAAABAAEEAFAAAQAAAEABoTvZICCgAIAACAIAIAACACgAIAgCgAIAAAAACACoAAACAAAgAIKAAgAAAAIgAAAgACKAAAAgAIAAACAACoAAggKCAAAAgAAIKAAAAgoACAIAIAAACAAAgAAAAAAIAAKiACAAACoAACAAAgAACAoiKAAAgAAAIAKgAAAAAIAAAggAoCAAAIIAACAKCAKAAgAIACAAAAAgCAKAAgAAIAACAAAiAAKAAACoACAAAAAAgAAIgAAgAAIAAACACgAIAAAioAAAAACAAAgAoCAAAgAACCCgAICggAAIAADQneyQVAAQAAEQAAQAAAEFAAAQBAFAAAQAAAAEAFQAAEAABAAAQUABAAAARAAABAAAEUAABAAAQAAEAAFQABAAABAAAAQAAEFAAAAQUABEAAEAAABAAAQAAAAAAEAAFRABAABUAABAAAAQAAAEARQAAEAABAABUAAAABAAAAEEFAAQABABAAAQBQQBQEAABAAAQAAABBABQEAAABAAAQABBAABQAAAVAAQAAAAEAAAQQAAEAABAAAQAAUABAAEVAAAAAAAQAAEFAAQAAEAAQQAUAAABAAAQAAGhO9koKAAgAAIgAAgAAIAKAAAgCKAAAgAAAAIAAKgAAIAACAAgAoCAAAAAIIAAACAIAoAACAAAgAAIAAKgACAACAAAAAgAIAKAAACoACAIAIAAACAAAgAAAAAAAIAggoACAACoAACAAAgAAACCKogAAAgAAIAAKgAAAAIAAAAggoACAAIIAAACAACgIAACAAAgAAAAIgCgAIAACAAAgAAIAAigAAAIKAAgAAAAIAAAggAAIAACAAgAAoAACACiCAAAAAAAgAAIKAgAAAIAAggoAAACAAAAgAIDQ3eykAABAAEEAABAAAQAUABAEAUABAAAAAAQAVAAAQAAAEABBQAEAAAABEAAAEAAFEAAEAAABAAAQAUBAAEAAEAAAABAAQUAAAAFQAAEQAQAAEAAABAAAAAAAAQBFQAEAABBQAAEAABAAAAEEFAAAAQAAEAFQAAAAAEAQAAQUABAAAEAEABAFBAFAQAAEABAAAAAEEAFAAQAAEAABAAARAFAAAABUABAAAAAAQABBAAAQAAEAABAABQAEAARQEAAAAABAAAQAUBAAAQAABBABQAAEAAABAAQGhu9lIACAAAiAACAAAgAoAACAIAAoACAAAAgAAqAAAgAAIAACCgIAAAAACIAAAIAgCgAAIAACAAAgAAIKAIAIAAAAACAAAgoAAACCgAIgAgAAAIAAACAAAAAAAAgoggAIAACCgAIAAACAAAAiCioAAACAAgAAqAAAAAgKCAIAIKAAgACACAAAAiggCgIAACAAgAAAAIgCgAIAAACAAAgAAIgKCKAAACoACAAAAAgACACAAAgAAIAACAACgAIAKIIAAAAAACAAAgoACAAAgACACCgAAIAAAACAgANCd7KAAQAAEQAAQAAEAFAAQBAAFAAQAAAAEAAFQAAEAABAAAQUBAUEAABEAAAAEARQAAAEAABAAAQAUBAAEAAEAAAABAAQAUAAABBQAEQAAQAAEAABAAAAAAAAQBBBQAEAAFQAAEAABAAAAAEEFAAAQAAEABBQAAAAEAAQFBFQAAEAAQAQAAEAAAFAQAEAABAAAAARAAFAQAAEAAABAAARAFAAAAQUABAAAAAQABBAAAAQAAEAABABQAAEAFEEAAAAAABAAAQUBAAAAQABBABQAAEAAABAAAQGhO9lAAIAACAIAIAACACgAAIgCgIAAAAAACACoAAACAAAgAIKAAgAAAAIgAAgAACKAAAgAAAIAACAACoAAgAAgAAAIAACCgAAAIKAAgCACAAAAgAAAIAAAAACAACogAgAAAqAAAgAAIAAAACIoAAACAAAgAqAAAAAAgAACCACgIAAAggAAAIoIAoACAAgAIAAAACAIAoACAAAgAAIAACIAAoAAACCgIAAAAACAIAIAACAAAgAAAIAKAAAgAqIAAAAAAIAACCgAIAACAAAIIKAAAAgAAIAACAA0J3soBAAARAABAAAAQAUABAEAUAABAAAAAQAVAAAQAAEAABBQAEAAABEFBAAQAAUQAAAQAAEAABAABUAAQAQFBAAAAQAAEFAAAAQUABEAAEAAABAAAQAAAAAAEAAFRABAAAQUAABAAAQAAABBBQAAEAABAABUAAAABAAAAEEFAAQABABAAAQBQQBQEAABAAQAAAABBBQAAEAABAAAQABBAABQAAAVAAQAAAAEAAAQRQQAQAAEAABAABQAEAAFRAAAAAABAAAQUABAAAQABBABQAAEAAABAAAQAGhO9lAIAACAIAIAACACgAAIAigAAIAAAACAACoAACAAAgAIAKAgAAAACCAAAAgCAKAAAgAAIAACAACoAAAgAgAAAAIACACgAAAqAAgCACAAAAgAAIAAAAAAAACIqAAgAAAqAAAgAAIAAAAgiqIAAAIAACAACoAAAACAAAIAIKAAgACACAAAgAAAqAAAgAAIAAAACIAoACAAAgAAIAACAAIoAAACCgAIAAAACAAIAIAACAAgAAIAAKAAAgAqAIAAAAAAIAAKgAIAAACAIAIKAAAAgAAAIACAAA0J3soBAAARAABAAAQAUAABAEUABAAAAAAQAUBAAQAAAEABABQEAAAABEAAAEAAFEAAEAAABAAQAAUBAAEAAEAAAABAAQUAAAAFQAAEQAQAAAEAABAAAAAAAAQBFQAEAAAFQAAEAABAAAAARFAAAAQAAEAFQAAAAAEAAQAQUABAAAEEAAABFBAFAQAAEABAAAAARAAFAAQAAEAABAAAQABFAAABUABAAAAAAQABBFBABAAAQAAAEAFAAAQBFAQAAAAAEAAAFQAEAABAAAEEAFAAAQAAAEABAAAaE72UgAAIgAAgAAAIKAAAgCAAKAgAAAAIAAKgAAIAACAAAgoCAAAAAAiAAACAAIoAACAAAgAAIAACCgCAACAAAAAgAAIKAAAAgoACIAIAAACAAAAgAAAAAAAIKIIACAAAgoAACAAAgAAACAKgAAAIACAACoAAAACAoIAAggoACAAIAIAAACKCAKAgAAIACAAAAAIIKAAgAAAIAACAAAiAoIoAAAKgAIAAAACAAIAIAACAAAgAAIAAKAAgACKAgAAAAAIAACCgAIAACAAIAIKAAAgAAAIACAAAA0J3spAAAQBABAAAQAUAABAEUAABAAAAAQAAVAAAQAAEAABBQEBQQAABBAAAAQBFAAAAQAAEAABAABUAAQAQAAAAAEABABQAAEAFAAQBABAAAQAAEAAAAAAABAEEFAAQAAVAAAQAAEAAAABEAUAABAAAQAAVAAAAAQABAUEVAAAQABABAAAQAAAUBAAQAAEAAAABEUAABAAAQAAAEAABAEAUAABBQAEAAAABBAUQRQQAAQAEAAABABQAAEAFEEAAAAAABAAAQUABAAAQABBABQAAEAAABAAAQAAGhO9lIAACIAAIAACACgAAIgCgAAIAAAACACoAAACAAgAAIKAAgAAAAIgAAAgACKAAAgAAAIAACAACoAAAgAgAAAIAACCgAAAIKAAgCACAAAAgAAIAAAAAACAACogAgAAAqAAAgAAIAAAgKIigAAAIAACAAgoAAAACAAIAIAKAAgACCAAAAiggCgAIACAAAgAAAIAgCgAIAACAAAgAAIAgCgAAAIKAgAAAAAIAgAgAAIAACAAAAgAoAACACogAAAAAAgAAIKAAgAAIAAAggoAAACAAAgAAIAAADQXeygAEAQAQAAAEAFAAQBAFAAAQAAAAEAFQAAEAABAAAQUABAAAAEAEAABEBQRQAAEAABAAAQAAVAAEAEBQQAAAEAABBQAAAEFAAQBABAAAAQAAEAAAAAABAABUQAQAAEFAAAQAAEAAAABEUAABAAAQAAVAAAAAQAAABBABQEAAQAQAAEAAAFAQAAEAABAAAAEEFAAAQAAEAABAAEEUEAUAAAFQAEAAAABAAAEEAABAAAQAAEAAFAAQAUERFAAAAAAQAAEFAAQAAEAAAQQUAABAAAAQAAEAAABoLvZQAggAAIAACACgAAIAigAAIAAAACAACoAACAAAgAIAKAgAAAACCAAAAgCAKAAgAAAIAACAACoAAgAAgAAAAIACACgAAAqAAgCACAAAAgAAIAAAAAAACAAiKAAgAAqAAAgAAIAAAACIAoAACAAAgAIKAAAAAgAACACCgAIAAgAgAAIAAAKAgAIAACAAAAAiAKAAgAAIAACAAAgCAAKAAAgoACAAAAAAgCACAAAgAIAAACACgAAIAKgCAAAAAACAAAgoCAAAAgACCACgAAIAAACAAgAAAANBd7KAARAABAAAQAUAABAEUABAAAAAAQAUBAAAQAAEABABQEAAAABEAAAAEAFEAAEAAABAAQAAUBAAEAAEAAAABAAQUAAAAFQAEAQAQAAAEAABAAAAAAAAQBFQAEAAAFQAAEAABAAAAEEFAAAAQAAEAFQAAAAAEAAAQQUAABAAEEAAABFBAFAQAAEABAAAAARAAFAAQAAEAABAAAQABFAAABUABAAAAAAAQBBFBABAAAQAAEAAAFAAQAUQQAAAAAEAAAFQAEAABAAAEEAFAAAQAAAEABAAAAAaC72UAiAACAAAAgAoACAIAoACAAAAAgAAqAAAgAAIAACCgIAAAAACIAAAIAAigAAIAACAAAgAAqAAIAAIAAAACAAAgoAAACCgAIAggAAAIAAACAAAAAAAAgAqIAIAACCgAAIAACAAAAIAqAAAAgAIAAKgAAAAICggACCCgAIAAgAgAAAIoIAoCAAAgAIAAAACIAoACAAAAgAAIAACICgigAAIKAAgAAAAAIAgKIgAAgAAIAACAACgAIAAigIAAAAACAAAgoACAAAgAACCACgICggAAIAACAAAAA0F3soBAEAEAABABQAAEARQAAEAAAABAABUAABAAAQAAEFAQFBAAAEEAAABAEUAAABAAAQAAEAFAAQBABAAAAAAQAEAFAAAQAUABAEAEAABAAAQAAAAAAAEAQQUABAABUAABAAAQAAABBABQAAEAABAAQUAAAABAAEBQRUAABAAEAEAABAAABQEABAAAQAAAAERQQFAQAAEAAABAAQABFAAAAQUABAAAAAQQFEEAAABAAAQAAEAAFAAQAUQQAAAAAAEAABBQAEAABAAEEAFAAAQAAAEAABAAAAAaC72UAgCACAAAgAoAACAIoACAAAAAAgAoCAAAgAAIACACgIAAAACIAAAIAAigAAIAAACAAAgAoCAAIAAIAAAACAAgoAAACCgAIAgAgAAAIAAACAAAAAAgAAqIAIAAAKgAAIAACAAAICiIoAAACAAAgAIKAAAgKCAAAIIAKAAgACCAAAAgAAoACAAgAIAAAAACIAAoCAAAgAAIAACAAIoAAACCgIAAAAACAAIIoIAIAACAAAAgAoAACACiCAAAAAAgAAIKAAgAAIAAAggoAAACAAAAgAIAAAAADQXeykAQAQAAAEAFAAQBAFAAAQAAAAEAFQAAEAABAAAQUABAAAAEEAAABABRAAABAAAQAAEAAFQAABBAUEAAABAAAQUAAABBQAEQAAQAAAEAABAAAAAAAQABFQAEAABBQAEAAABAAAEBREUAABAAAAQAVAAAAAQAAABBABQEAAQAQAAAEAAFAQAAEAABAAAAEEFAAAQAAEAABAAEEUEAUAAAFQAEAAAABAAAEEAABAAAQAAEAAFAAQABFQAAAAAAEAABBQAEAABAAAEEAFAAQAAAEAABAAAAAAaC7mUiggAgAAIAKAAAgCKAAAgAAAAIAAKgAAIAACAAAgoCAAAAAIIAAACAIAoAACAAAgAAIAAKgACAACAAAAAgAIAKAAACoAACAIAIAACAAAgAAAAAAAIACIoACAACoAACAAAgAAACACCgAAIAACAACoAAAAACAAAIIKAAgACACAAAgAAAoCAAgAAIAAAACIAoACAAAgAAAIACAIAAoAACCgAIAAAAACAIAIAACAAgAAAIAKAAAgAqAIAAAAAAIAACCgIAAACAAIIAKAAAgAAAIACAAAAAAA0F3MpAAAQAEAAFAAAQBFAAQAAAAAEAFAQAAEAABAAQAUBAAAAARAAAABABRAAABAAAQAAEAFAQABAABAAAAAQAEFAAAABUABAEAEAAABAAAQAAAAAAAEARUABAAABUAABAAAQAAAAERQAAAEAABABUAAAAABAAAEEFAAAQABABAAARQQBQEAABAAQAAAAAEQBQAEAABAAAQAAEAARQAAAVAAAQAAAAEAAQRQQAQUEAAQAEAAAFAAQAUQQAAAAAEAAAFQAEAABAAAEEAFAAAQAAAEABAAAAAAAaA7mUAAgAAAIKAAAgACKAAgAAAAIAAKgAAIAACAAAgoCAAAAAIIAAACAAIoAACAAAgAAIAAKgAACACAAAAAAgAIKAAAAgoACIAAIAACAAAAgAAAAAAAIACIoCAAAgoAACAAAgAAACAKgAAAIACAACoAAAACAoIAAggoACAAIAIAACAAACgIAACAAgAAAAIAigAIAAACAAAgAAIAgCgAAIAKAgAAAAAIAgKIgAAgAAIAACAACgAIAAigIAAAAACAAAgoACAAAgAACCACgICggAAIAACAAAAAAA0B3MoABAAAQAUAABAEUAABAAAAAQAAVAAAQAAEAABBQEAAAAABEAAAEARQAAAEAABAAAQAAUBAEAEAAAAABAAQAUAABABQAEAQAQAAEAAABAAAAAAAQAERQAEAAFQAAEAAABAAAAEEFAAAQAAEABBQAAAAEAAAARUAABAAEAEAABAAABQEABAAAQAAAABBABQEAABAAAAQAEAARQAAAEFAAQAAAAEAAQAQAAEABAAAAQAAUABABRBAAAAAAAQAAEFAAQAAEAAQQAUAABAAAAQAEAAAAAAABoDuZQACAAAgAoAACIAoACAAAAAAgAAqAAAgAAIACACgIAAAACIAAAIAAigAAIAAACAAAgAoCAAIAAIAAAACAAgoAAACCgAIAgAgAAAIAAACAAAAAAgACKgAIAAAKgAAIAACAAAAAiKAAAAgAAIAKgAAAAAIAAgAgAoACAAIIAAACAACgAIACAAgAAAAAIgCgAIAACAAAgAAIAgCgAAAIKAAgAAAAIAAgKIgAgAAIAACAACgAAIAKIIAAAAACAAAgoACAAAgACACACgAAIAAACAAgAAAAAAANAdzKAQAAAEAFAAQBAFAAQAAAAAEAFQAAAEABAAAQUABAAAAEEAAABAAEUAABAAAQAAAEABBQAEQAUEAAAABAAQUAAABBQAEQAAQAAAEAABAAAAAAAQAAVEAEAABBQAAEAABAAAEBREUAABAAAAQAVAAAAAQAAABBBQAEAAQAQAAAEAAFAQAAEAABAAAAARFAAAQAAEAABAAEEAUEUAAAFQAEAAAAABAEAEAABAAAQAAEAAFAAQABBBQAAAAAEAABBQAEAABAAAEEAFAAQAAAEAABAAAAAAAAaA7mUAgAAIAKAAAgCAKAAgAAAAIAAKgAAIAACAAAgoCAAAAAIIAAACIAoAAACAAAgAAIAAKgACAACAAAAAgAIAKAAACoACAAIAIAACAAAgAAAAAAAIACIoACAACoAACAAAgAAACCKCKAAAgAAIAAKgAAAAIAAAAggoACAAIAIAACAKCAKAgAAIACAAAAAiAAKAgAAIAAACAAgCAAKAAAgoACAAAAAAgCCAAAAgAIAAACACgAAIAKIIAAAAAACAAAgoCAAAAgACCACgAAIAAACAAgAAAAAAAANAdzKAQAEAAFAAAQBFAAQAAAAAEAFAQAAEAABAAQAUBAAAAAEEAAABAEUAAABAAAQAEAAAFQABAABAAAAAQAEFAAAABUAABEAEAAABAAAQAAAAAAAEAFRABAAABUAABAAAQAAABAFQAAAEAABABUAAAAABAAEAEAFAAQABABAAAQAAUBAAAQAEAAAAABEAUABAAAQAAEAABAEAUAAAFAQAEAAAABAAEEAAABAAAQAEAAAFAQAAUQQAAAAAEAABBQAEAABAAAEEFAAAAQAAAEABAAAAAAAAAaA7mUgAAIAAKAAgACKAAgAAAAIAAKgAAIAACAAAgoACAAAAAiAAACAAIoAACAAAgAAIAAKAgACACAAAAAAgAIKAAACoAACAIAIAACAAAAgAAAAAAAIAioACAAAgoAACAAAgAAAIgCgAAAIAACACoAAAACAoIAAggoACAAIAIAACAAACgAIACAAgAAAAIAigAAIAACAAAgAAIAgCgAAIAKAgAAAAAIAAggAAIAACAAAgAAoACAAIoCAAAAAAgAAIKAAgAAAIAAggAoCAoIAACAAAgAAAAAAAANAdzKQAAEAFAAAQBAFAAQAAAAEAAFQAAEAABAAAQUBAAAAAARAAABABRAAABAAAQAAEAAAFQABBAAAAAAQAEAFAAABUAABAEAEAABAAAAQAAAAAAEAARUABAABUAABAAAAQAAABBBQAAEAABAAQUAAAABAAAAEEFAAQABABAAAQAAAUBAAAQAEAAAAAQQUABAAAQAAAEABAEAUAAABBQAEAAAABBAUQAQAAEABAAAAQAAUABAAEVAAAAAAAQAAEFAAQAAEAAQQAUAAABAAAQAAEAAAAAAAABoDuZSAAgAAoAACIAoACAAAAAAgAAqAAAgAAIACCgAIAAAACIAAAIAAigAAAIAACAAAgAoCAAIAAIAAACAAAgoAAACCgAIAgAgAAAIAACAAAAAAAgACKgAIAAAKgAAIAACAAAAIIAKAAAgAAIAKgAAAAAIAAAggAoACAAIIAAACAACgAIACAAgAAAAAIgCgAIAACAAAgAAIAAigAAAIKAAgAAAAIAAgAgAIAACAAAgAAoAACACiCAAAAAAgAAIKAAgAAIAAgAgAoAACAAAAgAIAAAAAAAAADQHcykAABABQAEAQBQAEAAAAABABUAABAAAQAAEFAAQAAABBAAAAQABFAAAQAAEAAABAAQUAAQQFBAAAAQAAEFAAAAQUABEAAEAAABAAAQAAAAAAEAAFRABAAAQUAABAAAQAABAURFAAAAQAAEAFQAAAAEAAAAQQUAABAAEEAAABAABQEAABAAAQAAAAERQAAEAABAAAQAAEQFBFAAAQAUBAAAAAAQBABAAAQAAEAABAABQAEAAFRAAAAAABAAAQUABAAAQAABBABQAEAAABAAAQAAAAAAAAAHfu5lAAIAKAAAiAAKAAgAAAAIAAKgAAIAACAAAgoCAAAAAIIAAACAIAoAACAAAgAAIAAKgACAACAAAAAgAIAKAAAAgoACIAAIAACAAAgAAAAAAAIAAioACAAAgoACAAAgAAACCACgAAIAACAAgoAAAACAAAIAIKAAgACACAAAgAAAoCAAAgAIAAAACIAoACAAAgAAAIACAAIAoAACCgAIAAAAACAIIAAACAAgAAAIAKAAAgAoggAAAAAAIAACCgAIAACAAIIAKAAAgAAAIACAAAAAAAAAAA793MoBAABQAAEQABQEAAAAABAABUABAAAAQAEAFAQAAAABBAAAAQBFAAAAQAAEAABAABUAAQAAQAAAAEABBQAAAEFAAARABAAAAQAAEAAAAAAABABUQAQAAAVAAAQAAEAAAQARVEAAAEAABABUAAAAABAAAEEAFAAQABABAAAQAAUABAAQAEAAAAABEAUABAAAQAAEAABAAEUAAABBQAEAAAABAAEEAAABAAAQAEAAAFAQAABFQAAAAAEAABBQAEAAABAAEEFAAAAQAAAEABAAAAAAAAAAAd+7mUAgAAoACAIAAoCAAAAAAgAqAAAgAAIAACCgAIAAAACIAAAIAAigAAIAACAAAgAAqAAAIIAAAAAACAAgoAAAKgAAIAgAgAAIAAACAAAAAAAgAAqIAIAACCgAAIAACAAAAgCKAAAAgAAIAKgAAAAICggACCACgIAAgAgAAIAAAKAgAAIACAAAAAAiKAAAgAAIAACAAIIoAIoAAACCgIAAAAACAAIIAACAAAgAAAIAKAAgACKAgAAAAAIAACCgAIAAACAAIIAKAgKCAAAgAAIAAAAAAAAAADv3cygEAFAAAQBFAAAQAAAAEAAFQAAEAABAAAQUBAAAAAEEAAABABRAAABAAAQAAEAAFAQABABAAAAAQAAEFAAABUAABAEAEAABAAAAQAAAAAAEAARUABAABUAABAAAAQAABBFBFAAAQAAEABBQAAAAEAAAAQQUABAAEAEAABAAABQEAABAAQAAAABBBQAEAAABAAAQAEQAABQAAEFAAQAAAAEEBRABAAAQAEAAABAABQAEAAFRAAAAAABAAAQUABAAAQABBABQAEBQQAAEAABAAAAAAAAAAAd+7mUgAAoAACIAoACAAAAAAgAAqAAAgAAIAACCgIAAAAgAgAACCKCKAAAAgAAIAACACgIAAgAAgAAAIAACACgAAIKAAAiACAAAAgAAIAAAAAACAoIioACAAACoAACAAAgAAACCACgAAIAACACoAAAAACAAAIIAKAAgACCAAAAgACgigIACAAAgAAAAIgCgAIAACAAAgAAAIAigAAAIKAAgAAAAIgKCAoiACCggCAAAgAAAoACAAIqAAAAAAgAAIKAAgAAIAAAggAoAACAAAAgAIAAAAAAAAAAADRvB1ZXVfTPps8HVlL6KbPB1ZS+im08HVlL6KbPB1ZS+imzwdWUvops8HVlL6KbTwdWUvops8HVlL6WmzwdWUvops8HVlL6KbPB1ZS+imzwdWUvoptPB1ZS+imzwdWUtops8HVlL6KbPB1ZS+im08HVlS+imzwdWUvpabPB1ZS+im08HVlL6KbPB1ZS2imzwNWUvops8DVlL6KbTwNWUvops8DVlL6KbPA1ZS+im08DVlL6KbPA1ZS+imzwNWUvpabTwNWUvops8DVlL6KbPA1ZS+imzwNWUvops8DVlL6KbPA1ZS+im08DVlS+imzr9WUvops8DVlLaKbOv1ZS+im08DVlLaKbOv1ZS+imzr9WUvops6/VlL6WmzwNWUvops6/VlLaKbTwNWUtops8DVlLaKbOv1ZS+im08DVlLaKbPA1ZS2imzr9WUvops6/VlL6KbTr9WUvops6/VlL6KbOv1ZS2im06/VlS2im3jHwvwx/DM/P8Ar6/j9P8Apcdfvwzz+fXpenhAUEAAAABAAQUAAABBQAEQAAQAAAEAAABAAAAAAQAAVEAEAABBQAAEAABAAAEBREUAAABAAAQAVAAAAAQAAABBBQAEAAAQQAAAEAUEUABAAQAAEAAAAQQUAABAAAQAAEAAQQBQRQAAAEFAQAAAAAEAQAQAH1Yf+X9MPrn/AF/v6fh/LzZ7rs6rXkLaK7Oq15C2iu06rXkLaK7Oq15C2iuzqteQtortOq15C2iuzqteQtors6rXkLaK7Op15C2lrs6rXkLaK7Oq15EtortOq15C2iuzqteQtors6rXkLaK7TqteQtpa7Oq15C2iuzqteRLaK7Oq15C2iuzqteQtors6rXkLaK7TqteQtors6rXkLaK7Oq15C2iuzqteQtortOp15C2iuzqdeQtors6nXkLaWuzqdeQtortOp9iQtors6n2JC2iuzqdeQtortOp9iQtors6n2JC2iuzqfYkLaK7Op9iRLaK7TqfYkLaK7Op9iQtors6n2JC2iuzqfYkLaK7Op15C2iu06nXkLaK7Op15C2iuzqfYkLaK7TqfYkLaK7Op9iQtpa7Op9iQtortOp9iQtortep9iQtors6n2JC2iuzqfYkLaK7Op9iQtors6n2JC2iuzqfYkLaK7Op9iQtors6n2JC2iuzqfYkLaK7Op9iQtort2bRY6ACgAAIAgCgAIAAAACAACoAACAAAgAAIKAgAAAACCAAAAgCAKAAAgAAIAACAAAgoAAgAgAAAAIACACgAAAIKAAiAACAAAgAAIAAAAAAACAAIqAAgAAIKAAgAAIAAAAggAoAACAAAgAIKAAAAAgAACACCgAIAAgAgAAIAAAKAgAAIACAAAAAIIKAAgAAIAAACAAgACKAAAAgoACAAAAAgACACAAAgAIAAACAACgAIAAioAAAAAACAAAgoACAAAgACCACgAAIAAACAAgAAAAAAAAAAAAO/dzKQAUABAAEAUBAAe6H9dPjDhjF+78Yv7w/HHH6PGfWYe8efMrk01xJideoXnzJk01xJideoOfMmTS3EmJ16g58ymVS3EmJ16g58yZVLcSYp16g58yZNLcSYnXqDnzKZNLcSYnXqDnzJk0txJideoOfMmTS3EmJ16g58yZNLcSYnXqDnzKZNLcSYnXqDnzJk0txJideoXnzJk0lxJEdeoOfMpk0lxJideoOfMmTSXEkR16g58yZNJcSYnXqDnzJk0lxJEdeoOfMpk0lxJideoXnzJk0lxJideoOfMmTSXEmJ16g58yZNJcSRHXqDnzJk0lzJEdeoOfMpk0lzJideoOfMmTSXMmKdeo/qc+ZMmkuZIjr1C8+ZMmkuZIjr1Bz5lMmkuZMTr1Bz5kyaS5kxOvUHPmTJpLiSI69Qc+ZMmkuJMTr1Bz5kyaS4kxOvULz5lMmluJMTr1Bz5kyaS4kxOvUHPmTJpLmSI69Qc+ZMmkuJMTr1Bz5lMmkuZIjr1Bz5kyaS5kiOvUHPmTJpLmTE69Qc+ZMmkuZIjr1Bz5lMmkuZMTr1Bz5kyaS5kiOvUHPmTJpLmTE69Qc+ZTJpLmSI69Qc+ZMmkuZMU69Qc+Z/hk0lzJEdeoXnzJk0lzJEdeoOfMpk0lxJEdeoOfMmTSXMmJ16g58yZNJcyRHXqDnzJk0lzJEdeoOfMmTSXMkR16g58yZNJcyYnXqDnzKZFHcyRHXqDnzJkUlzJEdeoOfMmRSXMkR16g58ymTR3MkR16g58yZFHcyRHXqF58y9EWGGEWOEOP5YYY/4x/j64PeHhBEFAAARABAAAAQAAEAAAAAAABABUQAQAAAVAAAQAAEAAAAQRVEAAAEAABABUAAAAABAAEBREAUABAAEAEAABAABQAEABAAQAAAAAEQBQEAAABAAAQAAEAARQAAAEFeX68IIo8MI4vwhx/mL6fX6f8GTD6OPQ3e3E8fcw9/MScegu9uI+5g+YlOPQXm3EfcwfMScegu9uI+5hPmJOPQXm3Efcwc4k49Bd7cR9zBziTj0F5txHWYOcScagvNuI6zC84lOPQXm3EdZg58ycegvNuI+5g5xJx6C824j7mDnEpxqC824j7mDnEnHoLzbiPuYOcScegvNuI+5g5xKcegvNuI+5g5xJx6C824j7mDnEnGoLzbiPuYOcScegvNuI+5g5xKcagvNuI6zBziTjUF5txHWYOcScagvNuL7p1mDnEnGoLzbiOswvOJONQXm3EdZg5xKcagvNuI6zBziTjUF5txfc+5g+Yk41BebcX3PuYPmJOPQXm3Efcwc4lONQXm3F9zrML8xJxqC824k+5g5xJxqC824j7mDnEnGoLzbiPuYOcScagvNuI+5g5xKcegvNuI+5g5xJx6C824j7mD5iTjUF5txH3MHzEnGoLzbiOswfMSnGoLzbiOswfMScagvNuL7nWYX5iTjUF5txH3MHzEnG+PvNuL7n3MHzEpxvj7zai+59zB8xJxvj7zbiPuYOcScb4+824vufcwc4k43x95txHWYOcSnG+PvNuI6zBziTjfH3m3EfcwfMScb4+824j7mD5iU43x95txfdPuYPmJON8febcR9zB8xJxvj7zbi+59zB8xJxvj7zbiPuYPmJON8febUR9zB8xJxvj7zbiPuYPmJTjfH3m3EfcwfMScb4+824j7mD5iTjfH3u3EfcwfMSnG+PvdqI+5g+Yl4fu/RRw/rxi/XU5keH8QfhFD9f8/7xXGcwZxiXzPTyAAAAAAAAAAA753MoAFAAQBAFAAQAAAAAEAFQAAEAABAAAQUABAAAAARAAABAAEUAABAAAQAAEAAFQAABBAAAAAAAQAEFAAAAQUABAEAEAABAAAAQAAAAAAEAAFRABAAAQUAABAAAQAAAEARQAAAEAABABUAAABAAAEAAEAFAQABABAAAQAAAUBAAAQAEAAAAABEUAABAAAQAAEAABAEAUAAABBQEAAAAABAAEEAAABAAQAAAEAFAAQABFAQAAAAAEAABBQAEAABAAAEEAFAQFBAAAQAAEAAAAAAAAAAAAB3zuZQKAAAgCKAAAgAAAAIAAKgAAIAACAAAgoCAAAAAIIAAACACiAAACAAAgAAIAAAKgCAACAAAAAgAAIKAAACoAACAIAIAACAAAAgAAAAAAIAigIACAAAgoACAAAAgAACCKCKAAAgAAIACCgAAAAIAAAAggoACAAAIIAACAAACgAIACAAgAAAACCCgAIAAACAAAgAIgKCAKAAAgoACAAAAAggKIAIAACAAAgAAIAAKAAgAAqIAAAAAAIAACCgAIAACAAIIAKAAgKCAAAgAAIAAAAAAAAAAAADvncygUAABEAUAABAAAAAQAAVAAAQAAEABABQEAAAAQAQAABBFBFAAAAQAAEAABAAAQUAQAAQAAAAEABABQAAEFAAARABAAAQAAAEAAAAAABAABUQAQAAAVAAAQAAEAAABAEAUAABAAAQAVAAAAAAQAAAERQAAEAAQQAAAEAAAFAQAEABAAAAAARAFAAQAAEAABAAAEEUEUAAABBQAEAAAAABAAEEABAAAQAAEAAFAAAQABFQAAAAAEAABBQAEAABAAAEEAFAAAQAAAEABAAAAAAAAAAAAAAd87mUCgACCKCKAAgAAAAAIAKAgAAIACAAAgAoCAoIAACIAAAAIKqIgoACAAAAgAAIAKAgACACAAAAAAgAIKAAAAgoACAIAIAAACAAAAgAAAAAIAACYooCAAAgoAACAAAAgAACAKgAAAAIACACoAAAAACAAAAiKAAgAACCAAAAgAAoACAAgAIB/YAAAAIgACoAAACAAAgACACACgAAIAKAgAAAAH9giAAACKCCAAAgAAIAAKAAAgoAggAAAAAAIBiKgAAAIACAAAIIAKAf2ACAAAgAAAIAKCAoICggKCAoICgj/9k=");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
}

.padding-block {
  padding: 2rem 0;
}

.section-catalog #CatalogMainSlider #sliderCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section-catalog #CatalogMainSlider .lslide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section-background-reverse {
  padding: 2rem 0;
  position: relative;
  color: #fff;
}

.section-background-reverse:after {
  display: block;
  position: absolute;
  content: '';
  background-color: #1c6381;
  width: 1000%;
  height: 100%;
  top: 0;
  left: -500%;
  z-index: -1;
}

.grid-three-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.card-utp-block .img-wrapper {
  margin-bottom: 1rem;
}

.section-gallery {
  padding: 2rem 0 80px;
  background-color: #eff4f4;
}

.section-gallery .title {
  color: #142F42;
  text-transform: uppercase;
  border-left: 3px solid #142F42;
  padding-left: 30px;
  line-height: 3rem;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-gallery .swiper-slide {
  opacity: 0.8;
  -webkit-transition: opacity linear 0.1s;
  -o-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
}

.section-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

.section-gallery .swiper-slide.swiper-slide-active:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.section-gallery .swiper-slide.swiper-slide-active:before {
  content: '\e86f';
}

.section-gallery .swiper-slide.swiper-slide-active:before {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.section-gallery .swiper-pagination {
  position: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  overflow: hidden;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #6E94A9;
  border-radius: 0;
  border: 2px solid transparent;
  opacity: 1;
  margin: 0 5px;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet.active {
  width: 22px;
  height: 22px;
  border: 2px solid #af8e71;
  background-color: transparent;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet.active:first-child,.section-gallery .swiper-pagination .swiper-pagination-bullet.active:last-child {
  position: relative;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet.active:first-child:before,.section-gallery .swiper-pagination .swiper-pagination-bullet.active:last-child:before {
  bottom: 9px;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet:first-child,.section-gallery .swiper-pagination .swiper-pagination-bullet:last-child {
  position: relative;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet:first-child:before,.section-gallery .swiper-pagination .swiper-pagination-bullet:last-child:before {
  display: block;
  position: absolute;
  content: '';
  bottom: 6px;
  width: 1500px;
  border: 1px solid #af8e71;
  pointer-events: none;
}

.section-gallery .swiper-pagination .swiper-pagination-bullet:first-child:before {
  right: -webkit-calc(100% + 15px);
  right: calc(100% + 15px);
}

.section-gallery .swiper-pagination .swiper-pagination-bullet:last-child:before {
  left: -webkit-calc(100% + 15px);
  left: calc(100% + 15px);
}

.section-reference {
  padding-bottom: 150px;
}

.services-list-wrapper {
  background-color: #eff4f4;
}

.services-list-wrapper .reverse-row-columns-wrapper .row-service [class^="col-"]:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-list-wrapper .reverse-row-columns-wrapper .row-service [class^="col-"]:first-child .row-service-info-block {
  border-left: 3px solid #936F4F;
  padding: 30px;
}

.services-list-wrapper .reverse-row-columns-wrapper .row-service [class^="col-"]:first-child .row-service-info-block .title {
  padding-left: 0;
  margin-bottom: 50px;
}

.tab-pane-wrapper {
  overflow: hidden;
}

.tab-pane-wrapper .nav-item .nav-link {
  position: relative;
  color: #6d7278;
  text-decoration: none;
  padding: 20px 50px;
  text-transform: uppercase;
  border-right: 2px solid transparent;
}

.tab-pane-wrapper .nav-item .nav-link:hover:not(.active) {
  background-color: #eee;
}

.tab-pane-wrapper .nav-item .nav-link.active {
  color: #142F42;
  font-weight: 700;
  border-right: 2px solid #936F4F;
}

.tab-pane-wrapper .nav-item .nav-link.active:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 1000px;
  height: 1px;
  border-bottom: 2px solid #936F4F;
}

.tab-pane-wrapper .tab-content {
  border: none;
 /* undo bootstrap styles */
  border-left: 2px solid #936F4F;
  color: #142F42;
}

.tab-pane-wrapper .tab-content img {
  margin: 10px 0 30px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.dropdown {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 10px;
}

.dropdown .selected-option {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.dropdown:hover {
  border-color: #2c6790;
}

.dropdown.show {
  border-color: #142F42;
}

.dropdown-menu > * {
  display: block;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.25;
}

.fancybox-close-small {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fancybox-close-small:after {
  content: '';
  position: absolute;
  padding: 0;
  outline: none !important;
  background: url("data:image/svg+xml;base64,PHN2Zw0KICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgd2lkdGg9IjIwIg0KICAgaGVpZ2h0PSIyMCINCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCI+DQogIDxwYXRoICBkPSJNIDAsMC43MDQ0IDAuNywwIDIwLDE5LjMxNjk3IDE5LjI5NTYsMjAgWiIgc3R5bGU9ImZpbGw6I2ZmZiIgLz4NCiAgPHBhdGggZD0iTSAxOS4yOTU2LDAgMjAsMC43IDAuNjgzMDMsMjAgMCwxOS4yOTU2IFoiIHN0eWxlPSJmaWxsOiNmZmYiLz4NCjwvc3ZnPg==") no-repeat center center !important;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-slide .video-wrap {
  background: #141414;
  padding: 50px;
  max-width: 100%;
}

.fancybox-slide .video-wrap video {
  width: 100%;
}

.fancybox-button + .fancybox-button {
  margin-left: 1px;
}

.fancybox-thumbs {
  background: #2e2e2e;
}

.fancybox-thumbs > ul > li:before {
  border-color: #6E94A9;
}

.fancybox-container.form-popup .fancybox-slide > div {
  padding: 0;
  background: none;
  width: 96%;
  max-width: 380px;
  overflow: hidden;
}

.fancybox-container.form-popup .fancybox-slide > div#loginDialog,.fancybox-container.form-popup .fancybox-slide > div#callbackFormDialog {
  max-width: 310px;
}

.fancybox-container.form-popup .fancybox-slide > div > .content {
  padding: 0 20px;
}

.fancybox-slide > .drop-block {
  max-height: unset;
  opacity: 1;
  position: static;
  padding: 0;
  background: transparent;
}

.fancybox-slide > .drop-block i.ic-close {
  display: none;
}

.fancybox-slide > .drop-block:before {
  display: none;
}

.fancybox-slide > .drop-block .drop-block-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox-slide > .drop-block .fancybox-close-small {
 /* '' */
  color: #dde4e8;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  top: 12px;
}

.fancybox-slide > .drop-block .fancybox-close-small:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.fancybox-slide > .drop-block .fancybox-close-small:before {
  content: '\e832';
}

.fancybox-slide > .drop-block .fancybox-close-small:after {
  display: none;
}

.jq-selectbox {
  max-width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 80 !important;
}

.jq-selectbox.dropdown.opened .jq-selectbox__select {
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(33, 60, 86, 0.35);
          box-shadow: inset 0px 3px 7px 0px rgba(33, 60, 86, 0.35);
}

.jq-selectbox.dropdown.opened .jq-selectbox__trigger {
  -webkit-box-shadow: inset -2px 5px 7px -2px rgba(33, 60, 86, 0.35);
          box-shadow: inset -2px 5px 7px -2px rgba(33, 60, 86, 0.35);
}

.jq-selectbox .jq-selectbox__select {
  height: auto;
  outline: none !important;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  max-width: 100%;
  padding: .4375rem 1.75rem .4375rem 9px;
  color: #595959;
  vertical-align: middle;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1;
  overflow: hidden;
  text-shadow: none;
}

.jq-selectbox .jq-selectbox__select-text {
  color: #142F42;
  font-size: 0.875rem;
  max-width: 100%;
}

.jq-selectbox .jq-selectbox__trigger {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.75rem;
  height: 100%;
  border: none;
}

.jq-selectbox .jq-selectbox__trigger:after {
  content: '';
  right: 0;
  top: 8px;
  bottom: 8px;
  border-right: 1px solid #c9c9c9;
  position: absolute;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 8px;
  height: 4px;
  border: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #c9c9c9;
 /* '' */
  font-size: 4px;
  position: absolute;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  content: '\f004';
}

.jq-selectbox .jq-selectbox__search {
  margin: 0;
}

.jq-selectbox .jq-selectbox__search input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c0c0c0;
}

.jq-selectbox .jq-selectbox__dropdown {
  background: #fff;
  border: none;
  border-radius: 0;
  left: 0px !important;
  right: 0px !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
  margin: -1px 0 0;
}

.jq-selectbox .jq-selectbox__dropdown input[type="search"] {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 16px;
  height: auto;
  line-height: normal;
  margin: 0;
  outline: 0 none;
  padding: 6px 20px;
  width: 100%;
}

.jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  max-height: 300px;
}

.jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 5px 10px;
  border: none;
  color: #142F42;
}

.jq-selectbox .jq-selectbox__dropdown ul li:not(:last-child) {
  border-bottom: none;
}

.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #c1e5f5;
}

.jq-selectbox .jq-selectbox__dropdown ul li.selected {
  background: #c1e5f5;
  font-weight: 400;
  color: white;
}

select.styler {
  opacity: 0;
}

.ui-icon,.ui-widget-content .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url("/var/themes/default/skin/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}

.ui-widget-content {
  background: #eee url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
}

.ui-widget-header {
  background: #f6a828 url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
}/* Interaction states
----------------------------------*/.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  background: #f6f6f6 url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
  background: #fdf5ce url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  background: #fff url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}/* Interaction Cues
----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  background: #ffe45c url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  background: #b81900 url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
}

.ui-widget-overlay {
  background: #666 url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
}

.ui-widget-shadow {
  background: #000 url("/var/themes/default/skin/lib/jquery-ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
}

.ui-dialog {
  max-width: 96%;
  z-index: 1002 !important;
}

.ui-dialog[style*='top: -'] {
  top: 0 !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 11px;
  overflow: hidden;
  border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  height: 200%;
  width: 1px;
  background: black;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -1px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -1px;
}

.ui-widget-overlay {
  z-index: 1001 !important;
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.ui-autocomplete.ui-widget {
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ebebeb;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-track {
  background: #fff;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-track-piece {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.ui-autocomplete.ui-widget::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

.ui-autocomplete.ui-widget .ui-menu-item {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-size: 0.875rem;
  border: none;
  font-weight: 400;
}

.ui-autocomplete.ui-widget .ui-menu-item.ui-state-focus {
  font-weight: 400;
  background: #6E94A9;
  color: #fff;
  border: none;
  margin: 0;
}

.lSSlideOuter:not(.vertical) .lSPager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border-radius: 2px;
  width: 36px;
  height: 5px;
}

.lSSlideOuter .lSPager.lSpg > li.active a,.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #d52527;
}

.lSSlideOuter .lSAction > .lSNext,.lSSlideOuter .lSAction > .lSPrev {
  opacity: 1;
}

.lSSlideOuter .lSAction._next > .lSNext {
  color: #6E94A9 !important;
}

.lSSlideOuter .lSAction._prev > .lSPrev {
  color: #6E94A9 !important;
}

.lSSlideOuter.vertical {
  padding: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  right: auto !important;
  left: 4px !important;
  top: 22px !important;
  padding-left: 25px;
}

.lSSlideOuter.vertical .lightSlider {
  padding-left: 110px;
}

.lSSlideOuter.vertical .lightSlider > * {
  position: relative;
}

.lSSlideOuter.vertical .lightSlider > * .sticker-wrapper {
  top: 0;
  left: 33px;
}

.lSSlideOuter.vertical .lSPager.lSGallery li {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lSSlideOuter.vertical .lSPager.lSGallery li.active {
  border-color: #6E94A9;
}

.lSSlideOuter.vertical .lSAction > .lSPrev,.lSSlideOuter.vertical .lSAction > .lSNext {
  margin: 0;
  width: 71px;
  background: #fff;
  left: 29px;
  text-align: center;
  height: 23px;
  opacity: 1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #c1c1c1;
  font-size: 22px;
}

.lSSlideOuter.vertical .lSAction > .lSPrev:before,.lSSlideOuter.vertical .lSAction > .lSNext:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  top: -23px;
}

.lSSlideOuter.vertical .lSAction > .lSPrev:before {
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
       -o-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  bottom: -23px;
}

.lSSlideOuter.vertical .lSAction > .lSNext:before {
  -webkit-transform: rotate(-90deg) translateX(-50%);
      -ms-transform: rotate(-90deg) translateX(-50%);
       -o-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.masonry {
  display: block;
  margin: 1rem 0;
  padding: 0;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

.masonry-item {
  display: inline-block;
  padding: 1rem;
  margin: 0 0 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-carousel .owl-item .image-wrap {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.owl-nav button {
  font-size: 0px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  outline: none !important;
}

.owl-nav button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.owl-nav button span {
  display: none;
}

.owl-nav button:before {
  font-size: 36px;
}

.owl-nav button:hover {
  color: #142F42;
}

.owl-nav button.owl-prev {
  margin-left: -20px;
  float: left;
 /* '' */;
}

.owl-nav button.owl-prev:before {
  content: '\e80f';
}

.owl-nav button.owl-next {
  margin-right: -20px;
  float: right;
 /* '' */;
}

.owl-nav button.owl-next:before {
  content: '\e810';
}

.rate {
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rate img {
  display: inline-block;
  max-width: 14px;
}

.checkbox_error {
  color: red;
}

.card-page .lSSlideOuter {
  background-color: #fff;
}

.slider-item {
  position: relative;
  height: 25vw;
  min-height: 500px;
  overflow: hidden;
}

.slider-item .container .text {
  position: relative;
  max-width: 600px;
  padding: 30px 150px 30px 0;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  z-index: 10;
}

.slider-item .container .text:before {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1600px;
  background-color: #142f4285;
  z-index: -1;
}

.slider-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-style: italic;
}

.slider-image-wrapper {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.slider-image-wrapper .icon-loop {
  position: absolute;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  right: 12%;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}

.slider-image-wrapper .icon-loop:hover {
  color: #142F42;
}

.phone {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  white-space: nowrap;
}

.phone:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.phone:before {
  font-size: 14px;
  margin-right: 3px;
}

.phone.kyivstar {
 /* '' */;
}

.phone.kyivstar:before {
  content: '\e831';
}

.phone.kyivstar:before {
  color: #04a1fd;
}

.phone.kyivstar:hover {
  color: #04a1fd;
}

.phone.vodafone {
 /* '' */;
}

.phone.vodafone:before {
  content: '\e834';
}

.phone.vodafone:before {
  color: #d52b2b;
}

.phone.vodafone:hover {
  color: #d52b2b;
}

.phone.life {
 /* '' */;
}

.phone.life:before {
  content: '\e833';
}

.phone.life:before {
  color: #feca09;
}

.phone.life:hover {
  color: #feca09;
}

.phone .sup:after {
  content: ' ';
}

.phone .quote:after {
  content: ' ';
}

.skype-list:after {
  content: '';
  display: block;
  clear: both;
}

.skype-list .item {
  margin-bottom: 0.4rem;
}

.skype-list .item .name {
  color: #949494;
}

.date {
  display: inline-block;
  font-size: 12px;
  color: white;
  text-align: center;
  width: 80px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #142F42;
}

.date span {
  display: inline-block;
  vertical-align: middle;
}

.load-more-title {
  text-align: center;
  background: #dde4e8;
  color: white;
  font-weight: 500;
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.table {
  display: table;
}

.table .tr {
  display: table-row-group;
}

.table .th {
  display: table-cell;
}

.table .td {
  display: table-cell;
}

.scroll-up {
  position: fixed;
  right: 20px;
  bottom: 31px;
  background: #eff4f4;
  -webkit-background-size: 17px 17px;
          background-size: 17px;
  margin-top: 180px;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 2px 6px 14px 0 rgba(20, 47, 66, 0.25);
          box-shadow: 2px 6px 14px 0 rgba(20, 47, 66, 0.25);
  padding: 10px;
 /* '' */;
}

.scroll-up:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.scroll-up:before {
  content: '\e815';
}

.scroll-up:before {
  display: block;
  text-align: center;
  font-size: 30px;
}

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader span {
  display: block;
  width: 8px;
  height: 40px;
  background-color: #6E94A9;
}

.loader span:not(:last-child) {
  margin-right: 5px;
}

.loader span:nth-child(1) {
  -webkit-animation: grow 1s ease-in-out infinite;
       -o-animation: grow 1s ease-in-out infinite;
          animation: grow 1s ease-in-out infinite;
}

.loader span:nth-child(2) {
  -webkit-animation: grow 1s ease-in-out 0.15s infinite;
       -o-animation: grow 1s ease-in-out 0.15s infinite;
          animation: grow 1s ease-in-out 0.15s infinite;
}

.loader span:nth-child(3) {
  -webkit-animation: grow 1s ease-in-out 0.3s infinite;
       -o-animation: grow 1s ease-in-out 0.3s infinite;
          animation: grow 1s ease-in-out 0.3s infinite;
}

.loader span:nth-child(4) {
  -webkit-animation: grow 1s ease-in-out 0.45s infinite;
       -o-animation: grow 1s ease-in-out 0.45s infinite;
          animation: grow 1s ease-in-out 0.45s infinite;
}

.loader-circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
}

.loader-circle:before,.loader-circle:after {
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-width: 10px;
}

.loader-circle:before,.loader-circle:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  border-style: solid;
  border-color: transparent;
}

.loader-circle:before {
  z-index: 100;
  border-top-color: #6E94A9;
  -webkit-animation: loader-spin 1s infinite;
       -o-animation: loader-spin 1s infinite;
          animation: loader-spin 1s infinite;
}

.loader-circle:after {
  border-style: solid;
  border-color: #f7f7f7;
}

.hamburger-box {
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -7px;
}

.hamburger-box .hamburger-inner {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  margin-top: -1px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.hamburger-box .hamburger-inner:nth-child(1) {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
       -o-transition-duration: .275s;
          transition-duration: .275s;
  top: 2px;
}

.hamburger-box .hamburger-inner:nth-child(2) {
  -webkit-transition: opacity .125s ease .275s;
  -o-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s;
  top: 8px;
}

.hamburger-box .hamburger-inner:nth-child(3) {
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 14px;
}

.sort-wrapper {
  color: #737373;
  font-size: 0.75rem;
}

.sort-wrapper .label {
  margin-right: 8px;
}

.sort-wrapper .jq-selectbox__select-text {
  font-size: 0.75rem;
}

.sort-wrapper .jq-selectbox .jq-selectbox__select {
  min-width: 175px;
}

.sort-wrapper .jq-selectbox .jq-selectbox__select {
  padding: 5px 9px;
  padding-right: 28px;
}

.sort-wrapper .jq-selectbox .jq-selectbox__trigger:after {
  display: none;
}

.toggle-drop {
  position: relative;
  cursor: pointer;
}

.toggle-drop-wrapper {
  position: relative;
}

.drop-block {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
  background: transparent;
  min-width: 332px;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #142F42;
  top: 84%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drop-block .ic-close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 18px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.drop-block .ic-close:hover {
  color: #6E94A9;
}

.drop-block .label p {
  margin-bottom: 10px;
}

.drop-block .label p:not(:first-child) {
  margin-bottom: 0;
}

.drop-block:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 12px solid white;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drop-block .drop-block-inner {
  background: #fff;
  padding: 25px 17px 1px;
  margin-top: 12px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

.drop-block .drop-block-inner .form,.drop-block .drop-block-inner form {
  margin-top: 20px;
}

.drop-block .drop-block-inner .form .form-note,.drop-block .drop-block-inner form .form-note {
  color: #262626;
}

.drop-block .drop-block-inner .form .control-group,.drop-block .drop-block-inner form .control-group {
  margin-bottom: 11px;
}

.drop-block .drop-block-inner .form .btn,.drop-block .drop-block-inner form .btn {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.drop-block .drop-block-inner .form .form-error,.drop-block .drop-block-inner form .form-error {
  display: none;
}

.drop-block .drop-block-inner .form .form-control,.drop-block .drop-block-inner form .form-control {
  margin-bottom: 5px;
}

.drop-block .drop-block-inner .form .form-group.d-flex .btn,.drop-block .drop-block-inner form .form-group.d-flex .btn {
  margin-left: 12px;
}

.drop-block.active {
  max-height: 1000px;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 35px -2px #000;
          box-shadow: 0px 0px 35px -2px #000;
  z-index: 101;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.overlay {
  background: #000;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.swiper-button-prev-partner,.swiper-button-next-partner {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  cursor: pointer;
  top: -webkit-calc(50% - 21px);
  top: calc(50% - 21px);
}

.swiper-button-prev-partner:hover,.swiper-button-next-partner:hover {
  color: #d9d9d9;
}

.swiper-button-prev-partner:focus,.swiper-button-next-partner:focus {
  outline: none;
}

.btn {
  height: 40px;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  color: black;
  padding: 3px 12px;
}

.btn,.btn .text {
  cursor: pointer;
}

.btn._icon {
  padding-left: 42px;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background: #D2262F;
  border-color: #D2262F;
  color: #fff;
}

.btn-primary:hover {
  background: #df4c54;
  border-color: #df4c54;
  color: #fff;
}

.btn-primary:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #df4c54;
  border-color: #df4c54;
  color: #fff;
}

.btn-primary:active {
  background: #bc222a;
  border-color: #bc222a;
  color: #fff;
}

.btn-default {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 35px;
  border-color: #1c6381;
  border-width: 2px;
  border-style: solid;
  background: #1c6381;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 60px;
  cursor: pointer;
}

.btn-default:hover {
  background: #ffffff;
  border-color: #1c6381;
  color: #1c6381;
  text-decoration: none;
}

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

.btn-default:active {
  background: #1c6381;
  border-color: #17536c;
  color: #fff;
}

.btn-default:before,.btn-default:after {
  display: block;
  position: absolute;
  content: '';
  right: -5px;
  bottom: -5px;
}

.btn-default:before {
  border-right: 1px solid #936F4F;
  height: 20px;
}

.btn-default:after {
  border-bottom: 1px solid #936F4F;
  width: 20px;
}

.btn-default.reverse {
  background-color: #fff;
  border-color: #fff;
  color: #142F42;
}

.btn-default.reverse:hover {
  -webkit-box-shadow: 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 0 #fff;
}

.btn-default.reverse:before,.btn-default.reverse:after {
  border-color: #fff;
}

button.btn-link {
  padding: 0;
  margin: 0;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.btn-link,.btn-link .text {
  -webkit-transition: 0.2s ease 0.2s;
  -o-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
  color: #142F42;
  line-height: 1;
}

.btn-link .text {
  border-bottom: 1px solid #142F42;
  display: inline-block;
}

.btn-link.dashed .text {
  border-bottom-style: dashed;
}

.btn-link:hover,.btn-link:active,.btn-link.active,.btn-link:focus {
  text-decoration: none;
}

.btn-link:hover,.btn-link:active,.btn-link.active,.btn-link:focus,.btn-link:hover .text,.btn-link:active .text,.btn-link.active .text,.btn-link:focus .text {
  color: #6E94A9;
}

.btn-link:hover .text,.btn-link:active .text,.btn-link.active .text,.btn-link:focus .text {
  border-bottom-color: #6E94A9;
}

.btn-link-edit .text {
  text-decoration: underline;
}

.button-view-all-text {
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

.button-view-all-text.show {
  display: inline-block;
}

.button-view-all-text._bottom {
  position: static;
  margin-top: 10px;
}

.button-view-all-text._circle {
  position: relative;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 7px solid #fff;
  font-size: 44px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.button-view-all-text._circle:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  margin-top: 0;
}

.button-view-all-text._circle.view-btn_hide:before {
  content: '-';
  margin-top: -2px;
  font-size: 55px;
}

.button-view-all-text:not(._circle) {
  padding-right: 28px;
  position: relative;
 /* '' */;
}

.button-view-all-text:not(._circle):before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.button-view-all-text:not(._circle):before {
  content: '\f004';
}

.button-view-all-text:not(._circle):before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  font-size: 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.button-view-all-text:not(._circle).view-btn_hide:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.toggle-block {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.toggle-block > :first-child,.toggle-block > :last-child {
  margin-top: 0;
}

.hidden-text-block:not(.view-all-text) {
  position: relative;
}

.hidden-text-block:not(.view-all-text):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 10;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,cce7f3+100&0+0,1+100 */
  background: rgba(204, 231, 243, 0.8);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #cce7f3 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0)), to(#cce7f3));
  background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #cce7f3 100%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #cce7f3 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#cce7f3', GradientType=0);
 /* IE6-9 */;
}

.hidden-text-block.view-all-text {
  max-height: none;
}

.hidden-text-block > :last-child {
  margin-bottom: 0;
}

button[disabled] {
  cursor: not-allowed;
}

button[disabled] .text {
  cursor: not-allowed;
}

.nav-tabs-wrap .nav-decor {
  position: relative;
  z-index: 1;
}

.nav-tabs-wrap .nav-decor:before {
  content: '';
  display: block;
  border-bottom: 1px solid #936F4F;
}

.nav-tabs-wrap .nav-tabs {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.tab-pane-wrapper {
  overflow: hidden;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  line-height: 1;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #142F42;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 10px;
  margin-bottom: -1px;
}

.nav-tabs .nav-link .text {
  display: block;
  background: white;
  padding: 6px 20px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.nav-tabs .nav-link .count {
  display: inline-block;
  padding: 2px 3px;
  min-width: 23px;
  color: #fff;
  font-size: 0.75rem;
  background: #6E94A9;
  border-radius: 5px;
  line-height: 1;
  vertical-align: middle;
}

.nav-tabs .nav-link.active {
  position: relative;
  font-weight: 600;
  border-right: 1px solid #936F4F;
}

.nav-tabs .nav-link.active:before {
  display: block;
  position: absolute;
  content: '';
  width: 2000px;
  border-bottom: 1px solid #936F4F;
  bottom: 0;
  right: 0;
}

.nav-tabs .nav-link.active .text {
  background: #ffe8e8;
}

.tab-content {
  border-bottom: 0;
  border-left: 1px solid #936F4F;
  border-right: 0;
  padding: 30px;
}

.card.tab-pane {
  border-color: #142F42;
}

.card.tab-pane .card-header {
  background-color: #dde4e8;
  border-bottom-color: #142F42;
}

.card.tab-pane .card-header a {
  display: block;
  text-transform: uppercase;
  color: #142F42;
}

.filter {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.filter .filter-title {
  background: #434343;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}

.filter .filter-toggle-wrap {
  position: relative;
}

.filter .filter-toggle-wrap .filter-delete-wrapper {
  display: none;
}

.filter .filter-toggle-wrap > .loader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.filter .filter-toggle-wrap > .loader-wrap .loader {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.filter .filter-toggle-wrap.loading > :not(.loader-wrap) {
  opacity: 0.5;
}

.filter .filter-toggle-wrap.loading > .loader-wrap {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}

.filter .filter-title,.filter .selections-wrapper {
  border-bottom: 1px solid #e3e3e3;
}

.filter .selections-wrapper {
  position: relative;
  padding: 20px 0 20px;
  line-height: 1.2;
}

.filter .selections-wrapper:last-of-type {
  border-bottom: none;
}

.filter .selections-wrapper > .title {
  font-size: 0.875rem;
  color: #142F42;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.filter .selections-wrapper > .title .clear-filter {
  color: #c0c0c0;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-left: 16px;
  display: none;
  margin-right: 5px;
  margin-top: 1px;
}

.filter .selections-wrapper > .title .clear-filter:hover {
  color: #6E94A9;
}

.filter .selections-wrapper > .title.selected .clear-filter {
  display: block;
}

.filter .selections-wrapper > .title .open-filter-search {
  font-size: 15px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: none;
}

.filter .selections-wrapper > .title .open-filter-search:hover {
  color: #6E94A9;
}

.filter .filter-form {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-bottom: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px 2px 0 0;
}

.filter .filter-form.active {
  left: 0;
  overflow: visible;
}

.filter .filter-form .form-control {
  font-size: 0.875rem;
  color: #142F42;
  height: 24px;
  padding-right: 30px;
}

.filter .filter-form .filter-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  height: 24px;
  width: 28px;
  text-align: center;
  padding: 0;
  line-height: 24px;
  color: #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.filter .filter-form .filter-form-btn:hover {
  color: #6E94A9;
}

.filter .attribute-content:not(._range) {
  overflow: hidden;
  overflow-y: auto;
  max-height: 240px;
}

.filter .buttons-wrap {
  text-align: center;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter .buttons-wrap .btn {
  width: 100%;
}

.filter .clear-filter.disabled {
  cursor: not-allowed;
}

.filter .filter-pre-info {
  font-size: 0.875rem;
  color: #dde4e8;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #fff;
  z-index: 10;
  padding: 6px 26px 6px 13px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}

.filter .filter-pre-info:after {
  content: '';
  background: url('../images/decore/left-shadow-arrow.svg') top no-repeat / contain;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter .filter-pre-info .close {
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #dde4e8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.filter .filter-pre-info .close:hover {
  color: #6E94A9;
}

.filter .filter-pre-info .btn {
  line-height: 1.1;
  font-size: 12px;
  margin-left: 15px;
}

.attribute-checkbox {
  position: relative;
}

.attribute-checkbox:after {
  content: '';
  display: block;
  clear: both;
}

.attribute-checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.attribute-checkbox .list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-decoration: none;
  color: #142F42;
  line-height: 1.571;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.attribute-checkbox .list .text,.attribute-checkbox .list .count {
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.attribute-checkbox .list .text:first-letter {
  text-transform: capitalize;
}

.attribute-checkbox .list .text-wrap {
  display: block;
  position: relative;
}

.attribute-checkbox .list .text-wrap:before {
  content: '';
  display: block;
  background: #142F42;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.attribute-checkbox .list .checkbox {
  display: block;
  position: relative;
  width: 21px;
  min-width: 21px;
  height: 21px;
  background: white;
  margin-right: 11px;
  vertical-align: middle;
  border: 1px solid #e2ebf4;
  border-radius: 4px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

.attribute-checkbox .list .checkbox:before {
  content: url('../images/decore/check.svg');
  display: block;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.attribute-checkbox .btn-apply {
  display: none !important;
  cursor: pointer;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -14px;
  -webkit-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
  padding: 5px 15px;
  height: 28px;
  border-radius: 14px;
  line-height: 18px;
  vertical-align: middle;
  background: #dde4e8;
  color: white;
  font-size: 12px;
  text-align: center;
}

.attribute-checkbox .btn-apply:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -9px;
  border-right: 9px solid #dde4e8;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.attribute-checkbox.selected .list .checkbox {
  border-color: #6E94A9;
}

.attribute-checkbox.selected .list .checkbox:before {
  opacity: 1;
}

.attribute-range {
  position: relative;
}

.attribute-range .ui-slider {
  background: #e0e0e0;
  height: 3px;
  margin: 18px 0;
  position: relative;
  border: none;
  border-radius: 5px;
}

.attribute-range .ui-slider .ui-slider-range:last-of-type {
  position: absolute;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#1e89ba), to(#fe452a));
  background: -webkit-linear-gradient(left, #1e89ba 0%, #fe452a 100%);
  background: -o-linear-gradient(left, #1e89ba 0%, #fe452a 100%);
  background: linear-gradient(to right, #1e89ba 0%, #fe452a 100%);
  border-radius: 5px;
}

.attribute-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-top: -7.5px;
  background: #fff;
  display: block;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  cursor: pointer;
}

.attribute-range .ui-slider .ui-slider-handle:hover:first-of-type {
  border-color: #2581b1;
}

.attribute-range .ui-slider .ui-slider-handle:hover:last-of-type {
  border-color: #6E94A9;
}

.attribute-range .ui-slider .ui-slider-handle:first-of-type {
  left: 0;
}

.attribute-range .ui-slider .ui-slider-handle:last-of-type {
  right: 0;
}

.attribute-range .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px;
}

.attribute-range .dash {
  color: #e9e9e9;
  float: left;
  font-size: 15px;
  line-height: 21px;
  margin: 0 6px 0 16px;
}

.attribute-range .ranges-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.attribute-range .range-text {
  padding-right: 6px;
}

.attribute-range .range-wrap,.attribute-range .range-separate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.attribute-range .range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 0.75rem;
  color: #737373;
}

.attribute-range .range .form-control {
  height: 24px;
  min-width: 45px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 7px;
  font-size: 0.75rem;
  color: #737373;
  text-align: center;
}

.attribute-range .range .form-control::-webkit-outer-spin-button,.attribute-range .range .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.attribute-range .range > * {
  margin-bottom: 0;
  margin-right: 7px;
}

.attribute-range .btn-apply {
  height: 24px;
  padding: 1px 8px;
  font-size: 0.75rem;
}

.filter-delete-wrapper {
  color: #142F42;
  font-size: 0.75rem;
  line-height: 1;
  background: #f7f7f7;
  padding: 10px 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-delete-wrapper:empty {
  display: none;
}

.filter-delete-wrapper .filter-delete-item {
  margin: 8px;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  padding: 6px 7px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all {
  color: #fff;
  background: #142F42;
  border-color: #142F42;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all .delete-icon {
  color: #fff;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all:hover {
  color: #142F42;
  background: #fff;
  border-color: #c0c0c0;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all:hover .delete-icon {
  color: #c0c0c0;
}

.filter-delete-wrapper .filter-delete-item:hover {
  color: #fff;
  background: #142F42;
  border-color: #142F42;
}

.filter-delete-wrapper .filter-delete-item:hover .delete-icon {
  color: #fff;
}

.filter-delete-wrapper .delete-icon {
  color: #c0c0c0;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.socials-list {
  text-align: center;
}

.socials-list .item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item:not(:first-child) {
  margin-left: 10px;
}

.socials-list .item .social-icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000;
}

.socials-list .item .social-icon i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  color: white;
}

.socials-list .item .social-icon:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #000;
}

.socials-list .item.active,.socials-list .item:focus,.socials-list .item:hover,.socials-list .item.active *,.socials-list .item:focus *,.socials-list .item:hover * {
  outline: none;
}

.socials-list .item.active .social-icon:after,.socials-list .item:focus .social-icon:after,.socials-list .item:hover .social-icon:after {
  width: 120%;
  height: 120%;
}

.socials-list .item div.social-icon,.socials-list .item span.social-icon {
  color: white;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item img.social-icon {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.socials-list .item.social-skype .social-icon {
  background: #00aff0;
}

.socials-list .item.social-skype .social-icon:after {
  border-color: #00aff0;
}

.socials-list .item.social-facebook .social-icon {
  background: #3b5998;
  text-align: right;
}

.socials-list .item.social-facebook .social-icon:after {
  border-color: #3b5998;
}

.socials-list .item.social-facebook .social-icon i {
  font-size: 36px;
  margin-top: 5px;
  margin-right: 6px;
}

.socials-list .item.social-vk .social-icon {
  background: #507299;
}

.socials-list .item.social-vk .social-icon:after {
  border-color: #507299;
}

.socials-list .item.social-vk .social-icon i {
  font-size: 28px;
}

.socials-list .item.social-youtube .social-icon {
  background: #e62117;
}

.socials-list .item.social-youtube .social-icon:after {
  border-color: #e62117;
}

.socials-list .item.social-instagram .social-icon {
  background: #3897f0;
}

.socials-list .item.social-instagram .social-icon:after {
  border-color: #3897f0;
}

.socials-list .item.social-instagram .social-icon i {
  font-size: 25px;
}

.socials-list .item.social-google .social-icon {
  background: #fd4d3e;
}

.socials-list .item.social-google .social-icon:after {
  border-color: #fd4d3e;
}

.socials-list .item.social-google .social-icon i {
  font-size: 25px;
}

.socials-list .item.social-linkedin .social-icon {
  background: #007bbd;
}

.socials-list .item.social-linkedin .social-icon:after {
  border-color: #007bbd;
}

.socials-list .item.social-twitter .social-icon {
  background: #00aef1;
}

.socials-list .item.social-twitter .social-icon:after {
  border-color: #00aef1;
}

.ic-clock-arrow-bold {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 5px;
}

.dropdown .phone-inactive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown .phone-inactive .ic-phone-circle-bordered-white {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.dropdown .phone-inactive span {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1px;
}

.dropdown .phone-inactive .ic-arrow-down-light {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.social-auth {
  display: block;
  text-align: center;
}

.social-auth .social {
  position: relative;
  display: inline-block;
  margin: 5px 5px 0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  vertical-align: middle;
  border: 1px solid #142F42;
}

.social-auth .social a {
  display: block;
  height: 100%;
}

.social-auth .social i {
  color: #142F42;
}

.social-likes {
  text-align: center;
  padding-top: 25px;
}

.social-likes .widget-item {
  margin-top: 15px;
  display: inline-block;
}

.social-likes .title {
  display: inline-block;
  font-size: 14px;
}

.social-likes .item {
  position: relative;
}

.social-likes .item .hidden {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.social-likes .item .hidden:hover + i {
  vertical-align: top;
}

.social-likes .item.instagram .ig-follow {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.google-plus iframe {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.facebook .fb-share-button {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.social-likes .item.vk a {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
}

.article-item {
  line-height: 1.2;
  font-size: 0.875rem;
  color: #142F42;
  margin-bottom: 19px;
}

.article-item .img-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}

.article-item .img-wrapper .article-date {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px;
  color: #fff;
  background-color: #142F42;
  pointer-events: none;
}

.article-item .img-wrapper .article-date:before,.article-item .img-wrapper .article-date:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -2px;
  right: -2px;
}

.article-item .img-wrapper .article-date:before {
  width: 17px;
  border-bottom: 1px solid #fff;
}

.article-item .img-wrapper .article-date:after {
  border-right: 1px solid #fff;
  height: 17px;
}

.article-item .img-wrapper img {
  width: 100%;
}

.article-item .title {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.article-item .title a {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: inherit;
}

.article-item .title a:hover {
  text-decoration: none;
  color: #6E94A9;
}

.article-item .text {
  padding-left: 2rem;
  border-left: 2px solid #936F4F;
  margin-bottom: 9px;
}

.article-item .text p {
  margin-bottom: 0;
}

.article-item .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-item .link-more {
 /* '' */
  position: relative;
  display: inline-block;
  color: #142F42;
  border-bottom: 1px solid #142F42;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin: 2rem 0 10px 0;
}

.article-item .link-more:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.article-item .link-more:before {
  content: '\f006';
}

.article-item .link-more:before {
  position: absolute;
  right: -12px;
  bottom: 3px;
  font-size: .7rem;
  line-height: .7rem;
}

.article-item .link-more:hover {
  text-decoration: none;
  color: #6E94A9;
  border-color: #6E94A9;
}

.article-item .link-more:hover:before {
  text-decoration: none;
}

.article-item-wrapper {
  position: relative;
}

.article-item-wrapper .month-milestone {
  position: absolute;
  top: -65px;
  left: -180px;
  opacity: 0.53;
  color: #af8e71;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  z-index: -100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section-default.mainpage-news .article-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.section-default.mainpage-news .article-item .description-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-default.mainpage-news .article-item .description-wrapper .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-default.mainpage-news .article-item .description-wrapper .text .title {
  height: 3em;
}

.gallery-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}

.gallery-block .img-wrapper {
  max-height: 310px;
  overflow: hidden;
}

.gallery-block .img-wrapper img {
  width: 100%;
  min-height: 100%;
}

.gallery-block .more-link {
  display: block;
  padding: 1rem;
  text-align: left;
  color: #404040;
}

.gallery-block:hover {
  background-color: #dde4e8;
  text-decoration: none;
}

.block-flanec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.block-flanec .img-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-right: 15px;
}

.block-flanec .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.block-flanec .content .title {
  position: relative;
  text-transform: uppercase;
  color: #1c6381;
  font-weight: 700;
  font-size: 1.3em;
  padding: 15px 0 0;
  margin: 25px 0;
}

.block-flanec .content .title:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-top: 2px solid #936F4F;
  width: 100px;
}

.reference-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-bottom: 2px solid #af8e71;
}

.reference-item .image {
  justify-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #af8e71;
  height: 100%;
  max-height: 556px;
  min-height: 556px;
  text-align: center;
  overflow: hidden;
}

.reference-item .image img {
  max-width: 100%;
  max-height: 100%;
}

.reference-item .download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
  color: #142F42;
  font-weight: 700;
  font-size: 1.2rem;
}

.reference-item .download-link:before {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 3rem;
}

.reference-item .download-link:hover {
  text-shadow: 0 0 1px #142F42;
}

.section-reference .swiper-container-autoheight .swiper-slide {
  height: 100%;
}

.section-reference .swiper-button-next,.section-reference .swiper-button-prev {
  color: #1c6381;
  background-image: none;
  font-size: 36px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.section-reference .swiper-button-next:before,.section-reference .swiper-button-prev:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.section-reference .swiper-button-next:hover,.section-reference .swiper-button-prev:hover {
  color: #142F42;
}

.section-reference .swiper-button-next:active,.section-reference .swiper-button-prev:active,.section-reference .swiper-button-next:focus,.section-reference .swiper-button-prev:focus {
  outline: none;
}

.section-reference .swiper-button-next {
 /* '' */
  right: -50px;
}

.section-reference .swiper-button-next:before {
  content: '\e814';
}

.section-reference .swiper-button-prev {
 /* '' */
  left: -50px;
}

.section-reference .swiper-button-prev:before {
  content: '\e813';
}

.catalog-slider-wrapper {
  position: relative;
}

#sliderCatalog {
  height: 716px;
}

.form-placeholder-color {
  color: #8c8c8c;
}

.form-control {
  height: 30px;
  border-radius: 2px;
  border-color: #d8d8d8;
  background: #fff;
  color: #d8d8d8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.875rem;
}

.form-control:not(.input-search) {
  padding: 20px;
}

.form-control:not(.input-search):not(textarea) {
  height: 60px;
}

.form-control.error {
  border-color: red;
}

.form-control:focus {
  background: #fff;
  border-color: #82d9ff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.gui-field-error {
  border-color: red;
}

.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

.form-control::-moz-placeholder {
  color: #8c8c8c;
}

.form-control:-moz-placeholder {
  color: #8c8c8c;
}

.form-control:-ms-input-placeholder {
  color: #8c8c8c;
}

.form-control.bg-icon {
  padding-left: 45px;
}

.form-control.bg-icon ~ i {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #8c8c8c;
}

.form-control.jq-selectbox {
  padding-left: 0;
  padding-right: 0;
}

.form-control.jq-selectbox .jq-selectbox__select {
  width: 100%;
  height: 30px;
  border-width: 1px;
  border-color: #c0c0c0;
  color: #142F42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

textarea.form-control {
  resize: none;
  height: 135px;
}

.main-contact-form .contact-block-row {
  margin: 15px 0 35px;
}

.main-contact-form .form-span .span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contact-form .form-span .span > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.main-contact-form a,.main-contact-form p {
  white-space: nowrap;
}

.main-contact-form .form-title {
  font-size: 1rem;
  font-weight: 800;
  color: #142F42;
}

.main-contact-form [class^='ic-']:before {
  font-size: 18px;
  margin-right: 10px;
}

.main-contact-form .icon-map {
  height: 18px;
  margin-right: 10px;
}

.main-contact-form p {
  margin-bottom: 0;
}

.main-contact-form .phone {
  color: #142F42;
}

.main-contact-form .phone.default:not(:last-child) {
  border-right: 1px solid #f3f3f3;
  padding-right: 35px;
  margin-right: 35px;
}

.main-contact-form .phone.kyivstar:before {
  display: none;
}

.main-contact-form .phone:hover {
  color: inherit;
  text-decoration: underline;
}

.main-contact-form a[href^="mailto:"] {
  color: #142F42;
  text-decoration: none;
}

.main-contact-form a[href^="mailto:"]:hover {
  color: inherit;
  text-decoration: underline;
}

.main-contact-form a[href^="mailto:"]:hover:before {
  text-decoration: none;
}

.main-contact-form .phone-socials a {
  margin-right: 10px;
}

.main-contact-form .phone-socials .ic-viber:before {
  margin-right: 0;
}

.feedBack-form .left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feedBack-form .left-column .control-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.feedBack-form .left-column .control-group:first-child {
  margin-right: 23px;
}

.feedBack-form .left-column .control-group:last-child {
  margin-left: 23px;
}

.custom-checkbox {
  font-size: 0.875rem;
  color: #142F42;
  line-height: 1.571;
  padding-left: 33px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
}

.custom-checkbox .checkmark:before,.custom-checkbox .checkmark:after {
  display: block;
  position: absolute;
  content: '';
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  top: 0;
  left: 0;
}

.custom-checkbox .checkmark:before {
  width: 23px;
  height: 23px;
  border: 1px solid #d8d8d8;
}

.custom-checkbox .checkmark:after {
  display: none;
  font-family: 'fontello';
  content: '\e83c';
  top: 4px;
  left: 4px;
  color: #1c6381;
  font-size: 11px;
}

.custom-checkbox.active ~ .checkmark:after,.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox.active._dark .checkmark:before,.custom-checkbox input:checked._dark .checkmark:before,.custom-checkbox.active._dark ~ .checkmark:before,.custom-checkbox input:checked._dark ~ .checkmark:before {
  border-color: #6E94A9;
}

.custom-checkbox input {
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox input._dark.checkmark:before,.custom-checkbox input._dark ~ .checkmark:before {
  border-color: #c0c0c0;
}

.custom-radio {
  font-size: 0.875rem;
  color: #142F42;
  line-height: 1.571;
  padding-left: 19px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  margin-left: 30px;
}

.custom-radio .checkmark:before,.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #6E94A9;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.custom-radio .checkmark:before {
  width: 10px;
  height: 10px;
  left: 0;
}

.custom-radio .checkmark:after {
  background: #6E94A9;
  left: 2px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.custom-radio.active .checkmark:after,.custom-radio input:checked .checkmark:after,.custom-radio.active ~ .checkmark:after,.custom-radio input:checked ~ .checkmark:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.custom-radio input {
  visibility: hidden;
  opacity: 0;
}

form label {
  font-size: 0.875rem;
  color: #142F42;
}

form label .required:before {
  content: '*';
  color: #6E94A9;
}

form .form-error {
  display: none;
}

form .control-group {
  margin-bottom: 13px;
}

form .form-note {
  color: #c0c0c0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
  margin: 13px 0;
}

form .form-note a {
  color: inherit;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

form .form-note a:hover {
  color: #6E94A9;
  border-color: #6E94A9;
  text-decoration: none;
}

form .gui-details {
  color: #c0c0c0;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 3px;
}

form .gui-details a {
  color: inherit;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

form .gui-details a:hover {
  color: #6E94A9;
  border-color: #6E94A9;
  text-decoration: none;
}

form .note {
  color: #999;
  font-size: 0.75rem;
}

.orderFlanecForm-container .callback-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  background-color: #1c6381;
  color: #fff;
  padding: 2rem;
}

.orderFlanecForm-container .callback-form .column-bordered-title {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #936F4F;
}

.orderFlanecForm-container .callback-form .column-bordered-title:before,.orderFlanecForm-container .callback-form .column-bordered-title:after {
  display: block;
  position: absolute;
  content: '';
  border-right: 2px solid #936F4F;
}

.orderFlanecForm-container .callback-form .column-bordered-title:before {
  left: 0;
  top: 100%;
  height: 1500px;
}

.orderFlanecForm-container .callback-form .column-bordered-title:after {
  right: 0;
  height: 100%;
  bottom: 0;
}

.orderFlanecForm-container .callback-form .form-title {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #936F4F;
  border-bottom: 2px solid #ffcc9f;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  padding: 1rem 1rem 1rem 0;
}

.orderFlanecForm-container .callback-form .form-title:before,.orderFlanecForm-container .callback-form .form-title:after {
  display: block;
  position: absolute;
  content: '';
  border-right: 2px solid #936F4F;
}

.orderFlanecForm-container .callback-form .form-title:before {
  left: 0;
  top: 100%;
  height: 1500px;
}

.orderFlanecForm-container .callback-form .form-title:after {
  right: 0;
  height: 100%;
  bottom: 0;
}

.orderFlanecForm-container .callback-form .form-title:before {
  display: none;
}

.orderFlanecForm-container .callback-form .form-title:after {
  border-color: #ffcc9f;
}

.orderFlanecForm-container .callback-form .form-subtitle {
  border-left: 2px solid #ffcc9f;
  font-size: 16px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.orderFlanecForm-container .callback-form .control-label {
  color: #fff;
}

.orderFlanecForm-container .callback-form .form-control.gui-field-error {
  border-color: red;
}

.orderFlanecForm-container .callback-form .control-group:nth-of-type(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-right: 2%;
}

.orderFlanecForm-container .callback-form .control-group:nth-of-type(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.orderFlanecForm-container .callback-form .control-group:nth-of-type(5) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-left: 2%;
}

.orderFlanecForm-container .callback-form .control-group:nth-of-type(6) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.orderFlanecForm-container .callback-form .control-group:nth-of-type(7) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.orderFlanecForm-container .callback-form input,.orderFlanecForm-container .callback-form textarea {
  background-color: #0c4d69;
  color: #fff;
  border-color: #0c4d69;
}

.orderFlanecForm-container .callback-form input::-webkit-input-placeholder,.orderFlanecForm-container .callback-form textarea::-webkit-input-placeholder {
  color: #ddd;
}

.orderFlanecForm-container .callback-form input::-moz-placeholder,.orderFlanecForm-container .callback-form textarea::-moz-placeholder {
  color: #ddd;
}

.orderFlanecForm-container .callback-form input:-ms-input-placeholder,.orderFlanecForm-container .callback-form textarea:-ms-input-placeholder {
  color: #ddd;
}

.orderFlanecForm-container .callback-form input::placeholder,.orderFlanecForm-container .callback-form textarea::placeholder {
  color: #ddd;
}

.orderFlanecForm-container .callback-form .btn-default:before,.orderFlanecForm-container .callback-form .btn-default:after {
  border-color: #fff;
}

.orderFlanecForm-container .callback-form .text-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 2rem;
}

.orderFlanecForm-container .callback-form .custom-checkbox {
  color: #fff;
}

.orderFlanecForm-container .callback-form .custom-checkbox.active ~ .checkmark:after,.orderFlanecForm-container .callback-form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  color: #fff;
}

.orderFlanecForm-container .callback-form .custom-checkbox.active._dark .checkmark:before,.orderFlanecForm-container .callback-form .custom-checkbox input:checked._dark .checkmark:before,.orderFlanecForm-container .callback-form .custom-checkbox.active._dark ~ .checkmark:before,.orderFlanecForm-container .callback-form .custom-checkbox input:checked._dark ~ .checkmark:before {
  border-color: #fff;
}

.form-title.prevent-linebreak {
  max-width: 100%;
}

#order-form .form-group,#order-form .control-group {
  position: relative;
}

#order-form .control-group .custom-radio + label.error {
  left: 30px;
}

#order-form label.error {
  font-size: 0.75rem;
  color: #d52527;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  bottom: -17px;
}

#order-form #orderProductsTable.load,#order-form .payment-content.load,#order-form .delivery-content.load {
  position: relative;
  min-height: 60px;
}

#order-form #orderProductsTable.load > :not(.loader-wrap),#order-form .payment-content.load > :not(.loader-wrap),#order-form .delivery-content.load > :not(.loader-wrap) {
  opacity: 0.5;
}

#order-form #orderProductsTable.load:before,#order-form .payment-content.load:before,#order-form .delivery-content.load:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#order-form #orderProductsTable.load .loader-wrap,#order-form .payment-content.load .loader-wrap,#order-form .delivery-content.load .loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 12;
}

#order-form #orderProductsTable.load .loader-wrap .loader,#order-form .payment-content.load .loader-wrap .loader,#order-form .delivery-content.load .loader-wrap .loader {
  margin: auto;
}

#order-form #orderProductsTable.load .loader-wrap .loader span,#order-form .payment-content.load .loader-wrap .loader span,#order-form .delivery-content.load .loader-wrap .loader span {
  width: 5px;
  height: 30px;
}

.form-popup form {
  background: #fefefe;
  border-radius: 2px;
  position: relative;
  padding: 25px 30px;
}

.form-popup form .btn {
  margin-top: 13px;
  padding: 6px 12px;
  min-width: 127px;
}

.form-popup form.register-form {
  padding-left: 65px;
  padding-right: 65px;
}

.form-popup .popup-title,.form-popup .popup-note,.form-popup .form-title,.form-popup .form-note {
  text-align: center;
  display: block;
}

.form-popup .popup-title,.form-popup .form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #142F42;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 30px;
  background: white;
}

.form-popup label {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 10px;
}

.form-popup .fancybox-close-small {
 /* '' */;
}

.form-popup .fancybox-close-small:after {
  display: none;
}

.form-popup .fancybox-close-small:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.form-popup .fancybox-close-small:before {
  content: '\e832';
}

.form-popup .fancybox-close-small:before {
  font-size: 18px;
  color: #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.form-popup .fancybox-close-small:hover:before {
  color: #6E94A9;
}

#formMainReverse .orderFlanecForm-container .popup-title,#formMainReverse .orderFlanecForm-container .form-title {
  color: #fff;
  background: transparent;
  margin-bottom: 0;
}

.search-form {
  display: block;
  padding-right: 25px;
}

.search-form .search-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-form .form-search-relative-wrapper {
  position: relative;
  width: 100%;
}

.search-form .loader-circle {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #142F42;
}

.search-form .loader-circle:before,.search-form .loader-circle:after {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
}

.search-form .form-element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1px 8px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  position: relative;
  border-radius: .25rem;
  color: #fff;
  z-index: 100;
}

.search-form .form-element-wrapper:hover {
  border-color: #fff;
}

.search-form .form-element-wrapper.focus {
  border-color: #fff;
}

.search-form .form-element-wrapper .jq-selectbox {
  left: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 186px;
      -ms-flex: 0 0 186px;
          flex: 0 0 186px;
  max-width: 186px;
}

.search-form .form-control,.search-form .jq-selectbox .jq-selectbox__select {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

.search-form .jq-selectbox__select {
  min-width: 168px;
}

.search-form .jq-selectbox__trigger {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form .btn-search {
  padding: 0.313rem 27px 0.313rem 20px;
  border-radius: 0 2px 2px 0;
  height: 34px;
}

.search-form .btn-search i {
  margin-right: 7px;
}

.search-form .input-search {
  width: 100%;
  background: none;
  border: none;
}

.search-form .form-control {
  padding-left: 16px;
}

.search-form .search-results {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -2px;
  z-index: -1;
}

.search-form .search-results .ui-autocomplete {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  background: white;
  border: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  overflow: hidden;
  max-height: unset;
  padding: 20px 0;
}

.search-form .search-results .ui-menu-item,.search-form .search-results .product {
  list-style: none;
  padding: 5px 27px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-form .search-results .ui-menu-item.ui-state-focus,.search-form .search-results .product.ui-state-focus {
  background: #f3f3f3;
  font-weight: normal;
  border: none;
  margin: 0;
}

.search-form .search-results .ui-menu-item a,.search-form .search-results .product a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.search-form .search-results .ui-menu-item.product .image,.search-form .search-results .product.product .image,.search-form .search-results .ui-menu-item.category a i,.search-form .search-results .product.category a i {
  -webkit-flex-basis: 65px;
      -ms-flex-preferred-size: 65px;
          flex-basis: 65px;
  min-width: 65px;
  margin-right: 12px;
}

.search-form .search-results .ui-menu-item.product .image img,.search-form .search-results .product.product .image img {
  display: block;
}

.search-form .search-results .ui-menu-item.product .price .price-value,.search-form .search-results .product.product .price .price-value,.search-form .search-results .ui-menu-item.product .price .price-currency,.search-form .search-results .product.product .price .price-currency {
  font-size: 0.875rem;
  font-weight: normal;
  text-shadow: 0 0 0;
}

.search-form .search-results .ui-menu-item .info,.search-form .search-results .product .info {
  width: 100%;
}

.search-form .search-results .ui-menu-item .info .title,.search-form .search-results .product .info .title {
  display: block;
  line-height: 1.2;
  font-size: 0.875rem;
  color: #262626;
  text-shadow: 0 0 0;
}

.search-form .search-results .ui-menu-item.category a,.search-form .search-results .product.category a {
  color: #262626;
}

.search-form .search-results .ui-menu-item.category a i,.search-form .search-results .product.category a i {
  text-align: center;
}

.search-form .search-results .ui-menu-item.category a i:before,.search-form .search-results .product.category a i:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #c0c0c0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-form .search-results .ui-menu-item.category.ui-state-focus a i:before,.search-form .search-results .product.category.ui-state-focus a i:before {
  background: #154054;
}

.search-form .search-results .ui-menu-item.empty,.search-form .search-results .product.empty {
  text-align: center;
}

.search-form .search-results .ui-menu-item.empty,.search-form .search-results .product.empty,.search-form .search-results .ui-menu-item.empty.ui-state-focus,.search-form .search-results .product.empty.ui-state-focus {
  background: transparent;
  color: inherit;
  cursor: default;
}

.search-form .search-results .ui-menu-item.search-variant-title,.search-form .search-results .product.search-variant-title {
  font-weight: bold;
  color: #142F42;
  font-size: 1.125rem;
  cursor: default;
}

.search-form .search-results .ui-menu-item.search-variant-title.ui-state-focus,.search-form .search-results .product.search-variant-title.ui-state-focus {
  background: transparent;
}

.search-form .search-results .ui-menu-item.search-variant a,.search-form .search-results .product.search-variant a {
  font-weight: 400;
  color: #434343;
  position: relative;
  padding-left: 15px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.search-form .search-results .ui-menu-item.search-variant a .title,.search-form .search-results .product.search-variant a .title {
  color: inherit;
}

.search-form .search-results .ui-menu-item.search-variant a:before,.search-form .search-results .product.search-variant a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dde4e8;
}

.search-form .search-results .ui-menu-item.search-variant.ui-state-focus,.search-form .search-results .product.search-variant.ui-state-focus {
  background: transparent;
}

.search-form .search-results .ui-menu-item.search-variant.ui-state-focus a,.search-form .search-results .product.search-variant.ui-state-focus a {
  color: #6E94A9;
}

.search-form .search-results .separate.ui-menu-divider {
  margin: 18px 27px 18px;
}

.search-form .search-results .see-all {
  text-align: center;
  padding: 10px;
}

.search-form .search-results .see-all a {
  color: #dde4e8;
}

.tell-block-cart {
  background: #f0f4f8;
  padding: 0px 20px;
}

.tell-block-cart form {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.tell-block-cart form > .row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tell-block-cart form .form-note {
  text-align: right;
  color: #434343;
  margin: 0 0 14px;
  font-size: 0.75rem;
  line-height: 1;
}

.tell-block-cart form .form-note b {
  font-size: 0.875rem;
  line-height: 1.2;
}

.tell-block-cart form .form-group {
  margin-bottom: 0;
}

.tell-block-cart form .btn-submit {
  max-width: 200px;
  margin-top: 0;
  min-width: 90px;
}

.carousel-product {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}

.carousel-product .ui-slider:not(.lightSlider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.carousel-product .ui-slider:not(.lightSlider) > li {
  min-width: 20%;
  width: 20%;
}

.category-product .ui-slider:not(.lightSlider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  margin-left: -7px;
  margin-right: -7px;
  list-style: none;
  padding: 0;
}

.category-product .ui-slider:not(.lightSlider) > li {
  min-width: 25%;
  width: 25%;
}

.first-slider .firstSlider:not(.lightSlider),.first-slider .ui-slider:not(.lightSlider) {
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-slider .firstSlider:not(.lightSlider) > li:not(:first-child),.first-slider .ui-slider:not(.lightSlider) > li:not(:first-child) {
  display: none;
}

.product-gallery {
  position: relative;
}

.product-gallery .sticker-wrapper {
  left: 120px;
  top: 50px;
}

.product-gallery .lSSlideOuter.vertical {
  padding: 22px 0 !important;
}

.product-gallery .lSSlideWrapper {
  overflow: visible;
}

.product-gallery .lslide {
  cursor: pointer;
}

.product-gallery .lslide:after {
  content: '';
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%0D%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20width%3D%2289px%22%20height%3D%2290px%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20opacity%3D%220.431%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%0D%0A%20d%3D%22M71.173%2C72.080%20L71.085%2C72.167%20C68.677%2C74.556%2064.774%2C74.556%2062.366%2C72.167%20L48.924%2C58.834%20C52.798%2C57.052%2055.961%2C54.024%2057.892%2C50.258%20L71.173%2C63.431%20C73.581%2C65.820%2073.581%2C69.692%2071.173%2C72.080%20ZM36.787%2C59.221%20C24.769%2C59.221%2014.991%2C49.524%2014.991%2C37.602%20C14.991%2C25.681%2024.769%2C15.982%2036.787%2C15.982%20C48.805%2C15.982%2058.583%2C25.681%2058.583%2C37.602%20C58.583%2C49.524%2048.805%2C59.221%2036.787%2C59.221%20ZM36.787%2C21.472%20C27.821%2C21.472%2020.527%2C28.708%2020.527%2C37.602%20C20.527%2C46.495%2027.821%2C53.731%2036.787%2C53.731%20C45.753%2C53.731%2053.047%2C46.495%2053.047%2C37.602%20C53.047%2C28.708%2045.753%2C21.472%2036.787%2C21.472%20ZM44.784%2C40.378%20L39.586%2C40.378%20L39.586%2C45.534%20C39.586%2C47.068%2038.333%2C48.311%2036.787%2C48.311%20C35.241%2C48.311%2033.988%2C47.068%2033.988%2C45.534%20L33.988%2C40.378%20L28.790%2C40.378%20C27.244%2C40.378%2025.991%2C39.135%2025.991%2C37.602%20C25.991%2C36.069%2027.244%2C34.825%2028.790%2C34.825%20L33.988%2C34.825%20L33.988%2C29.670%20C33.988%2C28.136%2035.241%2C26.893%2036.787%2C26.893%20C38.333%2C26.893%2039.586%2C28.136%2039.586%2C29.670%20L39.586%2C34.825%20L44.784%2C34.825%20C46.330%2C34.825%2047.583%2C36.069%2047.583%2C37.602%20C47.583%2C39.135%2046.330%2C40.378%2044.784%2C40.378%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.product-gallery .lslide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.ui-slider-wrapper {
  margin: 30px 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ui-slider-wrapper .lSPager.lSpg {
  position: relative;
  margin-top: 28px;
  bottom: 0;
  z-index: 1;
}

.ui-slider-wrapper .lSPager.lSpg > li a {
  background-color: #e0e0e0;
}

.ui-slider-wrapper .lSPager.lSpg > li.active a,.ui-slider-wrapper .lSPager.lSpg > li:hover a {
  background-color: #142F42;
}

.ui-slider-wrapper .lightSlider {
  overflow: visible;
}

.ui-slider-wrapper.brands-product .lSSlideOuter,.ui-slider-wrapper.category-product .lSSlideOuter {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.ui-slider-wrapper.brands-product .lSSlideWrapper,.ui-slider-wrapper.category-product .lSSlideWrapper {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.ui-slider-wrapper._product_blocks .lSSlideOuter {
  margin-left: -15px;
  margin-right: -15px;
}

.ui-slider-wrapper._product_blocks .ui-slider > li {
  padding: 15px;
}

.ui-slider-wrapper._catalog_blocks .lSSlideOuter {
  margin-left: -5px;
  margin-right: -5px;
}

.ui-slider-wrapper._catalog_blocks .ui-slider > li {
  padding: 5px;
}

#checkoutDialog {
  max-width: 742px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
}

#checkoutDialog .popup-title {
  display: block;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 30px 45px 0;
}

#checkoutDialog .popup-title .text {
  text-align: left;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c8c8c;
}

#checkoutDialog .wrap {
  position: relative;
  background: #fefefe;
  padding-top: 15px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  min-height: 100px;
}

#checkoutDialog #checkoutDialogLoader {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#checkoutDialog .cart-products {
  margin: 0 45px;
}

#checkoutDialog .alert {
  margin-left: 45px;
  margin-right: 45px;
}

#checkoutDialog .fist-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
}

.info-hidden {
  line-height: 1.2;
  background: #fff;
  max-width: 780px;
  color: #737373;
  font-size: 0.875rem;
}

.info-hidden.info-delivery {
  max-width: 1190px;
}

.info-hidden.info-pay {
  max-width: 850px;
}

.info-hidden a {
  color: #6E94A9;
}

.info-hidden a:hover {
  color: #6E94A9;
}

.info-hidden ol,.info-hidden ul {
  padding-left: 45px;
  padding-right: 25px;
}

.info-hidden ol li,.info-hidden ul li {
  margin-bottom: 20px;
}

.info-hidden ol,.info-hidden ul,.info-hidden p {
  margin-bottom: 20px;
}

.info-hidden p {
  padding: 0 25px;
}

.info-hidden .info-title,.info-hidden h2,.info-hidden .h2,.info-hidden h3,.info-hidden .h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background: #e0e0e0;
  padding: 14px 15px;
  margin-bottom: 20px;
  text-transform: none;
  color: #323232;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.info-hidden .info-title:first-of-type,.info-hidden h2:first-of-type,.info-hidden .h2:first-of-type,.info-hidden h3:first-of-type,.info-hidden .h3:first-of-type {
  margin-top: 0;
}

.info-hidden .info-title .info-title-img,.info-hidden h2 .info-title-img,.info-hidden .h2 .info-title-img,.info-hidden h3 .info-title-img,.info-hidden .h3 .info-title-img {
  width: 31px;
  text-align: center;
  margin-right: 16px;
}

.info-hidden .info-title .info-title-img img,.info-hidden h2 .info-title-img img,.info-hidden .h2 .info-title-img img,.info-hidden h3 .info-title-img img,.info-hidden .h3 .info-title-img img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.info-hidden .info-title:before,.info-hidden h2:before,.info-hidden .h2:before,.info-hidden h3:before,.info-hidden .h3:before {
  font-size: 25px;
  margin-right: 24px;
}

#messageDialog {
  border-radius: 10px;
}

#messageDialog .popup-title,#messageDialog .popup-note {
  text-align: center;
  display: block;
}

#messageDialog .popup-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 65px 5px 20px;
  background: #142F42;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

#messageDialog .popup-title:before {
  content: '!';
  font-weight: bold;
  margin-right: 10px;
  font-size: 26px;
}

#messageDialog .popup-note {
  padding: 5px 15px 10px;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #142F42;
  margin-left: auto;
  margin-right: auto;
}

#messageDialog .content {
  background: #fefefe;
  padding-top: 20px;
  padding-bottom: 20px;
}

#reviewDialog {
  max-width: 820px;
}

#reviewDialog .control-group {
  padding: 0 55px;
}

#reviewDialog form {
  padding-bottom: 35px;
}

#tableSize {
  max-width: 720px;
  width: 100%;
  padding: 24px 0 0;
}

#tableSize .fancybox-close-small {
 /* '' */;
}

#tableSize .fancybox-close-small:after {
  display: none;
}

#tableSize .fancybox-close-small:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

#tableSize .fancybox-close-small:before {
  content: '\e832';
}

#tableSize .fancybox-close-small:before {
  position: absolute;
  font-size: 18px;
  color: #c0c0c0;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#tableSize .fancybox-close-small:hover:before {
  color: #6E94A9;
}

#tableSize .nav-tabs {
  padding-left: 17px;
  padding-right: 17px;
}

#tableSize table {
  width: 100%;
  font-size: 0.875rem;
  border: none !important;
  text-align: center;
}

#tableSize table thead {
  background: #e6e6e6;
}

#tableSize table tr th,#tableSize table tr td {
  padding: 10px 5px;
}

#tableSize .tab-content {
  padding: 30px 0 0;
  border: none;
}

#tableSize #navTabSize {
  text-align: center;
}

#tableSize #navTabSize img {
  max-width: 100%;
  height: auto;
}

#tableSize #navTabSize .nav-tabs {
  border: none;
  padding-left: 36px;
}

#tableSize #navTabSize .nav-tabs .nav-link {
  border: none;
  padding: 0;
  color: #8c8c8c;
}

#tableSize #navTabSize .nav-tabs .nav-link .text {
  background: #fff;
  padding: 4px 10px;
}

#tableSize #navTabSize .nav-tabs .nav-link.active,#tableSize #navTabSize .nav-tabs .nav-link:hover {
  color: #262626;
  text-shadow: 1px 0 0 #262626;
}

#tableSize #navTabSize .tab-content {
  padding: 25px 36px 30px;
}

.product-card {
  position: relative;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card > .loader-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  pointer-events: none;
}

.product-card.empty .loader-wrap,.product-card.loading .loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}

.product-card.loading,.product-card.loading * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.product-card:not(:last-child) {
  margin-bottom: 30px;
}

.product-card._not-availible .product-title {
  color: #8c8c8c;
}

.product-card._not-availible .price-block.one-price .price .price-value,.product-card._not-availible .price-block.one-price .price .price-currency {
  color: #8c8c8c;
}

.product-card._sale .sticker-wrapper {
  top: 37px;
}

.product-card .img-wrapper {
  padding: 10px 10px 18px;
  position: relative;
  text-align: center;
  display: block;
}

.product-card .img-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 33px;
  right: 33px;
  border-bottom: 1px solid #c0c0c0;
}

.product-card .product-title {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-card .product-title a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.product-card .product-title a:hover {
  text-decoration: none;
  color: #6E94A9;
}

.product-card .hide-block {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  opacity: 0;
  background: transparent;
  position: absolute;
  top: -webkit-calc(100% - 16px);
  top: calc(100% - 16px);
  z-index: 2;
  padding: 0 14px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  left: -4px;
  right: -4px;
  font-size: 0.75rem;
}

.product-card .hide-block:before {
  content: '';
  position: absolute;
  top: -6px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  border: 1px solid #ccc;
  border-top: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  pointer-events: none;
  background: #fff;
  z-index: -1;
}

.product-card .hide-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 20px;
  z-index: -2;
  pointer-events: none;
}

.product-card .characteristics-wrap {
  margin-top: 12px;
  position: relative;
  padding: 6px 0;
}

.product-card .characteristics-wrap:not(:empty):before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  border-top: 1px solid #c0c0c0;
}

.product-card .characteristics-wrap:empty {
  display: none;
}

.price-block .price-currency {
  margin-left: 4px;
}

.price-block .price-old {
  line-height: 1;
  position: relative;
  color: #989898;
  margin-right: 15px;
  white-space: nowrap;
}

.price-block .price-old .price-value {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  position: relative;
}

.price-block .price-old .price-value:before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  background: #989898;
}

.price-block .price-old .price-currency {
  font-size: 12px;
  font-weight: normal;
}

.price-block .price {
  line-height: 1;
  white-space: nowrap;
}

.price-block .price .price-value {
  font-size: 0.9375rem;
  color: #6E94A9;
  white-space: nowrap;
  font-weight: bold;
}

.price-block .price .price-currency {
  font-size: 0.9375rem;
  color: #6E94A9;
  font-weight: bold;
}

.price-block.one-price .price-value {
  font-size: 0.9375rem;
  color: #142F42;
  white-space: nowrap;
  font-weight: bold;
}

.price-block.one-price .price-currency {
  font-size: 0.9375rem;
  color: #142F42;
  font-weight: bold;
}

.price-block.gray-price .price-value {
  font-size: 0.9375rem;
  color: #8c8c8c;
  white-space: nowrap;
  font-weight: bold;
}

.price-block.gray-price .price-currency {
  font-size: 0.9375rem;
  color: #8c8c8c;
  font-weight: bold;
}

.price-block .price-gain {
  color: #6aba1b;
  text-align: center;
  line-height: 1.2;
  padding: 3px 7px;
  border: 1px solid #6aba1b;
  border-radius: 2px;
  margin-left: 25px;
  position: relative;
}

.price-block .price-gain:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 12px solid #6aba1b;
  border-bottom: 5px solid transparent;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-block .price-gain:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 11px solid white;
  border-bottom: 4px solid transparent;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qty-wrap .qty-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qty-wrap .minus,.qty-wrap .plus {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none !important;
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

.qty-wrap .minus:before,.qty-wrap .plus:before,.qty-wrap .minus:after,.qty-wrap .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #d1d1d1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.qty-wrap .minus:hover:before,.qty-wrap .plus:hover:before,.qty-wrap .minus:hover:after,.qty-wrap .plus:hover:after {
  background: #8c8c8c;
}

.qty-wrap .minus:before,.qty-wrap .plus:before {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

.qty-wrap .minus:after,.qty-wrap .plus:after {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}

.qty-wrap .minus:after {
  display: none;
}

.qty-wrap .count-input {
  background: white;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 2px;
  font-size: 14px;
  line-height: 28px;
  height: 30px;
  width: 30px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  text-align: center;
}

.qty-wrap .count-input:focus {
  border-color: #8c8c8c;
}

.qty-wrap .count-text {
  font-weight: bold;
  color: #142F42;
  margin: 0 5px;
}

.stock {
  cursor: default;
  font-size: 0.75rem;
}

.stock:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.stock:before {
  margin-right: 4px;
}

.stock.in-stock {
  color: #5cb406;
 /* '' */;
}

.stock.in-stock:before {
  content: '\e863';
}

.stock.out-of-stock {
  color: #737373;
}

.stock.out-of-production {
  color: #737373;
 /* '' */;
}

.stock.out-of-production:before {
  content: '\e832';
}

.articul {
  color: #737373;
  font-size: 0.75rem;
}

.custom-sticker-wrapper {
  position: absolute;
}

.custom-sticker-wrapper.bottom-right {
  bottom: 5px;
  right: 5px;
}

.custom-sticker-wrapper.bottom-left {
  bottom: 5px;
  left: 5px;
}

.custom-sticker-wrapper.top-left {
  top: 5px;
  left: 5px;
}

.custom-sticker-wrapper.top-right {
  top: 5px;
  right: 5px;
}

.custom-sticker-wrapper .sticker:not(:last-child) {
  margin-bottom: 5px;
}

.sticker-wrapper {
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 1;
}

.sticker-wrapper .sticker {
  font-size: 0.75rem;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  text-align: center;
  margin-bottom: 3px;
  cursor: default;
}

.sticker-wrapper .sticker._present {
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  text-align: left;
}

.sticker-wrapper .sticker._present i:before {
  background: -webkit-linear-gradient(#d52527, #ff8e2a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6E94A9;
}

.sticker-wrapper .sticker._wholesale-sales,.sticker-wrapper .sticker._sales {
  background: #f74231;
  color: #fff;
}

.sticker-wrapper .sticker._hot {
  border: 1px solid #6E94A9;
  color: #d52527;
  background: #fff;
}

.sticker-wrapper .sticker._wholesale-sales,.sticker-wrapper .sticker._sales,.sticker-wrapper .sticker._hot {
  min-width: 50px;
  text-transform: uppercase;
}

.sticker-wrapper .sticker._together {
  color: #fff;
  background: #f5b00f;
}

.sticker-wrapper .sticker._complect {
  color: #fff;
  background: #127daf;
}

.sticker-wrapper .sticker._new {
  color: #fff;
  background: #5cb406;
}

.sticker-wrapper .sticker._gift {
  background: url('/var/themes/default/dist/images/decore/gift.svg') no-repeat top left;
  width: 22px;
  height: 22px;
  min-width: unset;
  padding: 0;
}

.review-item {
  font-size: 0.875rem;
  color: #142F42;
  line-height: 1.2;
  margin-bottom: 22px;
}

.review-item .review-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 8px;
  position: relative;
}

.review-item .review-content:after {
  content: '';
  background: url('../images/decore/review-arrow.svg') top no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -20px;
  left: 19px;
}

.review-item .review-content .product-image {
  margin-right: 15px;
  min-width: 75px;
}

.review-item .review-content .review-product {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #142F42;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.review-item .review-content .review-product:hover {
  color: #d52527;
}

.review-item .review-content .review-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.review-item .review-content .review-text p {
  margin-bottom: 0;
}

.review-item .review-reply {
  color: #8c8c8c;
  font-size: 0.875rem;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 20px;
}

.review-item .review-reply i {
  font-size: 15px;
}

.review-item .review-reply .text {
  border-bottom: 1px solid #8c8c8c;
}

.review-item .review-answer {
  margin-left: 35px;
  padding-left: 90px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 16px;
}

.review-item .review-info {
  padding-left: 65px;
}

.review-item .review-info .review-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 9px;
}

.review-item .review-info .review-date {
  color: #737373;
  margin-right: 5px;
}

.review-item .review-info .review-full {
  color: #8c8c8c;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.review-item .review-info .review-full:hover {
  color: #142F42;
  text-decoration: none;
}

.reviews-list .review-list-title {
  margin-top: 35px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.category-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.category-card.mainpage .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

.category-card.mainpage .title {
  padding: 25px 50px;
}

.category-card.mainpage .title a {
  display: block;
  position: relative;
  border-left: 1px solid #af8e71;
  font-weight: 700;
  font-size: 1.5rem;
  color: #142F42;
  text-decoration: none;
  padding: 25px;
}

.category-card.mainpage .title a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #af8e71;
  width: 150px;
}

.category-card.mainpage:hover .img-wrapper {
  background-color: #dde4e8;
}

.category-card.mainpage:hover .title {
  background-color: #6E94A9;
}

.category-card.mainpage:hover .title a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: #fff;
}

.category-card.mainpage:hover .title a:before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: #fff;
}

.category-card.category-page {
  padding: 30px;
}

.category-card.category-page .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.category-card.category-page .img-wrapper img {
  max-height: 100%;
  max-width: 100%;
}

.category-card.category-page .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category-card.category-page .content .title {
  font-weight: 700;
  font-size: 20px;
  color: #142F42;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
}

.category-card.category-page .content .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 30px;
}

.category-card.category-page .content .list a {
  text-decoration: none;
  color: #142F42;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  line-height: 35px;
  font-size: 18px;
}

.category-card.category-page .content .list a:hover {
  text-shadow: 0 0 1px;
}

.category-card.search-page {
  z-index: 1000;
}

.category-card.search-page .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

.category-card.search-page .title {
  padding: 25px 50px;
}

.category-card.search-page .title a {
  display: block;
  position: relative;
  border-left: 1px solid #af8e71;
  font-weight: 500;
  font-size: 1.5rem;
  color: #142F42;
  text-decoration: none;
  padding: 25px;
}

.category-card.search-page .title a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #af8e71;
  width: 150px;
}

.category-card.search-page:hover .img-wrapper {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #dde4e8;
}

.category-card.search-page:hover .title {
  background-color: #6E94A9;
}

.category-card.search-page:hover .title a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: #fff;
}

.category-card.search-page:hover .title a:before {
  border-color: #fff;
}

.page-search .search-count {
  font-weight: 800;
  color: #142F42;
  margin-bottom: 3rem;
}

.page-search .search-results .block-result {
  margin-bottom: 2rem;
}

.page-search .search-results .block-result .title {
  text-transform: uppercase;
  font-weight: 800;
  color: #142F42;
}

.page-search .search-results .block-result .content {
  list-style: none;
  padding-top: 1rem;
}

.page-search .search-results .block-result .content .item {
  position: relative;
  display: list-item;
  line-height: 1.5rem;
  height: 1.5rem;
}

.page-search .search-results .block-result .content .item:before,.page-search .search-results .block-result .content .item:after {
  display: block;
  position: absolute;
  content: '';
}

.page-search .search-results .block-result .content .item:before {
  top: .2rem;
  left: -1.4rem;
  height: 1rem;
  width: 1rem;
  border: 1px solid #af8e71;
  border-radius: 50%;
}

.page-search .search-results .block-result .content .item:after {
  top: .4rem;
  left: -1.2rem;
  width: .6rem;
  height: .6rem;
  background-color: #af8e71;
  border-radius: 50%;
}

.page-search .search-results .block-result .content .item a {
  display: inline-block;
  color: #142F42;
  -webkit-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
  border-bottom: 1px solid transparent;
}

.page-search .search-results .block-result .content .item a:hover {
  text-decoration: none;
  color: #08131b;
  border-color: #08131b;
}

.section-default.category-page {
  padding-bottom: 70px;
}

.row-service .title {
  text-transform: uppercase;
  font-size: 2rem;
  padding: 20px;
  font-weight: 700;
  color: #142F42;
}

.row-service .content {
  padding: 20px;
}

.row-service .content .btn-default {
  margin-top: 50px;
}

.section-service-item {
  padding-bottom: 50px;
}

.section-service-item .lSSlideOuter {
  margin-bottom: 1px;
}

.section-service-item .lSSlideOuter .ic-arrow-right-light:before,.section-service-item .lSSlideOuter .ic-arrow-left-light:before {
  color: #fff;
  font-size: 2rem;
}

.section-service-item .lSSlideOuter .lSAction > .lSPrev {
  left: 12%;
}

.section-service-item .lSSlideOuter .lSAction > .lSNext {
  right: 12%;
}

.section-service-item .lSSlideOuter .lSPager.lSpg {
  display: none;
}

.section-service-item .content-second {
  position: relative;
  color: #fff;
  padding: 1.5rem 0;
}

.section-service-item .content-second:before {
  display: block;
  position: absolute;
  content: '';
  width: 5000px;
  top: 0;
  bottom: 0;
  left: -20%;
  z-index: -1;
  background-color: #1c6381;
}

.section-service-item .content-third {
  border-bottom: 1px solid #a9bcc0;
  padding-top: 30px;
  padding: 1.5rem 0;
  margin-top: 20px;
}

.section-service-item .content-third .btn-default {
  margin: 40px 0 60px;
}

.section-service-item .text-formatted h2 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 40px!important;
}

.slider-services {
  text-align: center;
}

.checkout-sidebar {
  position: relative;
  height: 100%;
}

.checkout-sidebar .complect-wrap {
  position: relative;
}

.checkout-sidebar .complect-wrap .plus.cell {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 50%;
  line-height: 26px;
  margin: -13px auto -12px;
  height: 26px;
  padding-left: 20px;
}

.checkout-sidebar .complect-wrap .plus.cell i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 1px;
  width: 17px;
  height: 17px;
  line-height: 16px;
  border-radius: 100%;
  background: #dde4e8;
  text-align: center;
}

.checkout-sidebar .complect-wrap .plus.cell i:before {
  content: '+';
  color: white;
}

.checkout-sidebar .complect-wrap .plus.cell .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: normal;
  text-transform: uppercase;
  color: #9c9c9c;
  letter-spacing: 2px;
  margin-left: 10px;
}

.checkout-sidebar .complect-wrap .plus.cell .text:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: -40px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: white;
}

.checkout-sidebar .cart-info-wrap {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
  color: white;
  background: #dde4e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .cart-info-wrap > i {
  font-size: 1.625rem;
  padding-right: 10px;
}

.checkout-sidebar .cart-info-wrap .count-products {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  min-width: 14px;
}

.checkout-sidebar .cart-info-wrap .sub-list-trigger {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .cart-info-wrap .sub-list-trigger:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.checkout-sidebar .cart-info-wrap .sub-list-trigger:before {
  font-size: 60%;
}

.checkout-sidebar .sub-cart-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  min-width: 250px;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
}

.checkout-sidebar.show-sub-cart .sub-cart-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease 0.4s;
  -o-transition: 0.3s ease 0.4s;
  transition: 0.3s ease 0.4s;
}

.checkout-sidebar .sub-cart {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.checkout-sidebar .sub-cart .cart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart,.checkout-sidebar .sub-cart .cart-info .title {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart {
  cursor: pointer;
  min-width: 80px;
  background: #142F42;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart:hover {
  color: #6E94A9;
  background: #242424;
}

.checkout-sidebar .sub-cart .cart-info .title {
  width: 100%;
  background: #dde4e8;
  padding-left: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 1.5px;
}

.checkout-sidebar .sub-cart .products-wrap {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-sidebar .sub-cart .product-cart {
  position: relative;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}

.checkout-sidebar .sub-cart .product-cart:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.checkout-sidebar .sub-cart .product-cart .img {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}

.checkout-sidebar .sub-cart .product-cart .img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.checkout-sidebar .sub-cart .product-cart .img a {
  display: block;
}

.checkout-sidebar .sub-cart .product-cart .info {
  padding-left: 5px;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .sub-cart .product-cart .info .title {
  display: block;
  line-height: 1.2;
  color: #354c68;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block {
  margin-top: 5px;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block .price-value {
  font-size: 0.875rem;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block .price-currency {
  font-size: 0.75rem;
}

.checkout-sidebar .sub-cart .product-cart .qty {
  position: absolute;
  top: 5px;
  left: -5px;
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  color: white;
  background: #dde4e8;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.checkout-sidebar .sub-cart .bottom-sub-cart {
  background: white;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 20px;
  text-align: center;
}

.checkout-sidebar .sub-cart .bottom-sub-cart .btn {
  width: 230px;
}

.checkout-sidebar .empty-cart {
  margin: 0;
  padding: 10px 20px;
  background: white;
  color: #dde4e8;
  font-size: 1rem;
  border-radius: 10px;
}

.cart-products {
 /** Меня достало всякий раз высчитывать эти проценты ))) */;
}

.cart-products .cart-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
}

.cart-products header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}

.cart-products header .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  background: #f2f2f2;
  text-shadow: 0 0 0;
}

.cart-products .col {
  height: 100%;
}

.cart-products .col-img,.cart-products .col-info,.cart-products .col-price,.cart-products .col-price-total,.cart-products .col-remove-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.cart-products .col-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.3%;
      -ms-flex: 0 0 15.3%;
          flex: 0 0 15.3%;
  min-width: 15.3%;
}

.cart-products .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44.5%;
      -ms-flex: 0 0 44.5%;
          flex: 0 0 44.5%;
  max-width: 44.5%;
  margin-right: 1.2%;
  font-size: 0.75rem;
}

.cart-products .col-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65.2%;
      -ms-flex: 0 0 65.2%;
          flex: 0 0 65.2%;
  max-width: 65.2%;
  margin-right: 1.2%;
}

.cart-products .col-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17.2%;
      -ms-flex: 0 0 17.2%;
          flex: 0 0 17.2%;
  max-width: 17.2%;
  margin-right: 1.2%;
}

.cart-products .col-price-total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.3%;
      -ms-flex: 0 0 15.3%;
          flex: 0 0 15.3%;
  max-width: 15.3%;
}

.cart-products .col-remove-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5.4%;
      -ms-flex: 0 0 5.4%;
          flex: 0 0 5.4%;
  max-width: 5.4%;
  padding: 0;
}

.cart-products .complect-wrap {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  padding-bottom: 19px;
}

.cart-products .complect-wrap:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
}

.cart-products .complect-wrap .plus.cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 50%;
  line-height: 26px;
  margin: -13px auto -12px;
  height: 26px;
  padding-left: 20px;
}

.cart-products .complect-wrap .plus.cell i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 1px;
  width: 17px;
  height: 17px;
  line-height: 16px;
  border-radius: 100%;
  background: #dde4e8;
  text-align: center;
}

.cart-products .complect-wrap .plus.cell i:before {
  content: '+';
  color: white;
}

.cart-products .complect-wrap .plus.cell .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: normal;
  text-transform: uppercase;
  color: #9c9c9c;
  letter-spacing: 2px;
  margin-left: 10px;
}

.cart-products .complect-wrap .plus.cell .text:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: -40px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: white;
}

.cart-products .complect-wrap .complect-total-wrap {
  margin: auto;
  padding: 10px 0;
}

.cart-products .complect-wrap .complect-total-wrap .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-products .complect-wrap .complect-total-wrap .qty-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-products .complect-wrap .complect-total-wrap .qty-wrap .label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.cart-products .complect-wrap .complect-total-wrap .price-block {
  display: inline-block;
}

.cart-products .complect-wrap .complect-total-wrap .price-block .price-text,.cart-products .complect-wrap .complect-total-wrap .price-block .price,.cart-products .complect-wrap .complect-total-wrap .price-block .price-old {
  float: right;
  clear: both;
}

.cart-products .complect-wrap .complect-total-wrap .price-block .price-old {
  margin-right: 0;
}

.cart-products .complect-wrap .complect-total-wrap .price-block .price-text {
  font-size: 1rem;
  padding: 0;
  margin-right: 10px;
  font-weight: bold;
}

.cart-products .discount-info {
  text-align: left;
  clear: both;
}

.cart-products .remove-product-msg {
  position: absolute;
  z-index: 110;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white !important;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  padding: 25px 5px 25px 15px !important;
  font-size: 14px;
  color: #262626;
  line-height: 1.25;
}

.cart-products .remove-product-msg .ic-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: #c0c0c0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.cart-products .remove-product-msg .ic-close:hover {
  color: #6E94A9;
}

.cart-products .remove-product-msg .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.cart-products .remove-product-msg .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  text-align: center;
}

.cart-products .remove-product-msg .separator {
  border-left: 1px solid #e0e0e0;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-products .remove-product-msg .move-to-favorites,.cart-products .remove-product-msg .full-remove {
  min-width: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.cart-products .remove-product-msg .move-to-favorites i,.cart-products .remove-product-msg .full-remove i {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  font-size: 28px;
  margin-bottom: 4px;
}

.cart-buy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 45px 30px;
  background: #f2f2f2;
}

.cart-buy-block .btn-back {
  font-size: 0.75rem;
  white-space: nowrap;
  margin-bottom: 7px;
}

.cart-buy-block .btn-back i {
  font-size: 11px;
  margin-right: 8px;
}

.cart-buy-block .btn-back:hover,.cart-buy-block .btn-back:focus {
  color: #6E94A9;
}

.cart-buy-block .price-block {
  text-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  margin-right: 5px;
}

.cart-buy-block .price-block .label {
  font-size: 1rem;
  display: inline-block;
  margin-right: 3px;
  color: #142F42;
}

.cart-buy-block .price-block .price .price-value {
  font-size: 1rem;
  font-weight: bold;
  color: #142F42;
}

.cart-buy-block .price-block .price .price-currency {
  font-size: 1rem;
  font-weight: bold;
  color: #142F42;
}

.cart-buy-block .btn-checkout {
  min-width: 180px;
  height: 44px;
  font-weight: 500;
  font-size: 1rem;
}

.cart-buy-block .btn-checkout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 17px;
}

.info-order {
  margin-top: 30px;
}

.info-order div {
  margin-bottom: 15px;
  overflow: hidden;
}

.info-order div .img {
  width: 50px;
  float: left;
}

.info-order div img {
  margin-right: 9px;
  position: relative;
}

.checkout-page .checkout-form {
  padding-left: 45px;
}

.checkout-page .checkout-title {
  font-size: 1.125rem;
  color: #142F42;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 7px;
}

.checkout-page .checkout-title:first-of-type {
  padding-top: 30px;
}

.checkout-page .checkout-title .helper-popover {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 15px;
}

.checkout-page .nav-tabs-wrap .checkout-title {
  margin-bottom: 0;
  white-space: nowrap;
}

.checkout-page .nav-tabs-wrap .checkout-title._pb {
  padding-bottom: 7px;
}

.checkout-page .nav-tabs-wrap .nav-tabs {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checkout-page .nav-tabs-wrap .nav-item {
  font-size: 0.875rem;
  padding: 5px 5px 6px 5px;
  margin-right: 5px;
}

.checkout-page .nav-tabs-wrap .nav-item:last-child {
  margin-right: 0;
}

.checkout-page .nav-tabs-wrap .nav-item .text {
  padding: 5px 10px;
}

.checkout-page .tab-content {
  width: 100%;
  padding: 0;
  border: none;
}

.checkout-page .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-page .form-block {
  border-top: 1px solid #6E94A9;
  padding-top: 20px;
  padding-bottom: 15px;
}

.checkout-page .form-block._first .members-form-group-wrapper {
  margin-right: -30px;
  margin-bottom: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 25px;
}

.checkout-page .form-block._second {
  padding-top: 10px;
}

.checkout-page .form-block._second .delivery-info {
  background: #5cb406;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-size: 0.8125rem;
  padding: 6px;
  font-weight: 500;
}

.checkout-page .form-block._second .delivery-info.info {
  display: none;
  border: 2px solid #5cb406;
  background: #f5f5f5;
  color: #5cb406;
  text-align: center;
  font-weight: bold;
}

.checkout-page .form-block._second .delivery-info.warning {
  display: none;
  border: 2px solid #fab81e;
  background: #fff;
  color: #fab81e;
  text-align: center;
  font-weight: bold;
}

.checkout-page .form-block._third .control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.checkout-page .delivery-tabs {
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkout-page .delivery-content .control-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-page .delivery-content .control-group-wrapper .control-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
}

.checkout-page .jq-selectbox {
  width: 100%;
}

.checkout-page .jq-selectbox .jq-selectbox__select {
  width: 100%;
}

.checkout-page .jq-selectbox .jq-selectbox__trigger:after {
  display: none;
}

.checkout-page .jq-selectbox .jq-selectbox__dropdown {
  top: 31px;
}

.checkout-page .pickup-store-wrapper {
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.checkout-page .pickup-store-wrapper .title {
  font-weight: bold;
}

.checkout-page .pickup-store-wrapper .street {
  margin-bottom: 10px;
}

.checkout-page .pickup-store-wrapper .street p {
  margin-bottom: 0;
}

.checkout-page .pickup-store-wrapper p {
  margin-bottom: 5px;
}

.checkout-page .pickup-store-wrapper .pickup-store:not(:first-child) {
  display: none;
}

.checkout-page .block-price-checkout {
  margin-top: 30px;
}

.checkout-page .block-price-checkout .price-block .price-text {
  font-size: 1rem;
  color: #142F42;
}

.checkout-page .block-price-checkout .price-block .price-text .text-inner {
  margin-left: 25px;
  margin-right: 9px;
  white-space: nowrap;
}

.checkout-page .block-price-checkout .price-block .price .price-value,.checkout-page .block-price-checkout .price-block .price .price-currency {
  color: #142F42;
}

.checkout-page .block-price-checkout .custom-checkbox {
  font-size: 0.75rem;
}

.checkout-page .block-price-checkout .block-price-button {
  margin-top: 25px;
  text-align: center;
}

.checkout-page .block-price-checkout .block-price-button .buy-btn {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 13px;
}

.checkout-page .block-price-checkout .block-price-button .btn-link {
  font-weight: 500;
  padding-bottom: 4px;
}

.checkout-page .checkout-cart-outer {
  padding-bottom: 25px;
}

.checkout-cart-discount {
  background: #f2f2f2;
  padding: 15px;
  margin: 0 -25px;
}

.checkout-cart-discount .form-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-cart-discount .form-share.active .form-share-inner {
  background: #6E94A9;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .share-input-inner {
  border: 1px solid #6E94A9;
  border-radius: 2px;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .form-control {
  display: none;
}

.checkout-cart-discount .form-share.active .form-share-inner._discount .share-input-text {
  opacity: 1;
  z-index: 1;
}

.checkout-cart-discount .form-share.active .share-input {
  opacity: 1;
  z-index: 1;
}

.checkout-cart-discount .form-share.apply .share-action.apply {
  display: none;
}

.checkout-cart-discount .form-share.apply .share-action.cancel {
  display: block;
}

.checkout-cart-discount .form-share.apply .share-input-text {
  opacity: 1;
  z-index: 1;
}

.checkout-cart-discount .form-share.removed .share-action.apply {
  display: none;
}

.checkout-cart-discount .form-share.removed .share-action.cancel {
  display: block;
}

.checkout-cart-discount .form-share-inner {
  border: 1px solid #6E94A9;
  height: 40px;
  position: relative;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  width: 100%;
}

.checkout-cart-discount .form-share-inner:hover {
  background: #6E94A9;
}

.checkout-cart-discount .form-share-inner:hover .share-label {
  color: #fff;
}

.checkout-cart-discount .share-label {
  color: #142F42;
  font-size: 12px;
  line-height: 38px;
  padding: 0 22px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.checkout-cart-discount .share-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #6E94A9;
}

.checkout-cart-discount .share-input .form-control {
  height: 100%;
  border: 1px solid #6E94A9;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.75rem;
}

.checkout-cart-discount .share-input-inner {
  position: relative;
  width: 100%;
}

.checkout-cart-discount .share-action {
  font-size: 0.75rem;
  color: #fff;
  background: #6E94A9;
  padding: 5px 8px;
  line-height: 28px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkout-cart-discount .share-action:hover {
  background: #d52527;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(87, 40, 33, 0.35);
          box-shadow: inset 0px 3px 7px 0px rgba(87, 40, 33, 0.35);
}

.checkout-cart-discount .share-action.cancel {
  padding: 5px 13px;
  display: none;
}

.checkout-cart-discount .share-info {
  font-size: 0.75rem;
  color: #8c8c8c;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 166px;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  max-width: 166px;
  margin-left: 9px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkout-cart-discount .share-info span {
  display: block;
}

.checkout-cart-discount .share-info .info-cancel {
  display: none;
}

.checkout-cart-discount .helper-popover {
  margin-right: 8px;
}

.checkout-cart-discount .share-input-text {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 36px;
  font-size: 0.75rem;
  background: #fff;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 2px;
}

.checkout-cart-discount .share-input-text .share-attention {
  color: #6E94A9;
}

.checkout-cart-discount .discount-info {
  font-size: 0.75rem;
  line-height: 2;
  color: #142F42;
}

.checkout-cart-discount .discount-info .price-currency {
  margin-left: 0.20em;
}

.kreditmarket-form .controls {
  width: 100%;
}

.kreditmarket-form .info {
  line-height: 1.2;
}

.kreditmarket-form .info .price {
  color: #6E94A9;
  font-weight: bold;
}

.kreditmarket-form .info .sum-credit .value {
  color: #434343;
  font-weight: bold;
}

.success-wrapper {
  width: 100%;
  max-width: 720px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
}

.success-wrapper .buttons-wrap {
  padding-top: 30px;
}

.success-wrapper .page-title {
  color: #dde4e8;
  text-transform: none;
  font-size: 36px;
}

.success-wrapper .info {
  font-size: 1rem;
}

.success-wrapper .info-table {
  margin-bottom: 0;
}

.success-wrapper .info-table .th,.success-wrapper .info-table .td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.success-wrapper .info-table .th {
  min-width: 140px;
}

.success-wrapper .info-table .th:after {
  content: ':';
}

.success-wrapper .info-table .td {
  padding-left: 10px;
}

.customer-discounts {
  background: #f7f7f7;
  border: 3px solid #e0e0e0;
  border-radius: 40px;
  margin-left: -72px;
  padding-left: 72px;
  padding-top: 12px;
}

.customer-discounts .price-currency {
  margin-left: 3px;
}

.customer-discounts .discount {
  font-size: 0.75rem;
  margin-bottom: 5px;
  line-height: 1.1;
}

.customer-discounts .discount.active {
  border: 1px dashed #6E94A9;
  border-radius: 9px;
  margin-left: -8px;
  margin-right: -15px;
  padding: 5px 8px;
  font-weight: bold;
  color: #6E94A9;
  display: inline-block;
  font-size: 14px;
}

.customer-discounts .current {
  font-size: 0.875rem;
  font-weight: bold;
  color: #6E94A9;
}

.customer-discounts .next {
  font-size: 0.875rem;
  color: #8c8c8c;
}

.customer-discounts .current,.customer-discounts .next {
  padding-left: 50px;
}

.orders-list {
  padding-bottom: 65px;
}

.orders-list .full-info .loader {
  display: none;
  margin: 0 auto;
  height: 105px;
}

.orders-list .full-info.loading .loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.orders-list .orders-list-inner {
  margin-bottom: 9px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.orders-list .orders-list-inner.active {
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

.orders-list .orders-list-inner.active .order-detail-trigger {
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.orders-list .orders-list-inner.active .list-image-wrapper {
  display: none;
}

.orders-list .list-image-wrapper {
  padding: 5px 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.orders-list .list-image-wrapper .list-image-inner {
  padding-left: 44px;
}

.orders-list .list-image-wrapper .list-image {
  border: 1px solid #c0c0c0;
  margin-left: 9px;
}

.orders-list .list-image-wrapper .list-price {
  font-size: 0.75rem;
}

.orders-list .order-detail-trigger {
  color: #142F42;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 5px 5px 0 0;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(193, 239, 250, 0.5) 54%, rgba(141, 225, 246, 0.99) 99%, #8de1f6 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(193, 239, 250, 0.5) 54%, rgba(141, 225, 246, 0.99) 99%, #8de1f6 100%);
}

.orders-list .order-detail-trigger.status-3 {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 0.5) 54%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 0.5) 54%, #e0e0e0 100%);
}

.orders-list .order-detail-trigger.status-4 {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(190, 230, 152, 0.5) 54%, #87d040 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(190, 230, 152, 0.5) 54%, #87d040 100%);
}

.orders-list .order-detail-trigger .order-number {
  color: #1c5c7a;
  font-size: 0.875rem;
 /* '' */;
}

.orders-list .order-detail-trigger .order-number:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.orders-list .order-detail-trigger .order-number:before {
  content: '\f004';
}

.orders-list .order-detail-trigger .order-number:before {
  font-size: 4px;
  line-height: 0.875rem;
  position: relative;
  top: -0.2rem;
  margin-right: 5px;
}

.orders-list .order-detail-trigger .order-date {
  font-size: 0.75rem;
}

.orders-list .order-detail-trigger .order-info {
  font-size: 0.75rem;
}

.orders-list .order-detail-trigger .order-info .text {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: lowercase;
}

.orders-list .order-list-info {
  padding-top: 9px;
  font-size: 0.75rem;
  line-height: 1.2;
  border-right: 1px solid #d9d9d9;
}

.orders-list .order-list-info .info-item {
  margin-bottom: 5px;
}

.orders-list .order-list-info .info-delivery,.orders-list .order-list-info .info-customer {
  margin-bottom: 24px;
}

.orders-list .customer-order-products {
  border-top: 1px solid #d9d9d9;
  padding-left: 13px;
  margin-top: 32px;
}

.orders-list .customer-order-products .col-img,.orders-list .customer-order-products .col-info,.orders-list .customer-order-products .col-qty,.orders-list .customer-order-products .col-price-total,.orders-list .customer-order-products .col-remove-block {
  min-height: 75px;
}

.orders-list .customer-order-products .col-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75px;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  min-width: 75px;
}

.orders-list .customer-order-products .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5%;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  max-width: 48.5%;
}

.orders-list .order-list-short-info {
  font-size: 0.75rem;
  line-height: 1.2;
  padding-bottom: 37px;
}

.orders-list .order-list-short-info .item {
  margin-bottom: 5px;
}

.orders-list .order-list-short-info .item .price {
  font-size: 0.875rem;
  font-weight: bold;
}

.orders-list .order-list-info-wrapper {
  border-top: 1px solid #d9d9d9;
  padding-top: 8px;
}

.page-customer-edit .profile-form .control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-customer-edit .profile-form .control-group .control-label {
  margin-bottom: 0;
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
  max-width: 43%;
  margin-top: 3px;
}

.page-customer-edit .profile-form .control-group .controls {
  -webkit-flex-basis: 57%;
      -ms-flex-preferred-size: 57%;
          flex-basis: 57%;
  max-width: 57%;
}

.page-customer-edit #share-favorites-btn {
  margin-left: 84px;
}

.page-customer-info .info-table {
  width: auto;
}

.page-customer-info .info-table .th,.page-customer-info .info-table .td {
  padding: 5px 15px;
}

.page-customer-info .info-table .th {
  font-weight: bold;
}

.drop-block.drop-add2tracking {
  min-width: 200px;
}

.drop-block.drop-add2tracking .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}

.drop-block.drop-add2tracking .drop-block-inner form {
  margin-top: 10px;
}

.drop-block.drop-add2tracking .drop-block-inner form .btn {
  margin: 5px auto 0;
}

.drop-block.drop-add2tracking .drop-block-inner form label.error {
  display: none !important;
}

.page-article {
  padding-bottom: 0;
}

.page-article .article-grid .article-image,.page-article .article-grid .article-sidebar {
  float: right;
  clear: both;
  margin-left: 1rem;
}

.page-article .article-grid .article-sidebar {
  min-height: 632px;
  width: 30%;
}

.page-article .article-grid .article-sidebar > .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-article .article-grid .article-image {
  width: 60%;
  margin-bottom: 1rem;
}

.page-article .article-grid .article-image img {
  width: 100%;
}

.page-article .latest-news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}

.page-article .latest-news-wrapper .article-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #eff4f4;
  padding: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  margin-bottom: 40px;
}

.page-article .latest-news-wrapper .article-item:not(:last-of-type):after {
  display: block;
  position: absolute;
  content: '';
  border-bottom: 1px solid #82a3b1;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.page-article .latest-news-wrapper .article-item .img-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

.page-article .latest-news-wrapper .article-item .img-wrapper .article-date {
  display: none;
}

.page-article .latest-news-wrapper .article-item .img-wrapper img {
  margin-bottom: 0;
}

.page-article .latest-news-wrapper .article-item .description-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  border-left: 2px solid #af8e71;
  padding-left: 20px;
}

.page-article .latest-news-wrapper .article-item .description-wrapper .text {
  border-left: 0;
  padding-left: 0;
}

.page-article .latest-news-wrapper .article-item .description-wrapper .text .short-description {
  display: none;
}

.page-article .latest-news-wrapper .article-item .description-wrapper .title {
  font-size: 14px;
  color: #af8e71;
  margin: 0;
}

.page-article .latest-news-wrapper .article-item .description-wrapper .title:hover a {
  color: #936F4F;
}

.page-article .latest-news-wrapper .link-all-news {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.page-article .latest-news-wrapper .link-all-news:after {
  font-family: 'fontello';
  content: '\f006';
  font-size: 12px;
  margin-left: 10px;
}

.page-article .creation-date {
  display: inline-block;
  margin-bottom: 20px;
}

.page-article .page-article-content .creation-date {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #af8e71;
  margin-left: 35px;
}

.page-article .page-article-content .creation-date:before,.page-article .page-article-content .creation-date:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
}

.page-article .page-article-content .creation-date:before {
  width: 17px;
  height: 17px;
  background-color: #af8e71;
  left: -30px;
  top: 1px;
}

.page-article .page-article-content .creation-date:after {
  width: 29px;
  height: 29px;
  border: 2px solid #af8e71;
  left: -36px;
  top: -5px;
}

.blog-page {
  padding-bottom: 0;
}

.blog-page .article-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #979797;
  padding: 30px;
  margin-bottom: 115px;
  background-color: #fff;
  z-index: 50;
}

.blog-page .article-item:before {
  display: block;
  position: absolute;
  content: '';
  height: 71px;
  z-index: -1;
  left: 50%;
  bottom: 100%;
  border-right: 1px solid #6E94A9;
}

.blog-page .article-item:first-child:before {
  height: 117px;
}

.blog-page .article-item .creation-date {
  position: absolute;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  top: -30px;
  font-weight: 700;
  font-size: 16px;
  color: #af8e71;
}

.blog-page .article-item .creation-date:before,.blog-page .article-item .creation-date:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
}

.blog-page .article-item .creation-date:before {
  width: 17px;
  height: 17px;
  background-color: #af8e71;
  left: -30px;
  top: 1px;
}

.blog-page .article-item .creation-date:after {
  width: 29px;
  height: 29px;
  border: 2px solid #af8e71;
  left: -36px;
  top: -5px;
}

.blog-page .article-item .img-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.blog-page .article-item .description-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 10px;
}

.blog-page .article-item .title {
  color: #af8e71;
  font-weight: 700;
}

.blog-page .article-sidebar {
  padding-top: 0;
}

.blog-page .newspage-banner {
  position: relative;
  overflow: hidden;
  z-index: 200;
  margin-bottom: 100px;
  background-image: url('../images/news-page-background.jpg');
  background-position: bottom right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.blog-page .newspage-banner .content {
  margin: 150px 0;
  padding: 20px 0 20px 30px;
  border-left: 4px solid #fff;
  color: #fff;
}

.blog-page .newspage-banner .content .title {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-page .newspage-banner .content .subtitle {
  font-size: 2rem;
  text-transform: uppercase;
}

.article-sidebar {
  position: relative;
  padding: 40px 0 0 40px;
  color: #fff;
  z-index: 100;
}

.article-sidebar:before,.article-sidebar:after {
  display: block;
  position: absolute;
  content: '';
  width: 2000px;
}

.article-sidebar:after {
  top: 20px;
  left: 20px;
  background-color: #1c6381;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}

.article-sidebar:before {
  top: 0;
  left: 0;
  background-color: #eff4f4;
  height: 100%;
  z-index: -2;
}

.date-pagination-wrapper {
  height: 100%;
  padding: 40px 0 0 35px;
  font-size: 18px;
}

.date-pagination-wrapper .pagination-title {
  color: #af8e71;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 40px 20px 0;
  border-color: #af8e71;
  border-width: 1px;
}

.date-pagination-wrapper .pagination-title:before,.date-pagination-wrapper .pagination-title:after {
  border-color: #af8e71;
  border-width: 1px;
}

.date-pagination-wrapper .pagination-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.date-pagination-wrapper .pagination-body .month-link {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  margin-top: 50px;
}

.date-pagination-wrapper .pagination-body .month-link:before {
  display: block;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 3px;
  left: -9px;
  background-color: #af8e71;
  border-radius: 50%;
}

.section-default.section-service-item .title-bordered {
  border-left: 3px solid #936F4F;
  background: none!important;
  padding: 10px 0 10px 30px!important;
  font-size: 26px;
}

.section-default.card-page .lSPrev,.section-default.card-page .lSNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #6E94A9;
}

.section-default.card-page .lSPrev:hover,.section-default.card-page .lSNext:hover {
  border-color: #1c6381;
  color: #1c6381!important;
}

.section-default.card-page ul:not([class]) {
  padding: 0;
}

.section-default.card-page ul:not([class]) li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
  margin-bottom: 15px;
}

.section-default.card-page ul:not([class]) li:before {
  content: '•';
  font-size: 54px;
  position: absolute;
  color: #936F4F;
  top: -2px;
  left: -2px;
  line-height: 21px;
}

.page-article .article-sidebar .latest-news-wrapper .article-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 15px;
}

.page-article .article-sidebar .latest-news-wrapper .article-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-article .article-sidebar .latest-news-wrapper .article-item img {
  border-radius: 0;
}

.page-article .article-sidebar .latest-news-wrapper .article-item .description-wrapper {
  border: 0;
  padding: 0;
}

.page-article .article-image.image-shift-wrapper-to-right img {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.orderFlanecForm-container .btn-default.reverse {
  font-weight: 600;
}

.card-page a[onclick^="FenixUI.dialog('#formMainReverse')"],.section-service-item a[onclick^="FenixUI.dialog('#formMainReverse')"] {
  font-weight: 700;
}

.form-break-line-wrapper {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.form-break-line-wrapper .form-break-line span {
  white-space: pre-line;
}

.form-break-line-wrapper .icon-map {
  margin-bottom: 3px;
}

.category-page {
  position: relative;
}

.category-page > .loader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.category-page.loading > .loader-wrap {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}

.category-page > .container {
  position: relative;
  z-index: 10;
}

.page-compare-list .compare-list {
  margin-bottom: 30px;
}

.page-compare-list .page-title {
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: unset;
  margin-bottom: 0;
}

.page-compare header,.page-compare-list header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 15px;
}

.page-compare header .title,.page-compare-list header .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.page-compare .compare-remove-product,.page-compare-list .compare-remove-product {
  display: inline-block;
  min-width: 30px;
  margin: auto;
  color: #c0c0c0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 5px;
}

.page-compare .compare-remove-product:hover,.page-compare-list .compare-remove-product:hover {
  color: #142F42;
}

.page-compare .product-card .product-favorite,.page-compare-list .product-card .product-favorite,.page-compare .product-card .product-compare,.page-compare-list .product-card .product-compare {
  display: none;
}

.page-compare > .page-title,.page-compare > header {
  margin-left: 255px;
}

.page-compare .compare-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-compare #compare-table {
  position: relative;
}

.page-compare #compare-table .loader-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
}

.page-compare #compare-table .loader-wrap + * {
  opacity: 0;
}

.page-compare .compare-products-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.page-compare .compare-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-compare .compare-product,.page-compare .compare-header {
  min-width: 245px;
  -webkit-flex-basis: 245px;
      -ms-flex-preferred-size: 245px;
          flex-basis: 245px;
}

.page-compare .compare-header > div,.page-compare .compare-product > div {
  padding: 10px;
  min-height: 42px;
  margin: 10px 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.page-compare .compare-header > div:nth-child(odd):not(:first-child),.page-compare .compare-product > div:nth-child(odd):not(:first-child) {
  background-color: #f7f7f7;
}

.page-compare .compare-header > div:first-child,.page-compare .compare-product > div:first-child {
  border-bottom: 1px solid #c0c0c0;
}

.page-compare .compare-header > div.hover,.page-compare .compare-product > div.hover {
  background-color: #c1e5f5 !important;
}

.page-compare .page-aside {
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  padding: 10px 15px 10px 10px;
  overflow: hidden;
}

.page-compare .page-aside .aside-menu {
  max-height: 100%;
  overflow: auto;
}

.page-compare .compare-header > div:first-child {
  position: relative;
  padding: 0;
  margin-top: 0;
}

.page-compare .compare-header > div:not(:first-child) {
  text-align: left;
  font-weight: bold;
}

.contact-page {
  padding-bottom: 50px;
}

.favorites-page .favorite-sum-wrapper {
  background: #fafafa;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  color: #142F42;
  font-size: 0.875rem;
  line-height: 1;
  padding: 7px 20px;
}

.favorites-page .favorite-sum-wrapper .btn {
  padding: 6px 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mainpage-postheader {
  background-color: #142F42;
  color: #fff;
  position: relative;
  z-index: 100;
  padding-top: 5px;
}

.mainpage-postheader .wrapper-slider {
  position: relative;
  width: 69vw;
  overflow: hidden;
  border-bottom-left-radius: 115px;
}

.mainpage-postheader .wrapper-slider .first-slider {
  width: 100%;
}

.mainpage-postheader .wrapper-slider .first-slider .block-slider {
  width: 100%;
}

.mainpage-postheader .wrapper-slider .first-slider .block-slider img {
  width: 100%;
}

.mainpage-postheader .wrapper-text {
  border-top: 1px solid #aa8a6f;
  position: relative;
  z-index: 100;
  margin-top: 160px;
}

.mainpage-postheader .wrapper-text:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  border-color: transparent transparent transparent #aa8a6f;
  border-style: solid;
  border-width: 1px;
}

.mainpage-postheader .wrapper-text:after {
  right: -1px;
  bottom: 100%;
  height: 75px;
}

.mainpage-postheader .wrapper-text .text {
  position: relative;
  background-color: #5b7f93;
  text-transform: uppercase;
  width: 870px;
  font-size: 26px;
  font-weight: 300;
  padding: 20px;
  opacity: 0.93;
  margin-top: 25px;
  margin-left: 10px;
}

.mainpage-postheader .wrapper-text .text:before,.mainpage-postheader .wrapper-text .text:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  border-color: transparent transparent transparent #aa8a6f;
  border-style: solid;
  border-width: 1px;
}

.mainpage-postheader .wrapper-text .text:before {
  left: 0;
  top: -26px;
  height: -webkit-calc(100% + 25px);
  height: calc(100% + 25px);
  left: -25px;
}

.mainpage-utp {
  position: relative;
  color: white;
  font-size: 20px;
}

.mainpage-utp:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #142F42;
}

.mainpage-utp .wrapper-utp > .utp-block {
  margin-bottom: 15px;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item {
  height: 100%;
  padding: 40px;
  -webkit-background-size: cover;
          background-size: cover;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item table {
  border: 0;
  color: #f0c9a6;
  font-weight: 600;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item table td {
  border: 0;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item table tr:first-child td:first-child {
  font-size: 70px;
  line-height: 70px;
  margin-right: 20px;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item table tr:first-child td:last-child,.mainpage-utp .wrapper-utp > .utp-block .utp-item table tr:last-child td {
  font-size: 26px;
  line-height: 26px;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item:nth-child(1) {
  background-image: url('../images/utp-block/1.jpg');
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item:nth-child(2) {
  background-image: url('../images/utp-block/2.jpg');
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item:nth-child(3) {
  background-image: url('../images/utp-block/3.jpg');
}

.mainpage-utp .wrapper-utp > .utp-block .utp-item:nth-child(4) {
  background-image: url('../images/utp-block/4.jpg');
}

.mainpage-worldwide-map {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.mainpage-worldwide-map .section-title.mainpage-title .secondary {
  opacity: 0.44;
}

.mainpage-worldwide-map .section-title.mainpage-title:before {
  background-color: #e2e2e2;
}

.mainpage-worldwide-map .background-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  pointer-events: none;
}

.mainpage-worldwide-map .background-map .office-city {
  position: absolute;
  top: 260px;
  right: 40%;
  text-align: center;
  font-weight: 600;
}

.mainpage-worldwide-map .background-map .office-city p {
  margin: 0;
}

.mainpage-worldwide-map .background-map .office-city p:first-child {
  font-weight: 800;
}

.mainpage-worldwide-map .background-map img {
  min-height: 100%;
}

.mainpage-worldwide-map .column-text {
  color: #142F42;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
}

.mainpage-worldwide-map .country-list {
  padding: 20px;
  font-size: 2rem;
  color: #142F42;
  font-weight: 700;
}

.mainpage-google-map-wrapper {
  min-height: 500px;
}

.mainpage-google-map-wrapper #map_infrastructure {
  height: 100%;
}

.mainpage-partners {
  padding-bottom: 80px;
}

.mainpage-partners .section-title.mainpage-title .main {
  color: #fff;
}

.mainpage-partners .section-title.mainpage-title .secondary {
  opacity: 0.29;
}

.mainpage-partners .section-title.mainpage-title:before {
  background-color: #005a7b;
  opacity: 1;
}

.mainpage-partners .block-slider {
  position: relative;
  width: 100%;
  margin: 5rem 0;
}

.mainpage-partners .block-slider .secondSlider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

.mainpage-partners .block-slider #slider_partners {
  min-height: 76px!important;
}

.mainpage-partners .block-slider [class^='ic-arrow'] {
  color: #fff;
  font-size: 40px;
  line-height: 0;
}

.mainpage-partners .block-slider .lslide,.mainpage-partners .block-slider .clone {
  text-align: center;
}

.mainpage-news .article-item .title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5rem;
  line-height: 1.5rem;
}

.mainpage-contacts {
  margin-bottom: 100px;
}/* Aligning of worldwide map office name */.main-contact-form .form-span {
  margin-bottom: 20px;
}

.main-contact-form .form-span .span {
  margin-bottom: 10px;
}

.main-contact-form .form-title {
  margin-bottom: 15px;
}

.main-contact-form p,.main-contact-form a {
  margin-bottom: 10px;
}

.products-carousel .swiper-slide {
  -webkit-box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
}

.products-carousel .description:not(:empty) {
  color: #404040;
  font-size: 18px;
  padding: 15px 20px;
  background-color: #fff;
  text-align: left;
}

#sliderPartners .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#sliderPartners .swiper-slide {
  text-align: center;
}

.page-error .text-formatted .btn {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 35px;
  border-color: #1c6381;
  border-width: 2px;
  border-style: solid;
  background: #1c6381;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 60px;
  cursor: pointer;
}

.page-error .text-formatted .btn:hover {
  background: #ffffff;
  border-color: #1c6381;
  color: #1c6381;
  text-decoration: none;
}

.page-error .text-formatted .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-error .text-formatted .btn:active {
  background: #1c6381;
  border-color: #17536c;
  color: #fff;
}

.page-error .text-formatted .btn:before,.page-error .text-formatted .btn:after {
  display: block;
  position: absolute;
  content: '';
  right: -5px;
  bottom: -5px;
}

.page-error .text-formatted .btn:before {
  border-right: 1px solid #936F4F;
  height: 20px;
}

.page-error .text-formatted .btn:after {
  border-bottom: 1px solid #936F4F;
  width: 20px;
}

.page-error .text-formatted .btn.reverse {
  background-color: #fff;
  border-color: #fff;
  color: #142F42;
}

.page-error .text-formatted .btn.reverse:hover {
  -webkit-box-shadow: 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 0 #fff;
}

.page-error .text-formatted .btn.reverse:before,.page-error .text-formatted .btn.reverse:after {
  border-color: #fff;
}

.page-error .ui-slider-wrapper._catalog_blocks .ui-slider > li .category-card {
  height: 100%;
}

.gallery-filter-wrapper {
  margin-bottom: 50px;
}

.menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  border-top: 2px solid #6e94a9;
  border-bottom: 2px solid #6e94a9;
  padding: 25px 0;
}

.menu-buttons .link {
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #6e94a9;
}

.menu-buttons .link.active {
  font-weight: 700;
  color: #142f42;
}

.product-page {
  padding-bottom: 50px;
}

.product-page .characteristics-wrap {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #737373;
}

.product-page .characteristics-wrap a {
  color: #142F42;
  text-decoration: underline;
}

.product-page .characteristics-wrap a:hover {
  color: #6E94A9;
}

.product-page .characteristics-wrap .characteristics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 13px 22px;
}

.product-page .characteristics-wrap .characteristics-item:nth-child(odd) {
  background: #f7f7f7;
}

.product-page .characteristics-wrap .characteristics-item .characteristics-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19.5%;
      -ms-flex: 0 0 19.5%;
          flex: 0 0 19.5%;
  max-width: 19.5%;
}

@font-face {
  font-family:'fontello';src:url('/var/themes/default/dist/fonts/fontello/font/fontello.eot?29910451');src:url('/var/themes/default/dist/fonts/fontello/font/fontello.eot?29910451#iefix') format('embedded-opentype'), url('/var/themes/default/dist/fonts/fontello/font/fontello.woff2?29910451') format('woff2'), url('/var/themes/default/dist/fonts/fontello/font/fontello.woff?29910451') format('woff'), url('/var/themes/default/dist/fonts/fontello/font/fontello.ttf?29910451') format('truetype'), url('/var/themes/default/dist/fonts/fontello/font/fontello.svg?29910451#fontello') format('svg');font-weight:normal;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media (pointer: fine) {
  .phone:hover {
    text-decoration: none;
  }

  .nav-tabs .nav-link:hover {
    background-color: #f3f3f3;
  }

  .filter .attribute-content:not(._range)::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }

  .filter .attribute-content:not(._range)::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }

  .filter .attribute-content:not(._range)::-webkit-scrollbar-track {
    background: #fff;
  }

  .filter .attribute-content:not(._range)::-webkit-scrollbar-track-piece {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
  }

  .filter .attribute-content:not(._range)::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 4px;
  }

  .attribute-checkbox:hover .list .text {
    color: #6E94A9;
  }
}

@media (min-width: 576px) {
  .category-card.category-page .img-wrapper {
    height: 500px;
  }
}

@media (min-width: 768px) {
  #page-footer #nav-footer .navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #39566b;
  }

  .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .category-grid .category-card:nth-child(2n + 1) {
    border-right: 1px solid #f3f3f3;
  }

  .category-grid .category-card:nth-child(2n + 1):before {
    display: block;
    position: absolute;
    content: '';
    border-bottom: 1px solid #f3f3f3;
    width: 50%;
    bottom: 0;
  }

  .category-grid .category-card:nth-child(2n + 1):before {
    right: -25%;
  }

  .category-grid .category-card:nth-last-child(-n + 2):before,.category-grid .category-card:nth-last-child(-n + 2):after {
    display: none;
  }

  .category-grid .category-card.mainpage .title {
    padding: 30px;
  }

  .category-grid .category-card.mainpage .title a {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mainpage-worldwide-map .background-map .office-city {
    top: 100px;
  }
}

@media (min-width: 992px) {
  #page-header .desktop-languages .nav-link:after {
    display: none;
  }

  #page-header .desktop-languages .nav-link .ic-arrow-down-light {
    display: inline;
  }

  .scroll-up:hover:before {
    -webkit-animation: shakeUpDownArrow 0.5s linear infinite alternate;
         -o-animation: shakeUpDownArrow 0.5s linear infinite alternate;
            animation: shakeUpDownArrow 0.5s linear infinite alternate;
  }

  .swiper-button-next-partner {
    right: -85px;
  }

  .swiper-button-prev-partner {
    left: -85px;
  }

  .fancybox-slide #formMainReverse {
    width: 500px;
    max-width: none;
  }

  .article-list-wrapper .article-item-wrapper .article-item .img-wrapper {
    margin-bottom: 0;
  }

  #nav-header {
    margin-bottom: 15px;
  }

  #nav-header .nav-item:not(:last-child) {
    border-right: 1px solid #39566b;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .mainpage-worldwide-map .background-map .office-city {
    top: 140px;
  }
}

@media (min-width: 1200px) {
  .category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .category-grid .category-card:nth-child(3n + 2) {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
  }

  .category-grid .category-card:nth-child(3n + 2):before,.category-grid .category-card:nth-child(3n + 2):after {
    display: block;
    position: absolute;
    content: '';
    border-bottom: 1px solid #f3f3f3;
    width: 50%;
    bottom: 0;
  }

  .category-grid .category-card:nth-child(3n + 2):before {
    left: -25%;
  }

  .category-grid .category-card:nth-child(3n + 2):after {
    right: -25%;
  }

  .category-grid .category-card:nth-last-child(-n + 3):before,.category-grid .category-card:nth-last-child(-n + 3):after {
    display: none;
  }

  .page-customer-info .customer-right {
    padding-left: 88px;
  }

  .form-title {
    max-width: 60%;
  }

  .form-subtitle {
    max-width: 80%;
  }

  .mainpage-google-map-wrapper {
    position: relative;
    margin-left: auto;
    top: 0;
    right: 0;
  }

  .mainpage-google-map-wrapper #map_infrastructure {
    width: -webkit-calc(50vw - 15px);
    width: calc(50vw - 15px);
    background-color: whitesmoke;
  }
}

@media (min-width: 1200px) and (max-width: 1472px) {
  .mainpage-worldwide-map .background-map .office-city {
    top: 160px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .mainpage-utp .wrapper-utp > .utp-block .utp-item p:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .mainpage-utp .wrapper-utp > .utp-block .utp-item p:first-child span:first-child {
    font-size: 5rem;
    line-height: 5rem;
    margin-right: 0;
  }

  .mainpage-utp .wrapper-utp > .utp-block .utp-item p:first-child span:last-child {
    font-size: 1rem;
    line-height: 2rem;
  }

  .mainpage-utp .wrapper-utp > .utp-block .utp-item p {
    font-size: 0.7rem;
  }

  .lang-ru #page-header.mainpage .company-description {
    font-size: 11px;
    bottom: -61px;
  }

  .lang-en #page-header.mainpage .company-description {
    bottom: -69px;
    font-size: 16px;
  }

  .lang-ua #page-header.mainpage .company-description {
    font-size: 12px;
    bottom: -62px;
  }
}

@media (min-width: 1472px) and (max-width: 1765px) {
  .mainpage-worldwide-map .background-map .office-city {
    top: 190px;
  }
}

@media (min-width: 1556px) and (max-width: 1600px) {
  .mainpage-postheader .wrapper-text div.text:before {
    left: -15px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .image-shift-wrapper-to-right {
    background-color: #6E94A9;
  }

  .image-shift-wrapper-to-right img {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
         -o-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .image-shift-wrapper-to-left {
    background-color: #6E94A9;
  }

  .image-shift-wrapper-to-left img {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .image-block-half-screen-to-left {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
  }

  .image-block-half-screen-to-left img {
    width: 50vw;
    max-width: none;
    height: auto;
  }

  .image-block-half-screen-to-right {
    position: relative;
    top: 0;
    left: 0;
  }

  .image-block-half-screen-to-right img {
    width: 50vw;
    max-width: none;
    height: auto;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(even) [class^="col-"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
         -o-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
    text-align: center;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service {
    margin-bottom: 3rem;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
         -o-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service {
    margin-bottom: 3rem;
  }

  .shift-map.to-left {
    background-color: #6E94A9;
  }

  .shift-map.to-left #map_infrastructure {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .image-shift-wrapper-to-right {
    background-color: #6E94A9;
  }

  .image-shift-wrapper-to-right img {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
         -o-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .image-shift-wrapper-to-left {
    background-color: #6E94A9;
  }

  .image-shift-wrapper-to-left img {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .image-block-half-screen-to-left {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
  }

  .image-block-half-screen-to-left img {
    width: 50vw;
    max-width: none;
    height: auto;
  }

  .image-block-half-screen-to-right {
    position: relative;
    top: 0;
    left: 0;
  }

  .image-block-half-screen-to-right img {
    width: 50vw;
    max-width: none;
    height: auto;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(even) [class^="col-"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
         -o-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
    text-align: center;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service:nth-child(odd) [class^="col-"]:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .reverse-row-columns-wrapper.mainpage > .row-service {
    margin-bottom: 3rem;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(odd) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
         -o-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper {
    background-color: #6E94A9;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service:nth-child(even) [class^="col-"]:last-child .img-wrapper img {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .reverse-row-columns-wrapper.selftitled-page > .row-service {
    margin-bottom: 3rem;
  }

  .shift-map.to-left {
    background-color: #6E94A9;
  }

  .shift-map.to-left #map_infrastructure {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
         -o-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
    border-radius: 0;
    margin: 0;
  }

  .section-default.contact-page #map_infrastructure {
    width: -webkit-calc(50vw - 45px);
    width: calc(50vw - 45px);
  }

  .mainpage-worldwide-map .background-map img {
    min-width: 100%;
  }

  .section-default.contact-page .section-title {
    margin-bottom: 4rem;
  }

  .lang-ru #page-header.mainpage .company-description {
    font-size: 15px;
  }

  .lang-en #page-header.mainpage .company-description {
    bottom: -142px;
    font-size: 18px;
  }

  .lang-ua #page-header.mainpage .company-description {
    font-size: 16px;
  }
}

@media (min-width: 1919px) and (max-width: 1934px) {
  .mainpage-worldwide-map .background-map .office-city {
    top: 264px;
    right: 39%;
  }
}

@media (min-width: 1920px) {
  .article-item-wrapper .month-milestone {
    top: -65px;
    left: -180px;
    font-size: 80px;
    line-height: 80px;
  }
}

@media (min-width: 1935px) and (max-width: 1961px) {
  .mainpage-worldwide-map .background-map .office-city {
    top: 264px;
    right: 39%;
  }
}

@media (max-width: 1920px) {
  .article-item-wrapper .month-milestone {
    top: -46px;
    left: -60px;
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1600px) {
  #page-header.mainpage .company-name {
    top: 130px;
  }
}

@media (max-width: 1599px) {
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-service .img-wrapper {
    text-align: center;
  }

  .row-service .img-wrapper img {
    width: 100%;
  }

  .tab-pane-wrapper .nav-item .nav-link {
    padding: 15px 25px;
  }

  .article-item-wrapper .month-milestone {
    top: -37px;
    left: -20px;
    font-size: 45px;
    line-height: 45px;
  }

  #page-header .company-description {
    display: none;
  }

  #page-header .company-name {
    text-align: left;
    font-size: 24px;
  }

  #page-header .logo {
    margin-right: 5px;
  }

  #page-header.mainpage .company-name {
    font-size: 24px;
    top: 135px;
    text-align: center;
  }

  #page-header.mainpage .company-description {
    display: block;
    font-size: 12px;
    bottom: -72px;
  }

  .mainpage-postheader .wrapper-text .text {
    margin-top: 10px;
  }

  .mainpage-utp .utp-item p:first-child span:last-child {
    line-height: 2.2rem;
  }

  #nav-header .nav-item {
    font-size: 14px;
  }

  #page-header .mainpage-header-company {
    font-size: 0.7rem;
    bottom: -110px;
  }

  .mainpage-postheader .wrapper-text {
    margin-top: 73px;
  }

  .mainpage-postheader .wrapper-text .text {
    margin-left: 0;
  }

  .mainpage-postheader .wrapper-text .text:before {
    height: -webkit-calc(100% + 11px);
    height: calc(100% + 11px);
    left: -10px;
    top: -11px;
  }

  .mainpage-utp .wrapper-utp > .utp-block .utp-item p:first-child span:first-child {
    font-size: 5rem;
    line-height: 5rem;
  }

  .mainpage-utp .wrapper-utp > .utp-block .utp-item p:first-child span:last-child {
    font-size: 1rem;
    line-height: 2rem;
  }

  .mainpage-utp .wrapper-utp > .utp-block .utp-item p {
    font-size: 0.7rem;
  }

  .lSNext {
    right: 1px;
  }

  .lsPrev {
    left: -12px;
  }

  .section-default .section-title.mainpage-title {
    padding: 4rem 1rem 30px 1.5rem;
  }

  .section-default .section-title.mainpage-title .secondary {
    font-size: 4rem;
    left: 1.5rem;
  }

  .row-service .title {
    font-size: 1.5rem;
  }

  .mainpage-worldwide-map .country-list {
    font-size: 1.5rem;
  }

  .mainpage-worldwide-map .column-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 1559px) {
  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1600px) {
  #nav-header .nav-item {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  #nav-header .nav-item {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1199px) {
  .empty-text {
    margin-bottom: 100px;
  }

  #page-footer .footer-top {
    padding-top: 25px;
  }

  #page-footer .footer-top .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .article-item-wrapper .month-milestone {
    top: -28px;
    left: -20px;
    font-size: 35px;
    line-height: 35px;
  }

  .checkout-page .checkout-form {
    padding-left: 0;
  }

  .checkout-page .block-price-checkout .price-block .price-text .text-inner {
    margin-left: 3px;
  }

  .checkout-page .block-price-checkout .custom-checkbox {
    padding-left: 20px;
  }

  .checkout-cart-discount {
    margin: 0 -20px;
  }

  .checkout-cart-discount .helper-popover {
    margin-right: 0;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }

  .checkout-cart-discount .share-input-text {
    padding-left: 5px;
  }

  .checkout-cart-discount .share-action {
    padding-left: 3px;
    padding-right: 3px;
  }

  .page-article .article-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-article .article-grid .article-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
  }

  .page-article .article-grid .article-sidebar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-left: 0;
  }

  .page-article .article-grid .article-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .blog-page .newspage-banner .content {
    margin: 50px 0;
  }

  .blog-page .newspage-banner .content .title {
    font-size: 3.5rem;
  }

  .blog-page .newspage-banner .content .subtitle {
    font-size: 1.5rem;
  }

  .page-compare .page-aside {
    margin-right: 0;
  }

  .page-compare .aside-tags,.page-compare .aside-menu {
    margin-right: 0;
  }

  .page-compare .aside-menu {
    padding-left: 15px;
  }

  .mainpage-google-map-wrapper {
    width: 100%;
  }

  .mainpage-google-map-wrapper #map_infrastructure {
    width: 100%;
  }

  #page-header.mainpage .company-name {
    top: 117px;
    font-size: 20px;
  }

  #page-header #header-search-field:focus {
    width: 200px;
  }

  #nav-header .nav-item {
    /*padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
    font-size: 14px;*/
  }

  .mainpage-postheader {
    padding-bottom: 30px;
  }

  .mainpage-worldwide-map {
    padding: 10px 0;
  }

  .tab-pane-wrapper .tab-nav .tab-link {
    padding: 10px 25px;
  }

  .main-contact-form {
    font-size: 0.8rem;
  }

  .main-contact-form .phone:first-child {
    margin-right: 18px;
  }

  #page-header .logo .logo-text .company-name {
    font-size: 22px;
  }

  .lang-ru #page-header.mainpage .company-description {
    font-size: 9px;
    bottom: -45px;
  }

  .lang-en #page-header.mainpage .company-description {
    bottom: -51px;
    font-size: 13px;
  }

  .lang-ua #page-header.mainpage .company-description {
    font-size: 10px;
    bottom: -48px;
  }
}

@media (max-width: 991px) {
  .page-article .text-formatted .article-image.image-shift-wrapper-to-right img {
    margin-bottom: unset;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    border-radius: 0;
  }

  .page-main .image-block-half-screen-to-right,.page-services .image-block-half-screen-to-right,.page-article .image-block-half-screen-to-right,.page-main .image-shift-wrapper-to-right,.page-services .image-shift-wrapper-to-right,.page-article .image-shift-wrapper-to-right {
    margin-top: 15px;
    background-color: #6E94A9 !important;
  }

  .page-main .image-block-half-screen-to-right img,.page-services .image-block-half-screen-to-right img,.page-article .image-block-half-screen-to-right img,.page-main .image-shift-wrapper-to-right img,.page-services .image-shift-wrapper-to-right img,.page-article .image-shift-wrapper-to-right img {
    -webkit-transform: translate(15px, -15px) !important;
        -ms-transform: translate(15px, -15px) !important;
         -o-transform: translate(15px, -15px) !important;
            transform: translate(15px, -15px) !important;
  }

  .page-main .reverse-row-columns-wrapper .img-wrapper,.page-services .reverse-row-columns-wrapper .img-wrapper,.page-article .reverse-row-columns-wrapper .img-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #6E94A9 !important;
  }

  .page-main .reverse-row-columns-wrapper .img-wrapper img,.page-services .reverse-row-columns-wrapper .img-wrapper img,.page-article .reverse-row-columns-wrapper .img-wrapper img {
    -webkit-transform: translate(15px, -15px) !important;
        -ms-transform: translate(15px, -15px) !important;
         -o-transform: translate(15px, -15px) !important;
            transform: translate(15px, -15px) !important;
  }

  .navbar-mobile.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-height: 100%;
  }

  .navbar-mobile.navbar .navbar-collapse {
    overflow: auto;
  }

  .navbar-mobile.navbar .navbar-collapse > * {
    width: 100%;
  }

  .navbar-mobile.navbar .navbar-nav.addition {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  .breadcrumb {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }

  .breadcrumb .breadcrumb-item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  h1,.h1 {
    font-size: 1.5rem;
  }

  h2,.h2 {
    font-size: 1.375rem;
  }

  h3,.h3 {
    font-size: 1.25rem;
  }

  .content-third {
    margin-bottom: 15px;
  }

  footer#page-footer #nav-footer .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 0;
  }

  #page-footer {
    text-align: center;
  }

  #page-footer .footer-top {
    padding: 0;
    padding-top: 20px;
  }

  #page-footer .footer-bottom {
    padding: 10px 0 25px;
  }

  #page-footer #nav-footer {
    width: 100%;
    padding: 0;
    border-bottom: 0;
  }

  #page-footer #nav-footer .navbar-nav {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #page-footer #nav-footer .navbar-nav .nav-item {
    padding: 15px 0;
  }

  #page-footer #nav-footer .navbar-nav .nav-item:not(:last-child) {
    border-right: none;
  }

  #page-footer #nav-footer .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #39566b;
  }

  .section-default .section-title.mainpage-title .main {
    font-size: 1.5rem;
  }

  .section-default .section-title.mainpage-title .secondary {
    font-size: 3rem;
    bottom: 1.1rem;
  }

  .section-default .section-title.breadcrumbs-included .title {
    font-size: 1rem;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-service-item .slider-item {
    min-height: auto;
    height: 100%;
  }

  #slider_services,#slider-product {
    height: 300px!important;
  }

  .slider-item .container .text {
    max-width: 400px;
    padding: 20px 50px 20px 0;
    font-size: 12px;
  }

  .swiper-button-next-partner {
    right: 10px;
    font-size: 20px;
  }

  .swiper-button-prev-partner {
    left: 10px;
    font-size: 20px;
  }

  .article-item-wrapper .month-milestone {
    top: -20px;
    left: -2px;
    font-size: 25px;
    line-height: 25px;
  }

  .block-flanec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .block-flanec .img-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }

  .block-flanec .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }

  .block-flanec .content:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #936F4F;
    width: 100px;
  }

  .block-flanec .content .title {
    padding: 0;
    margin-bottom: 0;
  }

  .block-flanec .content .title:before {
    content: none;
  }

  #formMainReverse .orderFlanecForm-container .popup-title,#formMainReverse .orderFlanecForm-container .form-title {
    color: #fff;
    background: transparent;
    margin-bottom: 0;
  }

  #formMainReverse .orderFlanecForm-container .callback-form div.control-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
  }

  .search-form {
    padding-right: 0;
  }

  .search-form .form-element-wrapper {
    position: static;
  }

  .search-form .form-element-wrapper .jq-selectbox {
    display: none !important;
  }

  .search-form .loader-circle {
    left: 4px;
  }

  .search-form .input-search {
    padding-left: 25px;
  }

  .search-form .btn-search {
    font-size: 25px;
    line-height: 1;
    padding: 0 14px;
  }

  .search-form .btn-search i {
    margin-right: 0;
  }

  .search-form .btn-search .text {
    display: none;
  }

  .search-form .search-results .ui-autocomplete {
    max-height: -webkit-calc(100vh - 104px);
    max-height: calc(100vh - 104px);
    overflow-y: auto;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 166px;
        -ms-flex: 0 0 166px;
            flex: 0 0 166px;
    max-width: 166px;
  }

  .success-wrapper {
    padding: 15px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .success-wrapper .buttons-wrap {
    padding-top: 0;
  }

  .success-wrapper .buttons-wrap .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-page {
    padding-bottom: 0;
  }

  .blog-page .newspage-banner .content {
    margin: 50px 0;
  }

  .blog-page .newspage-banner .content .title {
    font-size: 3.5rem;
  }

  .blog-page .date-pagination-wrapper {
    padding-bottom: 100px;
  }

  .article-sidebar {
    padding-left: 0;
  }

  .article-sidebar:before {
    left: -800px;
  }

  .article-sidebar:after {
    left: -820px;
  }

  .blog-page .article-sidebar .article-item,.page-article .article-sidebar .article-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }

  .blog-page .article-sidebar .article-item .img-wrapper,.page-article .article-sidebar .article-item .img-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .section-default.blog-page,.section-default.page-article {
    padding-bottom: 0;
  }

  .page-article .article-sidebar .latest-news-wrapper .article-item .description-wrapper {
    margin-top: 10px;
  }

  .page-compare .aside-menu {
    padding-left: 0;
  }

  .page-compare .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .page-compare .aside-menu .navbar-nav .nav-item .nav-link {
    padding: 7px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    text-align: left;
  }

  .page-compare-list .aside-menu .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 1.125rem;
  }

  .page-compare-list .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100%/3 - 6px);
        -ms-flex: 0 0 calc(100%/3 - 6px);
            flex: 0 0 calc(100%/3 - 6px);
    max-width: -webkit-calc(100%/3 - 6px);
    max-width: calc(100%/3 - 6px);
  }

  .menu-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

  .menu-buttons .item {
    padding: 15px;
  }

  #page-header,#page-header.mainpage {
    padding-top: 0;
  }

  #page-header .logo,#page-header.mainpage .logo {
    position: initial;
    padding: 0;
  }

  #page-header .logo img,#page-header.mainpage .logo img {
    background-color: initial;
  }

  #page-header .dropdown:hover,#page-header.mainpage .dropdown:hover {
    border-color: transparent;
  }

  #page-header .dropdown.show,#page-header.mainpage .dropdown.show {
    border-color: transparent;
  }

  #page-header .search-form .form-element-wrapper,#page-header.mainpage .search-form .form-element-wrapper {
    border: 1px solid #6E94A9;
    color: #6E94A9;
  }

  #page-header .search-form .form-search-relative-wrapper,#page-header.mainpage .search-form .form-search-relative-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #page-header #header-search-field,#page-header.mainpage #header-search-field {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #fff;
  }

  .navbar-mobile {
    background-color: #0e212e;
  }

  .navbar-mobile .navbar-nav.addition {
    padding: 10px 0;
  }

  .navbar-mobile .ic-arrow-down-light {
    display: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler:not(.collapsed) {
    position: relative;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: none;
    opacity: 0;
  }

  .navbar-toggler:not(.collapsed):before,.navbar-toggler:not(.collapsed):after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    border: 1px solid #7f7f7f;
    top: 18px;
  }

  .navbar-toggler:not(.collapsed):before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .navbar-toggler:not(.collapsed):after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  header#page-header div.nav-section-top .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }

  header#page-header div.nav-section-top .logo .text {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 0;
  }

  header#page-header div.nav-section-top .logo .text span:first-child {
    color: #fff;
  }

  header#page-header div.nav-section-top .logo .text span:last-child {
    color: #fff;
  }

  header#page-header div.nav-section-top .logo img {
    width: 50px;
  }

  .lang-ru .logo .text span:last-child {
    font-size: 5.5px;
  }

  .lang-en .logo .text span:last-child {
    font-size: 7px;
  }

  .lang-ua .logo .text span:last-child {
    font-size: 6px;
  }

  #page-header.mainpage .logo img {
    width: 40px;
  }

  .navbar-mobile {
    padding: 0;
  }

  .nav-section-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px;
  }

  #navbarSupportedContent {
    border-top: 1px solid #af8e71;
  }

  #navbarSupportedContent .navbar-nav .nav-item {
    padding: 0 10px;
  }

  #page-content {
    padding-top: 86px;
  }

  .mainpage-postheader .wrapper-text {
    border-top: 0;
  }

  .mainpage-postheader .wrapper-text:after {
    display: none;
  }

  .mainpage-postheader .wrapper-text .text:before {
    display: none;
  }

  .mainpage-postheader .wrapper-text .text {
    font-size: 1rem;
    width: 100%;
  }

  .mainpage-postheader .wrapper-text .text:after {
    bottom: auto;
    top: -1px;
  }

  .mainpage-postheader .wrapper-slider {
    width: 100%;
    border-bottom-left-radius: 0;
  }

  .mainpage-utp:before {
    height: 90%;
  }

  .mainpage-worldwide-map .column-bordered {
    z-index: 100;
  }

  .mainpage-worldwide-map .column-text,.mainpage-worldwide-map .country-list {
    padding: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  h1,.h1 {
    font-size: 1.375rem;
  }

  h2,.h2 {
    font-size: 1.25rem;
  }

  h3,.h3 {
    font-size: 1rem;
  }

  .text-formatted img.image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .pagination {
    margin-bottom: 5px;
  }

  .pagination-wrap .btn-load-more {
    height: 35px;
  }

  .section-default {
    padding: 30px 0;
  }

  .section-default[class*="-page"] {
    margin-top: 90px;
  }

  .section-default .section-title.mainpage-title .main {
    font-size: 1.2rem;
  }

  .section-default .section-title.mainpage-title .secondary {
    font-size: 2rem;
    line-height: 2rem;
    bottom: 2rem;
  }

  .section-default .section-title.breadcrumbs-included .title .page-title {
    font-size: 20px;
  }

  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    padding-right: 3px;
    padding-left: 3px;
  }

  .tab-pane-wrapper .tab-content {
    border-left: 0;
  }

  .orderFlanecForm-container .callback-form .form-title {
    font-size: 1rem;
  }

  .orderFlanecForm-container .callback-form .form-subtitle {
    font-size: 0.875rem;
  }

  .orderFlanecForm-container .callback-form .control-group:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }

  .orderFlanecForm-container .callback-form .control-group:nth-of-type(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .orderFlanecForm-container .callback-form .control-group:nth-of-type(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .orderFlanecForm-container .callback-form .custom-checkbox {
    margin-bottom: 10px;
  }

  .search-form .search-results .ui-autocomplete {
    max-height: -webkit-calc(100vh - 151px);
    max-height: calc(100vh - 151px);
  }

  #tableSize {
    max-width: 100%;
  }

  #tableSize .nav-link {
    width: auto;
  }

  .category-grid .category-card:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
  }

  .category-grid .category-card.mainpage .title {
    padding: 10px;
  }

  .category-grid .category-card.mainpage .title a {
    font-size: 1rem;
  }

  .checkout-page .checkout-form .custom-radio:not(:last-child),.checkout-page .checkout-form .delivery-tab:not(:last-child) {
    margin-bottom: 10px;
  }

  .checkout-page .checkout-title {
    font-size: 1rem;
  }

  .checkout-page .checkout-title:first-of-type {
    padding-top: 0;
  }

  .checkout-page .checkout-title.title-toggle {
    padding-right: 25px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .checkout-page .checkout-title.title-toggle i {
    color: #a7a7a7;
    font-size: 5px;
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .checkout-page .checkout-title.title-toggle.active i {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
         -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }

  .checkout-page .checkout-title.title-toggle.active + div {
    max-height: 2000px;
    padding-top: 15px;
  }

  .checkout-page .form-block._fourth {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .checkout-page .checkout-cart-wrapper {
    max-height: 0;
    padding-top: 0;
    overflow: hidden;
    border-color: #6E94A9;
    margin-bottom: 20px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .checkout-page .block-price-checkout .price-block .price-text {
    font-size: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .checkout-page .block-price-checkout .price-block .price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5px;
  }

  .checkout-page .block-price-checkout .price-block .price .price-value {
    font-size: 1.75rem;
  }

  .checkout-page .block-price-checkout .price-block .price .price-currency {
    font-size: 1.5625rem;
  }

  .checkout-page .block-price-checkout .price-block .price .price-value,.checkout-page .block-price-checkout .price-block .price .price-currency {
    color: #434343;
  }

  .checkout-page .nav-tabs-wrap .nav-tabs {
    display: none;
  }

  .checkout-page .nav-tabs-wrap .checkout-title {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .checkout-page .block-price-checkout .custom-checkbox {
    padding-left: 45px;
    font-size: 1rem;
  }

  .checkout-page .block-price-checkout .block-price-button {
    margin-top: 15px;
  }

  .checkout-cart-outer {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }

  .checkout-cart-outer .checkout-title {
    padding-top: 0;
  }

  .checkout-cart-discount {
    border-top: 1px solid #6E94A9;
    max-height: 0;
    overflow: hidden;
    margin: 0 0 20px;
    background: transparent;
    padding: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .checkout-cart-discount .helper-popover {
    display: none;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .checkout-cart-discount .customer-wholesale-discount,.checkout-cart-discount .discount-info {
    font-size: 1rem;
    line-height: 1.5;
  }

  .kreditmarket-form .info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .kreditmarket-form .control-group {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .blog-page .newspage-banner {
    background-position: center left;
  }

  .blog-page .newspage-banner .content {
    margin: 50px 0;
    padding-left: 10px;
    border-width: 2px;
  }

  .blog-page .newspage-banner .content .title {
    font-size: 2.5rem;
  }

  .blog-page .newspage-banner .content .subtitle {
    font-size: 1rem;
  }

  .blog-page .article-list-wrapper .article-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-width: 2px;
  }

  .blog-page .article-list-wrapper .article-item .img-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .section-default .section-title.mainpage-title .secondary {
    bottom: 3rem;
  }

  .page-compare-list .aside-menu .navbar-nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100%/2 - 6px);
        -ms-flex: 0 0 calc(100%/2 - 6px);
            flex: 0 0 calc(100%/2 - 6px);
    max-width: -webkit-calc(100%/2 - 6px);
    max-width: calc(100%/2 - 6px);
  }

  .page-compare-list .aside-menu .navbar-nav .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }

  .mainpage-worldwide-map .background-map .office-city {
    top: 60px;
  }

  .mainpage-worldwide-map .background-map .office-city {
    right: 64%;
  }

  .mainpage-postheader .wrapper-text .text {
    margin-top: 3px;
  }

  .mainpage-worldwide-map {
    padding-bottom: 0;
  }

  .mainpage-worldwide-map .background-map {
    position: relative;
  }

  .tab-content > .tab-pane {
    opacity: 1;
  }

  .tab-pane-wrapper .tab-content {
    padding-bottom: 0;
    border: 0;
  }

  .tab-pane-wrapper .tab-content .tab-pane {
    border: 0;
  }

  .mainpage-contacts {
    margin-bottom: 30px;
  }

  .section-default .section-bottom {
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .card-utp-block .img-wrapper {
    text-align: center;
  }

  .section-default[class*="-page"] {
    margin-top: 0px;
  }

  .tab-pane-wrapper .nav.nav-tabs {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .tab-pane-wrapper .nav.nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .tab-pane-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 15px;
  }

  .tab-pane-wrapper .card-body {
    padding: 0;
  }

  .tab-pane-wrapper #content {
    padding: 15px;
  }

  .lSSlideOuter.vertical .lSGallery {
    left: 5px !important;
  }

  .feedBack-form .left-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .feedBack-form .left-column .control-group:first-child {
    margin-right: 0;
  }

  .feedBack-form .left-column .control-group:last-child {
    margin-left: 0;
  }

  .search-form .search-results .ui-autocomplete {
    max-height: -webkit-calc(100vh - 125px);
    max-height: calc(100vh - 125px);
  }

  #reviewDialog .control-group {
    padding: 0 15px;
  }

  #tableSize .nav-tabs {
    padding-left: 5px;
    padding-right: 5px;
  }

  #tableSize .nav-link {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  #tableSize .nav-link .text {
    padding: 6px 5px;
  }

  #tableSize #navTabSize .nav-tabs {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #tableSize #navTabSize .nav-tabs .nav-link {
    width: auto;
  }

  #tableSize #navTabSize .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-products .remove-product-msg {
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .checkout-page .checkout-title .helper-popover {
    font-size: 23px;
  }

  .checkout-page .checkout-title .helper-popover .text {
    display: none;
  }

  .checkout-page .delivery-content .control-group-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .checkout-page .delivery-content .control-group-wrapper .control-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .checkout-page .block-price-checkout {
    margin-top: 0;
  }

  .checkout-page .block-price-checkout .custom-checkbox {
    font-size: 0.75rem;
  }

  .checkout-cart-discount .share-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 3px;
  }

  .checkout-cart-discount .form-share {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .success-wrapper .info {
    padding-top: 0;
    font-size: 0.875rem;
  }

  .success-wrapper .info .title-info {
    font-size: 1rem;
  }

  .success-wrapper .info-table .tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .success-wrapper .info-table .th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    color: #dde4e8;
    padding: 0;
    line-height: 1;
  }

  .success-wrapper .info-table .td {
    padding: 0;
    font-size: 0.75rem;
  }

  .success-wrapper .page-title {
    font-size: 1.7rem;
  }

  .article-item {
    margin-bottom: 1.5rem;
  }

  .article-item .img-wrapper {
    margin-bottom: 0.5rem;
  }

  .article-item .description-wrapper .title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }

  .article-item .description-wrapper .text {
    padding-left: .5rem;
  }

  .article-item .description-wrapper .link-more {
    margin: 1rem 0 .5rem;
  }

  .page-compare > .page-title,.page-compare > header {
    margin-left: 130px;
  }

  .page-compare > header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-compare > header .title {
    min-width: 100%;
  }

  .page-compare > header .btn.delete {
    margin-bottom: 5px;
  }

  .page-compare .compare-product,.page-compare .compare-header {
    min-width: 120px;
  }

  .mainpage-postheader .wrapper-text {
    border-top: none;
    margin-top: 10px;
  }

  .mainpage-postheader .wrapper-text .text:before,.mainpage-postheader .wrapper-text .text:after {
    display: none;
  }

  .mainpage-worldwide-map .column-text {
    font-size: 1rem;
  }

  .mainpage-worldwide-map .country-list {
    font-size: 1.1rem;
  }

  .row-service .title {
    font-size: 1rem;
    font-weight: 600;
  }

  #page-content {
    padding-top: 85px;
  }
}

@-webkit-keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-o-keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes shakeUpDownArrow {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@-o-keyframes shakeUpDownArrow {
  0% {
    -o-transform: translateY(-3px);
       transform: translateY(-3px);
  }

  100% {
    -o-transform: translateY(3px);
       transform: translateY(3px);
  }
}

@keyframes shakeUpDownArrow {
  0% {
    -webkit-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(3px);
         -o-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@-webkit-keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }

  100% {
    margin-left: 3px;
  }
}

@-o-keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }

  100% {
    margin-left: 3px;
  }
}

@keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }

  100% {
    margin-left: 3px;
  }
}

@-webkit-keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes grow {
  0%,100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@-o-keyframes grow {
  0%,100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@keyframes grow {
  0%,100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@-webkit-keyframes animate-arrow-1 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 0.3;
  }
}

@-o-keyframes animate-arrow-1 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 0.3;
  }
}

@keyframes animate-arrow-1 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes animate-arrow-2 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 0.5;
  }
}

@-o-keyframes animate-arrow-2 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 0.5;
  }
}

@keyframes animate-arrow-2 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes animate-arrow-3 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 1;
  }
}

@-o-keyframes animate-arrow-3 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 1;
  }
}

@keyframes animate-arrow-3 {
  0% {
    opacity: 0;
  }

  70%,100% {
    opacity: 1;
  }
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes loader-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.section-default-2 {
  margin: 30px 0;
}


.faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  font-weight: 600;
  font-size: 18px;
  color: #21262c;
  transition: color 200ms ease-in-out;
}
.faq__question:before, .faq__question:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid transparent;
}
.faq__question:before {
  border-color: #1c6381;
  transition: background-color 200ms ease-in-out;
}
.faq__question:after {
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12.5L10 7.5L5 12.5' stroke='%231c6381' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  transition: transform 200ms ease-in-out;
}
.faq__question:hover {
  color: #1c6381;
}
.faq__item {
  position: relative;
  padding-bottom: 0;
  transition: box-shadow 200ms ease-in-out;
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #d5d5d7;
}
.faq__item.active .faq__question:before {
  background-color: #1c6381;
}
.faq__item.active .faq__question:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12.5L10 7.5L5 12.5' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(0deg);
}
.faq__answer {
  overflow: hidden;
  height: 0px;
}
.faq__item.active .faq__answer {
  margin-bottom: 20px;
  height: auto;
}



.related {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap:16px;
  height: 100%;
  background-color: #eff4f4;
  padding:2rem;
  text-decoration: none!important;
}
.related__title {
  margin-bottom: auto;
  color: #142F42;
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.section-title-2 {
  color: #142F42;
  text-transform: uppercase;
  border-left: 3px solid #142F42;
  padding-left: 30px;
  line-height: 3rem;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}


.text {
  &.text--reset-heading {
    h1 {
      font-size: 26px;
      font-weight: 300;
    }
  }
}
