/** header-color *//** footer-color *//** copyright-color *//** theme color *//** link-color *//** Messages *//** btn-default *//** btn-black *//** btn-dark *//** btn-white *//** 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: #2b343c;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2b343c 0%, #2b343c 33%, #2b343c 67%, #2b343c 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2b343c), color-stop(33%, #2b343c), color-stop(67%, #2b343c), to(#2b343c));
  background: -o-linear-gradient(left, #2b343c 0%, #2b343c 33%, #2b343c 67%, #2b343c 100%);
  background: linear-gradient(to right, #2b343c 0%, #2b343c 33%, #2b343c 67%, #2b343c 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b343c', endColorstr='#2b343c', 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);
}/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. *//* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */.ic:before,[class^="ic-"]:before,[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.ic-home: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-search-1: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-uah:before {
  content: '\e82f';
}/*  '' */.ic-email-3:before {
  content: '\e830';
}/*  '' */.ic-kyivstar:before {
  content: '\e831';
}/*  '' */.ic-close:before {
  content: '\e832';
}/*  '' */.ic-life:before {
  content: '\e833';
}/*  '' */.ic-vodafone:before {
  content: '\e834';
}/*  '' */.ic-balans: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-cellphone-filled:before {
  content: '\e83b';
}/*  '' */.ic-ok:before {
  content: '\e83c';
}/*  '' */.ic-user-1:before {
  content: '\e83d';
}/*  '' */.ic-th:before {
  content: '\e83e';
}/*  '' */.ic-mobile-1:before {
  content: '\e83f';
}/*  '' */.ic-textarea-bastion:before {
  content: '\e840';
}/*  '' */.ic-email-bastion:before {
  content: '\e841';
}/*  '' */.ic-arrow-line:before {
  content: '\e842';
}/*  '' */.ic-email-2:before {
  content: '\e848';
}/*  '' */.ic-pencil-2:before {
  content: '\e84c';
}/*  '' */.ic-search-2: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-mouse-scroll:before {
  content: '\e855';
}/*  '' */.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-servers:before {
  content: '\e868';
}/*  '' */.ic-printer:before {
  content: '\e869';
}/*  '' */.ic-personal-computer:before {
  content: '\e86a';
}/*  '' */.ic-pc-tower:before {
  content: '\e86b';
}/*  '' */.ic-notebook:before {
  content: '\e86c';
}/*  '' */.ic-monitor:before {
  content: '\e86d';
}/*  '' */.ic-headset:before {
  content: '\e86e';
}/*  '' */.ic-building:before {
  content: '\e86f';
}/*  '' */.ic-apple:before {
  content: '\e870';
}/*  '' */.ic-suitcase:before {
  content: '\e871';
}/*  '' */.ic-house:before {
  content: '\e876';
}/*  '' */.ic-gamepad:before {
  content: '\e878';
}/*  '' */.ic-sort-list:before {
  content: '\e879';
}/*  '' */.ic-burger:before {
  content: '\e87a';
}/*  '' */.ic-heart:before {
  content: '\e87b';
}/*  '' */.ic-mobile-arrow:before {
  content: '\e87c';
}/*  '' */.ic-burger-1:before {
  content: '\e87d';
}/*  '' */.ic-shuffle:before {
  content: '\e87e';
}/*  '' */.ic-shopping-cart:before {
  content: '\e87f';
}/*  '' */.ic-search:before {
  content: '\e880';
}/*  '' */.ic-grid:before {
  content: '\e881';
}/*  '' */.ic-oplata-bastion:before {
  content: '\e882';
}/*  '' */.ic-settings:before {
  content: '\e883';
}/*  '' */.ic-system-block:before {
  content: '\e884';
}/*  '' */.ic-map-bot:before {
  content: '\e885';
}/*  '' */.ic-dostavka-bastion:before {
  content: '\e886';
}/*  '' */.ic-plus-line:before {
  content: '\e887';
}/*  '' */.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';
}/*  '' */.ic-sketch:before {
  content: '\e9c1';
}/* '' */.font-main {
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 16px;
}

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

html,body {
  height: 100%;
}

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;
  -o-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;
  min-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

#page-header {
  position: relative;
  z-index: 32;
}

#page-header .burger-click {
  position: absolute;
  height: 60px;
  width: 60px;
}

.header-phones-dropdown {
  position: relative;
  cursor: pointer;
  margin-right: 40px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}

.header-phones-dropdown .toggle-phones {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 24px;
  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-size: 11px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-phones-dropdown .phone {
  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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.header-phones-dropdown .phone:before {
  content: '\e85d';
}

.header-phones-dropdown .dropdown-phones {
  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;
}

#page-header {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  z-index: 100;
}

#page-header .container-my {
  max-width: 1540px;
  width: 100%;
  padding: 0 20px;
  margin: 0 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 165px;
}

#page-header .header-phones-dropdown {
  font-size: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-header .header-phones-dropdown .dropdown-phones {
  padding-top: 0px;
  right: 0;
  top: 115%;
  min-width: 225px;
}

#page-header .header-phones-dropdown .dropdown-phones .phone {
  font-size: 14px;
  margin-left: 20px;
  color: #272727;
  font-weight: 500;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin-bottom: 10px;
}

#page-header .header-phones-dropdown .dropdown-phones .phone::after {
  content: none;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form {
  background: #EEEEEE;
  padding: 13px 20px 20px;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-title.text-center {
  text-align: start !important;
  font-size: 11px;
  line-height: 14px;
  color: #272727;
  margin-bottom: 11px;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .btn-submit-wrapper .btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  background: #FF9900;
  border: 1px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .control-label {
  display: none;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  font-size: 12px;
  padding-left: 30px;
  border: none;
  border-bottom: 2px solid #96989D;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 9px;
  margin-bottom: 15px;
  background: transparent;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 12px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 12px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 12px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control::placeholder {
  color: #96989D;
  font-size: 12px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .control-group:nth-child(2) .controls {
  position: relative;
}

#page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .control-group:nth-child(2) .controls::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 14px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  top: 13px;
  left: 7px;
}

#page-header .header-phones-dropdown .phone {
  position: absolute;
  top: 48%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-header .header-phones-dropdown .phone::after {
  content: '';
  background-image: url("/themes/default/dist/images/header-phone.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 18px;
  height: 21px;
}

#page-header .header-phones-dropdown a::before {
  content: none;
}

#page-header .box-header__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-top: 40px;
}

#page-header .header__menu-static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}

#page-header .header__menu-static .menu-static-item.menu-static-item1 {
  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;
}

#page-header .header__menu-static .menu-static-item.menu-static-item1:hover {
  padding: 0;
}

#page-header .header__menu-static .menu-static-item.menu-static-item1:hover::after {
  content: none;
}

#page-header .header__menu-static .menu-static-item.menu-static-item1:hover a {
  color: #2B2B2B;
}

#page-header .header__menu-static .menu-static-item.menu-static-item1 a {
  text-decoration: none;
  color: #fff;
  padding: 15px 37px;
}

#page-header .header__menu-static .menu-static-item2.active .menu-static-item__span,#page-header .header__menu-static .menu-static-item3.active .menu-static-item__span {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding-right: 77px;
}

#page-header .header__menu-static .menu-static-item2.active .menu-static-item__span::after,#page-header .header__menu-static .menu-static-item3.active .menu-static-item__span::after {
  background-image: url("/themes/default/dist/images/minus.svg");
  opacity: 1;
  background-color: #dddddd;
  right: 10px;
}

#page-header .header__menu-static .menu-static-item.menu-static-item3 .menu-static-down {
  min-width: 300px;
  width: 100%;
}

#page-header .header__menu-static .menu-static-item {
  list-style: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  border: 1px solid #fff;
  border-radius: 108px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

#page-header .header__menu-static .menu-static-item::after {
  content: none;
}

#page-header .header__menu-static .menu-static-item .menu-static-item__span {
  padding: 15px 37px;
  position: relative;
  display: block;
}

#page-header .header__menu-static .menu-static-item .menu-static-item__span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page-header .header__menu-static .menu-static-item .menu-static-down.active {
  display: block;
  opacity: 1;
}

#page-header .header__menu-static .menu-static-item .menu-static-down {
  border: 1px solid #fff;
  opacity: 0;
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  left: 0;
  top: 60px;
  padding: 25px 0px;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 13px 0px rgba(34, 60, 80, 0.2);
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item {
  color: #272727;
  padding-left: 45px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  list-style: none;
  position: relative;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item a {
  color: #272727;
  padding-left: 0;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  list-style: none;
  position: relative;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item a:hover {
  color: #FF9900;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #252525;
  top: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item:hover:after {
  background-color: #FF9900;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item:hover {
  color: #FF9900;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item .menu-static-hover {
  padding: 0;
  opacity: 0;
  padding-right: 10px;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item .menu-static-hover .menu-static-hover-item {
  list-style: none;
  margin-top: 18px;
  line-height: 16px;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item .menu-static-hover .menu-static-hover-item .menu-static-hover-link {
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item .menu-static-hover .menu-static-hover-item .menu-static-hover-link:hover {
  color: #FF9900;
  text-decoration: none;
}

#page-header .language {
  color: #fff;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 50px;
  margin-right: 40px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  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-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

#page-header .language .list-unstyled.lang-list {
  background: transparent;
  padding: 0;
}

#page-header .language .list-unstyled.lang-list .lang-item {
  background: #838383;
  margin-top: 7px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  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-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

#page-header .language .list-unstyled.lang-list .lang-item:hover a {
  color: #FF9900;
}

#page-header .language .list-unstyled.lang-list .lang-item a {
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#page-header .burger__menu.active .ic-burger-1 {
  color: #FF9900;
}

#page-header .burger__menu.active .burger__menu-list {
  max-height: 500px;
  overflow: visible;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-header .burger__menu {
  position: relative;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  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;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

#page-header .burger__menu .ic-close {
  display: none;
}

#page-header .burger__menu:hover .ic-burger-1 {
  color: #FF9900;
}

#page-header .burger__menu .ic-burger-1 {
  color: #000;
}

#page-header .burger__menu .burger__menu-list {
  position: absolute;
  background-color: #fff;
  top: 55px;
  right: 0;
  padding: 30px 25px 10px 40px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 225px;
  z-index: -99;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-header .burger__menu .burger__menu-list .burger__menu-item {
  white-space: nowrap;
  color: #2B2B2B;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#page-header .burger__menu .burger__menu-list .burger__menu-item:hover {
  font-weight: 500;
  color: #FF9900;
}

#page-header .burger__menu .burger__menu-list .burger__menu-item:hover a {
  color: #FF9900;
  text-decoration: none;
}

#page-header .burger__menu .burger__menu-list .burger__menu-item a {
  color: #2B2B2B;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#page-header .burger__menu .burger__menu-list-box {
  padding: 0;
  margin: 0;
}

#nav-header {
  display: none;
}

#page-header.header-page {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  background-image: url("/themes/default/dist/images/imageheader.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  max-width: 100%;
}

.first__block {
  position: relative;
}

.first__block .text {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  left: 5%;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 37px;
  margin: 0;
  font-weight: 400;
  font-family: 'Cormorant SC', serif;
}

.first__block .text h1 {
  font-size: 65px;
  line-height: 78px;
  margin-bottom: 17px;
  text-shadow: 0px 4px 10px #000000;
  font-family: 'Cormorant SC', serif;
  text-transform: uppercase;
}

.first__block .arrow__down {
  position: absolute;
  z-index: 11;
  bottom: 45px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.first__block .arrow__down:hover {
  -webkit-transform: translateX(50%) translateY(10%);
      -ms-transform: translateX(50%) translateY(10%);
       -o-transform: translateX(50%) translateY(10%);
          transform: translateX(50%) translateY(10%);
}

.first__block .social {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7%;
  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;
}

.first__block .social .social-link {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}

.first__block .social .messegers-item:last-child {
  margin-bottom: 0;
}

.fixed-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  padding: 14px 29px;
  background-color: #FF9900;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  right: -110px;
  top: 30%;
  z-index: 8;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.fixed-link:hover {
  color: #FF9900;
  border: 1px solid #FF9900;
  background-color: #fff;
  text-decoration: none;
}

.menu-mobile.active {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

#wrapper {
  position: relative;
}/*Стили хлебных крошек*/#page-breadcrumb {
  overflow-x: auto;
}

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

.breadcrumb .breadcrumb-item.active {
  color: #96989D;
  font-weight: 300;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item:first-child a {
  position: relative;
  padding-left: 22px;
}

.breadcrumb .breadcrumb-item:first-child a::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 14px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/crams.svg");
}

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

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

.breadcrumb .breadcrumb-item a {
  position: relative;
  color: #595959;
  -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: #2b343c;
}

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

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

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

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

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

.section-title {
  font-size: 2.25rem;
}

.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: #2b343c;
}

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

.load-more-title {
  text-align: center;
  background: #2b343c;
  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: 0.875rem;
  line-height: 1.5;
  color: #2b343c;
}

.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: 2rem;
  font-weight: 600;
  margin-bottom: 26px;
}

.text-formatted a {
  line-height: normal;
  font-weight: bold;
  color: #2b343c;
  -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: #2b343c;
}

.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 hr {
  border: none;
  border-bottom: 2px solid #2b343c;
}

.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 ul li,.text-formatted ol li {
  margin-bottom: 15px;
}

.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: #2b343c;
}

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

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

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

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

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

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

.text-formatted blockquote {
  display: block;
  clear: both;
  border-left: 3px solid #2b343c;
  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;
}

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

.pagination-wrap .pagination .page-item .page-prev,.pagination-wrap .pagination .page-item .page-next,.pagination-wrap .pagination .page-item .page-link,.pagination-wrap .pagination .page-item .page-current {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  text-align: center;
  padding: 1px;
  margin: 5px 6px;
  font-size: 1rem;
  font-weight: normal;
  color: #2b343c;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
}

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

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

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

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

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

.pagination-wrap .pagination .page-item .page-prev:before {
  content: '\f007';
}

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

.pagination-wrap .pagination .page-item.active .page-link,.pagination-wrap .pagination .page-item.active .page-current {
  background: transparent;
  color: #2b343c;
  font-weight: normal;
  font-size: 1rem;
}

.pagination-wrap .pagination .page-item.active .page-link:focus:not(.page-gap),.pagination-wrap .pagination .page-item.active .page-current:focus:not(.page-gap),.pagination-wrap .pagination .page-item.active .page-link:hover:not(.page-gap),.pagination-wrap .pagination .page-item.active .page-current:hover:not(.page-gap) {
  background: transparent;
}

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

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

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

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

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

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

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

#page-footer {
  position: relative;
  padding-top: 48px;
  padding-bottom: 30px;
  z-index: 30;
  margin-top: auto;
  background: #fff;
  color: #fff;
  background-image: url("/themes/default/dist/images/footer.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#page-footer .footer-bottom-text {
  position: relative;
  margin-top: 15px;
}

#page-footer .footer-bottom-text .box-text {
  background: transparent;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  color: #ddd;
  font-size: 14px;
  line-height: 17px;
}

#page-footer .footer-bottom-text .box-text::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 42%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ddd;
}

#page-footer .footer-bottom-text .box-text::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 42%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ddd;
}

#page-footer .footer-bottom-text .box-text::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 42%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ddd;
}

#page-footer .footer-bottom-text .box-text a {
  color: #ddd;
}

#page-footer .container-my {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page-footer .footer-contacts {
  width: 30%;
}

#page-footer .footer-contacts .emails {
  margin-bottom: 20px;
}

#page-footer .footer-contacts .emails .ic {
  font-size: 12px;
  color: #FF9900;
  margin-right: 12px;
}

#page-footer .footer-contacts .emails a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

#page-footer .footer-contacts .footer-logo {
  max-width: 162px;
  max-height: 101px;
  margin-bottom: 20px;
}

#page-footer .footer-contacts .list-unstyled .stores-item-address {
  font-size: 14px;
  line-height: 22px;
  max-width: 208px;
  padding-left: 29px;
  position: relative;
}

#page-footer .footer-contacts .list-unstyled .stores-item-address::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/mapcursor.svg");
  left: 0;
  top: 5px;
}

#page-footer .footer-contacts .stores-links {
  max-width: 356px;
  padding-left: 29px;
  position: relative;
}

#page-footer .footer-contacts .stores-links::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/header-phone-hover.svg");
  left: 0;
  top: 2px;
}

#page-footer .footer-contacts .stores-links a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

#page-footer .footer-contacts .stores-links .department {
  color: #D1D1D1;
  font-size: 12px;
}

#page-footer .footer-contacts .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 166px;
  -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;
}

#page-footer .footer-contacts .footer-social .title {
  font-size: 12px;
  line-height: 16px;
  color: #A3A3A3;
  max-width: 89px;
}

#page-footer .footer-contacts .footer-social .social {
  white-space: nowrap;
}

#page-footer .footer-contacts .footer-social .social .social-facebook {
  margin-right: 10px;
}

#page-footer .footer-contacts .footer-social .social a {
  font-size: 18px;
  color: #fff;
}

#page-footer .footer-catalog {
  width: 30%;
  padding-top: 47px;
}

#page-footer .footer-catalog .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 28px;
}

#page-footer .footer-catalog .title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 47px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/title-footer.svg");
  bottom: 0;
  left: 0;
}

#page-footer .footer-catalog .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-footer .footer-catalog .footer-list-item {
  margin-bottom: 20px;
}

#page-footer .footer-catalog .footer-list-item a {
  color: #fff;
}

#page-footer .footer-catalog .footer-list-item .footer-list-link {
  font-size: 14px;
  font-weight: 500;
}

#page-footer .footer-catalog .footer-list-item .footer-list-item-down {
  list-style: none;
  padding: 0;
}

#page-footer .footer-catalog .footer-list-item .footer-list-item-down .footer-item-down {
  margin-top: 18px;
}

#page-footer .footer-catalog .footer-list-item .footer-list-item-down .footer-item-down a {
  font-size: 12px;
  font-weight: 400;
}

#page-footer .footer-services {
  width: 30%;
  padding-top: 47px;
}

#page-footer .footer-services .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 28px;
}

#page-footer .footer-services .title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 47px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/title-footer.svg");
  bottom: 0;
  left: 0;
}

#page-footer .footer-services .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-footer .footer-services .footer-list-item {
  margin-bottom: 20px;
}

#page-footer .footer-services .footer-list-item a {
  color: #fff;
}

#page-footer .footer-services .footer-list-item .footer-list-link {
  font-size: 14px;
  font-weight: 500;
}

#page-footer .footer-menu {
  width: 10%;
  padding-top: 47px;
}

#page-footer .footer-menu .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 28px;
}

#page-footer .footer-menu .title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 47px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/title-footer.svg");
  bottom: 0;
  left: 0;
}

#page-footer .footer-menu .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-footer .footer-menu .footer-list-item {
  margin-bottom: 20px;
}

#page-footer .footer-menu .footer-list-item a {
  color: #fff;
}

#page-footer .footer-menu .footer-list-item .footer-list-link {
  font-size: 14px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-bg {
  background: #000;
}

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

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

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

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

.fancybox-close-small:after {
  display: none;
}

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

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

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

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

.fancybox-thumbs > ul > li:before {
  border-color: #2b343c;
}

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

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

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

.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: 'Montserrat', sans-serif;
}

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

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

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

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

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

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

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

.ui-autocomplete.ui-widget .ui-menu-item.ui-state-focus {
  font-weight: 400;
  background: #2b343c;
  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 {
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
}

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

.language .current-lang i {
  font-size: 10px;
  margin-left: 8px;
}

.language .lang-list {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  z-index: 1;
  -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);
}

.language .lang-list .lang-link {
  display: block;
  text-decoration: none;
  position: relative;
  -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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #2b343c;
}

.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: #2b343c;
  -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;
}

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

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

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

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

.btn-default {
  background: #83B540;
  border-color: #83B540;
  color: #fff;
}

.btn-default:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #83B540;
  border-color: #83B540;
  color: #fff;
}

.btn-default:hover {
  background: #fff;
  border-color: #83B540;
  color: #83B540;
}

.btn-default:active {
  background: #fff;
  border-color: #83B540;
  color: #83B540;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(131, 181, 64, 0.45);
          box-shadow: 0px 9px 18px -7px rgba(131, 181, 64, 0.45);
}

.btn-black {
  background: #262626;
  border-color: #262626;
  color: #fff;
}

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

.btn-black:hover {
  background: #fff;
  border-color: #262626;
  color: #262626;
}

.btn-black:active {
  background: #fff;
  border-color: #262626;
  color: #262626;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(38, 38, 38, 0.45);
          box-shadow: 0px 9px 18px -7px rgba(38, 38, 38, 0.45);
}

.btn-dark {
  background: #fff;
  border-color: #595959;
  color: #595959;
  border-style: dashed;
}

.btn-dark:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-color: #595959;
  color: #595959;
  border-style: dashed;
}

.btn-dark:hover {
  background: #595959;
  border-color: #595959;
  color: #fff;
  border-style: solid;
}

.btn-dark:active {
  background: #595959;
  border-color: #595959;
  color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(89, 89, 89, 0.45);
          box-shadow: 0px 9px 18px -7px rgba(89, 89, 89, 0.45);
}

.btn-white {
  background: #fff;
  border-color: #2E8612;
  color: #2E8612;
}

.btn-white:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-color: #2E8612;
  color: #2E8612;
}

.btn-white:hover {
  background: #2E8612;
  border-color: #2E8612;
  color: #fff;
}

.btn-white:active {
  background: #2E8612;
  border-color: #2E8612;
  color: #fff;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(46, 134, 18, 0.45);
          box-shadow: 0px 9px 18px -7px rgba(46, 134, 18, 0.45);
}

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: #2b343c;
  line-height: 1;
}

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

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

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

.map-default {
  min-height: 300px;
}

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

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

.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: #2b343c;
}

.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: #2b343c;
  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: #2b343c;
}

.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: #2b343c;
  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: #2b343c;
  -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: #2b343c;
}

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

.attribute-checkbox {
  position: relative;
}

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

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

.attribute-checkbox .list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-decoration: none;
  color: #2b343c;
  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: #2b343c;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}

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

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

.attribute-checkbox .btn-apply {
  display: none !important;
  cursor: pointer;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -14px;
  -webkit-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
  padding: 5px 15px;
  height: 28px;
  border-radius: 14px;
  line-height: 18px;
  vertical-align: middle;
  background: #2b343c;
  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 #2b343c;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.attribute-checkbox.selected .list .checkbox {
  border-color: #2b343c;
}

.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: -7.5px;
  background: #fff;
  display: block;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.33);
  cursor: pointer;
}

.attribute-range .ui-slider .ui-slider-handle:hover:first-of-type {
  border-color: #2581b1;
}

.attribute-range .ui-slider .ui-slider-handle:hover:last-of-type {
  border-color: #2b343c;
}

.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: #2b343c;
  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: #2b343c;
  border-color: #2b343c;
}

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

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

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

.filter-delete-wrapper .delete-icon {
  color: #c0c0c0;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.socials-list {
  text-align: center;
}

.socials-list .item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item:not(:first-child) {
  margin-left: 10px;
}

.socials-list .item .social-icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000;
}

.socials-list .item .social-icon i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  color: white;
}

.socials-list .item .social-icon:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #000;
}

.socials-list .item.active,.socials-list .item:focus,.socials-list .item:hover,.socials-list .item.active *,.socials-list .item:focus *,.socials-list .item:hover * {
  outline: none;
}

.socials-list .item.active .social-icon:after,.socials-list .item:focus .social-icon:after,.socials-list .item:hover .social-icon:after {
  width: 120%;
  height: 120%;
}

.socials-list .item div.social-icon,.socials-list .item span.social-icon {
  color: white;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.socials-list .item img.social-icon {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.socials-list .item.social-skype .social-icon {
  background: #00aff0;
}

.socials-list .item.social-skype .social-icon:after {
  border-color: #00aff0;
}

.socials-list .item.social-facebook .social-icon {
  background: #3b5998;
  text-align: right;
}

.socials-list .item.social-facebook .social-icon:after {
  border-color: #3b5998;
}

.socials-list .item.social-facebook .social-icon i {
  font-size: 36px;
  margin-top: 5px;
  margin-right: 6px;
}

.socials-list .item.social-vk .social-icon {
  background: #507299;
}

.socials-list .item.social-vk .social-icon:after {
  border-color: #507299;
}

.socials-list .item.social-vk .social-icon i {
  font-size: 28px;
}

.socials-list .item.social-youtube .social-icon {
  background: #e62117;
}

.socials-list .item.social-youtube .social-icon:after {
  border-color: #e62117;
}

.socials-list .item.social-instagram .social-icon {
  background: #3897f0;
}

.socials-list .item.social-instagram .social-icon:after {
  border-color: #3897f0;
}

.socials-list .item.social-instagram .social-icon i {
  font-size: 25px;
}

.socials-list .item.social-google .social-icon {
  background: #fd4d3e;
}

.socials-list .item.social-google .social-icon:after {
  border-color: #fd4d3e;
}

.socials-list .item.social-google .social-icon i {
  font-size: 25px;
}

.socials-list .item.social-linkedin .social-icon {
  background: #007bbd;
}

.socials-list .item.social-linkedin .social-icon:after {
  border-color: #007bbd;
}

.socials-list .item.social-twitter .social-icon {
  background: #00aef1;
}

.socials-list .item.social-twitter .social-icon:after {
  border-color: #00aef1;
}

.social-auth {
  display: block;
  text-align: center;
}

.social-auth .social {
  position: relative;
  display: inline-block;
  margin: 5px 5px 0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  vertical-align: middle;
  border: 1px solid #2b343c;
}

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

.social-auth .social i {
  color: #2b343c;
}

.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: #2b343c;
  -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;
}

.article-item {
  line-height: 1.2;
  font-size: 0.875rem;
  color: #2b343c;
  margin-bottom: 19px;
}

.article-item .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  max-width: 220px;
  margin-right: 30px;
}

.article-item .title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

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

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

.article-item .text {
  margin-bottom: 9px;
}

.article-item .text p {
  margin-bottom: 0;
}

.article-item .link-more {
  color: #2b343c;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.article-item .link-more:hover {
  text-decoration: none;
  color: #2b343c;
}

.form-control {
  height: 30px;
  border-radius: 2px;
  border-color: #c0c0c0;
  background: #fff;
  color: #2b343c;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.875rem;
}

.form-control::-webkit-input-placeholder {
  color: red;
}

.form-control::-moz-placeholder {
  color: red;
}

.form-control:-moz-placeholder {
  color: red;
}

.form-control:-ms-input-placeholder {
  color: red;
}

.form-control:focus {
  background: #fff;
  border-color: #82d9ff;
  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: 65px;
}

.custom-checkbox {
  font-size: 0.875rem;
  color: #2b343c;
  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 #2b343c;
}

.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: #2b343c;
  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 #2b343c;
  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: #2b343c;
  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;
}

form label {
  font-size: 0.875rem;
  color: #2b343c;
}

form label .required {
  color: red;
}

form label .required:before {
  content: '*';
}

form .form-error {
  font-size: 0.75rem;
  color: red;
  margin-top: 1px;
}

form .form-error ul {
  margin: 0;
  padding: 0;
}

form .form-error ul li:not(:first-child) {
  display: none;
}

form .control-group,form .form-group {
  margin-bottom: 13px;
}

form .form-note,form .gui-details {
  color: #c0c0c0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
  margin: 13px 0;
}

form .form-note a,form .gui-details a {
  color: #d2262f;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

form .note {
  color: #999;
  font-size: 0.75rem;
}

.form-popup form {
  background: #fff;
  padding: 15px;
}

.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: #2b343c;
  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: #2b343c;
  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: #2b343c;
}

.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: #2b343c;
}

.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: #2b343c;
}

.carousel-product {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}

.carousel-product .ui-slider:not(.lightSlider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.carousel-product .ui-slider:not(.lightSlider) > li {
  min-width: 20%;
  width: 20%;
}

.first-slider {
  display: block;
}

.first-slider:not(.owl-loaded) > .item:not(:first-child) {
  display: none;
}

.product-gallery {
  position: relative;
}

.product-gallery #productSimpleImage {
  list-style: none;
  padding: 0;
}

.product-gallery #productSimpleImage li {
  list-style: none;
}

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

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

#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: #2b343c;
}

.info-hidden a:hover {
  color: #2b343c;
}

.info-hidden ol,.info-hidden ul {
  padding-left: 45px;
  padding-right: 25px;
}

.info-hidden ol li,.info-hidden ul li {
  margin-bottom: 20px;
}

.info-hidden ol,.info-hidden ul,.info-hidden p {
  margin-bottom: 20px;
}

.info-hidden p {
  padding: 0 25px;
}

.info-hidden .info-title,.info-hidden h2,.info-hidden .h2,.info-hidden h3,.info-hidden .h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background: #e0e0e0;
  padding: 14px 15px;
  margin-bottom: 20px;
  text-transform: none;
  color: #323232;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.info-hidden .info-title:first-of-type,.info-hidden h2:first-of-type,.info-hidden .h2:first-of-type,.info-hidden h3:first-of-type,.info-hidden .h3:first-of-type {
  margin-top: 0;
}

.info-hidden .info-title .info-title-img,.info-hidden h2 .info-title-img,.info-hidden .h2 .info-title-img,.info-hidden h3 .info-title-img,.info-hidden .h3 .info-title-img {
  width: 31px;
  text-align: center;
  margin-right: 16px;
}

.info-hidden .info-title .info-title-img img,.info-hidden h2 .info-title-img img,.info-hidden .h2 .info-title-img img,.info-hidden h3 .info-title-img img,.info-hidden .h3 .info-title-img img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.info-hidden .info-title:before,.info-hidden h2:before,.info-hidden .h2:before,.info-hidden h3:before,.info-hidden .h3:before {
  font-size: 25px;
  margin-right: 24px;
}

#messageDialog {
  border-radius: 10px;
}

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

#messageDialog .popup-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 65px 5px 20px;
  background: #2b343c;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

#messageDialog .popup-title:before {
  content: '!';
  font-weight: bold;
  margin-right: 10px;
  font-size: 26px;
}

#messageDialog .popup-note {
  padding: 5px 15px 10px;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #2b343c;
  margin-left: auto;
  margin-right: auto;
}

#messageDialog .content {
  background: #fefefe;
  padding-top: 20px;
  padding-bottom: 20px;
}

#reviewDialog {
  max-width: 820px;
}

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

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

.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 .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 #c0c0c0;
  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: #2b343c;
}

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

.sticker-wrapper .sticker._hot {
  border: 1px solid #2b343c;
  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: #2b343c;
  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: #2b343c;
  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: #2b343c;
  text-decoration: none;
}

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

.bg-video {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 9;
}

.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
}

.box__category-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.box__category-products .arrow-card-all-mobile {
  display: none;
}

.box__category-products ul {
  list-style: none;
  padding: 0;
}

.box__category-products .category-catalog {
  max-width: 23%;
  width: 100%;
  margin-top: 235px;
  border: 1px solid #272727;
  padding: 40px;
  position: relative;
}

.box__category-products .category-catalog::before {
  content: '';
  position: absolute;
  width: 16px;
  left: -5px;
  bottom: 40px;
  height: 38%;
  background-color: #fff;
}

.box__category-products .category-catalog::after {
  content: '';
  position: absolute;
  width: 16px;
  right: -5px;
  top: 40px;
  height: 38%;
  background-color: #fff;
}

.box__category-products .category-catalog .category-card-all {
  color: #272727;
  text-decoration: underline;
  margin-bottom: 15px;
}

.box__category-products .category-catalog .category-card-all:hover {
  text-decoration: none;
}

.box__category-products .category-catalog .block-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #272727;
  margin-bottom: 30px;
}

.box__category-products .category-catalog .category-card.active .category-card-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  width: 15px;
  height: 100%;
  background-image: url("/themes/default/dist/images/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.box__category-products .category-catalog .category-card.active .info-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.box__category-products .category-catalog .category-card .category-card-title {
  position: relative;
  margin-bottom: 25px;
}

.box__category-products .category-catalog .category-card .category-card-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  width: 15px;
  height: 100%;
  background-image: url("/themes/default/dist/images/line-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.box__category-products .category-catalog .category-card .category-card-title a {
  color: #272727;
  font-size: 18px;
  font-weight: 600;
}

.box__category-products .category-catalog .category-card .info-wrapper {
  display: none !important;
}

.box__category-products .category-catalog .category-card .info-wrapper .category-card-list .category-card-item {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.box__category-products .category-catalog .category-card .info-wrapper .category-card-list .category-card-item a {
  color: #272727;
}

.box__category-products .catalog-item {
  max-width: 76%;
  margin-left: 14px;
  width: 100%;
}

.box__category-products .catalog-item .block-title-wrapper {
  margin-left: 14%;
  margin-bottom: 45px;
  margin-top: 100px;
}

.box__category-products .catalog-item .block-title-wrapper .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.box__category-products .catalog-item .box__category-item {
  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;
}

.box__category-products .catalog-item .box__category-item .category-item {
  width: 33%;
  padding: 15px;
  padding-bottom: 20px;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.box__category-products .catalog-item .box__category-item .category-item:hover {
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
}

.box__category-products .catalog-item .box__category-item .category-item:hover .product-card-buy {
  z-index: 1;
  opacity: 1;
}

.box__category-products .catalog-item .box__category-item .category-item .product-card-link img {
  height: 329px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.box__category-products .catalog-item .box__category-item .category-item .card__title {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 21px;
}

.box__category-products .catalog-item .box__category-item .category-item .product-card-buy {
  display: block;
  max-width: 216px;
  border: 1px solid #FF9900;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 60px;
  color: #272727;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  z-index: -2;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.box__category-products .catalog-item .box__category-item .category-item .product-card-buy:hover {
  text-decoration: none;
  background: #FF9900;
}

.box__category-products .catalog-item .box__category-item .box-link {
  width: 100%;
  height: 100%;
  display: none;
}

.box__category-products .catalog-item .box__category-item .box-link .product-card-all {
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #272727;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  background-image: url("/themes/default/dist/images/arka1.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #272727;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: none;
}

.box__category-products .catalog-item .box__category-item .box-link .product-card-all:hover {
  text-decoration: none;
  color: #FF9900;
  border-color: #FF9900;
}

.box__category-products .catalog-item .box__category-item .box-link .product-card-all::before {
  content: '';
  position: absolute;
  width: 16px;
  left: -5px;
  bottom: 40px;
  height: 86px;
  background-color: #fff;
}

.box__category-products .catalog-item .box__category-item .box-link .product-card-all::after {
  content: '';
  position: absolute;
  width: 16px;
  right: -5px;
  top: 40px;
  height: 86px;
  background-color: #fff;
}

.box__category-products .catalog-item .box__category-item .box-link .product-card-all i {
  margin-top: 20px;
}

.block__text-img .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#is_guarantee.active .block-content > p:nth-child(2) {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.9s cubic-bezier(0.85, 0.43, 0.74, 1);
  -o-transition: all 0.9s cubic-bezier(0.85, 0.43, 0.74, 1);
  transition: all 0.9s cubic-bezier(0.85, 0.43, 0.74, 1);
}

#is_guarantee.active .block-content > p:nth-child(3) {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 1.5s cubic-bezier(0.85, 0.43, 0.74, 1);
  -o-transition: all 1.5s cubic-bezier(0.85, 0.43, 0.74, 1);
  transition: all 1.5s cubic-bezier(0.85, 0.43, 0.74, 1);
}

#is_guarantee.active .block-content .main-utp .utp-item:first-child {
  -webkit-transition: all 2s cubic-bezier(0.85, 0.43, 0.74, 1);
  -o-transition: all 2s cubic-bezier(0.85, 0.43, 0.74, 1);
  transition: all 2s cubic-bezier(0.85, 0.43, 0.74, 1);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

#is_guarantee.active .block-content .main-utp .utp-item:last-child {
  -webkit-transition: all 2.5s cubic-bezier(0.85, 0.43, 0.74, 1);
  -o-transition: all 2.5s cubic-bezier(0.85, 0.43, 0.74, 1);
  transition: all 2.5s cubic-bezier(0.85, 0.43, 0.74, 1);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

#is_guarantee {
  position: relative;
  color: #fff;
  height: 622px;
  padding: 0;
  margin: 0;
  padding-top: 80px;
  margin-top: 100px;
  min-width: 100%;
}

#is_guarantee .page-img-wrapper img {
  position: absolute;
  height: 100% !important;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -1;
}

#is_guarantee .block-content > p {
  font-size: 140px;
  font-weight: 900;
  color: #fff;
  opacity: 0.31;
  text-transform: uppercase;
  position: absolute;
  line-height: 171px;
  margin: 0;
}

#is_guarantee .block-content > p:nth-child(2) {
  right: 64%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  top: 201px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#is_guarantee .block-content > p:nth-child(3) {
  bottom: 79px;
  right: 43%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
       -o-transform: translateX(300%);
          transform: translateX(300%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#is_guarantee .block-content .main-utp {
  color: #fff;
}

#is_guarantee .block-content .main-utp .utp-item {
  max-width: 272px;
  padding: 0;
  margin: 0;
  position: absolute;
}

#is_guarantee .block-content .main-utp .utp-item:first-child {
  top: 424px;
  right: 73%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transform: translateX(1000%);
      -ms-transform: translateX(1000%);
       -o-transform: translateX(1000%);
          transform: translateX(1000%);
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
}

#is_guarantee .block-content .main-utp .utp-item:last-child {
  top: 265px;
  right: 42%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transform: translateX(-1000%);
      -ms-transform: translateX(-1000%);
       -o-transform: translateX(-1000%);
          transform: translateX(-1000%);
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
}

#is_guarantee .block-content .main-utp .utp-item .utp-text-wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#is_guarantee .block-content .main-utp .utp-item .utp-text-wrapper strong {
  font-size: 30px;
  font-weight: 700;
}

#is_guarantee .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.tabs {
  max-width: 700px;
  margin: 0 0 30px;
}

.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #7DCA86;
}

.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}

.tabs__caption li {
  padding: 9px 15px;
  margin: 1px 0 0 1px;
  background: #61AF6A;
  color: #FFF;
  position: relative;
  border: solid #61AF6A;
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}

.tabs__caption li:not(.active):hover {
  background: #7DCA86;
  border-color: #7DCA86;
}

.tabs__caption .active {
  background: #FFF;
  color: #000;
  border-color: #7DCA86;
}

.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}

.tabs__content {
  opacity: 0;
  display: none;
  background: #FFF;
  border: 2px solid #7DCA86;
  border-radius: 0 5px 5px 5px;
  padding: 7px 15px;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.tabs__content.active {
  height: 100%;
  opacity: 1;
  display: block;
}

.vertical .tabs__caption {
  float: left;
  display: block;
}

.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}

.vertical .tabs__caption li:last-child:before {
  display: none;
}

.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}

.vertical .tabs__content {
  overflow: hidden;
}

.block__products-with-price {
  margin-top: 100px;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.block__products-with-price .block-title-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__products-with-price .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

.block__products-with-price .tabs {
  max-width: 100%;
  width: 100%;
}

.block__products-with-price .tabs .tabs__caption {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
}

.block__products-with-price .tabs .tabs__caption li {
  background: transparent;
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  border: none;
  text-transform: uppercase;
  position: static;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 50px;
}

.block__products-with-price .tabs .tabs__caption li:hover {
  border-bottom: 1px solid #272727;
  background: transparent;
}

.block__products-with-price .tabs .tabs__caption .active {
  font-weight: 500;
  border-bottom: 1px solid #272727;
}

.block__products-with-price .tabs .tabs__content {
  border: none;
  padding: 0;
}

.block__products-with-price .tabs .tabs__content .product-card:hover .product-description .product-bay {
  opacity: 1;
}

.block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
  max-height: 329px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper .product-image {
  width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay {
  text-align: center;
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-transform: uppercase;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay a {
  color: #272727;
  padding: 13px 77px;
  border: 1px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay a:hover {
  text-decoration: none;
  background-color: #FF9900;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .product-title {
  text-align: start;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .product-title a {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .price-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #272727;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price-text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price-old {
  color: #96989D;
  font-size: 14px;
  margin-right: 8px;
}

.block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price {
  color: #E21C1C;
  font-size: 20px;
}

.block__products-with-price .tabs .swiper-pagination {
  bottom: 0;
}

.block__products-with-price .tabs .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #272727;
  opacity: 1;
}

.block__products-with-price .tabs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272727;
}

.block__products-with-price .swiper-container {
  padding-bottom: 60px;
}

.block__products-with-price .slide-more {
  font-size: 14px;
  color: #272727;
  text-transform: uppercase;
  line-height: 24px;
  padding: 13px 20px 13px 45px;
  font-weight: 600;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  max-width: 277px;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.block__products-with-price .slide-more:hover {
  text-decoration: none;
  background: #FF9900;
}

.block__products-with-price .slide-more i {
  margin-left: 15px;
}

.block__products-with-price .sales_description {
  display: none;
}

.block__products-with-price .sticker-wrapper {
  top: 30px;
  left: 20px;
}

.block__products-with-price .sticker-wrapper .sticker._sales {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 40px;
}

.block__products-with-price .sticker-wrapper .sticker._sales::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/saleicon.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.block__products-with-price .sticker-wrapper .sticker._sales:hover .sales_description {
  position: absolute;
  display: block;
  top: 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

.block__products-with-price .sticker-wrapper .sticker._sales:hover .sales_description p {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 20px;
  padding-right: 6px;
  min-width: 327px;
  text-align: start;
  text-transform: none;
  margin-bottom: 0;
}

.block__products-with-price .sticker-wrapper .sticker._sales:hover .sales_description::after {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  top: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  left: 19px;
}

.btn-all-usluga {
  display: none;
}

.block__services .title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

.block__services .main-banner {
  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;
}

.block__services .main-banner .item {
  width: 33%;
  margin-bottom: 9px;
  overflow: hidden;
}

.block__services .main-banner .item:hover .img-wrap {
  overflow: hidden;
}

.block__services .main-banner .item:hover .img-wrap img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.block__services .main-banner .item .img-wrap {
  position: relative;
}

.block__services .main-banner .item .img-wrap a {
  width: 100%;
}

.block__services .main-banner .item .img-wrap a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.block__services .main-banner .item .img-wrap .text {
  position: absolute;
  height: 86px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.trust-my {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.trust-my .block-title-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trust-my .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 27px;
  margin-top: 100px;
}

.trust-my .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.trust-my .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.trust-my .tabs .tabs__caption_trust .active-trust {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

.trust-my .tabs .tabs__caption_trust .active-trust img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.trust-my .tabs .tabs__caption_trust li {
  cursor: pointer;
  width: 20%;
  position: relative;
  padding: 45px 35px 53px;
}

.trust-my .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.trust-my .tabs .tabs__caption_trust li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.trust-my .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 84px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.trust-my .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 54px;
  padding-left: 74px;
  padding-right: 149px;
  padding-bottom: 77px;
}

.trust-my .tabs .tabs__content_trust::after {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  left: 50px;
}

.trust-my .tabs .tabs__content_trust::before {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  right: 50px;
}

.trust-my .tabs .tabs__content_trust .block-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2B2B2B;
}

.trust-my .tabs .tabs__content_trust .block-content h3 {
  position: absolute;
  right: 50px;
  bottom: 46px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #96989D;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 2px;
}

.trust-my .tabs .tabs__content_trust .block-content h4 {
  position: absolute;
  right: 50px;
  bottom: 22px;
  color: #272727;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
}

#individual_project {
  position: relative;
  height: auto;
  color: #fff;
  padding-top: 90px;
  margin-top: 100px;
  padding-bottom: 100px;
}

#individual_project .form-content {
  display: none;
}

#individual_project .form-title {
  display: none;
}

#individual_project .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

#individual_project .box-map {
  display: none;
}

#individual_project .block-content {
  color: #fff;
  text-align: center;
}

#individual_project .block-content p {
  max-width: 624px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 50px;
}

#individual_project .block-content img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  border-radius: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}

#individual_project .block-content .btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 20px 50px;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 108px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#individual_project .block-content .btn:hover {
  background-color: #FF9900;
  border-color: #FF9900;
  color: #272727;
}

.fancybox-slide #consultForm {
  max-width: 875px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.fancybox-slide #consultForm .fancybox-close-small {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 1px solid #96989D;
  top: 15px;
  right: 15px;
}

.fancybox-slide #consultForm .fancybox-close-small::before {
  font-size: 12px;
  color: #96989D;
}

.fancybox-slide #consultForm .map {
  display: none;
}

.fancybox-slide #consultForm .box-form {
  width: 100%;
}

.fancybox-slide #consultForm .box-form .controls .row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left {
  width: 100%;
  max-width: 674px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  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;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left .name,.fancybox-slide #consultForm .box-form .controls .row .col-left .phone {
  width: 49%;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left .form-control.firstname.gui-field-error,.fancybox-slide #consultForm .box-form .controls .row .col-left .form-control.cellphone.gui-field-error {
  width: 49%;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left .name {
  position: relative;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left .name::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left .phone {
  position: relative;
}

.fancybox-slide #consultForm .box-form .controls .row .col-left .phone::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.fancybox-slide #consultForm .box-form .controls .col-right {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.fancybox-slide #consultForm .box-form .controls .col-right .btn {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 49px;
  background: #FF9900;
  border-radius: 108px;
  border-color: #FF9900;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fancybox-slide #consultForm .box-form .controls .col-right .btn:hover {
  color: #272727;
  background-color: transparent;
}

.fancybox-slide #consultForm .box-form .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 1px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  border-radius: 0;
}

.fancybox-slide #consultForm .box-form .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.fancybox-slide #consultForm .box-form .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.fancybox-slide #consultForm .box-form .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.fancybox-slide #consultForm .box-form .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.fancybox-slide #consultForm .form-title .title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-family: 'Cormorant SC', serif;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-weight: 700;
}

.fancybox-slide #consultForm .form-title .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 669px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.how_it_works {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.how_it_works .block-title-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how_it_works .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

.how_it_works .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
  counter-reset: section;
}

.how_it_works .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  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: 10px;
}

.how_it_works .tabs .tabs__caption_trust li {
  cursor: pointer;
}

.how_it_works .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #FF9900;
}

.how_it_works .tabs .tabs__caption_trust .active-trust {
  background: #FF9900;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

.how_it_works .tabs .tabs__caption_trust .active-trust span {
  color: #fff;
}

.how_it_works .tabs .tabs__caption_trust li {
  width: 18%;
  position: relative;
  background: #F5F5F5;
  height: 237px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
}

.how_it_works .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 73px;
  height: 60px;
  margin-bottom: 37px;
}

.how_it_works .tabs .tabs__caption_trust li span {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #2B2B2B;
  text-align: center;
  text-transform: uppercase;
}

.how_it_works .tabs .tabs__content_trust.active-trust {
  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;
}

.how_it_works .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 58px;
  padding-left: 125px;
  padding-right: 77px;
  padding-bottom: 77px;
}

.how_it_works .tabs .tabs__content_trust .box-btn {
  width: 24%;
  text-align: end;
}

.how_it_works .tabs .tabs__content_trust .box-btn .works,.how_it_works .tabs .tabs__content_trust .box-btn .works-click {
  font-size: 14px;
  white-space: nowrap;
  line-height: 24px;
  color: #272727;
  text-transform: uppercase;
  padding: 13px 45px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
}

.how_it_works .tabs .tabs__content_trust .box-btn .works:hover,.how_it_works .tabs .tabs__content_trust .box-btn .works-click:hover {
  text-decoration: none;
}

.how_it_works .tabs .tabs__content_trust .block-content {
  width: 76%;
}

.how_it_works .tabs .tabs__content_trust .block-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2B2B2B;
  font-style: italic;
  position: absolute;
  bottom: 43px;
  right: 88px;
  margin: 0;
}

.how_it_works .tabs .tabs__content_trust .block-content p:first-child {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 22px;
  color: #2B2B2B;
  text-transform: uppercase;
}

.how_it_works .tabs .tabs__content_trust .block-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2B2B2B;
}

.main-bottom-text {
  color: #272727;
  padding-top: 60px;
  padding-bottom: 80px;
  background: #F5F5F5;
}

.main-bottom-text .text-formatted {
  width: 100%;
  padding: 0 15px;
}

.main-bottom-text h2 {
  font-family: 'Cormorant SC', serif;
}

.main-bottom-text .text-in-main h2 {
  font-family: 'Cormorant SC', serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
  text-align: center;
}

.main-bottom-text p {
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.main-bottom-text .content {
  max-height: 213px;
  overflow-y: auto;
  padding-right: 10px;
}

.container-my {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

#question {
  margin-bottom: 100px;
}

#question.container-fluid {
  padding: 0;
}

#question img {
  display: none;
}

#question .page-title-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#question .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

#question .box-form {
  width: 49%;
}

#question .map {
  width: 49%;
  height: 560px;
}

#question .map iframe {
  width: 100%;
  height: 100%;
}

#question .btn-my {
  display: none;
}

#question .form-title {
  max-width: 640px;
  margin-bottom: 40px;
}

#question .form-title .text {
  font-size: 16px;
  line-height: 26px;
  color: #96989D;
}

#question .control-label {
  display: none;
}

#question .control-group {
  display: inline-block;
  width: 48%;
}

#question .controls {
  display: inline-block;
  width: 100%;
}

#question .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #EDF0EE;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 42px;
}

#question .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#question .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#question .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#question .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#question .form-control.comment {
  height: 100px;
}

#question .btn-submit-wrapper {
  width: 100%;
}

#question .btn {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 45px;
  background: transparent;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  color: #272727;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#question .btn:hover {
  background: #FF9900;
  color: #fff;
}

#question .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
}

#question .callback-form {
  border: 1px solid #DDDDDD;
  padding: 45px 26px;
}

#question .callback-form > div {
  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;
}

#question .callback-form > div .control-group:nth-child(1) .controls {
  position: relative;
}

#question .callback-form > div .control-group:nth-child(1) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

#question .callback-form > div .control-group:nth-child(2) .controls {
  position: relative;
}

#question .callback-form > div .control-group:nth-child(2) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

#question .callback-form > div .control-group:nth-child(3) {
  width: 100%;
}

#question .callback-form > div .control-group:nth-child(3) .controls {
  position: relative;
}

#question .callback-form > div .control-group:nth-child(3) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/textarea.svg");
  background-repeat: no-repeat;
  top: 6px;
  left: 7px;
}

#question .callback-form > div .control-group:nth-child(3) textarea::-webkit-input-placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

#question .callback-form > div .control-group:nth-child(3) textarea::-moz-placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

#question .callback-form > div .control-group:nth-child(3) textarea:-ms-input-placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

#question .callback-form > div .control-group:nth-child(3) textarea::placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.main-blog .section-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

.main-blog .more-link-wrapper {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 25px;
}

.main-blog .more-link-wrapper .more-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #272727;
  text-transform: uppercase;
  padding: 13px 20px 13px 45px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.main-blog .more-link-wrapper .more-link:hover {
  text-decoration: none;
  background: #FF9900;
}

.main-blog .more-link-wrapper .more-link i {
  margin-left: 15px;
}

.main-blog .article-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;
}

.main-blog .article-list .article-item {
  padding: 15px;
  width: 33%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

.main-blog .article-list .article-item .box-img {
  height: 330px;
  max-height: 330px;
  overflow: hidden;
}

.main-blog .article-list .article-item a img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-height: 330px;
}

.main-blog .article-list .article-item:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
}

.main-blog .article-list .article-item:hover a img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.main-blog .article-list .article-item:hover .article-link {
  opacity: 1;
}

.main-blog .article-list .article-item .article-img-wrapper .article-img {
  width: 100%;
  height: 330px;
  max-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-blog .article-list .article-item .article-data {
  font-size: 12px;
  line-height: 16px;
  color: #272727;
  padding: 6px 18px;
  margin-top: 15px;
  margin-bottom: 29px;
  border: 1px solid #272727;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.main-blog .article-list .article-item .article-data::after {
  content: '';
  width: 3px;
  height: 9px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 3px;
}

.main-blog .article-list .article-item .article-data::before {
  content: '';
  width: 3px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: -2px;
  bottom: 3px;
}

.main-blog .article-list .article-description .article-title {
  margin-bottom: 20px;
  min-height: 43px;
}

.main-blog .article-list .article-description .article-title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #272727;
}

.main-blog .article-list .article-description .article-text {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 19px;
}

.main-blog .article-list .article-description .article-link {
  color: #FF9900;
  text-transform: uppercase;
  opacity: 0;
  text-decoration: underline;
}

.block-project .first-slider-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;
}

.block-project .first-slider-wrapper .first-slider {
  width: 80%;
  height: 490px;
}

.block-project .first-slider-wrapper .img-wrap-all {
  width: 18%;
  border-right: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 426px;
  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: 0 !important;
  background-image: url("/themes/default/dist/images/Rectangle 29.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: relative;
}

.block-project .first-slider-wrapper .img-wrap-all a {
  color: #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -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;
  border: 1px solid #272727;
}

.block-project .first-slider-wrapper .img-wrap-all a:hover {
  text-decoration: none;
  color: #FF9900;
  border-color: #FF9900;
}

.block-project .first-slider-wrapper .img-wrap-all a i {
  margin-top: 20px;
}

.block-project .title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 90px;
}

.block-project .swiper-slide {
  height: 426px;
}

.block-project .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-project .swiper-wrapper {
  height: 426px;
}

.block-project .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.block-project .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #272727;
  opacity: 1;
  margin: 0 7px;
}

.block-project .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272727;
}

.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: #2b343c;
  text-align: center;
}

.checkout-sidebar .complect-wrap .plus.cell i:before {
  content: '+';
  color: white;
}

.checkout-sidebar .complect-wrap .plus.cell .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: normal;
  text-transform: uppercase;
  color: #9c9c9c;
  letter-spacing: 2px;
  margin-left: 10px;
}

.checkout-sidebar .complect-wrap .plus.cell .text:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: -40px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: white;
}

.checkout-sidebar .cart-info-wrap {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
  color: white;
  background: #2b343c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .cart-info-wrap > i {
  font-size: 1.625rem;
  padding-right: 10px;
}

.checkout-sidebar .cart-info-wrap .count-products {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  min-width: 14px;
}

.checkout-sidebar .cart-info-wrap .sub-list-trigger {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.checkout-sidebar .cart-info-wrap .sub-list-trigger:before {
  font-size: 60%;
}

.checkout-sidebar .sub-cart-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  min-width: 250px;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
}

.checkout-sidebar.show-sub-cart .sub-cart-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease 0.4s;
  -o-transition: 0.3s ease 0.4s;
  transition: 0.3s ease 0.4s;
}

.checkout-sidebar .sub-cart {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.checkout-sidebar .sub-cart .cart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart,.checkout-sidebar .sub-cart .cart-info .title {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart {
  cursor: pointer;
  min-width: 80px;
  background: #2b343c;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-sidebar .sub-cart .cart-info .edit-cart:hover {
  color: #2b343c;
  background: #242424;
}

.checkout-sidebar .sub-cart .cart-info .title {
  width: 100%;
  background: #2b343c;
  padding-left: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 1.5px;
}

.checkout-sidebar .sub-cart .products-wrap {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-sidebar .sub-cart .product-cart {
  position: relative;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}

.checkout-sidebar .sub-cart .product-cart:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.checkout-sidebar .sub-cart .product-cart .img {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}

.checkout-sidebar .sub-cart .product-cart .img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.checkout-sidebar .sub-cart .product-cart .img a {
  display: block;
}

.checkout-sidebar .sub-cart .product-cart .info {
  padding-left: 5px;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-sidebar .sub-cart .product-cart .info .title {
  display: block;
  line-height: 1.2;
  color: #354c68;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block {
  margin-top: 5px;
}

.checkout-sidebar .sub-cart .product-cart .info .price-block .price-value {
  font-size: 0.875rem;
}

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

.checkout-sidebar .sub-cart .product-cart .qty {
  position: absolute;
  top: 5px;
  left: -5px;
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  color: white;
  background: #2b343c;
  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: #2b343c;
  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;
  color: #fff;
  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: #2b343c;
}

.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;
  color: #fff;
  -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;
  color: #fff;
}

.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-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 .page-title {
  color: #2b343c;
  text-transform: none;
  font-size: 36px;
}

.success-wrapper .info {
  font-size: 1rem;
}

.success-wrapper .info-table {
  margin-bottom: 0;
}

.success-wrapper .info-table .th,.success-wrapper .info-table .td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.success-wrapper .info-table .th {
  min-width: 140px;
}

.success-wrapper .info-table .th:after {
  content: ':';
}

.success-wrapper .info-table .td {
  padding-left: 10px;
}

.customer-discounts {
  background: #f7f7f7;
  border: 3px solid #e0e0e0;
  border-radius: 40px;
  margin-left: -72px;
  padding-left: 72px;
  padding-top: 12px;
}

.customer-discounts .price-currency {
  margin-left: 3px;
}

.customer-discounts .discount {
  font-size: 0.75rem;
  margin-bottom: 5px;
  line-height: 1.1;
}

.customer-discounts .discount.active {
  border: 1px dashed #2b343c;
  border-radius: 9px;
  margin-left: -8px;
  margin-right: -15px;
  padding: 5px 8px;
  font-weight: bold;
  color: #2b343c;
  display: inline-block;
  font-size: 14px;
}

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

.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;
  color: #fff;
  -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;
}

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

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

.page-compare-list .page-title {
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: unset;
  margin-bottom: 0;
}

.page-compare header,.page-compare-list header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 15px;
}

.page-compare header .title,.page-compare-list header .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.page-compare .compare-remove-product,.page-compare-list .compare-remove-product {
  display: inline-block;
  min-width: 30px;
  margin: auto;
  color: #c0c0c0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 5px;
}

.page-compare .compare-remove-product:hover,.page-compare-list .compare-remove-product:hover {
  color: #2b343c;
}

.page-compare .product-card .product-favorite,.page-compare-list .product-card .product-favorite,.page-compare .product-card .product-compare,.page-compare-list .product-card .product-compare {
  display: none;
}

.page-compare > .page-title,.page-compare > header {
  margin-left: 255px;
}

.page-compare .compare-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-compare #compare-table {
  position: relative;
}

.page-compare #compare-table .loader-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
}

.page-compare #compare-table .loader-wrap + * {
  opacity: 0;
}

.page-compare .compare-products-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.page-compare .compare-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-compare .compare-product,.page-compare .compare-header {
  min-width: 245px;
  -webkit-flex-basis: 245px;
      -ms-flex-preferred-size: 245px;
          flex-basis: 245px;
}

.page-compare .compare-header > div,.page-compare .compare-product > div {
  padding: 10px;
  min-height: 42px;
  margin: 10px 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.page-compare .compare-header > div:nth-child(odd):not(:first-child),.page-compare .compare-product > div:nth-child(odd):not(:first-child) {
  background-color: #f7f7f7;
}

.page-compare .compare-header > div:first-child,.page-compare .compare-product > div:first-child {
  border-bottom: 1px solid #c0c0c0;
}

.page-compare .compare-header > div.hover,.page-compare .compare-product > div.hover {
  background-color: #c1e5f5 !important;
}

.page-compare .page-aside {
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  padding: 10px 15px 10px 10px;
  overflow: hidden;
}

.page-compare .page-aside .aside-menu {
  max-height: 100%;
  overflow: auto;
}

.page-compare .compare-header > div:first-child {
  position: relative;
  padding: 0;
  margin-top: 0;
}

.page-compare .compare-header > div:not(:first-child) {
  text-align: left;
  font-weight: bold;
}

.contacts .contact-page {
  padding-bottom: 62px;
}

.contacts .contact-page .page-title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 70px;
}

.contacts .contact-page .block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts .contact-page .block-info .contacts-address {
  width: 27%;
  position: relative;
}

.contacts .contact-page .block-info .contacts-address::before {
  content: '';
  width: 1px;
  background-color: #DDDDDD;
  position: absolute;
  right: 0;
  height: 120%;
  top: -23px;
}

.contacts .contact-page .block-info .contacts-address .contacts-address-box {
  font-size: 16px;
  line-height: 26px;
  max-width: 234px;
  text-align: start;
  padding-left: 29px;
  position: relative;
  margin: 0 auto;
}

.contacts .contact-page .block-info .contacts-address .contacts-address-box::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/mapcursor.svg");
  left: 0;
  top: 5px;
}

.contacts .contact-page .block-info .phones {
  width: 29%;
  position: relative;
}

.contacts .contact-page .block-info .phones::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/header-phone-hover.svg");
  left: -20px;
  top: 3px;
}

.contacts .contact-page .block-info .phones .box-phones {
  white-space: nowrap;
  margin-bottom: 15px;
}

.contacts .contact-page .block-info .phones .box-phones .phone {
  color: #272727;
  font-size: 16px;
  line-height: 26px;
  margin-right: 20px;
}

.contacts .contact-page .block-info .phones .box-phones .employee {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: #2b2b2b;
}

.contacts .contact-page .block-info .phones .box-phones .department {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: #2b2b2b;
}

.contacts .contact-page .block-info .info-title {
  width: 25%;
  position: relative;
  padding-left: 100px;
}

.contacts .contact-page .block-info .info-title::before {
  content: '';
  width: 1px;
  background-color: #DDDDDD;
  position: absolute;
  left: 0;
  height: 120%;
  top: -23px;
}

.contacts .contact-page .block-info .info-title .emails {
  text-align: start;
  margin-bottom: 30px;
}

.contacts .contact-page .block-info .info-title .emails .ic {
  color: #FF9900;
  margin-right: 15px;
}

.contacts .contact-page .block-info .info-title .emails a {
  color: #2b2b2b;
}

.contacts .contact-page .block-info .info-title .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 166px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts .contact-page .block-info .info-title .footer-social .title {
  font-size: 12px;
  line-height: 16px;
  color: #A3A3A3;
  max-width: 89px;
  text-align: start;
  text-transform: none;
}

.contacts .contact-page .block-info .info-title .footer-social .social {
  white-space: nowrap;
}

.contacts .contact-page .block-info .info-title .footer-social .social .social-facebook {
  margin-right: 10px;
}

.contacts .contact-page .block-info .info-title .footer-social .social a {
  font-size: 22px;
  color: #000;
}

.contacts .contact-page .page-title-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-top: 50px;
}

.contacts .contact-page .block-title {
  font-family: 'Cormorant SC', serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.contacts .contact-page .box-form {
  width: 49%;
}

.contacts .contact-page .box-map {
  width: 49%;
  height: 604px;
}

.contacts .contact-page .box-map iframe {
  width: 100%;
  height: 100%;
}

.contacts .contact-page .btn-my {
  display: none;
}

.contacts .contact-page .form-title {
  max-width: 640px;
  margin-bottom: 40px;
}

.contacts .contact-page .form-title .text {
  font-size: 16px;
  line-height: 26px;
  color: #96989D;
}

.contacts .contact-page .control-label {
  display: none;
}

.contacts .contact-page .control-group {
  display: inline-block;
  width: 48%;
}

.contacts .contact-page .controls {
  display: inline-block;
  width: 100%;
}

.contacts .contact-page .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #EDF0EE;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 60px;
}

.contacts .contact-page .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .form-control.comment {
  height: 100px;
}

.contacts .contact-page .btn-submit-wrapper {
  width: 100%;
}

.contacts .contact-page .btn {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 45px;
  background: transparent;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  color: #272727;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.contacts .contact-page .btn:hover {
  background: #FF9900;
  color: #fff;
}

.contacts .contact-page .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
}

.contacts .contact-page .callback-form {
  border: 1px solid #DDDDDD;
  padding: 50px 30px;
}

.contacts .contact-page .callback-form > div {
  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;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(1) .controls {
  position: relative;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(1) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(2) .controls {
  position: relative;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(2) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) {
  width: 100%;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) .controls {
  position: relative;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/textarea.svg");
  background-repeat: no-repeat;
  top: 6px;
  left: 7px;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea::-webkit-input-placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea::-moz-placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea:-ms-input-placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea::placeholder {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.contacts .map {
  width: 49%;
}

.contacts .map .map-default {
  height: 100%;
}

.contacts .map .map-default > div {
  position: unset !important;
}

.favorites-page .favorite-sum-wrapper {
  background: #fafafa;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  color: #2b343c;
  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;
}

.tabs__caption__trust {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.tabs__caption__trust li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #7DCA86;
}

.tabs__caption__trust:after {
  content: '';
  display: table;
  clear: both;
}

.tabs__caption__trust li {
  padding: 9px 15px;
  margin: 1px 0 0 1px;
  background: #61AF6A;
  color: #FFF;
  position: relative;
  border: solid #61AF6A;
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.tabs__caption__trust li:not(.active-trust) {
  cursor: pointer;
}

.tabs__caption__trust li:not(.active-trust):hover {
  background: #7DCA86;
  border-color: #7DCA86;
}

.tabs__caption__trust .active-trust {
  background: #FFF;
  color: #000;
  border-color: #7DCA86;
}

.tabs__caption__trust .active-trust:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}

.tabs__content_trust {
  display: none;
  background: #FFF;
  border: 2px solid #7DCA86;
  border-radius: 0 5px 5px 5px;
  padding: 7px 15px;
}

.tabs__content_trust.active-trust {
  display: block;
}

.vertical .tabs__caption__trust {
  float: left;
  display: block;
}

.vertical .tabs__caption__trust li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}

.vertical .tabs__caption__trust li:last-child:before {
  display: none;
}

.vertical .tabs__caption__trust .active-trust:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}

.vertical .tabs__content_trust {
  overflow: hidden;
}

#page-breadcrumb .breadcrumb {
  overflow-x: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  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: 12px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 400%;
}

.article-description .article-title {
  margin-bottom: 20px;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.article-description .article-title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #272727;
}

.article-description .article-text {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 19px;
  min-height: 69px;
  max-height: 69px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-description .article-link {
  color: #FF9900;
  text-transform: uppercase;
  opacity: 0;
}

#orderForm,#formUsluga {
  padding: 40px;
  background: transparent;
  max-width: 552px;
  width: 100%;
}

#orderForm .form-subtitle,#formUsluga .form-subtitle {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FF9900;
  margin-bottom: 24px;
}

#orderForm form,#formUsluga form {
  max-width: 472px;
  padding: 32px 40px 40px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: visible;
}

#orderForm .fancybox-close-small,#formUsluga .fancybox-close-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FF9900;
  color: #fff;
  top: 20px;
  right: 20px;
}

#orderForm .form-title,#formUsluga .form-title {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 8px;
}

#orderForm .control-label,#formUsluga .control-label {
  display: none;
}

#orderForm .control-group,#formUsluga .control-group {
  display: inline-block;
  width: 100%;
}

#orderForm .controls,#formUsluga .controls {
  display: inline-block;
  width: 100%;
}

#orderForm .form-control,#formUsluga .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  border: none;
  border-bottom: 2px solid #EDF0EE;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#orderForm .form-control::-webkit-input-placeholder,#formUsluga .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#orderForm .form-control::-moz-placeholder,#formUsluga .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#orderForm .form-control:-ms-input-placeholder,#formUsluga .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#orderForm .form-control::placeholder,#formUsluga .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#orderForm .btn-submit-wrapper,#formUsluga .btn-submit-wrapper {
  width: 100%;
}

#orderForm .btn,#formUsluga .btn {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 45px;
  background: #FF9900;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#orderForm .btn:hover,#formUsluga .btn:hover {
  background: #fff;
  color: #FF9900;
}

.box-messenger {
  position: fixed;
  right: 5px;
  bottom: 100px;
  cursor: pointer;
  color: #fff;
  background-color: #FF9900;
  width: 60px;
  height: 60px;
  z-index: 8;
  border-radius: 50%;
  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: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.box-messenger:hover {
  -webkit-box-shadow: 0px 4px 12px rgba(253, 176, 76, 0.91);
          box-shadow: 0px 4px 12px rgba(253, 176, 76, 0.91);
}

.box-messenger:hover .box__messenger {
  display: block;
}

.box-messenger .ic {
  font-size: 20px;
}

.box-messenger .box__messenger {
  display: none;
  position: absolute;
  background: #fff;
  bottom: 60px;
  right: 10px;
  padding: 10px;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.91);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.91);
  border-radius: 10px;
}

.box-messenger .box__messenger .messegers-item {
  background: #fff;
}

.box-messenger .box__messenger .messegers-item a {
  color: #2b2b2b;
  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;
  min-width: 130px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

.box-messenger .box__messenger .messegers-item a img {
  width: 30px;
  height: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.form-error {
  display: none;
}

.page-title h1 {
  margin: 0;
}

.seo__text h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.seo__text ul li:before {
  color: #FF9900;
}

.product-page {
  margin-top: 24px;
}

.product-page .trust_my {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 50px;
}

.product-page .trust_my .block-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: start;
  margin-bottom: 40px;
  margin-top: 10px;
}

.product-page .trust_my .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.product-page .trust_my .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-page .trust_my .tabs .tabs__caption_trust .active-trust {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

.product-page .trust_my .tabs .tabs__caption_trust li {
  cursor: pointer;
  width: 20%;
  position: relative;
  padding: 45px 35px 53px;
}

.product-page .trust_my .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.product-page .trust_my .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 84px;
}

.product-page .trust_my .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 54px;
  padding-left: 74px;
  padding-right: 149px;
  padding-bottom: 77px;
}

.product-page .trust_my .tabs .tabs__content_trust::after {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  left: 50px;
}

.product-page .trust_my .tabs .tabs__content_trust::before {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  right: 50px;
}

.product-page .trust_my .tabs .tabs__content_trust .block-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2B2B2B;
}

.product-page .trust_my .tabs .tabs__content_trust .block-content h3 {
  position: absolute;
  right: 50px;
  bottom: 46px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #96989D;
  font-style: italic;
  margin-bottom: 2px;
}

.product-page .trust_my .tabs .tabs__content_trust .block-content h4 {
  position: absolute;
  right: 50px;
  bottom: 22px;
  color: #272727;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
}

.product-page .card-item {
  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: 30px;
}

.product-page .card-item .review-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;
  font-size: 12px;
}

.product-page .card-item .review-block .rate-list .rate img {
  min-width: 17px;
  height: 17px;
}

.product-page .card-item .review-block .amount {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-decoration: underline;
}

.product-page .card-item .review-block .amount span {
  font-weight: 600;
}

.product-page .card-item .price-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.product-page .card-item .price-block .price-box-text {
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 12px;
  color: #2B2B2B;
  font-weight: 400;
}

.product-page .card-item .price-block .price-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #272727;
  margin-right: 10px;
}

.product-page .card-item .price-block .price-old {
  font-size: 20px;
  line-height: 24px;
  color: #96989D;
  margin-right: 13px;
}

.product-page .card-item .price-block .price {
  font-size: 25px;
  line-height: 30px;
  color: #E21C1C;
}

.product-page .sticker-wrapper {
  display: none;
}

.product-page .page-content {
  margin-top: 31px;
  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;
  width: 100%;
}

.product-page .page-content .text-formatted {
  max-width: 49%;
  width: 100%;
}

.product-page .page-content .text-formatted #main_desc {
  overflow-y: scroll !important;
}

.product-page .page-content .text-formatted #main_desc h3,.product-page .page-content .text-formatted #main_desc h4 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 30px;
  display: none;
}

.product-page .page-content .text-formatted #main_desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.product-page .box-gallery {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-page .box-gallery .product-gallery-full #productGallery {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-page .box-gallery .product-gallery-full #productGallery li:nth-of-type(3n) {
  margin-right: 0;
}

.product-page .box-gallery .product-gallery-full #productGallery li {
  width: 32.8% !important;
  max-height: 330px;
  margin-bottom: 0.8%;
  margin-right: 0.8%;
}

.product-page .box-gallery .product-gallery-full #productGallery li a {
  width: 100%;
}

.product-page .box-gallery .product-gallery-full #productGallery li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.product-page #characteristic-acc {
  margin-top: 30px;
}

.product-page #characteristic-acc .characteristics-item {
  padding: 0;
  width: 100%;
}

.product-page #characteristic-acc .characteristics-item .characteristics-title {
  font-size: 16px;
  line-height: 37px;
  color: #2B2B2B;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 30%;
}

.product-page #characteristic-acc .characteristics-item .characteristics-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 11px;
  border-bottom: 1px dashed #272727;
}

.product-page #characteristic-acc .characteristics-item .characteristics-value {
  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;
  color: #2B2B2B;
  font-size: 16px;
}

.product-page #reviews-acc-new {
  border-top: 1px solid #DDDDDD;
  margin-top: 40px;
  padding-top: 40px;
  width: 100%;
}

.product-page #reviews-acc-new .reviews-empty {
  display: none;
}

.product-page #reviews-acc-new .review-date {
  display: none;
}

.product-page #reviews-acc-new .review-reply {
  display: none;
}

.product-page #reviews-acc-new .review-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-top: 20px;
}

.product-page #reviews-acc-new .product-rate {
  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;
}

.product-page #reviews-acc-new .product-rate .rate-list {
  margin-left: 15px;
}

.product-page #reviews-acc-new .product-rate .btn {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 45px 13px 71px;
  position: relative;
  letter-spacing: 0.05em;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  background: transparent;
}

.product-page #reviews-acc-new .product-rate .btn::after {
  content: '';
  position: absolute;
  background-image: url("/themes/default/dist/images/icon-otziv.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-page #reviews-acc-new .product-rate .review-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;
}

.product-page #reviews-acc-new .product-rate .review-block .amount {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}

.product-page #reviews-acc-new .collapse-inner {
  margin-top: 25px;
}

.product-page #reviews-acc-new .review-item {
  border: 1px solid #DDDDDD;
  border-top: none;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px 30px 30px;
  position: relative;
}

.product-page #reviews-acc-new .review-item:first-child {
  border-top: 1px solid #DDDDDD;
}

.product-page #reviews-acc-new .review-item::after {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  left: 25px;
}

.product-page #reviews-acc-new .review-item .review-info {
  padding: 0;
}

.product-page #reviews-acc-new .review-item .review-info .review-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
  color: #2B2B2B;
}

.product-page #reviews-acc-new .review-item .rating img {
  margin: 0;
}

.product-page #reviews-acc-new .review-item .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B;
  font-weight: 400;
}

.product-page #reviews-acc-new #hiddenReviewForm {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.product-page #reviews-acc-new #hiddenReviewForm .form-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #FF9900;
  line-height: 31px;
  margin-bottom: 13px;
  font-weight: 600;
}

.product-page #reviews-acc-new #hiddenReviewForm .form-text {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 20px;
  color: #2c2c2c;
}

.product-page #reviews-acc-new #hiddenReviewForm .form-title-rate {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
}

.product-page #reviews-acc-new #hiddenReviewForm .review-rate-hint {
  display: none;
}

.product-page #reviews-acc-new #hiddenReviewForm .review-rate {
  display: inline-block;
  margin-right: 100px;
}

.product-page #reviews-acc-new #hiddenReviewForm .review-rate .rate-label {
  display: none;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group:nth-child(7) {
  display: inline-block;
  width: 48.2%;
  margin-right: 21px;
  margin-top: 30px;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group:nth-child(8) {
  display: inline-block;
  width: 49%;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group .form-control {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
  border-radius: 0;
  border-bottom: 1px solid #96989D;
  padding-left: 0;
  padding-bottom: 10px;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.product-page #reviews-acc-new #hiddenReviewForm .control-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.product-page #reviews-acc-new #hiddenReviewForm .btn-submit-wrapper .btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 13px 40px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  background: transparent;
  color: #272727;
  font-weight: 600;
  margin-top: 45px;
}

.product-page .callbackForm-container {
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.product-page .callbackForm-container .callback-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.product-page .callbackForm-container .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #dddddd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  background: transparent;
}

.product-page .callbackForm-container .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .callbackForm-container .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .callbackForm-container .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .callbackForm-container .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .callbackForm-container .control-group {
  width: 34%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}

.product-page .callbackForm-container .control-group .control-label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.product-page .callbackForm-container .control-group:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 31%;
  margin: 0 15px;
}

.product-page .callbackForm-container .control-group:nth-child(2) .controls {
  position: relative;
  padding: 0;
  width: 100%;
}

.product-page .callbackForm-container .control-group:nth-child(2) .controls::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.product-page .callbackForm-container .form-title {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  text-align: start !important;
}

.product-page .callbackForm-container .btn-submit-wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 30%;
}

.product-page .callbackForm-container .btn-submit-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 19px;
  width: 100%;
  padding: 15px;
  background: #FF9900;
  border-radius: 60px;
  border-color: #FF9900;
}

.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 .page-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.product-page .card-right .page-title {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Cormorant SC', serif;
  font-weight: 700;
  color: #272727;
  margin-bottom: 30px;
}

.product-page .trigger-trust-wrap {
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 49%;
  margin-left: auto;
}

.product-page .trigger-trust-wrap .nav-tabs-wrap {
  border-bottom: 1px solid #DDDDDD;
}

.product-page .trigger-trust-wrap .nav-tabs-wrap .nav-tabs {
  border: none;
}

.product-page .trigger-trust-wrap .nav-tabs-wrap .nav-tabs .nav-item.active {
  border-bottom: 3px solid #FF9900;
  font-weight: 500;
  color: #2b2b2b;
}

.product-page .trigger-trust-wrap .nav-tabs-wrap .nav-tabs .nav-item.active i {
  color: #FF9900;
}

.product-page .trigger-trust-wrap .nav-tabs-wrap .nav-tabs .nav-item {
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  padding-left: 0;
  margin-right: 35px;
}

.product-page .trigger-trust-wrap .nav-tabs-wrap .nav-tabs .nav-item i {
  color: #96989D;
  margin-right: 10px;
}

.product-page .trigger-trust-wrap .tab-content {
  margin-top: 20px;
  max-height: 87px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.product-page .trigger-trust-wrap .tab-content .tab-pane {
  font-size: 14px;
  font-weight: 400;
  color: #2b2b2b;
}

.product-page .structure-form-box {
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 78px;
}

.product-page .structure-form-box .page-title-wrapper .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.product-page .structure-form-box .page-title-wrapper .img-wrap img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  border-radius: 0;
}

.product-page .structure-form-box .page-title-wrapper .text-content .title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.product-page .structure-form-box .structure-form-content {
  max-width: 690px;
  margin: 0 auto;
}

.product-page .structure-form-box .structure-form-content .name__form {
  position: relative;
  padding: 0;
  width: 48%;
}

.product-page .structure-form-box .structure-form-content .name__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.product-page .structure-form-box .structure-form-content .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-page .structure-form-box .structure-form-content .phone__form {
  position: relative;
  padding: 0;
  width: 48%;
}

.product-page .structure-form-box .structure-form-content .phone__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.product-page .structure-form-box .structure-form-content .form-title {
  max-width: 670px;
  text-align: center;
  margin-bottom: 40px;
}

.product-page .structure-form-box .structure-form-content .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  background: transparent;
}

.product-page .structure-form-box .structure-form-content .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .structure-form-box .structure-form-content .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .structure-form-box .structure-form-content .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .structure-form-box .structure-form-content .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.product-page .structure-form-box .structure-form-content .btn-submit-wrapper {
  text-align: center;
  margin-top: 60px;
}

.product-page .structure-form-box .structure-form-content .btn-submit-wrapper .btn {
  background: #FF9900;
  border-radius: 108px;
  padding: 20px 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #FF9900;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-page .structure-form-box .structure-form-content .btn-submit-wrapper .btn:hover {
  background: transparent;
  color: #232323;
}

.product-page .product-gallery {
  position: relative;
}

.product-page .product-gallery .vertical {
  padding-left: 158px !important;
}

.product-page .product-gallery .vertical #productGallery li a {
  width: 100%;
}

.product-page .product-gallery .vertical #productGallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-page .product-gallery .vertical .lSGallery {
  min-width: 148px;
}

.product-page .product-gallery .vertical .lSGallery li.active {
  border-bottom: 3px solid #FF9900 !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.product-page .product-gallery .vertical .lSGallery li a {
  width: 100%;
  border: none !important;
}

.product-page .product-gallery .vertical .lSGallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-page .box-gallery .box-items {
  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;
}

.product-page .box-gallery .title-gallery {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.product-page .box-gallery .slide {
  width: 33%;
}

.product-page .box-gallery .slide a {
  width: 100%;
}

.product-page .box-gallery .slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
}

.product-page .light-slider-prev {
  cursor: pointer;
  position: absolute;
  top: -14px;
  left: 74px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-page .light-slider-next {
  cursor: pointer;
  position: absolute;
  top: 495px;
  left: 78px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.characteristics-wrap {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #737373;
}

.characteristics-wrap a,.characteristics-wrap [data-js-link] {
  color: #2b343c;
  text-decoration: underline;
}

.characteristics-wrap a:hover,.characteristics-wrap [data-js-link]:hover {
  color: #2b343c;
}

.characteristics-wrap .characteristics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 13px 22px;
}

.fancybox-slide #hiddenReviewForm {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.fancybox-slide #hiddenReviewForm .form-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #FF9900;
  line-height: 31px;
  margin-bottom: 13px;
  font-weight: 600;
}

.fancybox-slide #hiddenReviewForm .form-text {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 20px;
  color: #2c2c2c;
}

.fancybox-slide #hiddenReviewForm .form-title-rate {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
}

.fancybox-slide #hiddenReviewForm .review-rate-hint {
  display: none;
}

.fancybox-slide #hiddenReviewForm .review-rate {
  display: inline-block;
  margin-right: 100px;
}

.fancybox-slide #hiddenReviewForm .review-rate .rate-label {
  display: none;
}

.fancybox-slide #hiddenReviewForm .control-group:nth-child(7) {
  display: inline-block;
  width: 48.2%;
  margin-right: 21px;
  margin-top: 30px;
}

.fancybox-slide #hiddenReviewForm .control-group:nth-child(8) {
  display: inline-block;
  width: 49%;
}

.fancybox-slide #hiddenReviewForm .control-group .form-control {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
  border-radius: 0;
  border-bottom: 1px solid #96989D;
  padding-left: 0;
  padding-bottom: 10px;
}

.fancybox-slide #hiddenReviewForm .control-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #hiddenReviewForm .control-group .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #hiddenReviewForm .control-group .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #hiddenReviewForm .control-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #hiddenReviewForm .btn-submit-wrapper .btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 13px 40px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  background: transparent;
  color: #272727;
  font-weight: 600;
  margin-top: 45px;
}

.fancybox-slide #reviewDialog {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.fancybox-slide #reviewDialog .control-label {
  display: none;
}

.fancybox-slide #reviewDialog .control-group.review-rate .form-control.rate {
  border: none;
}

.fancybox-slide #reviewDialog form {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.fancybox-slide #reviewDialog .form-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #FF9900;
  line-height: 31px;
  margin-bottom: 13px;
  font-weight: 600;
}

.fancybox-slide #reviewDialog .form-text {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 20px;
  color: #2c2c2c;
}

.fancybox-slide #reviewDialog .form-title-rate {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
}

.fancybox-slide #reviewDialog .review-rate-hint {
  display: none;
}

.fancybox-slide #reviewDialog .review-rate {
  display: inline-block;
  margin-right: 100px;
}

.fancybox-slide #reviewDialog .review-rate .rate-label {
  display: none;
}

.fancybox-slide #reviewDialog .control-group:nth-child(3) {
  display: inline-block;
  width: 48.2%;
  margin-right: 2.8%;
  margin-top: 30px;
}

.fancybox-slide #reviewDialog .control-group:nth-child(4) {
  display: inline-block;
  width: 49%;
}

.fancybox-slide #reviewDialog .control-group {
  padding: 0;
}

.fancybox-slide #reviewDialog .control-group .form-control {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
  border-radius: 0;
  border-bottom: 1px solid #96989D;
  padding-left: 0;
  padding-bottom: 10px;
}

.fancybox-slide #reviewDialog .control-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #reviewDialog .control-group .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #reviewDialog .control-group .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #reviewDialog .control-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.fancybox-slide #reviewDialog .btn-submit-wrapper .btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 13px 40px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  background: transparent;
  color: #272727;
  font-weight: 600;
  margin-top: 45px;
}

.box-content-opis,.box-content-oplata,.box-content-develary {
  display: none;
}

.structure-form-box {
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 78px;
}

.structure-form-box .page-title-wrapper .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.structure-form-box .page-title-wrapper .img-wrap img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  border-radius: 0;
}

.structure-form-box .page-title-wrapper .text-content .title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.structure-form-box .structure-form-content {
  max-width: 690px;
  margin: 0 auto;
}

.structure-form-box .structure-form-content .name__form {
  position: relative;
  padding: 0;
  width: 48%;
}

.structure-form-box .structure-form-content .name__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.structure-form-box .structure-form-content .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.structure-form-box .structure-form-content .phone__form {
  position: relative;
  padding: 0;
  width: 48%;
}

.structure-form-box .structure-form-content .phone__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

.structure-form-box .structure-form-content .form-title {
  max-width: 670px;
  text-align: center;
  margin-bottom: 40px;
}

.structure-form-box .structure-form-content .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  background: transparent;
}

.structure-form-box .structure-form-content .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.structure-form-box .structure-form-content .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.structure-form-box .structure-form-content .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.structure-form-box .structure-form-content .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.structure-form-box .structure-form-content .btn-submit-wrapper {
  text-align: center;
  margin-top: 60px;
}

.structure-form-box .structure-form-content .btn-submit-wrapper .btn {
  background: #FF9900;
  border-radius: 108px;
  padding: 20px 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #FF9900;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.structure-form-box .structure-form-content .btn-submit-wrapper .btn:hover {
  background: transparent;
  color: #232323;
}

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

#page-content.about .gallery-default {
  display: none;
}

#page-content.about #company {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#page-content.about #company .page-img-wrapper {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

#page-content.about #company .block-content.text-formatted {
  position: relative;
}

#page-content.about #company .box-text {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-48%);
      -ms-transform: translateY(-48%);
       -o-transform: translateY(-48%);
          transform: translateY(-48%);
  margin: 0;
  left: 5%;
}

#page-content.about #company .box-text h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 17px;
  text-shadow: 0px 4px 10px #000000;
  font-family: 'Cormorant SC', serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

#page-content.about #company .box-text p {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  color: #fff;
}

#page-content.about #company .block-title {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Cormorant SC', serif;
  font-weight: 700;
  color: #272727;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
}

#page-content.about #company .page-img-wrapper img {
  border-radius: 0;
  margin: 0;
}

#page-content.about #company .main-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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-top: 15px;
}

#page-content.about #company .main-utp .item-content {
  width: 20%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

#page-content.about #company .main-utp .item-content .utp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page-content.about #company .main-utp .item-content .utp-item .utp-text-wrapper {
  max-width: 179px;
  font-size: 14px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 20px;
}

#page-content.about #company .main-utp .item-content .utp-item .utp-text-wrapper strong {
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: #FF9900;
  line-height: 68px;
  margin-bottom: 6px;
}

#page-content.about #company-works {
  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;
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  color: #272727;
  margin-top: 50px;
}

#page-content.about #company-works .block-title {
  left: 20px;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 37px;
}

#page-content.about #company-works .block-content-about {
  width: 32%;
  margin-right: 30px;
}

#page-content.about #company-works .block-content-about p {
  font-size: 14px;
  line-height: 22px;
}

#page-content.about #company-works .block-content.text-formatted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
}

#page-content.about #company-works .block-content.text-formatted .page-img-wrapper {
  width: 50%;
  margin-right: 30px;
}

#page-content.about #company-works .block-content.text-formatted .page-img-wrapper img {
  margin: 0;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 0;
}

#page-content.about #company-works .block-content.text-formatted .main-utp {
  width: 50%;
  padding-top: 7px;
}

#page-content.about #company-works .block-content.text-formatted .main-utp .utp-text {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  display: block;
  margin-bottom: 15px;
  padding-left: 63px;
  font-weight: 500;
  position: relative;
}

#page-content.about #company-works .block-content.text-formatted .main-utp .utp-text::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  background-image: url("/themes/default/dist/images/iconabout.svg");
  top: -8px;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
}

#page-content.about #company-works .block-content.text-formatted .main-utp .utp-item {
  padding-left: 63px;
  margin-bottom: 30px;
  color: #2b2b2b;
}

#page-content.about .works {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}

#page-content.about .works .block-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

#page-content.about .works .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#page-content.about .works .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  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: 10px;
  padding-left: 0;
}

#page-content.about .works .tabs .tabs__caption_trust li {
  cursor: pointer;
}

#page-content.about .works .tabs .tabs__caption_trust li::before {
  content: none;
}

#page-content.about .works .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #FF9900;
}

#page-content.about .works .tabs .tabs__caption_trust .active-trust {
  background: #FF9900;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

#page-content.about .works .tabs .tabs__caption_trust .active-trust span {
  color: #fff;
}

#page-content.about .works .tabs .tabs__caption_trust li:first-child {
  margin-left: 0;
}

#page-content.about .works .tabs .tabs__caption_trust li {
  width: 17%;
  margin-left: 30px;
  position: relative;
  background: #F5F5F5;
  height: 237px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  padding-left: 0;
}

#page-content.about .works .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 88px;
  max-height: 80px !important;
  margin-bottom: 37px;
}

#page-content.about .works .tabs .tabs__caption_trust li span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #2B2B2B;
  text-align: center;
  text-transform: uppercase;
}

#page-content.about .works .tabs .tabs__content_trust.active-trust {
  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;
}

#page-content.about .works .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 58px;
  padding-left: 125px;
  padding-right: 77px;
  padding-bottom: 77px;
}

#page-content.about .works .tabs .tabs__content_trust .box-btn {
  width: 24%;
  text-align: end;
}

#page-content.about .works .tabs .tabs__content_trust .box-btn .works,#page-content.about .works .tabs .tabs__content_trust .box-btn .works-click {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  text-transform: uppercase;
  padding: 13px 45px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
}

#page-content.about .works .tabs .tabs__content_trust .box-btn .works:hover,#page-content.about .works .tabs .tabs__content_trust .box-btn .works-click:hover {
  text-decoration: none;
}

#page-content.about .works .tabs .tabs__content_trust .block-content {
  width: 76%;
}

#page-content.about .works .tabs .tabs__content_trust .block-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2B2B2B;
  font-style: italic;
  position: absolute;
  bottom: 43px;
  right: 88px;
  margin: 0;
}

#page-content.about .works .tabs .tabs__content_trust .block-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2B2B2B;
}

#page-content.about .section-our-team {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 60px;
}

#page-content.about .section-our-team .swiper-control-box .swiper-pagination {
  position: static;
  margin-top: 40px;
}

#page-content.about .section-our-team .swiper-control-box .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  border: 1px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

#page-content.about .section-our-team .swiper-control-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272727;
}

#page-content.about .section-our-team .section-our-team__title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 84px;
}

#page-content.about .section-our-team .conatiner-slider .section-our-team__slider__item {
  text-align: center;
}

#page-content.about .section-our-team .conatiner-slider .section-our-team__slider__item img {
  margin-bottom: 10px;
  max-width: 362px;
  width: 100%;
  max-height: 372px;
  -o-object-fit: contain;
     object-fit: contain;
}

#page-content.about .section-our-team .conatiner-slider .info .info__position {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info {
  padding: 20px;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .info__name {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__description p {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  margin: 0;
  position: relative;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:first-child::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/header-phone-hover.svg");
  left: -20px;
  top: 2px;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:nth-child(2) {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 27px;
  left: 0;
  background: #DDDDDD;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__email {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  position: relative;
  display: inline-block;
}

#page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__email::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/iconimail.svg");
  top: 8px;
  left: -20px;
}

#page-content.about .trust-my-about {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#page-content.about .trust-my-about .block-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 60px;
}

#page-content.about .trust-my-about .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust .active-trust {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust li {
  cursor: pointer;
  width: 20%;
  position: relative;
  padding: 45px 35px 53px;
  margin-bottom: 0;
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust li::before {
  content: none;
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #fff;
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#page-content.about .trust-my-about .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 84px;
  margin: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#page-content.about .trust-my-about .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 54px;
  padding-left: 74px;
  padding-right: 149px;
  padding-bottom: 77px;
}

#page-content.about .trust-my-about .tabs .tabs__content_trust::after {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  left: 50px;
}

#page-content.about .trust-my-about .tabs .tabs__content_trust::before {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  right: 50px;
}

#page-content.about .trust-my-about .tabs .tabs__content_trust .block-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2B2B2B;
}

#page-content.about .trust-my-about .tabs .tabs__content_trust .block-content h3 {
  position: absolute;
  right: 50px;
  bottom: 46px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #96989D;
  font-style: italic;
  margin-bottom: 2px;
}

#page-content.about .trust-my-about .tabs .tabs__content_trust .block-content h4 {
  position: absolute;
  right: 50px;
  bottom: 22px;
  color: #272727;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
}

#page-content.about .structure-form-box {
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 78px;
}

#page-content.about .structure-form-box .page-title-wrapper .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

#page-content.about .structure-form-box .page-title-wrapper .img-wrap img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  border-radius: 0;
}

#page-content.about .structure-form-box .page-title-wrapper .text-content .title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

#page-content.about .structure-form-box .structure-form-content {
  max-width: 690px;
  margin: 0 auto;
}

#page-content.about .structure-form-box .structure-form-content .name__form {
  position: relative;
  padding: 0;
  width: 48%;
}

#page-content.about .structure-form-box .structure-form-content .name__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

#page-content.about .structure-form-box .structure-form-content .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page-content.about .structure-form-box .structure-form-content .phone__form {
  position: relative;
  padding: 0;
  width: 48%;
}

#page-content.about .structure-form-box .structure-form-content .phone__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

#page-content.about .structure-form-box .structure-form-content .form-title {
  max-width: 670px;
  text-align: center;
  margin-bottom: 40px;
}

#page-content.about .structure-form-box .structure-form-content .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  background: transparent;
}

#page-content.about .structure-form-box .structure-form-content .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.about .structure-form-box .structure-form-content .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.about .structure-form-box .structure-form-content .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.about .structure-form-box .structure-form-content .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.about .structure-form-box .structure-form-content .btn-submit-wrapper {
  text-align: center;
  margin-top: 60px;
}

#page-content.about .structure-form-box .structure-form-content .btn-submit-wrapper .btn {
  background: #FF9900;
  border-radius: 108px;
  padding: 20px 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #FF9900;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-content.about .structure-form-box .structure-form-content .btn-submit-wrapper .btn:hover {
  background: transparent;
  color: #232323;
}

.payment-and-delivery {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 100px;
}

.payment-and-delivery h2 {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
  line-height: 48px;
}

.payment-and-delivery .text-formatted h3:nth-child(2)::after {
  content: '';
  background-image: url("/themes/default/dist/images/iconoplata1.svg");
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.payment-and-delivery .text-formatted h3::after {
  content: '';
  background-image: url("/themes/default/dist/images/iconplata2.svg");
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.payment-and-delivery h3 {
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 54px;
  margin-top: 50px;
  position: relative;
  text-transform: uppercase;
}

.payment-and-delivery p {
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

.map .map-default {
  height: 100%;
}

.map iframe {
  height: 100%;
  width: 100%;
}

#page-content.category .structure-form-text {
  background-image: none;
}

#page-content.category .page-aside {
  max-width: 23%;
}

#page-content.category .main-text {
  background-image: url("/themes/default/dist/images/bg-bottom-catalog.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#page-content.category .main-text .text-formatted .text-in-main {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: start;
  margin-bottom: 40px;
  margin-top: 0px;
}

#page-content.category .product-card {
  padding: 0;
}

#page-content.category .product-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page-content.category .product-card .product-img-wrapper {
  margin: 0;
}

#page-content.category .product-description {
  padding: 0;
}

#page-content.category .product-description .product-button {
  margin-bottom: 20px;
}

#page-content.category .page-title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

#page-content.category .category-product {
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: 1px solid #272727;
  padding: 40px;
  position: relative;
}

#page-content.category .category-product::before {
  content: '';
  position: absolute;
  width: 16px;
  left: -5px;
  bottom: 40px;
  height: 38%;
  background-color: #fff;
}

#page-content.category .category-product::after {
  content: '';
  position: absolute;
  width: 16px;
  right: -5px;
  top: 40px;
  height: 38%;
  background-color: #fff;
}

#page-content.category .category-product .block-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #272727;
  margin-bottom: 30px;
}

#page-content.category .category-product .ui-slider {
  list-style: none;
  padding: 0;
}

#page-content.category .category-product .category-card.active .category-card-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  width: 15px;
  height: 100%;
  background-image: url("/themes/default/dist/images/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#page-content.category .category-product .category-card.active .info-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#page-content.category .category-product .category-card-title {
  position: relative;
  margin-bottom: 25px;
}

#page-content.category .category-product .category-card-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  width: 15px;
  height: 100%;
  background-image: url("/themes/default/dist/images/line-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#page-content.category .category-product .category-card-title a {
  color: #272727;
  font-size: 18px;
  font-weight: 600;
}

#page-content.category .category-product .info-wrapper {
  display: none !important;
}

#page-content.category .category-product .info-wrapper .category-card-list .category-card-item.active {
  font-size: 16px;
  font-weight: 600;
}

#page-content.category .category-product .info-wrapper .category-card-list .category-card-item {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

#page-content.category .category-product .info-wrapper .category-card-list .category-card-item a {
  color: #272727;
}

#page-content.category .catalog-list {
  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;
}

#page-content.category .catalog-list .product-card-wrapper {
  width: 33%;
  padding: 15px;
  padding-bottom: 0px;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}

#page-content.category .catalog-list .product-card-wrapper:hover {
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

#page-content.category .catalog-list .product-card-wrapper:hover .product-button a {
  z-index: 1;
  opacity: 1;
}

#page-content.category .catalog-list .product-card-wrapper .product-card .product-img-wrapper {
  max-height: 329px;
  height: 100%;
}

#page-content.category .catalog-list .product-card-wrapper .product-card img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#page-content.category .catalog-list .product-card-wrapper .product-title a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 42px;
  min-height: 42px;
  font-size: 17px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 21px;
}

#page-content.category .catalog-list .product-card-wrapper .product-button a {
  display: block;
  max-width: 216px;
  border: 1px solid #FF9900;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 60px;
  color: #272727;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  z-index: -2;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-content.category .catalog-list .product-card-wrapper .product-button a:hover {
  text-decoration: none;
  background-color: #FF9900;
}

#page-content.category .catalog-list .product-card-all {
  width: 32%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #272727;
  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: 0 !important;
  background-image: url("/themes/default/dist/images/arka1.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #272727;
  position: relative;
}

#page-content.category .catalog-list .product-card-all:hover {
  text-decoration: none;
}

#page-content.category .catalog-list .product-card-all::before {
  content: '';
  position: absolute;
  width: 16px;
  left: -5px;
  bottom: 40px;
  height: 86px;
  background-color: #fff;
}

#page-content.category .catalog-list .product-card-all::after {
  content: '';
  position: absolute;
  width: 16px;
  right: -5px;
  top: 40px;
  height: 86px;
  background-color: #fff;
}

#page-content.category .structure-news {
  background: #F5F5F5;
  padding: 50px 0;
}

#page-content.category .structure-news .section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: start;
  margin-bottom: 40px;
  margin-top: 0px;
}

#page-content.category .structure-news .more-link-wrapper {
  margin-bottom: 10px;
}

#page-content.category .structure-form {
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 78px;
}

#page-content.category .structure-form .page-title-wrapper .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

#page-content.category .structure-form .page-title-wrapper .img-wrap img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  border-radius: 0;
}

#page-content.category .structure-form .page-title-wrapper .text-content .title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

#page-content.category .structure-form .structure-form-content {
  max-width: 690px;
  margin: 0 auto;
}

#page-content.category .structure-form .structure-form-content .name__form {
  position: relative;
  padding: 0;
  width: 48%;
}

#page-content.category .structure-form .structure-form-content .name__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/user.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

#page-content.category .structure-form .structure-form-content .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page-content.category .structure-form .structure-form-content .phone__form {
  position: relative;
  padding: 0;
  width: 48%;
}

#page-content.category .structure-form .structure-form-content .phone__form::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("/themes/default/dist/images/phone.svg");
  background-repeat: no-repeat;
  top: 11px;
  left: 7px;
}

#page-content.category .structure-form .structure-form-content .form-title {
  max-width: 670px;
  text-align: center;
  margin-bottom: 40px;
}

#page-content.category .structure-form .structure-form-content .form-control {
  width: 100%;
  height: auto;
  line-height: 27px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  background: transparent;
}

#page-content.category .structure-form .structure-form-content .form-control::-webkit-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.category .structure-form .structure-form-content .form-control::-moz-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.category .structure-form .structure-form-content .form-control:-ms-input-placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.category .structure-form .structure-form-content .form-control::placeholder {
  color: #96989D;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#page-content.category .structure-form .structure-form-content .btn-submit-wrapper {
  text-align: center;
  margin-top: 60px;
}

#page-content.category .structure-form .structure-form-content .btn-submit-wrapper .btn {
  background: #FF9900;
  border-radius: 108px;
  padding: 20px 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #FF9900;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#page-content.category .structure-form .structure-form-content .btn-submit-wrapper .btn:hover {
  background: transparent;
  color: #232323;
}

#page-content.category .structure-form-text .questions-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#page-content.category .structure-form-text .question-block.active .question {
  background: #fff;
  font-weight: 600;
  color: #FF9900;
}

#page-content.category .structure-form-text .question-block.active .question::after {
  background-color: #FF9900;
  background-image: url("/themes/default/dist/images/minus-wite.svg");
}

#page-content.category .structure-form-text .question-block.active .answer {
  display: block;
}

#page-content.category .structure-form-text .answer {
  display: none;
  padding: 20px 35px 40px 50px;
}

#page-content.category .structure-form-text .answer p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
}

#page-content.category .structure-form-text .question {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 30px 50px;
  border: 1px solid #fff;
  cursor: pointer;
}

#page-content.category .structure-form-text .question:hover {
  background: #fff;
}

#page-content.category .structure-form-text .question:hover a {
  color: #FF9900;
}

#page-content.category .structure-form-text .question:hover::after {
  background-color: #FF9900;
}

#page-content.category .structure-form-text .question::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #96989D;
  right: 27px;
  opacity: 1;
  background-image: url("/themes/default/dist/images/plus-wite.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#page-content.category .structure-form-text .question a {
  color: #121212;
}

#page-content.category .structure-form-text .question a:hover {
  text-decoration: none;
}

#page-content.category .pagination-wrap .pagination .page-item.active {
  background: #272727;
}

#page-content.category .pagination-wrap .pagination .page-item.active .page-current {
  color: #FF9900;
  font-weight: 600;
}

#page-content.category .pagination-wrap .pagination .page-item {
  height: 39px;
  width: 39px;
  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-content.category .pagination-wrap .pagination .page-next::before,#page-content.category .pagination-wrap .pagination .page-prev::before {
  font-size: 14px;
}

#page-content.category .box-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;
  margin-bottom: 26px;
}

#page-content.category .box-title .sort-wrapper .jq-selectbox__select {
  background: transparent;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 108px;
  padding: 16px 100px 16px 24px;
}

#page-content.category .box-title .sort-wrapper .jq-selectbox__select .jq-selectbox__select-text {
  font-size: 14px;
}

#page-content.category .box-title .sort-wrapper .jq-selectbox__trigger {
  right: 9px;
}

#page-content.category .box-title .sort-wrapper .label {
  font-size: 16px;
  color: #96989D;
  font-weight: 500;
  margin-right: 15px;
}

.box-category {
  display: none;
}

.page-articles-list .pagination-wrap {
  margin-bottom: 70px;
}

.page-articles-list .pagination-wrap .pagination .page-item.active {
  background: #272727;
}

.page-articles-list .pagination-wrap .pagination .page-item.active .page-current {
  color: #FF9900;
  font-weight: 600;
}

.page-articles-list .pagination-wrap .pagination .page-item {
  height: 39px;
  width: 39px;
  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-articles-list .pagination-wrap .pagination .page-next::before,.page-articles-list .pagination-wrap .pagination .page-prev::before {
  font-size: 14px;
}

.page-articles-list .page-title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.page-articles-list .rubrics {
  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;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-articles-list .rubrics a {
  margin: 0 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #272727;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-articles-list .rubrics a:hover {
  text-decoration: none;
  border-bottom: 2px solid #FF9900;
}

.page-articles-list .rubrics .rubric-url.active {
  font-weight: 500;
  border-bottom: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-articles-list .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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-articles-list .article-list-wrapper .article-item {
  padding: 15px;
  width: 32%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-articles-list .article-list-wrapper .article-item:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
}

.page-articles-list .article-list-wrapper .article-item:hover .article-link {
  opacity: 1;
}

.page-articles-list .article-list-wrapper .article-item .article-img-wrapper .article-img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-articles-list .article-list-wrapper .article-item .article-data {
  font-size: 12px;
  line-height: 16px;
  color: #272727;
  padding: 6px 18px;
  margin-top: 15px;
  margin-bottom: 29px;
  border: 1px solid #272727;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.page-articles-list .article-list-wrapper .article-item .article-data::after {
  content: '';
  width: 3px;
  height: 9px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 3px;
}

.page-articles-list .article-list-wrapper .article-item .article-data::before {
  content: '';
  width: 3px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: -2px;
  bottom: 3px;
}

.page-articles-list .article-list-wrapper .article-description .article-title {
  margin-bottom: 20px;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page-articles-list .article-list-wrapper .article-description .article-title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #272727;
}

.page-articles-list .article-list-wrapper .article-description .article-text {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 19px;
  min-height: 69px;
  max-height: 69px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-articles-list .article-list-wrapper .article-description .article-link {
  color: #FF9900;
  text-transform: uppercase;
  opacity: 0;
}

.page-article .gallery-default {
  display: none;
}

.page-article .page-article__text {
  margin-top: 30px;
  margin-bottom: 60px;
}

.page-article .page-article__text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #2b2b2b;
}

.page-article .page-article__text img {
  width: 30% !important;
  margin: 0 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-article .page-article__text h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0;
  font-weight: 500;
  line-height: 22px;
  color: #272727;
}

.page-article .page-article-content {
  background: #F5F5F5;
  padding: 50px 0 30px;
}

.page-article .page-article-content .container-article .image {
  border-radius: 0;
  max-width: 587px;
  width: 100%;
}

.page-article .page-article-content .container-article .page-title {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Cormorant SC', serif;
  color: #272727;
  font-weight: 700;
  margin-bottom: 30px !important;
  margin-top: 0;
}

.page-article .page-article-content .container-article p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 26px;
}

.page-article .container-article {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-article .date {
  font-size: 12px;
  line-height: 16px;
  color: #272727;
  padding: 6px 18px;
  margin-top: 15px;
  margin-bottom: 29px;
  border: 1px solid #272727;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
}

.page-article .date::after {
  content: '';
  width: 3px;
  height: 9px;
  background: #F5F5F5;
  position: absolute;
  right: -2px;
  top: 3px;
}

.page-article .date::before {
  content: '';
  width: 3px;
  height: 9px;
  background: #F5F5F5;
  position: absolute;
  left: -2px;
  bottom: 3px;
}

.page-article .category-product {
  background: #F5F5F5;
  padding: 50px 0 100px;
  margin-bottom: 0;
}

.page-article .category-product .block-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-article .category-product .product-card {
  background: transparent;
}

.page-article .category-product .product-card:hover .product-description .product-bay {
  opacity: 1;
}

.page-article .category-product .product-card .product-img-wrapper {
  height: 329px;
}

.page-article .category-product .product-card .product-img-wrapper .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-article .category-product .product-card .product-description .product-bay {
  text-align: center;
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-transform: uppercase;
}

.page-article .category-product .product-card .product-description .product-bay a {
  color: #272727;
  padding: 13px 77px;
  border: 1px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
}

.page-article .category-product .product-card .product-description .product-title {
  text-align: start;
}

.page-article .category-product .product-card .product-description .product-title a {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
}

.page-article .category-product .product-card .product-description .price-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #272727;
}

.page-article .category-product .product-card .product-description .price-block .price-text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.page-article .category-product .product-card .product-description .price-block .price-old {
  color: #96989D;
  font-size: 14px;
  margin-right: 8px;
}

.page-article .category-product .product-card .product-description .price-block .price {
  color: #E21C1C;
  font-size: 20px;
}

.page-article .category-product .sales_description {
  display: none;
}

.page-article .category-product .sticker-wrapper {
  top: 30px;
  left: 20px;
}

.page-article .category-product .sticker-wrapper .sticker._sales {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 40px;
}

.page-article .category-product .sticker-wrapper .sticker._sales::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/saleicon.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.page-article .category-product .sticker-wrapper .sticker._sales:hover .sales_description {
  position: absolute;
  display: block;
  top: 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  color: #2b2b2b;
  font-size: 14px;
  line-height: 22px;
  padding: 20px;
}

.page-article .category-product .sticker-wrapper .sticker._sales:hover .sales_description::after {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  top: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  left: 19px;
}

.page-article .category-product .swiper-pagination {
  position: static;
}

.page-article .category-product .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #272727;
  opacity: 1;
}

.page-article .category-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272727;
}

.page-regular.main-usluga .block-with-utp {
  margin-bottom: 20px;
}

.page-regular.main-usluga .page-title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 58px;
}

.page-regular.main-usluga #service-step1 .block-title {
  display: none;
}

.page-regular.main-usluga #service-step1 .bg {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: -50%;
  width: 400%;
  z-index: -1;
  background: #F5F5F5;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .block-img-utp {
  width: 50%;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .block-img-utp img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text {
  position: relative;
  padding-bottom: 30px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #272727;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text ul li::before {
  content: '';
  position: absolute;
  background-image: url("/themes/default/dist/images/uslygap.svg");
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #2B2B2B;
  position: relative;
  margin-right: 85px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text .works {
  padding: 13px 48px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-weight: 600;
  margin-top: 30px;
  display: inline-block;
  width: auto;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item {
  width: 25%;
  position: relative;
  padding-left: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #272727;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-img-wrapper {
  margin-right: 15px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-img-wrapper img {
  margin: 0;
  border-radius: 0;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-text-wrapper {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #2B2B2B;
  max-width: 211px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text {
  width: 50%;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .box-video {
  width: 50%;
  max-height: 457px;
}

.page-regular.main-usluga #service-step1 .block-content.text-formatted .box-video .bg-video {
  max-height: 100%;
}

.page-regular.main-usluga #service-step2 .block-img-utp {
  display: none;
}

.page-regular.main-usluga #service-step2 .block-title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 42px;
  margin-top: 80px;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item {
  width: 32%;
  max-width: 479px;
  position: relative;
  min-height: 276px;
  max-height: 276px;
  margin-bottom: 30px;
  padding-top: 36px;
  border: 1px solid #272727;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-title {
  position: absolute;
  color: #272727;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  bottom: 30px;
  left: 30px;
  border-left: 6px solid #fff;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item:hover .utp-title {
  color: #fff;
  border-color: #FF9900;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item:hover .utp-img-wrapper {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item:hover::before {
  opacity: 0;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item:hover::after {
  opacity: 0;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item:hover .opacity-bg {
  background: rgba(0, 0, 0, 0.81);
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item::before {
  content: '';
  position: absolute;
  width: 1px;
  left: -1px;
  bottom: 30px;
  height: 38%;
  background-color: #fff;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item::after {
  content: '';
  position: absolute;
  width: 1px;
  right: -1px;
  top: 30px;
  height: 38%;
  background-color: #fff;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .opacity-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-img-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-img-wrapper img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-text-wrapper {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  max-width: 420px;
  display: block;
  margin: 0 auto;
}

.page-regular.main-usluga #service-step3 .block-img-utp {
  display: none;
}

.page-regular.main-usluga #service-step3 .block-title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 40px;
}

.page-regular.main-usluga #service-step3 .main-utp {
  counter-reset: section;
}

.page-regular.main-usluga #service-step3 .main-utp .utp-item {
  margin-bottom: 40px;
}

.page-regular.main-usluga #service-step3 .main-utp .utp-title {
  position: relative;
}

.page-regular.main-usluga #service-step3 .main-utp .utp-title::after {
  counter-increment: section;
  position: absolute;
  content: counter(section);
  width: 43px;
  height: 43px;
  color: #fff;
  background: #FF9900;
  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: 0;
  top: -10px;
}

.page-regular.main-usluga #service-step3 .utp-text-wrapper {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2B2B2B;
}

.page-regular.main-usluga #service-step3 .utp-text-wrapper .utp-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 55px;
}

.page-regular.main-usluga .gallery-default {
  background: #F5F5F5;
  padding: 50px 0;
}

.page-regular.main-usluga .gallery-default .box-items {
  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;
}

.page-regular.main-usluga .gallery-default .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.page-regular.main-usluga .gallery-default .slide {
  width: 33%;
}

.page-regular.main-usluga .gallery-default .slide a {
  width: 100%;
}

.page-regular.main-usluga .gallery-default .slide a img {
  width: 100%;
  max-height: 330px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
}

.page-regular.main-usluga .section-our-team {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 60px;
}

.page-regular.main-usluga .section-our-team .swiper-control-box .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.page-regular.main-usluga .section-our-team .swiper-control-box .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  border: 1px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.page-regular.main-usluga .section-our-team .swiper-control-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272727;
}

.page-regular.main-usluga .section-our-team .section-our-team__title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 84px;
  font-weight: 500;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .section-our-team__slider__item {
  text-align: center;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .section-our-team__slider__item img {
  margin-bottom: 10px;
  max-width: 362px;
  max-height: 372px;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .info .info__position {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info {
  padding: 20px;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .info__name {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__description p {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  margin: 0;
  position: relative;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:first-child::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/header-phone-hover.svg");
  left: -20px;
  top: 2px;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:nth-child(2) {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 27px;
  left: 0;
  background: #DDDDDD;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__email {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  position: relative;
  display: inline-block;
}

.page-regular.main-usluga .section-our-team .conatiner-slider .detailed-info .detailed-info__email::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/iconimail.svg");
  top: 8px;
  left: -20px;
}

.page-regular.main-usluga .page-reviews {
  margin-top: 60px;
  padding-bottom: 50px;
}

.page-regular.main-usluga .page-reviews .page-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #272727;
  line-height: 36px;
  margin: 0;
}

.page-regular.main-usluga .page-reviews .box-top__line {
  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;
  margin-bottom: 24px;
}

.page-regular.main-usluga .page-reviews .box-top__line .btn {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 45px 13px 71px;
  position: relative;
  letter-spacing: 0.05em;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  background: transparent;
}

.page-regular.main-usluga .page-reviews .box-top__line .btn::after {
  content: '';
  position: absolute;
  background-image: url("/themes/default/dist/images/icon-otziv.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  left: 45px;
  top: 17px;
}

.page-regular.main-usluga .page-reviews .review {
  border: 1px solid #DDDDDD;
  border-top: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px 30px 30px;
  position: relative;
}

.page-regular.main-usluga .page-reviews .review::after {
  content: '';
  position: absolute;
  width: 112px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/dist/images/craps.svg");
  top: 30px;
  left: 25px;
}

.page-regular.main-usluga .page-reviews .review .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
  color: #2B2B2B;
}

.page-regular.main-usluga .page-reviews .review .rating img {
  margin: 0;
}

.page-regular.main-usluga .page-reviews .review .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B;
  font-weight: 400;
}

.page-regular.main-usluga .page-reviews .review .content p {
  margin-bottom: 0;
}

.page-regular.main-usluga .page-reviews .review:first-child {
  border-top: 1px solid #DDDDDD;
}

.page-regular.main-usluga .block-list {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-regular.main-usluga .block-list .block-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 50px;
}

.page-regular.main-usluga .block-list .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  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: 10px;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li {
  list-style: none;
  cursor: pointer;
  padding-left: 0;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li::before {
  content: none;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #FF9900;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust .active-trust {
  background: #FF9900;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust .active-trust span {
  color: #fff;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li:first-child {
  margin-left: 0;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li {
  list-style: none;
  width: 17%;
  margin-left: 30px;
  position: relative;
  background: #F5F5F5;
  height: 237px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 73px;
  height: 60px !important;
  margin-bottom: 37px;
}

.page-regular.main-usluga .block-list .tabs .tabs__caption_trust li span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #2B2B2B;
  text-align: center;
  text-transform: uppercase;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust.active-trust {
  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;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 58px;
  padding-left: 125px;
  padding-right: 77px;
  padding-bottom: 55px;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn {
  width: 24%;
  text-align: end;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn .works,.page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn .works-click {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  text-transform: uppercase;
  padding: 13px 45px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn .works:hover,.page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn .works-click:hover {
  text-decoration: none;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content {
  width: 76%;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2B2B2B;
  font-style: italic;
  position: absolute;
  bottom: 43px;
  right: 88px;
  margin: 0;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 22px;
  color: #2B2B2B;
  text-transform: uppercase;
}

.page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2B2B2B;
}

.bg {
  display: none;
}

.structure-form-text .questions-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.structure-form-text .question-block.active .question {
  background: #fff;
  font-weight: 600;
  color: #FF9900;
}

.structure-form-text .question-block.active .question::after {
  background-color: #FF9900;
  background-image: url("/themes/default/dist/images/minus-wite.svg");
}

.structure-form-text .question-block.active .answer {
  display: block;
}

.structure-form-text .answer {
  display: none;
  padding: 20px 35px 40px 50px;
}

.structure-form-text .answer p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
}

.structure-form-text .question {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  padding: 30px 50px;
  border: 1px solid #fff;
  cursor: pointer;
}

.structure-form-text .question:hover {
  background: #fff;
}

.structure-form-text .question:hover a {
  color: #FF9900;
}

.structure-form-text .question:hover::after {
  background-color: #FF9900;
}

.structure-form-text .question::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #96989D;
  right: 27px;
  opacity: 1;
  background-image: url("/themes/default/dist/images/plus-wite.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.structure-form-text .question a {
  color: #121212;
}

.structure-form-text .question a:hover {
  text-decoration: none;
}

.utp-text p {
  padding-left: 0;
}

.utp-text h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #272727;
}

.utp-text ul li::before {
  content: '';
  position: absolute;
  background-image: url("/themes/default/dist/images/uslygap.svg");
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}

.utp-text .works {
  padding: 13px 48px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-weight: 600;
  margin-top: 30px;
  display: inline-block;
  width: auto;
}

.our-work {
  padding-bottom: 100px;
}

.our-work .pagination-wrap {
  margin-top: 65px;
}

.our-work .pagination-wrap .pagination {
  list-style: none;
}

.our-work .pagination-wrap .pagination .page-item.active {
  background: #272727;
}

.our-work .pagination-wrap .pagination .page-item.active .page-current {
  color: #FF9900;
  font-weight: 600;
}

.our-work .pagination-wrap .pagination .page-item {
  height: 39px;
  width: 39px;
  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;
  padding: 0;
  margin: 0;
}

.our-work .pagination-wrap .pagination .page-item::before {
  content: none;
}

.our-work .pagination-wrap .pagination .page-next::before,.our-work .pagination-wrap .pagination .page-prev::before {
  font-size: 14px;
}

.our-work .page-title {
  font-family: 'Cormorant SC', serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}

.our-work .nth-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.our-work .nth-wrap .gallery-block:nth-of-type(3n) {
  margin-right: 0px;
}

.our-work .nth-wrap .gallery-block {
  width: 32.97%;
  margin-right: 0.5%;
  max-height: 330px;
  margin-bottom: 0.5%;
}

.our-work .nth-wrap .gallery-block .image-wrap {
  height: 100%;
}

.our-work .nth-wrap .gallery-block .image-wrap img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-radius: 0;
}

.page-plasma-cutting-metal .page-title {
  font-family: 'Cormorant SC', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 25px;
}

.page-plasma-cutting-metal .block-services-description {
  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: 73px;
}

.page-plasma-cutting-metal .service-description-img {
  width: 58.5%;
}

.page-plasma-cutting-metal .service-description {
  width: 39%;
}

.page-plasma-cutting-metal .service-description .utp-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;
  margin-bottom: 33px;
}

.page-plasma-cutting-metal .service-description .utp-list .item .icon-wrap {
  margin-right: 24px;
}

.page-plasma-cutting-metal .service-description .utp-list .item .name {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #5B5B5B;
  margin-bottom: 4px;
}

.page-plasma-cutting-metal .service-description .utp-list .item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #272727;
}

.page-plasma-cutting-metal .service-description .service-order .works {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 40px;
  background: #FF9900;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.page-plasma-cutting-metal .service-description .service-order .works:hover {
  text-decoration: none;
  color: #FF9900;
  background: #fff;
}

.page-plasma-cutting-metal .block-bentfits-utp {
  margin-bottom: 80px;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item {
  width: 25%;
  padding: 40px 32px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #EBEBEB;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item:last-child {
  border: none;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item .img-wrap {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin-right: 15px;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item .bentfits-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 12px;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item .bentfits-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item .bentfits-text p {
  margin-bottom: 0;
}

.page-plasma-cutting-metal .block-price-list {
  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;
  margin-bottom: 40px;
}

.page-plasma-cutting-metal .block-price-list .price-list {
  width: 67%;
  max-height: 375px;
  overflow-y: scroll;
}

.page-plasma-cutting-metal .block-price-list .price-list table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
  border-spacing: 0 !important;
}

.page-plasma-cutting-metal .block-price-list .price-list table thead {
  height: 41px;
}

.page-plasma-cutting-metal .block-price-list .price-list table thead tr {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-price-list .price-list table thead tr th:first-child {
  padding-left: 32px;
}

.page-plasma-cutting-metal .block-price-list .price-list table tbody tr {
  border-radius: 8px;
  margin-bottom: 4px;
  height: 64px;
}

.page-plasma-cutting-metal .block-price-list .price-list table thead,.page-plasma-cutting-metal .block-price-list .price-list table tr,.page-plasma-cutting-metal .block-price-list .price-list table th,.page-plasma-cutting-metal .block-price-list .price-list table td {
  border: 0 none !important;
}

.page-plasma-cutting-metal .block-price-list .price-list table td {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #272727;
  background: #FAFAFA;
  border-bottom: 4px solid #fff !important;
}

.page-plasma-cutting-metal .block-price-list .price-list table td:first-child {
  padding-left: 32px;
  border-radius: 8px 0 0 8px;
}

.page-plasma-cutting-metal .block-price-list .price-list table td:last-child {
  border-radius: 0 8px 8px 0;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation {
  width: 31%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row {
  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: 24px;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .control-group {
  width: 100%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .control-group:nth-child(2) {
  width: 70%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .controls {
  width: 100%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .btn-submit {
  background: #FF9900;
  border-radius: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 48px;
  border-color: #FF9900;
  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;
  max-width: 187px;
  width: 100%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .control-group:first-child {
  margin-right: 16px;
  max-width: 265px;
  width: 100%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .control-group:first-child .controls {
  position: relative;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .control-group:first-child .controls::after {
  position: absolute;
  content: '\e83f';
  font-family: "fontello";
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .cellphone {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
  padding-left: 48px;
  max-width: 265px;
  width: 100%;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .cellphone::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .cellphone::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .cellphone:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .cellphone::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 12px;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 16px;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .file-form-wrap {
  position: relative;
  background: #FFFFFF;
  border: 2px dashed #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 20px 20px;
  width: 100%;
  text-align: center;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .file-form-wrap .sketch_file {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .file-form-text:before {
  font-family: "fontello";
  content: '\e9c1';
  font-size: 40px;
  color: #FF9900;
  margin-bottom: 16px;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .file-form-text .file-form-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #272727;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .file-form-text .file-form-button {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #FF9900;
  margin-bottom: 16px;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .file-form-text .file-form-note {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .jq-file.sketch_file {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .jq-file.sketch_file.changed {
  position: relative !important;
  opacity: 1;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .jq-file.sketch_file.changed .jq-file__name {
  position: relative;
  opacity: 1;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .jq-file.sketch_file .jq-file__name {
  position: absolute;
  opacity: 0;
}

.page-plasma-cutting-metal .block-price-list .order-miscalculation .jq-file.sketch_file .jq-file__browse {
  display: none;
}

.page-plasma-cutting-metal .block-materials {
  margin-bottom: 132px;
}

.page-plasma-cutting-metal .block-materials .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FF9900;
  margin-bottom: 20px;
}

.page-plasma-cutting-metal .block-materials .materials-list {
  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-plasma-cutting-metal .block-materials .materials-list .materials-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;
  width: 23.4%;
  margin-right: 20px;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-plasma-cutting-metal .block-materials .materials-list .materials-item:last-child {
  margin-right: 0;
}

.page-plasma-cutting-metal .block-materials .materials-list .materials-item .img-wrap {
  margin-right: 24px;
  height: 100%;
}

.page-plasma-cutting-metal .block-materials .materials-list .materials-item .img-wrap img {
  height: 100%;
  min-width: 124px;
}

.page-plasma-cutting-metal .block-materials .materials-list .materials-item .materials-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #272727;
}

.page-plasma-cutting-metal .block-video {
  position: relative;
  margin-bottom: 80px;
}

.page-plasma-cutting-metal .block-video iframe {
  width: 100% !important;
}

.page-plasma-cutting-metal .block-video .title {
  background: #FF9900;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 24px 40px;
  position: absolute;
  top: -44px;
  left: 39px;
}

.page-plasma-cutting-metal .trust_my {
  counter-reset: section;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 50px;
}

.page-plasma-cutting-metal .trust_my .block-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 32px;
}

.page-plasma-cutting-metal .trust_my .tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust .active-trust {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust .active-trust::before {
  font-family: "fontello";
  content: '\e80a';
  color: #fff;
  width: 37px;
  height: 37px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #FF9900;
  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;
  z-index: 99;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  bottom: -18px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li {
  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;
  width: 20%;
  position: relative;
  padding: 32px 32px 40px;
  border-right: 1px solid #EBEBEB;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li::after {
  position: absolute;
  counter-increment: section;
 /* Инкрементирует счётчик*/
  content: "0" counter(section);
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  color: #272727;
  opacity: 0.05;
  top: 26px;
  right: 32px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li:last-child {
  border: none;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 64px;
  max-width: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-bottom: 24px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #2B2B2B;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust.active-trust {
  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-plasma-cutting-metal .trust_my .tabs .tabs__content_trust {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  position: relative;
  padding: 0;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content-number {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FF9900;
  margin-right: 25px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content {
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #737373;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content h3 {
  position: absolute;
  right: 50px;
  bottom: 46px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #96989D;
  font-style: italic;
  margin-bottom: 2px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content h4 {
  position: absolute;
  right: 50px;
  bottom: 22px;
  color: #272727;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap {
  padding: 32px;
  background: #FAFAFA;
  max-width: 390px;
  width: 100%;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .box-price-title {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 8px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .value-price {
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #272727;
  margin-bottom: 16px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .value-price .fix {
  font-size: 16px;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .value-price .note-big {
  color: #FF9900;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .box-price-info {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #737373;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .box-price-info .note-small {
  color: #FF9900;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-btn .works-click {
  cursor: pointer;
  background: #FF9900;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 45px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-btn .works-click:hover {
  color: #FF9900;
  background: #fff;
}

.page-plasma-cutting-metal .block-gallery {
  background: #F5F5F5;
  padding: 50px 0;
  margin-bottom: 80px;
}

.page-plasma-cutting-metal .block-gallery .box-btn {
  text-align: center;
  margin-top: 35px;
}

.page-plasma-cutting-metal .block-gallery .box-btn .works-click {
  background: #FF9900;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 40px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.page-plasma-cutting-metal .block-gallery .box-btn .works-click:hover {
  background: #fff;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-gallery .title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 32px;
}

.page-plasma-cutting-metal .block-gallery .gallery {
  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;
}

.page-plasma-cutting-metal .block-gallery .img-wrap {
  width: 33%;
  margin-bottom: 8px;
}

.page-plasma-cutting-metal .block-gallery .img-wrap img {
  width: 100%;
  max-height: 330px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
}

.page-plasma-cutting-metal .block-reviews {
  margin-bottom: 130px;
}

.page-plasma-cutting-metal .block-reviews .title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 32px;
}

.page-plasma-cutting-metal .block-reviews .slick-dots {
  position: absolute;
  padding: 0;
  list-style: none;
  right: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  margin: 0;
  bottom: -50px;
}

.page-plasma-cutting-metal .block-reviews .slick-dots li {
  margin: 0 7px;
}

.page-plasma-cutting-metal .block-reviews .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-plasma-cutting-metal .block-reviews .slick-dots li.slick-active button {
  background: #FF9900;
  border-color: #FF9900;
}

.page-plasma-cutting-metal .block-reviews .reviews-list {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-track .review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: unset;
  padding: 32px 32px 20px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-prev {
  left: -5px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-prev::after {
  content: '\e80b';
  font-family: "fontello";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 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: 16px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-next {
  right: -5px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-next::after {
  content: '\e80c';
  font-family: "fontello";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 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: 16px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-arrow {
  width: 40px;
  height: 40px;
  background: #FF9900;
  border-radius: 50%;
  border: 1px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  z-index: 99;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item {
  margin: 0 15px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-info {
  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: 0;
  margin-bottom: 16px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-info .avatar {
  margin-right: 16px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-info .avatar img {
  border-radius: 50%;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-info .box-info-user .review-name {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2B2B2B;
  margin-bottom: 8px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-info .box-info-user .review-date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #737373;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #737373;
  margin-bottom: 17px;
  min-height: 66px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-content .show-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FF9900;
  text-decoration: underline;
  cursor: pointer;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-content .text-content.hide {
  display: none;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .review-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #737373;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links {
  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: auto;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-insta a,.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-fb a {
  font-style: 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;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-insta {
  margin-right: 15px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-insta a::before {
  content: '\f16d';
  font-family: "fontello";
  color: #FF9900;
  font-size: 16px;
  margin-right: 12px;
}

.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-fb a::before {
  content: '\f09a';
  font-family: "fontello";
  color: #FF9900;
  font-size: 16px;
  margin-right: 12px;
}

.page-plasma-cutting-metal .block-delivery-services {
  margin-bottom: 37px;
}

.page-plasma-cutting-metal .block-delivery-services .title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 32px;
}

.page-plasma-cutting-metal .block-delivery-services .box-btn {
  text-align: center;
  margin-top: 35px;
}

.page-plasma-cutting-metal .block-delivery-services .box-btn .works-click {
  background: #FF9900;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 40px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.page-plasma-cutting-metal .block-delivery-services .box-btn .works-click:hover {
  background: #fff;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-delivery-services .services {
  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-plasma-cutting-metal .block-delivery-services .services .img-wrap {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-right: 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;
  max-width: 250px;
  width: 100%;
  max-height: 148px;
  height: 148px;
}

.page-plasma-cutting-metal .block-delivery-services .services .img-wrap:last-child {
  border-right: 1px solid #EBEBEB;
}

.page-plasma-cutting-metal .block-questions {
  background-image: url("/themes/default/dist/images/bg-bottom-catalog.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 50px;
  padding-bottom: 90px;
  margin-bottom: 80px;
}

.page-plasma-cutting-metal .block-questions .box-btn {
  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;
  margin-top: 40px;
}

.page-plasma-cutting-metal .block-questions .questions-btn {
  padding: 16px 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF9900;
  border: 2px solid #FF9900;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.page-plasma-cutting-metal .block-questions .questions-btn:hover {
  background: #fff;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-questions .title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 32px;
}

.page-plasma-cutting-metal .block-questions .question-block.active .question {
  background: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FF9900;
}

.page-plasma-cutting-metal .block-questions .question-block.active .question::after {
  background-color: #FF9900;
  background-image: url("/themes/default/dist/images/minus-wite.svg");
}

.page-plasma-cutting-metal .block-questions .question-block.active .answer {
  display: block;
}

.page-plasma-cutting-metal .block-questions .answer {
  display: none;
  padding: 20px 35px 40px 50px;
}

.page-plasma-cutting-metal .block-questions .answer p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
}

.page-plasma-cutting-metal .block-questions .question {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #121212;
  position: relative;
  padding: 30px 50px;
  border: 1px solid #fff;
  cursor: pointer;
}

.page-plasma-cutting-metal .block-questions .question:hover {
  background: #fff;
}

.page-plasma-cutting-metal .block-questions .question:hover a {
  color: #FF9900;
}

.page-plasma-cutting-metal .block-questions .question:hover::after {
  background-color: #FF9900;
}

.page-plasma-cutting-metal .block-questions .question::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #96989D;
  right: 27px;
  opacity: 1;
  background-image: url("/themes/default/dist/images/plus-wite.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.page-plasma-cutting-metal .block-questions .question a {
  color: #121212;
}

.page-plasma-cutting-metal .block-questions .question a:hover {
  text-decoration: none;
}

.page-plasma-cutting-metal .block-map iframe {
  width: 100% !important;
}

.page-plasma-cutting-metal .block-map .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 32px;
}

.page-plasma-cutting-metal .block-emploers .section-our-team {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .swiper-control-box .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .swiper-control-box .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  border: 1px solid #272727;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .swiper-control-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272727;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .section-our-team__title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #272727;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .section-our-team__slider__item {
  text-align: center;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .section-our-team__slider__item img {
  margin-bottom: 10px;
  max-width: 362px;
  width: 100%;
  max-height: 372px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .info .info__position {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info {
  padding: 20px;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .info__name {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__description p {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  margin: 0;
  position: relative;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:first-child::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/header-phone-hover.svg");
  left: -20px;
  top: 2px;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:nth-child(2) {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__description p:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 27px;
  left: 0;
  background: #DDDDDD;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__description p a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2B2B2B;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__email {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  position: relative;
  display: inline-block;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__email a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}

.page-plasma-cutting-metal .block-emploers .section-our-team .conatiner-slider .detailed-info .detailed-info__email::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("/themes/default/dist/images/iconimail.svg");
  top: 8px;
  left: -20px;
}

.page-plasma-cutting-metal .page-content #main_desc h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 40px;
}

.page-plasma-cutting-metal .page-content #main_desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B;
  margin-bottom: 15px;
}

.page-plasma-cutting-metal .page-content #main_desc p span {
  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-plasma-cutting-metal .page-content #main_desc p strong {
  background: #FF9900;
  width: 43px;
  height: 43px;
  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-right: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.page-plasma-cutting-metal .page-content #main_desc p em {
  font-style: normal;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 22px;
  text-transform: uppercase;
  color: #272727;
}

button:active,button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

@font-face {
  font-family:'fontello';src:url('/themes/default/dist/fonts/fontello/font/fontello.eot?29910454');src:url('/themes/default/dist/fonts/fontello/font/fontello.eot?29910454#iefix') format('embedded-opentype'), url('/themes/default/dist/fonts/fontello/font/fontello.woff2?29910454') format('woff2'), url('/themes/default/dist/fonts/fontello/font/fontello.woff?29910454') format('woff'), url('/themes/default/dist/fonts/fontello/font/fontello.ttf?29910454') format('truetype'), url('/themes/default/dist/fonts/fontello/font/fontello.svg?29910454#fontello') format('svg');font-weight:normal;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media (pointer: fine) {
  .header-phones-dropdown .toggle-phones:hover {
    color: #DF2C9D;
  }

  .header-phones-dropdown .phone:hover {
    color: #DF2C9D;
  }

  .phone:hover {
    text-decoration: none;
  }

  .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: #2b343c;
  }

  form .form-note a:hover,form .gui-details a:hover {
    color: #a71e25;
  }

  .cart-products .cart-title:hover {
    color: #DF2C9D;
  }

  .cart-products .remove:hover {
    color: #FF0000;
  }

  .cart-buy-block .btn-back:hover {
    color: #2b343c;
  }

  .cart-buy-block .btn-back:hover .text {
    color: #2b343c;
    border-color: #2b343c;
  }

  .customer-order-products .product .product-title:hover {
    color: #2b343c;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .tab-content .collapse {
    display: block;
  }
}

@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: 1199px) {
  #page-header .header-phones-dropdown:hover .phone::after {
    background-image: url("/themes/default/dist/images/header-phone-hover.svg");
  }

  #page-header .header-phones-dropdown:hover {
    background-color: #fff;
  }

  #page-header .header-phones-dropdown:hover .dropdown-phones {
    padding-top: 20px;
    opacity: 1;
    overflow: visible;
    font-size: 14px;
  }
}

@media (pointer: fine) and (min-width: 1200px) {
  .header-phones-dropdown:hover .dropdown-phones {
    max-height: 500px;
    opacity: 1;
    z-index: 1;
  }

  .language:hover .lang-list {
    opacity: 1;
    max-height: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .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 (min-width: 1200px) {
  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item:hover .menu-static-hover {
    height: 100%;
    opacity: 1;
  }

  #page-header .menu-static-item.menu-static-item1 .menu-static-item__span::after {
    content: none;
  }

  #page-header .menu-static-item {
    position: relative;
  }

  #page-header .menu-static-item .menu-static-item__span {
    border-radius: 108px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }

  #page-header .menu-static-item .menu-static-item__span::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    background-image: url("/themes/default/dist/images/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  #page-header .menu-static-item .menu-static-item__span:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding-right: 77px;
  }

  #page-header .menu-static-item .menu-static-item__span:hover::after {
    background-color: #dddddd;
    right: 10px;
    opacity: 1;
  }

  .container {
    max-width: 1600px;
  }

  .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 (max-width: 1600px) {
  .fixed-link {
    display: none;
  }
}

@media (max-width: 1500px) {
  #page-footer .footer-bottom-text .box-text::before {
    width: 40%;
  }

  #page-footer .footer-bottom-text .box-text::after {
    width: 40%;
  }
}

@media (max-width: 1440px) {
  .product-page .light-slider-next {
    bottom: 20px;
  }

  .product-page .card-item .price-block .price {
    font-size: 20px;
  }

  .product-page .card-right .page-title {
    font-size: 30px;
    line-height: 34px;
  }

  .product-page .card-right .page-title h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .product-page .callbackForm-container .control-group:nth-child(2) {
    width: 50%;
    margin: 0;
  }

  .product-page .callbackForm-container .control-group {
    width: 48%;
    margin-right: 2%;
  }

  .product-page .callbackForm-container .btn-submit-wrapper {
    margin-top: 20px;
    width: 100%;
  }

  .product-page .callbackForm-container .btn-submit-wrapper .btn {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1400px) {
  .box__category-products .category-catalog {
    padding: 30px 20px;
  }

  .contacts .contact-page .block-info .info-title {
    width: 27%;
  }

  .contacts .contact-page .block-info .info-title::before {
    content: none;
  }

  .contacts .contact-page .block-info .contacts-address::before {
    content: none;
  }

  #page-content.category .catalog-list .product-card-wrapper .product-button a {
    opacity: 1;
    z-index: 1;
  }

  #page-content.category .catalog-list .product-card-wrapper:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #DDDDDD;
  }

  #page-content.category .catalog-list .product-card-wrapper {
    padding: 0;
  }

  #page-content.category .category-product {
    padding: 30px 20px;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-title {
    left: 20px;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-text-wrapper {
    padding: 0 20px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item {
    padding-left: 10px;
  }
}

@media (max-width: 1399px) {
  .page-plasma-cutting-metal .block-emploers .section-our-team .section-our-team__title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .block-map .title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .block-questions .title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .block-gallery .title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .block-reviews .title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item:nth-child(2) {
    border-right: none;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item:nth-child(3) {
    border-top: 1px solid #EBEBEB;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item:last-child {
    border-top: 1px solid #EBEBEB;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item {
    width: 50%;
  }

  .page-plasma-cutting-metal .block-materials .materials-list .materials-item .materials-title {
    font-size: 16px;
    line-height: 20px;
  }

  .page-plasma-cutting-metal .trust_my .block-title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li span {
    font-size: 16px;
    line-height: 20px;
  }

  .page-plasma-cutting-metal .block-delivery-services .title {
    font-size: 26px;
  }

  .page-plasma-cutting-metal .block-delivery-services .services .img-wrap {
    padding: 0 20px;
  }
}

@media (max-width: 1350px) {
  .how_it_works .tabs .tabs__caption_trust li {
    height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .how_it_works .tabs .tabs__caption_trust li span {
    font-size: 18px;
  }

  #page-content.about .works .tabs .tabs__caption_trust li {
    height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  #page-content.about .works .tabs .tabs__caption_trust li span {
    font-size: 18px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust li {
    height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust li span {
    font-size: 16px;
  }
}

@media (max-width: 1340px) {
  #page-header .header__menu-static .menu-static-item {
    padding: 12px 30px;
  }

  #page-header .header__menu-static .menu-static-item:hover {
    padding-right: 50px;
  }

  #page-header .header__menu-static .menu-static-item__span {
    font-size: 14px;
  }

  #page-header .logo {
    height: 100%;
    padding: 10px 0;
  }

  #page-header .logo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  #page-header .container-my {
    height: 110px;
  }

  .first__block .text h1 {
    font-size: 55px;
    line-height: 68px;
  }

  .first__block .text h2 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (max-width: 1300px) {
  .box__category-products .category-catalog {
    margin-top: 221px;
  }

  .box__category-products .category-catalog .block-title {
    white-space: nowrap;
  }

  .box__category-products .catalog-item .block-title-wrapper {
    margin-top: 70px;
  }

  .box__category-products .catalog-item .box__category-item .category-item {
    width: 49%;
  }

  .box__category-products .catalog-item .box__category-item .box-link {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .menu-static-item.menu-static-item1 {
    display: none !important;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item.sub-in.active::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #FF9900;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item.sub-in.active .menu-static-hover {
    height: 100%;
    opacity: 1;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item.sub-in {
    position: relative;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item.sub-in::before {
    content: '\e87c';
    font-family: "fontello";
    position: absolute;
    right: 14px;
    font-size: 12px;
  }

  #page-footer .footer-bottom-text .box-text::before {
    width: 30%;
  }

  #page-footer .footer-bottom-text .box-text::after {
    width: 30%;
  }

  #page-footer .container-my {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #page-footer .container-my .footer-contacts {
    width: 100%;
    margin-bottom: 20px;
  }

  #page-footer .container-my .footer-catalog,#page-footer .container-my .footer-services,#page-footer .container-my .footer-menu {
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 20px;
    padding-top: 0;
  }

  #page-footer .container-my .footer-catalog .title.active,#page-footer .container-my .footer-services .title.active,#page-footer .container-my .footer-menu .title.active {
    color: #FF9900;
  }

  #page-footer .container-my .footer-catalog .title.active::before,#page-footer .container-my .footer-services .title.active::before,#page-footer .container-my .footer-menu .title.active::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  #page-footer .container-my .footer-catalog .title,#page-footer .container-my .footer-services .title,#page-footer .container-my .footer-menu .title {
    margin-bottom: 0;
    position: relative;
  }

  #page-footer .container-my .footer-catalog .title::before,#page-footer .container-my .footer-services .title::before,#page-footer .container-my .footer-menu .title::before {
    content: '\e87c';
    font-family: "fontello";
    position: absolute;
    right: 0;
  }

  #page-footer .container-my .footer-catalog .title::after,#page-footer .container-my .footer-services .title::after,#page-footer .container-my .footer-menu .title::after {
    content: none;
  }

  #page-footer .container-my .footer-catalog .footer-list,#page-footer .container-my .footer-services .footer-list,#page-footer .container-my .footer-menu .footer-list {
    display: none;
  }

  #page-footer .container-my .footer-catalog .footer-list.active {
    display: block;
  }

  #page-footer .container-my .footer-services .footer-list.active {
    display: block;
  }

  #page-footer .container-my .footer-menu .footer-list.active {
    display: block;
  }

  #page-footer .container-my .footer-contacts .list-unstyled .stores-item-address {
    max-width: 100%;
  }

  #page-footer .container-my .footer-contacts .list-unstyled .stores-item-address::before {
    top: 3px;
  }

  #page-footer .container-my .footer-contacts .footer-social {
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #page-footer .container-my .footer-contacts .footer-social .title {
    max-width: 100%;
    margin-right: 20px;
  }

  .box__category-products .catalog-item .box__category-item .category-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .box__category-products .catalog-item .block-title-wrapper {
    position: relative;
  }

  .box__category-products .catalog-item .block-title-wrapper .block-title {
    margin-bottom: 20px;
  }

  .box__category-products .box-category {
    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;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
    z-index: 3;
    background-color: #fff;
  }

  .box__category-products .box-category i {
    margin-left: 10px;
  }

  .box__category-products .box-category .box-category__title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
  }

  .box__category-products .box-category .category-catalog {
    display: none;
    position: absolute;
    width: 320px;
    background: #fff;
    max-width: none;
    margin: 0;
    padding: 30px 20px;
    z-index: 3;
    top: 40px;
    border-color: #FF9900;
  }

  .box__category-products .box-category .category-catalog .block-title-wrapper {
    display: none !important;
  }

  .box__category-products .box-category .category-catalog::before {
    content: none;
  }

  .box__category-products .box-category .category-catalog::after {
    content: none;
  }

  .box__category-products .box-category.active {
    color: #FF9900;
  }

  .box__category-products .box-category.active i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .box__category-products .box-category.active .category-catalog {
    display: block;
  }

  .box__category-products .catalog-item {
    max-width: 100%;
    margin-left: 0;
  }

  .box__category-products .catalog-item .block-title-wrapper {
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .box__category-products .catalog-item .block-title-wrapper .block-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .box__category-products .catalog-item .box__category-item .category-item {
    padding: 0;
    margin-bottom: 17px;
  }

  .box__category-products .catalog-item .box__category-item .category-item .product-card-buy {
    z-index: 1;
    opacity: 1;
  }

  #is_guarantee {
    display: none;
  }

  .block__products-with-price .tabs .tabs__content .product-card {
    padding: 0;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
    margin: 0;
    margin-bottom: 15px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay {
    opacity: 1;
  }

  .how_it_works .tabs .tabs__content_trust {
    padding-left: 30px;
  }

  .main-blog .article-list .article-item {
    padding: 0;
  }

  .main-blog .article-list .article-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .main-blog .article-list .article-item .article-link {
    opacity: 1;
  }

  .block-project .title {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .block-project .first-slider-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-project .first-slider-wrapper .first-slider {
    width: 100%;
  }

  .block-project .first-slider-wrapper .img-wrap-all {
    border: none;
    width: 100%;
    background-image: none;
    height: auto;
    margin-top: 40px !important;
  }

  .block-project .first-slider-wrapper .img-wrap-all a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #FF9900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 60px;
    width: auto;
    margin: 0 auto;
    padding: 13px 20px 13px 45px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }

  .block-project .first-slider-wrapper .img-wrap-all a i {
    margin: 0;
    margin-left: 10px;
  }

  .contacts .contact-page .block-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .contacts .contact-page .block-info .phones {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 29px;
  }

  .contacts .contact-page .block-info .phones::before {
    left: 0;
  }

  .contacts .contact-page .block-info .contacts-address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }

  .contacts .contact-page .block-info .contacts-address .contacts-address-box {
    margin: 0;
  }

  .contacts .contact-page .block-info .info-title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    padding: 0;
  }

  .contacts .contact-page .block-info .info-title .footer-social {
    margin: 0;
    max-width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .contacts .contact-page .block-info .info-title .footer-social .title {
    margin-right: 30px;
  }

  body #wrapper #page-content .structure-form .page-title-wrapper .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }

  .product-page .product-gallery .lSPager {
    height: 70px !important;
  }

  .product-page .product-gallery .lSPager li {
    height: 100%;
  }

  .product-page .product-gallery .lSPager li a {
    height: 100%;
  }

  .product-page .product-gallery .lSPager li a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .product-page ul {
    height: auto !important;
  }

  .product-page ul li a img {
    margin: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }

  .product-page .structure-form-box .page-title-wrapper .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }

  .structure-form-box .page-title-wrapper .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }

  #page-content.about #company-works {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #page-content.about #company-works .block-content-about {
    width: 100%;
  }

  #page-content.about #company-works .block-content.text-formatted {
    width: 100%;
  }

  #page-content.about #company .main-utp {
    overflow-x: scroll;
    margin-top: 0;
  }

  #page-content.about #company .main-utp .item-content .utp-item .utp-text-wrapper strong {
    font-size: 40px;
    line-height: 40px;
  }

  #page-content.about .works .tabs .tabs__content_trust {
    padding-left: 30px;
  }

  #page-content.about .structure-form-box .page-title-wrapper .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }

  #page-content.category .category-right {
    width: 100%;
  }

  #page-content.category .box-title {
    position: relative;
  }

  #page-content.category .box-title .sort-wrapper .jq-selectbox__select {
    padding: 11px 50px 11px 24px;
  }

  #page-content.category .box-title .page-title {
    margin-left: auto;
    margin-right: 20px;
  }

  #page-content.category .box-category.active .page-aside {
    display: block;
  }

  #page-content.category .box-category.active {
    color: #FF9900;
  }

  #page-content.category .box-category.active i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  #page-content.category .box-category {
    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;
    left: 0;
    top: 10px;
    z-index: 3;
    background-color: #fff;
  }

  #page-content.category .box-category i {
    margin-left: 10px;
  }

  #page-content.category .box-category .box-category__title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
  }

  #page-content.category .box-category .page-aside {
    display: none;
    position: absolute;
    min-width: 300px;
    z-index: 3;
    top: 40px;
    background: #fff;
    margin: 0;
  }

  #page-content.category .box-category .page-aside .block-title {
    display: none;
  }

  #page-content.category .box-category .page-aside .category-product {
    border-color: #FF9900;
  }

  #page-content.category .box-category .page-aside .category-product::before {
    content: none;
  }

  #page-content.category .box-category .page-aside .category-product::after {
    content: none;
  }

  #page-content.category .catalog-list .product-card-wrapper {
    padding: 0;
  }

  #page-content.category .category-product {
    padding: 30px 20px;
  }

  .page-articles-list .article-list-wrapper .article-description .article-link {
    opacity: 1;
  }

  .page-article .page-article__text img {
    width: 32% !important;
    margin: 0px 6px;
  }

  .page-article .date {
    margin-top: 0;
    padding: 5px 14px;
  }

  .page-article .page-article-content .container-article .page-title {
    font-size: 34px;
    line-height: 40px;
  }

  .page-article .page-article-content .container-article .image {
    max-width: 50%;
    margin-bottom: 0;
  }

  .page-article .category-product .product-card .product-description .product-bay {
    opacity: 1;
  }

  .page-article .product-card {
    padding: 0;
  }

  .page-article .product-card .product-img-wrapper {
    margin: 0;
    margin-bottom: 15px;
  }

  .page-regular.main-usluga #service-step2 .block-title {
    margin-top: 40px;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item {
    width: 49%;
    max-width: 100%;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-text-wrapper {
    margin: 0 0;
    padding: 0 20px;
  }

  .page-regular.main-usluga #service-step1 .bg {
    top: 0;
    height: 100%;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    width: 50%;
    margin-bottom: 15px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text div {
    padding-top: 50px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  #page-header .header__menu-static .menu-static-item .menu-static-down {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #page-header .header-phones-dropdown.active {
    border-color: #FF9900;
  }

  #page-header .header-phones-dropdown .dropdown-phones.active {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    padding-top: 20px;
    font-size: 14px;
  }

  #page-header .header-phones-dropdown .phone {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header-phones-dropdown .phone::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header-phones-dropdown .phone.active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header-phones-dropdown .phone.active::after {
    background-image: url("/themes/default/dist/images/header-phone-hover.svg");
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header-phones-dropdown .dropdown-phones {
    left: -22px;
    top: 45px;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form {
    background: #EEEEEE;
    padding: 13px 20px 20px;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-title.text-center {
    text-align: start !important;
    font-size: 11px;
    line-height: 14px;
    color: #272727;
    margin-bottom: 11px;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .btn-submit-wrapper .btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    background: #FF9900;
    border: 1px solid #FF9900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 60px;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .control-label {
    display: none;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control {
    width: 100%;
    height: auto;
    line-height: 27px;
    font-size: 12px;
    padding-left: 30px;
    border: none;
    border-bottom: 2px solid #96989D;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 9px;
    margin-bottom: 15px;
    background: transparent;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control::-webkit-input-placeholder {
    color: #96989D;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control::-moz-placeholder {
    color: #96989D;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control:-ms-input-placeholder {
    color: #96989D;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .form-control::placeholder {
    color: #96989D;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .control-group:nth-child(2) .controls {
    position: relative;
  }

  #page-header .header-phones-dropdown .dropdown-phones .callbackForm-container form .control-group:nth-child(2) .controls::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 14px;
    background-image: url("/themes/default/dist/images/phone.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    top: 13px;
    left: 7px;
  }

  #page-header .burger__menu.active {
    border-color: #FF9900;
  }

  #page-header .burger__menu.active .ic-burger-1 {
    display: none;
  }

  #page-header .burger__menu.active .ic-close {
    display: block;
    color: #FF9900;
  }

  #page-header .logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .box-header__item {
    padding-top: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header-phones-dropdown {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header__menu-static {
    margin: 0 -15px;
    margin-top: -15px;
    padding-top: 15px;
    background: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header__menu-static .menu-static-item.active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-right: 0;
  }

  #page-header .header__menu-static .menu-static-item.active .menu-static-item__span {
    font-weight: 600;
  }

  #page-header .header__menu-static .menu-static-item.active .menu-static-item__span::before {
    color: #FF9900;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  #page-header .header__menu-static .menu-static-item {
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #272727;
    border-color: #272727;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  #page-header .header__menu-static .menu-static-item:hover {
    padding-right: 0;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-item__span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    display: block;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-item__span::before {
    content: '\e87c';
    font-family: "fontello";
    position: absolute;
    right: 0;
    font-size: 12px;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: static;
    background-color: transparent;
    padding: 0;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item {
    padding-left: 0;
    list-style-type: disc;
    margin-left: 16px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item::after {
    content: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header__menu-static .menu-static-item .menu-static-down .menu-static-down-item .menu-static-hover {
    list-style: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .header__menu-static .menu-static-item:last-child {
    border: none;
    margin-bottom: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .language {
    color: #272727;
    border-color: #272727;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .language .current-lang {
    display: none;
  }

  #page-header .language .list-unstyled.lang-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    max-height: 100%;
    overflow: visible;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .language .list-unstyled.lang-list .lang-item .lang-link.active {
    border: 1px solid #272727;
    color: #272727;
  }

  #page-header .language .list-unstyled.lang-list .lang-item {
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    font-size: 12px;
    background: transparent;
    margin-right: 5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .language .list-unstyled.lang-list .lang-item 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #96989D;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
  }

  #page-header .burger__menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .burger__menu .burger__menu-list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .burger__menu.active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .burger__menu.active .burger__menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px 15px;
    background: #F5F5F5;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-width: 310px;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .burger__menu.active .burger__menu-list .burger__menu-list-box {
    padding-top: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DDDDDD;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .burger__menu.active .burger__menu-list .burger__menu-list-box li {
    list-style: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #page-header .burger__menu.active .burger__menu-list .burger__menu-list-box li a {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  #page-header .header__menu-static {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .empty-text {
    margin-bottom: 100px;
  }

  .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-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li {
    padding: 20px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li::after {
    font-size: 41px;
    line-height: 41px;
    top: 8px;
    right: 10px;
  }

  .page-plasma-cutting-metal .block-materials {
    margin-bottom: 65px;
  }

  .page-plasma-cutting-metal .block-video {
    margin-bottom: 40px;
  }

  .page-plasma-cutting-metal .block-video .title {
    font-size: 20px;
    line-height: 30px;
    padding: 17px 25px;
    top: -21px;
    left: 44px;
  }

  .page-plasma-cutting-metal .block-video .video iframe {
    height: 500px;
  }

  .page-plasma-cutting-metal .block-price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-plasma-cutting-metal .block-price-list .price-list,.page-plasma-cutting-metal .block-price-list .order-miscalculation {
    width: 100%;
  }

  .page-plasma-cutting-metal .block-services-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-plasma-cutting-metal .block-services-description .service-description {
    width: 100%;
    margin-bottom: 40px;
  }

  .page-plasma-cutting-metal .block-services-description .service-description-img {
    width: 100%;
  }

  .page-plasma-cutting-metal .block-services-description .service-description-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .page-plasma-cutting-metal .block-materials .materials-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-plasma-cutting-metal .block-materials .materials-list .materials-item:last-child {
    margin-right: 2%;
  }

  .page-plasma-cutting-metal .block-materials .materials-list .materials-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

@media (max-width: 1140px) {
  .first__block .text h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .first__block .text h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .how_it_works .tabs .tabs__caption_trust {
    overflow: scroll;
  }

  .how_it_works .tabs .tabs__caption_trust li {
    min-width: 200px;
    margin-right: 15px;
  }

  #page-content.about .works .tabs .tabs__caption_trust {
    overflow: scroll;
  }

  #page-content.about .works .tabs .tabs__caption_trust li {
    min-width: 200px;
    margin-right: 15px;
    margin-left: 0;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust {
    overflow: scroll;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust li {
    min-width: 200px;
    margin-right: 15px;
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .block__services .title {
    margin-bottom: 35px;
    margin-top: 60px;
  }

  .block__services .main-banner .item {
    width: 49%;
  }
}

@media (max-width: 1070px) {
  .main-bottom-text .text-in-main h2 {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .product-page .callbackForm-container {
    padding: 15px;
  }

  .product-page .callbackForm-container .form-title {
    margin-bottom: 10px;
  }

  .product-page .callbackForm-container .control-group:nth-child(2) {
    width: 100%;
  }

  .product-page .callbackForm-container .control-group {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .box__category-products .catalog-item .box__category-item {
    margin-bottom: 17px;
  }

  .box__category-products .catalog-item .box__category-item .box-link {
    width: 100%;
    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;
  }

  .trust-my .tabs .tabs__content_trust {
    padding-right: 46px;
    padding-left: 14px;
  }

  .trust-my .tabs .tabs__content_trust::before {
    bottom: 16px;
    top: auto;
  }

  .trust-my .tabs .tabs__content_trust::after {
    top: 0;
    left: 14px;
  }

  .trust-my .tabs .tabs__caption_trust {
    overflow: scroll;
  }

  .trust-my .tabs .tabs__caption_trust .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .trust-my .tabs .tabs__caption_trust li {
    min-width: 200px;
    padding: 11px 18px;
  }

  #individual_project {
    margin-top: 50px;
  }

  #individual_project .block-title {
    font-size: 40px;
  }

  #question .page-title-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

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

  #question .box-form {
    width: 100%;
  }

  #question .map {
    width: 100%;
    height: 400px;
  }

  #question .form-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #question .callback-form {
    padding: 30px 20px;
  }

  #question .form-control {
    margin-bottom: 30px;
  }

  .main-blog .article-list .article-item {
    width: 49%;
  }

  .contacts .contact-page .page-title-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .contacts .contact-page .block-title {
    margin-bottom: 30px;
  }

  .contacts .contact-page .box-form {
    width: 100%;
  }

  .contacts .contact-page .box-map {
    width: 100%;
    height: 400px;
  }

  .contacts .contact-page .form-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .contacts .contact-page .callback-form {
    padding: 30px 20px;
  }

  .contacts .contact-page .form-control {
    margin-bottom: 30px;
  }

  body #wrapper #page-content .structure-form .page-title-wrapper .text-content .title {
    font-size: 40px;
  }

  .product-page .trust_my .tabs .tabs__content_trust {
    padding-right: 46px;
    padding-left: 14px;
  }

  .product-page .trust_my .tabs .tabs__content_trust::before {
    bottom: 16px;
    top: auto;
  }

  .product-page .trust_my .tabs .tabs__content_trust::after {
    top: 0;
    left: 14px;
  }

  .product-page .trust_my .tabs .tabs__caption_trust {
    overflow: scroll;
  }

  .product-page .trust_my .tabs .tabs__caption_trust .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-page .trust_my .tabs .tabs__caption_trust li {
    min-width: 200px;
    padding: 11px 18px;
  }

  .product-page .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 40px;
  }

  .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 40px;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust {
    padding-right: 46px;
    padding-left: 14px;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust::before {
    bottom: 16px;
    top: auto;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust::after {
    top: 0;
    left: 14px;
  }

  #page-content.about .trust-my-about .tabs .tabs__caption_trust {
    overflow: scroll;
  }

  #page-content.about .trust-my-about .tabs .tabs__caption_trust .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #page-content.about .trust-my-about .tabs .tabs__caption_trust li {
    min-width: 200px;
    padding: 11px 18px;
  }

  #page-content.about .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 40px;
  }

  #page-content.category .catalog-list .product-card-wrapper .product-button a {
    max-width: 170px;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  #page-content.category .box-category {
    top: 8px;
  }

  #page-content.category .box-title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #page-content.category .box-title .page-title {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
  }

  #page-content.category .box-title .sort-wrapper {
    margin-left: auto;
  }

  .page-articles-list .article-list-wrapper .article-item {
    width: 49%;
  }

  .page-articles-list .rubrics {
    overflow-x: scroll;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .page-articles-list .rubrics a {
    white-space: nowrap;
    margin: 0 20px;
  }

  .page-article .page-article-content {
    padding: 30px 0;
  }

  .page-article .page-article__text img {
    width: 48% !important;
    max-height: 280px;
    margin-bottom: 12px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .block-img-utp {
    width: 100%;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text p {
    margin-right: 0;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .box-video {
    width: 100%;
    margin-top: 30px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text {
    width: 100%;
    padding-bottom: 20px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text div {
    padding-top: 20px;
  }

  .our-work .nth-wrap .gallery-block {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .our-work .nth-wrap .gallery-block:nth-of-type(3n) {
    margin-right: auto;
  }

  .page-plasma-cutting-metal .block-questions .question-block.active .question {
    font-size: 18px;
  }

  .page-plasma-cutting-metal .block-questions .question {
    padding: 15px 60px 15px 20px;
    font-size: 18px;
  }

  .page-plasma-cutting-metal .block-questions .answer {
    padding: 0 20px;
  }

  .page-plasma-cutting-metal .block-delivery-services .services {
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .page-plasma-cutting-metal .block-delivery-services .services .img-wrap {
    min-width: 144px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap {
    padding: 20px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .value-price {
    font-size: 24px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-price .box-price-title {
    font-size: 14px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap .box-btn .works-click {
    padding: 5px 20px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content-number {
    font-size: 40px;
    line-height: 42px;
    margin-right: 10px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content {
    padding: 20px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust {
    overflow-x: auto;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust .active-trust::before {
    content: none;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li {
    min-width: 173px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li span {
    font-size: 14px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__caption_trust li img {
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
  }
}

@media (max-width: 991px) {
  .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-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);
  }
}

@media (max-width: 900px) {
  #page-content.about #company .main-utp {
    overflow-x: scroll;
    margin-top: 0;
  }

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

  #page-content.about #company .main-utp .item-content {
    width: auto;
  }

  #page-content.about #company .main-utp .item-content .utp-item .utp-text-wrapper {
    min-width: 172px;
    margin-right: 30px;
  }

  #page-content.about #company .main-utp .item-content .utp-item .utp-text-wrapper strong {
    font-size: 40px;
    line-height: 40px;
  }

  #page-content.about .section-our-team .section-our-team__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 890px) {
  .first__block .text h1 {
    font-size: 39px;
    line-height: 47px;
  }

  .first__block .text h2 {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 860px) {
  .main-bottom-text h2 {
    font-size: 22px;
  }

  .main-bottom-text .text-in-main h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .main-bottom-text p {
    margin-bottom: 10px;
    padding-right: 15px;
  }
}

@media (max-width: 850px) {
  .block__products-with-price .block-title {
    margin-top: 50px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .product-page #reviews-acc-new #hiddenReviewForm .control-group:nth-child(7) {
    width: 100%;
  }

  .product-page #reviews-acc-new #hiddenReviewForm .control-group:nth-child(8) {
    width: 100%;
  }

  .fancybox-slide #hiddenReviewForm .control-group:nth-child(7) {
    width: 100%;
  }

  .fancybox-slide #hiddenReviewForm .control-group:nth-child(8) {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .header-social {
    display: none;
  }

  .box__category-products .catalog-item .box__category-item .category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .box__category-products .catalog-item .box__category-item .category-item .product-card-link img {
    height: auto;
  }

  .box__category-products .catalog-item .box__category-item .category-item .product-card-buy {
    width: auto;
    padding: 9px 30px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }

  .block__services .main-banner .item .img-wrap .text {
    height: 50px;
    font-size: 16px;
  }

  #individual_project {
    height: auto;
    padding-top: 70px;
  }

  #individual_project .block-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #individual_project .block-content .btn {
    font-size: 14px;
    padding: 15px 34px;
  }

  .fancybox-slide #consultForm {
    padding-top: 65px;
    padding-bottom: 30px;
  }

  .fancybox-slide #consultForm .form-title .title {
    font-size: 30px;
    line-height: 38px;
  }

  .fancybox-slide #consultForm .form-title .text {
    font-size: 14px;
  }

  .how_it_works .tabs .tabs__content_trust.active-trust {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .how_it_works .tabs .tabs__content_trust {
    padding-top: 20px;
    padding-right: 30px;
  }

  .how_it_works .tabs .tabs__content_trust .block-content {
    width: 100%;
  }

  .how_it_works .tabs .tabs__content_trust .block-content h4 {
    right: auto;
    left: 30px;
    bottom: 20px;
  }

  .how_it_works .tabs .tabs__content_trust .box-btn {
    width: 100%;
    text-align: start;
    margin-top: 25px;
  }

  .contacts .contact-page .page-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .contacts .contact-page .form-title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contacts .contact-page .form-title .text {
    font-size: 14px;
  }

  .contacts .contact-page .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .contacts .contact-page .form-control {
    margin-bottom: 20px;
  }

  .contacts .contact-page .callback-form {
    padding: 30px 20px;
  }

  .contacts .contact-page .page-title-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .contacts .contact-page .page-title-wrapper .box-form {
    width: 100%;
  }

  .contacts .contact-page .page-title-wrapper .box-map {
    width: 100%;
    height: 400px;
  }

  body #wrapper #page-content .main-text.main-bottom-text {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  body #wrapper #page-content .main-text.main-bottom-text .structure-form-text .answer {
    padding: 19px 15px 19px;
  }

  body #wrapper #page-content .main-text.main-bottom-text .structure-form-text .question {
    font-size: 16px;
    padding: 20px 15px;
    padding-right: 40px;
  }

  body #wrapper #page-content .main-text.main-bottom-text .structure-form-text .question::after {
    right: 10px;
  }

  body #wrapper #page-content .main-text.main-bottom-text .structure-form-text .questions-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  body #wrapper #page-content .main-text.main-bottom-text .text-formatted .text-in-main {
    font-size: 22px;
    margin-bottom: 20px;
  }

  body #wrapper #page-content .structure-form {
    padding: 40px 15px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .btn-submit-wrapper {
    margin-top: 30px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .btn-submit-wrapper .btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .form-title {
    margin-bottom: 25px;
  }

  body #wrapper #page-content .structure-form .row {
    margin: 0;
  }

  body #wrapper #page-content .structure-form .page-title-wrapper .text-content .title {
    font-size: 30px;
  }

  .product-page .card-right .card-item {
    margin-top: 15px;
  }

  .product-page #characteristic-acc .characteristics-item .characteristics-title {
    width: 100%;
  }

  .product-page #reviews-acc-new {
    border: none;
    margin-top: 0;
  }

  .product-page #reviews-acc-new .product-rate .review-block {
    font-size: 22px;
  }

  .product-page #reviews-acc-new .product-rate .btn {
    padding: 6px 25px 5px 40px;
  }

  .product-page #reviews-acc-new .product-rate .btn::after {
    left: 19px;
  }

  .product-page #reviews-acc-new .review-content {
    margin-top: 10px;
  }

  .product-page #reviews-acc-new .review-item {
    padding: 20px;
  }

  .product-page #reviews-acc-new .review-item .review-info .review-name {
    margin-bottom: 5px;
  }

  .product-page #reviews-acc-new .review-item::after {
    width: 86px;
    height: 70px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 15px;
    left: 11px;
  }

  .product-page .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-page .box-content-opis.active .text-formatted {
    max-height: 100%;
    overflow-y: scroll;
    opacity: 1;
    margin-top: 10px;
  }

  .product-page .box-content-opis {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }

  .product-page .box-content-opis .text-formatted {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .product-page .box-content-opis .text-formatted h4 {
    display: none;
  }

  .product-page .box-content-oplata.active .tab-payment {
    max-height: 100%;
    opacity: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }

  .product-page .box-content-oplata .tab-payment {
    max-height: 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0px;
  }

  .product-page .box-content-develary.active .tab-warranty {
    max-height: 100%;
    opacity: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }

  .product-page .box-content-develary .tab-warranty {
    max-height: 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0px;
  }

  .product-page .trigger-trust-wrap {
    display: none;
  }

  .product-page .box-content-opis,.product-page .box-content-oplata,.product-page .box-content-develary {
    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-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .product-page .box-content-opis .box-text.active,.product-page .box-content-oplata .box-text.active,.product-page .box-content-develary .box-text.active {
    color: #FF9900;
  }

  .product-page .box-content-opis .box-text.active i,.product-page .box-content-oplata .box-text.active i,.product-page .box-content-develary .box-text.active i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .product-page .box-content-opis .box-text,.product-page .box-content-oplata .box-text,.product-page .box-content-develary .box-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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-page .box-content-opis .title,.product-page .box-content-oplata .title,.product-page .box-content-develary .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 21px;
  }

  .product-page .box-content-opis i,.product-page .box-content-oplata i,.product-page .box-content-develary i {
    margin-left: auto;
  }

  .product-page .tab-content.accordion .tab-pane {
    display: block !important;
    opacity: 1;
  }

  .product-page .nav-tabs-wrap.d-none {
    display: none !important;
  }

  .product-page .product-gallery {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-page .product-gallery .page-title {
    font-size: 30px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Cormorant SC', serif;
    font-weight: 700;
  }

  .product-page .product-gallery .review-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;
    font-size: 12px;
    margin-bottom: 17px;
  }

  .product-page .product-gallery .review-block .amount {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-decoration: underline;
  }

  .product-page .product-gallery .review-block .amount span {
    font-weight: 600;
  }

  .product-page .card-right {
    margin-top: 15px;
    padding: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-page .main-text.main-bottom-text {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .product-page .main-text.main-bottom-text .structure-form-text .answer {
    padding: 19px 15px 19px;
  }

  .product-page .main-text.main-bottom-text .structure-form-text .question {
    font-size: 16px;
    padding: 20px 15px;
    padding-right: 40px;
  }

  .product-page .main-text.main-bottom-text .structure-form-text .question::after {
    right: 10px;
  }

  .product-page .main-text.main-bottom-text .structure-form-text .questions-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product-page .main-text.main-bottom-text .text-formatted .text-in-main {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product-page .structure-form-box {
    padding: 40px 15px;
  }

  .product-page .structure-form-box .structure-form-content .btn-submit-wrapper {
    margin-top: 30px;
  }

  .product-page .structure-form-box .structure-form-content .btn-submit-wrapper .btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  .product-page .structure-form-box .structure-form-content .form-title {
    margin-bottom: 25px;
  }

  .product-page .structure-form-box .row {
    margin: 0;
  }

  .product-page .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 30px;
  }

  .structure-form-box {
    padding: 40px 15px;
  }

  .structure-form-box .structure-form-content .btn-submit-wrapper {
    margin-top: 30px;
  }

  .structure-form-box .structure-form-content .btn-submit-wrapper .btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  .structure-form-box .structure-form-content .form-title {
    margin-bottom: 25px;
  }

  .structure-form-box .row {
    margin: 0;
  }

  .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 30px;
  }

  #page-content.about #company .page-img-wrapper {
    min-height: 266px;
  }

  #page-content.about #company .page-img-wrapper img {
    min-height: 266px !important;
    max-height: 266px;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #page-content.about #company .box-text h1 {
    font-size: 36px;
  }

  #page-content.about #company .box-text p {
    font-size: 16px;
  }

  #page-content.about #company-works .block-content.text-formatted {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #page-content.about #company-works .block-content.text-formatted .page-img-wrapper {
    width: 100%;
    margin: 0;
    max-height: 400px;
  }

  #page-content.about #company-works .block-content.text-formatted .page-img-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #page-content.about #company-works .block-content.text-formatted .main-utp {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  #page-content.about .works .tabs .tabs__content_trust.active-trust {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #page-content.about .works .tabs .tabs__content_trust {
    padding-top: 20px;
    padding-right: 30px;
  }

  #page-content.about .works .tabs .tabs__content_trust .block-content {
    width: 100%;
  }

  #page-content.about .works .tabs .tabs__content_trust .block-content h4 {
    right: auto;
    left: 30px;
    bottom: 20px;
  }

  #page-content.about .works .tabs .tabs__content_trust .box-btn {
    width: 100%;
    text-align: start;
    margin-top: 25px;
  }

  #page-content.about .section-our-team .conatiner-slider .info .info__position {
    font-size: 14px;
    margin-bottom: 15px;
  }

  #page-content.about .section-our-team .conatiner-slider .detailed-info {
    padding: 10px;
  }

  #page-content.about .section-our-team .conatiner-slider .detailed-info .detailed-info__description p {
    font-size: 11px;
  }

  #page-content.about .main-text.main-bottom-text {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  #page-content.about .main-text.main-bottom-text .structure-form-text .answer {
    padding: 19px 15px 19px;
  }

  #page-content.about .main-text.main-bottom-text .structure-form-text .question {
    font-size: 16px;
    padding: 20px 15px;
    padding-right: 40px;
  }

  #page-content.about .main-text.main-bottom-text .structure-form-text .question::after {
    right: 10px;
  }

  #page-content.about .main-text.main-bottom-text .structure-form-text .questions-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #page-content.about .main-text.main-bottom-text .text-formatted .text-in-main {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #page-content.about .structure-form-box {
    padding: 40px 15px;
  }

  #page-content.about .structure-form-box .structure-form-content .btn-submit-wrapper {
    margin-top: 30px;
  }

  #page-content.about .structure-form-box .structure-form-content .btn-submit-wrapper .btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  #page-content.about .structure-form-box .structure-form-content .form-title {
    margin-bottom: 25px;
  }

  #page-content.about .structure-form-box .row {
    margin: 0;
  }

  #page-content.about .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 30px;
  }

  .payment-and-delivery h2 {
    font-size: 30px;
    margin-top: 0;
  }

  .page-articles-list .page-title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .page-articles-list .page-title h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .page-articles-list .article-list-wrapper .article-item {
    padding: 0;
  }

  .page-articles-list .article-list-wrapper .article-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .page-articles-list .article-list-wrapper .article-item .article-data {
    margin-bottom: 15px;
    padding: 4px 10px;
  }

  .page-articles-list .article-list-wrapper .article-item .article-title {
    max-height: 39px;
    min-height: 39px;
    margin-bottom: 10px;
  }

  .page-articles-list .article-list-wrapper .article-item .article-title a {
    font-size: 16px;
  }

  .page-articles-list .article-list-wrapper .article-item .article-text {
    margin-bottom: 10px;
    line-height: 18px;
  }

  .page-articles-list .article-list-wrapper .article-item .article-img-wrapper .article-img {
    height: 275px;
  }

  .page-articles-list .article-list-wrapper .article-item {
    width: 100%;
  }

  .page-articles-list .rubrics {
    padding: 15px 0 10px;
  }

  .page-articles-list .rubrics a {
    font-size: 16px;
    margin: 0;
    margin-right: 25px;
  }

  .page-article .page-article-content .container-article .page-title {
    font-size: 30px;
    line-height: 36px;
  }

  .page-article .page-article-content .container-article .page-title h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust.active-trust {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust {
    padding-top: 20px;
    padding-right: 30px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content {
    width: 100%;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content h4 {
    right: auto;
    left: 30px;
    bottom: 20px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn {
    width: 100%;
    text-align: start;
    margin-top: 25px;
  }
}

@media (max-width: 770px) {
  #page-content.category .catalog-list .product-card-wrapper {
    width: 48%;
  }

  #page-content.category .catalog-list .product-card-wrapper .product-card .product-img-wrapper {
    max-height: 290px;
  }
}

@media (max-width: 767px) {
  .text-formatted img.image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .tab-content.accordion .tab-pane {
    display: block !important;
    opacity: 1;
  }

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

  .page-article .page-article-content .container-article .image {
    max-width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px;
  }

  .page-plasma-cutting-metal .page-content #main_desc p {
    font-size: 13px;
  }

  .page-plasma-cutting-metal .page-content #main_desc p em {
    font-size: 18px !important;
  }

  .page-plasma-cutting-metal .page-content #main_desc p strong {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 18px !important;
  }

  .page-plasma-cutting-metal .page-content #main_desc h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .page-plasma-cutting-metal .block-emploers .section-our-team .section-our-team__title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .page-plasma-cutting-metal .block-map .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .page-plasma-cutting-metal .block-questions .question-block.active .question {
    font-size: 14px;
    font-weight: 400;
  }

  .page-plasma-cutting-metal .block-questions {
    padding-bottom: 30px;
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .page-plasma-cutting-metal .block-questions .questions-btn {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 19px;
  }

  .page-plasma-cutting-metal .block-questions .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .page-plasma-cutting-metal .block-questions .question {
    font-size: 14px;
    padding: 15px 34px 15px 20px;
  }

  .page-plasma-cutting-metal .block-questions .question::after {
    right: 4px;
  }

  .page-plasma-cutting-metal .block-delivery-services .box-btn {
    margin-top: 20px;
  }

  .page-plasma-cutting-metal .block-delivery-services .box-btn .works-click {
    padding: 9px 25px;
  }

  .page-plasma-cutting-metal .block-gallery {
    padding: 25px 0;
    margin-bottom: 40px;
  }

  .page-plasma-cutting-metal .block-gallery .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-plasma-cutting-metal .block-gallery .img-wrap {
    width: 49%;
  }

  .page-plasma-cutting-metal .block-gallery .box-btn {
    margin-top: 20px;
  }

  .page-plasma-cutting-metal .block-gallery .box-btn .works-click {
    padding: 9px 25px;
  }

  .page-plasma-cutting-metal .block-delivery-services .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .page-plasma-cutting-metal .trust_my .block-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust .box-price-wrap {
    max-width: 100%;
  }

  .page-plasma-cutting-metal .trust_my .tabs .tabs__content_trust.active-trust {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-plasma-cutting-metal .block-bentfits-utp {
    margin-bottom: 30px;
  }

  .page-plasma-cutting-metal .block-price-list .price-list {
    overflow-x: auto;
  }

  .page-plasma-cutting-metal .block-price-list .price-list table {
    min-width: 600px;
  }

  .page-plasma-cutting-metal .block-price-list .price-list table td {
    font-size: 14px;
  }

  .page-plasma-cutting-metal .block-price-list .price-list table thead tr th:first-child {
    padding-left: 0;
  }

  .page-plasma-cutting-metal .block-price-list .price-list table td:first-child {
    padding-left: 20px;
  }

  .page-plasma-cutting-metal .page-title {
    font-size: 30px;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item {
    padding: 20px;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item .img-wrap {
    margin-right: 10px;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item .bentfits-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

@media (max-width: 750px) {
  #page-header .burger__menu .ic-burger-1 {
    font-size: 10px;
  }

  #page-header .burger__menu .ic-close {
    font-size: 10px;
  }

  #page-header .burger__menu {
    position: unset;
  }

  #page-header .burger__menu.active .burger__menu-list {
    width: 100%;
    top: 56px;
    left: 0;
  }

  #page-header .container-my {
    height: 57px;
  }

  #page-header .burger__menu {
    height: 35px;
    width: 35px;
  }

  #page-header .header-phones-dropdown {
    height: 35px;
    width: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #page-header .header-phones-dropdown .phone {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
    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;
    top: unset;
    right: unset;
  }

  #page-header .header-phones-dropdown .phone::after {
    width: 13px;
    height: 16px;
  }

  .block__products-with-price .sticker-wrapper {
    top: 0;
    left: 0;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price-text {
    font-size: 12px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price-old {
    font-size: 11px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price {
    font-size: 16px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay {
    margin-top: 25px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay a {
    padding: 9px 38px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .product-title {
    font-weight: 500;
    max-height: 38px;
    overflow: hidden;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .product-title a {
    font-size: 14px;
    line-height: 18px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
    max-height: 250px;
  }

  .page-article .category-product .product-card .product-description .product-bay {
    margin-top: 25px;
  }

  .page-article .category-product .product-card .product-description .product-bay a {
    padding: 9px 38px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }

  .page-article .category-product .sticker-wrapper {
    top: 0;
    left: 0;
  }

  .page-article .product-card .product-description .price-block .price-text {
    font-size: 12px;
  }

  .page-article .product-card .product-description .price-block .price-old {
    font-size: 11px;
  }

  .page-article .product-card .product-description .price-block .price {
    font-size: 16px;
  }

  .page-article .product-card .product-description .product-title {
    font-weight: 500;
    max-height: 38px;
    overflow: hidden;
  }

  .page-article .product-card .product-description .product-title a {
    font-size: 14px;
    line-height: 18px;
  }

  .page-article .product-card .product-img-wrapper {
    max-height: 250px;
  }

  .page-regular.main-usluga .structure-form-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-regular.main-usluga .structure-form-text .question {
    font-size: 18px;
    padding: 20px 50px 20px 20px;
  }

  .page-regular.main-usluga .structure-form-text .question::after {
    right: 10px;
  }

  .page-regular.main-usluga .structure-form-text .answer {
    padding: 20px;
  }

  .page-regular.main-usluga .structure-form-text .questions-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-regular.main-usluga .gallery-default {
    padding: 20px 0;
  }

  .page-regular.main-usluga .gallery-default .title {
    margin-bottom: 20px;
  }

  .page-regular.main-usluga .gallery-default .slide {
    width: 49%;
    margin-bottom: 7px;
  }

  .page-regular.main-usluga #service-step3 .block-img-utp {
    display: none;
  }

  .page-regular.main-usluga #service-step3 .utp-text-wrapper .utp-title {
    font-size: 18px;
    line-height: 22px;
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .page-regular.main-usluga #service-step3 .utp-text-wrapper .utp-title::after {
    height: 30px;
    width: 30px;
    top: -5px;
  }

  .page-regular.main-usluga #service-step3 .block-title.active {
    color: #FF9900;
  }

  .page-regular.main-usluga #service-step3 .block-title.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .page-regular.main-usluga #service-step3 .block-content.text-formatted.active {
    max-height: 100%;
    overflow: visible;
  }

  .page-regular.main-usluga #service-step3 .block-title {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    padding-top: 0;
  }

  .page-regular.main-usluga #service-step3 .block-title::after {
    position: absolute;
    font-family: "fontello";
    content: '\e87c';
    right: 0;
  }

  .page-regular.main-usluga #service-step3 .block-content.text-formatted .utp-text h2 {
    font-size: 16px;
    line-height: 23px;
    padding-top: 0;
    margin-bottom: 15px;
  }

  .page-regular.main-usluga #service-step3 .block-content.text-formatted .main-utp .utp-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .page-regular.main-usluga #service-step2 .block-img-utp {
    display: none;
  }

  .page-regular.main-usluga #service-step2 .block-title.active {
    color: #FF9900;
  }

  .page-regular.main-usluga #service-step2 .block-title.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted.active {
    max-height: 100%;
    overflow: visible;
  }

  .page-regular.main-usluga #service-step2 .block-title {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
  }

  .page-regular.main-usluga #service-step2 .block-title::after {
    position: absolute;
    font-family: "fontello";
    content: '\e87c';
    right: 0;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .utp-text h2 {
    font-size: 16px;
    line-height: 23px;
    padding-top: 0;
    margin-bottom: 15px;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item {
    width: 100%;
  }
}

@media (max-width: 740px) {
  .page-regular.main-usluga .page-reviews {
    margin-top: 20px;
  }

  .page-regular.main-usluga .page-reviews .review {
    padding: 20px;
  }

  .page-regular.main-usluga .page-reviews .review::after {
    top: 10px;
    height: 70px;
    width: 80px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  .page-regular.main-usluga .page-reviews .review .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .page-regular.main-usluga .page-reviews .review .content {
    margin-top: 5px;
  }
}

@media (max-width: 700px) {
  #question {
    margin-bottom: 35px;
  }

  #question .block-title {
    font-size: 40px;
  }

  #question .title {
    font-size: 28px;
  }

  .contacts .contact-page .block-title {
    font-size: 40px;
  }

  .contacts .contact-page .title {
    font-size: 28px;
  }

  #page-content.category .structure-news {
    padding: 25px 0;
  }

  #page-content.category .structure-news .section-title {
    margin-bottom: 25px;
  }

  #page-content.category .box-title .page-title {
    font-size: 30px;
    line-height: 38px;
  }

  #page-content.category .box-title .page-title h1 {
    font-size: 30px;
    line-height: 38px;
  }

  #iframe-id {
    height: 300px !important;
  }

  .page-regular.main-usluga .section-our-team .section-our-team__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-img-wrapper {
    margin-bottom: 10px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-text-wrapper {
    font-size: 12px;
    line-height: 18px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-text-wrapper .utp-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .our-work {
    padding-bottom: 20px;
  }

  .our-work .page-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .our-work .page-title h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .our-work .pagination-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 650px) {
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }

  .vertical .tabs__caption {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .vertical .tabs__caption li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }

  .vertical .tabs__caption li:last-child:before {
    display: block;
  }

  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }

  .tabs__caption__trust li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }

  .vertical .tabs__caption__trust {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .vertical .tabs__caption__trust li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }

  .vertical .tabs__caption__trust li:last-child:before {
    display: block;
  }

  .vertical .tabs__caption__trust .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
}

@media (max-width: 650px) {
  .page-article .page-article-content {
    padding: 30px 0;
  }

  .page-article .page-article__text img {
    width: 47% !important;
    max-height: 240px;
    margin-bottom: 12px;
  }
}

@media (max-width: 600px) {
  #page-footer .footer-bottom-text .box-text::before {
    width: 10%;
  }

  #page-footer .footer-bottom-text .box-text::after {
    width: 10%;
  }

  .box__category-products .catalog-item .box__category-item .box-link .product-card-all {
    padding: 6px 8px 6px 8px;
  }

  .box__category-products .box-category .box-category__title {
    font-size: 14px;
  }

  .box__category-products .box-category i {
    font-size: 12px;
  }

  .box__category-products .catalog-item .block-title-wrapper .block-title {
    font-size: 40px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .price-block {
    position: relative;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .price-block .price-old {
    position: absolute;
    top: -12px;
    left: 26px;
  }

  .block__products-with-price .block-title {
    font-size: 40px;
  }

  .block__products-with-price .tabs .tabs__content {
    padding: 0;
  }

  .block__products-with-price .tabs .tabs__content .product-card {
    min-height: 380px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
    max-height: 210px;
  }

  .block__products-with-price .swiper-container {
    padding-bottom: 25px;
  }

  .block__services .main-banner.active {
    max-height: 100%;
  }

  .block__services .main-banner {
    overflow: hidden;
    max-height: 458px;
  }

  .block__services .main-banner .item {
    height: 223px;
  }

  .block__services .main-banner .item .img-wrap {
    height: 100%;
  }

  .block__services .main-banner .item .img-wrap a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .block__services .main-banner .item .img-wrap .text {
    font-size: 14px;
    line-height: 16px;
  }

  .block__services .btn-all-usluga.active {
    display: none;
  }

  .block__services .btn-all-usluga {
    white-space: nowrap;
    display: block;
    max-width: 202px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 43px 5px 23px;
    color: #272727;
    border: 2px solid #FF9900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 600;
    border-radius: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
  }

  .block__services .btn-all-usluga .ic {
    position: absolute;
    right: 23px;
  }

  .block__services .title {
    font-size: 40px;
  }

  .trust-my .block-title {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .trust-my .tabs .tabs__content_trust {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .trust-my .tabs .tabs__content_trust::before {
    right: 16px;
    width: 55px;
    height: 45px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  .trust-my .tabs .tabs__content_trust::after {
    width: 55px;
    height: 45px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  .trust-my .tabs .tabs__content_trust .block-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .trust-my .tabs .tabs__content_trust .block-content h3 {
    bottom: 30px;
    right: 16px;
    font-size: 12px;
  }

  .trust-my .tabs .tabs__content_trust .block-content h4 {
    bottom: 0;
    font-size: 12px;
    right: 16px;
  }

  .how_it_works .block-title {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .main-blog .more-link-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .main-blog .more-link-wrapper .more-link {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 20px 6px 23px;
    font-weight: 600;
  }

  .main-blog .more-link-wrapper .more-link::after {
    right: 10px;
  }

  .main-blog .article-list .article-item {
    width: 100%;
  }

  .main-blog .article-list .article-item .article-link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .main-blog .article-list .article-item .article-data {
    margin-top: 15px;
    margin-bottom: 14px;
  }

  .main-blog .article-list .article-description .article-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .main-blog .article-list .article-description .article-title {
    min-height: auto;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .main-blog .article-list .article-description .article-title a {
    font-size: 14px;
    line-height: 20px;
  }

  .main-blog .section-title {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .block-project .title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .block-project .swiper-pagination {
    margin-top: 20px;
  }

  .block-project .first-slider-wrapper .img-wrap-all a {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 20px 6px 23px;
    font-weight: 600;
  }

  .block-project .first-slider-wrapper .img-wrap-all a::after {
    right: 10px;
  }

  .block-project .first-slider-wrapper .first-slider {
    height: 185px;
  }

  .block-project .swiper-slide {
    height: 150px;
  }

  .block-project .swiper-wrapper {
    height: 150px;
  }

  .block-project .title {
    font-size: 40px;
    line-height: 46px;
  }

  .contacts .contact-page .block-info .phones .box-phones {
    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;
    text-align: start;
  }

  .contacts .contact-page .block-info .contacts-address {
    width: 100%;
    margin-bottom: 15px;
  }

  .contacts .contact-page .block-info .info-title {
    width: 100%;
  }

  .contacts .contact-page .block-info .info-title .footer-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 29px;
  }

  .product-page .box-gallery .product-gallery-full #productGallery {
    margin-bottom: 30px;
  }

  .product-page .box-gallery .product-gallery-full #productGallery li:nth-of-type(2n) {
    margin-right: 0;
  }

  .product-page .box-gallery .product-gallery-full #productGallery li:nth-of-type(3n) {
    margin-right: auto;
  }

  .product-page .box-gallery .product-gallery-full #productGallery li:nth-child(event) {
    margin-right: 0;
  }

  .product-page .box-gallery .product-gallery-full #productGallery li {
    width: 49% !important;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .product-page #reviews-acc-new .review-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-page #reviews-acc-new .product-rate {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-page #reviews-acc-new .product-rate .review-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-page .trust_my .block-title {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .product-page .trust_my .tabs .tabs__content_trust {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .product-page .trust_my .tabs .tabs__content_trust::before {
    right: 16px;
    width: 55px;
    height: 45px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  .product-page .trust_my .tabs .tabs__content_trust::after {
    width: 55px;
    height: 45px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  .product-page .trust_my .tabs .tabs__content_trust .block-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .product-page .trust_my .tabs .tabs__content_trust .block-content h3 {
    bottom: 30px;
    right: 16px;
    font-size: 12px;
  }

  .product-page .trust_my .tabs .tabs__content_trust .block-content h4 {
    bottom: 0;
    font-size: 12px;
    right: 16px;
  }

  #page-content.about .works .block-title {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  #page-content.about .trust-my-about .block-title {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust::before {
    right: 16px;
    width: 55px;
    height: 45px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust::after {
    width: 55px;
    height: 45px;
    -webkit-background-size: contain;
            background-size: contain;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust .block-content p {
    font-size: 12px;
    line-height: 18px;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust .block-content h3 {
    bottom: 30px;
    right: 16px;
    font-size: 12px;
  }

  #page-content.about .trust-my-about .tabs .tabs__content_trust .block-content h4 {
    bottom: 0;
    font-size: 12px;
    right: 16px;
  }

  .page-article .product-card .product-description .price-block {
    position: relative;
  }

  .page-article .product-card .product-description .price-block .price-old {
    position: absolute;
    top: -12px;
    left: 26px;
  }

  .page-article .product-card {
    min-height: 380px;
  }

  .page-article .product-card .product-img-wrapper {
    max-height: 210px;
  }

  .page-regular.main-usluga .block-list .block-title {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .page-plasma-cutting-metal .block-materials .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .page-plasma-cutting-metal .block-materials .materials-list .materials-item:last-child {
    margin-right: 0;
  }

  .page-plasma-cutting-metal .block-materials .materials-list .materials-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 580px) {
  #individual_project {
    padding-top: 42px;
    height: auto;
    padding-bottom: 50px;
  }

  #individual_project .block-title {
    font-size: 22px;
  }

  #individual_project .block-content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
  }

  #individual_project .block-content .btn {
    font-size: 12px;
    padding: 10px 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: #2b343c;
    padding: 0;
    line-height: 1;
  }

  .success-wrapper .info-table .td {
    padding: 0;
    font-size: 0.75rem;
  }

  .success-wrapper .page-title {
    font-size: 1.7rem;
  }

  .page-compare > .page-title,.page-compare > header {
    margin-left: 130px;
  }

  .page-compare > header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-compare > header .title {
    min-width: 100%;
  }

  .page-compare > header .btn.delete {
    margin-bottom: 5px;
  }

  .page-compare .compare-product,.page-compare .compare-header {
    min-width: 120px;
  }
}

@media (max-width: 550px) {
  #orderForm,#formUsluga {
    padding: 20px;
  }

  #orderForm .fancybox-close-small,#formUsluga .fancybox-close-small {
    top: 0;
    right: 0;
  }

  #orderForm .form-title,#formUsluga .form-title {
    font-size: 24px;
  }

  #orderForm form,#formUsluga form {
    padding: 20px;
  }

  .page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-insta a,.page-plasma-cutting-metal .block-reviews .reviews-list .review-item .social-links .social-fb a {
    font-size: 12px;
  }

  .page-plasma-cutting-metal .block-video .title {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 8px;
    top: -26px;
    left: 44px;
  }

  .page-plasma-cutting-metal .block-services-description {
    margin-bottom: 40px;
  }

  .page-plasma-cutting-metal .page-title {
    font-size: 20px;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item:nth-child(2) {
    border-top: 1px solid #EBEBEB;
  }

  .page-plasma-cutting-metal .block-bentfits-utp .bentfits-list .bentfits-item {
    width: 100%;
    border-right: none;
  }
}

@media (max-width: 500px) {
  .first__block .text {
    top: 40%;
  }

  .first__block .arrow__down {
    bottom: 140px;
  }

  .first__block .text h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .first__block .text h2 {
    max-width: 295px;
  }

  .fancybox-slide #consultForm .box-form .controls .col-right .btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  .fancybox-slide #consultForm {
    padding-top: 65px;
    padding-bottom: 10px;
  }

  .fancybox-slide #consultForm .form-title .title {
    font-size: 22px;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .fancybox-slide #consultForm .form-title .text {
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .how_it_works .block-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .how_it_works .tabs .tabs__content_trust.active-trust {
    padding-bottom: 51px;
  }

  .how_it_works .tabs .tabs__content_trust .box-btn {
    margin-top: 10px;
  }

  .how_it_works .tabs .tabs__content_trust .box-btn .works,.how_it_works .tabs .tabs__content_trust .box-btn .works-click {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 37px;
    font-weight: 600;
  }

  .how_it_works .tabs .tabs__content_trust .block-content h4 {
    font-size: 14px;
  }

  .how_it_works .tabs .tabs__content_trust .block-content p:first-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 9px;
  }

  .how_it_works .tabs .tabs__content_trust .block-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .how_it_works .tabs .tabs__caption_trust li {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 120px;
  }

  .how_it_works .tabs .tabs__caption_trust li img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
  }

  .how_it_works .tabs .tabs__caption_trust li span {
    font-size: 11px;
    line-height: 12px;
  }

  .main-bottom-text {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .main-bottom-text h2 {
    font-size: 18px;
  }

  .main-bottom-text .text-in-main h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 23px;
  }

  #question .map {
    height: 330px;
    margin-top: 20px;
  }

  #question .block-title {
    font-size: 22px;
    line-height: 26px;
  }

  #question .callback-form {
    border: none;
  }

  #question .box-form {
    border: 1px solid #DDDDDD;
    padding-top: 25px;
  }

  #question .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  #question .form-title {
    margin: 0;
  }

  #question .form-title .text {
    font-size: 12px;
    line-height: 18px;
  }

  #question .callback-form {
    padding: 20px 15px;
  }

  #question .form-control.comment {
    height: 70px;
  }

  #question .btn {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 22px;
  }

  #question .form-control {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  #question .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }

  #question .form-control::-moz-placeholder {
    font-size: 12px;
  }

  #question .form-control:-ms-input-placeholder {
    font-size: 12px;
  }

  #question .form-control::placeholder {
    font-size: 12px;
  }

  #question .control-group {
    width: 100%;
  }

  #question .callback-form > div .control-group:nth-child(1) .controls::before {
    width: 12px;
    height: 15px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 8px;
  }

  #question .callback-form > div .control-group:nth-child(2) .controls::before {
    width: 19px;
    height: 15px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 8px;
  }

  #question .callback-form > div .control-group:nth-child(3) .controls::before {
    width: 16px;
    height: 15px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 8px;
  }

  #question .callback-form > div .control-group:nth-child(3) textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  #question .callback-form > div .control-group:nth-child(3) textarea::-moz-placeholder {
    font-size: 12px;
  }

  #question .callback-form > div .control-group:nth-child(3) textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  #question .callback-form > div .control-group:nth-child(3) textarea::placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .box-map {
    height: 330px;
    margin-top: 20px;
  }

  .contacts .contact-page .block-title {
    font-size: 22px;
    line-height: 26px;
  }

  .contacts .contact-page .callback-form {
    border: none;
  }

  .contacts .contact-page .box-form {
    border: 1px solid #DDDDDD;
    padding-top: 25px;
  }

  .contacts .contact-page .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .contacts .contact-page .form-title {
    margin: 0;
  }

  .contacts .contact-page .form-title .text {
    font-size: 12px;
    line-height: 18px;
  }

  .contacts .contact-page .callback-form {
    padding: 20px 15px;
  }

  .contacts .contact-page .form-control.comment {
    height: 70px;
  }

  .contacts .contact-page .btn {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 22px;
  }

  .contacts .contact-page .form-control {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .contacts .contact-page .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .form-control::-moz-placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .form-control:-ms-input-placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .form-control::placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .control-group {
    width: 100%;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(1) .controls::before {
    width: 12px;
    height: 15px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 8px;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(2) .controls::before {
    width: 19px;
    height: 15px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 8px;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(3) .controls::before {
    width: 16px;
    height: 15px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 8px;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea::-moz-placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  .contacts .contact-page .callback-form > div .control-group:nth-child(3) textarea::placeholder {
    font-size: 12px;
  }

  body #wrapper #page-content .main-text.main-bottom-text p {
    font-size: 12px;
    line-height: 16px;
  }

  body #wrapper #page-content .structure-form .page-title-wrapper .text-content .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .form-title {
    font-size: 12px;
    line-height: 18px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .form-control {
    padding-bottom: 5px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body #wrapper #page-content .structure-form .structure-form-content .name__form {
    width: 100%;
    margin-bottom: 15px;
  }

  body #wrapper #page-content .structure-form .structure-form-content .phone__form {
    width: 100%;
  }

  .product-page .main-text.main-bottom-text p {
    font-size: 12px;
    line-height: 16px;
  }

  .product-page .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .product-page .structure-form-box .structure-form-content .form-title {
    font-size: 12px;
    line-height: 18px;
  }

  .product-page .structure-form-box .structure-form-content .form-control {
    padding-bottom: 5px;
  }

  .product-page .structure-form-box .structure-form-content .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-page .structure-form-box .structure-form-content .name__form {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-page .structure-form-box .structure-form-content .phone__form {
    width: 100%;
  }

  .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .structure-form-box .structure-form-content .form-title {
    font-size: 12px;
    line-height: 18px;
  }

  .structure-form-box .structure-form-content .form-control {
    padding-bottom: 5px;
  }

  .structure-form-box .structure-form-content .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .structure-form-box .structure-form-content .name__form {
    width: 100%;
    margin-bottom: 15px;
  }

  .structure-form-box .structure-form-content .phone__form {
    width: 100%;
  }

  #page-content.about #company .box-text {
    left: 2%;
  }

  #page-content.about #company .box-text h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #page-content.about #company .box-text p {
    font-size: 14px;
    line-height: 18px;
  }

  #page-content.about #company .main-utp .item-content .utp-item .utp-text-wrapper strong {
    font-size: 30px;
    line-height: 30px;
  }

  #page-content.about #company .block-title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  #page-content.about #company-works {
    margin-top: 30px;
  }

  #page-content.about #company-works .block-title {
    font-size: 22px;
  }

  #page-content.about #company-works .block-content.text-formatted {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #page-content.about #company-works .block-content.text-formatted .page-img-wrapper {
    width: 100%;
    margin: 0;
    max-height: 300px;
  }

  #page-content.about #company-works .block-content.text-formatted .page-img-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #page-content.about #company-works .block-content.text-formatted .main-utp {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  #page-content.about #company-works .block-content.text-formatted .main-utp .utp-text {
    font-size: 16px;
    padding-left: 45px;
  }

  #page-content.about #company-works .block-content.text-formatted .main-utp .utp-text::before {
    height: 30px;
    width: 30px;
    -webkit-background-size: contain;
            background-size: contain;
    top: -4px;
  }

  #page-content.about #company-works .block-content.text-formatted .main-utp .utp-item {
    padding-left: 45px;
  }

  #page-content.about .works .block-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #page-content.about .works .tabs .tabs__content_trust.active-trust {
    padding-bottom: 51px;
  }

  #page-content.about .works .tabs .tabs__content_trust .box-btn {
    margin-top: 10px;
  }

  #page-content.about .works .tabs .tabs__content_trust .box-btn .works,#page-content.about .works .tabs .tabs__content_trust .box-btn .works-click {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 37px;
    font-weight: 600;
  }

  #page-content.about .works .tabs .tabs__content_trust .block-content h4 {
    font-size: 14px;
  }

  #page-content.about .works .tabs .tabs__content_trust .block-content h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 9px;
  }

  #page-content.about .works .tabs .tabs__content_trust .block-content p {
    font-size: 12px;
    line-height: 18px;
  }

  #page-content.about .works .tabs .tabs__caption_trust li {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 120px;
  }

  #page-content.about .works .tabs .tabs__caption_trust li img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px !important;
  }

  #page-content.about .works .tabs .tabs__caption_trust li span {
    font-size: 11px;
    line-height: 12px;
  }

  #page-content.about .main-text.main-bottom-text p {
    font-size: 12px;
    line-height: 16px;
  }

  #page-content.about .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  #page-content.about .structure-form-box .structure-form-content .form-title {
    font-size: 12px;
    line-height: 18px;
  }

  #page-content.about .structure-form-box .structure-form-content .form-control {
    padding-bottom: 5px;
  }

  #page-content.about .structure-form-box .structure-form-content .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #page-content.about .structure-form-box .structure-form-content .name__form {
    width: 100%;
    margin-bottom: 15px;
  }

  #page-content.about .structure-form-box .structure-form-content .phone__form {
    width: 100%;
  }

  .payment-and-delivery h3 {
    font-size: 20px;
    margin-top: 30px;
  }

  #page-content.category .catalog-list .product-card-wrapper {
    width: 100%;
  }

  #page-content.category .catalog-list .product-card-wrapper .product-button {
    margin-bottom: 10px;
  }

  #page-content.category .catalog-list .product-card-wrapper .product-button a {
    max-width: 120px;
    padding-top: 4px;
    padding-bottom: 3px;
  }

  #page-content.category .catalog-list .product-card-wrapper .product-title a {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #page-content.category .box-category .box-category__title {
    font-size: 16px;
  }

  #page-content.category .box-title .page-title {
    font-size: 22px;
    line-height: 28px;
  }

  #page-content.category .box-title .page-title h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .page-article .category-product {
    padding: 20px 0 30px;
    margin-top: 10px;
  }

  .page-article .category-product .block-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-article .page-article-content {
    padding: 30px 0;
  }

  .page-article .page-article__text img {
    width: 100% !important;
    max-height: 240px;
    margin: 0;
    margin-bottom: 12px;
  }

  .page-article .page-article__text h4 {
    font-size: 20px;
  }

  .page-regular.main-usluga .gallery-default .title {
    font-size: 18px;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item {
    padding-bottom: 80px;
    max-height: 100%;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-title {
    bottom: 15px;
  }

  .page-regular.main-usluga #service-step2 .block-content.text-formatted .main-utp .utp-item .utp-title {
    font-size: 14px;
  }

  .page-regular.main-usluga .page-title {
    margin-bottom: 23px;
  }

  .page-regular.main-usluga .page-title h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text div {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text p {
    line-height: 17px;
    margin-bottom: 15px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text p::before {
    top: 0;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .utp-text .works {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 37px 5px;
    margin-top: 15px;
  }

  .page-regular.main-usluga .block-list .block-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust.active-trust {
    padding-bottom: 51px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn {
    margin-top: 10px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn .works,.page-regular.main-usluga .block-list .tabs .tabs__content_trust .box-btn .works-click {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 37px;
    font-weight: 600;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content h4 {
    font-size: 14px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 9px;
    margin-top: 0;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__content_trust .block-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust li {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 120px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust li img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
  }

  .page-regular.main-usluga .block-list .tabs .tabs__caption_trust li span {
    font-size: 11px;
    line-height: 12px;
  }

  .page-regular.main-usluga .page-reviews .box-top__line {
    -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;
  }

  .page-regular.main-usluga .page-reviews .box-top__line .btn {
    padding: 8px 25px 8px 41px;
    margin-top: 10px;
  }

  .page-regular.main-usluga .page-reviews .box-top__line .btn::after {
    left: 20px;
    top: 11px;
  }
}

@media (max-width: 470px) {
  .box__category-products .catalog-item .block-title-wrapper {
    margin-top: 30px;
    margin-bottom: 17px;
  }

  .box__category-products .catalog-item .block-title-wrapper .block-title {
    font-size: 22px;
  }

  .box__category-products .catalog-item .box__category-item .category-item {
    width: 48%;
  }

  .box__category-products .catalog-item .box__category-item .category-item .card__title {
    text-align: start;
    font-size: 14px;
    line-height: 18px;
  }

  .block__products-with-price .slide-more {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 20px 6px 23px;
    border: 2px solid #FF9900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 60px;
    display: block;
    max-width: 210px;
    width: auto;
  }

  .block__products-with-price .block-title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
  }

  .block__products-with-price .tabs .tabs__content .product-card {
    min-height: 335px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
    max-height: 160px;
  }

  .block__products-with-price .sticker-wrapper .sticker._sales {
    font-size: 12px;
    line-height: 14px;
    padding-right: 21px;
    padding-left: 8px;
  }

  .block__products-with-price .sticker-wrapper .sticker._sales::after {
    height: 8px;
    width: 8px;
    -webkit-background-size: cover;
            background-size: cover;
    right: 10px;
  }

  .block__products-with-price .sticker-wrapper .sticker._new {
    font-size: 12px;
    line-height: 14px;
    padding-right: 21px;
    padding-left: 8px;
    border-radius: 0;
  }

  .block__services .main-banner {
    overflow: hidden;
    max-height: 917px;
  }

  .block__services .title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .block__services .main-banner .item {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .block__services .main-banner .item .img-wrap a {
    width: 100%;
  }

  .block__services .main-banner .item .img-wrap a img {
    width: 100%;
  }

  .trust-my .block-title {
    font-size: 22px;
  }

  .main-blog .section-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .block-project .title {
    font-size: 22px;
    line-height: 28px;
  }

  .product-page .trust_my .block-title {
    font-size: 22px;
  }

  #page-content.about .trust-my-about .block-title {
    font-size: 22px;
  }

  .page-article .product-card {
    min-height: 335px;
  }

  .page-article .product-card .product-img-wrapper {
    max-height: 160px;
  }

  .page-article .category-product .sticker-wrapper .sticker._sales {
    font-size: 12px;
    line-height: 14px;
    padding-right: 21px;
    padding-left: 8px;
  }

  .page-article .category-product .sticker-wrapper .sticker._sales::after {
    height: 8px;
    width: 8px;
    -webkit-background-size: cover;
            background-size: cover;
    right: 10px;
  }

  .page-article .category-product .sticker-wrapper .sticker._new {
    font-size: 12px;
    line-height: 14px;
    padding-right: 21px;
    padding-left: 8px;
    border-radius: 0;
  }
}

@media (max-width: 415px) {
  .block__products-with-price .tabs .tabs__content .product-card {
    min-height: 325px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
    max-height: 150px;
  }

  .page-article .product-card {
    min-height: 325px;
  }

  .page-article .product-card .product-img-wrapper {
    max-height: 150px;
  }
}

@media (max-width: 413px) {
  .page-plasma-cutting-metal .page-content #main_desc p {
    font-size: 13px;
  }

  .page-plasma-cutting-metal .page-content #main_desc p em {
    font-size: 16px !important;
  }

  .page-plasma-cutting-metal .page-content #main_desc p strong {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 16px !important;
    margin-right: 10px;
  }

  .page-plasma-cutting-metal .page-content #main_desc h2 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .page-plasma-cutting-metal .block-video .title {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 8px;
    top: -26px;
    left: 9px;
  }

  .page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-plasma-cutting-metal .block-price-list .order-miscalculation .f-row .control-group:nth-child(2) {
    width: 100%;
  }

  .page-plasma-cutting-metal .block-price-list .order-miscalculation .title {
    font-size: 19px;
    line-height: 20px;
  }
}

@media (max-width: 410px) {
  .first__block .text h1 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .first__block .text h2 {
    max-width: 295px;
  }
}

@media (max-width: 400px) {
  #page-content.category .box-title .sort-wrapper .jq-selectbox__select {
    padding: 11px 10px 11px 14px;
    min-width: 150px;
  }

  .page-article .page-article-content .container-article .page-title {
    font-size: 26px;
    line-height: 30px;
  }

  .page-article .page-article-content .container-article .page-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 370px) {
  .box__category-products .box-category .category-catalog {
    width: 300px;
  }

  .box__category-products .catalog-item .box__category-item .category-item .product-card-buy {
    padding: 9px 15px;
    font-size: 12px;
  }

  .block__products-with-price .tabs .tabs__content .product-card {
    min-height: 305px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-description .product-bay a {
    padding: 9px 30px;
    font-size: 12px;
    line-height: 14px;
  }

  .block__products-with-price .tabs .tabs__content .product-card .product-img-wrapper {
    max-height: 120px;
  }

  .fancybox-slide #consultForm {
    padding-top: 65px;
    padding-bottom: 10px;
  }

  .fancybox-slide #consultForm .form-title .title {
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .fancybox-slide #consultForm .form-title .text {
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .product-page #reviews-acc-new .product-rate .review-block .amount {
    font-size: 22px;
  }

  .product-page .box-content-opis .title,.product-page .box-content-oplata .title,.product-page .box-content-develary .title {
    font-size: 14px;
  }

  .page-article .category-product .product-card .product-description .product-bay a {
    padding: 9px 30px;
    font-size: 12px;
    line-height: 14px;
  }

  .page-article .product-card {
    min-height: 305px;
  }

  .page-article .product-card .product-img-wrapper {
    max-height: 120px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .page-regular.main-usluga #service-step1 .block-content.text-formatted .main-utp .utp-item .utp-img-wrapper {
    margin: 0;
  }

  .our-work .nth-wrap .gallery-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1%;
  }

  .our-work .nth-wrap .gallery-block:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  #individual_project .block-title {
    font-size: 18px;
  }
}

@media (max-width: 350px) {
  body #wrapper #page-content .structure-form .page-title-wrapper .text-content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .product-page .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  #page-content.about .structure-form-box .page-title-wrapper .text-content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  #page-content.category .box-category .box-category__title {
    font-size: 14px;
  }

  #page-content.category .box-category i {
    font-size: 12px;
  }
}

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