

/* Start:/local/templates/.default/css/style_old.css?17533457922436*/
.wind_sputnik {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 350px;
  margin: 0 0 0 -150px;
  z-index: 22;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
}

.wind_bg {
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  display: none;
}



.wind_sputnik input:focus::-webkit-input-placeholder {
  color: transparent
}

.wind_sputnik input:focus::-moz-placeholder {
  color: transparent
}

.wind_sputnik input:focus:-moz-placeholder {
  color: transparent
}

.wind_sputnik input:focus:-ms-input-placeholder {
  color: transparent
}

.price_block .b_btn {
  width: 150px;
}

.recall-to-submit-text {
  width: 95%;
  padding-left: 8px;
}

.recall-to-submit-input-container {
  padding-top: 2.15px;
  padding-left: 5px;
}

.agreement-link {
  color: #7979c5 !important;
  text-decoration: underline;
}

.review-to-submit-text {
  width: 95%;
  padding-left: 8px;
}

.review-to-submit-input-container {
  padding-top: 2.15px;
  padding-left: 5px;
}

.review-error {
  border: 1px solid red;
}

.contacts-to-submit-text {
  width: 95%;
  padding-left: 8px;
}

.contacts-to-submit-input-container {
  padding-top: 2.15px;
  padding-left: 5px;
}

.contacts-error {
  border: 1px solid red;
}


.cookie-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 300px;
  height: 240px;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #7878c4;
  z-index: 10000;
  left: 24px;
  bottom: 24px;
  justify-content: end;
}

.cookie-modal-close-container {
  display: flex;
  height: 30px;
  width: 100%;
  padding: 10px;
}

.cookie-button-container {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}

.cookie-button {
  color: white;
  width: 90%;
  height: 100%;
  background-color: #7878c4;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto-Medium";
  transition: all 0.1s ease-in;
  text-align: center;
  padding: 9.5px;
  border: none;
}

.cookie-button:hover {
  background-color: #5d558d;
}

.cookie-modal-text {
  padding: 10px;
}

.cookie-modal-text>a {
  text-decoration: underline;
}

.hidden-cookie {
  display: none;
}
/* End */


/* Start:/local/templates/.default/css/main.css?1698373927157611*/
div[data-id='colors-58'],
div[data-id='c-29'] { width: 95%; }

.nothing{
    color: #3B3B57;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.small_grid .container .row {
  position: relative;
}

.about {
  overflow: auto;
}

.modal {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) url('/local/templates/.default/css/../img_gif/loading.gif') 50% 50% no-repeat;
}

.overlayWhatsAppVidjet {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 50;
}

.whatsAppVidjet:hover {
  box-shadow: inset 0 0 0 40px #008500;
}

.whatsAppVidjet {
  background-color: #4dc247;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: white;
  position: fixed;
  border: none;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  bottom: 100px;
  right: 0;
}

.whatsAppVidjetIcon {
  fill: white;
}


.icon_add_to_cart {
  margin: 10px 0px 10px 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.sitePolicy {
  text-decoration: underline;
  font-size: inherit;
}

.center {
  text-align: center;
}

/**/
.top_category_menu {
  position: relative;
  box-sizing: border-box;
}

.mobile_menu {
  max-width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  justify-content: center;
}

.mobile_menu .mobile_menu_img {
  float: right;
  display: block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  text-align: center;
}

.top_category_menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.top_category_menu::before,
.top_category_menu::after {
  content: " ";
  display: block;
  clear: both;
}

.top_category_menu * {
  box-sizing: border-box;
}

.top_category_menu *::before,
.top_category_menu *::after {
  content: " ";
  display: block;
  clear: both;
}

.top_category_menu li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  width: 20%;
  padding: 0 4px;
  margin-bottom: 4px;
  float: left;
}

.top_category_menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 65px;
  line-height: 1;
  padding: 0 5px;
  text-align: center;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top_category_menu ul li a:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.7);
}

.top_category_menu ul li:nth-child(17n+1) a {
  background-color: #71d5bd;
}

.top_category_menu ul li:nth-child(17n+2) a {
  background-color: #ffc827;
}

.top_category_menu ul li:nth-child(17n+3) a {
  background-color: #71d5bd;
}

.top_category_menu ul li:nth-child(17n+4) a {
  background-color: #ffc827;
}

.top_category_menu ul li:nth-child(17n+5) a {
  background-color: #f58d87;
}

.top_category_menu ul li:nth-child(17n+6) a {
  background-color: #8ea7ae;
}

.top_category_menu ul li:nth-child(17n+7) a {
  background-color: #f58d87;
}

.top_category_menu ul li:nth-child(17n+8) a {
  background-color: #8ea7ae;
}

.top_category_menu ul li:nth-child(17n+9) a {
  background-color: #a3dfe0;
}

.top_category_menu ul li:nth-child(17n+10) a {
  background-color: #90da9d;
}

.top_category_menu ul li:nth-child(17n+11) a {
  background-color: #ffc827;
}

.top_category_menu ul li:nth-child(17n+12) a {
  background-color: #71d5bd;
}

.top_category_menu ul li:nth-child(17n+13) a {
  background-color: #90da9d;
}

.top_category_menu ul li:nth-child(17n+14) a {
  background-color: #f58d87;
}

.top_category_menu ul li:nth-child(17n+15) a {
  background-color: #8ea7ae;
}

.top_category_menu ul li:nth-child(17n+16) a {
  background-color: #90da9d;
}

.top_category_menu ul li:nth-child(17n+17) a {
  background-color: #a3dfe0;
}

/**/

.strong {
  font-weight: bold !important;
}

.fix-form_pzf.oneclick_btn2.b_btn {
  position: fixed;
  z-index: 10;
  border: none;
  margin: 0;
  padding: 0;
  right: 0;
  top: 60px;
  height: 222px;
  width: 55px;
  background: url('/local/templates/.default/css/../img/fix-form_pzf.jpg') 0 0 no-repeat;
}

.fix-form_pzf.oneclick_btn2.b_btn:hover {
  width: 80px;
}

.fix-form_pzf.oneclick_btn.b_btn {
  position: fixed;
  z-index: 40;
  border: none;
  margin: 0;
  padding: 0;
  right: 0;
  top: 60px;
  height: 222px;
  width: 55px;
  background: url('/local/templates/.default/css/../img/fix-form_pzf.jpg') 0 0 no-repeat;
}

.fix-form_pzf.oneclick_btn.b_btn:hover {
  width: 80px;
}

.wind_zakaz_1cl.wind_sputnik .form-info_pzf {
  font: 14px/18px helveticamedium, sans-serif;
  color: #333;
  margin: -15px 0 15px;
}

.card .inner1,
.card .inner2 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.category_grid .grid_container .item.last_pzf .svg_cont {
  background: #557AAB url('/local/templates/.default/css/../img/last-item_pzf.png') center center no-repeat;
  height: 132px;
}


.invisible,
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  line-height: 1
}

mark {
  background: #ff0;
  color: #000
}

sub,
sup {
  line-height: 0;
  position: relative
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  overflow: auto
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  line-height: 1.42857143;
  color: #333
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline-offset: -2px;
  outline: 0;
  text-decoration: none
}

figure {
  margin: 0
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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
}

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

[role=button] {
  cursor: pointer
}

.mini-shedule_pzf {
  /* font: 11px/11px Tahoma, sans-serif; */
  /* color: #555; */
  padding: 0 3px;
  /* margin: -12px 0 3px 13.2%; */
  /* float: left; */
  font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 91.8%;
color: #7D7DC7;
display: flex;
align-items: center;
}

header {
  position: fixed;
  z-index: 50;
  width: 100%;
  background: #fafafa;
}

.subheader-pzf {
  height: 47px;
}

.b_btn.w_pzf {
  margin: 0px 0px 10px 0px;
  width: auto;
}

.viewed_products>.b_btn.w_pzf {
  width: 100%;
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1230px) {
  .container {
    width: 1200px
  }
}

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1230px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

@media (max-width:767px) {
  .big_item .menu.tabs_menu a {
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 3px;
  }

  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* .mini-shedule_pzf {
    margin-left: 16.4% !important;
  } */

  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1230px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }

  .hidden-lg {
    display: none !important
  }
}

@media (max-width:767px) {
  /* .mini-shedule_pzf {
    margin-top: -8px;
    margin-left: auto !important;
    margin-right: auto;
    width: 100%;
    text-align: center;
  } */

  .subheader-pzf {
    height: 124px;
  }

  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .subheader-pzf {
    height: 67px;
  }

  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }

  .hidden-print {
    display: none !important
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.main_img .owl-theme .owl-dots,
.owl-theme .owl-nav {
  bottom: 60px;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jq-number__spin,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/local/templates/.default/css/../img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: .875em;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: .875em;
  display: block;
  content: "";
  position: absolute
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  background-color: #fff
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table
}

.slicknav_menu:after {
  clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
  display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block
}

.slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_menu {
  font-size: 16px;
  padding: 5px
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
  z-index: 40;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em
}

.slicknav_nav ul {
  margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px
}

[class*=lightcase-icon-]:before {
  font-family: lightcase, sans-serif;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em
}

.lightcase-icon-play:before {
  content: 'e800'
}

.lightcase-icon-pause:before {
  content: 'e801'
}

.lightcase-icon-close:before {
  content: 'e802'
}

.lightcase-icon-prev:before {
  content: 'e803'
}

.lightcase-icon-next:before {
  content: 'e804'
}

.lightcase-icon-spin:before {
  content: 'e805'
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#lightcase-loading>span,
#lightcase-nav a[class*=lightcase-icon-]>span {
  display: inline-block;
  text-indent: -9999px
}

@media screen and (min-width:641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden
  }

  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:640px) and (min-width:641px) {

  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: .75
  }
}

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

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]),
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
    width: 100% !important;
    max-width: none !important
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>:not(iframe) {
    height: auto !important;
    max-height: none !important
  }

  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
  }

  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa
  }
}

@media screen and (min-width:641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
  }

  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa
}

@media screen and (max-width:640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0
  }
}

@media screen and (min-width:641px) {
  #lightcase-case p.lightcase-error {
    padding: 0
  }
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden
}

@media screen and (max-width:640px) {
  .lightcase-open body {
    padding: 55px 0 70px
  }

  .lightcase-open body>:not([id*=lightcase-]) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
  }
}

#lightcase-info {
  position: absolute;
  padding-top: 15px
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa
}

@media screen and (max-width:640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333
  }

  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static
  }
}

#lightcase-loading {
  width: 1.123em;
  height: auto;
  line-height: 1;
  text-align: center;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin .5s infinite linear;
  -moz-animation: lightcase-spin .5s infinite linear;
  -o-animation: lightcase-spin .5s infinite linear;
  animation: lightcase-spin .5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out .25s;
  -moz-transition: color, opacity, ease-in-out .25s;
  -o-transition: color, opacity, ease-in-out .25s;
  transition: color, opacity, ease-in-out .25s
}

#lightcase-nav a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: 0;
  cursor: pointer
}

#lightcase-nav a[class*=lightcase-icon-],
#lightcase-nav a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out .25s;
  -moz-transition: color, opacity, ease-in-out .25s;
  -o-transition: color, opacity, ease-in-out .25s;
  transition: color, opacity, ease-in-out .25s
}

#lightcase-nav a[class*=lightcase-icon-]:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice #lightcase-nav a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -.5em
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: 0
}

@media screen and (max-width:640px) {
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    position: absolute
  }

  #lightcase-nav a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px
  }
}

@media screen and (min-width:641px) {

  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0
  }

  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed
  }

  #lightcase-nav a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -.5em
  }

  #lightcase-case:hover~#lightcase-nav a[class*=lightcase-icon-],
  #lightcase-nav a[class*=lightcase-icon-]:hover {
    opacity: 1
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333
}

@media screen and (max-width:640px) {
  #lightcase-overlay {
    opacity: 1 !important
  }
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55
}

.arcticmodal-container,
.arcticmodal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000
}

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

.jq-checkbox,
.jq-radio {
  top: -1px;
  vertical-align: middle;
  cursor: pointer
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse
}

.jq-file__name,
.jq-selectbox__select-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: url(/local/templates/.default/css/plugins/loading.gif) 50% 50% no-repeat #000
}

.jq-checkbox {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA
}

.jq-checkbox.focused {
  border: 1px solid #08C
}

.jq-radio {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-radio.focused {
  border: 1px solid #08C
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer
}

.jq-file__browse,
.jq-file__name {
  font: 14px/32px Arial, sans-serif;
  color: #333
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  text-shadow: 1px 1px #FFF
}

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888
}

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
  border-color: #B3B3B3
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: 0;
  background: 0 0;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  -moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer
}

.jq-number__spin.minus:after,
.jq-number__spin:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0
}

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #999
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-bottom: none
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF
}

.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888
}

.jq-selectbox__select-text {
  display: block;
  width: 100%
}

.jq-selectbox .placeholder {
  color: #888
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA
}

.jq-selectbox__dropdown,
.jq-selectbox__search input {
  width: 100%;
  border: 1px solid #CCC;
  box-sizing: border-box
}

.jq-selectbox__dropdown {
  margin: 2px 0 0;
  padding: 0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
  margin: 5px
}

.jq-selectbox__search input {
  margin: 0;
  padding: 5px 27px 6px 8px;
  border-radius: 3px;
  outline: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) 100% 50% no-repeat;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px
}

.jq-selectbox ul {
  margin: 0;
  padding: 0
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  user-select: none;
  white-space: nowrap;
  color: #231F20
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF
}

.jq-selectbox li.disabled {
  color: #AAA
}

.jq-selectbox li.disabled:hover {
  background: 0 0
}

.jq-selectbox li.optgroup {
  font-weight: 700
}

.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231F20;
  cursor: default
}

.jq-selectbox li.option {
  padding-left: 25px
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF
}

.jq-select-multiple li.disabled {
  color: #AAA
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
  background: #CCC;
  color: #FFF
}

.jq-select-multiple li.optgroup {
  font-weight: 700
}

.jq-select-multiple li.option {
  padding-left: 25px
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333
}

input[type=search].styler {
  -webkit-appearance: none
}

textarea.styler {
  overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3
}

input[type=email].styler:focus,
input[type=password].styler:focus,
input[type=search].styler:focus,
input[type=tel].styler:focus,
input[type=text].styler:focus,
input[type=url].styler:focus,
textarea.styler:focus {
  border-color: #B3B3B3 #CCC #CCC;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer
}

.last_news,
.small_grid .item,
.spinEdit,
.text_block,
form {
  overflow: hidden
}

.page_title,
a,
h2 {
  font-weight: 500
}

button.styler::-moz-focus-inner,
input[type=button].styler::-moz-focus-inner,
input[type=submit].styler::-moz-focus-inner,
input[type=reset].styler::-moz-focus-inner {
  padding: 0;
  border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6)
}

button.styler:not([disabled]):active,
input[type=button].styler:not([disabled]):active,
input[type=submit].styler:not([disabled]):active,
input[type=reset].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888
}

@font-face {
  font-family: helveticamedium;
  font-display: swap;
  src: local('HelveticaNeueCyr-Roman'), url(/local/templates/.default/css/../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.otf) format("opentype");
  font-weight: 400;
  font-style: swap;
}

@font-face {
  font-family: helveticamedium;
  font-display: swap;
  src: local('HelveticaNeueCyr-Medium'), url(/local/templates/.default/css/../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: swap
}

@font-face {
  font-family: lightcase;
  font-display: swap;
  src: local('lightcase'), url(/local/templates/.default/css/../fonts/lightcase/lightcase.eot) format("eot"), url(/local/templates/.default/css/../fonts/lightcase/lightcase.woff) format("woff"), url(/local/templates/.default/css/../fonts/lightcase/lightcase.ttf) format("truetype"), url(/local/templates/.default/css/../fonts/lightcase/lightcase.svg#lightcase) format("svg");
  font-weight: 400;
  font-style: swap
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: helveticamedium;
  font-size: 100%;
  vertical-align: baseline
}

.aside_menu li .lev2 {
  display: none;
}

.aside_menu li.has_child a:after,
.b_btn.collapse:before,
.jq-selectbox .jq-selectbox__trigger-arrow:after {
  content: "";
  font-family: FontAwesome
}

body,
html {
  font-size: 14px;
  background-color: #fafafa;
  overflow-x: hidden;
  min-height: 100%
}

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

h2,
h3 {
  width: 100%
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.tar {
  text-align: right
}

a {
  text-decoration: none;
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  color: #7979c5;
  font-size: 1.14286rem
}

.page_title,
h2,
h3 {
  /* text-align: center; */
  font-size: 1.28571rem
}

h3 {
  text-align: center;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit
}

i svg {
  vertical-align: middle
}

.page_title {
  color: #616161;
  margin-bottom: 30px
}

h2 {
  margin: 0 0 20px
}

h3 {
  color: #616161;
  font-weight: 500;
  padding: 22px 0 15px;
  margin: 0
}

.b_btn,
h4 {
  font-size: 1.14286rem;
  font-weight: 500
}

h4 {
  color: #7777be;
  text-align: left
}

#tabs>div {
  display: none
}

#tabs>div.open,
.collapsed {
  display: block
}

.collapsed {
  height: 0;
  opacity: 0
}

.popup_item {
  display: none
}

#lightcase-content .popup_item,
.b_btn {
  display: block
}

.b_btn {
  color: #FFF !important;
  text-align: center;
  border-radius: 2px;
  background-color: #7777be;
  line-height: 37px;
  padding: 0 5px;
  margin: 10px 5%;
  width: 90%
}

.s_btn,
.topbar .count,
i.pen {
  display: inline-block;
  width: auto;
}

.b_btn.reverse {
  color: #7777be !important;
  background-color: #FFF;
  border: 1px solid #7777be
}

.s_btn {
  border-radius: 3px;
  border: 1px solid #17755c;
  color: #FFF !important;
  font-size: .85714rem;
  font-weight: 500;
  padding: 7px 13px;
  line-height: 10px;
  background: #17755c;
  margin-left: 18px
}

.s_btn.reverse {
  color: #17755c !important;
  background: #FFF
}

.s_btn.type2 {
  color: #FFF !important;
  background-color: #7777be;
  border: 1px solid #FFF;
  padding: 7px 20px
}

.s_btn.type2.reverse {
  color: #7777be !important;
  background-color: #FFF;
  border: 1px solid #7777be
}

.b_btn.collapse:before {
  float: left;
  position: relative;
  left: -5px;
  font-size: 21px;
  color: #353552
}

.b_btn.collapse.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#slider .item .title,
#slider .item img {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 400, 0, 0, 1);
  opacity: 0
}

.topbar {
  box-shadow: -4px -3px 51px rgba(0, 0, 0, .35)
}
header .topbar .container .row::after,
header .topbar .container::after,
header .topbar .container .row::before,
header .topbar .container::before{
  display: none;
}
header .topbar .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0 0 0;
  position: relative;
  align-items: center;
}

.topbar .logo img {
  margin-top: 4px
}

.topbar a.tel {
  color: #17755c;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 20px
}

.topbar .menu {
  /* text-align: right */
}

.topbar .count {
  background-color: #1b785f;
  border-radius: 50%;
  color: #FFF;
  padding: 0 7px;
  margin-right: 3px
}

i.pen {
  fill: #7d7dc7
}

i.pen svg {
  margin-top: -13px;
  margin-left: 3px
}

i.phone {
  fill: #7d7dc7
}

i.phone svg {
  /* margin-top: -5px; */
  /* margin-left: 7px */
}

i.cart svg,
i.user svg {
  margin-top: -6px;
  margin-left: 3px
}

i.user {
  fill: #7d7dc7
}

i.cart {
  fill: #7d7dc7
}

.slicknav_menu {
  background: #7d7dc7
}

.slicknav_menu .slicknav_btn {
  background: #38387b
}

#slider .item {
  padding: 25px 0 35px
}

#slider .item img {
  -webkit-transition: all 2s;
  transition: all 2s;
  display: block;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 400, 0, 0, 1)
}

#slider .item .title {
  padding-top: 80px;
  color: #3a3a59;
  font-size: 4.28571rem;
  line-height: 50px;
  font-weight: 500;
  float: right;
  position: relative;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 400, 0, 0, 1)
}

#slider .item .sub_title {
  padding-bottom: 70px;
  color: #3a3a59;
  font-size: 2.14286rem;
  font-weight: 400;
  float: right;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 400, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 400, 0, 0, 1)
}

#slider .active .sub_title,
#slider .active .title,
#slider .active img {
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -.002, 0, 0, 0, 1)
}

.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 25px
}

.owl-theme .owl-dots .owl-dot span {
  background: 0 0;
  border: 1px solid #FFF;
  width: 12px;
  height: 12px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #7d7dc7;
  background: #7d7dc7
}

.aside_menu li {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  margin-bottom: 5px
}

.aside_menu li.active {
  background-color: #7777be
}

.aside_menu li.active a {
  color: #fff;
  border-left: 7px solid #7777be;
  border-right: 7px solid #7777be
}

.aside_menu li.has_child a {
  text-align: left
}

.aside_menu li.has_child a:after {
  float: right;
  font-size: 21px;
  color: #353552
}

.aside_menu li.has_child+.submenu {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden
}

.aside_menu li.has_child.open+.submenu {
  height: auto;
  opacity: 1;
  z-index: 1
}

.aside_menu li.has_child.open>a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.aside_menu li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  color: #353552;
  font-size: 1rem;
  font-weight: 500;
  border-left: 7px solid #FFF;
  border-right: 7px solid #FFF
}

.aside_menu li a:hover {
  border-left: 7px solid #7777be
}

aside .small_grid {
  background-color: inherit
}

aside .small_grid .container {
  width: 100%
}

aside .adv_wrap {
  width: 100%;
  padding: 0
}

aside .adv_wrap .item {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff
}

aside .filtr {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #353552;
  font-size: .85714rem;
  font-weight: 400;
  display: block;
  border-radius: 2px;
  margin-top: -5px;
  background-color: #fff;
  margin-bottom: 6px;
  padding-bottom: 12px
}

aside .filtr li {
  border: none;
  padding: 10px 0 10px 11px;
  margin: 0 !important
}

aside .filtr .name_filtr {
  width: 65px;
  display: block;
  float: left
}

aside .filtr input {
  width: 41px;
  text-align: center;
  color: #a5a5a5;
  font-size: .78571rem;
  font-weight: 400;
  margin: 0 10px;
  border: 1px solid #e8e8e8
}

aside .filtr a.s_btn {
  margin-left: 11px;
  margin-top: 10px
}

.jq-selectbox {
  width: 130px;
  border: 1px solid #e8e8e8;
  margin-left: 8px
}

.jq-selectbox .jq-selectbox__select,
.jq-selectbox .jq-selectbox__trigger {
  border: none;
  background: #FFF;
  box-shadow: none
}

.jq-selectbox .jq-selectbox__trigger-arrow {
  position: absolute;
  top: auto;
  right: 7px;
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
  border-left: none
}

.jq-selectbox .jq-selectbox__trigger-arrow:after {
  float: right;
  font-size: 21px;
  color: #353552
}

.breadcrumb li:before,
.text_block ul li:before {
  content: ''
}

.breadcrumb>li+li:before {
  padding: 0;
  content: "";
}

.jq-selectbox .jq-selectbox__select,
.jq-selectbox .jq-selectbox__select-text {
  height: 20px;
  color: #353552;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px
}

.arcticmodal-container .models_list {
  display: block
}

.models_list {
  display: none
}

.models_list .models_wrap {
  border-radius: 2px;
  background-color: #e8e8e8
}

.models_list .models_wrap li {
  width: 134px;
  text-align: center;
  background-color: #e8e8e8;
  height: 125px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle
}

.models_list .models_wrap li svg {
  margin-bottom: 12px
}

.models_list .models_wrap li span {
  width: 100%;
  display: inline-block;
  color: #7777be;
  font-size: 12px;
  font-weight: 500
}

.models_list .models_wrap li:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #FFF
}

.filtr_sort li.active {
  background-color: #fff
}

.filtr_sort li.active a {
  color: #353552;
  border-left: 7px solid #7777be;
  border-right: 7px solid #FFF
}

.menu {
  font-size: 0
}

.menu li {
  display: inline-block;
  text-align: left;
  margin: 0 5px
}

.menu li ul {
  display: none;
}

.menu li a,
.menu li label {
  padding: 0 8px;
  color: #7d7dc7;
  font-size: 1rem;
  font-weight: 400;
  line-height: 42px;
  display: block;
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out
}

.menu li a span,
.menu li label span {
  line-height: 22px
}

.menu li a.active,
.menu li a.open,
.menu li a:hover,
.menu li label.active,
.menu li label.open,
.menu li label:hover {
  box-shadow: 0 -10px 0 -5px #7d7dc7 inset
}

.menu_bar .menu {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu_bar .menu a {
  padding: 0 20px;
  color: #484848;
  font-size: 1.14286rem;
  font-weight: 400
}
.menu_bar .menu li {
  margin: 0;
}
.breadcrumb {
  font-size: 0;
  margin: 20px 0 15px;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 7px;
  font-size: .85714rem
}

.breadcrumb li:last-child {
  margin-right: 0
}

.breadcrumb li:first-child:before {
  display: none
}

.breadcrumb li:before {
  border-radius: 50%;
  width: 4px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 2px;
  height: 4px;
  background-color: #7b7bc5
}


.breadcrumb li a {
  color: #414141;
  font-size: .85714rem;
  font-weight: 400
}

.category_grid {
  box-shadow: inset -4px -3px 124px 20px rgba(0, 0, 0, .26);
  background-color: #3a3a59
}

.category_grid .grid_container {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category_grid .grid_container .item {
  width: 16%;
  padding: 20px 10px;
  text-align: center
}

.category_grid .grid_container .item:hover .svg_cont {
  box-shadow: 0 0 24px rgba(0, 0, 0, .19);
  background-color: #6179a8
}

.category_grid .grid_container .item .svg_cont {
  border-radius: 2px;
  border: 1px solid #48486b;
  background-color: #48486b
}

.category_grid .grid_container .item svg {
  height: 130px;
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.category_grid .grid_container .item span {
  color: #fff;
  font-size: 1.14286rem;
  font-weight: 500;
  display: block;
  padding-top: 15px
}

.small_grid {
  background-color: #327f67;
  padding: 30px 0
}

.small_grid .item {
  display: block;
  padding: 0 24px 0 21px;
  margin-bottom: 10px;
  background: #FFF
}

.small_grid .item svg {
  height: 64px;
  float: left;
  margin: 8px 0;
  display: block;
  fill: #353552
}

.small_grid .item span {
  float: right;
  text-align: right;
  color: #353552;
  font-size: 1.14286rem;
  font-weight: 500;
  padding-top: 20px
}

.small_grid .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.small_grid .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 83px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  margin: 10px 0
}

.search_bar {
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px
}

.search_bar svg {
  padding: 12px;
  float: left;
  height: 42px;
  width: 42px
}

.faq_form input[name=captcha],
.pagination ul a.s_btn {
  float: right
}

.search_bar .s_btn {
  margin: 0 0 0 18px;
}

.search_bar input {
  border: 1px solid #ddd;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  margin: 8px 0;
  width: calc(100% - 42px - 96px)
}

.pagination {
  margin: 30px auto 40px
}

.pagination ul {
  font-size: 0
}

.pagination ul li {
  margin-bottom: 10px;
  font-size: 0;
  display: inline-block;
  margin-right: 9px
}

.pagination ul li:last-child {
  margin-right: 0
}

.pagination ul li a {
  text-align: center;
  width: 30px;
  border-radius: 2px;
  border: 1px solid #7b7bc5;
  color: #282828;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 21px;
  padding: 0 6px
}

.pagination ul li a.active,
.pagination ul li a:hover {
  color: #FFF;
  background-color: #7979c5
}

.text_block {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px
}

.text_block span.title {
  color: #7777be;
  font-size: 1.14286rem;
  font-weight: 500;
  margin-bottom: 10px
}

.text_block ul li {
  position: relative;
}

.text_block ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 8px;
  background-color: #7b7bc5
}

.text_block ol {
  list-style-type: decimal;
  list-style-position: inside
}

.text_block ol,
.text_block p,
.text_block ul {
  margin-bottom: 20px;
  color: #353535;
  font-weight: 400
}

.text_block p {
  font-size: inherit;
}

.last_news {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px
}

.last_news .title {
  margin-bottom: 16px
}

.last_news .title span {
  color: #262626;
  font-size: 1.28571rem;
  font-weight: 500;
  margin-right: 9px
}

.last_news .title a {
  color: #7979c5;
  font-size: 1.28571rem;
  font-weight: 500;
  text-decoration: underline
}

.last_news ol li,
.last_news ul li {
  margin-bottom: 14px
}

.last_news ol li span,
.last_news ul li span {
  display: block;
  color: #8f8f8f;
  font-size: .85714rem;
  font-weight: 500;
  margin-bottom: 7px;
  text-decoration: none
}

.last_news ol li a,
.last_news ul li a {
  display: block;
  color: #5a5a5a;
  font-size: 1.14286rem;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.14286rem
}

#vk_groups {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto !important
}

#vk_groups>iframe {
  margin-bottom: 20px
}

.spinEdit {
  position: relative;
  width: 80px;
  margin: 0 auto
}

.spinEdit .minus-btn,
.spinEdit .plus-btn {
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 2px
}

.spinEdit .minus-btn i,
.spinEdit .plus-btn i {
  width: 18px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  vertical-align: text-top
}

.spinEdit .plus-btn {
  left: 60px
}

.spinEdit input {
  color: #404040;
  font-weight: 500;
  height: 30px;
  line-height: 25px;
  padding: 0;
  margin: 0 25px;
  border-radius: 2px;
  border: 1px solid #c6c6c6;
  width: 30px;
  font-size: 15px;
  text-align: center
}

.news_list .news_item .s_btn,
form .s_btn {
  margin-left: 0
}

.custom_chekbox input[type=radio] {
  display: none
}

.custom_chekbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: -2px;
  border: 2px solid #7777be;
  background-color: #FFF
}

.custom_chekbox input[type=radio]:checked+label:before {
  border: 1px solid #7b7bc5;
  background-color: #7b7bc5
}

.news_list .news_item {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 11px
}

.news_list .news_item span {
  color: #7777be;
  font-weight: 500;
  font-size: 1rem
}

.news_list .news_item .time {
  color: #bcbcbc;
  font-size: .85714rem;
  font-weight: 500;
  display: block;
  margin-bottom: 12px
}

.news_list .news_item .title {
  color: #7777be;
  font-size: 1.14286rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px
}

.news_list .news_item .content {
  color: #3c3c44;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px
}

.news_list .news_item .content p {
  margin-bottom: 10px
}

.faq_form,
form input,
form textarea {
  border-radius: 2px;
  margin-bottom: 30px
}

form label {
  display: block;
  line-height: 40px;
  color: #414141;
  font-size: 1rem;
  font-weight: 500
}

form input,
form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: .78571rem;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #bcbcbc
}

form textarea {
  width: 100%;
  resize: none;
  overflow-y: auto
}

form input[name=captcha] {
  width: auto !important
}

@media (max-width: 480px) {
  .whatsapp {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
  }
}

.faq_form {
  padding: 20px;
  border: 1px solid #e8e8e8;
  background-color: #fff
}

.comments .faq_form {
  border: none;
  background-color: #fff;
  padding: 0px;
}

.faq_form form {
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.faq_form label {
  color: #414141;
  font-size: 1rem;
  font-weight: 500
}

.faq_form input {
  margin-bottom: 10px
}

.faq_form .s_btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 25px
}

.faq_form .b_btn {
  float: left;
  width: auto;
  margin: 0 13px 0 0
}

.contacts>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px
}

.contacts .col-md-6 {
  position: static;
}

.contacts .item {
  padding: 16px 15px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.contacts .item .title {
  color: #7777be;
  font-size: 1.14286rem;
  font-weight: 500
}

.contacts .item .contacts_list {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 17px;
  margin: 10px -15px 22px;
  color: #646468;
  font-size: 14px;
  font-weight: 500
}

.contacts .item .contacts_list li {
  margin-bottom: 18px
}

.contacts .item .contacts_list li:last-child {
  margin-bottom: 0
}

.contacts .item .contacts_list a {
  text-decoration: underline
}

.contacts .item .contacts_list .tel a {
  text-decoration: none
}

.contacts .item .contacts_list em {
  color: #7d7dc7;
  margin-right: 9px;
  font-size: 20px
}

.contacts .item .contacts_list i {
  color: #7d7dc7;
  margin-right: 9px;
  font-size: 20px
}

.contacts .item p {
  margin-bottom: 20px
}

.contacts .item .s_btn {
  margin-left: 0
}

.contacts .item form a.s_btn {
  float: left;
  line-height: 24px
}

.contacts .item form input {
  margin-bottom: 10px
}

.contacts .item form input[name=captcha] {
  float: left;
  margin-left: 16px
}

.contacts .i_wrap {
  border: 2px solid #7d7dc7;
  border-radius: 50%;
  width: 24px;
  display: inline-block;
  line-height: 20px;
  text-align: center
}

.contacts .i_wrap i {
  color: #7d7dc7;
  margin-right: 0 !important;
  vertical-align: text-bottom;
  font-size: 17px !important
}

.contacts .to_road {
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 10px -15px 22px
}

.contacts .to_road p {
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 60px;
  padding-left: 15px;
  margin-bottom: 0
}

.contacts .to_road a {
  float: right;
  display: inline-block;
  width: auto
}

.magazine_foto {
  margin-right: 0
}

.magazine_foto a {
  width: 48%;
  float: left;
  position: relative;
  font-size: 0;
  margin-bottom: 11px
}

.magazine_foto a:nth-child(even) {
  margin-right: 2%
}

.magazine_foto a:nth-child(odd) {
  margin-left: 2%
}

.magazine_foto a:first-child {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.magazine_foto a:first-child img {
  width: 100%
}

.magazine_foto a:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(123, 123, 197, .6);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACU0lEQVRIS8WXjVFUQRCEuyPQDJQIhAjUCMQIxAzIQIxAjUCMQIlALgIxAjEDiGCs75y92nu393ZfFVdMFVVwtzO93fO3WDMWEaeS3kh6LulVHr2VxM8PSVe2+X2xueUREWeSPiRgL+ilpI9LL7AFHBFPJX2VBNNi95JuJF3nB7A/lvSiOnMn6b1tVBiyDXCC/sygOP+VdGEbRjsWEVzgQtK76kvAm+enAWpgbks+sStJZ7ZhMmtZB4A9yYMntlFo1tbAmVMkXoParqXuxcAf6X/lwVvbRz2nAkxlPkt5j1tMI4Ich6RvLTkj4lzSpwTsSu6U6nvPISIAxahgcrtjEVEI3Ng+mWMNMPmhQO5tU9VNGwSuWR/NtRjASPhS0sp2GRItNiOM8aczsNe2SwvuxAO4GbC6UK9OtgBGlCHgowKXgqBaGZVryxZjSBRjhGKraorx92XJZQ6VP3lubxEWxiXHs5U4IuGkQ7o5HqrEQeChDimMkbPIsyV3XVU94InMe+OUmGVylZvy+dvWlomIzT5u9WdEMJ/Lxprt4TXjLCRY48igZzGQn+6grwqxvviQf72dWAxldBLz3PaXuSZOefFhSdTWBZ8+BGinsqUIRKt9Rg3btBFthjpIykU37de44Cz4ztMnVxy7mW01arxSyj4eYt58cyUz2NBq9ROnDgoYF2RTsVyYB8Pge4GrwkHa+pXJV9fTBZBKDYN3gUe1TpUosiHwBwVeAv7gwMPgS6RccraT89VBGFeF2cr5b/4dOihwQ/b/oPbdwYErcCbgaXk6/wPTdUUlcVmHEgAAAABJRU5ErkJggg==);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  background-position: center center;
  left: 0
}

.magazine_foto a:hover:after {
  opacity: 1
}

[class*=modal] .big_item {
  background: #FFF;
  padding: 30px 50px;
  position: relative;
  max-width: 1200px
}

[class*=modal] .big_item .container {
  width: 100%
}

.close {
  position: absolute;
  top: 16px;
  right: 14px
}

.sort_block {
  float: left;
}

.sort_block span {
  color: #7b7bc5;
  font-size: 1rem;
  font-weight: 500
}

.sort_block [class^=jq] {
  text-align: left
}

.sort_block .sortby {
  width: 221px;
  z-index: 20 !important;
}

.navigates .next,
.navigates .prev {
  position: absolute;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: rgba(232, 232, 232, .21);
  width: 35px;
  line-height: 33px;
  color: #FFF;
  top: 50%;
  text-align: center;
  font-size: 29px
}

.navigates .prev {
  left: -75px
}

.navigates .next {
  right: -75px
}

.big_item .title {
  margin-bottom: 25px
}

.big_item .title h1 {
  margin: 0 auto 7px;
  color: #464646;
  font-size: 1.71429rem;
  font-weight: 500;
}

.big_item .title span {
  color: #327f67;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle
}

.big_item .title span.sub_text {
  display: inline-block;
  color: #535353;
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
  margin-left: 14px
}

.big_item .title .s_btn {
  background-color: #327f67
}

.big_item .title .s_btn.reverse {
  background-color: #fafafa
}

.big_item .image .main_img {
  margin-bottom: 0px
}

.big_item .image .main_img a {
  position: relative
}

.big_item .image .main_img a .lupa {
  position: absolute;
  right: 14px;
  top: 8px
}

.big_item .image .main_img a .lupa svg {
  width: 21px;
  height: 21px
}

.big_item .image .main_img a .lupa path {
  fill: #7777be
}

.big_item .image .sub_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 50px
}

.big_item .image .sub_img a {
  margin: 0 10px 10px 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.big_item .image .sub_img a:last-child {
  margin-right: 0
}

.big_item .image a {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden
}

.big_item .image a.s_btn {
  border: 1px solid #17755c;
  display: inline-block;
  margin-left: 0
}

.big_item .image a img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.big_item .image a img:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}

.big_item .item_info {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 13px 16px 13px 25px;
  overflow: hidden
}

.big_item .item_info form {
  overflow: hidden
}

.big_item .item_info .acrticle_select th {
  text-align: left;
  color: #7777be;
  font-size: .85714rem;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px
}

.big_item .item_info .acrticle_select td {
  color: #424242;
  font-size: 1rem;
  font-weight: 500;
}

.big_item .item_info .acrticle_select td:first-child {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px
}

.big_item .item_info .acrticle_select td:last-child {
  padding-left: 17px
}

.big_item .item_info .acrticle_select,
.big_item .item_info .count_block,
.big_item .item_info .price_block {
  float: left
}

.big_item .item_info .price_block .price {
  color: #404040;
  font-size: 2.57143rem;
  font-weight: 500
}

.big_item .item_info .price_block .price i {
  color: #7d7dc7
}

.big_item .item_info .spinEdit {
  margin-top: 70px;
  margin-left: 19px;
  margin-right: 30px
}

.big_item .propertys {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: none;
  -webkit-transition: all .5s;
  transition: all .5s
}

.big_item .propertys tr {
  border-top: 1px solid #e8e8e8;
  background-color: #fff
}

.big_item .propertys tr:nth-child(odd) {
  background-color: #f9f9f9
}

.big_item .propertys tr:first-child {}

.big_item .menu,
.big_item .tabs {
  border: 1px solid #ddd;
  background-color: #fff
}

.big_item .propertys td {
  color: #404040;
  font-size: 1rem;
  line-height: 31px;
  font-weight: 500;
  text-align: right;
  padding: 0 17px 0 27px
}

.big_item .propertys td:first-child {
  color: #327f67;
  text-align: left
}

.card .complete,
.card .inner1 .confim_controls,
.card .inner1 .description,
.card .inner1 .name,
.card .inner1 .price,
.card .inner1 table,
.user_cart h1 {
  text-align: center
}

.big_item .menu {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.big_item .menu a {
  color: #424242;
  font-size: 1rem;
  font-weight: 500
}

.big_item .tabs {
  padding: 20px 15px;
  margin-bottom: 30px
}

.big_item .tabs>div {
  display: none
}

.big_item .tabs>div.open {
  display: block
}

.big_item .tabs .title {
  color: #7777be;
  font-size: 1.14286rem;
  font-weight: 500
}

.big_item .b_btn.collapse {
  width: auto;
  display: inline-block;
  padding: 0 20px;
  float: right;
  margin: 60px 0 0 0;
}

.big_item .description {
  margin: 0 0 16px 0;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 25px 14px;
  background-color: #fff
}

.big_item .description span {
  color: #7b7bc5;
  font-size: 1.14286rem;
  font-weight: 500;
  margin-bottom: 15px
}

.card {
  height: 460px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  margin: 15px auto;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  position: relative
}

.card>div {
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0
}

.card .image {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}

.card .image img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.card .image img:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}

.card .price_line {
  display: flex;
  flex-direction: row;
  padding: 0 5px;
  align-items: center;
}

.card .price__sum {
  font-size: 1.6rem;
  color: #7777BE;
  width: 50%;
  text-align: center;
  font-weight: 700;
}

.card .price_line span {
  margin-right: 5px
}

.card .price_line svg {
  cursor: pointer;
  height: 28px;
  float: right;
  fill: #FFF
}

/* Кнопка выбора кол-ва */
.price__coun {
  width: 50%;
  height: 50px;
}

.price__coun * {
  box-sizing: border-box;

}

.price__coun button {
  background: none;
  border: none;

}

.price-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price__coun {
  display: inline-flex;
  border: 2px solid #7777BE;
  position: relative;
  background: #FFF;
  z-index: 1;
}

.price__coun .quantity {
  height: 100%;
  border: none;
  font-size: 1.6rem;
  width: calc((100% - 30px) / 2);
  text-align: center;
  font-weight: 700;
  outline: none;
  padding: 0;
  margin: 0;
}

.price__coun .bt_plus,
.price__coun .bt_minus {
  background-color: #7777BE;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.price__coun .bt_minus svg,
.price__coun .bt_plus svg {
  stroke: #fff;
  stroke-width: 4;
  transition: 0.3s;
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
}

.price__coun .bt_minus:hover svg,
.price__coun .bt_plus:hover svg {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

.price__coun .bt_buy {
  width: calc((100% - 20px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.price__coun .bt_buy svg {
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  width: 30px;
  fill: #7777BE;
  stroke: #7777BE;
  transition: .3s;
}

.price__coun .bt_buy:hover svg {
  filter: drop-shadow(0 0 2px rgba(119, 119, 190, 0.5));
}

/*  */
.card .description {
  line-height: .9rem;
  height: calc(.8rem * 7);
  overflow: hidden;
  margin: 10px 0;
  padding: 0 5px
}

.card .description span {
  color: #515151;
  font-size: .8rem;
  font-weight: 700
}

.card .description p {
  color: #262626;
  font-size: 1.14286rem;
  font-weight: 500
}

.card .link {
  color: #7777BE;
  display: inline-block;
  border-bottom: 1px dotted #7777BE;
  font-size: .8rem;
  margin: 0 5px 10px;
  transition: .3s;
  white-space: nowrap;
}

.card .link:hover {
  border-bottom: 1px solid #7777BE;
}

.card .choose {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 10px;
  min-height: calc(25px * 2 + 5px);
}

.card .choose.dontshow {
  opacity: 0;
  pointer-events: none;
}

.card .choose .item {
  width: calc(50% - 2.5px);
  cursor: pointer;
  display: flex;
  line-height: normal;
  height: 27px;
  transition: .3s;
  font-size: .8rem;
}

.card .choose .item:hover {
  box-shadow: 0 0 2px rgba(119, 119, 190, 0.7)
}

.card .choose .item:nth-child(odd) {
  margin-right: 2.5px;
}

.card .choose .item:nth-child(even) {
  margin-left: 2.5px;
}

.card .choose label:nth-child(n+4) {
  display: none;
}

.card .choose .item:nth-child(-n+2) {
  margin-bottom: 5px;
}

.card .choose a {
  display: flex;
  width: 50%;
}

.card .choose a span {
  font-size: 1rem;
}

.card .choose .item input:checked~span,
.card .choose a:hover span {
  background-color: #7777BE;
  color: white;
}

.card .choose .item span {
  width: 100%;
  transition: .3s;
  border: 1px solid #7777BE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  text-align: center;
}

.card .inner0 {
  background: #FFF;
  -webkit-transform: rotateY(0) !important;
  transform: rotateY(0) !important
}

.card .inner1,
.card .inner2,
.card .inner_wrap {
  background-color: #7b7bc5
}

.card .inner_wrap {
  border: 1px solid #e8e8e8;
  min-height: 100%
}

.card .inner1 {
  padding: 6px;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #e8e8e8
}

.card .inner1 .name {
  color: #fff;
  font-size: 1.28571rem;
  font-weight: 700;
  margin: 40px 0 17px;
  display: block;
  line-height: 20px
}

.card .inner1 .description {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin: 17px 0 22px;
  display: block;
  height: 60px
}

.card .inner1 .confim_controls a i,
.card .inner1 .price,
.card .inner1 table {
  font-size: 1.14286rem
}

.card .inner1 .table_cont {
  width: 100%;
  min-height: 160px;
  margin-bottom: 20px
}

.card .inner1 table {
  width: 100%;
  color: #fdfdfd;
  font-weight: 500
}

.card .inner1 table tr {
  background-color: #7171b5
}

.card .inner1 table tr:nth-child(even) {
  background-color: inherit
}

.card .inner1 table td {
  height: 40px;
  vertical-align: middle
}

.card .inner1 table input {
  width: 32px
}

.card .inner1 .price {
  color: #fdfdfd;
  font-weight: 400;
  display: inline-block;
  font-family: cursive;
}

.card .inner1 .price span {
  font-size: 1.14286rem;
  font-weight: 500;
  margin: 0 10px 0 5px
}

.card .inner1 .confim_controls a {
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  line-height: 29px;
  width: 29px
}

.card .inner1 .confim_controls a:hover {
  color: #7b7bc5;
  border: 1px solid #7b7bc5;
  background: #FFF
}

.card .complete svg {
  width: 63px;
  display: block;
  fill: #FFF;
  margin: 120px auto 24px
}

.card .complete span {
  color: #fff;
  font-size: 1.71429rem;
  margin-bottom: 63px;
  display: block;
  font-weight: 400
}

.card .spinEdit input {
  color: #FFF;
  background: inherit
}

.inner1 {
  z-index: 10 !important
}

.inner2 {
  z-index: 20 !important
}

.f_step .inner1,
.s_step .inner2 {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.card_mini_wrapper {
  margin-bottom: 40px
}

.card_mini {
  float: left;
  margin: 0 35px 15px 0;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  max-width: 290px;
  width: 100%;
  height: 320px;
  overflow: hidden auto;
}

.card_mini:nth-child(3n) {
  margin: 0 0 15px 0;
}

.card_mini .image {
  height: 108px;
  border-radius: 2px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  margin-bottom: 10px;
}

.card_mini .image+span {
  color: #327f67;
  font-size: .85714rem;
  font-weight: 400;
  padding: 0 10px
}

.card_mini .description {
  color: #515151;
  font-size: .8rem;
  line-height: .9rem;
  height: calc(.8rem * 7);
  font-weight: 700;
  margin: 10px 0;
  padding: 0 10px
}

.card_mini .s_btn {
  margin-left: 10px
}

.card_mini .price_line .link {
  margin-bottom: 0;
}

.card_mini .price_line {
  display: flex;
  flex-direction: row;
  padding: 0 5px;
  align-items: center;
  margin-top: 10px;
}

.card_mini .price_line .price__sum {
  font-size: 1.6rem;
  color: #7777BE;
  width: 50%;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.card_mini .price_line input {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  width: 30px;
  text-align: center;
  padding: 0 3px;
  color: #000;
  font-size: .85714rem;
  margin: 5px 10px 4px 0;
  height: 20px;
  float: right;
  line-height: 8px
}


.user_cart>div {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  margin-bottom: 12px
}

.user_cart h1 {
  color: #616161;
  font-size: 1.28571rem;
  font-weight: 500;
  margin-bottom: 30px
}

.user_cart div.title {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 18px
}

.user_cart span.title {
  color: #7777be;
  font-size: 1.14286rem;
  font-weight: 500
}

.user_cart .user_info {
  padding: 12px 23px 30px
}

.user_cart .user_info label {
  margin-left: 15px
}

.user_cart .user_info table {
  margin-top: 20px
}

.user_cart .user_info tr {
  height: 40px
}

.user_cart .user_info tr td:first-child {
  width: 82px
}

.user_cart .user_info tr td input,
.user_cart .user_info tr td input:disabled {
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  padding: 0 5px;
  height: 25px;
  overflow-x: auto;
  background-color: #fff;
  width: 100%
}

.user_cart .user_info a.edit {
  float: right
}

.user_cart .cart_history .s_btn {
  margin-bottom: 16px
}

.user_cart .cart_history .owl-carousel {
  padding: 0 74px
}

.user_cart .cart_history .owl-carousel .item {
  margin: 0 auto
}

.user_cart .cart_history .owl-nav.disabled {
  display: block
}

.user_cart .cart_history .owl-next,
.user_cart .cart_history .owl-prev {
  position: absolute;
  top: 120px;
  background-color: rgba(232, 232, 232, 0);
  width: 35px;
  line-height: 35px;
  border: 1px solid #e8e8e8;
  color: #e8e8e8
}

.user_cart .cart_history .owl-prev {
  left: 20px
}

.user_cart .cart_history .owl-next {
  right: 20px
}

.user_cart .actual_cart table {
  width: 100%
}


.user_cart .actual_cart table td:first-child,
.user_cart .actual_cart table th:first-child {
  max-width: 127px
}

.user_cart .actual_cart table th {
  text-align: left;
  color: #7777be;
  font-size: 12px;
  font-weight: 500;
  padding-left: 0
}

.user_cart .actual_cart table th:first-child {
  padding-left: 12px
}

.user_cart .actual_cart table td {
  border: 2px solid #e8e8e8
}

.user_cart .actual_cart table td p {
  color: #464646;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px
}

.user_cart .actual_cart table td p span,
.user_cart .actual_cart table td p+p {
  text-transform: uppercase;
  font-size: .85714rem;
  font-weight: 400
}

#PERSONAL_COUNTRY-styler {
  z-index: 0 !important;
}

.user_cart .actual_cart table td p span {
  color: #7b7bc5
}

.user_cart .actual_cart table td .s_btn {
  margin-left: 0;
  display: block;
  text-align: center;
}

.user_cart .actual_cart table .price {
  color: #404040;
  font-size: 24px;
  font-weight: 500
}

.user_cart .actual_cart table .price i {
  color: #7b7bc5
}

.user_cart .delivery li {
  font-size: 0;
  display: inline-block;
  text-align: center;
  width: 33%;
  margin: 0;
  vertical-align: top
}

.user_cart .delivery li label {
  display: block;
  color: #616161;
  font-size: 1rem;
  font-weight: 500
}

.user_cart .delivery li label:before {
  margin: 0 auto;
  display: block
}

.user_cart .delivery li label img {
  display: block;
  margin: 12px auto 20px
}

.user_cart #tabs>div {
  padding: 15px 20px 20px
}

.user_cart #tabs>div p {
  color: #2d2d2d;
  font-size: .85714rem;
  font-weight: 500
}

.user_cart .total_block {
  border: none;
  background: inherit;
  text-align: right;
  float: right;
  margin-bottom: 63px
}

.popup_item .total_block,
footer .social {
  text-align: center
}

.user_cart .total_block p {
  color: #404040;
  font-size: 1.28571rem;
  font-weight: 400;
  margin-bottom: 10px
}

.user_cart .total_block p span {
  margin-left: 12px;
  color: #404040;
  font-size: 2.57143rem;
  font-weight: 500;
  text-transform: uppercase
}

.user_cart .total_block p i {
  color: #7b7bc5;
  font-size: 2.42857rem;
  margin-left: 7px
}

.user_cart .total_block a {
  display: inline-block;
  margin: 0;
  width: auto
}

.user_cart .total_block a:last-child {
  margin-left: 15px
}

.popup_item .total_block p {
  text-align: center;
  font-size: 1.71429rem;
  color: #121212;
  font-weight: 400;
  margin-bottom: 20px
}

.popup_item .total_block p a {
  font-size: 1.71429rem;
  color: #7777be;
  font-weight: 500;
  text-decoration: underline
}

.popup_item .total_block p+p {
  color: #404040;
  font-size: 1.28571rem;
  font-weight: 400
}

.popup_item .total_block p+p span {
  color: #404040;
  font-size: 2.57143rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 12px
}

.popup_item .total_block p+p i {
  color: #7b7bc5;
  font-size: 2.42857rem;
  margin-left: 7px
}

.popup_item .b_btn {
  width: auto;
  margin: 0 auto;
  display: inline-block
}

footer {
  background-color: #2b2b2b;
  padding: 24px 0 50px
}

footer .logo {
  display: block;
  margin-top: 20px
}

footer ul h4 {
  color: #fff;
  text-decoration: underline;
  font-size: 1.28571rem;
  font-weight: 500
}

footer ul li a {
  color: #fff !important;
  font-size: .85714rem;
  font-weight: 400;
  text-decoration: none
}

footer ul li a:hover {
  color: #9797d2 !important;
  text-decoration: underline
}

footer .social {
  margin: 45px 0;
  font-size: 0
}

footer .social a {
  display: inline-block;
  border-radius: 50%;
  color: #2b2b2b;
  line-height: 36px;
  width: 36px;
  margin-right: 25px
}

footer .social a:last-child {
  margin-right: 0
}

footer .social a.fb {
  background-color: #0c469e;
  font-size: 1.14286rem
}

footer .social a.gplus {
  background-color: #ff3b27;
  font-size: 1.14286rem
}

footer .social a.vk {
  background-color: #2a90f8;
  font-size: 1.14286rem
}

footer .social a.whatsApp {
  background-color: #1eff00;
  font-size: 1.14286rem
}

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

  .navigates .next,
  .navigates .prev {
    position: absolute;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background-color: rgba(232, 232, 232, .21);
    width: 35px;
    line-height: 33px;
    color: black;
    top: 50%;
    text-align: center;
    font-size: 29px
  }

  .navigates .prev {
    left: 0%;
  }

  .navigates .next {
    right: 0%;
  }

  /*.navigates {*/
  /*  position: relative*/
  /*}*/

  /*.navigates .next,*/
  /*.navigates .prev {*/
  /*  position: static;*/
  /*  background-color: rgba(31, 31, 31, .21);*/
  /*  color: #252222;*/
  /*  display: block;*/
  /*  float: left*/
  /*}*/

  /*.navigates .next {*/
  /*  float: right*/
  /*}*/

  .user_cart .actual_cart table .price {
    font-size: 16px;
    width: 61px;
  }
}

@media only screen and (max-width:1200px) {
  /* .mini-shedule_pzf {
    margin-left: 10.4%;
  } */

  .b_btn,
  .big_item .menu a {
    font-size: .92857rem
  }

  .menu_bar .menu a {
    padding: 0 10px
  }

  .b_btn,
  .topbar .menu li a {
    padding: 0 5px
  }

  footer .social a {
    margin-right: 10px
  }

  .user_cart .delivery li label span {
    line-height: 20px;
    display: block;
    font-size: .92857rem;
    height: 65px
  }

  aside .filtr .name_filtr {
    width: 40px
  }

  .big_item .menu a {
    padding: 0 3px
  }
}

@media only screen and (max-width:992px) {
  .gifwrap_pzf {
    width: 257px;
    margin: 0 auto 20px;
  }

  .topbar a.tel {
    font-size: 1rem
  }

  footer .social a {
    margin-right: 30px
  }

  .contacts>.row {
    display: block
  }
}

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

  #slider .item,
  .logo,
  .topbar .menu {
    text-align: center
  }


  .logo {
    display: block
  }

  .topbar a.tel {
    line-height: 15px
  }

  #slider .item .title {
    padding-top: 20px;
    line-height: 48px;
    display: block;
    float: none
  }

  #slider .item .sub_title {
    padding-bottom: 30px;
    padding-top: 15px;
    display: block;
    float: none
  }

  #slider .item img {
    margin: 0 auto
  }

  #slider .owl-dots {
    bottom: 30px
  }

  .category_grid .grid_container .item {
    width: 50%
  }

  .menu_bar .menu {
    display: none
  }

  .small_grid .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .small_grid .flex a {
    margin: 10px 20px
  }

  footer {
    padding-bottom: 0
  }

  footer .logo {
    display: block;
    margin-top: 0;
    margin-bottom: 15px
  }

  .sort_block .sortby {
    width: auto
  }

  .card_mini_wrapper {}

  .actual_cart th {
    display: none !important
  }

  .actual_cart td,
  .actual_cart tr {
    display: block;
    width: 100%;
    max-width: 100% !important
  }

  .actual_cart td {
    border: none !important
  }

  .actual_cart td span {
    width: 100% !important
  }

  .actual_cart td span.cast {
    font-size: 14px !important
  }

  .actual_cart td span.cast:after {
    content: ' '
  }

  .actual_cart tr {
    border-bottom: 1px solid #e8e8e8
  }

  .actual_cart tr:last-child {
    border-bottom: none
  }

  .actual_cart img {
    margin: 0 auto
  }
}

@media only screen and (max-width:480px) {
  footer ul h4 {
    font-size: 1rem;
    margin-bottom: 5px
  }

  .menu li {
    margin: 0
  }

  .menu li ul {
    display: none;
  }

  .good_item {
    width: 100% !important
  }

  .card_mini {
    width: auto
  }

  .card.card_mini {
    width: 260px;
  }

  .card_mini .description {
    height: auto
  }
}

@media only screen and (min-width:768px) {
}
.slicknav_menu {
  display: none
}

.big_item .image .sub_img a img {
  max-height: 106px;
  width: auto;
}

.big_item .image .sub_img a:nth-child(3n) {
  margin: 0 0 10px 0;
}

form.sort_form {
  overflow: visible;
}

.user_info input {
  margin: 0;
}

.user_cart .user_info table td {
  vertical-align: middle;
}

.card .inner1 .name .sort_block .sortby {
  z-index: 19 !important;
}

.confim_controls {
  display: inline-block;
  margin: 0 0 0 20px;
}

.inp__r {
  width: auto;
  display: inline;
}

#catalog_ajax_container .pagination {
  float: right;
  margin: 0px;
}

@font-face {
  font-family: helveticabold;
  font-display: swap;
  src: local('HelveticaNeueCyr-Bold'), url(/local/templates/.default/css/../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.otf) format("opentype");
  font-weight: 400;
  font-style: swap;
}


.text_block {
  clear: both;
  margin-top: 0px;
}

.text_block td {
  border: solid black 1px;
}

.text_block th {
  text-align: center;
  border: solid black 1px;
}

#catalog_ajax_container .pagination {
  margin: 0 0 20px 0;
}

.big_item .tabs ul {
  list-style: disc;
  margin: 0 0 0 30px;
}

.content ul {
  list-style: disc;
  margin: 0 0 0 30px;
}

#slider .item {
  min-height: 344px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}


.toreg {
  margin: 15px 0 0 0;
  display: none;
}

@media (max-width: 1200px) {
  .big_item .item_info .count_block {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sort_block .sortby {
    width: 121px;
  }

}









.error {
  border: 1px red solid !important;
}

.ord__table tr td:first-child {
  padding: 10px 10px 0 0;
}

.ord__table td {
  padding: 0 0 30px 0;
  vertical-align: top;
}

.ord__table input {
  margin: 0px;
}

.ord__table .jq-selectbox {
  margin: 0px !important;
}

.contacts .item .contacts_list em.fa-phone {
  margin: 0px;
  font-size: 14px;
}

.contacts .i_wrap {
  margin: 0 9px 0 0;
}

.form label {
  line-height: normal;
}

.form .jq-selectbox {
  width: auto;
  display: block !important;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 10px 0;
  background: #fff;
}

.form .b_btn {
  margin: 0;
  width: 100%;
}

.info-tab {
  width: 100%;
}

.road {
  display: none;
}

.road.open {
  display: block;
}

.card .image {
  padding: 5px;
  text-align: center;
}



.big_item .item_info .price_block {
  min-width: 110px;
}

.big_item .buttonSend {
  display: block;
  border: 0;
  background: none;
  margin: 0 0 10px 0;
}

.card .inner1 {
  position: relative;
  margin: -2px -32px;
  border: 0px;
}

.owl-stage-outer .card .inner1 {
  margin: 0;
}

.card .inner1 .inner_wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  margin: -6px -6px 0 -6px;
  border: 0px;
  padding: 0 0 2px 0;
}

.card .inner1 .table_cont tr td:last-child {
  white-space: nowrap;
}

.card .inner1 .table_cont td {
  padding: 0 5px;
}


#popular-goods .good_item {
  max-width: 300px;
  /*margin: 0 auto;*/
}

.big_item .item_info .acrticle_select {
  float: none !important;
  width: 100%;
  margin: 0 0 30px 0;
}



#g__sl1 .owl-nav {
  height: 35px;
}

#g__sl1 .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  background: url('/local/templates/.default/css/../img/prev.png');
}

#g__sl1 .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  position: absolute;
  left: 40px;
  background: url('/local/templates/.default/css/../img/next.png');
}

#g__sl2 .owl-nav {
  height: 35px;
}

#g__sl2 .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  background: url('/local/templates/.default/css/../img/prev.png');
}

#g__sl2 .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  position: absolute;
  left: 40px;
  background: url('/local/templates/.default/css/../img/next.png');
}

.tbl td {
  border: 1px solid #000;
  padding: 5px 10px;
}

.has_cild2,
.has_cild2 a {
  text-align: left !important;
}






.main_img {
  position: relative;
}

.main_img .skidka {
  position: absolute;
  top: -10px;
  left: -10px;
  background: url('/local/templates/.default/css/../images/skidka.png');
  z-index: 6;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.card .inner0 .skidka {
  position: absolute;
  top: -10px;
  left: -10px;
  background: url('/local/templates/.default/css/../images/skidka.png');
  z-index: 6;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

h1.page_title {
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}



.brend__block {
  margin: 0 0 35px 0;
  padding: 30px 15px 10px 15px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.brend__block p {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 0;
}

.brend__block .more {
  position: relative;
  display: none;
  z-index: 2;
  vertical-align: middle;
  float: right;
  margin: 15px 0 0 0;
}

.brend__block .more.dsp {
  display: none;
}

.brend__block .svernut {
  width: 80px;
  display: none;
  margin: -55px 0 35px auto;
  position: relative;
  z-index: 2;
}

.brend__block .brends {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 -60px 0 -90px;
  padding: 0 30px 0 90px;
  width: 100%;
  text-align: center;
  min-height: 51px;
  overflow: hidden;
}

.brend__block .brends .br {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 20px 15px;
  text-align: center;
}

.brend__block .brends a {
  vertical-align: middle;
  display: inline-block;
}

.brend__block .brends a img {
  max-height: 51px;
}

.brend__block .brends a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

@media screen and (max-width:767px) {
  .top_category_menu li {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .top_category_menu li {
    width: 50%;
  }
}

.brend__block .brends a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
  /* IE 6-9 */
}





.aside_menu.m2 {
  position: relative;
  z-index: 21;
}

.aside_menu.m2 li {
  z-index: 22;
  border-radius: 0px;
  border: 0px solid #eaeaea;
  background-color: #fff;
  margin-bottom: 0px;

}

.aside_menu.m2 li a {
  position: relative;
  z-index: 22;
  display: block;
  line-height: 52px;
  padding: 0 15px 0 80px;
  margin: 0px;
  text-align: left;
  color: #3b3b57;
  text-transform: uppercase;
  font-size: 14px;
  font-family: helveticabold;

  z-index: 22;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  margin-bottom: 5px;

}

.aside_menu.m2 li.has_child a:after {
  float: right;
  font-size: 28px;
  color: #7777be;
  font-weight: 400;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: none;
}

.aside_menu.m2 li a:hover {
  background-color: #efefef;
}

.aside_menu.m2 li a:hover:after {
  display: block;
}


.aside_menu.m2 li.ico8987 a {
  background-image: url('/local/templates/.default/css/../images/ico8987.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}


.aside_menu.m2 li.has_child.active>a {
  background-color: #7777be;
  color: #fff;
}

.aside_menu.m2 li.has_child.active a:after {

  color: #fff;

  display: block;
}





.aside_menu.m2 li.has_child.open .submenu.lev2 {
  display: block;
}


.aside_menu.m2 li.has_child .submenu li {
  margin: 0;
  border: 0;
}


.aside_menu.m2 li.has_child .submenu li a:hover:after {
  display: none;
}



.aside_menu.m2 li.has_child.open .submenu.lev2 li a {
  background: none;
  display: block;
  line-height: normal;
  padding: 0 0px 0 0px;
  margin: 0px 0 8px 0;
  text-decoration: underline;
  text-align: left;
  color: #3b3b57;
  text-transform: uppercase;
  font-size: 14px;
  font-family: helveticabold;
  border: 0px !important;
}

.aside_menu.m2 li.has_child.open .submenu.lev2 li a:hover {
  text-decoration: none;
}




.aside_menu.m2 li.has_child.open .submenu.lev2 li .submenu.lev3 {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}

.aside_menu.m2 li.has_child.open .submenu.lev2 li .submenu.lev3 li a {
  text-decoration: underline;
  color: #5858aa;
  text-transform: none;

}

.aside_menu.m2 li.has_child.open .submenu.lev2 li .submenu.lev3 li a:hover {
  text-decoration: none;
}


.postupl_success {
  text-align: center;
}




.cart_history .history-cont {
  padding: 15px 30px;
}

.cart_history .tovar1 {
  margin: 0 0 20px 0;
  width: 100%;
}

.cart_history .tovar1 td {
  padding: 5px 15px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
}

.cart_history .tovar1 tr td.name {
  width: 60%;
}

.cart_history .tovar1 tr td.foto {
  width: 120px;
}

.cart_history .hist-item {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

.cart_history .tovar1 td img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  max-height: 80px;
}

.cart_history .tovar1 td span {}

.tbl-s {
  display: none;
}


.user_cart .user_info .pass tr td:first-child {
  width: 200px;
}






@media (max-width: 1200px) {
  .aside_menu.m2 li a {
    padding: 0 5px 0 60px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  #slider .item {
    min-height: 386px;
  }

  .aside_menu.m2 li.has_child .submenu.lev2 {
    width: 100%;
    padding: 20px 20px 20px 20px;
    position: relative;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .aside_menu.m2 li a {
    padding: 0 15px 0 80px;
    font-size: 14px;
  }



  .aside_menu.m2 li.open a {
    background-color: #efefef;
  }

  .aside_menu.m2 li.has_child.open a:after {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .aside_menu.m2 li.has_child.open .submenu.lev2 li a:after {
    display: none;
  }

  .aside_menu.m2 li.has_child.open .submenu.lev2 li .submenu.lev3 li a:after {
    display: none;
  }

  .aside_menu.m2 li a:hover:after {
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .aside_menu.m2 li.has_child .submenu.lev2 {
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .col-md-3 .aside_menu.m2 {
    display: none;
  }

  .aside_menu.m2.open {
    display: block;
  }
}

@media (max-width: 767px) {
  #slider .item {
    min-height: 507px;
  }

  .wind_sputnik {
    margin: 0 0 0 -150px !important;
    top: 25% !important;
  }

  form input[type=text] {
    font-size: 11px;
    line-height: 35px;
    padding: 0 10px;
    font-family: Tahoma, sans-serif;
  }
}

@media (max-width:600px) {

  .scroll-600_pzf {
    overflow-x: scroll;
  }
}

.brend__block .brends {
  height: 56px;
}


.delivery_res {
  display: none;
}

.delivery_res,
.alert-danger {
  color: #8a6d3b;
  font-weight: bold;
  position: relative;
  left: 0px;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  padding-left: 10px;
  padding-bottom: 10px;
  background: #fcf8e3;
  font-size: 14px !important;
}

.delivery_res.red {
  color: #f00;
  font-size: 18px !important;
}

.mobile-display {
  display: none !important;
}

.log-m2 {
  display: none !important;
}

@media (max-width: 480px) {

  .card .inner1 {
    margin: 0;
  }

  .toreg {
    display: block;
  }

  .user_cart .user_info .pass tr td:first-child {
    width: 150px;
  }

  .log-n a {
    display: block;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 32px !important;
  }

  .log-n {
    padding: 11px 10px 4px 10px !important;
  }

  .log-m2 {
    display: block !important;
  }

  .top_category_menu li {
    width: auto;
    display: inline-block;
    margin: 0 0 6px 0;
  }

  #slider {
    display: none;
  }

  .top_category_menu ul li a {
    height: auto;
    padding: 8px 8px;
    font-size: 14px;
    text-transform: none;
    text-align: left;
  }

  .big_item .propertys td {
    white-space: normal !important;
    width: auto !important;
    padding: 0 5px;
    line-height: 18px;
  }

  [class*=modal] .big_item {
    padding: 25px;
  }

  .big_item .b_btn.collapse {
    float: none;
    margin: 0px;
  }

  .sort_block {
    float: none;
    margin: 0 0 15px 0;
  }

  #catalog_ajax_container .pagination {
    float: none;
    margin: 0 0 15px 0;
  }

  #catalog_ajax_container .pagination ul a.s_btn {
    float: none;
    margin: 5px 0 0 0;
  }

  .brend__block p {
    display: block !important;
    margin: 0 0 15px 0 !important;
    text-align: left;
  }

  .brend__block .brends {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .brend__block {
    padding: 10px !important;
    text-align: center;
  }

  .brend__block .more {
    float: none;
    margin: 15px auto;
    width: 50px;
  }

  .brend__block .svernut {
    display: inline-block;
    float: none;
    margin: 15px auto;
  }



  footer ul {
    display: none;
  }

  footer {
    background-color: #2b2b2b;
    padding: 20px 0 34px 0;
  }

  .mobile-display {
    display: block !important;
  }

  footer .logo {
    display: none;
  }

  footer .social {
    margin: 18px 0 0 0;
  }


  footer .footer-conts .phone {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 25px 0;
  }

  footer .footer-conts .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  footer .footer-conts .col-xs-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  footer .footer-conts .email {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 0 0 0 27px;
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: normal;
    background-image: url('/local/templates/.default/css/../img/email.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  footer .footer-conts .skype {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 0 0 0 27px;
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: normal;
    background-image: url('/local/templates/.default/css/../img/skyp.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  footer .footer-conts .grafik {
    display: block;
    color: #fff;
    ine-height: 20px;
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: normal;
  }

  .category_grid .grid_container {
    padding: 15px 15px;
    background: #fff;
  }

  .category_grid .grid_container .item {
    width: 49%;
    margin: 0 2% 3px 0;
    padding: 0 15px;
    height: 48px;
    border-radius: 5px;
    background-color: #7777be;
    position: relative;
    text-align: left;
    overflow: hidden;
  }

  .category_grid .grid_container .item:hover {
    background-color: #6179a8;
  }

  .category_grid .grid_container .item:nth-child(2n) {
    margin: 0 0 3px 0;
  }

  .category_grid .grid_container .item .svg_cont {
    background: none !important;
    box-shadow: none !important;
    border: 0;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .category_grid .grid_container .item svg {
    opacity: 0.1;
  }

  .category_grid .grid_container .item.g1 .svg_cont {
    top: 7px;
    right: -5px;
  }

  .category_grid .grid_container .item.g1 svg {
    height: 60px;
  }

  .category_grid .grid_container .item.g2 .svg_cont {
    top: 5px;
    right: -10px;
  }

  .category_grid .grid_container .item.g2 svg {
    height: 50px;
  }

  .category_grid .grid_container .item.g3 {
    background: #567ba9;
  }

  .category_grid .grid_container .item.g3 .svg_cont {
    top: 8px;
    right: 7px;
  }

  .category_grid .grid_container .item.g3 svg {
    height: 75px;
  }

  .category_grid .grid_container .item.g4 .svg_cont {
    top: 3px;
    right: -30px;
  }

  .category_grid .grid_container .item.g4 svg {
    height: 40px;
  }

  .category_grid .grid_container .item.g5 .svg_cont {
    top: 3px;
    right: -20px;
  }

  .category_grid .grid_container .item.g5 svg {
    height: 62px;
  }

  .category_grid .grid_container .item.g6 .svg_cont {
    top: 10px;
    right: -10px;
  }

  .category_grid .grid_container .item.g6 svg {
    height: 55px;
  }

  .category_grid .grid_container .item.g7 .svg_cont {
    top: 8px;
    right: -10px;
  }

  .category_grid .grid_container .item.g7 svg {
    height: 45px;
  }

  .category_grid .grid_container .item.g8 .svg_cont {
    top: 5px;
    right: -20px;
  }

  .category_grid .grid_container .item.g8 svg {
    height: 45px;
  }

  .category_grid .grid_container .item.g9 .svg_cont {
    top: 8px;
    right: -20px;
  }

  .category_grid .grid_container .item.g9 svg {
    height: 45px;
  }

  .category_grid .grid_container .item.g10 .svg_cont {
    top: 5px;
    right: 0px;
  }

  .category_grid .grid_container .item.g10 svg {
    height: 75px;
  }

  .category_grid .grid_container .item.g11 .svg_cont {
    top: 10px;
    right: -5px;
  }

  .category_grid .grid_container .item.g11 svg {
    height: 45px;
  }

  .category_grid .grid_container .item.g12 {
    background: #567ba9;
  }

  .category_grid .grid_container .item.g12 .svg_cont {
    top: 7px;
    right: -15px;
  }

  .category_grid .grid_container .item.g12 svg {
    height: 50px;
    fill: #fff;
  }





  .mobile-none {
    display: none !important;
  }

  .category_grid .grid_container .item span {
    padding-top: 0;
    font-size: 14px;
    line-height: 16px;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    top: 50%;
    left: 15px;
    right: 15px;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }


  .topbar {
    padding: 10px 0 0 0;
  }

  /* .mini-shedule_pzf {
    background: #eeeeee;
    margin: 0;
    text-align: right;
    padding: 0 15px;
    line-height: 14px;
    color: #3a3b58;
    font-size: 10px;
    float: none;
    position: relative;
    z-index: 2;
  } */

  .topbar .logo {
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
    z-index: 2;
  }

  .topbar .col-xs-6 {
    float: none;
    width: auto;
  }

  .topbar .col-xs-12 {
    width: auto;
  }

  .topbar .col-xs-12.w100 {
    width: 100%;
  }

  .topbar .col-xs-6.tar {
    text-align: left;
    padding: 5px 0 0 0;
  }

  .topbar a.tel {
    display: block;
    margin: 0 0 2px 0px;
    color: #353650;
    font-size: 15px;
    line-height: 15px;
    text-shadow: none;
    font-weight: normal;
  }

  .topbar .menu {
    text-align: left;
    margin: 0 -15px;
    background: #7d7dc7;
    height: 48px;
  }

  .slicknav_menu {
    padding: 0;
  }

  .slicknav_menu .slicknav_btn {
    border-radius: 0px;
    position: fixed;
    right: 15px;
    top: 24px;
    z-index: 100;
    margin: 0;
    width: 32px;
    height: 30px;
    background-color: transparent;
    background-image: url('/local/templates/.default/css/../img/mmm.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .slicknav_btn .slicknav_menutxt,
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  .menu_bar {
    position: fixed;
    top: 124px;
    left: 0;
    right: 0;
    z-index: 52;
  }

  header {
    z-index: 50;
    height: 124px;
  }

  .subheader-pzf {
    height: 170px;
  }

  .slicknav_menu ul {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
  }

  .topbar .menu li {
    display: block;
    float: right;
    padding: 8px 10px 8px 10px;
    border-left: 1px solid #5a5b89;
  }

  .ord__table .jq-selectbox {
    z-index: 5 !important
  }

  .ord__table,
  .ord__table tbody,
  .ord__table tr,
  .ord__table td {
    display: block;
    width: 100%;
  }

  .ord__table td {
    padding: 0 0 10px 0;
  }

  .topbar .menu .lgn span,
  .menu .lgn i,
  .menu .crt span,
  .menu .crt i {
    display: none;
  }

  .topbar .menu .lgn {
    width: 26px;
    height: 26px;
    background-image: url('/local/templates/.default/css/../img/lgn.png');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    box-shadow: none !important;
  }

  .log-m2 {
    display: block;
    font-size: 12px !important;
    line-height: 12px !important;
    color: #fff !important;
  }

  .fix-form_pzf.oneclick_btn.b_btn {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    box-shadow: none !important;
    background-image: url('/local/templates/.default/css/../img/bb.png');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .topbar .menu .crt {
    position: relative;
    width: 26px;
    height: 26px;
    background-image: url('/local/templates/.default/css/../img/crt.png');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    box-shadow: none !important;
  }

  .topbar .menu .crt span.count {
    display: block;
    position: absolute;
    top: -6px;
    right: -9px;
    width: 18px;
    height: 18px;
    background: #21775f;
    border-radius: 50%;
    padding: 0;
    margin-right: 0px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
  }

  .fix-form_pzf.oneclick_btn2.b_btn {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    box-shadow: none !important;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left center;
  }


  aside {
    display: none;
  }

  .menu li.c-menu {
    float: left;
    border: 0;
  }

  .menu li.c-menu .slicknav_menu .slicknav_btn {
    position: relative;
    top: 0;
    right: 0;
    background: none;
    height: 32px;
    line-height: 32px;
    width: 75px;
  }

  .menu li.c-menu .slicknav_menu .slicknav_btn .slicknav_menutxt {
    display: block;
    padding: 0 0 0 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-shadow: none;
    background-image: url('/local/templates/.default/css/../img/mm.png');
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .aside_menu.m2 .submenu {
    display: block;
  }

  .aside_menu.m2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #7d7dc7;
  }

  .aside_menu.m2 li {
    float: none;
    padding: 0 15px;
  }

  .aside_menu.m2 li {
    background: none;
  }

  .aside_menu.m2 li a {
    padding: 0;
    background: none !important;
    margin: 0;
    line-height: normal;
    color: #fff;
    padding: 5px 10px;
    margin: 2px 5px;
    border: 0;
  }

  .aside_menu.m2 ul {
    padding: 15px 0;
  }

  .aside_menu.m2 li ul {
    display: none !important;
  }

  .aside_menu.m2 li a:hover {
    color: #17755c;
  }

  .aside_menu.m2 li.has_child2 a {
    color: #17755c;
  }

  .cart_history .tovar1,
  .cart_history .tovar1 tbody,
  .cart_history .tovar1 tr,
  .cart_history .tovar1 td {
    display: block;
    width: 100% !important;
    text-align: center;
    border: 0;
  }

  .cart_history .tovar1 .heads {
    display: none;
  }

  .cart_history .tovar1 tr {
    border-bottom: 1px solid #e8e8e8;
  }

  .tbl-s {
    display: block;
    font-size: 11px;
    font-weight: bold;
  }
}

.contnice_pzf p {
  margin: 10px 0;
}

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

.contnice_pzf ul li {
  margin: 0 0 5px;
  padding: 0;
  list-style-type: circle;
}



.aquam p {
  margin-bottom: 10px;
}

.aquam ul {
  margin-bottom: 10px;
}

.aquam ol li {
  margin-bottom: 4px;
}

.aquam ol {
  margin-bottom: 10px;
  list-style-type: decimal;
  padding-left: 20px;
}

.bold {
  font-weight: bold;
}


.spiski_pzf ul,
.spiski_pzf ol {
  margin: 20px 0 20px 30px;
}

.spiski_pzf ol {
  list-style-type: decimal;
}

.spiski_pzf ul {
  list-style-type: disc;
}

.text_block ul li:before {
  content: none;
}

.text_block ul li {
  list-style-type: disc;
}

.big_item .tabs ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}

.text_block ul,
.text_block ol {
  margin-left: 30px;
}

.gifwrap_pza img {
  width: 257px;
}

.gifwrap_pza {
  margin: 0px auto;
  width: 267px;
}

.fonts p,
.fonts ul li {
  font-size: 15px !important;
}

.top_category_menu {
  margin-bottom: 20px;
}



.bold {
  font-weight: bold !important;
}

.article_fish h2:before {
  content: url(/local/templates/.default/css/../img/fish_article.png);
  position: relative;
  right: 7px;
  top: 5px;
}

.article_cat h2:before {
  content: url(/local/templates/.default/css/../img/cat_article.png);
  position: relative;
  right: 7px;
  top: 5px;
}

.article_dog h2:before {
  content: url(/local/templates/.default/css/../img/dog_article.png);
  position: relative;
  right: 7px;
  top: 5px;
}

.article_lizard h2:before {
  content: url(/local/templates/.default/css/../img/lizard_article.png);
  position: relative;
  right: 7px;
  top: 5px;
}

.article_mouse h2:before {
  content: url(/local/templates/.default/css/../img/mouse_article.png);
  position: relative;
  right: 7px;
  top: 5px;
}

.article_bird h2:before {
  content: url(/local/templates/.default/css/../img/bird_article.png);
  position: relative;
  right: 7px;
  top: 5px;
}

.article_style h2 {
  padding-top: 15px;
}

.article_style p {
  margin-top: 15px;
}

.article_style ul {
  list-style: none;
}

.article_style li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  position: relative;
  top: -1px;
  border-radius: 50%;
  background: #7979c5;
  display: inline-block;
}

.article_style span {
  background: #ff2963;
  color: #fff;
  padding: 5px;
  font-style: normal;
}

.article_style img {
  margin: 15px 20px;
  border-radius: 15px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .25);
}

.article_style .list_links1 {
  background: #ff2963;
  margin: 15px 0;
  text-align: center;
}

.article_style .list_links1 h3 {
  color: #fff;
}

.article_style .list_links1 a {
  background: #ff2963;
  margin-right: 0.5%;
  border: 2px solid #fff;
  padding: 2px 10px;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 2%;
  color: #fff;
}

.article_style .list_links1 a:hover {
  background: #fff;
  color: #ff2963;
  transition: all 0.3s ease 0s;
}

.article_style .list_links2 {
  text-align: center;
  margin: 15px 0;
}

.article_style .list_links2 h3 {
  color: #333;
}

.article_style .list_links2 a {
  margin-right: 5%;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 2%;
}

.article_style .list_links2 a:before {
  content: url(/local/templates/.default/css/../img/article_mark.png);
  position: relative;
  right: 3px;
  top: 5px;
}


.article_style table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  vertical-align: middle;
  margin-top: 20px;
}

.article_style table th,
.article_style table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

article_style table tr th:first-child {
  text-align: left;
}

.error_message {
  color: red;
  margin-bottom: 10px;
}


.priceAndControl {
  display: block;
}

.cursive {
  font-family: cursive;
}

.offerName {
  width: 100px;
}

.popup-window-buttons>span:nth-child(2) {
  display: none;
}


@media (min-width: 991px) {
  header .aside_menu.m2>.submenu .submenu{
    transition: none;
  }
  .aside_menu.m2>.submenu .submenu {
    min-height: 100%;
    opacity: 1;
    top: 0;
    position: absolute;
    z-index: 20;
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  }

  .aside_menu.m2>.submenu>li:hover .submenu.lev2 {
    left: 0;
    min-width: 570px;
    padding: 0px 0px 0px 248px;
    display: block;
  }

  .aside_menu.m2 .lev2 li a {
    padding: 0 15px;
    font-size: 11px;
    line-height: 34px;
    white-space: nowrap;
  }

  .lev2>li:hover .lev3 {
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    padding: 0px 0px 0px 0px;
    background: #FFF;
  }

  .lev2>li:hover .lev3 a {
    margin-left: 55px;
  }

  .lev3 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .aside_menu.m2>.submenu>li:hover .submenu.lev2 {
    min-width: 670px;
    padding: 0px 0px 0px 325px;
  }
}

/*@media (max-width: 991px) {*/

/*  .aside_menu.m2 li.has_child .submenu.lev2 {*/
/*    height: auto;*/
/*    opacity: 1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 1170px;*/
/*    display: none;*/
/*    position: absolute;*/
/*    z-index: 20;*/
/*    background: #fff;*/
/*    -webkit-transition: all 1s;*/
/*    transition: all 1s;*/
/*    padding: 50px 50px 50px 325px;*/
/*    border-radius: 3px;*/
/*    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);*/

/*    -webkit-column-width: 33, 3%;*/
/*    -moz-column-width: 33, 3%;*/
/*    column-width: 33, 3%;*/
/*    -webkit-column-count: 3;*/
/*    -moz-column-count: 3;*/
/*    column-count: 3;*/
/*    -webkit-column-gap: 50px;*/
/*    -moz-column-gap: 50px;*/
/*    column-gap: 50px;*/

/*  }*/
/*  .aside_menu.m2 li.has_child .submenu li a {*/
/*    background: none;*/
/*    display: block;*/
/*    line-height: normal;*/
/*    padding: 0 0px 0 0px;*/
/*    margin: 0px;*/
/*    text-align: left;*/
/*    color: #3b3b57;*/
/*    text-transform: uppercase;*/
/*    font-size: 14px;*/
/*    font-family: helveticabold;*/
/*    border: 0px !important;*/
/*  }*/

/*}*/
.text_block.about.open th, .text_block.about.open td {
	padding:5px 
}
.text_block.about.open table {
	
}
.text_block.about.open td a {
font-size:100%;
color:unset;
}
/* Стили для бренда  */
.container.brand-content:after,
.container.brand-content:before,
.small_grid.brand-main .container:after,
.small_grid.brand-main .container:before,
.small_grid.color-main .container:after,
.small_grid.color-main .container:before {
  display: none;
}
.container.brand-content{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 15px;
  justify-content: flex-start;
}
/* @media screen and (max-width:760px){
  .container.brand-content{
    width: 590px;
    margin: 0 auto;
  }
}
@media screen and (max-width:620px){
  .container.brand-content {
    padding: 0 15px;
  }
}
@media screen and (max-width:615px){
  .container.brand-content{
    width: 490px;
  }
}
@media screen and (max-width:510px){
  .container.brand-content{
    width: 490px;
  }
} */
.container .brand_list .brand-filter a {
  color: #3B3B57;
  margin-right: 5px;
  font-size: 12px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: Bold;
  padding:5px;
  display: inline-flex;
}
.container.brand-content .logo-brand,
.container.color-content .logo-color,
.small_grid.brand-main .container > .logo-brand,
.small_grid.color-main .container > .logo-color {
  display: flex;
  flex-direction: column;
  width: calc((100%/8) - 10px);
  height: 110px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  transition: .3s;
  padding: 20px 15px;
  border-radius: 7.62862px;
  text-align: center;
}
/*Royal canin*/
.section{
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

.section.section--red{
  background-color: #F24141;
  color: white;
}

.section .container{
  width: 100%;
  margin: auto;
}

@media (max-width: 1176px) {
  .container{
    width: 100%;
  }
}

.header-logo{
  text-align: center;
}

.elements{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

a, a:active, a:hover, a:visited{
  text-transform: none;
  text-decoration: none;
  color: inherit;
}

.elements .element{
  max-width: 200px;
  margin: 10px;
  transition: all 0.3s ease;
}

.elements a.element:hover, .elements .element .element__button:hover{
  transform: scale(0.95);
}

.element .element__image img{
  width: 100%;
}

.element .element__text{
  padding-top: 10px;
  font-weight: 600;
  color: #F24141;
}
.col-md-6.col-sm-6.col-lg-6.col-xs-12.filter_submit{
	width: 100%;
}
.element .element__button{
  transition: all 0.3s ease;
  height: 35px;
  background-color: gray;
  text-align: center;
  vertical-align: middle;
  padding: 25px 10px;
  margin-top: 10px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  font-size: 0.6em;
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
}
.element .element__button a{
  width: 100%;
	font-size: 13px;
}

@media screen and (max-width:1220px){
  .container.brand-content .logo-brand,
  .container.color-content .logo-color,
  .small_grid.brand-main .container > .logo-brand,
  .small_grid.color-main .container > .logo-color {
  width: calc((100%/7) - 10px);
  }
  .small_grid.brand-main .container > .logo-brand:nth-child(7), .small_grid.brand-main .container .lvl2:nth-child(7),
  .small_grid.color-main .container > .logo-color:nth-child(7), .small_grid.color-main .container .lvl2:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width:992px){
  .container.brand-content .logo-brand,
  .container.color-content .logo-color,
  .small_grid.brand-main .container > .logo-brand,
  .small_grid.color-main .container > .logo-color {
  width: calc((100%/6) - 10px);
  }
  .small_grid.brand-main .container > .logo-brand:nth-child(6), .small_grid.brand-main .container .lvl2:nth-child(6),
  .small_grid.color-main .container > .logo-color:nth-child(6), .small_grid.color-main .container .lvl2:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width:800px){
  .container.brand-content .logo-brand,
  .container.color-content .logo-color,
  .small_grid.brand-main .container > .logo-brand,
  .small_grid.color-main .container > .logo-color {
  width: calc((100%/5) - 10px);
  }
  .small_grid.brand-main .container > .logo-brand:nth-child(5), .small_grid.brand-main .container .lvl2:nth-child(5),
  .small_grid.color-main .container > .logo-color:nth-child(5), .small_grid.color-main .container .lvl2:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width:700px){
  .container.brand-content .logo-brand,
  .container.color-content .logo-color,
  .small_grid.brand-main .container > .logo-brand,
  .small_grid.color-main .container > .logo-color {
  width: calc((100%/4) - 10px);
  }
  .small_grid.brand-main .container > .logo-brand:nth-child(4), .small_grid.brand-main .container .lvl2:nth-child(4),
  .small_grid.color-main .container > .logo-color:nth-child(4), .small_grid.color-main .container .lvl2:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width:520px){
  .container.brand-content .logo-brand,
  .container.color-content .logo-color,
  .small_grid.brand-main .container > .logo-brand,
  .small_grid.color-main .container > .logo-color {
  width: calc((100%/3) - 10px);
  }
  .small_grid.brand-main .container > .logo-brand:nth-child(3), .small_grid.brand-main .container .lvl2:nth-child(3),
  .small_grid.color-main .container > .logo-color:nth-child(3), .small_grid.color-main .container .lvl2:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width:380px){
  .container.brand-content .logo-brand,
  .container.color-content .logo-color,
  .small_grid.brand-main .container .logo-brand,
  .small_grid.color-main .container .logo-color {
  width: calc((100%/2) - 10px);
  }
}
.container.brand-content .logo-brand:hover,
.container.brand-content .logo-brand:active,
.container.brand-content .logo-brand:focus,
.container.color-content .logo-color:hover,
.container.color-content .logo-color:active,
.container.color-content .logo-color:focus,
.small_grid.brand-main .container .logo-brand:hover,
.small_grid.brand-main .container .logo-brand:active,
.small_grid.brand-main .container .logo-brand:focus,
.small_grid.color-main .container .logo-color:hover,
.small_grid.color-main .container .logo-color:active,
.small_grid.color-main .container .logo-color:focus{
  background: #EAEAEA;
}

.container .brand_list .brand-filter .results-word {
  color: #3B3B57;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.container .brand_list .brand-filter a:hover,
.container .brand_list .brand-filter a:active,
.container .brand_list .brand-filter a:focus{
  color: #fff;
  background: #7777BE;
}
.container.brand-content .logo-brand span,
.container.color-content .logo-color span,
.small_grid.brand-main .container .logo-brand span,
.small_grid.color-main .container .logo-color span {
  visibility: hidden;
  transition: .3s;
  max-height: 0;
  opacity: 0;
  color: #8C8C8C;
}

.container.brand-content .logo-brand:hover span,
.container.color-content .logo-color:hover span,
.small_grid.brand-main .container .logo-brand:hover span,
.small_grid.color-main .container .logo-color:hover span {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
max-height: 50px;
color: #8C8C8C;
}
.small_grid.brand-main .container,
.small_grid.color-main .container{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 15px;
gap:10px;
}
.more-btn {
  padding: 7px 20px;
  background: #237c64;
  border-radius: 5px;
  color: white !important;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  align-self: center;
  margin:0 auto;
}
.filter_form{
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
.small_grid.brand-main,
.small_grid.color-main{
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 10px 0;
}

.main-filter .kombox-filter, .main-filter .main-filter_form, .main-filter .lvl1, .main-filter .kombox-combo, .main-filter .lvl2 {
  display: contents;
}
.main-filter .col-md-6.col-sm-6.col-lg-6.col-xs-12{
  display: none;
}

header .topbar .container .row .katalog {
  display: flex;
  align-items: center;
  position:relative;
  transition: none; 
}
header .topbar .container .row .katalog span {
  margin-left: 10px;
  font-style: normal;
font-weight: bold;
font-size: 11.8311px;
line-height: 12px;
color: #7D7DC7;
}
header .topbar .container .row .col-phone .bottom-phone img ,
header .topbar .container .row .col-phone .top-phone i {
  margin-right: 5px;
}
/* header .topbar .katalog-wrapper {
  display: none;
}
header .topbar .container .row .col-phone .bottom-phone,
header .topbar .container .row .col-phone .top-phone {
  display: none;
}
header .topbar .container .row .desktop_logo {
  display: none;
} */
/* @media screen and (min-width:480px){ */
  header .topbar .katalog-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height:47px
  }
  header .topbar .container .row .desktop_logo{
    display: block;
  }
  header .topbar .container .row .col-phone .bottom-phone,
  header .topbar .container .row .col-phone .top-phone {
    display: flex;
    align-items: center;
  }
/* } */
header .topbar .katalog_dropdown {
  opacity: 0;
  visibility: hidden;
  top: 0%;
  max-height: 0px;
  /* background: #7D7DC7; */
  /* width: 100%; */
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  transition: none;
  width:fit-content;
  /* overflow: hidden; */
}
.katalog_dropdown.aside_menu.m2 li a {
  transition: none;
}
/* header .topbar .katalog + .katalog_dropdown li {
  padding: 5px;
} */
/* header .topbar .katalog + .katalog_dropdown li a {
  color: white;
  font-weight: bold;
  font-size: 11.8311px;
  line-height: 12px;
  padding: 5px 10px;
} */
header .topbar .katalog-wrapper:hover + .katalog_dropdown,
header .topbar .katalog:hover + .katalog_dropdown,
header .topbar .katalog:active + .katalog_dropdown,
header .topbar .katalog:focus + .katalog_dropdown,
header .topbar .katalog_dropdown:hover {
  opacity: 1;
  visibility: visible;
  top: 100%;
  max-height: unset;
  /* background: #fff; */
}
header .topbar .katalog_dropdown > .submenu{
  width:fit-content;
  box-shadow: 0 0 30px rgb(0 0 0 / 13%);
  background: #fff;
}
/* .katalog_dropdown .lev2>li:hover .lev3 a {
  margin-left: 25px;
} */
.header_search {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.header_search .search {
  position: relative;
}
.header_search .search input {
  max-width: 170px;
  height: 36px;
  width: 100%;
  background: #F2F2F2;
  padding: 2px 5px 2px 35px;
  margin: 0;
  border-radius: 22px;
  color: #7D7DC7;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 91.8%;
  border: none;
  outline: none;
}
.header_search .search input::placeholder {
  color: #A9A9A9;
}
.header_search .search .search-icon {
  position: absolute;
  top: 20%;
  left: 5%;
}
.container .last_news .spiski_pzf .article_style {
height: 140px;
}
@media screen and (max-width:875px){
  .container .last_news .spiski_pzf .article_style {
    height: 180px;
    }
}
@media screen and (max-width:550px){
  .container .last_news .spiski_pzf .article_style {
    height: 200px;
    }
}
@media screen and (max-width:450px){
  .container .last_news .spiski_pzf .article_style {
    height: 230px;
    }
}
@media screen and (max-width:390px){
  .container .last_news .spiski_pzf .article_style {
    height: 260px;
    }
}

.container .last_news .spiski_pzf .article_style.openwindow {
  height: auto;
}
.container .last_news .spiski_pzf .article_style .dashbtn {
  margin: 20px 5px;
  display: flex;
  font-style: normal;
  font-size: 13px;
  border-bottom: 1px dashed #237C64;
  width: fit-content;
  color: #237C64;
  cursor: pointer;
}
.container .col-md-3 form .filter_params {
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
  background: white;
    
}
.container .col-md-3 form .filter_params .tittle-text{

  font-style: normal;
  font-weight: bold;
  font-size: 12.817px;
  line-height: 13px;
  color: #3B3B57;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 15px 5px 10px;
}
.container .col-md-3 form .filter_params .b_btn {
  background: #237c64;
    border-radius: 5px;
}
.container .col-md-3 form .filter_params .b_btn:hover{
  color: inherit;
}

@media screen and (max-width:1230px){
  .container .col-md-3 form .filter_params .tittle-text {
    padding: 5px 5px 5px 5px;
  }
}
.container .col-md-3 form .filter_params .row_params {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background: #FFFFFF; */
  border-bottom: 1px solid #EAEAEA; 
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px 15px 5px 10px;
}

.container .col-md-3 form .filter_params .row_params .name_params {
  display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
}
.container .col-md-3 form .filter_params .row_params .name_params .name {
  font-style: normal;
  font-weight: bold;
  font-size: 12.817px;
  line-height: 13px;
  text-transform: capitalize;
  color: #3B3B57;
}
.container .col-md-3 form .filter_params .row_params .name_params .tooltip {
  display: block;
  align-items: center;
  margin-left: 5px;
  position: relative;
}
.container .col-md-3 form .filter_params .row_params .name_params .tooltip > svg {
  /* width: 13px;
  height: 13px; */
}
.container .col-md-3 form .filter_params .row_params .name_params .tooltip .tooltip-position {
  opacity: 0;
  height: 0;
  transition: .3s;
  display: none;
}
.container .col-md-3 form .filter_params .row_params .name_params .tooltip:hover .tooltip-position,
.container .col-md-3 form .filter_params .row_params .name_params .tooltip:active .tooltip-position,
.container .col-md-3 form .filter_params .row_params .name_params .tooltip:focus .tooltip-position {
  opacity: 1;
  display: block;
  height: auto;
  position: absolute;
  background: white;
  box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
  padding: 3px;
  left: 130%;
  top: -50%;
  font-size: 12px;
}
.container .col-md-3 form .filter_params .row_params .params {
  display: flex;
  flex-direction: row;
}
.container .col-md-3 form .filter_params .row_params .params .from,
.container .col-md-3 form .filter_params .row_params .params .to {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container .col-md-3 form .filter_params .row_params .params .from > input,
.container .col-md-3 form .filter_params .row_params .params .to > input {
  background: #DFDFDF;
  border-radius: 2px;
  width: 30px;
  height: 18px;
  margin: 0 0 0 5px;
  padding: 0;
  outline: none;
}
.container .col-md-3 form .filter_params .row_params .params .from > label,
.container .col-md-3 form .filter_params .row_params .params .to > label {
margin: 0 0 0 10px;
}
.small_grid.brand-main.shop .container,
.small_grid.color-main.shop .container {
  flex-direction: column;
  gap: unset;
}
.small_grid.brand-main.shop .container .brands,
.small_grid.color-main.shop .container .colors {
  /* flex-wrap: wrap; */
  display: flex;
  margin-bottom: 10px;
  max-height:220px;
  overflow-y:scroll;
  flex-direction: column;
}
.small_grid.brand-main.shop .container .brands::-webkit-scrollbar,
.small_grid.color-main.shop .container .colors::-webkit-scrollbar {
  width:5px;
}
.small_grid.brand-main.shop .container .brands::-webkit-scrollbar-track,
.small_grid.color-main.shop .container .colors::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 20%;
}
.small_grid.brand-main.shop .container .brands::-webkit-scrollbar-thumb,
.small_grid.color-main.shop .container .colors::-webkit-scrollbar-thumb {
  background-color: #7777be;
}


.small_grid.brand-main.shop .container .brands .logo-brand,
.small_grid.color-main.shop .container .colors .logo-color {
  width: 49%;
  display: flex;
  flex-direction: column;
  height: 110px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  transition: .3s;
  padding: 20px 15px;
  border-radius: 7.62862px;
  text-align: center;
}
.small_grid.brand-main.shop .container .brands .lvl2,
.small_grid.color-main.shop .container .colors .lvl2{
  /* width: 50%; */
  padding: 0 20px;
}
.small_grid.brand-main.shop .container .brands .lvl2 .logo-brand,
.small_grid.color-main.shop .container .colors .lvl2 .logo-color {
  width: 100%;
}
.small_grid.brand-main.shop .container .brands-name,
.small_grid.color-main.shop .container .colors-name {
  font-style: normal;
  font-weight: bold;
  font-size: 12.817px;
  line-height: 13px;
  text-transform: capitalize;
  color: #3B3B57;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width:1230px){
  header .topbar .container .row {
    padding: 30px 0 0 0;
  }
  .mini-shedule_pzf {
    position: absolute;
    top: 8%;
    left: calc(50% - 125px);
  }
  .container .col-md-3 form .filter_params .row_params {
    padding: 5px 5px 5px 5px;
  }
}
@media screen and (max-width:992px){
  header .topbar .katalog-wrapper:hover + .katalog_dropdown, header .topbar .katalog:hover + .katalog_dropdown, header .topbar .katalog:active + .katalog_dropdown, header .topbar .katalog:focus + .katalog_dropdown, header .topbar .katalog_dropdown:hover {
    top: calc(100% - 15px); }
  header .topbar .container .row {
    flex-wrap: wrap-reverse;
    padding: 30px 0 15px 0;
    /* margin: 0; */
  }
  .container .row .col-md-3 .aside_menu.m2 {
    padding-top: 50px;
  }
  header .topbar .container .row .desktop_logo {
    order: 1;
    width: 30%;
    display: flex;
    margin-left: 15px;
  }
  header .topbar .katalog-wrapper {
    width: 25%;
    margin-top: 15px;
    height:42px;
  }
  header .topbar .container .row .col-phone  {
    order: 2;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .header_search {
    order: 3;
    width: 20%;
    margin-right: 15px;
  }
  header .action-header {
    width: 75%;
  }
  header .action-header .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
  }
  header .action-header .menu .log-m {
    display: flex;
    flex-direction: row;
  }
  header .action-header .menu li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
  }
  .topbar a.tel {
    display: block;
    margin: unset;
    color: #17755c;
    font-size: 15px;
    font-weight: 700;
  }
}
@media screen and (max-width:768px) {
  header .topbar .katalog-wrapper {
  height:100%;
  padding:10px 0;
  }
}
@media screen and (max-width:750px) {
  header .topbar .container .row .katalog {
    margin-left:15px;
  }
}
header .topbar .container .row-mobile {
  display: none;
}
@media screen and (max-width:480px){
  header .topbar .katalog-wrapper {
    display: none;
  }
  header .action-header {
    display: none;
  }
  header .header_search {
    justify-content: flex-end;
    width: 15%;
  }
  header .header_search.active {
    padding:0 15px;
    margin: 0;
  }
  header .header_search.active,
  .header_search .search.active,
  .header_search .search input.active {
    width:100%;
    max-width: 480px;
  }
  .header_search .search input {
    visibility: hidden;
    max-width: 30px;
    transition: .3s;
  }
  .topbar .logo {
    float: unset;
    margin: 0;
  }
  header .header_search {
    padding-bottom: unset;
  }
  .header_search .search .search-icon{
    left: unset;
    right: 5%;
    top: 10%;
  }
  .header_search .search .search-icon > svg {
    width: 31px;
    height: 31px;
  }
  header .topbar .container .row .desktop_logo {
    width: 25%;
  }
  .header_search .search input.active{
    visibility: visible;
    padding: 5px 5px 5px 15px;
  }
  .header_search .search .search-icon .search_button {
    font-style: normal;
    font-weight: 550;
    font-size: 13px;
    line-height: 91.8%;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 10px;
    cursor: pointer;
    background: #7777BE;
    border-radius: 4.47059px;
    border: 0;
  }
  .header_search .search .search-icon.find {
    top: 20%;
  }
  header .topbar .container .row-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px -15px;
    background: #7D7DC7;
    align-items: center;
    padding: 5px 0;
    position: relative;
  }
  header .topbar .container .row-mobile .mobile-icons {
    display: flex;
    flex-direction: row;
    /* margin-right: 15px; */
  }
  header .topbar .container .row-mobile .mobile-icons .icons-inside {
    padding: 5px 0;
  }
  header .topbar .container .row-mobile .mobile-icons .icons-inside .content{
    padding: 5px 10px 5px 14px;
    border-left: 1px solid white;
    display: flex;
    align-items: center;
    cursor:pointer;
  }
  header .topbar .container .row-mobile .mobile-icons .icons-inside .content:first-child{
    position: relative;
  }
  header .topbar .container .row-mobile .catalog-mobile {
    margin-left: 15px;
  }
  header .topbar .container .row-mobile .catalog-mobile a {
    color: white;
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 10px 25px 10px 19px;
    width: 100%;
    height: 100%;
  }
  header .topbar .container .row-mobile .catalog-mobile a span {
    margin-left: 10px;
  }
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile {
    position: absolute;
    width: 100%;
    background: #373755;
    margin: 0 -15px;
    top: 100%;
    visibility: hidden;
    height: 0;
    transition: .3s;
    opacity: 0;

  }
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile .submenu{
    margin: 0 15px;
    display: flex;
    padding: 20px 0;
    gap:5px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile .submenu .has_child{
    width: 49%;
    background: #7D7DC7;
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    position: relative;
  }
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile .submenu .has_child .mobile-ico {
    position: absolute;
    max-height: 48px;
    max-width: 48px;
    right: 0;
  }
  #openMobileMenu {
    margin-left: 5px;
  }
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile.open_menu {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  header .topbar .container .row-mobile .mobile-icons .icons-inside .content .order-count {
    position: absolute;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    background: #21775f;
    bottom: 0;
    right: 10%;
  }
  .mobile_menu .mobile_menu_img {
    display: none;
  }
  .menu_bar {
    display: none;
  }
}
header .row .display-none-mobile {
  display: none !important;
}
.filter_submit{
  align-self: center;
}
@media screen and (max-width:430px){
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile .submenu .has_child .mobile-ico {
    max-height: 30px;
    max-width: 30px;
  }
  header .topbar .container .row-mobile .catalog-mobile a {
    font-size: 12px;
  }
}
@media screen and (max-width:400px){
  .topbar a.tel {
    font-size: 12px;
  }
  header .topbar .container .row .col-phone {
    width: 43%;
  }

}
@media screen and (max-width:350px){
  header .topbar .container .row-mobile .catalog-mobile .dropdown-mobile .submenu .has_child .mobile-ico {
    display: none;
  }

}
.has_child.icoGrooming a {
background:url(/local/templates/.default/img/NewGrooming.png);
background-repeat: no-repeat;
background-position: 20px center;
}

header .has_child.icoGrooming {
	display:none;
}
@media screen and (max-width:992px){
  .container .small_grid.brand-main,
  .container .small_grid.color-main {
    width: 40%;
  } 
  .filter_form {
    justify-content: space-evenly;
    flex-direction: row;
  }
  .container .col-md-3 form .filter_params {
    width: 40%;
    margin-bottom: unset;
  }
  .col-md-6.col-sm-6.col-lg-6.col-xs-12.filter_submit {
    margin-top: auto;
  }

}
@media screen and (max-width:630px){
  .container .col-md-3 form .filter_params {
    width: 50%;
  }
 .container .small_grid.brand-main,
 .container .small_grid.color-main {
    width: 35%;
  } 
  .small_grid.brand-main.shop .container .brands .lvl2,
  .small_grid.color-main.shop .container .colors .lvl2 {
    padding: 0 5px;
  }
}
.mobile-brand,
.mobile-color {
	display:none;
	}
@media screen and (max-width:480px) {
	.mobile-brand,
	.mobile-color {
	display:block;
	}
	.mobile-brand .filter_form,
	.mobile-color .filter_form {
		flex-direction:column;
	}
	.container .col-md-3 form .filter_params {
		width:100%;
		margin-bottom:15px;
	}
	.container .col-md-3 form .filter_params .tittle-text {
		padding: 5px 5px 5px 15px;
	}
	.container .small_grid.brand-main,
	.container .small_grid.color-main {
		width:100%;
	}
}
.NewButtonExit{
display:none;
}
@media screen and (max-width:480px) {
	.NewButtonExit{
		display:unset;
		margin-left:30%;
		}
}
/* End */


/* Start:/local/templates/.default/font-awesome/css/font-awesome.min.css?159982063831058*/
/*!
 *  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-face{font-family:'FontAwesome';font-display: swap; src: local('fontawesome-webfont.woff'), url('/local/templates/.default/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/.default/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/.default/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/.default/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/.default/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/.default/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:swap}.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.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/components/custom/auth.by.phone/templates/.default/style.css?17533457929021*/
@font-face {
    font-family: "Roboto-Regular";
    src: local("Roboto Regular");
    src: url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Regular/Roboto-Regular.eot");
    src: url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Regular/Roboto-Regular.eot?#iefix")
    format("embedded-opentype"),
    url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Regular/Roboto-Regular.ttf")
    format("truetype"),
    url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Regular/Roboto-Regular.svg")
    format("svg");
    font-display: swap;
}
@font-face {
    font-family: "Roboto-Medium";
    src: local("Roboto Medium");
    src: url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Medium/Roboto-Medium.eot");
    src: url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Medium/Roboto-Medium.eot?#iefix")
    format("embedded-opentype"),
    url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Medium/Roboto-Medium.ttf")
    format("truetype"),
    url("/local/templates/design2023/assets/css/../fonts/Roboto/Roboto-Medium/Roboto-Medium.svg")
    format("svg");
    font-display: swap;
}
.signs span {
    font: 14px/114% "Roboto-Regular";
}
.not-active {
    display: none;
}

.auth_by_phone .button-auth-by-phone {
    width:100%;
    margin: 10px 0px;
    padding:15px;
}

/* Стили для модалки */
.phone-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 295px;
    height: fit-content;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: white;
    z-index: 1002;
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.phone-auth.visible {
    opacity: 1;
    visibility: visible;
}
.phone-auth .close-container {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: rotate 0.2s ease-in, background-color 0.2s ease-in;
    cursor: pointer;
    padding: 5px;
}
.phone-auth .close-container:hover {
    rotate: 20deg;
}
.phone-auth .form-header {
    margin: 35px 0 30px 0;
}
.phone-auth .send-form,
.phone-auth .confirm-form {
    display: flex;
    flex-direction: column;
}
.phone-auth .send-form .sub-header,
.phone-auth .confirm-form .sub-header {
    margin-bottom: 20px;
    color: #999;
}
.phone-auth .send-form .link,
.phone-auth .confirm-form .link {
    position: relative;
    font: 16px/118% "Roboto-Regular";
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    color: #7979c5;
    width: fit-content;
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.phone-auth .send-form .link span,
.phone-auth .confirm-form .link span {
    position: relative;
}
.phone-auth .send-form .link span::before,
.phone-auth .confirm-form .link span::before {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #7979c5;
    transition: all 0.3s ease-out;
}
.phone-auth .send-form .link:hover span::before,
.phone-auth .confirm-form .link:hover span::before {
    width: 100%;
}
.phone-auth .send-form .link:hover .svg-container,
.phone-auth .confirm-form .link:hover .svg-container {
    transform: translateY(3px);
    transition: all 0.2s ease-in;
}
.phone-auth .send-form .link .svg-container,
.phone-auth .confirm-form .link .svg-container {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
    transition: all 0.2s ease-in;
}
.phone-auth .send-form .link .svg-container svg *,
.phone-auth .confirm-form .link .svg-container svg * {
    stroke: #7979c5;
}
.phone-auth .send-form .link.expanded .svg-container,
.phone-auth .confirm-form .link.expanded .svg-container {
    rotate: -180deg;
}
.phone-auth .send-form .link:hover .svg-container,
.phone-auth .confirm-form .link:hover .svg-container {
    transform: translateX(3px);
}
.phone-auth .send-form .link .svg-container,
.phone-auth .confirm-form .link .svg-container {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: 0deg;
    transition: all 0.2s ease-in;
}
.phone-auth .send-form .link .svg-container svg,
.phone-auth .confirm-form .link .svg-container svg {
    width: 24px;
    height: 24px;
}
.phone-auth .send-form .input-group,
.phone-auth .confirm-form .input-group {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    padding: 21px 20px 6px 20px;
    border: 2px solid #f5f5ff;
    border-radius: 10px;
    transition: border-color 0.2s ease-in;
}
.phone-auth .send-form .input-group.invalid,
.phone-auth .confirm-form .input-group.invalid {
    border-color: #ed5f59;
}
.phone-auth .send-form .input-group.invalid .input-group-label,
.phone-auth .confirm-form .input-group.invalid .input-group-label {
    transition: color 0.2s ease-in;
    color: #ed5f59;
}
.phone-auth .send-form .input-group .input-group-label,
.phone-auth .confirm-form .input-group .input-group-label {
    position: absolute;
    top: 3px;
    left: 20px;
    color: #999;
    font: 12px/116% "Roboto-Regular";
}
.phone-auth .send-form .input-group .input-field,
.phone-auth .confirm-form .input-group .input-field {
    color: #9b9be2;
}
.phone-auth .send-form .input-group .input-field:-webkit-autofill,
.phone-auth .confirm-form .input-group .input-field:-webkit-autofill,
.phone-auth .send-form .input-group .input-field:-webkit-autofill:hover,
.phone-auth .confirm-form .input-group .input-field:-webkit-autofill:hover,
.phone-auth .send-form .input-group .input-field:-webkit-autofill:focus,
.phone-auth .confirm-form .input-group .input-field:-webkit-autofill:focus {
    -webkit-text-fill-color: #7979c5;
    -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}
.phone-auth .send-form .input-group .input-field::placeholder,
.phone-auth .confirm-form .input-group .input-field::placeholder {
    color: black;
    opacity: 0.2;
}
.phone-auth .send-form .button-auth,
.phone-auth .confirm-form .button-auth {
    display: flex;
    font: 16px/118% "Roboto-Medium";
    letter-spacing: 0.02em;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 12.5px;
    background-color: #7979c5;
    border-radius: 10px;
    margin-bottom: 40px;
    user-select: none;
    transition: background-color 0.2s ease-in, color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.phone-auth .send-form .button-auth:hover,
.phone-auth .confirm-form .button-auth:hover {
    background-color: #5d558d;
}
.phone-auth .send-form .button-auth:active,
.phone-auth .confirm-form .button-auth:active {
    background-color: white;
    color: #7979c5;
    box-shadow: 0 0 0 2px var(--primary);
}
.phone-auth .send-form .button-auth:disabled,
.phone-auth .confirm-form .button-auth:disabled {
    background-color: #f5f5ff;
    color: #7979c5;
    opacity: 0.7;
    pointer-events: none;
}
.phone-auth .confirm-form {
    display: none;
}
@media screen and (max-width: 768px) {
    .phone-auth .list-headings {
        font-size: 24px;
        font-weight: 600;
    }
}
/* Стили для бекдропа */
#backdrop {
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: unset;
    background-color: transparent;
    visibility: hidden;
    transition: backdrop-filter 0.2s ease-in, background-color 0.2s ease-in,
    visibility 0.2s ease-in;
}
#backdrop.visible {
    visibility: visible;
    backdrop-filter: blur(2px);
    background-color: rgba(27, 24, 41, 0.6);
}

.phone-auth .list-headings {
    font-weight: 600;
    font-family: "Roboto-Regular";
    letter-spacing: 0.02em;
    font-size: 24px;
}
.list-headings span
{
    font-family: "Roboto-Regular";
}
.phone-auth .send-form .sub-header, .phone-auth .confirm-form .sub-header {
    color: #999;
}
.phone-auth input{
    display: inherit;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: 0;
    outline: none !important;
}

.phone-auth button {
    border: 0;
    font-weight: bold;
}

.agree-to-submit-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  
  .agree-to-submit-text {
    width: 95%;
    padding-left: 8px;
  }
  
  .agree-to-submit-input-container{
    padding-top: 2.15px;
    padding-left: 5px;
  }
  
  .agreement-link {
    color: #7979c5;
    text-decoration: underline;
  }
/* End */
/* /local/templates/.default/css/style_old.css?17533457922436 */
/* /local/templates/.default/css/main.css?1698373927157611 */
/* /local/templates/.default/font-awesome/css/font-awesome.min.css?159982063831058 */
/* /local/components/custom/auth.by.phone/templates/.default/style.css?17533457929021 */
