

/* Start:/local/assets/fonts/font.css?17398836401562*/
@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Light'), local('PT-Root-UI-Light'), url('/local/assets/fonts/PTRootUI-Light.woff2') format('woff2'), url('/local/assets/fonts/PTRootUI-Light.woff') format('woff'), url('/local/assets/fonts/PTRootUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Regular'), local('PT-Root-UI-Regular'), url('/local/assets/fonts/PTRootUI-Regular.woff2') format('woff2'), url('/local/assets/fonts/PTRootUI-Regular.woff') format('woff'), url('/local/assets/fonts/PTRootUI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Medium'), local('PT-Root-UI-Medium'), url('/local/assets/fonts/PTRootUI-Medium.woff2') format('woff2'), url('/local/assets/fonts/PTRootUI-Medium.woff') format('woff'), url('/local/assets/fonts/PTRootUI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Bold'), local('PT-Root-UI-Bold'), url('/local/assets/fonts/PTRootUI-Bold.woff2') format('woff2'), url('/local/assets/fonts/PTRootUI-Bold.woff') format('woff'), url('/local/assets/fonts/PTRootUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url('/local/assets/fonts/GolosText-Regular.eot');
  src: url('/local/assets/fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'), url('/local/assets/fonts/GolosText-Regular.woff2') format('woff2'), url('/local/assets/fonts/GolosText-Regular.woff') format('woff'), url('/local/assets/fonts/GolosText-Regular.ttf') format('truetype'), url('/local/assets/fonts/GolosText-Regular.svg#GolosText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* End */


/* Start:/local/assets/css/font-awesome.css?173988365537396*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/assets/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/assets/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/assets/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/assets/css/select2.min.css?173988365516264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/assets/css/slick.css?17398836551776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/assets/css/slick-theme.css?17398836553145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/assets/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/assets/css/./fonts/slick.eot');
    src: url('/local/assets/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/assets/css/./fonts/slick.woff') format('woff'), url('/local/assets/css/./fonts/slick.ttf') format('truetype'), url('/local/assets/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/assets/css/jquery.fancybox.min.css?173988365515276*/
body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}
/* End */


/* Start:/local/assets/css/reset.css?1739883655905*/
/*reset*/
html, body, div, span, object, iframe, img, strong, b, u, i,table,tbody, tfoot, thead,td,th,tr
form, label, legend,header,footer,article,section,aside{margin:0; padding:0; border:0; vertical-align:baseline; background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
input:focus, select:focus, textarea:focus, button:focus {outline:none}
html, body{width:100%; height:100%;}
.clear{clear:both; font-size:0;}
.clearfix::after{clear: both; content: "";  display: table;}
*{box-sizing: border-box;}
button,input[type="button"],input[type="submit"]{cursor: pointer}
table,td,th,tr {border-collapse:collapse; border-spacing:0;padding: 10px 25px 10px 0;}
input, select, textarea,button {font-family: arial, helvetica, sans-serif; font-weight:400; color: #000;}
*{
	box-sizing: border-box;
}
* {
	outline: 0 !important;
}
/*reset*/
/* End */


/* Start:/local/assets/css/style.css?1751351482124203*/
body {
	font-family: 'PT Root UI';
	font-weight: 400;
	color: #50575B;
	background: #fff;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.arrow-footer
{
	display: none;
}

.select-wrapper {
  position: relative;
  /* width: 300px; */
  width: 191px;
  margin: 20px 10px 20px 0;
  border: 1px solid rgba(102, 102, 102, 1);
  border-radius: 10px;
}

.checkbox__label_site-style {
    display: none !important;
}

#eShopLogisticStatic{
	/* margin-top:40px;  */
}

@media (min-width:1000px){ 
	.block_1_flex{height:460px; overflow:hidden; }
	body .slick-track{ margin-left:0; margin-rigth:0; }
 }
.app-container .map_map_AEwm3 .map_form-group_filters__checkbox_2NPgO{display:none; }

.culc{
	max-width: 156px;
    max-height: 45px;
    display: block;
    font-family: 'Golos Text';
    font-size: 18px;
    display: inline-block;
    color: #2086CF;
    text-align: center;
    padding: 4px 5px;
    border: 1px solid #2086CF;
    border-radius: 80px;
    cursor: pointer;
    background: transparent;
    padding: 10px 30px;
}

.culc:hover {
	box-shadow: 0 0px 7px #2086CF;
	transition: 0.2s;
}

.select-wrapper:hover {
  box-shadow: 0px 0px 3px gray;
}

.select-wrapper select {
  /* width: 300px; */
  width: 191px;
  /* height: 28px; */
  height: 44px;
  padding: 0 20px 0 20px;
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #50575B;
  appearance: none;            /* remove arrow        */
  -webkit-appearance: none;    /* remove arrow Chrome */
  -moz-appearance: none;       /* remove arrow FF     */
}
.select-wrapper select::-ms-expand{
    display: none;             /* remove arrow IE     */
}

/* 
 * Style #1 
 * todo: try to change arrow DIV to pseudo :after
*/

.select-arrow-1 {
  position: absolute;
  z-index: -9999;
  right: 4px;
  bottom: 5px;
  border: 8px solid;
  border-color: white white #6C7231 white;
  border-right: 0;
}

/* Style #2 */

.select-arrow-2 {
  width: 8px;
  height: 0px;
  background: #6C7231;
  position: absolute;
  z-index: -9999;
  right: 6px;
  top: 14px;
}
.select-arrow-2:before {
  content: '';
  position: absolute;
  top: -6px;
  border: 4px solid transparent; 
  border-bottom-color: #6C7231; 
  border-top: 0;
}
.select-arrow-2:after {
  content: '';
  position: absolute;
  top: 1px;
  border: 4px solid transparent; 
  border-top-color: #6C7231; 
  border-bottom: 0;
}

/* Style #3 */

.select-arrow-3 {
  position: absolute;
  z-index: -9999;
  border: 8px solid transparent; 
  border-bottom: 0;
  right: 17px;
}
.select-arrow-3:nth-child(1) {
  top: 19px;
  border-top-color: rgba(102, 102, 102, 1);
}
.select-arrow-3:nth-child(2) {
  top: 17px;
  border-top-color: #FFF;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

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

.choos_town_block {
	position: relative;
}

.choos_town_block_in {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 540px;
	background: #FFFFFF;
	border-radius: 20px;
	transition: all .2s;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	padding: 25px 25px;
	z-index: 99;
}

.choos_town_block_in:target {
	display: block;
}

.choos_town_block_in:target+.close_town {
	display: none;
}

/* .choos_town_block_in h4 {
	font-size: 25px;
	color: #50575B;
	font-weight: 500;
	margin: 0 0 25px 0;
} */

.choos_town_block_in .branch_selection {
	font-size: 25px;
	color: #50575B;
	font-weight: 500;
	margin: 0 0 25px 0;
	display: block;
}

.close_town {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #F2F2F2;
	background: #fff url(/local/assets/css/../img/close_ic.svg)center no-repeat;
	border-radius: 50%;
}

.choos_town_block_in_in {
	max-width: 405px;
}

.choos_town_block_in_in_search {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #E7E7E7;
	padding: 4px 0;
	margin: 0 0 25px 0;
}

.choos_town_block_in_in_search input {
	display: block;
	width: 100%;
	border: none;
	color: #50575B;
	font-size: 18px;
	font-family: 'PT Root UI';
	font-weight: 400;
	padding: 0 10px 0 0;
}

.choos_town_block_in_in_search input::-webkit-input-placeholder {
	color: #9A9A9A;
}

.choos_town_block_in_in_search input::-moz-placeholder {
	color: #9A9A9A;
}

.choos_town_block_in_in_search input:-moz-placeholder {
	color: #9A9A9A;
}

.choos_town_block_in_in_search input:-ms-input-placeholder {
	color: #9A9A9A;
}

.choos_town_block_in_in_search button {
	display: inline-block;
	border: none;
	width: 16px;
	height: 16px;
	background: url(/local/assets/css/../img/search_ic.svg)0 0 no-repeat;
	flex-shrink: 0;
}

.choos_town_block_in_in_towns {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.choos_town_block_in_in_towns>div {
	margin: 0 40px 0 0;
}

.choos_town_block_in_in_towns>div:last-child {
	margin: 0;
}

.choos_town_block_in_in_towns>div a {
	display: block;
	font-size: 14px;
	color: #50575B;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 6px 0;
}

.choos_town_block_in_in_towns>div div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 6px 0;
}

.choos_town_block_in_in_towns>div div p {
	width: 13px;
	height: 12px;
	position: relative;
	background: url(/local/assets/css/../img/home_ic.svg)0 0 no-repeat;
	margin: 0 5px 0 0;
}

.choos_town_block_in_in_towns>div div p span {
	display: none;
	background: #fff;
	padding: 10px 14px 12px;
	white-space: nowrap;
	font-size: 14px;
	color: #50575B;
	position: absolute;
	top: -51px;
	left: -93px;
	box-shadow: 0px 16px 40px rgb(0 0 0 / 10%);
	border-radius: 5px;
}

.choos_town_block_in_in_towns>div div p span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

.choos_town_block_in_in_towns>div div p:hover span {
	display: inline-block;
}

.choos_town_block_in_in_towns>div div a {
	margin: 0;
}

.choos_town {
	width: 115px;
	display: block;
	text-decoration: none;
	color: #929EA6;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 15px;
}

.choos_town:before {
	content: "";
	display: inline-block;
	background: url(/local/assets/css/../img/loc_ic.svg)0px 0px no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
}

.choos_town:after {
	content: "";
	display: inline-block;
	background: url(/local/assets/css/../img/loc_arrow.svg)0px 0px no-repeat;
	width: 8px;
	height: 4px;
	position: absolute;
	top: 8px;
	right: 0;
}

.menu_nav {
	margin: 0 10% 0 0;
}
.menu_nav__holder{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.menu_nav a {
	display: inline-block;
	font-size: 15px;
	color: #929EA6;
	text-decoration: none;
	margin: 0 20px 0 0;
	transition: all .2s;
}

.menu_nav a:hover {
	color: #2086CF;
}

.more_nav {
	position: relative;
}

.more_nav span {
	display: inline-block;
	font-size: 15px;
	color: #929EA6;
	background: url(/local/assets/css/../img/loc_arrow.svg)right 7px no-repeat;
	padding: 0 12px 0 0;
	cursor: default;
}

.more_nav_in {
	display: none;
	position: absolute;
	top: 15px;
	left: -30px;
	padding: 10px 0 0 0;
	z-index: 99;
}

.more_nav:hover .more_nav_in {
	display: block;
}

.more_nav_in_in {
	background: #FFFFFF;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 15px 15px;
}

.more_nav_in_in a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 10px 15px;
	margin: 0;
}

a.mob_l_nav {
	display: none;
}

.more_nav_in_in a:hover {
	color: #50575B;
	background: #F7F8FA;
	border-radius: 10px;
}

.tel_num {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	color: #929EA6;
	font-size: 18px;
	text-decoration: none;
}

.bot_header {
	padding: 15px 0 0 0;
	margin: 0 0 50px 0;
	/* border-bottom: 1px solid #F7F7F7; */
}

.bot_header_flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.logo {
	width: 275px;
	margin: 0;
	padding: 0;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	height: auto;
}

.main_search_block {
	position: absolute;
	left: 50%;
	top: -10px;
	max-width: 725px;
	margin-left: -390px;
	width: 100%;
	padding: 0 25px;
	background: #fff;
	z-index: 98;
}

.main_search_block_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #D5D5D5;
	padding: 25px 0 4px 0;
}

.main_search_block_in input {
	display: block;
	width: 100%;
	border: none;
	color: #50575B;
	font-size: 18px;
	font-family: 'PT Root UI';
	font-weight: 400;
	padding: 0 10px 0 0;
}

.main_search_block_in input:-ms-clear {
	display: none;
}

.main_search_block_in input::-webkit-input-placeholder {
	color: #9A9A9A;
}

.main_search_block_in input::-moz-placeholder {
	color: #9A9A9A;
}

.main_search_block_in input:-moz-placeholder {
	color: #9A9A9A;
}

.main_search_block_in input:-ms-input-placeholder {
	color: #9A9A9A;
}

.clear {
	width: 13px;
	height: 12px;
	display: none;
	background: url(/local/assets/css/../img/clear_ic.svg)0 0 no-repeat;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.clear.show {
	display: inline-block;
}

.main_search_block_in button {
	display: inline-block;
	border: none;
	width: 16px;
	height: 16px;
	background: url(/local/assets/css/../img/search_ic.svg)0 0 no-repeat;
	flex-shrink: 0;
}

.main_search_block_in_result {
	display: none;
	width: 100%;
	background: #fff;
	padding: 25px 0 70px 0;
}

.main_search_block_in_result h4 {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0;
}

.main_search_block_in_result .link_section {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0;
}

.main_search_block_in_result a {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	color: #50575B;
	margin: 0 0 10px 0;
	padding: 0 0;
}

.show_all_res {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #F6F6F6;
}

.show_all_res a {
	display: inline-block;
	text-decoration: none;
	color: #2086CF;
	font-size: 16px;
	background: url(/local/assets/css/../img/show_all_res_ic.svg) right 6px no-repeat;
	padding: 0 15px 0 0;
	font-weight: 400;
}

.main_search_block:hover {
	box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.2);
	border-radius: 25px;
}

.main_search_block:hover .main_search_block_in_result {
	display: block;
}

.links_for {
	display: flex;
	justify-content: flex-end;
}

.links_for>div {
	height: 40px;
	padding: 25px 0 0 0;
	margin: 0 0 0 10px;
	position: relative;
	cursor: pointer;
}

.header_link_videohosting {
	text-decoration: unset;
}

.header_link_videohosting span {
	color: #858A8D;
	font-size: 13px;
	display: inline-block;
}

.header_link_videohosting span:last-child{
	color: rgba(0, 78, 164, 1);
}

.links_for_videohosting {
	background: url(/local/assets/css/../img/videohosting.png)center 0px no-repeat;
	height: 65%;
}

.links_for_in1 {
	background: url(/local/assets/css/../img/links_for_in1.svg)center 0px no-repeat;
}

.links_for_in1:hover {
	background: url(/local/assets/css/../img/links_for_in1_1.svg)center 0px no-repeat;
}

.links_for_in2 {
	background: url(/local/assets/css/../img/links_for_in2.svg)center 0px no-repeat;
}

.links_for_in2:hover {
	background: url(/local/assets/css/../img/links_for_in2_1.svg)center 0px no-repeat;
}

.links_for_in3 {
	background: url(/local/assets/css/../img/links_for_in3.svg)center 0px no-repeat;
}

.links_for_in3:hover {
	background: url(/local/assets/css/../img/links_for_in3_1.svg)center 0px no-repeat;
}

.links_for_in4 {
	background: url(/local/assets/css/../img/links_for_in4.svg)center 0px no-repeat;
}

.links_for_in4:hover {
	background: url(/local/assets/css/../img/links_for_in4_1.svg)center 0px no-repeat;
}

.links_for>div a {
	font-size: 12px;
	color: #858A8D;
	text-decoration: none;
	padding: 0 5px;
}

.links_for>div:hover a {
	color: #2086CF;
}

.links_for>div span {
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0;
	background: #2086CF;
	color: #fff;
	font-size: 13px;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	padding: 0 5px;
	border-radius: 50px;
}

.links_for_in2>span {
	right: 5px !important;
}

.catalog_nav {
	width: 100%;
	margin: 0 0 0 0;
}

.catalog_nav_btn {
	display: none;
}

.catalog_nav_parent {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 0;
	position: relative;
	flex-wrap: wrap;
}

.catalog_nav_in {

}

.catalog_nav_in p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 10px 10px;
	color: #50575B;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s;
}

.catalog_nav_in>a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 10px 10px;
	color: #50575B;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s;
}

.catalog_nav_in:hover p {
	color: #fff;
	background: #2086CF;
}

.catalog_nav_in_in {
	display: none;
	opacity: 0;
	width: 100%;
	position: absolute;
	/* top: 105px; */
	left: 0;
	padding: 10px 0 0 0;
	transition: all .2s;
	z-index: 9;
}

.catalog_nav_in:hover .catalog_nav_in_in {
	display: block;
	opacity: 1;
}

.catalog_nav_in_in_in {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 40px 40px 40px 40px;
	box-shadow: 0px 58px 70px rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.catalog_nav_in_in_in2 {
	background: #fff url(/local/assets/css/../img/catalog_nav_in_in_in2_bg.svg)right bottom no-repeat;
}

.catalog_nav_in_in_in_link {
	display: flex;
	width: 300px;
	height: 75px;
	align-items: center;
	text-decoration: none;
	color: #50575B;
	font-size: 15px;
	border-radius: 15px;
	background: #fff;
	margin: 0 25px 25px 0;
	padding: 0 0 0 15px;
}

.catalog_nav_in_in_in_link:hover {
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.1);
}

.catalog_nav_in_in_in img {
	display: inline-block;
	width: auto;
	height: 55px;
	flex-shrink: 0;
}

.catalog_nav_in_in_in span {
	padding: 0 0 0 20px;
}

.block_1 {
	margin: 0 0 60px 0;
}

.block_1_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block_1_flex_slider {
	max-width: 1245px;
}

.block_1_flex_slider_in {
	border-radius: 16px;
	overflow: hidden;
}

.block_1_flex_slider_in a {
	display: block;
}

.block_1_flex_slider_in a img {
	display: block;
	width: 100%;
	height: auto;
}

.block_1_flex_akcii {
	width: 285px;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	flex-shrink: 0;
}

.block_1_flex_akcii .all_promotions_discounts {
	font-size: 35px;
	font-weight: 700;
	margin: 0;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1em;
	display: block;
}

.block_1_flex_akcii a {
	display: block;
}

.block_1_flex_akcii img {
	display: block;
	width: 100%;
	height: auto;
}

.slick-dots li {
	width: auto;
	height: auto;
	list-style: none;
	padding: 5px 0;
}

.slick-dots li button {
	width: 25px;
	height: 2px;
	background: #E7E7E7;
	border-radius: 20px;
	padding: 0;
	opacity: 1;
}

.slick-dots .slick-active button {
	background: #2086cf;
}

.slick-dots li button:before {
	content: "";
	display: none !important;
}

.slick-prev:before, .slick-next:before {
	display: none !important;
}

.slick-prev {
	left: 15px;
	width: 40px;
	height: 40px;
	background: #fff url(/local/assets/css/../img/arrow_slide1.svg) 15px center no-repeat;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	z-index: 8;
	transition: all .2s;
	opacity: 1 !important;
}

.slick-prev:hover, .slick-prev:focus {
	background: #fff url(/local/assets/css/../img/arrow_slide1_1.svg) 15px center no-repeat;
}

.slick-next {
	right: 15px;
	width: 40px;
	height: 40px;
	background: #fff url(/local/assets/css/../img/arrow_slide2.svg) 17px center no-repeat;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	z-index: 8;
	transition: all .2s;
	opacity: 1 !important;
}

.slick-next:hover, .slick-next:focus {
	background: #fff url(/local/assets/css/../img/arrow_slide2_1.svg) 17px center no-repeat;
}
.slick-arrow.slick-disabled {
	opacity: 0.4 !important;
	cursor: default;
}
.block_2 {
	margin: 0 -5px 60px -5px;
}

.block_2_slide {
	margin: 0 !important;
}

.block_2_slide .slick-prev {
	left: -10px;
}

.block_2_slide .slick-next {
	right: -10px;
}

.block_2_slide_in_in {
	width: 210px;
	margin: 0 auto 0;
	border-radius: 16px;
	overflow: hidden;
}

.block_2_slide_in_in img {
	display: block;
	width: 100%;
	height: auto;
}

.block_3 {
	margin: 0 0 60px 0;
}

.block_heading_with_link {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0 0 25px 0;
	/* max-width: 1030px; */
}

.block_heading_with_link h1 {
	font-size: 35px;
	font-weight: 700;
	margin: 0 20px 0 0;
	line-height: 1.1em;
}

.block_heading_with_link span {
	font-size: 35px;
	font-weight: 700;
	margin: 0 20px 0 0;
	line-height: 1.1em;
	display: block;
}

.block_heading_with_link a {
	display: inline-block;
	text-decoration: none;
	color: #2086CF;
	font-size: 24px;
	background: url(/local/assets/css/../img/show_all_res_ic.svg) right 12px no-repeat;
	padding: 0 15px 0 0;
	font-weight: 400;
}

.block_3_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.block_3_flex_in {
	max-width: 360px;
	border-radius: 16px;
	overflow: hidden;
	margin: 0 15px 30px;
}

.block_3 .block_3_flex_in:hover {
	box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
}

.block_3_flex_in:first-child, .block_3_flex_in:last-child {
	max-width: 780px;
}

.block_3_flex_in img {
	display: block;
	width: 100%;
	height: auto;
}

.block_4 {
	margin: 0 0 20px 0;
}

.block_4_in_flex {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 5px 0;
}

.block_4_in_flex p {
	font-size: 16px;
	font-weight: 400;
	padding: 7px 15px;
	margin: 0 15px 15px 0;
	border: 1px solid #F7F7F7;
	border-radius: 10px;
	transition: all .2s;
	cursor: pointer;
}

.block_4_in_flex p:hover {
	color: #2086CF;
	border-color: #2086CF;
}

.block_4_in_slide_show {
	display: none;
}

.block_4_in_slide_parent {
	margin: 0 -5px;
}

.block_4_in_slide {
	margin: 0 !important;
}

.block_4_in_slide_in {
	padding: 0 0 40px 0;
}

.block_4_in_slide_in_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 320px;
	width: 100%;
	min-height: 460px;
	position: relative;
	padding: 0 40px;
	border-radius: 15px;
	transition: all .2s;
}

.block_4_in_slide_in_in a:not(.prod-link) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block_4_in_slide_in_in:hover {
	-webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
}

.block_4_in_slide_in_in_img_txt {
	width: 100%;
	margin: 0 0 0 0;
}

.block_4_in_slide_in_in_img_txt img {
	display: block;
	width: 100%;
}

.block_4_in_slide_in_in_img_txt p {
	font-size: 16px;
	margin: 25px 0 0 0;
	line-height: 1.4em;
}

.block_4_in_slide_in_in_price {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 40px 25px;
}

.discount {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.discount span {
	display: inline-block;
	font-size: 17px;
	text-align: center;
	padding: 2px 5px;
	margin: 0 5px 0 0;
	background: #56D96A;
	border-radius: 5px;
	color: #fff;
}

.discount p {
	margin: 0;
	display: inline-block;
	color: #B3B3B3;
	font-size: 17px;
	position: relative;
}

.discount p:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #B3B3B3;
	position: absolute;
	top: 10px;
	left: 0;
}

.block_4_in_slide_in_in_price span {
	font-size: 23px;
	margin: 4px 0 0 0;
	font-weight: 700;
	display: block;
}

.block_5 {
	margin: 0 0 40px 0;
}

.block_5_flex {
	display: flex;
	justify-content: flex-start;
	margin: 0 -9px;
	flex-wrap: wrap;
}

.block_5_flex_in {
	max-width: 375px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 9px 20px;
	transition: all .2s;
	position: relative;
}

.block_5_flex_in:hover {
	-webkit-box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
}

.block_5_flex_in_img {}

.block_5_flex_in_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_5_flex_in_txt {
	min-height: 280px;
	padding: 25px 25px 0px;
	position: relative;
	background: #F7F8FA;
}

.block_5_flex_in:hover .block_5_flex_in_txt {
	background: #fff;
}

.block_5_flex_in_txt .block_5_flex_in_txt_news_name {
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 15px 0;
	display: block;
}

.block_5_flex_in_txt>p {
	height: 150px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block_5_flex_in_txt_in {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #B1B1B1;
	padding: 10px 20px 15px;
	background: #F7F8FA;
}

.block_5_flex_in:hover .block_5_flex_in_txt_in {
	background: #fff;
}

.block_5_flex_in_txt_in a {
	display: inline-block;
	font-size: 14px;
	font-family: 'Golos Text';
	font-weight: 400;
	text-decoration: none;
	color: #B1B1B1;
	margin: 0;
	opacity: 0;
	transition: all .2s;
	background: #fff;
	border: 1px solid #F5F5F5;
	padding: 2px 4px;
	border-radius: 4px;
}

.block_5_flex_in_txt_in span {
	font-size: 12px;
}

.block_5_flex_in:hover .block_5_flex_in_txt_in a {
	opacity: 1;
}

.block_6_flex {
	width: 100%;
	flex-wrap: wrap;
	margin: 0;
}

.block_6_flex .block_5_flex_in {
	max-width: 48%;
}

.block_6_flex .block_5_flex_in_txt {
	min-height: 130px;
}

.block_6_flex .block_5_flex_in_txt_in a {
	opacity: 1;
	background: #F7F8FA;
}

.block_6_flex .block_5_flex_in:hover .block_5_flex_in_txt_in a {
	background: #fff;
}

.block_6 {
	margin: 0 0 40px 0;
}

.reviews {
	padding: 50px 0 30px;
	margin: 0 0 60px 0;
	background: #F7F8FA;
}

.reviews_in_flex {
	display: flex;
	justify-content: space-between;
}

.reviews_in_flex_in {
	width: 32%;
	background: #fff;
	border-radius: 15px;
	padding: 35px 25px 75px;
	margin: 0 0 20px 0;
	position: relative;
}

.reviews_in_flex_in_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px 0;
}

.reviews_in_flex_in_txt img {
	display: block;
	width: 135px;
	height: auto;
	flex-shrink: 0;
}

.reviews_in_flex_in_txt span {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	padding: 0 0 0 15px;
	display: block;
}

.reviews_in_flex_in>p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}

.reviews_in_flex_in>span {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 12px;
	color: #B1B1B1;
}

.form_call_us {
	margin: 0 0 60px 0;
}

.form_call_us_flex {
	display: flex;
	justify-content: space-between;
}

.form_call_us_flex_in {
	width: 49%;
	background: #F7F8FA;
	border-radius: 15px;
	padding: 70px 70px;
	position: relative;
}

.sms_ic {
	display: inline-block;
	width: 208px;
	height: 143px;
	background: url(/local/assets/css/../img/sms_ic.svg) 0 0 no-repeat;
	position: absolute;
	top: 55%;
	right: 70px;
	margin-top: -60px;
}

/* .form_call_us_flex_in h4 {
	font-size: 29px;
	margin: 0 0 5px 0;
	line-height: 1.1em;
} */

.form_call_us_flex_in .form_call_us_header {
	font-size: 29px;
	margin: 0 0 5px 0;
	line-height: 1.1em;
	font-weight: bold;
	display: block;
}

.form_call_us_flex_in .form_call_us_subtitle {
	font-size: 18px;
	margin: 0 0 30px 0;
	font-weight: 400;
	display: block;
}

.form_call_us_flex_in_input {
	max-width: 350px;
	width: 100%;
	background: #fff;
	padding: 12px 20px;
	margin: 0 0 25px 0;
	border-radius: 15px;
}

.form_call_us_flex_in_input p {
	color: #B2B2B2;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.form_call_us_flex_in_input input {
	display: block;
	width: 100%;
	border: none;
	background: transparent;
	color: #50575B;
	font-size: 16px;
	font-family: 'PT Root UI';
}

.form_call_us_flex_in_input input::-webkit-input-placeholder {
	color: #50575B;
}

.form_call_us_flex_in_input input::-moz-placeholder {
	color: #50575B;
}

/* Firefox 19+ */

.form_call_us_flex_in_input input:-moz-placeholder {
	color: #50575B;
}

/* Firefox 18- */

.form_call_us_flex_in_input input:-ms-input-placeholder {
	color: #50575B;
}

.form_call_us_flex_in button {
	width: 150px;
	border-radius: 40px;
	background: #F7F8FA;
	border: 1px solid #E6E6E6;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	font-family: 'PT Root UI';
	font-weight: 400;
	color: #50575B;
}

.form_call_us_flex_in_num {
	max-width: 350px;
	width: 100%;
	padding: 12px 20px 12px 0;
}

.form_call_us_flex_in_num a {
	display: block;
	text-decoration: none;
	color: #50575B;
	font-size: 20px;
	font-weight: 500;
}

.form_call_us_flex_in_num p {
	font-size: 14px;
	color: #B1B1B1;
	margin: 0;
}

.form_call_us_flex_in_num_btns {
	display: flex;
	justify-content: flex-start;
}

.form_call_us_flex_in_num_btns a {
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #50575B;
	text-decoration: none;
	padding: 15px 0 15px 20px;
	margin: 0 10px 0 0;
	border: 1px solid #E5E5E5;
	border-radius: 50px;
	transition: all .2s;
}

.form_call_us_flex_in_num_btns a:first-child {
	background: url(/local/assets/css/../img/whatsapp_ic.svg)18px center no-repeat;
}

.form_call_us_flex_in_num_btns a:first-child:hover {
	background: #E5E5E5 url(/local/assets/css/../img/whatsapp_ic.svg)18px center no-repeat;
}

.form_call_us_flex_in_num_btns a:last-child {
	background: url(/local/assets/css/../img/teleg_ic.svg)18px center no-repeat;
}

.form_call_us_flex_in_num_btns a:last-child:hover {
	background: #E5E5E5 url(/local/assets/css/../img/teleg_ic.svg)18px center no-repeat;
}

.consult_ic {
	display: inline-block;
	width: 165px;
	height: 190px;
	background: url(/local/assets/css/../img/consult_ic.svg) 0px 0px no-repeat;
	position: absolute;
	top: 50%;
	right: 70px;
	margin-top: -90px;
}

.block_7 {
	margin: 0 0 30px 0;
}

.block_7_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block_7_flex_in {
	width: 24%;
	padding: 10px 20px 20px;
	transition: all .2s;
	border-radius: 15px;
	position: relative;
	margin: 0 0 30px 0;
}

.block_7_flex_in:hover {
	-webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
}

.block_7_flex_in a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.block_7_flex_in .advantage_simple_name {
	color: #2B3032;
	font-weight: 500;
	min-height: 60px;
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	display: block;
}

.block_7_flex_in p {
	color: #000;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0;
}

footer {
	/*Поправка от Димана*/
	background: #F3F6FA;
	padding: 60px 0 60px;
	border-radius: 20px;
	margin-top: 50px;
	/*Поправка от Димана*/
}

.footer_flex {
	display: flex;
	/*justify-content: space-between;*/
}

.footer_flex_left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.footer_flex_in {
	margin: 0 130px 0 0;
}

.footer_flex_right .footer_flex_in
{
	margin-right: 0px;
}

.footer_flex_left .footer_flex_in_start{
	width: 700px;
	height: 490px;
	 /*align-content: space-between;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer_flex_left .footer_flex_in_start a {
	width: 32%;
	margin-right: 5px;
}

.footer_flex_in h4 {
	font-size: 18px;
	margin: 0 0 15px 0;
	font-weight: 700;
}

.footer_flex_in .footer_flex_in_main_name {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px 0;
	display: block;
}

.footer_flex_in a,
.footer_flex_in_social__item {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	color: #62717E;
	padding: 2px 0;
	margin: 5px 0;
}

.footer_flex_in_social a,
.footer_flex_in_social__item {
	padding-left: 35px;
	background-repeat: no-repeat;
}

.footer_flex_in_social a:nth-child(2),
.footer_flex_in_social__item--vk {
	background: url(/local/assets/css/../img/vk_ic.svg)3px center no-repeat;
}

.footer_flex_in_social a:nth-child(3),
.footer_flex_in_social__item--fb {
	background: url(/local/assets/css/../img/fb_ic.svg)6px center no-repeat;
}

.footer_flex_in_social a:nth-child(4),
.footer_flex_in_social__item--telegram {
	background: url(/local/assets/css/../img/telegram.svg)3px 4px no-repeat;
}

.footer_flex_in_social a:nth-child(5),
.footer_flex_in_social__item--ytb {
	background: url(/local/assets/css/../img/youtube_ic.svg)0px 5px no-repeat;
}
.footer_flex_in_social__item--yandex_zen {
	background: url(/local/assets/css/../img/Yandex_Zen.svg) 0px center no-repeat;
}
.footer_flex_right .form_call_us_flex_in_num {
	padding: 0 0 12px 0;
}

/*Поправка от Димана*/
footer .phone-icon-footer
{
	display: flex !important;
	align-items: center;
	margin: 10px 0 10px 0 !important;
}

footer .phone-icon-footer svg
{
	margin-right: 10px;
}
/*Поправка от Димана*/

.footer_flex_right .footer_flex_in a {
	margin: 0;
}

.footer_flex_right .form_call_us_flex_in_num_btns a {
	font-size: 14px;
	padding: 6px 0 6px 20px;
	margin: 0 10px 0 0;
}

.footer_flex_in_mail {
	margin: 0 0 0 0;
}

.footer_flex_in_mail a {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	color: #50575B;
}

.footer_flex_in_mail .footer_flex_in_mail_meaning {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	display: block;
}

.footer_flex_in_mail p {
	font-size: 14px;
	margin: 0px;
	color: #B1B1B1;
}

/*Поправка от Димана*/
footer #contact-service
{
	text-decoration: none;
	color: #62717E;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 34px;
	font-size: 16px;
	line-height: 19px;
	border: 1px solid #E5E5E5;
	border-radius: 80px;
	margin-top: 50px;
	transition: all 0.3s;
}

footer #contact-service:hover
{
	background: #E5E5E5;
}

footer a
{
	transition: all 0.3s;
}

footer a:hover
{
	color: #32404D;
}

footer .footer_delimeter
{
	height: 2px;
	background: #E0E7FA;
	margin: 50px 0;
}

footer .payment-site
{
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .payment-title
{
	font-size: 16px;
	color: #6C7883;
}

footer .payment-ways
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .payment-img
{
	margin: 5px 0 5px 20px;
	/*width: 40px;*/ 
}

footer .footer-last-text
{
	font-size: 12px;
	text-align: center;
	margin: 40px auto;
	line-height: 1.3;
	width: 100%;
	max-width: 1300px;
	color: #9A9EAD;
}

footer .footer-last-line a
{
	text-decoration: none;
	color: #9A9EAD;
}

footer .footer-last-line
{
	display: flex;
	justify-content: center;
	color: #9A9EAD;
	font-size: 12px;
}

footer .year_text
{
	margin: 0 20px;
}

/*Поправка от Димана*/

/* .footer_flex_in_mail a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #50575B;
	background: url(/local/assets/css/../img/mail_ic.svg)0px center no-repeat;
	padding: 0 0 2px 25px;
} */

.bot_header_next {
	margin: 0 0 30px 0;
}

.kroshki {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}

.kroshki a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}

.kroshki a:hover {
	color: #50575B;
}

.kroshki span {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	color: #999;
}

.kroshki p {
	font-size: 14px;
	margin: 0;
}

.block_8 {
	margin: 0 0 40px 0;
}

.block_heading_with_link2 h3 {
	line-height: 1.3em;
}

.block_heading_with_link2 a {
	font-size: 35px;
	background: transparent;
	border-bottom: 1px solid #2086CF;
	font-weight: 700;
	padding: 0;
}

.block_8_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block_8_flex_in_flex {
	width: 49%;
}

.block_8_flex_in_flex_in {
	width: 100%;
	background: #F7F8FA;
	border-radius: 25px;
	padding: 35px 50px 50px;
	margin: 0 0 20px 0;
	position: relative;
	transition: all .2s;
}

.block_8_flex_in_flex_in:hover {
	filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.15));
}

.vac_ic1 {
	display: inline-block;
	background: url(/local/assets/css/../img/vac_ic1.svg)0px 0px no-repeat;
	width: 87px;
	height: 119px;
	position: absolute;
	top: 40px;
	right: 55px;
	background-size: 87px;
}

.vac_ic2 {
	display: inline-block;
	background: url(/local/assets/css/../img/vac_ic2.svg)0px 0px no-repeat;
	width: 107px;
	height: 122px;
	position: absolute;
	top: 40px;
	right: 45px;
	background-size: 107px;
}

.block_8_flex_in_flex_in_top {
	border-bottom: 1px solid #D3E2EA;
	padding: 0 105px 30px 0;
}

.block_8_flex_in_flex_in_top .block_8_flex_top_vacancy_name {
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 5px 0;
	display: block;
}

.block_8_flex_in_flex_in_top p {
	font-size: 18px;
	color: #707A80;
	margin: 0 0 15px 0;
}

.block_8_flex_in_flex_in_top .block_8_flex_top_vacancy_price {
	font-size: 35px;
	font-weight: 700;
	color: #2086CF;
	margin: 0;
	display: block;
}

.block_8_flex_in_flex_in_bot {
	padding: 30px 0 0 0;
}

.block_8_flex_in_flex_in_bot .block_8_flex_top_vacancy_conditions {
	font-weight: 500;
	font-size: 23px;
	margin: 0 0 5px 0;
	display: block;
}

.block_8_flex_in_flex_in_bot ul {
	padding: 0;
	margin: 0 0 20px 0;
}

.block_8_flex_in_flex_in_bot ul li {
	font-size: 18px;
	line-height: 1.5em;
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}

.block_8_flex_in_flex_in_bot ul li:before {
	content: "—";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}

.block_8_flex_in_flex_in_bot ul li b {
	font-weight: 500;
}

.btn_1 {
	display: block;
	width: 200px;
	background: #2086CF;
	border-radius: 80px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	/* filter: drop-shadow(0px 8px 25px #AFD5F0); */
	padding: 11px 0;
	border: none;
	font-family: 'PT Root UI';
}

.block_serv_warran_in .btn_1:hover {
	filter: drop-shadow(0px 8px 25px #AFD5F0);
}

.subscribe_us {
	background: #F7F8FA;
	padding: 50px 0;
}

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

.subscribe_us_flex span {
	font-size: 29px;
	font-weight: 400;
	margin: 0 50px 0 0;
	display: block;
}

.subscribe_us_flex .form_call_us_flex_in_input {
	margin: 0 25px 0 0;
}

.subscribe_us_flex button {
	width: 150px;
	border-radius: 40px;
	background: #F7F8FA;
	border: 1px solid #E6E6E6;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	font-family: 'PT Root UI';
	font-weight: 400;
	color: #50575B;
}

.subscribe_us_flex .sms_ic {
	position: static;
	margin: 0 0 0 70px;
}

.popap_vacancy {
	display: none;
	padding: 90px 100px 60px;
	background: #F7F8FA;
	border-radius: 25px;
	max-width: 650px;
	width: 100%;
}

.popap_vacancy_ic {
	display: block;
	width: 160px;
	height: 120px;
	background: url(/local/assets/css/../img/popap_vacancy_ic.svg)0px 0px no-repeat;
	background-size: 160px;
	margin: 0 auto 25px;
}

/* .popap_vacancy h4 {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 5px 0;
} */

.popap_vacancy .popap_vacancy_headlines {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 5px 0;
	display: block;
}

.popap_vacancy>form>p {
	font-size: 18px;
	margin: 0 0 35px 0;
}

.popap_vacancy .form_call_us_flex_in_input {
	max-width: 100%;
}

.text_area {
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 12px 20px;
	margin: 0 0 0 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.text_area:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}

.text_area p {
	color: #B2B2B2;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.text_area textarea {
	display: block;
	resize: none;
	width: 100%;
	height: 240px;
	border: none;
	font-size: 16px;
	font-family: 'PT Root UI';
	font-weight: 500;
	color: #50575B;
}

.popap_vacancy .btn_1 {
	margin: 0 auto;
	background-color: #2086cf;
	font-weight: 400;
}

.popap_vacancy .fancybox-button {
	right: 20px;
	top: 20px;
	border-radius: 50%;
	border: 1px solid #F2F2F2;
}

.popap_vacancy .fancybox-button:hover {
	background: #F2F2F2;
}

#main_input_file {
	display: none;
}

.load_input_file {
	position: relative;
	display: block;
	background: #fff;
	padding: 0 20px;
	margin: 0 0 40px 0;
	text-align: center;
	position: relative;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#f_name {
	display: block;
	width: 100%;
	text-align: center;
	background: transparent;
	border: none;
	border-top: 1px solid #E7E7E9;
	color: #51585C;
	font-size: 14px;
	font-family: 'PT Root UI';
	font-weight: 400;
	padding: 10px 0;
}

.filupp {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}

.filupp span {
	display: inline-block;
	background: url(/local/assets/css/../img/file_ic.svg)0px 0px no-repeat;
	position: absolute;
	top: 9px;
	left: 138px;
	width: 15px;
	height: 20px;
}

.block_9 {
	padding: 0 0 40px 0;
}

.block_heading_with_link3 {
	margin: 0 0 15px 0;
}

.block_9_txt {
	/* max-width: 815px; */
	margin: 0 0 20px 0;
}

.block_9_txt p {
	font-size: 22px;
	margin: 0;
	line-height: 1.4em;
}

.block_9_flex {
	/* max-width: 1250px; */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* margin: 0 auto 80px; */
}

.block_9_flex_in {
	max-width: 484px;
	width: 100%;
}

.block_9_flex_in span {
	display: block;
	max-width: 480px;
	margin: 0 auto 0;
}

.block_9_flex_in span img {
	display: block;
	width: 100%;
	height: auto;
}

.block_9_flex_in p {
	color: #858A8D;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
}

.block_10 {
	background: #F7F8FA;
	padding: 60px 0;
}

.block_10_in {
	max-width: 1230px;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 30px 50px;
	margin: 0 auto 0;
}

.block_10_flex {
	display: flex;
	justify-content: flex-start;
}

.block_10_flex_in {
	max-width: 450px;
	width: 100%;
	margin: 0 15px 0 0;
}

.block_10_flex_in .form_call_us_flex_in_input {
	border: none;
	max-width: 100%;
	padding: 0;
}

.block_10_flex_in_in {
	border: 1px solid #F3F3F3;
	border-radius: 15px;
	margin: 0 0 30px 0;
}

.block_10_flex_in_in .text_area {
	width: 100%;
	height: 450px;
}

.block_10_flex_in_in .load_input_file {
	margin: 0;
}

.block_10_flex_in .btn_1 {
	margin: 0 auto;
}

button.btn_1 {
	font-family: 'PT Root UI';
	font-weight: 400;
}

.block_heading_with_link p {
	font-size: 25px;
	margin: 0;
	color: #999;
}

.nav_prod_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}

.nav_prod_flex_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #F7F7F7;
	border-radius: 15px;
	padding: 10px 15px;
	margin: 0 5px 5px 0;
	transition: all .2s;
}

.nav_prod_flex_in:hover {
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.1);
}

.nav_prod_flex_in img {
	display: block;
	height: 40px;
	width: auto;
	flex-shrink: 0;
}

.nav_prod_flex_in a {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	color: #50575B;
	font-size: 16px;
	font-weight: 500;
}

.nav_prod_flex_in span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #ccc;
	white-space: nowrap;
}

.catalog_flex_filtr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 60px 0;
}

.catalog_flex_filtr .block_1_flex_slider {}

.sort_by {
	margin: 0 0 30px 0;
}

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

.sort_by_flex_in {
	margin: 0 15px 0 0;
}

.sort_by_flex_in_select1 {
	width: 210px;
	position: relative;
}

.sort_by_flex_in_select1:after {
	content: "";
	display: inline-block;
	background: url(/local/assets/css/../img/sort_ic.svg)right center no-repeat;
	width: 12px;
	height: 9px;
	position: absolute;
	top: 11px;
	right: 20px;
}

.sort_by_flex_in_select1_in {
	width: 100%;
}

.sort_by_flex_in_select .select2-selection {
	background: trasnparent;
	border: none;
}

.sort_by_flex_in_select .select2-container .select2-selection--single {
	height: auto;
}

.sort_by_flex_in_select .select2-selection__rendered {
	font-size: 16px;
	color: #50575B !important;
	font-family: 'PT Root UI';
	font-weight: 400;
}

.select2-selection__arrow {
	display: none;
}

.select2-container--open .select2-dropdown--below {
	top: 10px;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
	box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	border: none;
	overflow: hidden;
	padding: 15px 10px;
}

.select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--selected {
	background: #F7F8FA;
	border-radius: 10px;
}

.sort_by_flex_in_select2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.sort_by_flex_in_select2:after {
	content: "";
	background: url(/local/assets/css/../img/arrow_select.svg)0 0 no-repeat;
	display: inline-block;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 12px;
	right: 0;
}

.sort_by_flex_in_select2 p {
	font-size: 16px;
	color: #999;
	margin: 0;
}

.sort_by_flex_in_select2 .sort_by_flex_in_select2_in {
	width: 50px;
}

.sort_by_flex_in_check {
	position: relative;
	width: 92px;
	height: 40px;
	margin: 0 0 0 20px;
}

.sort_by_flex_in_check:before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 36px;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #fff url(/local/assets/css/../img/sort_by_flex_in_check1.svg)center no-repeat;
	z-index: -1;
}

.sort_by_flex_in_check:after {
	content: "";
	display: inline-block;
	width: 48px;
	height: 36px;
	position: absolute;
	top: 2px;
	left: 42px;
	background: #fff url(/local/assets/css/../img/sort_by_flex_in_check2.svg)center no-repeat;
	z-index: -1;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox__text {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}

.checkbox__text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	height: 40px;
	border-radius: 40px;
	background: transparent;
	transition: .2s;
	border: 1px solid #F5F5F6;
	z-index: 1;
}

.checkbox__text:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 48px;
	height: 36px;
	border-radius: 20px;
	background: #fff url(/local/assets/css/../img/sort_by_flex_in_check1_1.svg)center no-repeat;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	transition: .2s;
	z-index: 1;
}

.checkbox input:checked+.checkbox__text:after {
	left: 42px;
	background: #fff url(/local/assets/css/../img/sort_by_flex_in_check2_1.svg)center no-repeat;
}

.catalog_flex_filtr_left_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}

.catalog_flex_filtr_left {
	padding: 0 20px 0 0;
}

.catalog_flex_filtr_left .block_1_flex_slider {
	margin-bottom: 60px;
}

.catalog_flex_filtr_left_flex_in {
	max-width: 320px;
}

.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in {
	padding: 0 30px;
}

.block_4_in_slide_in_in_btns {
	position: absolute;
	top: 40px;
	right: 40px;
	display: none;
}

.block_4_in_slide_in_in:hover .block_4_in_slide_in_in_btns {
	display: block;
}

.btn_fav {
	width: 30px;
	height: 30px;
	background: url(/local/assets/css/../img/btn_fav.svg)center bottom no-repeat;
	border: none;
	margin: 0 5px 0 0;
}

.compare {
	width: 30px;
	height: 30px;
	background: url(/local/assets/css/../img/compare.svg)center bottom no-repeat;
	border: none;
}

.ackii {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 3px 5px;
	position: absolute;
	top: 50px;
	left: 30px;
	background: #56D96A;
	border-radius: 5px;
}

.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in_img_txt p {
	height: 90px;
	overflow: hidden;
	margin-bottom: 15px;
}

.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in_price {}

.buy_for {
	background: url(/local/assets/css/../img/buy_for_ic1.svg)center no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 30px;
	right: 40px;
	border: none;
	transition: all .2s;
	font-family: 'PT Root UI';
	font-weight: 400;
	color: #50575B;
}

/* .buy_for:hover {
	filter: drop-shadow(0px 8px 25px #AFD5F0);
} */

.buy_for span {
	display: none;
	position: absolute;
	top: -45px;
	left: -108px;
	white-space: nowrap;
	font-size: 14px;
	padding: 9px 15px;
	background: #fff;
	filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.2));
	border-radius: 5px;
}

.buy_for:hover span {
	display: inline-block;
}

.buy_for span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	right: 25px;
}

.catalog_flex_filtr_left_flex_show_more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 0;
	margin: 0 0 60px 0;
}

.more_show {
	max-width: 600px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	border: 1px solid #E7E7E7;
	border-radius: 15px;
	background: transparent;
	color: #50575B;
}

.catalog_flex_filtr_left_flex_show_more_pages {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog_flex_filtr_left_flex_show_more_pages a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 15px;
	color: #50575B;
	font-size: 16px;
	text-decoration: none;
	margin: 0 2px;
}

.catalog_flex_filtr_left_flex_show_more_pages a:hover {
	background: #2086CF;
	color: #fff;
}

a.arrow_page_move1, a.arrow_page_move2 {
	position: relative;
	border: 1px solid #E7E7E7;
	overflow: hidden;
	background: #fff !important;
}

.arrow_page_move1 span {
	content: "";
	background: #fff url(/local/assets/css/../img/arrow_select.svg)center no-repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.arrow_page_move2 span {
	content: "";
	background: #fff url(/local/assets/css/../img/arrow_select.svg)center no-repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-90deg);
}

.catalog_flex_filtr_left_flex_just_txt span {
	font-size: 29px;
	font-weight: 700;
	margin: 0 0 15px 0;
	display: block;
}

.catalog_flex_filtr_left_flex_just_txt_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* .catalog_flex_filtr_left_flex_just_txt_flex_in {
	width: 48%;
} */

.catalog_flex_filtr_left_flex_just_txt_flex_in_deckr {
	height: 170px;
	font-size: 16px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	text-align: justify;
}

.expanded .catalog_flex_filtr_left_flex_just_txt_flex_in_deckr {
	height: auto;
}

.catalog_flex_filtr_left_flex_just_txt_flex_in:not(.expanded) .catalog_flex_filtr_left_flex_just_txt_flex_in_deckr:after {
	content: "";
	height: 50px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}

.catalog_flex_filtr_left_flex_just_txt_flex_in a {
	display: inline-block;
	font-size: 14px;
	font-family: 'Golos Text';
	font-weight: 400;
	text-decoration: none;
	color: #B1B1B1;
	margin: 0;
	transition: all .2s;
	background: #fff;
	border: 1px solid #F5F5F5;
	padding: 4px 4px;
	border-radius: 6px;
}

/* catalog_flex_filtr_right */

.catalog_flex_filtr_right {
	width: 320px;
	flex-shrink: 0;
}

.catalog_flex_filtr_right_in {
	width: 100%;
	padding: 15px 10px;
	background: #F7F8FA;
	border-radius: 15px;
	margin: 0 0 30px 0;
}

.btn_for_filtr {
	font-size: 25px;
	font-weight: 700;
	padding: 0 15px;
	margin: 0 0 0 0;
	cursor: pointer;
	user-select: none;
}

.filrt_form {
	padding: 15px 0 0 0;
}

.filrt_form_search {
	margin: 0 0 15px 0;
}

.filrt_form_search input {
	display: block;
	width: 100%;
	padding: 11px 15px;
	border-radius: 10px;
	border: 1px solid #E7E7E7;
	font-size: 14px;
	color: #999;
	font-family: 'PT Root UI';
	font-weight: 400;
	background: transparent;
}

.filrt_form_in {
	border-bottom: 1px solid #E7E7E7;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.filrt_form_in_head {
	padding: 4px 15px 4px 15px;
	margin: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
}

.filrt_form_in_head b {
	display: none;
	position: absolute;
	top: -3px;
	left: -168px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	padding: 9px 15px;
	background: #fff;
	filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.2));
	border-radius: 5px;
}

.filrt_form_in_head:hover b {
	display: inline-block;
}

.filrt_form_in_head b:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -8px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
}

.filrt_form_in_head p {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 0 0;
	overflow-wrap: anywhere;
}

.filrt_form_in_head div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}

.filrt_form_in_head div span {
	display: inline-block;
	width: 40px;
	text-align: right;
	color: #2086CF;
	font-weight: 500;
	font-size: 16px;
	flex-shrink: 0;
}

.filrt_form_in_head div i {
	display: inline-block;
	background: url(/local/assets/css/../img/arrow_select.svg)right 0px no-repeat;
	background-size: 10px;
	width: 22px;
	height: 6px;
	flex-shrink: 0;
	transition: all .2s;
}

/* .filrt_form_in_head_show div i {
	transform: rotate(180deg);
	background: url(/local/assets/css/../img/arrow_select.svg)left 0px no-repeat;
	background-size: 10px;
} */

.filrt_form_in_body {
	padding: 0 15px;
	display: none;
}

.filrt_form_in_body_in {
	margin: 0 0 4px 0;
	max-height: 190px;
	overflow: hidden;
}

.filrt_form_in_body_in:hover {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.filrt_form_in_body_in::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 3px;
}

.filrt_form_in_body_in::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #E7E7E7;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.filrt_form_in_body_in_check {
	padding: 4px 0;
}

.check_filtr {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.check_filtr+label {
	position: relative;
	vertical-align: middle;
	padding: 2px 0 2px 30px;
	cursor: pointer;
}

.check_filtr+label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #7F7F7F;
	border-radius: 3px;
	flex-shrink: 0;
}

.check_filtr:checked+label:before {
	background: #2086CF url(/local/assets/css/../img/checked_filtr.svg)center no-repeat;
	border-color: #2086CF;
}

.filrt_form_in_body_in_check label {
	display: block;
	width: 100%;
	color: #50575B;
	font-size: 15px;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.reset {
	color: #999;
	font-size: 12px;
	display: inline-block;
	font-family: 'PT Root UI';
	font-weight: 400;
	text-align: left;
	padding: 4px;
	background: transparent;
	border: none;
}

.filrt_form_in_btns {
	display: flex;
	justify-content: space-around;
	padding: 20px 0 20px 0;
}

.filrt_form_in_btns .btn_1 {
	width: 125px;
	font-size: 16px;
	filter: initial;
}

.btn_2 {
	background: #fff;
	color: #50575B;
}

.catalog_flex_filtr_right_in_ban a {
	display: block;
	margin: 0 0 30px 0;
}

.catalog_flex_filtr_right_in_ban a img {
	display: block;
	width: 100%;
	height: auto;
}

/* .block_4_in_slide .buy_for {
	display: none;
} */

/* .block_4_in_slide .block_4_in_slide_in_in:hover .buy_for {
	display: block;
} */

.catalog_flex_filtr_left_flex_list {
	margin: 0 0 40px 0;
}

.catalog_flex_filtr_left_flex_list_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 30px;
	border-radius: 15px;
}

.catalog_flex_filtr_left_flex_list_flex:hover {
	-webkit-box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
}

.catalog_flex_filtr_left_flex_list_flex_in_left {
	width: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.catalog_flex_filtr_left_flex_list_flex_in_left img {
	display: block;
	width: 168px;
	height: auto;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in1 {
	max-width: 360px;
	width: 100%;
	padding: 0 0 0 10px;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in1>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in1>div .ackii {
	position: static;
	margin: 0 10px 0 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in1>div>p {
	color: #808080;
	font-size: 14px;
	margin: 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in1>p {
	height: 70px;
	overflow: hidden;
	font-size: 16px;
	margin: 0;
	line-height: 1.4em;
}
.catalog_flex_filtr_left_flex_list_flex_in_left_in1>p a {
	color: inherit;
	text-decoration: none;
}
.catalog_flex_filtr_left_flex_list_flex_in_left_in2 {
	padding: 0 0 0 30px;
	flex-shrink: 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in2 .discount {
	position: static;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in2 .discount span {
	margin: 0 10px 0 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_left_in2 span {
	font-size: 23px;
	margin: 5px 0 0 0;
	font-weight: 700;
	display: block;
}

.catalog_flex_filtr_left_flex_list_flex_in_right {
	max-width: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-shrink: 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_right .block_4_in_slide_in_in_btns {
	position: static;
	display: block;
	margin: 0 0 15px 0;
}

.on_click_buy {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 18px;
	text-decoration: none;
	color: #50575B;
	margin: 0 0 15px 0;
}

.catalog_flex_filtr_left_flex_list_flex_in_right .buy_for {
	max-width: 200px;
	width: 100%;
	position: relative;
	bottom: 0;
	right: 0;
	background: #2086CF url(/local/assets/css/../img/buy_for_ic1.svg)25px center no-repeat;
	font-weight: 500;
	font-family: 'PT Root UI';
	font-size: 18px;
	color: #fff;
	border-radius: 40px;
	padding: 0 10px 0 40px;
}

.catalog_flex_filtr_left_flex_list_flex_in_right .buy_for:hover {
	background: #2086CF url(/local/assets/css/../img/buy_for_ic2.svg)25px center no-repeat;
}

.catalog_flex_filtr_left_flex_list_flex_in_right .buy_for>span {
	color: #50575B;
	font-family: 'PT Root UI';
	font-weight: 400;
}

#popap_buy_one_click .text_area {
	border-radius: 15px;
}

#popap_buy_one_click .btn_1 {
	margin-top: 20px;
}

.back_to_categ img {
	height: 10px;
}

.catalog_flex_main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 40px 0;
}

.catalog_flex_main_left {
	max-width: 320px;
	width: 100%;
	flex-shrink: 0;
}

.catalog_flex_main_left_in {
	width: 100%;
	padding: 15px 10px 5px 10px;
	background: #F7F8FA;
	border-radius: 15px;
}

.catalog_flex_main_left_in>a,
.side-menu__root {
	display: block;
	font-weight: 500;
	font-size: 16px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 15px 0;
	
	text-decoration: none;
	border-bottom: 1px solid #E7E7E7;
}

.filrt_form_in_body_in>a {
	display: block;
	color: #50575B;
	text-decoration: none;
	padding: 4px 15px;
	margin: 4px 0;
}

.filrt_form_in_body_in>a:hover {
	color: #2086CF;
	font-weight: 500;
}

.catalog_flex_main_left .filrt_form_in:last-child {
	border: none;
}

.catalog_flex_main_left_in .filrt_form_in_body_in {
	max-height: 300px;
}

.in_links_show_in1 {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.in_links_show a {
	color: #50575B;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 4px 0;
	margin: 4px 0;
}

.in_links_show_in1 i {
	display: inline-block;
	background: url(/local/assets/css/../img/arrow_select.svg)right 0px no-repeat;
	background-size: 10px;
	width: 22px;
	height: 6px;
	flex-shrink: 0;
	transition: all .2s;
}

.in_links_show a:hover {
	color: #2086CF;
	font-weight: 500;
}

.in_links_show_in2 {
	display: none;
	padding: 0 10px 0 25px;
}

.catalog_flex_main_right {
	width: 100%;
}

.catalog_flex_main_right_flex {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 0 0;
	flex-wrap: wrap;
}

.catalog_flex_main_right_flex_in {
	width: 290px;
	min-height: 230px;
	border: 1px solid #E7E7E7;
	border-radius: 15px;
	position: relative;
	padding: 15px 10px 10px 10px;
	margin: 0 0 20px 20px;
	transition: all .2s;
}

.catalog_flex_main_right_flex_in:hover {
	box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.1);
	border-color: #fff;
}

.catalog_flex_main_right_flex_in a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.catalog_flex_main_right_flex_in img {
	display: block;
	width: auto;
	height: 140px;
	margin: 0 auto;
}

.catalog_flex_main_right_flex_in span {
	display: block;
	width: 100%;
	color: #DC2A2A;
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	margin: 15px 0 0 0;
}

.catalog_flex_main_right_flex_in p {
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	margin: 15px 0 0 0;
}

.catalog_flex_main_right_flex_in p span {
	display: inline-block;
	width: auto;
	color: #50575B;
	position: relative;
	margin: 0;
}

.catalog_flex_main_right_flex_in p span:after {
	content: "";
	display: inline-block;
	background: url(/local/assets/css/../img/arrow_select.svg)right 0px no-repeat;
	background-size: 10px;
	width: 22px;
	height: 6px;
	flex-shrink: 0;
	transition: all .2s;
	transform: rotate(-90deg);
	position: absolute;
	top: 17px;
	right: -20px;
}

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

.catalog_flex_main_right_flex_in_back img {
	height: 60px;
	margin: 0;
}

.catalog_flex_main_right_flex_in_back p {
	width: auto;
	margin: 0 0 0 20px;
}

.menu_btn_nav {
	display: none;
}

.catalog_flex_result {
	flex-wrap: wrap;
	margin: 0 0 40px 0;
}

.block_heading_with_link h4 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 20px 0 0;
	line-height: 1.1em;
}

.choose_section {
	padding: 15px 0 40px 0;
}

.choose_section div {
	max-width: 468px;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #F3F3F3;
	border-radius: 15px;
}

.choose_section p {
	list-style: none;
	font-weight: 500;
	font-size: 30px;
	padding: 8px 35px;
	border-radius: 15px;
	margin: 0;
	cursor: pointer;
	user-select: none;
	transition: all .2s;
}

p.sec_choosed {
	background: #2086CF;
	color: #fff;
}

.kroshki a span {
	display: inline-block;
	font-size: 20px;
	background: url(/local/assets/css/../img/arrow_back.svg)0px 7px no-repeat;
	padding: 0 0 0 18px;
}

.nav_prod_izbrannoe .nav_prod_flex_in span {
	color: #2086CF;
}

.catalog_flex_izbrannoe {
	max-width: 1240px;
}

.links_for_del_share {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 30px 0;
}

.links_for_del_share a {
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 25px 10px 0;
	color: #7F7F7F;
	font-size: 14px;
	text-decoration: none;
}

a.links_for_del_share1 {
	background: url(/local/assets/css/../img/links_for_del_share1.svg)0px 0px no-repeat;
}

a.links_for_del_share2 {
	background: url(/local/assets/css/../img/links_for_del_share2.svg)0px 0px no-repeat;
}

.sravnenie_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 20px 0;
}

.sravnenie_flex_left {
	width: 185px;
	padding: 173px 5px 0 0;
	flex-shrink: 0;
}

.sravnenie_flex_left p {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0;
}
/*
.sravnenie_flex_left p:nth-child(1) {
	margin-bottom: 22px;
}

.sravnenie_flex_left p:nth-child(2) {
	margin-bottom: 17px;
}

.sravnenie_flex_left p:nth-child(3) {
	margin-bottom: 11px;
}

.sravnenie_flex_left p:nth-child(4) {
	margin-bottom: 6px;
}

.sravnenie_flex_left p:nth-child(5) {
	margin-bottom: 19px;
}

.sravnenie_flex_left p:nth-child(6) {
	margin-bottom: 16px;
}

.sravnenie_flex_left p:nth-child(7) {
	margin-bottom: 15px;
}
*/
.sravnenie_flex_right_slide_in_in span {
	font-weight: 500;
	font-size: 17px;
	margin: 0 0 25px 0;
	height:120px;
	display: block;
}

.sravnenie_flex_right_slide {
	max-width: 1370px;
}

.sravnenie_flex_right_slide .slick-prev {
	top: 90px;
}

.sravnenie_flex_right_slide .slick-next {
	top: 90px;
}

@media (max-width:600px){
.sravnenie_flex_right_slide .slick-prev {
	top: 90px;
	left:-30px;
}

.sravnenie_flex_right_slide .slick-next {
	top: 90px;
	right:-5px;
}

}
.sravnenie_flex_right_slide_in {
	padding: 0 0 50px 0;
}

.sravnenie_flex_right_slide_in_in {
	width: 230px;
	border-radius: 15px;
	padding: 18px 20px;
	transition: all .2s;
	margin: 0 auto 0;
}

.sravnenie_flex_right_slide_in_in:hover {
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.sravnenie_flex_right_slide_in_in_img {
	height: 90px;
	overflow: hidden;
}

.sravnenie_flex_right_slide_in_in_img img {
	display: block;
	width: auto;
	height: 70px;
	margin: 0 auto 0;
}

.sravnenie_flex_right_slide_in_in p {
	font-size: 16px;
	margin: 0;
	padding: 12px 0;
}

.sravnenie_flex_right_slide_in_in_btns>div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transition: all .2s;
}

.sravnenie_flex_right_slide_in_in_btns>div .buy_for {
	position: static;
	width: 45px;
	height: 45px;
	background-size: 45px;
}

.sravnenie_flex_right_slide_in_in_btns>div .buy_for span {
	left: -8px;
}

.sravnenie_flex_right_slide_in_in_btns>div .buy_for span:after {
	right: initial;
	left: 22px;
}

.sravnenie_flex_right_slide_in_in_btns>div .buy_for:hover {
	background: url(/local/assets/css/../img/buy_for_ic2.svg)center no-repeat;
	background-size: 45px;
}

.izb_ic {
	border: 2px solid #F7F8FA;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(/local/assets/css/../img/izb_ic.svg)center no-repeat;
	transition: all .2s;
}

.izb_ic:hover {
	background: url(/local/assets/css/../img/izb_ic_hover.svg)center no-repeat;
}

.close_ic2 {
	border: 2px solid #F7F8FA;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(/local/assets/css/../img/close_ic2.svg)center no-repeat;
	transition: all .2s;
}

.close_ic2:hover {
	background: url(/local/assets/css/../img/close_ic2_hover.svg)center no-repeat;
}

.sravnenie_flex_right_slide_in_in:hover .sravnenie_flex_right_slide_in_in_btns>div {
	opacity: 1;
}

.in_page_pro_flex {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	margin: 0 0 10px 0;
}

.in_page_pro_flex_left {
	width: 540px;
	margin: 0 70px 0 0;
	flex-shrink: 0;
}

.in_page_pro_flex_left_slide_min {
	width: 350px;
	margin: 20px auto 0;
}

.in_page_pro_flex_left_slide_min_in {
	padding: 4px 4px;
}

.in_page_pro_flex_left_slide_min .slick-prev {
	/* background: url(/local/assets/css/../img/in_page_pro_flex_left_slide_min1.svg) center no-repeat; */
	box-shadow: none;
	left: -40px;
	box-shadow: 0 2px 7px rgba(170,170,170,.34);
}

.in_page_pro_flex_left_slide_min .slick-next {
	/* background: url(/local/assets/css/../img/in_page_pro_flex_left_slide_min2.svg) center no-repeat; */
	box-shadow: none;
	right: -40px;
	box-shadow: 0 2px 7px rgba(170,170,170,.34);
}

.in_page_pro_flex_left_slide_min_in_in {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 72px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 5px;
	margin: 0 auto 0;
}

.in_page_pro_flex_left_slide_min_in_in:hover {
	border: 1px solid #E5E5E5;
}

.in_page_pro_flex_left_slide_min_in_in img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.in_page_pro_flex_right {
	max-width: 919px;
}

.in_page_pro_flex_right_in1 {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}

.in_page_pro_flex_right_in1 .ackii {
	position: static;
}

.in_page_pro_flex_right_in1 p {
	color: #808080;
	font-size: 14px;
	/* margin: 0 0 0 15px; */
}

.in_page_pro_flex_right .block_heading_with_link {
	margin: 0 0 20px 0;
}

.in_page_pro_flex_right .block_heading_with_link h1 {
	margin: 0;
	font-weight: 500;
}

.in_page_pro_flex_right .block_heading_with_link span {
	margin: 0;
	font-weight: 500;
}

.in_page_pro_flex_right .discount {
	margin: 0 0 5px 0;
}

.in_page_pro_flex_right_in2 {
	margin: 0 0 20px 0;
}

.in_page_pro_flex_right_in2 p {
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	margin: 0 15px 0 0;
	line-height: 1.1em;
}

.in_page_pro_flex_right_in2 span {
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 0 0;
	line-height: 1.1em;
}

.in_page_pro_flex_right_in3 .on_click_buy {
	display: inline-block;
	width: auto;
}

.in_page_pro_flex_right_in4 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 50px 0;
}

.in_page_pro_flex_right_in4_btn_count {
	display: flex;
	width: 140px;
	margin: 0 15px 0 0;
}

.in_page_pro_flex_right_in4_btn_count>span {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #F7F8FA;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}

.in_page_pro_flex_right_in4_btn_count input {
	display: inline-block;
	width: 45px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	font-family: 'PT Root UI';
	border: none;
}

.in_page_pro_flex_right_in4 .buy_for {
	max-width: 200px;
	width: 100%;
	position: relative;
	bottom: 0;
	right: 0;
	background: #2086CF url(/local/assets/css/../img/buy_for_ic1.svg)25px center no-repeat;
	font-weight: 500;
	font-family: 'PT Root UI';
	font-size: 18px;
	color: #fff;
	border-radius: 40px;
	padding: 0 10px 0 40px;
}

.in_page_pro_flex_right_in4 .buy_for:hover span {
	color: #50575B;
}

.in_page_pro_flex_right_in4_btn_count2 {
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
}

.in_page_pro_flex_right_in4_btn_count2 .izb_ic {
	background-color: #F7F8FA;
	flex-shrink: 0;
}

.compare2 {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #000;
	background: url(/local/assets/css/../img/compare2.svg) center no-repeat;
	border: 2px solid #F7F8FA;
	margin: 0 0 0 15px;
	flex-shrink: 0;
}

.compare2:hover {
	background: url(/local/assets/css/../img/compare2_hover.svg) center no-repeat;
	background-color: #F7F8FA;
}

.in_page_pro_flex_right_in5 {
	width: 415px;
	background: #F7F8FA;
	border-radius: 25px;
	padding: 25px 25px 15px 25px;
}

.in_page_pro_flex_right_in5 h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.in_page_pro_flex_right_in5_flex1 {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}

.in_page_pro_flex_right_in5_flex1 p {
	width: 230px;
	font-size: 18px;
	font-weight: 400;
	margin: 0 20px 0 0;
	padding: 0 0 0 30px;
	background: url(/local/assets/css/../img/in_page_pro_flex_right_in5_flex1_ic.svg) 0px 5px no-repeat;
}

.in_page_pro_flex_right_in5_flex1 p span {
	border-bottom: 1px dashed #50575B;
}

.in_page_pro_flex_right_in5_flex1>a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #50575B;
}

.in_page_pro_flex_right_in5_flex2 {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}

.in_page_pro_flex_right_in5_flex2 p {
	width: 230px;
	font-size: 18px;
	font-weight: 400;
	margin: 0 20px 0 0;
	padding: 0 0 0 30px;
	background: url(/local/assets/css/../img/in_page_pro_flex_right_in5_flex2.svg) 0px 5px no-repeat;
}

.in_page_pro_flex_right_in5_flex2 p span {
	border-bottom: 1px dashed #50575B;
}

.in_page_pro_flex_right_in5_flex2>span {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #50575B;
}

.sravnenie_flex_right_slide_in .compare2 {
	background-color: transparent;
}

.in_page_pro3 {
	max-width: 1480px;
	margin: 0 0 60px 0;
}

.in_page_pro3_txt {
	position: relative;
	height: 130px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.in_page_pro3_txt p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	text-align: justify;
}

.in_page_pro3_txt:after {
	content: "";
	width: 100%;
	display: inline-block;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 90px;
	/* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%); */
	pointer-events: none;
}

.in_page_pro3_txt h4 {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.expand {
	max-width: 246px;
	display: block;
	font-family: 'Golos Text';
	font-size: 18px;
	display: inline-block;
	color: #2086CF;
	text-align: center;
	padding: 4px 5px;
	border: 1px solid #2086CF;
	border-radius: 4px;
	cursor: pointer;
}

.in_page_pro4 {
	max-width: 1480px;
	margin: 0 0 60px 0;
}

.in_page_pro4_txt {
	margin: 0 0 30px 0;
}

.in_page_pro4_txt h4 {
	font-weight: 500;
	font-size: 23px;
	margin: 0 0 10px 0;
}

.in_page_pro4_txt p {}

.in_page_pro4_txt ul {
	padding: 0;
	margin: 0;
}

.in_page_pro4_txt ul li {
	font-size: 18px;
	line-height: 1.5em;
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}

.in_page_pro4_txt ul li::before {
	content: "—";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
}

/* .in_page_pro5 {
	max-width: 1200px;
	margin: 0 0 60px 0;
} */

.in_page_pro5 .video_block {
	max-width: 1200px;
	margin: 0 auto;
}

.video_block, .video-slider-big .slick-slide {
	position: relative;
}
.video-slider-big, .video-slider-small {
     	display:none;
}
.video-slider-big.slick-initialized, .video-slider-small.slick-initialized {
	display: block;
}
.video-slider-big a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/local/assets/css/../img/play_about.svg)center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.video-slider-small {
padding-top: 20px;
}
.video-slider-small .slick-slide>div {
padding: 0 10px;
margin: 0 auto;
}
.video-slider-small.no-slide .slick-track {
transform: translate3d(0px, 0px, 0px) !important;
}
.video-slider-small .slick-slide.slick-current img {
	border: 1px solid #2086cf;
}
.video_block .video-slider-small img {
	margin: 0 auto;
cursor:pointer;
}
.video_block img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.in_page_pro6 {
	margin: 0 0 60px 0;
}

.in_page_pro6 .main_search_block_in {
	/* max-width: 600px; */
	max-width: 1200px;
	padding: 4px 0;
	/* margin: 0 0 20px 0; */
	margin: 0 auto 20px auto;
}

.in_page_pro6_table {
	/* max-width: 915px; */
	max-width: 1200px;
	max-height: 850px;
	overflow-x: auto;
	/* margin-bottom: 25px; */
	margin: 25px auto;
}

.in_page_pro6_table::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.in_page_pro6_table::-webkit-scrollbar-button {
	background-color: #fff;
}

.in_page_pro6_table::-webkit-scrollbar-track {
	background-color: #E7E7E7;
}

.in_page_pro6_table::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}

.in_page_pro6_table::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #E7E7E7;
	border-radius: 3px;
}

.in_page_pro6_table::-webkit-scrollbar-corner {
	background-color: #E7E7E7;
}

.in_page_pro6_table::-webkit-resizer {
	background-color: #E7E7E7;
}

.in_page_pro6_table table {
	width: 100%;
}

.in_page_pro6_table table th {
	color: #50575B;
	font-weight: 500;
	font-size: 16px;
	background: #F5F5F5;
	padding: 10px 0;
	text-align:center;
}

.in_page_pro6_table table td{
	text-align:center;
}

.in_page_pro6_table table td div{
	justify-content: center;
}

.in_page_pro6_table table th:nth-child(1) {
	width: 225px;
	text-align: center;
}

.in_page_pro6_table table th:nth-child(3) {
	padding: 10px 20px 10px 0;
	width: 110px;
}

.in_page_pro6_table table td:nth-child(1) {
	width: 225px;
}

.in_page_pro6_table table td:nth-child(3) {
	width: 110px;
}

.in_page_pro6_table table td:last-child {
	width: 130px;
}

.in_page_pro6_table table td {
	padding: 5px 0;
}

.in_page_pro6_table table td div {
	display: flex;
	align-items: center;
}

.in_page_pro6_table table td div img {
	display: block;
	height: 50px;
	width: auto;
}

.in_page_pro6_table table td {
	vertical-align: middle;
}

.in_page_pro6_table table td div p {
	font-size: 16px;
	color: #808080;
	margin: 0 0 0 20px;
}

.in_page_pro6_table table td a {
	font-size: 16px;
	color: #50575B;
	text-decoration: none;
}

.in_page_pro6_table table td span {
	font-size: 16px;
}

.in_page_pro6_table table tr:hover p {
	color: #2086CF;
}

.in_page_pro6_table table tr:hover a {
	color: #2086CF;
}

.in_page_pro6_table table tr:hover span {
	color: #2086CF;
}

.form_call_us_main {
	background: #F7F8FA;
	padding: 50px 0 50px 0;
	margin: 0 0 15px 0;
}

.form_call_us_main .form_call_us {
	margin: 0;
}

.form_call_us_main .form_call_us_flex_in {
	background: #fff;
}

.form_call_us_flex_in_main {
	width: 49%;
}

.form_call_us_flex_in_main .form_call_us_flex_in {
	width: 100%;
}

.form_call_us_flex_in_main .form_call_us_flex_in .form_call_us_subtitle {
	margin: 0 0 10px 0;
}

.form_call_us_flex_in1 {
	margin: 0 0 15px 0;
}

.form_call_us_flex_in1 a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #50575B;
	background: url(/local/assets/css/../img/order_call_ic.svg)15px center no-repeat;
	padding: 4px 20px 4px 40px;
	border: 1px solid #E5E5E5;
	border-radius: 40px;
}

.form_call_us_flex_in2 a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #50575B;
	background: url(/local/assets/css/../img/mail_ic.svg)15px center no-repeat;
	padding: 4px 20px 4px 40px;
	border: 1px solid #E5E5E5;
	border-radius: 40px;
}

.form_call_us_flex_in1 .popap_vacancy_ic {
	position: absolute;
	top: 60px;
	right: 100px;
	margin: 0;
}

.write_ic {
	display: inline-block;
	position: absolute;
	top: 80px;
	right: 90px;
	width: 174px;
	height: 94px;
	background: url(/local/assets/css/../img/write_ic.svg)0px 0px no-repeat;
}

.popaps_block {
	max-width: 600px;
	margin: 0 auto 0;
}

.popaps_block a {
	font-size: 35px;
	display: block;
	margin: 20px 0;
}

.popap_samovyzov_dostavka {
	max-width: 1120px;
	width: 100%;
	padding: 50px 50px;
	background: #fff;
}

.popap_samovyzov_dostavka h4 {
	font-weight: 500;
	font-size: 35px;
	margin: 0 0 30px 0;
}

.popap_samovyzov_dostavka .choose_section p {
	font-size: 18px;
}

.popap_samovyzov_dostavka_flex1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 40px 0;
}

.popap_samovyzov_dostavka_flex1 .main_search_block_in {
	max-width: 400px;
	width: 100%;
	padding: 0;
	margin: 0 30px 0 0;
}

.popap_samovyzov_dostavka_flex1 .main_search_block_in input {
	background: transparent;
}

.spisok_karta {
	display: flex;
	margin: 0 0 0 0;
}

.spisok_karta p {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}

.spisok_karta p:nth-child(1) {
	padding: 0 0 2px 20px;
	margin: 0 30px 0 0;
	background: url(/local/assets/css/../img/spisok_ic1.svg)0px center no-repeat;
}

.spisok_karta p:nth-child(1):hover {
	color: #2086CF;
	background: url(/local/assets/css/../img/spisok_ic1_1.svg)0px center no-repeat;
}

.spisok_karta p:nth-child(2) {
	padding: 0 0 0 18px;
	background: url(/local/assets/css/../img/loca_ic1.svg)0px center no-repeat;
}

.spisok_karta p:nth-child(2):hover {
	color: #2086CF;
	background: url(/local/assets/css/../img/loca_ic1_1.svg)0px center no-repeat;
}

p.popap_choosed:nth-child(1) {
	color: #2086CF;
	background: url(/local/assets/css/../img/spisok_ic1_1.svg)0px center no-repeat;
}

p.popap_choosed:nth-child(2) {
	background: url(/local/assets/css/../img/loca_ic1_1.svg)0px center no-repeat;
	color: #2086CF;
}

.popap_samovyzov_dostavka_flex2 table {
	width: 100%;
}

.popap_samovyzov_dostavka_flex2 tr:nth-child(1) {
	background: #F5F5F5;
}

.popap_samovyzov_dostavka_flex2 th {
	font-weight: 500;
	font-size: 16px;
	padding: 10px 0;
	vertical-align: middle;
}

.popap_samovyzov_dostavka_flex2 th:nth-child(1) {
	padding-left: 15px;
}

.popap_samovyzov_dostavka_flex2 th:nth-child(2) {
	padding-left: 15px;
	padding-right: 15px;
}

.popap_samovyzov_dostavka_flex2 td {
	padding: 10px 0;
	border-bottom: 1px solid #F5F5F5;
}

.popap_samovyzov_dostavka_flex2 td:nth-child(1) {
	padding-left: 15px;
}

.popap_samovyzov_dostavka_flex2 td:nth-child(2) {
	padding-left: 15px;
	padding-right: 15px;
}

.popap_samovyzov_dostavka_flex2 td:nth-child(3) {
	padding-right: 15px;
}

.popap_samovyzov_dostavka_flex2 tr:hover td {
	background: #F5F5F5;
}

.popap_samovyzov_dostavka_flex2 td a {
	color: #50575B;
	font-size: 18px;
	text-decoration: none;
}

.popap_samovyzov_dostavka_flex2 tr:hover td a {
	color: #2086CF;
}

.popap_samovyzov_dostavka_flex2 td span {
	font-size: 18px;
}

.order_1 {
	color: #D2C335;
}

.order_2 {
	color: #CA2D2D;
}

.order_3 {
	color: #2086CF;
}

.popap_samovyzov_dostavka_flex2 td p {
	color: #50575B;
	font-size: 18px;
}

.popap_samovyzov_dostavka_flex2 tr:hover td p {
	color: #2086CF;
}

.map {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.map img {
	display: block;
	width: 100%;
	height: auto;
}

.chos_adres_fix {
	width: 285px;
	border-radius: 15px;
	padding: 20px 25px 30px 25px;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -150px;
}

.chos_adres_fix:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

.chos_adres_fix div {
	margin: 0 0 15px 0;
}

.chos_adres_fix div span {
	display: block;
	color: #9A9A9A;
	font-size: 14px;
	margin: 0 0 4px 0;
}

.chos_adres_fix div p {
	font-size: 18px;
	margin: 0;
}

.chos_adres_fix div a {
	display: block;
	font-size: 18px;
	margin: 0;
	text-decoration: none;
	color: #50575B;
}

.chos_adres_fix div b {
	font-size: 14px;
	font-weight: 400;
	padding: 6px 0 4px 0;
}

.chos_adres_fix .btn_1 {
	font-size: 18px;
	margin: 0 auto 0;
	filter: none;
}

.chos_adres_fix2 {
	max-width: 500px;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 30px;
}

.chos_adres_fix2_in {
	background: #fff;
	border-radius: 15px;
	padding: 15px 20px;
	margin: 0 0 5px 0;
}

.chos_adres_fix2_in p {
	color: #B2B2B2;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.chos_adres_fix2_in .main_search_block_in {
	width: 100%;
	padding: 0;
	border: none;
}

.chos_adres_fix2_in2 {
	background: #fff;
	border-radius: 15px;
	padding: 15px 20px;
}

.chos_adres_fix2_in2 h5 {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 5px 0;
}

.chos_adres_fix2_in2 h6 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #999;
}

.in_pt_kv {
	max-width: 160px;
}

.in_pt_kv input {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 15px;
	color: #50575B;
	font-size: 16px;
	font-family: 'PT Root UI';
	border: 1px solid #F3F3F3;
	padding: 20px 15px;
}

.in_pt_kv_par {
	max-width: 340px;
	display: flex;
	justify-content: space-between;
}

.in_pt_kv_par .in_pt_kv1 {
	padding: 12px 20px;
	border: 1px solid #F3F3F3;
	border-radius: 15px;
}

.in_pt_kv_par .in_pt_kv2 {
	border: 1px solid #F3F3F3;
	border-radius: 15px;
}

.in_pt_kv1 label {
	color: #B2B2B2;
	font-size: 14px;
}

.in_pt_kv_par input {
	padding: 0 0 0 0;
	border: none !important;
	text-align: left;
}

.in_pt_kv_par .in_pt_kv2 input {
	padding: 20px 20px;
}

.popap_samovyzov_dostavka .choose_section div {
	max-width: 313px;
}

.corzina_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 60px 0;
}

.corzina_flex_left {
	width: 100%;
}

.corzina_flex_left_in {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 30px;
	border-radius: 15px;
}

.corzina_flex_left_in:hover {
	-webkit-box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 10%);
}

.corzina_flex_left_in_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.corzina_flex_left_in_left>img {
	display: block;
	width: 168px;
	height: auto;
}

.corzina_flex_left_in_left .catalog_flex_filtr_left_flex_list_flex_in_left_in1 {
	max-width: 370px;
	padding: 0 0 0 20px;
	margin: 0 30px 0 0;
}

.corzina_flex_left_in_left .in_page_pro_flex_right_in4_btn_count {
	margin: 0 30px 0 0;
}

.prise_corzin {
	font-size: 23px;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
	padding: 0 20px 0 0;
}

.corzina_flex_left_in_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.corzina_flex_left_in_right button {
	display: inline-block;
	border: none;
	width: 35px;
	height: 35px;
	transition: all .2s;
}

.cozr_ic1 {
	background: url(/local/assets/css/../img/corz_ic1.svg)center no-repeat;
}

.cozr_ic1:hover {
	background: url(/local/assets/css/../img/corz_ic1_1.svg)center no-repeat;
}

.cozr_ic2 {
	background: url(/local/assets/css/../img/corz_ic2.svg)center no-repeat;
	margin: 0 0 0 10px;
}

.cozr_ic2:hover {
	background: url(/local/assets/css/../img/corz_ic2_1.svg)center no-repeat;
}

.corzina_flex_right {
	width: 420px;
	flex-shrink: 0;
	padding: 0 0 20px 0;
	margin: 0 0 0 40px;
}

.corzina_flex_right_in {
	width: 100%;
	background: #F7F8FA;
	border-radius: 15px;
	padding: 40px 40px;
	margin: 0 0 25px 0;
}

.corzina_flex_right_in p {
	font-size: 25px;
	margin: 0 0 10px 0;
}

.corzina_flex_right_in .corzina_flex_basket_price {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 25px 0;
	display: block;
}

.corzina_flex_right_in .btn_1 {
	width: 100%;
	padding: 14px 0;
	filter: none;
	transition: all .2s;
}

.corzina_flex_right_in .btn_1:hover {
	background: #419FE3;
	filter: drop-shadow(0px 8px 25px #B1D3EC);
}

.del_main {
	text-align: center;
}

.del_main a {
	display: inline-block;
	padding: 2px 0 2px 20px;
	margin: 0 0 0 0;
	color: #7F7F7F;
	font-size: 14px;
	background: url(/local/assets/css/../img/links_for_del_share1.svg)0px center no-repeat;
	border: none;
	text-decoration: none;
}

.popap_del_corz {
	max-width: 650px;
	background: #F7F8FA;
}

.popap_warn_ic {
	display: block;
	width: 174px;
	height: 127px;
	background: url(/local/assets/css/../img/popap_warn_ic.svg)center no-repeat;
	margin: 0 auto 20px;
}

.popap_del_corz .popap_clear_basket {
	text-align: center;
	font-size: 35px;
	margin: 0 0 25px 0;
	color: #3C4449;
	font-weight: bold;
	display: block;
}

.popap_del_corz div {
	width: 315px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0;
}

.popap_del_corz div button {
	width: 150px;
	font-size: 16px;
	font-family: 'PT Root UI';
	font-weight: 400;
	background: #F7F8FA;
	border: 1px solid #E6E6E6;
	padding: 15px 0;
	text-align: center;
	border-radius: 40px;
}

.popap_del_corz div button:hover {
	background: #2086CF;
	color: #fff;
	border-color: #2086CF;
}

.bot_header_oform {
	margin: 0;
}

.oform_zakaz_block {
	padding: 30px 0 10px 0;
	margin: 0 0 60px 0;
	background: #F7F8FA;
}

.oform_zakaz_block_in {
	margin: 0 0 40px 0;
}

.custom_sucsess_order {
	font-size: 26px;
	display: block;
	font-weight: 600;
}

.oform_zakaz_block_in .oform_zakaz_data {
	margin: 0 0 25px 0;
	font-weight: 500;
	font-size: 25px;
	display: block;
}

.oform_zakaz_block_in_in {
	background: #FFFFFF;
	border-radius: 25px;
	padding: 40px 40px;
}

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

.oform_zakaz_block_in_in_flex_left {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 915px;
	width: 100%;
}

.oform_zakaz_block_in_in_flex_left_in {
	display: block;
	position: relative;
	max-width: 450px;
	width: 100%;
	margin: 0 0 15px 0;
}

.oform_zakaz_block_in_in_flex_left_in input {
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #F3F3F3;
	font-size: 16px;
	border-radius: 15px;
	padding: 30px 20px 12px;
	font-family: 'PT Root UI';
	font-weight: 400;
}

.eror_input input {
	border-color: #D43939;
}

.oform_zakaz_block_in_in_flex_left_in span {
	color: #9B9B9B;
	cursor: text;
	font-size: 16px;
	transition: all 0.2s;
	position: absolute;
	top: 21px;
	left: 20px;
}

.eror_input span {
	color: #D43939;
}

.oform_zakaz_block_in_in_flex_left_in input:valid+span {
	font-size: 14px;
	top: 10px;
}

.leasing_block2_flex_block_form .oform_zakaz_block_in_in_flex_left_in input:valid+span {
	display: none;
}

.leasing_block2_flex_block_form .oform_zakaz_block_in_in_flex_left_in input:focus+span {
	display: none;
}

.oform_zakaz_block_in_in_flex_left_in input[type="email"]::placeholder {color: transparent;}
.oform_zakaz_block_in_in_flex_left_in input:focus+span,
.oform_zakaz_block_in_in_flex_left_in input:not(:placeholder-shown) + span {
	font-size: 14px;
	top: 10px;
}

.leasing_block2_flex_block_form .oform_zakaz_block_in_in_flex_left_in input {
	text-align: center;
}

.leasing_block2_flex_block_form .oform_zakaz_block_in_in_flex_left_in input.inp_place::placeholder  {
	color:#6E6E6E;
}

.oform_zakaz_block_in_in_flex_right {
	width: 250px;
	flex-shrink: 0;
	margin: 0 0 0 50px;
}

.oform_zakaz_block_in_in_flex_right div {
	margin: 0 0 10px 0;
}

.oform_zakaz_block_in_in_flex_right a {
	display: inline-block;
	color: #2086CF;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dashed #2086CF;
}

.oform_zakaz_block_in_in_flex_right p {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.oform_zakaz_block_in_in .choose_section div {
	max-width: 313px;
}

.oform_zakaz_block_in_in .choose_section p {
	font-size: 18px;
}
.oform_zakaz_block_in_in .choose_section input[type="radio"] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
}
.oform_zakaz_block_in_in .choose_section input[type="radio"]:checked+p {
	background: #2086CF;
	color: #fff;
}
.oform_zakaz_block_in_in .popap_samovyzov_dostavka_flex2 {
	max-width: 960px;
}

.oform_zakaz_block_in_in .popap_samovyzov_dostavka_flex2 th {
	text-align-last: left;
}

.total_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 30px 0;
}

.total_flex>div {
	margin: 0 100px 0 0;
}

.total_flex>div h5 {
	font-weight: 500;
	font-size: 25px;
	margin: 0 0 10px 0;
}

.total_flex>div p {
	font-size: 22px;
	margin: 0 0 10px 0;
}

.oform_zakaz_block_in_in .btn_1 {
	max-width: 590px;
	width: 100%;
	padding: 18px 0;
}

.catalog_flex_filtr_left_flex_show_more2 {
	max-width: 1210px;
	padding: 40px 0 20px 0;
	margin: 0 auto 0;
}

.catalog_flex_filtr_right_in_new h4 {
	font-size: 25px;
	font-weight: 700;
	padding: 0 15px;
	margin: 0 0 0 0;
	cursor: pointer;
	user-select: none;
}

.catalog_flex_filtr_right_in_new>div {
	padding: 0 15px;
}

.catalog_flex_filtr_right_in_new>div>a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #50575B;
	text-decoration: none;
	padding: 4px 0;
	margin: 4px 0;
	line-height: 1.4em;
}

.catalog_flex_filtr_right_in_new>div>a:hover {
	color: #2086CF;
}

a.act_link_filtr {
	color: #2086CF !important;
}

.akcii_in_block {
	padding: 0 0 50px 0;
}

.akcii_in_block_ban {
	max-width: 1245px;
	margin: 0 0 25px 0;
}

.akcii_in_block_ban img {
	display: block;
	width: 100%;
	height: auto;
}

.akcii_in_block_txt {
	max-width: 1030px;
	margin: 0 0 40px 0;
}

.akcii_in_block_txt h5 {
	font-weight: 500;
	font-size: 23px;
	margin: 0 0 10px 0;
}

.akcii_in_block_txt p {
	font-size: 18px;
	margin: 0 0 25px 0;
	text-align: justify;
}

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

.social a {
	display: inline-block;
	color: #999;
	font-size: 24px;
	margin: 0 20px 0 0;
	text-decoration: none;
	transition: all .2s;
}

.social a span {
	display: flex;
	align-items: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 2px solid #999;
	padding: 0 0 0 3px;
}

.social a span .fa {
	font-size: 12px;
}

.social a .fa-odnoklassniki {
	font-size: 20px;
}

.social a .fa-facebook {
	font-size: 20px;
}

.social a:hover {
	color: #2086CF;
}

.social a:hover span {
	border-color: #2086CF;
}

.contact_block_main {
	margin: 0 0 60px 0;
}

.contact_block_main_flex {
	display: flex;
	/* justify-content: flex-start; */
	flex-wrap: wrap;
	margin: 0 -9px 15px;
	/*justify-content: space-around;*/
}

.contact_block_main_flex .location_map_branch {
	font-size: 18px;
    color: #2086CF;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0 20px 30px;
	border-bottom: 1px solid #2086CF;
    line-height: 0.9;
}

.contact_block_main_flex_in {
	width: 32%;
	background: #F7F8FA;
	border-radius: 15px;
	margin: 0 8px 15px;
	padding: 30px 30px 30px 50px;
	transition: all .2s;
}

.contact_block_main_flex_in:hover {
	box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.1);
}

.contact_block_main_flex_in>a {
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
	color: #2086CF;
}

.contact_block_main_flex_in>div {}

.contact_block_main_flex_in>div>p {
display: block;
    font-weight: 500;
    font-size: 18px;
    color: #50575B;
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    line-height: 1.4em;
	color: #50575B;
}

.contact_block_main_flex_in>div>a {
	display: block;
	font-weight: 700;
    font-size: 18px;
	color: #50575B;
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
}

.contact_block_main_flex_in>div p.contacts_adress {
	background: url(/local/assets/css/../img/contact_block_main_flex_in_ic1.svg) 0px 8px no-repeat;
}

.contact_block_main_flex_in>div a.contacts_phone {
	background: url(/local/assets/css/../img/contact_block_main_flex_in_ic2.svg) 0px 6px no-repeat;
}

.contact_block_main_flex_in>div a.contacts_mail {
	background: url(/local/assets/css/../img/contact_block_main_flex_in_ic3.svg) 0px 8px no-repeat;
}

.contact_block_main_flex_in>div>div>div {
	padding: 0 0 0 30px;
	background: url(/local/assets/css/../img/contact_block_main_flex_in_ic4.svg) 0px 6px no-repeat;
}

.contact_block_main_flex_in>div>div>div {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 10px 0;
}

.contact_block_main_flex_in>div>div>div span {
	display: inline-block;
    width: 60px;
    font-size: 18px;
    font-weight: 400;
	color: #929EA6;
}

.contact_block_main_flex_in>div>div>div p {
	color: #50575B;
	font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.map_contact {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.map_contact iframe {
	display: block;
	width: 100%;
	border: none !important;
}

a.filial_town {
	font-size: 35px;
	font-weight: 700;
	color: #2086CF;
	background: transparent;
	border-bottom: 1px solid #2086CF;
	line-height: 1.1em;
	padding: 0;
}

.contact_block_main_flex2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 50px 0;
}

.contact_block_main_flex2_left {
	max-width: 540px;
	width: 100%;
	flex-shrink: 0;
}

.contact_block_main_flex2_left_in {
	padding: 30px 30px 30px 30px;
	margin: 0 0 15px 0;
	background: #F7F8FA;
	border-radius: 15px;
}

.contact_block_main_flex2_left_in_in1 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 22px 0;
}

.contact_block_main_flex2_left_in_in1 div span {
	font-size: 16px;
	display: block;
	color: #929EA6;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.contact_block_main_flex2_left_in_in1 div a {
	display: block;
	font-weight: 500;
	font-size: 25px;
	color: #50575B;
	text-decoration: none;
}

.contact_block_main_flex2_left_in>p {
	font-size: 18px;
	margin: 0 0 25px 0;
}

.contact_block_main_flex2_left_in_in2 {
	display: flex;
	justify-content: space-between;
}

.contact_block_main_flex2_left_in_in2>div {
	display: flex;
	align-items: center;
}

.contact_block_main_flex2_left_in_in2>div span {
	display: inline-block;
	font-size: 16px;
	color: #929EA6;
	text-transform: uppercase;
	margin: 0 7px 0 0;
}

.contact_block_main_flex2_left_in_in2>div p {
	font-size: 18px;
	margin: 0;
}

.contact_block_main_flex2_right {
	padding: 0 0 0 33px;
	/* position: relative; */
	/* top: -50px; */
}

.contact_block_main_flex2_right_item {
	max-width: 990px;
    display: flex;
    flex-wrap: wrap;
}

.contact_block_main_flex2_right_item a {
	margin-left: 15px;
	width: 150px;
	height: 209px;
	margin-bottom: 6px;
}

.contact_block_main_flex2_right img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.company_bl_main_ban {
	margin: 0 0 50px 0;
}

.company_bl_main_ban img {
	display: block;
	width: 100%;
	height: auto;
}

.block_video_about_slider img, .company_video_block_small img {
	border-radius: 15px;
}

/* .company_bl_main_txt {
	margin: 0 0 40px 0;
} */

.company_bl_main_txt_and_img {
	margin: 0 0 40px 0;
}

.company_bl_main_txt_and_img p {
	font-size: 18px;
	text-align: justify;
}

.company_bl_main_txt_and_img_info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.txt_and_img_info_about {	
    max-width: 780px;
	margin-right: 74px;
}

.company_bl_main_txt p {
	font-size: 24px;
	line-height: 1.4em;
}

.company_video_block {
	position: relative;
	display: none;
	margin: 0 0 10px 0;
}

.company_video_block a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/local/assets/css/../img/play_about.svg)center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.company_video_block_small p {
	position: relative;
}

.company_video_block_small p .play_video_about {
	position: absolute;
	width: 100px;
    top: 35%;
    left: 40%;
}

.company_video_block img {
	display: block;
	margin: 0 auto;
}

.company_video_block_small {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -7px 50px;
	margin: 0;
}

.company_video_block_small p {
	margin: 0 6px 10px;
	cursor: pointer;
}

.company_bl_main_txt_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 50px 0;
}

.company_bl_main_txt_flex_left {
	max-width: 890px;
	margin: 0 40px 0 0;
}

.company_bl_main_txt_flex_left p {
	font-size: 22px;
	margin: 0 0 20px 0;
}

.company_bl_main_txt_flex_right {
	width: 528px;
	background: #F7F8FA;
	border-radius: 50px;
	padding: 60px 60px;
	flex-shrink: 0;
}

.company_bl_main_txt_flex_right p {
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 20px 0;
}

.company_bl_main_txt_flex_right .btn_1 {
	width: 100%;
	filter: none;
}

.block_advantages_page_about {
	display: flex;
	max-width: 889px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.block_advantages_page_about .block_advantages_page_about_item {
	text-decoration: none;
	display: inline-block;
	width: 283px;
	box-shadow: 0 2px 7px rgba(170,170,170,.34);
	margin-bottom: 20px;
	padding: 30px 0 30px 30px;
	border-radius: 15px;
}

.block_advantages_page_about a {
	text-decoration: none;
}

.block_advantages_page_about_item_name {
	font-size: 20px;
	color: #50575B;
}

.block_advantages_page_about_item_info {
	display: flex;
    justify-content: space-between;
	margin-right: 30px;
	align-items: end;
}

.block_advantages_page_about_item_info span {
	color: #2085CF;
	font-size: 46px;
	font-weight: 700;
}

.block_advantages_page_about_item_info a {
	width: 124px;
    color: #2086CF;
    border: 1px solid #2086CF;
    text-align: center;
    padding: 9px;
    border-radius: 50px;
    font-weight: 700;
	transition: 0.3s;
}

.block_advantages_page_about_item_info a:hover {
	background-color: #0089d6;
    color: #fff;
    filter: drop-shadow(2px 4px 2px rgba(170,170,170,.64));
}

.block_advantages_page_about_n1 {
	background: linear-gradient(120deg, rgba(133, 108, 108,0) 32%, rgba(241, 236, 238, 1) 120%);
}

.block_advantages_page_about_n2 {
	background: linear-gradient(120deg, rgba(133, 108, 108,0) 32%, rgba(234, 239, 238, 1) 120%);
}

.block_advantages_page_about_n3 {
	background: linear-gradient(120deg, rgba(133, 108, 108,0) 32%, rgba(227, 239, 246, 1) 120%);
}

.block_advantages_page_about_n4 {
	background: linear-gradient(120deg, rgba(133, 108, 108,0) 32%, rgba(220, 233, 237, 1) 120%);
}

.block_advantages_page_about_n5 {
	background: linear-gradient(120deg, rgba(133, 108, 108,0) 32%, rgba(234, 232, 242, 1) 120%);
}

.page_about_map_info {
	display: flex;
	flex-wrap: wrap;
}

.page_about_map_info p {
	padding: 0;
    max-width: 360px;
	font-size: 16px;
}

.company_bl_main_map {
	margin: 0 0 60px 0;
}

.company_bl_main_map img {
	display: block;
	/* width: 100%;
	height: auto; */
	max-width: 1200px;
	margin-left: auto;
}

.company_bl_main_cert_flex {
	/* display: flex;
	justify-content: space-between;
    flex-wrap: wrap; */
	max-width: 1440px;
	margin-left: auto;
}

.company_bl_main_cert_flex .slick-prev.slick-arrow{
	left: -30px;
}

.company_bl_main_cert_flex .slick-next.slick-arrow{
	right: -30px;
}

.company_bl_main_cert_flex img {
	/* margin-bottom: 40px; */
}

.company_bl_main_cert_flex_in {
	display: block;
	padding: 10px 5px;
	/* margin-right: 75px; */
	height: 475px;
	width: 350px;
}

.company_bl_main_cert_flex_in img {
	/* display: block;
	width: 100%;
	height: auto; */
	box-shadow: 0 2px 7px rgba(170,170,170,.34);
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.faq_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faq_flex_left {
	width: 49%;
}

.faq_flex_left_in {
	margin: 0 0 15px 0;
}

.faq_flex_left_in_head {
	display: flex;
	align-items: center;
	height: 100px;
	padding: 15px 145px 15px 35px;
	border: 1px solid #F7F8FA;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
}

.faq_flex_left_in_head p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3em;
	margin: 0;
}

.faq_flex_left_in_head>span {
	background: url(/local/assets/css/../img/faq_flex_left_in_head_ic.svg) center no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 33px;
	right: 33px;
}

.faq_flex_left_in_body {
	padding: 0 130px 30px 35px;
	display: none;
}

.faq_flex_left_in_body p {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	line-height: 1.5em;
}

.faq_flex_left_in_chos {
	background: #F7F8FA;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
}

.faq_flex_left_in_chos .faq_flex_left_in_head {
	border: none;
	height: auto;
}

.faq_flex_left_in_chos .faq_flex_left_in_head>span {
	transform: rotate(180deg);
}

.faq_flex_left_in_chos .faq_flex_left_in_body {
	display: block;
}

.faq_flex_right {
	width: 49%;
}

.faq_flex_right .form_call_us_flex {
	flex-wrap: wrap;
}

.faq_flex_right .form_call_us_flex_in {
	width: 100%;
	margin: 0 0 25px 0;
}

.flex_in_new {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_in_new .oform_zakaz_block_in_in_flex_left_in {
	width: 49%;
}

.flex_in_new_in {
	width: 100%;
	padding: 20px 20px;
	background: #FFFFFF;
	border-radius: 15px;
}

.flex_in_new .oform_zakaz_block_in_in_flex_left_in span {
	font-size: 14px;
}

.flex_in_new_in span {
	font-size: 14px;
	color: #B2B2B2;
	display: block;
}

.flex_in_new_in textarea {
	display: block;
	min-height: 100px;
	width: 100%;
	resize: none;
	font-weight: 400;
	font-family: 'PT Root UI';
	font-size: 16px;
	border: none;
}

.flex_in_new_in>div {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 15px 0 0 0;
}

.flex_in_new_in .btn_1 {
	width: 120px;
	font-size: 16px;
	font-weight: 400;
	filter: none;
	padding: 4px 0;
	background: #F7F8FA;
	border: none;
}

.request_received {
	max-width: 1010px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.08), -20px -20px 50px #FFFFFF;
	border-radius: 25px;
}

.request_received>div {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 560px;
	width: 100%;
}

.request_received>div .popap_thank_you_window_one {
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	display: block;
}

.resume_delivered {
	max-width: 650px;
}

.request_received>div p {
	font-size: 30px;
	margin: 0;
}

.resume_delivered>div {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 560px;
}

.resume_delivered>div>div {
	text-align: center;
}

.resume_delivered>div .popap_thank_you_window_two {
	font-size: 35px;
	font-weight: 700;
	margin: 0;
	display: block;
}

.resume_delivered>div p {
	font-size: 18px;
	margin: 0;
}

.in_page_pro6_none {
	max-width: 600px;
}

.in_page_pro6_none h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #000;
}

.in_page_pro6_none h4 b {
	font-weight: 700;
}

.in_page_pro6_none p {
	font-size: 16px;
	color: #9A9A9A;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

.order_accepted_main {
	background: #E5E5E5;
	padding: 40px 0;
}

.order_accepted {
	background: url(/local/assets/css/../img/zakaz_prinyat_bg.svg)0 0 no-repeat;
	min-height: 445px;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
}

.order_accepted_head {
	padding: 15px 40px;
	border-bottom: 1px solid #EDEDED;
	background: #fff;
}

.order_accepted_head h3 {
	font-size: 28px;
	font-weight: 700;
	color: #262626;
	margin: 0;
}

.order_accepted_body {
	padding: 15px 40px;
	background: #fff;
}

.order_accepted_body_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.order_accepted_body_flex_in {
	margin: 0 80px 0 0;
}

.order_accepted_body_flex_in h4 {
	font-size: 24px;
	font-weight: 700;
	color: #262626;
	margin: 0 0 10px 0;
}

.order_accepted_body_flex_in p {
	margin: 0 0 10px 0;
	color: #666;
	font-weight: 500;
	font-size: 16px;
}

.order_accepted_body_flex_in2 {
	text-align: right;
}

.order_accepted_body_flex_dif div {
	margin: 0 0 20px 0;
}

.order_accepted_body_flex_dif div h5 {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #262626;
}

.order_accepted_body_flex_dif div p {
	font-weight: 500;
	font-size: 15px;
	color: #666;
	margin: 0;
}

.order_accepted_body_flex_dif div p span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.order_accepted_body_flex_dif div p u {
	text-decoration: none;
}

.footer_flex_in .form_call_us_flex_in_num_btns {
	flex-wrap: wrap;
}

.footer_flex_right .form_call_us_flex_in_num_btns a {
	width: 100%;
	margin: 0 0 10px 0;
}

#totop {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 5px 5px;
	position: fixed;
	bottom: 20px;
	/* отступ кнопки от нижнего края страницы*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #50575B;
	font-size: 30px;
}

.new_slide .block_1_flex_slider {
	max-width: 100%;
}

.block_serv_warran {
	padding: 0 0 50px 0;
}

.block_serv_warran_in {
	max-width: 1090px;
}

.block_serv_warran_in_in1 {
	max-width: 1030px;
	margin: 0 0 30px 0;
}

.block_serv_warran_in_in1 p {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

.block_serv_warran_in_in2 {
	margin: 0 0 15px 0;
	border-radius: 25px;
	background: #F7F8FA;
}

.block_serv_warran_in_in2_head {
	background: #F7F8FA;
	border-radius: 25px;
	padding: 30px 80px 30px 30px;
	position: relative;
	cursor: pointer;
}

.block_serv_warran_in_in2_head p {
	font-weight: 500;
	font-size: 30px;
	margin: 0;
}

.block_serv_warran_in_in2_head span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/local/assets/css/../img/show_hide_arrow.svg)0 0 no-repeat;
	position: absolute;
	top: 30px;
	right: 30px;
	transform: rotate(180deg);
}

.block_serv_warran_in_in2_head_show span {
	transform: rotate(0deg);
}

.block_serv_warran_in_in2_body {
	display: none;
	background: #F7F8FA;
	border-radius: 25px;
	padding: 0 30px 30px 30px;
}

.block_serv_warran_in_in2_body p {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

.block_serv_warran_in_in2_body p>a {
	text-decoration: none;
	color: #2086CF;
}

.block_serv_warran_in_in2_body p>b {
	font-weight: 500;
}

.block_serv_warran_in_in2_body p>b>a {
	text-decoration: none;
	color: #50575B;
}

.block_serv_warran_in_in2_body ul {
	padding: 0;
	margin: 0 0 15px 0;
}

.block_serv_warran_in_in2_body ul li {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 5px 0;
	list-style: none;
}

p.download_blank {
	padding: 0 0 0 0;
	display: flex;
	align-items: center;
}

p.download_blank a {
	font-weight: 500;
	font-size: 18px;
	color: #2086CF;
	text-decoration: none;
	border-bottom: 1px solid #2086CF;
	line-height: 1.2em;
}

.block_serv_warran_in .btn_1 {
	width: 400px;
	margin: 40px auto 60px;
	padding: 18px 0 18px;
}

.form_call_us_flex_in_teh h5 {
	max-width: 365px;
}

.form_call_us_flex_in_teh .sms_ic {
	background: url(/local/assets/css/../img/sms_ic2.svg) 0 0 no-repeat;
}

.form_call_us_flex_in_teh .btn_1 {
	filter: none;
	max-width: 365px;
	width: 100%;
	padding: 18px 0;
	font-weight: 400;
}

.bot_header_next2 {
	margin: 0;
}

.ready_solutions_bg {
	padding: 30px 0 0 0;
	background: #F7F8FA;
	margin-top: 30px;
}

.nav_prod_gotovye .nav_prod_flex_in {
	padding: 5px 5px;
}

.nav_prod_gotovye .nav_prod_flex_in a {
	min-height: 20px;
}

.nav_prod_gotovye .nav_prod_flex_in:hover {
	box-shadow: none;
}

.nav_prod_gotovye .nav_prod_flex_in:hover a, .nav_prod_gotovye .nav_prod_flex_in.current a {
	color: #2086CF;
}

.ready_sol_max {
	padding: 0 0 50px 0;
}

.ready_sol_min {
	background: #fff;
	border-radius: 30px;
	margin: 0 0 25px 0;
}

.ready_sol_min .block_heading_with_link {
	margin: 0 0 20px 0;
	padding: 30px 30px 0;
}

.ready_sol_min .block_heading_with_link h1 {
	font-size: 30px;
	font-weight: 500;
}

.ready_sol_min .block_heading_with_link span {
	font-size: 30px;
	font-weight: 500;
}

.txt_heading_sol span {
	font-weight: 500;
	font-size: 23px;
	color: #999;
	margin: 0 0 30px 0;
	padding: 0 30px;
	display: block;
}

.ready_sol_min_total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #F4F4F4;
	padding: 25px 30px 25px 30px;
	border-radius: 0 0 30px 30px;
}

.ready_sol_min_total>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ready_sol_min_total>div>div {
	margin: 0 50px 0 0;
}

.ready_sol_min_total>div>div p {
	display: inline-block;
	font-size: 23px;
	color: #B2B2B2;
	margin: 0 10px 0 0;
}

.ready_sol_min_total>div>div b {
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	color: #50575B;
}

.ready_sol_min_total .btn_1 {
	width: 284px;
}

.ready_sol_min_inflex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ready_sol_min_inflex_in {
	max-width: 310px;
}

.leasing_ban {
	background: #f7f8fa;
	margin: 50px 0 50px 0;
	padding: 30px 0 30px 0;
	border-radius: 25px;
  }
  .leasing_ban_flex {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
  }
  .leasing_ban_flex_left {
	max-width: 750px;
	margin: 0 70px 0 0;
  }
  .leasing_ban_flex_left .block_heading_with_link {
	margin: 0 0 40px 0;
  }
  .leasing_ban_flex_left {
	max-width: 750px;
	margin: 0 70px 0 0;
  }
  .leasing_ban_flex_left .block_heading_with_link span {
	font-size: 42px;
  }
  .leasing_ban_flex_left p {
	color: #50575b;
	font-size: 20px;
	margin: 0 0 50px 0;
	font-weight: 500;
  }
  .leasing_ban_flex_left .btn_1 {
	width: 192px;
	font-size: 16px;
	padding: 12px 0 13px;
  }
  .leasing_ban_flex_img {
	max-width: 675px;
  }
  .leasing_ban_flex_img img {
	display: block;
	width: 100%;
	height: auto;
  }
  .leasing_block1 {
	margin: 0 0 70px 0;
  }
  .leasing_block1_top {
	/* max-width: 865px; */
	margin: 0 0 35px 0;
  }
  .leasing_block1_top .block_heading_with_link {
	margin: 0 0 15px 0;
  }
  .leasing_block1_bot_flex_in_inner_log img {
	height: 30px;
	width: auto;
	display: block;
	margin: 0 auto;
  }
  .leasing_block1_top p {
	color: #50575b;
	font-size: 20px;
	margin: 0;
  }
  .leasing_block1_top_border_band {
	border-left: 6px solid #2086CF;
    height: 60px;
    display: inline-block;
    border-radius: 10px;
	margin-right: 30px;
  }
  .leasing_block1_bot_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
  }
  .leasing_block1_bot_flex_in {
	/* width: 32.5%; */
	max-width: 490px;
    width: 100%;
  }
  .leasing_block1_bot_flex_in_inner {
	background: #f7f8fa;
	border-radius: 25px;
	padding: 30px 35px 30px 30px;
	margin: 0 0 30px 0;
	transition: all 0.3s;
	height: 435px;
  }
  /* .leasing_block1_bot_flex_in_inner:hover {
	background: #fff;
	filter: drop-shadow(0px 20px 100px rgba(0, 0, 0, 0.1));
  } */
  .leasing_block1_bot_flex_in_inner_log {
	height: 65px;
	padding: 15 0 15px 0;
  }
  .leasing_block1_bot_flex_in_inner_txt p {
	font-size: 16px;
	color: #50575b;
	margin: 0 0 25px 0;
	line-height: 1.4em;
  }
  .leasing_block1_bot_flex_in_inner_txt a {
	color: #6E6E6E;
  }
  .leasing_block1_bot_flex_in_inner_txt p:last-child {
	margin: 0;
  }
  .leasing_block1_bot_flex_in_inner_txt {
	overflow: hidden;
	position: relative;
	height: 180px;
	margin: 0 0 15px 0;
	transition: all 0.3s;
  }
  /* .leasing_block1_bot_flex_in_inner:hover .leasing_block1_bot_flex_in_inner_txt {
	height: auto;
  } */
  /* .leasing_block1_bot_flex_in_inner_txt:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 50px;
	background: linear-gradient(
	  to bottom,
	  rgba(247, 248, 250, 0.1) 0%,
	  rgba(247, 248, 250, 0.8) 100%
	);
	pointer-events: none;
  }
  .leasing_block1_bot_flex_in_inner:hover
	.leasing_block1_bot_flex_in_inner_txt:after {
	display: none;
  } */
  .leasing_block1_bot_flex_in_inner > a {
	color: #0089d6;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
	width: 183px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 12px 0;
    border: 1px solid #0089d6;
    font-weight: 600;
    margin-top: 50px;
  }
  .leasing_block1_bot_flex_in_inner > a:hover {
	background-color: #0089d6;
    color: #fff;
	filter: drop-shadow(2px 4px 2px rgba(170,170,170,.64));
  }
  .leasing_block1_bot_flex_in_inner_hover_block {
	background-color: #fff;
	box-shadow: 0 2px 7px rgba(170,170,170,.34);
  }
  .more_part_bt {
	width: 343px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #50575b;
	font-size: 16px;
	text-decoration: none;
	background: #f7f8fa;
	border: 1px solid #e6e6e6;
	border-radius: 71px;
	margin: 0 auto 0;
  }
  .leasing_block2 {
	background: #f7f8fa;
	border-radius: 25px;
	margin: 0 0 80px 0;
	/* padding: 25px 0 35px; */
	padding: 37px 0 37px;
  }

  .leasing_block2_flex_block_form {
	background-color: #fff;
    padding: 20px 40px;
    box-shadow: 0 2px 7px rgba(170,170,170,.34);
	border-radius: 10px;
	text-align: center;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form .leasing_block2_flex_block_form_consultation {
	font-size: 20px;
    font-weight: 600;
	display: inline-block;
    margin-bottom: 20px;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form label input {
	padding: 11px 20px 11px;
	border-radius: 10px;
	background: #F7F8FA;
    border: none;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form label span {
	top: 12px;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form label {
	max-width: 220px;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form .politica_conf_form {
	max-width: 226px;
	font-size: 13px;
	color: #6E6E6E;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form .btn_1 {
	border-radius: 10px;
	width: 220px;
  }

  .leasing_block2_flex .leasing_block2_flex_block_form .politica_conf_form a {
	color: #6E6E6E;
  }

  .leasing_block2_flex {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .leasing_block2_flex_img {
	max-width: 464px;
	margin: 0 25px 0 0;
  }
  .leasing_block2_flex_img img {
	display: block;
	width: 100%;
	height: auto;
  }
  .leasing_block2_flex_txt {
	max-width: 997px;
	margin-right: 178px;
  }
  .leasing_block2_flex_txt .block_heading_with_link {
	margin: 0 0 15px 0;
  }
  .leasing_block2_flex_txt .block_heading_with_link h1 {
	margin: 0;
  }
  .leasing_block2_flex_txt .block_heading_with_link span {
	margin: 0;
	font-size: 65px;
    text-transform: uppercase;
  }
  .leasing_block2_flex_txt > p {
	font-size: 25px;
	color: #50575b;
	margin: 0;
	line-height: 1.4em;
  }
  .leasing_block2_flex_txt > p a {
	color: rgba(0, 137, 214, 1);
	text-decoration: none;
  }

  .notification_information_footer {
	text-align: center;
    font-size: 12px;
  }

  @media screen and (max-width: 1280px) {
	.leasing_ban_flex_left {
	  max-width: 560px;
	}
	.leasing_ban_flex_left p br {
	  display: none;
	}
  }
  @media screen and (max-width: 1024px) {
	.leasing_ban_flex_left {
	  max-width: 390px;
	}
	.leasing_block1_bot_flex_in_inner_log {
	  height: 45px;
	}
	.leasing_block1_bot_flex_in_inner_log img {
	  height: 20px;
	}
	/* .company_bl_main .company_bl_main_txt_flex .test .about_line.leasing_block1_top_border_band {
		height: 100px;
	} */
	.company_video_block img {
		width: 100%;
    	height: 400px;
    	object-fit: cover;
	}
  }
  @media screen and (max-width: 980px) {
	.leasing_ban {
	  margin: -20px 0 40px 0;
	  padding: 45px 0 50px 0;
	}
	.leasing_ban_flex {
	  flex-wrap: wrap;
	  position: relative;
	}
	.leasing_ban_flex_left .block_heading_with_link h1 {
	  font-size: 25px;
	}
	.leasing_ban_flex_left .block_heading_with_link span {
		font-size: 25px;
	  }
	.leasing_ban_flex_left p {
	  font-size: 16px;
	}
	.leasing_ban_flex_img {
	  max-width: 326px;
	  margin: 0 auto 80px;
	}
	.leasing_ban_flex_left .btn_1 {
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  margin-left: -150px;
	}
	.leasing_block1_top .block_heading_with_link h1 {
	  font-size: 25px;
	  margin: 0;
	}
	.leasing_block1_top .block_heading_with_link span {
		font-size: 25px;
		margin: 0;
	  }
	.leasing_block1_top p {
	  font-size: 16px;
	}
	.leasing_block1_bot_flex {
	  flex-wrap: wrap;
	}
	.leasing_block1_bot_flex_in {
	  width: 100%;
	}
	.leasing_block1_bot_flex_in:last-child {
	  display: none;
	}
	.leasing_block2 {
	  padding: 30px 30px;
	}
	.leasing_block2_flex {
	  flex-wrap: wrap;
	}
	.leasing_block2_flex_img {
	  max-width: 240px;
	  margin: 0 auto 20px;
	}
	.leasing_block2_flex_txt {
	  max-width: 320px;
	  margin: 0 auto 0;
	}
	.leasing_block2_flex_txt .block_heading_with_link h1 {
	  font-size: 25px;
	}
	.leasing_block2_flex_txt .block_heading_with_link span {
		font-size: 25px;
	  }
	.leasing_block2_flex_txt > p {
	  font-size: 16px;
	}
	.leasing_block2_flex_block_form {
		margin-top: 30px;
	}
  }
  
.in_page_pro_flex_right_in3_quantity {
	font-size: 18px;
    color: #2086CF;
	margin-bottom: 10px;
}

.wrapper_block_gift_slide {
	border-radius: 15px;
	/* background-color: #f7f8fa; */
	position: relative;
	/* border: 1px solid #f7f8fa; */
	margin-bottom: 50px;
}
.wrapper_block_gift_slide .stiker_present {
	width: 180px;
	/*height: 35px;*/
	position: absolute;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #74b65f;
	text-align: center;
	font-size: 16px;
	padding:10px 0;
	color: #3e3e3e;
	font-size: 16px;
	font-family: "Manrope";
}
.wrapper_block_gift_slide .block_gift_slide {
	/* padding: 60px 25px 25px; */
}
.block_gift_slide .slide-gift-item {
	border-radius: 10px;
	background-color: #ffffff;
	/* border: 1px solid #b8b8b8; */
	font-size: 16px;
	color: #50575b;
	/* padding: 20px 10px 10px; */
	padding: 10px 20px 30px;
	margin-right: 15px;
	position: relative;
}
.block_gift_slide .slide-gift-item img {
	margin: 0 auto;
}

.block_gift_slide .check {
	position: absolute;
	display: inline-block;
	right: 25px;
	top: 5px;
}

.block_gift_slide .check:hover{
	cursor:pointer;
}

.block_gift_slide .check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.block_gift_slide .check__box {
	position: absolute;
	margin-top: 0.2em;
	margin-left: -1em;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 5px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*box-shadow: 0 0 0 0.1em #4A90E2;*/
	border: 1px solid #b8b8b8;
}
.block_gift_slide .check__input:checked + .check__box {
	/* background-color: #73b55f; */
	/*background-image: url(/local/assets/css/images/check.svg);*/
}
.block_gift_slide .check__input:checked + .check__box:before {
	/* content: '✔';
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 5px; */
}
.block_gift_slide .slide-gift-item.no-active{
	opacity: 0.6;
}
/* .block_gift_slide .slide-gift-item.checked{
	border-color: #73b55f;
} */
.block_gift_slide .slide-gift-item.checked{
	box-shadow: 0 2px 7px rgba(170,170,170,.34);
	transition: 0.2s;
}

.block_gift_slide .slide-gift-item.checked .check__box {
	transition: 0.2s;
	background-color: rgba(32, 133, 207, 1);
	color: #fff;
}

.wrapper_block_gift_slide.checked {
	border-color: #2086CF;
}

.basket-item {
	position: relative;
}

.basket-item .stiker_present {
	width: 180px;
	position: absolute;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #74b65f;
	text-align: center;
	font-size: 16px;
	padding:10px 0;
	top: 0;
	left: 0;
	color: #3e3e3e;
	font-size: 16px;
	font-family: "Manrope";
}
.basket-item.basket-item-gift{
	border: 1px solid #74b65f;
	padding: 40px 30px 30px;
}
.gift.ackii {
	background: #fff;
	color:#74b65f;
}
.ackii {
	border:1px solid #56D96A;
}

@media screen and (max-width: 1380px) and (min-width: 1226px) {
	.wrapper_block_gift_slide {
		width: 50vw;
	}
}
@media screen and (max-width: 1225px) and (min-width: 1025px) {
	.wrapper_block_gift_slide {
		width: 40vw;
	}
}

@media screen and (max-width: 1100px){
	.contain_video_ytube {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	
	.contain_video_ytube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-width: 0;
		outline-width: 0;
	}
}

.in_page_pro_flex_right_in1 .ackii a:active,
.in_page_pro_flex_right_in1 .ackii a {
	text-decoration: none;
	color: #fff;
}

#catalog_nav_parent_show_custom {
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #2086CF;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 30px;
}

@media screen and (max-width: 1024px){
	.catalog_nav_parent_block_custom {
		display: none;
	}

	.banner_download_catalog {
		display: none;
	}
}

.block_banner_section {
	position: relative;
}

.banner_top_section {
	width: 100%;
}

.block_banner_section .banner_download_catalog {
	position: absolute;
    top: 1.8vw;
    right: 125px;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #50575B;
	padding: 20px;
    border-radius: 15px;
    background-color: rgba(232, 233, 235, 0.9);
}

.block_banner_section .banner_download_catalog a .banner_download_catalog_text {
	margin: 0;
	font-size: 21px;
    font-weight: 500;
    line-height: 1;
	margin-bottom: 20px;
}

.block_banner_section .banner_download_catalog .banner_download_catalog_link {
	color: #fff;
    font-size: 18px;
    text-decoration: unset;
    max-width: 230px;
    width: 100%;
    height: 48px;
    border-radius: 60px;
    background: #2086cf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_banner_section .banner_download_catalog .banner_download_catalog_link:hover {
	filter: drop-shadow(0px 8px 25px #AFD5F0);
    transition: 0.3s;
}

.new_slide {
	margin-bottom: 40px;
}

/* .slick-list {
    height: 430px !important;
    width: 100% !important;
} */




/*Поправка от Димана*/
@media (max-width:1580px)
{
	.footer_flex_in
	{
		margin: 0 50px 0 0;
	}
}

@media (max-width:1300px)
{
	.footer_flex
	{
		flex-wrap: wrap;
	}

	.footer_flex_left
	{
		width: 100%;
	}

	.footer_flex_right
	{
		display: flex;
		margin-top: 30px;
	}

	footer #contact-service
	{
		margin: 37px 0 0 20px;
	}

	.footer_flex_in_mail
	{
		padding: 37px 0 0 10px;
	}
}

@media screen and (max-width: 1150px)
{
	.footer_flex_in {
	margin: 0 10px 0 0;
}
}

@media (max-width:980px)
{
	.footer_flex_left .footer_flex_in_start
	{
		width: 100%;
	}

	.footer_flex_right .footer_flex_in
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.footer_flex_in_mail 
	{
		padding-top: 0;
	}

	.footer_flex_left .footer_flex_in_start
	{
		height: 500px;
	}

	footer #contact-service
	{
		margin: 20px 0 0 0;
	}

	.in_page_pro_flex_right .block_heading_with_link {
		margin: 0 0 10px 0;
	}

	.in_page_pro_flex_right_in2 {
		margin: 0 0 10px 0;
	}

	.in_page_pro_flex_right_in1 {
		margin: 0 0 10px 0;
	}
}

@media (max-width:1000px)
{
	.footer_flex_in {
		margin: 0;
	}
}

@media (max-width:1000px)
{
	footer .payment-site 
	{
		flex-direction: column;
	}

	footer .payment-title
	{
		margin-bottom: 20px;
	}
}
/*Поправка от Димана*/

/* Стили для способов оплаты внутри карточки товара*/

.payment_methods_product {
	max-width: 431px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
}

.payment_methods_product img {
	margin-top: 13px;
	margin-right: 12px;
}

@media (max-width: 950px){
	.payment_methods_product {
		flex-wrap: wrap;
		justify-content: left;
		max-width: unset;
	}

	.payment_methods_product img {
		margin-right: 20px;
	}
}

/* Форма консультации внутри карточки товара */

.in_page_pro_form_consultation {
	/* margin: 0 0 50px 0; */
	margin: 30px 0 20px auto;
	/* margin-left: auto; */
	display: flex;
    flex-direction: column;
    /* padding: 30px; */
    /* background-color: #f7f8fa; */
    max-width: 427px;
    /* border-radius: 15px; */
}

.in_page_pro_form_consultation a {
	display: block;
    border: 1px solid #2086CF;
    color: #2086CF;
    border-radius: 80px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    padding: 11px 0;
	max-width: 300px;
}

.in_page_pro_form_consultation span {
	margin-bottom: 15px;
	font-size: 18px;
}

@media (max-width: 950px){
	.in_page_pro_form_consultation {
		max-width: none;
	}

	.in_page_pro_form_consultation a {
		max-width: unset;
	}
}

.filter_item_hidden {
	display: none;
	transition: 0.2s;

}

.filter_item_padding_zero {
	padding-bottom: 0;
}

.show_more_properties {
	display: none;
	color: #2086CF;
    text-decoration: none;
    font-weight: 600;
	transition: 0.2s;

}

.show_more_properties_block {
	text-align: center;
	margin-bottom: 30px;
}

.header-callback {
    display: block;
    border: 1px solid #2086CF;
    color: #2086CF;
    border-radius: 80px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 6px 16px;
	margin-left: 20px;
}

.menu_nav {
	margin: 0 auto;
}

footer .header-callback {
	margin-top: 15px;
	margin-left: 0;
}

.header-callback.mobile-menu__callback {
	display: none;
}

.mobile-menu__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.header-callback {
	display: none;
}
}

@media (max-width: 750px) {
	.header-callback.mobile-menu__callback {
	display: block;
	max-width: 240px;
	width: 100%;
	}

	.mobile-menu__container .mobile-head-phone {
		margin: 0 !important;
	}
}

@media(max-width: 1400px) {
	.footer_flex .footer_flex_left .footer_flex_left_form_call_us {
		right: 40px !important;
	}


	.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in {
		width: 140px !important;
	}
}

.up-slider .slick-slide {
	margin: 0 10px;
}

.ur_block {
	color: #383838;
	font-size: 16px;
	line-height: 22px;
}
.ur_block span {
	color: #383838 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	top: 4px !important;
	left: 34px !important;
}
.ur_block input {
	cursor: pointer;
	border-radius: 4px;
	padding: 0;
	width: 22px !important;
	display: inline-block;
	height: 22px;
	border: 1px solid #F3F3F3 !important;
}

.active_orders_top_right .skr {
	position: absolute;
    top: 100%;
    left: -30px;
    padding: 20px 30px;
    width: 280px;
    background: #FFF;
	opacity: 0;
	pointer-events: none;
    box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.30);
    z-index: 10;
	transition: all 0.3s ease;
}

.active_orders_top_right:hover .skr {
	opacity: 1;
	pointer-events: all;
}

.bx-authform {
	margin: 0 auto 25px;
}

.btn.btn_1.btn-primary {
	background: #2484DC;
}

.block_6 .bx-authform-link-container a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	color: #717483;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: unset;
	border-radius: 80px;
	border: 1px solid #BED0E0;
}

footer {
	padding: 60px 0 60px !important;
}

.corzina_flex_right_in .btn_1 {
	padding: 14px 0 15px;
    height: auto;
    border-radius: 80px;
    background: #2484DC;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
}

.basket-total__one-click-wrapper .basket-total__one-click-link {
	display: inline-block;
    color: #2483DC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}


.block_serv_warran_in .btn_1 {
    font-size: 16px;
	width: unset;
    background: #2086CF;
	height: auto;
    border: none;
    color: #fff;
	line-height: 100%;
	padding: 14px 20px;
}

@media (max-width: 992px) {
	.block_serv_warran_in .btn_1 {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/assets/css/media.css?173988365526375*/
@media screen and (max-width: 1768px) {}

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

@media screen and (max-width: 1600px) {
	.block_3_flex_in:first-child, .block_3_flex_in:last-child {
		max-width: 770px;
	}
	.catalog_flex_filtr .block_1_flex_slider {
		max-width: 1185px;
	}
	.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in {
		max-width: 310px;
	}
	.sravnenie_flex_right_slide {
		max-width: 1360px;
	}
	.form_call_us_flex_in1 .popap_vacancy_ic {
		right: 0;
	}
	.write_ic {
		right: 0;
	}
	.form_call_us_flex_in_main .form_call_us_flex_in h5 {
		max-width: 330px;
	}
	.block_5_flex_in {
		max-width: 374px;
	}
}

@media screen and (max-width: 1440px) {
	.main_search_block {
		max-width: 725px;
	}
	.block_1_flex_slider {
		max-width: 1095px;
	}
	.block_3_flex_in:first-child, .block_3_flex_in:last-child {
		max-width: 670px;
	}
	.block_3_flex_in {
		max-width: 310px;
	}
	.catalog_flex_filtr .block_1_flex_slider {
		max-width: 900px;
	}
	.more_show {
		max-width: 240px;
	}
	.sravnenie_flex_right_slide {
		max-width: 1180px;
	}
	.block_5_flex_in {
		max-width: 333px;
	}
	.form_call_us_flex_in_teh .sms_ic {
		background: url(/local/assets/css/../img/sms_ic2.svg) 0 0 no-repeat;
		background-size: 180px;
		width: 180px;
		right: 50px;
	}
}

@media screen and (max-width: 1366px) {
	.main_search_block {
		max-width: 695px;
		margin-left: -380px;
	}
	.catalog_nav_in p, .catalog_nav_in a {
		font-size: 13px;
	}
	.catalog_nav_in_in {
		top: 53px
	}
	.block_1_flex_slider {
		max-width: 1015px;
	}
	.block_3_flex_in:first-child, .block_3_flex_in:last-child {
		max-width: 640px;
	}
	.block_3_flex_in {
		max-width: 295px;
	}
	.footer_flex_in {
		margin: 0 40px 0 0;
	}
	.catalog_flex_filtr .block_1_flex_slider {
		max-width: 900px;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_left {
		width: 70%;
	}
	.sravnenie_flex_right_slide {
		max-width: 1120px;
	}
	.block_5_flex_in {
		max-width: 314px;
	}
	.form_call_us_flex_in_teh .sms_ic {
		background-size: 160px;
		width: 160px;
		right: 30px;
	}

	.company_bl_main_txt_and_img .company_bl_main_txt_and_img_info .txt_and_img_info_about {
		margin: unset;
	}

	.company_bl_main_txt_and_img .company_bl_main_txt_and_img_info .txt_and_img_info_pictr img {
		width: 100%;
	}

	.block_advantages_page_about {
		justify-content: center;
	}

	.page_about_map_info .company_bl_main_map img {
		width: 100%;
	}

	.company_bl_main_cert_flex .slick-prev.slick-arrow{
		left: 15px;
	}
	
	.company_bl_main_cert_flex .slick-next.slick-arrow{
		right: 15px;
	}

	.company_video_block_small.about_video_small p {
		width: unset;
		height: 260px;
		overflow: unset;
	}
}

@media screen and (max-width: 1150px)
{
	.footer_flex_in {
	margin: 0 10px 0 0;
}
	.footer_flex_left .footer_flex_in_start
	{
		width: 680px;
	}
}

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

@media screen and (max-width: 1280px) {
	.menu_nav {
		margin: 0 2.5% 0 0;
	}
	.main_search_block {
		max-width: 605px;
		margin-left: -330px;
	}
	.catalog_nav_in p {
		font-size: 12px;
	}
	.block_1_flex_slider {
		max-width: 995px;
	}
	.block_1_flex_akcii {
		width: 225px;
	}
	.block_1_flex_akcii h3 {
		font-size: 30px;
		top: 35px;
	}
	.block_3_flex_in:first-child, .block_3_flex_in:last-child {
		max-width: 600px;
	}
	.block_3_flex_in {
		max-width: 275px;
	}
	.block_4_in_flex {
		flex-wrap: wrap;
	}
	.block_4_in_flex p {
		white-space: nowrap;
	}
	.block_6_flex .block_5_flex_in_txt {
		min-height: 170px;
	}
	.sms_ic {
		margin-top: 40px
	}
	.consult_ic {
		right: 20px;
		margin-top: 10px;
	}
	.subscribe_us_flex {
		flex-wrap: wrap;
	}
	.subscribe_us_flex h4 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in {
		max-width: 300px;
	}
	.sravnenie_flex_right_slide {
		max-width: 1030px;
	}
	.corzina_flex_right {
		margin: 0 0 0 20px;
	}
	.block_5_flex_in {
		max-width: 294px;
	}
	.contact_block_main_flex2_right {
		top: 0;
	}
	.form_call_us_flex_in_teh .sms_ic {
		background-size: 140px;
		width: 140px;
		right: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.main_search_block {
		max-width: 375px;
		margin-left: -210px;
	}
	.main_search_block_in input {
		text-overflow: ellipsis;
	}
	.catalog_nav {
		position: relative;
	}
	.catalog_nav_btn {
		display: block;
	}
	.catalog_nav_btn {
		display: block !important;
		width: 35px;
		height: 35px;
		position: relative;
		cursor: pointer;
		border-radius: 8px;
		z-index: 97;
	}
	.catalog_nav_btn>span {
		width: 28px;
		height: 3px;
		background: #50575B;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -1px 0 0 0;
	}
	.catalog_nav_btn>span::before, .catalog_nav_btn>span::after {
		content: "";
		width: 34px;
		height: 3px;
		background: #50575B;
		position: absolute;
		left: 0;
		transition: transform .2s;
	}
	.catalog_nav_btn>span::before {
		top: -8px;
	}
	.catalog_nav_btn>span::after {
		bottom: -8px;
	}
	.catalog_nav_btn.catalog_nav_btn_is_active>span {
		background: transparent;
	}
	.catalog_nav_btn_is_active>span::before {
		transform: rotate(45deg);
		top: 0;
	}
	.catalog_nav_btn_is_active>span::after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.catalog_nav {
		padding: 10px 0 10px 10px;
	}
	.catalog_nav_parent {
		position: absolute;
		top: 70px;
		left: 0;
		display: none;
		padding: 15px 40px;
		box-shadow: 0px 58px 70px rgb(0 0 0 / 15%);
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		z-index: 50;
		background: #fff;
	}
	.catalog_nav_in {
		width: auto;
	}
	.catalog_nav_in_in {
		position: static;
		padding: 0;
	}
	.catalog_nav_in_in_in {
		padding: 20px;
		margin: 0 0 0 0;
	}
	.catalog_nav_in p {
		font-size: 14px;
	}
	.block_1_flex {
		flex-wrap: wrap;
	}
	.block_1_flex_akcii {
		display: none;
	}
	.block_1_flex_slider {
		max-width: 100%;
	}
	.block_5_flex {
		flex-wrap: wrap;
	}
	.block_5_flex_in {
		max-width: 48%;
	}
	.reviews_in_flex_in_txt {
		flex-wrap: wrap;
	}
	.reviews_in_flex_in_txt img {
		width: 100%;
	}
	.reviews_in_flex_in_txt h4 {
		padding: 20px 0 0 0;
	}
	.form_call_us_flex_in {
		padding: 50px 20px;
	}
	.sms_ic {
		width: 128px;
		height: 103px;
		background-size: 128px;
		right: 20px;
		margin-top: 60px;
	}
	.consult_ic {
		width: 115px;
		height: 130px;
		background-size: 115px;
	}
	.footer_flex {
		flex-wrap: wrap;
	}
	.footer_flex_left {
		width: 100%;
		justify-content: space-between;
	}
	
	.footer_flex_right {
		margin-top: 40px;
	}
	.footer_flex_in_mail {
		margin-left: 30px;
	}
	.block_8_flex_in_flex_in {
		padding: 35px 20px 20px;
	}
	.block_8_flex_in_flex_in_top h3 {
		font-size: 28px;
	}
	.block_9_flex {
		max-width: 100%;
		justify-content: space-between;
	}
	.block_9_flex_in {
		max-width: 395px;
	}
	.block_9_flex_in p {
		font-size: 25px;
	}
	.catalog_flex_filtr .block_1_flex_slider {
		max-width: 570px;
	}
	.catalog_flex_filtr_left_flex_show_more {
		flex-wrap: wrap;
	}
	.more_show {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.catalog_flex_filtr_left_flex_list_flex {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_left {
		width: 100%;
		align-items: flex-start;
	}
	.sravnenie_flex_right_slide {
		max-width: 770px;
	}
	.in_page_pro_flex {
		flex-wrap: wrap;
	}
	.in_page_pro_flex_left {
		margin: 0 0 30px 0;
	}
	.form_call_us_flex_in1 .popap_vacancy_ic {
		width: 100px;
		height: 80px;
		background-size: 100px;
	}
	.write_ic {
		width: 100px;
		height: 54px;
		background-size: 100px;
	}
	.corzina_flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.corzina_flex_left {
		margin: 0 0 30px 0;
	}
	.contact_block_main_flex_in {
		width: 48%;
	}
	.contact_block_main_flex2 {
		flex-wrap: wrap;
	}
	.contact_block_main_flex2_right {
		padding: 0;
	}
	.company_bl_main_txt_flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.about_txt_top_line .leasing_block1_top_border_band {
		height: 100px;
	}
	.company_bl_main_txt_flex_left {
		margin: 0 0 30px 0;
	}
	.form_call_us_flex_in_teh .sms_ic {
		background-size: 90px;
		width: 90px;
		right: 10px;
		height: 80px;
	}
}

	.use-for.in_page_pro6_table table td:nth-child(1) {
		width: 90%;
	}

.use-for.in_page_pro6_table table tr td:nth-child(2){
	text-align:center;
}
@media screen and (max-width: 980px) {
	.choos_town_block_in {
		width: 470px;
		padding: 25px 15px;
	}
	/* a.desk_l_nav {
		display: none;
	} */
	a.mob_l_nav {
		display: block;
	}
	.more_nav_in {
		left: initial;
		right: 0;
	}
	.tel_num {
		display: none;
	}
	.tlg-icon-header {
		display: none;
	}
	.top_header_flex {
		width: 100%;
		flex-wrap: wrap;
	}
	.menu_nav {
		margin: 0;
	}
	.menu_nav__holder{
		justify-content: space-between;
		align-items: flex-end;
	}
	.menu_nav a {
		font-size: 14px;
		margin: 0 20px 0 0;
	}
	.bot_header_flex {
		width: 100%;
		justify-content: flex-start;
	}
	.logo {
		margin: 0 0 80px 0;
	}
	.main_search_block {
		top: 60px;
		left: 0;
		max-width: 100%;
		margin-left: 0;
	}
	.main_search_block_in {
		padding: 15px 0 4px 0;
	}
	.links_for {
		width: 100%;
		justify-content: space-between;
	}
	.links_for>div {
		margin: 0;
	}
	.catalog_nav {
		padding: 20px 0 10px 0px;
	}
	.catalog_nav_parent {
		padding: 15px 20px;
	}
	.bot_header {
		margin: 0 0 20px 0;
	}
	.block_1_flex_slider {
		margin: 0 !important;
	}
	.block_1_flex_slider_in a img {
		width: auto;
		height: 200px;
	}
	.block_3_flex_in {
		max-width: 44%;
	}
	.block_3_flex_in:first-child, .block_3_flex_in:last-child {
		max-width: 100%;
	}
	.block_heading_with_link {
		flex-wrap: wrap;
	}
	.block_heading_with_link h3 {
		font-size: 28px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.block_heading_with_link h4 {
		font-size: 24px;
	}
	.block_heading_with_link a {
		font-size: 22px;
	}
	.block_4_in_flex p {
		font-size: 14px;
	}
	.block_4_in_slide_in_in {
		min-height: 420px;
	}
	.block_4_in_slide_in_in_price {
		padding: 0 10px 25px;
	}
	.block_4_in_slide .buy_for {
		right: 0;
	}
	.block_4_in_slide_in_in_price h5 {
		font-size: 18px;
	}
	.block_5_flex_in {
		max-width: 100%;
	}
	.block_5_flex_in_txt {
		min-height: auto;
		padding: 15px 15px 0px;
	}
	.block_5_flex_in_txt>p {
		padding-bottom: 50px;
	}
	.block_6_flex .block_5_flex_in {
		max-width: 100%;
	}
	.block_6_flex .block_5_flex_in .block_5_flex_in_txt>h3 {
		font-size: 18px;
	}
	.reviews {
		margin: 0 0 40px 0;
	}
	.reviews_in_flex {
		flex-wrap: wrap;
	}
	.reviews_in_flex_in {
		width: 100%;
	}
	.reviews_in_flex_in_txt {
		flex-wrap: nowrap;
	}
	.reviews_in_flex_in_txt img {
		width: 30%;
	}
	.reviews_in_flex_in_txt h4 {
		padding: 0px 0 0 20px;
	}
	.form_call_us {
		margin: 0 0 30px 0;
	}
	.form_call_us_flex {
		flex-wrap: wrap;
	}
	.form_call_us_flex_in {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.block_7 {
		margin: 0 0 10px 0;
	}
	.block_7_flex_in {
		width: 49%;
		padding: 10px 10px 10px;
	}
	footer {
		padding: 30px 0 30px;
	}
	.footer_flex_left {
		flex-wrap: wrap;
	}
	.footer_flex_in {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	.footer_flex_in h4 {
		margin: 0 0 10px 0;
	}
	.footer_flex_in a {
		display: inline-block;
		margin: 5px 30px 5px 0;
	}
	.footer_flex_right {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.footer_flex_in_mail {
		width: 100%;
		margin-left: 0;
	}
	.block_heading_with_link2 h3 {
		margin: 0;
	}
	.block_8_flex {
		flex-wrap: wrap;
	}
	.block_8_flex_in_flex {
		width: 100%;
	}
	.block_8_flex_in_flex_in_top {
		padding: 0 75px 20px 0;
	}
	.block_8_flex_in_flex_in_top h4 {
		font-size: 26px;
	}
	.block_8_flex_in_flex_in_top h3 {
		font-size: 24px;
	}
	.vac_ic1 {
		width: 47px;
		height: 69px;
		right: 25px;
		background-size: 47px;
	}
	.vac_ic2 {
		width: 57px;
		height: 72px;
		right: 15px;
		background-size: 57px;
	}
	.block_8_flex_in_flex_in_bot {
		padding: 20px 0 0 0;
	}
	.subscribe_us {
		padding: 30px 0 20px;
	}
	.subscribe_us_flex .form_call_us_flex_in_input {
		max-width: 100%;
	}
	.subscribe_us_flex .sms_ic {
		margin: 20px 0 0 70px;
	}
	.popap_vacancy {
		padding: 60px 20px 40px;
	}
	.block_9 {
		padding: 0 0 20px 0;
	}
	.block_9_txt p {
		font-size: 18px;
	}
	.block_9_flex_in {
		max-width: 49%;
	}
	.block_9_flex_in p {
		font-size: 18px;
	}
	.block_10 {
		padding: 40px 0;
	}
	.block_10_flex {
		flex-wrap: wrap;
	}
	.block_10_in {
		padding: 30px 10px;
	}
	.catalog_flex_filtr {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.catalog_flex_filtr_right {
		max-width: 100%;
		width: 100%;
	}
	.catalog_flex_filtr_right_in {
		user-select: none;
	}
	.filrt_form {
		display: none;
	}
	.catalog_flex_filtr_right_in_ban {
		display: none;
	}
	.sort_by_flex {
		flex-wrap: wrap;
	}
	.catalog_flex_filtr_left {
		padding: 0;
	}
	.catalog_flex_filtr .block_1_flex_slider {
		max-width: 470px;
	}
	.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in {
		max-width: 230px;
		padding: 0 10px;
	}
	.catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in_img_txt p {
		padding: 0;
		height: 100px;
		margin: 10px 0 30px 0;
	}
	.sort_by_flex_in_select1 {
		margin: 0 0 20px 0;
	}
	.sort_by_flex_in_select2 {
		margin: 0 0 20px 0;
	}
	.catalog_nav_btn {
		position: absolute;
		top: -175px;
		right: 10px;
	}
	.catalog_nav_parent {
		top: -110px;
		z-index: 100;
	}
	.nav_prod_flex_in {
		padding: 5px 5px;
	}
	.nav_prod_flex_in img {
		height: 20px;
	}
	.nav_prod_flex_in a {
		font-size: 14px;
		padding: 0 5px;
	}
	.nav_prod_flex_in span {
		font-size: 12px;
	}
	.btn_for_filtr {
		margin: 0;
		background: url(/local/assets/css/../img/f_ic.svg)0px 7px no-repeat;
		background-size: 20px;
		padding: 0 15px 0 35px;
	}
	.nav_prod_flex {
		margin: 0 0 5px 0;
	}
	.filrt_form {
		padding-top: 30px;
	}
	.filrt_form_in_head b {
		left: initial;
		right: 80px;
	}
	.filrt_form_in_head b:after {
		right: initial;
		left: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 8px 0;
		border-color: transparent #fff transparent transparent;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_left {
		flex-wrap: wrap;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_left img {
		width: 118px;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_left_in1 {
		max-width: 290px;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_left_in2 {
		padding: 20px 0 0 30px;
	}
	.catalog_flex_filtr_left_flex_list_flex_in_right {
		margin: -60px 0 0 0;
	}
	.catalog_flex_filtr_left_flex_list_flex {
		padding: 20px 15px;
	}
	.catalog_flex_main {
		flex-wrap: wrap;
	}
	.catalog_flex_main_left {
		max-width: 100%;
	}
	.menu_btn_nav {
		display: block;
		font-size: 25px;
		font-weight: 700;
		padding: 10px 30px 10px 50px;
		margin: 0 0 20px 0;
		position: relative;
		background: #F7F8FA;
		border-radius: 15px;
	}
	.menu_btn_nav span {
		display: inline-block;
		width: 15px;
		height: 2px;
		background: #50575B;
		position: absolute;
		top: 50%;
		left: 25px;
		margin-top: 0px;
	}
	.menu_btn_nav:before, .menu_btn_nav:after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 2px;
		background: #50575B;
		position: absolute;
	}
	.menu_btn_nav:before {
		top: 50%;
		left: 25px;
		margin-top: -7px;
	}
	.menu_btn_nav:after {
		bottom: 50%;
		left: 25px;
		margin-bottom: -9px;
	}
	.catalog_flex_main_left_in {
		display: none;
	}
	.catalog_flex_main_right_flex_in {
		width: 49%;
		min-height: auto;
		margin: 0 0 20px 0;
		padding: 15px 10px 15px 10px;
	}
	.catalog_flex_main_right_flex {
		justify-content: space-between;
	}
	.catalog_flex_main_right_flex_in img {
		height: 50px;
	}
	.catalog_flex_main_right_flex_in span {
		font-size: 14px;
	}
	.catalog_flex_main_right_flex_in p {
		font-size: 14px;
	}
	.links_for_del_share {
		margin: 20px 0 10px;
	}
	.sravnenie_flex_right_slide {
		max-width: 250px;
	}
	.in_page_pro_flex_left {
		width: 100%;
	}
	.in_page_pro_flex_left_slide_in_in img {
		width: 100%;
		height: auto;
	}
	.block_heading_with_link h3 {
		font-size: 20px;
	}
	.in_page_pro_flex_right_in2 p {
		font-size: 30px;
	}
	.in_page_pro_flex_right_in2 span {
		font-size: 24px;
	}
	/* .in_page_pro2 .block_heading_with_link, .in_page_pro3 .block_heading_with_link, .in_page_pro4 .block_heading_with_link, .in_page_pro5 .block_heading_with_link, .in_page_pro6 .block_heading_with_link {
		margin: 0 0 0 0;
	} */
	.in_page_pro4_txt h4 {
		font-size: 18px;
	}
	.in_page_pro4_txt ul li {
		font-size: 16px;
	}
	.in_page_pro6_table table th:nth-child(1) {
		width: 150px
	}
	.in_page_pro6_table table td:nth-child(1) {
		width: 150px
	}

	.use-for.in_page_pro6_table table th:nth-child(1) {
		width: 400px
	}

	.use-for.in_page_pro6_table table tr td:nth-child(2) {
		text-align:center;
	}

	.in_page_pro6_table table td div img {
		height: 60px;
	}
	.in_page_pro6_table table td div p {
		margin: 0 0 0 10px;
	}
	.in_page_pro4, .in_page_pro6 {
		margin: 0 0 40px 0;
	}
	.in_page_pro2 .sravnenie_flex {
		margin: 0;
	}
	.form_call_us_flex_in_main {
		width: 100%;
	}
	.chos_adres_fix {
		width: 100%;
		margin: 0 0 20px 0;
		position: static;
	}
	.chos_adres_fix2 {
		width: 100%;
		margin: 0 0 20px 0;
		position: static;
	}
	.corzina_flex_left_in {
		flex-wrap: wrap;
		position: relative;
	}
	.corzina_flex_left_in_left {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.corzina_flex_left_in_left>img {
		width: 118px;
	}
	.corzina_flex_left_in_left .catalog_flex_filtr_left_flex_list_flex_in_left_in1 {
		max-width: 270px;
		margin: 0 0px 0 0;
	}
	.corzina_flex_left_in_left .in_page_pro_flex_right_in4_btn_count {
		padding: 20px 0 0 0;
	}
	.prise_corzin {
		padding: 20px 20px 0 0;
	}
	.corzina_flex_left_in_right {
		position: absolute;
		right: 20px;
		bottom: 33px;
	}
	.corzina_flex_right {
		margin: 0;
		width: 100%;
	}
	.corzina_flex {
		margin: 0 0 30px 0;
	}
	.bot_header_oform {
		margin: 0;
	}
	.oform_zakaz_block_in_in {
		padding: 20px 20px;
	}
	.oform_zakaz_block_in_in_flex {
		flex-wrap: wrap;
	}
	.oform_zakaz_block_in h4 {
		font-size: 20px;
	}
	.oform_zakaz_block_in_in_flex_right {
		width: 100%;
		margin: 0;
	}
	.total_flex {
		flex-wrap: wrap;
	}
	.total_flex>div {
		margin: 0 0 20px 0;
	}
	.akcii_in_block .block_heading_with_link {
		margin: 0 0 10px 0;
	}
	.akcii_in_block_txt h5 {
		font-size: 20px;
	}
	.contact_block_main_flex_in {
		width: 100%;
	}
	.contact_block_main_flex2_left_in_in1 {
		margin: 0 0 12px 0;
	}
	.contact_block_main_flex2_left_in_in1 div a {
		font-size: 18px;
	}
	.contact_block_main_flex2_left_in>p {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.contact_block_main_flex2_left_in_in2>div span {
		font-size: 14px;
	}
	.contact_block_main_flex2_left_in_in2>div p {
		font-size: 15px;
	}
	.contact_block_main_flex2_right .contact_block_main_flex2_right_item {
		justify-content: center;
	}
	a.filial_town {
		font-size: 20px;
	}
	.company_bl_main_ban {
		overflow: hidden;
		border-radius: 20px;
	}
	.company_bl_main .block_heading_with_link .block_advantages_name {
		max-width: 390px;
	}
	.company_bl_main_ban img {
		width: auto;
		height: 210px;
	}
	.company_bl_main_txt {
		padding: 0;
	}
	.company_bl_main_txt p {
		font-size: 18px;
		max-width: 390px;
	}
	.company_video_block_small {
		margin: 0 -7px 30px;
	}
	.company_video_block_small p {
		width: 22.3%;
		height: 60px;
		overflow: hidden;
	}
	.company_video_block_small p img {
		width: 100%;
		height: auto;
	}
	.company_bl_main_txt_flex_left p {
		font-size: 18px;
	}
	.company_bl_main_txt_flex_right {
		width: 100%;
		padding: 30px 30px;
	}
	.company_bl_main_cert_flex {
		flex-wrap: wrap;
	}
	.company_bl_main_cert_flex_in {
		width: 48%;
	}
	.faq_flex {
		flex-wrap: wrap;
	}
	.faq_flex_left {
		width: 100%;
	}
	.faq_flex_right {
		width: 100%;
	}
	.faq_flex_right .form_call_us_flex_in {
		padding: 30px 20px;
	}
	.request_received {
		padding-left: 20px;
		padding-right: 20px;
	}
	.request_received>div {
		min-height: 340px;
	}
	.request_received>div h3 {
		font-size: 36px;
	}
	.request_received>div p {
		font-size: 23px;
	}
	.order_accepted {
		background: url(/local/assets/css/../img/zakaz_prinyat_bg.svg)0 bottom no-repeat;
		padding-bottom: 40px;
	}
	.order_accepted_body_flex {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.order_accepted_body_flex_in {
		margin: 0 0 40px 0;
	}
	.form_call_us_flex_in_teh .btn_1 {
		max-width: 315px;
	}
	.form_call_us_flex_in_teh .sms_ic {
		background-size: 90px;
		width: 90px;
		right: 20px;
		height: 65px;
	}
	.block_serv_warran_in_in2_head p {
		font-size: 24px;
	}
	.block_serv_warran_in_in2_head span {
		top: 25px;
		right: 25px;
	}
	.ready_sol_min .block_heading_with_link h3 {
		font-size: 23px;
	}
	.ready_sol_min_total {
		flex-wrap: wrap;
	}
	.ready_sol_min_total>div {
		margin: 0 0 20px 0;
	}
	.ready_sol_min_total>div>div p {
		font-size: 18px;
	}
	.ready_sol_min_total>div>div b {
		font-size: 18px;
	}
	.ready_sol_min_inflex_in {
		width: 48%;
	}
	.ready_sol_min_inflex_in .block_4_in_slide_in_in {
		min-height: 360px;
	}
}

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

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

/*Поправка от Димана*/
@media screen and (max-width: 750px)
{
	footer .mobile-tab
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer_flex_in h4
	{
		margin: 0px;
	}

	.arrow-footer
	{
		display: block !important;
	}

	.footer_flex_left .footer_flex_in_start
	{
		height: auto;
		width: 100%;
	}

	.footer_flex_left .footer_flex_in_start a
	{
		width: 100%;
	}

	.footer_flex_in a
	{
		display: block;
	}

	footer #help-support
	{
		margin-bottom: 15px;
	}

	footer .mail-service-desctop
	{
		display: none;
	}

	footer .mail-service-mobile
	{
		display: block !important;
	}

	.footer_flex_right
	{
		width: 100%;
	}

	.footer_flex_left .footer_flex_in_start
	{
		display: none;
	}

	footer .mobile-list
	{
    	display: none;
	}

	footer .arrow-footer
	{
		transition: all 0.5s ease;
		transform: rotate(0deg);
	}

	footer .arrow-footer.active-arrow
	{
		transform: rotate(-180deg);
	}

	footer .desctop-var
	{
		display: none;
	}

	.footer_flex_in
	{
		padding: 0px;
	}

	.footer_flex_right
	{
		margin-top: 0px;
	}

	footer #contact-service 
	{
	    margin: 20px 0 20px 0;
	}

	.footer_flex_in_social .social-title-mobile
	{
		font-size: 18px;
	}

	.footer_flex_in_social a
	{
	    height: 30px;
	}

	footer .mobile-var
	{
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}

	.footer_flex_in_social a
	{
		margin: 0 0 0 10px !important;
	}

	footer .footer_delimeter
	{
		margin: 30px 0;
	}

	footer .payment-site
	{
		align-items: flex-start;
	}

	footer .payment-title
	{
		font-weight: bold;
	}

	footer .payment-img 
	{
	    margin: 5px 20px 5px 0;
	}

	footer .footer-last-text
	{
		text-align: left;
	}

	footer .footer-last-line
	{
		flex-direction: column;
		align-items: flex-start;
	}

	footer .year_text
	{
		margin: 0px;
	}

	footer .footer-last-line a,
	footer .year_text
	{
		margin-top: 10px;
	}

	footer .politic
	{
		order: 1;
	}

	footer .dogovor
	{
		order: 2;
	}

	footer .year_text
	{
		order: 3;
	}

	footer .footer-last-line
	{
		font-size: 13px;
	}

	footer .footer-last-text
	{
		margin: 20px 0;
	}
}
/*Поправка от Димана*/

/*хидер-Диман*/
@media screen and (max-width: 750px)
{
	.hide
	{
		display: none !important;
	}

	.footer_flex_in_mail
	{
		padding-left: 0px;
	}

	#catalog_nav_btn
	{
		display: none !important;
	}

	.catalog-box
	{
		padding: 0px;
	}

	.catalog-box #show-catalog
	{
		display: none !important;
	}

	.catalog-burger
	{
		display: flex !important;
		align-items: center;
		margin-right: -40px;
	}

	.top_header #show-catalog-mobile
	{
	    width: 58px;
	    height: 40px;
	    border-radius: 20px;
	    background: #2086cf;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border: none;
	    cursor: pointer;
	    transition: 0.3s;
	    margin-right: 20px;
	}

	.mobile-head-phone
	{
		display: flex !important;
		justify-content: flex-end;
	}

	.mobile-head-phone .tel_num
	{
		font-size: 17px;
		font-weight: 500;
		color: #6E7D86;
		margin: 0px;
	}

	.mobile-head-phone
	{
		margin: 0 0 30px 0 !important;
	}

	.mobile-head-delimeter
	{
		display: block !important;
		height: 2px;
		background: #F7F7F7;
		margin: 30px 0;
	}

	.catalog-box .popular-menu
	{
		display: none !important;
	}

	.logo
	{
		display: none !important;
	}

	.main_search_block
	{
		top: -10px;
	}

	.links_for
	{
		margin-top: 70px;
	}

	.top_header_flex 
	{
		flex-wrap: nowrap;
	}

	.top_header_flex 
	{
		position: relative;
		align-items: center;
	}

	.top_header .mobile-logo
	{
		display: block !important;
	}

	/**бургер***/

	.burger {
    display: block !important;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    z-index: 97;
	}

	.burger>span {
	    width: 34px;
	    height: 3px;
	    background: #50575B;
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin: -1px 0 0 0;
	}

	.burger>span::before {
	    top: -8px;
	}

	.burger>span::before, 
	.burger>span::after {
	    content: "";
	    width: 34px;
	    height: 3px;
	    background: #50575B;
	    position: absolute;
	    left: 0;
	    transition: transform .2s;
	}

	.burger>span::after {
	    bottom: -8px;
	}

	/**active***/

	.burger.is_active>span {
	    background: transparent;
	}

	.is_active>span::before {
	    transform: rotate(45deg);
	    top: 0;
	}

	.is_active>span::after {
	    transform: rotate(-45deg);
	    bottom: 0;
	}
	/**бургер***/

	.menu_nav
	{
		margin-top: -1px;
		position: absolute;
		top: 100%;
		left: -15px;
		z-index: 99999;
		/*border: 3px solid black;*/
		width: calc(100% + 30px);
		padding: 0 15px;
		border-radius: 0 0 20px 20px;
		background: #FFFFFF;
		border-top: 2px solid #F7F7F7;
	}

	.choos_town_block_in
	{
		z-index: 999999;
	}

	.menu_nav__holder 
	{
		flex-direction: column;
	    align-items: flex-start;
	}

	.more_nav_in 
	{
	    left: 10px;
	    right: initial;
	}

	.menu_nav .popular-sections
	{
		display: block !important;
		margin-top: 15px;
		margin: 15px 0 10px 0;
		padding: 0px;
	}

	.menu_nav .popular-sections li
	{
		list-style-type: none;
	}

	.menu_nav .popular-sections li a
	{
		text-transform: uppercase;
		font-size: 16px;
		color: #50575B;
		font-weight: 700;
	}

	.menu_nav a
	{
		margin-bottom: 10px;
	}

	.menu_nav
	{
	    display: none;
	}

	.mobile-shade 
	{
	    position: absolute;
	    top: 100%;
	    left: -15px;
	    z-index: 9999;
	    width: calc(100% + 30px);
	   /* background: #1e1e1e;
	    opacity: 0.8;*/
	    background: #6691B9;
	    opacity: 0.7;

	    /*height: 100vh;*/
	}
}
/*хидер-Диман*/
/* End */


/* Start:/local/assets/css/styles_cabinet.css?173988365566169*/
body {
	font-family: "PT Root UI";
	font-weight: 400;
	color: #303239;
	background: #fff;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.new_in_top_header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.new_in_top_header_balance p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #6e7d86;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	margin: 0 25px 0 0;
}

.new_in_top_header_balance p::before {
	content: "$";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8e8e8e;
	font-size: 13px;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: #d9d9d9;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

.new_in_top_header_notific {
	position: relative;
}

.notific_ic {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/notific_ic.svg) center no-repeat;
	margin: 0 25px 0 0;
	position: relative;
	cursor: pointer;
}

.notific_ic>span {
	width: 10px;
	height: 10px;
	background: #f23131;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -4px;
}

.new_in_top_header_notific_abs {
	padding: 25px 0 0 0;
	position: absolute;
	top: 10px;
	right: -190px;
	z-index: 2;
	display: none;
	z-index: 99;
}

.new_in_top_header_notific:hover .new_in_top_header_notific_abs {
	display: block;
}

.new_in_top_header_notific_abs_in {
	width: 460px;
	padding: 25px 30px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
	-moz-box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
	box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
}

.new_in_top_header_notific_abs_in>p {
	color: #1a2433;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.new_in_top_header_notific_abs_in_inner {
	padding: 17px 24px;
	border-radius: 9px;
	background: radial-gradient(136.67% 136.67% at 50% 50%,
			rgba(237, 242, 249, 0) 0%,
			#edf2f9 100%);
	margin: 0 0 12px 0;
}

.new_in_top_header_notific_abs_in_inner>p {
	color: #383838;
	font-size: 16px;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new_in_top_header_notific_abs_in_inner>p a {
	color: #2483dc;
	text-decoration: none;
}

.new_in_top_header_notific_abs_in_inner_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new_in_top_header_notific_abs_in_inner_flex p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #7a7f97;
	font-size: 15px;
	margin: 0;
}

.new_in_top_header_notific_abs_in_inner_flex p>span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	margin: 0 5px 0 0;
	border: 1px solid #2483dc4a;
	border-radius: 50%;
}

.new_in_top_header_notific_abs_in_inner_flex p>span span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2483dc;
}

.new_in_top_header_notific_abs_in_inner_flex button {
	color: #7a7f97;
	font-size: 15px;
	background: transparent;
	padding: 0;
	border: none;
}

.new_in_top_header_notific_abs .btn_3 {
	width: 100%;
	height: 40px;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.top_header_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.choos_town_block {
	position: relative;
}

.choos_town_block_in {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 540px;
	background: #ffffff;
	border-radius: 20px;
	transition: all 0.2s;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	padding: 25px 25px;
	z-index: 99;
}

.choos_town_block_in:target {
	display: block;
}

.choos_town_block_in:target+.close_town {
	display: none;
}

.choos_town_block_in h4 {
	font-size: 25px;
	color: #50575b;
	font-weight: 500;
	margin: 0 0 25px 0;
}

.close_town {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #f2f2f2;
	background: #fff url(/img/close_ic.svg) center no-repeat;
	border-radius: 50%;
}

.choos_town_block_in_in {
	max-width: 405px;
}

.choos_town_block_in_in_search {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #e7e7e7;
	padding: 4px 0;
	margin: 0 0 25px 0;
}

.choos_town_block_in_in_search input {
	display: block;
	width: 100%;
	border: none;
	color: #50575b;
	font-size: 18px;
	font-family: "PT Root UI";
	font-weight: 400;
	padding: 0 10px 0 0;
}

.choos_town_block_in_in_search input::-webkit-input-placeholder {
	color: #9a9a9a;
}

.choos_town_block_in_in_search input::-moz-placeholder {
	color: #9a9a9a;
}

.choos_town_block_in_in_search input:-moz-placeholder {
	color: #9a9a9a;
}

.choos_town_block_in_in_search input:-ms-input-placeholder {
	color: #9a9a9a;
}

.choos_town_block_in_in_search button {
	display: inline-block;
	border: none;
	width: 16px;
	height: 16px;
	background: url(/img/search_ic.svg) 0 0 no-repeat;
	flex-shrink: 0;
}

.choos_town_block_in_in_towns {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.choos_town_block_in_in_towns>div {
	margin: 0 40px 0 0;
}

.choos_town_block_in_in_towns>div:last-child {
	margin: 0;
}

.choos_town_block_in_in_towns>div a {
	display: block;
	font-size: 14px;
	color: #50575b;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 6px 0;
}

.choos_town_block_in_in_towns>div div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 6px 0;
}

.choos_town_block_in_in_towns>div div p {
	width: 13px;
	height: 12px;
	position: relative;
	background: url(/img/home_ic.svg) 0 0 no-repeat;
	margin: 0 5px 0 0;
}

.choos_town_block_in_in_towns>div div p span {
	display: none;
	background: #fff;
	padding: 10px 14px 12px;
	white-space: nowrap;
	font-size: 14px;
	color: #50575b;
	position: absolute;
	top: -51px;
	left: -93px;
	box-shadow: 0px 16px 40px rgb(0 0 0 / 10%);
	border-radius: 5px;
}

.choos_town_block_in_in_towns>div div p span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

.choos_town_block_in_in_towns>div div p:hover span {
	display: inline-block;
}

.choos_town_block_in_in_towns>div div a {
	margin: 0;
}

.choos_town {
	width: 125px;
	display: block;
	text-decoration: none;
	color: #929ea6;
	font-size: 15px;
	position: relative;
	padding: 0 0 0 15px;
}

.choos_town:before {
	content: "";
	display: inline-block;
	background: url(/img/loc_ic.svg) 0px 0px no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
}

.choos_town:after {
	content: "";
	display: inline-block;
	background: url(/img/loc_arrow.svg) 0px 0px no-repeat;
	width: 8px;
	height: 4px;
	position: absolute;
	top: 8px;
	right: 0;
}

/* .menu_nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10% 0 0;
}

.menu_nav a {
	display: inline-block;
	font-size: 15px;
	color: #929ea6;
	text-decoration: none;
	margin: 0 20px 0 0;
	transition: all 0.2s;
}

.menu_nav a:hover {
	color: #2086cf;
} */

.more_nav {
	position: relative;
}

.more_nav span {
	display: inline-block;
	font-size: 15px;
	color: #929ea6;
	background: url(/img/loc_arrow.svg) right 7px no-repeat;
	padding: 0 12px 0 0;
}

.more_nav_in {
	display: none;
	position: absolute;
	top: 15px;
	left: -30px;
	padding: 10px 0 0 0;
	z-index: 99;
}

.more_nav:hover .more_nav_in {
	display: block;
}

.more_nav_in_in {
	background: #ffffff;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 15px 15px;
}

.more_nav_in_in a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 10px 15px;
	margin: 0;
}

a.mob_l_nav {
	display: none;
}

.more_nav_in_in a:hover {
	color: #50575b;
	background: #f7f8fa;
	border-radius: 10px;
}

.tel_num {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	color: #929ea6;
	font-size: 18px;
	text-decoration: none;
}

.bot_header {
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
}

.bot_header_flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.logo {
	width: 275px;
	margin: 0;
	padding: 0;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	height: auto;
}

/* .main_search_block {
	position: absolute;
	left: 50%;
	top: -10px;
	max-width: 700px;
	margin-left: -390px;
	width: 100%;
	padding: 0 25px;
	background: #fff;
	z-index: 98;
}

.main_search_block_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #d5d5d5;
	padding: 25px 0 4px 0;
}

.main_search_block_in input {
	display: block;
	width: 100%;
	border: none;
	color: #50575b;
	font-size: 18px;
	font-family: "PT Root UI";
	font-weight: 400;
	padding: 0 10px 0 0;
}

.main_search_block_in input:-ms-clear {
	display: none;
}

.main_search_block_in input::-webkit-input-placeholder {
	color: #9a9a9a;
}

.main_search_block_in input::-moz-placeholder {
	color: #9a9a9a;
}

.main_search_block_in input:-moz-placeholder {
	color: #9a9a9a;
}

.main_search_block_in input:-ms-input-placeholder {
	color: #9a9a9a;
} */

.clear {
	width: 13px;
	height: 12px;
	display: none;
	background: url(/img/clear_ic.svg) 0 0 no-repeat;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
}

/* .main_search_block_in input:focus+.clear {
	display: inline-block;
}

.main_search_block_in button {
	display: inline-block;
	border: none;
	width: 16px;
	height: 16px;
	background: url(/img/search_ic.svg) 0 0 no-repeat;
	flex-shrink: 0;
}

.main_search_block_in_result {
	display: none;
	width: 100%;
	background: #fff;
	padding: 25px 0 70px 0;
}

.main_search_block_in_result h4 {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0;
}

.main_search_block_in_result a {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	color: #50575b;
	margin: 0 0 10px 0;
	padding: 0 0;
} */

.show_all_res {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #f6f6f6;
}

.show_all_res a {
	display: inline-block;
	text-decoration: none;
	color: #2086cf;
	font-size: 16px;
	background: url(/img/show_all_res_ic.svg) right 6px no-repeat;
	padding: 0 15px 0 0;
	font-weight: 400;
}

/* .main_search_block:hover {
	 box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.2);
  border-radius: 25px; 
}

.main_search_block:hover .main_search_block_in_result {
	display: none;
}

.links_for {
	display: flex;
	justify-content: flex-end;
}

.links_for>div {
	height: 40px;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	position: relative;
}

.links_for_video {
	position: relative;
	background: url(/img/links_for_video.png) center 0px no-repeat;
}

.links_for_in1 {
	background: url(/img/links_for_in1.svg) center 0px no-repeat;
}

.links_for_in1:hover {
	background: url(/img/links_for_in1_1.svg) center 0px no-repeat;
}

.links_for_in2 {
	background: url(/img/links_for_in2.svg) center 0px no-repeat;
}

.links_for_in2:hover {
	background: url(/img/links_for_in2_1.svg) center 0px no-repeat;
}

.links_for_in3 {
	background: url(/img/links_for_in3.svg) center 0px no-repeat;
}

.links_for_in3:hover {
	background: url(/img/links_for_in3_1.svg) center 0px no-repeat;
}

.links_for_in4 {
	background: url(/img/links_for_in4.svg) center 0px no-repeat;
}

.links_for_in4:hover {
	background: url(/img/links_for_in4_1.svg) center 0px no-repeat;
}

.links_for>div>a {
	display: block;

	font-size: 12px;
	color: #858a8d;
	text-decoration: none;
	padding: 25px 5px 0;
}

.links_for .links_for_video a {
	color: #dc3a24;
}

.links_for .links_for_video a:hover {
	color: #dc3a24;
}

.links_for>div:hover a {
	color: #2086cf;
}

.links_for>div span {
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0;
	background: #2086cf;
	color: #fff;
	font-size: 13px;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	padding: 0 5px;
	border-radius: 50px;
}

.links_for_in2>span {
	right: 5px !important;
} */

.catalog_nav {
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
}

.catalog_nav_btn {
	display: none;
}

.catalog_nav_parent {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 0;
	position: relative;
}

.catalog_nav_in p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 10px 10px;
	color: #50575b;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s;
}

.catalog_nav_in>a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 10px 10px;
	color: #50575b;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s;
}

.catalog_nav_in:hover p {
	color: #fff;
	background: #2086cf;
}

.catalog_nav_in_in {
	display: none;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 16px 0 0 0;
	transition: all 0.2s;
	z-index: 9;
}

.catalog_nav_in:hover .catalog_nav_in_in {
	display: block;
	opacity: 1;
}

.catalog_nav_in_in_in {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 40px 40px 40px 40px;
	box-shadow: 0px 58px 70px rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.catalog_nav_in_in_in2 {
	background: #fff url(/img/catalog_nav_in_in_in2_bg.svg) right bottom no-repeat;
}

.catalog_nav_in_in_in_link {
	display: flex;
	width: 300px;
	height: 75px;
	align-items: center;
	text-decoration: none;
	color: #50575b;
	font-size: 15px;
	border-radius: 15px;
	background: #fff;
	margin: 0 25px 25px 0;
	padding: 0 0 0 15px;
}

.catalog_nav_in_in_in_link:hover {
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.1);
}

.catalog_nav_in_in_in img {
	display: inline-block;
	width: auto;
	height: 55px;
	flex-shrink: 0;
}

.catalog_nav_in_in_in span {
	padding: 0 0 0 20px;
}

.catalog_nav_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn_catalog {
	border-radius: 80px;
	background: #2484dc;
	width: 287px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 8px 25px 0px rgba(175, 213, 240, 0.75);
	-webkit-box-shadow: 0px 8px 25px 0px rgba(175, 213, 240, 0.75);
	-moz-box-shadow: 0px 8px 25px 0px rgba(175, 213, 240, 0.75);
	margin: 0 33px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}

.btn_catalog span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.btn_catalog span::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(/img/btn_ic_catalog.svg) center no-repeat;
	margin: 0 13px 0 0;
}

.catalog_menu {
	width: 380px;
	position: absolute;
	top: 80px;
	left: 0;
	padding: 20px 40px 20px 30px;
	background: #fff;
	z-index: 2;
	border-radius: 0 0 15px 15px;
	filter: drop-shadow(0px 58px 50px rgba(0, 0, 0, 0.1));
	display: none;
	z-index: 99;
}

.catalog_menu_in_top {
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}

.catalog_menu_in_top_show {
	padding-left: 15px;
}

.catalog_menu_in_top::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(/img/btn_open_ic.svg) center no-repeat;
	border: none;
	position: absolute;
	top: 50%;
	right: -20px;
	margin: -7px 0 0 0;
	padding: 0;
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.catalog_menu_in_top_show::after {
	transform: rotate(0deg);
}

.catalog_menu_in_top>p {
	color: #3d3d3d;
	font-weight: 500;
	padding: 6px 0;
	margin: 6px 0;
}

.catalog_menu_in>p {
	font-weight: 500;
	padding: 6px 0;
	margin: 6px 0;
}

.catalog_menu_in>p a {
	color: #3d3d3d;
	text-decoration: none;
}

.catalog_menu_in_bot {
	display: none;
	padding: 5px 15px;
	border-top: 1px solid #e2e7ec;
	border-bottom: 1px solid #e2e7ec;
	margin: 0 0 25px 0;
}

.catalog_menu_in_bot div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
	padding: 5px 0;
}

.catalog_menu_in_bot div span {
	display: block;
	width: 55px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

.catalog_menu_in_bot div span img {
	display: block;
	width: 100%;
	height: auto;
}

.catalog_menu_in_bot div p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.catalog_menu_in_bot div p a {
	color: #50575b;
	text-decoration: none;
	padding: 10px 0;
}

.catalog_nav_in_spec a {
	color: #dc2a2a;
}

.crumbs_block {
	margin: 0 0 30px 0;
}

.crumbs_block_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}

.crumbs_block_flex a {
	display: inline-block;
	color: #9fa3b6;
	text-decoration: none;
}

.crumbs_block_flex span {
	display: inline-block;
	margin: 0 5px;
}

.crumbs_block_flex p {
	color: #484848;
	margin: 0;
}

.orders_block {
	margin: 0 0 80px 0;
}

.orders_block_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.orders_block_side_bar {
	width: 320px;
	flex-shrink: 0;
	margin: 0 50px 0 0;
	padding: 0 10px 0 0;
}

.orders_block_side_bar_links {
	padding: 0 0 6px 0;
	margin: 0 0 36px 0;
}

.orders_block_side_bar_links_in {
	margin: 0 0 15px 0;
}

.orders_block_side_bar_links_in_heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 12px 0;
}

.orders_block_side_bar_links_in_heading span {
	display: block;
	width: 48px;
	margin: 0 12px 0 0;
}

.orders_block_side_bar_links_in_heading span img {
	display: block;
	width: 100%;
	height: auto;
}

.orders_block_side_bar_links_in_heading a {
	font-size: 18px;
	color: #2483dc;
	text-decoration: none;
	font-weight: 700;
}

.orders_block_side_bar_links_in_bot {
	padding: 0 0 0 60px;
	margin: 0 0 12px 0;
}

.orders_block_side_bar_links_in_bot a {
	font-size: 16px;
	color: #717483;
	font-weight: 500;
	text-decoration: none;
}

.orders_block_side_bar_links_in_bot_act a {
	color: #303239;
}

.orders_block_side_bar_cooperator {
	border-radius: 15px;
	border: 1px solid #d5dfed;
	padding: 7px 7px;
}

.orders_block_side_bar_cooperator_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 9px;
	background: radial-gradient(136.67% 136.67% at 50% 50%,
			rgba(237, 242, 249, 0) 0%,
			#edf2f9 100%);
	padding: 14px 14px;
	margin: 0 0 20px 0;
}

.orders_block_side_bar_cooperator_top_img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin: 0 20px 0 0;
}

.orders_block_side_bar_cooperator_top_img img {
	display: block;
	width: 100%;
	height: auto;
}

.orders_block_side_bar_cooperator_top_name p {
	margin: 0 0 5px 0;
}

.orders_block_side_bar_cooperator_top_name p span {
	color: #303239;
	font-size: 17px;
	font-weight: 500;
}

.orders_block_side_bar_cooperator_top_name>span {
	color: #7a7f97;
	font-size: 15px;
	font-weight: 400;
}

.orders_block_side_bar_cooperator_contacts p {
	margin: 0 0 14px 0;
}

.orders_block_side_bar_cooperator_contacts p a {
	display: inline-block;
	color: #484b5b;
	text-decoration: none;
	font-size: 15px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	padding: 2px 0 2px 36px;
}

.orders_block_side_bar_cooperator_contacts {
	padding: 0 15px 0 20px;
}

.coop_mail a {
	background: url(/img/cont_ic1.svg) 3px center no-repeat;
}

.coop_whats a {
	background: url(/img/cont_ic2.svg) 3px center no-repeat;
}

.coop_tlg a {
	background: url(/img/WA.png) 0px center no-repeat;
}

.orders_block_content {
	max-width: 100%;
	width: 100%;
}

.heading {
	color: #303239;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 28px 0;
}

.active_orders {
	position: relative;
	margin: 0 0 20px 0;
}

.active_orders_innner {
	border: 1px solid #e2e7ec;
	border-radius: 14px;
	padding: 0 30px;
}

.opened_border {
	border-color: #3b8dff;
}

.active_orders_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 35px 23px 0;
	position: relative;
	border-bottom: 1px solid transparent;
}

.opened_border .active_orders_top {
	border-bottom: 1px solid #edf2f9;
}

.active_orders_top_left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.active_orders_top_num {
	min-width: 120px;
	font-size: 17px;
	font-weight: 500;
	color: #303239;
	margin: 0 30px 0 0;
}

.active_orders_top_created {
	min-width: 150px;
	color: #717483;
	font-size: 16px;
	font-weight: 500;
	margin: 0 30px 0 0;
}

.active_orders_top_status {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 34px;
	border-radius: 80px;
	border: 1px solid #bacce4;
	text-align: center;
	color: #717483;
	font-size: 16px;
	font-weight: 500;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

.order_stat1 {
	background: linear-gradient(to right,
			#ddefff 1%,
			#ddefff 25%,
			#ffffff 25%,
			#ffffff 100%);
}

.order_stat2 {
	background: linear-gradient(to right,
			#ddefff 1%,
			#ddefff 40%,
			#ffffff 40%,
			#ffffff 100%);
}

.order_stat3 {
	background: linear-gradient(to right,
			#ddefff 1%,
			#ddefff 60%,
			#ffffff 60%,
			#ffffff 100%);
}

.order_stat4 {
	background: linear-gradient(to right,
			#ddefff 1%,
			#ddefff 80%,
			#ffffff 80%,
			#ffffff 100%);
}

.order_stat5 {
	background: radial-gradient(155.95% 147.18% at 44% -32.35%,
			#97a3b6 0%,
			#959595 100%);
	color: #fff;
	border-color: #959595;
}

.order_stat6 {
	color: #717483;
	background: #fff;
	border: 1px solid #bacce4;
}

.active_orders_top_delivery {
	color: #717483;
	font-size: 16px;
	font-weight: 500;
	margin: 0 20px 0 0;
}

.active_orders_top_right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.active_orders_top_for_payment {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	margin: 0 40px 0 0;
}

.active_orders_top_for_payment_no {
	display: none;
}

.active_orders_top_for_payment a {
	display: inline-block;
	color: #2483dc;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.active_orders_top_for_payment span {
	content: "";
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(/img/active_orders_top_for_payment_ic.svg) center no-repeat;
	margin: 0 10px 0 0;
	position: relative;
	flex-shrink: 0;
}

.active_orders_top_for_payment span::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f23131;
	position: absolute;
	top: -4px;
	right: -6px;
}

.active_orders_top_price {
	min-width: 100px;
	color: #303239;
	margin: 0 25px 0 0;
	font-size: 16px;
	font-weight: 500;
}

.active_orders_top_for_payment_stat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 34px;
	border-radius: 80px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.payment_stat1 {
	background: radial-gradient(155.95% 147.18% at 44% -32.35%,
			#bebdf6 0%,
			#8c8ae4 100%);
}

.payment_stat2 {
	background: radial-gradient(155.95% 147.18% at 44% -32.35%,
			#97a3b6 0%,
			#959595 100%);
}

.payment_stat3 {
	color: #717483;
	border: 1px solid #bacce4;
}

.btn_open {
	display: block;
	width: 15px;
	height: 15px;
	background: url(/img/btn_open_ic.svg) center no-repeat;
	border: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -7px 0 0 0;
	padding: 0;
	transition: all 0.3s;
}

.opened_border .btn_open {
	transform: rotate(180deg);
}

.active_orders_bot {
	display: none;
	padding: 20px 0 0 0;
}

.active_orders_bot_info {
	margin: 0 0 25px 0;
	position: relative;
}

.active_orders_bot_info_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px 0;
}

.active_orders_bot_info_in:last-child {
	margin: 0;
}

.active_orders_bot_info_in p {
	min-width: 110px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
	color: #7a7f97;
	font-size: 16px;
	font-weight: 400;
}

.active_orders_bot_info_in span {
	display: inline-block;
	font-size: 16px;
}

.active_orders_bot_info_in span b {
	font-weight: 500;
}

.active_orders_bot_table {
	border-bottom: 1px solid #edf2f9;
}

.active_orders_bot_table table {
	width: 100%;
	border-collapse: collapse;
}

.active_orders_bot_table table tr:first-child {
	border-radius: 8px;
	background: #f6faff;
}

.active_orders_bot_table table th {
	font-size: 14px;
	color: #7a7f97;
	font-weight: 500;
	padding: 11px 20px;
	text-align: left;
}

.active_orders_bot_table table th:first-child {
	border-radius: 8px 0 0 8px;
}

.active_orders_bot_table table th:last-child {
	border-radius: 0 8px 8px 0;
}

.active_orders_bot_table table th:nth-child(3) {
	text-align: center;
}

.active_orders_bot_table table th:nth-child(5) {
	text-align: center;
}

.active_orders_bot_table table td {
	padding: 14px 20px;
	vertical-align: middle;
	position: relative;
}

.active_orders_bot_table table td:first-child {
	padding-left: 0;
}

.active_orders_bot_table table tr:nth-child(2) td {
	padding-top: 24px;
}

.active_orders_bot_table table td:nth-child(3) {
	text-align: center;
}

.active_orders_bot_table table td:nth-child(5) {
	text-align: center;
}

.active_orders_bot_table table tr:last-child td .td_quantity {
	display: none;
}

.active_orders_bot_table table tr:last-child td .td_stock {
	display: none;
}

.active_orders_bot_table table tr:last-child td .td_barcode {
	display: none;
}

.td_img {
	width: 78px;
}

.td_img img {
	display: block;
	width: 100%;
	height: auto;
}

.td_name {
	max-width: 405px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.td_quantity {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.td_stock p {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 4px 0;
}

.td_stock span {
	font-size: 15px;
	font-weight: 400;
}

.td_stock_in1 {
	color: #838fa1;
}

.td_stock_in2 {
	color: #246edc;
}

.td_barcode {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/td_barcode.svg) center no-repeat;
	margin: 0 auto;
}

.td_barcode:hover {
	background: url(/img/td_barcode2.svg) center no-repeat;
}

.td_price {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	white-space: nowrap;
}

.barcode_popap {
	display: none;
}

.barcode_popap_in {
	width: 260px;
}

.barcode_popap_in>p {
	font-size: 16px;
	text-align: center;
	margin: 0 0 25px 0;
	color: #383838;
	font-weight: 400;
}

.barcode_popap_in>p span {
	color: #7a7f97;
}

.barcode_popap_in img {
	display: block;
	width: 100%;
	height: auto;
}

.active_orders_bot_table_total {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 23px 0;
}

.active_orders_bot_table_total_in1 {
	font-size: 16px;
	margin: 0 23px 0 0;
}

.active_orders_bot_table_total_in2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 34px;
	border-radius: 80px;
	background: #ff5e5e;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 28px 0 0;
}

.active_orders_bot_table_total_in3 {
	font-size: 16px;
	font-weight: 500;
	background: url(/img/cub_ic.svg) 0px 0px no-repeat;
	padding: 5px 0 5px 37px;
	margin: 0 28px 0 0;
}

.active_orders_bot_table_total_in4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 14px 0 0;
}

.active_orders_bot_table_total_in5 {
	color: #838fa1;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	position: relative;
}

.active_orders_bot_table_total_in5::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #838fa1;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 0 0 0;
}

.download_check {
	position: absolute;
	top: 0;
	right: 0;
}

.download_check span::after {
	display: none;
}

.active_orders_bot_table_total2 .active_orders_bot_table_total_in2 {
	display: none;
}

.active_orders_bot_table_total2 .active_orders_bot_table_total_in4 {
	margin-right: 80px;
}

.active_orders_bot_table_total2 .active_orders_bot_table_total_in5 {
	display: none;
}

footer {
	padding: 0 0 40px 0;
}

.footer_in {
	border-radius: 20px;
	background: #f3f6fa;
	padding: 48px 60px;
}

.footer_in_top {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e0e7fa;
}

.footer_in_top_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_in_top_flex_inner:last-child .footer_in_top_flex_inner_flex_in {
	margin: 0;
}

.footer_in_top_flex_inner>p {
	color: #525252;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 14px 0;
}

.footer_in_top_flex_inner_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer_in_top_flex_inner_flex_in {
	max-width: 310px;
	margin: 0 50px 0 0;
}

.footer_in_top_flex_inner_flex_in>p {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px 0;
	line-height: 1.4em;
}

.footer_in_top_flex_inner_flex_in>p a {
	display: inline-block;
	text-decoration: none;
	color: #62717e;
}

.footer_in_top_flex_inner_flex_in>p a:hover {
	color: #32404d;
}

.footer_in_top_flex_inner_flex_in_social p a {
	padding: 2px 0 2px 40px;
}

.social_link1 {
	background: url(/img/social_link1.svg) 0px center no-repeat;
}

.social_link2 {
	background: url(/img/social_link2.svg) 0px center no-repeat;
}

.social_link3 {
	background: url(/img/social_link3.svg) 0px center no-repeat;
}

.footer_in_top_flex_inner_flex_in_support {
	padding: 0 0 12px 0;
}

.footer_in_top_flex_inner_flex_in_support span {
	display: block;
	color: #8f99a1;
	margin: 0 0 13px 0;
}

.footer_in_top_flex_inner_flex_in_support p {
	margin: 0 0 15px 0;
}

.footer_in_top_flex_inner_flex_in_support p a {
	color: #62717e;
	font-size: 16px;
	text-decoration: none;
	padding: 2px 0 2px 30px;
	font-weight: 500;
}

.num_wht a {
	background: url(/img/num_wht.svg) 0px center no-repeat;
}

.num_tlg a {
	background: url(/img/num_tlg.svg) 0px center no-repeat;
}

.num_mail a {
	background: url(/img/num_mail.svg) 0px center no-repeat;
}

.contact_service_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 34px;
	font-size: 16px;
	color: #62717e;
	font-weight: 500;
	text-decoration: none;
	border-radius: 80px;
	border: 1px solid #bed0e0;
}

.footer_in_bot_payments_ic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px 0;
}

.footer_in_bot_payments_ic p {
	color: #6c7883;
	margin: 0 18px;
	font-size: 16px;
	font-weight: 500;
}

.footer_in_bot_payments_ic span {
	display: block;
	margin: 0 18px;
}

.footer_in_bot_txt1 {
	max-width: 1170px;
	margin: 0 auto 24px;
	color: #9a9ead;
	font-size: 12px;
	text-align: center;
	line-height: 1.4em;
}

.footer_in_bot_politic {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_in_bot_politic p {
	font-size: 13px;
	color: #9a9ead;
	margin: 0 12px;
}

.footer_in_bot_politic p a {
	color: #9a9ead;
	text-decoration: none;
}

.links_for_video_abs {
	display: none;
	position: absolute;
	top: 50px;
	left: -110px;
	width: 320px;
	background: #fff;
	filter: drop-shadow(0px 0px 16px rgba(186, 186, 186, 0.3));
	z-index: 10;
	padding: 27px 30px;
	border-radius: 15px;
}

.links_for_video_abs:target {
	display: block;
}

.links_for_video_abs:target+.close_town {
	display: none;
}

.links_for_video_abs_img {
	width: 214px;
	margin: 0 auto 18px;
}

.links_for_video_abs_img img {
	display: block;
	width: 100%;
	height: auto;
}

.links_for_video_abs_txt1 {
	font-size: 18px;
	color: #1a2433;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.links_for_video_abs_txt2 {
	font-size: 15px;
	color: #6c6c6c;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

.btn_1 {
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff !important;
	font-weight: 500;
	text-decoration: none;
	border-radius: 31px;
	background: #fb693c;
}

.btn_1:hover {
	color: #fff !important;
}

.close_vid {
	display: block;
	width: 15px;
	height: 15px;
	background: url(/img/close_ic2.svg) center no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
}

.delivery_way1 {
	margin: 0 0 50px 0;
}

.small_heading {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.small_heading {
	margin: 0 0 20px 0;
}

.small_heading p {
	color: #303239;
	margin: 0 20px 0 0;
	font-size: 20px;
	font-weight: 500;
}

.small_heading span {
	display: inline-block;
	font-size: 16px;
	color: #7a7f97;
	font-weight: 400;
	padding: 0 0 2px 0;
}

.delivery_way1_flex {
	width: 306px;
	display: flex;
	justify-content: space-between;
	padding: 3px 3px;
	border-radius: 12px;
	background: #f2f5f9;
}

.delivery_way1_flex p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 42px;
	border-radius: 10px;
	transition: all 0.3s;
	margin: 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	color: #2c2c2c;
}

p.clicked {
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(222, 222, 222, 0.2);
}

.delivery_way2 {
	margin: 0 0 50px 0;
}

.delivery_way2_flex {
	display: flex;
	justify-content: flex-start;
}

.rd_btn {
	margin: 0 12px 0 0;
}

.rd_btn input {
	display: none;
}

.rd_btn label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 410px;
	border-radius: 14px;
	border: 1px solid #e2e7ec;
	padding: 20px 0 20px 65px;
	position: relative;
	cursor: pointer;
	font-family: "PT Root UI";
	font-size: 17px;
	font-weight: 500;
}

.rd_btn label b {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dee3ea;
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -11px 0 0 0;
}

.rd_btn label b::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0px 0 -6px;
}

.rd_btn input[type="radio"]:checked+label {
	border: 2px solid var(--Blue-Gradient-Border, #3b8dff);
}

.rd_btn input[type="radio"]:checked+label b {
	background: radial-gradient(ellipse at center, #4092ff 0%, #5eb6ff 100%);
	border-color: #5eb6ff;
}

.transport_company {
	margin: 0 0 50px 0;
}

.transport_company_flex {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 23px 0;
}

.ques_transp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: #d9d9d9;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.ques_transp>p {
	font-size: 14px;
	margin: 0;
	color: #8f8b8b;
	font-weight: 400;
}

.ques_transp_in {
	display: none;
	width: 150px;
	border-radius: 12px;
	background: #fff;
	padding: 6px;
	border: 1px solid #e2e6ec;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
}

.ques_transp:hover .ques_transp_in {
	display: block;
}

.ques_transp_in p {
	font-size: 14px;
	margin: 0;
	line-height: 1.4em;
}

.transport_rd_btn {
	margin: 0 12px 0 0;
	position: relative;
}

.transport_rd_btn:last-child {
	margin: 0;
}

.transport_rd_btn input {
	display: none;
}

.transport_rd_btn_in {
	display: block;
	cursor: pointer;
	width: 230px;
	border-radius: 14px;
	border: 1px solid #e2e6ec;
	padding: 6px 7px;
}

.transport_rd_btn_in_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 9px;
	background: radial-gradient(136.67% 136.67% at 50% 50%,
			rgba(237, 242, 249, 0) 0%,
			#edf2f9 100%);
	padding: 0 0 0 50px;
	position: relative;
	font-family: "PT Root UI";
	font-size: 17px;
	font-weight: 500;
}

.transport_rd_btn_in_top b {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dee3ea;
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -11px 0 0 0;
}

.transport_rd_btn_in_top b::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0px 0 -6px;
}

.transport_rd_btn input[type="radio"]:checked+label span b {
	border: 2px solid var(--Blue-Gradient-Border, #3b8dff);
}

.transport_rd_btn input[type="radio"]:checked+label span b {
	background: radial-gradient(ellipse at center, #4092ff 0%, #5eb6ff 100%);
	border-color: #5eb6ff;
}

.transport_rd_btn input[type="radio"]:checked+label {
	border: 2px solid var(--Blue-Gradient-Border, #3b8dff);
}

.transport_rd_btn_in_txt {
	height: 74px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 15px;
}

.transport_rd_btn_in_txt p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
}

.transport_rd_btn_in_img {
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 15px;
}

.transport_company_free {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.transport_company_free::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 20px;
	background: url(/img/transport_company_free_ic.svg) center no-repeat;
	margin: 0 12px 0 0;
}

.transport_company_free>p {
	color: #246edc;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}

.my_adress {
	margin: 0 0 50px 0;
}

.my_adress_in {
	width: 588px;
	border-radius: 15px;
	border: 1px solid #d5dfed;
	padding: 7px 7px 30px 7px;
}

.my_adress_in_name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 9px;
	background: radial-gradient(136.67% 136.67% at 50% 50%,
			rgba(237, 242, 249, 0) 0%,
			#edf2f9 100%);
	padding: 23px 22px;
	margin: 0 0 13px 0;
}

.my_adress_in_name_ic {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/my_adress_in_name_ic.svg) center no-repeat;
	flex-shrink: 0;
	margin: 0 17px 0 0;
}

.my_adress_in_name_txt p {
	font-size: 17px;
	color: #383838;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.my_adress_in_name_txt a {
	font-weight: 400;
	color: #383838;
	text-decoration: none;
}

.my_adress_in_name_txt span {
	font-size: 16px;
	color: #7a7f97;
}

.my_adress_in_loc {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 22px;
	margin: 0 0 20px 0;
}

.my_adress_in_loc_ic {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/my_adress_in_loc_ic.svg) center no-repeat;
	flex-shrink: 0;
	margin: 0 17px 0 0;
}

.my_adress_in_loc_txt {
	max-width: 302px;
}

.my_adress_in_loc_txt a {
	font-size: 17px;
	color: #383838;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: none;
}

.my_adress_in_main_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 22px;
}

.my_adress_in_main_btn_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.my_adress_in_main_btn_in_ic {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/my_adress_in_main_btn_in_ic.svg) center no-repeat;
	flex-shrink: 0;
	margin: 0 17px 0 0;
}

.my_adress_in_main_btn_in p {
	font-size: 16px;
	color: #7a7f97;
	margin: 0;
}

.btn_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 40px;
	border-radius: 80px;
	background: #2484dc;
	font-family: "PT Root UI";
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 0;
}

.btn_2:hover {
	box-shadow: 0px 8px 25px 0px #afd5f0;
}

.popap_change_adres {
	display: none;
	width: 648px;
	background: #fff;
	border-radius: 10px;
	padding: 35px 10px 1px 30px;
}

.popap_change_adres_in>p {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 24px 0;
}

.popap_change_adres_in_inner_scrol {
	height: 730px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.popap_change_adres_in_inner_scrol::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

.popap_change_adres_in_inner_scrol::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #dbe3ef;
}

.popap_change_adres_in_inner_scrol::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

.popap_change_adres_in_inner {
	padding: 0 10px 20px 0;
}

.popap_change_adres_in_inner .my_adress_in {
	margin: 0;
	width: 100%;
	cursor: pointer;
}

.click_addres {
	margin: 0 0 15px 0;
}

.click_addres:last-child {
	margin: 0;
}

.click_addres input {
	display: none;
}

.click_addres label .btn_2 {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	pointer-events: none;
}

.click_addres input[type="radio"]:checked+label .my_adress_in {
	border: 2px solid var(--Blue-Gradient-Border, #3b8dff);
}

.click_addres input[type="radio"]:checked+label .my_adress_in .btn_2 {
	font-size: 0;
	background: #fff;
	border: 1px solid #bed0e0;
}

.click_addres input[type="radio"]:checked+label .my_adress_in .btn_2::after {
	content: "Выбранный";
	font-size: 16px;
	color: #717483;
}

.barcode_popap .fancybox-close-small {
	width: 20px;
	height: 20px;
	background: url(/img/close_ic3.svg) center no-repeat;
	top: 25px;
	right: 25px;
}

.barcode_popap .fancybox-button svg {
	display: none;
}

.popap_change_adres .fancybox-close-small {
	width: 20px;
	height: 20px;
	background: url(/img/close_ic3.svg) center no-repeat;
	top: 25px;
	right: 25px;
}

.popap_change_adres .fancybox-button svg {
	display: none;
}

.my_adress_in_main_btn_in_eror .my_adress_in_main_btn_in_ic {
	background: url(/img/my_adress_in_main_btn_in_eror.svg) center no-repeat;
}

.my_adress_in_main_btn_in_eror p {
	color: #ff521c;
}

.order_list_in .active_orders_bot {
	display: block;
}

.btn_quantity {
	display: flex;
	justify-content: space-between;
	width: 110px;
}

.btn_quantity>span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.minus {
	background: url(/img/minus_ic1.svg) center no-repeat;
}

.plus {
	background: url(/img/plus_ic1.svg) center no-repeat;
}

.btn_quantity input {
	display: block;
	width: 45px;
	text-align: center;
	color: #303239;
	font-family: "PT Root UI";
	font-size: 16px;
	font-weight: 500;
	border: none;
}

.btn_del {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/btn_del1.svg) center no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	border: none;
	margin: -8px 0 0 0;
	padding: 0;
}

.btn_del:hover {
	background: url(/img/btn_del2.svg) center no-repeat;
}

.order_list_in .active_orders_bot_table table td:last-child {
	padding-right: 50px;
}

.active_orders_bot_table table tr:nth-child(2) td .btn_del {
	margin: -5px 0 0 0;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.5;
}

.copy_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	border-radius: 80px;
	border: 1px solid #bed0e0;
	color: #717483;
	font-size: 16px;
	font-family: "PT Root UI";
	padding: 0;
	margin: 0 auto 0;
	background: #fff;
}

.order_list .active_orders {
	margin: 0 0 50px 0;
}

.order_list .btn_2 {
	width: 320px;
	height: 52px;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.active_orders_innner_order_list_in {
	padding: 25px 0 5px 0;
}

.active_orders_innner_order_list_in p {
	color: #246edc;
	font-size: 16px;
	font-weight: 500;
	background: url(/img/cub_ic2.svg) 0px 2px no-repeat;
	padding: 5px 0 5px 37px;
	margin: 0 0 0 0;
}

.my_select {
	width: 130px;
}

.my_select_in {
	width: 100%;
}

.my_select .select2-container--default .select2-selection--single {
	height: auto;
}

.my_select .select2-container--default .select2-selection--single {
	border: none;
}

.my_select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #303239;
	font-family: "PT Root UI";
	font-size: 16px;
	padding: 0 20px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url(/img/arr_select.svg) center no-repeat;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.transport_company_free_ques {
	position: absolute;
	top: 0;
	right: 0;
}

.transport_company_free_ques>p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #717171;
	margin: 0;
}

.transport_company_free_ques>p::before {
	content: "?";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: #d9d9d9;
	border-radius: 50%;
	margin: 0 10px 0 0;
	z-index: 1;
}

.transport_company_free_ques_in {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	width: 320px;
	padding: 25px 25px;
	background: #fff;
	filter: drop-shadow(0px 0px 16px rgba(186, 186, 186, 0.3));
	border-radius: 10px;
	z-index: 10;
}

.transport_company_free_ques:hover .transport_company_free_ques_in {
	display: block;
}

.transport_company_free_ques_in>p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
}

.transport_company_free_ques_in>p b {
	font-weight: 500;
}

.pick_up_point {
	margin: 0 0 50px 0;
}

.pick_up_point_in_town {
	max-width: 480px;
	padding: 12px 20px;
	border-radius: 14px;
	border: 1px solid #e2e6ec;
	margin: 0 0 20px 0;
}

.pick_up_point_in_town p {
	font-size: 13px;
	color: #a1a1a1;
	margin: 0 0 5px 0;
}

.pick_up_point_in_town input {
	display: block;
	width: 100%;
	color: #383838;
	font-size: 17px;
	font-family: "PT Root UI";
	font-weight: 500;
	border: none;
}

.pick_up_point_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pick_up_point_flex_in {
	width: 49%;
}

.pick_up_point_flex_in .my_adress_in {
	width: 100%;
}

.my_adress_in_point {
	align-items: center;
}

.my_adress_in_point .my_adress_in_name_txt p {
	margin: 0;
}

.my_adress_in_point_ic {
	width: 25px;
	height: 25px;
	background: url(/img/my_adress_in_point_ic.svg) center no-repeat;
}

.pick_up_point_flex_in .my_adress_in_loc_txt {
	max-width: 362px;
}

.pick_up_point_flex_in .my_adress_in_main_btn_in_ic {
	display: none;
}

.pick_up_point_flex_in .my_adress_in_main_btn_in p {
	padding: 0 0 0 35px;
}

.pick_up_point_flex_in iframe {
	width: 100%;
	height: 250px;
	border-radius: 15px;
}

.active_orders_innner_order_list_in_not p {
	color: #dc9224;
	background: url(/img/cub_ic3.svg) 0px 2px no-repeat;
}

.point_self_call .my_adress_in_loc_txt {
	max-width: 302px;
}

.point_self_call_select {
	position: relative;
	width: 480px;

	margin: 0 0 20px 0;
}

.point_self_call_select_in {
	width: 100%;
}

.point_self_call_select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #383838;
	font-size: 17px;
	font-weight: 500;
	font-family: "PT Root UI";
}

.point_self_call_select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
	padding: 20px 120px 20px 20px;
}

.select2-container .select2-selection--single {
	height: auto;
	border-radius: 14px;
	border: 1px solid #e2e7ec;
}

.point_self_call_select .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 20px;
	margin: -10px 0 0 0;
}

.point_self_call_select_txt {
	position: absolute;
	top: 50%;
	right: 50px;
	color: #7a7f97;
	font-size: 16px;
	font-weight: 400;
	margin: -12px 0 0 0;
}

.btn_change_point {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 40px;
	border-radius: 80px;
	background: #f3f3f3;
	color: #acacac;
	font-size: 16px;
	text-decoration: none;
}

.my_adress_in_main_btn_in_stock .my_adress_in_main_btn_in_ic {
	display: block;
	width: 25px;
	height: 25px;
	background: url(/img/cub_ic2.svg) center no-repeat;
	margin: 0 14px 0 0;
}

.my_adress_in_main_btn_in_stock p {
	padding-left: 0 !important;
	color: #246edc;
	font-size: 16px;
	font-weight: 500;
}

.my_adress_in_main_btn_in_stock_not .my_adress_in_main_btn_in_ic {
	display: block;
	width: 25px;
	height: 25px;
	background: url(/img/cub_ic3.svg) center no-repeat;
	margin: 0 14px 0 0;
}

.my_adress_in_main_btn_in_stock_not p {
	padding-left: 0 !important;
	color: #dc9224;
	font-size: 16px;
	font-weight: 500;
}

.my_adress_in_main_btn_in_stock_absent .my_adress_in_main_btn_in_ic {
	display: block;
	width: 25px;
	height: 25px;
	background: url(/img/cub_ic4.svg) center no-repeat;
	margin: 0 14px 0 0;
}

.my_adress_in_main_btn_in_stock_absent p {
	padding-left: 0 !important;
	color: #848484;
	font-size: 16px;
	font-weight: 500;
}

.pay_method_rd_in {
	max-width: 900px;
}

.pay_method_rd_in .transport_rd_btn_in {
	width: 100%;
	margin: 0 0 15px 0;
	padding-bottom: 30px;
}

.pay_method_rd_in .transport_rd_btn_in_top {
	margin-bottom: 20px;
}

.pay_method_rd_in_txt {
	padding: 0 30px;
	margin: 0 0 15px 0;
}

.pay_method_rd_in_txt p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
}

.pay_method_rd_in_txt p b {
	font-weight: 500;
}

.pay_method_rd_in_img_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 30px;
}

.pay_method_rd_in_img_flex_in {
	margin: 0 20px 0 0;
}

.pay_method_rd_in_img_flex_in>p {
	width: 132px;
	color: #7a7f97;
	font-size: 15px;
	margin: 0;
}

.pay_method_rd_in_txt2 {
	margin: 0;
}

.details_order {
	padding: 50px 0 0 0;
}

.details_order>p {
	font-size: 20px;
	margin: 0 0 26px 0;
}

.details_order_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px 0;
}

.details_order_top p {
	font-size: 30px;
	color: #2483dc;
	font-weight: 500;
	background: url(/img/cub_ic2.svg) 0px center no-repeat;
	padding: 5px 0 5px 37px;
	margin: 0 5px 0 0;
}

.details_order_top span {
	font-size: 30px;
	color: #303239;
	font-weight: 500;
}

.details_order_mid {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 50px 0;
}

.details_order_mid_left {
	max-width: 320px;
	margin: 0 50px 0 0;
}

.details_order_mid_left p {
	font-size: 17px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.details_order_mid_left p b {
	font-weight: 500;
}

.details_order_mid_left span {
	color: #7a7f97;
	font-size: 16px;
}

.details_order_mid_right div {
	margin: 0 0 20px 0;
}

.details_order_mid_right div:last-child {
	margin: 0;
}

.details_order_mid_right div p {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}

.details_order_mid_right div p b {
	font-weight: 500;
}

.details_order_btns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.details_order_btns .btn_2 {
	width: 320px;
	height: 52px;
	font-size: 18px;
	margin: 0 20px 0 0;
}

.btn_3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: "PT Root UI";
	font-weight: 500;
	color: #717483;
	border-radius: 80px;
	border: 1px solid #bed0e0;
	text-decoration: none;
	width: 210px;
	height: 52px;
	padding: 0;
	background: #fff;
}

.order_placed_in_txt {
	margin: 0 0 34px 0;
}

.order_placed_in_txt p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

.order_placed_in_txt p b {
	font-weight: 500;
}

.active_orders_just_now .active_orders_top_for_payment {
	display: none;
}

.personal_data_form {
	max-width: 480px;
}

.in_pt {
	width: 100%;
	position: relative;
	margin: 0 0 15px 0;
}

.in_pt input {
	display: block;
	width: 100%;
	padding: 30px 20px 12px 20px;
	color: #383838;
	font-size: 17px;
	font-family: "PT Root UI";
	font-weight: 500;
	border-radius: 14px;
	border: 1px solid #e2e7ec;
}

.in_pt label {
	display: inline-block;
	color: #a5a9ba;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	transition: all 0.3s;
	margin: -10px 0 0 0;
}

.in_pt input:focus {
	border: 2px solid #2f7eff;
}

.in_pt input:focus~label,
.in_pt input:not(:focus):valid~label {
	margin: -22px 0 0 0;
	font-size: 13px;
}

.legal_entity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0 20px 0;
}

.legal_entity2 {
	padding-top: 5px;
}

.check_btn input {
	display: none;
}

.check_btn label {
	display: inline-block;
	font-size: 16px;
	padding: 2px 0 2px 35px;
	position: relative;
	cursor: pointer;
}

.check_btn label::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 1px solid #e2e6ec;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}

.check_btn label::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/img/check_btn.svg) 4px 5px no-repeat;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.check_btn input:checked+label::before {
	background: var(--Blue-Gradient-Small,
			radial-gradient(117.33% 117.33% at 84.09% 100%, #4092ff 0%, #5eb6ff 100%));
	border: none;
}

.check_btn input:checked+label:after {
	opacity: 1;
}

.become_dealer {
	position: relative;
}

.become_dealer_txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #717171;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
}

.become_dealer_txt::before {
	content: "?";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	color: #8f8b8b;
	background: radial-gradient(ellipse at center, #f4f4f4 0%, #d9d9d9 100%);
	border-radius: 50%;
	flex-shrink: 0;
	z-index: 1;
	margin: 0 10px 0 0;
}

.become_dealer_abs {
	position: absolute;
	top: -40px;
	left: 150px;
	z-index: 10;
	padding: 0 0 0 40px;
	display: none;
}

.become_dealer:hover .become_dealer_abs {
	display: block;
}

.become_dealer_abs_in {
	width: 360px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
	-moz-box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
	box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
}

.become_dealer_abs_in_txt {
	padding: 25px 30px 25px 30px;
	border-bottom: 1px solid #edf2f9;
}

.become_dealer_abs_in_txt p {
	font-size: 16px;
	color: #484b5b;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
}

.become_dealer_abs_in_txt p b {
	font-weight: 500;
}

.become_dealer_abs_in_txt2 {
	border: none;
	padding-top: 20px;
}

.become_dealer_abs_in_social {
	padding: 0 30px 15px 30px;
}

.become_dealer_abs_in_social p {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px 0;
}

.become_dealer_abs_in_social p a {
	display: inline-block;
	color: #484b5b;
	text-decoration: none;
	padding: 3px 0 3px 38px;
}

p.soc_tlg a {
	background: url(/img/soc_tlg.svg) 0px center no-repeat;
}

p.soc_wht a {
	background: url(/img/soc_wht.svg) 0px center no-repeat;
}

p.soc_mail a {
	background: url(/img/soc_mail.svg) 0px center no-repeat;
}

p.soc_tel a {
	background: url(/img/soc_tel.svg) 0px center no-repeat;
}

.btn_flex_form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0 0 0;
}

.btn_flex_form .btn_2 {
	width: 240px;
	height: 52px;
	font-size: 18px;
	border: none;
	margin: 0 40px 0 0;
}

.btn_flex_form span {
	color: #2483dc;
	font-size: 16px;
}

.delivery_adresses_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.delivery_adresses_flex .my_adress_in {
	width: 49%;
	margin: 0 0 23px 0;
}

.delivery_adresses_inner_btn_flex {
	display: flex;
	justify-content: flex-end;
	padding: 0 0 0 0;
}

.delivery_adresses_inner_btn_flex_in {
	position: relative;
}

.delivery_adresses_inner_btn_flex_in .btn_3 {
	width: 104px;
	height: 40px;
	font-size: 16px;
	margin: 0 12px 0 0;
}

.delivery_adresses_inner_btn_flex_in_abs {
	padding: 20px 0 0 0;
	position: absolute;
	top: 30px;
	left: -100px;
	display: none;
}

.delivery_adresses_inner_btn_flex_in:hover .delivery_adresses_inner_btn_flex_in_abs {
	display: block;
}

.delivery_adresses_inner_btn_flex_in_abs_in {
	width: 320px;
	padding: 25px 30px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
	-moz-box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
	box-shadow: 0px 0px 16px rgba(186, 186, 186, 0.3);
}

.delivery_adresses_inner_btn_flex_in_abs_in p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

.delivery_adresses_inner_btn_flex_in_abs_flex {
	display: flex;
	justify-content: space-between;
}

.delivery_adresses_inner_btn_flex_in_abs_flex button {
	width: 124px;
	height: 40px;
	margin: 0;
	font-size: 16px;
}

.delivery_adresses_inner_btn_flex_in_abs_flex .btn_2 {
	background: #dc2466;
}

.my_adress_in_main_btn_opacity .my_adress_in_main_btn_in {
	opacity: 0;
}

.ad_adres {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	min-height: 303px;
	border-radius: 15px;
	border: 1px dashed #d5dfed;
	background: #fff;
	margin: 0 0 23px 0;
}

.ad_adres a {
	display: block;
	width: 120px;
	color: #383838;
	text-decoration: none;
	text-align: center;
	padding: 45px 0 0 0;
	background: url(/img/add_adres_ic.svg) center 0px no-repeat;
}

.in_pt_flex {
	display: flex;
	justify-content: space-between;
}

.in_pt_flex .in_pt {
	width: 74%;
}

.in_pt_flex .in_pt2 {
	width: 23%;
}

.recipient_txt {
	font-size: 20px;
	margin: 20px 0 16px 0;
	font-weight: 500;
}

.btn_flex_form2 {
	justify-content: space-between;
}

.btn_flex_form2 .btn_2 {
	margin: 0;
}

.btn_flex_form .btn_3 {
	width: 210px;
	height: 52px;
}

.notifications_in1 {
	position: relative;
	margin: 0 0 30px 0;
}

.notifications_in1 button {
	font-size: 15px;
	color: #7a7f97;
	font-family: "PT Root UI";
	font-weight: 400;
	padding: 0;
	border: none;
	background: transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

.notifications_in_new .new_in_top_header_notific_abs_in_inner {
	margin: 0 0 18px 0;
}

.notifications_in_new .new_in_top_header_notific_abs_in_inner>p {
	overflow: auto;
	text-overflow: inherit;
	-webkit-line-clamp: inherit;
}

.notifications_in_new .new_in_top_header_notific_abs_in_inner>p b {
	font-weight: 500;
}

.notifications_in_old .new_in_top_header_notific_abs_in_inner {
	background: #fff;
	border: 1px solid #c4d9ee;
}

.notifications_in_new .new_in_top_header_notific_abs_in_inner_flex button {
	opacity: 0;
	transition: all 0.3s;
}

.notifications_in_new:hover .new_in_top_header_notific_abs_in_inner_flex button {
	opacity: 1;
}

/* ================== */
.mobil_menu_btn {
	display: none;
}

.mobil_menu {
	display: none;
}

.mob_for_open {
	display: none;
}

.mob_for_txt {
	display: none;
}

/* ================== */
.payment_data_flex .my_adress_in_name_ic {
	background: url(/img/my_adress_in_name_ic2.svg) center no-repeat;
}

.delivery_adresses_flex .my_adress_in:hover {
	border-color: #2988E0;
}

.payment_data_flex .ad_adres {
	border-color: #2988E0;
}

.payment_data_flex .ad_adres a {
	width: 220px;
	color: #2988E0;
	background: url(/img/add_adres_ic2.png) center 0px no-repeat;
}

.orders_block_content2 {
	position: relative;
}

.orders_block_content2 .new_in_top_header_balance {
	position: absolute;
	top: -50px;
	right: 0;
}

.orders_block_content2 .new_in_top_header_balance p::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 18px;
	background: url(/img/arr_1.png)center no-repeat;
	background-size: 10px;
	margin: 0 0 0 5px;
}

.pay_method_rd_in_new_bl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 9px;
	background: radial-gradient(136.67% 136.67% at 50% 50%, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
	padding: 15px 25px 15px 30px;
	margin: 0 0 20px 0;
}

.pay_method_rd_in_new_bl_txt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.pay_method_rd_in_new_bl_txt>span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/my_adress_in_name_ic2.svg) center no-repeat;
	flex-shrink: 0;
	margin: 0 17px 0 0;
}

.pay_method_rd_in_new_bl_txt_inner>p {
	color: #7A7F97;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.pay_method_rd_in2 .transport_rd_btn_in_top {
	margin-bottom: 5px;
}

.my_adress_in_pay .my_adress_in_name_ic {
	background: url(/img/my_adress_in_name_ic2.svg) center no-repeat;
}

.my_adress_in_main_btn_in_not {
	visibility: hidden;
}

#popap_change_paydata .btn_3 {
	width: 220px;
	margin: 0 auto;
}

.pay_method_rd_in_new_bl_txt2 .pay_method_rd_in_new_bl_txt_inner p {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 5px 0;
	color: #383838;
}

.pay_method_rd_in_new_bl_txt2 .pay_method_rd_in_new_bl_txt_inner>span {
	font-size: 16px;
	color: #7a7f97;
}

.active_orders_bot_table_div_heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 8px;
	background: #f6faff;
}

.active_orders_bot_table_div_heading>div {
	font-size: 14px;
	color: #7a7f97;
	font-weight: 500;
	padding: 11px 20px;
	text-align: left;
}

.active_orders_bot_table_div_heading>div:nth-child(1) {
	width: 101px;
	flex-shrink: 0;
}

.active_orders_bot_table_div_heading>div:nth-child(2) {
	max-width: 462px;
	width: 100%;
}

.active_orders_bot_table_div_heading>div:nth-child(3) {
	width: 155px;
	flex-shrink: 0;
}

.active_orders_bot_table_div_heading>div:nth-child(4) {
	width: 177px;
	flex-shrink: 0;
}

.active_orders_bot_table_div_heading>div:nth-child(5) {
	width: 66px;
	flex-shrink: 0;
}

.active_orders_bot_table_div_heading>div:nth-child(6) {
	width: 165px;
	flex-shrink: 0;
}

.active_orders_bot_table_div_body {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.td_img {
	width: 101px;
	padding: 14px 20px 14px 0;
	flex-shrink: 0;
}

.td_name {
	max-width: 462px;
	width: 100%;
	padding: 0 20px 0;
}

.btn_quantity {
	width: 155px;
	padding: 24px 20px 14px;
}

.td_stock {
	width: 177px;
	padding: 14px 10px 14px 20px;
	flex-shrink: 0;
}

.td_barcode {
	width: 66px;
	margin: 0;
	padding: 14px 20px;
	flex-shrink: 0;
}

.td_price {
	width: 165px;
	padding: 14px 20px;
	flex-shrink: 0;
}

.btn_del {
	margin: -11px 0 0 0;
}

.drop_btn {
	position: relative;
}

.drop_btn_result {
	cursor: pointer;

}

.drop_btn_result_town {
	color: #303239;
	font-family: "PT Root UI";
	font-size: 16px;
	padding: 0 20px 0 0;
	position: relative;
}

.drop_btn_result_town::after {
	content: "";
	display: inline-block;
	background: url(/img/arr_select.svg) center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 1px;
	right: 0;
}

.drop_btn_result_status {
	font-size: 15px;
	font-weight: 400;
}

.var_col1 {
	color: #246EDC;
}

.var_col2 {
	color: #838FA1;
}

.drop_btn_open {
	display: none;
	position: absolute;
	top: 50px;
	left: -40px;
	background: #000;
	width: 342px;
	border-radius: 9px;
	background: #fff;
	padding: 5px 0;
	z-index: 999;
	box-shadow: 0px 0px 16px 0px #BABABA4D;
}

.drop_btn_open_in {
	padding: 15px 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.drop_btn_open_in_town {
	font-size: 16px;
}

.drop_btn_open_in_status {
	font-size: 16px;
}

.td_barcode_hid {
	visibility: hidden;
}
/* End */


/* Start:/local/assets/css/swiper.min.css?173988365518459*/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/assets/css/header.css?173988365524526*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
  z-index: 999;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1019607843);
}
.header__top {
  background: #f7f8fa;
  padding: 0 10px;
}
.header__top .container {
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top_other {
  display: flex;
  align-items: center;
}
.header__bottom {
  padding: 23px 0 32px;
}
.header__bottom .container {
  display: flex;
  align-items: center;
  position: relative;
}
.header__bottom .header__burger, .header__bottom .header__notification_count {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.header__nav a {
  display: inline-block;
  font-size: 14px;
  color: #929EA6;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.header__nav a:hover {
  color: #2086CF;
}
.header__nav_more {
  position: relative;
}
.header__nav_more span {
  display: inline-block;
  font-size: 15px;
  color: #929ea6;
  background: url(/loc_arrow.svg) right 7px no-repeat;
  padding: 0 12px 0 0;
  cursor: pointer;
  transition: all 0.2s;
}
.header__nav_more-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 18px;
  left: -30px;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 0 15px;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}
.header__nav_more-content a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 15px;
  color: #929ea6;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.header__nav_more-content a:hover {
  color: #50575b;
  background: #f7f8fa;
  border-radius: 10px;
}
.header__nav_more:hover span {
  color: #2086CF;
}
.header__nav_more:hover .header__nav_more-content {
  max-height: 1000px;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__course {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
}
.header__course_text {
  color: #929EA6;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.header__notification {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__notification svg, .header__notification path {
  transition: all 0.2s;
}
.header__notification_empty {
  width: 32px;
  height: 32px;
  background: unset;
  padding: 0;
  cursor: pointer;
}
.header__notification_empty * {
  cursor: pointer;
}
.header__notification_empty:hover svg path {
  fill: #2086cf;
}
.header__notification_count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  gap: 6px;
  padding: 0;
  color: #929EA6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  background: #FFF;
  margin-right: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__notification_count * {
  cursor: pointer;
}
.header__notification_count:hover {
  background: #efefef;
}
.header__hmvideo {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #929EA6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-right: 30px;
  cursor: pointer;
}
.header__hmvideo * {
  cursor: pointer;
}
.header__hmvideo:hover {
  color: #2086CF;
}
.header__telegram {
  margin-right: 10px;
  cursor: pointer;
}
.header__telegram * {
  cursor: pointer;
}
.header__telegram svg, .header__telegram path {
  transition: all 0.2s;
}
.header__telegram:hover svg path {
  fill: #2086cf;
}
.header__phone {
  font-weight: 500;
  color: #929ea6;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__phone * {
  cursor: pointer;
}
.header__phone:hover {
  color: #2086CF;
}
.header__feedback {
  color: #929EA6;
  padding: 6px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  border-radius: 50px;
  border: 1px solid #E1E1E1;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
}
.header__feedback:hover {
  border: 1px solid #2086CF;
  color: #2086CF;
}
.header__logo {
  width: 135px;
  height: 58px;
  display: block;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__catalog_trigger {
  width: 147px;
  height: 50px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
  padding: 0;
  margin-left: 118px;
  border-radius: 60px;
  background: #2086cf;
  display: flex;
  align-items: center;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.header__catalog_trigger * {
  cursor: pointer;
}
.header__catalog_trigger:hover {
  opacity: 0.7;
}
.header__catalog_trigger .basket, .header__catalog_trigger .cross {
  width: 25px;
}
.header__search.main_search_block {
  margin-left: -362px;
  max-width: 786px;
  position: absolute;
  left: 50%;
  top: -10px;
  width: 100%;
  padding: 0 25px;
  background: #fff;
  z-index: 98;
  transition: all 0.3s;
}
.header__search.main_search_block .main_search_block_in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #D5D5D5;
  padding: 25px 0 4px 0;
}
.header__search.main_search_block .main_search_block_in input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  color: #50575B;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px 0 0;
  cursor: text;
}
.header__search.main_search_block .main_search_block_in button {
  display: inline-block;
  border: none;
  width: 16px;
  height: 16px;
  background: url(/search_ic.svg) 0 0 no-repeat;
  flex-shrink: 0;
}
.header__search.main_search_block .main_search_block_in .clear {
  width: 13px;
  height: 12px;
  display: none;
  background: url(/clear_ic.svg) 0 0 no-repeat;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.header__search.main_search_block .main_search_block_in_result {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  padding: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}
.header__search.main_search_block .main_search_block_in_result .link_section {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.header__search.main_search_block .main_search_block_in_result a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #50575B;
  margin-bottom: 10px;
}
.header__search.main_search_block .link-photo {
  display: none;
}
.header__search.main_search_block .link-text {
  cursor: pointer;
  flex: 0 0 calc(100% - 66px);
}
.header__search.main_search_block .close {
  display: none;
}
.header__search.main_search_block:hover {
  box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.header__search.main_search_block:hover .main_search_block_in_result {
  max-height: 1000px;
  opacity: 1;
  padding-top: 25px;
  padding-bottom: 40px;
}
.header__links {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.header__links div {
  height: 40px;
  margin: 0 0 0 10px;
  position: relative;
  cursor: pointer;
  padding: 22px 0 0 0;
}
.header__links div a {
  color: #858A8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0 5px;
}
.header__links div span {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 0;
  background: #2086CF;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
  border-radius: 50px;
}
.header__links .header_link_lk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  color: #858A8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.header__links .header_link_lk svg, .header__links .header_link_lk path {
  transition: all 0.2s;
}
.header__links .header_link_lk:hover {
  color: #2086CF;
}
.header__links .header_link_lk:hover svg path {
  stroke: #2086CF;
}
.header__links .links_for_in2 {
  background: url(/links_for_in2.svg) center 0px no-repeat;
  transition: all 0.2s;
}
.header__links .links_for_in2 a {
  transition: all 0.2s;
}
.header__links .links_for_in2:hover {
  background: url(/links_for_in2_1.svg) center 0px no-repeat;
}
.header__links .links_for_in2:hover a {
  color: #2086CF;
}
.header__links .links_for_in3 {
  background: url(/links_for_in3.svg) center 0px no-repeat;
  transition: all 0.2s;
}
.header__links .links_for_in3 a {
  transition: all 0.2s;
}
.header__links .links_for_in3:hover {
  background: url(/links_for_in3_1.svg) center 0px no-repeat;
}
.header__links .links_for_in3:hover a {
  color: #2086CF;
}
.header__links .links_for_in4 {
  background: url(/links_for_in4.svg) center 0px no-repeat;
  transition: all 0.2s;
}
.header__links .links_for_in4 a {
  transition: all 0.2s;
}
.header__links .links_for_in4:hover {
  background: url(/links_for_in4_1.svg) center 0px no-repeat;
}
.header__links .links_for_in4:hover a {
  color: #2086CF;
}

.header__search_trigger {
  display: none;
}

.hide {
  display: none !important;
}

.jalousie {
  position: absolute;
  background: #6691B9;
  left: -200%;
  opacity: 0;
  z-index: 100;
  transition: all 0.3s ease;
}

.jalousie.active {
  inset: 0;
  opacity: 0.7 !important;
}/*# sourceMappingURL=header.css.map */
.catalog-menu {
  display: block;
  position: absolute;
  top: 20px;
  left: -200%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
  z-index: 99999;
  pointer-events: none;

  opacity: 0;
  visibility: hidden;
}

.catalog-menu.active {
  left: 0;

  opacity: 1;
  visibility: visible;
}

.catalog-menu__content {
  position: absolute;
  border-top: 1px solid #e7e7e7;
  left: 0;
  top: 70px;
  max-height: calc(100vh - 240px);
  width: 100%;
  background: #fff;
  z-index: 150;
  padding: 4px 0 85px;
  overflow-y: auto;
  pointer-events: all;
  border-radius: 0 0 30px 30px;
}

.catalog-menu__content {
  display: flex;
  gap: 20px;
}

.catalog-menu__list {
  width: 30%;
  border-right: 1px solid #e7e7e7;
  padding: 30px;
}
.catalog-menu__list .catalog-menu__list_item {
  transition: all 0.3s;
  border-radius: 10px;
  cursor: pointer;
}
.catalog-menu__list .catalog-menu__list_item * {
  cursor: pointer;
}
.catalog-menu__list .catalog-menu__list_item a {
  transition: all 0.3s;
}
.catalog-menu__list .active {
  background: #2086cf;
}
.catalog-menu__list .active a {
  color: #fff;
}

.catalog-menu__inner {
  width: 70%;
}

.catalog-menu__arrow {
  display: none;
}

.catalog-menu__inner .catalog-sub-menu__list {
  display: flex;
  flex-wrap: wrap;
}
.catalog-menu__inner .catalog-sub-menu__item a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 270px;
  margin: 0 30px 30px 0;
  /* box-shadow: 0px 0px 15px 10px #f3f3f3; */
  padding: 10px;
  border-radius: 10px;
  /* text-decoration: none; */
  transition: all 0.3s;
}
.catalog-menu__inner .catalog-menu__inner_item {
  display: none;
  padding: 30px 10px;
}
.catalog-menu__inner .active {
  display: block;
}

.catalog-menu__list > li.opened {
  border: 0;
}

.catalog-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
}

.catalog-menu__item span, .catalog-menu__item a {
  color: #50575b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: unset;
}

.catalog-sub-menu {
  display: none;
  padding-bottom: 30px;
}

.catalog-sub-menu__list {
  padding: 0;
  margin: 0 10px 20px;
}

.catalog-sub-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.catalog-sub-menu__item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  color: #50575b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: unset;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}

.catalog-sub-menu__item a img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.catalog-sub-menu__item a span {
  flex: 0 0 calc(100% - 66px);
}

.catalog-popular__title {
  color: #50575b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.catalog-popular__image {
  position: relative;
  height: 140px;
  width: 100%;
  margin-bottom: 10px;
}

.catalog-popular__product {
  color: #50575b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
  text-decoration: unset;
}

.catalog-popular__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-popular__price {
  color: #50575b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.catalog-popular__buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}/*# sourceMappingURL=catalog.css.map */
@media screen and (max-width: 1630px) {
  .header__catalog_trigger {
    margin-left: 60px;
  }
  .header__search.main_search_block {
    margin-left: -210px;
    max-width: 455px;
  }
}
@media screen and (max-width: 1250px) {
  .header__links {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0 5px;
    background: #FFF;
    justify-content: center;
    gap: 26px;
    z-index: 99999;
  }
  .header__search.main_search_block {
    margin-left: 0;
    max-width: 454px;
    left: unset;
    right: 0;
  }
  .header__feedback, .header__course {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header__top {
    display: none;
  }
  .header__bottom {
    padding: 15px 0;
  }
  .header__bottom .header__notification_count {
    display: flex;
    margin: 0;
  }
  .header__bottom .header__catalog_trigger {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .header__bottom .header__catalog_trigger span {
    display: none;
  }
  .header__bottom .header__logo {
    width: 93px;
    height: 40px;
    margin: 0 auto;
  }
  .header__bottom .header__search_trigger {
    display: block;
    cursor: pointer;
  }
  .header__bottom .header__search_trigger * {
    cursor: pointer;
  }
  .header__bottom .container {
    gap: 20px;
  }
  .header__bottom .header__search.main_search_block {
    max-width: 100%;
    padding: 5px 25px;
  }
  .header__bottom .header__search.main_search_block:hover {
    box-shadow: none;
  }
  .header__bottom #search-popup {
    display: block;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 0 15px;
    transition: all 0.3s ease;
  }
  .header__bottom #search-popup.show {
    opacity: 1;
    pointer-events: auto;
  }
  .header__bottom .main_search_block_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
  }
  .header__bottom .main_search_block_in input {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px 0 0;
    text-overflow: ellipsis;
    color: #50575b;
    outline: 0;
    height: 40px;
  }
  .header__bottom .main_search_block_in button {
    display: block;
    border: none;
    width: 16px;
    height: 16px;
    background: url(/search_ic.svg) 0 0 no-repeat;
    flex-shrink: 0;
  }
  .header__bottom .main_search_block_in .close {
    display: flex;
    width: 16px;
    height: 16px;
    margin-left: 15px;
  }
  .header__bottom .main_search_block_in_result {
    display: none;
    background: #fff;
    padding: 10px 0;
    margin: 0 5px;
  }
  .header__bottom .main_search_block_in_result .link_section {
    display: none !important;
    border-bottom: unset;
  }
  .header__bottom .main_search_block_in_result a {
    display: flex !important;
    padding: 10px 3px !important;
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    color: #50575b;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: unset;
  }
  .header__bottom .main_search_block_in_result a:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  .header__bottom .link-photo {
    display: block !important;
    flex: 0 0 50px;
    height: 50px;
  }
  .header__bottom .link-text {
    flex: 0 0 calc(100% - 66px);
  }
}
@media screen and (max-width: 576px) {
  .header__links {
    gap: 20px;
  }
  .header__links .header_link_lk {
    font-size: 12px;
  }
  .header__links .links_for_in2, .header__links .links_for_in3, .header__links .links_for_in4 {
    margin: 0;
  }
  .header__links .links_for_in2 a, .header__links .links_for_in3 a, .header__links .links_for_in4 a {
    font-size: 12px;
  }
}/*# sourceMappingURL=header.css.map */
@media screen and (max-width: 992px) {
  .catalog-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -200%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
    z-index: 99999;
    pointer-events: none;
  }
  .catalog-menu.active {
    left: 0;
  }
  .catalog-menu__content {
    position: absolute;
    border-top: 1px solid #e7e7e7;
    left: 0;
    top: 64px;
    height: calc(100% - 130px);
    max-height: none;
    width: 100%;
    background: #fff;
    z-index: 150;
    padding: 4px 0 85px;
    overflow: auto;
    pointer-events: all;
    display: block;
    border-radius: 0;
  }
  .catalog-menu__list {
    width: 100%;
    border-right: none;
    padding: 30px;
  }
  .catalog-menu__list_item.active {
    background: #fff;
  }
  .catalog-menu__list_item.active a {
    color: #50575b;
  }
  .catalog-menu__list > li.opened {
    border: 0;
  }
  .catalog-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 10px;
  }
  .catalog-menu__item span, .catalog-menu__item a {
    color: #50575b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: unset;
  }
  .catalog-menu__item.has-sub-menu .catalog-menu__arrow {
    display: flex;
  }
  .catalog-menu__list > li.opened .catalog-menu__arrow {
    transform: rotate(180deg);
  }
  .catalog-sub-menu {
    display: none;
    padding-bottom: 30px;
  }
  .catalog-sub-menu__list {
    padding: 0;
    margin: 0 10px 20px;
  }
  .catalog-sub-menu__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalog-sub-menu__item a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
    color: #50575b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: unset;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
  }
  .catalog-sub-menu__item a img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
  .catalog-sub-menu__item a span {
    flex: 0 0 calc(100% - 66px);
  }
  .catalog-popular__title {
    color: #50575b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
  }
  .catalog-popular__image {
    position: relative;
    height: 140px;
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-popular__product {
    color: #50575b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
    text-decoration: unset;
  }
  .catalog-popular__bottom {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .catalog-popular__price {
    color: #50575b;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .catalog-popular__buy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .catalog-menu__inner {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .catalog-menu__list {
    padding: 10px;
  }
}/*# sourceMappingURL=catalog.css.map */
@media screen and (max-width: 992px) {
  .header__burger {
    display: block !important;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    z-index: 97;
  }
  .header__burger span {
    width: 34px;
    height: 3px;
    background: #50575B;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -1px 0 0 0;
    transition: all 0.2s;
  }
  .header__burger span:before {
    content: "";
    width: 34px;
    height: 3px;
    background: #50575B;
    position: absolute;
    left: 0;
    transition: transform 0.2s;
    top: -8px;
  }
  .header__burger span:after {
    content: "";
    width: 34px;
    height: 3px;
    background: #50575B;
    position: absolute;
    left: 0;
    transition: transform 0.2s;
    bottom: -8px;
  }
  .header__burger.is-active span {
    background: transparent;
  }
  .header__burger.is-active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .header__burger.is-active span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
  .burger-menu {
    display: block !important;
    position: fixed;
    top: 70px;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
    z-index: 99999;
  }
  .burger-menu.active {
    left: 0;
  }
  .burger-menu.active .burger-menu__shadow {
    opacity: 1;
    pointer-events: all;
  }
  .burger-menu__heading {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
  }
  .burger-menu__close {
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-transform: uppercase;
  }
  .burger-menu__content {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 150;
    padding: 30px;
    overflow: auto;
    padding-bottom: 85px;
  }
  .burger-menu__popular {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .burger-menu__popular ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    list-style-type: none;
    padding: 0;
  }
  .burger-menu__popular ul a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #50575b;
    text-decoration: none;
    display: block;
  }
  .burger-menu__popular ul .very-popular {
    color: #fff;
    padding: 10px 7px;
    border-radius: 8px;
    background: #6ede73;
  }
  .burger-menu__menu {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .burger-menu__menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
    padding: 0;
  }
  .burger-menu__menu li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .burger-menu__menu li svg {
    transition: all 0.2s;
  }
  .burger-menu__menu li.is-active svg {
    transform: rotate(180deg);
  }
  .burger-menu__menu a, .burger-menu__menu span {
    font-weight: 500;
    font-size: 14px;
    color: #929ea6;
    text-decoration: none;
  }
  .burger-menu__menu_trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .burger-menu__menu_sub {
    margin-top: 20px;
    display: none;
  }
  .burger-menu__contacts {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .burger-menu__contacts_left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .burger-menu__contacts_left .header__course {
    display: flex;
  }
  .burger-menu__contacts_left .header__hmvideo {
    font-size: 14px;
  }
  .burger-menu__contacts_left * {
    margin: 0;
    font-size: 16px;
  }
  .burger-menu__phone {
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    border-radius: 71px;
  }
}
@media screen and (max-width: 576px) {
  .burger-menu__contacts_left {
    gap: 8px;
  }
}/*# sourceMappingURL=burger.css.map */
/* End */


/* Start:/local/assets/css/footer.css?17398836557775*/
.footer {
    padding: 88px 0 113px;
    background: #F3F6FA;
    border-radius: 22px 22px 0 0;
  }
  .footer p, .footer a, .footer span {
    font-weight: 400;
    font-size: 14px;
    /* line-height: 19px; */
    line-height: 1.35;
    text-align: center;
    color: #91969d;
  }
  .footer a, .footer a * {
    cursor: pointer;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
  }
  .footer__top {
    padding-bottom: 50px;
    border-bottom: 1px solid #dfe2e6;
    position: relative;
  }
  .footer__top_content {
    display: flex;
    justify-content: space-between;
    gap: 124px;
  }
  .footer__bottom {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer__bottom_content {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }
  .footer__bottom_payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
  }
  .footer__bottom_payment-title {
    font-weight: 400;
    font-size: 17px;
    /* line-height: 23px; */
    line-height: 1.35;
    color: #797e84;
  }
  .footer__bottom_payment-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }
  .footer__bottom_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer__title {
    font-weight: 700;
    font-size: 18px;
    /* line-height: 24px; */
    line-height: 1.35;
    color: #50575b;
    margin-bottom: 20px;
  }
  .footer__section_wrapper li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer__catalog {
    width: 700px;
  }
  .footer__catalog_more {
    margin-top: 20px;
    position: relative;
  }
  .footer__catalog_trigger, .footer__catalog_trigger * {
    cursor: pointer;
    transition: all 0.3s;
  }
  .footer__catalog_trigger.active path {
    fill: #FFF;
  }
  .footer__catalog_trigger.active rect {
    fill: #2086CF;
  }
  .footer__catalog_sub {
    display: none;
    padding: 10px 20px;
    box-shadow: 0 4px 10px 0 rgba(62, 83, 97, 0.1);
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s;
    width: 490px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: -20px;
  }
  .footer__catalog_sub li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__menu_more {
    margin-top: 20px;
    position: relative;
  }
  .footer__menu_trigger, .footer__menu_trigger * {
    cursor: pointer;
    transition: all 0.3s;
  }
  .footer__menu_trigger.active path {
    fill: #FFF;
  }
  .footer__menu_trigger.active rect {
    fill: #2086CF;
  }
  .footer__menu_sub {
    display: none;
    padding: 10px 20px;
    box-shadow: 0 4px 10px 0 rgba(62, 83, 97, 0.1);
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s;
    width: 490px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: -20px;
  }
  .footer__menu_sub li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__social_wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .footer__social_item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer__social .footer__news {
    margin-top: 40px;
  }
  .footer__support_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer__support_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .footer__support_item a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer__support_title {
    font-weight: 400;
    font-size: 14px;
    /* line-height: 19px; */
    line-height: 1.35;
    color: #9e9e9e;
  }
  .footer__support_phone {
    font-weight: 400;
    font-size: 22px !important;
    /* line-height: 30px; */
    line-height: 1.35;
    color: #50575b !important;
  }
  .footer__support .footer__buttons {
    margin-top: 40px;
  }
  .footer__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 196px;
    min-width: 196px;
  }
  .footer__buttons_item {
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    /* line-height: 19px; */
    line-height: 1.35;
    display: block;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #2086cf;
    transition: all 0.3s;
  }
  .footer__buttons_item:first-child {
    color: #2086cf;
  }
  .footer__buttons_item:first-child:hover {
    color: #fff;
    background: #2086cf;
  }
  .footer__buttons_item:last-child {
    color: #fff;
    background: #2086cf;
  }
  .footer__news {
    width: 196px;
  }
  .footer__news_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer__news_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer__news_form input {
    height: 40px;
    text-align: center;
    outline: none;
    background: #fff;
    border-radius: 50px;
    border: none;
    cursor: text;
  }
  .footer__news_form button {
    cursor: pointer;
    height: 40px;
    border-radius: 71px;
    background: #2086cf;
    text-align: center;
    color: #fff;
    border: none;
    transition: all 0.3s;
  }
  .footer__news_form button:hover {
    filter: drop-shadow(0px 8px 25px #AFD5F0);
  }
  .footer__news_policy {
    font-weight: 400;
    font-size: 14px;
    /* line-height: 19px; */
    line-height: 1.35;
    text-align: center;
    color: #a5acb5;
  }
  .footer__news_policy a {
    text-decoration: underline;
  }
  .footer__mobile {
    display: none;
  }/*# sourceMappingURL=footer.css.map */
  @media screen and (max-width: 1250px) {
    .footer__top_content {
      gap: 50px;
    }
  }
  @media screen and (max-width: 992px) {
    .footer__catalog, .footer__menu {
      display: none;
    }
    .footer__bottom_payment {
      flex-direction: column;
      align-items: flex-start;
      gap: 17px;
    }
    .footer__bottom_payment-wrapper {
      justify-content: flex-start;
    }
    .footer__bottom_payment-wrapper img {
      transform: scale(0.8);
    }
    .footer__bottom_content {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 576px) {
    .footer {
      padding: 32px 0 100px;
    }
    .footer__top_content {
      gap: 10px;
    }
    .footer__top_content .footer__news, .footer__top_content .footer__buttons {
      display: none;
    }
    .footer__title {
      font-size: 15px;
      margin-bottom: 10px;
    }
    .footer__support_title {
      font-size: 12px;
    }
    .footer__support_phone {
      font-size: 17px !important;
    }
    .footer__top {
      padding-bottom: 30px;
    }
    .footer__bottom {
      padding-top: 20px;
    }
    .footer__bottom_payment-title {
      font-size: 15px;
    }
    .footer__bottom_payment-wrapper {
      -moz-column-gap: 5px;
           column-gap: 5px;
    }
    .footer__bottom p, .footer__bottom a, .footer__bottom .footer__bottom_copy {
      font-size: 12px;
    }
    .footer__mobile {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .footer__mobile .footer__buttons {
      display: grid;
      grid-template: auto/repeat(2, 1fr);
      width: 100%;
    }
    .footer__mobile .footer__news {
      width: 100%;
    }
    .footer__mobile .footer__news_form {
      display: grid;
      grid-template: auto/repeat(2, 1fr);
      width: 100%;
    }
    .footer__mobile .footer__news_form input {
      min-width: 182px;
    }
  }
  @media screen and (max-width: 355px) {
    .footer__buttons, .footer__news_form {
      grid-template: auto/1fr !important;
    }
  }/*# sourceMappingURL=footer.css.map */
/* End */


/* Start:/local/assets/css/custom.css?175135148210580*/
body{
	position: unset !important;
}
.burger-menu{
	display: none;
}
body.compensate-for-scrollbar{
	overflow: unset !important;
	margin: 0 auto !important;
}
.jalousie{
	display: none;
	position: fixed;
	pointer-events: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.jalousie.active{
	display: block;
	pointer-events: unset;
}
.header{
	z-index: 994;
}
.sort-pager-block__sort{
	order: 20;
}
.sort-pager-block__more{
	order: 10;
}
.sort-pager-block__pager{
	order: 30;
}
.footer_flex_in .form_call_us_flex_in_num_btns{
	flex-direction: column;
}

.ajax-form__tip{
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
}
.ajax-form__tip:empty{
	display: none;
}
.ajax-form__tip--error{
	color: red;
}
.ajax-form__tip--success{
	color: green;
}

.kroshki{
	width: auto;
}

.request_received{
	display: none;
}


[id^=bx_incl_area] .faq_flex_left {
	width: 100%;
}
.faq_flex_left,
.faq_flex > [id^=bx_incl_area]  {
	width: 49%;
}

.catalog_flex_filtr_left_flex_list_flex_in_right .add-to-cart--in,
.block_4_in_slide_in .add-to-cart--in,
.catalog_flex_filtr_left_flex_in .add-to-cart--in,
.in_page_pro_flex_right_in4 .add-to-cart--in,
.sravnenie_flex_right_slide_in_in .add-to-cart--in {
	background-image: url(/local/assets/css/../img/buy_for_ic2.svg);
}
.favorite-btn--delete{
	background-image: url(/local/assets/css/../img/btn_fav_hover.svg);
}
.compare-btn--delete{
	background-image: url(/local/assets/css/../img/compare2_hover.svg);
}
.add-to-cart--hidden,
.block_4_in_slide .block_4_in_slide_in_in:hover .add-to-cart--hidden {
	display: none;
}
.compare-btn--hidden{
	display: none;
}
.favorite-btn--hidden{
	display: none;
}

.block_4_in_slide_in_in_btns{
	z-index: 1;
}

.catalog_flex_filtr_left_flex_in--custom{
	max-width: 300px;
}

.block_1_flex_slider--inside{
	margin-top: 30px;
}

.catalog_flex_filtr_left--custom{
	flex: 1;
	order: 10;
}
.catalog_flex_filtr_right--custom{
	order: 20;
}

.side-menu__root{
	color: #50575B;
}
.side-menu__root--colored{
	color: #DC2A2A;
}

.main_input_file{
	display: none;
}
.in_page_pro_flex_right-100{
	width: 100%;
}

.expand-block__body{
	height: auto;
	max-height: 130px;
	transition: 0.5s;
	overflow: hidden;
	position: relative;
}
.expand-block__body:after {
    content: "";
    width: 100%;
    display: inline-block;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%); */
    pointer-events: none;
}
.expand-block__body--visible{
	max-height: none;
}
.expand-block__body--visible:after{
	display: none;
}
.expand-block__btn{
	max-width: none;
}

.catalog_flex_filtr_prod_link{
	text-decoration: none;
	color: inherit;
}
.catalog_nav_in_link{
	text-decoration: none;
	color: #50575B;
}
.catalog_nav_in:hover p .catalog_nav_in_link {
color: #fff;
}
.sravnenie_flex_right_link{
	text-decoration: none;
	color: inherit;
}

.limit-count-input {
	-moz-appearance:textfield;
}

.limit-count-input::-webkit-outer-spin-button,
.limit-count-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.sravnenie_flex_right_title{
	overflow: hidden;
	display: -webkit-box;

}

.sravnenie_flex_left p,
.sravnenie_flex_right_slide_in_in p{
	padding: 12px 0;
}
.sravnenie_flex_left {
	padding-top: 253px;
}

.sravnenie_flex_right{
	flex: 1;
}
.sravnenie_flex_right .slick-track{
	margin-left: 0;
}

.mobile-tab h4 a.link_catalog_footer {
	color: unset;
    font-size: unset;
    font-weight: unset;
    padding: unset;
    margin: unset;
}

.clipboard-btn{
	position: relative;
}
.clipboard-btn__success:before{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	margin-bottom: -6px;
	left: 50%;
	border: 6px solid transparent;
	border-top: 6px solid #2086CF;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.clipboard-btn__success{
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	font-family: 'PT Root UI';
	color: white;
	background: #2086CF;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-radius: 80px;
	z-index: 1;
	transform: translateX(-50%);
}
.clipboard-btn--success .clipboard-btn__success{
	display: block;
}

.nav_prod_flex_in--active{
	background: #2086CF;
}
.nav_prod_flex_in--active .nav_prod_flex_in__link,
.nav_prod_flex .nav_prod_flex_in--active .nav_prod_flex_in__count{
	color: white;
}

.mobile-logo img {
	height: 48px;
}

@media screen and (min-width: 981px){

}
@media screen and (max-width: 980px){
	.footer_flex_in .footer_flex_in__item {
		display: inline-block;
	}
	.faq_flex_left,
	.faq_flex > [id^=bx_incl_area]  {
		width: 100%;
	}
}

.search_custom_hm {
	padding: 11px 15px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    color: #999;
    font-family: 'PT Root UI';
    font-weight: 400;
    background: transparent;
}

.btn_search_custom_hm {
	background: #2086CF;
    border-radius: 80px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    filter: drop-shadow(0px 8px 25px #AFD5F0);
    padding: 11px 0;
    border: none;
    font-family: 'PT Root UI';
	width: 120px;
}

.ym-advanced-informer {
	display: none;
}

.catalog_flex_filtr_left_flex_list_flex_in_right_quantity_item {
	width: 100%;
    text-align: right;
    font-size: 18px;
    margin-bottom: 15px;
}

.txt_main_page_buttom {
	text-align: justify;
}

/* .fancybox-inner,.fancybox-outer,.fancybox-image {
	max-width:840px!important;
	max-height:850px!important;
	margin:0 auto!important;
} */

.tlg-icon-header {
	margin-right: 15px;
	text-decoration: none;
}

.block_4_in_flex .active {
	color: #2086CF;
    border-color: #2086CF;
}

.form_call_us_flex_in .ajax-form__submit--js:hover {
	background: #E5E5E5;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us {
	position: absolute;
    right: 70px;
    top: 270px;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .politica_conf_form {
	font-size: 12px;
	color: #9A9EAD;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .politica_conf_form a {
	color: #9A9EAD;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in {
	padding: unset;
	width: 200px;
	background: none;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .form_call_us_header {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .form_call_us_flex_in_input {
	max-width: 138px;
	border-radius: 40px;
	margin-bottom: 15px;
	padding: 10px 0px;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .form_call_us_flex_in_input form input {
	font-size: 12px;
	text-align: center;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .ajax-form__submit--js {
	max-width: 138px;
	font-size: 12px;
	background: #2086CF;
	border: none;
	color: #fff;
	padding: 10px 0;
}

.footer_flex .footer_flex_left .footer_flex_left_form_call_us .form_call_us_flex_in .ajax-form__submit--js:hover {
	filter: drop-shadow(0px 8px 25px #AFD5F0);
	background: #2086CF;
}


@media (max-width: 995px){
	.footer_flex_left_form_call_us {
		display: none;
	}
}

.akcii_in_block_txt, .akcii_in_block_txt p, .akcii_in_block_txt li {
	color: #50575B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.general_container_product_properties .in_page_pro3 .in_page_pro3_txt p {
	color: #50575B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.general_container_product_properties .in_page_pro3 .in_page_pro3_txt li {
	color: #50575B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.expand-block__body .in_page_pro6_table tbody tr td {
	color: #50575B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.general_container_product_properties .in_page_pro6_table tr:after {
	margin-top: 16px;
}
.cheaper-popup__button{
	margin-top: 12.5px;
}
.cheaper-popup .error_placement{
	display: flex;
	flex-direction: column;
	row-gap: 4px;
	margin-top: 12.5px;
}
.cheaper-popup .error_placement .error{
	font-size: 14px;
	color: red;
}
.footer__support_item a,
.footer__buttons .footer__buttons_item{
	text-decoration: none;
}
.footer__bottom_description > div{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer__bottom_content > div{
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 10px;
}
footer #contact-service{
	margin:0;
}
#cheaper_form button[type=submit],
#installment-popup button[type=submit],
.product-info .dropdown > input{
	font-family: PT Root UI, sans-serif;
}
.header__top .container{
	padding: 11px 15px;
}
.footer {
    padding: 88px 0 113px;
}
.footer__buttons_item:first-child{
    color: #2086cf !important;
    border-color: #2086cf !important;
}
.footer__buttons_item:first-child:hover{
    color: #fff !important;
    background: #2086cf !important;
}
.footer__support_phone{
	font-size: 20px !important;
}

.custom-banner.bg-banner{
	min-height: 440px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.custom-banner.bg-banner .custom-banner__link{
	position: absolute;
	left: 70px;
	bottom: 60px;
}
@media( max-width: 992px ){
	.custom-banner.bg-banner .custom-banner__link{
		left: 60px;
		bottom: 40px;
	}
}
@media( max-width: 768px ){
	.custom-banner.bg-banner .custom-banner__link{
		left: 30px;
		bottom: 30px;
	}
}

@media (max-width: 1640px){
	.header__top .container{
		padding: 11px 5px;
	}
}

@media (max-width: 992px){
	.catalog-menu__item{
		position: relative;

		display: flex;
		flex-direction: row;
		align-items: center;

		padding-right: 50px;
		z-index: 2;
		padding: 0;
	}
	.catalog-menu__item > span{
		width: 100%;
		padding: 16px 0 16px 10px;
	}
	.catalog-menu__item > .catalog-menu__arrow{
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 3;
	}
	.burger-menu__menu ul{
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.block__categories_item-title {
		line-height: 22px;
		min-height: 44px;
	}
}

.block__categories .slick-list {
	padding-bottom: 100px;
	margin-bottom: -100px;
}

.block__categories .slick-arrow {
	margin-top: -70px;
}

.block__categories .slick-slide {
	margin: 0 5px;
}

/* End */


/* Start:/local/templates/hualian/components/bitrix/menu/header_redesign/style.css?1739883700237*/
.header__nav > div:not(.header__nav_more){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.header__nav_more span{
    background: url('/local/templates/hualian/components/bitrix/menu/header_redesign/./images/loc_arrow.svg') right 7px no-repeat;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/menu/catalog_header_redesign/style.css?1739883700870*/
.catalog-menu__list{
  height: max-content;
  list-style-type: none;
  margin: 0;
}
.catalog-sub-menu__list{
  list-style-type: none;
}

.links_for_in2{
  background: url(/local/assets/css/../img/links_for_in2.svg) center 0px no-repeat !important;
}
.header__links .links_for_in3{
  background: url(/local/assets/css/../img/links_for_in3.svg) center 0px no-repeat !important;
}
.header__links .links_for_in4 {
  background: url(/local/assets/css/../img/links_for_in4.svg) center 0px no-repeat !important;
}
.catalog-menu__item{
  color: #50575b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.catalog-menu__item.active{
  color: #fff;
}
.catalog-menu__item > span{
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/search.title/redesign/style.css?1739883700210*/
.header__search.main_search_block .main_search_block_in_result .link_section{
    font-weight: 400;
}
.header__search.main_search_block .main_search_block_in_result .link_section b{
    font-weight: 500;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/menu/header_redesign_burger/style.css?1739883700237*/
.header__nav > div:not(.header__nav_more){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.header__nav_more span{
    background: url('/local/templates/hualian/components/bitrix/menu/header_redesign_burger/./images/loc_arrow.svg') right 7px no-repeat;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/menu/bottom_left_redesign/style.css?1739883700219*/
.footer__catalog_wrapper{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer__catalog_sub{
    list-style-type: none;
    margin: 0;
}
.footer__catalog_wrapper a{
    text-decoration: none;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/menu/bottom_redesign/style.css?1739883700216*/
.footer__section_wrapper{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer__menu_sub{
    list-style-type: none;
    margin: 0;
}
.footer__section_wrapper a{
    text-decoration: none;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/news.list/footer_social_redesign/style.css?173988370057*/
.footer__social_wrapper a{
    text-decoration: none;
}
/* End */


/* Start:/local/templates/hualian/styles.css?1739883701259*/
.route-description__text {
	font-family: "PTRootUI", sans-serif;
    color: #50575B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 992px) {
	.route-description__text {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/hualian/template_styles.css?175135148217502*/
.in_page_pro_flex_item_new_product {
    display: none !important;
}

@media screen and (min-width: 981px) {
    .contact_block_main_flex .map_contact {
        width: 66%;
    }
}

.in_page_pro .moblie_visible_quantity {
    pointer-events: none;
}

.in_page_pro .moblie_visible_quantity .arrow_stock_element_up {
    display: none;
}

#popap_buy_one_click_cart .text_area {
    height: 160px;
    margin-bottom: 25px;
}

#popap_buy_one_click_cart .text_area textarea {
    height: 100px;
}

#popap_buy_one_click_cart .btn_1 {
    background: #2484DC;
}

@media screen and (min-width: 1000px)
{
    /*.catalog-box .menu-box
    {
        height: calc(100vh - 224px);
    }*/

    .catalog-box .menu-box.active
    {
        max-height: calc(100vh - 240px) !important;
    }

    .mobile-menu__container
    {
        margin: 0px;
    }

    .main_search_block
    {
        top: 0px;
    }

    .bot_header .bot_header_flex .logo p
    {
        margin: -30px 0 0 0;
    }

    .bot_header .bot_header_flex .logo
    {
        width: 205px;
    }

    .bot_header
    {
        margin: 0px;
    }

    .top_delimeter_head
    {
        margin-bottom: 284px;
    }

    .all_head_top
    {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      background: white;
      z-index: 994;
    }

    .catalog-box
    {
        padding-bottom: 10px;
    }

    .all_head_top .top_header .container,
    .all_head_top .bot_header .container
    {
        padding: 0px;
    }

}

@media all and (max-width: 1200px) and (min-width: 1000px)
{
    .main_search_block 
    {
        max-width: 375px;
        margin-left: -250px;
    }
}

@media all and (max-width: 980px) and (min-width: 750px)
{
    .bot_header .bot_header_flex .logo p
    {
        margin: -40px 0 0 0;
    }
}

.btn_1._inline {
    display: inline-block;
    margin: 0;
}

.btn_1._ml20 {
    margin-left: 20px;
}

.block_serv_warran_in_in2_body p>a.btn_1 {
    color: #fff;
}

.news-footer {
    padding-top: 10px;
}

.block_heading_with_link_name_element {

}

.in_page_pro_flex_right.in_page_pro_flex_right-100 .in_page_pro_flex_right_in1 .ackii {
    margin-right: 15px;
}

.in_page_pro_flex_right_in4_btn_count2 button:hover {
    box-shadow: 0 0px 7px #2086CF;
    transition: 0.2s;
}

.in_page_pro_flex_right_in1 p {
    margin: 0;
}

.arrival_notifications_btn {
    border: 1px solid #2086CF;
    color: #2086CF;
    border-radius: 80px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    padding: 11px 0;
    max-width: 300px;
    width: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival_notifications_btn:hover {
    box-shadow: 0 0px 7px #2086CF;
    transition: 0.2s;
}

.arrival_notifications_btn img {
    margin-right: 10px;
}

.name_price_item {
    font-size: 20px;
    color: rgba(177, 177, 177, 1);
    display: block;
}

.in_page_pro_flex_left .in_page_pro_flex_left_slide img {
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(170,170,170,.34);
    /* height: 100%; */
}

.in_page_pro_flex_item_hit_sale {
    position: absolute;
    left: 20px;
    font-weight: 700;
    font-size: 13px;
    background-color: #FC1A6B;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}

.in_page_pro_flex_item_new_product {
    position: absolute;
    right: 20px;
    font-weight: 700;
    font-size: 13px;
    background-color: #B215E9;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}

.in_page_pro_flex_left_slide_in_in {
    max-width: 530px;
    height: 530px;
    /* height:100%; */
}

.in_page_pro_flex_left_slide_min .slick-list .slick-current img {
    border: 1px solid rgba(32, 133, 207, 1);
    border-radius: 5px;
}

/* .in_page_pro_flex_left_slide_min .slick-list.draggable .slick-track {
    transform: unset!important;
} */

.slick-slide {
    margin: 10px 10px; /* Измените отступы между слайдами на 20 пикселей */
}


/* Блок доставки и оплаты */
.delivery_calculation {
    box-shadow: 0 2px 7px rgba(170,170,170,.34);
    max-width: 400px;
    padding: 25px 25px 0 25px;
    border-radius: 15px;
}

.delivery_calculation label {
    font-size: 20px;
    font-weight: 700;
}

.delivery_calculation_and_city {
    display: flex;
    align-items: center;
}

.delivery_payment_method {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.in_page_pro_form_consultation a:hover {
    box-shadow: 0 0px 7px #2086CF;
    transition: 0.2s;
}

.delivery_payment_method .in_page_pro_form_consultation {
    margin-top: 0;
    margin-left: 62px;
}

/* Блок с характеристиками */
.general_container_product_properties {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    /* margin: 0 0 60px 0; */
}

.general_container_product_properties .block_heading_with_link span {
    font-size: 30px;
    /* margin: 0 0 30px 0; */
}

.general_container_product_properties .in_page_pro3 {
    max-width: 960px;
}

.general_container_product_properties .in_page_pro3 .in_page_pro3_txt {
    font-size: 18px;
    padding-top: 6px;
}

.general_container_product_properties .in_page_pro4 {
    max-width: 538px;
    margin-right: 63px;
}

.general_container_product_properties .expand-block__body {
    max-height: 253px;
}

.general_container_product_properties .expand-block__body--visible {
    max-height: none;
}

.general_container_product_properties .in_page_pro4 .expand-block__body {
    margin-bottom: 15px;
}

.general_container_product_properties .expand.expand-block__btn {
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    font-family: 'PT Root UI';
}

.expand-block__body .in_page_pro6_table tbody tr td:last-child {
    padding-right: 0;
}

.in_page_pro4 .expand-block__body .in_page_pro6_table {
    margin: unset;
}

/* Блок подарки */
.block_gift_slide .check.option {
    position: unset;
    display: block;
}

.block_gift_slide a.check__box {
    border-radius: 80px;
    display: block;
    border: 1px solid rgba(32, 133, 207, 1);
    max-width: 125px;
    width: 100%;
    height: auto;
    position: unset;
    margin-top: unset;
    margin-left: unset;
    padding: 10px 0;
    font-size: 18px;
    color: rgba(32, 133, 207, 1);
    margin-top: 20px;
    text-align: center;
}

.wrapper_block_gift_slide .block_gift_slide .slick-prev {
    left: -25px;
}

.wrapper_block_gift_slide .block_gift_slide .slick-next {
    right: -13px;
}

/* Блок видео */
.in_page_pro .in_page_pro5 .block_heading_with_link {
    margin: 0 0 30px 0;
}

.in_page_pro5 {
    margin-bottom: 60px;
}

.modile_vision_parts_code {
    display: none;
}

.in_page_pro6_table table td div.modile_vision_parts {
    display: none;
}

.video_block .video-slider-big .slick-list .slick-slide img {
    max-height: 600px;
    object-fit: cover;
}

/* .in_page_pro_flex .mobile_block_info_visible {
    display: none;
} */

#eShopLogisticStatic {
    border-radius: 15px;
}

.expand-block__body .in_page_pro6_table tbody tr td:first-child {
    font-weight: 500;
}

.expand-block__body .in_page_pro6_table tbody tr td:last-child {
    text-align: right;
}

.general_container_product_properties .in_page_pro6_table tr {
    overflow: hidden;
}

.general_container_product_properties .in_page_pro6_table tr:after {
    content:'..................................................................................................................';
    color: rgba(204, 209, 215, 1);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.general_container_product_properties .in_page_pro6_table tr td:first-child {
    float:left;
    padding-right: 0px;
    margin-right: 3px;
}

.general_container_product_properties .in_page_pro6_table tr td:last-child {
    float:right;
}

.general_container_product_properties .in_page_pro6_table tr:last-of-type{
    margin-left: 20px;
}

/* .test_tochka {
	margin-right: -30%;
	width: 69%;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	letter-spacing: normal;
} */

/* .test_tochka:after {
    content: '';
	display: inline-block;
	width: 120%;
	margin: 0 -99% 0 3px;
	vertical-align: baseline;
	border-bottom: 1px dotted rgba(204, 209, 215, 1);
}

.test_kochka:after{
    width: 10%;
} */

.in_page_pro6 .in_page_pro6_table {
    max-height: 641px;
    overflow-x: auto;
}

.block_6 .in_page_pro6 .in_page_pro6_table::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
}

.block_6 .in_page_pro6 .in_page_pro6_table::-webkit-scrollbar-track {
    background-color: #D4D4D4;
}

.block_6 .in_page_pro6 .in_page_pro6_table::-webkit-scrollbar-thumb {
    background: #2085CF;
    border-radius: 5px;
}


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

    /* .in_page_pro_flex .mobile_block_info_visible {
        display: flex
    }

    .in_page_pro_flex_right .mobile_none_visible_block_info {
        display: none;
    } */

    .in_page_pro_flex_right_in1 p {
        margin-left: 15px;
    }

    .name_price_item {
        font-size: 14px;
    }

    .in_page_pro_flex_right_in3 .on_click_buy {
        font-size: 14px;
    }

    .in_page_pro_flex_right_in1.mobile_block_info_visible p {
        font-size: 12px;
    }

    .block_name_element.block_heading_with_link h1 {
        font-size: 17px;
    }

    .test_mobile_visible {
        width: 100%;
    }

    /* .test_mobile_visible .dropbtn .arrow_stock_element_up {
        margin-left: 56%;
    } */

    .test_mobile_visible .dropbtn .arrow_stock_element_down {
        /* margin-left: 56%; */
        margin-top: 3px;
    }

    .test_mobile_visible .dropdown {
        width: 100%;
        margin-bottom: 15px;
    }

    .test_mobile_visible .dropbtn {
        width: 100%;
        font-size: 14px;
        padding: 8px 16px;
        display: flex;
        justify-content: space-between;
    }

    .test_mobile_visible .dropdown-content span {
        font-size: 14px;
    }

    .test_mobile_visible .dropdown-content {
        width: 100%;
    }

    .delivery_payment_method {
        justify-content: center;
    }

    .delivery_calculation {
        margin-bottom: 20px;
        max-width: unset;
        width: 100%;
    }

    .delivery_calculation_and_city {
        display: flex;
        justify-content: space-between;
    }

    /* .general_container_product_properties .in_page_pro3 .expand-block__body {
        max-height: 336px;
    } */

    /* .general_container_product_properties .in_page_pro4 .expand-block__body {
        max-height: 224px;
    } */

    .general_container_product_properties {
        display: block;
    }

    .general_container_product_properties .in_page_pro4 {
        margin-right: unset;
    }

    .in_page_pro6_table {
        width: 100%;
    }

    .general_container_product_properties .in_page_pro3 .in_page_pro3_txt {
        font-size: 13px;
    }

    .general_container_product_properties .in_page_pro3 .in_page_pro3_txt p {
        font-size: 13px;
    }

    .general_container_product_properties .in_page_pro4 .expand-block__body .in_page_pro6_table {
        font-size: 13px;
    }

    .general_container_product_properties .expand.expand-block__btn {
        font-size: 14px;
    }

    .in_page_pro .in_page_pro5 .block_heading_with_link {
        margin: 0 0 20px 0;
    }

    .block_6 .block_heading_with_link span {
        font-size: 20px;
    }

    .block_6 .block_heading_with_link {
        margin: 0 0 15px 0;
    }

    .in_page_pro5 {
        margin-bottom: 30px;
    }

    .wrapper_block_gift_slide .block_gift_slide .slick-list{
        padding:0 20% 0 0;
    }

    .block_gift_slide .slide-gift-item {
        box-shadow: 0 2px 7px rgba(170,170,170,.34);
    }

    /* Запчасти */

    #parts-table tbody tr.modile_vision_parts_header_none{
        display: none!important;
    }

    /* #parts-table tbody tr td:last-child{
        display: none;
    } */

    .in_page_pro6_table table td .modile_vision_parts_code {
        display: block;
        margin: 5px 0;
        color: rgba(128, 128, 128, 1);
        font-size: 12px;
    }

    .in_page_pro6_table table td div.modile_vision_parts {
        display: flex;
        justify-content: space-between;
        margin: 5px 10px 5px 0;
    }

    .in_page_pro6_table table td div.modile_vision_parts span {
        font-size: 12px;
        color: rgba(128, 128, 128, 1);
    }

    .in_page_pro6_table table td div.modile_vision_parts span.modile_vision_parts_price {
        font-size: 14px;
        color: rgba(80, 87, 91, 1);
        font-weight: 700;
    }

    .modile_vision_parts_none {
        display: none;
    }

    .arrival_notifications_btn {
        max-width: unset;
        margin-left: unset;
        margin-top: 20px;
    }

    .in_page_pro_flex_right_in4 {
        flex-wrap: wrap;
    }

    .in_page_pro_flex_item_hit_sale {
        left: -5px;
        top: 10px;
        font-weight: 700;
        font-size: 10px;
        border-radius:5px;
        z-index: 1;
    }

    .in_page_pro_flex_item_new_product {
        left: -5px;
        top: 45px;
        font-weight: 700;
        font-size: 10px;
        border-radius:5px;
        right: unset;
        z-index: 1;
    }

    .in_page_pro_flex_right-100 .in_page_pro_flex_right_in4 {
        justify-content: space-between;
        margin: 0 0 20px 0;
    }

    .in_page_pro_flex_right-100 {
        position: relative;
    }

    .in_page_pro_flex_right_in4_btn_count2 {
        position: absolute;
        top: 15px;
        right: 0px;
    }

    .delivery_payment_method .in_page_pro_form_consultation {
        margin: 30px 0 20px;
        width: 100%;
    }

}



/* Кнопка выпадающего списка */
.dropbtn {
    background-color: #fff;
    border: 1px solid rgba(102, 102, 102, 1);
    padding: 11px 16px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    color: rgba(102, 102, 102, 1);
    width: 261px;
    text-align: left;
}

.arrow_stock_element_up {
    border: solid rgba(0, 0, 0, 1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    margin-left: 38px;
    margin-bottom: 4px;
}

.arrow_stock_element_down {
    border: solid rgba(0, 0, 0, 1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    margin-bottom: 0;
    margin-left: 38px;
}

/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 27px;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    min-width: 261px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content span {
    color: rgba(32, 133, 207, 1);
    cursor: pointer;
    padding: 10px 17px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

/* Показать выпадающее меню (используйте JS, чтобы добавить этот класс .dropdown-content содержимого, когда пользователь нажимает на кнопку выпадающего списка) */
.show {display:block;}

.footer_flex_in_social__item--hmruvideo {
    background: url(/local/assets/css/../img/videohosting.png) 0 center no-repeat;
}

.footer_flex_in_social__item--rutube {
    background: url(/local/assets/css/../img/rutube.svg) 3px center no-repeat;
    background-size: 26px;
}

.block_1_flex_akcii video {
    display: block;
    width: 100%;
    height: 100%;
}

.block_1_flex_akcii_video {
    width: 285px;
    height: 430px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 10px;
}

.basket-total__one-click-wrapper {
    text-align: center;
    padding-top: 15px;
}

.basket-total__one-click-link {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #50575B;
}

.main_search_block_in_result_in b {
    font-weight: normal;
}

/* hide lk */
.header-link__account {
    display: none !important;
}

/* fix block_categoriers */
.block__categories{
    grid-template: auto / repeat(6, 1fr);
}
.block__categories_item{
    gap: 30px;
    padding: 30px 10px 14px 10px;
}
.block__categories_item-image:before{
    top: calc(50% + 10px);
}

.top-model-title{
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 15px 0;
    display: block;
}

#fill_data_form .error_placement{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    color: red;
}


@media screen and (max-width: 1250px) {
    .block__categories {
        grid-template: auto / repeat(4, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .block__categories {
        grid-template: auto / repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .block__categories {
        grid-template: auto / repeat(2, 1fr);
    }
}
@media(max-width: 576px) {
    .block__categories_item{
        padding: 20px 7px 15px 7px;
    }
}

.block__categories._top .block__categories_item-image:before {
    display: none;
}

/* End */
/* /local/assets/fonts/font.css?17398836401562 */
/* /local/assets/css/font-awesome.css?173988365537396 */
/* /local/assets/css/select2.min.css?173988365516264 */
/* /local/assets/css/slick.css?17398836551776 */
/* /local/assets/css/slick-theme.css?17398836553145 */
/* /local/assets/css/jquery.fancybox.min.css?173988365515276 */
/* /local/assets/css/reset.css?1739883655905 */
/* /local/assets/css/style.css?1751351482124203 */
/* /local/assets/css/media.css?173988365526375 */
/* /local/assets/css/styles_cabinet.css?173988365566169 */
/* /local/assets/css/swiper.min.css?173988365518459 */
/* /local/assets/css/header.css?173988365524526 */
/* /local/assets/css/footer.css?17398836557775 */
/* /local/assets/css/custom.css?175135148210580 */
/* /local/templates/hualian/components/bitrix/menu/header_redesign/style.css?1739883700237 */
/* /local/templates/hualian/components/bitrix/menu/catalog_header_redesign/style.css?1739883700870 */
/* /local/templates/hualian/components/bitrix/search.title/redesign/style.css?1739883700210 */
/* /local/templates/hualian/components/bitrix/menu/header_redesign_burger/style.css?1739883700237 */
/* /local/templates/hualian/components/bitrix/menu/bottom_left_redesign/style.css?1739883700219 */
/* /local/templates/hualian/components/bitrix/menu/bottom_redesign/style.css?1739883700216 */
/* /local/templates/hualian/components/bitrix/news.list/footer_social_redesign/style.css?173988370057 */
/* /local/templates/hualian/styles.css?1739883701259 */
/* /local/templates/hualian/template_styles.css?175135148217502 */
