/* Colors *//* Backgrounds *//* Text *//* Border *//* Footer *//* Copyright *//* Dropdown *//** link-color *//** Messages *//** media */.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: #0C2B43;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0C2B43 0%, #0C2B43 33%, #0C2B43 67%, #0C2B43 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0C2B43), color-stop(33%, #0C2B43), color-stop(67%, #0C2B43), to(#0C2B43));
  background: -o-linear-gradient(left, #0C2B43 0%, #0C2B43 33%, #0C2B43 67%, #0C2B43 100%);
  background: linear-gradient(to right, #0C2B43 0%, #0C2B43 33%, #0C2B43 67%, #0C2B43 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C2B43', endColorstr='#0C2B43', 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: 500px;
  opacity: 1;
}

.default-transition {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.flex-center {
  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;
}/* 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); */;
}

i.ic-arrow-right {
  padding-top: 2px;
  padding-left: 2px;
}

i.ic-arrow-left {
  padding-right: 2px;
}

.ic-home:before {
  content: '\e800';
}/* '' */.ic-down:before {
  content: '\e801';
}/* '' */.ic-clock:before {
  content: '\e802';
}/* '' */.ic-play:before {
  content: '\e803';
}/* '' */.ic-location:before {
  content: '\e804';
}/* '' */.ic-fnx:before {
  content: '\e805';
}/* '' */.ic-down-dir:before {
  content: '\e806';
}/* '' */.ic-up-dir:before {
  content: '\e807';
}/* '' */.ic-left-dir:before {
  content: '\e808';
}/* '' */.ic-right-dir:before {
  content: '\e809';
}/* '' */.ic-arrow-down-bold-mini:before {
  content: '\e80a';
}/* '' */.ic-arrow-left-bold-mini:before {
  content: '\e80b';
}/* '' */.ic-arrow-right-bold-mini:before {
  content: '\e80c';
}/* '' */.ic-arrow-up-bold-mini:before {
  content: '\e80d';
}/* '' */.ic-arrow-down-mini:before {
  content: '\e80e';
}/* '' */.ic-arrow-left-mini:before {
  content: '\e80f';
}/* '' */.ic-arrow-right-mini:before {
  content: '\e810';
}/* '' */.ic-arrow-up-mini:before {
  content: '\e811';
}/* '' */.ic-arrow-down-light:before {
  content: '\e812';
}/* '' */.ic-arrow-left-light:before {
  content: '\e813';
}/* '' */.ic-arrow-right-light:before {
  content: '\e814';
}/* '' */.ic-arrow-up-light:before {
  content: '\e815';
}/* '' */.ic-arrow-down-bold:before {
  content: '\e816';
}/* '' */.ic-arrow-left-bold:before {
  content: '\e817';
}/* '' */.ic-arrow-right-bold:before {
  content: '\e818';
}/* '' */.ic-arrow-up-bold:before {
  content: '\e819';
}/* '' */.ic-right:before {
  content: '\e81a';
}/* '' */.ic-star-empty:before {
  content: '\e81b';
}/* '' */.ic-star-empty-2:before {
  content: '\e81c';
}/* '' */.ic-star-filled-2:before {
  content: '\e81d';
}/* '' */.ic-close-1:before {
  content: '\e81e';
}/* '' */.ic-fnx-logo-footer:before {
  content: '\e81f';
}/* '' */.ic-mobile:before {
  content: '\e820';
}/* '' */.ic-globe:before {
  content: '\e821';
}/* '' */.ic-filter:before {
  content: '\e822';
}/* '' */.ic-left:before {
  content: '\e823';
}/* '' */.ic-globe-1:before {
  content: '\e824';
}/* '' */.ic-balance-1:before {
  content: '\e825';
}/* '' */.ic-delete:before {
  content: '\e826';
}/* '' */.ic-btn-play:before {
  content: '\e827';
}/* '' */.ic-credit:before {
  content: '\e828';
}/* '' */.ic-close-2:before {
  content: '\e829';
}/* '' */.ic-info:before {
  content: '\e82a';
}/* '' */.ic-share:before {
  content: '\e82b';
}/* '' */.ic-reply:before {
  content: '\e82c';
}/* '' */.ic-tag:before {
  content: '\e82d';
}/* '' */.ic-contacts:before {
  content: '\e82e';
}/* '' */.ic-instagram-1:before {
  content: '\e82f';
}/* '' */.ic-email-2:before {
  content: '\e830';
}/* '' */.ic-kyivstar:before {
  content: '\e831';
}/* '' */.ic-close:before {
  content: '\e832';
}/* '' */.ic-life:before {
  content: '\e833';
}/* '' */.ic-vodafone:before {
  content: '\e834';
}/* '' */.ic-balance-3:before {
  content: '\e835';
}/* '' */.ic-pencil:before {
  content: '\e836';
}/* '' */.ic-quote:before {
  content: '\e837';
}/* '' */.ic-cart-1:before {
  content: '\e838';
}/* '' */.ic-up:before {
  content: '\e839';
}/* '' */.ic-ok-2:before {
  content: '\e83a';
}/* '' */.ic-location-custom:before {
  content: '\e83b';
}/* '' */.ic-ok:before {
  content: '\e83c';
}/* '' */.ic-email-1:before {
  content: '\e848';
}/* '' */.ic-pencil-2:before {
  content: '\e84c';
}/* '' */.ic-search:before {
  content: '\e84e';
}/* '' */.ic-star-filled:before {
  content: '\e84f';
}/* '' */.ic-mobile-hand:before {
  content: '\e850';
}/* '' */.ic-cart:before {
  content: '\e852';
}/* '' */.ic-email:before {
  content: '\e853';
}/* '' */.ic-heart:before {
  content: '\e854';
}/* '' */.ic-mouse-scroll:before {
  content: '\e855';
}/* '' */.ic-balance:before {
  content: '\e856';
}/* '' */.ic-balance-2:before {
  content: '\e857';
}/* '' */.ic-tools:before {
  content: '\e858';
}/* '' */.ic-microphone:before {
  content: '\e859';
}/* '' */.ic-user:before {
  content: '\e85a';
}/* '' */.ic-btn-play-filled:before {
  content: '\e85c';
}/* '' */.ic-cellphone:before {
  content: '\e85d';
}/* '' */.ic-present:before {
  content: '\e85e';
}/* '' */.ic-reviews:before {
  content: '\e85f';
}/* '' */.ic-eye:before {
  content: '\e860';
}/* '' */.ic-callendar:before {
  content: '\e861';
}/* '' */.ic-availability:before {
  content: '\e863';
}/* '' */.ic-seal2:before {
  content: '\e868';
}/* '' */.ic-telephone2:before {
  content: '\e869';
}/* '' */.ic-burger22:before {
  content: '\e86a';
}/* '' */.ic-checked2:before {
  content: '\e86b';
}/* '' */.ic-decode2:before {
  content: '\e86c';
}/* '' */.ic-krest2:before {
  content: '\e86d';
}/* '' */.ic-location2:before {
  content: '\e86e';
}/* '' */.ic-mes2:before {
  content: '\e86f';
}/* '' */.ic-plus2:before {
  content: '\e870';
}/* '' */.ic-printer2:before {
  content: '\e871';
}/* '' */.ic-cellphone-filled:before {
  content: '\e873';
}/* '' */.ic-email-filled:before {
  content: '\e874';
}/* '' */.ic-quote-custom:before {
  content: '\e875';
}/* '' */.ic-arrow-down:before {
  content: '\f004';
}/* '' */.ic-arrow-up:before {
  content: '\f005';
}/* '' */.ic-arrow-right:before {
  content: '\f006';
}/* '' */.ic-arrow-left:before {
  content: '\f007';
}/* '' */.ic-location-1:before {
  content: '\f031';
}/* '' */.ic-lock-open:before {
  content: '\f075';
}/* '' */.ic-facebook:before {
  content: '\f09a';
}/* '' */.ic-gplus-1:before {
  content: '\f0d5';
}/* '' */.ic-youtube-play:before {
  content: '\f16a';
}/* '' */.ic-instagram:before {
  content: '\f16d';
}/* '' */.ic-vk:before {
  content: '\f189';
}/* '' */.ic-whatsapp:before {
  content: '\f232';
}/* '' */.ic-telegram:before {
  content: '\f2c6';
}/* '' */.ic-vimeo:before {
  content: '\f306';
}/* '' */.ic-twitter:before {
  content: '\f309';
}/* '' */.ic-gplus:before {
  content: '\f30f';
}/* '' */.ic-pinterest:before {
  content: '\f312';
}/* '' */.ic-youtube:before {
  content: '\f313';
}/* '' */.ic-tumblr:before {
  content: '\f315';
}/* '' */.ic-linkedin:before {
  content: '\f318';
}/* '' */.ic-instagram-2:before {
  content: '\f32d';
}/* '' */.ic-skype:before {
  content: '\f339';
}/* '' */.ic-lock:before {
  content: '\f512';
}/* '' */.font-inter {
  font-family: 'Inter', sans-serif;
}

.font-exo2 {
  font-family: 'Exo 2', sans-serif;
}

.font-rubik {
  font-family: 'Rubik', sans-serif;
}

html {
  font-size: 16px;
}

html,body {
  height: 100%;
}

body {
  font-size: 0.875rem;
  font-family: 'Inter', sans-serif;
  color: #0C2B43;
  font-style: normal;
  font-weight: 400;
}

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

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: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

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;
}

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

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

.page-content {
  padding-top: 112px;
}

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

::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}

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

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

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

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

::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece {
  background: #EBEBEB;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #11B3E8;
  border-radius: 4px;
}

::-webkit-scrollbar-corner {
  background: #EBEBEB;
}

.page-header {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #ffffff;
  padding: 24px 56px;
}

.page-header.open-mobile-menu {
  background-color: #005494;
}

.page-header.open-mobile-menu .burger-icon-wrapper {
  background-color: #0B61A3;
}

.page-header.open-mobile-menu .burger-icon-wrapper div:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-header.open-mobile-menu .burger-icon-wrapper div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-header.open-mobile-menu .burger-icon-wrapper div:last-child {
  display: none;
}

.page-header.open-mobile-menu .language {
  background-color: #0B61A3;
}

.page-header.open-mobile-menu .language .current-lang {
  color: #ffffff;
}

.page-header.open-mobile-menu .header-contacts-icon {
  background-color: #0B61A3;
}

.page-header.open-mobile-menu .header-contacts-icon .ic-cellphone-filled {
  color: #ffffff;
}

.container-for-header {
  max-height: 112px;
}

.header-logo-menu-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-wrapper,.header-menu-contacts-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;
}

.header-menu-contacts-wrap {
  margin-left: 36px;
}

.header-phone-wrap {
  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;
  cursor: pointer;
}

.header-phone {
  font-size: 18px;
  line-height: 24px;
  margin-right: 26px;
}

.header-phone a {
  color: #0C2B43;
}

.header-phones-dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}

.header-phones-dropdown .circle-arr--darkblue {
  position: absolute;
  top: -21px;
  right: 0;
  width: 17px;
  height: 17px;
  color: #ffffff;
  font-size: 9px;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown-phones {
  display: none;
  opacity: 0;
  max-height: 0;
  padding: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown-phones .phone {
  display: block;
  padding: 7px 5px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  background-color: rgba(0, 84, 148, 0.04);
  color: #005494;
}

.dropdown-phones .phone:hover {
  background-color: #11B3E8;
  color: #ffffff;
}

.dropdown-phones .phone:last-child {
  margin-bottom: 0;
}

.header-contacts-icon {
  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;
  min-width: 48px;
  width: 48px;
  min-height: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 84, 148, 0.04);
  margin-right: 12px;
}

.header-contacts-icon .ic-cellphone-filled {
  font-size: 21px;
  color: #005494;
}

.header-contacts-title {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #005494;
  margin-bottom: 2px;
}

.header-navigation {
  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: relative;
  top: 10px;
}

.header-navigation button.toggle {
  display: none;
}

.header-navigation .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-navigation .nav-item {
  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;
  position: relative;
  height: 38px;
}

.header-navigation .nav-item.sub-in ul.sub-list {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 18px;
  max-height: 0;
  min-width: 336px;
  padding: 8px 8px 8px;
  opacity: 0;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
}

.header-navigation .nav-item.sub-in ul.sub-list:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 31px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #11B3E8;
}

.header-navigation .nav-item.sub-in ul.sub-list .list-item {
  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;
  max-width: 320px;
  min-height: 48px;
  margin-bottom: 4px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #005494;
  background-color: #F3FCFF;
}

.header-navigation .nav-item.sub-in ul.sub-list .list-item:last-child {
  margin-bottom: 0;
}

.header-navigation .nav-item.sub-in ul.sub-list .list-item:hover {
  background-color: #11B3E8;
}

.header-navigation .nav-item.sub-in ul.sub-list .list-item:hover .nav-link {
  font-weight: 400;
  color: #ffffff;
}

.header-navigation .nav-item.sub-in ul.sub-list .nav-link {
  display: block;
  padding: 14px 20px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  color: #005494;
  text-transform: none;
}

.header-navigation .nav-link.header-link {
  font-size: 16px;
  line-height: 19px;
  padding: 0 20px;
  font-weight: 500;
  color: #0C2B43;
  text-transform: uppercase;
}

.header-navigation .nav-link.header-link:hover {
  color: #11B3E8;
}/* For mobile version */.menu-mobile-container.show-sub-menu .menu-mobile-wrap--back-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-mobile-container.show-sub-menu .mobile-sub-menu--title {
  display: block;
}

.menu-mobile-container.show-sub-menu .header-navigation,.menu-mobile-container.show-sub-menu .header-mobile-contacts-wrap,.menu-mobile-container.show-sub-menu .header-socials-wrap,.menu-mobile-container.show-sub-menu .header-contacts-btn-wrap {
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
       -o-transform: translateX(-110%);
          transform: translateX(-110%);
}

.menu-mobile-container .socials-list {
  text-align: left;
}

.header-socials-wrap {
  margin-bottom: 16px;
}

.header-navigation .nav-item.sub-in ul.sub-list.lv-2 {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-navigation .nav-item.sub-in ul.sub-list.lv-2.show-sub-menu {
  display: block;
  opacity: 1;
  position: fixed;
  z-index: 1067;
  top: -15px;
  left: 110%;
  width: 100%;
  max-height: none;
  padding: 16px 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-navigation .nav-item.sub-in ul.sub-list.lv-2.show-sub-menu:before {
  display: none;
}

.header-navigation .nav-item.sub-in ul.sub-list.lv-2.show-sub-menu .list-item {
  max-width: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 24px;
  background-color: rgba(239, 239, 239, 0.08);
}

.header-navigation .nav-item.sub-in ul.sub-list.lv-2.show-sub-menu .nav-link {
  width: 100%;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 500!important;
  text-transform: uppercase;
}

.mobile-sub-menu--title {
  display: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.menu-mobile-wrap--back-btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px;
  color: #ffffff;
  cursor: pointer;
}

.menu-mobile-wrap--back-btn .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-left: 8px;
  text-transform: uppercase;
}

.menu-mobile-wrap--back-btn .circle-arr--blue {
  width: 20px;
  height: 20px;
  font-size: 9px;
}

.toggle-sub-menu {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 23%;
  height: 100%;
  padding-right: 15px;
  color: #ffffff;
}

.toggle-sub-menu .circle-arr--blue {
  width: 20px;
  height: 20px;
  font-size: 9px;
}

.burger-icon-wrapper {
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: none;
  width: 48px;
  height: 48px;
  margin-left: 32px;
  border-radius: 50%;
  background-color: #005494;
  cursor: pointer;
}

.burger-icon-wrapper div {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  margin-bottom: 4px;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.burger-icon-wrapper div:last-child {
  left: 5px;
  margin-bottom: 0;
  width: 20px;
}/* Mobile menu */.header-bottom-mobile-menu {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  position: fixed;
  z-index: 1050;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #005494;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-bottom-mobile-menu.open-mobile-menu {
  visibility: visible;
  max-height: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  opacity: 1;
}

.header-bottom-mobile-menu .menu-mobile-wrap {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 16px;
  border-top: 1px solid rgba(239, 239, 239, 0.08);
}

.header-bottom-mobile-menu .header-navigation {
  display: block;
  top: 0;
}

.header-bottom-mobile-menu .navbar-nav {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header-bottom-mobile-menu .nav-item {
  min-height: 48px;
  height: auto;
  width: 100%;
  margin-bottom: 4px;
}

.header-bottom-mobile-menu .header-navigation .nav-link.header-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: rgba(239, 239, 239, 0.08);
}

.header-bottom-mobile-menu .header-navigation .nav-link.header-link:last-child {
  margin-bottom: 0;
}

.header-mobile-contacts-wrap {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 32px;
  color: #ffffff;
}

.header-contacts-btn-wrap {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logo-for-mobile {
  display: none;
}/* Responsive *//*Стили хлебных крошек*/#page-breadcrumb {
  overflow: hidden;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: 14px;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .breadcrumb-item:first-child a {
  color: #0C2B43;
}

.breadcrumb .breadcrumb-item:first-child a: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); */;
}

.breadcrumb .breadcrumb-item:first-child a:before {
  content: '\e800';
}

.breadcrumb .breadcrumb-item:first-child a:before {
  color: #FCAE29;
  font-size: 16px;
}

.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: 13px;
  padding-right: 13px;
  color: #303748;
}

.breadcrumb .breadcrumb-item a {
  position: relative;
  color: #303748;
  -webkit-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #0C2B43;
}

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

.page-aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-right: 30px;
}

.page-aside + * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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: #0C2B43;
  text-shadow: 1px 0 0 #0C2B43;
}

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

.aside-tags .title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.143;
  color: #0C2B43;
  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: 2.5rem;
}

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

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

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

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

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

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C2B43;
}

.main-text .page-title {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
}

.main-text h2,.main-text .page-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0C2B43;
}

.main-text h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700 !important;
}

.main-text.text-formatted .container h1:first-child,.main-text.text-formatted .container h2:first-child {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #0C2B43;
  text-transform: uppercase;
}

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

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

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

.load-more-title {
  text-align: center;
  background: #0C2B43;
  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;
}

.text-formatted {
  font-size: 16px;
  line-height: 24px;
  color: #0C2B43;
}

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

.text-formatted h1,.text-formatted .h1,.text-formatted h2,.text-formatted .h2,.text-formatted h3,.text-formatted .h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 26px;
}

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

.text-formatted a:hover {
  color: #0C2B43;
}

.text-formatted ul,.text-formatted ol,.text-formatted p,.text-formatted blockquote {
  margin-bottom: 18px;
}

.text-formatted p {
  position: relative;
}

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

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

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

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

.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 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: #0C2B43;
}

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

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

.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;
  clear: both;
  border-left: 3px solid #0C2B43;
  padding-left: 15px;
}

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

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

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

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

.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:nth-child(odd),.text-formatted table tbody:first-child tr:nth-child(odd) {
  background: #eee;
}

.text-formatted table thead + tbody tr:nth-child(even) {
  background: #eee;
}

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

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  text-decoration: none;
}

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

.pagination-wrap .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding-top: 8px;
}

.pagination-wrap .page-item {
  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;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  border-radius: 50%;
  margin: 0 3px;
}

.pagination-wrap .page-item:not(.active) {
  cursor: pointer;
}

.pagination-wrap .page-item.active {
  color: #ffffff;
  background-color: #11B3E8;
}

.pagination-wrap .page-item:hover:not(.active) {
  background-color: rgba(17, 179, 232, 0.1);
}

.pagination-wrap .page-item:hover .page-prev,.pagination-wrap .page-item:hover .page-next {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

.pagination-wrap .page-link {
  border: 0;
  color: #0C2B43;
  background-color: transparent;
}

.pagination-wrap .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination-wrap .page-prev,.pagination-wrap .page-next {
  font-size: 11px;
  color: #11B3E8;
}

.btn-load-more-wrapper {
  display: none;
  margin-bottom: 40px;
}

.btn-load-more {
  display: block;
  margin: 8px auto 0;
}/* Responsive */#page-footer {
  background-color: #005494;
  padding-top: 69px;
}

.footer-content-wrap {
  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-bottom: 55px;
}

.footer-content-wrap ul {
  list-style-type: none;
  padding: 0;
}

.footer-item {
  max-width: 33%;
}

.footer-item:not(:last-child) {
  margin-right: 30px;
}

.footer-item .btn-blue {
  width: 100%;
  border: 1px solid transparent;
}

.footer-item .btn-blue:hover {
  border-color: #11B3E8;
}

.footer-contacts-btn-wrap {
  margin-top: 5px;
}

.footer-item-title {
  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%;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-left: 2px solid #11B3E8;
  padding-left: 8px;
}

.footer-item-title .circle-arr--blue {
  display: none;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  min-height: 20px;
}

.footer-menu--list-wrap {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 0;
}

.footer-menu-item {
  min-width: 290px;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer-menu-item:hover .circle-arr--footer {
  background-color: #11B3E8;
}

.footer-menu-item a {
  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;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
}

.footer-contacts-wrap {
  color: #ffffff;
}

.footer-contacts-text-wrap .phones,.footer-contacts-text-wrap .address,.footer-contacts-text-wrap .emails {
  font-size: 18px;
  line-height: 24px;
}

.footer-contacts-text-wrap .phones > a,.footer-contacts-text-wrap .address > a,.footer-contacts-text-wrap .emails > a {
  color: #ffffff;
}

.footer-contacts-text-wrap .phones > a:hover,.footer-contacts-text-wrap .address > a:hover,.footer-contacts-text-wrap .emails > a:hover {
  text-decoration: underline;
}

.footer-contacts-item {
  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-bottom: 16px;
}

.footer-contacts-icon {
  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;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #396C94;
  margin-right: 12px;
  margin-bottom: 2px;
  font-size: 20px;
}

.footer-contacts-text-wrap_title {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.8;
}

.footer-socials-wrap .socials-list {
  margin-bottom: 16px;
}

.circle-arr--footer {
  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-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  background-color: #055DA0;
}/* Responsive */.copyright {
  min-height: 64px;
  background-color: #034A81;
  padding: 15px 0;
}

.copyright-container {
  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;
}

.copyright-text-wrap {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.56;
  margin-right: 20px;
}

.copyright-logo-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;
}

.copyright-logo-wrap-text {
  display: inline-block;
  max-width: 80px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.56;
}

.copyright-logo {
  font-size: 34px;
  line-height: 34px;
  color: #ffffff;
  opacity: 0.56;
}

.copyright-logo:hover {
  color: #ffffff;
  opacity: 1;
}

.faq-container {
  margin-bottom: 100px;
}

.faq-item--wrap {
  background-color: #FAFAFA;
  margin-bottom: 8px;
  padding: 0 32px;
  cursor: pointer;
}

.faq-item--wrap:last-child {
  margin-bottom: 0;
}

.faq-item--wrap.active .faq-item--answer {
  padding: 0 0 21px;
  visibility: visible;
  max-height: none;
  opacity: 1;
}

.faq-item--wrap.active .circle-arr--blue {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-item--question {
  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;
  padding: 21px 0;
}

.faq-item--question .circle-arr--blue {
  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-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}

.faq-item--question-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.faq-item--answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq-item--answer span:last-child p {
  margin-bottom: 0;
}/* Responsive */#reviews .block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C2B43;
  margin-bottom: 0;
}

#reviews .block-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}

#reviews .block-content {
  margin-top: 40px;
}

#reviews #reviewsSlider {
  margin-top: 40px;
}

#reviews .review-item-slide {
  padding: 24px 32px;
  min-height: 290px;
  max-width: 400px;
  width: 100%;
  background: #FAFAFA;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  margin: 15px 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;
}

#reviews .review-item-slide:hover {
  -webkit-box-shadow: 10px -10px 0px 0px #11b3e8;
          box-shadow: 10px -10px 0px 0px #11b3e8;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#reviews .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#reviews .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

#reviews .review-content {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  height: 100%;
}

#reviews .review-content.hide-rew {
  overflow: hidden;
  height: 120px;
}

#reviews .review-content.hide-rew:after {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  background: #FAFAFA;
  position: absolute;
  top: 107px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

#reviews .review-name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C2B43;
}

#reviews .review-job_title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #868686;
}

#reviews .slick-arrow {
  position: absolute;
  z-index: 22;
  background: #11B3E8;
  width: 40px;
  height: 40px;
  border-radius: 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;
  text-align: center;
  border: 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#reviews .slick-arrow.slick-prev {
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  left: 5px;
}

#reviews .slick-arrow.slick-next {
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: 5px;
}

#reviews .slick-arrow:focus {
  outline: none;
  border: 0;
}

#reviews .button-bar {
  margin: 20px 0 0 0;
  padding: 5px;
  list-style: none;
  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;
}

#reviews .button-bar li button {
  width: 32px;
  height: 4px;
  display: block;
  background: #EEEEEE;
  border-radius: 8px;
  color: transparent;
  border: 0;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#reviews .button-bar li button:focus {
  outline: none;
}

#reviews .button-bar .slick-active button {
  background: #11B3E8;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#reviews .read-more {
  display: block;
  text-align: left;
  color: #005494;
}/* Responsive */.container {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

.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;
}

.fancybox-bg {
  background-color: rgba(0, 84, 148, 0.72);
}

.fancybox-close-small:focus:after,.fancybox-close-small:focus {
  outline: 0;
}

.fancybox-container.form-popup .fancybox-slide > div {
  position: relative;
  overflow: visible;
  max-width: 421px;
  min-height: 440px;
  margin: 0 auto;
  padding: 32px;
  background-color: #ffffff;
}

.fancybox-container.form-popup .fancybox-slide > div:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 16px;
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
}

.jq-selectbox {
  z-index: 30 !important;
}

.jq-selectbox.opened {
  z-index: 31 !important;
}

.jq-selectbox.focused .jq-selectbox__select {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jq-selectbox li {
  color: #2e2d2d;
  font-size: 1rem;
}

.jq-selectbox li.selected {
  color: #fff;
}

.jq-selectbox li:hover {
  color: #fff;
}

.jq-selectbox__select {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 1rem;
  line-height: 1.13;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 145px;
}

.jq-selectbox__select:hover {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jq-selectbox__select-text {
  width: auto !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.jq-selectbox__trigger {
  border: none;
  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;
}

.jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border: none;
  font-size: 14px;
  position: static;
  width: auto;
  height: auto;
}

.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__trigger .jq-selectbox__trigger-arrow:before {
  content: '\e812';
}

.jq-selectbox__dropdown {
  background: #fff;
  overflow: hidden;
  right: auto;
  width: auto;
  min-width: 100%;
}

.jq-selectbox__dropdown ul {
  max-height: 200px;
  overflow-y: auto;
}

select.styler {
  opacity: 0;
}

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

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

.ui-state-default .ui-icon {
  background-image: url("/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("/themes/default/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}

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

.ui-state-highlight .ui-icon {
  background-image: url("/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("/themes/default/skin/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}

.ui-widget-content {
  background: #eee url("/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("/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("/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("/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("/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("/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("/themes/default/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
}

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

.ui-widget-shadow {
  background: #000 url("/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: 'Inter', 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: #0C2B43;
  color: #fff;
  border: none;
  margin: 0;
}

.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;
}

.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;
}

.language {
  position: relative;
  margin-left: 32px;
  background-color: rgba(0, 84, 148, 0.06);
  border-radius: 50%;
  cursor: pointer;
}

.language .current-lang {
  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;
  font-weight: 600;
  font-size: 16px;
  width: 48px;
  height: 48px;
  color: #005494;
}

.language .lang-list {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1051;
  top: 100%;
  left: -4px;
  max-height: 0;
  margin: 0;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.language .lang-list .lang-link {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #005494;
}

.language .lang-list .lang-link.active {
  pointer-events: none;
  cursor: default;
}

.language .lang-item {
  width: 42px;
  padding: 4px 8px;
  margin-bottom: 4px;
  color: #005494;
  background-color: #F3FCFF;
}

.language .lang-item:last-child {
  margin-bottom: 0;
}

.language .lang-item:hover {
  background-color: #11B3E8;
}

.language .lang-item:hover .lang-link {
  color: #ffffff;
}/* Responsive */.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: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  top: 2px;
}

.hamburger-box .hamburger-inner:nth-child(2) {
  -webkit-transition: opacity 0.125s ease 0.275s;
  -o-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.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;
}

.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: #0C2B43;
}

.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: #0C2B43;
  -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;
}

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

#teamSlider {
  padding-top: 20px;
}

#teamSlider .person-slide-item {
  width: 100%;
  margin: 0 10px;
}

#teamSlider .person-slide-item .person-image {
  width: 100%;
}

#teamSlider .person-slide-item .person-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}

#teamSlider .person-slide-item .person-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #0C2B43;
}

#teamSlider .person-slide-item .person-slide-item-bottom {
  background: #FAFAFA;
  padding: 16px;
}

#teamSlider .person-slide-item .person-position {
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}

#teamSlider .slick-arrow {
  position: absolute;
  z-index: 22;
  background: #11B3E8;
  width: 80px;
  height: 80px;
  border-radius: 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;
  text-align: center;
  border: 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#teamSlider .slick-arrow.slick-prev {
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  left: 5px;
}

#teamSlider .slick-arrow.slick-next {
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: 5px;
}

#teamSlider .slick-arrow:focus {
  outline: none;
  border: 0;
}

#teamSlider .slick-arrow i {
  font-size: 26px;
}

.specialist-comment-section .specialist-comment {
  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;
  padding: 24px;
  background: #FAFAFA;
}

.specialist-comment-section .specialist-comment .person-image-quote {
  width: 148px;
  height: 148px;
  border-radius: 100%;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 148px;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
  margin-right: 20px;
}

.specialist-comment-section .specialist-comment .person-image-quote img {
  width: 100%;
  border-radius: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialist-comment-section .specialist-comment .person-job-position {
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}

.specialist-comment-section .specialist-comment .person-title-quote {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C2B43;
}

.specialist-comment-section .specialist-comment .quote {
  border-top: 2px solid #11B3E8;
  padding-top: 10px;
  margin-top: 8px;
}

.specialist-comment-section .specialist-comment .quote .quote-content {
  position: relative;
  padding-left: 62px;
  padding-bottom: 20px;
}

.specialist-comment-section .specialist-comment .quote .quote-text {
  padding-top: 30px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000000;
}

.specialist-comment-section .specialist-comment .quote .quote-left {
  position: absolute;
  left: 0;
}

.specialist-comment-section .specialist-comment .quote .quote-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn {
  position: relative;
  cursor: pointer;
  letter-spacing: 0.02em;
  border-radius: 0;
  border: 0;
}

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

.btn .ic-arrow-right {
  margin-left: 7px;
}

.btn-blue {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 30px;
  background-color: #11B3E8;
  color: #ffffff;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-blue:hover,.btn-blue:focus {
  background-color: #005494;
}

.btn-blue:active {
  background-color: #11B3E8;
}

.btn-blue a {
  color: #ffffff;
}

.btn-white {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 30px;
  border: 1px solid #11B3E8;
  background-color: #ffffff;
  color: #11B3E8;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-white:hover,.btn-white:focus {
  color: #ffffff;
  background-color: #11B3E8;
}

.btn-white:active {
  color: #11B3E8;
  background-color: #ffffff;
}

.btn-white a {
  color: #11B3E8;
}

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: #0C2B43;
  line-height: 1;
}

.btn-link .text {
  border-bottom: 1px solid #0C2B43;
  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: #0C2B43;
}

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

.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;
}

.animate_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #303748;
  letter-spacing: 0.475em;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  background: transparent;
  border-radius: 50px;
  width: 228px;
  padding-left: 19px;
  overflow: hidden;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none!important;
  outline: none!important;
}

.animate_btn span.text {
  z-index: 1;
}

.animate_btn:before {
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0.02, 0.3, 0.96);
  -o-transition: all 0.8s cubic-bezier(0.76, 0.02, 0.3, 0.96);
  transition: all 0.8s cubic-bezier(0.76, 0.02, 0.3, 0.96);
  position: absolute;
  background: #FCAE29;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  width: 300%;
  border-radius: inherit;
  right: -webkit-calc(100% - 50px);
  right: calc(100% - 50px);
}

.animate_btn:after {
  content: '\e870';
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  font-size: 10px;
}

.animate_btn:hover:before {
  right: -webkit-calc(-300% + 50px);
  right: calc(-300% + 50px);
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0.02, 0.3, 0.96);
  -o-transition: all 0.8s cubic-bezier(0.76, 0.02, 0.3, 0.96);
  transition: all 0.8s cubic-bezier(0.76, 0.02, 0.3, 0.96);
}

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

.filter .filter-title {
  background: #0C2B43;
  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: #0C2B43;
  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: #0C2B43;
}

.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: #0C2B43;
}

.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: #0C2B43;
  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: #0C2B43;
}

.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: #0C2B43;
  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: #0C2B43;
  -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: #0C2B43;
}

.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;
  font-size: 14px;
  text-decoration: none;
  color: #0C2B43;
  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: #0C2B43;
  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: -28px/2;
  -webkit-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
  padding: 5px 15px;
  height: 28px;
  border-radius: 28px/2;
  line-height: 18px;
  vertical-align: middle;
  background: #0C2B43;
  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 #0C2B43;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.attribute-checkbox.selected .list .checkbox {
  border-color: #0C2B43;
}

.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-top: -15px/2;
  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: #0C2B43;
}

.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: #0C2B43;
  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: #0C2B43;
  border-color: #0C2B43;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all .delete-icon {
  color: #fff;
}

.filter-delete-wrapper .filter-delete-item.filter-delete-all:hover {
  color: #0C2B43;
  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: #0C2B43;
  border-color: #0C2B43;
}

.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 .item {
  color: #ffffff;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
}

.socials-list .item:not(:last-child) {
  margin-right: 12px;
}

.socials-list .social-icon i {
  font-size: 24px;
}/* Responsive */.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: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
  border: 1px solid #0C2B43;
}

.social-auth .social a {
  display: block;
  height: 100%;
}

.social-auth .social i {
  color: #0C2B43;
}

.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);
}

.scroll-up {
  position: fixed;
  right: 0;
  bottom: 31px;
  background: #11B3E8;
  -webkit-background-size: 17px 17px;
          background-size: 17px;
  width: 42px;
  height: 42px;
  margin-top: 180px;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.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: '\f005';
}

.scroll-up:before {
  color: white;
  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-size: 20px;
}

.page-articles-list {
  margin-bottom: 100px;
}

.page-articles-list .article-text,.page-articles-list .article-link,.page-articles-list .article-text--title,.page-articles-list .article-text--url-key {
  display: none;
}

.article-list-wrapper {
  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;
}

.article-item {
  position: relative;
  max-width: 421px;
  line-height: 1.2;
  font-size: 0.875rem;
  color: #0C2B43;
  margin: 0 73px 32px 0;
}

.article-item:nth-child(3n + 3) {
  margin-right: 0;
}

.article-item .article-img-wrapper {
  display: block;
}

.article-item .article-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.article-item .article-title a {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #0C2B43;
}

.article-item .article-title a:hover {
  text-decoration: none;
  color: #0C2B43;
}

.article-item--date {
  position: absolute;
  z-index: 1;
  padding: 6px 20px;
  min-width: 110px;
  min-height: 32px;
  top: 16px;
  left: 26px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
}

.article-item--date:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
  -webkit-transform: skew(-32deg, 0);
      -ms-transform: skew(-32deg, 0);
       -o-transform: skew(-32deg, 0);
          transform: skew(-32deg, 0);
}

.article-description {
  margin-top: 16px;
}/* Responsive */.form-control {
  height: 50px;
  border-radius: 8px;
  border-color: transparent;
  background: #F4F4F4;
  color: #0C2B43;
  padding-left: 15px;
  padding-right: 9px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
}

.form-control::-webkit-input-placeholder {
  color: #4A4A4A;
}

.form-control::-moz-placeholder {
  color: #4A4A4A;
}

.form-control:-moz-placeholder {
  color: #4A4A4A;
}

.form-control:-ms-input-placeholder {
  color: #4A4A4A;
}

.form-control:focus {
  background: #F4F4F4;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.error {
  border-color: red !important;
}

.form-control.gui-field-error {
  border-color: red !important;
}

textarea.form-control {
  resize: none;
  height: 162px;
}

.custom-checkbox {
  font-size: 0.875rem;
  color: #0C2B43;
  line-height: 1.2;
  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;
  min-height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox .checkmark:before,.custom-checkbox .checkmark:after {
  content: '';
  position: absolute;
  top: 50%;
  -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;
}

.custom-checkbox .checkmark:before {
  width: 16px;
  height: 16px;
  left: 0;
  border: 1px solid #0C2B43;
}

.custom-checkbox .checkmark:after {
  width: 8px;
  height: 8px;
  left: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.custom-checkbox.active .checkmark:after,.custom-checkbox input:checked .checkmark:after,.custom-checkbox.active ~ .checkmark:after,.custom-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}

.custom-checkbox input {
  visibility: hidden;
  opacity: 0;
}

.custom-radio {
  font-size: 0.875rem;
  color: #0C2B43;
  line-height: 1.2;
  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;
  min-height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.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 #0C2B43;
  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: #0C2B43;
  left: 2px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.custom-radio.active .checkmark:after,.custom-radio input:checked .checkmark:after,.custom-radio.active ~ .checkmark:after,.custom-radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.custom-radio input {
  visibility: hidden;
  opacity: 0;
}

.block-form {
  margin-bottom: 100px;
}

.block-form-wrapper {
  position: relative;
  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;
}

.block-form-wrapper:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 465px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/themes/default/skin/images/photo_service_bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.form-agree-link {
  margin-left: 12px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  color: rgba(12, 43, 67, 0.7);
}

.form-error {
  color: red;
}

.form-error .list-unstyled {
  padding-top: 2px;
  margin-bottom: 0;
}

.fancybox-container.form-popup .form-title,.page-article--container-form .form-title,.blue-form-wrapper .form-title {
  margin-bottom: 12px;
}

.fancybox-container.form-popup .form-title .text,.page-article--container-form .form-title .text,.blue-form-wrapper .form-title .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #0C2B43;
}

.fancybox-container.form-popup .form-note,.page-article--container-form .form-note,.blue-form-wrapper .form-note {
  margin-bottom: 16px;
}

.fancybox-container.form-popup .form-note .text,.page-article--container-form .form-note .text,.blue-form-wrapper .form-note .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #959595;
}

.fancybox-container.form-popup .control-group,.page-article--container-form .control-group,.blue-form-wrapper .control-group {
  margin-bottom: 20px;
}

.fancybox-container.form-popup .control-group .row .col-12:first-child,.page-article--container-form .control-group .row .col-12:first-child,.blue-form-wrapper .control-group .row .col-12:first-child {
  margin-bottom: 16px;
}

.fancybox-container.form-popup .cellphone,.page-article--container-form .cellphone,.blue-form-wrapper .cellphone,.fancybox-container.form-popup .firstname,.page-article--container-form .firstname,.blue-form-wrapper .firstname,.fancybox-container.form-popup .name,.page-article--container-form .name,.blue-form-wrapper .name {
  padding: 12px 16px;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 20px;
  color: #9A9A9A;
  background-color: #ffffff;
}

.fancybox-container.form-popup .cellphone::-webkit-input-placeholder, .page-article--container-form .cellphone::-webkit-input-placeholder, .blue-form-wrapper .cellphone::-webkit-input-placeholder, .fancybox-container.form-popup .firstname::-webkit-input-placeholder, .page-article--container-form .firstname::-webkit-input-placeholder, .blue-form-wrapper .firstname::-webkit-input-placeholder, .fancybox-container.form-popup .name::-webkit-input-placeholder, .page-article--container-form .name::-webkit-input-placeholder, .blue-form-wrapper .name::-webkit-input-placeholder {
  color: #9A9A9A;
}

.fancybox-container.form-popup .cellphone::-moz-placeholder, .page-article--container-form .cellphone::-moz-placeholder, .blue-form-wrapper .cellphone::-moz-placeholder, .fancybox-container.form-popup .firstname::-moz-placeholder, .page-article--container-form .firstname::-moz-placeholder, .blue-form-wrapper .firstname::-moz-placeholder, .fancybox-container.form-popup .name::-moz-placeholder, .page-article--container-form .name::-moz-placeholder, .blue-form-wrapper .name::-moz-placeholder {
  color: #9A9A9A;
}

.fancybox-container.form-popup .cellphone:-ms-input-placeholder, .page-article--container-form .cellphone:-ms-input-placeholder, .blue-form-wrapper .cellphone:-ms-input-placeholder, .fancybox-container.form-popup .firstname:-ms-input-placeholder, .page-article--container-form .firstname:-ms-input-placeholder, .blue-form-wrapper .firstname:-ms-input-placeholder, .fancybox-container.form-popup .name:-ms-input-placeholder, .page-article--container-form .name:-ms-input-placeholder, .blue-form-wrapper .name:-ms-input-placeholder {
  color: #9A9A9A;
}

.fancybox-container.form-popup .cellphone::placeholder,.page-article--container-form .cellphone::placeholder,.blue-form-wrapper .cellphone::placeholder,.fancybox-container.form-popup .firstname::placeholder,.page-article--container-form .firstname::placeholder,.blue-form-wrapper .firstname::placeholder,.fancybox-container.form-popup .name::placeholder,.page-article--container-form .name::placeholder,.blue-form-wrapper .name::placeholder {
  color: #9A9A9A;
}

.fancybox-container.form-popup .firstname::-webkit-input-placeholder,.page-article--container-form .firstname::-webkit-input-placeholder,.blue-form-wrapper .firstname::-webkit-input-placeholder,.fancybox-container.form-popup .name::-webkit-input-placeholder,.page-article--container-form .name::-webkit-input-placeholder,.blue-form-wrapper .name::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox-container.form-popup .firstname::-moz-placeholder,.page-article--container-form .firstname::-moz-placeholder,.blue-form-wrapper .firstname::-moz-placeholder,.fancybox-container.form-popup .name::-moz-placeholder,.page-article--container-form .name::-moz-placeholder,.blue-form-wrapper .name::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox-container.form-popup .firstname:-moz-placeholder,.page-article--container-form .firstname:-moz-placeholder,.blue-form-wrapper .firstname:-moz-placeholder,.fancybox-container.form-popup .name:-moz-placeholder,.page-article--container-form .name:-moz-placeholder,.blue-form-wrapper .name:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox-container.form-popup .firstname:focus::-webkit-input-placeholder,.page-article--container-form .firstname:focus::-webkit-input-placeholder,.blue-form-wrapper .firstname:focus::-webkit-input-placeholder,.fancybox-container.form-popup .name:focus::-webkit-input-placeholder,.page-article--container-form .name:focus::-webkit-input-placeholder,.blue-form-wrapper .name:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox-container.form-popup .firstname:focus::-moz-placeholder,.page-article--container-form .firstname:focus::-moz-placeholder,.blue-form-wrapper .firstname:focus::-moz-placeholder,.fancybox-container.form-popup .name:focus::-moz-placeholder,.page-article--container-form .name:focus::-moz-placeholder,.blue-form-wrapper .name:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox-container.form-popup .firstname:focus:-moz-placeholder,.page-article--container-form .firstname:focus:-moz-placeholder,.blue-form-wrapper .firstname:focus:-moz-placeholder,.fancybox-container.form-popup .name:focus:-moz-placeholder,.page-article--container-form .name:focus:-moz-placeholder,.blue-form-wrapper .name:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox-container.form-popup .control-label,.page-article--container-form .control-label,.blue-form-wrapper .control-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.fancybox-container.form-popup .form-agree-wrapper,.page-article--container-form .form-agree-wrapper,.blue-form-wrapper .form-agree-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;
}

.fancybox-container.form-popup .form-checkbox-input,.page-article--container-form .form-checkbox-input,.blue-form-wrapper .form-checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  border: 2px solid #11B3E8;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.fancybox-container.form-popup .form-checkbox-input:checked,.page-article--container-form .form-checkbox-input:checked,.blue-form-wrapper .form-checkbox-input:checked {
  background-color: #11B3E8;
}

.fancybox-container.form-popup .form-checkbox-input:checked:before,.page-article--container-form .form-checkbox-input:checked:before,.blue-form-wrapper .form-checkbox-input:checked: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-container.form-popup .form-checkbox-input:checked:before,.page-article--container-form .form-checkbox-input:checked:before,.blue-form-wrapper .form-checkbox-input:checked:before {
  content: '\e86b';
}

.fancybox-container.form-popup .form-checkbox-input:checked:before,.page-article--container-form .form-checkbox-input:checked:before,.blue-form-wrapper .form-checkbox-input:checked:before {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  color: #ffffff;
}

.fancybox-container.form-popup .btn-submit-wrapper,.page-article--container-form .btn-submit-wrapper,.blue-form-wrapper .btn-submit-wrapper {
  margin-top: 24px;
  text-align: center;
}

.fancybox-container.form-popup .btn-submit-wrapper .btn,.page-article--container-form .btn-submit-wrapper .btn,.blue-form-wrapper .btn-submit-wrapper .btn {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.fancybox-container.form-popup .fancybox-slide > div .form-title {
  font-family: "Exo 2", sans-serif;
  margin-bottom: 12px;
}

.fancybox-container.form-popup .fancybox-slide > div .form-note {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #959595;
  margin-bottom: 16px;
}

.blue-form-wrapper {
  position: relative;
  max-width: 530px;
  max-height: 562px;
  padding: 40px 40px 32px;
  background-color: #005494;
}

.blue-form-wrapper:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
}

.blue-form-wrapper .form-title .text {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}

.blue-form-wrapper .form-note .text {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.88;
  color: #ffffff;
}

.blue-form-wrapper .control-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 9px;
}

.blue-form-wrapper .form-control {
  border-radius: 0;
  padding: 12px 16px;
  border: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 20px;
  color: #9A9A9A;
}

.blue-form-wrapper .form-control::-webkit-input-placeholder {
  color: #9A9A9A;
}

.blue-form-wrapper .form-control::-moz-placeholder {
  color: #9A9A9A;
}

.blue-form-wrapper .form-control:-ms-input-placeholder {
  color: #9A9A9A;
}

.blue-form-wrapper .form-control::placeholder {
  color: #9A9A9A;
}

.blue-form-wrapper .btn-submit-wrapper {
  margin-top: 27px;
}

.blue-form-wrapper .btn-submit-wrapper .btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.blue-form-wrapper .form-agree-link {
  color: #ffffff;
}/* Responsive */.search-form {
  display: block;
  position: relative;
}

.search-form .search-form-wrap {
  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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
}

.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%;
  position: relative;
}

.search-form .input-search {
  padding-left: 30px;
}

.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: #0C2B43;
  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: #0C2B43;
  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: #0C2B43;
}

.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: #0C2B43;
}

.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: #0C2B43;
}

.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: 100%/5;
  width: 100%/5;
}

.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: 100%/4;
  width: 100%/4;
}

.slick-slide:focus {
  outline: none;
}

.product-gallery {
  position: relative;
}

.product-gallery .sticker-wrapper {
  left: 120px;
  top: 50px;
}

.product-gallery .product-gallery-item {
  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%;
}

.product-gallery .lSSlideOuter.vertical .lSGallery {
  right: auto !important;
  left: 0 !important;
}

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

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

.product-gallery .lSSlideOuter.vertical .lSPager.lSGallery li {
  border: none;
  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;
}

.product-gallery .lSSlideOuter.vertical .lSPager.lSGallery li a {
  border: 1px solid red;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-gallery .lSSlideOuter.vertical .lSPager.lSGallery li img {
  border: none;
}

.product-gallery .lSSlideOuter.vertical .lSPager.lSGallery li.active {
  border: none;
}

.product-gallery .lSSlideOuter.vertical .lSPager.lSGallery li.active a {
  border: 1px solid yellowgreen;
}

.product-gallery .lslide {
  cursor: pointer;
}

.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%;
}

#productGallery:not(.lightSlider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#productGallery:not(.lightSlider) > li:not(:first-child) {
  display: none;
}

.ui-slider-wrapper {
  margin: 30px 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ui-slider-wrapper + * {
  position: relative;
  z-index: 1;
}

.ui-slider-wrapper .lightSlider {
  overflow: visible;
}

.ui-slider-wrapper .lSSlideOuter {
  padding-bottom: 200px !important;
  margin-bottom: -200px !important;
}

.ui-slider-wrapper .lSSlideWrapper {
  padding-bottom: 200px !important;
  margin-bottom: -200px !important;
}

.ui-slider-wrapper._product_blocks .lSSlideOuter {
  margin-left: -15px;
  margin-right: -15px;
}

.ui-slider-wrapper._product_blocks .ui-slider > li {
  padding: 15px;
}

.block-slider-tabs {
  margin-bottom: 100px;
}

.block-slider-tabs .services__img-wrap-mobile {
  position: relative;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.block-slider-tabs .services__img-wrap-mobile img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-slider-tabs .services__img-wrap-text {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 84, 148, 0.8);
  color: #ffffff;
  padding: 41px 16px;
}

.block-slider-tabs .services__img-wrap-text pre {
  white-space: pre-wrap;
  max-width: 100%;
  font-family: inherit;
  color: #ffffff;
}

.block-slider-tabs .services__img-wrap-text .items-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}

.block-slider-tabs .services__img-wrap-text .items-text {
  font-size: 14px;
  line-height: 16px;
}

.block-slider-tabs .services__container-annotation {
  font-weight: 500;
  max-width: 585px;
  margin-bottom: 35px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.block-slider-tabs .services__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-slider-tabs .services__slider-navigation-text-wrap {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.block-slider-tabs .services__slider-description {
  position: relative;
  z-index: 2;
  width: 585px;
  padding-right: 32px;
}

.block-slider-tabs .services__slider-description .slick-slider,.block-slider-tabs .services__slider-description .slick-list {
  overflow: visible;
}

.block-slider-tabs .services__slider-description .slick-track {
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.block-slider-tabs .services__data-list-images-container {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
  overflow: hidden;
  width: 761px;
  max-height: 571px;
  height: 571px;
  padding-bottom: 28px;
}

.block-slider-tabs .services__data-list-images-container:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -15px;
  left: 15px;
  background-color: #F9F9F9;
}

.block-slider-tabs .services__data-list-nav-items {
  position: relative;
}

.block-slider-tabs .services__data-list-nav-items:last-child .services__data-list-nav-items-wrap {
  margin-bottom: 0;
}

.block-slider-tabs .services__data-list-nav-items.slick-active .services__data-list-nav-items-wrap:after {
  width: 560px;
  background-color: #11B3E8;
}

.block-slider-tabs .services__data-list-nav-items.slick-active .services__data-list-nav-items-wrap .services__data-list-nav-title {
  color: #ffffff;
}

.block-slider-tabs .services__data-list-nav-items.slick-active .services__data-list-nav-items-wrap .icon-wrapper svg path {
  fill: #ffffff;
}

.block-slider-tabs .services__data-list-items-index {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #005494;
}

.block-slider-tabs .services__data-list-nav-items-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: relative;
  z-index: 0;
  height: 64px;
  background-color: transparent;
  margin: 0 0 24px 16px;
  padding: 16px 36px;
  cursor: pointer;
  max-width: 515px;
}

.block-slider-tabs .services__data-list-nav-items-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-33deg, 0);
      -ms-transform: skew(-33deg, 0);
       -o-transform: skew(-33deg, 0);
          transform: skew(-33deg, 0);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #F9F9F9;
}

.block-slider-tabs .services__data-list-nav-items-wrap:hover:after {
  width: 560px;
  background-color: #11B3E8;
}

.block-slider-tabs .services__data-list-nav-items-wrap:hover .services__data-list-nav-title {
  color: #ffffff;
}

.block-slider-tabs .services__data-list-nav-items-wrap:hover .icon-wrapper svg path {
  fill: #ffffff;
}

.block-slider-tabs .services__data-list-nav-items-wrap .icon-text-wrapper {
  margin-right: 12px;
}

.block-slider-tabs .services__data-list-nav-items-wrap .services__data-list-nav-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0C2B43;
}

.block-slider-tabs .services__data-list-images {
  overflow: hidden;
}

.block-slider-tabs .services__data-list-images .slick-slide {
  position: relative;
}

.block-slider-tabs .services__data-list-image {
  width: 761px;
  height: 571px;
}

.block-slider-tabs .slider-text-wrap {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  max-width: 66%;
  max-height: 571px;
  padding: 24px;
  overflow-y: auto;
  background-color: rgba(0, 84, 148, 0.8);
  color: #ffffff;
}

.block-slider-tabs .slider-text-wrap .services__data-list-nav-items-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.block-slider-tabs .slider-text-wrap .services__data-list-nav-items-text {
  font-size: 16px;
  line-height: 20px;
}

.block-slider-tabs .slider-text-wrap .services__data-list-nav-items-text pre {
  white-space: pre-wrap;
  max-width: 100%;
  font-family: inherit;
  color: #ffffff;
}

.block-slider-tabs .company-btn-block {
  margin-top: 32px;
}

.services__data-list-nav-mobile-icon {
  display: none;
  position: absolute;
  right: 22px;
  color: #11B3E8;
  font-size: 16px;
}/* Responsive */#checkoutDialog {
  max-width: 954px;
  padding: 0;
}

#checkoutDialog:after {
  display: none;
}

#checkoutDialog .popup-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13;
  padding: 11px 50px 11px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

#checkoutDialog .popup-title: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); */;
}

#checkoutDialog .popup-title:before {
  content: '\e852';
}

#checkoutDialog .popup-title:before {
  margin-left: 8px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.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: #0C2B43;
}

.info-hidden a:hover {
  color: #0C2B43;
}

.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 {
  padding: 0;
  min-width: 300px;
}

#messageDialog .popup-title,#messageDialog .popup-note {
  text-align: center;
  display: block;
}

#messageDialog .popup-title {
  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: 60px;
  padding: 10px 45px 10px 10px;
  background: #005494;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  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: #0C2B43;
  margin-left: auto;
  margin-right: auto;
}

#messageDialog .content {
  margin-left: -18.45px;
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
  color: #0C2B43;
}

#reviewDialog {
  max-width: 820px;
}

#reviewDialog .control-group {
  padding: 0 55px;
}

#reviewDialog form {
  padding-bottom: 35px;
}

#customs-brokerage-dialog {
  max-width: 748px;
  min-height: 0;
  text-align: center;
}

#customs-brokerage-dialog .close-forever {
  font-size: 12px;
}

#customs-brokerage-dialog .close-forever span {
  border: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#customs-brokerage-dialog .close-forever span:hover {
  text-decoration: underline;
  color: #11B3E8;
}

#customs-brokerage-dialog .image {
  margin-bottom: 16px;
}

#customs-brokerage-dialog .content_first {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}

#customs-brokerage-dialog .content_second {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.customs-brokerage--title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.customs-brokerage--title:before,.customs-brokerage--title:after {
  position: relative;
}

.customs-brokerage--title:after {
  content: '»';
  right: 3px;
}

.customs-brokerage--title:before {
  content: '«';
  left: 4px;
}

.customs-brokerage--btn-wrap {
  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-bottom: 16px;
}

.customs-brokerage--btn-wrap .btn-white {
  padding: 15px 30px;
  margin-right: 16px;
}/* Responsive */.product-card {
  position: relative;
  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;
  border-radius: 10px;
  background: #fff;
  padding: 0 10px;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card > .loader-wrap {
  display: none;
  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;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.product-card.loading,.product-card.loading * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.product-card._not-availible .product-title,.product-card._not-availible .product-brand {
  color: #8c8c8c;
}

.product-card._not-availible .product-card-image {
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.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 .product-img-wrapper {
  margin-top: 10px;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}

.product-card .product-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
  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 .product-title {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.31;
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 28px;
  max-height: 60px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product-card .price-block {
  margin-top: auto;
}

.product-card .hide-block {
  margin-top: -10px;
  overflow: hidden;
  max-height: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 3;
  padding: 0 10px;
  border-radius: 0 0 10px 10px;
  left: 0;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.price-block {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-block .price-old {
  position: relative;
  color: #8f8f8f;
  white-space: nowrap;
  margin-bottom: 1px;
}

.price-block .price-old:empty {
  display: none;
}

.price-block .price-old .price-value:before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  background: #8f8f8f;
}

.price-block .price {
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 500;
}

.price-block .price-gain {
  display: none;
}

.qty-wrap .qty-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid black;
  border-radius: 10px;
}

.qty-wrap .minus,.qty-wrap .plus {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none !important;
  display: inline-block;
  padding: 0;
  width: 50px;
  height: 50px;
  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: 11px;
  height: 1px;
  margin-top: -1px;
  margin-left: -6px;
}

.qty-wrap .minus:after,.qty-wrap .plus:after {
  width: 1px;
  height: 11px;
  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: 1.125rem;
  font-weight: 500;
  line-height: 1;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 0;
  text-align: center;
}

.qty-wrap .qty-label {
  font-size: 1rem;
  line-height: 1.13;
  margin-left: 11px;
}

.stock {
  cursor: default;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stock:before {
  content: '';
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.stock.in-stock:before {
  background: #5cb406;
}

.stock.out-of-stock:before {
  background: darkred;
}

.stock.out-of-production:before {
  background: darkred;
}

.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: 20px;
  z-index: 1;
}

.sticker-wrapper .sticker {
  font-size: 0.875rem;
  letter-spacing: 1.17px;
  border-radius: 5px;
  padding: 5px 5px;
  text-align: center;
  margin-bottom: 3px;
  cursor: default;
  min-width: 72px;
}

.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: #0C2B43;
}

.sticker-wrapper .sticker._sales {
  color: #fff;
  background: #d52527;
}

.sticker-wrapper .sticker._hot {
  border: 1px solid #0C2B43;
  color: #d52527;
  background: #fff;
}

.sticker-wrapper .sticker._sales,.sticker-wrapper .sticker._hot {
  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('/themes/default/dist/images/decore/gift.svg') no-repeat top left;
  width: 22px;
  height: 22px;
  min-width: unset;
  padding: 0;
}

.product-favorite,.card-favorite {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
  font-size: 22px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.review-item {
  font-size: 0.875rem;
  color: #0C2B43;
  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: #0C2B43;
  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: #0C2B43;
  text-decoration: none;
}

.reviews-list .review-list-title {
  margin-top: 35px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.page-reviews {
  padding-bottom: 90px;
}

.page-reviews h1.page-title {
  color: #11B3E8;
  font-weight: 600;
  font-size: 32px;
}

.reviews-list-page .review {
  width: 100%;
  max-width: 440px;
  margin: 20px auto;
  background: #FAFAFA;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.reviews-list-page .review:hover {
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-box-shadow: 10px -10px 0px 0px #11b3e8;
          box-shadow: 10px -10px 0px 0px #11b3e8;
}

.reviews-list-page .review .company-img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews-list-page .review .content {
  padding: 22px 32px 5px 32px;
}

.reviews-list-page .review .content p {
  padding-bottom: 20px;
}

.reviews-list-page .review .costumer-info {
  padding: 0 32px 15px 32px;
}

.reviews-list-page .review .costumer-info .name {
  color: #0C2B43;
  font-family: 'Exo 2', Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.reviews-list-page .review .costumer-info .job-title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #868686;
}

.reviews-list-page .review .footer-rew-content {
  background: #005494;
}

.reviews-list-page .review .footer-rew-content .content {
  color: #ffffff;
}

.reviews-list-page .review .footer-rew-content .rew-title-row {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 32px 0;
}

.reviews-list-page .review .footer-rew-content .company-title {
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
}

.reviews-list-page .review .footer-rew-content .rew-image {
  min-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.substrate-block {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  right: 0;
  height: 100vh;
  -webkit-clip-path: polygon(31% 0, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 48%);
          clip-path: polygon(31% 0, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 48%);
  background-image: url("/themes/default/skin/images/back-min.png");
  background-color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EAEAEA;
  -webkit-transition: 1.2s linear;
  -o-transition: 1.2s linear;
  transition: 1.2s linear;
}

.substrate-block._show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.substrate-block .content-wrap {
  top: 50%;
}

.substrate-block .container {
  height: 100%;
}

.substrate-block .block-utp {
  height: 100%;
}

.substrate-block .utp {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 123px;
}

.substrate-block .utp .utp-item-index {
  display: none;
}

.substrate-block .utp .utp-item-number {
  font-weight: 600;
  font-size: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #163756;
}

.substrate-block .utp .utp-item-unit {
  margin-left: 15px;
  font-size: 45px;
}

.substrate-block .utp .utp-text-wrapper {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.23;
  color: #373737;
  display: block;
}

.fullpage-right--text-wrap .item-banner .container,.fullpage-left--text-wrap .item-banner .container {
  height: 100%;
}

.fullpage-right--text-wrap .content-wrap,.fullpage-left--text-wrap .content-wrap {
  position: relative;
  width: 50%;
  text-align: left;
}

.fullpage-right--text-wrap .main-banner-image,.fullpage-left--text-wrap .main-banner-image {
  z-index: 0;
  width: auto;
}

.fullpage-right--text-wrap .block-title-small,.fullpage-left--text-wrap .block-title-small {
  font-weight: 500;
  line-height: 24px;
}

.fullpage-right--text-wrap .block-title-small b,.fullpage-left--text-wrap .block-title-small b {
  color: #DDF23B;
}

.fullpage-left--text-wrap {
  background-color: #11B3E8;
}

.fullpage-left--text-wrap .content-wrap {
  text-align: left;
}

.fullpage-left--text-wrap .main-banner-image {
  right: 0;
  left: auto;
}

.fullpage-left--text-wrap.fullpage-wrap {
  margin-bottom: 0;
}

.fullpage-right--text-wrap {
  background-color: #005494;
}

.fullpage-right--text-wrap .container .content-wrap {
  float: right;
}

.fullpage-right--text-wrap .main-banner-image {
  right: auto;
  left: 0;
}/* Responsive */.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: #0C2B43;
  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: 36/2px;
  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: #0C2B43;
  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: 26/16rem;
  padding-right: 10px;
}

.checkout-sidebar .cart-info-wrap .count-products {
  font-size: 24/16rem;
  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: #0C2B43;
  -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: 26/16rem;
  -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: #0C2B43;
  background: #242424;
}

.checkout-sidebar .sub-cart .cart-info .title {
  width: 100%;
  background: #0C2B43;
  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: 14/16rem;
  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: 14/16rem;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block .price-currency {
  font-size: 12/16rem;
}

.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: #0C2B43;
  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: #0C2B43;
  font-size: 1rem;
  border-radius: 10px;
}

.cart-products {
  padding: 0 40px;
 /** Меня достало всякий раз высчитывать эти проценты ))) */;
}

.cart-products .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.cart-products .product:not(:last-child) {
  margin-bottom: 15px;
}

.cart-products .product-col {
  padding: 15px 30px;
  background: #fff;
}

.cart-products .col-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17.2%;
      -ms-flex: 0 0 17.2%;
          flex: 0 0 17.2%;
  min-width: 17.2%;
  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-right: 10px;
}

.cart-products .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
  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;
}

.cart-products .col-info .price-block .price {
  font-size: 1rem;
  line-height: 30px;
}

.cart-products .col-info .price-block .price .price-currency {
  font-size: 0.75rem;
}

.cart-products .col-info .price-block .price-old {
  font-size: 0.875rem;
  line-height: 30px;
}

.cart-products .col-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.6%;
      -ms-flex: 0 0 24.6%;
          flex: 0 0 24.6%;
  max-width: 24.6%;
  position: relative;
}

.cart-products .col-qty:before,.cart-products .col-qty:after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  border-left: 1px solid #f3f3f3;
}

.cart-products .col-qty:before {
  left: 0;
}

.cart-products .col-qty:after {
  right: 0;
}

.cart-products .col-price-total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25.3%;
      -ms-flex: 0 0 25.3%;
          flex: 0 0 25.3%;
  max-width: 25.3%;
}

.cart-products .col-price-total .price-block .price {
  font-size: 1.25rem;
  line-height: 30px;
}

.cart-products .col-price-total .price-block .price .price-currency {
  font-size: 1rem;
}

.cart-products .col-price-total .price-block .price-old {
  font-size: 1rem;
  line-height: 30px;
}

.cart-products .col-remove-block {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.cart-products .product-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 38px;
}

.cart-products .cart-sku {
  font-size: 0.75rem;
  line-height: 1.3333;
  margin-bottom: 14px;
  color: #303030;
  padding: 7px 19px;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

.cart-products .cart-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333;
  margin-bottom: 11px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart-products .remove {
  font-size: 22px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  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;
  background: #f3f3f3;
  border-radius: 0 4px 0 4px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart-products .remove: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); */;
}

.cart-products .remove:before {
  content: '\e826';
}

.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: #0C2B43;
}

.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-products .complect-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

.cart-products .complect-wrap .sticker-wrapper {
  top: 15px;
  left: 15px;
}

.cart-products .complect-wrap .sticker-wrapper .sticker {
  font-size: 0.875rem;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.cart-products .complect-wrap .complect-products {
  padding-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.cart-products .complect-wrap .product:not(:last-child) {
  margin-bottom: 10px;
}

.cart-products .complect-wrap .col-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}

.cart-products .complect-wrap .col-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(65% - 10px);
      -ms-flex: 0 0 calc(65% - 10px);
          flex: 0 0 calc(65% - 10px);
  max-width: -webkit-calc(65% - 10px);
  max-width: calc(65% - 10px);
}

.cart-products .complect-wrap .col-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.cart-products .complect-wrap .col-qty:before {
  display: none;
}

.cart-products .complect-wrap .col-price-total {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.cart-products .complect-wrap .complect-total-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.cart-buy-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.cart-buy-block .btn-back {
  margin-right: 40px;
  margin-left: 40px;
  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;
  font-size: 1rem;
  text-decoration: none;
  padding: 4px 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart-buy-block .btn-back i {
  display: none;
}

.cart-buy-block .btn-back .text {
  border-bottom: 1px dotted;
}

.cart-buy-block .btn-checkout-wrapper {
  margin-right: 40px;
}

.cart-buy-block .btn-checkout-wrapper .checkout-total-block {
  margin-bottom: 19px;
  text-align: center;
}

.cart-buy-block .btn-checkout-wrapper .checkout-total-block .label {
  font-size: 1rem;
}

.cart-buy-block .btn-checkout-wrapper .checkout-total-block .price {
  font-size: 1.875rem;
  font-weight: 500;
}

.cart-buy-block .btn-checkout-wrapper .btn-checkout {
  font-weight: 500;
  min-width: 411px;
}

.tell-block-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  margin-top: 30px;
  padding: 30px 40px;
}

.tell-block-cart .tell-block-cart-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 40px;
  border: 1px solid #067bc2;
  border-radius: 4px;
}

.tell-block-cart .tell-block-text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 287px;
      -ms-flex: 0 0 287px;
          flex: 0 0 287px;
  max-width: 287px;
  margin-right: 17px;
}

.tell-block-cart .tell-block-title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}

.tell-block-cart .tell-block-text {
  font-size: 0.875rem;
  line-height: 1.2875;
}

.tell-block-cart .cart-order-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tell-block-cart .cart-order-form-row > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 2);
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  max-width: -webkit-calc(100% / 2);
  max-width: calc(100% / 2);
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.tell-block-cart .cart-order-form-fast {
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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;
}

.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 .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 #0C2B43;
  border-radius: 9px;
  margin-left: -8px;
  margin-right: -15px;
  padding: 5px 8px;
  font-weight: bold;
  color: #0C2B43;
  display: inline-block;
  font-size: 14px;
}

.customer-discounts .current {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0C2B43;
}

.customer-discounts .next {
  font-size: 0.875rem;
  color: #8c8c8c;
}

.customer-discounts .current,.customer-discounts .next {
  padding-left: 50px;
}

.orders-list {
  padding-bottom: 65px;
  max-width: 1150px;
}

.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 {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.orders-list .orders-list-inner.active {
  margin-bottom: 42px;
}

.orders-list .orders-list-inner.active .order-detail-trigger:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

.orders-list .order-detail-trigger {
  padding: 22px 30px;
  background: #F3F3F3;
  font-size: 1.125rem;
  line-height: 1.2222;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.orders-list .order-detail-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); */;
}

.orders-list .order-detail-trigger:before {
  content: '\e812';
}

.orders-list .order-detail-trigger:before {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
  margin-left: 15px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.orders-list .order-detail-trigger .order-number {
  color: #067BC2;
}

.orders-list .order-detail-trigger .order-date {
  margin: 0 5px;
}

.orders-list .order-detail-trigger .order-date:before {
  content: '/ ';
}

.orders-list .order-detail-trigger .order-date:after {
  content: ' /';
}

.orders-list .order-detail-trigger .order-price {
  color: #FB8402;
  margin-right: 10px;
  font-weight: 500;
}

.orders-list .order-detail-trigger .order-info {
  margin-left: auto;
}

.orders-list .info-delivery {
  display: none;
}

.orders-list .order-list-short-info {
  font-size: 1.125rem;
  line-height: 1.3333;
  font-weight: 500;
  text-align: right;
  padding: 20px 102px;
}

.orders-list .order-list-short-info .price {
  color: #FB8402;
}

.orders-list .info-customer {
  display: none;
}

.customer-order-products .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customer-order-products .price .price-currency {
  margin-left: 4px;
}

.customer-order-products .customer-order-products-header,.customer-order-products .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customer-order-products .customer-order-products-header .product-col {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.714;
}

.customer-order-products .product-col {
  padding: 24px 20px;
  background: #f3f3f3;
  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;
}

.customer-order-products .col-info {
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.6%;
      -ms-flex: 0 0 37.6%;
          flex: 0 0 37.6%;
  max-width: 37.6%;
}

.customer-order-products .col-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.5%;
      -ms-flex: 0 0 18.5%;
          flex: 0 0 18.5%;
  max-width: 18.5%;
}

.customer-order-products .col-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.9%;
      -ms-flex: 0 0 20.9%;
          flex: 0 0 20.9%;
  max-width: 20.9%;
}

.customer-order-products .col-price-total {
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
}

.customer-order-products .product {
  margin-bottom: 3px;
  font-size: 1.125rem;
  line-height: 1.3333;
}

.customer-order-products .product .product-title {
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.customer-order-products .product .col-qty {
  position: relative;
}

.customer-order-products .product .col-qty:before,.customer-order-products .product .col-qty:after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  border-left: 1px solid #b8b8b8;
}

.customer-order-products .product .col-qty:before {
  left: 0;
}

.customer-order-products .product .col-qty:after {
  right: 0;
}

.customer-order-products .product .col-price {
  position: relative;
}

.customer-order-products .product .col-price:after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  border-left: 1px solid #b8b8b8;
}

.customer-order-products .product .col-price-total {
  font-weight: 500;
}

.customer-order-products .complect-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.customer-order-products .sticker-wrapper {
  position: static;
  margin: 10px 0;
}

.customer-order-products .sticker-wrapper .sticker {
  font-size: 1.25rem;
  margin: 0;
  border-radius: 15px;
}

.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--title-wrap {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  min-height: 500px;
  margin-bottom: 100px;
}

.page-article--title-wrap .page-title {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.page-article--date-wrap {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

.page-article--date-wrap .date-main {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  padding: 6px 26px;
  height: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.page-article--date-wrap .date-main:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-33deg, 0);
      -ms-transform: skew(-33deg, 0);
       -o-transform: skew(-33deg, 0);
          transform: skew(-33deg, 0);
  background-color: #11B3E8;
}

.main-content--text-wrap {
  position: relative;
  margin-bottom: 100px;
}

.read-more--wrap {
  margin-bottom: 100px;
}

.read-more--wrap-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.page-article--content-wrap {
  max-width: 986px;
  float: left;
  padding-right: 31px;
}/* Slider */.page-article--slider-wrap {
  position: relative;
  z-index: 0;
  max-width: 100%;
  padding: 0 20px;
  margin-left: -36px;
}

.page-article--slider-wrap .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background-color: #11B3E8;
  color: #ffffff;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.page-article--slider-wrap .slick-arrow:hover {
  background-color: #005494;
}

.page-article--slider-wrap .slick-arrow:focus {
  outline: none;
}

.page-article--slider-wrap .slick-prev {
  left: 17px;
}

.page-article--slider-wrap .slick-next {
  right: 19px;
}

.page-article--slider-wrap .slick-dots {
  margin-top: 0;
}

.page-article--slider-wrap .slick-dots li {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  margin-right: 12px;
  background-color: #EEEEEE;
  cursor: pointer;
}

.page-article--slider-wrap .slick-dots li.slick-active {
  background-color: #11B3E8;
}

.page-article--slider-wrap .slick-dots li:last-child {
  margin-right: 0;
}

.page-article--slider-item {
  position: relative;
  display: block;
  max-width: 423px;
  margin: 0 17px 40px;
}

.page-article--slider-item:last-child {
  margin-right: 0;
}

.page-article--slider-item-date {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 26px;
  padding: 6px 20px;
  min-width: 110px;
  min-height: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.page-article--slider-item-date:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
  -webkit-transform: skew(-32deg, 0);
      -ms-transform: skew(-32deg, 0);
       -o-transform: skew(-32deg, 0);
          transform: skew(-32deg, 0);
}

.page-article--slider-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0C2B43;
  margin-top: 16px;
}

.page-article--container-form {
  float: right;
  position: relative;
  top: 0;
  right: 0;
  width: 421px;
  max-height: none;
}

.page-article--container-form:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 16px;
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
}

.page-article--container-form .consultingForm-container {
  position: relative;
  z-index: 0;
  width: 421px;
  min-height: auto;
  padding: 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.05);
}/* Responsive */.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 .category-page-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-list > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 4);
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  max-width: -webkit-calc(100% / 4);
  max-width: calc(100% / 4);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-compare-list .compare-list {
  margin-bottom: 30px;
}

.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: #0C2B43;
}

.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 > 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;
}

.contacts-container {
  margin-bottom: 100px;
}

.contacts-block--info-wrapper {
  float: left;
  max-width: 473px;
  padding-right: 32px;
}

.contacts-block--info-wrapper .socials-list {
  text-align: left;
  margin-bottom: 26px;
}

.contacts-block--info-wrapper .socials-list .item {
  color: #11B3E8;
}

.contacts-block--info-wrapper .contacts-info {
  margin-bottom: 26px;
}

.contacts-info--content-text {
  margin-bottom: 27px;
  max-height: 98px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}

.contacts-info--item {
  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: 16px 0;
}

.contacts-info--item:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.contacts-info--item:last-child {
  padding-bottom: 0;
}

.contacts-info--item:first-child {
  padding-top: 0;
}

.contacts-info--item .icon-info-block {
  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-width: 48px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  font-size: 19px;
  background-color: #11B3E8;
  color: #ffffff;
}

.contacts-info--item-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #005494;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.contacts-info--item-text {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.contacts-info--item-text a {
  color: #000000;
}

.contacts-info--item-text a:hover {
  text-decoration: underline;
}/* Map */.map-block {
  position: relative;
  z-index: 1;
  width: 936px;
  float: right;
}

.map-block:after {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 10px;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
}

.map-block .map-default {
  min-height: 400px;
  max-height: 800px;
  border-radius: 0;
}/* Responsive */.favorites-page .favorite-sum-wrapper {
  background: #fafafa;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  color: #0C2B43;
  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;
}

.fullpage-wrap {
  margin-bottom: 100px;
}

.page-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 67px;
  color: #0C2B43;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.block-title-default {
  font-size: 56px;
  line-height: 67px;
  font-weight: 600;
}

.block-default {
  margin-bottom: 100px;
}

.block-default .block-title {
  margin-bottom: 30px;
}

.block-default .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-default .block-title,.block-default .block-content {
  width: 50%;
}

.block-default .text-formatted {
  font-size: 16px;
  line-height: 24px;
  color: #0C2B43;
}

.block-title-buttons-wrap {
  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;
}

.page-error {
  padding-top: 112px;
}

.page-error--container {
  text-align: center;
}

.page-error--container div:first-child {
  width: 100%;
}

.page-error--text {
  text-align: left;
  margin-bottom: 75px;
}

.page-error--text .btn-blue {
  margin-top: 30px;
  color: #ffffff;
}

.page-error--text .btn-blue:hover {
  color: #ffffff;
}

.utp-text-wrapper {
  font-size: 16px;
  line-height: 18px;
  color: #929292;
}

.text-formatted.main-text {
  color: #000000;
  margin-bottom: 100px;
}

.main-banner-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-banner {
  position: relative;
}

.item-banner .block-title-small {
  max-width: 756px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.page-main .main-banner-image {
  display: none;
}

.page-main #production {
  padding-bottom: 84px;
  z-index: 1;
}

.page-main #about {
  padding-top: 53px;
  position: relative;
}

.page-main #about .block-utp {
  margin-bottom: 64px;
}

.page-main #about .utp {
  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-main #about .utp .utp-item {
  margin-right: 15.45px;
}

.page-main #about .utp .utp-item:last-child {
  margin-right: 0;
}

.page-main #about .utp .utp-img-wrapper img {
  margin-bottom: 0;
}

.page-main #about .utp .utp-item-index,.page-main #about .utp .utp-item-title,.page-main #about .utp .utp-text-wrapper {
  display: none;
}

.page-main .block-production .icon-wrapper {
  display: none;
}

.page-main .block-production .icon-text-wrapper {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0C2B43;
}

.page-main .item-banner {
  position: relative;
  z-index: 0;
  display: block;
  height: -webkit-calc(100vh - 112px);
  height: calc(100vh - 112px);
  width: 100%;
  background: none !important;
}

.page-main .item-banner-shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.page-main .item-banner-video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-main .content-wrap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.page-main .content-wrap .text-formatted {
  color: #ffffff;
  font-weight: 400;
  font-size: 64px;
}

.page-main .content-wrap .text-formatted strong {
  font-weight: 600;
}

.page-main .no-scroll-wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
}

.page-main .products-sponsors-outer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page-main .products-sponsors-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;
  position: relative;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 87px;
}

.page-main .block-title-default {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 48px;
}

.page-main .block-title-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;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 32px;
}

.page-main .block-title-link:hover .block-title-link-text {
  text-decoration: underline;
}

.page-main .block-title-link .circle-arr--blue {
  margin-left: 12px;
  max-width: 24px;
  min-width: 24px;
  max-height: 24px;
  min-height: 24px;
  font-size: 15px;
}

.page-main .main-utp-right-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-main .main-utp-right-wrapper .utp-item {
  margin-right: 20px;
  width: 150px;
  height: 167px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-main .main-utp-right-wrapper .utp-item img {
  position: relative;
  z-index: 1;
}

.page-main .main-utp-right-wrapper .utp-item:after {
  content: '';
  background-image: url("/themes/default/skin/images/clients-back-big.png?v=2");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-main .main-utp-right-wrapper .utp-item:last-child {
  margin-right: 0;
}

.page-main .section .container {
  height: 100%;
}

.page-main .products-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-animation: pulsing 2s infinite;
       -o-animation: pulsing 2s infinite;
          animation: pulsing 2s infinite;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-main .products-icon-block span {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.23;
  color: #FFFFFF;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.61);
  margin-left: -13px;
}

.page-main .products-icon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-main .drop-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10000px;
  top: 76%;
  pointer-events: none;
  z-index: 50;
  -webkit-animation-name: menuClose;
       -o-animation-name: menuClose;
          animation-name: menuClose;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.page-main .drop-products-wrapper .ic-close-2 {
  color: #fff;
  font-size: 30px;
  margin-top: 125px;
  cursor: pointer;
}

.page-main .active-products .drop-products-wrapper {
  pointer-events: auto;
  left: 0;
  -webkit-animation-name: menuOpen;
       -o-animation-name: menuOpen;
          animation-name: menuOpen;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.page-main .active-products .products-icon-block {
  display: none;
}

.page-main .drop-product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  max-width: 165px;
  position: relative;
  margin-right: 10px;
}

.page-main .drop-product-item a {
  text-decoration: none;
}

.page-main .drop-product-item a:hover .drop-product-title {
  color: #FCAE29;
}

.page-main .drop-product-item:before {
  content: '';
  background: #303748;
  width: 100%;
  display: block;
  height: 180px;
  border-radius: 8px;
  position: absolute;
  top: 55px;
  z-index: -1;
  border: 2px solid #fff;
}

.page-main .drop-product-image {
  height: 157px;
  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: 6px;
}

.page-main .drop-product-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;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0 4px;
}

.page-main .about-image-text-wrapper {
  padding-top: 25px;
  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;
}

.page-main .about-image-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  border-radius: 10px;
}

.page-main .block-subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #0C0C0C;
  margin-bottom: 15px;
  padding-top: 10px;
}

.page-main .brands-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 73px;
}

.page-main .brands-icon-wrapper img {
  margin-right: 15px;
}

.page-main .show-more-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;
  padding-left: 19px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.475em;
  text-transform: uppercase;
  color: #303748;
  position: relative;
}

.page-main .show-more-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FCAE29;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: -1;
}

.page-main .show-more-link span {
  margin-left: 15px;
  color: #000000;
  font-weight: 300;
  font-size: 14px;
}

.page-main .icon-wrapper svg path {
  fill: #11B3E8;
}

.block-production {
  margin-bottom: 100px;
}

.block-production .services__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.block-production .services__slider-description {
  width: 100%;
  margin-bottom: 32px;
}

.block-production .services__slider-description .slick-track {
  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-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.block-production .services__data-list-nav:not(.slick-slider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-production .services__data-list-nav .slick-list {
  padding-left: 12px;
}

.block-production .services__data-list-nav-items {
  position: relative;
  z-index: 1;
  max-width: 172px;
  max-height: 40px;
  margin-right: 60px;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.block-production .services__data-list-nav-items:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 4px;
  left: -12px;
  width: 2px;
  height: -webkit-calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #11B3E8;
}

.block-production .services__data-list-nav-items.slick-active .services__data-list-nav-items-title {
  color: #0C2B43;
}

.block-production .services__data-list-nav-items-title {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  color: #959595;
}

.block-production .services__data-list-nav-items-title:hover {
  text-shadow: 0 0 #000000;
}

.block-production .services__data-list-images {
  margin: 0 auto;
  overflow: visible;
  max-width: 833px;
}

.block-production .services__data-list-images .slick-list {
  padding: 0 !important;
  overflow: visible;
}

.block-production .services__data-list-images .slick-arrow {
  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-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  z-index: 2;
  top: 41%;
  width: 80px;
  height: 80px;
  font-size: 29px;
  border: 0;
  border-radius: 50%;
  background-color: #11B3E8;
  color: #ffffff;
  cursor: pointer;
}

.block-production .services__data-list-images .slick-arrow:hover {
  background-color: #005494;
}

.block-production .services__data-list-images .slick-arrow:focus {
  outline: none;
}

.block-production .services__data-list-images .slick-prev {
  left: -19px;
}

.block-production .services__data-list-images .slick-next {
  right: -23px;
}

.block-production .services__data-list-images-item {
  position: relative;
  padding: 0 39px;
}

.block-production .services__data-list-images-item:not(.slick-active) {
  opacity: 0.5;
}

.block-production .services__data-list-images-item:not(.slick-active) .services__data-btn {
  display: none;
}

.block-production .services__data-list-item-img {
  position: relative;
  z-index: 0;
}

.block-production .services__data-list-item-img img {
  max-width: none;
  -webkit-clip-path: polygon(28% 0%, 100% 0, 72% 100%, 0 100%);
          clip-path: polygon(28% 0%, 100% 0, 72% 100%, 0 100%);
  width: 138.9%;
  margin-left: -webkit-calc(-38.9% / 2);
  margin-left: calc(-38.9% / 2);
}

.block-production .services__data-btn {
  position: absolute;
  z-index: 3;
  right: 18%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}

.block-production .services__data-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-32.2deg, 0);
      -ms-transform: skew(-32.2deg, 0);
       -o-transform: skew(-32.2deg, 0);
          transform: skew(-32.2deg, 0);
  background-color: #11B3E8;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.block-production .services__data-btn:hover:after {
  background-color: #005494;
}

.our-partners--wrapper {
  margin-bottom: 44px;
}

.our-partners--img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arrow-block {
  display: none;
  position: absolute;
  color: #fff;
  font-size: 40px;
  right: 415px;
}

.block-image-text {
  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;
  margin-bottom: 100px;
}

.block-image-text + .company-btn-block {
  display: none;
}

.block-image-text .block-title {
  width: 100%;
}

.block-image-text .block-content.text-formatted {
  max-width: 762px;
}

.block-image-text .block-content-text-wrap {
  max-width: 720px;
  margin-right: 42px;
}

.block-image-text .block-content-text-wrap .block-content {
  overflow: hidden auto;
  max-height: 416px;
  padding-right: 40px;
}

.block-image-text .block-content-text-wrap p:first-child {
  font-weight: 500;
}

.block-image-text .block-content-btn-wrap {
  margin-top: 40px;
}

.block-image-text .utp-item {
  margin-bottom: 16px;
}

.block-image-text .utp-item:last-child {
  margin-bottom: 0;
}

.block-image-text .utp-item-content {
  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;
}

.block-image-text .utp-img-wrapper {
  margin-right: 15px;
}

.block-image-text .utp-item-index,.block-image-text .image-text-wrap {
  display: none;
}

.block-image-text .block-image-wrap {
  max-width: 648px;
}

.block-image-text .block-image {
  position: relative;
}

.block-image-text .block-image:after {
  position: absolute;
  z-index: -1;
  top: -18px;
  left: 18px;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
}

.block-title {
  margin-bottom: 44px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0C2B43;
}

.circle-arr--blue,.circle-arr--darkblue {
  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-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
}

.circle-arr--blue {
  background-color: #11B3E8;
}

.circle-arr--darkblue {
  background-color: #005494;
}/* Responsive */.product-page .product-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-page .card-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.product-page .product-gallery {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.characteristics-wrap {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #737373;
}

.characteristics-wrap a,.characteristics-wrap [data-js-link] {
  color: #0C2B43;
  text-decoration: underline;
}

.characteristics-wrap a:hover,.characteristics-wrap [data-js-link]:hover {
  color: #0C2B43;
}

.characteristics-wrap .characteristics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 13px 22px;
}

.characteristics-wrap .characteristics-item:nth-child(odd) {
  background: #f7f7f7;
}

.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%;
}

.technologies-menu {
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.technologies-menu li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  font-weight: 600;
  font-size: 18px;
  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: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #303748;
  border-radius: 8px;
  background: #f4f4f4;
  border-left: 5px solid #FCAE29;
  margin-right: 1.3%;
  margin-bottom: 30px;
}

.technologies-menu li:nth-child(4n + 4) {
  margin-right: 0;
}

.technologies-menu li::marker,.technologies-menu li:before {
  display: none;
}

.technologies-menu li a {
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
  -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;
}

#features {
  margin: 99px 0;
}

.page-regular .max-width-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #303748;
}

.block-image-text {
  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: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.block-image-text .block-content.text-formatted {
  max-width: 649px;
}

.block-image-text .block-content.text-formatted p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.block-image-text .block-utp {
  max-width: 580px;
  margin-top: 35px;
}

.block-image-text .block-utp .utp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.block-image-text .block-utp .utp-item.active .utp-item-content {
  width: 580px;
}

.block-image-text .block-utp .utp-item.active .utp-item-content:before {
  background-color: #11B3E8;
}

.block-image-text .block-utp .utp-item.active .utp-item-content .utp-item-title {
  color: #ffffff;
}

.block-image-text .block-utp .utp-item.active .utp-item-content .utp-img-wrapper svg path {
  fill: #ffffff;
}

.block-image-text .block-utp .utp-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  width: 535px;
  min-height: 64px;
  padding: 16px 35px;
}

.block-image-text .block-utp .utp-item-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-35deg, 0);
      -ms-transform: skew(-35deg, 0);
       -o-transform: skew(-35deg, 0);
          transform: skew(-35deg, 0);
  background-color: #F9F9F9;
}

.block-image-text .block-utp .utp-item-index {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #005494;
}

.block-image-text .block-utp .utp-item-title {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #0C2B43;
}

.block-image-text .block-utp .utp-img-wrapper {
  display: inline-block;
  margin-right: 12px;
}

.block-image-text .block-utp .utp-img-wrapper svg path {
  fill: #11B3E8;
}

.block-image-wrap {
  position: relative;
  z-index: 1;
}

.block-image-wrap .image-text-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 499px;
  max-height: 240px;
  padding: 23px;
  background-color: rgba(0, 84, 148, 0.8);
  color: #ffffff;
}

.block-image-wrap .image-text-wrap h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.block-image-wrap .image-text-wrap p {
  font-size: 16px;
  line-height: 20px;
}

.company-btn-block {
  text-align: center;
}

#mission {
  margin: 120px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#mission .block-image {
  text-align: left;
}

#mission .block-image:before {
  right: auto;
  left: 65%;
}

#story {
  margin-top: 80px;
}

.block-utp-steps {
  margin-bottom: 106px;
}

.block-utp-steps .utp-item-title {
  font-size: 48px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 22px;
}

.block-utp-steps .utp {
  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;
}

.block-utp-steps .utp-item {
  padding-left: 16px;
  min-height: 69px;
  border-left: 4px solid #11B3E8;
}

.block-utp-steps .utp-item-index {
  display: none;
}

.control-group-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.control-group-wrapper .control-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
}

.page-regular {
  margin-bottom: 80px;
}

.vacancies-form-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;
  margin-bottom: 70px;
}

.vacancies-block-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  max-width: 57%;
}

.resume-form-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  max-width: 41%;
}

.callback-form .form-text {
  margin: 10px 0 15px;
  text-align: center;
}

.resumeForm-container {
  background: #FFFFFF;
  border: 1px solid #FCAE29;
  border-radius: 8px;
  padding: 30px 30px 40px;
}

.resumeForm-container .animate_btn {
  margin: 0 auto;
}

.resumeForm-container textarea.form-control {
  height: 101px;
}

.vacancy-content-wrapper {
  display: none;
  border: 2px solid #F4F4F4;
  border-top: none;
  padding: 0 30px 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #4A4A4A;
}

.vacancy-content-wrapper strong {
  font-weight: 500;
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 8px;
}

.vacancy-content-wrapper ul {
  padding-left: 0;
}

.vacancy-content-wrapper ul li {
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.vacancy-content-wrapper ul li:before {
  font-size: 8px;
  content: '\e86b';
  font-family: "fontello";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #fff;
  background: #FCAE29;
  min-width: 13px;
  height: 13px;
  margin-right: 10px;
}

.vacancy-content-wrapper ul li::marker {
  display: none;
}

.vacancy-name-wrapper {
  background: #F4F4F4;
  border-radius: 8px 8px 0 0;
  padding: 24px 30px 0;
}

.vacancy-name-block {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.5);
  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;
}

.vacancy-name {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #303748;
}

.vacancy-payment {
  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;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 18px;
  font-weight: 600;
  font-size: 16px;
  color: #303748;
  padding: 0 17px;
}

.vacancy-announce {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #4A4A4A;
  padding: 19px 30px 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #F4F4F4;
  border-radius: 0 0 8px 0;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.vacancy-announce p {
  margin-bottom: 0;
}

.vacancy-announce strong {
  font-weight: 500;
  font-size: 14px;
  color: #4A4A4A;
}

.vacancy-link-more {
  display: block;
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #303748;
  margin-top: 16px;
}

.vacancy-link-more:hover {
  color: #FCAE29;
}

.vacancy-item {
  margin-bottom: 10px;
}

.vacancy-item.active-vacancy .vacancy-content-wrapper {
  display: block;
}

.vacancy-item.active-vacancy .vacancy-link-more {
  display: none;
}

.vacancy-item.active-vacancy .vacancy-name-block {
  border-color: transparent;
}

.vacancy-item.active-vacancy .vacancy-announce {
  border-color: #F4F4F4;
  background: #fff;
  padding-bottom: 0;
}

.vacancy-phones-close-btn-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px solid rgba(74, 74, 74, 0.5);
}

.vacancy-phone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacancy-phone-block i {
  color: #FCAE29;
  font-size: 23px;
  margin-right: 6px;
}

.vacancy-phone-block .phone {
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
}

.vacancy-phone-block .phone:hover {
  color: #FCAE29;
}

.vacancy-phone-text {
  font-weight: 500;
  font-size: 14px;
  color: #4A4A4A;
  margin-right: 16px;
}

.vacancy-close-btn {
  font-weight: 500;
  font-size: 12px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ACACAC;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.vacancy-close-btn:hover {
  color: #FCAE29;
}/* the slides */.slick-slider {
  overflow: hidden;
  z-index: 1;
}/* the parent */.slick-list {
  margin: 0;
}/* item */.slider-item {
  padding: 0;
}

.slider-item .img-wrap {
  border: 1px solid #C3C3C3;
  text-align: 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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.slider-item.slick-center .img-wrap {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.slick-dots {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  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: 30px;
}

.slick-dots li {
  position: relative;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  max-width: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  content: '';
  background: url("/themes/default/skin/images/gr-dot.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-background-size: cover;
          background-size: cover;
}

.slick-dots li button {
  opacity: 0;
  outline: none;
  border: none;
}

.slick-dots li::marker {
  display: none;
}

.menu-by-pages-wrapper {
  background: #F4F4F4;
  padding: 80px 0 50px;
  margin-top: -34px;
}

.menu-by-pages-block {
  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: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu-by-pages-block .block-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #303748;
}

.menu-by-pages-block .nav-menu-by-pages {
  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: 0;
  list-style: none;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menu-by-pages-block .nav-menu-by-pages li {
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  background: #FFFFFF;
  margin-bottom: 10px;
  margin-right: 0;
  border-radius: 8px;
  border-left: 5px solid #FCAE29;
}

.menu-by-pages-block .nav-menu-by-pages li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -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;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #303748;
}

.menu-by-pages-block .nav-menu-by-pages li::marker {
  display: none;
}

.menu-by-pages-block .block-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  font-size: 14px;
  line-height: 1.6;
  color: #4A4A4A;
}

.menu-by-pages-block .block-content ul {
  margin-bottom: 50px;
}

.menu-by-pages-block .block-content ul li {
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #303748;
  padding-left: 0;
}

.menu-by-pages-block .block-content ul li::marker {
  display: none;
}

.menu-by-pages-block .block-content ul li:before {
  content: '\e86b';
  font-family: "fontello";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  background: #fff;
  border-radius: 100%;
  margin-right: 15px;
  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: #FCAE29;
  position: static;
  font-size: 10px;
  height: 16px;
}

.packaging-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menu-with-images-wrapper .block-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #303748;
}

.packaging-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  margin-bottom: 29px;
  margin-right: 1%;
}

.packaging-item:nth-child(4n + 4) {
  margin-right: 0;
}

.packaging-item:hover .packaging-img {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}

.packaging-item:hover .packaging-img .with-hover {
  display: block;
}

.packaging-item:hover .packaging-img .without-hover {
  display: none;
}

.packaging-item:hover .packaging-title {
  color: #fff;
  background: #FCAE29;
  border-radius: 0 0 8px 8px;
}

.packaging-img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
  padding: 14px;
  height: 356px;
  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;
}

.packaging-img img {
  width: 100%;
  height: auto;
  max-width: 323px;
  max-height: 323px;
}

.packaging-img .with-hover {
  display: none;
}

.packaging-title {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
  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: 76px;
  border-bottom: 1px solid #FCAE29;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #303748;
}

#types,#variants {
  margin-top: 50px;
}

.block-utp-steps-details {
  margin: 100px 0;
}

.block-utp-steps-details .utp {
  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;
}

.block-utp-steps-details .utp .utp-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;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: rgba(17, 179, 232, 0.08);
  margin-bottom: 24px;
}

.block-utp-steps-details .utp .utp-item {
  max-width: 308px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #0C2B43;
}

.block-utp-steps-details .utp .utp-item-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0C2B43;
}

#b3 .abs-text-content,#b2 .abs-text-content,#b5 .abs-text-content,#b6 .abs-text-content {
  bottom: auto;
  top: 10px;
}

.block-image-item img {
  width: 100%;
}

.block-gallery-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  margin-right: 0.5%;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block-gallery-list:nth-child(3n + 4) {
  margin-right: 0;
}

.block-gallery-list:hover {
  opacity: 0.8;
}

.block-gallery-list:not(.block-no-gallery):before {
  content: '\e870';
  position: absolute;
  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;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #FCAE29;
  color: #000000;
  width: 31px;
  height: 31px;
  font-family: "fontello";
}

.block-gallery-list:not(.block-no-gallery) .abs-text-content {
  position: absolute;
  background: rgba(48, 55, 72, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.43);
  border-radius: 8px;
  bottom: 10px;
  left: 10px;
  padding: 25px 30px 17px;
  max-width: 463px;
}

.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-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;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #FCAE29;
  margin-bottom: 10px;
}

.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-title img,.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-title svg {
  margin-right: 15px;
}

.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-title img fill,.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-title svg fill {
  color: #fff;
}

.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.61);
}

.block-gallery-list:not(.block-no-gallery) .abs-text-content .block-content p {
  margin-bottom: 0;
}

.popup-content {
  display: none;
}

.block-gallery-list.block-no-gallery:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  display: block;
  background: #F4F4F4;
}

.block-gallery-list.block-no-gallery .abs-text-content {
  position: absolute;
  max-width: 491px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.bottom-text-formatted {
  margin-top: 40px;
}

.fancybox-slide {
  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;
}

.block-with-gallery {
  cursor: pointer;
}

.fancybox-slide:before {
  display: none;
}

.fancybox-slide > .gallery-text-wrapper {
  display: block;
  margin: auto;
  background: #fff;
  max-width: 1100px;
  overflow: hidden;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  width: 100%;
}

.fancybox-slide > .gallery-text-wrapper .owl-nav .owl-prev,.fancybox-slide > .gallery-text-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4A4A4A;
  font-size: 45px;
  outline: none!important;
}

.fancybox-slide > .gallery-text-wrapper .owl-nav .owl-prev {
  left: 0;
}

.fancybox-slide > .gallery-text-wrapper .owl-nav .owl-next {
  right: 0;
}

.fancybox-slide > .gallery-text-wrapper .fancybox-close-small {
  top: 23px;
  right: 23px;
  font-size: 23px;
}

.fancybox-slide > .gallery-text-wrapper .owl-dots {
  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: 30px;
}

.fancybox-slide > .gallery-text-wrapper .owl-dots .owl-dot {
  background: #F4F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  width: 40px;
  height: 4px;
  margin-right: 8px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none!important;
}

.fancybox-slide > .gallery-text-wrapper .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.fancybox-slide > .gallery-text-wrapper .owl-dots .owl-dot.active {
  background: #FCAE29;
  border-color: #FCAE29;
}

.fancybox-slide > .block-gallery-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;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #FCAE29;
  padding: 0;
  margin: 0;
}

.fancybox-slide > .block-gallery-title img,.fancybox-slide > .block-gallery-title svg {
  margin-right: 15px;
}

.fancybox-slide > .block-gallery-content {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  color: #303748;
  padding: 0;
  margin: 0;
}

.fancybox-slide .block-gallery-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #FCAE29;
  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-bottom: 15px;
}

.fancybox-slide .block-gallery-title img,.fancybox-slide .block-gallery-title svg {
  margin-right: 15px;
}

.fancybox-slide .block-gallery-title img path,.fancybox-slide .block-gallery-title svg path {
  fill: #4A4A4A;
}

.fancybox-slide .gallery-title-content-block {
  margin-top: 40px;
}

.button-view-all-desc-text {
  display: none;
}

.button-view-all-desc-text {
  cursor: pointer;
  font-weight: bold;
}

.header-big-image .wrap-text {
  min-height: 255px;
}

.hide-products-description .wrap-text {
  height: 256px;
  overflow: hidden;
}

.hide-products-description .button-view-all-desc-text {
  display: block;
}

.order-service-block {
  margin-bottom: 69px;
}

.order-service-items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.order-service-item {
  position: relative;
  width: 420px;
  height: 315px;
  margin: 0 75px 62px 0;
  text-align: center;
}

.order-service-item:nth-child(3n+3) {
  margin-right: 0;
}

.order-service-item:hover .order-service-item-img:after {
  background-color: #11B3E8;
}

.order-service-item-img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.order-service-item-img:after {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 10px;
  content: '';
  width: 420px;
  height: 315px;
  background-color: #FAFAFA;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.order-service-item-btn {
  position: relative;
  z-index: 2;
  bottom: 28px;
  max-width: 95%;
  padding: 16px 20px;
  font-size: 14px;
  background-color: transparent;
}

.order-service-item-btn:hover,.order-service-item-btn:focus {
  background-color: transparent;
}

.order-service-item-btn:hover:before {
  background-color: #005494;
}

.order-service-item-btn:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #11B3E8;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: skew(-32deg, 0);
      -ms-transform: skew(-32deg, 0);
       -o-transform: skew(-32deg, 0);
          transform: skew(-32deg, 0);
}/* Responsive */.services-main-content {
  margin-bottom: 96px;
}

.services-section--title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #005494;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.services-section--title:hover {
  opacity: 0.7;
}

.services-section--title a {
  color: inherit;
}

.services-block--title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #11B3E8;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.services-block--title:hover {
  opacity: 0.7;
}

.services-block--title a {
  color: inherit;
}

.services-list {
  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;
  list-style-type: none;
  padding: 0;
  margin: 0 0 36px 0;
}

.services-list:last-child {
  margin-bottom: 0;
}

.services-list--international .services-list--item {
  max-width: 450px;
  margin: 0 0 4px 0;
}

.services-list--item {
  width: 688px;
  background-color: #FAFAFA;
  margin: 0 32px 4px 0;
}

.services-list--item:nth-child(even) {
  margin-right: 0;
}

.services-list--item:hover {
  background-color: #11B3E8;
}

.services-list--item:hover .services-list--item-link {
  color: #ffffff;
}

.services-list--item:hover .circle-arr--blue {
  background-color: #ffffff;
  color: #11B3E8;
}

.services-list--item .circle-arr--blue {
  max-width: 24px;
  min-width: 24px;
  max-height: 24px;
  min-height: 24px;
  margin-left: 5px;
  font-size: 11px;
  color: #ffffff;
}

.services-list--item-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #0C2B43;
}/* Responsive */.page-service .item-banner {
  height: -webkit-calc(100vh - 112px);
  height: calc(100vh - 112px);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.page-service .item-banner .content-wrap {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
}

.page-service .item-banner .block-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}

.page-service .item-banner .block-title-default {
  margin-bottom: 24px;
}

.page-service .item-banner .block-title-small {
  margin-bottom: 32px;
}

.page-service .item-banner-video {
  display: none;
}

.page-service .block-utp-steps .utp {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.page-service .block-utp-steps .utp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  max-width: 308px;
  min-height: auto;
  border: 0;
  padding: 0 20px 0 0;
}

.page-service .block-utp-steps .utp-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;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  border-radius: 50%;
  background-color: rgba(17, 179, 232, 0.08);
}

.page-service .block-utp-steps .utp-item-title {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.page-service .all-directions--btn-wrap {
  margin-top: 32px;
  margin-bottom: 86px;
  text-align: center;
}

.page-service .all-directions--btn-icon {
  color: #ffffff;
}

.service-category-menu-wrap {
  margin-top: 100px;
}

.service-category-menu-wrap .block-title {
  margin-bottom: 32px;
}

.service-category-menu-item-wrap {
  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;
}

.service-category-menu-item {
  width: 648px;
  background-color: #FAFAFA;
  margin: 0 32px 4px 0;
}

.service-category-menu-item:nth-child(odd) {
  margin-right: 0;
}

.service-category-menu-item:hover {
  background-color: #11B3E8;
}

.service-category-menu-item:hover .service-list--item-link {
  color: #ffffff;
}

.service-category-menu-item:hover .circle-arr--blue {
  background-color: #ffffff;
  color: #11B3E8;
}

.service-category-menu-item .circle-arr--blue {
  max-width: 24px;
  min-width: 24px;
  max-height: 24px;
  min-height: 24px;
  color: #ffffff;
  font-size: 11px;
}

.service-list--item-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0C2B43;
}

.transport-characteristics--main-container {
  border: 1px solid #EBEBEB;
  border-top-width: 0;
  padding: 20px 24px 0;
}

.transport-characteristics--main-container.active {
  padding-bottom: 0;
  border: 2px solid #11B3E8;
}

.transport-characteristics--main-container.active .transport-characteristics--container-title {
  border-bottom: 1px solid #EBEBEB;
}

.transport-characteristics--main-container.active .transport-characteristics--content-container {
  visibility: visible;
  opacity: 1;
  max-height: none;
  padding-top: 20px;
}

.transport-characteristics--container-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.transport-title-img--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.transport-img-wrap {
  width: 265px;
  margin-right: 56px;
  text-align: center;
}

.transport-img--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.transport--buttons-wrap {
  min-width: 300px;
  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;
}

.toggle-transport-characteristics-btn {
  font-size: 16px;
  line-height: 24px;
  margin-right: 24px;
  min-width: 250px;
  color: #11B3E8;
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.toggle-transport-characteristics-btn:hover {
  color: #005494;
}

.toggle-transport-characteristics-btn:focus {
  outline: none;
}

.transport-characteristics--content-container {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.transport-characteristics--content-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #11B3E8;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.transport-characteristics--content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.transport-characteristics--content-wrap--info-empty {
  margin-bottom: 24px;
}

.transport-characteristics--content-wrap--info-empty .transport-characteristics--content-text {
  width: 100%;
}

.transport-characteristics--info-table,.transport-characteristics--content-text,.transport-characteristics--info-type,.transport-characteristics--info-data {
  width: 50%;
}

.transport-characteristics--info-table {
  padding-right: 25px;
}

.transport-characteristics--info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  background-color: #FAFAFA;
  margin-bottom: 4px;
}

.transport-characteristics--info-wrap:last-child {
  margin-bottom: 0;
}

.transport-characteristics--info-type {
  font-weight: 600;
  line-height: 24px;
  color: #737373;
}

.transport-characteristics--info-data {
  font-weight: 600;
  line-height: 24px;
}

.transport-characteristics--content-text p:last-child {
  margin-bottom: 0;
}

.hide-characteristics--btn-wrap {
  text-align: center;
}

.hide-characteristics--btn {
  padding: 7px 17px;
  font-size: 14px;
  line-height: 18px;
  color: #11B3E8;
  border: 0;
  background-color: rgba(17, 179, 232, 0.04);
  cursor: pointer;
}

.hide-characteristics--btn:hover {
  text-decoration: underline;
}

.hide-characteristics--btn:focus {
  outline: none;
}/* Responsive */.page-about .block-utp-steps .block-title {
  display: none;
}

.page-about .block-content-btn-wrap {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-about .block-content.text-formatted {
  font-weight: 500;
}

.page-about .block-image:after {
  top: -10px;
  left: 10px;
}

.page-about .block-content-text-wrap .block-content {
  max-height: 355px;
  padding-right: 20px;
}

.block-image-text--price-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #11B3E8;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.block-image-text--price-text {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #005494;
}

.block-image-text--price {
  letter-spacing: -2.2px;
}

.block-image-text--price-currency {
  font-size: 28px;
  line-height: 28px;
}

.about-us--main-banner-wrap {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  min-height: 283px;
  padding: 64px 0;
  margin-bottom: 134px;
}

.about-us--main-banner-title {
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.about-us--main-banner-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/* Quote */.about-us--quote-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 138px;
}

.block-quote--title {
  padding: 44px 30px;
  border-top: 2px solid #11B3E8;
  border-bottom: 2px solid #11B3E8;
  margin: 0 32px;
  line-height: 56px;
  text-transform: none;
  text-align: center;
}

.block-quote--icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  color: #11B3E8;
  font-size: 41px;
}

.block-quote--icon i:first-child {
  margin-right: 7px;
}

.block-quote--icon-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -29px;
}

.block-quote--icon-next {
  top: 29px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}/* Responsive */.thank-you-page--wrap {
  text-align: center;
  padding: 120px 0;
}

.thank-you-page--wrap .text-formatted.main-text {
  margin-bottom: 40px;
}

.thank-you-page--icon {
  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;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #4bb7d1;
  margin: 0 auto 56px;
  font-size: 24px;
  color: #4bb7d1;
}

.thank-you-page--title .page-title {
  font-weight: 600;
  color: #0C2B43;
}

.thank-you-page--content {
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}

.thank-you-page--content pre {
  white-space: normal;
}/* Responsive */@font-face {
  font-family:'fontello';src:url('/themes/default/dist/fonts/fontello/font/fontello.eot?29910451');src:url('/themes/default/dist/fonts/fontello/font/fontello.eot?29910451#iefix') format('embedded-opentype'), url('/themes/default/dist/fonts/fontello/font/fontello.woff2?29910451') format('woff2'), url('/themes/default/dist/fonts/fontello/font/fontello.woff?29910451') format('woff'), url('/themes/default/dist/fonts/fontello/font/fontello.ttf?29910451') format('truetype'), url('/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) {
  .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: #0C2B43;
  }

  .product-card .product-title:hover {
    color: #DF2C9D;
  }

  .cart-products .cart-title:hover {
    color: #DF2C9D;
  }

  .cart-products .remove:hover {
    color: #FF0000;
  }

  .cart-buy-block .btn-back:hover {
    color: #0C2B43;
  }

  .cart-buy-block .btn-back:hover .text {
    color: #0C2B43;
    border-color: #0C2B43;
  }

  .customer-order-products .product .product-title:hover {
    color: #0C2B43;
  }
}

@media (pointer: fine) and (min-width: 991px) {
  .header-phone-wrap:hover .dropdown-phones {
    display: block;
    opacity: 1;
    max-height: none;
    min-height: auto;
  }

  .header-phone-wrap:hover .circle-arr--darkblue {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .header-navigation .nav-item.sub-in:hover ul.sub-list {
    display: block;
    opacity: 1;
    max-height: none;
  }

  .language:hover .lang-list {
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
}

@media (min-width: 992px) {
  .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;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }

  .product-card .hide-block {
    -webkit-clip-path: polygon(-150% 1px, 150% 0%, 150% 150%, 0% 150%, -50% 100%);
            clip-path: polygon(-150% 1px, 150% 0%, 150% 150%, 0% 150%, -50% 100%);
  }

  .cart-products.checkout-cart-products {
    padding: 0;
  }

  .cart-products.checkout-cart-products .product {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #fff;
  }

  .cart-products.checkout-cart-products .product-col {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cart-products.checkout-cart-products .col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 132px;
        -ms-flex: 0 0 132px;
            flex: 0 0 132px;
    min-width: 132px;
    margin-right: 0;
  }

  .cart-products.checkout-cart-products .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 132px);
        -ms-flex: 0 0 calc(100% - 132px);
            flex: 0 0 calc(100% - 132px);
    max-width: -webkit-calc(100% - 132px);
    max-width: calc(100% - 132px);
  }

  .cart-products.checkout-cart-products .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 66px);
        -ms-flex: 0 0 calc(50% - 66px);
            flex: 0 0 calc(50% - 66px);
    max-width: -webkit-calc(50% - 66px);
    max-width: calc(50% - 66px);
    margin-left: 132px;
  }

  .cart-products.checkout-cart-products .col-qty:before {
    display: none;
  }

  .cart-products.checkout-cart-products .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 66px);
        -ms-flex: 0 0 calc(50% - 66px);
            flex: 0 0 calc(50% - 66px);
    max-width: -webkit-calc(50% - 66px);
    max-width: calc(50% - 66px);
  }

  .cart-products.checkout-cart-products .col-remove-block {
    padding: 0;
  }

  .cart-products.checkout-cart-products .product-label {
    margin-bottom: 7px;
  }

  .cart-products.checkout-cart-products .qty-wrap .qty-block {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .cart-products.checkout-cart-products .qty-wrap .minus,.cart-products.checkout-cart-products .qty-wrap .plus {
    width: 42px;
    height: 32px;
  }

  .cart-products.checkout-cart-products .qty-wrap .count-input {
    width: 54px;
    height: 32px;
  }

  .cart-products.checkout-cart-products .complect-wrap .sticker-wrapper .sticker {
    font-size: 0.75rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-products.checkout-cart-products .complect-wrap .product {
    margin-bottom: 0;
    border-right: 1px solid #f3f3f3;
  }

  .cart-products.checkout-cart-products .complect-wrap .product:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f3;
  }

  .cart-products.checkout-cart-products .complect-wrap .complect-products {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.6%;
        -ms-flex: 0 0 61.6%;
            flex: 0 0 61.6%;
    max-width: 61.6%;
    padding-right: 0;
  }

  .cart-products.checkout-cart-products .complect-wrap .col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 132px;
        -ms-flex: 0 0 132px;
            flex: 0 0 132px;
    min-width: 132px;
    margin-right: 0;
  }

  .cart-products.checkout-cart-products .complect-wrap .col-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 132px);
        -ms-flex: 0 0 calc(100% - 132px);
            flex: 0 0 calc(100% - 132px);
    max-width: -webkit-calc(100% - 132px);
    max-width: calc(100% - 132px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-products.checkout-cart-products .complect-wrap .cart-title {
    font-size: 1rem;
  }

  .cart-products.checkout-cart-products .complect-wrap .complect-total-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.4%;
        -ms-flex: 0 0 38.4%;
            flex: 0 0 38.4%;
    max-width: 38.4%;
    padding-left: 0;
    -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;
    background: #fff;
  }

  .cart-products.checkout-cart-products .complect-wrap .complect-total-wrap .col-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #f3f3f3;
  }

  .cart-products.checkout-cart-products .complect-wrap .complect-total-wrap .col-qty:before {
    display: none;
  }

  .cart-products.checkout-cart-products .complect-wrap .complect-total-wrap .col-price-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
    border-top: 1px solid #f3f3f3;
  }

  .page-customer-info .customer-right {
    padding-left: 88px;
  }
}

@media (pointer: fine) and (min-width: 1200px) {
  .product-card:hover {
    -webkit-box-shadow: 1px 7px 23px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 1px 7px 23px 0 rgba(0, 0, 0, 0.14);
    border-radius: 10px 10px 0 0;
  }

  .product-card:hover .hide-block {
    padding-top: 1px;
    max-height: 350px;
    opacity: 1;
    padding-bottom: 20px;
    -webkit-box-shadow: 1px 7px 23px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 1px 7px 23px 0 rgba(0, 0, 0, 0.14);
  }
}

@media (max-width: 1600px) {
  .page-article--slider-wrap {
    margin-left: 0;
  }

  .page-main .active-products .drop-products-wrapper {
    max-width: 725px;
    overflow-x: auto;
  }

  .page-main .active-products .arrow-block {
    display: block;
  }

  .substrate-block .utp .utp-item-number {
    font-size: 100px;
  }

  .substrate-block .utp .utp-item-unit {
    font-size: 30px;
  }
}

@media (max-width: 1536px) {
  .arrow-block {
    right: 315px;
  }

  .technologies-menu li {
    font-size: 16px;
  }

  .block-gallery-list:not(.block-no-gallery) .abs-text-content {
    padding: 15px;
  }
}

@media (max-width: 1510px) {
  .contacts-block--info-wrapper {
    width: 35%;
    max-width: none;
  }

  .map-block {
    width: 65%;
  }
}

@media (max-width: 1500px) {
  .article-item {
    max-width: 29%;
  }

  .page-article--content-wrap {
    max-width: 70%;
    padding-right: 60px;
  }

  .page-article--container-form {
    max-width: 30%;
    right: 30px;
  }

  .page-article--container-form .consultingForm-container {
    max-width: 421px;
    width: auto;
  }

  .block-image-text .block-content-text-wrap {
    margin-right: 0;
  }

  .block-image-text .block-content-text-wrap,.block-image-text .block-image-wrap {
    max-width: 50%;
  }

  .block-image-text .block-image-wrap {
    padding-left: 40px;
  }

  .block-image-text .block-image {
    left: -10px;
  }

  .block-utp-steps .utp-item-title {
    font-size: 38px;
  }

  .block-production .services__data-list-nav-items {
    margin: 0 15px 15px;
  }

  .block-production .services__data-list-nav-items-title {
    font-size: 14px;
  }

  .block-production .services__slider-description {
    margin-bottom: 0;
  }

  .block-production .services__slider-description .slick-list {
    height: auto !important;
  }

  .block-production .services__slider-description .slick-track {
    height: 100% !important;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .order-service-item {
    width: 31%;
    height: auto;
    margin: 0 3% 62px 0;
  }

  .order-service-item-btn {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
  }

  .order-service-item-img:after {
    width: 100%;
    height: 100%;
  }

  .services-list--item {
    width: 49%;
    margin: 0 0 6px 0;
  }
}

@media (max-width: 1440px) {
  .block-slider-tabs .slider-text-wrap {
    max-height: 100%;
  }

  .block-slider-tabs .services__data-list-nav-items.slick-active .services__data-list-nav-items-wrap:after {
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
  }

  .block-slider-tabs .services__data-list-nav-items-wrap:hover:after {
    width: -webkit-calc(100% + 22px);
    width: calc(100% + 22px);
  }

  .block-slider-tabs .services__slider-navigation-text-wrap {
    width: 45%;
  }

  .block-slider-tabs .services__data-list-images-container {
    width: 55%;
    height: auto;
    max-height: none;
  }

  .block-slider-tabs .services__slider-description {
    width: auto;
  }

  .block-slider-tabs .services__data-list-image {
    width: auto;
    height: auto;
  }

  .block-slider-tabs .services__data-list-nav-items {
    width: 100% !important;
  }

  .header-navigation .navbar-nav .nav-item {
    font-size: 10px;
  }

  .arrow-block {
    right: 285px;
  }

  .block-gallery-list.block-no-gallery .abs-text-content {
    max-width: 80%;
  }

  .block-gallery-list.block-no-gallery .abs-text-content .block-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .block-gallery-list:not(.block-no-gallery) .abs-text-content .block-title {
    font-size: 16px;
  }

  .block-gallery-list:not(.block-no-gallery) .abs-text-content .block-content {
    font-size: 12px;
  }

  .services-list--international .services-list--item {
    width: 32%;
  }

  .service-category-menu-item {
    width: 49%;
    margin: 0 0 6px 0;
  }
}

@media (max-width: 1368px) {
  .arrow-block {
    right: 200px;
  }

  .substrate-block .utp .utp-item-number {
    font-size: 80px;
  }

  .substrate-block .utp .utp-item-unit {
    font-size: 20px;
  }

  .page-main .services__slider {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block-utp-steps .utp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-utp-steps .utp-item {
    margin-bottom: 30px;
  }

  .menu-by-pages-block .nav-menu-by-pages li a {
    font-size: 12px;
  }
}

@media (max-width: 1350px) {
  .order-service-item-btn {
    font-size: 12px;
    line-height: 14px;
    bottom: -25px;
  }
}

@media (max-width: 1300px) {
  .page-article--content-wrap {
    max-width: 65%;
  }

  .page-article--container-form {
    max-width: 35%;
  }

  .transport-title-img--wrap {
    position: relative;
    z-index: 0;
    padding-top: 45px;
  }

  .transport-img--title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .transport--buttons-wrap {
    position: relative;
    z-index: 0;
    padding-bottom: 35px;
    text-align: center;
  }

  .toggle-transport-characteristics-btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 0;
  }
}

@media (max-width: 1280px) {
  .arrow-block {
    right: 120px;
  }

  .block-image-text--price-title {
    font-size: 14px;
    line-height: 16px;
  }

  .block-image-text--price-text {
    font-size: 42px;
    line-height: 50px;
  }

  .technologies-menu li {
    font-size: 14px;
  }

  .block-gallery-list:not(.block-no-gallery) .abs-text-content {
    padding: 10px;
    bottom: 0;
    left: 0;
  }

  #b3 .abs-text-content,#b4 .abs-text-content,#b6 .abs-text-content {
    top: 0;
    bottom: auto;
  }
}

@media (max-width: 1250px) {
  .order-service-item-btn {
    font-size: 11px;
  }
}

@media (max-width: 1200px) {
  .breadcrumb {
    margin: 15px 0;
  }

  #story {
    margin-top: 15px;
  }

  #mission {
    margin: 15px 0;
  }

  .menu-by-pages-block .nav-menu-by-pages li a {
    font-size: 10px;
  }
}

@media (max-width: 1199px) {
  .page-content {
    padding-top: 96px;
  }

  .page-header {
    padding: 16px 20px;
  }

  .header-navigation .nav-link.header-link {
    font-size: 14px;
    padding: 0 15px;
  }

  .header-phone {
    font-size: 15px;
    line-height: 20px;
  }

  .header-menu-contacts-wrap {
    margin-left: 15px;
  }

  .empty-text {
    margin-bottom: 100px;
  }

  .language {
    margin-left: 0;
  }

  .article-title {
    font-size: 18px;
    line-height: 22px;
  }

  .article-item {
    margin: 0 50px 32px 0;
  }

  .block-slider-tabs .services__data-list-items-index {
    font-size: 14px;
    font-weight: 700;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap {
    height: auto;
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap .services__data-list-nav-title {
    font-size: 16px;
    line-height: 20px;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap .icon-wrapper svg {
    width: 26px;
    height: 26px;
  }

  .page-article--container-form .consultingForm-container {
    padding: 20px;
  }

  .page-article--slider-item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .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;
  }

  .page-main .item-banner {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }

  .block-utp-steps-details .utp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-utp-steps-details .utp .utp-item {
    max-width: none;
    width: 48%;
    margin-bottom: 30px;
  }

  .block-utp-steps .utp-item {
    width: 30%;
  }

  .block-production .services__slider-description .slick-track {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .page-error {
    padding-top: 96px;
  }

  .vacancy-name {
    font-size: 14px;
  }

  .vacancy-payment {
    font-size: 14px;
  }

  .block-gallery-list.block-no-gallery .abs-text-content {
    max-width: 90%;
  }

  .block-gallery-list.block-no-gallery .block-title {
    margin-bottom: 10px;
  }

  .wrap-text {
    min-height: auto;
  }

  .services-list--international .services-list--item {
    width: 49%;
    max-width: none;
  }
}

@media (max-width: 1100px) {
  .footer-content-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .footer-item {
    max-width: 48%;
  }

  .footer-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .page-article--content-wrap {
    max-width: 60%;
  }

  .page-article--container-form {
    max-width: 40%;
  }

  .contacts-block--info-wrapper {
    width: 45%;
  }

  .map-block {
    width: 55%;
  }

  .block-image-text--price-title {
    font-size: 12px;
    line-height: 16px;
  }

  .block-image-text--price-text {
    font-size: 36px;
    line-height: 40px;
  }

  .order-service-items-wrap {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .order-service-item {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .transport-characteristics--info-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .transport-characteristics--info-type,.transport-characteristics--info-data {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .page-content {
    padding-top: 72px;
  }

  .header-navigation {
    display: none;
  }

  .toggle-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-logo {
    position: absolute;
    top: 15px;
    left: 20px;
  }

  .header-logo .logo {
    width: 144px;
  }

  .header-menu-contacts-wrap {
    margin-right: 15px;
  }

  .header-logo-menu-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .logo-wrap--link {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .burger-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }

  .header-contacts-icon {
    margin-right: 0;
    cursor: pointer;
  }

  .header-contacts-icon + div {
    display: none;
  }

  .main-text.text-formatted {
    margin-bottom: 75px;
  }

  .main-text.text-formatted .container h1:first-child,.main-text.text-formatted .container h2:first-child {
    font-size: 40px;
    line-height: 44px;
  }

  .main-text.text-formatted .container h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .main-text.text-formatted .container h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-formatted {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-item--answer,.faq-item--question-text {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-item--wrap {
    padding: 0 20px;
  }

  .faq-item--question {
    padding: 20px 0;
  }

  .lang-item {
    text-align: center;
  }

  .language.active .lang-list {
    opacity: 1;
    overflow: visible;
    max-height: none;
  }

  .services__data-btn,.btn {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-blue {
    padding: 16px 20px;
  }

  .socials-list {
    text-align: center;
  }

  .article-list-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .article-item {
    max-width: 48%;
    margin: 0 0 32px 0;
  }

  .article-description {
    margin-top: 6px;
  }

  .block-form {
    margin-bottom: 75px;
  }

  .block-slider-tabs .slider-text-wrap {
    max-width: 100%;
  }

  .fullpage-right--text-wrap .container,.fullpage-left--text-wrap .container {
    padding: 0;
  }

  .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;
  }

  .page-article--title-wrap,.read-more--wrap {
    margin-bottom: 50px;
  }

  .page-article--date-wrap {
    margin-top: 5px;
  }

  .page-article--content-wrap {
    float: none;
    max-width: 100%;
    padding: 0;
  }

  .page-article--container-form {
    float: none;
    max-width: 421px;
    margin: 30px auto 0;
    right: 0;
  }

  .page-article--container-form .consultingForm-container {
    padding: 32px;
  }

  .main-content--text-wrap {
    margin-bottom: 50px;
  }

  .read-more--wrap-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .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);
  }

  .contacts-info--content-text {
    max-height: none;
  }

  .contacts-block--info-wrapper {
    padding-right: 0;
    margin-bottom: 75px;
  }

  .contacts-block--info-wrapper,.map-block {
    width: 100%;
  }

  .block-utp-steps-details {
    margin: 75px 0;
  }

  .fullpage-wrap,.block-default,.block-slider-tabs,.faq-container,.block-utp-steps {
    margin-bottom: 75px;
  }

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

  .page-title,.block-title,.section-title,.about-us--main-banner-title,.page-main .block-title-default {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .block-utp-steps .utp-item-title {
    font-size: 30px;
    line-height: 23px;
  }

  .page-main .block-title-link {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }

  .block-title-buttons-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-image-text .block-content.text-formatted {
    max-width: none;
  }

  .block-image-text .block-content-text-wrap {
    margin-bottom: 70px;
  }

  .block-image-text .block-content-text-wrap .block-content {
    overflow: visible;
    max-height: none;
    padding-right: 0;
  }

  .block-image-text .block-content-text-wrap,.block-image-text .block-image-wrap {
    max-width: 100%;
  }

  .block-image-text .block-image-wrap {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }

  .block-image-text .block-image {
    left: 0;
  }

  .block-production .services__data-list-images .slick-prev {
    left: 0;
  }

  .block-production .services__data-list-images .slick-next {
    right: 0;
  }

  .page-error--text h2 {
    font-size: 26px;
  }

  .technologies-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }

  .technologies-menu li {
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    height: 60px;
  }

  #story {
    margin-top: 65px;
  }

  #mission {
    margin: 45px 0;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }

  .page-regular .max-width-text {
    font-size: 12px;
    line-height: 1.3;
  }

  .vacancies-form-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .vacancies-block-wrapper {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .resume-form-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .block-gallery-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin: 5px 0;
  }

  #b3 .abs-text-content,#b4 .abs-text-content,#b6 .abs-text-content {
    top: auto;
    bottom: 0;
  }

  .block-gallery-list:not(.block-no-gallery):before {
    top: 50%;
  }

  .bottom-text-formatted {
    margin-top: 15px;
  }

  .page-regular {
    margin-bottom: 15px;
  }

  .block-gallery-list.block-no-gallery:before {
    width: 100%;
  }

  .block-gallery-list.block-no-gallery .abs-text-content {
    max-width: 100%;
    text-align: center;
  }

  .order-service-item-btn {
    font-size: 11px;
  }

  .services-main-content {
    margin-bottom: 71px;
  }

  .services-section--title {
    font-size: 30px;
    line-height: 34px;
  }

  .services-block--title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .services-list--item-link {
    font-size: 20px;
    line-height: 24px;
    padding: 14px 20px;
  }

  .page-service .item-banner {
    height: auto;
    min-height: 450px;
    padding: 50px 30px;
  }

  .page-service .item-banner .block-title-default {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .page-service .item-banner .block-title-small {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .service-category-menu-wrap {
    margin-top: 75px;
  }

  .service-list--item-link {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
  }

  .transport-img-wrap {
    margin-right: 20px;
  }

  .page-about .block-content-btn-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .page-about .block-image-text--price-wrap {
    margin-right: 30px;
  }

  .block-quote--title {
    padding: 30px 15px;
  }

  .about-us--main-banner-wrap {
    margin-bottom: 99px;
  }

  .about-us--quote-wrap {
    margin-bottom: 103px;
  }

  .thank-you-page--wrap {
    padding: 75px 0;
  }

  .thank-you-page--title .page-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 850px) {
  body.mobile-ui .footer-contacts-btn-wrap.header-contacts-btn-wrap {
    text-align: left;
  }

  body.mobile-ui #page-footer {
    padding-top: 32px;
  }

  body.mobile-ui .footer-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }

  body.mobile-ui .footer-contacts-btn-wrap {
    text-align: center;
  }

  body.mobile-ui .footer-menu-item {
    margin-bottom: 20px;
    min-width: auto;
  }

  body.mobile-ui .footer-menu-item a {
    font-size: 14px;
    line-height: 20px;
  }

  body.mobile-ui .footer-contacts-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 20px;
  }

  body.mobile-ui .footer-item {
    width: 100%;
    max-width: none;
  }

  body.mobile-ui .footer-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.mobile-ui .footer-item.open .footer-menu--list-wrap,body.mobile-ui .footer-item.open .footer-contacts-wrap {
    max-height: none;
    opacity: 1;
    overflow: visible;
  }

  body.mobile-ui .footer-item.open .circle-arr--blue {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  body.mobile-ui .footer-item .btn-blue {
    width: auto;
  }

  body.mobile-ui .footer-menu--list-wrap,body.mobile-ui .footer-contacts-wrap {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  body.mobile-ui .footer-contacts-text-wrap .phones,body.mobile-ui .footer-contacts-text-wrap .address,body.mobile-ui .footer-contacts-text-wrap .emails {
    font-size: 16px;
    line-height: 20px;
  }

  body.mobile-ui .footer-item-title {
    padding: 20px 0;
    margin-bottom: 0;
    border-left: 0;
    cursor: pointer;
  }

  body.mobile-ui .footer-item-title .circle-arr--blue {
    display: block;
  }

  body.mobile-ui .footer-item-title-text {
    border-left: 2px solid #11B3E8;
    padding-left: 8px;
  }

  .copyright-text-wrap,.copyright-logo-wrap-text {
    font-size: 12px;
    line-height: 16px;
  }

  .block-slider-tabs .services__slider-description {
    padding-right: 0;
  }

  .block-slider-tabs .services__data-list-nav-items:last-child .services__data-list-nav-items-wrap {
    margin-bottom: 10px;
  }

  .block-slider-tabs .services__data-list-nav-items.slick-active .services__img-wrap-mobile {
    visibility: visible;
    max-height: none;
    opacity: 1;
    margin-bottom: 8px;
  }

  .block-slider-tabs .services__data-list-nav-items.slick-active .services__data-list-nav-items-wrap:after {
    width: 100%;
  }

  .block-slider-tabs .services__container-annotation {
    max-width: 100%;
    padding: 0;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .block-slider-tabs .services__slider-navigation-text-wrap {
    width: 100%;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap {
    max-width: 100%;
    width: 96%;
    margin-right: 0;
    padding-right: 36px;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap:hover:after {
    width: 100%;
    background-color: #F9F9F9;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap:hover .services__data-list-nav-title {
    color: #0C2B43;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap:hover .icon-wrapper svg path {
    fill: #11B3E8;
  }

  .block-slider-tabs .services__data-list-images-container {
    display: none;
  }

  .services__data-list-nav-mobile-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #customs-brokerage-dialog {
    max-width: 93%;
  }

  .fullpage-right--text-wrap .main-banner-image,.fullpage-left--text-wrap .main-banner-image {
    opacity: 0.3;
  }

  .fullpage-right--text-wrap .item-banner,.fullpage-left--text-wrap .item-banner {
    padding: 35px 30px;
    min-height: 0 !important;
  }

  .fullpage-right--text-wrap .content-wrap,.fullpage-left--text-wrap .content-wrap {
    width: 100%;
  }

  .block-default .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-default .block-title {
    margin-bottom: 30px;
  }

  .block-default .block-title,.block-default .block-content {
    width: 100%;
  }

  .block-utp-steps-details .utp .utp-item-title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .block-utp-steps-details .utp .utp-img-wrapper {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
  }

  .block-utp-steps-details .utp .utp-img-wrapper svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }

  .block-image-text .block-image-wrap {
    width: 100%;
    height: auto;
  }

  .block-image-text .block-image-wrap img {
    width: 100%;
  }

  .page-main .item-banner {
    height: 450px;
    min-height: 450px;
  }

  .page-main .item-banner .content-wrap {
    width: 98%;
  }
}

@media (max-width: 800px) {
  .transport-characteristics--info-table {
    width: 100%;
    padding-right: 0;
  }

  .transport-characteristics--content-text {
    width: 100%;
  }

  .transport-characteristics--content-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .page-header.open-mobile-menu .natural-logo,.page-header.open-mobile-menu .img-fluid {
    display: none;
  }

  .page-header.open-mobile-menu .logo-for-mobile {
    display: block;
  }

  .page-header.open-mobile-menu .burger-icon-wrapper div:first-child {
    top: 5px;
  }

  .header-bottom-mobile-menu.open-mobile-menu {
    height: -webkit-calc(100% - 72px);
    height: calc(100% - 72px);
  }

  .header-logo {
    top: 19px;
  }

  .header-logo .logo {
    width: 111px;
  }

  .burger-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .burger-icon-wrapper.open-menu div:last-child {
    display: none;
  }

  .burger-icon-wrapper div {
    width: 20px;
    margin-bottom: 3px;
  }

  .burger-icon-wrapper div:last-child {
    left: 3px;
    margin-bottom: 0;
    width: 13.7px;
  }

  .header-bottom-mobile-menu {
    top: 72px;
  }

  .sub-list.lv-2.show-sub-menu {
    top: 72px;
  }

  .header-contacts-icon {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
  }

  .header-contacts-icon .ic-cellphone-filled {
    font-size: 18px;
  }

  .language .current-lang {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .language .lang-list {
    left: -7px;
    padding: 5px;
  }

  .language .lang-item {
    background-color: #005494;
  }

  .language .lang-item .lang-link {
    color: #ffffff;
  }

  .article-item .article-title {
    font-size: 16px;
    line-height: 24px;
  }

  .article-item--date {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    min-height: 28px;
  }

  .fancybox-container.form-popup .fancybox-slide > div .form-title .text {
    font-size: 20px;
    line-height: 28px;
  }

  .fullpage-right--text-wrap .item-banner .block-title-small,.fullpage-left--text-wrap .item-banner .block-title-small {
    font-size: 14px;
  }

  .block-utp-steps-details .utp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-utp-steps-details .utp-item {
    max-width: none;
    width: 48%;
    padding-right: 15px;
  }

  .block-image-text-wrapper .block-content-btn-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block-image-text--price-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-utp-steps .utp-item {
    width: 50%;
    padding-right: 15px;
  }

  .block-production .services__data-list-images-item {
    padding: 0 25px;
  }

  .block-production .services__data-list-images .slick-arrow {
    width: 55px;
    height: 55px;
    font-size: 12px;
  }

  .block-gallery-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 228px;
  }

  .block-gallery-list.block-no-gallery .abs-text-content .block-title {
    font-size: 16px;
  }

  .block-gallery-list:not(.block-no-gallery):before {
    top: 50%;
  }

  .fancybox-slide > .gallery-text-wrapper .fancybox-close-small {
    top: 10px;
    right: 0px;
  }

  .fancybox-slide .gallery-title-content-block {
    margin-top: 10px;
  }

  .fancybox-slide .block-gallery-title {
    font-size: 16px;
  }

  .fancybox-slide > .gallery-text-wrapper {
    max-width: 100%;
    padding: 50px 10px 10px;
    border-radius: 16px;
    width: 100%;
  }

  .about-us--quote-wrap {
    margin-bottom: 75px;
  }

  .block-quote--icon {
    position: absolute;
  }

  .block-quote--icon-prev {
    top: 15px;
    left: 0;
  }

  .block-quote--icon-next {
    top: auto;
    right: 0;
    bottom: 15px;
  }

  .block-quote--title {
    margin: 0;
    padding: 64px 0;
  }

  .page-about .block-image-text--price-wrap {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .text-formatted img.image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .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%;
  }

  .vacancy-phone-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .vacancy-phone-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .vacancy-phones-close-btn-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .vacancy-name-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .vacancy-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .vacancy-payment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .resumeForm-container {
    padding: 10px;
  }
}

@media (max-width: 761px) {
  #reviews .slick-arrow {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  #reviews .block-title {
    font-size: 24px;
    line-height: 32px;
  }

  #reviews .block-subtitle {
    font-size: 12px;
  }

  #teamSlider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  #teamSlider .slick-arrow i {
    font-size: 16px;
  }

  .specialist-comment-section .specialist-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .specialist-comment-section .specialist-comment .person-title-quote {
    font-size: 18px;
    margin: 5px auto;
  }

  .specialist-comment-section .specialist-comment .person-job-position {
    text-align: center;
  }

  .specialist-comment-section .specialist-comment .person-title-quote {
    text-align: center;
  }

  .specialist-comment-section .specialist-comment .person-image-quote {
    margin: 5px auto;
  }

  .specialist-comment-section .specialist-comment .quote .quote-content {
    padding-left: 25px;
  }

  .specialist-comment-section .specialist-comment .quote .quote-content svg {
    width: 20px;
  }
}

@media (max-width: 750px) {
  .page-service .block-utp-steps .utp-item {
    max-width: none;
    width: 48%;
    padding-right: 10px;
  }

  .page-service .block-utp-steps .utp-item-title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .page-service .block-utp-steps .utp-img-wrapper {
    width: 64px;
    height: 64px;
  }

  .page-service .block-utp-steps .utp-img-wrapper svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }

  .transport-characteristics--container-title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .transport-title-img--wrap {
    margin-bottom: 30px;
  }

  .transport-title-img--wrap,.transport--buttons-wrap {
    width: 100%;
  }

  .transport--buttons-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .toggle-transport-characteristics-btn {
    right: auto;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }

  .transport-characteristics--main-container.active .toggle-transport-characteristics-btn {
    display: none;
  }

  .transport-characteristics--main-container.active .transport--buttons-wrap {
    padding: 0;
  }

  .transport-img-wrap {
    text-align: left;
  }

  .transport-characteristics--info-table {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  body.mobile-ui .footer-contacts-btn-wrap.header-contacts-btn-wrap {
    text-align: center;
  }

  .menu-mobile-container .socials-list {
    text-align: center;
  }
}

@media (max-width: 660px) {
  .page-article--title-wrap {
    min-height: 350px;
  }

  .page-article--slider-item {
    margin: 0 10px 40px;
  }
}

@media (max-width: 650px) {
  .faq-item--wrap {
    padding: 0 16px;
  }

  .faq-item--answer,.faq-item--question-text {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-item--question {
    padding: 16px 0;
  }

  .faq-item--question .circle-arr--blue {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
    font-size: 12px;
  }

  .block-form-wrapper {
    margin: 0 -16px;
  }

  .blue-form-wrapper {
    max-width: none;
    max-height: none;
    width: 100%;
    padding: 40px 16px 32px;
  }

  .blue-form-wrapper .form-title {
    margin-bottom: 16px;
  }

  .blue-form-wrapper .form-title .text {
    font-size: 24px;
    line-height: 32px;
  }

  .blue-form-wrapper .form-note {
    margin-bottom: 24px;
  }

  .blue-form-wrapper .form-note .text {
    font-size: 14px;
    line-height: 20px;
  }

  .blue-form-wrapper .control-label {
    font-size: 14px;
    line-height: 20px;
  }

  .blue-form-wrapper .name,.blue-form-wrapper .cellphone {
    height: 48px;
  }

  .contacts-info--item-btn {
    text-align: center;
  }

  .contacts-info--content-text,.contacts-info--item-title {
    font-size: 12px;
  }

  .contacts-info--item-text {
    font-size: 16px;
  }

  .contacts-block--info-wrapper .socials-list {
    text-align: center;
  }

  .service-category-menu-item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .article-title {
    font-size: 16px;
    line-height: 20px;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap {
    padding: 6px 36px 6px 16px;
    margin-bottom: 12px;
  }

  .block-slider-tabs .services__data-list-nav-items-wrap .services__data-list-nav-title {
    font-size: 14px;
  }

  .page-article--slider-item-title {
    font-size: 16px;
    line-height: 20px;
  }

  .services-list--item .circle-arr--blue {
    max-width: 21px;
    min-width: 21px;
    max-height: 21px;
    min-height: 21px;
  }

  .services-block--title {
    font-size: 20px;
    line-height: 24px;
  }

  .services-list--item-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .jq-selectbox__select {
    height: 40px;
  }

  #reviewDialog .control-group {
    padding: 0 15px;
  }

  .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);
  }

  .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: #0C2B43;
    padding: 0;
    line-height: 1;
  }

  .success-wrapper .info-table .td {
    padding: 0;
    font-size: 0.75rem;
  }

  .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;
  }
}

@media (max-width: 550px) {
  .fancybox-container.form-popup .fancybox-slide > div {
    max-width: 86%;
  }

  #customs-brokerage-dialog {
    max-width: 88%;
  }

  #customs-brokerage-dialog .image {
    margin-bottom: 10px;
  }

  .customs-brokerage--title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .customs-brokerage--btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .customs-brokerage--btn-wrap .btn-white {
    margin: 0 0 12px 0;
  }

  .order-service-item {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .main-text.text-formatted .container h1:first-child,.main-text.text-formatted .container h2:first-child {
    font-size: 26px;
    line-height: 34px;
  }

  .main-text.text-formatted .container h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .main-text.text-formatted .container h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .pagination-wrap .page-item {
    width: 32px;
    height: 32px;
  }

  .article-list-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .article-item {
    max-width: 421px;
  }

  .blue-form-wrapper {
    padding: 25px 16px 30px;
  }

  .blue-form-wrapper .form-title .text {
    font-size: 20px;
    line-height: 26px;
  }

  .block-slider-tabs .services__container-annotation {
    font-size: 14px;
  }

  .page-article--date-wrap .date-main {
    height: 28px;
    font-size: 13px;
    line-height: 16px;
  }

  .page-article--container-form {
    max-width: 100%;
    margin: 0 auto;
  }

  .page-article--container-form .consultingForm-container {
    padding: 20px;
  }

  .page-article--slider-wrap .slick-dots li {
    max-width: none;
    width: 18px;
    margin-right: 7px;
  }

  .read-more--wrap-title {
    font-size: 24px;
    line-height: 32px;
  }

  .services-list--item {
    width: 100%;
  }

  .page-title,.block-title,.section-title,.about-us--main-banner-title,.page-main .block-title-default {
    font-size: 24px;
    line-height: 32px;
  }

  .block-default .text-formatted {
    font-size: 14px;
  }

  .block-image-text--price-title {
    font-size: 14px;
  }

  .block-image-text--price-text {
    font-size: 40px;
    line-height: 40px;
  }

  .block-utp-steps .utp-item {
    width: 50%;
    padding-right: 15px;
    min-height: auto;
    margin-bottom: 32px;
  }

  .block-utp-steps .utp-item:nth-child(5) {
    width: 100%;
    margin-bottom: 0;
  }

  .block-utp-steps .utp-item-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .block-utp-steps .utp-text-wrapper {
    font-size: 14px;
    line-height: 16px;
  }

  .block-production .services__slider-description {
    margin-bottom: 15px;
  }

  .block-production .services__data-list-images-item {
    padding: 0 20px;
  }

  .block-production .services__data-list-images .slick-arrow {
    width: 34px;
    height: 34px;
  }

  .block-production .services__data-list-nav-items {
    width: 100% !important;
    max-width: none;
    margin: 0 0 2px;
    min-height: auto;
  }

  .page-error--text .btn-blue {
    margin-top: 10px;
  }

  .page-error--text h2 {
    font-size: 18px;
  }

  .services-section--title {
    font-size: 22px;
    line-height: 28px;
  }

  .services-list--international .services-list--item {
    width: 100%;
    max-width: none;
  }

  .page-service .item-banner {
    min-height: 300px;
  }

  .page-service .item-banner .block-title-default {
    font-size: 24px;
    line-height: 32px;
  }

  .block-quote--icon {
    font-size: 30px;
  }

  .block-quote--icon-prev {
    top: 0;
  }

  .block-quote--icon-next {
    bottom: 0;
  }

  .thank-you-page--title .page-title {
    font-size: 24px;
    line-height: 32px;
  }

  .thank-you-page--content {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .fancybox-container.form-popup .fancybox-slide > div {
    padding: 20px;
  }

  .services__data-btn,.btn {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
  }

  .services__data-btn {
    line-height: 10px;
  }

  .article-item .article-title {
    font-size: 14px;
    line-height: 20px;
  }

  .block-slider-tabs .services__img-wrap-text {
    padding: 20px 16px;
  }

  .fullpage-right--text-wrap .item-banner,.fullpage-left--text-wrap .item-banner {
    padding: 25px 15px;
  }

  .page-article--slider-wrap .slick-next {
    right: 10px;
  }

  .page-article--slider-wrap .slick-prev {
    left: 10px;
  }

  .block-utp-steps-details .utp .utp-item {
    width: 50%;
    word-break: break-word;
    padding-right: 15px;
  }
}

@media (max-width: 400px) {
  .copyright {
    padding: 16px 0;
  }

  .copyright-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .copyright-text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #customs-brokerage-dialog {
    padding: 30px 15px 15px;
  }

  .customs-brokerage--title {
    font-size: 18px;
  }

  .block-utp-steps-details .utp-item {
    width: 100%;
    padding-right: 0;
  }

  .order-service-item-btn {
    font-size: 9.5px;
    padding: 10px 8px;
    bottom: -16px;
  }

  .page-service .block-utp-steps .utp-item {
    width: 100%;
    padding-right: 0;
  }

  .transport-characteristics--main-container {
    padding: 15px 15px 0;
  }
}

@-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% {
    margin-top: -3px;
  }

  100% {
    margin-top: 3px;
  }
}

@-o-keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }

  100% {
    margin-top: 3px;
  }
}

@keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }

  100% {
    margin-top: 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);
  }
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }

  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

@-o-keyframes pulsing {
  0% {
    -o-transform: scale(0.8, 0.8);
       transform: scale(0.8, 0.8);
  }

  50% {
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
  }

  100% {
    -o-transform: scale(0.8, 0.8);
       transform: scale(0.8, 0.8);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.8, 0.8);
         -o-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }

  50% {
    -webkit-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.8, 0.8);
         -o-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

@-webkit-keyframes menuOpen {
  from {
    left: -10000px;
  }

  to {
    left: 0;
  }
}

@-o-keyframes menuOpen {
  from {
    left: -10000px;
  }

  to {
    left: 0;
  }
}

@keyframes menuOpen {
  from {
    left: -10000px;
  }

  to {
    left: 0;
  }
}

@-webkit-keyframes menuClose {
  from {
    left: 0;
  }

  to {
    left: -10000px;
  }
}

@-o-keyframes menuClose {
  from {
    left: 0;
  }

  to {
    left: -10000px;
  }
}

@keyframes menuClose {
  from {
    left: 0;
  }

  to {
    left: -10000px;
  }
}
